@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.9;
    color: #333333;
    font-weight: 400;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 92%;
    margin: auto;
    padding-bottom: 1%;
  }
  header {
    padding: 4%;
    border-bottom: 1px solid #eeeeee;
  }
  ul {
    list-style: none;
  }
  #main {
    padding-top: 0;
  }
  #main h2 span {
    padding: 0;
    border: none;
  }
  main.feesim {
    position: relative;
    /*margin-top: 80px;*/
  }
  #top .title {
    background: #0550a1;
    color: #fff;
    font-weight: 700;
    font-size: 7.4vw;
    padding: 4%;
    text-align: center;
  }
  #top .title .large {
    font-size: 9.6vw;
  }
  #top .title .dots {
    background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.2em;
  }
  #top h1 {
    color: #0550a1;
    font-weight: 700;
    font-size: 7.4vw;
    text-align: center;
    padding: 2% 0 3%;
    line-height: 1.5;
  }
  #top .text {
    position: relative;
    border-bottom: 1px solid #0550a1;
    padding: 0 3% 4%;
  }
  #top .text p {
    font-size: 3.8vw;
  }
  #top .text .car {
    position: absolute;
    bottom: 0;
    right: 6%;
    width: 18%;
  }
  #top .start-text {
    font-size: 4.2vw;
    color: #0550a1;
    font-weight: 500;
    text-align: center;
    margin: 8% 0 1%;
  }
  #top .start-btn {
    background: #ed6363;
    text-align: center;
    color: #fff;
    font-size: 4.2vw;
    font-weight: 500;
    padding: 3%;
    border-radius: 10vw;
    width: 90%;
    margin: auto;
  }
  #top .acd {
    margin-top: 9%;
  }
  #top .acd label {
    position: relative;
    font-weight: 500;
    font-size: 7.4vw;
    border-bottom: 3px solid #0550a1;
    width: 100%;
    padding: 0 0 1% 5%;
    display: block;
  }
  #top .acd label:after {
    content: "▼";
    position: absolute;
    right: 4%;
    top: 20%;
    font-size: 5vw;
    color: #0550a1;
  }
  #top .acd .acd-content {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: none;
    padding-bottom: 14%;
  }
  #top .acd .acd-content ul {
    margin: 5% 0;
  }
  #top .acd .acd-content ul li {
    border-bottom: 1px dashed #0550a1;
    padding: 8% 4%;
    position: relative;
  }
  #top .acd .acd-content ul li .list-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top .acd .acd-content ul li .list-text .plan {
    font-size: 5.4vw;
    color: #0550a1;
    width: 40%;
    font-weight: 700;
  }
  #top .acd .acd-content ul li .list-text p {
    width: 57%;
    font-size: 3.2vw;
  }
  #top .acd .acd-content ul li .plus {
    font-size: 6.4vw;
    position: absolute;
    bottom: -22%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 700;
    color: #0550a1;
  }
  #top .acd .acd-content ul li .arrow {
    width: 6%;
    position: absolute;
    bottom: -12%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #top .acd .acd-content ul li:first-child .list-text .plan {
    width: 100%;
  }
  #top .acd .acd-content .total {
    text-align: center;
    color: #ed6363;
    font-size: 6.4vw;
    margin-bottom: 2%;
  }
  #top .acd .acd-content .customize {
    font-size: 4.2vw;
    text-align: center;
  }
  #top .acd input {
    display: none;
  }
  #top .acd input:checked + label:after {
    content: "▲";
  }
  #top .acd input:checked + label + .acd-content {
    display: block;
  }
  #step {
    padding: 4% 0 0;
  }
  #step h1 {
    color: #0550a1;
    font-size: 5.4vw;
    font-weight: 700;
    border-bottom: 1px solid #0550a1;
    padding-bottom: 2%;
  }
  #step h2 {
    font-size: 4.8vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6%;
  }
  #step h2 .large {
    font-size: 6.4vw;
  }
  #step h3 {
    color: #0550a1;
    font-size: 4.8vw;
    font-weight: 500;
    border-bottom: 1px solid #0550a1;
    padding-bottom: 1%;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 3%;
  }
  #step h3.third {
    margin-top: 8%;
  }
  #step .step-image {
    margin: 5% 0 10%;
  }
  #step .select-box {
    border: 3px solid #93c9ec;
    border-radius: 5px;
  }
  #step .select-box.single {
    padding: 6% 4%;
  }
  #step .select-box.single ul li {
    margin-bottom: 10%;
  }
  #step .select-box.single ul li label {
    display: block;
    background: #eeeeee;
    padding: 3% 5%;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
  }
  #step .select-box.single ul li label .number {
    font-size: 4.2vw;
    background: #333333;
    color: #fff;
    width: 6vw;
    height: 6vw;
    border-radius: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0.5%;
    margin-right: 3%;
  }
  #step .select-box.single ul li label .text {
    font-size: 4.8vw;
  }
  #step .select-box.single ul li label .text .red {
    color: #ed6363;
    font-weight: 400;
  }
  #step .select-box.single ul li input:checked + label {
    background: #93c9ec;
    color: #fff;
  }
  #step .select-box.single ul li input:checked + label .number {
    background: #0550a1;
  }
  #step .select-box.single ul li input:checked + label .text .red {
    color: #fff;
  }
  #step .select-box.single ul li input {
    display: none;
  }
  #step .select-box.single ul li .price {
    text-align: right;
    font-size: 6.4vw;
    font-weight: 500;
  }
  #step .select-box.single ul li .price .small {
    font-size: 3.8vw;
    font-weight: 400;
  }
  #step .select-box.double {
    padding: 6% 4% 0;
    margin: 10% 0 4%;
  }
  #step .select-box.double ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #step .select-box.double ul li {
    margin-bottom: 5%;
    width: 48%;
    text-align: center;
  }
  #step .select-box.double ul li label {
    display: block;
    background: #eeeeee;
    padding: 5% 5%;
    border-radius: 5px;
    font-weight: 700;
    font-size: 4.4vw;
  }
  #step .select-box.double ul li input:checked + label {
    background: #93c9ec;
    color: #fff;
  }
  #step .select-box.double ul li input:checked + label .number {
    background: #0550a1;
  }
  #step .select-box.double ul li input:checked + label .text .red {
    color: #fff;
  }
  #step .select-box.double ul li input {
    display: none;
  }
  #step .select-box.double ul li .btn-price {
    font-size: 5.4vw;
    font-weight: 500;
  }
  #step .select-box.double ul li .btn-price .small {
    font-size: 4.2vw;
  }
  #step .select-box.double ul li .btn-price .smaller {
    font-size: 3.8vw;
    font-weight: 400;
  }
  #step .select-box.double ul li .note {
    text-align: left;
    padding-top: 5%;
  }
  #step .modal-area {
    overflow: hidden;
  }
  #step .modal {
    background: #ed6363;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25%;
    height: 7vw;
    border-radius: 3.5vw;
    float: right;
  }
  #step .modal .btn-text {
    color: #fff;
    font-size: 3.8vw;
    margin-right: 6%;
  }
  #step .modal .btn-image {
    width: 18%;
  }
  #step .modal .btn-image>img {
    vertical-align: middle;
  }
  #step p {
    font-size: 3.4vw;
  }
  #step .detail {
    display: none;
  }
  #step .blue {
    font-size: 4.2vw;
    font-weight: 500;
    color: #0550a1;
    margin: 5% 0 1%;
  }
  #step .note {
    font-size: 3vw;
    margin-top: 2%;
  }
  #step .next {
    background: #0550a1;
    text-align: center;
    font-size: 4.2vw;
    font-weight: 500;
    color: #fff;
    height: 12vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 6vw;
    position: relative;
    margin: 12% auto 7%;
    width: 90%;
  }
  #step .next:after {
    content: "";
    display: inline-block;
    width: 10vw;
    height: 5vw;
    background-image: url(/img/feesim/next-on.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 3%;
    top: 28%;
  }
  #step .next[disabled] {
    color: #cccccc;
    background: #eeeeee;
  }
  #step .next[disabled]:after {
    background-image: url(/img/feesim/next-off.svg);
  }
  #step .back {
    font-size: 4.2vw;
  }
  #step .faq {
    margin: 10% auto 0;
    width: 90%;
  }
  #step .faq .question {
    background: #0550a1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3% 4%;
    border-radius: 10px 10px 0 0;
  }
  #step .faq .question .icon {
    font-size: 3.2vw;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 5%;
    width: 6vw;
    height: 6vw;
    border-radius: 3vw;
    font-weight: 700;
  }
  #step .faq .question p {
    margin: 0;
    font-size: 3.8vw;
    font-weight: 500;
    color: #fff;
    line-height: 1.7;
  }
  #step .faq .answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3% 4%;
    border-radius: 0 0 10px 10px;
    border: 2px solid #eeeeee;
  }
  #step .faq .answer .icon {
    font-size: 3.2vw;
    background: #333333;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 5%;
    width: 6vw;
    height: 6vw;
    border-radius: 3vw;
    font-weight: 700;
  }
  #step .faq .answer p {
    margin: 0;
    font-size: 3.4vw;
    width: 90%;
  }
  #step .result {
    border: 3px solid #93c9ec;
    border-radius: 5px;
    padding: 4% 4% 2%;
    margin-bottom: 7%;
  }
  #step .result .result-title {
    font-size: 5.4vw;
    font-weight: 500;
  }
  #step .result .total-price {
    border: 1px solid #0550a1;
    font-size: 8.6vw;
    font-weight: 500;
    text-align: right;
    color: #ed6363;
    line-height: 1.5;
    margin: 3% 0 6%;
    padding-bottom: 1.5%;
  }
  #step .result .total-price .small {
    font-size: 3.8vw;
    font-weight: 400;
    color: #333333;
  }
  #step .result .detail-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #0550a1;
    padding-bottom: 1%;
  }
  #step .result .detail-title .red {
    color: #ed6363;
    font-size: 4.2vw;
  }
  #step .result .detail-title p {
    font-size: 3.4vw;
  }
  #step .result .result-detail li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px dashed #999999;
    margin: 0;
    padding: 2%;
    text-align: right;
  }
  #step .result .result-detail li .text {
    font-size: 3.4vw;
    width: 50%;
  }
  #step .result .result-detail li .price {
    font-size: 4.4vw;
    font-weight: 500;
    width: 50%;
    color: #ed6363;
  }
  #step .result .result-detail li .price .small {
    font-size: 4vw;
  }
  #step .result .result-detail li .price.black {
    color: #333333;
    font-size: 4vw;
    font-weight: 400;
  }
  #step .result .result-detail li:last-of-type {
    border-bottom: inherit;
  }
  #step .closing {
    font-size: 4.2vw;
    font-weight: 500;
    color: #0550a1;
    text-align: center;
  }
  #step .cta {
    width: 100%;
    background: #ed6363;
    color: #fff;
    font-size: 4.2vw;
    font-weight: 500;
    border-radius: 10px;
    padding: 3% 0;
    -webkit-box-shadow: 3px 3px 0 0 rgba(51, 51, 51, 0.3);
            box-shadow: 3px 3px 0 0 rgba(51, 51, 51, 0.3);
    text-align: center;
    margin: 2% 0 6%;
  }
  #step .change {
    text-align: center;
    font-size: 3.8vw;
    margin-bottom: 6%;
  }
  .modaal-content-container {
    padding: 0;
  }
  .modaal-content-container .detail-plan .title-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #0550a1;
    color: #fff;
    font-size: 5.4vw;
    font-weight: 500;
    position: relative;
    padding: 3% 0;
  }
  .modaal-content-container .detail-plan .title-plan .title-plan-number {
    font-size: 4.2vw;
    background: #fff;
    color: #0550a1;
    width: 6vw;
    height: 6vw;
    border-radius: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0.5%;
    position: absolute;
    left: 8%;
    top: 30%;
  }
  .modaal-content-container .detail-plan .detail-white {
    padding: 2% 4% 7%;
  }
  .modaal-content-container .detail-plan .detail-white .detail-price {
    font-size: 5.4vw;
    border-bottom: 1px solid #0550a1;
    text-align: center;
  }
  .modaal-content-container .detail-plan .detail-white .detail-price .large {
    font-size: 6.4vw;
    font-weight: 500;
  }
  .modaal-content-container .detail-plan .detail-white .detail-price .small {
    font-size: 3.8vw;
  }
  .modaal-content-container .detail-plan .detail-white .detail-text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0550a1;
    font-size: 4.8vw;
    font-weight: 500;
    margin: 5% auto 3%;
    line-height: 1.6;
  }
  .modaal-content-container .detail-plan .detail-white .detail-text>p {
    margin: 0;
    font-size: 4.4vw;
    font-weight: 500;
  }
  .modaal-content-container .detail-plan .detail-white .detail-text .small {
    font-size: 3.8vw;
  }
  .modaal-content-container .detail-plan .detail-white .detail-box {
    text-align: center;
    color: #fff;
    background: #93c9ec;
    font-size: 4vw;
    font-weight: 700;
    padding: 1% 0;
    margin-bottom: 4%;
  }
  .modaal-content-container .detail-plan .detail-white p {
    font-size: 3.4vw;
    padding: 0 3%;
  }
  .modaal-content-container .detail-box {
    padding: 7% 4% 5%;
  }
  .modaal-content-container .detail-box .detail-list li {
    margin-bottom: 10%;
  }
  .modaal-content-container .detail-box .detail-list li .detail-image {
    margin-top: 6%;
  }
  .modaal-content-container .detail-box .detail-list li:last-child {
    margin-bottom: 0;
  }
  .modaal-content-container .detail-box .title {
    background: #0550a1;
    color: #fff;
    font-size: 5.4vw;
    font-weight: 500;
    text-align: center;
    margin-bottom: 3%;
  }
  .modaal-content-container .detail-box p {
    font-size: 3.4vw;
  }
  .modaal-content-container .detail-box p.large {
    font-size: 3.0vw;
    padding: 6% 3%;
  }
  .modaal-content-container .detail-box .detail-price {
    font-size: 4.8vw;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #0550a1;
    margin-bottom: 5%;
  }
  .modaal-content-container .detail-box .detail-price .small {
    font-size: 4.8vw;
  }
  .modaal-content-container .detail-box .detail-price .smaller {
    font-size: 3.8vw;
    font-weight: 400;
  }
  .modaal-content-container .detail-box .blue {
    font-size: 3.8vw;
    font-weight: 500;
    color: #0550a1;
    margin-top: 2%;
  }
  .modaal-content-container .detail-box .blue.center {
    margin-bottom: 4%;
    font-size: 4.0vw;
  }
  .modaal-content-container .detail-box .blue.large {
    margin: auto;
    width: 100%;
    margin-top: 2%;
  }
  .modaal-content-container .detail-box .blue.first {
    width: 100%;
  }
  .modaal-content-container .detail-box .note {
    font-size: 3vw;
    margin-top: 4%;
  }
  .modaal-content-container .detail-box .note.fourth {
    margin-top: 6%;
	margin-bottom: 5%;
  }
  .modaal-content-container .detail-box .note.right {
    text-align: right;
    font-size: 3.8vw;
    margin: -8% 0 8%;
  }
  .modaal-content-container .detail-box.bike {
    padding: 7% 4% 0;
  }
  .modaal-content-container .detail-box.bike .detail-list li {
    margin-bottom: 0;
  }
  .modaal-content-container .detail-box .recommend {
    font-size: 5.4vw;
    font-weight: 500;
    color: #0550a1;
    line-height: 1.6;
  }
  #total {
    z-index: 1;
  }
  #total label {
    background: #666666;
    display: block;
    padding: 2% 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #total label .total-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 27%;
  }
  #total label .total-title #total-text {
    font-size: 4vw;
    color: #fff;
    margin-right: 2%;
    width: 90%;
  }
  #total label .total-title #total-image {
    width: 11%;
    line-height: 11%;
  }
  #total label .box {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 58%;
    margin: 0;
    padding: 1% 0 1.5% 3%;
  }
  #total label .box p {
    padding: 0;
    font-size: 3.4vw;
    line-height: 1;
  }
  #total label .box p .number {
    font-size: 5.8vw;
    color: #ed6363;
    font-weight: 500;
  }
  #total .acd-content {
    background: #666666;
    padding: 3% 4%;
    display: none;
  }
  #total .acd-content li {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1% 0 1.5% 3%;
    margin-bottom: 3%;
  }
  #total .acd-content li p {
    margin: 0;
    padding: 0;
    font-size: 3.4vw;
    line-height: 1;
  }
  #total .acd-content li p .number {
    font-size: 5.8vw;
    color: #ed6363;
    font-weight: 500;
  }
  #total .acd-content li p .small {
    font-size: 4.8vw;
    color: #ed6363;
    font-weight: 500;
  }
  #total input {
    display: none;
  }
  #total input:checked + .acd-content {
    display: block;
    position: relative;
    max-height: 70vh;
    overflow-y: auto;
  }
  .fixed-btn {
    background: #666666;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 4vw;
  }
  #page-top {
    position: fixed;
    right: 3%;
    bottom: 6%;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    width: 7vw;
    height: 7vw;
  }
  #page-top a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page-top.UpMove {
    -webkit-animation: UpAnime 0.5s forwards;
            animation: UpAnime 0.5s forwards;
  }
  @-webkit-keyframes UpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes UpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  #page-top.DownMove {
    -webkit-animation: DownAnime 0.5s forwards;
            animation: DownAnime 0.5s forwards;
  }
  @-webkit-keyframes DownAnime {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
  }
  @keyframes DownAnime {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  body {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.9;
    color: #333333;
    font-weight: 400;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 600px;
    margin: auto;
    padding-bottom: 1%;
  }
  header {
    padding: 2%;
    border-bottom: 1px solid #eeeeee;
  }
  header img {
    width: 335px;
  }
  ul {
    list-style: none;
  }
  #main {
    padding-top: 0;
  }
  #main h2 span {
    padding: 0;
    border: none;
  }
  main.feesim {
    position: relative;
    /*margin-top: 150px;*/
  }
  #top .inner {
    width: 700px;
  }
  #top .title {
    background: #0550a1;
    color: #fff;
    font-weight: 700;
    font-size: 56px;
    text-align: center;
  }
  #top .title .large {
    font-size: 74px;
  }
  #top .title .dots {
    background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.2em;
  }
  #top h1 {
    color: #0550a1;
    font-weight: 700;
    font-size: 56px;
    text-align: center;
    padding: 5% 0 3%;
    line-height: 1.4;
  }
  #top .text {
    position: relative;
    border-bottom: 1px solid #0550a1;
    padding: 0 3% 11%;
    width: 600px;
    margin: auto;
  }
  #top .text p {
    font-size: 18px;
  }
  #top .text .car {
    position: absolute;
    bottom: 0;
    right: 3%;
    width: 115px;
  }
  #top .start-text {
    font-size: 22px;
    color: #0550a1;
    font-weight: 500;
    text-align: center;
    margin: 8% 0 1%;
  }
  #top .start-btn {
    background: #ed6363;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    padding: 2%;
    border-radius: 60px;
    width: 560px;
    margin: auto;
  }
  #top .start-btn:hover {
    background: #0550a1;
  }
  #top .acd {
    margin: 9% auto 0;
    width: 600px;
  }
  #top .acd label {
    position: relative;
    font-weight: 500;
    font-size: 40px;
    border-bottom: 3px solid #0550a1;
    width: 100%;
    padding: 0 0 1% 3%;
    display: block;
  }
  #top .acd label:after {
    content: "▼";
    position: absolute;
    right: 4%;
    top: 20%;
    font-size: 27px;
    color: #0550a1;
  }
  #top .acd .acd-content {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: none;
    padding-bottom: 14%;
  }
  #top .acd .acd-content ul {
    margin: 5% 0;
  }
  #top .acd .acd-content ul li {
    border-bottom: 1px dashed #0550a1;
    padding: 6% 4%;
    position: relative;
  }
  #top .acd .acd-content ul li .list-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top .acd .acd-content ul li .list-text .plan {
    font-size: 32px;
    color: #0550a1;
    width: 40%;
    font-weight: 700;
  }
  #top .acd .acd-content ul li .list-text p {
    width: 57%;
    font-size: 16px;
  }
  #top .acd .acd-content ul li .plus {
    font-size: 38px;
    position: absolute;
    bottom: -26%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 700;
    color: #0550a1;
  }
  #top .acd .acd-content ul li .arrow {
    width: 6%;
    position: absolute;
    bottom: -15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #top .acd .acd-content ul li:first-child .list-text .plan {
    width: 100%;
  }
  #top .acd .acd-content .total {
    text-align: center;
    color: #ed6363;
    font-size: 40px;
    margin-bottom: 2%;
  }
  #top .acd .acd-content .customize {
    font-size: 22px;
    text-align: center;
  }
  #top .acd input {
    display: none;
  }
  #top .acd input:checked + label:after {
    content: "▲";
  }
  #top .acd input:checked + label + .acd-content {
    display: block;
  }
  #step {
    padding: 4% 0 0;
  }
  #step h1 {
    color: #0550a1;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px solid #0550a1;
    padding-bottom: 2%;
  }
  #step h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 7%;
    line-height: 1.6;
  }
  #step h2 .large {
    font-size: 40px;
  }
  #step h3 {
    color: #0550a1;
    font-size: 30px;
    font-weight: 500;
    border-bottom: 1px solid #0550a1;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 5%;
  }
  #step h3.third {
    margin-top: 8%;
  }
  #step .step-image {
    margin: 5% 0 7%;
  }
  #step .select-box {
    border: 5px solid #93c9ec;
    border-radius: 10px;
  }
  #step .select-box.single {
    padding: 4% 4%;
  }
  #step .select-box.single ul li {
    margin-bottom: 10%;
  }
  #step .select-box.single ul li label {
    display: block;
    background: #eeeeee;
    padding: 2% 5%;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    cursor: pointer;
  }
  #step .select-box.single ul li label .number {
    font-size: 28px;
    background: #333333;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0.5%;
    margin-right: 3%;
  }
  #step .select-box.single ul li label .text {
    font-size: 30px;
  }
  #step .select-box.single ul li label .text .red {
    color: #ed6363;
    font-weight: 400;
  }
  #step .select-box.single ul li input:checked + label {
    background: #93c9ec;
    color: #fff;
  }
  #step .select-box.single ul li input:checked + label .number {
    background: #0550a1;
  }
  #step .select-box.single ul li input:checked + label .text .red {
    color: #fff;
  }
  #step .select-box.single ul li input {
    display: none;
  }
  #step .select-box.single ul li .price {
    text-align: right;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 2%;
  }
  #step .select-box.single ul li .price .small {
    font-size: 24px;
    font-weight: 400;
  }
  #step .select-box.double {
    padding: 6% 4% 0;
    margin: 10% 0 4%;
  }
  #step .select-box.double ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #step .select-box.double ul li {
    margin-bottom: 5%;
    width: 48%;
    text-align: center;
  }
  #step .select-box.double ul li label {
    display: block;
    background: #eeeeee;
    padding: 5% 5%;
    border-radius: 5px;
    font-weight: 700;
    font-size: 26px;
    cursor: pointer;
  }
  #step .select-box.double ul li input:checked + label {
    background: #93c9ec;
    color: #fff;
  }
  #step .select-box.double ul li input:checked + label .number {
    background: #0550a1;
  }
  #step .select-box.double ul li input:checked + label .text .red {
    color: #fff;
  }
  #step .select-box.double ul li input {
    display: none;
  }
  #step .select-box.double ul li .btn-price {
    font-size: 32px;
    font-weight: 500;
  }
  #step .select-box.double ul li .btn-price .small {
    font-size: 25px;
  }
  #step .select-box.double ul li .btn-price .smaller {
    font-size: 20px;
    font-weight: 400;
  }
  #step .select-box.double ul li .note {
    text-align: left;
    padding-top: 8%;
  }
  #step .modal-area {
    overflow: hidden;
  }
  #step .modal {
    background: #ed6363;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 130px;
    height: 40px;
    border-radius: 3.5vw;
    float: right;
    cursor: pointer;
  }
  #step .modal .btn-text {
    color: #fff;
    font-size: 24px;
    margin-right: 6%;
  }
  #step .modal .btn-image {
    width: 25px;
  }
  #step p {
    font-size: 21px;
  }
  #step .detail {
    display: none;
  }
  #step .blue {
    font-size: 26px;
    font-weight: 500;
    color: #0550a1;
    margin: 7% 0 0;
  }
  #step .note {
    font-size: 13px;
    margin-top: 1%;
  }
  #step .next {
    background: #0550a1;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 40px;
    position: relative;
    margin: 11% auto 7%;
    width: 560px;
  }
  #step .next:after {
    content: "";
    display: inline-block;
    width: 45px;
    height: 31px;
    background-image: url(/img/feesim/next-on.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    top: 30%;
  }
  #step .next[disabled] {
    color: #cccccc;
    background: #eeeeee;
  }
  #step .next[disabled]:after {
    background-image: url(/img/feesim/next-off.svg);
  }
  #step .back {
    font-size: 22px;
  }
  #step .faq {
    margin: 8% auto 0;
    width: 520px;
  }
  #step .faq .question {
    background: #0550a1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3% 4%;
    border-radius: 10px 10px 0 0;
  }
  #step .faq .question .icon {
    font-size: 22px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 5%;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-weight: 700;
  }
  #step .faq .question p {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.7;
  }
  #step .faq .answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3% 4%;
    border-radius: 0 0 10px 10px;
    border: 2px solid #eeeeee;
  }
  #step .faq .answer .icon {
    font-size: 22px;
    background: #333333;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 5%;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-weight: 700;
  }
  #step .faq .answer p {
    margin: 0;
    font-size: 16px;
    width: 90%;
  }
  #step .result {
    border: 3px solid #93c9ec;
    border-radius: 5px;
    padding: 4% 4% 2%;
    margin-bottom: 9%;
  }
  #step .result .result-title {
    font-size: 32px;
    font-weight: 500;
  }
  #step .result .total-price {
    border: 1px solid #0550a1;
    font-size: 56px;
    font-weight: 500;
    text-align: right;
    color: #ed6363;
    line-height: 1.5;
    margin: 3% 0 6%;
    padding-bottom: 1.5%;
  }
  #step .result .total-price .small {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
  }
  #step .result .detail-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #0550a1;
    padding-bottom: 1%;
  }
  #step .result .detail-title .red {
    color: #ed6363;
    font-size: 28px;
  }
  #step .result .detail-title p {
    font-size: 22px;
  }
  #step .result .result-detail li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px dashed #999999;
    margin: 0;
    padding: 2%;
    text-align: right;
  }
  #step .result .result-detail li .text {
    font-size: 22px;
    width: 50%;
  }
  #step .result .result-detail li .price {
    font-size: 30px;
    font-weight: 500;
    width: 50%;
    color: #ed6363;
  }
  #step .result .result-detail li .price .small {
    font-size: 26px;
  }
  #step .result .result-detail li .price.black {
    color: #333333;
    font-size: 26px;
    font-weight: 400;
  }
  #step .result .result-detail li:last-of-type {
    border-bottom: inherit;
  }
  #step .closing {
    font-size: 28px;
    font-weight: 500;
    color: #0550a1;
    text-align: center;
  }
  #step .cta {
    width: 100%;
    background: #ed6363;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    border-radius: 10px;
    padding: 3% 0;
    -webkit-box-shadow: 3px 3px 0 0 rgba(51, 51, 51, 0.3);
            box-shadow: 3px 3px 0 0 rgba(51, 51, 51, 0.3);
    text-align: center;
    margin: 2% 0 6%;
  }
  #step .cta:hover {
    background: #0550a1;
  }
  #step .change {
    text-align: center;
    font-size: 22px;
    margin-bottom: 6%;
  }
  .modaal-container {
    width: 600px;
  }
  .modaal-container .modaal-content-container {
    padding: 0;
  }
  .modaal-container .modaal-content-container .detail-plan .title-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #0550a1;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    position: relative;
    padding: 2% 0;
  }
  .modaal-container .modaal-content-container .detail-plan .title-plan .title-plan-number {
    font-size: 24px;
    background: #fff;
    color: #0550a1;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0.5%;
    position: absolute;
    left: 5%;
    top: 30%;
  }
  .modaal-container .modaal-content-container .detail-plan .detail-white {
    padding: 1% 4% 5%;
  }
  .modaal-container .modaal-content-container .detail-plan .detail-white .detail-price {
    font-size: 38px;
    border-bottom: 1px solid #0550a1;
    text-align: center;
  }
  .modaal-container .modaal-content-container .detail-plan .detail-white .detail-price .large {
    font-size: 45px;
    font-weight: 500;
  }
  .modaal-container .modaal-content-container .detail-plan .detail-white .detail-price .small {
    font-size: 26px;
  }
  .modaal-container .modaal-content-container .detail-plan .detail-white .detail-text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0550a1;
    font-size: 32px;
    font-weight: 500;
    margin: 4% auto 3%;
    line-height: 1.6;
  }
  .modaal-container .modaal-content-container .detail-plan .detail-white .detail-text>p {
    margin: 0;
    padding: 0;
    font-size: 32px;
  }
  .modaal-container .modaal-content-container .detail-plan .detail-white .detail-text .small {
    font-size: 24px;
  }
  .modaal-container .modaal-content-container .detail-plan .detail-white .detail-box {
    text-align: center;
    color: #fff;
    background: #93c9ec;
    font-size: 26px;
    font-weight: 700;
    padding: 1% 0;
    margin-bottom: 4%;
  }
  .modaal-container .modaal-content-container .detail-plan .detail-white p {
    font-size: 16px;
    padding: 0 3%;
  }
  .modaal-container .modaal-content-container .detail-box {
    padding: 5% 4% 5%;
  }
  .modaal-container .modaal-content-container .detail-box .detail-list li {
    margin-bottom: 10%;
  }
  .modaal-container .modaal-content-container .detail-box .detail-list li .detail-image {
    margin-top: 6%;
  }
  .modaal-container .modaal-content-container .detail-box .detail-list li:last-child {
    margin-bottom: 0;
  }
  .modaal-container .modaal-content-container .detail-box .title {
    background: #0550a1;
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2%;
  }
  .modaal-container .modaal-content-container .detail-box p {
    font-size: 16px;
  }
  .modaal-container .modaal-content-container .detail-box p.large {
    font-size: 16px;
    padding: 6% 3%;
  }
  .modaal-container .modaal-content-container .detail-box .detail-price {
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #0550a1;
    margin-bottom: 3%;
  }
  .modaal-container .modaal-content-container .detail-box .detail-price .small {
    font-size: 32px;
  }
  .modaal-container .modaal-content-container .detail-box .detail-price .smaller {
    font-size: 26px;
    font-weight: 400;
  }
  .modaal-container .modaal-content-container .detail-box .blue {
    font-size: 18px;
    font-weight: 500;
    color: #0550a1;
    margin-top: 4%;
  }
  .modaal-container .modaal-content-container .detail-box .blue.center {
    margin-bottom: 4%;
    font-size: 18px;
  }
  .modaal-container .modaal-content-container .detail-box .blue.large {
    padding: 0 3%;
    margin-top: 1%;
  }
  .modaal-container .modaal-content-container .detail-box .note {
    font-size: 13px;
    margin-top: 3%;
  }
  .modaal-container .modaal-content-container .detail-box .note.fourth {
    margin-top: 3%;
	margin-bottom: 5%;
  }
  .modaal-container .modaal-content-container .detail-box .note.right {
    text-align: right;
    font-size: 18px;
    margin: 0 0 3%;
  }
  .modaal-container .modaal-content-container .detail-box.bike {
    padding: 7% 4% 0;
  }
  .modaal-container .modaal-content-container .detail-box.bike .detail-list li {
    margin-bottom: 0;
  }
  .modaal-container .modaal-content-container .detail-box .recommend {
    font-size: 30px;
    font-weight: 500;
    color: #0550a1;
    line-height: 1.6;
    padding: 0 3%;
  }
  #total {
    z-index: 1;
    width: 600px;
    margin: auto;
  }
  #total label {
    background: #666666;
    display: block;
    padding: 2% 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
  }
  #total label .total-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 37%;
  }
  #total label .total-title #total-text {
    font-size: 24px;
    color: #fff;
    margin-right: 20px;
    width: 120px;
  }
  #total label .total-title #total-image {
    width: 18px;
    margin-top: 5px;
    line-height: 18px;
  }
  #total label .box {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 58%;
    margin: 0;
    padding: 1% 10px 1.7% 20px;
  }
  #total label .box p {
    padding: 0;
    font-size: 18px;
    line-height: 1;
  }
  #total label .box p .number {
    font-size: 34px;
    color: #ed6363;
    font-weight: 500;
  }
  #total .acd-content {
    background: #666666;
    padding: 3% 4%;
    display: none;
  }
  #total .acd-content li {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1% 10px 1.7% 20px;
    margin-bottom: 3%;
  }
  #total .acd-content li p {
    margin: 0;
    font-size: 18px;
    line-height: 1;
  }
  #total .acd-content li p .number {
    font-size: 34px;
    color: #ed6363;
    font-weight: 500;
  }
  #total .acd-content li p .small {
    font-size: 24px;
    color: #ed6363;
    font-weight: 500;
  }
  #total input {
    display: none;
  }
  #total input:checked + .acd-content {
    display: block;
	position: relative;
    max-height: 70vh;
    overflow-y: auto;
  }
  .fixed-btn {
    background: #666666;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    font-size: 22px;
    width: 600px;
  }
  #page-top {
    position: fixed;
    right: 3%;
    bottom: 6%;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    width: 50px;
    height: 50px;
  }
  #page-top a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page-top.UpMove {
    -webkit-animation: UpAnime 0.5s forwards;
            animation: UpAnime 0.5s forwards;
  }
  @-webkit-keyframes UpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes UpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  #page-top.DownMove {
    -webkit-animation: DownAnime 0.5s forwards;
            animation: DownAnime 0.5s forwards;
  }
  @-webkit-keyframes DownAnime {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
  }
  @keyframes DownAnime {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
  }
}
.copyright {
  font-size: .625em !important;
  text-align: center;
}
