@charset "utf-8";

/*
===== APPLICATION ==========================================
*/
/*--------------------
	サービス利用料
--------------------*/
section#application div#service {
  width: 100%;
  margin: 0 auto 96px;
}
div#service ul {
  width: calc(100% - 2px);
  border: 1px solid #d5cbc5;
  border-bottom: none;
  margin: 0 auto;
}
div#service ul li {
  border-bottom: 1px solid #d5cbc5;
  padding: 24px 0;
  text-align: center;
}
div#service ul li span {
  display: block;
  padding-bottom: 4px;
  font-size: 1.3rem;
  color: #736f6d;
  letter-spacing: 1.3px;
}
div#service ul li p.price {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.75px;
}
@media screen and (min-width: 768px) {
  /*pc769以上*/
  section#application div#service {
    margin: 0 auto 192px;
  }
  div#service ul {
    width: calc(100% - 2px);
    /*max-width: 838px;*/
    margin: 0 auto;
  }
  div#service ul li {
    padding: 40px 0;
  }
  div#service ul li span {
    padding-bottom: 10px;
  }
  div#service ul li p.price {
    font-size: 1.7rem;
  }
}

/*--------------------
	お申込み後の流れ
--------------------*/
section#application div#afterFlow {
  width: 100%;
  margin: 0 auto 100px;
}
section#application div#afterFlow h2 {
  margin-bottom: 20px;
}
div#afterFlow li {
  text-align: center;
  position: relative;
}
div#afterFlow li::after {
  /*矢印*/
  content: "";
  display: block;
  height: 50px;
  margin: 0 auto;
  background: url("../img/application/arrow.svg") no-repeat center;
}
div#afterFlow li:nth-child(2)::after {
  /*ドット矢印*/
  height: 66px;
  background: url("../img/application/arrow_dot.svg") no-repeat center;
}
div#afterFlow li:last-child::after {
  /*最後の矢印非表示*/
  display: none;
}
div#afterFlow li li::after,
div#afterFlow li li:nth-child(2)::after {
  /*1カ月のライン*/
  height: 30px;
  background: url("../img/application/line.svg") no-repeat center;
}
div#afterFlow li li:last-child::after {
  /*ドット矢印の右テキスト*/
  content: "繰り返し";
  width: 50%;
  height: 66px;
  padding-left: 8px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -66px;
  background: none;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.55px;
}
div#afterFlow li:nth-child(2)::before {
  /*一カ月目のリストの左テキスト*/
  content: "一カ月目";
  width: 10px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: calc(50% - 83px);
  color: #736f6d;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 500;
  letter-spacing: 0.5rem;
  font-family: "BrownLLWeb", "Noto Sans JP";
}
div#afterFlow li li:nth-child(2)::before {
  display: none;
}
div#afterFlow li:nth-child(2) ol {
  /*一カ月目のリストの左囲み*/
  background: url("../img/application/line_kakomi.svg") no-repeat 8px bottom;
  background-size: 20px 100%;
}
div#afterFlow li:last-child::before {
  /*三カ月目のリストの左テキスト*/
  content: "三カ月目";
  width: 10px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: calc(50% - 50px);
  color: #736f6d;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /* font-weight: 500; */
  font-weight: 400;
  letter-spacing: 0.5rem;
  font-family: "BrownLLWeb", "Noto Sans JP";
}
div#afterFlow li li:last-child::before {
  /*三カ月目のリストの左テキストを非表示*/
  display: none;
}
div#afterFlow li span.ttl {
  width: 240px;
  height: 24px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: #c8bcaf;
  font-size: 1.1rem;
  font-family: "BrownLLWeb", "Noto Sans JP";
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.55px;
}
div#afterFlow li span.ttl span.en {
  font-size: 1.3rem;
  letter-spacing: 0.65px;
}
div#afterFlow li span.ttl.short {
  width: 160px;
}
/*div#afterFlow li:first-child span.ttl {
	margin: 0 auto;
}*/

div#afterFlow li div.detail {
  width: calc(100% - 100px);
  min-width: 246px;
  height: 90px;
  margin: 0 auto;
  border: 1px solid #d9d1c7;
  padding: 12px 16px 12px 0;
  border-radius: 10px;
  display: grid;
  -ms-grid-column: 80px 1fr;
  grid-template-columns: 80px 1fr;
}
div#afterFlow li div.detail span {
  width: 80px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#afterFlow li div.detail span img {
  width: 100%;
  height: auto;
}
div#afterFlow li div.detail .icoStyle {
  width: 70px;
  height: 70px;
  display: inline-block;
  fill: #474341;
}
div#afterFlow li div.detail p {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: 0.55px;
}

