@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.9;
    color: #333333;
    font-size: 4.4vw;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 91%;
    margin: auto;
  }
  main {
    padding-bottom: 48%;
  }
  .select {
    padding-bottom: 0;
  }
  .select .inner {
    width: 100%;
  }
  .select .title-area {
    background: #d6f4ff;
    padding: 7% 3% 19%;
    position: relative;
  }
  .select .title-area .title-box {
    background: #0550a1;
	border-radius: 1vw;
    text-align: center;
    color: #fff;
    font-size: 5.6vw;
	letter-spacing: 0.5vw;
    line-height: 1.8;
    margin-bottom: 4%;
  }
  .select .title-area h1 {
    font-size: 11.7vw;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    color: #0550a1;
  }
  .select .title-area h1 .large {
    font-size: 13.3vw;
  }
  .select .title-area .car {
    width: 29%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .select .btn {
    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;
    margin-bottom: 13%;
  }
  .select .btn a {
    width: 31%;
    text-align: center;
    color: #fff;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    padding: 2% 0 5%;
  }
  .select .btn a::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 9%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2vw 1.8vw 0 1.8vw;
    border-color: #fff transparent transparent transparent;
  }
  .select .btn a:first-child {
    color: #333333;
    background: #fffbef;
	border-bottom-right-radius: 2vw;
  }
  .select .btn a:first-child::after {
    border-color: #333333 transparent transparent transparent;
  }
  .select .btn a:nth-child(2) {
    background: #469d81;
	border-bottom-left-radius: 2vw;
	border-bottom-right-radius: 2vw;
  }
  .select .btn a:last-child {
    background: #d9725b;
	border-bottom-left-radius: 2vw;
  }
  .select .type li {
    position: relative;
  }
  .select .type li .title {
    font-size: 7.8vw;
    text-align: center;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    margin-bottom: 4%;
  }
  .select .type li .box {
    background: #fffbef;
    padding: 1% 5% 3%;
    width: 91%;
    margin: auto;
    border-radius: 5px;
  }
  .select .type li .box .text {
    font-size: 7.8vw;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #333333;
    margin-bottom: 2%;
  }
  .select .type li .box .price {
    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;
    font-weight: 500;
  }
  .select .type li .box .price .circle {
    background: #d6f4ff;
    color: #0550a1;
    font-size: 5.6vw;
    width: 12vw;
    height: 12vw;
    border-radius: 6vw;
    margin-right: 5%;
    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;
  }
  .select .type li .box .price .number {
    font-weight: 500;
    font-size: 9.6vw;
    line-height: 1.6;
  }
  .select .type li .box .price .number .small {
    font-size: 4.6vw;
    font-weight: 400;
  }
  .select .type li .warranty {
    text-align: center;
    font-size: 6.1vw;
    letter-spacing: 0.1vw;
    border: 1px solid #f8dc7c;
    font-weight: 700;
    background: #fff;
    width: 91%;
    margin: 6% auto 3%;
	color: #666;
  }
  .select .type li p {
    width: 91%;
    margin: auto;
  }
  .select .type li p .green {
    color: #469d81;
  }
  .select .type li .recommend-circle {
    position: absolute;
    top: -14vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 28vw;
    height: 13vw;
    border-radius: 50%;
    background: #f8dc7c;
    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;
    font-weight: 700;
    color: #0550a1;
  }
  .select .type li:nth-child(2) {
    background: rgba(214, 244, 255, 0.5);
    padding: 3% 0 22%;
  }
  .select .type li:nth-child(2) .title {
    color: #469d81;
  }
  .select .type li:nth-child(2) .box {
    background: #469d81;
    color: #fff;
  }
  .select .type li:nth-child(2) .box .text {
    border-bottom: 1px solid #fff;
  }
  .select .type li:nth-child(2) .warranty {
    border: 1px solid #469d81;
	border-radius: 1vw;
    color: #469d81;
  }
  .select .type li:nth-child(3) {
    background: rgba(214, 244, 255, 0.5);
    padding-bottom: 7%;
  }
  .select .type li:nth-child(3) .title {
    color: #d9725b;
    border-bottom: 1px solid #fff;
  }
  .select .type li:nth-child(3) .box {
    background: #d9725b;
    color: #fff;
  }
  .select .type li:nth-child(3) .box .text {
    border-bottom: 1px solid #fff;
  }
  .select .type li:nth-child(3) .warranty {
    border: 1px solid #d9725b;
    color: #d9725b;
  }
  .select .bottom {
    vertical-align: top;
    margin-bottom: 10%;
  }
  .example {
    background: #d6f4ff;
    padding: 13% 0;
  }
  .example .title {
    font-size: 11.1vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    color: #0550a1;
    margin-bottom: 8%;
  }
  .example .title .underline {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff));
    background: linear-gradient(transparent 60%, #fff 60%);
  }
  .example .title .small {
    font-size: 8.9vw;
  }
  .example .box-title {
    width: 78vw;
    height: 0px;
    border-bottom: 14vw solid #0550a1;
    border-right: 10vw solid transparent;
    color: #fff;
    font-size: 5.8vw;
    font-weight: 500;
    padding-left: 6%;
    line-height: 2.4;
    border-radius: 10px 0 0 0;
  }
  .example .box-title .bold {
    font-weight: 700;
  }
  .example .box {
    border-radius: 0 5px 5px 5px;
    border: 3px solid #0550a1;
    position: relative;
    margin-bottom: -20vw;
  }
  .example .box .type-area {
    background: #fffbef;
    padding: 9% 6% 7%;
  }
  .example .box .type-area .type {
    font-size: 6.7vw;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
  }
  .example .box .type-area .price {
    margin: 7% 0 4% 0;
  }
  .example .box .type-area .price li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right;
    border-bottom: 1px dotted #999999;
    padding-bottom: 2%;
  }
  .example .box .type-area .price li .text {
    width: 50%;
    font-size: 6.1vw;
	color: #1558d6;
    text-decoration: underline;
  }
  .example .box .type-area .price li .text.none {
    text-decoration: none;
  }
  .example .box .type-area .price li .number {
    width: 50%;
    font-size: 6.7vw;
    color: #ed6363;
    font-weight: 500;
  }
  .example .box .type-area .price li:last-child {
    border-bottom: inherit;
  }
  .example .box .type-area .total {
    background: #fff;
    border: 1px solid #0550a1;
    text-align: center;
    padding-left: 3%;
  }
  .example .box .type-area .total .red {
    font-size: 9.4vw;
    color: #d9725b;
    font-weight: 500;
    margin-left: 5%;
  }
  .example .box .type-area:last-child {
    background: #effff8;
    border-width: 90%;
  }
  .example .box::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -6vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6vw 6vw 0 6vw;
    border-color: #0550a1 transparent transparent transparent;
  }
  .example .box .border {
    border-top: 1px solid #93c9ec;
    width: 88%;
    margin: auto;
  }
  .cv {
    background: #d6f4ff;
    padding: 1% 0 15%;
  }
  .cv .title {
    font-size: 12.2vw;
    color: #0550a1;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
	margin-top: 6%;
    margin-bottom: 9%;
  }
  .cv .title .large {
    font-size: 18.9vw;
  }
  .cv .title .dot {
    background-image: radial-gradient(circle at center, #d9725b 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 2vw;
  }
  .cv .cta {
    padding: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 3%;
    background: #0550a1;
    border-radius: 18vw;
    -webkit-box-shadow: 4px 4px 6px rgba(5, 80, 161, 0.3);
            box-shadow: 4px 4px 6px rgba(5, 80, 161, 0.3);
  }
  .cv .cta img {
    width: 11%;
    margin-right: 4%;
  }
  .cv .cta .text {
    color: #fff;
    font-size: 6.7vw;
    font-weight: 500;
    line-height: 1.4;
  }
  .cv .cta.red {
    background: #ed6363;
  }
  .cv .cta.white {
    background: #fff;
  }
  .cv .cta.white img {
    margin-right: 10%;
  }
  .cv .cta.white .text {
    color: #0550a1;
  }
  .cv p {
    font-size: 5.6vw;
    font-weight: 500;
    text-align: center;
    margin: 3% 0 15%;
  }
  .detail {
    padding-bottom: 8%;
  }
  .detail h2 {
    font-size: 10vw;
    color: #0550a1;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2.5%;
  }
  .detail .note {
    color: #0550a1;
    font-size: 3.1vw;
  }
  .detail .note-bottom {
    font-size: 3.1vw;
    margin-top: 3%;
    line-height: 1.6;
  }
  .detail p {
    margin-bottom: 2%;
  }
  .detail .tab {
    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;
    margin: 2% 0 6%;
  }
  .detail .tab li {
    width: 32%;
    position: relative;
  }
  .detail .tab li a {
    border: 1px solid #0550a1;
    color: #0550a1;
    display: block;
    padding: 5% 2% 17% 2%;
    text-align: center;
    font-size: 3.3vw;
    font-weight: 700;
    display: block;
    border-radius: 1vw;
  }
  .detail .tab li::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 2vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5vw 2vw 0 2vw;
    border-color: #0550a1 transparent transparent transparent;
  }
  .detail .tab li.active a {
    color: #fff;
    border: inherit;
  }
  .detail .tab li.active::after {
    border-color: #fff transparent transparent transparent;
  }
  .detail .tab-content {
    display: none;
    opacity: 0;
  }
  .detail .tab-content.is-active {
    display: block;
    -webkit-animation-name: displayAnime;
            animation-name: displayAnime;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .detail .tab-content table {
    width: 100%;
    border: 1px solid #cccccc;
  }
  .detail .tab-content table tr {
    border-bottom: 1px solid #cccccc;
    height: 19vw;
  }
  .detail .tab-content table tr th {
    width: 50%;
    background: #fffbef;
    text-align: center;
    font-size: 4.2vw;
    font-weight: 500;
    border-right: 1px solid #cccccc;
    line-height: 1.4;
  }
  .detail .tab-content table tr td {
    width: 50%;
    text-align: center;
    font-size: 4.2vw;
    font-weight: 500;
    line-height: 1.2;
  }
  .detail .tab-content table tr td .large {
    font-size: 5.3vw;
  }
  .detail .tab-content table tr td .small {
    font-size: 3.6vw;
    font-weight: 400;
  }
  .detail .tab-content table tr:first-child th {
    background: #f8dc7c;
    font-weight: 700;
    padding-top: 7% !important;
  }
  .detail .tab-content table tr:first-child td {
    font-weight: 700;
    color: #fff;
    padding-top: 7% !important;
  }
  .detail#option {
    padding: 24% 0;
  }
  .detail#option .tab li:first-child.active a {
    background: #81c4dd;
  }
  .detail#option .tab li:nth-child(2).active a {
    background: #75cba4;
  }
  .detail#option .tab li:last-child.active a {
    background: #e7a682;
  }
  .detail#option .tab-content table tr th {
    padding-top: 4%;
  }
  .detail#option .tab-content table tr td {
    padding-top: 7%;
  }
  .detail#option .tab-content table tr:nth-child(2) td {
    padding-top: 4%;
  }
  .detail#option .tab-content table tr:nth-child(3) td {
    color: #0550a1;
  }
  .detail#option .tab-content table tr:nth-child(4) td {
    color: #0550a1;
  }
  .detail#option .tab-content table tr:last-child td {
    color: #0550a1;
  }
  .detail#option #day.tab-content table tr:first-child td {
    background: #81c4dd;
  }
  .detail#option #free.tab-content table tr:first-child td {
    background: #75cba4;
  }
  .detail#option #all.tab-content table tr:first-child td {
    background: #e7a682;
  }
  .detail#option #all.tab-content table tr:nth-child(2) td {
    padding-top: 7%;
  }
  .detail#speed .tab li:first-child.active a {
    background: #81c4dd;
  }
  .detail#speed .tab li:nth-child(2).active a {
    background: #75cba4;
  }
  .detail#speed .tab li:last-child.active a {
    background: #e7a682;
  }
  .detail#speed .tab-content table tr th {
    padding-top: 7%;
  }
  .detail#speed .tab-content table tr td {
    padding-top: 4%;
  }
  .detail#speed .tab-content table tr:nth-child(2) td {
    color: #0550a1;
    line-height: 1.4;
    padding-top: 4%;
    font-weight: 700;
  }
  .detail#speed #speed14.tab-content table tr:first-child td {
    background: #81c4dd;
  }
  .detail#speed #speed20.tab-content table tr:first-child td {
    background: #75cba4;
  }
  .detail#speed #speed40.tab-content table tr:first-child td {
    background: #e7a682;
  }
  @-webkit-keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .detail#skill h2 {
    margin-bottom: 6%;
  }
  .detail#skill .tab-content {
    display: block;
    opacity: 1;
  }
  .detail#skill .tab-content table tr th {
    padding-top: 4%;
    line-height: 1.2;
  }
  .detail#skill .tab-content table tr th .large {
    font-size: 5.3vw;
  }
  .detail#skill .tab-content table tr th .small {
    font-size: 3.6vw;
    font-weight: 400;
  }
  .detail#skill .tab-content table tr td {
    padding-top: 4%;
  }
  .detail#skill .tab-content table tr:first-child th {
    color: #fff;
    background: #81c4dd;
  }
  .detail#skill .tab-content table tr:first-child td {
    color: #fff;
    background: #75cba4;
  }
  .detail#skill .tab-content table tr:nth-child(2) th {
    color: #0550a1;
    padding-top: 7%;
    font-weight: 500;
  }
  .detail#skill .tab-content table tr:nth-child(2) td {
    color: #0550a1;
    padding-top: 7%;
    font-weight: 700;
  }
  .detail#test h2 {
    margin-bottom: 6%;
  }
  .detail#test .tab-content {
    display: block;
    opacity: 1;
  }
  .detail#test .tab-content table tr th {
    padding-top: 4%;
    width: 37%;
    line-height: 1.4;
  }
  .detail#test .tab-content table tr td {
    padding-top: 4%;
    width: 63%;
  }
  .detail#test .tab-content table tr:first-child td {
    color: #fff;
    background: #e7a682;
  }
  .detail#test .tab-content table tr:nth-child(2) th {
    padding-top: 7%;
  }
  .detail#test .tab-content table tr:nth-child(2) td {
    color: #0550a1;
    font-weight: 700;
    line-height: 1.4;
  }
  .detail#díscount h2 {
    line-height: 0.5;
  }
  .detail#díscount h2 .small {
    font-size: 6.7vw;
  }
  .detail#díscount .tab-content {
    display: block;
    opacity: 1;
    margin-top: 10%;
  }
  .detail#díscount .tab-content table tr th {
    padding-top: 7%;
    width: 37%;
    line-height: 1.4;
  }
  .detail#díscount .tab-content table tr td {
    padding-top: 7%;
    width: 63%;
  }
  .detail#díscount .tab-content table tr:first-child td {
    color: #fff;
    background: #e7a682;
  }
  .detail#díscount .tab-content table tr:nth-child(2) td {
    color: #0550a1;
    font-weight: 700;
    padding-top: 7%;
  }
  .detail#díscount .tab-content.díscount-1 tr:first-child td {
    background: #81c4dd;
  }
  .detail#díscount .tab-content.díscount-2 tr:first-child td {
    background: #75cba4;
  }
  .detail#díscount .tab-content.díscount-3 tr th {
    padding-top: 9%;
  }
  .detail#díscount .tab-content.díscount-3 tr td {
    padding: 3% 0;
  }
  .detail#díscount .tab-content.díscount-3 tr td .case {
    color: #0550a1;
    font-size: 3.6vw;
    font-weight: 700;
    margin-top: 1.5%;
    line-height: 1.5;
  }
  .detail#díscount .tab-content.díscount-3 tr:nth-child(2) td {
    padding-top: 2%;
    color: #333333;
    font-weight: 500;
  }
  .detail#díscount .tab-content.díscount-4 tr th {
    padding-top: 4%;
  }
  .detail#díscount .tab-content.díscount-4 tr td {
    padding-top: 1%;
    color: #333333;
    font-weight: 500;
  }
  .detail#díscount .tab-content.díscount-4 tr td .case {
    color: #0550a1;
    font-size: 3.6vw;
    font-weight: 700;
    margin-top: 1.5%;
    line-height: 1.5;
  }
  .detail#díscount .tab-content.díscount-4 tr:first-child td {
    padding-top: 5% !important;
    background: #e6aab8;
  }
  .detail#díscount .tab-content.díscount-4 tr:nth-child(2) td {
    /*padding: 23% 0 0 5%;*/
    color: #333333;
    font-weight: 500;
  }
  .detail#díscount .tab-content.díscount-4 tr:last-child th {
    padding-top: 6%;
  }
  .detail#díscount .tab-content.díscount-5 tr:first-child td {
    background: #558fc9;
  }
  .detail#díscount p {
    font-size: 4.2vw;
    line-height: 1.7;
    color: #0550a1;
    font-weight: 700;
    margin-top: 4%;
  }
  .detail#díscount .note {
    color: #333333;
    font-size: 3.1vw;
    line-height: 1.7;
  }
  .detail .accordion li {
    margin-top: 12%;
  }
  .detail .accordion li .question {
    border-radius: 10px;
    background: #d6f4ff;
    position: relative;
    color: #0550a1;
    padding: 3% 5%;
	font-size: 4.6vw;
    font-weight: 700;
  }
  .detail .accordion li .question::after {
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5vw 1.5vw 0 1.5vw;
    border-color: #0550a1 transparent transparent transparent;
  }
  .detail .accordion li .question.open {
    border-radius: 10px 10px 0 0;
  }
  .detail .accordion li .question.open::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    top: 42%;
  }
  .detail .accordion li .answer {
    padding: 3% 5%;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 1px 6px rgba(51, 51, 51, 0.2);
            box-shadow: 0px 1px 6px rgba(51, 51, 51, 0.2);
  }
  .detail .accordion li .answer p {
    font-size: 4.2vw;
  }
  .detail .accordion li .answer .note {
    font-size: 3.1vw;
    margin-top: 3%;
    color: #333333;
  }
  .bnr {
    padding: 3% 0 15%;
  }
  .bl_floatingBanner {
    width: 78%;
    position: fixed;
    bottom: 1%;
    right: 2%;
    z-index: 9999;
  }
  .bl_floatingBanner.js_close {
    display: none;
  }
  .bl_floatingBanner_img {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bl_floatingBanner_close {
    background: #333;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: -20px;
    border-radius: 7.5px;
  }
  .bl_floatingBanner_close span:nth-of-type(1) {
    position: absolute;
    top: 7px;
    right: 2px;
    width: 10px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .bl_floatingBanner_close span:nth-of-type(2) {
    position: absolute;
    top: 2.5px;
    right: 7px;
    width: 1px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .pagetop {
    width: 8%;
    position: fixed;
    bottom: 1%;
    left: 2%;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 2;
    color: #333333;
    font-size: 16px;
  }
  img {
    width: 100%;
  }
  a:hover {
    opacity: 0.9;
  }
  .inner {
    width: 800px;
    margin: auto;
	overflow: hidden;
  }
  main {
    padding-bottom: 260px;
  }
  .select {
    padding-bottom: 0;
  }
  .select .title-area {
    background: #d6f4ff;
	border-radius: 5px;
    padding: 4% 0 5%;
    position: relative;
  }
  .select .title-area .title-box {
    background: #0550a1;
	border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
	letter-spacing: 3px;
    line-height: 1.8;
    margin: 0 auto 3%;
    width: 515px;
  }
  .select .title-area h1 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    color: #0550a1;
  }
  .select .title-area h1 .large {
    font-size: 56px;
  }
  .select .title-area .car {
    width: 105px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 320px;
  }
  .select .type {
    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;
    margin-top: 90px;
    position: relative;
  }
  .select .type li {
    position: relative;
    width: 31%;
  }
  .select .type li .title {
    font-size: 21px;
    text-align: center;
    font-weight: 700;
    position: relative;
    line-height: 1.6;
    margin-bottom: 5%;
  }
  .select .type li .box {
    background: #fffbef;
    padding: 3% 5% 5%;
    border-radius: 5px;
  }
  .select .type li .box .text {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #333333;
    margin-bottom: 3%;
  }
  .select .type li .box .price {
    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;
    font-weight: 500;
  }
  .select .type li .box .price .circle {
    background: #d6f4ff;
    color: #0550a1;
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    margin-right: 5%;
    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;
  }
  .select .type li .box .price .number {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.6;
  }
  .select .type li .box .price .number .small {
    font-size: 13px;
    font-weight: 400;
  }
  .select .type li .warranty {
    text-align: center;
	font-size: 19px;
    border: 1px solid #f8dc7c;
	border-radius: 3px;
    font-weight: 700;
    background: #fff;
    width: 230px;
    margin: 7% auto 4%;
	color: #666;
  }
  .select .type li p {
    font-size: small;
    width: 220px;
    margin: auto;
  }
  .select .type li p .green {
    color: #469d81;
  }
  .select .type li .recommend-circle {
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
    height: 44px;
    border-radius: 50%;
    background: #f8dc7c;
    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;
    font-weight: 700;
    color: #0550a1;
  }
  .select .type li:nth-child(2) .title {
    color: #469d81;
  }
  .select .type li:nth-child(2) .box {
    background: #469d81;
    color: #fff;
  }
  .select .type li:nth-child(2) .box .text {
    border-bottom: 1px solid #fff;
  }
  .select .type li:nth-child(2) .warranty {
    border: 1px solid #469d81;
    color: #469d81;
  }
  .select .type li:nth-child(3) .title {
    color: #d9725b;
    border-bottom: 1px solid #fff;
  }
  .select .type li:nth-child(3) .box {
    background: #d9725b;
    color: #fff;
  }
  .select .type li:nth-child(3) .box .text {
    border-bottom: 1px solid #fff;
  }
  .select .type li:nth-child(3) .warranty {
    border: 1px solid #d9725b;
    color: #d9725b;
  }
  .select .type .bg-circle {
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: rgba(214, 244, 255, 0.5);
    position: absolute;
    top: -50px;
    right: -20px;
    z-index: -1;
  }
  .example {
    background: #d6f4ff;
    padding: 70px 0 0;
  }
  .example .title {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    color: #0550a1;
    margin-bottom: 8%;
  }
  .example .title .underline {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff));
    background: linear-gradient(transparent 60%, #fff 60%);
  }
  .example .title .small {
    font-size: 40px;
  }
  .example .box-title {
    width: 330px;
    height: 0;
    border-bottom: 60px solid #0550a1;
    border-right: 45px solid transparent;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding-left: 4%;
    line-height: 2.7;
    border-radius: 10px 0 0 0;
  }
  .example .box-title .bold {
    font-weight: 700;
  }
  .example .box {
    border-radius: 0 5px 5px 5px;
    border: 3px solid #0550a1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .example .box .type-area {
    width: 50%;
    height: 495px;
    background: #fffbef;
    padding: 6% 4%;
  }
  .example .box .type-area .type {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
  }
  .example .box .type-area .price {
    margin: 10% 0 4% 0;
  }
  .example .box .type-area .price li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right;
    border-bottom: 1px dotted #999999;
    padding-bottom: 2%;
  }
  .example .box .type-area .price li .text {
    width: 50%;
    font-size: 22px;
	color: #1558d6;
    text-decoration: underline;
	padding-right: 20px;
  }
  .example .box .type-area .price li .text.none {
    text-decoration: none;
  }
  .example .box .type-area .price li .number {
    width: 50%;
    font-size: 28px;
    color: #ed6363;
    font-weight: 500;
	padding-right: 10px;
	padding-left: 38px;
  }
  .example .box .type-area .price li:last-child {
    border-bottom: inherit;
  }
  .example .box .type-area .total {
    background: #fff;
    border: 1px solid #0550a1;
    text-align: center;
    padding-left: 3%;
    font-size: 18px;
  }
  .example .box .type-area .total .red {
    font-size: 40px;
    color: #d9725b;
    font-weight: 500;
    margin-left: 5%;
  }
  .example .box .type-area:last-child {
    background: #effff8;
    padding: 3% 4%;
  }
  .example .box .type-area:last-child .price {
    margin: 6% 0 4% 0;
  }
  .example .box::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #0550a1 transparent transparent transparent;
  }
  .example .box .border {
    border-right: 1px solid #93c9ec;
  }
  .cv {
    background: #d6f4ff;
    padding: 40px 0 65px;
  }
  .cv .title {
    font-size: 44px;
    color: #0550a1;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .cv .title .large {
    font-size: 68px;
  }
  .cv .title .dot {
    background-image: radial-gradient(circle at center, #d9725b 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 10px;
  }
  .cv .cta {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #0550a1;
    border-radius: 75px;
    -webkit-box-shadow: 4px 4px 6px rgba(5, 80, 161, 0.3);
            box-shadow: 4px 4px 6px rgba(5, 80, 161, 0.3);
    width: 380px;
  }
  .cv .cta:hover {
    background: #ed6363;
  }
  .cv .cta img {
    width: 40px;
    margin-right: 20px;
  }
  .cv .cta .text {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.4;
  }
  .cv .cta.red {
    background: #ed6363;
  }
  .cv .cta.red:hover {
    background: #0550a1;
  }
  .cv .cta.white {
    background: #fff;
    width: 580px;
    margin: 50px auto 0;
  }
  .cv .cta.white:hover {
    background: #f8dc7c;
  }
  .cv .cta.white img {
    margin-right: 10%;
  }
  .cv .cta.white .text {
    color: #0550a1;
  }
  .cv .cta-list {
    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;
  }
  .cv p {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 2% 0 0;
  }
  .detail {
    padding-bottom: 60px;
  }
  .detail h2 {
    font-size: 36px;
    color: #0550a1;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .detail .note {
    color: #0550a1;
    font-size: 11px;
  }
  .detail .note-bottom {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
  }
  .detail .tab-content table {
    width: 100%;
    border: 1px solid #cccccc;
  }
  .detail .tab-content table tr {
    border-bottom: 1px solid #cccccc;
    height: 80px;
  }
  .detail .tab-content table tr th {
    width: 25%;
    background: #fffbef;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-right: 1px solid #cccccc;
    line-height: 1.4;
    padding-top: 25px;
  }
  .detail .tab-content table tr td {
    width: 25%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    border-right: 1px solid #cccccc;
    padding-top: 25px;
  }
  .detail .tab-content table tr td .large {
    font-size: 24px;
  }
  .detail .tab-content table tr td .small {
    font-size: 14px;
    font-weight: 400;
  }
  .detail .tab-content table tr:first-child th {
    background: #f8dc7c;
    font-weight: 700;
    font-size: 20px;
    padding-top: 28px !important;
    line-height: 1.1;
  }
  .detail .tab-content table tr:first-child td {
    font-weight: 700;
    color: #fff;
    padding-top: 28px !important;
  }
  .detail#option {
    padding: 120px 0;
  }
  .detail#option .tab-content table tr th {
    padding-top: 15px;
  }
  .detail#option .tab-content table tr td:nth-child(3) {
    background: #fffbef;
  }
  .detail#option .tab-content table tr:first-child td {
    background: #81c4dd;
  }
  .detail#option .tab-content table tr:first-child td:nth-child(3) {
    background: #75cba4;
  }
  .detail#option .tab-content table tr:first-child td:last-child {
    background: #e7a682;
  }
  .detail#option .tab-content table tr:nth-child(2) td:nth-child(2) {
    padding-top: 15px;
  }
  .detail#option .tab-content table tr:nth-child(2) td:nth-child(3) {
    padding-top: 15px;
  }
  .detail#option .tab-content table tr:nth-child(2) td:last-child {
    color: #0550a1;
  }
  .detail#option .tab-content table tr:nth-child(3) td:nth-child(2) {
    color: #0550a1;
  }
  .detail#option .tab-content table tr:nth-child(3) td:nth-child(3) {
    color: #0550a1;
  }
  .detail#option .tab-content table tr:nth-child(3) td:last-child {
    color: #0550a1;
  }
  .detail#option .tab-content table tr:nth-child(4) td:nth-child(2) {
    color: #0550a1;
  }
  .detail#option .tab-content table tr:nth-child(4) td:nth-child(3) {
    color: #0550a1;
  }
  .detail#option .tab-content table tr:nth-child(4) td:last-child {
    color: #0550a1;
  }
  .detail#option .tab-content table tr:last-child td:nth-child(2) {
    color: #0550a1;
  }
  .detail#option .tab-content table tr:last-child td:nth-child(3) {
    color: #0550a1;
  }
  .detail#option .tab-content table tr:last-child td:last-child {
    color: #0550a1;
  }
  .detail#speed h2 {
    margin-bottom: 20px;
  }
  .detail#speed .tab-content {
    margin-top: 30px;
  }
  .detail#speed .tab-content table tr td:nth-child(3) {
    background: #fffbef;
  }
  .detail#speed .tab-content table tr:first-child td {
    background: #81c4dd;
  }
  .detail#speed .tab-content table tr:first-child td:nth-child(3) {
    background: #75cba4;
  }
  .detail#speed .tab-content table tr:first-child td:last-child {
    background: #e7a682;
  }
  .detail#speed .tab-content table tr:nth-child(2) td:nth-child(2) {
    padding-top: 15px;
    line-height: 1.4;
    font-size: 18px;
    color: #0550a1;
  }
  .detail#speed .tab-content table tr:nth-child(2) td:nth-child(3) {
    padding-top: 15px;
    line-height: 1.4;
    font-size: 18px;
    color: #0550a1;
  }
  .detail#speed .tab-content table tr:nth-child(2) td:last-child {
    padding-top: 15px;
    line-height: 1.4;
    font-size: 18px;
    color: #0550a1;
  }
  .detail#speed .tab-content table tr:nth-child(3) td:nth-child(2) {
    padding-top: 15px;
  }
  .detail#speed .tab-content table tr:nth-child(3) td:nth-child(3) {
    padding-top: 15px;
  }
  .detail#speed .tab-content table tr:nth-child(3) td:last-child {
    padding-top: 15px;
  }
  .detail#speed .tab-content table tr:nth-child(4) td:nth-child(2) {
    padding-top: 15px;
  }
  .detail#speed .tab-content table tr:nth-child(4) td:nth-child(3) {
    padding-top: 15px;
  }
  .detail#speed .tab-content table tr:nth-child(4) td:last-child {
    padding-top: 15px;
  }
  .detail#speed .tab-content table tr:last-child td:nth-child(2) {
    padding-top: 15px;
  }
  .detail#speed .tab-content table tr:last-child td:nth-child(3) {
    padding-top: 15px;
  }
  .detail#speed .tab-content table tr:last-child td:last-child {
    padding-top: 15px;
  }
  @-webkit-keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .detail#skill .tab-content table tr th {
    line-height: 1.2;
  }
  .detail#skill .tab-content table tr th .large {
    font-size: 24px;
  }
  .detail#skill .tab-content table tr th .small {
    font-size: 14px;
    font-weight: 400;
  }
  .detail#skill .tab-content table tr:first-child th {
    color: #fff;
    background: #81c4dd;
  }
  .detail#skill .tab-content table tr:first-child td {
    color: #fff;
    background: #75cba4;
  }
  .detail#skill .tab-content table tr:nth-child(2) th {
    color: #0550a1;
    font-size: 18px;
    padding-top: 28px;
  }
  .detail#skill .tab-content table tr:nth-child(2) td {
    color: #0550a1;
    font-size: 18px;
    padding-top: 28px;
  }
  .detail#skill .tab-content table tr:last-child th {
    padding-top: 15px;
  }
  .detail#skill .tab-content table tr:last-child td {
    padding-top: 15px;
  }
  .detail#test h2 {
    margin-bottom: 6%;
  }
  .detail#test .tab-content table tr th {
    line-height: 1.2;
    width: 25%;
  }
  .detail#test .tab-content table tr th .large {
    font-size: 24px;
  }
  .detail#test .tab-content table tr th .small {
    font-size: 14px;
    font-weight: 400;
  }
  .detail#test .tab-content table tr td {
    width: 75%;
  }
  .detail#test .tab-content table tr:first-child td {
    color: #fff;
    background: #e7a682;
  }
  .detail#test .tab-content table tr:nth-child(2) th {
    font-size: 18px;
    padding-top: 28px;
  }
  .detail#test .tab-content table tr:nth-child(2) td {
    color: #0550a1;
    font-size: 18px;
    padding-top: 28px;
  }
  .detail#test .tab-content table tr:last-child th {
    padding-top: 12px;
    line-height: 1.5;
  }
  .detail#test .tab-content table tr:last-child td {
    padding-top: 15px;
  }
  .detail#díscount .tab-content {
    margin-bottom: 30px;
  }
  .detail#díscount .tab-content table tr th {
    width: 25%;
  }
  .detail#díscount .tab-content table tr td {
    width: 75%;
  }
  .detail#díscount .tab-content table tr:nth-child(2) td {
    color: #0550a1;
    font-weight: 700;
    line-height: 1.5;
  }
  .detail#díscount .tab-content table tr:nth-child(3) td {
    /*padding-top: 15px;*/
  }
  .detail#díscount .tab-content table tr:last-child td {
    /*padding-top: 15px;*/
  }
  .detail#díscount .tab-content.díscount-1 tr:first-child td {
    background: #81c4dd;
  }
  .detail#díscount .tab-content.díscount-2 tr:first-child td {
    background: #75cba4;
  }
  .detail#díscount .tab-content.díscount-3 tr td {
    text-align: left;
    padding-left: 50px;
  }
  .detail#díscount .tab-content.díscount-3 tr td .text {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }
  .detail#díscount .tab-content.díscount-3 tr td .case {
    display: inline-block;
    color: #0550a1;
    font-size: 16px;
    margin: 0 0 0 25px;
  }
  .detail#díscount .tab-content.díscount-3 tr:first-child td {
    background: #e7a682;
    text-align: center;
    padding-left: 0;
  }
  .detail#díscount .tab-content.díscount-3 tr:nth-child(2) td {
    font-weight: 500;
    color: #333333;
    /*padding-top: 15px;*/
    line-height: 1.1;
  }
  .detail#díscount .tab-content.díscount-4 tr td .text {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }
  .detail#díscount .tab-content.díscount-4 tr td .case {
  	display: inline-block;
    color: #0550a1;
    font-size: 16px;
    margin: 0 0 0 25px;
  }
  .detail#díscount .tab-content.díscount-4 tr:first-child td {
    background: #e6aab8;
  }
  .detail#díscount .tab-content.díscount-4 tr:nth-child(2) th {
    /*padding-top: 15px;*/
  }
  .detail#díscount .tab-content.díscount-4 tr:nth-child(2) td {
    font-weight: 500;
    color: #333333;
    line-height: 1.1;
    /*padding-top: 100px;*/
  }
  .detail#díscount .tab-content.díscount-4 tr:nth-child(3) th {
    padding-top: 15px;
  }
  .detail#díscount .tab-content.díscount-4 tr:nth-child(4) th {
    padding-top: 15px;
  }
  .detail#díscount .tab-content.díscount-5 tr:first-child td {
    background: #558fc9;
  }
  .detail#díscount .tab-content.díscount-5 tr:last-child .text {
    display: inline-block;
    text-align: center;
  }
  .detail#díscount .tab-content.díscount-5 tr:last-child .case {
    display: inline-block;
    color: #0550a1;
    font-size: 17px;
    margin: 0 0 0 25px;
    text-align: left;
    line-height: 1.6;
  }
  .detail#díscount p {
    font-size: 14px;
    line-height: 1.7;
    color: #0550a1;
    font-weight: 700;
    margin-top: 20px;
  }
  .detail#díscount .note {
    color: #333333;
    font-size: 14px;
    line-height: 1.7;
    margin-top: -15px;
    margin-bottom: 15px;
  }
  .detail .accordion {
    width: 600px;
    margin: auto;
  }
  .detail .accordion li {
    margin-top: 55px;
  }
  .detail .accordion li .question {
    border-radius: 10px;
    background: #d6f4ff;
    position: relative;
    color: #0550a1;
    padding: 3% 5%;
	font-size: 20px;
    font-weight: 700;
  }
  .detail .accordion li .question::after {
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #0550a1 transparent transparent transparent;
  }
  .detail .accordion li .question.open {
    border-radius: 10px 10px 0 0;
  }
  .detail .accordion li .question.open::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    top: 42%;
  }
  .detail .accordion li .answer {
    padding: 3% 5%;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 1px 6px rgba(51, 51, 51, 0.2);
            box-shadow: 0px 1px 6px rgba(51, 51, 51, 0.2);
  }
  .detail .accordion li .answer p {
    font-size: 17px;
  }
  .detail .accordion li .answer .note {
    font-size: 11px;
    color: #333333;
    margin-top: 5px;
  }
  .bnr {
    padding: 0px 0 120px;
  }
  .bl_floatingBanner {
    width: 440px;
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 9999;
  }
  .bl_floatingBanner.js_close {
    display: none;
  }
  .bl_floatingBanner_img {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bl_floatingBanner_close {
    background: #333;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: -25px;
    cursor: pointer;
    border-radius: 15px;
  }
  .bl_floatingBanner_close span:nth-of-type(1) {
    position: absolute;
    top: 7px;
    right: 2px;
    width: 10px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .bl_floatingBanner_close span:nth-of-type(2) {
    position: absolute;
    top: 2.5px;
    right: 7px;
    width: 1px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .pagetop {
    width: 50px;
    position: fixed;
    bottom: 1%;
    left: 1%;
  }
}

/* スマドラ申し込みボタン */
.entry-accordion {
	display: block;
	text-align: center;
	margin: 20px;
}

.entry-accordion button {
	position: relative;
	display: inline-block;
	color: #fff;
	line-height: 1;
	border: 0;
	font-size: 1.286em;
	width: 600px;
	height: 2.666em;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #FA436E;
	padding: .3em 3.5em;
	border-radius: 10em;
}

.entry-accordion button:before {
	content: "";
	position: absolute;
	top: calc(50% - .5em);
	left: 1.85em;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	background-image:url(/img/svg/ico-chevron-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.entry-accordion button:hover {
	opacity: 0.7;
}

@media screen and (max-width:767px) {
	.entry-accordion button {
		width: 100%;
		white-space: normal;
	}
}