@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

.longurl{word-break: break-all;}

body {
	min-width: 1000px;
	background: url(../img/background.png) repeat top left #FFF;
	color: #06060B;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* clearfix */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}


@media screen and (max-width: 639px) {
	html, body {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		overflow-x: hidden;
	}

	a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, .3);
	}

	img {
		max-width: 100%;
		height: auto;
	}
}


/* fonts */
.fontMGothic {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.fontEn {
	font-family: "Comic Sans MS";
}


/* header */
.header_inner {
	width: 960px;
	margin: 0 auto 20px;
}

.header_left {
	padding: 35px 0 0;
	float: left;
}

.header_logo {
	display: block;
}

.header_logo > img {
	display: block;
}

.hdContact {
	float: right;
	padding: 15px 0 0;
	text-align: right;
}

.hdContact_info {
	margin: 0 0 13px;
	font-size: 11px;
	line-height: 1.4;
}

.hdContact_tel {
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: middle;
}

.hdContact_num {
	display: block;
}

.hdContact_num > img {
	display: block;
}

.hdContact_hour {
	display: block;
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.2;
}

.hdContact_hour > img {
	display: block;
}

.hdContact_mail {
	display: inline-block;
	width: 238px;
	height: 60px;
	margin: 0 10px 0 0;
	background: url(../img/header_mail_bg.png) no-repeat center center;
	text-align: center;
	vertical-align: middle;
}

.hdContact_mail:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 18px 0 0;
	background: url(../img/header_mail_icon.png) no-repeat center center;
	vertical-align: middle;
}

.hdContact_mail:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.hdContact_mail_text {
	display: inline-block;
	color: #FFF;
	font-size: 15px;
	line-height: 1.2;
	vertical-align: middle;
}

.hdNav {
	position: relative;
	height: 88px;
	background: url(../img/header_nav_bg.png) repeat-x center center;
	color: #FFF;
	z-index: 10000;
}

.hdNav.hdNav--stuck {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
}

