@charset "utf-8";
/* mv ****************************************************************/
#mv .outerBox {
  height: 720px;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1rem;
}
.mv-txt {
  width: 100%;
  padding-top: 360px;
  text-align: center;
}
.mv-txt img {
  width: 80%;
  margin: 2rem auto 0;
}
.mv-subLbl {
  font-size: 1.2rem;
}
.mv-label {
  background: #e93d37;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  position: absolute;
  top: calc(60px + 2rem);
  left: 0;
  color: #fff;
}
.mv-label .mv-labelEm {
  font-size: 1.8rem;
}
.mv-movie video {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv-txtSpBr {
  display: none;
}
@media screen and (max-width: 768px) {
  #mv .outerBox {
    height: 85vh;
    min-height: 450px;
    letter-spacing: 0;
  }
  .mv-txt {
    padding-top: 40vh;
    letter-spacing: 0.25rem;
  }
  .mv-subLbl {
    font-size: 1rem;
  }
  .mv-label {
    padding: 0.5rem 0.75rem;
    top: calc(55px + 1.5rem);
  }
  .mv-label .mv-labelEm {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 440px) {
  #mv .outerBox {
    height: 85vh;
    min-height: 450px;
    letter-spacing: 0;
  }
  .mv-txt {
    padding-top: 40vh;
    letter-spacing: 0.25rem;
  }
  .mv-subLbl {
    font-size: 1rem;
  }
  .mv-label {
    padding: 0.5rem 0.75rem;
    top: calc(55px + 1.5rem);
  }
  .mv-label .mv-labelEm {
    font-size: 1.6rem;
  }
  .mv-txtSpBr {
    display: block;
  }
}

/* top ****************************************************************/
.top {
  padding: 3rem 0;
  text-align: center;
}
.top p {
  font-size: 1.2rem;
  margin: 1rem 0;
}
.top-autoPlay {
  margin: 1.5rem 0;
}
.top-autoPlay .swiper-wrapper {
  transition-timing-function: linear;
}
.top-cntTbBr {
  display: none;
}
.top-cntSq {
  background: #e93d37;
  padding: 0.5rem 1.25rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
  margin: 2rem 0 0;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .top {
    padding: 2rem 0;
  }
  .top p {
    font-size: 1rem;
    margin: 0.75rem 0;
  }
  .top-autoPlay {
    margin: 1.25rem 0;
  }
  .top-cntTbBr {
    display: block;
  }
  .top-cntSq {
    padding: 0.2rem 0.5rem;
    margin: 1.5rem 0 0;
  }
}
@media screen and (max-width: 440px) {
  .top {
    padding: 2rem 0;
  }
  .top p {
    font-size: 0.9rem;
    margin: 0.5rem 0;
  }
  .top-autoPlay {
    margin: 1.25rem 0;
  }
  .top-cntSq {
    padding: 0.2rem 0.75rem;
  }
}
/* cta ****************************************************************/
.cta {
  padding: 2rem 0;
  box-sizing: border-box;
}
.cta-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}
.cta-box {
  width: calc(50% - 1rem);
  background: #e93d37;
  border-radius: 10px;
  text-align: center;
  padding: 2rem 1.5rem 1.2rem;
  box-sizing: border-box;
  color: #fff;
}
.cta-boxEm {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.cta-btn {
  background: #fff;
  color: #e93d37;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.cta-boxNotice {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .cta-wrap {
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .cta-box {
    width: 370px;
    max-width: 98%;
    margin: 0 auto;
    padding: 1.5rem 1rem;
  }
  .cta-boxEm {
    font-size: 1.1rem;
  }
  .cta-boxNotice {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
}
/* intro ****************************************************************/
.intro {
  position: relative;
  margin-bottom: calc(90px + 2rem);
}
.intro::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 90px;
  background: url("../img/intro-arw.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .intro {
    margin-bottom: 50px;
  }
  .intro::after {
    bottom: -50px;
    width: 100px;
    height: 50px;
  }
  .intro-cnt .sp-display {
    width: 550px;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 440px) {
  .intro {
    margin-bottom: 30px;
  }
  .intro::after {
    bottom: -30px;
    width: 60px;
    height: 30px;
  }
}

/* point ****************************************************************/
.secBox.point {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 4rem;
}
.secBox.point > .inBox {
  padding-bottom: 4rem;
}
.point::after {
  content: "";
  position: absolute;
  top: 9%;
  left: 0;
  width: 100%;
  height: calc(100% - 18%);
  background: url("../img/point-bg.png") repeat-y center;
  background-size: contain;
  z-index: -1;
}
/* reason *******/
.point-reason {
  margin-bottom: 4rem;
}
.point-reasonLbl {
  text-align: center;
}
.point-reasonLbl .h3-styleA {
  margin-bottom: 3rem;
}
.point-reasonCnt {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
}
.point-reasonWrap {
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.15);
  position: relative;
}
.point-reasonWrap:nth-child(2n) {
  flex-direction: row-reverse;
}
.point-reasonWrap::after {
  content: "";
  position: absolute;
  top: -1.1rem;
  left: 1rem;
  width: 20%;
  height: auto;
  padding-top: 3%;
}
.point-reasonWrap:nth-child(2n)::after {
  left: auto;
  right: 1rem;
}
.point-reasonTxt {
  width: 65%;
  padding: 2rem;
  box-sizing: border-box;
}
.point-reasonTxtEm {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  box-sizing: border-box;
}
.point-reasonImg {
  width: 35%;
  height: 100%;
  min-height: 325px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.point-reasonWrap:nth-child(2n) .point-reasonImg {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
/* title */
#point-reason_1::after {
  background: url("../img/point-reasonNum1.png") no-repeat center;
  background-size: cover;
}
#point-reason_2::after {
  background: url("../img/point-reasonNum2.png") no-repeat center;
  background-size: cover;
}
#point-reason_3::after {
  background: url("../img/point-reasonNum3.png") no-repeat center;
  background-size: cover;
}
#point-reason_4::after {
  background: url("../img/point-reasonNum4.png") no-repeat center;
  background-size: cover;
}

