@charset "utf-8";

/* -----------------------------------------------
kcc
------------------------------------------------ */

/* reset */
body {
    font-family:HiraKakuProN-W3;
    word-wrap:break-word;
    -webkit-text-size-adjust:none;
}
html{color:#000;background:#eee}
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 */
p {
line-height: 1.7;
}

#wrap {
	max-width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

	.dousen-allow,.tel_entry img{
		width: 100%;
		height: auto;
	}

@media all and (max-width: 960px) {
	h1 img, #reco img{
		width: 100%;
		height: auto;
	}

}

/* header */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 15px;
}

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 20px;
	}
}

/* contents */
.contents_inner {
	padding: 5px 30px 0px 30px;
}

@media all and (max-width: 768px) {
	.contents_inner {
		padding: 10px;
	}
	.f-container{
		display: flex; 
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	  }
	  
	.f-item2{
		flex-basis: 70%;
		margin: 10px auto 0px auto;
	}
	  
}

.read {
	margin-bottom: 20px;
}

.h2-container {
	margin: 50px 0 20px 0;
	}
	
.h2-container .f-container{
    align-items: center;
	}


#contents h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	margin: 0 0 10px 0;
	color: #00569C;
}

.f-item1-h2-1{
  flex-basis: 70%;
}

.f-item1-h2-2{
  flex-basis: 30%;
  height: 120px;
}

#contents h3 {
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin: 50px 0 20px 0;
	padding: 0px 0px 2px 0px;
	position:  relative;
	z-index: 3;
}

.h3-chatch {
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	background-color: #aadddd;
	padding: 2px 6px 2px 6px;
}

.h3-container {
	position:  relative;
}

.h3-num {
	position:  absolute;
	right: 0;
	top: 0;
	z-index: 1;
}


#contents h4 {
	font-size: 18px;
	font-weight: bold;
/*	border-left: 18px solid #008bce;  */
	margin: 0 0 10px 0;
	line-height:32px;
	  padding-left:42px;text-indent:-50px;
}

.f-container{
  display: flex; 
  justify-content: space-between;
  align-items: flex-start;
}

.f-item1{
  flex-basis: 74%;
}

.f-item2{
  flex-basis: 24%;
}



.cbox{
	padding-right: 8px;
	vertical-align: bottom;
}





#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;
}

.tel_entry .f-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}

.tel_entry .f-container .a1{
  flex-basis: 48%;
	}

.tel_entry .f-container .a2{
  flex-basis: 48%;
	}


/* 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;
	}
}