@charset "utf-8";

/*color調整*/
body#r13 .bgArea{
    background: #FFFDC6;
}

body#r13 #selectBl h2{
  border-color: #485FC1;
}

body#r13 #selectBl h2 span.fontS{
    color: #485FC1;
}

body#r13 #selectBl h2 .stroke{
    text-shadow: -1px -1px 0 #485FC1, -1px 0 0 #485FC1, -1px 1px 0 #485FC1,
                    0 -1px 0 #485FC1,                  0 1px 0 #485FC1,
                  1px -1px 0 #485FC1,  1px 0 0 #485FC1,  1px 1px 0 #485FC1;
}

#pankuzu a:nth-child(2){
    display: none;
}

body.sec #leftBl .checkArea.noCheck{
    background: #FFFDC6;
}

body.sec #leftBl .checkArea .copy{
    color: #485FC1;
}

body.sec #leftBl .checkArea::before,
body.sec #leftBl .checkArea h2::after {
    background: #485FC1;
}

body.sec #leftBl .checkArea::before{
    content: "こちらもCHECK!!";
}

body.sec #leftBl .checkArea h2 span{
    color: #485FC1;
    display: block;
    margin-bottom: 0.5em;
}

body.sec #leftBl .checkArea h2 span.kana{
    color: #000;
    display: block;
    margin-bottom: 0.5em;
}

body.sec #leftBl .tokutenArea{
    background:#F72E2E;    
}

/* トップページ
=================================*/
/* ドライブコース　*/
.drivecourseBl{
    padding: 25px 0;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

.drivecourseBl:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    display: block;
    background-image: linear-gradient(to right, #485FC1, #485FC1 2px, transparent 2px, transparent 2px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
}

.drivecourseBl h3{
    position: relative;
    color: #485FC1;
    font-size: 125%;/*20px*/
    margin-bottom: 20px;
}

.drivecourseBl h3 span{
    background: #FFFDC6;
    display: inline-block;
    z-index: 1;
    position: relative;
    padding: 0 10px 0 0;
}

.drivecourseBl h3:after{
  content: "";
  background-image: linear-gradient(to right, #485FC1, #485FC1 2px, transparent 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
}

.drivecourseBl h3 + p{
    font-size: 112.5%;/*18px*/
    margin-bottom: 20px;
}

.drivecourseBl h3 + p .fontB{
    margin-bottom: 5px;
    display: block;
}

.drivecourseBl ul + h3{
    margin-top: 30px;
}

.drivecourseBl ul{
    float: left;
    font-weight: bold;
    line-height: 1.2;
    font-size: 112.5%;/*18px*/
}

.drivecourseBl li + li:before{
    content: "▼";
    color: #485FC1;
    display: block;
    font-size: 85%;
    padding: 0 1.5px;    
}

.drivecourseBl li.noArrow{
    margin-top: 10px;
}

.drivecourseBl li.noArrow:before{
    display: none;
}

.drivecourseBl a{
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.drivecourseBl a .fontB{
    font-weight: 900;
}

.drivecourseBl a:hover{
    letter-spacing: 0.15em;
    color: #485FC1;
}


/*pickupBl*/
#pickupBl #pickupBl02{
    margin-top: 50px;
}

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

    .drivecourseBl{
        padding: 0 0 5vw 0;
        margin-bottom: 7vw;
    }
    
    .drivecourseBl h3{
        font-size: 3.91vw;/*30px*/
        margin-bottom: 3vw;
    }

    .drivecourseBl h3 + p {
        font-size: 3.65vw;/*28px*/
        margin-bottom: 3vw;
    }
    
    .drivecourseBl h3 + p .fontB{
        margin-bottom: 3px;
    }

    .drivecourseBl ul{
        font-size: 3.65vw;/*28px*/
        float: inherit;
    }

    .drivecourseBl li + li:before{
        font-size: 85%;
        padding: 0 1.5px;    
    }
    
    /*pickupBl*/
    #pickupBl #pickupBl02{
        margin-top: 5vw;
    }

}


/* プレゼントページ
=================================*/
body.present #leftBl h1{
    border-color:  #0AB20A;
}

body.present #leftBl h1 .stroke{
    text-shadow: -1px -1px 0 #0AB20A, -1px 0 0 #0AB20A, -1px 1px 0 #0AB20A,
                    0 -1px 0 #0AB20A,                  0 1px 0 #0AB20A,
                  1px -1px 0 #0AB20A,  1px 0 0 #0AB20A,  1px 1px 0 #0AB20A;
}

body.present #leftBl h1 .fontS{
    color: #0AB20A;
}

body.present .presentcard{
    box-shadow: none;
    background: #F2F2F2;
    text-align: center;
    color:#000;;
}

body.present .presentcard .presentninzu{
    background: #0AB20A;
    color: #fff;
    position: relative;
    border-radius: 0;
    font-weight: normal;
    margin: 20px auto;
}

body.present .presentcard .presentninzu:before, 
body.present .presentcard .presentninzu:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
    border-radius: none;
}

body.present .presentcard .presentninzu:before {
    top: 0;
    left: 0;
    border-width: 16.5px 0px 16.5px 13px;
    border-color: transparent transparent transparent #F2F2F2;
    border-style: solid;
}

