.subpageTitle01 {
  background-image: url("../images/bg_index01.jpg");
}

.subpageTitle02 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 1px solid #19ADF9;
}
@media screen and (max-width: 767px) {
  .subpageTitle02 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 360px) {
  .subpageTitle02 {
    font-size: 1.8rem;
  }
}
.subpageTitle02 span {
  padding: 0 22px;
  position: relative;
}
.subpageTitle02 span:before {
  content: "";
  width: 12px;
  height: 20px;
  margin: auto 0;
  background-color: #19ADF9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.subpageTitle03 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .subpageTitle03 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.attentionTxt01 {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .attentionTxt01 {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.subpageContent02 {
  padding-top: 20px;
}

.subpageContent03:not(:last-child) {
  margin-bottom: 85px;
  padding-bottom: 85px;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 767px) {
  .subpageContent03:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

.subpageContent04:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .subpageContent04:not(:last-child) {
    margin-bottom: 15px;
  }
}

.subpageTxt01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .subpageTxt01 {
    margin-bottom: 15px;
  }
}
.subpageTxt01 span {
  color: #e02522;
}

.btnArea01 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .btnArea01 {
    margin-top: 10px;
  }
}
.btnArea01 li {
  width: 256px;
  margin: 0 10px;
}
@media screen and (max-width: 1000px) {
  .btnArea01 li {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .btnArea01 li {
    margin: 0 auto;
  }
}
.btnArea01 a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 8% 50%;
  background-size: 60px 38px;
  border: 1px solid #19adf9;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .btnArea01 a {
    font-size: 1.6rem;
    height: 45px;
    background-size: 50px 32px;
  }
}
.btnArea01 .white {
  color: #19adf9;
  background-color: #fff;
}
.btnArea01 .blue {
  background-color: #19adf9;
}
.btnArea01 .prev,
.btnArea01 .next,
.btnArea01 .under {
  position: relative;
}
.btnArea01 .prev:after,
.btnArea01 .next:after,
.btnArea01 .under:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto 0;
  border: 6px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
}
.btnArea01 .prev:after {
  border-right: 8px solid #fff;
  left: 5%;
}
.btnArea01 .prev.arrowBlue:after {
  border-right-color: #19adf9;
}
.btnArea01 .next:after {
  border-left: 8px solid #fff;
  right: 5%;
}
.btnArea01 .next.arrowBlue:after {
  border-left-color: #19adf9;
}

@media print, screen and (min-width: 768px) {
  .cancelImg01 {
    margin-bottom: 25px;
  }
}

.attentionArea01 .btnArea01 li {
  width: 460px;
}
.attentionArea01 .btnArea01 a {
  font-size: 2rem;
  height: 50px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .attentionArea01 .btnArea01 a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 360px) {
  .attentionArea01 .btnArea01 a {
    font-size: 1.2rem;
  }
}
.attentionArea01 .btnArea01 a:after {
  border: 9px solid transparent;
}
@media screen and (max-width: 767px) {
  .attentionArea01 .btnArea01 a:after {
    border-width: 6px;
  }
}
.attentionArea01 .btnArea01 .under:after {
  border-top: 12px solid #fff;
  top: 10px;
  right: 4%;
}
@media screen and (max-width: 767px) {
  .attentionArea01 .btnArea01 .under:after {
    border-width: 6px;
    top: 8px;
    right: 5%;
  }
}

.attentionList01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .attentionList01 {
    margin-bottom: 20px;
  }
}
.attentionList01 li {
  font-size: 1.2rem;
  width: 49%;
  margin-top: 2%;
  padding: 20px 20px 20px 10px;
}
@media screen and (max-width: 767px) {
  .attentionList01 li {
    width: 100%;
  }
}
.attentionList01 .attentionIco01 {
  width: 65px;
  height: 72px;
}
.attentionList01 .attentionDetail01 {
  width: calc(100% - 73px);
}
.attentionList01 h4 {
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 10px;
}
.attentionList01 .attentionTxt01 {
  font-size: 1rem;
}

.blue {
  color: #19adf9;
}

.orange {
  color: #ff8f00;
}

.green {
  color: #8fd152;
}

.pink {
  color: #fc7eb9;
}

.bold {
  font-weight: 700;
}

.w45 {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .w45 {
    width: 100%;
  }
}

.w435 {
  width: 435px;
}
@media screen and (max-width: 767px) {
  .w435 {
    width: 100%;
  }
}

