@charset "utf-8";

#campaign_newcollection{
    font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;

}
#campaign_newcollection img{
    width: 100%;
    height: auto;
}

#campaign_newcollection .pc_only{
display: block;
}
#campaign_newcollection .sp_only{
display: none;
}
  @media only screen and (max-width: 768px) {
    #campaign_newcollection .pc_only{
      display: none;
    }
    #campaign_newcollection .sp_only{
      display: block;
    }
  }

  /*----------------------------------------------------
    .scrollview
  --------------------------------------------------- */
  .scrollview{
    -webkit-transition: all 1.2s 0s ease;
       -moz-transition: all 1.2s 0s ease;
        -ms-transition: all 1.2s 0s ease;
         -o-transition: all 1.2s 0s ease;
            transition: all 1.2s 0s ease;
            opacity: 0;
    -webkit-transform: scale(1,1) translate(-0%,20px);
       -moz-transform: scale(1,1) translate(-0%,20px);
        -ms-transform: scale(1,1) translate(-0%,20px);
         -o-transform: scale(1,1) translate(-0%,20px);
            transform: scale(1,1) translate(-0%,20px);
  }
  .scrollview.view{
    opacity: 1;
    -webkit-transform: scale(1,1) translate(-0%,0%);
       -moz-transform: scale(1,1) translate(-0%,0%);
        -ms-transform: scale(1,1) translate(-0%,0%);
         -o-transform: scale(1,1) translate(-0%,0%);
            transform: scale(1,1) translate(-0%,0%);
  
  }
  .scrollview_fix{
    -webkit-transition: all 1.2s 0s ease;
       -moz-transition: all 1.2s 0s ease;
        -ms-transition: all 1.2s 0s ease;
         -o-transition: all 1.2s 0s ease;
            transition: all 1.2s 0s ease;
            opacity: 0;
  }
  .scrollview_fix.view{
    opacity: 1;
  
  }
  /*----------------------------------------------------
   loading
  --------------------------------------------------- */
  #loading{
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background:#FFF;
  }
  #loading.out{
    opacity: 0;
      -webkit-transition: all 0.6s 0.2s linear;
         -moz-transition: all 0.6s 0.2s linear;
          -ms-transition: all 0.6s 0.2s linear;
           -o-transition: all 0.6s 0.2s linear;
              transition: all 0.6s 0.2s linear;
  }
  #loading .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    -webkit-transform: scale(1,1) translate(-50%,-50%);
       -moz-transform: scale(1,1) translate(-50%,-50%);
            transform: scale(1,1) translate(-50%,-50%);
            opacity: 1;
  }
  @media only screen and (max-width: 768px) {
    #loading .inner{
      margin-left: 0px;
    }
  }
  body.loadStart #loading .inner{
    opacity: 1;
    -webkit-transition: all 0.4s 0.0s ease;
       -moz-transition: all 0.4s 0.0s ease;
            transition: all 0.4s 0.0s ease;
  }
  body.pageLoad #loading .inner{
    -webkit-transition: all 0.4s 0.0s ease;
       -moz-transition: all 0.4s 0.0s ease;
            transition: all 0.4s 0.0s ease;
            /* -webkit-transform: scale(0,0) translate(-0%,0%);
               -moz-transform: scale(0,0) translate(-0%,0%);
                    transform: scale(0,0) translate(-0%,0%); */
  }
  #loading .FormatLoader {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 12;
    margin: 0 auto;
    margin-top: -25px;
    position: relative;
    text-indent: -9999em;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid #333;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
  }
  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  
  @media only screen and (max-width: 768px) {
    #loading .inner{
      width: 60%;
    }
  }
/*----------------------------------------------------
  .block_mainvisual
--------------------------------------------------- */
.block_mainvisual{
  position: relative;
}
.block_mainvisual .mv .column.pos01 span.img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top_pc.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 786px) {
  .block_mainvisual .mv .column.pos01 span.img{
    background: url(../img/top_sp.jpg) no-repeat center center;
    background-size: cover;
}
}

@media (min-width: 787px) and (max-width: 1024px) {
}

