/* トップメニュー　*/

#menublock1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 80px;
}
.c_menu{
	width: 46%;
	border-bottom: solid 1px #a7a7a7;
	margin-bottom: 50px;
}
.menu_image{
	width: 100%;
}
.menu_image img{
	width: 100%;
}
.menu_title{
	display: flex;
	justify-content: space-between;
	padding: 16px 16px;
}
.c_menu h3{
	font-size: 18px;
	color: #242424;
	line-height: 130%;
}
.arrow1{
    width: 9px;
    height: 9px;
    border-top: 2px solid #5cad86;
    border-right: 2px solid #5cad86;
    transform: rotate(45deg);
    transition:.2s;
    margin-right: 6px;
    margin-top: 4px;
}
a:hover .arrow1{
    margin-right: 0px;
}

#menublock2{
	margin: 50px auto 120px auto;
	display: flex;
	flex-wrap: wrap;
}
.c_menu2{
	width: 30%;
	border: solid 1px #a7a7a7;
	margin-bottom: 50px;
	text-align: center;
	margin-right: 4.4%;
}
.menu_icon{
	width: 90%;
	text-align: center;
	border-bottom: solid 1px #a7a7a7;
	padding: 40px 0;
	margin: 0 auto;
}
.menu_icon img{
	width: 26%;
}
.c_menu2 h3{
	font-size: 16px;
	color: #242424;
	text-align: left;
	letter-spacing: 0.04em;
	line-height: 130%;
	
}
.c_menu2:nth-child(3n){
	margin-right: 0%;
}



@media screen and (max-width:640px) {
#menublock1{
	display: block;
	margin-top: 40px;
}
.c_menu{
	width: 100%;
}
#menublock2{
	margin: 60px auto 60px auto;
	justify-content: space-between;
}
.c_menu2{
	width: 48%;
	margin-bottom: 15px;
	margin-right: 0%;
}
.menu_icon{
	padding: 20px 0;
}
.menu_icon img{
	width: 30%;
}
.c_menu2 h3{
	font-size: 13.5px;
	width: 100%;
	line-height: 130%;
	letter-spacing: -0.02em;
}
.arrow1{
    margin-top: 3px;
    margin-right: 0px;
}



}


/* 共通内容　*/
#process{
	margin-bottom: 100px;
}

.chart_supplement{
	margin: 15px 25px;
}
.chart_supplement2{
	margin: 15px 25px;
	text-indent: -4em;
	margin-left: 4em;
}

.chart{
	width: 70%;
	margin: 0 auto;
}
.chart img{
	width: 100%;
}
.chart2{
	display: flex;
	margin: 40px 0;
}
.chart3{
	margin: 40px 0;
}

.tbl_process{
	margin: 60px 0 30px 0;
	width: 100%;
	border-top: solid 1px #c5c5c5;
	border-left: solid 1px #c5c5c5;

}
.tbl_process th{
	text-align: center;
	font-weight: bold;
	padding: 4px 0;
	border-right: solid 1px #c5c5c5;
	border-bottom: solid 1px #c5c5c5;
	background-color: #f1f1f1;
}
.tbl_process td{
	padding: 8px 10px;
	border-right: solid 1px #c5c5c5;
	border-bottom: solid 1px #c5c5c5;
	letter-spacing: 0.05em;
}
.tbl_process tr td:first-child,.tbl_process tr td:nth-child(2){
	white-space: nowrap;
}
.btn_area_flex{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	text-align: center;
	padding: 0px 0 50px 0;
}

@media screen and (max-width:640px) {
#process{
	margin-bottom: 50px;
}

.chart_supplement2{
	margin: 15px 25px;
	margin-left: 4em;
	width: 80%;
}

.chart{
	width: 100%;
}
.chart img,.chart2 img,.chart3 img{
	width: 100%;
}
.chart2{
	display: block;
	width: 100%;
}
.chart3{
	width: 100%;
}
.tbl_process th{
	white-space: nowrap;
	padding: 4px 10px;
}
.tbl_process tr td:first-child,.tbl_process tr td:nth-child(2){
	white-space: normal;
}

.btn_area_flex{
	display: block;
}


}


/* タブメニュー　*/

#tab_menu{
	margin: 80px 0 80px 0;
	border-bottom: solid 5px #5cad86;
	width: 100%;
	display: flex;
}
#tab_menu li{
	width: 33.3%;
	border-top: solid 1px #5cad86;
	border-left: solid 1px #5cad86;
}
#tab_menu li:last-child{
	border-right: solid 1px #5cad86;
}
#tab_menu li{
	display: block;
	color: #5cad86;
	padding: 20px 0 13px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

