.feeContent01 {
  background: #fff;
}

.container {
  max-width: 940px;
}

.centerTxt01 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .centerTxt01 {
    padding-top: 20px;
  }
}

.alert01 {
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 600px) {
  .alert01 {
    text-align: left;
  }
}
.alert01 span {
  color: #FF44A2;
  border: 1px solid #FF44A2;
  background-color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .alert01 span {
    display: block;
  }
}

.memo01 {
  font-size: 12px;
  margin: 0 0 35px;
}
@media screen and (max-width: 600px) {
  .memo01 {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 0 20px;
  }
}

.linkTxt01 {
  color: #19ADF9;
  text-decoration: underline;
}
.linkTxt01 img {
  vertical-align: middle;
  margin-left: 3px;
}

sup {
  font-size: 1.2rem;
  font-weight: normal;
  color: #000;
  vertical-align: super;
  display: inline;
}

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

.feeTitle01 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #19adf9;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feeTitle01 {
    font-size: 2.4rem;
  }
}

.feeBg01 {
  margin: -25px 0 35px;
  padding: 50px 40px 30px 40px;
  background: #fffcd8;
  border-radius: 20px;
}
@media screen and (max-width: 1051px) {
  .feeBg01 {
    padding: 5% 3% 3% 3%;
  }
}
@media screen and (max-width: 767px) {
  .feeBg01 {
    margin: -17px 0 35px;
    padding: 30px 2% 20px;
  }
}

@media screen and (max-width: 767px) {
  .feeList01 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.feeList01 li:nth-child(2n-1) img {
  width: 220px;
}
.feeList01 li:nth-child(2n) {
  margin: 0 10px;
}
.feeList01 li:nth-child(2n) img {
  width: 45px;
}
.feeList01 li:last-child img {
  width: 232px;
}
@media screen and (max-width: 767px) {
  .feeList01 li:nth-child(2n-1) {
    width: 40%;
  }
  .feeList01 li:nth-child(2n-1) img {
    width: auto;
  }
  .feeList01 li:nth-child(2) {
    width: 10%;
  }
  .feeList01 li:nth-child(4) {
    text-align: center;
    width: 100%;
    margin: 10px 0;
  }
  .feeList01 li:nth-child(4) img {
    width: 25px;
    transform: rotate(90deg);
  }
}

.feeTitle02 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #19adf9;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feeTitle02 {
    font-size: 1.8rem;
  }
}

.feeBg02 {
  margin: -15px 0 70px;
  padding: 40px 75px 30px 75px;
  background: #e6f6ff;
  border-radius: 20px;
}
@media screen and (max-width: 1051px) {
  .feeBg02 {
    padding: 5% 3% 3% 3%;
  }
}
@media screen and (max-width: 767px) {
  .feeBg02 {
    margin: -13px 0 30px;
    padding: 30px 2% 20px;
  }
}

@media screen and (max-width: 767px) {
  .feeList02 {
    flex-wrap: wrap;
  }
}
.feeList02 li {
  font-size: 2rem;
  font-weight: bold;
  width: 19%;
  height: 50px;
  background: #fff;
  border: 2px solid #00a0e6;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .feeList02 li {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .feeList02 li {
    width: 49%;
    height: 40px;
    font-size: 1.6rem;
  }
  .feeList02 li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.note01 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .note01 {
    margin-top: 20px;
  }
}
.note01 li {
  font-size: 1.2rem;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.typeList01 {
  width: 100%;
  max-width: 900px;
  margin: 65px auto 0;
}
@media screen and (max-width: 767px) {
  .typeList01 {
    margin: 20px auto 0;
    flex-wrap: wrap;
  }
}
.typeList01 li {
  width: 24%;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .typeList01 li {
    width: 45%;
  }
  .typeList01 li:nth-child(-n+2) {
    margin-bottom: 20px;
  }
}
.typeList01 .car01 {
  width: 170px;
}
.typeList01 .car02 {
  width: 190px;
}
.typeList01 .car03 {
  width: 170px;
}
.typeList01 .car04 {
  width: 190px;
}
.typeList01 .name01 {
  margin-top: 10px;
}
.typeList01 .name01 img {
  width: 155px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .typeList01 .name01 img {
    width: 100px;
    height: 32px;
  }
}
.typeList01 .fee01 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .typeList01 .fee01 {
    margin-top: 5px;
  }
}
.typeList01 .mark01 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  width: 60px;
  height: 30px;
  margin: auto;
  background: #19adf9;
  border: 1px solid #00a0e6;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .typeList01 .mark01 {
    font-size: 1.6rem;
    width: 50px;
    height: 25px;
  }
}
.typeList01 .number01 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 5.2rem;
  font-weight: 500;
  color: #19adf9;
  line-height: 1.2;
}
@media screen and (max-width: 1051px) {
  .typeList01 .number01 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .typeList01 .number01 {
    font-size: 3rem;
  }
}
.typeList01 .yen01 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #19adf9;
}
@media screen and (max-width: 1051px) {
  .typeList01 .yen01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .typeList01 .yen01 {
    font-size: 1.8rem;
  }
}
.typeList01 .tax01 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #19adf9;
  display: block;
}
@media screen and (max-width: 767px) {
  .typeList01 .tax01 {
    font-size: 1.6rem;
  }
}