/* img */
#point-reason_1 .point-reasonImg {
  background: url("../img/point-reasonPlan.png") no-repeat center;
  background-size: cover;
}
#point-reason_2 .point-reasonImg {
  background: url("../img/point-reasonDesign.png") no-repeat center;
  background-size: cover;
}
#point-reason_3 .point-reasonImg {
  background: url("../img/point-reasonSetting.png") no-repeat center;
  background-size: cover;
}
#point-reason_4 .point-reasonImg {
  background: url("../img/point-reasonMg.png") no-repeat center;
  background-size: cover;
}

/* commit *******/
.point-commitTxt {
  font-size: 1.5rem;
  box-sizing: border-box;
  letter-spacing: 0.2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.point-commit img {
  width: 900px;
  max-width: 95%;
  margin: 0 auto;
}

/* scope *******/
.point-scope {
  background: #fff;
  padding-top: 4rem;
}
.point-scopeLbl {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .secBox.point {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }
  .secBox.point > .inBox {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.5rem;
  }
  .point::after {
    content: "";
    position: absolute;
    top: 9%;
    left: 0;
    width: 100%;
    height: calc(100% - 9%);
  }
  /* reason *******/
  .point-reason {
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  .point-reasonCnt {
    row-gap: 2.5rem;
  }
  .point-reasonWrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .point-reasonWrap::after {
    top: -0.75rem;
    left: 1rem;
    width: 36.66%;
    padding-top: 5.5%;
  }
  .point-reasonWrap:nth-child(2n)::after {
    left: 1rem;
    right: auto;
  }
  .point-reasonTxt {
    width: 100%;
    padding: 2rem 1.5rem 1.5rem;
    box-sizing: border-box;
  }
  .point-reasonTxtEm {
    font-size: 1.3rem;
  }
  .point-reasonImg {
    width: 100%;
    height: 250px;
    min-height: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .point-reasonWrap:nth-child(2n) .point-reasonImg {
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 20px;
  }

  /* commit *******/
  .point-commitTxt {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 2;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  .point-commit img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  /* scope *******/
  .point-scope {
    background: #fff;
    padding-top: 3rem;
  }
  .point-scope > .inBox {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 440px) {
  .point-reasonTxtEm {
    font-size: 1.2rem;
  }
  .point-reasonTxt {
    padding: 1.5rem 1.5rem 1.5rem;
  }
  .point-reasonWrap::after {
    top: -0.5rem;
  }
  .point-reasonImg {
    height: 200px;
    min-height: 200px;
  }
  /* commit *******/
  .point-commitTxt {
    font-size: 1.1rem;
  }
}
/* works ****************************************************************/
.lbl-lineBr {
  display: none;
}
.wrks-cntWrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
}
.wrks-cntBox {
  width: 100%;
}
.wrks-cntImg {
  width: 100%;
}
.wrks-cntImgSw {
  padding-bottom: calc(3rem + 10px);
}
.wrks-cntImgSw .swiper-pagination-bullet-active {
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
}
.wrks-cntImgSw
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.wrks-cntImgSw
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 2px 6px;
}
.wrks-cntImgSw .swiper-pagination-bullet {
  background: #fff;
}
.wrks-cntImgSw .swiper-button-prev,
.wrks-cntImgSw .swiper-button-next {
  top: 47%;
  height: 50px;
  width: 50px;
}
.wrks-cntImgSw .swiper-button-prev::after,
.wrks-cntImgSw .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.wrks-cntImgSw .swiper-button-prev::after {
  background-image: url("../img/wrk-arwPre.png");
}
.wrks-cntImgSw .swiper-button-next::after {
  background-image: url("../img/wrk-arwNext.png");
}
.wrks-cntImgSwBox {
  width: 100%;
  height: 600px;
  position: relative;
}
.wrks-cntImgSwBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrks-cntImgSwBox.wrk-iwakiFcTxt::before {
  content: "©IWAKI FC";
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0.5rem;
  right: 0.5rem;
  width: auto;
  height: auto;
  color: #2e2e2e;
  font-size: 0.9rem;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
.wrks-cntLbl h3 {
  margin: 0.5rem 0 1.5rem;
  font-size: 1.6rem;
}
.wrks-cntLbl h3 span {
  font-size: 0.85em;
  vertical-align: bottom;
  margin-left: 1rem;
}
.wrks-cntInWrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  column-gap: 2rem;
}
.wrks-cntDetail {
  width: 100%;
}
.wrks-cntDetailRow {
  border: solid 1px #555;
}
.wrks-cntDetailRow:nth-child(2n) {
  border-top: none;
  border-bottom: none;
}
.wrks-cntDetailRow:last-child {
  border-bottom: solid 1px #555;
}
.wrks-cntDetailRow dl {
  display: flex;
  flex-wrap: wrap;
}
.wrks-cntDetailRow dl dt,
.wrks-cntDetailRow dl dd {
  padding: 0.5rem;
  box-sizing: border-box;
}
.wrks-cntDetailRow dl dt {
  width: 18%;
  border-right: solid 1px #555;
}
.wrks-cntDetailRow dl dd {
  width: calc(100% - 18%);
}
.wrks-cntDetailRow dl dd ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  column-gap: 0.75rem;
}
.wrks-cntTypeBox {
  width: auto;
  background: #e93d37;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
  border-radius: 10px;
}
.wrks-cntTypeName {
  position: relative;
  padding-left: 1.5rem;
}
.wrks-cntTypeName::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../img/wrk-checkIcon.png") no-repeat center;
  background-size: cover;
}
/* work img */
#wrk-cc25_01 {
  background: url("../img/wrk-cc25_01.png") no-repeat center;
  background-size: cover;
}
#wrk-cc25_02 {
  background: url("../img/wrk-cc25_02.png") no-repeat center;
  background-size: cover;
}
#wrk-cc25_03 {
  background: url("../img/wrk-cc25_03.png") no-repeat center;
  background-size: cover;
}
#wrk-cc25_04 {
  background: url("../img/wrk-cc25_04.png") no-repeat center;
  background-size: cover;
}
#wrk-cc25_05 {
  background: url("../img/wrk-cc25_05.png") no-repeat center;
  background-size: cover;
}
#wrk-comic20th_01 {
  background: url("../img/wrk-comic20th_01.png") no-repeat center;
  background-size: cover;
}
#wrk-comic20th_02 {
  background: url("../img/wrk-comic20th_02.png") no-repeat center;
  background-size: cover;
}
#wrk-comic20th_03 {
  background: url("../img/wrk-comic20th_03.png") no-repeat center;
  background-size: cover;
}
#wrk-tricks_01 {
  background: url("../img/wrk-tricks_01.png") no-repeat center;
  background-size: cover;
}
#wrk-tricks_02 {
  background: url("../img/wrk-tricks_02.png") no-repeat center;
  background-size: cover;
}
#wrk-iwakiFc_01 {
  background: url("../img/wrk-iwakiFc_01.png") no-repeat center;
  background-size: cover;
}
#wrk-iwakiFc_02 {
  background: url("../img/wrk-iwakiFc_02.png") no-repeat center;
  background-size: cover;
}
#wrk-iwakiFc_03 {
  background: url("../img/wrk-iwakiFc_03.png") no-repeat center;
  background-size: cover;
}

