@charset "utf-8";
/* CSS Document */


/* slick:common
*************************/

.slick-slider,
.slick-slider img {
    display: none;
}

.slick-slider.slick-initialized,
.slick-slider.slick-initialized img {
    display: block;
}

.slick-dots li button:before {
    font-size: 10px;
}

.slide-main {
    margin-bottom: 20px;
}

.slide-main .single {
    position: relative;
}

.slide-main .single img {
    cursor: pointer;
    border: solid 1px #ddd;
    border-radius: 10px;
}

.slide-main .single .caption {
    font-weight: normal;
    font-size: 12px;
    margin-top: 10px;
}

.slide-main .slick-prev {
    left: 10px;
    z-index: 10;
}

.slide-main .slick-next {
    right: 10px;
    z-index: 10;
}

.slide-main .slick-prev:after,
.slide-main .slick-next:after {
    font-size: 30px;
}

.slide-sub .single {
    background: #fdfdfd;
    cursor: pointer;
    filter: brightness(.5);
    transition: all .1s linear 0s;
    margin: 0 2px;
}

.slide-sub .single:hover {
    filter: brightness(.75);
}

.slide-sub .single.slick-current {
    filter: brightness(1);
    transform: scale(1.03);
}

@media screen and (max-width:640px) {

    .slick-prev,
    .slick-next {
        top: 40%;
    }
}

/* mainimg
*************************/

.mainimg {
    background: #9b0101 url(../img/mainimg-bg.jpg) center;
    background-size: cover;
    text-align: center;
}

.mainimg img {
    max-width: 1000px;
    margin-bottom: 200px;
}

@media screen and (min-width:1201px) {
    .mainimg {
        min-height: 600px;
    }
}

@media screen and (max-width:640px) {
    .mainimg img {
        margin-bottom: 100px;
    }
}

/* summary
*************************/
.summary .section-inner {
    padding: 20px 0 80px;
}

.summary .about {
    background: #fff;
    margin: -60px 0 60px 0;
    padding: 20px 20px 0 20px;
    text-align: center;
}

.summary .about h2 {
    margin: 0 0 30px 0;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.1;
    color: #a20100;
}

.summary .about h2 span {
    font-size: 20px;
    color: #333;
}

.summary .about h2 i {
    font-size: 30px;
    font-style: normal;
}

.summary .about p {
    font-size: 20px;
    text-align: left;
}

.summary .bnr-area {
    border-bottom: #cdcdcd solid 1px;
    margin: 0 0 60px 0;
    padding: 20px 20px 0 20px;
}

.summary .bnr-area img {
    width: 100%;
}

.summary .bnr-area>div {
    margin: 30px 0;
}

.summary .bnr-area>div a {
    color: #333;
    text-decoration: underline;
    text-align: right;
}

.summary .bnr-area>div a i {
    margin: 0 3px 0 0;
    font-size: 13px;
}

.summary h1 {
    text-align: center;
    background: #fff;
    margin-top: -40px;
    padding: 30px 0 0 0;
}

.summary h1 img {
    max-width: 800px;
}

.summary .summary-search {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #f9f9f9;
    width: auto;
    margin: 40px 20px 20px 20px;
    padding: 20px;
}

.summary .catch {
    text-align: center;
    color: #666;
}

