@charset "utf-8";
@import url("/common/css/header.css");
@import url("/common/css/header_sp.css") (max-width:768px);
@import url("/common/css/footer.css");
@import url("/common/css/footer_sp.css") (max-width:768px);

/*------------ 基本設定　---------------
----------------------------------------*/
body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	background-color: #fff;
/*	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;*/
/*	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; */
	font-family: "Helvetica Neue",Arial,Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
/*	color: #555555; */
	color: #333;
/*	font-size: 85%; */
	font-size: 100%;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
/*	overflow-x: hidden; */
}

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

img{ vertical-align:bottom; border:0; }

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary { display: block; }

a { overflow:hidden; }
a:link { color: #3e3bc9; text-decoration: underline; }
a:visited { color: #3e3bc9; text-decoration: underline; }
a:hover  { color: #ff3241; }
a:active { color: #ff3241; }

.fade img {
	-webkit-transition:.2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
	transition:.2s linear;
}
.fade:hover img { opacity: 0.6; }


li { list-style: none; }
strong { color: #F60; }
.bold { font-weight: bold; }
.yellowbox {
	background-color: #FFFFCC;
	margin: 0px;
	padding: 15px;
}
.dashedbox {
	margin: 0px;
	padding: 10px;
	border: 1px dashed #999999;
}
.whitebox {
	background-color: #FFFFFF;
	padding: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a.window {
	background-image: url(../images/icon_window.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	padding-right: 15px;
}
.red { color: #FF0000; }
.orange {
	font-weight: bold;
	color: #FF6600;
	font-size: 100%;
}
.smallsize   { font-size: 85%; }
.smallsize75 { font-size: 80%; }

.txt_center { text-align:center; }
.txt_right  { text-align:right; }
.clear { clear:both; }
.block_center { margin-left: auto; margin-right: auto;}

/* clearfix */
.clearfix:after {  
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
}  
/** html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }*/

iframe { border:0; overflow:hidden; }

small { font-size: 100%; }

.mt-10 { margin-top: -10px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb8 { margin-bottom: 8px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }



/*--- ※付きリスト ---*/
.kome {
	padding-left: 0;
}
.kome li {
	text-indent: -1.25em;
	margin-left: 1.25em;
}
.kome li::before {
	content: "\0203b"; /* ※ */
	margin-right: 0.25em;
}


/*------------ レイアウト設定　---------------
----------------------------------------*/
#container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	border-top:0;
	background-color: #fff;
}

.inner_width {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.wrapper {
	width: 1050px;
	margin: 0 auto;
}
@media (max-width: 1050px) {
	.wrapper {
		width: 100%;
		padding: 0 20px;
	}
}
@media (max-width: 768px) {
	.wrapper {
		padding: 0 10px;
	}
}



/*------------ コンテンツエリア　---------------
----------------------------------------*/
#contents { position: relative; margin: 0; padding: 10px; }
	
/*メインコンテンツ*/
#main div.section { margin: 0 0 40px 0; padding: 0; }

#main p { margin-bottom: 15px; }
#main .pht_right { float: right; margin: 0 5px 0 20px; }
#main .pht_left  { float: left; margin: 0 20px 0 0; }

#main .pagetop { text-align:right; font-size: 80%; }
	
#main .li_mg_right15 { margin-right: 15px; } /*横並びリストの右側を15px空ける*/




/* 相談会＆パンフレット（インフォーメーションエリア）
--------------------------------------------------------- */
.info_area img {
	height: auto;
}

/*@media (min-width: 768px) { */
@media (min-width: 769px) {

	.info_area {
		width: 990px;
		clear: both;
		margin: 40px auto 20px;
		padding: 60px 0;
	}
	.info_area .info_items {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 40px;
		display: flex;
		justify-content: space-between;
	}
	.info_area .info_items > li {
		width: 48.5%;
		padding: 30px 30px 140px;
		background: url("/common/images/infoarea_bg.png");
		border: 2px solid #dfdfdf;
		position: relative;
		box-sizing: border-box;
	}

	.info_area .info_items li h3 {
		margin-bottom: 25px;
		/* font-size: 2.4rem; */
		font-size: 24px;
		line-height: 1.2;
		text-align: center;
		color: #444;
	}
	.info_area .info_items li .info_txt img {
		display: block;
		margin: 0 auto 20px;
		max-width: 100%;
		-webkit-backface-visibility: hidden;
	}

	.info_area .info_items li .info_txt .infoarea_pamphlet {
		width: 78%;
	}

	.info_area .info_items li .kome {
		font-size: 90%;
	}

	.info_area .info_items li .info_btn {
		position: absolute;
		bottom: 25px;
		left: 0;
		right: 0;
		text-align: center;
	}
	.info_area .info_items li .info_btn img {
		max-width: 90%;
		-webkit-backface-visibility: hidden;
	}


	/* 電話番号 */
	.info_area .tel {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		border: 5px solid #e1110d;
		padding: 30px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.info_area .tel h3 {
		display: block;
		/* font-size: 2.5rem; */
		font-size: 25px;
		vertical-align: middle;
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.info_area .tel h3 span {
		color: #e1110d;
	}
	.info_area .tel p {
		display: table-cell;
		/* font-size: 1.4rem; */
		font-size: 14px;
		vertical-align: middle;
	}
	.info_area .tel p img {
		margin: -10px 20px 0 10px;
	}
}
@media (max-width: 1200px) {
	.info_area {
		padding: 50px 20px;
	}
}
@media (max-width: 768px) {
	.info_area{
		display: block;
		padding:0;
		margin:8% 0 0;
	}
	.info_area .no-sp{
		display:none;
	}
	.info_area li:first-child{
		margin-bottom:8%;
	}
	.info_area li {
		background-color: #f9f5cd;
		margin-top: 0;
		border:none;
		padding:0 3%;
		font-size: 13px;
		text-align: center;
	}
	
	.info_area li h3 {
		padding:20px 0 12px;
		background:none;
		color:#0e357f;
		font-size: 19px;
		font-weight: bold;
	}
	.info_area li .info_txt {
		height:auto;
		padding:0;
		text-align: left;
	}
	.info_area li img {
		width:100%;
	}
	.info_area li .info_txt img {
		float:none;
		margin:0 0 6%;
	}
	.info_area li .kome li {
		text-align: left;
		margin-bottom: 0;
	}
	.info_area p {
		margin-left: 3%;
		margin-right: 3%;
	}
	.info_area p a img{
		margin:3% 0 5%;
	}
	.info_area .tel {
		display: none;
	}
}
@media (max-width: 480px) {
	.info_area li h3 {
		font-size: 2rem;
	}
	.info_area li {
		font-size: 1.6rem;
	}
	.info_area li .kome li {
		font-size: 95%;
		margin-top: 0.8em;
		line-height: 1.6;
	}
}


/*
.info_area ul { padding-left: 0px; }
.info_area li { width: 49%; padding-bottom:15px; box-sizing:border-box; border: solid 2px #dfdfdf; text-align: center; font-size: 14px; }
	.info_area li:first-child { float:left; }
	.info_area li:last-child  { float:right; }
.info_area li dt { 
	background:url("../images/info_area_bg.png") 0 0 repeat-x; 
	font-size:19px;
	font-weight:bold;
	padding:9px 0 12px;
}
.info_area li dd { padding: 15px; text-align: left; height: 137px; }
	.info_area li dd img { float: right; margin: 0 0 10px 10px; }
	.info_area li dd .small { font-size: 12px; }
*/


#main img.name_img {
    height: 13px;
	vertical-align: text-top;
    padding-bottom: 1px;
	padding-right: 1px;
}

#main img.name_img10 {
    height: 11px;
	vertical-align: text-top;
}
#main img.name_img_b{
    height: 13px;
	vertical-align: text-bottom;
    padding-bottom: 1px;
	padding-right: 1px;
}

#main img.name_img13 {
    height: 14px;
	vertical-align: text-top;
}

@media (min-width: 769px) {
	.no-sponly { display:block; }
	.no-pctb { display:none; }
}

/*スマホ*/
@media (max-width: 768px) {
	body { min-width:320px; }
	.no-pc { display:block; }
	.no-pctb { display:none; }
	.no-sp { display:none; }
	.no-sponly { display:block; }
	
	
	/* コンテンツ */
	#container { width:100%; border:0; margin-bottom:0; }
	#main .pagetop { display:none; }
	
	
	
	/*.info_area { display:none; }*/
	
}

@media (max-width: 480px) {
	html{
		font-size: 62.5%;
	}
	
	body {
		font-size: 1.6rem;
		line-height: 1.75;
	}
	.no-pctb { display:block; }
	.no-sponly { display:none; }
	
	.smallsize {
		font-size: 85%;
		line-height: 1.7;
	}

}

