@charset "UTF-8";

/* 全体
---------------------------------------------------------------- */

.cl-white{color:#fff;}
.cl-blue{color:#3878D7;}
.cl-navy{color:#003782;}
.cl-red{color:#BD000D;}

.top-hero{
    height:720px;
    width:100%;
    background:#ccc;
    line-height:1.4;
    background-size: cover;
    background:url(../images/pc/top-bk.jpg) no-repeat center center;
    position:relative;
}
.top-inner{
    max-width:55%;
    height:100%;
}
.top-inner .small{
    font-size:13px;
    text-align:right;
}
.top-inner .btn-03-c{
    margin-top:40px;
}
.top-inner .img-car{
    display:none;
}

@media only screen and (max-width: 1024px){
    .top-hero{
        background:url(../images/tablet/top-bk.jpg) no-repeat center center;
        background-size: contain;
        height:780px;
    }
    .top-inner{
        max-width:70%;
        text-align:left;
    }
    .top-inner .img-car{
        display:inline-block;
        position:absolute;
        left:20px;
        bottom:150px;
    }
    .top-inner .img-list{
        padding-left:60px;
    }
    .top-inner .btn-03-c{
        position:absolute;
        bottom:55px;
        margin-left:auto;
        margin-right:auto;
        left:0;
        right:0;
    }
    .top-inner .small{
        position:absolute;
        bottom:30px;
        right:30px;
    }
}
@media only screen and (max-width: 820px){
    .top-hero{
        background:url(../images/tablet/top-bk.jpg) no-repeat center center;
        background-size: cover;
        height:700px;
    }
    .top-inner{
        max-width:55%;
        text-align:left;
    }
    .top-inner .img-list{
        padding-left:30px;
    }
    .top-inner .small{
        bottom:20px;
    }
}
@media only screen and (max-width: 599px){
    .top-hero{
        background:url(../images/sp/top-bk.jpg) no-repeat center center;
        height:850px;
        background-size: contain;
    }
    .top-inner{
        max-width:65%;
    }
    .top-inner .small{
        position:absolute;
        bottom:20px;
        right:20px;
    }
    .top-inner .img-car{
        width:25%;
        bottom:280px;
    }
    .top-inner .img-list{
        padding-left:0;
        position:absolute;
        bottom:130px;
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
        width:75%;
    }
}

@media only screen and (max-width: 420px){
    .top-hero{
        background:url(../images/sp/top-bk.jpg) no-repeat center center;
        height:580px;
        background-size: 100% auto;
    }
    .top-inner{
        max-width:65%;
    }
    .top-inner .small{
        position:absolute;
        bottom:20px;
        right:20px;
    }
    .top-inner .img-car{
        width:20%;
        bottom:230px;
    }
    .top-inner .img-list{
        padding-left:0;
        position:absolute;
        bottom:130px;
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
        width:75%;
    }
}

@media only screen and (max-width: 380px){
    .top-hero{
        background:url(../images/sp/top-bk.jpg) no-repeat center center;
        height:530px;
        background-size: 100% auto;
    }
    .top-inner{
        max-width:65%;
    }
    .top-inner .small{
        position:absolute;
        bottom:20px;
        right:20px;
    }
    .top-inner .img-car{
        width:18%;
        bottom:210px;
    }
    .top-inner .img-list{
        padding-left:0;
        position:absolute;
        bottom:130px;
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
        width:70%;
    }
}


/* section
---------------------------------------------------------------- */

/* ------ section--01 ------ */
.section--01{padding:80px 0;}
.section--01 h2{
    font-size:3.6rem;
}
.section--01 h2 p{
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
.section--01 h2 p:before, .section--01 h2 p:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #000;
}
.section--01 h2 p:before {
    left:0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.section--01 h2 p:after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.section--01 h2 span{
    font-size:5.4rem;
    padding:0 3px;
}

.col--45to55{width: 100%;display: flex;flex-wrap: wrap;}
.col--45to55 .col--item:nth-of-type(2n-1){width: 35%;padding-right: 1.5%;}
.col--45to55 .col--item:nth-of-type(2n){width: 65%;padding-left: 1.5%;}

.section--01 h4{
    font-size:2.2rem;
}


@media only screen and (max-width: 1024px){
.section--01{padding:40px 0;}

.col--45to55 .col--item:nth-of-type(2n-1){width: 100%;padding-right: 0;}
.col--45to55 .col--item:nth-of-type(2n){width: 80%;padding-left: 0;margin-left:auto;margin-right:auto;}
.col--45to55 .col--item + .col--item{margin-top: 3%;}
}

@media only screen and (max-width: 599px){
.section--01 h2{
    font-size:3rem;
}
.section--01 h2 p{
    padding:0 45px;
}
.section--01 h2 span{
    font-size:4rem;
}

.section--01 h4{
    font-size:1.8rem;
}

.col--45to55 .col--item:nth-of-type(2n-1) img{width:95%;}
.col--45to55 .col--item:nth-of-type(2n){width: 100%;padding-left: 0;margin-left:auto;margin-right:auto;margin-top:20px;}

}

@media only screen and (max-width: 420px){
    .section--01 h2{
        font-size:2.6rem;
    }
    .section--01 h2 p{
        padding:0 35px;
    }
    .section--01 h2 span{
        font-size:3.5rem;
    }
}

/* ------ section--02 ------ */
.section--02{padding:80px 0;background:#F5F5F5;}
.se-02-boxes .col--item{
    background:#fff;
    padding:20px;
}
.se-02-boxes .col--item p, .se-02-boxes .col--item div{
    margin-top:30px;
}
.se-02-boxes .col--item div{
    font-size:2rem;
}
.se-02-boxes .col--item p:first-of-type{
    margin-top:0;
}
.se-02-boxes .no{
    font-size:2.8rem;
    line-height:1;
}

@media only screen and (max-width: 599px){
.section--02{padding:40px 0;}
.se-02-boxes .col--item{
    display:flex;
    padding:10px;
    margin-top:15px!important;
}
.se-02-boxes .col--item p, .se-02-boxes .col--item div{
    margin-top:0;
}
.se-02-boxes .col--item p.no{
    display:flex;
    align-items:flex-start;
}
.se-02-boxes .col--item .se-02-box-img{
    padding:10px;
    width:20%;
}
.se-02-boxes .col--item div{
    display:flex;
    align-items: center;
    width:70%;
    font-size:1.6rem;
}
.se-02-boxes .no{
    font-size:2.2rem;
    line-height:1;
}
}

/* ------ section--03 ------ */
.section--03{padding:60px 0 30px;background:#003782;}
.section--03 h2{
    font-size:2.8rem;
}
.section--03 .slides-item{
    padding:20px;
    background:#fff;
    margin-right: .5vw!important;
    margin-left: .5vw!important;
}
.section--03 .slides-item h3{
    font-size:1.8rem;
}
.section--03 .slick-dots{
    bottom:-100px;
}

@media only screen and (max-width: 1024px){
.section--03{padding:40px 0 20px;}
.section--03 .slick-dots{
    bottom:-70px;
}
}

@media only screen and (max-width: 599px){
.section--03{padding:30px 0 10px;}
.section--03 h2{
    font-size:2.4rem;
}
.section--03 .slides-item{
    padding:10px;
}
.section--03 .slides-item h3{
    font-size:1.6rem;
}
.section--03 ul li{
    font-size:1.4rem;
}
}
@media only screen and (max-width: 420px){
    .section--03 .slides-item h3{
        font-size:1.4rem;
    }
    .section--03 ul li{
        font-size:1.2rem;
    }
}

/* ------ section--04 ------ */
.section--04{padding:120px 0 80px;}
.section--04 h2{
    font-size:2.8rem;
}
.section--04 h2 div{
    font-size:3.6rem;
    padding-top:5px;
}
/* 2カラム */
.column-02_img-txt, .column-02_txt-img{display:flex;justify-content:flex-end;}
.column-02_img-txt{flex-direction: row-reverse;}
.column-02_imgbox, .column-02_txtbox{width:50%;}
.column-02_img-txt .column-02_txtbox, .column-02_txt-img .column-02_imgbox{padding:20px 0 20px 20px;max-width:500px;}
.column-02_txt-img .column-02_txtbox, .column-02_img-txt .column-02_imgbox{padding:20px 20px 20px 0;max-width:500px;}

.section--04 .no{font-size:4.4rem;line-height:1;}
.section--04 h3{font-size:2.4rem;}

@media only screen and (max-width: 1024px){
.section--04{padding:60px 0 40px;}
}

@media only screen and (max-width: 768px){
    .column-02_img-txt .column-02_txtbox, .column-02_txt-img .column-02_imgbox{padding:10px 0 10px 10px;}
    .column-02_txt-img .column-02_txtbox, .column-02_img-txt .column-02_imgbox{padding:10px 10px 10px 0;}
    .section--04 .no{font-size:4rem;line-height:1;}
    .section--04 h3{font-size:2rem;}
}

@media only screen and (max-width: 767px){
    .column-02_img-txt, .column-02_txt-img{display:block;}
    .column-02_imgbox, .column-02_txtbox{width:100%;}
    .column-02_img-txt .column-02_txtbox, .column-02_txt-img .column-02_txtbox{max-width:100%;padding:3%;}
    .column-02_img-txt .column-02_txtbox, .column-02_txt-img .column-02_imgbox{padding:10px 0 10px 0;}
    .column-02_txt-img .column-02_txtbox, .column-02_img-txt .column-02_imgbox{padding:10px 0 10px 0;}
}

@media only screen and (max-width: 599px){
.section--04 h2{
    font-size:2.4rem;
}
.section--04 h2 div{
    font-size:3rem;
}
.section--04 .no{
    font-size:3.5rem;
}
}

@media only screen and (max-width: 420px){
    .section--04 h2{
        font-size:1.8rem;
    }
    .section--04 h2 div{
        font-size:2.2rem;
    }
}

/* ------ section--05 ------ */
.section--05{
    padding:80px 0;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(240,247,253,1) 35%, rgba(195,221,247,1) 100%);
}

@media only screen and (max-width: 1024px){
    .section--05{padding:40px 0;}
}

@media only screen and (max-width: 599px){
    .section--05 h2 img{max-width:70%;}
    .section--05 h3 img{max-width:80%;}
}

/* ------ section--06 ------ */
.section--06{padding:80px 0;}
.section--06 h2{
    font-size:2.8rem;
}
.section--06 h2 div{
    font-size:3.6rem;
    padding-bottom:15px;
}
.section--06 .slides-item{
    border:4px solid #EBEBEB;
    margin-right: .5vw!important;
    margin-left: .5vw!important;
    padding:20px;
    min-height:732px;
}
.section--06 .small{font-size:1.4rem;}

@media only screen and (max-width: 1024px){
.section--06{padding:40px 0;}
.section--06 .slides-item{
    min-height:541px;
}
}

@media only screen and (max-width: 820px){
    .section--06 .slides-item{
        min-height:566px;
    }
}

@media only screen and (max-width: 599px){
    .section--06 h2{
        font-size:2.4rem;
    }
    .section--06 h2 div{
        font-size:3rem;
    }
    .section--06 .slides-item{
        min-height:500px;
    }
}
    
@media only screen and (max-width: 420px){
    .section--06 h2{
        font-size:1.8rem;
    }
    .section--06 h2 div{
        font-size:2.2rem;
        padding-bottom:10px;
    }
}

/* ------ section--07 ------ */
.section--07{
    padding:80px 0 0;
    background:#003782;
}
.section--07 h2{
    font-size:2.8rem;
}
.section--07 h2 p{
    font-size:3.6rem;
    position: relative;
    display: inline-block;
    padding: 15px 55px 0;
}
.section--07 h2 p:before, .section--07 h2 p:after {
    content: '';
    position: absolute;
    top: 60%;
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #fff;
}
.section--07 h2 p:before {
    left:0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.section--07 h2 p:after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.section--07 .col--item{
    background:#fff;
    padding:40px;
}
.section--07 .co-name{
    font-size:2rem;
}

@media only screen and (max-width: 1024px){
    .section--07{padding:40px 0 0;}
}

@media only screen and (max-width: 768px){
    .section--07 .col--item{padding:20px;}
}

@media only screen and (max-width: 599px){
    .section--07 h2{
        font-size:2.4rem;
    }
    .section--07 h2 p{
        font-size:3rem;
    }
}

@media only screen and (max-width: 420px){
    .section--07 h2{
        font-size:1.8rem;
    }
    .section--07 h2 p{
        font-size:2.2rem;
        padding-top:10px;
    }
    .section--07 .co-name{
        font-size:1.6rem;
    }
}

/* ------ section--08 ------ */
.section--08{
    padding:80px 0;
    background:#003782;
}
.section--08 h2{
    font-size:2.8rem;
}
.flow01{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:30px;
    background:#EEEBEB;
}
.flow01 h3{
    font-size:2rem;
}
.flow01 h4{
    font-size:2.4rem;
}
.flow01 .flow01-inner:nth-of-type(2n-1){
    width: 12%;
    padding-right: 1.5%;
    display:flex;
    align-items:center;
    justify-content: center;
}
.flow01 .flow01-inner:nth-of-type(2n){
    width: 88%;
    padding-left: 1.5%;
}
.flow01-wrap .try{
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    transform: rotate(70deg);
    margin-left:auto;
    margin-right:auto;
}

.flow01-wrap .try::before,.flow01-wrap .try::after{
    content: "";
    display: block;
    width: 20px;/*線の長さ*/
    height: 2px;/*線の太さ*/
    background: #fff;/*線の色*/
    position: absolute;
    top: calc(50%);
    right: 0;
    transform: rotate(70deg);
    transform-origin:calc(100% - 1px) 50%;
}    
.flow01-wrap .try::after{
    transform: rotate(-30deg);
}

@media only screen and (max-width: 1023px){
.flow01 h3{font-size:26px;}
}

@media only screen and (max-width: 599px){
    .section--08 h2{
        font-size:2.2rem;
    }
    .flow01{
        padding:15px;
    }
    .flow01 img{max-width:150px;}
    .flow01 h3{font-size:1.8rem;}
    .flow01 h4{font-size:2rem;}
    .flow01 .flow01-inner:nth-of-type(2n-1){
        width: 20%;
    }
    .flow01 .flow01-inner:nth-of-type(2n-1) img{
        width:90%;
    }
    .flow01 .flow01-inner:nth-of-type(2n){
        width: 80%;
    }
}

@media only screen and (max-width: 1024px){
.section--08{padding:40px 0;}
}

/* ------ section--09 ------ */
.section--09{
    padding:80px 0;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(240,247,253,1) 35%, rgba(195,221,247,1) 100%);
}
.se09-imgs img{
    max-width:33%;
    padding:10px;
}
.se09-telbox div{padding:0 10px;}
.section--09 a{
    font-size:4.4rem;
    color:#3878D7;
    line-height:1;
}
.section--09 .small{
    font-size:1.4rem;
}

@media only screen and (max-width: 1024px){
    .section--09{padding:40px 0;}
}

@media only screen and (max-width: 599px){
    .section--09 h2 img{max-width:70%;}
    .section--09 h3 img{max-width:80%;}
    .se09-imgs img{
        max-width:33%;
        padding:5px;
    }
    .section--09 h5{
        margin-bottom:10px;
    }
    .section--09 .tel-area{
        text-align:center;
    }
    .section--09 a{
        font-size:4rem;
    }
}


/* ------ section--10 ------ */
.section--10{
    padding:80px 0;
}
.se10-ttl-area{
    padding-bottom:5px;
    border-bottom:1px solid #003782;
}
.section--10 h2{
    font-size:2.4rem;
}
.step-numbers span{
    display:inline-block;
    padding:0 5px;
    font-size:2rem;
    background:#EBEBEB;
    width:30px;
    text-align:center;
}
.step-numbers span.active{
    background:#3878D7;
}

.section--10 h3{
    font-size:1.8rem;
}

.section--10 h3 span{
    background:#FF8700;
    padding:2px 5px;
    font-size:1.4rem;
    display:inline-block;
    margin-right:10px;
    vertical-align: bottom;
}
  
.radio_btn_common-03 input[type="radio"] {
    position: absolute;
    opacity: 0;
}
  
.radio_btn_common-03 input[type="radio"] + .radio-label{
    white-space: nowrap;
    cursor: pointer;
    width:115px;
    height:115px;
    display:flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:#fff;
    border:1px solid #0A4099;
    color:#0A4099;
    border-radius:10px;
    font-weight:bold;
    transition: 0.3s ease-in-out;
    margin:0 1.83rem 1.83rem 0;
}
.radio_btn_common-03 input[type="radio"] + .radio-label.label-last{
    border:1px solid #A8A8A8;
    color:#6E6E6E;
}
  
.radio_btn_common-03 input[type="radio"] + .radio-label:hover{
    opacity:1;
    
}
  
.radio_btn_common-03 input[type="radio"]:checked + .radio-label{
    color:#3878D7;
    background:#E9F7FF;
    border:1px solid #3878D7;
}

.section--10 select {
	display: block;
	color: #444;
    width:100%;
	line-height: 1.3;
	padding: 1em 40px 1em 1em;
	box-sizing: border-box;
	border: 1px solid #003782;
    font-size:1.6rem;
    position:relative;
    appearance: none;
    cursor:pointer;
    background: transparent;
    z-index:1;
    border-radius:0;
}
.section--10 .select-wrap{
    position:relative;
}
.section--10 .select-wrap:after{
    content:'▼';
    font-size:1rem;
    display:flex;
    background:#003782;
    width:30px;
    color:#fff;
    position:absolute;
    top:0;
    right:0;
    height:100%;
    max-height:54px;
    box-shadow: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    z-index:0;
}
.section--10 .w100{
    width:100%;
}
.section--10 .w20{
    width:20%;
    margin-right:20px;
}
.section--10 .w10{
    width:10%;
    margin-right:20px;
}
_::-webkit-full-page-media, _:future, :root .section--10 .w20.select-wrap:after {
    top:2px;
}
_::-webkit-full-page-media, _:future, :root .section--10 .w10.select-wrap:after {
    top:2px;
}
.section--10 .w20 select, .section--10 .w10 select{
    text-align:right;
}
.section--10 select::-ms-expand {
	display: none;
}
.section--10 select:focus {
	color: #222; 
	outline: none;
}
.section--10 select option {
	font-weight:normal;
}

.section--10 input[type="text"],
.section--10 input[type="email"],
.section--10 input[type="tel"]{
	width : 100%;
	padding: 1em;
	border : 1px solid #003782;
    font-size: 1.6rem;
    border-radius:0;
}

.checkbox-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#step1 .radio-inner,
#step2 .radio-inner,
#step3 .radio-inner {
  justify-content: center;
  text-align: center;
}

#step10 textarea {
  width: 100%;
  max-width: 100%;
  height: 150px;
  padding: 10px;
  font-size: 1.6rem;
  border: 1px solid #003782;
  border-radius: 4px;
  box-sizing: border-box;
}


  
@media only screen and (max-width: 599px){
    .radio_btn_common-03 {
        margin: 0.8rem 0;
        display:block;
    }
    .radio_btn_common-03 input[type="radio"] + .radio-label{
        white-space: normal;
        margin:0 1rem 1rem 0;
    }
    .section--10 .w20{
        width:40%;
        margin-right:20px;
    }
    .section--10 .w10{
        width:30%;
        margin-right:20px;
    }
}

@media only screen and (max-width: 420px){
    .se10-ttl-area{
        display:block;
    }
    .step-numbers{
        text-align:center;
        margin:5px 0;
    }
    .section--10 h2{
        font-size:2.2rem;
    }
    .radio_btn_common-03 input[type="radio"] + .radio-label{
        width:95px;
        height:95px;
    }
}


/* 固定バナー
---------------------------------------------------------------- */
/* 固定バナー */
.floating-banner-sp{display:none;}
.floating-banner{
    position: fixed;
    background-color: #fff;
    bottom: 50px;
    right: 20px;
    padding: 1em;
    border-radius: 4px;
    box-shadow: 0 5px 11px -1px rgb(0 0 0 / 23%);
    z-index: 9999;
    transition: all 0.6s;
    max-width:350px;
}
.floating-banner .banner-txt1{font-size:20px;line-height:1.5;}
.floating-banner .banner-txt2{font-size:24px;line-height:1.3;}

#banner-pc.close{display: none;}

/* closeボタン */
.dli-close{
    position: absolute;
    display: inline-block;
    top: .5em;
    right: .7em;
    width: 1.5em;
    text-align: center;
}
.dli-close:hover{cursor: pointer;}
.dli-close span{
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    transform: rotate(45deg);
    margin-left: auto;
}
.dli-close span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

@media only screen and (max-width: 1024px){
.floating-banner{display:none;}
.floating-banner-sp{
    position: fixed;
    display:inline-block;
    bottom: 10px;
    left: 0;
    right:0;
    padding: 1em;
    z-index: 9999;
    box-shadow: 0 5px 11px -1px rgb(0 0 0 / 23%);
    margin-left:auto;
    margin-right:auto;
    padding:20px 10px;
    background:#fff;
    width:75%;
}
.floating-banner-sp .banner-txt1{font-size:20px;line-height:1.5;}
.floating-banner-sp .banner-txt2{font-size:24px;line-height:1.3;}
.floating-banner-sp br{display:none;}
.floating-banner-sp a:hover{opacity: 1;}
.floating-banner-sp a img{width: 90%;}
#banner-sp.close{display: none;}
.dli-close{
    position: absolute;
    display: inline-block;
    top: 10px;
    right: -5px;
    width: 12%;
    min-width: 30px;
    text-align: center;
}
}

@media only screen and (max-width: 599px){
 .floating-banner-sp{width:100%;}
 .floating-banner-sp br{display:none;}
 .floating-banner-sp .banner-txt1{font-size:18px;line-height:1.5;}
.floating-banner-sp .banner-txt2{font-size:20px;line-height:1.3;}
}

@media only screen and (max-width: 420px){
    .floating-banner-sp br{display:block;}
    .floating-banner-sp .banner-txt1{font-size:18px;line-height:1.5;}
   .floating-banner-sp .banner-txt2{font-size:20px;line-height:1.3;}
   }








/* title
---------------------------------------------------------------- */
.ttl--01{ border-bottom: 1px solid #333;}
.ttl--02{ background: #DDD; padding: 5px; font-size: 18px;}

.ttl--underline{
    display:inline-block;
    background:linear-gradient(transparent 60%, #FFFA00 60%);
}



/* btn
---------------------------------------------------------------- */
.btn{ margin-top: 40px; text-align: center;}

/* btn-03-c */
.btn-03-c a{
    padding: 20px 100px;
    display: inline-block;
    font-size:28px;
    text-decoration: none;
    position:relative;
    text-decoration: none;
    transition: all 0.3s;
    background: rgb(255,155,50);
    background: linear-gradient(90deg, rgba(255,155,50,1) 0%, rgba(255,105,100,1) 100%);
    color:#FFFFFF;
    box-shadow: 0px 0px 15px -5px #777777;
    text-align:center;
    transition: 0.3s ease-out;
    border-radius:50px;
    }
    .btn-03-c a:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 1px;
        margin: auto;
        right: 30px;
        width: 10%;
        height: 1px;
        background: #fff;
        transition: all .3s;
    }
    .btn-03-c a:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 9px;
        margin: auto;
        right: 30px;
        width: 11px;
        height: 1px;
        background: #fff;
        transform: rotate(40deg);
        transition: all .3s;
    }
    .btn-03-c a:hover{
    opacity:.8;
    }
    .btn-03-c a:hover:before, .btn-03-c a:hover:after {
     right: 10px;
    }
    @media only screen and (max-width: 599px){
    .btn-03-c a{
    font-size:16px;padding: 20px 80px;
    }
    }

/* btn-03-c-small */
.btn-03-c-small a{
    padding: 10px 40px;
    display: inline-block;
    font-size:20px;
    text-decoration: none;
    position:relative;
    text-decoration: none;
    transition: all 0.3s;
    background: rgb(255,155,50);
    background: linear-gradient(90deg, rgba(255,155,50,1) 0%, rgba(255,105,100,1) 100%);
    color:#FFFFFF;
    box-shadow: 0px 0px 15px -5px #777777;
    text-align:center;
    transition: 0.3s ease-out;
    border-radius:50px;
    margin-right:5px;
}
.btn-03-c-small a:hover{
    opacity:1;
}
@media only screen and (max-width: 599px){
    .btn-03-c-small a{
        padding: 10px 30px;
        font-size:16px;
    }
}
@media only screen and (max-width: 420px){
    .btn-03-c-small a{
        padding: 10px 40px;
        font-size:16px;
    }
}

/* btn-03-c-small2 */
.btn-03-c-small2 a{
    padding: 10px 40px;
    display: inline-block;
    font-size:20px;
    text-decoration: none;
    position:relative;
    text-decoration: none;
    transition: all 0.3s;
    background: #fff;
    color:#FF5500;
    box-shadow: 0px 0px 15px -5px #777777;
    text-align:center;
    transition: 0.3s ease-out;
    border-radius:50px;
    margin-left:5px;
}
.btn-03-c-small2 a:hover{
    opacity:1;
}
@media only screen and (max-width: 599px){
    .btn-03-c-small2 a{
        padding: 10px 30px;
        font-size:16px;
    }
}
@media only screen and (max-width: 420px){
    .btn-03-c-small2 a{
        padding: 10px 40px;
        font-size:16px;
    }
}

input[type="submit"], input[type="button"], input[type="reset"] {
    -webkit-appearance: none;
  }

.btn-orange{
    background:#FF8700;
    font-size:2rem;
    color:#fff;
    padding:20px 40px;
    border:0;
    border-radius:6px;
    min-width:300px;
    cursor:pointer;
    display:inline-block;
    border-radius:5px;
}
.btn-gray{
    background:#CDCDCD;
    font-size:2rem;
    color:#fff;
    padding:20px 40px;
    border:0;
    border-radius:6px;
    min-width:140px;
    cursor:pointer;
    display:inline-block;
    border-radius:5px;
}

@media only screen and (max-width: 420px){
    .btn-orange{
        padding:15px 20px;
        min-width:200px;
    }
    .btn-gray{
        padding:15px 20px;
        min-width:100px;
    }
}

/* single
---------------------------------------------------------------- */
.single-img{ margin-top: 20px;}
.single-txt{ margin-top: 20px;}
.single-navi{ margin-top: 30px;}
.single-navi-btn {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.single-navi-btn:first-child {

border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
width: 33.3333%;
text-align: center;
}
.single-navi-btn {

border-right: 1px solid #ccc;
width: 33.3333%;
text-align: center;
}
.single-navi-btn a{
display: block;
padding: 10px;
}


/* スライドアイテム
---------------------------------------------------------------- */

.sp-slides-container {
position: relative;
width: 100%;
}

/* Form Step
---------------------------------------------------------------- */
.tab{
  display: none;
}
.tab.current{
  display: block;
}
#banner-sp{
  visibility: hidden;
  opacity: 0;  
  transition: all .2s
}
#banner-sp.active{
  visibility:visible;
  opacity: 1;
}
#line .pc{
  display: none;
}
@media only screen and (min-width: 600px){
  #line .sp{
    display: none;
  }
  #line .pc{
    display: block;
  }
}

