
/*
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
*/

img{
    object-fit: contain;
}

.breadcrumb_tag_area{
    background-color: #E7E7E7;
    margin: 0;
    padding: 15px 0;
}
.breadcrumb{
    margin: 0 auto;
    list-style: none;
    width: 98%;
    max-width: 1200px;
}
.breadcrumb li{
    display: inline-block;
}
.breadcrumb li a{
    color: #3c3c3c;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
}
.breadcrumb li a:hover{
    opacity: .8;
}
.mt20{
    margin-top: 20px;
}
.prize_area{
    position: relative;
}

.prize_area>.prize{
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    text-align: center;
}
.prize_area>.prize>img{
    width: 100%;
    max-width: 600px;
}
.prize_area_arrow{
    position: relative;
    overflow: hidden;
    height: 4vw;
}
.prize_area_arrow::after{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    border-top: 4vw solid #3266CC;
    border-right: 100vw solid transparent;
}

.all_trouble{
    background-color: #DFF2FF;
    padding: 5vw 0 1.5vw;
    margin-top: -4vw;
}
.all_trouble>img{
    display: block;
    width: 98%;
    max-width: 700px;
    margin: 0 auto;
}
/* cta */
.cta_area{
    position: relative;
}
.cta_area02{
    position: relative;
}

