/*---------------------- h4 ----------------------*/
.kaeru_h4 {
    font-size: 134%;
    color: #1c5ba4;
    background-color: #f1f7fd;
    padding: 7px 0;
    position: relative;
    margin-bottom: 50px;
    font-weight: bold;
}

.kaeru_h4::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 1em solid transparent;
    border-left: 1em solid #1c5ba4;
    position: absolute;
    z-index: 100;
}


/*---------------------- FLEX ----------------------*/
.kaeru_container {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}


/*---------------------- 共通ボックス ----------------------*/
.kaeru_box {
width:800px;
margin:0 auto 30px;
text-align: left;
}

.feature_box{background:#fbfbfb;padding:20px;width:100%;}


.orange_line{border-bottom: solid 4px #fe9900;padding-bottom:3px; }

.kaeru_case{width:960px;margin:0 auto;}
.kaeru_case li{width:220px;margin:0 10px;float:left;}
.kaeru_case li img{width:100%;}


/*---------------------- オレンジボタン ----------------------*/
.go_button {
    font-weight: bold;
    margin: 0 auto 10px;
    position: relative;
    padding: 20px 0;
    width: 100%;
    display: block;
    border-width: 1px;
        border-color: rgb(252, 179, 22);
        border-style: solid;
        border-radius: 5px;
        background-image: -moz-linear-gradient( 270deg, rgb(255,192,0) 0%, rgb(252,187,75) 48%, rgb(255,167,13) 53%, rgb(252,179,22) 100%);
        background-image: -webkit-linear-gradient( 270deg, rgb(255,192,0) 0%, rgb(252,187,75) 48%, rgb(255,167,13) 53%, rgb(252,179,22) 100%);
        background-image: -ms-linear-gradient( 270deg, rgb(255,192,0) 0%, rgb(252,187,75) 48%, rgb(255,167,13) 53%, rgb(252,179,22) 100%);
}

.go_button:after {
    content: "\f138";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 134%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.go_button:hover {
    opacity: 0.7;
}
.go_button:link {
    text-decoration: none;
}
.go_button span {
    display: block;
    color: white;
    width: 100%;
    font-size: 134%;
    text-align: center;
}

/*---------------------- フロー ----------------------*/
.kaeru_flow {
    border: 3px solid #dde7f1;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 50px;
}

.kaeru_flow .l_box {
    -webkit-flex: 0 1 27%;
	-ms-flex: 0 1 27%;
	flex: 0 1 27%;
}
.kaeru_flow .r_box {
    -webkit-flex: 1 1 70%;
	-ms-flex: 1 1 70%;
	flex: 1 1 70%;

    padding-left: 20px;
    border-left: 1px dashed #dde7f1;
}

.kaeru_flow.mark {
    background: #fefdf6;
}
.kaeru_flow:after {
    content: "";
    border-top: 30px solid #ffd600;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
}

.kaeru_flow.end:after {
    border: none;
}

.kaeru_flow .step {
    color: #1c5ba4;
    font-size: 134%;
    margin: 0;
    line-height: 1.5em;
}

.kaeru_flow .title {
    font-weight: bold;
    font-size: 134%;
    margin: 0;
    line-height: 1.5em;
}





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

    
    .kaeru_container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .go_button span {
        font-size: 110%;
    }
    .go_button:after {
        font-size: 100%;
    }
    .flex45, .flex48, .flex50, .flex60 {
        -webkit-flex: 0 1 100% !important;
        -ms-flex: 0 1 100% !important;
        flex: 0 1 100% !important;
    }
    
    .lp_box .l_box {
        text-align: center !important;
    }

    .kaeru_flow .l_box {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .kaeru_flow .r_box {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    
        padding-left: 0;
        padding-top: 10px;
        margin-top: 20px;
        border-left: none;
        border-top: 1px dashed #d7d7d7;
    }
    
    .lp_last_float {
        float: none;
        padding-left: 0;
    }


    /*---------------------- 共通ボックス ----------------------*/
.kaeru_box {
width:100%;
margin:0 auto 30px;
text-align: left;
}

.feature_box{background:#fbfbfb;padding:20px;width:100%;}


.orange_line{border-bottom: solid 4px #fe9900;padding-bottom:3px; }

.kaeru_case{width:90%;margin:0 0 0 5%;}
.kaeru_case li{width:100%;margin:0 0 10px;float:none;}
.kaeru_case li img{width:100%;}



.flex40 {
    -webkit-flex: 0 1 40%;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
}

.flex45 {
    -webkit-flex: 0 1 45%;
	-ms-flex: 0 1 45%;
	flex: 0 1 45%;
}

.flex48 {
    -webkit-flex: 0 1 48%;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
}

.flex50 {
    -webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.flex60 {
    -webkit-flex: 0 1 60%;
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
}

.ai_fs {
    -webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.jc_c {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

}
.jc_sa {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
