/* 共通
--------------------------------------------------------------------- */
body{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	color: #553f42;
}
body.s{
	padding-top: 45px;
	padding-bottom: 65px;
}
.disable {
	pointer-events: none;
	opacity: 0.4;
}
h1{
	font-size: 0;
}
.filter{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:rgba(0,0,0,.6);
	z-index:49;
	transition: background-color .3 ease;
	display: none;
	animation: hidden .15s ease 0s;
}
.filter.active{
	display: block;
	animation: show .15s ease 0s;
}
@keyframes show{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
@keyframes hidden{
	from{
		opacity: 1;
	}
	to{
		opacity: 0;
	}
}
a{
	transition: all .3 !important;
	text-decoration: none;
}
.top h2{
	text-align: center;
	font-size: 0;
	font-weight: 100;
	color: #705a5d;
}
h2 span{
	font-family: "メイリオ", "Meiryo", sans-serif;
	font-size: 13px;
}
header{
	border-bottom: 1px solid #d8d8d8;
}
header .header_wrap{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wrap{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.s .wrap{
	width: 100%;
}
.gnav_pc{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.gnav_pc ul{
	padding: 25px 0 0;
}
.gnav_pc ul li{
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}
.gnav_pc ul li a{
	display:block;
	font-size: 15px;
	color: #553f42;
	text-decoration: none;
	padding-bottom:15px;
}
.gnav_pc ul li a span{
	display:block;
	border-left: 1px solid #b2b2b2;
	padding: 3px 0;
}
.gnav_pc ul li:last-child a span{
	border-right: 1px solid #b2b2b2;
}
.l .gnav_pc ul li a:hover{
	background:url(../img/active_line.png) center bottom no-repeat;
	background-size: auto;
	color: #f85c61;
}
.gnav_pc ul li a.select{
	background:url(../img/active_line.png) center bottom no-repeat;
	background-size: auto;
	color: #f85c61 !important;
}
.gnav_pc ul li.logo a{
	background:none;
}
.gnav_pc.under_layer{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.gnav_pc.under_layer ul{
	padding: 5px 0 0;
	vertical-align: middle;
}
.gnav_pc.under_layer ul li{
	display: inline-block;
	width: 16.666%;
	vertical-align: middle;
}
.gnav_pc.under_layer ul li img{
	vertical-align: top;
	padding-bottom: 5px;
}
.gnav_pc.under_layer ul li a{
	display:block;
	font-size: 13px;
	color: #553f42;
	text-decoration: none;
	padding-bottom:14px;
	margin-top: 14px;
}
.gnav_pc.under_layer ul li a span{
	display:block;
	border-left: 1px solid #b2b2b2;
	padding: 3px 0;
}
.gnav_pc.under_layer ul li:last-child a span{
	border-right: 1px solid #b2b2b2;
}
.l .gnav_pc.under_layer ul li a:hover{
	background:url(../img/active_line.png) center bottom no-repeat;
	background-size: auto;
	color: #f85c61;
}
.gnav_pc.under_layer ul li.logo a{
	background:none;
}
.button_toggle{
	width: 45px;
	height: 45px;
	background-image: url(../img/icon_spmenu_open.png);
	background-size: cover;
	z-index: 50;
}
.button_toggle.active{
	width: 45px;
	height: 45px;
	background-image: url(../img/icon_spmenu_close.png);
	background-size: cover;
	z-index: 50;
}
.sp_menu{
	width: 100%;
	height: 45px;
	background: #fff;
	position: fixed;
	top: 0;
	border-bottom:1px solid #ed3e42;
	z-index: 50;
}
.gnav_sp{
	display: none;
	position: fixed;
	top: 45px;
	left: 0px;
	width: 100%;
	background: #fff;
	color: #fff;
	overflow: hidden;
	z-index: 50;
}
.gnav_sp li{
	color: #ed3e42;
}
.gnav_sp a{
	display: block;
	color: #553f42;
	text-decoration: none;
	padding: 5px 15px;
	border-bottom: 1px solid #ed3e42;
	line-height: 40px;
	font-size: 16px;
}
.gnav_sp a span{
	color: #ed3e42;
}
.slider{
	padding: 0 40px;
	margin: 0 auto;
}
.slider{
	padding: 0 20px;
}
.s .seniors h2 img{
	width: 200px;
}
.s .seniors .slider img{
	width: 100%;
	margin: 0 auto;
}
.strength{
	background:url(../img/bg_dots.gif) repeat;
}
.s .strength h2 img{
	width: 245px;
}
.strength .wrap{
	padding: 50px 0;
}
.s .strength .wrap{
	padding: 15px 0;
}
.strength .-content{
	border: 1px solid #ffb4b4;
	background: rgba(196, 29, 49, .13);
	padding: 20px;
}
.s .strength .-content{
	border: none;
	background: none;
	padding: 0 15px;
}
.strength .-point{
	text-align: left;
}
.s .strength .-point{
	text-align: center;
}
.s .strength .-point img{
	width: 115px;
}
.strength .-head{
	background: #ffecea;
	font-size: 22px;
	font-weight: bold;
}
.s .strength .-head{
	font-size: 18px;
	padding: 15px;
}
.strength .-head2{
	background: #ffecea;
	font-size: 22px;
	font-weight: bold;
	padding: 20px 0 20px 35px;
	text-align: left;
}
.s .strength .-head2{
	font-size: 18px;
	padding: 15px;
	text-align: center;
}
.strength .-txt{
	font-size: 15px;
	line-height: 2em;
	text-align: left;
	margin-top: 20px;
}
.s .strength .-txt{
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.6em;
}
.strength .-txt span{
	background: -webkit-linear-gradient(transparent 0%, #fffbcc 0%);
	background: -o-linear-gradient(transparent 0%, #fffbcc 0%);
	background: linear-gradient(transparent 0%, #fffbcc 0%);
}

.strength .-concept {
	position: relative;
	width: 100%;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.strength .-concept::before,
.strength .-concept::after {
	position: absolute;
	top: 0;
	content: '';
	width: 20px;
	height: 100%;
	border-top: 1px solid #aa9fa0;
	border-bottom: 1px solid #aa9fa0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.strength .-concept::before {
	left: 0;
	border-left: 1px solid #aa9fa0;
}
.strength .-concept::after {
	right: 0;
	border-right: 1px solid #aa9fa0;
}
.strength .-concept dt{
	text-align: center;
	font-size: 28px;
	color: #705a5d;
}
.strength .-concept dd{
	font-size: 18px;
	text-align: left;
}
.s .strength .-concept dd{
	font-size: 15px;
	vertical-align: text-top;
}
.strength .-concept span.-icon_box{
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 2px solid #f5989a;
	border-radius: 2px;
}
.s .strength .-concept span.-icon_box{
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 1px solid #f5989a;
	border-radius: 0;
	margin-top: 2px;
}
.learn_more figcaption a{
	font-size: 26px;
	color: #553f42;
	text-align: left;
	color: #705a5d;
}
.l .learn_more a:hover{
	opacity: .7;
}
.s .learn_more h2 img{
	width: 230px;
}
.news{
	background:url(../img/bg_dots.gif) repeat;
	padding: 70px;
	text-align: left;
}
.s .news{
	padding: 30px 15px;
}
.s .news h2 img{
	width: 160px;
}
.news ul li:nth-child(n+2){
	margin-top: 40px;
}
.s .news ul li:nth-child(n+2){
	margin-top: 0;
}
.news dl{
	text-align: left;
}
.news dl dt{
	font-size: 20px;
	font-weight: bold;
	vertical-align: top;
}
.s .news dl dt{
	font-size: 11px;
}
.s .news dl dt span{
	font-size: 16px;
}
.news a{
	color: #553f42;
}
.news ul li:first-child .-date span::after{
	content: '';
	display: inline-block;
	width: 52px;
	height: 26px;
	background: url(../img/icon_new.png) no-repeat;
	background-size: 52px 20px;
	background-position: bottom center;
	margin-left: 5px;
}
.s .news ul li:first-child .-date span::after{
	content: '';
	display: inline-block;
	width: 35px;
	height: 20px;
	background: url(../img/icon_new.png) no-repeat;
	background-size: 35px 15px;
	background-position: bottom center;
	margin-left: 5px;
}
.news dl dt img{
	width: 52px;
	padding: 6px 0 0 5px;
	vertical-align: top;
}
.s .news dl dt img{
	width: 35px;
	padding: 6px 0 0 5px;
	vertical-align: top;
}
.news dd.-txt{
	font-size: 18px;
	padding-top: 10px;
	padding-left: 7em;
}
.s .news dd.-txt{
	font-size: 15px;
	padding-top: 5px;
	padding-left: 0;
}
.s .news li{
	border-top: 1px solid #8b676c;
}
.l .news a:hover dd{
	text-decoration: underline;
}
.pagetop{
	border-top: 1px solid #d5cfcf;
	border-bottom: 1px solid #d5cfcf;
	text-align: center;
}
.pagetop a{
	display: block;
	padding: 10px 0;
	vertical-align: middle;
	font-size: 22px;
	color: #553f42;
}
.s .pagetop a{
	font-size: 16px;
	padding: 10px 0;
}
.pagetop a img{
	width: 22px;
	margin: 0 10px 5px 0;
	vertical-align: middle;
}
.s .pagetop a img{
	width: 18px;
	margin: 0 5px 3px 0;
}
.l .pagetop a:hover{
	background: #fafafa;
	opacity: 1;
	cursor: pointer;
}
footer .wrap{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	margin-top: 70px;
}
.s footer .wrap{
	width: 100%;
}
footer nav.pc_footer_nav{
	padding: 0 40px;
}
footer nav.pc_footer_nav ul{
	border-left: 1px solid #553f42;
}
footer nav.pc_footer_nav ul li{
	margin: 15px 0 0 20px;
}
footer nav.pc_footer_nav ul li:first-child{
	margin-top: 0;
}
footer nav.pc_footer_nav ul li a{
	font-size: 18px;
	color: #553f42;
	text-decoration: none;
}
.l footer a:hover{
	opacity: .7;
}
.l footer ul li a:hover{
	opacity: 1;
	color: #f85c61;
	border-bottom: 1px solid #f85c61;
	padding-bottom: 5px;
}
.s footer nav.sp_footer_nav ul li{
	display: inline-block;
	font-size: 14px;
	color: #ed3e42;
	padding: 0 5px 10px;
}
.s footer nav.sp_footer_nav ul li a{
	color: #553f42;
	text-decoration: underline;
}
footer .backhome {
	margin-top: 40px;
}
footer .backhome a {
	display: block;
	max-width: 400px;
	text-align: center;
	color: #ed6d0f;
	font-weight: bold;
	margin: auto;
	padding: 10px;
	border: 2px #ed6d0f solid;
	background: rgba(237,109,15,0.2);
}
footer .-copy{
	background: #553f42;
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	text-align: center;
	padding: 3px 0;
	margin-top: 75px;
}
.s footer .-copy{
	padding: 10px 0;
	font-size: 10px;
	margin-top: 20px;
}
.fixed_area {
	position: fixed;
	right: 0;
	bottom:30px;
}
.s .fixed_area {
	position: fixed;
	right: 0;
	bottom:0;
	height: 65px;
	z-index: 50;
}
.l .fixed_area a:hover{
	opacity: .7
}
.s .fixed_area a{
	display: block;
}
.info_list .info_left,.info_list .info_right{
	text-align: left;
}
.info_list .info_left a{
	text-decoration: none;
	color: #f85c61;
}
.l .info_list .info_left a:hover{
	text-decoration: underline;
}
.info_list .info_left table{
	width: 100%;
	border: 1px solid #553f42;
}
.info_list .info_left th{
	width: 20%;
	border: 1px solid #553f42;
	padding: 7px 10px;
	text-align: center;
}
.s .info_list .info_left th{
	width: 100%;
	display: block;
	border: none;
	border-bottom: 1px dashed #553f42;
}
.info_list .info_left td{
	width: 80%;
	border: 1px solid #553f42;
	padding: 7px 10px;
}
.s .info_list .info_left td{
	width: 100%;
	display: block;
	border: none;
	border-bottom: 1px solid #553f42;
}
.s .info_list .info_left tr:last-child td{
	border-bottom: none;
}
.info_list .info_right{
	background: #f6f5f6;
}
.info_list .info_left .-title{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px;
	border-bottom:2px solid #feeeef;
	position: relative;
}
.s .info_list .info_left .-title{
	font-size: 18px;
}
.info_list .info_left .-title:before{
	content:"";
	display:block;
	width:25%;
	border-bottom:2px solid #fbadaf;
	position:absolute;
	bottom:0;
	margin-bottom:-2px;
}
.info_list .info_left .-title span{
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	padding-left: 2em;
}
.s .info_list .info_left .-title span{
	font-size: 14px;
	padding-left: 0;
	display: block;
}
.info_list .info_left .-txt p{
	font-size: 16px;
}
.info_list .info_left .-txt p:nth-child(n+2){
	padding-top: 20px;
}
.s .info_list .info_left .-txt p:nth-child(n+2){
	padding-top: 15px;
}
.info_list .info_left article:nth-child(n+2){
	margin-top: 60px;
}
.s .info_list .info_left article:nth-child(n+3){
	margin-top: 40px;
}
.s .info_list .info_left article:first-child{
	margin-top: 20px;
}
.info_list .info_left article img{
	width: 100%;
}
.info_list .info_right li{
	border-bottom: 1px solid #dddddd;
	padding: 20px 0;
}
.info_list .info_right a{
	font-size: 16px;
	color: #553f42;
	font-weight:bold;
}
.l .info_list .info_right a:hover .-head{
	color: #f85c61;
	text-decoration: underline;
}
.info_list .info_right a img{
	width: 44px;
	margin: 4px 0 0 10px;
	vertical-align: top;
}
.info_list .info_right a span.-date{
	display: block;
	font-size: 12px;
	color: #776568;
	font-weight: normal;
	padding-top: 5px;
}
.contact h2 img{
	text-align: center;
}
.contact .-description{
	font-size: 18px;
	width: 800px;
	margin: 0 auto;
}
.s.contact .-description{
	font-size: 16px;
	width: 100%;
}
.form_area{
	background:url(../img/bg_dots.gif) repeat;
}
.s .form_area h2 img{
	width: 245px;
}
.form_area .wrap{
	padding: 40px 0;
}
.s .form_area .wrap{
	padding: 15px 0;
}
.form_area .-content{
	border: 1px solid #ffb4b4;
	background: rgba(196, 29, 49, .13);
	padding: 20px;
	text-align: left;
}
.s .form_area .-content{
	border: none;
	background: none;
	padding: 0 15px;
}
.form_area .check_box{
	text-align: center;
	background: #ffecea;
	padding: 25px 0;
	font-size: 16px;
	font-weight: normal;
}
.form_area .check_box .-head{
	font-size: 18px;
	font-weight: bold;
}
.form_area .form_wrap{
	width: 580px;
	margin-left:auto;
	margin-right:auto;
}
.s .form_area .form_wrap{
	width: 100%;
}
form {
	width: 100%;
}
.s form {
	width: 100%;
}
form p {
	font-size: 14px;
	line-height: 130%;
}
.s form p {
	width: 100%;
}
form table {
	width: 100%;
}
form th {
	width: 200px;
	padding: 10px 0;
	text-align: left;
	line-height: 130%;
	font-size: 15px;
}
.s form th {
	width: 100%;
	padding: 10px 0;
	text-align: left;
	line-height: 130%;
	font-size: 15px;
	display: block;
}
form th span.supplement {
	font-weight: normal;
}
form td {
	/* padding: 10px 5px 7px; */
	padding-bottom: 10px;
}
.s form td {
	width: 100%;
	display: block;
}
form input,
form .wpcf7-textarea {
	margin-bottom: 2px;
	background: #fffeee;
	border: 1px solid #e1d7d8;
	padding: 10px;
	font-size: 15px;
	width: 100%;
}
form .wpcf7-textarea {
	resize: none;
}
.wpcf7-file{
	margin-bottom: 2px;
	background: none;
	border: none;
	padding: 5px 0;
	font-size: 12px ;
}
.s form input,
.s form select,
.s form .wpcf7-textarea{
	width: 100%;
}
form input#data{
	background:none;
	border: none;
	vertical-align: middle;
	font-size: 12px;
	color: #553f42 !important;
}
form input#data{
	margin: 0;
	padding: 0 0 10px;
}
form input#message{
	padding: 20px 10px 200px;
}
/* #company, #section, #name, #name2,
#email, #address {
	width: 100%;
	height: 40px;
} */
#message {
	width: 420px;
	height: 10em;
}
.s #message {
	width: 320px;
}
form button,form .wpcf7-submit {
	width: 280px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	padding: 12px 0;
	font-size: 18px;
}
.s form button,.s form .wpcf7-submit {
	width: 320px;
	margin: 0 auto;
}
.l form button:hover,.l form .wpcf7-submit:hover {
	opacity: .7;
}
form button.cancel_btn {
	border: 1px solid #e1d7d8;
	background: #fff;
}
form .wpcf7-submit {
	border: 1px solid #ed3e42;
	background: #ed3e42;
	color: #fff;
	line-height: 1;
}
.radio-contact{
	padding: 0 30px;
	display: inline-block;
}
.s .radio-contact{
	padding: 0 10px;
}
.radio-contact input{
	width: auto;
}
.s .radio-contact input{
	width: auto;
}
.notfound .wrap{
	padding: 180px 0 100px;
	font-size: 16px;
}
.s .notfound .wrap{
	padding: 80px 0;
	font-size: 14px;
}
.notfound .wrap a{
	display: inline-block;
	background: #ed3e42;
	color: #fff;
	margin-top: 30px;
	padding: 15px 25px;
}
.l .notfound .wrap a:hover{
	opacity: .8;
}