@charset "utf-8";

html{
  font-size: 100%;
}

@media screen and (max-width: 999px) {
  html{
    font-size: 75%;
  }
}

body{
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #4e4644;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

img{
  max-width: 100%;
}

ul{
  list-style:none;
}

a{
  text-decoration: none;
  color: #1a0dab;
}

a:hover{
  text-decoration: underline;
}

.wrap{
  width: 100%;
  max-width: 920px;
  margin:0 auto;
}

@media screen and (max-width: 38.74em) {
  .wrap{
    width: auto;
    padding: 0 18px;
  }
}

.nolink{
  pointer-events: none;
  color: #4e4644;
}

.nolink.text-red{
  pointer-events: none;
  color: #e71a20;
}

.centered {
  margin: auto;
  width: fit-content;
}

/* block
-------------------------------- */
@media screen and (min-width: 1000px) {
  .pcnone{
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .spnone{
    display: none !important;
  }
}


/* 文字設定
-------------------------------- */
.text-center{
  text-align:center;
}

.text-right{
  text-align: right;
}

.text-left{
  text-align: left;
}

.text-blue{
  color: #004ea2;
}

.text-red{
  color: #e71a20;
}

.text-yellow{
  color: #ffe100;
}

.text-large{
  font-size: 150%;
}

.text-line{
  background: linear-gradient(transparent 70%, #ffd800 30%);
}

.bg-color{
  border-radius: 10px;
  background-color: #eee;
}

.tel-box{
  display: block;
  margin-top: 1rem;
  padding: .5rem;
  border-radius: 10px;
  background: #fef3f4;
  font-weight: bold;
}

/* ボタン
-------------------------------- */
.button{
  position: relative;
  display: block;
  margin: 1.5rem 0 0;
  padding: 1.2em;
  background: #e71a20;
  box-shadow: 3px 3px 7px 0px rgba(116, 29, 0, 0.5);
  border:none;
  border-radius: 35px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  transition: background-color .2s;
}

.button:hover{
  text-decoration: none;
  background: #ff4449;
}

.button::after{
  position: absolute;
  top: 50%;
  right: 1.4rem;
  margin-top: -.6rem;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1;
}

.tel-box > .tit,
.button > .tit{
  display: block;
  font-size: 13px;
}

.tel-box > .num,
.button > .num{
  display: block;
  padding: .2rem 0;
  font-size: 25px;
  line-height: 1;
}

.tel-box > .num{
  color: #e71a20;
}

.tel-box > .num::before,
.button > .num::before{
  display: inline-block;
  width: 34px;
  height: 19px;
  content:'';
}

.tel-box > .num::before{
  background: url(../img/ico_tel_r.png);
  background-size: 34px 19px;
}

.button > .num::before{
  background: url(../img/ico_tel_w.png);
  background-size: 34px 19px;
}

.tel-box > small,
.button > small{
  display: block;
  font-weight: normal;
  font-size: 10px;
}

.button.small{
  padding: 1.2em;
  font-size: 1.3rem;
}

.button *{
  pointer-events: none;
}

.button-wrap,
.button-group{
  padding: 1px 0;
}

.button-group.single_center{
  justify-content: center;
}

/* ボタンの色設定 */
.button.warning{
  background: #ff8433;
  box-shadow: 3px 3px 7px 0px rgb(105 105 105 / 50%);
}

.button.warning:hover{
  background: #ff944e;
}

.button.secondary{
  background: #999;
  box-shadow: 3px 3px 7px 0px rgb(105 105 105 / 50%);
}

.button.secondary:hover{
  background: #a6a3a3;
}

.button.primary{
  width: 100%;
  background: #fff;
  color: #e71a20;
  border: 2px solid #e71a20;
  box-shadow: none;
}

.button.primary:hover{
  background: #e71a20;
  color: #fff;
}

.button.primary[disabled]{
  border-color: #E0E0E0;
  background: #E0E0E0;
  color: #666;
  opacity: .5;
  cursor: auto;
}

.button-group > .button{
  position: relative;
  margin: 1rem 0 0;
  padding: .8rem 0;
  text-indent: 1rem;
  }
.button-group > .button:first-child{
  padding: 1.4rem 0;
  }

.button-group.other_double > .button:first-child{
  padding: .8rem 0;
}

.button-group > .button:last-child{
  padding: .25rem 0;
}

.button-group > .button > i{
  position: absolute;
  left: .8rem;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}

.button-group > .button#btn_tel_move,
.button-group > .button#btn_move,
.button-group > .button#btn_tel_lead,
.button-group > .button#btn_lead{
  padding: 1.4rem 0;
}

.button-group > .button#btn_tel_move._number-btn,
.button-group > .button#btn_move._number-btn{
  padding: .75em 1rem;
  border-radius: 4rem;
  text-indent: 0;
}

i.fas.fa-sync-alt {
  top: 40%;
  left: 1rem;
  transform:rotate(45deg);
}

.button-group > .button#btn_tel_move_switch, .button-group > .button#btn_move_switch {
  padding: .8rem 0;
}

