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

/*ヘッダーの調整*/
.logo{
    width: 760px;
    margin: 0 auto;
}

.pageTitle {
    margin-bottom: 0px;
    background-image: none;
}

.pageTitle h2 {
    text-shadow: none;
    color: #2b2b2b;
}

/* メインビジュアル　Scrollbar */
#main .swiper-container {
    overflow:inherit;
}

.swiper-container.swiper-container-horizontal .swiper-pagination.swiper-pagination-bullets {
    bottom: -26px;
    left: 0;
    width: 100%;
    padding: 0 0 5px 0;
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 5px 3px!important;
  width: 54px;
  height: 5px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #ec1234;
  opacity: 1;
}


/*規約　開閉ボタン*/
.stepup_flow.wish_flow .addBtn a {
    margin: 0 auto;
    padding: 9px 5px 11px;
    max-width: 300px;
    font-size: 1.65rem;
    border: solid 2px transparent;
    background-color: #ec1234;
    box-sizing: border-box;
    text-align: center;
    display: block;
    letter-spacing: 0.05em;
    border-radius: 50px;
    color: #fff;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    position: relative;
    font-weight: 700;
}

.stepup_flow.wish_flow .addBtn a::after {
    color: #ffffff;
    position: absolute;
    right: 0;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    content: "＋";
    font-weight: 700;
}

.stepup_flow.wish_flow .addBtn.on a::after {
    content: "－";
    right: 25px;
}

/*適応条件の詳細-------------*/
#main .wish_flow .borderBox .notes {
    margin-bottom: 10px;
}

.stepup_flow .borderBox p + .redTxt {
    margin-top: 20px;
}


/* 優待特典----------------------------------- */
#main .comBgList > li {
    background-color: #fff;
    padding: 16px 12px 24px;
}

#main .comBgList li ul.col03 li {
    -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 16%);
    background-color: #ffffff;
    padding: 14px 0px 17px;
    margin-right: 15px;
    width: 32%;
}

#main .comBgList li ul.col03 li:nth-child(3n) {
    margin-right: 0;
}

.comBgList li ul.col03 .icon-benefit img,
.icon-benefit img{
    width: 110px;
    height: 110px;
    background: #e5e5e5;
    border-radius: 150px;
    overflow: hidden;
    object-fit: cover;
}

.col02.radioUl.check_content .icon-benefit img{
    width: 80px;
    height: 80px;
}


.active .icon-benefit img{
    background: #fff;
}

#main .comBenefit > li > p{
    padding: 0 10px;
    text-align: left;
    line-height: 1.5;
}

.comBenefit > li > p span{
    background: linear-gradient(transparent 60%, #ffc6cf 60%);
}

/*.comBenefit > li > p span::before{
    content: "";
    width: 100%;
    height: 8px;
    background: #F5C208;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
}*/

.comRegist{
    margin: 20px 0;
}

.step-card-title {
    font-size: 2.2rem;
    line-height: 1.6;
}

.step-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2a2a2a;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    width: 68px;
    height: 34px;
    border-radius: 100%;
    position: relative;
    padding-top: 1.7em;
    margin-right: 20px;
}

.step-count::before {
    font-size: 1.4rem;
    content: "STEP";
    font-weight: normal;
    position: absolute;
    top: 1.2em;
    left: 0;
    right: 0;
    margin: auto;
}


#main .comBgList h4 {
    margin-top: 20px;
    color: #ec1234;
    font-size: 2rem;
    text-align: left;
    padding: 0 10px;
}

#main .comBgList h4 + .notes{
    font-size: 1.2rem;
    margin-left: 1em;
    text-indent: -1em;
}

#main .comBgList h4 span a{
    font-size: 12px;
    text-decoration: underline;
    color: #ec1234;
}

.king h3.headline01 span{
    font-weight: normal;
    font-size: 1.8rem;
    display: block;
}


/*簡単２ステップお客様に合った教習所を検索-------------*/
#main .king .inner:not(:last-child) {
    margin-bottom: 50px;
}

.content .license .topBox {
    margin: 0 auto 0;
}

.content .license .ttlBox{
    margin-bottom: 0;
}

.search-box_label {
  font-weight: bold;
}
.is-hide {
  display: none;
}

.comBgList.search-box .radioUl li label{
    display: block;
    padding: 20px 0px 10px;
}

