
#cnt{
	width: auto;
	margin-bottom: 0;
	padding: 80px 0 50px 0;
	color: #000;
	background: #fff;
}
.page_title{	margin-bottom: 30px;}
.s_title{	text-align: center; margin-bottom: 40px;}

.topimg{
	width: 1200px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}
.topimg img{
	width: 100%;
	height: auto;
}


/** manager **/

#manager{
	padding: 50px 0;
	background: #fff;
}
#manager ul{
	text-align: center;
}
#manager li{
	display: inline-flex;
	width: 325px;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#manager li h4{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 10px 0;
	order: 2;
}
#manager li img{
	order: 1;
	width: 100%;
	height: auto;
	box-shadow: 7px 7px 0 rgba(202, 170, 85, 0.5);
	margin: 0 0 20px 0;
}
#manager li p{
	order: 3;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	margin: 0 0 10px 0;
}
#manager dl{
	order: 4;
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}
#manager dt,
#manager dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 22px;
}
#manager dt{
	width: 55px;
	text-align: center;
	color: #fff;
	background: #caaa55;
}
#manager dd{
	text-align: left;
	padding-left: 10px;
}



/** img_list **/

.img_list{
	text-align: center;
	color: #fff;
	padding: 50px 0;
	background: url(../img/all_inpage/bg1.gif) top center;
	background-size: 50px auto;
}
.img_list .s_title{	margin-bottom: 30px;}
.img_list > p{
	font-size: 13px;
	line-height: 22px;
	margin: 0 0 30px 0;
}

.img_list ul{
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.img_list li{
	display: inline-flex;
	width: 255px;
	flex-wrap: wrap;
	justify-content: center;
	color: #333;
	background: #fff;
	border-radius: 5px;
	margin: 0 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.img_list li h4{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 10px 0;
	order: 2;
}
.img_list li img{
	order: 1;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	border-radius: 5px 5px 0 0;
}
.img_list li p{
	order: 3;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 15px 0;
}


/** icon_list **/

.icon_list{
	padding: 50px 0;
	background: #fff;
}
.icon_list ul{
	text-align: center;
}
.icon_list li{
	display: inline-flex;
	width: 275px;
	flex-wrap: wrap;
	justify-content: center;
	border-right: 1px solid #ddd;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.icon_list li:last-of-type{	border-right: none;}
.icon_list li h4{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 10px 0;
	order: 2;
}
.icon_list li img{
	order: 1;
	width: 130px;
	height: auto;
	margin: 0 0 10px 0;
}
.icon_list li p{
	order: 3;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
}


/** mess **/

#mess{
	padding: 50px 0;
	background: url(../img/all_inpage/bg2.gif) top center;
	background-size: 125px auto;
}
.mess_in{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mess_in img{
	width: 460px;
	height: auto;
}
.mess_in p{
	width: calc(100% - 460px);
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** contact **/

.contact{
	text-align: center;
	color: #fff;
	padding: 50px 0;
	background: url(../img/all_inpage/contact_bg.jpg) no-repeat top center;
	background-size: cover;
}
.contact p:nth-of-type(1){
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	margin: 0 0 30px 0;
}
.contact p:nth-of-type(1) span{
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	line-height: 1;
	color: #caaa55;
}
.contact p:nth-of-type(2){
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
}
.contact_bt{
	display: flex;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px 0;
}
.contact_bt a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 280px;
	height: 65px;
	color: #fff;
	border-radius: 3px;
	margin: 0 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.contact_bt a:hover{
	text-decoration: none;
}
.contact_bt a img{
	width: 40px;
	height: auto;
	margin-right: 10px;
}
.contact_bt a em{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.contact_bt_line{	background: #00b900;}
.contact_bt_mail{	background: #caaa55;}