body.present .presentcard .presentninzu:after {
    top: 0;
    right: 0;
    border-width: 16.5px 13px 16.5px 0px;
    border-color: transparent #F2F2F2 transparent transparent;
    border-style: solid;
}

body.present .presentcard .presentnaiyou {
    min-height: 60px;
    color: #0AB20A;
}

body.present .presentcard .presentteikyo a{
    color: #000;
}

.applicationBtn, 
.consentBtn{
    border-color: #0AB20A;
    background: #fff;
}

.applicationBtn:hover, 
.consentBtn:hover{
    background:  #0AB20A;
}

.applicationBtn a,
.consentBtn a{
    color:#0AB20A;
}

.applicationBtn a::after,
.consentBtn a:after{
    border-color: #0AB20A;
}

.applicationBtn:hover a,
.consentBtn:hover a{
    color:#fff ;
}

.applicationBtn:hover a::after{
    border-color: #fff;
    border-color: #fff;
}


@media screen and (max-width:768px){
    body.present .presentcard {
        width: 100%;
        display: block;
        padding: 1.305vw 1.402%;
    }
    
    body.present .presentcard .presentpic{
        width: 41.27%;
        float: left;            
    }

    body.present .presentcard .sp_floatR{
        float: right;
        width:57.5% ;
        height: 100%;
    }

    body.present .presentcard .presentninzu{
        margin: 5px auto 10px auto;
        height: 40px;
        padding: 0;
        line-height: 40px;
    }

    body.present .presentcard .presentninzu:before {
        border-width: 20px 0  20px 13px;
    }

    body.present .presentcard .presentninzu:after {
        border-width: 20px 13px 20px 0px;
    }
    
    body.present .presentcard .presentnaiyou {
      min-height: 45%;
    }
    
    body.present .presentcard .presentteikyo {
      font-size: 2.35vw;
    }
    
}

@media screen and (max-width:520px){
    body.present .presentcard .presentninzu{
        height: 30px;
        line-height: 30px;
    }

    body.present .presentcard .presentninzu:before {
        border-width: 15px 0  15px 13px;
    }

    body.present .presentcard .presentninzu:after {
        border-width: 15px 13px 15px 0px;
    }
    
    body.present .presentcard .presentnaiyou {
      min-height: 35%;
    }
}


@media screen and (max-width:420px){
    body.present .presentcard .presentninzu{
        height: 25px;
        line-height: 25px;
    }

    body.present .presentcard .presentninzu:before {
        border-width: 12.5px 0  12.5px 10px;
    }

    body.present .presentcard .presentninzu:after {
        border-width: 12.5px 10px 12.5px 0px;
    }
    
    body.present .presentcard .presentnaiyou {
      min-height: 30%;
    }
}

/* 下層ページ
=================================*/
#r13.sec #leftBl .infoArea{
    width: 450px;
}

#r13.spot05 #leftBl .link {
    margin: 100px auto 0;
    text-align: center;
}

#r13.spot05 #leftBl .link a.txtDesign{
    color: #000;
    margin-bottom: 60px;
    display: inline-block;
    font-size: 125%;
    font-weight:700;
    background: url("../../common/images/icn_window.svg") no-repeat right center;
    padding-right: 20px;
}

#r13.spot05 #leftBl .link a.txtDesign .fontS{
    font-size: 80%;
}

#r13.spot05 #leftBl .link a.btnDesign{
    width: 330px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 30px;
    border: 2px solid #134290;
    color: #134290;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight:700;
    font-size: 125%;
    transition: all 0.5s ease 0s;
}

#r13.spot05 #leftBl .link a.btnDesign:hover{
    border: 2px solid #134290;
    color: #fff;
    background: #134290;
}

#r13.spot10 #leftBl .flex .catch {
    margin-top: 30px;
}

#r13.spot10 #leftBl .mapArea + .catch{
    margin: 80px 0 30px;
}

#r13.spot11 #leftBl .flex .catch {
    margin-top: 30px;
}

#r13.spot11 #leftBl .mapArea + .catch{
    margin: 80px 0 30px;
}

@media screen and (max-width:768px){
    #r13.sec #leftBl .infoArea{
        width: auto;
    }
    
    #r13.spot05 #leftBl .link {
        margin: 50px auto 0;
    }
    
    #r13.spot05 #leftBl .link a.txtDesign{
        margin-bottom: 25px;
        font-size: 100%;
        background: url("../../common/images/icn_window.svg") no-repeat right center;
        background-size: 12px auto;
        padding-right: 15px;
    }

    #r13.spot05 #leftBl .link a.txtDesign .fontS{
        font-size: 80%;
    }    

    #r13.spot05 #leftBl .link a.btnDesign{
        width: 250px;
        font-size: 100%;
    }

    #r13.spot10 #leftBl .flex .catch {
        margin-top: 30px;
    }

    #r13.spot10 #leftBl .mapArea + .catch{
        margin: 50px 0 20px;
    }
    
    #r13.spot11 #leftBl .flex .catch {
        margin-top: 30px;
    }

    #r13.spot11 #leftBl .mapArea + .catch{
        margin: 50px 0 20px;
    }    
}