.comBgList.search-box .radioUl li{
  width: 47%;
  margin-right: 0;
  /*box-shadow: 0 0 0 1px #ccc;*/
  border: 2px solid #dfdfdf;/*#e5e5e5*/
  border-radius: 10px;
  /*padding: 20px 0px 10px;*/
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.comBgList.search-box .radioUl li.active {
    background-color: #ec1234;
    border: 2px solid #eb6d61;
    opacity: 0.9;
    box-shadow:none;
    color: #fff;
}

.comForm .radioUl input[type="radio"] + span {
    margin-top: 10px;
    font-size: 2rem;
}

.radioUl-item-school {
    margin-top: 20px;
    font-size: 1.5rem;
    position: relative;
}

.radioUl-item-school::before {
    content: '';
    width: 150px;
    height: 2px;
    display: inline-block;
    background-color: #e3e3e3;
    position: absolute;
    top: -10px;
    left: calc(50% - 75px)
}

.active .radioUl-item-school::before {
    background-color: #fff;
}

#area_search {
    position: relative;
    overflow: hidden;
    width: 100%;
    width: 662px;
    margin: 15px auto 0;
    position: relative;
    background: url(../img/icon-map.png) no-repeat center;
    background-size: auto;
    overflow: visible;
    height: 320px;
    background-color: rgba(255,255,255,0.85);
    background-blend-mode: lighten;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

#area_search ul{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#area_search ul:before{
    content: "";
    display: block;
    padding-top: 100%;
}

#area_search ul li{
    position: absolute;
    top: 0;
    left: 0;
}

#area_search ul li:nth-child(1) {
    top: 50px;
    left: 460px;
}

#area_search ul li:nth-child(2) {
    top: 193px;
    left: 445px;
}

#area_search ul li:nth-child(3) {
    top: 83px;
    left: 301px;
}

#area_search ul li:nth-child(4) {
    top: 212px;
    left: 315px;
}

#area_search ul li:nth-child(5) {
    top: 109px;
    left: 171px;
}

#area_search ul li span{
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    background: #2b2b2b;
    display: table-cell;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 30px;
    overflow: visible;
    letter-spacing: 0.1em;
    vertical-align: middle;
    color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    border: 2px solid #fff;
}

#area_search ul li.active span{
    background: #ec1234;
    box-shadow: none;
    color: #fff;
    border: 2px solid #ec1234;
}

.comList-sds .borderBox{
    margin:0 0 25px 0;
}

#main .comTopBox {
    display: none;
}


@media only screen and (min-width: 426px){
    .step-card-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.comTopBox .txtBox h3 {
    margin-bottom:0;
}

.comTopBox .Subtitle {
    display: inline-block;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1px;
    background: #25324A;
    border-radius: 40px;
    padding: 6px 53px 8px;
    font-size: 2.5rem;
    margin: 8px 0 8px;
}


/*教習所カセットのスタイル*/
.comBg .wish_flow .borderBox .comImgBox .image {
    width: 300px;
    height: 220px;
}

span.icon-tag {
    position: relative;
    margin: 0 10px 4px 15px;
    font-size: 12px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0px 9px 0 10px;
    background-color: #7b8d9a;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-weight: normal;
}

span.icon-tag::before {
    position: absolute;
    top: 0;
    left: -15px;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent #7b8d9a transparent transparent;
    border-style: solid;
    border-width: 10px 16px 10px 0;
    -webkit-transition: .2s;
    transition: .2s;
}

span.icon-tag::after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #fff;
    border-radius: 100%;
}

.textBoxschool-icon--map {
    background: url(../img/icon-map.svg) no-repeat;
    background-size: 20px;
}

.textBoxschool-icon--comment {
    background: url(../img/icon-comment.svg) no-repeat;
    background-size: 20px;
}

.textBoxschool-icon--tag {
    background: url(../img/icon-star.svg) no-repeat;
    background-size: 20px;
}

.textBoxschool-icon {
    margin-bottom: 12px;
    padding-left: 32px;
    font-size: 1.6rem;
}

.stepup_flow.wish_flow.list_item .comImgBox .textBox .comBtn {
    position: initial;
    text-align: left;
}

.comBg .stepup_flow.wish_flow.list_item .borderBox .comImgBox .image {
    height: auto;
    min-height: 125px;
}

/*施設案内*/
#main .enjoyPage .headline01 {
    margin: 40px auto 40px;
}

.ridingStyle{
    margin: 40px auto;
}

/*一覧ページに戻るボタン*/
.comBtnBack a{
    background: #fff url(/img/common/icon17.png) no-repeat right 17px center;
    background-size: 18px auto;
    cursor: pointer;
}

.comBtnBack a::after{
    content: none;
}

.comBtnBack a:hover {
    background: #fff url(/img/common/icon52.png) no-repeat right 17px center;
    background-size: 18px auto;
    cursor: pointer;
}

/*フローティングバナーのホバー処理*/
.comBtn02 a:hover {
    -webkit-transition: .3s;
    transition: .3s;
}

