@charset "utf-8";

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

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

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

/*----------------------------------------------------
 slick
--------------------------------------------------- */
/* :focus {
    outline: none;
  }
  .slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
  .slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
  .slick-list:focus{outline: none;}
  .slick-list.dragging{cursor: pointer;cursor: hand;}
  .slick-slider .slick-track,
  .slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
  .slick-track{position: relative;top: 0;left: 0;display: block;}
  .slick-track:before,
  .slick-track:after{display: table;content: '';}
  .slick-track:after{clear: both;}
  .slick-loading .slick-track{visibility: hidden;}
  .slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
  [dir='rtl'] .slick-slide{float: right;}
  .slick-slide img{display: block;}
  .slick-slide.slick-loading img{display: none;}
  .slick-slide.dragging img{pointer-events: none;}
  .slick-initialized .slick-slide{display: block;}
  .slick-loading .slick-slide{visibility: hidden;}
  .slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
  .slick-arrow.slick-hidden {display: none;}
  
  .slick-prev{
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    border:none;
    text-indent: -9999px;
    cursor: pointer;
      -webkit-transition: all 0.5s 0s ease;
         -moz-transition: all 0.5s 0s ease;
              transition: all 0.5s 0s ease;
      border-radius: 40px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      width: 40px;
      height: 40px;
      left: 50%;
      margin-left:-540px;
      background: #000;
  }
  .slick-prev:hover{
    opacity: 0.5;
    -webkit-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
       -moz-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
        -ms-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
         -o-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
            transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
  }
  .slick-next{
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    border:none;
    text-indent: -9999px;
    cursor: pointer;
      -webkit-transition: all 0.5s 0s ease;
         -moz-transition: all 0.5s 0s ease;
          -ms-transition: all 0.5s 0s ease;
           -o-transition: all 0.5s 0s ease;
              transition: all 0.5s 0s ease;
              border-radius: 40px;
              -webkit-border-radius: 40px;
              -moz-border-radius: 40px;
              width: 40px;
              height: 40px;
              left: 50%;
              margin-left:430px;
              background: #002C57 url(../img/common/arrow_right.svg) no-repeat center center;
  }
  .slick-next:hover{
    opacity: 0.5;
    -webkit-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
       -moz-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
        -ms-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
         -o-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
            transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
  }
  .slide .slick-disabled{
    opacity: 0.2;
  }
  @media only screen and (max-width: 768px) {
    .slide .slick-prev:hover{
      opacity: 1;
    }
    .slide .slick-next:hover{
      opacity: 1;
    }
    .slick-prev{
  
      top: 50%;
      left: 15px;
      margin-top: -15px;
      background-size: 30px auto;
      width: 30px;
      height: 30px;
      z-index: 10;
    }
    .slick-next{
      top: 50%;
      right: 15px;
      margin-top: -15px;
      background-size: 30px auto;
      width: 30px;
      height: 30px;
      z-index: 10;
    }
    .slick-prev:hover,
    .slick-next:hover {
      -webkit-transform: scale3d(1,1,1) translate(0px,0px) rotate(0deg);
      -moz-transform: scale3d(1,1,1) translate(0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate(0px,0px) rotate(0deg);
      -o-transform: scale3d(1,1,1) translate(0px,0px) rotate(0deg);
      transform: scale3d(1,1,1) translate(0px,0px) rotate(0deg);
    }
  } */
  
  /*----------------------------------------------------
    .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: #193C50;
  background-color: #F2F4F8;
  margin-top: 70px;
  padding-bottom: 100px;
}

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

.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;
  margin-top: 60px;
}

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

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

.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;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
  border: 1px solid #193C50;
}

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

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

.new_collection .inner .flex_collection .right .btn {
  width: 260px;
  height: 50px;
  margin: 30px 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: 15.5vw;
}
.new_collection .inner {
  width: auto;
}
.new_collection .inner .flex_collection {
  display: block;
  margin-top: 9vw;
}
.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;
}

}
  
@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:#193C50;
  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;
  margin-top: 100px;
}

.order .benefits_area .benefits_wrapper .benefits_flex .left .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: #193C50;
  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: #193C50;
  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;
}
.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;
}
.howto .inner .fax .btn {
  width: 78.66667vw;
  height: 18.66667vw;
  margin: 8vw auto 0 auto;
  background: #193C50;
  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 0 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;
}

@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 0 auto;
  line-height: 18.66667vw;
  font-size: 3.73333vw;
}
.inq .flame {
  width: 89.466667vw;
  margin: 9vw auto 0 auto;
  padding-bottom: 22vw;
}
}
  
@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;
}