.cta_time {
    background: #1e5fcc;
    color: #fff;
}
.cta {
    position: relative;
    display: flex;
    background: #ffffe8;
    flex-direction: row-reverse;
}
img.pay {
    width: 95%;
}
.cta_btn02 {
    margin: 20px 0;
    display: flex;
    width: 95%;
    filter: drop-shadow(3px 3px 3px #aaa);
    justify-content: space-between;
}
.cta_btn02 a {
    width: 49%;
}
.cta_bg_pc {
    width: 28%;
}
@media screen and (max-width: 900px){
    .cta_btn_follow a{
        margin: 0 auto;
        width: 30%;
    }
}

@media screen and (min-width: 896px){
.toiawase {
    width: 400px;
}
}

@media screen and (max-width: 640px){
.cta_btn.sp {
    position: absolute;
    width: 61%;
    right: 4%;
    top: 2%;
}
.cta_btn_sparea{
    margin: 0;
}
img.btn {
    margin-bottom: 10px;
    filter: drop-shadow(3px 3px 3px #aaa);
}
img.toiawase {
    margin-bottom: 18px;
    filter: drop-shadow(3px 3px 3px #aaa);
}
.cta_btn_follow img.btn {
    margin-bottom: 0;
}
.cta_btn_follow img.toiawase{
    margin-bottom: 0;
}
img.pay {
    width: 100%;
}
}

.tel_btn,
.web_btn{
    position: absolute;
    bottom: 8%;
    display: block;
}
.tel_btn:hover,
.web_btn:hover{
    opacity: 0.8;
}
.tel_btn img,
.web_btn img{
    display: block;
}
.cta_area .tel_btn,
.cta_area .web_btn{
    width: 22%;
}
.cta_area .tel_btn{
    right: 41%;
}
.cta_area .web_btn{
    right: 18.5%;
}
.cta_area02 .tel_btn,
.cta_area02 .web_btn{
    width: 35%;
}
.cta_area02 .tel_btn{
    right: 36%;
}
.cta_area02 .web_btn{
    right: 0;
}

.main_flex{
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
    justify-content: space-between;
}
.main_flex .mf_left{
    width: 75%;
    margin-top: 20px;
}
.main_flex .mf_right{
    width: 23%;
    margin-top: 20px;
}

.customer_voice{
    background-color: #def3ff;
    padding: 20px 40px 50px;
}

figure.pics{
    text-align: center;
}

.content_ttl{
    width: 40%;
    max-width: 200px;
    margin: 3% auto;
}

.cv_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cv_child{
    width: 48.5%;
    margin-top: 4%;
    border: 5px solid #3366cc;
    border-radius: 60px 0 0 0;
    background-color: #fff;
    padding-bottom: 200px;
    max-height: 300px;
}
.cv_child_ttl{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    left: -20px;
    top: -20px;
}
.cv_child_ttl>img{
    display: block;
    width: 33%;
}
.cv_child_ttl>div{
    width: 62%;
    margin-bottom: -1%;
}
.cv_child_ttl>div p{
    margin: 0;
}
.cv_child_ttl>div p:first-child{
    color: #8e8e8e;
}
.cv_child_ttl>div p:first-child>span{
    background-color: #3366cc;
    color: #fff;
    margin-right: 10px;
    padding: 3px 5px;
    font-size: 16px;
}
.cv_child_ttl>div p:nth-child(2){
    color: #fe9309;
    margin-top: 5px;
}
.cv_child_ttl+p{
    padding: 0 15px;
    margin: -5px 0 0;
    color: #303030;
    font-size: 16px;
    font-weight: bold;
}
.cv_arrow{
    position: relative;
    overflow: hidden;
    height: 7vw;
}
.cv_arrow::before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    border-top: 7vw solid #3266CC;
    border-right: 100vw solid transparent;
}
.cv_arrow::after{
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    border-top: 7vw solid #def3ff;
    border-left: 100vw solid transparent;
}
.cv_arrow+figure img{
    width: 98%;
    max-width: 700px;
}
.price_detail{
    display: block;
    width: 98%;
    max-width: 500px;
    margin: 20px auto;
}
.campaign_arrow{
    position: relative;
    overflow: hidden;
    height: 6.9vw;
}
.campaign_arrow::before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    border-bottom: 7vw solid #3266CC;
    border-left: 100vw solid transparent;
}
.campaign_arrow::after{
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    border-bottom: 7vw solid #def3ff;
    border-right: 100vw solid transparent;
}

.flow_area{
    background-color: #def3ff;
    padding: 20px 40px 100px;
}
.flow_img{
    width: 98%;
    margin: 10px auto !important;
    max-width: 650px;
}
.staff_area{
    background-image: url('../img/staff_bg.png');
    background-size: cover;
    border-top: 18px solid #0a57bb;
    padding: 30px 20px 70px;
}
.staff_flex{
    width: 98%;
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.staff_flex,
.staff_detail{
    display: flex;
    justify-content: space-between;
}
.staff_child{
    border: 3px solid #0a57bb;
    position: relative;
    width: 49%;
    background-color: #fffee6;
    box-shadow: 10px 10px 5px rgba(0,0,0,.17);
    margin-bottom: 35px;
}
.staff_detail{
    align-items: center;
    background-color: #fff;
    padding: 20px;
}
.staff_detail>img{
    display: block;
    width: 27%;
}
.staff_detail>div{
    width: 70%;
}
.staff_detail>div>h4{
    color: #0a57bb;
    border-bottom: 1px solid #0a57bb;
    padding: 0 0 3px;
    text-align: left;
    margin-bottom: 10px;
}
.staff_bnr{
    position: absolute;
    right: 10px;
    top: -10px;
    width: 60px;
}
.staff_detail+p{
    padding: 20px;
    color: #2b2b2b;
    margin: 0;
}
.qa_area{
    background-color: #def3ff;
    padding: 20px 40px 100px;
}

.mf_right a:hover{
    transition: all 0.3s;
}
.side_menu{
    border: 3px solid #3366cc;
    border-radius: 10px;
    margin-bottom: 20px;
}
.side_menu>h3{
    background-color: #3366cc;
    color: #fff;
    padding: 10px 0;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    margin: 0;
}
.side_menu>a{
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #b6b6b6;
    margin: 0;
    color: #3366cc;
    text-decoration: none;
    font-weight: bold;
}
.side_menu>a:last-child{
    border-bottom: none;
}
.side_menu>a:hover{
    background-color: #ddd;
}
.side_menu_btn{
    display: block;
    margin-bottom: 15px;
    background-color: #666;
    border: solid 2px #fff;
	outline: solid 4px #666;
    color: #fff !important;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}
.side_menu_btn::before{
    content: '▶';
    color: #fff;
    top: 30%;
    right: 5%;
    position: absolute;
    font-size: 12px;
}
.side_menu_btn:hover{
    opacity: 0.8;
}

/* ---------------------------------------------------------------------------------------------

　   FAQ

--------------------------------------------------------------------------------------------- */
.faq_box {
	overflow: hidden;
}
.faq_box:last-child {
	margin-bottom: 0;
}
.switch {
	cursor: pointer;
	font-weight: bold;
	display: flex;
	align-items: center;
	background-color: #fff;
}
.switch.open {
	background: #0a57bb;
	color: #fff;
}
.contentWrap {
	display: none;
	margin-top: 10px;
	border: 3px solid #0a57bb;
	background: #fff;
}
.contentWrap.open {
	display: block;
}
.q {
	transition: .5s;
}
.q,.a {
	position: relative;
}
.q:before,.a:before {
	position: absolute;
	transition: .5s;
}
.q:before {
	content: "Q";
	color: #fff;
	background-color: #0a57bb;
	border-radius: 100px;
	top: 50%;
	transform: translateY(-50%);
	padding: 2px 13px;
}
.open.q:before{
    color: #0a57bb;
	background-color: #fff;
}
.accordion_icon,
.accordion_icon span {
	transition: all .4s;
	box-sizing: border-box;
	display: inline-block;
}
.accordion_icon_wrap {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
}
.accordion_icon {
	position: relative;
	display: block;
}

.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #0a57bb;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.open .accordion_icon span{
    background-color: #fff;
}
.accordion_icon span:nth-of-type(1) {
    top: 15px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 15px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.open .accordion_icon span:nth-of-type(1) {
	display:none;
}
.open .accordion_icon span:nth-of-type(2) {
	top: 15px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
@media only screen and ( max-width : 767px ) {
	#faq h2 img {
		max-width: 270px;
	}
	.faq_box {
		margin-bottom: 15px;
	}
	.accordion_icon_wrap {
		right: 15px;
	}
	.q:before,.a:before {
		font-size: 30px;
		left: 15px;
	}
	.q {
		font-size: 1rem;
		padding: 10px 60px;
	}
	.a {
		padding: 10px 15px;
	}
	.a p{
	    margin: 0;
	}
	.a:before {
		top: 10px;
	}
	.switch {
		height: 90px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.faq_box {
		margin-bottom: 30px;
	}
	.q {
		font-size: 22px;
		padding: 10px 80px;
	}
	.q:before,.a:before {
		font-size: 30px;
		left: 20px;
		font-family: 'Ropa Sans', sans-serif;
	}
	.a {
		padding: 20px 25px;
		font-size: 18px;
	}
	.a p{
	    margin: 0;
	}
	.a:before {
		top: 0;
	}
	.switch {
		height: 80px;
	}
	.accordion_icon_wrap {
		right: 30px;
	}

	.pc_ds_n{
	    display: none !important;
	}
	.openbtn span{
	    display: none;
	}
}
/* ---------------------------------------------------------------------------------------------

　   FAQ END

--------------------------------------------------------------------------------------------- */





@media screen and (max-width:1600px) and (min-width:1024px){
    .prize_area>.prize>img{
        max-height: 130px;
    }
}
@media screen and (max-width:768px) and (min-width:425px){
    .breadcrumb_tag_area{
        margin-top: 7vh;
	}
}
@media screen and (max-width:425px) and (min-width:375px){
    .breadcrumb_tag_area{
        margin-top: 8vh;
	}
}
@media screen and  (max-width:375px){
    .breadcrumb_tag_area{
        margin-top: 9vh;
	}
}
@media screen and (max-width:1023px) and (min-width:768px){
    .prize_area>.prize>img{
        max-height: 95px;
    }
}
@media screen and (max-width:767px){
    .sp_ds_n{
	    display: none !important;
	}
	.prize_area .sp{
	    margin: 0;
	    width: 100%;
	}
	.prize_area_arrow{
	    height: 12vw;
	}
	.prize_area_arrow::after{
	    border-top: 12vw solid #3266CC;
	}
	.prize_area>.prize{
	    bottom: 8%;
	}
	.prize_area>.prize>img{
	    width: 90%;
	}
	.breadcrumb_tag_area{
	    padding: 5px 0;
	}
	.breadcrumb{
	    padding-left: 10px;
	    font-size: 14px;
	}
	.all_trouble{
	    margin-top: -30vw;
	    padding: 16vw 0 0;
	}
    .all_trouble>img{
        width: 95%;
        margin-left: 4%;
        position: relative;
        top: -2vh;
    }
    .main_flex .mf_left{
        width: 100%;
    }
    .main_flex .mf_right{
        display: none;
    }
    .customer_voice{
        padding: 20px;
    }
    .cv_child{
        max-height: none;
        padding-bottom: 20px;
        margin: 20px auto 0;
    }
    .cv_child_ttl{
        left: -5px;
    }
    .flow_area{
        padding: 20px 20px 40px;
    }
    .flow_img{
        margin-top: 20px;
    }
    .staff_flex{
        display: block;
    }
    .staff_area{
        padding-bottom: 30px;
    }
    .staff_child{
        width: 100%;
        margin: 20px 0;
        box-shadow: none;
    }
    .staff_detail>img{
        width: 35%;
    }
    .staff_detail>div{
        width: 62%;
    }
    .qa_area{
        padding: 20px 20px 50px;
    }
    .q:before,
    .a:before{
        font-size: 18px;
    }
    .q:before{
        padding: 2px 8px;
    }
    .cta_area .sp,
    .cta_area02 .sp{
        margin: 0;
    }
    .tel_btn,
    .web_btn{
        width: 90% !important;
        left: 5%;
    }
    .tel_btn{
        bottom: 22%;
    }
    .web_btn{
        bottom: 5%;
    }


    /* ---------------------------------------------------------------------------------------------

    　   slick

    --------------------------------------------------------------------------------------------- */
        .slick-active{
            width: 95%;
            box-shadow: 10px 10px 5px rgba(0,0,0,.17);
        }
        .slick-dots li{
            margin: 0;
        }
        .slick-dots li button:before{
            font-size: 10px;
            color: #303030;
        }
        .slick-dots li.slick-active button:before{
            color: #303030;
        }
        .slick-dots li.slick-active{
            box-shadow: none;
        }

    /* ---------------------------------------------------------------------------------------------

    　   slick END

    --------------------------------------------------------------------------------------------- */
}

.pc{
    margin: 0;
}







/* ---------------------------------------------------------------------------------------------

　   header

--------------------------------------------------------------------------------------------- */
header{
    padding-top: 10px;
    background: #fff;
}
.head_flex{
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1250px;
    justify-content: space-between;
    align-items: center;
}
.head_flex>figure{
    margin: 0;
    width: 30%;
}
.head_tel_area{
    border: 1px solid #ff6c00;
    background-color: #fff7f1;
    border-radius: 10px;
    padding: 10px 20px;
    position: static;
}
.head_tel_area p,
.head_tel_area a{
    display: block;
    margin: 0;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}
.head_tel_area p{
    color: #3c3c3c;
    font-size: 14px;
}
.head_tel_area p:first-child{
    text-align: left;
}
.head_tel_area p:last-child{
    color: #159df3;
}
.head_tel_area a{
    color: #ff6c00;
    font-size: 32px;
    font-weight: 900;
}
.search_area p{
    font-weight: bold;
    display: block;
    color: #f00000;
    margin: 0;
    padding: 0 20px;
}
.search_box{
    display: flex;
    justify-content: space-between;
}
.search_box>div{
    border: 2px solid #959595;
    width: 88%;
    height: 30px;
}
.search_box>img{
    display: block;
    width: 8%;
}
.n_humb{
    background-color: #3266CC;
}
.n_humb ul{
    max-width: 1250px;
    padding: 0;
}
.n_humb ul li{
    border-right: 2px solid #fff;
}
.n_humb ul li:last-child{
    border-right: none;
}
.n_humb ul li a{
    padding: 15px 11px;
}
.n_humb ul li a:hover{
    background-color: rgba(255,255,255, 0.2);
}
.n_humb li.has-child ul{
    top: 100px;
}
.n_humb li.has-child ul li a{
    background-color: #DFF2FF;
    color: #303030;
}
.n_humb li.has-child ul li a:hover,
.n_humb li.has-child ul li a:active{
    background-color: #999;
}


@media screen and (max-width:767px){
    .search_area{
        display: none;
        width: 0%;
        position: absolute;
    }
    header{
        padding-bottom: 10px;
        box-shadow: none;
    }
    .head_tel_area a{
        font-size: 16px;
    }
    .head_tel_area p{
        font-size: 10px;
    }
    .head_tel_area{
        padding: 5px 10px;
        margin-right: 13.5%;
    }
    .openbtn{
        width: 40px;
        height: 40px;
        right: 2%;
        top: 25%;
        border-radius: 10px;
        border: 1px solid #969696;
    }
    .openbtn span{
        left: 22%;
        background-color: #3366cc;
        width: 60%;
    }
    .openbtn span:nth-of-type(1){
        top: 16%;
    }
    .openbtn span:nth-of-type(2){
        top: 36%;
    }
    .openbtn span:nth-of-type(3){
        top: 56%;
    }
    .openbtn span:nth-of-type(4){
        background: none;
        top: 60%;
        font-size: 8px;
        color: #3366cc;
    }
    .openbtn.active span:nth-of-type(1),
    .openbtn.active span:nth-of-type(3){
        width: 70%;
        left: 20%;
    }
    .openbtn.active span:nth-of-type(1){
        top: 30%;
    }
    .openbtn.active span:nth-of-type(3){
        top: 60%;
    }
    .openbtn.active span:nth-of-type(4){
        opacity: 0;
    }
    #header{
        margin-left: 2%;
    }
    .head_flex>figure{
        width: 40%;
    }

    #g-nav{
        background-color: #f1f1f1;
        top: 0;
        bottom: 0;
        /*height: 100vh;*/
    }
    .sb_img{
        display: block;
        width: 68%;
        margin: 7% 5% 20px;
    }
    #g-nav-list{
        border-top: 3px solid #ff6000;
    }
    #g-nav ul{
        margin: 0 auto;
        width: 100%;
        padding: 0;
        background-color: #fff;
    }
    #g-nav ul li{
        border-bottom: 1px solid #b1b1b1;
        padding: 2px 0 2px 20px;
    }
    #g-nav ul li a{
        color: #363636;
        text-decoration: none;
    }
    #g-nav ul .ttl{
        padding: 10px;
        background-color: #f1f1f1;
        margin: 0;
        color: #363636;
    }
    #g-nav ul .ttl img{
        width: 30px;
        margin-right: 10px;
    }
    #g-nav.panelactive #g-nav-list{
        height: 75vh;
    }
    .humb_acc dl,
    .humb_acc dd{
        margin: 0;
        width: 100%;
        text-align: left;
    }
    .humb_acc dd{
        display: none;
    }
}
/* ---------------------------------------------------------------------------------------------

　   header END

--------------------------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------------

　   footer

--------------------------------------------------------------------------------------------- */
footer{
    background-color: #0a57bb;
    color: #fff;
    padding: 1% 0 100px;
}
.footer_body{
    width:98%;
    max-width: 1200px;
    margin: 0 auto;
}
.anno_box{
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
}
.f_logo{
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 30px auto;
}
.admin{
    max-width: 500px;
    margin: 0 auto;
}
.admin,
.admin>span{
    display: block;
}
.admin>span{
    border-bottom: 1px solid #fff;
    padding: 3px 0;
}
.cta_add{
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}
.cta_add+a{
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 10px auto;
}
.cta_add+a img{
    width: 100%;
}