@media only screen and (max-width: 599px){
    .logo{
        width: auto;
    }

    .logo img{
        width: 100px;
    }

    /*メインビジュアルのページネーション*/
    .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px 3px!important;
    }

    .swiper-container.swiper-container-horizontal .swiper-pagination.swiper-pagination-bullets {
        background: rgba(228, 232, 235, 0.5);
        bottom: -21px;
        padding: 0;
    }

    /*適応条件の詳細-------------*/
    #main .wish_flow .borderBox .notes {
        line-height: 1.55;
    }

    /*適応条件上のトピック枠------------*/
    .comTopBox .Subtitle {
        font-size: 2rem;
        padding: 4px 35px 5px;
        margin: 12px 0 5px;
    }

    .comTopBox .txtBox h3 {
        font-size: 2.0rem;
    }

    .comTopBox .txtBox {
        margin: 0 0 7px;
    }

    .comTopBox .txtImg img{
        max-width: 80%;
    }

    /*優待特典-------------*/
    .king h3.headline01 span {
        font-size: 1.5rem;
    }

    #main .comBgList > li {
        width: 90%;
        margin: 0 auto;
        padding: 0 12px 0;
    }

    #main .comBgList li ul.col03 li {
        width: 100%;
        padding: 1.2rem 1.5rem;
        margin: 0px 0 20px;
    }

    .benefit-inner{
        display: flex;
        flex-direction: row;
    }

    .comBgList li ul.col03 .benefit-inner .icon-benefit img,
    .comBgList li ul.col02.radioUl.check_content img {
        width: 50px;
        height: 50px;
    }

    #main .comBgList h4 {
        margin-top: 0px;
        font-size: 1.6rem;
        text-align: left;
        padding: 0 10px;
    }

    .comBgList li li p {
        font-size: 1.3rem;
    }

    /*簡単２ステップ　お客様に合った教習所を検索*/
    #main .king .inner:not(:last-child) {
        margin-bottom: 77px;
    }

    .content .license .topBox {
        margin: 0 auto 35px;
    }

    .content .license .ttlBox{
        margin-bottom: 0;
    }

    .license .ttlBox .ttl {
        margin: 11px -65px 0 0;
    }

    .step-card-title {
        font-size: 2.0rem;
        line-height: 1.4;
        display: flex;
        flex-direction: row;
        margin-bottom: 1.5rem;
    }

    .step-count {
        font-size: 2rem;
        width: auto;
        height: auto;
        position: relative;
        padding-top: 1.5em;
        margin-right: 10px;
        min-width: 60px;
        min-height: 30px;
    }

    .step-count::before {  
        top: 0.8em;
    }

    /*STEP1.*/
    .comBgList.search-box .radioUl li {
        padding: 15px 0px 5px;
    }

    .radioUl-item-school {
        font-size: 1.35rem;
        padding: 0 7px;
        margin-top: 20px;
    }

    .radioUl-item-school::before {
        width: 100px;
        left: calc(50% - 50px);
    }


    /*STEP2.教習所のエリアを選択*/
    #area_search {
        width: 100%;
        background-size: contain;
        height: 280px;
    }

    #area_search ul {
        position: inherit;
        display: block;
        margin-top: 20px;     
    }

    #area_search ul:before {
        content: none;
    }

    #area_search ul li {
        position: inherit;
        margin-bottom: 5px;
        width: 100% !important;
    }  

    #area_search ul li span {
        border-radius: 0;
        width: auto;
        height: auto;
        display: block;
        text-align: center;
        vertical-align: middle;
        opacity: 0.9;
        font-size: 26px;
        line-height: 1.5;
        border: none;
    }

    #area_search ul li.active span {
        border: none;
    }

    #area_search ul li:nth-child(1),
    #area_search ul li:nth-child(2),
    #area_search ul li:nth-child(3),
    #area_search ul li:nth-child(4),
    #area_search ul li:nth-child(5) {
        top: inherit;
        left: inherit;
    }

    /*教習所一覧のカセット*/
    .comBg.comList-sds {
        background-color: rgba(228, 232, 235, 0.5);
    }

    .comBg .wish_flow .borderBox .comImgBox .image {
        height: auto;
    }

    /*フローティングバナー　会員登録・教習所サイトへ移動*/
    .fixBtn {
        opacity: 0.95;
    }
        
    .comBtn02.fixBtn ul{
        display: flex;
        justify-content: space-between;
    }

    .comBtn02.fixBtn.flootUl02 {
        padding: 8px 10px 6px 10px;
    }

    .comBtn02.fixBtn li {
        margin: 0 0px;
        width: calc(50% - 7px);
    }

    .comBtn02.fixBtn.flootUl02 li {
        padding: 0 0 0 0;
    }

    .comBtn02.fixBtn.flootUl02 li a{
        padding: 12px 5px 12px 5px;
        font-weight: bold !important;
        font-size: 1.5rem;    
        letter-spacing: 0.03em;
    }

    .comBtn02.fixBtn a::after {
        content: none;
    }


}