#tab_menu li:hover{
	background-color: #f6f6f6;
}

#tab_menu li.active{
	color: #fff;
	background-color: #5cad86;
}


/* タブ切り替え用 */
#tab_contents{
  list-style:none;
}

.content1, .content2, .content3 {
  display : none;
}

.current {
  display : block;
}



@media screen and (max-width:640px) {
#tab_menu{
	margin: 40px 0 50px 0;
}

#tab_menu li{
	padding: 12px 0 10px 0;
	font-size: 15px;
}
}
	



/* 流れ　*/

.flow_block{
	margin-bottom: 40px;
}
.flow_category_title{
	font-weight: bold;
	font-size: 28px;
	color: #5cad86;
	margin-bottom: 50px;
}
.flow_title{
	font-weight: bold;
	font-size: 22px;
	border-bottom: solid 5px #5cad86;
	padding: 10px 0;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.customer_tag{
	display: block;
	color: #fff;
	background-color: #ed832e;
	padding: 4px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 160px;
}
.bell_tag{
	display: block;
	color: #fff;
	background-color: #5cad86;
	padding: 4px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 160px;
}
.flow_desc_wrap{
	display: flex;
	
}
.flow_icon{
	width: 120px;
	height: 120px;
	border: solid 1px #ececec;
	text-align: center;
}
.flow_desc{
	margin-left: 30px;
	font-size: 16px;
	line-height: 170%;
}
.flow_icon img{
	width: 50%;
	margin-top: 20%;
}
.flow_attention{
	margin: 50px 0;
	
}
.flow_attention h4{ 
	margin-bottom: 10px;
	font-weight: bold;
	color: #db0000;
	font-size: 16px;
}
.attention_color{
	color: #db0000;
}

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

.flow_category_title{
	font-size: 20px;
	margin-bottom: 35px;
}
.flow_title{
	font-size: 18px;
	padding: 6px 0;
	margin-bottom: 30px;
	display: block;
	justify-content: space-between;
}
.customer_tag{
	width: 40%;
	padding: 1px 0px;
	font-size: 13px;
	margin-top: 6px;
}
.bell_tag{
	width: 40%;
	padding: 1px 0px;
	font-size: 13px;
	margin-top: 6px;
}
.flow_icon{
	width: 100px;
	height: 100px;
}
.flow_desc{
	margin-left: 30px;
	font-size: 15px;
	line-height: 140%;
	width: 60%;
}
.flow_icon img{
	width: 50%;
	margin-top: 20%;
}
.flow_attention{
	margin: 50px 0;
	
}
.flow_attention h4{ 

	font-size: 15px;
}


}


/* コンバージョン　*/

#foot_conversion{
	margin: 150px 0;
}
.conversion_block{
	background-color: #f4f4f4;
	padding: 50px 0;
	display: flex;
	justify-content: center;
	width: 100%;
}
.conversion_block li{
	width: 22%;
	margin: 0px 10px;
	text-align: center;
}
.conversion_block li.document a{
	background-color: #ed832e;
}
.conversion_block li.estimate a{
	background-color: #4898db;
}
.conversion_block li.agency a{
	background-color: #82b53f;
}
.conversion_block li.application a{
	background-color: #d83800;
}
.conversion_block li a{
	display: block;
	padding: 25px 0;
	color: #fff;
	font-size: 17px;
	border-radius: 5px;
}
.conversion_block li a:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	margin-right: 8px;
	margin-bottom: 2px;
}

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

#foot_conversion{
	margin: 70px 0;
}
.conversion_block{
	padding: 15px 0;
	display: block;
}
.conversion_block li{
	width: 90%;
	margin: 12px auto;
}
.conversion_block li a{
	padding: 20px 0;
}

}




.box_need{
	border: solid 2px #d9d9d9;
	background-color: #fdfdfd;
}
.box_need h3{
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	background-color: #6c6c6c;
}
.inbox{
	width: 94%;
	margin: 25px auto;
}
.box_need ol{
	margin-left: 1.5em;
}
.box_need ol li{
	margin-bottom: 35px;
	list-style-type: decimal;
}
.box_need ol h4{
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 5px;
}
.box_need .necessary {
	margin-bottom: 25px;
	margin-top: 60px;
	font-size: 16px;
}


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

