
    *{
        margin: 0;
        padding: 0;
        font-size: 100%
    }

    .gold_text{
      color: #C6AC62;
    }

    .cmd-section table{
      width: 80%;
      margin: 0 auto;
    }
    .cmd-section table.info{
      width: 100%;
      margin: 0 auto;
    }
    .table_text_area{
      width: 80%;
      margin: 0 auto;
    }

    .cmd-section table tr{
      display: block;
      margin-top: 15px;
    }
    .cmd-section table tr:first-child{
      margin-top: 0;
    }
    .cmd-section table tr td{
      vertical-align: top;
    }

    .cmd-section table tr td:nth-child(1){
      width: 6.0rem;
    }

    #link3 .cmd-section table tr td:nth-child(1){
      width: 8.0rem;
    }

    .cmd-section .mt-0{
      margin-top: 0;
    }

    #contents .cmd-section.mt-35{
      margin-top: 3.5rem;
    }

    #contents .cmd-section .mt-40{
      margin-top: 4.0rem;
    }

    #contents .cmd-section .mt-50{
      margin-top: 50px;
    }
    #contents .cmd-section .mt-55{
      margin-top: 55px;
    }
    .pt-45{
      padding-top: 45px;
    }
    .pd-45{
      padding-bottom: 45px;
    }
    .pd_l-55{
      padding-left: 5.5rem;
    }
    .pd_b-30{
      padding-bottom: 3.0rem;
    }

    .tell{
      font-size: 3.0rem;
    }
    .tell_icon{
      width: 4%;
      vertical-align: baseline;
    }

    #contents .cmd-section .cmd-title-section h1.title_big{
      font-size: 3.4rem;
    }

    @media print, screen and (min-width: 768px) {
      #contents .cmd-section .cmd-tab_list {
        justify-content: space-around;
      }
    }


/* 画像切り替え用（後に動画化） ここから*/
div.container.itmFade_2 {
  position : relative;
  max-width : 720px;
  max-height : 405px;
  margin : 1em auto 1em auto;
}

div.container.itmFade_2::before {
  content : "";
  display : block;
  padding-top : 57%;
}

div.container.itmFade_2 div.item {
  position : absolute;
  top : 0;
  left : 0;
  max-width : 100%;
  max-height : 100%;
  opacity : 0;
  animation : itmFade2-chg-itm-anim 10s infinite;
}
/* 1つ目のアイテム */
div.container.itmFade_2 div.item:nth-of-type( 1 ) {
  animation-delay : 0s;
}
/* 2つ目のアイテム */
div.container.itmFade_2 div.item:nth-of-type( 2 ) {
  animation-delay : 5s;
}

@keyframes itmFade2-chg-itm-anim {
  0% {
    opacity : 0;
    z-index : 2;
  }
  17%{
    opacity : 1;
  }
  50%{
    opacity : 1;
  }
  65%{
    opacity : 0;
    z-index : 1;
  }
  100% {
    opacity : 0;
  }
}
/* 画像切り替え用（後に動画化） ここまで*/


    .contents_area{
      padding: 10.0rem 4.0rem;
      align-items: flex-start;
    }

    .contents_item img{
      display: block;
      margin: 0 auto;
    }

    .bottom_area .cmd-box_container.box-md-2>.box {
      /* height: calc(100vw - 650px); */
      background: #fff;
    }

    .bottom_area .cmd-visual_card{
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      /* height: calc(100vw - 1140px); */
    }

    .sub_title{
        font-size: 1.8rem;
        line-height: 2.2;
    }

    .logo{
        position: absolute;
        top: 25px;
        left: 25px;
        width: 110px;
        height: 68px;
    }

    .contents{
        width: 80%;
        margin: 0 auto;
        font-size: 16px;
        text-align: center;
    }

    @media screen and (max-width:992px){

      .info img{
        margin: 0 auto;
      }

      #link3 .cmd-box_container{
        display: block;
      }

      .tell{
        line-height: 0;
      }
      .tell_icon{
        width: 30px;
        vertical-align: baseline;
      }
      #link3 .cmd-box_container._flat.box-md-2>.box:nth-child(1){
        width: 100%;
      }
      #link3 .cmd-box_container._flat.box-md-2>.box:nth-child(2){
        width: 100%;
      }
      #link3 .cmd-box_container._flat.box-md-2>.box:nth-child(2) img{
        margin: 40px auto 0;
      }
      .pd_l-55{
        padding-left: 0;
      }

      iframe {
        aspect-ratio: 16 / 9;
        max-width: 1000px;
        width: 100%;
        height: auto;
      }
    }


     @media print, screen and (min-width: 993px) {
      .cmd-visual_card {
        max-width: 366px;
      }
      .card_wide{
        max-width: unset;
      }
    }

    .cmd-box_container.flex_item{
      height: 382px;
      align-items: center;
      margin-bottom: 130px;
    }


    .modal1_container{
      max-width: unset!important;
    }
    .modal_list{
      width: fit-content;
      margin: 50px auto;
    }
    .modal_list li{
      margin-bottom: 30px;
    }
    .modal_list li:last-child{
      margin-bottom: 0;
    }
    @media print, screen and (min-width: 768px) {
    .modal01_inner {
      padding: 50px 0;
    }
    .cpb-modalC_container .modal01-scroll{
      padding: 100px 0;
    }
    }

    .modal-item-area{
      width: 100%;
    }

    .modal-item{
      display: flex;
      align-items: center;
      margin-bottom: 100px;
    }
    .modal-item-area:nth-child(2) .modal-item{
      align-items: normal;
    }
    .modal-item-area:last-child .modal-item{
      margin-bottom: 0;
    }
    .modal-item .box._thumb{
      width: 50%;
    }

    .modal-item .box{
      width: 50%;
      text-align: center;
    }

    .modal-item .box .cmd-visual_txt_cover{
      width: 100%;
    }

    .modal-item .cmd-visual_card {
      max-width: 505px;
    }

    .modal-mt100{
      margin-top: 100px;
    }

    @media screen and (max-width:992px){
      .modal-mt100{
        margin-top: 50px;
      }
      .modal-item{
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
      }

      .item-image{
        order: 1;
      }
      .item-text{
        order: 2;
      }

      .modal-item .box._thumb{
        width: 90%;
      }

      .modal-item .box{
        width: 90%;
        margin-top: 30px;
      }

      .modal-item-area:nth-child(2) .modal-item{
        align-items: center;
      }

      .cpb-modalC_close{
        right: 5px;
      }


    }

    #ascrail2009-hr .nicescroll-cursors{
      display: none;
    }
    #ascrail2011-hr .nicescroll-cursors{
      display: none;
    }

    #contents .cmd-section.footer_area{
      margin-top: 125.5px;
    }


    @media print, screen and (max-width: 767px) {
      #link2 .cmd-box_container .box:nth-child(2){
        margin-top: 40px!important;
      }
      #contents .cmd-section .mt-55{
        margin-top: 20px;
      }

      .contents_area{
        padding: 4.0rem 0;
      }

      .pd-45{
        padding-bottom: 0;
      }

      .mt-45{
        margin-top: 45px!important;
      }
    }