.pb15 {
  padding-bottom: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.titleArea01 {
  margin: 50px auto 40px;
}

.subpageTitle04 {
  font-size: 2.8rem;
  margin-bottom: 35px;
}

.label01 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  padding: 15px 10px;
  border-top: dashed 1px;
  border-bottom: dashed 1px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .label01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.label01.bluelabel {
  background: #e1f4fa;
  border-color: #19adf9;
}
.label01.orangelabel {
  background: #fffcd8;
  border-color: #ff8f00;
}
.label01.greenlabel {
  background: #e7f7d9;
  border-color: #8fd152;
}
.label01.pinklabel {
  background: #fceef5;
  border-color: #fc7eb9;
}
.label01 .icon01 {
  width: 35px;
  height: 35px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15%;
}
@media screen and (max-width: 767px) {
  .label01 .icon01 {
    right: 15px;
  }
}
@media screen and (max-width: 400px) {
  .label01 .icon01 {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 350px) {
  .label01 .icon01 {
    right: 5px;
  }
}
.label01 .icon01:before {
  content: "";
  width: 20px;
  height: 4px;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 400px) {
  .label01 .icon01:before {
    width: 10px;
    height: 2px;
  }
}
.label01 .icon01:after {
  content: "";
  width: 4px;
  height: 20px;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 400px) {
  .label01 .icon01:after {
    width: 2px;
    height: 10px;
  }
}
.label01 .icon01.on:after {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.label01 .icon01.blue01 {
  background: #19adf9;
}
.label01 .icon01.orange01 {
  background: #ff8f00;
}
.label01 .icon01.green01 {
  background: #8fd152;
}
.label01 .icon01.pink01 {
  background: #fc7eb9;
}

.flowArea01 .container {
  display: none;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .flowArea01 .container {
    padding-bottom: 40px;
  }
}
.flowArea01 .flowBox01 {
  margin: 30px 0;
}
.flowArea01 .textBox01 {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .flowArea01 .textBox01 {
    width: 85%;
    margin-left: 15px;
  }
}
@media screen and (max-width: 400px) {
  .flowArea01 .textBox01 {
    width: 80%;
    margin-left: 10px;
  }
}
.flowArea01 .textBox01 h5 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .flowArea01 .textBox01 h5 {
    font-size: 16px;
  }
}
.flowArea01 .textBox01 h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .flowArea01 .textBox01 h6 {
    font-size: 16px;
  }
}
.flowArea01 .boxTit01 {
  margin-bottom: 5px;
}
.flowArea01 .box01 {
  margin-top: 15px;
  padding: 20px 15px;
}
.flowArea01 .blueBox01 p, .flowArea01 .blueBox01 li {
  font-size: 12px;
}
.flowArea01 .orangeBox01 {
  background: #fffcd8;
}
.flowArea01 .pinkBox01 {
  background: #fceef5;
}

.documents01 {
  background: #fff;
  border: 1px solid #ff8f00;
}
.documents01 h6 {
  color: #fff;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 5px;
  background: #ff8f00;
  display: inline-block;
}
.documents01 .documentBox01 {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .documents01 .documentBox01 {
    padding: 10px;
  }
}
.documents01 .documentBox01 .list01 {
  font-size: 12px;
}
.documents01 .underline01 {
  margin-bottom: 10px;
}
.documents01 .underline01 span {
  font-size: 14px;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 767px) {
  .paperBox01 {
    display: block;
  }
}

.sampleBtn01 {
  width: 110px;
}
@media screen and (max-width: 767px) {
  .sampleBtn01 {
    max-width: 200px;
    width: 100%;
    margin-top: 10px;
  }
}
.sampleBtn01 a {
  color: #ff8f00;
  font-size: 10px;
  padding: 2px 0;
  background: #fff;
  border: 1px solid #ff8f00;
  border-radius: 10px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sampleBtn01 a {
    font-size: 12px;
    border-radius: 15px;
  }
}
.sampleBtn01 a:before, .sampleBtn01 a:after {
  content: "";
  position: absolute;
}
.sampleBtn01 a:before {
  width: 10px;
  height: 10px;
  margin: auto;
  background: #ff8f00;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 5px;
}
.sampleBtn01 a:after {
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 2px 0 2px 2px;
  border-color: transparent transparent transparent #fff;
  top: 0;
  bottom: 0;
  right: 9px;
}

.car01 {
  position: relative;
}
.car01 img {
  width: 113px;
  height: 53px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .car01 img {
    width: 80px;
    height: 37px;
  }
}
@media screen and (max-width: 500px) {
  .car01 img {
    width: 54px;
    height: 25px;
  }
}
@media screen and (max-width: 400px) {
  .car01 img {
    width: 45px;
    height: 21px;
  }
}
.car01 .date01 {
  font-size: 12px;
  line-height: 1.2;
  width: 100px;
  margin: auto;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .car01 .date01 {
    width: 100%;
  }
}
.car01 .date01 span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .car01 .date01 span {
    font-size: 16px;
  }
}
.car01 .dateOg01 {
  color: #ff8f00;
  background: #fffcd8;
  border: 2px solid #ff8f00;
}
.car01 .dateGr01 {
  color: #8fd152;
  background: #e7f7d9;
  border: 2px solid #8fd152;
}

