
#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 .mane_in{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 840px;
	margin: 0 auto;
}
#manager .mane_in img{
	width: 390px;
	height: auto;
	box-shadow: 7px 7px 0 rgba(202, 170, 85, 0.5);
}
#manager .mane_in p{
	flex: 1;
	font-size: 18px;
	line-height: 35px;
	text-align: left;
	padding: 0 0 0 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** icon_list **/

.icon_list{
	text-align: center;
	color: #fff;
	padding: 50px 0;
	background: url(../img/all_inpage/bg1.gif) top center;
	background-size: 50px auto;
}
.icon_list ul{
	text-align: center;
}
.icon_list li{
	position: relative;
	display: inline-flex;
	width: 235px;
	height: auto;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 20px;
	padding: 10px 0 15px 0;
	color: #333;
	background: #fff;
	border-radius: 5px;
	box-shadow: 7px 7px 0 rgba(202, 170, 85, 0.5);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.icon_list li:after{
	content: '';
	width: 14px;
	height: 14px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: calc(50% - 7px);
	right: -28px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.icon_list li:last-of-type:after{	display: none;}
.icon_list li h4{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 0 0;
}
.icon_list li h4 span{
	display: block;
	font-size: 20px;
	color: #caaa55;
}
.icon_list li img{
	width: 130px;
	height: auto;
	margin: 0 0 0 0;
}
.icon_list li p{
	width: 100%;
	font-size: 13px;
	line-height: 18px;
}


/** img_list **/

.img_list{
	text-align: center;
	color: #fff;
	padding: 50px 0;
	background: url(../img/all_inpage/bg3.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;
}


/** qa **/

#qa{
	text-align: center;
	padding: 50px 0;
	background: url(../img/all_inpage/bg2.gif) top center;
	background-size: 125px auto;
}
#qa ul{
	width: 1120px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0 auto;
}
#qa li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 2 - 20px);
	margin: 0 10px 20px 10px;
}
.qabox{
	position: relative;
	text-align: left;
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qabox .acdbt{
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	text-align: left;
	padding: 5px 30px 5px 40px;
	cursor: pointer;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qabox .acdbt:before{
	content: 'Q';
	width: 30px;
	font-family: "FontA";
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #caaa55;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qabox .acdbt:after{
	content: '';
	width: 14px;
	height: 14px;
	border-left: 1px solid #caaa55;
	border-bottom: 1px solid #caaa55;
	position: absolute;
	top: 7.5px;
	right: 2px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);


}
.qabox .acdbt.open:after{
	border-left: none;
	border-bottom: none;
	border-right: 1px solid #caaa55;
	border-top: 1px solid #caaa55;
}
.qabox .acdbox{
	position: relative;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	border-top: 1px dotted #ccc;
	margin: 15px 0 0 0;
	padding: 19px 0 0 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qabox .acdbox i{	font-style: italic; font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic UI', Meiryo, sans-serif;}
.qabox .acdbox u{	text-decoration: underline;}
.qabox .acdbox:before{
	content: 'A';
	width: 30px;
	font-family: "FontA";
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #cc3333;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** voice **/

#voice{
	padding: 50px 0;
	background: #fff;
}
#voice ul{
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 120px 0 0 0;
}
#voice li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 345px;
	margin: 0 20px;
	padding: 40px 0 20px 0;
	color: #333;
	background: #f1ecde;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#voice li h4{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #af8e35;
	margin: 0 0 10px 0;
}
#voice li img{
	width: 200px;
	height: auto;
	position: absolute;
	top: -140px;
	left: calc(50% - 100px);
}
#voice li p{
	width: 100%;
	font-size: 13px;
	line-height: 18px;
}


/** 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;}