.summary-all {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.col1 .summary-single,
.col2 .summary-single,
.col3 .summary-single,
.col4 .summary-single {
    float: none;
}

.summary-single {
    background: rgba(255, 255, 255, .9);
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 25%;
}

.summary-single a {
    display: block;
}

.summary-single .thumb {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.summary-single .thumb img {
    transition: all .1s linear 0s;
    /*border-radius: 10px;*/
}

.summary-single .thumb .belt {
    display: block;
    position: absolute;
    background: rgba(249, 252, 0, 1);
    width: 100%;
    padding: 5px 10px;
    top: 8.1%;
    right: -40%;
    color: #000;
    text-align: center;
    /*box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);*/
    z-index: 10;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    transform: rotate(45deg);
}

.summary-single .data {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.summary-single a:hover {
    text-decoration: none;
}

.summary-single a:hover .thumb img {
    transform: scale(1.03);
    opacity: 1;
}

.summary-single .model {
    font-size: 16px;
    text-align: left;
}

.summary-single .model span {
    font-size: 13px;
    color: #666;
}

.summary-single a:hover .model {
    text-decoration: underline;
}

.summary-single .id {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-align: left;
}

.summary-single .id .num {
    font-weight: normal;
    color: var(--bl);
}

.summary-single .price {
    display: block;
    margin: 5px 0;
}

.summary-single .price .month {
    display: inline-block;
    margin-right: 0;
    font-size: 12px;
    vertical-align: text-top;
}

.summary-single .price .num {
    font-size: 36px;
    color: var(--pi);
}

.summary-single .table-detail {
    text-align: center;
    margin-bottom: 10px;
}

.summary-single .btn {
    position: relative;
    border-radius: 10px;
    color: #fff !important;
    margin-top: auto !important;
    padding: 20px 0;
    line-height: 1;
}

.summary-single .btn i {
    position: absolute;
    top: 22px;
    right: 0;
    font-size: 12px;
    line-height: 1;
}

@media screen and (max-width:900px) {
    .summary h1 {
        padding: 20px 10px 10px 10px;
    }

    .summary-all {
        margin: 30px 20px 20px;
        justify-content: space-between;
        gap: 30px;
    }

    .summary-single {
        margin: 0 0 20px 0;
        padding: 0;
        text-align: left;
        width: calc(50% - 15px);
    }

    .summary-single .thumb {
        width: 100%;
    }

    .summary-single .data {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .summary .section-inner {
        padding: 20px 0 40px;
    }

    .summary .about {
        margin: -30px 0 30px 0;
        padding: 20px 10px 0 10px;
    }

    .summary .about h2 {
        margin: 0 0 20px 0;
        font-size: 24px;
        line-height: 1.1;
    }

    .summary .about h2 span {
        font-size: 16px;
        color: #333;
    }

    .summary .about h2 i {
        font-size: 18px;
        font-style: normal;
    }

    .summary .about p {
        font-size: 14px;
        text-align: left;
    }

    .summary .catch {
        font-size: 12px;
    }

    .summary-all {
        margin: 10px 20px 20px;
        justify-content: space-between;
        gap: 20px;
    }

    .summary-single {
        margin: 0 0 10px 0;
        padding: 0;
        text-align: left;
        width: calc(50% - 10px);
    }

    .summary-single:last-child {
        border-bottom: 0;
    }

    .summary-single .thumb .belt {
        font-size: 10px;
        top: 7%;
        right: -35%;
    }

    .summary-single .model {
        font-size: 14px;
    }

    .summary-single .id {
        font-size: 13px;
    }

    .summary-single .table-detail th,
    .summary-single .table-detail td {
        padding: 3px;
        font-size: 10px;
    }

    .summary-single .table-detail th:nth-child(1),
    .summary-single .table-detail td:nth-child(2) {
        /*width: 15%;*/
    }

    .summary-single .btn {
        padding: 15px 0;
        font-size: 12px;
    }

    .summary-single .btn i {
        position: absolute;
        top: 15px;
        right: 0;
        font-size: 12px;
        line-height: 1;
    }

    .summary-single .price {
        text-align: center;
    }

    .summary-single .price .num {
        font-size: 24px;
    }
}

@media screen and (max-width:470px) {
    .summary .bnr-area {
        background: #fff;
        border-bottom: #cdcdcd solid 1px;
        margin: 0 0 40px 0;
        padding: 10px 10px 0 10px;
    }

    .summary .bnr-area>div {
        margin: 10px 0;
    }

    .summary .bnr-area>div p {
        margin: 10px 0;
        font-size: 13px;
    }

    .summary .bnr-area>div a {
        font-size: 13px;
    }



    .summary .summary-search {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 10px;
        margin: 20px 0 20px 0;
        padding: 20px 10px;
    }

    .summary .summary-search dt,
    .summary .summary-search dd {
        width: 100%;
        padding: 0 10px;
        text-align: center;
    }

    .summary .summary-search select {
        width: calc(100% - 20px);
        margin: 0;
        padding: 10px;
        display: block;
    }
}

/* lineup
*************************/
.lineup {
    background: #eee;
}

.lineup .section-inner {
    padding: 40px 0;
}

.lineup h1 {
    text-align: center;
    margin-bottom: 20px;
}

.lineup h1 img {
    max-width: 300px;
}

.lineup h1 .text {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-top: -10px;
}

.lineup-single {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
    border: solid 1px #ddd;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
    position: relative;
}

.lineup-single:before {
    content: "";
    display: inline-block;
    background: url(../img/limited.png) no-repeat center;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -20px;
    top: -10px;
}

.lineup-single .heading {
    width: 100%;
}

.lineup-single .slide {
    width: 47%;
    margin-right: 3%;
}

.lineup-single .data {
    width: 50%;
}

.lineup-single .slide {
    position: relative;
    overflow: hidden;
}

.lineup-single .slide .belt {
    position: absolute;
    top: 5%;
    right: -40%;
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #111;
    transform: rotate(45deg);
    text-align: center;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
    background: rgba(249, 252, 0, .8);
    z-index: 10;
    font-size: 20px;
    line-height: 1;
}

.lineup-single .heading {
    padding-left: 70px;
}

.lineup-single h1 {
    line-height: 1.3;
    text-align: left;
    margin-bottom: 0;
}

.lineup-single .model {
    font-size: 30px;
}

.lineup-single .grade {
    font-size: 26px;
    color: #111;
}

.lineup-single .id {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.lineup-single .id .num {
    font-weight: normal;
    color: var(--bl);
}

.lineup-single .box-data {
    margin-bottom: 10px;
}

.lineup-single .box-title {
    font-size: 14px;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    text-align: left;
    margin-bottom: 10px;
}

.lineup-single .box-title i {
    color: var(--bl);
}

.price .year {
    display: flex;
    flex-wrap: wrap;
}

.price .course {
    width: 32%;
    margin-right: 2%;
}

.price .course:last-child {
    margin-right: 0;
}

.price .course-inner {
    border: solid 1px #333;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.price .course-name {
    background: var(--bl);
    color: #fff;
}

.price dt, .price dd {
    border: 0;
}

.price dt {
    padding: 5px;
}

.price dd {
    padding: 10px 5px;
}

.price dt {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    background: #f9f9f9;
}

.price dt .paid {
    font-size: 10px;
    background: var(--bl);
    color: #fff;
    border-radius: 30px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 5px;
}

.price dd {
    font-size: 12px;
}

.price .monthly {
    border-bottom: solid 1px #666;
}

.price .monthly .tax_out {
    position: relative;
}

.price .monthly .tax_out .num {
    color: var(--pi);
    font-size: 30px;
    line-height: 1;
}

.price .monthly .tax_in {
    color: #666;
}

.price .monthly .tax {
    font-size: 8px;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}

.price .bonus dd {
    font-size: 14px;
}

.table-detail {
    margin: 0;
}

.table-detail th,
.table-detail td {
    border: solid 1px #eee;
    font-size: 13px;
    padding: 7px;
    vertical-align: middle;
}

.table-detail th {
    width: 20%;
    font-size: 11px;
    color: #333;
    background: #f9f9f9;
}

.table-detail td {
    width: 30%;
}

.list-equip {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}

.list-equip li {
    width: 23.5%;
    margin-right: 2%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 7px 10px 5px;
    margin-bottom: 10px;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    line-height: 1.3;
    border: solid 2px var(--bl);
    color: #000;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
    /*background: var(--bl);color: #fff;*/
}

.list-equip li:nth-child(4n) {
    margin-right: 0;
}

.control {
    position: absolute;
    bottom: 0;
    left: 0;
}

.control .btn-id {
    border-radius: 0 30px 0 0;
    box-shadow: 1px -1px 3px 0 rgba(0, 0, 0, .2);
}

.control .btn-disable {
    color: #999 !important;
    background: #ccc !important;
    cursor: default !important;
}

@media screen and (max-width:1200px) {
    .lineup .section-inner {
        padding: 40px 20px;
    }
}

@media screen and (max-width:900px) {

    .lineup-single .slide,
    .lineup-single .data {
        width: 100%;
        margin-right: 0;
    }

    .lineup-single .slide {
        margin-bottom: 20px;
    }

    .control {
        position: static;
        width: 100%;
    }

    .control .btn-id {
        border-radius: 30px;
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .lineup .section-inner {
        padding: 20px 10px;
    }

    .lineup-single {
        padding: 10px;
    }

    .lineup-single:before {
        left: -5px;
        top: -10px;
    }

    .lineup-single .heading {
        padding-left: 90px;
    }

    .lineup-single .model,
    .lineup-single .grade {
        font-size: 20px;
    }

    .lineup-single .slide .belt {
        font-size: 14px;
    }

    .price dt {
        font-size: 12px;
    }

    .price .monthly .tax_out .num {
        font-size: 20px;
    }

    .price .monthly .tax {
        top: -5px;
    }

    .price .bonus dd {
        font-size: 11px;
    }

    .lineup-single .box-title {
        font-size: 12px;
    }

    .table-detail th,
    .table-detail td {
        font-size: 11px;
        line-height: 1.3;
    }

    .table-detail th {
        font-size: 10px;
    }

    .list-equip {
        font-size: 10px;
    }

    .list-equip li {
        padding: 5px;
    }
}

@media screen and (max-width:480px) {
    .lineup-single:before {
        width: 70px;
        height: 70px;
    }

    .lineup-single .heading {
        padding-left: 60px;
    }

    .lineup-single .model,
    .lineup-single .grade {
        font-size: 16px;
    }

    .price .monthly .tax {
        top: -10px;
    }
}

/* contact
*************************/

#contact select,
#contact option {
    font-weight: bold;
}

/* 　option
******************************************/


.box-title {
    text-align: center;
    font-size: 24px;
    position: relative;
    border-bottom: solid 1px #222;
    margin-bottom: 2.3em;
}

.box-title .title-inner {
    display: inline-block;
    padding: 10px 20px;
    border: solid 1px #111;
    position: relative;
    bottom: -2em;
    background: #fff;
}

.box-title .desc {
    font-size: 14px;
    display: block;
}

.box-title+p {
    margin-bottom: 30px;
}

@media screen and (max-width:640px) {
    .box-title {
        font-size: 20px;
    }

    .box-title .desc {
        font-size: 12px;
    }

    .box-title+p {
        font-size: 12px;
    }
}

.option-box {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.option-title,
.option-body {
    display: table-cell;
    vertical-align: middle;
}

.option-title {
    width: 30%;
    background: #049DDE;
    color: #fff;
    margin-right: 2%;
    text-align: center;
    font-size: 24px;
    border: solid 1px #999;
    border-radius: 5px;
}

.option-title .desc {
    font-size: 12px;
    display: block;
}

.option-body {
    width: 70%;
    padding-left: 20px;
}

.option-body .single {
    border: solid 1px #999;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}

.option-body .single:last-child {
    margin-right: 0;
}

.option-body .single a {
    display: block;
}

.option-body h6 {
    line-height: 1.2;
}

.option-body .desc {
    font-size: 12px;
    color: #999;
    display: block;
}

.option-body .price {
    font-size: 18px;
}

.option-body .price .num {
    font-size: 30px;
    color: #e4007d;
    line-height: 1;
}

.option-body a {
    text-decoration: none !important;
}

.option-body a img {
    transition: all .2s linear 0s;
}

.option-body a:hover img,
.option-body a:active img,
.option-body a:focus img {
    transform: scale(1.02);
}

.option-body i.fa-arrow-down {
    margin-right: 0;
    transform: rotate(-45deg);
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 2;
}

.option-body .option-price-year {
    display: flex;
    background: #f6f6f6;
    padding: 5px;
    border-radius: 0 0 5px 5px;
}

.option-body .option-price-year>div {
    flex: auto;
    line-height: 1;
}

.option-body .option-price-year dt,
.option-body .option-price-year dd {
    display: inline-block;
}

.option-body .option-price-year dt {
    color: #fff;
    padding: 2px 5px 0;
    font-size: 11px;
    border-radius: 30px;
    position: relative;
    top: -1px;
}

.option-body .option-price-year .unit,
.option-body .option-price-year .desc {
    font-size: 10px;
}

.option-body .option-price-year .unit {
    position: relative;
    left: -2px;
}

.option-body .option-price-year .desc {
    display: none;
}

.option-body .price-3year dt {
    background: #0fbe7a;
}

.option-body .price-3year .num {
    color: #0fbe7a;
}

.option-body .price-9year dt {
    background: #ffb200;
}

.option-body .price-9year .num {
    color: #ffb200;
}

.option-col3 .single {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.option-col2 .single {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.option-col1 .single {
    width: 100%;
}

.option-maintenance h5 img {
    max-width: 250px;
    width: 80%;
}

.option-maintenance .option-title,
.option-maintenance-ev .option-title {
    background: yellow;
    position: relative;
}

.option-maintenance .option-title img {
    position: relative;
    top: -20px;
    left: -20px;
}

.option-maintenance-ev .option-title img {
    top: 0;
    left: 0;
}

.option-record img {
    max-width: 300px;
}

.option-maintenance-ev h5 img {
    width: 45%;
    float: left;
}

.option-smoke img,
.option-monitor img {
    width: 30%;
    float: left;
}

.option-maintenance-ev .option-price {
    width: 53%;
    float: right;
    padding-top: 12%;
}

.option-smoke .option-price,
.option-monitor .option-price {
    width: 68%;
    float: right;
    padding-top: 7%;
}

.option-coating .option-heading {
    padding-top: 5px;
}

@media screen and (max-width:1000px) {
    .option-box {
        margin-bottom: 10px;
    }

    .option-title {
        font-size: 18px;
    }

    .option-body {
        padding-left: 10px;
    }

    .option-body .desc {
        font-size: 10px;
    }

    .option-maintenance-ev .option-price,
    .option-smoke .option-price,
    .option-monitor .option-price {
        padding-top: 10px;
    }

    .option-coating h6 {
        font-size: 14px;
    }
}

@media screen and (max-width:800px) {
    .option-coating .single {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .option-coating img {
        width: 30%;
        float: left;
    }

    .option-coating .option-price {
        width: 68%;
        float: right;
    }

    .option-coating .option-heading {
        padding-top: 0;
    }
}

@media screen and (max-width:640px) {
    .option-box {
        display: block;
    }

    .option-title,
    .option-body {
        display: block;
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .option-title {
        margin-bottom: 10px;
        line-height: 1.2;
        padding: 10px;
    }

    .option-body .price .unit {
        font-size: 12px;
    }

    .option-maintenance .option-title img {
        max-width: 300px;
    }

    .option-maintenance-ev h5 img,
    .option-maintenance-ev .option-price {
        width: 100%;
        float: none;
        padding: 0;
    }

    .option-maintenance-ev h6,
    .option-smoke h6,
    .option-monitor h6 {
        font-size: 14px;
    }

    .option-coating h6 {
        margin: 10px 0;
    }

    .option-body .option-price-year {
        padding: 3px;
    }

    .option-body .option-price-year dt {
        font-size: 9px;
    }
}

@media screen and (max-width:500px) {
    .option-coating img {
        width: 35%;
    }

    .option-coating .option-price {
        width: 65%;
    }

    .option-body .price .num {
        font-size: 24px;
        letter-spacing: 0;
        margin-right: -3px;
    }

    .option-smoke h6,
    .option-monitor h6 {
        font-size: 12px;
    }

    .option-coating h6 {
        font-size: 12px;
        margin: 1px 0;
    }

    .option-body a:focus {
        outline: 0;
    }
}

.stock .modal-body {
    padding: 0;
}

.stock .modal-body .section-inner {
    padding: 20px;
}

.stock .modal-body ul {
    padding: 30px;
}

.stock .modal-body ul li {
    margin: 0 0 10px 0;
    font-weight: 500;
}

.stock .modal-body ul li::before {
    content: "●";
    margin: 0 5px 0 0;
    color: #e4007d;
}

@media screen and (max-width:500px) {
    .stock .modal-body ul {
        padding: 20px;
    }

    .stock .modal-body ul li {
        font-size: 13px;
    }
}

/* 　detail main
******************************************/
.detail .mainimg {
    background: #9b0101 url(../img/mainimg-bg.jpg) center top;
    background-size: cover;
    text-align: center;
    min-height: 200px;
}

.detail .mainimg img {
    max-width: 600px;
    margin-bottom: 0;
}

/* 　detail slick
******************************************/
.detail .slide-main .single img {
    cursor: pointer;
    border: none;
    border-radius: 0;
}

/* 　detail spec
******************************************/
.detail .lineup {
    margin: -40px auto 60px;
    /*background: #eee;*/
    background: none;
}

.detail .lineup .section-inner {
    margin: 0 auto;
    padding: 0;
}

.detail .lineup h1 {
    text-align: center;
    margin-bottom: 20px;
}

.detail .lineup h1 img {
    max-width: 260px;
}

.detail .lineup h1 .text {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-top: -10px;
}

.detail .lineup-single {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
    border: none;
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.detail .lineup-single:before {
    content: none;
}

.detail .lineup-single .heading {
    width: 100%;
}

.detail .lineup-single .slide {
    width: 47%;
    margin-right: 3%;
}

.detail .lineup-single .data {
    width: 50%;
}

.detail .lineup-single .slide {
    position: relative;
    overflow: hidden;
}

.detail .lineup-single .slide .belt {
    position: absolute;
    top: 5%;
    right: -42%;
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #111;
    transform: rotate(45deg);
    text-align: center;
    box-shadow: none;
    background: rgba(249, 252, 0, 1);
    z-index: 10;
    font-size: 20px;
    line-height: 1;
}

.detail .lineup-single .heading {
    padding: 0 0 30px 0;
}

.detail .lineup-single .model {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 1.2;
    text-align: left;
}

.detail .lineup-single .model>div {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.detail .lineup-single .maker {
    font-size: 16px;
    color: #999;
}

.detail .lineup-single .type {
    font-size: inherit;
}

.detail .lineup-single .grade {
    font-size: 24px;
    color: #111;
}

.detail .lineup-single .id {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.detail .lineup-single .id .num {
    font-weight: normal;
    color: var(--bl);
}

.detail .lineup-single .nodata {
    margin: 80px auto 0;
    font-size: 24px;
    text-align: center;
}

.detail .lineup-single .box-data {
    margin-bottom: 20px;
}

.detail .lineup-single .box-title {
    background: none;
    border-bottom: none;
    margin-bottom: 10px;
    padding: 0;
    font-size: 18px;
    text-align: left;
    color: #222;
}

.detail .lineup-single .box-title i {
    color: var(--bl);
}

/*
申し込みボタン
-------------------------*/
.detail .lineup-single .control {
    position: static;
    width: 100%;
    text-align: center;
}

.detail .lineup-single .control div {
    display: flex;
    justify-content: center;
    gap: 4px;
    width: 100%;
}

.detail .lineup-single .control .btn-id {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 400px;
    width: 100%;
    padding: 30px 10px;
    box-shadow: none;
    font-size: 24px;
    line-height: 1em;
    box-shadow: 0 6px 0px 0 rgb(206, 28, 82);
}

.detail .lineup-single .control .btn-id i {
    background: #fff;
    border-radius: 6px;
    padding: 8px 10px 6px 10px;
    font-size: 16px;
    font-style: normal;
    line-height: 1em;
}

.detail .lineup-single .control .btn-id:first-child {
    border-radius: 10px 0 0 10px;
}

.detail .lineup-single .control .btn-id:first-child i {
    color: #1ca0e9;
}

.detail .lineup-single .control .btn-id:last-child {
    border-radius: 0 10px 10px 0;
}

.detail .lineup-single .control .btn-id:last-child i {
    color: #14b58a;
}


.detail .lineup-single .control .btn-id.btn-disable {
    box-shadow: 0 6px 0px 0 rgb(147, 147, 147);
}

.detail .lineup-single .control .btn-id.btn-disable:first-child i,
.detail .lineup-single .control .btn-id.btn-disable:last-child i {
    color: #999;
}


.detail .lineup-single .control .come {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.detail .price .year {
    display: flex;
    flex-wrap: wrap;
}

.detail .price .course {
    width: 32%;
    margin-right: 2%;
}

.detail .price .course:last-child {
    margin-right: 0;
}

.detail .price.km-course .course {
    width: 49%;
    margin-right: 2%;
}

.detail .price.km-course .course:last-child {
    margin-right: 0;
}

.detail .price .course-inner {
    border: solid 2px var(--bl);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.detail .price .course-name {
    background: var(--bl);
    padding: 10px 0;
    color: #fff;
}

.detail .price dt, .price dd {
    border: 0;
}

.detail .price dt {
    padding: 5px;
}

.detail .price dd {
    padding: 10px 5px;
}

.detail .price dt {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    background: #d7f1ff;
}

.detail .price dt .paid {
    font-size: 10px;
    background: var(--bl);
    color: #fff;
    border-radius: 30px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 5px;
}

.detail .price dd {
    font-size: 12px;
}

.detail .price .monthly {
    border-bottom: solid 2px var(--bl);
}

.detail .price .monthly .tax_out {
    position: relative;
}

.detail .price .monthly .tax_out .num {
    color: var(--pi);
    font-size: 30px;
    line-height: 1;
}

.detail .price .monthly .tax_in {
    color: #666;
}

.detail .price .monthly .tax {
    font-size: 8px;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}

.detail .price .bonus dd {
    font-size: 14px;
}

.table-detail {
    margin: 0;
}

.table-detail th,
.table-detail td {
    border: solid 1px #ccc;
    font-size: 13px;
    padding: 7px;
    vertical-align: middle;
}

.table-detail th {
    width: 20%;
    font-size: 11px;
    color: #333;
    background: #f9f9f9;
}

.table-detail td {
    width: 30%;
}

.list-equip {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}

.detail .list-equip li {
    width: 23.5%;
    margin-right: 2%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 7px 10px 5px;
    margin-bottom: 10px;
    justify-content: center;
    text-align: center;
    border-radius: 0;
    line-height: 1.3;
    border: solid 1px #ccc;
    color: #000;
    box-shadow: none;
}

.list-equip li:nth-child(4n) {
    margin-right: 0;
}



@media screen and (max-width:900px) {
    .detail .lineup-single .model>div {
        flex-direction: column;
        gap: 0;
    }

    .detail .lineup-single {
        padding: 20px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .detail .lineup-single .slide {
        width: 100%;
        margin-right: 0;
    }

    .detail .lineup-single .data {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .detail .lineup {
        margin: -40px auto 0;
    }

    .detail .lineup-single {
        padding: 0 10px 20px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .detail .lineup-single .heading {
        padding: 0 0 10px 0;
    }

    .detail .lineup-single .model {
        font-size: 30px;
    }

    .detail .lineup-single .maker {
        font-size: 13px;
    }

    .detail .lineup-single .type {
        font-size: inherit;
    }

    .detail .lineup-single .grade {
        font-size: 16px;
        color: #111;
    }

    .detail .lineup-single .id {
        font-size: 13px;
        font-weight: bold;
        color: #666;
    }

    .detail .lineup-single .id .num {
        font-weight: normal;
        color: var(--bl);
    }

    .detail .lineup-single .slide {
        margin: 0 0 30px 0;
    }

    .detail .lineup-single .slide .slide-main {
        margin-bottom: 0;
    }

    .detail .lineup-single .slide .belt {
        position: absolute;
        top: 5%;
        right: -42%;
        display: block;
        width: 100%;
        padding: 5px 10px;
        color: #111;
        transform: rotate(45deg);
        text-align: center;
        box-shadow: none;
        background: rgba(249, 252, 0, 1);
        z-index: 10;
        font-size: 13px;
        line-height: 1;
    }

    .detail .price dt {
        font-size: 13px;
    }

    .detail .price .monthly .tax_out .num {
        font-size: 24px;
    }

    .detail .price .monthly .tax {
        font-size: 8px;
        right: 0;
        top: -5px;
    }

    .detail .list-equip {
        gap: 4px;
    }

    .detail .list-equip li {
        width: calc((100% - 8px) / 3);
        margin-right: 0;
        margin-bottom: 0;
    }
}

/* 　detail option
******************************************/
.detail .option-limited {
    width: 100%;
    margin: 20px 0 60px;
    text-align: center;
}

.detail .option-limited h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 24px;
    line-height: 1.2;
}

.detail .option-limited h3::before,
.detail .option-limited h3::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #222;
}

.detail .option-limited h3::before {
    margin-right: 20px;
}

.detail .option-limited h3::after {
    margin-left: 20px;
}

.detail .option-limited h3 div {
    white-space: nowrap;
}

.detail .option-limited h3 span {
    font-size: 14px;
}

.detail .option-limited h3 span b {
    color: #f2015c;
}

.detail .option-limited table {
    border: #eee solid 1px;
    width: 100%;
    font-size: 13px;
}

.detail .option-limited table.sp {
    display: none;
}

.detail .option-limited thead th {
    border-left: #eee solid 1px;
    background: #f9f9f9;
    vertical-align: middle;
}

.detail .option-limited table.pc thead th {
    width: 140px;
}

.detail .option-limited table.sp thead th {
    width: 33.3333%;
}

.detail .option-limited table.pc thead th:first-child {
    position: relative;
    background: #feff01;
    padding-top: 0;
}

.detail .option-limited table.sp thead tr:last-child th:first-child {
    background: #fff;
}

.detail .option-limited table.sp thead tr:first-child th {
    background: #feff01;
    padding-top: 0;
}

.detail .option-limited thead th b {
    color: #f2015c;
}

.detail .option-limited tbody tr {
    border-top: #eee solid 1px;
}

.detail .option-limited tbody th,
.detail .option-limited tbody td {
    vertical-align: middle;
}

.detail .option-limited table.pc tbody th {
    white-space: nowrap;
}

.detail .option-limited tbody th h5 {
    padding: 0 0 5px 0;
    font-size: 24px;
    line-height: 1;
}

.detail .option-limited tbody th p {
    margin: 0;
    padding: 0;
}

.detail .option-limited tbody th p b {
    font-size: 40px;
    line-height: 1;
    color: #f2015c;
}

.detail .option-limited tbody th .come {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.1;
}


.detail .option-limited table.pc tbody td {
    border-left: #eee solid 1px;
    width: calc((100% - 300px - 5px) / 5);
    padding: 20px 0;
    font-size: 13px;
    text-align: center;
}

.detail .option-limited tbody td i {
    margin: 0;
    font-size: 40px;
    line-height: 1;
}

@media screen and (max-width:640px) {
    .detail .option-limited {
        margin: 10px 0 20px;
    }

    .detail .option-limited h3 {
        margin: 0 0 20px 0;
    }

    .detail .option-limited table.pc {
        display: none;
    }

    .detail .option-limited table.sp {
        display: block;
        line-height: 1.1;
    }

    .detail .option-limited table.sp thead th span {
        font-size: 11px;
        line-height: 13px;
    }

    .detail .option-limited table.sp thead th h5 {
        margin: 5px 0;
        font-size: 20px;
        line-height: 20px;
    }

    .detail .option-limited table.sp thead th p {
        font-size: 12px;
    }

    .detail .option-limited table.sp thead th p b {
        font-size: 18px;
    }

    .detail .option-limited table.sp tbody td {
        border-left: #eee solid 1px;
        text-align: center;
    }

    .detail .lineup-single .control .btn-id {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 20px 4px;
        font-size: 16px;
    }

    .detail .lineup-single .control .btn-id i {
        border-radius: 4px;
        padding: 6px 10px 4px 10px;
        font-size: 13px;
    }

    .detail .lineup-single .control .come {
        margin: 10px 0 0 0;
        font-size: 14px;
    }
}

/* 　detail contact
******************************************/
.detail .contact {
    background: #f9f9f9;
}

.detail .contact .section-inner {
    max-width: 768px;
    padding: 60px 0;
    text-align: center;
}

.detail .contact h2 {
    font-size: 36px;
    color: #1ca0e9;
}

.detail .contact .read {
    text-align: left;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: #ddd solid 1px;
}

.detail .contact table {
    background: none;
    border-bottom: #ddd solid 1px;
    margin: 10px auto 30px;
}

.detail .contact table th {
    padding-left: 0;
    text-align: left;
}

.detail .contact table td {
    padding-right: 0;
}

.detail .form-submit .submit-info {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
}

.detail .form-submit .submit-come {
    margin: 0 0 30px 0;
    padding: 0;
    text-align: left;
}

@media screen and (min-width: 980px) {
    input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password] {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .detail .contact .section-inner {
        padding: 30px 10px;
    }

    #contact h2 {
        margin-bottom: 10px;
    }

    .detail .contact h2 {
        font-size: 24px;
    }

    .detail .contact .read {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        font-size: 14px;
    }

    .table-horizontal th {
        border-bottom: none;
    }

    .detail .contact table th {
        padding: 0;
    }

    .detail .contact table td {
        padding-left: 0;
    }
}

/* 　特別キャンペーン（一覧）
******************************************/
.special-campaign {
    border-bottom: #cdcdcd solid 1px;
    margin: 0 0 60px 0;
    padding: 0 20px 60px;
}

.special-campaign>p {
    margin: 20px 0 10px 0;
}

.special-campaign>p sup {
    font-size: 12px;
}

.special-campaign .note {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}

.special-campaign .summary {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px 0 0 0;
}

.special-campaign .summary-single {
    background: rgba(255, 255, 255, .9);
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: calc((100% - 80px) / 3);
}

.summary-single .price {
    margin: 0;
}

/*
.special-campaign .summary-single .special-price {
    display: flex;
    background: none;
    width: auto;
    margin: 0 0 10px;
}

.special-campaign .summary-single .special-price>dt {
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.special-campaign .summary-single .special-price>dd {
    display: flex;
    width: 100%;
    padding: 0;
}

.special-campaign .summary-single .special-price dl {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 5px;
    width: 20%;
}

.special-campaign .summary-single .special-price dl:first-child {
    width: 40%;
}

.special-campaign .summary-single .special-price dl:last-child {
    width: 40%;
}

.special-campaign .summary-single .special-price dl dt,
.special-campaign .summary-single .special-price dl dd {
    width: 100%;
    white-space: nowrap;
}

.special-campaign .summary-single .special-price dl dt {
    background: none;
    padding: 0;
    font-size: 14px;
}

.special-campaign .summary-single .special-price dl dd {
    display: block;
    padding: 0;
}

.special-campaign .summary-single .special-price dl:first-child dt {
    font-size: 16px;
    line-height: 1em;
}

.special-campaign .summary-single .special-price dl:first-child dt span {
    display: block;
    background: #d7f1ff;
    padding: 6px 0 3px 0;
    font-size: 16px;
    line-height: 1em;
    color: #1ca0e9;
}

.special-campaign .summary-single .special-price dl:first-child dt i,
.special-campaign .summary-single .special-price dl:last-child dt i {
    font-style: normal;
    font-size: 12px;
}

.special-campaign .summary-single .special-price dl:first-child dd span {
    position: relative;
    font-size: 24px;
    color: #333;
}

.special-campaign .summary-single .special-price dl:first-child dd span::after {
    content: '';
    transform: rotate(7deg);
    width: 100%;
    border-top: 1px solid #333;
    position: absolute;
    top: 50%;
    left: 0;
}

.special-campaign .summary-single .special-price dl:nth-child(2) {
    line-height: 12px;
}

.special-campaign .summary-single .special-price dl:nth-child(2) dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    position: relative;
}

.special-campaign .arrow {
    display: inline-block;
    background: #f2005c;
    width: 100%;
    height: 10px;
    margin: 5px 0 0 0;
    padding: 5px 5px 0;
    clip-path: polygon(0 26.2%, 82.8% 26.2%, 82.8% 0, 100% 50%, 82.8% 100%, 82.8% 73.8%, 0 73.8%);
}

.special-campaign .summary-single .special-price dl:nth-child(2) dt b {
    display: block;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 10px;
    color: #f2005c;
}

.special-campaign .summary-single .special-price dl:nth-child(2) dt span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 16px;
    color: #f2005c;
}

.special-campaign .summary-single .special-price dl:nth-child(2) dt i {
    writing-mode: vertical-rl;
    font-size: 12px;
    font-style: normal;
}

.special-campaign .summary-single .special-price dl:nth-child(2) dd {
    font-size: 30px;
}

.special-campaign .summary-single .special-price dl:last-child dt span {
    display: block;
    background: #f2005c;
    padding: 6px 0 3px 0;
    font-size: 16px;
    line-height: 1em;
    color: #fff;
}
*/

.special-campaign .summary-single .special-price {
    background: none;
    width: 100%;
    margin: 0 0 10px;
}

.special-campaign .summary-single .special-price dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
}

.special-campaign .summary-single .special-price dt {
    position: relative;
    background: #f2005c;
    padding: 5px 5px 1px;
    font-size: 14px;
    color: #fff;
}

.special-campaign .summary-single .special-price dt:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.special-campaign .summary-single .special-price dt:after {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #f2005c;
    border-width: 8px;
    margin-top: -8px;
}

.special-campaign .summary-single .special-price dt span {
    margin: 0 0 0 3px;
    font-size: 26px;
    line-height: 1em;
    color: #fefc3e;
}

.special-campaign .summary-single .special-price dt b {
    font-size: 20px;
    line-height: 1em;
    color: #fefc3e;
}

.special-campaign .summary-single .special-price dd {
    padding: 0;
}

.special-campaign .summary-single .special-price dd span {
    margin: 0 0 0 3px;
    font-size: 48px;
}



@media screen and (max-width:1200px) {
    .special-campaign .summary {
        gap: 30px;
        margin: 30px 0 0 0;
    }

    .special-campaign .summary-single {
        padding: 0;
        width: calc(50% - 15px);
    }

    .special-campaign .summary-single .special-price dl {
        justify-content: end;
        gap: 10px;
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .special-campaign .summary-single {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .special-campaign .summary-single .thumb .belt {
        font-size: 10px;
        top: 6%;
        right: -43%;
    }
}

@media screen and (max-width:470px) {
    .special-campaign {
        margin: 0 0 60px 0;
        padding: 0 10px 30px;
    }

    .special-campaign>p {
        margin: 10px 0 10px 0;
        font-size: 13px;
    }

    .special-campaign>p sup {
        font-size: 11px;
    }

    .special-campaign .note {
        font-size: 12px;
    }

    /*
    .special-campaign .summary-single .special-price dl:first-child,
    .special-campaign .summary-single .special-price dl:last-child {
        width: 38%;
    }

    .special-campaign .summary-single .special-price dl {
        width: 24%;
        gap: 5px;
    }

    .special-campaign .summary-single .special-price dl:first-child dt span,
    .special-campaign .summary-single .special-price dl:last-child dt span {
        padding: 6px 0 3px 0;
        font-size: 13px;
    }

    .special-campaign .summary-single .special-price dl:nth-child(2) dt b {
        font-size: 12px;
    }

    .special-campaign .summary-single .special-price dl:nth-child(2) dt {
        padding: 0 10px 5px 10px;
    }*/

    .special-campaign .summary-single .price .num {
        font-size: 40px;
    }

}

/* 　特別キャンペーン（詳細）
******************************************/
.detail .special-price .year {
    display: flex;
    align-items: stretch;
}

.detail .special-price .year .course {
    display: flex;
}

.detail .special-price .course-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.detail .lineup-single .special-price .box-title {
    position: relative;
    display: inline-block;
    background: #f2005c;
    border-bottom: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px 8px 10px;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    color: #fff;
}

.detail .lineup-single .special-price .box-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 9px 8px 0 8px;
    border-color: #f2005c transparent transparent;
    translate: -50% 100%;
}


.detail .lineup-single .special-price .box-title span {
    padding: 0 3px 0 3px;
    font-size: 30px;
    line-height: 1em;
    color: #fefc3e;
}

.detail .lineup-single .special-price .box-title b {
    font-size: 24px;
    line-height: 1em;
    color: #fefc3e;
}


.detail .price.special-price .monthly {
    flex-grow: 1;
}

.detail .price.special-price .monthly dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.detail .price.special-price .monthly .tax_out .num {
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 1;
}

.detail .price.special-price .monthly .tax_out .num::after {
    content: '';
    transform: rotate(7deg);
    width: 100%;
    border-top: 1px solid #333;
    position: absolute;
    top: 50%;
    left: 0;
}

.detail .price.special-price .monthly .tax_out_special {
    padding: 20px 0 0 0;
}

.detail .price.special-price .monthly .tax_out_special.arrow-down {
    padding: 20px 0 0 0;
}

.detail .price.special-price .monthly .tax {
    right: 3px;
    top: 5px;
}

.detail .price.special-price .monthly .tax_out_special .num {
    color: #f2005c;
    font-size: 30px;
    line-height: 1;
}

.detail .price.special-price .monthly .tax_out_special.arrow-down::after {
    position: absolute;
    content: '';
    display: block;
    background: #f2005c;
    width: 20px;
    height: 16px;
    top: 30px;
    left: calc(50% - 10px);
    clip-path: polygon(0 46.7%, 26.2% 46.7%, 26.2% 0, 73.8% 0, 73.8% 46.7%, 100% 46.7%, 50% 100%);
}

@media screen and (max-width: 640px) {
    .detail .price.special-price .monthly .tax {
        right: 3px;
        top: 5px;
    }
}

@media screen and (max-width:470px) {
    .detail .lineup-single .special-price .box-title {
        padding: 10px 10px 8px;
        font-size: 13px;
        text-align: center;
        color: #fff;
    }

    .detail .lineup-single .special-price .box-title span {
        font-size: 24px;
    }

    .detail .price.special-price .monthly .tax_out_special .num {
        font-size: 24px;
    }
}