.btnArea01 {
  margin-top: 70px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .btnArea01 {
    margin-top: 30px;
    padding-bottom: 35px;
  }
}
.btnArea01 .btn01 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  width: 380px;
  height: 60px;
  margin: auto;
  background: #19adf9;
  border-radius: 30px;
  position: relative;
}
.btnArea01 .btn01:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .btnArea01 .btn01 {
    font-size: 1.8rem;
    width: 100%;
    height: 45px;
  }
}

.underline01 {
  text-decoration: underline;
}

.optionArea01 {
  margin-top: 56px;
  padding: 56px 0;
  background: #e9f6dc;
}
.optionArea01 h4 {
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
  margin: -65px 0 16px;
}
@media screen and (max-width: 1051px) {
  .optionArea01 h4 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .optionArea01 h4 {
    font-size: 2rem;
    margin: -35px 0 16px;
  }
}
.optionArea01 h4 .border01 {
  position: relative;
}
.optionArea01 h4 .border01:before {
  content: "";
  height: 4px;
  width: 105%;
  margin: auto;
  background: #fff;
  position: absolute;
  bottom: 21px;
  left: -15px;
}
@media screen and (max-width: 1051px) {
  .optionArea01 h4 .border01:before {
    bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .optionArea01 h4 .border01:before {
    width: 103%;
    left: -10px;
  }
}
.optionArea01 h4 .top01 {
  position: relative;
}
.optionArea01 table {
  width: 100%;
  border: 2px solid #333;
}
@media screen and (max-width: 767px) {
  .optionArea01 table {
    font-size: 1.4rem;
  }
}
.optionArea01 table th {
  vertical-align: middle;
  font-weight: bold;
  padding: 10px 0;
}
.optionArea01 table th:not(:last-child) {
  border-right: 1px solid #bbb;
}
.optionArea01 table td {
  font-weight: bold;
  vertical-align: middle;
  padding: 0 10px;
  border-top: 1px solid #bbb;
}
.optionArea01 table td:not(:last-child) {
  border-right: 1px solid #bbb;
}
.optionArea01 .centerTxt01 {
  text-align: center;
}
.optionArea01 .pc950 {
  display: none;
}
@media screen and (max-width: 951px) {
  .optionArea01 .pc950 {
    display: block;
  }
}
.optionArea01 .sp450 {
  display: none;
}
@media screen and (max-width: 451px) {
  .optionArea01 .sp450 {
    display: block;
  }
}
.optionArea01 .sp400 {
  display: none;
}
@media screen and (max-width: 401px) {
  .optionArea01 .sp400 {
    display: block;
  }
}
.optionArea01 .sp350 {
  display: none;
}
@media screen and (max-width: 351px) {
  .optionArea01 .sp350 {
    display: block;
  }
}
.optionArea01 .f12 {
  font-size: 12px;
}
.optionArea01 .f20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .optionArea01 .f20 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .optionArea01 .f20 {
    font-size: 1.4rem;
  }
}
.optionArea01 .bold {
  font-weight: bold;
}
.optionArea01 .blue {
  color: #19adf9;
}
.optionArea01 .green {
  color: #8fd152;
}
.optionArea01 .yellow {
  color: #ffc400;
}
.optionArea01 .pink {
  color: #f279b6;
}
.optionArea01 .bgYellow {
  background: #fffcd8;
}
.optionArea01 .mt8 {
  margin-top: 8px;
}
.optionArea01 .mt20 {
  margin-top: 20px;
}
.optionArea01 .mb08 {
  margin-bottom: -8px;
}
.optionArea01 .mb08_02 {
  margin-bottom: -8px;
}
@media screen and (max-width: 950px) {
  .optionArea01 .mb08_02 {
    margin-bottom: 4px;
  }
}
.optionArea01 .mb8 {
  margin-bottom: 8px;
}
.optionArea01 .mb40 {
  margin-bottom: 40px;
}
.optionArea01 .ml8 {
  margin-left: 8px;
}
.optionArea01 .ml16 {
  margin-left: 16px;
}
@media screen and (max-width: 350px) {
  .optionArea01 .spt8 {
    position: relative;
    top: -8px;
  }
}
.optionArea01 .note01 {
  margin: 0;
}
.optionArea01 .note01 li {
  text-indent: -1em;
  padding-left: 1em;
}
.optionArea01 .rowreverse {
  flex-direction: row-reverse;
}
.optionArea01 .optionInfo01 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 0.8;
}
@media screen and (max-width: 1051px) {
  .optionArea01 .optionInfo01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .optionArea01 .optionInfo01 {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.optionArea01 .optionInfo01 .infoStxt01 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .optionArea01 .optionInfo01 .infoStxt01 {
    font-size: 1.4rem;
  }
}
.optionArea01 .price01 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1051px) {
  .optionArea01 .price01 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .optionArea01 .price01 {
    font-size: 3rem;
  }
}
.optionArea01 .price01.yellow {
  padding-left: 25px;
  background: url(../images/ico_index03.png) no-repeat bottom 10px left;
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  .optionArea01 .price01.yellow {
    padding-left: 20px;
    background: url(../images/ico_index03.png) no-repeat bottom 6px left;
    background-size: 15px auto;
  }
}
.optionArea01 .price01.green {
  padding-left: 25px;
  background: url(../images/ico_index04.png) no-repeat bottom 10px left;
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  .optionArea01 .price01.green {
    padding-left: 20px;
    background: url(../images/ico_index04.png) no-repeat bottom 6px left;
    background-size: 15px auto;
  }
}
.optionArea01 .price01.blue {
  padding-left: 25px;
  background: url(../images/ico_index05.png) no-repeat bottom 10px left;
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  .optionArea01 .price01.blue {
    padding-left: 20px;
    background: url(../images/ico_index05.png) no-repeat bottom 6px left;
    background-size: 15px auto;
  }
}
.optionArea01 .price01.pink {
    padding-left: 25px;
    background: url(../images/ico_index06.png) no-repeat bottom 10px left;
    background-size: 20px auto;
  }
  @media screen and (max-width: 767px) {
    .optionArea01 .price01.pink {
      padding-left: 20px;
      background: url(../images/ico_index06.png) no-repeat bottom 6px left;
      background-size: 15px auto;
    }
  }
