@charset "utf-8";

/* -----------------------------------------------
eap_introduction
------------------------------------------------ */

/* reset */
body {
    font-family:HiraKakuProN-W3;
    word-wrap:break-word;
    -webkit-text-size-adjust:none;
}
html{color:#000;background:#fff}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0;border:none}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:normal;font-weight:400}
del,ins{text-decoration:none}
li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;line-height:1}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
abbr{cursor:help}
label{cursor:pointer}
sup{vertical-align:baseline}
sub{vertical-align:baseline}
legend{color:#000}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button,textarea,select{*font-size:100%}
strong{font-weight:700}
em{font-style:italic}
th,td{border:1px solid #999;padding:.5em}
th{font-weight:700;text-align:center}
caption{padding-bottom:.5em;text-align:right}
dfn{font-style:normal}
address{font-style:normal;line-height:1}
.clear{clear:both}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}
.left{text-align:left}
.center{text-align:center}
.right{text-align:right}

/* layout */
#wrap {
	max-width: 960px;
	margin: 0 auto;
}

@media all and (max-width: 768px) {
	h1 img, #reco img, .tel_entry img{
		width: 100%;
		height: auto;
	}
}

/* header */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

header .logo img,
header .tel img {
	width: 100%;
	height: auto;
}

@media all and (max-width: 768px) {
	header {
		padding: 10px 0;
	}
	header .logo,
	header .tel {
		margin: 0 10px;
	}
}

/* contents */
.contents_inner {
	padding: 30px;
}

@media all and (max-width: 768px) {
	.contents_inner {
		padding: 10px;
	}
}

.read {
	margin-bottom: 20px;
}

#contents h3 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin: 50px 0 20px 0;
}

#contents h4 {
	font-size: 18px;
	font-weight: bold;
/*	border-left: 18px solid #008bce;  */
	margin: 30px 0 10px 0;
	line-height:32px;
}

.cbox{
	padding-right: 8px;
	vertical-align: bottom;
	width: 32px;
}



#point {
	margin-bottom: 40px;
}
#point dl {
	margin-right: 20px;
}
#point dl dt {
	color: #E8527F;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

#point .point_box {
	display: flex;
	margin-bottom: 30px;
}
#point .group {
	display: flex;
} 

@media all and (max-width: 768px) {

	#point dl {
		margin-right: 0;
		margin-bottom: 15px;
		display: inline-block;
	}
	
	#point .point_box {
		display: block;
	}
}

.tel_entry {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

/* contact */
#contact h2 {
	border-left: 6px solid #EA537E;
	padding-left: 6px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

#contact .tel_entry {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

@media all and (max-width: 768px) {
	#contact {
		padding: 0 3%;
	}
	#contact .tel_entry img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

/* btn_area */
#btn_area {
	display: flex;
	justify-content: space-between;
	margin: 20px 60px 60px;
}
#btn_area a {
	display: block;
	background-color: #EA537E;
	color: #fff;
	width: 46%;
	text-decoration: none;
	text-align: center;
	font-size: 2.6vw;
	padding: 20px 0;
}
body a:hover {
	opacity: 0.7;
}

@media all and (max-width: 768px) {
	#btn_area {
		margin: 20px 0 60px;
	}
	#btn_area a {
		padding: 15px 0;
		font-size: 3.6vw;
	}
}

/* footer */
footer {
	background-color: #eee;
	padding: 15px 0;
	text-align: center;
}
footer p {
	font-size: 12px;
}

@media all and (max-width: 768px) {
	footer p {
		font-size: 1.8vw;
	}
}