/*----------------------------------------------------
  .block_topmainvisual
--------------------------------------------------- */
.block_topmainvisual .topmv figure.pc_only{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 786px) {
.block_topmainvisual .topmv {
  margin-top: 17.86667vw;
}
.block_topmainvisual .topmv figure.sp_only{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 420px;
}
}

@media (min-width: 787px) and (max-width: 1279px) {
.block_topmainvisual .topmv figure.pc_only{
  height: 35vw;
}
}

/*----------------------------------------------------
  .title_text
--------------------------------------------------- */
.title_text {
  max-width: 1000px;
  margin: 0 auto;
}

.title_text .title_wrapper {
  text-align: center;
  font-family: "FOT-筑紫明朝 Pr6 L", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
}

.title_text .title_wrapper .title {
  font-size: 40px;
  line-height: 60px;
  margin-top: 42px;
}

.title_text .title_wrapper .day {
  font-size: 28px;
  line-height: 60px;
  margin-top: 5px;
}

.title_text .title_wrapper .lead {
  font-size: 14px;
  line-height: 26px;
  margin-top: 55px;
}

@media only screen and (max-width: 786px) {
.title_text {
  max-width: initial;
  width: 89.33333vw;
}
.title_text .title_wrapper .title {
  font-size: 8.533333vw;
  line-height: 12.8vw;
  margin-top: 1vw;
}
.title_text .title_wrapper .lead {
  font-size: 3.73333vw;
  line-height: 6.93333vw;
  margin-top: 16.4vw;
}
.title_text .title_wrapper .day {
  font-size: 5.866667vw;
  line-height: 16vw;
  margin-top: -1vw;
}
}

@media (min-width: 787px) and (max-width: 1024px) {
}



/*----------------------------------------------------
  .new_collection
--------------------------------------------------- */
.new_collection {
  color: #000000;
  background-color: #FFF;
  margin-top: 70px;
  padding-bottom: 100px;
}

.new_collection .hdg {
  font-size: 32px;
  line-height: 1;
  padding-top: 70px;
  text-align: center;
  margin-bottom: 60px;
}

.new_collection .c_wrap{
  background: #EFEFEF;
  padding: 60px 0;
}
.new_collection .c_wrap.c01{
  background: #E5E3D6;
  padding: 60px 0;
}
.new_collection .inner {
  width: 1000px;
  margin: 0 auto;
}
.new_collection .inner .flex_collection {
  display: flex;
  /* margin-top: 65px; */
}
.new_collection .inner .flex_collection.reverse {
  flex-direction: row-reverse;
}

.new_collection .inner .flex_collection .left {
  width: 64%
}

.new_collection .inner .flex_collection .right {
  width: 36%;
  text-align: left;
}

.new_collection .inner .flex_collection .right .right_inner {
  width: 260px;
  margin: 105px 0 0 auto;   
}

.new_collection .inner .flex_collection.reverse .right .right_inner {
  width: 260px;
  margin: 120px auto 0 0;   
}

.new_collection .inner .flex_collection .right .new {
  width: 100px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  border: 1px solid #000;
}

.new_collection .inner .flex_collection .right .name_series {
  font-size: 28px;
  line-height: 1;
  margin-top: 40px;
}

.new_collection .inner .flex_collection .right figure {
  width: 134.87px;
  margin: 40px 0 0 0;
}

.new_collection .inner .flex_collection .right .btn {
  width: 260px;
  height: 50px;
  margin: 40px auto 0 auto;
  background: #193C50;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #fff;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  box-sizing: border-box;
  border: 1px solid #193C50;
}

