/*
	soudan
*/
/* 一覧
---------------------------------------------------------------------------*/
.box-soudan {
	margin-bottom: 60px;
}
.box-soudan .bg {
	padding-left: 120px;
	padding-right: 120px;
	background-image: url(../image/soudan/soudan-hd-img.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.box-soudan .ttl {
	margin-bottom: 20px;
    font-size: 21px;
    line-height: 150%;
    color: #FF3333;
}
@media screen and (max-width: 768px){
	.box-soudan .bg {
		padding-left: 0;
		padding-right: 0;
		background-image: none;
	}
}

/* ご相談の流れ
---------------------------------------------------------------------------*/
.box-flow {
	margin-bottom: 60px;
}
.box-flow .ttl {
	font-size: 20px;
    text-align: center;
    color: #006699;
}
.box-flow .ttl:before,
.box-flow .ttl:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #006699;
	display: block;
}
.box-flow .ttl:before {
	margin-right: 20px;
}
.box-flow .ttl:after {
	margin-left: 20px;
}
.box-flow ul {
	margin-top: 30px;
}
.box-flow ul li.in {
	width: 22%;
	border: 1px solid #DEDEDE;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}
.box-flow ul li.arw {
	width: 4%;
	padding-left: 6px;
	padding-right: 3px;
}
.box-flow .step {
    font-size: 13px;
    line-height: 25px;
    background-color: #0491D5;
    color: #FFFFFF;
}
.box-flow .name {
	padding: 15px 5px;
    color: #006699;
    font-size: 16px;
    background-color: #E8F4FF;
	border-bottom: 1px solid #CCCCCC;
}
.box-flow .det {
	padding: 15px 5px;
	font-size: 12px;
	line-height: 150%;
}
@media screen and (max-width: 768px){
	.box-flow {
		display: none;
	}
}

/* お問合せ窓口
---------------------------------------------------------------------------*/
.box-contact .flex > * {
	width: 48%;
}
.box-contact .ttl {
	margin-bottom: 15px;
	font-size: 23px;
    color: #041F93;
}
.box-contact .bdr {
	height: 295px;
	padding: 20px;
	border: 1px solid #DEDEDE;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}
.box-contact .bdr .tel {
	margin-bottom: 5px;
}
.box-contact .bdr .time {
	margin-bottom: 13px;
	padding-bottom: 12px;
	font-size: 12px;
	border-bottom: 4px solid #E7E7E7;
}
.box-contact .bdr .bg {
	margin-top: 10px;
	padding: 10px;
	background-color: #E7E8FF;
	font-size: 12px;
	line-height: 150%;
}
@media screen and (max-width: 768px){
	.box-contact  .mail {
		margin-top: 8vw;
	}
	.box-contact .ttl {
		font-size: 5vw;
	}
}