@media screen and (max-width: 999px) {
  .button.large{
    padding: .75em 1rem;
    border-radius: 4rem;
  }

  .button > .txt{
    display: block;
    padding: .1rem 0;
  }

  .button-group.single_center > .button{
    margin: 1rem 0 0;
  }
}

@media screen and (min-width: 1000px) {
  .button-wrap .button{
    margin: 2rem 1rem;
  }

  .button.primary{
    max-width: 380px;
    margin: 1em auto 0;
    padding: .9em;
    border-radius: 45px;
  }

  .button-wrap{
    display: flex;
    justify-content: center
  }

  .button-wrap .button{
    width: 380px;
    padding: 1.1em 0;
    border-radius: 45px;
  }

  .button.large{
    padding: .5em 0;
    border-radius: 45px;
    min-height: 3.9rem;
  }

  .button > .txt{
    display: block;
    padding-top: .5rem;
    font-size: 22px;
  }

  .button-group{
    max-width: 790px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .button-group > .button{
    width: 390px;
    font-size: 1.3rem;
  }

  a.button.large.tel-2.support-show {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


/* header
-------------------------------- */
#header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-logo {
  margin: 0 10px 0 0;
  height: 30px;
}

#header > p:not(.site){
  font-size: 1.2rem;
  margin: 0 0 .1em;
  font-weight: bold;
}

#header > p.site{
  margin: 0;
  padding: .5em 0;
  font-size: 80%;
}

#header > p.info{
  display: block;
  padding: 6px;
  font-size: 12px;
  font-weight: normal;
  background: #e71a20;
  color: #fff;
}

/* footer
-------------------------------- */
#footer{
  margin-top: 1.5rem;
  text-align:center;
}

#footer .privacy{
  padding: 1.5em 0;
  background: #f5f5f5;
}

#footer .privacy > a{
  display: inline-block;
  color: #4D4D4D;
  line-height: 1;
  padding: 0 1rem;
  text-decoration: none;
}

.copyright{
  margin: 0;
  color: #fff;
  background: #333;
}

@media screen and (min-width: 1000px) {
  .copyright{
    font-size: .75rem;
    padding: .8rem 0;
  }
}

/* 見出し */
.ttl-h2{
  font-size: 1.75rem;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  #contents section{
    margin-bottom: 40px;
  }
}


/* コンテンツエリア
-------------------------------- */
/* KV */
.kv h1{
  margin: 0 0 .5rem 0;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  background: none;
  background-size: 261px 135px;
}

.kv h1 > span{
  display: block;
  margin-bottom: 1rem;
  padding: 6px;
  font-size: 12px;
  font-weight: normal;
  background: #e71a20;
  color: #fff;
}

.kv dl{
  display: block;
  max-width: 730px;
  margin: 0 auto 1rem;
  padding: 1rem 2rem;
  background: #fef3f4;
  border-radius: 10px;
  text-align: left;
}

.kv dt{
  font-size: 1.1rem;
  font-weight: bold;
}

.kv dd{
  margin: 0;
  padding: 0 1rem 0 0;
  display: inline-block;
}

.kv .note{
  display: inline-block;
  margin: 2rem 0;
  padding: .5rem 0 .5rem 60px;
  background:url(../img/ico_note.png) no-repeat 0 50%;
  background-size: 52px 52px;
  text-align: left;
  font-weight: bold;
}

.kv_under_image{
  text-align: center;
  margin: 0 0 .5rem 0;
}