.new_collection .inner .flex_collection .right a:hover .btn {
  background: none;
  color: #121212;
  border: 1px solid ;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

@media only screen and (max-width: 786px) {
  .new_collection {
      margin-top: 20vw;
      padding-bottom: 15vw;
  }
  .new_collection .hdg {
    font-size: 6.4vw;
    line-height: 9.066667vw;
    padding-top: 0.5vw;
    margin-bottom: 40px;
  }
  .new_collection .c_wrap{
    padding: 60px 0;
  }
  .new_collection .c_wrap.c01{
    padding: 60px 0;
  }
  .new_collection .inner {
    width: auto;
  }
  .new_collection .inner .flex_collection {
    display: block;
    margin-top: 0;
  }
  .new_collection .inner .flex_collection .left {
    width: 89.3333vw;
    margin: 0 auto;
  }
  .new_collection .inner .flex_collection .right {
    width: auto;
  }
  .new_collection .inner .flex_collection .right .right_inner {
    width: auto;
    margin: 6vw 0 0 auto;
  }
  .flex_collection .right .new {
    width: 26.66667vw;
    margin: 0 auto;
    font-size: 4.266667vw;
    line-height: 7.466667vw;
  }
  .new_collection .inner .flex_collection .right figure {
    width: 35.96533vw;
    margin: 5vw auto 0 auto;
  }
  .new_collection .inner .flex_collection .right .btn {
    width: 69.3333vw;
    height: 13.3333vw;
    margin: 8vw auto 0 auto;
    line-height: 13.3333vw;
    font-size: 3.73333vw;
  }
  .new_collection .inner .flex_collection.reverse .right .right_inner {
    width: auto;
    margin: 5vw auto 0 0;
  }
  .new_collection .inner .flex_collection .right .name_series {
    font-size: 7.466667vw;
    line-height: 8vw;
    margin-top: 5vw;
    text-align: center;
  }

}
  
@media (min-width: 787px) and (max-width: 1024px) {
  .new_collection .inner {
    width: 97.65625vw;
  }

  .new_collection .inner .flex_collection .right .btn {
    width: 25.39063vw;
  }
}
/*----------------------------------------------------
  .order
--------------------------------------------------- */
.order {
  width: 1000px;
  margin: 0 auto;
}

.order .order_hdg {
  text-align: center;
}

.order .order_hdg .hdg {
  color:#000;
  font-size: 32px;
  line-height: 60px;
  margin-top: 65px;
}

.order .order_hdg .order_text {
  font-size: 14px;
  line-height: 26px;
  margin-top: 25px;
  font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.order .order_hdg .order_supple {
  font-size: 12px;
  line-height: 20px;
  margin-top: 3px;
  font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.order .benefits_area {
  background-color: #F2F4F8;
  margin-top: 53px;
  padding-bottom: 85px;
}

.order .benefits_area .benefits_wrapper {
  width: 800px;
  margin: 0 auto;
  padding-top: 78px;
}

.order .benefits_area .benefits_wrapper h2{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #193C50;
  background-color: #DADCE4;
  font-size: 20px;
  line-height: 60px;
}

.order .benefits_area .benefits_wrapper h2 span{
  font-size: 45px;
}

.order .benefits_area .benefits_wrapper .text {
  font-size: 14px;
  line-height: 26px;
  margin-top: 40px;
  font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.order .benefits_area .benefits_wrapper .benefits_flex {
  display: flex;
}

.order .benefits_area .benefits_wrapper .benefits_flex .left {
  width: 50%;
  margin-right: 5%
}

.order .benefits_area .benefits_wrapper .benefits_flex .left .text {
  font-size: 14px;
  line-height: 26px;
}

.order .benefits_area .benefits_wrapper .text_supple {
  font-size: 12px;
  line-height: 20px;
  font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.order .benefits_area .benefits_wrapper .benefits_flex .right {
  width: 45%;
  margin-top: 40px;
}

@media only screen and (max-width: 786px) {
.order {
  width: auto;
}
.order .order_hdg {
  width: 89.3333vw;
  margin: 0 auto;
}
.order .order_hdg .hdg {
  font-size: 6.4vw;
  line-height: 8.533333vw;
  margin-top: 13vw;
}
.order .order_hdg .order_text {
  font-size: 3.73333vw;
  line-height: 6.93333vw;
  margin-top: 9vw;
}
.order .order_hdg .order_supple {
  font-size: 3.2vw;
  line-height: 5.33333vw;
  margin-top: 4vw;
}
.order .benefits_area {
  width: 89.3333vw;
  margin: 10vw auto 0 auto;
  padding-bottom: 11vw;
}
.order .benefits_area .benefits_wrapper {
  width: 78.66667vw;
  margin: 0 auto;
  padding-top: 10vw;
}
.order .benefits_area .benefits_wrapper+.benefits_wrapper {
  padding-top: 13vw;
}
.order .benefits_area .benefits_wrapper h2 {
  font-size: 5.33333vw;
  line-height: 16vw;
  width: 78.66667vw;
  margin: 0 auto;
}
.order .benefits_area .benefits_wrapper h2 span {
  font-size: 12vw;
}
.order .benefits_area .benefits_wrapper .benefits_flex {
  flex-direction: column-reverse;
}
.order .benefits_area .benefits_wrapper .benefits_flex .right {
  width: 78.66667vw;
  margin: 8vw auto 0 auto;
}
.order .benefits_area .benefits_wrapper .benefits_flex .right {
  width: 78.66667vw;
  margin: 8vw auto 0 auto;
}
.order .benefits_area .benefits_wrapper .benefits_flex .left {
  width: auto;
  margin-right: auto;
}
.order .benefits_area .benefits_wrapper .benefits_flex .left .text {
  font-size: 3.733333vw;
  line-height: 6.933333vw;
  margin-top: 7vw;
}
.order .benefits_area .benefits_wrapper .benefits_flex .left .text_supple {
  font-size: 3.2vw;
  line-height: 5.3333vw;
}
.order .benefits_area .benefits_wrapper .text {
  font-size: 3.73333vw;
  line-height: 6.933333vw;
  margin-top: 8vw;
}
}
  
@media (min-width: 787px) and (max-width: 1024px) {
  .order {
    width: 97.65625vw;
}
}


/*----------------------------------------------------
  .howto
--------------------------------------------------- */
.howto {
  background-color: #F2F4F8;
  margin-top: 105px;
}

.howto .inner{
  width: 1000px;
  margin: 0 auto;
}

.howto .inner .hdg {
  color: #000;
  text-align: center;
  font-size: 32px;
  line-height: 60px;
  padding-top: 60px;
}

.howto .inner .howto_flex_fig {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.howto .inner .howto_flex_fig .leftt_fig{
  width: 48%;
}

.howto .inner .howto_flex_fig .right_fig{
  width: 48%;
}

.howto .inner .flame {
  background-color:#193C50;
  margin-top: 30px;
}

.howto .inner .flame .howto_flex{
  display: flex;
  width: 800px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.howto .inner .flame .howto_flex .left{
  width: 57.875%
}

.howto .inner .flame .howto_flex .right{
  width: 35.5%;
  margin-left: 6.625%;
}

.howto .inner .flame .howto_flex .right .text{
  margin-top: 60px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.howto .inner .flame .howto_flex .right .btn {
  width: 284px;
  height: 50px;
  margin: 30px auto 0 auto;
  background: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #000;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.howto .inner .flame .howto_flex .right a:hover .btn {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.howto .inner .supple {
  width: 800px;
  margin: 35px auto 0 auto;
  font-size: 12px;
  line-height: 20px;
  font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.howto .inner .fax {
  width: 800px;
  margin: 75px auto 0 auto;
  padding-bottom: 60px;
  background-color: #fff;
  text-align: center;
}

.howto .inner .fax .inner{
  width: 450px;
  margin: 0 auto;
}

.howto .inner .fax .hdg{
  padding-top: 55px;
  font-size: 28px;
  line-height: 40px;
  color: #193C50;
}

.howto .inner .fax .text{
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
  font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.howto .inner .fax .btn {
  position: relative;
  width: 450px;
  height: 70px;
  margin: 37px auto 0 auto;
  background-color: #193C50;
  text-align: center;
  line-height: 70px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #fff;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  box-sizing: border-box;
  border: 1px solid #193C50;
}

.howto .inner .fax a:hover .btn {
  background-color: transparent;
  color: #193C50;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  border: 1px solid #193C50;
}

.howto .inner .fax .btn span:before{
  content: url(../img/fax.png);
  position: absolute;
  top: 9%;
  left: 36%;
}
.howto .inner .fax .btn .fax_btn_text{
  margin-left: 6%;
}
.howto .inner .fax  a:hover .btn span:before{
  content: url(../img/fax_hover.png);
}


@media only screen and (max-width: 786px) {
.howto {
  margin-top: 16vw;
}
.howto .inner {
  width: auto;
}
.howto .inner .hdg {
  font-size: 6.4vw;
  line-height: 10.66667vw;
  padding-top: 11vw;
  color: #193C50;
}
.howto .inner .flame {
  margin-top: 6vw;
  width: 89.33333vw;
  margin: 6vw auto 0 auto;
}
.howto .inner .flame .howto_flex {
  display: block;
  width: 78.66667vw;
  margin: 0 auto;
  padding-top: 11vw;
  padding-bottom: 10vw;
}
.howto .inner .flame .howto_flex .left {
  width: auto;
}
.howto .inner .flame .howto_flex .right {
  width: auto;
  margin-left: 0;
}
.howto .inner .flame .howto_flex .right .text {
  margin-top: 5vw;
  color: #fff;
  font-size: 3.2vw;
  line-height: 5.33333vw;
}
.howto .inner .flame .howto_flex .right .btn {
  width: 78.66667vw;
  height: 13.33333vw;
  margin: 10vw auto 0 auto;
  background: #fff;
  text-align: center;
  line-height: 13.33333vw;
  font-size: 3.733333vw;
}
.howto .inner .howto_flex_fig {
  display: block;
  justify-content: space-between;
  margin-top: 11vw;
  width: 89.33333vw;
  margin: 11vw auto 0 auto;
}
.howto .inner .howto_flex_fig .leftt_fig {
  width: auto;
}
.howto .inner .howto_flex_fig .right_fig {
  width: auto;
  margin-top: 5vw;
}
.howto .inner .supple {
  width: 89.33333vw;
  margin: 5vw auto 0 auto;
  font-size: 3.2vw;
  line-height: 5.33333vw;
}
.howto .inner .fax {
  width: 89.33333vw;
  margin: 10vw auto 0 auto;
  padding-bottom: 10vw;
}
.howto .inner .fax .hdg {
  padding-top: 10vw;
  font-size: 6.4vw;
  line-height: 8.533333vw;
}
.howto .inner .fax .inner {
  width: 78.66667vw;
  margin: 0 auto;
}
.howto .inner .fax .text {
  margin-top: 6vw;
  font-size: 3.733333vw;
  line-height: 5.33333vw;
  text-align: start;
}
.howto .inner .fax .btn {
  width: 78.66667vw;
  height: 18.66667vw;
  margin: 8vw auto 0 auto;
  /* background: #000; */
  text-align: center;
  line-height: 18.66667vw;
  font-size: 3.73333vw;
}
.howto .inner .fax .btn span:before {
  top: 1.5vw;
  left: 22vw;
  width: 5.586667vw;
}

}
  
@media (min-width: 787px) and (max-width: 1024px) {
.howto .inner {
  width: 97.65625vw;
}
.howto .inner .flame .howto_flex {
  width: 78.125vw;
}
.howto .inner .flame .howto_flex .right .btn {
  width: 27.73438vw;
}
}

/*----------------------------------------------------
  .inq
--------------------------------------------------- */
.inq {
  background-color: #F2F4F8;
  padding-bottom: 85px;
}
.inq .hdg {
  color: #193C50;
  text-align: center;
  font-size: 32px;
  line-height: 60px;
  padding-top: 65px;
}

.inq .flame {
  width: 1000px;
  margin: 30px auto 0 auto;
  padding-bottom: 80px;
  background-color: #fff;
}

.inq .flame .tel dl {
  width: 800px;
  margin: 0 auto;
  padding-top: 50px;
  font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inq .flame .tel dt {
  width: 200px;
}

.inq .flame .tel dd {
  width: 190px;
}

.inq .flame .tel .sep {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: #CACACA 1px dashed;
}

.inq .flame .tel .inner{
  width: 450px;
  margin: 0 auto;
}

.inq .flame .tel .btn {
  width: 450px;
  height: 70px;
  margin: 37px auto 20px auto;
  background: #193C50;
  text-align: center;
  line-height: 70px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #fff;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  box-sizing: border-box;
  border: 1px solid #193C50;
}

.inq .flame .tel a:hover .btn {
  background-color: #fff;
  color: #193C50;
  border: 1px solid #193C50;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.inq .flame p.text_supple {
  font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  margin-top: 0;
}

@media only screen and (max-width: 786px) {
.inq .hdg {
  font-size: 6.4vw;
  line-height: 8.533333vw;
  padding-top: 27vw;
}
.inq .flame {
  width: 89.466667vw;
  margin: 9vw auto 0 auto;
  padding-bottom: 80px;
}
.inq .flame .tel dl {
  width: auto;
  margin: 0 auto;
  padding-top: 4vw;
}
.inq .flame .tel .sep {
  display: flex;
  width: 78.8vw;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-top: 5vw;
  padding-bottom: 25px;
}
.inq .flame .tel .inner {
  width: 78.8vw;
  margin: 0 auto;
}
.inq .flame .tel .btn {
  width: auto;
  height: 18.66667vw;
  margin: 4vw auto 4vw auto;
  line-height: 18.66667vw;
  font-size: 3.73333vw;
}
.inq .flame {
  width: 89.466667vw;
  margin: 9vw auto 0 auto;
  padding-bottom: 22vw;
}
.inq .flame p.text_supple {
  font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: start;
}
}
  
@media (min-width: 787px) and (max-width: 1024px) {
  .inq .flame {
    width: 97.65625vw;
}
.inq .flame .tel dl {
  width: 78.125vw;
}
.inq .flame .tel .inner {
  width: 43.9453125vw;
}
.inq .flame .tel .btn {
  width: 43.9453125vw;
}
}

/*----------------------------------------------------
  .pgf
--------------------------------------------------- */
.p-gf {
    margin-top: 0px;
}



/*----------------------------------------------------
  .patern_area
--------------------------------------------------- */
.patern_area {
}
.patern_area .p_title{
  text-align: center;
  font-size: 32px;
  margin-bottom: 60px;
  line-height: 1;
}
.patern_area .patern_image{
  position: relative;
  margin-bottom: 60px;
}
.patern_area .patern_image figure{
  position: relative;
  padding-top: 400px;
}
.patern_area .patern_image figure span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.patern_area .patern_image .textarea{
  position: absolute;
  top: 50%;
  left: 56.25%;
  transform: translate(0%, -50%);
  color: #FFF;
  letter-spacing: 0.06em;
}
.patern_area .patern_image .textarea.pos02{
  left: 10.9%;
}
.patern_area .patern_image .textarea .i_title{
  font-size: 28px;
  margin-bottom: 50px;
  font-weight: bold;
}
.patern_area .patern_image .textarea .i_title small{
  font-size: 14px;
}
.patern_area .patern_image .textarea p{
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
}
.patern_area .image_list{
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 150px;
}
.patern_area .image_list .column{
  width: 535px;
}
.patern_area .image_list .column figure figcaption{
  display: block;
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2;
}
.patern_area .image_list .column.pos02{
  margin-left: auto;
  margin-top: -90px;
  margin-bottom: 50px;
}
.patern_area .image_list .column.pos02.tesage{
  margin-top: -60px;
}
.patern_area .image_list .column.pos03{
  margin: auto;
}
@media only screen and (max-width: 786px) {
  .patern_area {
  }
  .patern_area .p_title{
    font-size: 32px;
    margin-bottom: 40px;
  }
  .patern_area .patern_image{
    margin-bottom: 60px;
  }
  .patern_area .patern_image figure{
    position: relative;
    padding-top: 400px;
  }
  .patern_area .patern_image figure span{
  }
  .patern_area .patern_image .textarea{
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    text-align: center;
  }
  .patern_area .patern_image .textarea.pos02{
    left: 0%;
  }
  .patern_area .patern_image .textarea .i_title{
  }
  .patern_area .patern_image .textarea p{
  }
  .patern_area .image_list{
    width: auto;
    margin: 0 20px;
    margin-bottom: 60px;
    overflow: hidden;
  }
  .patern_area .image_list .column{
    width: 100%;
    margin-bottom: 40px;
  }
  .patern_area .image_list .column figure figcaption{
  }
  .patern_area .image_list .column.pos02{
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .patern_area .image_list .column.pos02.tesage{
    margin-top: 0;
  }
  .patern_area .image_list .column.pos03{
    margin-left: 0;
  }

}