@charset "UTF-8";
p {
  text-align: justify;
  text-justify: inter-ideograph;
}

/*======================
  stockTable
======================*/
.stockTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 1px #d8d8d8;
  border-right: solid 1px #d8d8d8;
  box-sizing: border-box;
}
.stockTable th, .stockTable td {
  border-bottom: solid 1px #d8d8d8;
  border-left: solid 1px #d8d8d8;
  padding: 10px;
  box-sizing: border-box;
  font-size: 4.6875vw;
  vertical-align: middle;
}
.stockTable th {
  background: #ebe8e8;
}

@media screen and (min-width: 768px) {
  .stockTable th, .stockTable td {
    text-align: center;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .stockTable th, .stockTable td {
    font-size: 16px;
  }
}
/*======================
  stockholder
======================*/
.stockholder .stockTable th, .stockholder .stockTable td {
  width: 25%;
  text-align: center;
}
.stockholder .stockTable th:first-child, .stockholder .stockTable td:first-child {
  width: 50%;
}
.stockholder .stockTable th {
  padding: 10px 0;
}
.stockholder .stockTable td {
  text-align: right;
}
.stockholder .stockTable td:first-child {
  text-align: left;
}
.stockholder .note {
  font-size: 12px;
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .stockholder .stockTable th, .stockholder .stockTable td {
    width: 20%;
  }
  .stockholder .stockTable th:first-child, .stockholder .stockTable td:first-child {
    width: 60%;
  }
  .stockholder .stockTable th {
    padding: 10px;
  }
  .stockholder .stockTable td:first-child {
    text-align: center;
  }
  .stockholder .imgArea {
    width: 28.5%;
    margin: 0 auto;
  }
}
/*======================
  contact
======================*/
.contact .stockTable th {
  width: 40%;
}
.contact .stockTable td {
  width: 60%;
}
.contact .txt span {
  display: block;
  text-indent: 1em;
}

@media screen and (min-width: 768px) {
  .contact .stockTable th {
    width: 37%;
  }
  .contact .stockTable td {
    width: 63%;
    text-align: left;
    padding: 10px 20px;
  }
}
/*======================
  complimentary
======================*/
.complimentary .stockTable .bg-gray {
  background: #707070;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}
.complimentary .about .stockTable {
  margin-bottom: 8%;
}
.complimentary .about .stockTable th {
  text-align: center;
}
.complimentary .about .txt {
  margin-bottom: 1em;
}
.complimentary .about .txt a {
  font-weight: bold;
  color: #bf273d;
  text-decoration: underline;
}
.complimentary .about .benefit .stockTable {
  margin-bottom: 0;
}
.complimentary .about .benefit .stockTable th, .complimentary .about .benefit .stockTable td {
  width: 50%;
}
.complimentary .about .benefit .stockTable td .margin-top {
  margin-top: 10%;
}
.complimentary .about .benefit .stockTable td {
  vertical-align: top;
}
.complimentary .about .benefit .stockTable ul {
  text-align: left;
}
.complimentary .about .benefit .stockTable ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.complimentary .about .benefit.pc_only {
  display: none;
}
.complimentary .example .stockTable th, .complimentary .example .stockTable td {
  text-align: center;
  width: 30%;
}
.complimentary .example .stockTable th:first-child, .complimentary .example .stockTable td:first-child {
  width: 40%;
}
.complimentary .example .stockTable .circle {
  background: #707070;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}
.complimentary .example .stockTable .circle.red {
  background: #bf273d;
}
.complimentary .schedule .step {
  font-size: 5vw;
}
.complimentary .schedule .step li {
  position: relative;
  margin-bottom: 15%;
}
.complimentary .schedule .step li:after {
  width: 80%;
  text-align: center;
  content: "▼";
  display: block;
  color: #bf273d;
  position: absolute;
  bottom: -24%;
  right: 0;
}
.complimentary .schedule .step li:last-child:after {
  content: none;
}
.complimentary .schedule .step li:nth-child(3):after {
  bottom: -18%;
}
.complimentary .schedule .step .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.complimentary .schedule .step .arrow {
  width: 15%;
}
.complimentary .schedule .step .arrow img {
  width: 100%;
}
.complimentary .schedule .step .box {
  width: 80%;
  background: #ebe8e8;
  border-radius: 20px;
  text-align: center;
  padding-top: 40%;
  position: relative;
}
.complimentary .schedule .step .box p {
  font-weight: bold;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.complimentary .schedule .step small {
  width: 80%;
  display: block;
  font-size: 10px;
  letter-spacing: -.01em;
  margin: 10px 0 0 auto;
  text-align: center;
}
.complimentary .caution ul li {
  list-style: disc;
  margin-left: 2em;
}
.complimentary .caution ul li li {
  list-style: none;
  margin-left: 0;
}
.complimentary .faq dl dt span, .complimentary .faq dl dd span {
  font-size: 10vw;
  font-weight: bold;
  margin-right: .3em;
  line-height: 1.0;
}
.complimentary .faq dl dt {
  text-indent: -2.8em;
  margin-left: 2.8em;
  margin-bottom: 8%;
  font-weight: bold;
}
.complimentary .faq dl dt span {
  color: #db91a8;
}
.complimentary .faq dl dd {
  text-indent: -6.4em;
  margin-left: 5.4em;
  margin-bottom: 10%;
}
.complimentary .faq dl dd span {
  color: #bf273d;
}
.complimentary .faq dl dd span:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background: #d8d8d8;
  vertical-align: middle;
  margin: -3px 1em 0 .8em;
  line-height: 1.0;
}
.complimentary .faq dl dd a {
  color: #bf273d;
  text-decoration: underline;
}
.complimentary .support .txt b {
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .complimentary .about .stockTable {
    margin-bottom: 3%;
  }
  .complimentary .about .benefit .stockTable {
    width: 100%;
  }
  .complimentary .about .benefit .stockTable th, .complimentary .about .benefit .stockTable td {
    width: 25%;
  }
  .complimentary .about .benefit.pc_only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .complimentary .about .benefit.sp_only {
    display: none;
  }
  .complimentary .schedule .step {
    font-size: 1.25vw;
  }
  .complimentary .schedule .step li {
    margin-bottom: 0;
  }
  .complimentary .schedule .step li:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 65%;
    right: -15px;
    transform: translate(0%, -50%);
    border-style: solid;
    border-width: 5px 0px 5px 9px;
    border-color: transparent transparent transparent #bf273d;
  }
  .complimentary .schedule .step .wrap {
    display: block;
  }
  .complimentary .schedule .step .arrow {
    width: 84%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .complimentary .schedule .step .box {
    width: 100%;
    padding-top: 65%;
  }
  .complimentary .schedule .step small {
    width: 100%;
    text-align: left;
  }
  .complimentary .faq dl dt span, .complimentary .faq dl dd span {
    font-size: 2.5vw;
  }
  .complimentary .faq dl dt {
    margin-bottom: 2.5%;
  }
  .complimentary .faq dl dd {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 992px) {
  .complimentary .schedule .step li:after {
    top: 65%;
    transform: translateY(-50%);
    right: -20px;
  }
}
@media screen and (min-width: 1280px) {
  .complimentary .schedule .step {
    font-size: 16px;
  }
  .complimentary .faq dl dt span, .complimentary .faq dl dd span {
    font-size: 32px;
  }
}