div#afterFlow .mainImg{
  overflow: hidden;
  margin: 0 calc(50% - min(270px, 50vw));
  width: 100vw;
  max-width: 540px;
  text-align: center;
}
div#afterFlow .mainImg img{
  /*height: 100%;*/
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  /*pc769以上*/
  div#afterFlow .mainImg{
    overflow: hidden;
    margin: 0 calc(50% - min(496px, 50vw));
    width: 100vw;
    max-width: 992px;
    text-align: center;
  }
  div#afterFlow .mainImg img{
    /*height: 100%;*/
    -webkit-backface-visibility: hidden;
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    object-fit: cover;
  }
  #contents section#application{
    max-width: 992px;
  }

  section#application div#afterFlow {
    margin: 0 auto 100px;
  }
  section#application div#afterFlow h2 {
    margin-bottom: 100px;
  }
  div#afterFlow ol {
    /*width: 600px;*/
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  div#afterFlow ol ol {
    /*width: 600px;*/
    display: inherit;
  }
  div#afterFlow li {
    width: 264px;
  }
  div#afterFlow li:first-child {
    transform: translateX(-76px);
  }
  div#afterFlow li li:first-child {
    transform: none;
  }
  div#afterFlow li:last-child {
    transform: translateX(76px);
  }
  div#afterFlow li li:last-child {
    transform: none;
  }
  div#afterFlow li::after {
    /*矢印*/
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    top: 71px;
    right: -74px;
    transform: rotate(-90deg);
  }
  div#afterFlow li:nth-child(2)::after {
    /*ドット矢印*/
    height: 66px;
    top: 63px;
    right: -74px;
  }
  div#afterFlow li li::after {
    /*一カ月目のライン*/
    margin: 0 auto;
    position: inherit;
    top: 0;
    right: 0;
    transform: none;
  }
  div#afterFlow li li:nth-child(2)::after {
    /*一ヶ月目の最後のライン*/
    height: 30px;
    top: 0;
    right: 0;
  }
  div#afterFlow li li:last-child::after {
    /*ドット矢印の右テキスト*/
    width: 66px;
    height: 66px;
    padding-left: 0;
    bottom: inherit;
    left: inherit;
    top: -322px;
    right: -92px;
    text-align: center;
  }
  div#afterFlow li:nth-child(2)::before {
    /*一カ月目のリストの左テキスト*/
    width: 100px;
    height: 24px;
    left: calc(50% - 50px);
    top: -58px;
    font-size: 1.5rem;
    line-height: 1;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
  div#afterFlow li:nth-child(2) ol {
    /*一カ月目のリストの左囲み*/
    background: none;
  }
  div#afterFlow li:last-child::before {
    /*三カ月目のリストの左テキスト*/
    width: 100px;
    height: 24px;
    left: calc(50% - 50px);
    top: -58px;
    font-size: 1.5rem;
    line-height: 1;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
  div#afterFlow li span.ttl {
    width: 240px;
    margin: 0 auto 15px;
    border-radius: 14px;
    font-size: 1.1rem;
  }
  div#afterFlow li span.ttl.short {
    width: 160px;
  }
  div#afterFlow li ol li:first-child span.ttl {
    margin: 0 auto 15px;
  }
  div#afterFlow li div.detail {
    width: 228px;
    height: 88px;
    padding: 12px 8px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  div#afterFlow li div.detail span {
    width: 70px;
    height: 70px;
  }
  div#afterFlow li div.detail .icoStyle {
    width: 70px;
    height: 70px;
  }
  div#afterFlow li div.detail p {
    padding-left: 10px;
    font-size: 1.1rem;
    line-height: 2.2rem;
  }
}

@media screen and (max-width: 374px) {
  /*sp374以下*/
  div#afterFlow li div.detail {
    width: 230px;
    height: 96px;
    padding: 8px 8px 8px 0;
    grid-template-columns: 60px 1fr;
    -ms-grid-column: 60px 1fr;
  }
  div#afterFlow li:nth-child(2)::before {
    left: -12px;
  }
  div#afterFlow li:last-child::before {
    left: -12px;
  }
  div#afterFlow li:nth-child(2) ol {
    /*一カ月目のリストの左囲み*/
    background: url("../img/application/line_kakomi.svg") no-repeat -4px bottom;
    background-size: 20px 100%;
  }
  div#afterFlow li div.detail span {
    width: 60px;
    height: 96px;
  }
  div#afterFlow li div.detail .icoStyle {
    width: 60px;
    height: 60px;
  }
}

/*--------------------
	注意事項
--------------------*/
#notes ul.attention {
  width: calc(100% - 34px);
  border: 1px solid #d5cbc5;
  padding: 16px;
  margin-bottom: 96px;
}
#notes ul.attention li {
  font-size: 1.1rem;
  line-height: 2.2rem;
  color: #736f6d;
  letter-spacing: 0.55px;
}
@media screen and (min-width: 768px) {
  /*pc769以上*/
  #notes ul.attention {
    width: calc(100% - 34px);
    /*max-width: 806px;*/
    padding: 16px;
    margin-bottom: 50px;
  }
  #notes ul.attention li {
    font-size: 1.3rem;
  }
}

/*--------------------
	同意ボタン
--------------------*/
section#application #inputArea {
  width: 100%;
}
#inputArea span {
  display: flex;
  justify-content: center;
}
#inputArea span label {
  margin-bottom: 36px;
}
#inputArea .btnR {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 52px;
  border-radius: 26px;
  background-color: #c8bcaf;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 52px;
  color: #ffffff;
  opacity: 0.5;
}

#inputArea .btnR:enabled:hover {
  background-color: #d6cbc0;
}

#inputArea .btnR:disabled {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  /*pc769以上*/
  #inputArea span label {
    margin-bottom: 50px;
  }
  #inputArea .btnR {
    width: 260px;
  }
}
/*--------------------
	Q&A 2022.10追加
--------------------*/
#contents section#faq {
    width: calc(100% - 32px);
    max-width: 1080px;
    margin: 0 auto 80px;
  }
@media screen and (min-width: 768px) {
  /*pc769以上*/
  #contents section#faq {
    width: calc(100% - 32px);
    max-width: 1080px;
    margin: 0 auto 100px;
  }
}

#qa{
	    margin: 0 auto 100px;
}