@charset "utf-8";
/* CSS Document */

.preparation-box{
	border:dotted 2px #666;
	padding: 1em;
}


.pre-ttl{
	font-size: 150%;
	font-weight:bold;
	line-height: 1.5em;
	padding: 16px 0;
}

.preparation-item{
	}

.item-icon{
	width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 20px 16px;
	float:left;
}

.item-text{
	padding: 16px 16px 16px 0;
	margin-left:82px;
}

.circle-w{
	background-color:#FFF;
}

.circle-b{
	background-color:#458fb1;
}

.color-w{
	color:#FFF;
}

.arrow img{
	position:absolute;
	top: 42%;
    right: -2%;
}

.bg-img-01{
	background-image:url(../img/bg-icon_01.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.bg-img-02{
	background-image:url(../img/bg-icon_02.png);
	background-repeat: no-repeat;
        background-position: center;
    background-size: 84%;
}

.bg-img-03{
	background-image:url(../img/bg-icon_03.png);
	background-repeat: no-repeat;
    background-position: 85% 90%;
    background-size: 87%;
}

.bg-img-04{
	background-image:url(../img/bg-icon_04.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: 84%;
}

.bg-img-05{
	background-image:url(../img/bg-icon_05.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
}

.woman-2{
	position: absolute;
    right: -21%;
    bottom: 0;
    /* z-index: -1; */
    /* width: 55%; */
	}

	
.pre-tel-box{
	}
	
.operator-2{
    width: 100%;
    height: 175px;
    background: url(../img/operator02.png);
    background-size: cover;
    background-repeat: no-repeat;
}


/* 追記20170605 */
section.flow h2{
	background-color: #56aad1;
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding:16px;
	font-weight: normal;
}

section.flow h3{
	text-align: center;
	font-size: 20px;
	background-color: #e3f6ff;
	border-radius: 4px;
}

section.flow .img-box{
	margin: 20px auto 0 auto;
	width: 50%;
}

section.flow .txt-box{
	width: 80%;
	margin: 20px auto 0px auto;
}

section.flow .txt-box p{
	font-size: 18px;
}

section.flow .contact-box{
	width: 64%;
	margin: 40px auto 0px auto;
	padding: 16px;
	border: 1px solid #999;
	font-size: 24px;
}

.p-list{
	margin-left:16px;
	}


section.flow .contact-box .cont-txt{
	margin: 0 auto;
}




@media (min-width: 768px) {

}

@media (min-width: 992px){

}