.optionArea01 .price02 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 25px;
}
@media screen and (max-width: 1051px) {
  .optionArea01 .price02 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .optionArea01 .price02 {
    font-size: 2rem;
    padding-left: 15px;
  }
}
.optionArea01 .price02.yellow {
  background: url(../images/ico_index03.png) no-repeat bottom 7px left;
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  .optionArea01 .price02.yellow {
    background: url(../images/ico_index03.png) no-repeat bottom 4px left;
    background-size: 10px auto;
  }
}
.optionArea01 .price02.green {
  background: url(../images/ico_index04.png) no-repeat bottom 7px left;
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  .optionArea01 .price02.green {
    background: url(../images/ico_index04.png) no-repeat bottom 4px left;
    background-size: 10px auto;
  }
}
.optionArea01 .price02.blue {
  background: url(../images/ico_index05.png) no-repeat bottom 7px left;
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  .optionArea01 .price02.blue {
    background: url(../images/ico_index05.png) no-repeat bottom 4px left;
    background-size: 10px auto;
  }
}
.optionArea01 .price02.pink {
    background: url(../images/ico_index06.png) no-repeat bottom 7px left;
    background-size: 20px auto;
  }
  @media screen and (max-width: 767px) {
    .optionArea01 .price02.pink {
      background: url(../images/ico_index06.png) no-repeat bottom 4px left;
      background-size: 10px auto;
    }
  }