/* other *******/
.wrks-cntOther {
  margin: 6rem 0;
}
.wrks-autoPlay .swiper-wrapper {
  transition-timing-function: linear;
}
.wrks-cntOtherTxt {
  margin: 2rem 0;
}
.wrks-cntOtherTxt p {
  text-align: center;
  font-size: 1.6rem;
}
.wrks-cntOtherTxtBr {
  display: none;
}
/* cta *******/
.wrks-cntCta {
  margin-top: 6rem;
  text-align: center;
}
.wrks-cntCtaBt {
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .wrks-cntImgSwBox {
    height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .wrks-cntImgSwBox {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .wrks-cntWrap {
    row-gap: 3rem;
  }
  .wrks-cntImgSw .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    margin: 0 4px !important;
  }
  .wrks-cntImgSw
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .wrks-cntImgSw
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 1px 4px;
  }
  .wrks-cntImgSw .swiper-pagination-bullet {
    background: #fff;
  }
  .wrks-cntImgSw .swiper-button-prev,
  .wrks-cntImgSw .swiper-button-next {
    top: 47%;
    height: 40px;
    width: 40px;
  }
  .wrks-cntImgSw .swiper-button-prev::after,
  .wrks-cntImgSw .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 40px;
    margin: auto;
    width: 40px;
  }
  .wrks-cntImgSw .swiper-button-prev::after {
    background-image: url("../img/wrk-arwPre.png");
  }
  .wrks-cntImgSw .swiper-button-next::after {
    background-image: url("../img/wrk-arwNext.png");
  }
  .wrks-cntImgSwBox {
    height: 360px;
  }
  .wrks-cntImgSwBox.wrk-iwakiFcTxt::before {
    font-size: 0.8rem;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  }
  .wrks-cntLbl h3 {
    margin: 0.5rem 0 1rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .wrks-cntLbl h3 span {
    font-size: 0.85em;
    margin-left: 0;
  }
  .wrks-cntInWrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 1rem;
  }
  .wrks-cntDetail {
    width: 100%;
  }
  .wrks-cntDetailRow dl dt {
    width: 32%;
  }
  .wrks-cntDetailRow dl dd {
    width: calc(100% - 32%);
  }
  .wrks-cntType {
    width: 100%;
  }
  .wrks-cntType ul {
    row-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .wrks-cntTypeBox {
    padding: 0.5rem 0.75rem;
  }
  .wrks-cntTypeName {
    padding-left: 1.25rem;
  }
  .wrks-cntTypeName::after {
    top: 3px;
    width: 14px;
    height: 14px;
  }

  /* other *******/
  .wrks-cntOther {
    margin: 4rem 0;
  }
  .wrks-cntOtherTxt {
    margin: 1rem 0;
  }
  .wrks-cntOtherTxt p {
    font-size: 1.4rem;
  }
  /* cta *******/
  .wrks-cntCta {
    margin-top: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  .wrks-cntImgSw {
    padding-bottom: calc(2.5rem + 10px);
  }
  .lbl-lineBr {
    display: block;
  }
  .wrks-cntImgSwBox {
    height: 250px;
  }
  .wrks-cntLbl h3 {
    font-size: 1.2rem;
  }
  .wrks-cntLbl h3 span {
    font-size: 0.8em;
  }
  .wrks-cntDetailRow dl dt {
    width: 35%;
  }
  .wrks-cntDetailRow dl dd {
    width: calc(100% - 35%);
  }
  .wrks-cntTypeName {
    padding-left: 1rem;
    font-size: 0.9rem;
  }
  .wrks-cntTypeBox {
    padding: 0.25rem 0.5rem;
  }
  .wrks-cntTypeName::after {
    width: 12px;
    height: 12px;
  }
  /* other *******/
  .wrks-cntOtherTxt p {
    font-size: 1.2rem;
  }
  .wrks-cntOtherTxtBr {
    display: block;
  }
}
/* flow ****************************************************************/
.flow-boxLists {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
}
.flow-boxWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  align-items: center;
  padding: 2rem;
  box-sizing: border-box;
  background: #fff;
  border: solid 2px #e93d37;
  border-radius: 20px;
}
.flow-boxArw {
  position: relative;
}
.flow-boxArw::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 20px;
  background: url("../img/flow-stepArw.png") no-repeat center;
  background-size: cover;
}
.flow-boxNum {
  width: 50px;
}
.flow-boxIcon {
  width: 105px;
}
.flow-boxTxt {
  width: calc(100% - 50px - 105px - 3rem);
}
@media screen and (max-width: 768px) {
  .flow-boxLists {
    row-gap: 1.5rem;
  }
  .flow-boxWrap {
    column-gap: 1rem;
    row-gap: 1rem;
    padding: 1.5rem;
  }
  .flow-boxArw::after {
    bottom: -15px;
    width: 30px;
    height: 15px;
  }
  .flow-boxNum {
    width: 40px;
  }
  .flow-boxIcon {
    width: 80px;
  }
  .flow-boxTxt {
    width: calc(100% - 40px - 80px - 2rem);
  }
}
@media screen and (max-width: 440px) {
  .flow-boxWrap {
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    padding: 1rem;
  }
  .flow-boxNum {
    width: 30px;
  }
  .flow-boxIcon {
    width: 60px;
  }
  .flow-boxTxt {
    width: calc(100% - 30px - 60px - 1rem);
  }
}
/* faq ****************************************************************/
.faq-lbl {
  text-align: center;
  margin-bottom: 2rem;
}
.faq-lbl p {
  font-weight: bold;
  font-size: 1.1rem;
}
.faq-list dl {
  position: relative;
  margin: 0;
  padding: 1.5rem 5rem 1.5rem 1.5rem;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.faq-list dl:first-child {
  border-top: 1px solid #ccc;
}
.faq-list dl::before {
  position: absolute;
  top: 2.1rem;
  right: 2rem;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #e93d37;
  border-right: 2px solid #e93d37;
}
.faq-list .open::before {
  transform: rotate(-45deg);
}
.faq-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 2rem;
  font-weight: bold;
  font-size: 1.2rem;
}
.faq-list dl dt::before {
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "Q.";
  color: #e93d38;
}
.faq-list dl dd::before {
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "A.";
  font-weight: bold;
  color: #19a0ff;
}
.faq-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 1rem 0 0;
  padding: 0 0 0 2rem;
}
.faq-list dl dd p {
  margin: 0.5rem 0 0;
}
.faq-list dl dd p:first-child {
  margin-top: 0;
}
.faq-list dl dd p a {
  color: #e93d37;
}
@media screen and (max-width: 768px) {
  .faq-lbl {
    margin-bottom: 1.5rem;
  }
  .faq-lbl p {
    font-size: 1rem;
  }
  .faq-list dl {
    padding: 1rem 3rem 1rem 1rem;
  }
  .faq-list dl::before {
    position: absolute;
    top: 1.7rem;
    right: 1rem;
    display: block;
    width: 7px;
    height: 7px;
  }
  .faq-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 1.5rem;
    font-weight: bold;
    font-size: 1rem;
  }
  .faq-list dl dt::before {
    font-size: 1rem;
    top: 3px;
  }
  .faq-list dl dd::before {
    font-size: 1rem;
    top: 3px;
  }
  .faq-list dl dd {
    margin: 0.5rem 0 0;
    padding: 0 0 0 1.5rem;
  }
  .faq-list dl dd p {
    margin: 0.5rem 0 0;
  }
  .faq-list dl dd p:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 440px) {
  .faq-lbl p {
    font-size: 0.9rem;
  }
}
/* fade ****************************************************************/
section#fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
section#fade .Inner {
  position: relative;
  width: 100%;
  height: auto;
}
#fadebox {
  z-index: 100;
  position: fixed;
  bottom: 25px;
  right: 25px;
  max-width: 350px;
  width: 95%;
  opacity: 0;
  display: none;
  border: solid 1px #fff;
}
#fadebox.UpMove {
  display: block;
  animation: UpAnime 0.8s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fadebox a {
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
}
div#cancel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(50%, -50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: solid 2px #aaa;
}
div#cancel:hover {
  cursor: pointer;
  background: #aaa;
}
div.cancelinner {
  position: relative;
  width: 100%;
  height: 100%;
}
div.cancelinner::after,
div.cancelinner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 2px;
  border-radius: 2px;
  background: #aaa;
}
div.cancelinner:hover::after,
div.cancelinner:hover::before {
  background: #fff;
}
div.cancelinner::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
div.cancelinner::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.none {
  display: none !important;
}
@media screen and (max-width: 550px) {
  #fadebox {
    bottom: 8px;
    right: 8px;
    max-width: 230px;
  }
  div#cancel {
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
  }
}