.hdNav_ul {
	display: table;
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

.hdNav_ul > li {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.hdNav_ul > li > a {
	display: block;
}

.hdNav_icon {
	vertical-align: middle;
}

.hdNav_text {
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 15px;
	line-height: 1.2;
	vertical-align: middle;
}

@media screen and (max-width: 639px) {
	.header_inner {
		width: 100%;
		margin: 0;
		padding: 5px 0;
	}

	.header_left {
		padding: 0;
		float: none;
	}

	.header_logo > img {
		display: block;
		max-width: 250px;
		margin: 0 auto;
	}

	.hdContact {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		float: none;
		padding: 0;
		text-align: center;
		z-index: 10000;
	}

	.hdContact_info {
		height: 40px;
		margin: 0;
		padding: 0 10px;
		background: #F4D2DB;
		text-align: left;
		white-space: nowrap;
	}

	.hdContact_info:after {
		content: "";
		display: inline-block;
		width: 1px;
		height: 100%;
		vertical-align: middle;
	}

	.hdContact_info_text {
		display: inline-block;
		vertical-align: middle;
		white-space: normal;
	}

	.hdContact_content {
		display: flex;
		width: 100%;
		min-height: 60px;
		align-items: stretch;
		box-sizing: border-box;
	}

	.hdContact_tel {
		display: flex;
		flex: 0 0 65%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 65%;
		min-height: 100%;
		margin: 0;
		padding: 5px;
		background: #FFF;
		background: -moz-linear-gradient(top, #FFF 0%, #EBEBEB 100%);
		background: -webkit-linear-gradient(top, #FFF 0%, #EBEBEB 100%);
		background: linear-gradient(to bottom, #FFF 0%, #EBEBEB 100%);
		text-align: center;
		box-sizing: border-box;
	}

	.hdContact_num {
		display: block;
	}

	.hdContact_num > img {
		display: block;
	}

	.hdContact_hour {
		display: block;
		margin: 5px 0 0;
		font-size: 10px;
	}

	.hdContact_mail {
		display: flex;
		flex: 1;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: 100%;
		min-width: 0;
		min-height: 60px;
		margin: 0;
		padding: 0 10px;
		background: #FFF;
		background: -moz-linear-gradient(top, #E9768B 0%, #E65B74 100%);
		background: -webkit-linear-gradient(top, #E9768B 0%, #E65B74 100%);
		background: linear-gradient(to bottom, #E9768B 0%, #E65B74 100%);
		text-align: center;
		text-decoration: none;
		box-sizing: border-box;
	}

	.hdContact_mail:before {
		display: block;
		position: static;
		flex-shrink: 0;
		margin: 0;
		align-self: center;
	}

	.hdContact_mail:after {
		content: none;
		display: none;
	}

	.hdContact_mail_text {
		display: block;
		flex: 0 1 auto;
		font-size: 12px;
		line-height: 1.3;
		text-align: center;
		white-space: normal;
		align-self: center;
	}

	.hdNav {
		height: 65px;
		background-size: 70% 100%;
		color: #FFF;
	}

	.hdNav.hdNav--stuck {
		width: 100%;
		height: 60px;
		background-position-y: -10px;
		background-size: auto 70px;
	}

	.hdNav_ul {
		width: 100%;
		margin: 0;
		table-layout: fixed;
		border-collapse: collapse;
	}

	.hdNav_ul > li {
		padding: 8px 4px;
		vertical-align: top;
	}

	.hdNav_ul > li + li {
		border-left: solid 1px #FFF;
	}

	.hdNav_ul > li > a {
		display: block;
		padding: 3px 1px;
	}

	.hdNav_icon {
		display: block;
		margin: 0 auto;
		max-height: 19px;
		width: auto;
	}

	.hdNav_text {
		display: block;
		margin: 2px 0;
		font-size: 10px;
		line-height: 1.2;
	}
}


/* footer */
.footer {
	padding: 35px 0 0;
	border-top: solid 1px #DBDBEA;
	background: url(../img/bg_footer.png) repeat top left;
}

.footer_inner {
	width: 960px;
	margin: 0 auto;
}

.footer_left {
	float: left;
}

.footer_logo {
	display: block;
}

.footer_address {
	margin: 20px 0 0;
	font-style: normal;
	font-size: 13px;
	line-height: 1.6;
}

.footer_mail {
	display: block;
	width: 175px;
	height: 44px;
	margin: 15px 0 0;
	background: url(../img/footer_mail_bg.png) no-repeat center center;
	color: #FFF;
	font-size: 13px;
	line-height: 1.2;
	text-align: left;
}

.footer_mail:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 27px;
	margin: 0 20px 0 12px;
	background: url(../img/footer_mail_icon.png) no-repeat center center;
	vertical-align: middle;
}

.footer_mail:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.footer_mail_text {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.footer_fb {
	margin: 15px 0 0;
	line-height: 1;
}

.footer_fb > a {
	display: inline-block;
}

.footer_fb > a > img {
	display: block;
}

.footer_right {
	float: right;
}

.ftSitemap {
	margin: 0 60px 0 0;
}

.ftSitemap_ul {
	display: inline-block;
	font-size: 13px;
	line-height: 1.8;
	vertical-align: top;
}

.ftSitemap_ul + .ftSitemap_ul {
	margin-left: 90px;
}

.ftSitemap_ul > li > a:before {
	content: "●";
	display: inline-block;
	margin: 0 10px 0 0;
	color: #71B830;
	font-size: 11px;
	line-height: 1.8;
	vertical-align: middle;
}

.ftSitemap_sub {
	margin: 0 0 0 30px;
}

.ftSitemap_sub > li > a:before {
	content: "・";
}

.footer_description {
	width: 960px;
	margin: 5px auto 0;
	font-size: 12px;
	line-height: 1.4;
	text-align: right;
	display: none;
}


.footer_copy {
	margin: 20px 0 0;
	padding: 8px 0;
	background: #71BA30;
	color: #FFF;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}

@media screen and (max-width: 639px) {
	.footer {
		padding: 0 0 100px;
		border-top: 0;
	}

	.footer_inner {
		width: 100%;
		margin: 0;
	}

	.footer_left {
		float: none;
		padding: 15px;
	}

	.footer_logo {
		display: block;
		max-width: 260px;
		margin: 0 auto;
	}

	.footer_address {
		margin: 20px 0 0;
		font-style: normal;
		font-size: 14px;
		line-height: 1.6;
		text-align: center;
	}

	.footer_mail {
		display: block;
		width: 175px;
		height: 44px;
		margin: 15px auto 0;
		background: url(../img/footer_mail_bg.png) no-repeat center center;
		color: #FFF;
		font-size: 13px;
		line-height: 1.2;
		text-align: left;
	}

	.footer_mail:before {
		content: "";
		display: inline-block;
		width: 26px;
		height: 27px;
		margin: 0 20px 0 12px;
		background: url(../img/footer_mail_icon.png) no-repeat center center;
		vertical-align: middle;
	}

	.footer_mail:after {
		content: "";
		display: inline-block;
		width: 1px;
		height: 100%;
		vertical-align: middle;
	}

	.footer_mail_text {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
	}

	.footer_fb {
		margin: 15px auto 0;
		line-height: 1;
		text-align: center;
	}

	.footer_fb > a {
		display: inline-block;
	}

	.footer_fb > a > img {
		display: block;
	}

	.footer_right {
		float: none;
	}

	.ftSitemap {
		margin: 0;
	}

	.ftSitemap_ul {
		display: block;
		border-top: solid 1px #CCC;
		font-size: 13px;
		line-height: 1.6;
	}

	.ftSitemap_ul + .ftSitemap_ul {
		margin: 0;
		border-top: 0;
	}

	.ftSitemap_ul > li {
		border-bottom: solid 1px #CCC;
	}

	.ftSitemap_ul > li > a {
		display: block;
		padding: 12px 15px;
	}

	.ftSitemap_ul > li > a:before {
		content: "●";
		display: inline-block;
		margin: 0 5px 0 0;
		color: #71B830;
		font-size: 10px;
		line-height: 1.8;
		vertical-align: middle;
	}

	.ftSitemap_li--open > .ftSitemap_sub {
		display: block;
	}

	.ftSitemap_sub {
		display: none;
		margin: 0;
		padding: 10px 0;
		border-top: solid 1px #CCC;
	}

	.ftSitemap_sub > li > a {
		display: block;
		padding: 5px 15px 5px 25px;
	}

	.ftSitemap_sub > li > a:before {
		content: "・";
	}

	.footer_description {
		width: 100%;
		margin: 5px 0 0;
		padding: 0 15px;
		text-align: left;
		box-sizing: border-box;
	}


	.footer_copy {
		margin: 20px 0 0;
		padding: 8px 0;
		background: #71BA30;
		color: #FFF;
		font-size: 12px;
		line-height: 1.2;
		text-align: center;
	}

}


/* common parts */
.commonBtn01 {
	display: inline-block;
	position: relative;
	width: 420px;
	height: 66px;
	padding: 0 40px 0 30px;
	background: url(../img/bt_bg_green.png) no-repeat center center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	box-sizing: border-box;
}

.commonBtn01:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.commonBtn01:after {
	content: "\f105";
	font-family: fontawesome;
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -11px;
	font-size: 22px;
	line-height: 1;
	vertical-align: middle;
}

.commonBtn01_text {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 639px) {
	.commonBtn01 {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0 15px 0 10px;
		background: url(../img/bt_bg_green.png) no-repeat center center;
		background-size: contain;
		font-size: 15px;
	}

	.commonBtn01:after {
		right: 15px;
	}
}


.serviceBanners {
	margin: 60px 0 0;
	text-align: center;
}

.serviceBanners.serviceBanners-2col {
	margin: 60px -20px 0;
}

.serviceBanners.serviceBanners-short {
	margin-top: 50px;
}

.serviceBanners_col {
	display: inline-block;
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}

.serviceBanners.serviceBanners-2col > .serviceBanners_col {
	display: block;
	float: left;
}

.serviceBanners.serviceBanners-short > .serviceBanners_col {
	padding: 0 25px;
}

.serviceBanners_banner {
	display: block;
	width: 460px;
	height: 170px;
	padding: 20px 130px 0 25px;
	text-align: left;
	box-sizing: border-box;
}

.serviceBanners.serviceBanners-short .serviceBanners_banner {
	height: 130px;
}

.serviceBanners_banner.serviceBanners_banner-discount {
	background: url(../img/bt_discount_b.png) no-repeat center center;
}

.serviceBanners.serviceBanners-short .serviceBanners_banner.serviceBanners_banner-discount {
	background: url(../img/bt_discount_s.png) no-repeat center center;
}

.serviceBanners_banner.serviceBanners_banner-safety {
	background: url(../img/bt_safety_b.png) no-repeat center center;
}


.serviceBanners.serviceBanners-short .serviceBanners_banner.serviceBanners_banner-safety {
	background: url(../img/bt_safety_s.png) no-repeat center center;
}


.serviceBanners_banner.serviceBanners_banner-babysitter {
	background: url(../img/bt_babysitter_b.png) no-repeat center center;
	margin-top: 20px;
}

.serviceBanners.serviceBanners-short .serviceBanners_banner.serviceBanners_banner-babysitter {
	background: url(../img/bt_babysitter_s.png) no-repeat center center;
}



.serviceBanners_item {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}

.serviceBanners.serviceBanners-short .serviceBanners_item {
	font-size: 21px;
}

.serviceBanners_text {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}

.serviceBanners.serviceBanners-short .serviceBanners_text {
	font-size: 14px;
	line-height: 1.6;
}

.serviceBanners_detail {
	margin: 3px 0 0;
	padding: 0 10px 0 0;
	color: #FFF;
	font-size: 14px;
	line-height: 2;
	text-align: right;
}

.serviceBanners.serviceBanners-short .serviceBanners_detail {
	margin: 0;
}

.serviceBanners_detail:before {
	content: "\f105";
	font-family: fontawesome;
	display: inline-block;
	margin: 0 10px 2px 0;
	color: #71BA30;
	font-size: 16px;
	line-height: 1;
	vertical-align: middle;
}

@media screen and (max-width: 639px) {
	.serviceBanners {
		margin: 20px 0 0;
		box-sizing: border-box;
	}

	.serviceBanners.serviceBanners-2col {
		margin: 20px 0 0;
	}

	.serviceBanners.serviceBanners-short {
		margin-top: 20px;
	}

	.serviceBanners_col {
		display: block;
		position: relative;
		width: 100%;
		padding-top: 37.78%;
		box-sizing: border-box;
	}

	.serviceBanners_col + .serviceBanners_col {
		margin-top: 10px;
	}

	.serviceBanners.serviceBanners-2col > .serviceBanners_col {
		display: block;
		float: none;
	}

	.serviceBanners.serviceBanners-short > .serviceBanners_col {
		position: relative;
		padding: 0;
		width: 100%;
		padding-top: 37.78%;
	}

	.serviceBanners_banner {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 3% 30% 0 6.67%;
		box-sizing: border-box;
	}

	.serviceBanners.serviceBanners-short .serviceBanners_banner {
		height: 100%;
	}

	.serviceBanners_banner.serviceBanners_banner-discount {
		background: url(../img/bt_discount_b.png) no-repeat center center;
		background-size: contain;
	}

	.serviceBanners.serviceBanners-short .serviceBanners_banner.serviceBanners_banner-discount {
		background: url(../img/bt_discount_b.png) no-repeat center center;
		background-size: contain;
	}

	.serviceBanners_banner.serviceBanners_banner-safety {
		background: url(../img/bt_safety_b.png) no-repeat center center;
		background-size: contain;
	}
	.serviceBanners.serviceBanners-short .serviceBanners_banner.serviceBanners_banner-safety {
		background: url(../img/bt_safety_b.png) no-repeat center center;
		background-size: contain;
	}

	.serviceBanners_banner.serviceBanners_banner-babysitter {
	background: url(../img/bt_babysitter_b.png) no-repeat center center;
	background-size: contain;
	margin-top: -20px !important
}

	.serviceBanners.serviceBanners-short .serviceBanners_banner.serviceBanners_banner-babysitter {
		background: url(../img/bt_babysitter_b.png) no-repeat center center;
		background-size: contain;
	}



	.serviceBanners_item {
		font-size: 15px;
		line-height: 1.2;
	}

	.serviceBanners.serviceBanners-short .serviceBanners_item {
		font-size: 15px;
	}

	.serviceBanners_text {
		margin: 3px 0 0;
		font-size: 13px;
		line-height: 1.6;
	}

	.serviceBanners.serviceBanners-short .serviceBanners_text {
		font-size: 13px;
		line-height: 1.6;
	}

	.serviceBanners_detail {
		margin: 0;
		font-size: 14px;
		line-height: 1.2;
	}

	.serviceBanners.serviceBanners-short .serviceBanners_detail {
		margin: 0;
	}
}


.commonContact {
	background: #F4D2DB;
}

.commonContact_inner {
	width: 960px;
	margin: 0 auto;
	padding: 45px 0 60px;
	background: url(../img/contact_bg_img.png) no-repeat bottom right;
}

.commonContact_text {
	margin: 5px 0 0;
	font-size: 14px;
	line-height: 2;
}

.commonContact_contact {
	margin: 20px 0 0;
}

.commonContact_tel {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.commonContact_tel > img {
	display: block;
	margin: 0 auto;
}

.commonContact_hour {
	display: block;
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1.2;
}

.commonContact_mail {
	display: inline-block;
	width: 310px;
	height: 80px;
	margin: 0 0 0 35px;
	vertical-align: middle;
}

.commonContact_mail a {
	display: inline-block;
    position: relative;
    width: 310px;
    height: 80px;
    margin: 0;
    background: url(../img/contact_mail_bg.png) no-repeat center center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.commonContact_mail a:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	background: url(../img/contact_mail_icon.png) no-repeat center center;
	vertical-align: middle;
}

.commonContact_mail a:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.commonContact_mail_text {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 639px) {
	.commonContact_inner {
		width: 100%;
		margin: 0;
		padding: 5px 15px 15px;
		box-sizing: border-box;
		background: none;
	}
	
	.commonContact_service {
		margin-top: 20px;
	}

	.commonContact_text {
		margin: 5px 0 0;
		padding: 0 130px 10px 0;
		font-size: 14px;
		line-height: 1.6;
		background: url(../img/contact_bg_img.png) no-repeat bottom right;
		background-size: contain;
	}

	.commonContact_contact {
		margin: 0;
	}

	.commonContact_tel {
		display: block;
		padding: 10px;
		border: solid 1px #9D9D9D;
		border-radius: 7px;
		background: #FFF;
		background: -moz-linear-gradient(top, #FFF 0%, #EBEBEB 100%);
		background: -webkit-linear-gradient(top, #FFF 0%, #EBEBEB 100%);
		background: linear-gradient(to bottom, #FFF 0%, #EBEBEB 100%);
	}

	.commonContact_tel > img {
		display: block;
		margin: 0 auto;
	}

	.commonContact_hour {
		margin: 5px 0 0;
		font-size: 13px;
	}
	
	.commonContact_mail {
		position: relative;
		width: 100%;
		height: auto;
		margin: 10px auto 0;
		padding-top: 25.8%;
	}

	.commonContact_mail a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/contact_mail_bg.png) no-repeat center center;
		background-size: contain;
		font-size: 17px;
	}
}


.commonService {
	padding: 60px 0;
	background: #F8FACB;
}

.commonService_inner {
	width: 960px;
	margin: 0 auto;
}

.commonService_title {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}

.commonService_title > img {
	margin: 0 10px 5px 0;
	vertical-align: middle;
}

.commonService_service {
	margin: 35px 0 0;
}

.commonService_name {
	display: inline-block;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
}

.commonService_name:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	background: url(../img/dot_30_green.png) no-repeat center center;
	vertical-align: middle;
}

.commonService_description {
	display: inline-block;
	margin: 0 0 0 30px;
	font-size: 16px;
	line-height: 2;
	vertical-align: middle;
}

.commonService_ul {
	margin: 20px -15px 0;
}

.commonService_ul > li {
	width: 33.33333%;
	/*height: 145px;*/
	height:160px;
	padding: 0 15px;
	float: left;
	text-align: left;
	box-sizing: border-box;
}

.memberService .commonService_ul > li {
	/*width: 48.4375%;*/
	width: 33.3333%
}

.commonService_ul > li > a {
	display: block;
	height: 100%;
	padding: 8px 15px 0;
	text-align: center;
	border-radius: 7px;
	background: #FFF;
	box-sizing: border-box;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
}

.memberService .commonService_ul > li > a {
	padding: 18px 24px 0;
}

.commonService_img {
	display: inline-block;
	vertical-align: middle;
}

.commonService_item {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
}

.commonService_item > small {
	font-size: 16px;
}

.commonService_text {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.6;
}


.commonService_link {
	margin: 50px 0 0;
	text-align: center;
}

@media screen and (max-width: 639px) {
	.commonService {
		padding: 15px;
		background: #F8FACB;
	}

	.commonService_inner {
		width: 100%;
		margin: 0;
	}

	.commonService_title {
		padding: 0;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
	}

	.commonService_title > img {
		margin: 0 0 5px;
		vertical-align: middle;
	}

	.commonService_service {
		margin: 20px 0 0;
		text-align: center;
	}

	.commonService_name {
		font-size: 17px;
	}

	.commonService_description {
		display: block;
		margin: 10px 0;
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
	}

	.commonService_ul {
		margin: 0;
	}

	.commonService_ul > li {
		width: 100%;
		height: auto;
		padding: 0;
		float: none;
	}
	
	.memberService .commonService_ul > li {
		width: 100%;
	}

	.commonService_ul > li + li {
		margin-top: 10px;
	}

	.commonService_ul > li > a {
		display: block;
		position: relative;
		min-height: 86px;
		height: 100%;
		padding: 8px 15px 8px 90px;
	}
	
	.memberService .commonService_ul > li > a {
		padding: 8px 15px 8px 90px;
	}

	.commonService_ul > li > a:after {
		content: "\f105";
		font-family: fontawesome;
		display: block;
		position: absolute;
		top: 50%;
		right: 5px;
		margin-top: -10px;
		color: #71BA30;
		font-size: 20px;
		line-height: 1;
	}

	.commonService_img {
		display: block;
		position: absolute;
		top: 50%;
		left: 8px;
		margin-top: -35px;
	}

	.commonService_item {
		display: block;
		margin: 0;
		font-size: 15px;
	}
	
	.commonService_item br {
		display: none;
	}

	.commonService_item > small {
		font-size: 14px;
	}

	.commonService_text {
		margin: 5px 0 0;
		font-size: 13px;
		line-height: 1.6;
		text-align: left;
	}

	.commonService_text > br {
		display: none;
	}

	.commonService_link {
		position: relative;
		width: 100%;
		margin: 15px 0 0;
		padding-top: 15.71%;
		text-align: center;
	}
}


.breadcrumb {
	width: 960px;
	margin: 25px auto 0;
	font-size: 13px;
	line-height: 1.2;
}

.breadcrumb > li {
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb > li + li:before {
	content: "\003e";
	display: inline-block;
	margin: 0 4px 0 1px;
	vertical-align: middle;
}

@media screen and (max-width: 639px) {
	.breadcrumb {
		width: 100%;
		margin: 0;
		padding: 10px 15px;
		font-size: 12px;
		box-sizing: border-box;
	}
}


.pageHeader {
	margin: 60px 0;
	text-align: center;
}

.pageHeader.pageHeader-about > .pageHeader_ja:before {
	content: "";
	display: inline-block;
	width: 51px;
	height: 54px;
	margin: 0 15px 0 0;
	background: url(../img/about/page_header_icon.png) no-repeat center center;
	vertical-align: middle;
}

.pageHeader.pageHeader-service > .pageHeader_ja:before {
	content: "";
	display: inline-block;
	width: 56px;
	height: 56px;
	margin: 0 15px 0 0;
	background: url(../img/service/page_header_icon.png) no-repeat center center;
	vertical-align: middle;
}

.pageHeader.pageHeader-flow > .pageHeader_ja:before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 56px;
	margin: 0 15px 0 0;
	background: url(../img/flow/page_header_icon.png) no-repeat center center;
	vertical-align: middle;
}

.pageHeader.pageHeader-faq > .pageHeader_ja:before {
	content: "";
	display: inline-block;
	width: 57px;
	height: 56px;
	margin: 0 15px 0 0;
	background: url(../img/faq/page_header_icon.png) no-repeat center center;
	vertical-align: middle;
}

.pageHeader.pageHeader-policy > .pageHeader_ja:before {
	content: "";
    display: inline-block;
    width: 70px;
    height: 85px;
    margin: 0 25px 0 0;
    background: url(../img/service/service_header_icon.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
}

.pageHeader.pageHeader-sitemap > .pageHeader_ja:before {
	content: "";
	display: inline-block;
	width: 56px;
	height: 56px;
	margin: 0 25px 0 0;
	background: url(../img/sitemap/page_header_icon.png) no-repeat center center;
	vertical-align: middle;
}

.pageHeader.pageHeader-contact > .pageHeader_ja:before {
	content: "";
	display: inline-block;
	width: 57px;
	height: 56px;
	margin: 0 15px 0 0;
	background: url(../img/contact/page_header_icon.png) no-repeat center center;
	vertical-align: middle;
}

.pageHeader.pageHeader-company > .pageHeader_ja:before {
	content: "";
	display: inline-block;
	width: 46px;
	height: 56px;
	margin: 0 15px 0 0;
	background: url(../img/company/page_header_icon.png) no-repeat center center;
	vertical-align: middle;
}

.pageHeader.pageHeader-recruit > .pageHeader_ja:before {
	content: "";
	display: inline-block;
	width: 66px;
	height: 56px;
	margin: 0 20px 0 0;
	background: url(../img/recruit/page_header_icon.png) no-repeat center center;
	vertical-align: middle;
}

.pageHeader.pageHeader-news > .pageHeader_ja:before {
	content: "";
	display: inline-block;
	width: 56px;
	height: 56px;
	margin: 0 25px 0 0;
	background: url(../img/news/page_header_icon.png) no-repeat center center;
	vertical-align: middle;
}

.pageHeader.pageHeader-column > .pageHeader_ja:before {
	content: "";
	display: inline-block;
	width: 48px;
	height: 56px;
	margin: 0 25px 0 0;
	background: url(../img/column/page_header_icon.png) no-repeat center center;
	vertical-align: middle;
}

.pageHeader_ja {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 5px;
}

.pageHeader_en {
	margin: 12px 0 0;
	color: #71B930;
	font-size: 18px;
	line-height: 1.2;
}

@media screen and (max-width: 639px) {
	.pageHeader {
		margin: 15px 0 0;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.pageHeader.pageHeader-about > .pageHeader_ja:before {
		width: 48px;
		background: url(../img/about/page_header_icon.png) no-repeat center center;
		background-size: contain;
	}

	.pageHeader.pageHeader-service > .pageHeader_ja:before {
		width: 48px;
		background: url(../img/service/page_header_icon.png) no-repeat center center;
		background-size: contain;
	}

	.pageHeader.pageHeader-faq > .pageHeader_ja:before {
		width: 48px;
		background: url(../img/faq/page_header_icon.png) no-repeat center center;
		background-size: contain;
	}

	.pageHeader.pageHeader-sitemap > .pageHeader_ja:before {
		width: 48px;
		margin: 0 15px 0 0;
		background: url(../img/sitemap/page_header_icon.png) no-repeat center center;
		background-size: contain;
	}

	.pageHeader.pageHeader-contact > .pageHeader_ja:before {
		width: 43px;
		margin: 0 15px 0 0;
		background: url(../img/contact/page_header_icon.png) no-repeat center center;
		background-size: contain;
	}

	.pageHeader.pageHeader-recruit > .pageHeader_ja:before {
		width: 48px;
		margin: 0 15px 0 0;
		background: url(../img/recruit/page_header_icon.png) no-repeat center center;
		background-size: contain;
	}

	.pageHeader.pageHeader-news > .pageHeader_ja:before {
		width: 48px;
		margin: 0 15px 0 0;
		background: url(../img/news/page_header_icon.png) no-repeat center center;
		background-size: contain;
	}

	.pageHeader_ja {
		font-size: 17px;
		letter-spacing: 2px;
	}

	.pageHeader_en {
		margin: 0;
		font-size: 13px;
	}
}


.parentHeader {
	margin: 40px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.parentHeader.parentHeader-service:before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 0 10px 0 0;
	background: url(../img/service/parent_header_icon.png) no-repeat center center;
	vertical-align: middle;
}

.parentHeader.parentHeader-column:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 36px;
	margin: 0 10px 0 0;
	background: url(../img/column/parent_header_icon.png) no-repeat center center;
	vertical-align: middle;
}

.parentHeader.parentHeader-news:before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 37px;
	margin: 0 10px 0 0;
	background: url(../img/news/parent_header_icon.png) no-repeat center center;
	vertical-align: middle;
}


.articleSide_block + .articleSide_block {
	margin-top: 50px;
}

.articleSide_title {
	height: 60px;
	border-radius: 5px;
	background: #71BA30;
	color: #FFF;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}

.articleSide_title.articleSide_title-backNumber:before {
	content: "";
	display: inline-block;
	width: 39px;
	height: 24px;
	margin: 0 10px 0 0;
	background: url(../img/side_backnumber_icon.png) no-repeat center center;
	vertical-align: middle;
}

.articleSide_title.articleSide_title-category:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 24px;
	margin: 0 10px 0 0;
	background: url(../img/side_category_icon.png) no-repeat center center;
	vertical-align: middle;
}

.articleSide_title.articleSide_title-search:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 24px;
	margin: 0 2px 0 0;
	background: url(../img/side_search_icon.png) no-repeat center center;
	vertical-align: middle;
}


.articleSide_title:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.articleSide_title_text {
	display: inline-block;
	vertical-align: middle;
}

.articleSide_title_text.articleSide_title_text-space {
	letter-spacing: 15px;
	padding-left: 15px;
}

.articleSide_ul {
	margin: 2px 0 0;
}

.articleSide_ul > li {
	font-size: 14px;
	border-bottom: solid 1px #CCC;
}

.articleSide_ul > li > a {
	display: inline-block;
	position: relative;
	padding: 15px 0 15px 40px;
	font-size: 14px;
	line-height: 1.2;
}

.articleSide_ul > li > a:before {
	content: "\f105";
	font-family: fontawesome;
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -11px;
	color: #71BA30;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
}

.articleSide_dropdown {
	display: block;
	width: 100%;
	height: 32px;
	margin: 20px auto 0;
	font-size: 14px;
}

.articleSide_search {
	margin: 30px 0 0;
	text-align: center;
}

.articleSide_textbox {
	display: inline-block;
	height: 32px;
	padding: 0 5px;
	border: solid 1px #DDD;
	border-radius: 4px;
	vertical-align: middle;
	box-sizing: border-box;
}

.articleSide_btn {
	display: inline-block;
	padding: 5px;
	border: solid 1px #DDD;
	border-radius: 4px;
	background: #E7E7E7;
	background: -moz-linear-gradient(top, #E7E7E7 0%, #FFF 100%);
	background: -webkit-linear-gradient(top, #E7E7E7 0%, #FFF 100%);
	background: linear-gradient(to bottom, #E7E7E7 0%, #FFF 100%);
	font-size: 14px;
	line-height: 1.2;
	vertical-align: middle;
	cursor: pointer;
}

@media screen and (max-width: 639px) {
	.articleSide_block + .articleSide_block {
		margin-top: 30px;
	}

	.articleSide_title {
		height: 40px;
	}
}

.screen-reader-text {
	display: none;
}

.nav-links {
	display: table;
	width: 100%;
	margin: 30px 0 0;
	table-layout: fixed;
}

.nav-previous,
.nav-next {
	display: table-cell;
	position: relative;
	width: 50%;
	padding: 0 30px;
	font-size: 16px;
	line-height: 1.5;
	vertical-align: top;
	box-sizing: border-box;
}

.nav-previous {
	text-align: left;
}

.nav-next {
	text-align: right;
}

.nav-previous > a,
.nav-next > a {
	text-decoration: underline;
}

.nav-previous > a:before {
	content: "\f144";
	font-family: fontawesome;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
	color: #309B39;

	font-size: 14px;
	line-height: 1;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav-next > a:after {
	content: "\f144";
	font-family: fontawesome;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
	color: #309B39;
	font-size: 14px;
	line-height: 1;
}


.articleBack {
	margin: 60px 0 0;
	text-align: center;
}

.articleBack > a {
	display: inline-block;
	position: relative;
	width: 420px;
	height: 66px;
	background: url(../img/bt_bg_green.png) no-repeat center center;
	color: #FFF;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 1px;
}

.articleBack > a:before {
	content: "\f104";
	font-family: fontawesome;
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -10px;
	font-size: 20px;
	line-height: 1;
}

.articleBack > a:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.articleBack_text {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 639px) {
	.articleNav {
		display: table;
		width: 100%;
		margin: 20px 0 0;
		table-layout: fixed;
	}

	.nav-previous,
	.nav-next {
		padding: 0 20px;
		font-size: 13px;
	}
	
	.nav-links {
		margin: 0;
	}


	.articleBack {
		position: relative;
		width: 100%;
		margin: 20px 0;
		padding-top: 15.71%;
		text-align: center;
	}

	.articleBack > a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/bt_bg_green.png) no-repeat center center;
		background-size: contain;
		font-size: 15px;
	}
}


/*social button******************/
.singleArticle_sns　{
    max-width:652px;
    margin:0 30px;
    padding:8px 0 5px 0 !important;
    border-top:1px dashed #ddd;
    border-bottom:1px dashed #ddd;
}
.singleArticle_sns ul {
    list-style-type:none;
    margin-left:0px;
}
.singleArticle_sns li {
	display: inline-block;
    margin-right: 7px;
}
.singleArticle_sns li:last-child {
	margin-right: 0;
}

.fb_iframe_widget span {
    vertical-align: baseline !important;
    margin-left:0 !important; 
}

#___plusone_0,
#___plusone_1,
#___plusone_2 {
width: 58px !important;
}


/*フッター用SNSボタン*/
.footer_shere_text {
	margin: 10px 0 0;
    font-size: 13px;
}
.footer_shere ul {
	margin: 0;
}
.footer_shere li {
	display:inline-block;
	margin:0 3px 0 0;
}
.footer_shere li a {
	position:relative;
	display:block;
}

.footer_shere li a img {
	width: 34px;
	height: 34px;
}

@media screen and (max-width: 639px) {
	.footer_shere {
		text-align: center;
	}
}

.error-404_txt {
	font-size: 16px;
    line-height: 2;
    text-align: center;
}

.error-404_sitemap{
	width: 960px;
	margin: 60px auto 120px;
	padding: 50px 0 50px 80px;
	border-top: solid 2px #71BA30;
	border-bottom: solid 2px #71BA30;
	box-sizing: border-box;
}

.error-404_sitemap> li {
	position: relative;
	padding: 0 0 0 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
}

.error-404_sitemap> li:before {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
	background: url(../img/sitemap/list_mark.png) no-repeat center center;
}

.error-404_sitemap> li + li {
	margin-top: 22px;
}

.sitemap_service {
	margin: 5px 0 0 35px;
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
}

.sitemap_service > dd + dt {
	margin-top: 5px;
}

.sitemap_service > dd > a {
	display: inline-block;
	color: #007F00;
	text-decoration: underline;
}

.sitemap_service > dd > a:before {
	content: "・";
	display: inline-block;
	color: #06060B;
	text-decoration: none;
}

.sitemap_service > dd > a + a {
	margin-left: 15px;
}

@media screen and (max-width: 639px) {
	.error-404_sitemap{
		width: 100%;
		margin: 20px 0 50px;
		padding: 15px;
	}

	.error-404_sitemap> li {
		padding: 5px 0 5px 45px;
		font-size: 17px;
	}

	.error-404_sitemap> li + li {
		margin-top: 10px;
	}

	.sitemap_service {
		margin: 5px 0 0;
		font-size: 14px;
		line-height: 2;
	}

	.sitemap_service > dd > a, .sitemap_service > dd > a + a {
		margin-left: 5px;
	}
	
	.longurl{word-break: break-all;}
	
}