/*-----------------------------------*\

	Familied | featurea Web Design Style CSS
		Kinoco.inc,

\*-----------------------------------*/

.float_right {
	float: right;
}
.float_left {
	float: left;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.mail_section_tel_link_sp {
	display: none;
}
a:hover {
	opacity: 0.8;
}

#contents {
	text-align: left;
}


.ponta_entry_box {
	position: relative;
	max-width: 680px;
	height: 0;
	padding-top: 43.5%;
	margin-top: 20px;
	background: url(../images/consultation_entry_bg.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.ponta_entry_btn_detail {
	position: absolute;
	width: 43%;
	bottom: 13px;
	left: 6%;
}
.ponta_entry_btn_mail {
	position: absolute;
	width: 43%;
	bottom: 13px;
	right: 5%;
}

.media_section {
	margin-top: 60px;
}
.media_section_ttl {
	margin-top: 40px;
}
.media_section_item {
	margin-top: 25px;
}
.media_section_text {
	width: 61%;
	line-height: 1.8;
}

.list_section {
	margin-top: 70px;
}
.list_section_ttl {
	margin-top: 70px;
}
.list_section_item {
	margin: 45px 0 55px;
}
.list_section_item_ttl {
	float: left;
}
.list_section_item_text {
	float: left;
	width: 80%;
	margin-left: 25px;
	font-size: 16px;
}
.list_section_item_text_img {
	display: block;
	margin-bottom: 10px;
	padding-top: 15px;
}

.mail_section {
	width: 680px;
	padding: 15px 10px 15px 15px;
	border: 2px solid #818acf;
}
.mail_section_ttl {
	text-align: center;
	margin-bottom: 25px;
}

.connect_section {
	margin: 60px auto 40px;
	text-align: center;
}
	

@media screen and (min-width: 641px) and (max-width: 720px) {

	a:hover {
		opacity: 1;
	}

	.consultation_inner {
		margin-bottom: 30px;
	}

	.ponta_entry_box {
		padding-top: 44.1%;
	}

	.media_section_text {
		width: 57%;
		line-height: 1.8;
	}

	.mail_section {
		width: 100%;
		padding: 15px 10px 15px 15px;
		border: 2px solid #818acf;
	}
	.mail_section_ttl {
		text-align: center;
		margin-bottom: 25px;
	}
	.mail_section_tel ,
	.mail_section_mail {
		width: 49%;
	}
}


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

	a:hover {
		opacity: 1;
	}

	.consultation_inner {
		margin-bottom: 30px;
	}

	.ponta_entry_box {
		padding-top: 44.2%;
	}
	.ponta_entry_btn_detail {
		width: 47%;
		bottom: 5px;
		left: 3%;
	}
	.ponta_entry_btn_mail {
		width: 47%;
		bottom: 5px;
		right: 2%;
	}

	.media_section {
		margin-top: 0;
	}
	.media_section_ttl img {
		width: 100%;
	}
	.media_section_item .float_left,
	.media_section_item .float_right {
		float: none;
	}
	.media_section_item {
		text-align: center;
	}
	.media_section_text {
		width: auto;
		margin-top: 20px;
		text-align: left;
	}

	.list_section_ttl {
		margin-top: 10px;
	}
	.list_section_ttl img {
		width: 100%;
	}
	.list_section_item {
		margin: 20px 0 30px;
	}
	.list_section_item_ttl {
		width: 15%;
	}
	.list_section_item_text {
		width: 76%;
		margin-left: 20px;
		font-size: 14px;
	}
	.list_section_item_text_img {
		padding-top: 5px;
	}

	.mail_section .float_left,
	.mail_section .float_right {
		float: none;
	}
	.mail_section {
		display: none;
	 }
	.mail_section_ttl {
		text-align: center;
		margin-bottom: 25px;
	}
	.mail_section_tel {
		margin-bottom: 20px;
	}

	.connect_section {
		width: 80%;
		margin: 30px auto;
	}

	.mail_section_tel_link_pc {
		display: none;
	}

}