/* flow */
#flow{
  padding-top: 1rem;
  padding-bottom: 2rem;
  background:#fef3f4;
}

#flow ul{
  margin: 0;
  padding: 0;
  text-align: center;
}

#flow li{
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
  line-height: 1.2;
}

#flow li:not(:first-child){
  margin-left: 2rem;
}

#flow .ico{
  display: block;
  position: relative;
  padding: .2rem 0;
  background: #e71a20;
  color: #fff;
  font-size: .8rem;
  border-radius: 10px 10px 0 0 ;
}

#flow .ico > span{
  margin-left: .3em;
  font-size: 1.2rem;
  font-weight: bold;
}

#flow li::before,
#flow li::after{
  position: absolute;
  content: '';
}

#flow li::before{
  display: block;
  background-color: #fff;
  left: 50%;
  background-repeat: no-repeat;
  background-position: 50% 75%;
  border-radius: 10px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.15);
}

#flow li:not(:first-child)::after{
  width: 0;
  height: 0;
  left: -18px;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #e71a21;
}

@media screen and (min-width: 1000px) {
  #flow{
    padding-top: 1rem;
  }

  #flow li{
    max-width: 250px;
  }

  #flow li::before{
    width: 250px;
    height: 140px;
    margin-left: -125px;
  }

  #flow li:nth-child(1)::before{
    background-image: url(../img/ico_step_1.png);
  }

  #flow li:nth-child(2)::before{
    background-image: url(../img/ico_step_2.png);
  }

  #flow li:nth-child(3)::before{
    background-image: url(../img/ico_step_3.png);
  }

  #flow li:not(:first-child)::after{
    top: 70px;
  }

  #flow .ico{
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 999px) {
  #flow section {
    padding-bottom: 2.6rem;
  }

  #flow li{
    max-width: 90px;
  }

  #flow li::before{
    width: 90px;
    height: 90px;
    margin-left: -45px;
  }

  #flow li:nth-child(1)::before{
    background-image: url(../img/ico_step_1.png);
    background-size: auto 40px;
  }

  #flow li:nth-child(2)::before{
    background-image: url(../img/ico_step_2.png);
    background-size: auto 40px;
  }

  #flow li:nth-child(3)::before{
    background-image: url(../img/ico_step_3.png);
    background-size: auto 40px;
  }

  #flow li:not(:first-child)::after{
    top: 36px;
  }

  #flow .ico{
    margin-bottom: 80px;
  }
}

/* アコーディオン */
#faq {
  margin-bottom: 1rem !important;
  padding-top: 1rem;
  padding-bottom: 2rem;
  background:#f2f2f2;
}

.faq > dt {
  padding-right: 1em;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.15);
}

.faq dt::before {
  min-width: 65px;
  height: 6rem;
  line-height: 6rem;
  margin-right: 15px;
  text-align: center;
  background: #999;
  color: #fff;
  font-size: 2rem;
  border-radius: 10px 0 0 10px;
  content: "Q";
}

.faq dd {
  margin: 15px 20px 30px;
  text-indent: -20px;
  padding-left: 20px;
  font-size: 1.1rem;
}

.faq dd::before {
  content: "A.";
  margin-right:5px;
}

.faq > dt {
  display: flex;
  align-items: center;
  min-height: 6rem;;
}

/* メンテナンス */
.maintenance {
  margin: 10px;
  padding: 10px;
  border: 1px dashed #f00;
  color: #f00;
}

.maintenance h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.maintenance p {
  margin: 0;
  font-size: 12px;
}

@media screen and (min-width: 1000px) {
  .maintenance {
    margin: 30px auto;
    padding: 15px 30px;
    max-width: 860px;
  }

  .maintenance p {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (min-width: 1000px) {
  #contents section.kv {
    margin-bottom: unset;
  }
}

@media screen and (min-width: 1000px){
  .button-wrap .button {
    width: 380px;
    padding: 1.1em 0;
  }


  .button-wrap .button {
    margin: 2rem 1rem;
  }
  .button.large {
    padding: 0.5em 0;
    min-height: 3.9rem;
  }
}

@media screen and (max-width: 360px) {
  #flow li{
    max-width: 80px;
  }

  #flow li::before{
    width: 80px;
    height: 90px;
    margin-left: -40px;
  }
}