/* Scss Document */
/* Scss Document */
.lead {
  margin-bottom: 40px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .lead {
    margin-bottom: calc((50/600)*100vw);
    font-size: calc((26/600)*100vw);
  }
}

.flow .flow_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow .flow_list_item {
  position: relative;
  width: 350px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .flow .flow_list_item {
    width: 100%;
    margin-top: 0;
  }
}
.flow .flow_list_item:nth-child(-n+3) {
  margin-top: 0;
}
.flow .flow_list_item:nth-child(3) {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .flow .flow_list_item:nth-child(3) {
    margin-right: 0;
  }
}
.flow .flow_list_item:nth-child(4) {
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .flow .flow_list_item:nth-child(4) {
    margin-left: 0;
  }
}
.flow .flow_list_item:nth-child(4):before {
  position: absolute;
  top: 60%;
  left: -30px;
  content: "";
  width: 30px;
  height: 6px;
  background: url("../images/about/flow_line.png") top left repeat-x;
}
@media screen and (max-width: 640px) {
  .flow .flow_list_item:nth-child(4):before {
    content: none;
  }
}
.flow .flow_list_item:last-child:after {
  content: none;
}
.flow .flow_list_item:last-child .flow_list_wrap {
  border: #FF4D4D 3px solid;
}
.flow .flow_list_item:after {
  position: absolute;
  top: 60%;
  right: -30px;
  content: "";
  width: 30px;
  height: 6px;
  background: url("../images/about/flow_line.png") top left repeat-x;
}
@media screen and (max-width: 640px) {
  .flow .flow_list_item:after {
    top: auto;
    right: auto;
    bottom: calc((-55/600)*100vw);
    left: 40%;
    content: "";
    width: calc((100/600)*100vw);
    height: calc((6/600)*100vw);
    background: url("../images/about/flow_line.png") top left repeat-x;
    background-size: contain;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
}
.flow .flow_list_step {
  margin-bottom: 0;
  padding: 0.5em 0;
  font-family: Arial, Helvetica, "sans-serif";
  color: #FFA206;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .flow .flow_list_step {
    font-size: calc((30/600)*100vw);
  }
}
.flow .flow_list_step .num {
  display: inline-block;
  font-size: 6rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .flow .flow_list_step .num {
    font-size: calc((70/600)*100vw);
  }
}
.flow .flow_list_wrap {
  height: 230px;
  padding: 30px;
  background: #FEF8E0;
  border: #FFA206 3px solid;
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  .flow .flow_list_wrap {
    height: auto;
    padding: calc((30/600)*100vw);
  }
}
.flow .flow_list_ttl {
  margin-bottom: 0.5em;
  color: #FF4D4D;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .flow .flow_list_ttl {
    font-size: calc((30/600)*100vw);
  }
}
.flow .flow_list_text {
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.day .day_list {
  position: relative;
  margin-right: 95px;
}
@media screen and (max-width: 640px) {
  .day .day_list {
    margin: 0;
  }
}
.day .day_list:before {
  position: absolute;
  top: 10px;
  left: 105px;
  content: "";
  width: 17px;
  height: 1600px;
  background: #FFEFBF;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .day .day_list:before {
    top: calc((10/600)*100vw);
    left: calc((30/600)*100vw);
    width: calc((17/600)*100vw);
    height: calc((3280/600)*100vw);
  }
}
.day .day_list_item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .day .day_list_item {
    margin-top: calc((30/600)*100vw);
  }
}
.day .day_list_item:first-child {
  margin-top: 0;
}
.day .day_list_time {
  padding-top: 0.25em;
  width: 142px;
  text-align: right;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.day .day_list_time time {
  margin-right: 0.5em;
  display: inline-block;
  line-height: 1;
  color: #FF4D4D;
  font-weight: bold;
  font-size: 2rem;
  text-align: right;
}
.day .day_list_time img {
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .day .day_list_time {
    padding-top: 0;
    width: calc((75/600)*100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .day .day_list_time time {
    margin: 0;
    padding: 0.25em 0;
    font-size: calc((20/600)*100vw);
    text-align: center;
    background: #fff;
  }
}
.day .day_list_wrap {
  position: relative;
  width: 866px;
  padding: 15px 25px;
  border: #FFA206 3px solid;
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  .day .day_list_wrap {
    width: calc((425/600)*100vw);
    padding: calc((20/600)*100vw);
  }
}
.day .day_list_wrap:before {
  position: absolute;
  top: 15px;
  left: -38px;
  content: "";
  width: 0;
  height: 0;
  border: transparent 13px solid;
  border-right: #FFA206 23px solid;
}
@media screen and (max-width: 640px) {
  .day .day_list_wrap:before {
    top: calc((15/600)*100vw);
    left: calc((-38/600)*100vw);
    border: transparent calc((13/600)*100vw) solid;
    border-right: #FFA206 calc((23/600)*100vw) solid;
  }
}
.day .day_list_ttl {
  margin: 0.5em 0;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width: 640px) {
  .day .day_list_ttl {
    font-size: calc((24/600)*100vw);
    line-height: 1.2;
  }
}
.day .day_list_ttl .small {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 640px) {
  .day .day_list_ttl .small {
    font-size: calc((20/600)*100vw);
  }
}
.day .day_list_text {
  margin-bottom: 0;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.day .day_list_img {
  float: right;
  margin: 0 -20px 0 30px;
}
@media screen and (max-width: 640px) {
  .day .day_list_img {
    margin: 0 0 calc((20/600)*100vw);
  }
}

.faq .faq_list {
  margin: 0 95px;
}
@media screen and (max-width: 640px) {
  .faq .faq_list {
    margin: 0;
  }
}
.faq .faq_list_item {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .faq .faq_list_item {
    margin-top: calc((30/600)*100vw);
  }
}
.faq .faq_list_item:first-child {
  margin-top: 0;
}
.faq .faq_list .question {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  color: #FF4D4D;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width: 640px) {
  .faq .faq_list .question {
    margin-bottom: calc((20/600)*100vw);
    padding-left: calc((40/600)*100vw);
    font-size: calc((26/600)*100vw);
  }
}
.faq .faq_list .question:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 27px;
  height: 29px;
  background: url("../images/about/faq_ico_question.png") top center no-repeat;
}
@media screen and (max-width: 640px) {
  .faq .faq_list .question:before {
    top: calc((5/600)*100vw);
    left: 0;
    width: calc((27/600)*100vw);
    height: calc((29/600)*100vw);
    background-size: contain;
  }
}
.faq .faq_list .answer {
  position: relative;
  padding-left: 90px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 640px) {
  .faq .faq_list .answer {
    padding-left: calc((60/600)*100vw);
  }
  .faq .faq_list .answer p {
    margin: 0;
  }
  .faq .faq_list .answer br {
    display: none;
  }
}
.faq .faq_list .answer:before {
  position: absolute;
  top: 0;
  left: 55px;
  content: "";
  width: 24px;
  height: 27px;
  background: url("../images/about/faq_ico_answer.png") top center no-repeat;
}
@media screen and (max-width: 640px) {
  .faq .faq_list .answer:before {
    left: calc((25/600)*100vw);
    width: calc((24/600)*100vw);
    height: calc((27/600)*100vw);
    background-size: contain;
  }
}