.box_need h3{
	font-size: 16px;
}
.box_need ol h4{
	font-size: 16px;
}


}
	

/* ---------------  請求の流れ  ----------------- */

#claim_flow{
	margin: 80px 0;
	text-align: center;
}

.claim_flow_box,.claim_flow_box2{
	border: solid 4px #5cad86;
	padding: 20px 0;
	display: flex;
	text-align: left;
}

.bell_box{
	border: solid 4px #db9964;
}


.claim_icon{
	width: 80px;
	height: 80px;

	text-align: center;
	margin-left: 30px;
	background-color: #f8f8f8;
}
.claim_icon img{
	width: 60%;
	margin-top: 20%;
}
.claim_desc{
	margin-left: 40px;
}
.claim_desc h3{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 150%;
}
.claim_desc h3 span{
	color: #5cad86;
}
.claim_flow_box .claim_desc{
	width: 88%;
	padding-right: 15px
}
.claim_flow_box2 .claim_desc{
	width: 68%;
	padding-right: 15px
}
.claim_desc p{
	font-size: 16px;
}
.claim_desc p a{
	font-weight: bold;
	font-size: 20px;
}
.claim_desc p .tel_s{
	font-size: 14px;
	letter-spacing: 0.01em;
	display: block;
}
.claim_arrow_center{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #5cad86 transparent transparent transparent;
	margin: 20px auto;
}

.branch_claim{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.direct , .shop_via{
	width: 46%;
}

.claim_flow_box2{
	
}
.branch_claim h4{
	background-color: #5cad86;
	padding: 14px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	margin: 0 auto 20px auto;
}
.shop_via{

}
.claim_arrow_long{
	width:16px;
	height: 30%;
	background-color: #5cad86;
	margin: 30px auto -20px auto;
}

@media all and (-ms-high-contrast: none){
.claim_arrow_long{
	margin: 30px auto 0px auto;
}
}


@media screen and (max-width:640px) {
	
#claim_flow{
	margin: 50px 0;
	
}
.claim_flow_box,.claim_flow_box2{
	padding: 10px 0;
	display: block;
	text-align: center;
	border: solid 3px #5cad86;
}
.bell_box{
	border: solid 3px #db9964;
}
.claim_icon{
	width: 80px;
	height: 80px;
	text-align: center;
	margin:15px auto;
}
.claim_flow_box .claim_desc{
	width: 94%;
	padding-right: 0px;
	margin: 0 auto;
}
.claim_flow_box2 .claim_desc{
	width: 94%;
	padding-right: 0px;
	margin: 0 auto;
}
.claim_desc{
	margin-left: 0px;
	text-align: left;

}
.claim_desc h3{
	font-size: 16px;
	letter-spacing: 0.01em;
}
.claim_desc p{
	font-size: 14px;
}
.direct , .shop_via{
	width: 49%;
}
.branch_claim h4{
	font-size: 15px;
	margin: 0 auto 20px auto;
	letter-spacing: 0.01em;
}
.claim_arrow_long{
	height: 33%;
}

.claim_desc p a{
	font-size: 19px;
}
.claim_desc p .tel_s{
	font-size: 12px;

}


}


/* ---------------  SMS(ショートメッセージ)のご案内  ----------------- */
.sms_center {
    text-align: center;
}
.sms_tel_head {
    font-size: 14px;
    color: #5cad86;
    font-weight: bold;
}
.sms_tel {
	font-size: 43px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 15px 0 10px 0;
}
.sms_reception {
    font-size: 14px;
    color: #676767;
}
.balloon1 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 3em;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	height: 7em;
	color: #555;
	font-size: 16px;
	background: #e0edff;
	border-radius: 15px;
}
.balloon1:before {
	content: "";
    position: absolute;
    top: 50%;
    left: -2%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #e0edff;
}
.balloon1 p {
	margin: 0;
	padding: 0;
}

@media screen and (max-width:640px) {
	.sms_flow .chart2 {
		text-align: center;
	}
	.sms_flow .chart2 img {
		width: 60%;
	}
	.sms_flow .chart2 img {
		padding: 1em 0;
	}
	.balloon1 {
		margin: 0 auto;
	}
	.balloon1:before {
		display: none;
	}
}

.menu_text{
	display: flex;
	color: #242424;
	justify-content: flex-start;
	padding: 16px 16px;
	text-align: left;
}






































