@charset "utf-8";

.redTxt {
  color: #e60012;
}
@media screen and (min-width: 768px) {
  .fBox {
    display: flex;
  }
}


/* === .applyArea === */
.applyArea p {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 8px;
}
.applyArea .btnBox a {
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .applyArea .btnBox {
    width: 450px;
    margin: 0 auto;
  }
}

/* === #mv === */
#mv img {
  display: block;
}

/* === #notes === */
#notes p {
  font-size: 1.2rem;
}
.box--red {
  padding: 8px;
  font-size: 1.6rem;
  border: 3px solid #e60012;
  color: #e60012;
  word-break: keep-all;
  margin-right: 18px;
}
@media not all and (min-width: 768px) {
  #notes p {
    font-size: 1rem;
  }
  .box--red {
    font-size: 1.2rem;
    margin-right: 0;
    padding: 2px;
    text-align: center;
  }
}

/* === #summary === */
#summary .icn__01::before {
  color: #EBEAC9;
}
#summary table th, #summary table td {
  vertical-align: middle;
}
#summary table th {
  background-color: #E6C3BD;
  border-bottom: 1px solid #fff;
  word-break: keep-all;
}
#summary table td {
  border-bottom: 1px solid #333;
}
#summary table tr td:last-child {
  border-right: 1px solid #333;
}
#summary table tr:first-child td {
  border-top: 1px solid #333;
}
#summary table tr:last-child td {
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 768px){
  #summary table th,
  #summary table td {
    padding: 12px;
  }
}
@media not all and (min-width: 768px){
  #summary table th {
    text-align: center;
  }
  #summary table th,
  #summary table td,
  #summary table p {
    font-size: .8rem;
  }
  #summary table th,
  #summary table td{
    padding: 8px 4px;
  }
}
.reader {
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  margin-left: 1rem;
  width: calc(100% - 1.5rem);
}
.reader__border {
  flex: 1;
  height: .7rem;
  /* border-bottom: 1px dotted #bbb; */
  margin-right: 1.5rem;
}
.reader__period::before {
  content: "→";
  margin-right: 6px;
}
@media not all and (min-width: 768px){
  .reader {
    flex-wrap: wrap;
    margin-top: 4px;
  }
  .reader__border {
    border: none;
  }
}

/* === #howtoStart === */
#howtoStart h3 {
  border-bottom: 2px solid #000;
  margin-bottom: 12px;
  padding-bottom: 4px;
}
#howtoStart .feature dt {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#howtoStart .flow li {
  background-color: #eeefef;
}
#howtoStart .flow li dl dt {
  font-weight: bold;
}
#howtoStart .flow li img {
  display: block;
}
#howtoStart .flow li.flow01 img {
  width: 70%;
  margin: 0 auto;
}
#howtoStart .flow li.flow03 img {
  width: 60%;
  margin: 0 auto;
}
#howtoStart .flow li.flow02 dd.applyInfo div.bnArea {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 8px;
}
#howtoStart p.attentionTxt {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #howtoStart h3 {
    font-size: calc(28 / 16 * 1rem);
  }
  #howtoStart .feature {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  #howtoStart .feature dt {
    padding: 12px 30px 12px 12px;
    width: 400px;
    position: relative;
  }
  #howtoStart .feature dt::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 30px;
    height: 100%;
    clip-path: polygon(0 -1px, 100% -1px, 100% calc(100% + 1px), 0 calc(100% + 1px), 90% 50%);
    position: absolute;
    top: 0;
    right: -1px;
  }
  #howtoStart .feature dd {
    margin-left: 20px;
  }
  #howtoStart .flow {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  #howtoStart .flow li {
    margin-right: 30px;
    padding: 12px;
    position: relative;
  }
  #howtoStart .flow li.flow01 {
    width: calc((100% - 60px) * 0.3);
  }
  #howtoStart .flow li.flow02 {
    width: calc((100% - 60px) * 0.4);
  }
  #howtoStart .flow li.flow03 {
    width: calc((100% - 60px) * 0.3);
    padding-bottom: 0;
  }
  #howtoStart .flow li::after {
    content: "";
    display: block;
    width: 20px;
    height: 120px;
    background-color: #15284e;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: calc((100% - 120px) / 2);
    right: -24px;
  }
  #howtoStart .flow li:last-child {
    margin-right: 0;
  }
  #howtoStart .flow li:last-child::after {
    content: none;
  }
  #howtoStart .flow li dl dt {
    font-size: calc(20 / 16 * 1rem);
  }
  #howtoStart .flow li.flow01 dd + dd {
    margin-top: 12px;
  }
  #howtoStart .flow li.flow02 dd.applyInfo {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 12px;
  }
  #howtoStart .flow li.flow02 dd.applyInfo > figure {
    width: 120px;
  }
  #howtoStart .flow li.flow02 dd.applyInfo > div {
    flex: 1;
    font-size: calc(15 / 16 * 1rem);
    margin-left: 12px;
  }
  #howtoStart .flow li.flow02 dd.applyInfo div.bnArea figure + figure {
    margin-left: 8px;
  }
  #howtoStart .flow li.flow02 dd.applyInfo div.bnArea figure img {
    width: auto;
    height: 44px;
  }
  #howtoStart p.attentionTxt {
    font-size: calc(20 / 16 * 1rem);
    margin-top: 20px;
  }
  #howtoStart .appNotes {
    margin-top: 20px;
  }
}
@media not all and (min-width: 768px) {
  #howtoStart h3 {
    font-size: calc(18 / 16 * 1rem);
  }
  #howtoStart .feature {
    font-size: calc(15 / 16 * 1rem);
  }
  #howtoStart .feature dt {
    padding: 4px 8px;
  }
  #howtoStart .flow {
    margin-top: 12px;
  }
  #howtoStart .flow li {
    font-size: calc(15 / 16 * 1rem);
    padding: 12px;
    position: relative;
    margin-bottom: 30px;
  }
  #howtoStart .flow li dl dt {
    font-size: calc(18 / 16 * 1rem);
  }
  #howtoStart .flow li.flow01 dd + dd {
    margin-top: 8px;
  }
  #howtoStart .flow li.flow03 {
    padding-bottom: 0;
  }
  #howtoStart .flow li::after {
    content: "";
    display: block;
    width: 120px;
    height: 20px;
    background-color: #15284e;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -24px;
    left: calc((100% - 120px) / 2);
  }
  #howtoStart .flow li:last-child {
    margin-bottom: 0;
  }
  #howtoStart .flow li:last-child::after {
    content: none;
  }
  #howtoStart .flow li.flow02 .qrTxt,
  #howtoStart .flow li.flow02 .qrCode {
    display: none;
  }
  #howtoStart .flow li.flow02 dd.applyInfo div.bnArea figure + figure {
    margin-left: 8px;
  }
  #howtoStart .flow li.flow02 dd.applyInfo div.bnArea figure img {
    width: auto;
    max-height: 60px;
    height: 13.5vw;
  }
  #howtoStart p.attentionTxt {
    font-size: 5vw;
    line-height: 1.35;
    margin-top: 12px;
  }
  #howtoStart .appNotes {
    margin-top: 12px;
  }
  #howtoStart .appNotes h4,
  #howtoStart .appNotes ul li {
    font-size: calc(15 / 16 * 1rem);
  }
}

/* === #contact === */
.contact .box ul {
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contact .box {
    width: 50%;
    margin: 0 auto;
  }
  .contact .box ul li {
    width: 340px;
    height: auto;
  }
}


.mt08 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}