.footer_flex,
.ffc02,
.ffc03{
    display: flex;
    flex-wrap: wrap;
}
.footer_flex{
    justify-content: space-between;
    margin: 5% auto;
}
.footer_flex_child a{
    text-decoration: none;
}
.ffc02 a{
    display: block;
    width: 49%;
}
.ffc03 a{
    display: block;
    width: 31%;
}
.footer_flex_child span,
.footer_flex_child span{
    color: #ff6000;
    font-weight: bold;
    margin-right: 5px;
}
.footer_flex_child{
    width: 30%;
}
.footer_flex .longer{
    width: 66%;
}
.footer_flex .longer .ffc02{
    justify-content: space-between;
}
.footer_flex_child h5{
    padding: 5px 0;
    border-bottom: 2px solid #fff;
    margin: 10px 0;
    text-align: left;
}
.footer_flex+p{
    margin-top: 20px;
    display: block;
    text-align: center;
}
.footer_flex+p a{
    text-decoration: none;
}

@media screen and (max-width:767px){
    .footer_flex,
    .admin,
    .logner .fcc02{
        display: block;
        width: 95%;
    }
    .footer_flex{
        margin-top: 8%;
    }
    .footer_flex_child,
    .footer_flex .longer,
    .longer .ffc02 a{
        width: 100%;
    }
    .anno_box{
        font-size: 14px;
    }
    .cta_add{
        font-size: 18px;
    }
    .ffc02,
    .ffc03{
        width: 100%;
        padding: 0 2%;
    }
}
@media screen and (min-width:640px){
    .br-sp {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .br-pc { display:none; }
}
/* ---------------------------------------------------------------------------------------------

　   footer END

--------------------------------------------------------------------------------------------- */


.reason {
    background: #def3ff;
    padding-top: 60px;
    padding-bottom: 70px;
}
.reason h3 {
    text-align: center;
    margin-top: 13px;
    font-weight: bold;
    font-style: inherit;
    color: #3366cc;
    font-size: 35px;
}
.box_reason {
    width: 95%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
}
.box_reason img {
    width: 30%;
}
.system {
    padding-top: 60px;
    padding-bottom: 70px;
}
.system h3 {
    text-align: center;
    margin-top: 13px;
    font-weight: bold;
    font-style: inherit;
    color: #3366cc;
    font-size: 35px;
}
.box_system {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: auto;
    margin-top: 20px;
}
.system_comments {
    font-size: 12px;
    text-align: right;
}
.box_system img {
    width: 50%;
}


@media screen and (max-width: 640px) {
    .reason {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
    .reason h3 {
    font-size: 25px;
}
    .box_reason {
    width: 100%;
    margin-bottom: 20px;
}
.box_reason img {
    width: 32%;
}
.system {
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.system h3 {
    font-size: 22px;
}
.box_system {
    margin-top: 15px;
    flex-wrap: wrap;
}
.box_system p {
    width: 100%;
}
.box_system img {
    width: 100%;
}
}


    /* スマホ追従ボタン */
@media screen and (max-width: 900px) {
    .following_area{
        position: fixed;
        bottom: -4px;
        left: 0;
        right: 0;
        border-top: 4px solid #ff7800;
        background: #fff;
        padding: 10px 10px 0;
        z-index: 10;
        box-sizing: border-box;
        box-shadow: 0 0 5px rgba(0,0,0,0.4);
    padding-bottom: 15px;
    margin-bottom: 0;
    }
    .cta_btn_follow{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        gap: 2%;
        margin: 0;
    }
    .following_area>a:first-child {
        width: 49%;
    }
    .following_area>a:last-child {
        width: 50%;
    }
.cta_btn_follow a {
    width: 50%;
}
.following_area .img.btn{
    margin-bottom: 0;
}
.following_area .img.toiawase{
    margin-bottom: 0;
}
}

@media screen and (max-width: 900px) and (min-width: 640px){
    .following_area{
        position: fixed;
        bottom: -4px;
        left: 0;
        right: 0;
        border-top: 4px solid #ff7800;
        background: #fff;
        padding: 10px 10px 0;
        z-index: 10;
        box-sizing: border-box;
        box-shadow: 0 0 5px rgba(0,0,0,0.4);
    }
    .cta_btn_follow{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        gap: 2%;
    }
    .following_area>a:first-child {
        width: 49%;
    }
    .following_area>a:last-child {
        width: 50%;
    }
    .cta_btn_follow a {
        width: 50%;
    }
    .following_area .img.btn{
        margin-bottom: 0;
    }
    .following_area .img.toiawase{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 400px){
    .cta_btn_follow a {
        max-width: 160px;
        margin: 0 auto;
    }
}