@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
  unicode-range: U+0030-0039, U+0041-007A; }

@font-face {
  font-family: "PoppinsL";
  src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype"); }

@font-face {
  font-family: "PoppinsBOLD";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "PoppinsMid";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  unicode-range: U+0030-0039, U+0041-007A; }

@media screen and (min-width: 769px) {
  /*----------------------------------------------------
	PC
----------------------------------------------------*/
  html, body {
    color: black;
    background: #ffffff;
    font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    letter-spacing: 1px;
    -ms-scroll-chaining: none;
    overscroll-behavior: none; }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  a {
    color: black;
    text-decoration: underline;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  a:hover {
    opacity: 0.5; }
  .sp {
    display: none; }
  .sp2 {
    display: none; }
  a[href^="tel:"] {
    pointer-events: none; }
  a.telblk,
  .telblk a {
    text-decoration: none; }
  .alph {
    font-size: 110% !important;
    font-weight: 700 !important; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%; }
  .page-top {
    margin: 0;
    padding: 0;
    display: none;
    cursor: pointer; }
    .page-top p {
      margin: 0;
      padding: 0;
      position: fixed;
      right: 20px;
      bottom: 20px; }
  .move-page-top {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }
  .borderbox {
    position: fixed;
    top: 0;
    left: 50%;
    margin: 0px auto;
    width: 1180px;
    height: 3000px;
    border-left: solid 4px #000;
    border-right: solid 4px #000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0; }
  /* ********** HEADER ********** */
  header {
    width: 1180px;
    height: 250px;
    margin: 0px auto;
    z-index: 100;
    position: relative;
    overflow: hidden;
    border-right: solid 4px #000;
    border-left: solid 4px #000;
    border-bottom: solid 4px #000; }
    header h1 {
      margin: 75px 0 0 0;
      width: 100%;
      text-align: center;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    header .gnav {
      margin: 70px auto 0 auto;
      text-align: center; }
      header .gnav li {
        display: inline-block;
        margin: 0 44px 0 0;
        border: solid 4px;
        border-color: rgba(0, 0, 0, 0);
        border-radius: 40px;
        padding: 4px 8px 3px 9px; }
      header .gnav li:last-child {
        margin: 0; }
    header .sns {
      position: absolute;
      right: 40px;
      top: 186px; }
  body#about .gnav #gnav_about {
    border-color: black; }
  body#intro .gnav #gnav_intro {
    border-color: black; }
  body#about .gnav #gnav_about {
    border-color: black; }
  body#activity .gnav #gnav_activity {
    border-color: black; }
  body#class .gnav #gnav_class {
    border-color: black; }
  /* ********** FOOTER ********** */
  footer {
    position: relative;
    width: 1180px;
    margin: 0px auto;
    padding: 50px 0 50px 0;
    border-right: solid 4px #000;
    border-left: solid 4px #000;
    z-index: 100; }
  footer small {
    font-size: 12px;
    text-align: center;
    display: block;
    font-family: "Poppins", sans-serif; }
  footer ul.footlink {
    text-align: center; }
  footer ul.footlink li {
    display: inline;
    text-align: center;
    margin: 10px; }
  #menu {
    display: none; }
  p.menu {
    display: none; }
  p.close {
    display: none; }
  /*----------------------------------------------------
	SECTION,BOX
----------------------------------------------------*/
  section.maincontents {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-left: solid 4px #000;
    border-right: solid 4px #000;
    z-index: 2; }
    section.maincontents h2 {
      margin: 55px 0 20px 0;
      font-size: 32px;
      text-align: center;
      font-weight: bold; }
    section.maincontents h3 {
      margin: 55px 0 20px 0;
      font-size: 32px;
      text-align: center;
      font-weight: bold; }
    section.maincontents .leadbox {
      width: 100%;
      padding-bottom: 70px;
      border-bottom: solid 4px #000; }
      section.maincontents .leadbox .txt_lead {
        font-size: 22px;
        margin: 0 50px;
        line-height: 1.6;
        letter-spacing: 0.005em;
        font-weight: 500;
        text-align: justify;
        text-justify: inter-ideograph; }
    section.maincontents .leadbox_2 {
      width: 100%;
      padding-bottom: 70px; }
      section.maincontents .leadbox_2 .txt_lead {
        font-size: 22px;
        margin: 0 50px;
        line-height: 1.6;
        letter-spacing: 0.005em;
        font-weight: 500; }
    section.maincontents .contents_box_wrap {
      padding-bottom: 70px;
      border-bottom: solid 4px #000; }
      section.maincontents .contents_box_wrap .contents_box_a {
        width: 1080px;
        margin: 0px auto; }
    section.maincontents .contents_box_wrap_2 {
      padding-bottom: 55px; }
      section.maincontents .contents_box_wrap_2 .contents_box_a {
        width: 1080px;
        margin: 0px auto; }
      section.maincontents .contents_box_wrap_2 .contents_box_b {
        width: 1180px;
        margin: 0px auto; }
  section.maincontents_sec {
    margin: 50px auto 0 auto;
    overflow: hidden; }
  #about section.maincontents,
  #collection_top section.maincontents {
    padding-top: 0px; }
  /*----------------------------------------------------
	Text
----------------------------------------------------*/
  .basetxt_type_a_jp {
    font-size: 16px;
    margin: 0 0 35px 0;
    font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    color: black;
    line-height: 2;
    text-align: justify; }
  .basetxt_type_en {
    font-family: "Poppins", sans-serif; }
  .prebtn {
    opacity: .5; }
  /*----------------------------------------------------
	トップページ
----------------------------------------------------*/
  section#top .topbanner {
    width: 1120px;
    height: 736px;
    margin: 0px auto 15px auto;
    overflow: hidden; }
    section#top .topbanner a {
      width: 1120px;
      height: 736px;
      display: table;
      position: relative; }
      section#top .topbanner a .ban_ttl {
        position: absolute;
        margin: auto;
        width: 60px;
        height: 19px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0; }
    section#top .topbanner a:hover {
      opacity: 1.0; }
      section#top .topbanner a:hover .ban_ttl {
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        opacity: 1.0;
        z-index: 100; }
      section#top .topbanner a:hover .banImg {
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        opacity: 0.1; }
  .topVisual .slider img.sp {
    display: none; }
  .topVisual .slick-dotted.slick-slider {
    margin-bottom: 0px;
    border-bottom: solid 4px #000; }
  .topVisual .prev-arrow {
    position: absolute;
    z-index: 5;
    top: 344px;
    left: 42px;
    cursor: pointer; }
  .topVisual .next-arrow {
    position: absolute;
    z-index: 5;
    right: 42px;
    top: 344px;
    cursor: pointer; }
  .topVisual #keydots_wrap {
    /* トップページキービジュアル用 */ }
    .topVisual #keydots_wrap .keydots {
      display: block;
      width: 100%;
      padding: 0;
      padding: 20px 0 29px 0;
      list-style: none;
      text-align: center;
      border-bottom: solid 4px #000; }
    .topVisual #keydots_wrap .keydots li {
      position: relative;
      display: inline-block;
      width: 6px;
      height: 6px;
      margin: 0 38px 0 0;
      padding: 0;
      background: #cccccc;
      border-radius: 50%;
      cursor: pointer; }
    .topVisual #keydots_wrap .keydots li:last-child {
      margin: 0; }
    .topVisual #keydots_wrap .keydots li.slick-active {
      background: #000; }
    .topVisual #keydots_wrap .keydots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 6px;
      height: 6px;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
    .topVisual #keydots_wrap .keydotss li button:hover,
    .topVisual #keydots_wrap .keydots li button:focus {
      outline: none; }
    .topVisual #keydots_wrap .keydots li button:hover:before,
    .topVisual #keydots_wrap .keydots li button:focus:before {
      opacity: 1; }
    .topVisual #keydots_wrap .keydots li button:before {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 6px;
      height: 6px;
      content: '•';
      text-align: center;
      opacity: .25;
      color: black;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .topVisual #keydots_wrap .slick-dots li.slick-active button:before {
      opacity: .75;
      color: black; }
  /*----------------------------------------------------
	ABOUT
----------------------------------------------------*/
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  #about .contents_box_a .toolBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #about .contents_box_a .toolBox li {
      width: 346px;
      margin: 0 21px 0 0; }
      #about .contents_box_a .toolBox li .img_tool .aniImg {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px); }
      #about .contents_box_a .toolBox li .img_tool .active {
        opacity: 100;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: all 1.0s .0s ease-in-out;
        -o-transition: all 1.0s .0s ease-in-out;
        transition: all 1.0s .0s ease-in-out; }
      #about .contents_box_a .toolBox li .ttl_tool {
        text-align: center;
        margin: 11px auto 21px auto;
        width: 100%; }
        #about .contents_box_a .toolBox li .ttl_tool span {
          font-size: 24px;
          font-weight: bold;
          display: inline-block;
          line-height: 1em;
          padding-bottom: 3px;
          border-bottom: solid 4px #000; }
      #about .contents_box_a .toolBox li .txt_tool {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4; }
    #about .contents_box_a .toolBox li:nth-child(3n) {
      margin: 0 0px 0 0; }
    #about .contents_box_a .toolBox li:nth-child(-n+3) {
      margin-bottom: 40px; }
  #about .flowslider {
    width: 700px;
    margin: 0px auto;
    position: relative; }
    #about .flowslider img.sp {
      display: none !important; }
    #about .flowslider .prev-arrow {
      position: absolute;
      z-index: 5;
      top: 247px;
      left: -132px;
      cursor: pointer; }
    #about .flowslider .next-arrow {
      position: absolute;
      z-index: 5;
      right: -132px;
      top: 247px;
      cursor: pointer; }
    #about .flowslider li .contslide_img .aniImg {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px); }
    #about .flowslider li .contslide_img .active {
      opacity: 100;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition: all 1.0s .0s ease-in-out;
      -o-transition: all 1.0s .0s ease-in-out;
      transition: all 1.0s .0s ease-in-out; }
    #about .flowslider li .contslide_ttl {
      font-size: 26px;
      letter-spacing: 0.05em;
      text-align: center;
      font-weight: bold;
      margin: 20px auto 17px auto; }
      #about .flowslider li .contslide_ttl span {
        font-size: 26px;
        font-weight: bold;
        display: inline-block;
        line-height: 1em;
        padding-bottom: 3px;
        border-bottom: solid 4px #000;
        font-family: 'PoppinsMid', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
    #about .flowslider li .contslide_txt {
      font-size: 22px;
      line-height: 1.6;
      letter-spacing: 0.05em;
      text-align: center;
      font-weight: 500; }
  #about_3 {
    position: relative;
    width: 100%; }
  #about_3 .keydots_wrap_flow {
    width: 700px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 15;
    top: 524px;
    text-align: center; }
    #about_3 .keydots_wrap_flow .keydots {
      display: block;
      width: 100%;
      padding: 0;
      list-style: none;
      text-align: center; }
    #about_3 .keydots_wrap_flow .keydots li {
      position: relative;
      display: inline-block;
      width: 6px;
      height: 6px;
      margin: 0 32px 0 0;
      padding: 0;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      cursor: pointer; }
    #about_3 .keydots_wrap_flow .keydots li:last-child {
      margin: 0; }
    #about_3 .keydots_wrap_flow .keydots li.slick-active {
      background: #000; }
    #about_3 .keydots_wrap_flow .keydots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 6px;
      height: 6px;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
    #about_3 .keydots_wrap_flow .keydotss li button:hover,
    #about_3 .keydots_wrap_flow .keydots li button:focus {
      outline: none; }
    #about_3 .keydots_wrap_flow .keydots li button:hover:before,
    #about_3 .keydots_wrap_flow .keydots li button:focus:before {
      opacity: 1; }
    #about_3 .keydots_wrap_flow .keydots li button:before {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 6px;
      height: 6px;
      content: '•';
      text-align: center;
      opacity: .25;
      color: black;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #about_3 .keydots_wrap_flow .slick-dots li.slick-active button:before {
      opacity: .75;
      color: black; }
  #about .qabox li {
    border-bottom: solid 4px #000;
    padding: 14px 0px;
    position: relative; }
    #about .qabox li .togglearea {
      font-size: 26px;
      font-weight: bold;
      cursor: pointer; }
      #about .qabox li .togglearea span.tgg_icon {
        position: absolute;
        right: 15px;
        top: 23px;
        cursor: pointer; }
        #about .qabox li .togglearea span.tgg_icon .btn_close {
          display: none; }
    #about .qabox li .inner {
      display: none;
      font-size: 22px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      padding: 9px 120px 0 30px;
      text-align: justify;
      text-justify: inter-ideograph; }
  #about .qabox li:first-child {
    border-top: solid 4px #000; }
  /*----------------------------------------------------
	PROFILE
----------------------------------------------------*/
  #intro .contents_box_wrap_2 {
    padding-bottom: 35px; }
  #intro .contents_box_wrap_yabu {
    border-bottom: solid 4px #000;
    border-top: solid 4px #000;
    padding-top: 55px; }
  #intro .contents_box_wrap_hon {
    border-bottom: solid 4px #000;
    padding-top: 35px; }
  #intro .profile {
    padding-bottom: 24px; }
    #intro .profile .p_left {
      float: left; }
      #intro .profile .p_left .name_jp {
        display: block;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0.15em; }
      #intro .profile .p_left .name_en {
        display: block;
        font-size: 18px;
        letter-spacing: 0.05em;
        font-weight: 500; }
    #intro .profile .p_right {
      float: right;
      width: 862px;
      font-size: 18px;
      letter-spacing: 0.05em;
      line-height: 1.55;
      font-weight: 500;
      text-align: justify;
      text-justify: inter-ideograph; }
  #intro .worksbox {
    position: relative;
    width: 100%; }
    #intro .worksbox .yabuslider,
    #intro .worksbox .honslider {
      width: 100%;
      margin: 0px auto;
      position: relative; }
      #intro .worksbox .yabuslider img.sp,
      #intro .worksbox .honslider img.sp {
        display: none !important; }
      #intro .worksbox .yabuslider .prev-arrow,
      #intro .worksbox .honslider .prev-arrow {
        position: absolute;
        z-index: 5;
        top: 350px;
        left: 45px;
        cursor: pointer; }
      #intro .worksbox .yabuslider .next-arrow,
      #intro .worksbox .honslider .next-arrow {
        position: absolute;
        z-index: 5;
        right: 45px;
        top: 350px;
        cursor: pointer; }
      #intro .worksbox .yabuslider li .works_ttl,
      #intro .worksbox .honslider li .works_ttl {
        font-size: 28px;
        letter-spacing: 0.15em;
        text-align: center;
        font-weight: bold;
        margin: 14px auto 10px auto; }
        #intro .worksbox .yabuslider li .works_ttl span,
        #intro .worksbox .honslider li .works_ttl span {
          font-size: 22px;
          font-weight: bold;
          padding: 0 0 0 27px;
          letter-spacing: 0.15em; }
        #intro .worksbox .yabuslider li .works_ttl span.works_ttl_ttl_main,
        #intro .worksbox .honslider li .works_ttl span.works_ttl_ttl_main {
          font-size: 28px;
          padding: 0; }
      #intro .worksbox .yabuslider li .works_txt,
      #intro .worksbox .honslider li .works_txt {
        font-size: 18px;
        line-height: 1.44;
        letter-spacing: 0.05em;
        text-align: center;
        font-weight: 500; }
    #intro .worksbox .keydots_wrap_works,
    #intro .worksbox .keydots_wrap_works_hon {
      position: absolute;
      z-index: 15;
      width: 100%;
      top: 685px; }
      #intro .worksbox .keydots_wrap_works .keydots,
      #intro .worksbox .keydots_wrap_works_hon .keydots {
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center; }
      #intro .worksbox .keydots_wrap_works .keydots li,
      #intro .worksbox .keydots_wrap_works_hon .keydots li {
        position: relative;
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 0 32px 0 0;
        padding: 0;
        background: #cccccc;
        border-radius: 50%;
        cursor: pointer; }
      #intro .worksbox .keydots_wrap_works .keydots li:last-child,
      #intro .worksbox .keydots_wrap_works_hon .keydots li:last-child {
        margin: 0; }
      #intro .worksbox .keydots_wrap_works .keydots li.slick-active,
      #intro .worksbox .keydots_wrap_works_hon .keydots li.slick-active {
        background: #000; }
      #intro .worksbox .keydots_wrap_works .keydots li button,
      #intro .worksbox .keydots_wrap_works_hon .keydots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 6px;
        height: 6px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent; }
      #intro .worksbox .keydots_wrap_works .keydotss li button:hover,
      #intro .worksbox .keydots_wrap_works .keydots li button:focus,
      #intro .worksbox .keydots_wrap_works_hon .keydotss li button:hover,
      #intro .worksbox .keydots_wrap_works_hon .keydots li button:focus {
        outline: none; }
      #intro .worksbox .keydots_wrap_works .keydots li button:hover:before,
      #intro .worksbox .keydots_wrap_works .keydots li button:focus:before,
      #intro .worksbox .keydots_wrap_works_hon .keydots li button:hover:before,
      #intro .worksbox .keydots_wrap_works_hon .keydots li button:focus:before {
        opacity: 1; }
      #intro .worksbox .keydots_wrap_works .keydots li button:before,
      #intro .worksbox .keydots_wrap_works_hon .keydots li button:before {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 6px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      #intro .worksbox .keydots_wrap_works .slick-dots li.slick-active button:before,
      #intro .worksbox .keydots_wrap_works_hon .slick-dots li.slick-active button:before {
        opacity: .75;
        color: black; }
  /*----------------------------------------------------
	ACTIVITY
----------------------------------------------------*/
  #activity .tbl_activity {
    width: 100%;
    border-collapse: collapse;
    border-left: solid 2px #000;
    border-right: solid 2px #000;
    border-top: solid 2px #000; }
    #activity .tbl_activity th {
      font-size: 20px;
      letter-spacing: 0.045em;
      padding: 11px;
      border-bottom: solid 2px #000;
      text-align: left;
      width: 300px;
      font-weight: 500; }
    #activity .tbl_activity td {
      font-size: 20px;
      letter-spacing: 0.045em;
      line-height: 1.5em;
      padding: 11px;
      border-bottom: solid 2px #000;
      text-align: left;
      border-left: solid 2px #000;
      font-weight: 500; }
  /*----------------------------------------------------
	CLASS
----------------------------------------------------*/
  #class .class_nav {
    text-align: center; }
    #class .class_nav li {
      font-size: 22px;
      display: inline-block;
      font-weight: bold;
      border-right: 1px solid #000;
      line-height: 22px;
      padding: 0 18px 0 16px; }
      #class .class_nav li a {
        text-decoration: none; }
    #class .class_nav li:first-child {
      padding: 0 18px 0 0px; }
    #class .class_nav li:last-child {
      border-right: none; }
  #class .class_nav_first {
    margin: 0 0 10px 0; }
  #class .class_nav_sec {
    margin: 0 0 30px 0; }
  #class .areabox {
    margin: 0 0 28px 0; }
    #class .areabox h4 {
      padding: 0px 11px;
      display: inline-block;
      font-size: 22px;
      letter-spacing: 0.125em;
      font-weight: 700;
      background: #e7e7e7;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      border-left: 2px solid #000; }
      #class .areabox h4 .tgg_icon {
        display: none; }
    #class .areabox .tbl_areabox {
      border: solid 2px #000;
      border-collapse: collapse;
      width: 100%; }
      #class .areabox .tbl_areabox th {
        padding: 4px 0;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #class .areabox .tbl_areabox td {
        font-size: 18px;
        padding: 4px 10px;
        line-height: 1.43;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        vertical-align: top;
        letter-spacing: 0.045em; }
      #class .areabox .tbl_areabox .td_zip {
        width: 137px;
        border-right: none !important;
        padding-right: 0; }
      #class .areabox .tbl_areabox .td_add {
        padding-left: 0; }
      #class .areabox .tbl_areabox th.class_name {
        width: 292px;
        font-weight: bold; }
      #class .areabox .tbl_areabox th.class_tel {
        width: 162px;
        font-family: 'PoppinsBOLD'; }
      #class .areabox .tbl_areabox th.class_add {
        font-weight: bold; }
  #class .areabox_last {
    margin-bottom: 0; }
  /*----------------------------------------------------
	Margin
----------------------------------------------------*/
  .mgb_a {
    margin-bottom: 50px !important; }
  .mgb_b {
    margin-bottom: 80px !important; }
  .mgb_c {
    margin-bottom: 40px !important; }
  .mgb_d {
    margin-bottom: 63px !important; }
  .mgb_e {
    margin-bottom: 100px !important; }
  .mgb_pc_a {
    margin-bottom: 80px !important; }
  /*----------------------------------------------------
	CLEAR
----------------------------------------------------*/
  .clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: "."; }
  .clearfix {
    min-height: 1px;
    /*IE6、7対策*/ }
  * html .clearfix {
    height: 1px;
    /*¥*/
    /*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/ }
  /*----------------------------------------------------
	END
----------------------------------------------------*/ }
