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

.under_visual {
	background: url(../img/visual.png)no-repeat center center;
    background-size: cover;
	text-align: center;
	padding: 150px 0 90px;
}

.pege_name {
	font-size: 260%;
	font-weight: bold;
    padding: 0 0 5px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #ee7d32;
	display: inline-block;
}

.page_name_en {
	font-size: 100%;
	font-weight: bold;
}

.main {
    max-width: 1000px;
	width: 100%;
    margin: auto;
    padding: 30px 0;
}

/* ==========================
==========　メイン　===========
============================= */

.cate_box {
    overflow: hidden;
}

.big_txt {
	text-align: center;
	font-weight: bold;
	font-size: 180%;
}

.page_about {
    text-align: center;
    width: 95%;
    margin: 15px auto 40px;
}

.page_about p {
    display: inline-block;
    text-align: left;
}


.what {
    border: 6px solid #eeedef;
    padding: 2.5%;
    width: auto;
}

.what p.midashi {
    text-align: center;
    background-color: #ee7c33;
    color: #fff;
    font-weight: bold;
    font-size: 140%;
    padding: 5px 15px;
    margin-bottom: 25px;
}

ul.example {
	overflow: hidden;
	display: flex;
    justify-content: space-around;
}

ul.example li {
    width: 170px;
    height: 170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border: 2px solid #fbdecc;
    border-radius: 100px;
    text-align: center;
    float: left;
    font-weight: bold;
	font-size: 90%;
}


.assen {
    text-align: center;
	background: url(../img/consultant_bg.png) no-repeat center top;
    padding: 60px 25px 30px;
    font-size: 120%;
}

.assen p {
    display: inline-block;
    text-align: left;
}



ul.about {
    margin: 30px 0 40px;
}

ul.about li {
	overflow: hidden;
    padding: 10px 0;
}

ul.about li p {
	float: left;
    padding: 0 25px;
}

p.part_L {
    width: 160px;
}

ul.about li p.part_R {
	border-left: 1px solid #EE7D32;
}

ul.about li:nth-child(odd) {
	background: #fdeee4;
}




.contact_pageBottom {
	overflow: hidden;
}

.contact_pageBottom .left_contact,
.contact_pageBottom .right_contact {
	float: left;
	border: 2px solid #ccc;
	padding: 15px;
    width: 90%;
    max-width: 455px;
	text-align: center;
}

.contact_pageBottom .right_contact {
	float: right;
}

.contact_pageBottom .left_contact .hukidashi,
.contact_pageBottom .right_contact .hukidashi {
	background: url(../img/offer_bg02.png)no-repeat center center;
	background-size: cover;
	color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px 15px 24px;
}

.contact_pageBottom .left_contact .number_p,
.contact_pageBottom .right_contact .number_p{
	background: url(../img/offer_img01.png)no-repeat center left;
	font-size: 40px;
    padding-left: 55px;
	font-size: 38px;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
}
.contact_pageBottom .right_contact .number_p{
	background: url(../img/offer_img02.png)no-repeat center left;
	font-size: 33px;
    margin-bottom: 8px;
}

.contact_pageBottom .left_contact .attention,
.contact_pageBottom .right_contact .attention{
	text-align: center;
    font-size: 120%;
}

.attention_txt {
    margin: 0 0 20px;
}


/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
	.pc_br {
		display: none;
	}
	
	.what {
		width: 87%;
		margin: auto;
	}
	
	ul.example {
	    justify-content: space-around;
		flex-wrap: wrap;
	}
	ul.example li {
		margin-bottom: 15px;
	}
	
	ul.about li p {
		float: none;
	}
	
	.assen {
		background-size: cover;
	}
	
	p.part_R {
		margin-left: 40px;
		margin-top: 5px;
	}
	
	.contact_pageBottom .left_contact,
	.contact_pageBottom .right_contact {
		float: none;
		width: 85%;
		max-width: 455px;
		padding: 5%;
		margin: 20px auto;
	}	
	
	.contact_pageBottom .left_contact .number_p,
	.contact_pageBottom .right_contact .number_p {
		font-size: 25px;
		padding: 3px 0 3px 47px;
	}
	.contact_pageBottom .right_contact .number_p {
		font-size: 23px;
		padding: 4px 0 4px 47px;
	    margin-bottom: 0px;
	}


	
}

/* 390pxより小さい場合 */
@media screen and ( max-width: 390px ){

	.contact_pageBottom .right_contact .number_p {
		font-size: 20px;
		padding: 8px 0 8px 47px;
		margin-bottom: 0px;
	}
	
	ul.example li {
		width: 130px;
		height: auto;
		padding: 20px 0;
		font-size: 80%;
		display: inline-block;
		/*
		margin-bottom: 15px;
		width: 46%;
		height: 160px;
		border-radius: 20px;
		font-size: 80%;
		*/
	}
	
	ul.example li img {
		width: 50%;
	}
	
}