.optionArea01 .yen01 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1051px) {
  .optionArea01 .yen01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .optionArea01 .yen01 {
    font-size: 1.8rem;
  }
}
.optionArea01 .other {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1051px) {
  .optionArea01 .other {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .optionArea01 .other {
    font-size: 1.6rem;
  }
}

.optionBox01 {
  margin-top: 64px;
  padding: 40px;
  background: #fff;
  border: 3px solid #333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .optionBox01 {
    margin-top: 40px;
    padding: 20px;
  }
}
.optionBox01 .pic01 {
  width: 360px;
}
@media screen and (max-width: 900px) {
  .optionBox01 .pic01 {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .optionBox01 .pic01 {
    width: 100%;
    margin-bottom: 16px;
  }
}
.optionBox01 .pic02 {
  width: 310px;
}
@media screen and (max-width: 900px) {
  .optionBox01 .pic02 {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .optionBox01 .pic02 {
    width: 100%;
    margin-bottom: 16px;
  }
}
.optionBox01 .textBox01 {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .optionBox01 .textBox01 {
    width: 100%;
  }
}
.optionBox01 .textBox02 {
  width: 60%;
}
@media screen and (max-width: 950px) {
  .optionBox01 .textBox02 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .optionBox01 .textBox02 {
    width: 100%;
  }
}
.optionBox01 .contentsBtn01 {
  color: #fff;
  margin: 24px 0 16px;
  padding: 10px 0;
  background: #8fd152;
  cursor: pointer;
  position: relative;
}
.optionBox01 .contentsBtn01 .icon01 {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .optionBox01 .contentsBtn01 .icon01 {
    right: 5px;
  }
}
.optionBox01 .contentsBtn01 .icon01:before {
  content: "";
  width: 20px;
  height: 2px;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .optionBox01 .contentsBtn01 .icon01:before {
    width: 15px;
    right: 10px;
  }
}
.optionBox01 .contentsBtn01 .icon01:after {
  content: "";
  width: 2px;
  height: 20px;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .optionBox01 .contentsBtn01 .icon01:after {
    height: 15px;
    right: 16px;
  }
}
.optionBox01 .contentsBtn01 .icon01.on:after {
  transform: rotate(90deg);
}
.optionBox01 .toggleBox01 {
  display: none;
}
.optionBox01 .toggleBox01.on {
  display: block;
}
@media screen and (max-width: 767px) {
  .optionBox01.mb40 {
    margin-bottom: 20px;
  }
}

.optionBox02 {
  margin-top: 56px;
  padding: 20px 40px 30px;
  background: #fff;
  border: 3px solid #333;
}
@media screen and (max-width: 767px) {
  .optionBox02 {
    margin-top: 30px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .optionBox02 .ml16 {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .virusTable01 {
    margin-top: 16px;
  }
}

.yellowTable01 {
  font-size: 1.6rem;
}
.yellowTable01 th {
  color: #fff;
  background: #ffc400;
}
.yellowTable01 td:last-child {
  text-align: center;
}

.greenTable01 {
  font-size: 1.8rem;
}
.greenTable01 thead {
  color: #fff;
  background: #8fd152;
}
.greenTable01 tbody th {
  vertical-align: middle;
  border-top: 1px solid #bbb;
}
.greenTable01 tbody td {
  text-align: center;
}

.blueTable01 {
  font-size: 1.6rem;
}
.blueTable01 th {
  color: #fff;
  background: #19adf9;
}
.blueTable01 th:first-child {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .blueTable01 th:first-child {
    width: 50%;
  }
}
.blueTable01 th:last-child {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .blueTable01 th:last-child {
    width: 50%;
  }
}
.blueTable01 td {
  padding: 10px !important;
}
.blueTable01 td:last-child {
  text-align: center;
}

.optionTitle01 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .optionTitle01 {
    font-size: 18px;
  }
}

.optionTxt01 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .optionTxt01 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.linkTxt02 {
  margin-bottom: 6px;
}
.linkTxt02 a {
  font-size: 18px;
  font-weight: bold;
  color: #8fd152;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .linkTxt02 a {
    font-size: 16px;
  }
}
.linkTxt02 a img {
  vertical-align: middle;
  margin-left: 3px;
}

.note02 {
  font-size: 12px;
}