.arrow01 {
  position: relative;
}
.arrow01:before, .arrow01:after {
  content: "";
  position: absolute;
}
.arrow01:before {
  width: 3px;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
}
.arrow01:after {
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  left: 0;
  right: 0;
  bottom: -2px;
}
.arrow01.arrowBl01:before {
  background: #19aef9;
}
.arrow01.arrowBl01:after {
  border-color: #19aef9 transparent transparent transparent;
}
.arrow01.arrowOg01:before {
  background: #ff8f00;
}
.arrow01.arrowOg01:after {
  border-color: #ff8f00 transparent transparent transparent;
}
.arrow01.arrowGr01:before {
  background: #8fd152;
}
.arrow01.arrowGr01:after {
  border-color: #8fd152 transparent transparent transparent;
}
.arrow01.arrowPk01:before {
  background: #fc7eb9;
}
.arrow01.arrowPk01:after {
  border-color: #fc7eb9 transparent transparent transparent;
}

.arrowDate01 {
  font-size: 2.1rem;
  font-weight: 700;
  width: 100px;
  height: 30px;
  margin: auto;
  border: 1px solid #8fd152;
  border-radius: 15px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .arrowDate01 {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .arrowDate01 {
    font-size: 1.6rem;
    width: 50px;
    height: 20px;
    bottom: 0;
  }
}
.arrowDate01 span {
  line-height: 1;
}
.arrowDate01 span:not(.flex) {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .arrowDate01 span:not(.flex) {
    font-size: 1.2rem;
  }
}
.arrowDate01.green {
  color: #8fd152;
  background: #e7f7d9;
}
.arrowDate01.orange {
  color: #ff8f00;
  background: #fffcd8;
  border-color: #ff8f00;
}

.licenseImg01 {
  max-width: 255px;
  width: 100%;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .licenseImg01 {
    margin: 10px 0;
  }
}

.creditImg01 {
  max-width: 220px;
  width: 100%;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .creditImg01 {
    margin: 10px 0;
  }
}

.mailText01 {
  margin-top: 15px;
}
.mailText01 span {
  padding: 15px 0 15px 80px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mailText01 span {
    padding: 5px 0 5px 55px;
  }
}
.mailText01 .pd25 {
  padding: 25px 0 25px 80px;
}
@media screen and (max-width: 767px) {
  .mailText01 .pd25 {
    padding: 5px 0 5px 55px;
  }
}
.mailText01 .blmail {
  background: url(../images/mail_bl01.svg) no-repeat left center;
  background-size: 65px 65px;
}
@media screen and (max-width: 767px) {
  .mailText01 .blmail {
    background-size: 45px 45px;
  }
}
.mailText01 .ogmail {
  background: url(../images/mail_og01.svg) no-repeat left center;
  background-size: 65px 65px;
}
@media print, screen and (min-width: 768px) {
  .mailText01 .ogmail {
    padding: 25px 0 25px 80px;
  }
}
@media screen and (max-width: 767px) {
  .mailText01 .ogmail {
    background-size: 45px 45px;
  }
}
.mailText01 .grmail {
  background: url(../images/mail_gr01.svg) no-repeat left center;
  background-size: 65px 65px;
}
@media screen and (max-width: 767px) {
  .mailText01 .grmail {
    background-size: 45px 45px;
  }
}

.ogletter01 {
  margin: 15px 0;
}
.ogletter01 span {
  padding: 25px 0 25px 80px;
  display: inline-block;
  background: url(../images/letter_og01.svg) no-repeat left center;
  background-size: 65px 65px;
}
@media screen and (max-width: 767px) {
  .ogletter01 span {
    padding: 5px 0 5px 55px;
    background-size: 45px 45px;
  }
}

.carico01 span {
  padding: 15px 0 15px 80px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .carico01 span {
    padding: 5px 0 5px 55px;
  }
}
.carico01 .pd25 {
  padding: 25px 0 25px 80px;
}
@media screen and (max-width: 767px) {
  .carico01 .pd25 {
    padding: 5px 0 5px 55px;
  }
}
.carico01 .ogcar01 {
  background: url(../images/carico_og01.svg) no-repeat left center;
  background-size: 65px 65px;
}
@media screen and (max-width: 767px) {
  .carico01 .ogcar01 {
    background-size: 45px 45px;
  }
}
.carico01 .grcar01 {
  background: url(../images/carico_gr01.svg) no-repeat left center;
  background-size: 65px 65px;
}
@media screen and (max-width: 767px) {
  .carico01 .grcar01 {
    background-size: 45px 45px;
  }
}