@charset "utf-8";

/* Base Start */

* {
  margin:0;
  padding:0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,textarea {
	display:block;
}

img {
  border:0;
  vertical-align:top;
}

em,address {
	font-style:normal;
}

body {
	color:#000;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:100%;
	text-align:center;
}

.eng {
	font-family:Futura, sans-serif;
}

a {
	color:#039;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

#anc-wrapper {
	width:100%;
	overflow:hidden;
}

@media only screen and (max-width : 1199px) {
	#anc-wrapper {
		padding-bottom:57px;
	}
}

/* Base End */

/* Clearfix Start */

.clearfix::after {
	content:"";
	display:block;
	clear:both;
}

/* Clearfix End */

/* Header Start */

#header {
	z-index:10000;
	position:fixed;
	left:0;
	top:0;
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	box-sizing:border-box;
	background-color:rgba(255,255,255,.6);
	width:100%;
	height:77px;
}

#header h1,
#header strong {
	width:135px;
	height:28px;
	margin:0 auto 0 25px;
}

#header h1 img,
#header strong img {
	width:auto;
	height:100%;
}

.gn,
.lang {
	display:-webkit-flex;
	display:flex;
	list-style-type:none;
}

.no-lang {
	margin-right:20px;
}

.gn li {
	padding:0 14px;
	line-height:16px;
	font-size:16px;
	white-space:nowrap;
}

.gn li a,
.lang li a {
	color:#000;
	text-decoration:none;
}

.gn li a:hover,
.gn li.current a,
.gn li.current a:hover {
	color:#999;
}

.lang {
	margin:0 18px;
	padding:6px 10px;
	background-color:#abbccd;
}

.lang li {
	padding:0 8px;
	line-height:14px;
	font-size:14px;
}

.lang li span {
	text-decoration:line-through;
}

.lang li+li {
	border-left:1px solid #000;
}

.lang li a:hover,
.lang li.current a,
.lang li.current a:hover {
	color:#666;
}

#header em {
	width:124px;
	height:77px;
}

#header em a:hover {
	opacity:.8;
}

#nav-toggle {
	z-index:10001;
	display:none;
	cursor:pointer;
	margin-right:16px;
	width:36px;
	height:36px;
}

#nav-toggle div {
	position:relative;
	width:32px;
	height:19px;
}

#nav-toggle div span {
	position:absolute;
	left:0;
	display:block;
	width:100%;
	height:3px;
	background-color:#082867;
	-webkit-transition:.35s ease-in-out;
	-moz-transition:.35s ease-in-out;
	transition:.35s ease-in-out;
}

#nav-toggle div span:nth-child(1) {
	top:0;
}

#nav-toggle div span:nth-child(2) {
	top:8px;
}

#nav-toggle div span:nth-child(3) {
	top:16px;
}

.sp-navi {
	z-index:10000;
	position:absolute;
	left:0;
	bottom:100%;
	padding:120px 0 84px 0;
	background-color:rgba(8,40,103,.9);
	width:100%;
	height:auto;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
}

.sp-gn {
	list-style-type:none;
}

.sp-gn li {
	padding-bottom:34px;
	line-height:20px;
	font-size:20px;
}

.sp-gn li a {
	color:#fff;
	text-decoration:none;
}

.sp-lang {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	margin:24px auto 44px auto;
	padding:13px 0;
	width:142px;
	background-color:#abbccd;
	list-style-type:none;
}

.sp-lang li {
	padding:0 9px;
	line-height:18px;
	font-size:18px;
}

.sp-lang li+li {
	border-left:1px solid #000;
}

.sp-lang li span {
	text-decoration:line-through;
}

.sp-lang li a {
	color:#000;
	text-decoration:none;
}

.sp-lang li.current a {
	color:#666;
}

.sp-sns {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	list-style-type:none;
}

.sp-sns li {
	padding:0 15px;
}

#upper {}

#slider {
	position:relative;
}

.slider-text {
	z-index:1000;
	position:absolute;
	left:0;
	top:30px;
	width:100%;
	height:calc(100% - 60px);
}

.slider-text p {
	position:absolute;
	left:42%;
	top:50%;
	line-height:0;
	font-size:0;
	text-shadow:0 0 5px #fff,0 0 7px #fff,0 0 12px #fff;
	width:55.5%;
}

.slider-text p big {
	display:block;
	color:#062666;
	padding-left:3px;
	line-height:31px;
	font-size:23px;
	font-weight:bold;
	letter-spacing:3px;
}

.slider-text p small {
	display:block;
	padding-top:12px;
	padding-left:2px;
	line-height:22px;
	font-size:18px;
	letter-spacing:2px;
}

.bxslider img {
	width:100%;
	height:auto;
}

#mv {
	position:relative;
}

#mv>img {
	z-index:1;
	width:100%;
	height:auto;
}

#mv div {
	position:absolute;
	left:0;
	bottom:0;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	width:100%;
	height:calc(100% - 77px);
}

#mv div h1 {
	padding-left:4px;
	color:#062666;
	line-height:26px;
	font-size:26px;
	text-shadow:0 0 5px #fff,0 0 7px #fff,0 0 12px #fff;
	letter-spacing:4px;
	text-align:center;
}

#mv div h1 big {
	display:block;
	margin:0 auto;
	text-shadow:none;
	-webkit-filter:drop-shadow(0px 0px 5px rgba(255,255,255,.9)) drop-shadow(0px 0px 5px rgba(255,255,255,.8)) drop-shadow(0px 0px 5px rgba(255,255,255,.7)) drop-shadow(0px 0px 10px rgba(255,255,255,.7));
	filter:drop-shadow(0px 0px 5px rgba(255,255,255,.9)) drop-shadow(0px 0px 5px rgba(255,255,255,.8)) drop-shadow(0px 0px 5px rgba(255,255,255,.7)) drop-shadow(0px 0px 10px rgba(255,255,255,.7));
}

#mv div h1 big img {
	max-width:100%;
	height:auto;
}

#mv div h1 small {
	display:block;
	padding-top:8px;
	line-height:40px;
	font-size:26px;
}

.nanny-h1s {
	color:#a40745;
}

.luxtra-h1s {
	color:#df3726;
}

#mv div h1 small span {
	display:inline-block;
}

@media only screen and (max-width : 1199px) {
	#header {
		height:54px;
	}
	
	#header h1,
	#header strong {
		margin:0 auto 0 16px;
	}
	
	.gn,
	.lang,
	#header em {
		display:none;
	}
	
	#nav-toggle {
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content:center;
		justify-content:center;
		-webkit-align-items:center;
		align-items:center;
	}
	
	.open #nav-toggle {
		z-index:100000;
		border:1px solid #fff;
	}
	
	.open #nav-toggle div span {
		background-color:#fff;
	}
	
	.open #nav-toggle div span:nth-child(1) {
		top:8px;
		transform:rotate(315deg);
	}
	
	.open #nav-toggle div span:nth-child(2) {
		width:0;
		left:50%;
	}
	
	.open #nav-toggle div span:nth-child(3) {
		top:8px;
		transform:rotate(-315deg);
	}
	
	.open .sp-navi {
		transform:translateY(100%);
	}
	
	#mv div {
		height:calc(100% - 54px);
	}
}

@media screen and (min-width : 768px) and (max-width : 1199px) {
	
}

@media only screen and (max-width : 767px) {
	#slider .bxslider img {
		height:calc(100vh - 57px);
		object-fit:cover;
	}
	
	.slider-text p {
		left:10px;
		top:55.2%;
		width:calc(100% - 20px);
	}
	
	.slider-text p big {
		font-size:20px;
	}
	
	.slider-text p small {
		padding-top:6px;
		font-size:16px;
	}
	
	#mv div h1 big {
		width:161px;
	}
	
	#mv div h1 small {
		padding:0;
		line-height:20px;
		font-size:18px;
	}
}

/* Header End */

/* Main Start */

.container {
	margin:0 auto;
	width:1194px;
}

#contents {
	padding-bottom:160px;
}

.main-h2 {
	box-sizing:border-box;
	padding:80px 0 80px 3px;
	line-height:32px;
	font-size:32px;
	letter-spacing:3px;
}

.lightgray {
	background-color:#f9f8f5;
}

.lightgray2 {
	padding-bottom:120px;
	background-color:#f9f8f5;
}

.contents-top {
	padding-bottom:100px;
}

.contents-top h3 {
	padding:28px 0 76px 0;
	line-height:27px;
	font-size:27px;
	font-weight:normal;
}

.contents-top p {
	line-height:29px;
	font-size:16px;
	text-align:left;
}

.contents-top em {
	display:block;
	padding-top:60px;
	text-align:right;
}

.two-contents-top {
	padding-bottom:80px;
}

.two-contents-top div {
	position:relative;
}

.two-contents-top div img {
	z-index:1;
	width:100%;
	height:auto;
}

.two-contents-top div h3 {
	z-index:10;
	position:absolute;
	left:0;
	top:0;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	width:100%;
	height:100%;
	line-height:27px;
	font-size:27px;
	text-shadow:0 0 5px #fff,0 0 7px #fff,0 0 12px #fff;
}

.nanny-ctop-h3 {
	color:#a40845;
}

.luxtra-ctop-h3 {
	color:#df3726;
}

.two-contents-top p {
	padding-top:84px;
	line-height:32px;
	font-size:18px;
	text-align:left;
}

.cancel-policy {}

.cancel-policy h3 {
	padding:124px 0 80px 0;
	line-height:27px;
	font-size:27px;
	font-weight:normal;
}

.cancel-policy p {
	margin:0 auto;
	padding-bottom:52px;
	width:100%;
	max-width:962px;
	line-height:29px;
	font-size:16px;
	text-align:left;
}

.cancel-policy ul {
	margin:0 auto;
	list-style-type:none;
	width:100%;
	max-width:962px;
}

.cancel-policy ul li {
	padding:16px 32px 16px 0;
	line-height:29px;
	font-size:16px;
	text-align:left;
}

.cancel-policy ul li+li {
	border-top:1px solid #ccc;
}

.cancel-policy ul li:last-child {
	padding:40px 0 0 0;
}

.cancel-policy ul li dl {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}

.cancel-policy ul li dl dd {
	text-align:right;
}

.cancel-policy ul li em {
	display:block;
	box-sizing:border-box;
	color:#900;
	padding-left:1em;
	text-indent:-1em;
}

@media only screen and (max-width : 1199px) {
	#contents {
		padding-bottom:120px;
	}
}

@media screen and (min-width : 768px) and (max-width : 1199px) {
	.container {
		width:750px;
	}
	
	.main-h2 {
		padding:60px 0 60px 3px;
	}
	
	.contents-top {
		padding-bottom:75px;
	}
	
	.contents-top h3 {
		padding:21px 0 57px 0;
	}
	
	.contents-top em {
		adding-top:45px;
	}
	
	.two-contents-top div h3 {
		line-height:24px;
		font-size:24px;
	}
	
	.two-contents-top p {
		padding-top:63px;
	}
	
	.lightgray2 {
		padding-bottom:90px;
	}
	
	.cancel-policy ul li {
		padding:16px 16px 16px 0;
	}
	
	.cancel-policy h3 {
		padding:93px 0 60px 0;
	}
	
	.cancel-policy p {
		padding-bottom:39px;
	}
	
	.cancel-policy ul li:last-child {
		padding:30px 0 0 0;
	}
}

@media only screen and (max-width : 767px) {
	.container {
		width:90%;
	}
	
	.main-h2 {
		padding:40px 0 40px 3px;
	}
	
	.contents-top {
		padding-bottom:50px;
	}
	
	.contents-top h3 {
		padding:14px 0 38px 0;
	}
	
	.contents-top em {
		adding-top:30px;
	}
	
	.two-contents-top div h3 {
		line-height:21px;
		font-size:21px;
	}
	
	.two-contents-top p {
		padding-top:42px;
	}
	
	.lightgray2 {
		padding-bottom:60px;
	}
	
	.cancel-policy ul li {
		padding:16px 0;
	}
	
	.cancel-policy h3 {
		padding:62px 0 40px 0;
	}
	
	.cancel-policy p {
		padding-bottom:26px;
	}
	
	.cancel-policy ul li:last-child {
		padding:20px 0 0 0;
	}
	
	.cancel-policy ul li dl dd span {
		display:block;
	}
}

/* Main End */

/* Footer Start */

#footer {
	display:-webkit-flex;
	display:flex;
	box-sizing:border-box;
	padding:0 52px;
	background-color:#233f75;
	width:100%;
}

.foot-data {
	margin-right:auto;
	padding:40px 0;
	color:#fff;
	text-align:left;
}

.foot-data h2 {
	padding-bottom:14px;
}

.foot-data address {
	display:block;
	padding-bottom:6px;
	line-height:26px;
	font-size:13px;
}

.foot-data address a {
	color:#fff;
	text-decoration:underline;
}

.foot-data small {
	display:block;
	line-height:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

.foot-navi {
	padding-top:56px;
}

.foot-navi ul {
	display:-webkit-flex;
	display:flex;
	list-style-type:none;
}

.foot-navi ul li {
	padding:0 16px;
	line-height:15px;
	font-size:15px;
	font-weight:bold;
}

.foot-navi ul li a {
	color:#fff;
	text-decoration:none;
}

.foot-navi ul li a:hover {
	text-decoration:underline;
}

@media only screen and (max-width : 1199px) {
	
}

@media screen and (min-width : 768px) and (max-width : 1199px) {
	#footer {
		padding:0 39px;
	}
	
	.foot-data {
		padding:30px 0;
	}
	
	.foot-navi {
		padding-top:30px;
		text-align:right;
	}
	
	.foot-navi ul {
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.foot-navi ul li {
		padding:0;
		line-height:21px;
	}
}

@media only screen and (max-width : 767px) {
	#footer {
		-webkit-flex-direction:column;
		flex-direction:column;
		padding:0 10px;
	}
	
	.foot-data {
		margin:0;
		padding:20px 0;
		text-align:center;
	}
	
	.foot-navi {
		order:-1;
		padding-top:20px;
		text-align:center;
	}
	
	.foot-navi ul {
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.foot-navi ul li {
		padding:0;
		line-height:25px;
	}
}

/* Footer End */

/* Pagetop/Page Bottom/Side SNS Start */

#pagetop {
	display:none;
	position:relative;
	margin:0 auto;
	width:100%;
	height:0;
	z-index:9999;
}

#pagetop a {
	display:block;
	position:fixed;
	right:26px;
	bottom:10%;
}

#pagebottom {
	position:fixed;
	left:0;
	bottom:0;
	display:none;
	width:100%;
	height:57px;
}

#pagebottom a {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	background-color:#082867;
	text-decoration:none;
	width:100%;
	height:100%;
}

#pagebottom a span {
	position:relative;
	display:inline-block;
	padding-left:32px;
	color:#fff;
	line-height:16px;
	font-size:16px;
	font-weight:bold;
}

#pagebottom a span::before {
	position:absolute;
	left:0;
	top:calc(50% - (17px / 2));
	display:block;
	background:url(../common_images/pagebottom-icon.png) no-repeat;
	width:17px;
	height:17px;
	content:"";
}

#side-sns {
	z-index:5000;
	position:fixed;
	left:0;
	top:50%;
	padding:12px 0;
	background-color:rgba(255,255,255,.38);
	width:50px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

#side-sns ul {
	list-style-type:none;
}

#side-sns ul li {
	padding:12px 0;
	line-height:0;
	font-size:0;
}

@media only screen and (max-width : 1199px) {
	#pagebottom {
		display:block;
	}
	
	#side-sns {
		display:none;
	}
}

/* Pagetop/Page Bottom/Side SNS End */

/* Top Page (index.html) Start */

.top-top {}

.top-top em {
	display:block;
	padding-top:56px;
}

.top-top em img {
	width:100%;
	height:auto;
}

.top-top p {
	padding:52px 5% 44px;
	line-height:40px;
	font-size:18px;
}

.top-h2 {
	box-sizing:border-box;
	padding:116px 0 32px 3px;
	line-height:32px;
	font-size:32px;
	letter-spacing:3px;
}

.two-chara {}

.two-chara ul {
	list-style-type:none;
}

.two-chara ul li {
	margin-top:100px;
	width:100%;
}

.two-chara ul li dl {
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	margin-right:80px;
	padding:52px 0;
	background-color:rgba(237,235,224,.33);
	border-radius:0 52px 52px 0 / 0 44px 44px 0;
	width:clac(100% - 80px);
}

.two-chara ul li dl dt {
	position:relative;
}

.two-chara ul li:first-child dl dt {
	width:56.48%;
}

.two-chara ul li:last-child dl dt {
	width:54.51%;
}

.two-chara ul li dl dt img {
	width:100%;
	height:auto;
}

.two-chara ul li dl dt span {
	position:absolute;
	display:block;
}

.two-chara ul li:first-child dl dt span {
	left:0;
	top:-106px;
	width:100%;
	height:auto;
}

.two-chara ul li:last-child dl dt span {
	left:0;
	top:-95px;
	width:calc(100% + 80px);
	height:auto;
}

.pc-image {
	display:block;
}

.sp-image {
	display:none;
}

.two-chara ul li dl dd {
	box-sizing:border-box;
}

.two-chara ul li:first-child dl dd {
	padding:0 52px;
	width:43.52%;
	text-align:left;
}

.two-chara ul li:last-child dl dd {
	order:-1;
	padding:0 80px;
	width:45.49%;
	text-align:right;
}

.two-chara ul li dl dd h3 {
	padding-bottom:28px;
}

.two-chara ul li dl dd strong {
	display:block;
	padding-bottom:16px;
	line-height:27px;
	font-size:27px;
}

.two-chara ul li dl dd p {
	padding-bottom:32px;
	line-height:29px;
	font-size:16px;
}

.two-chara ul li dl dd em {
	display:block;
	height:23px;
	text-align:right;
}

.two-chara ul li dl dd em a {
	position:relative;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	margin-left:auto;
	padding-top:2px;
	border-radius:calc(23px / 2);
	color:#fff;
	line-height:11px;
	font-family:'小塚ゴシック Pro','Kozuka Gothic Pro',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	font-size:11px;
	font-weight:bold;
	width:118px;
	height:23px;
	text-decoration:none;
	text-align:center;
}

.two-chara ul li:first-child dl dd em a {
	background-color:#a40945;
}

.two-chara ul li:last-child dl dd em a {
	background-color:#e03726;
}

.two-chara ul li dl dd em a::before {
	position:absolute;
	left:12px;
	top:calc(50% - 4px);
	display:block;
	box-sizing:border-box;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	width:8px;
	height:8px;
	transform:rotate(45deg);
	content:"";
}

.two-chara ul li dl dd em a:hover {
	opacity:.8;
}

.top-news {
	padding:148px 0 0 0;
}

.top-news h2 {
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
}

.top-news h2 big {
	display:inline-block;
	padding:0 32px 0 37px;
	line-height:34px;
	font-size:34px;
	letter-spacing:3px;
}

.top-news h2 em {
	display:block;
	width:117px;
	height:23px;
}

.top-news h2 em a {
	position:relative;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	color:#fff;
	padding-top:2px;
	background-color:#233f75;
	border-radius:calc(23px / 2);
	width:100%;
	height:100%;
	line-height:11px;
	font-family:'小塚ゴシック Pro','Kozuka Gothic Pro',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.top-news h2 em a::before {
	position:absolute;
	left:12px;
	top:calc(50% - 4px);
	display:block;
	box-sizing:border-box;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	width:8px;
	height:8px;
	transform:rotate(45deg);
	content:"";
}

.top-news h2 em a:hover {
	opacity:.8;
}

.top-news ul {
	list-style-type:none;
	text-align:left;
	margin:0 auto;
	padding-top:80px;
	max-width:962px;
}

.top-news ul li {
	padding:16px 0;
}

.top-news ul li+li {
	border-top:1px solid #ccc;
}

.top-news ul li dl {
	display:-webkit-flex;
	display:flex;
}

.top-news ul li dl dt {
	position:relative;
	-webkit-flex-shrink:0;
	flex-shrink:0;
	padding-top:2px;
	width:187px;
	line-height:16px;
	font-size:14px;
}

.top-news ul li dl dt::after {
	position:absolute;
	right:27px;
	top:0;
	display:block;
	margin-top:2px;
	background-color:rgba(0,51,102,.33);
	color:#fff;
	width:84px;
	line-height:16px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.top-news ul li.info dl dt::after {
	content:"お知らせ";
}

:lang(en) > .top-news ul li.info dl dt::after {
	content:"Informatino";
}

.top-news ul li.staffblog dl dt::after {
	content:"スタッフブログ";
}

:lang(en) > .top-news ul li.staffblog dl dt::after {
	content:"staffblog";
}

.top-news ul li.voice dl dt::after {
	content:"お客様の声";
}

:lang(en) > .top-news ul li.voice dl dt::after {
	content:"voice";
}

.top-news ul li.faq dl dt::after {
	content:"よくある質問";
}

:lang(en) > .top-news ul li.faq dl dt::after {
	content:"faq";
}

.top-news ul li dl dd {
	-webkit-flex-grow:1;
	flex-grow:1;
	line-height:21px;
	font-size:15px;
}

.top-news ul li dl dd a {
	text-decoration:none;
}

.top-news ul li dl dd a:hover {
	text-decoration:underline;
}

@media only screen and (max-width : 1199px) {
	.two-chara ul li dl {
		-webkit-flex-direction:column;
		flex-direction:column;
		margin:0;
		padding:0;
	}
	
	.two-chara ul li:first-child dl dt,
	.two-chara ul li:last-child dl dt {
		width:95%;
	}
	
	.two-chara ul li:first-child dl dt {
		margin-right:auto;
	}
	
	.two-chara ul li:last-child dl dt {
		margin-left:auto;
	}
	
	.two-chara ul li:first-child dl dt span {
		left:0;
		top:-19.38%;
		width:100%;
		height:auto;
	}
	
 .two-chara ul li:last-child dl dt span {
		left:0;
		top:-13%;
		width:100%;
		height:auto;
	}
	
	.two-chara ul li:first-child dl dd,
	.two-chara ul li:last-child dl dd {
		order:0;
		box-sizing:border-box;
		width:100%;
		margin:1.5em auto 2em;
		padding:0 5%;
		text-align:center;
	}
	
	.pc-image {
		display:none;
	}
	
	.sp-image {
		display:block;
	}

	.two-chara ul li dl dd em {
		text-align:center;
	}
	
	.two-chara ul li dl dd em a {
		margin:0 auto;
	}
}

@media screen and (min-width : 768px) and (max-width : 1199px) {
	.top-top em {
		padding-top:42px;
	}
	
	.top-top p {
		padding:39px 5% 33px;
	}
	
	.top-h2 {
		padding:87px 0 24px 3px;
	}
	
	.two-chara ul li:first-child {
		margin-top:115px;
	}
	
	.two-chara ul li:last-child {
		margin-top:104px;
	}
	
	.two-chara ul li:first-child dl {
		border-radius:0 41px 41px 0 / 0 35px 35px 0;
	}
	
	.two-chara ul li:last-child dl {
		border-radius:41px 0 0 41px / 35px 0 0 35px;
	}
	
	.two-chara ul li dl dd h3 {
		padding-bottom:21px;
	}
	
	.two-chara ul li dl dd strong {
		padding-bottom:12px;
		line-height:25px;
		font-size:25px;
	}
	
	.two-chara ul li dl dd p {
		padding-bottom:39px;
	}
	
	.top-news {
		padding:148px 0 0 0;
	}
	
	.top-news h2 big {
		padding:0 32px 0 0;
	}
	
	.top-news ul {
		padding-top:60px;
	}
	
	.top-news ul li {
		padding:12px 0;
	}
	
	
}

@media only screen and (max-width : 767px) {
	.top-top em {
		padding-top:28px;
	}
	
	.top-top p {
		padding:26px 5% 22px;
	}
	
	.top-h2 {
		padding:58px 0 16px 3px;
	}
	
	.two-chara ul li:first-child {
		margin-top:74px;
	}
	
	.two-chara ul li:last-child {
		margin-top:60px;
	}
	
	.two-chara ul li:first-child dl {
		border-radius:0 30px 30px 0 / 0 25px 25px 0;
	}
	
	.two-chara ul li:last-child dl {
		border-radius:30px 0 0 30px / 25px 0 0 25px;
	}
	
	.two-chara ul li dl dd h3 {
		padding-bottom:14px;
	}
	
	.two-chara ul li dl dd strong {
		padding-bottom:8px;
		line-height:23px;
		font-size:23px;
	}
	
	.two-chara ul li dl dd p {
		padding-bottom:26px;
	}
	
	.top-news {
		padding:74px 0 0 0;
	}
	
	.top-news h2,
	.top-news ul li dl {
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.top-news h2 big {
		padding:0 0 15px 3px;
	}
	
	.top-news h2 em {
		margin:0 auto;
	}
	
	.top-news ul {
		padding-top:40px;
	}
	
	.top-news ul li {
		padding:8px 0;
	}
	
	.top-news ul li dl dt {
		font-weight:bold;
		padding-bottom:6px;
	}
	
	.top-news ul li dl dt::after {
		right:auto;
		left:8em;
	}
	
	
}

/* Top Page (index.html) End */

/* Company (company/index.html) Start */

.company-data {
	padding-bottom:76px;
}

.company-data h3 {
	padding:116px 0 76px 0;
	line-height:27px;
	font-size:27px;
	font-weight:normal;
}

.company-data ul {
	margin:0 auto;
	list-style-type:none;
	width:100%;
	max-width:962px;
}

.company-data ul li {
	padding:24px 0;
	line-height:29px;
	font-size:16px;
	text-align:left;
}

.company-data ul li+li {
	border-top:1px solid #ccc;
}

.company-data ul li dl {
	display:-webkit-flex;
	display:flex;
}

.company-data ul li dl dt {
	-webkit-flex-shrink:0;
	flex-shrink:0;
	width:150px;
}

.company-data ul li dl dd {
	-webkit-flex-grow:1;
	flex-grow:1;
}

.access {}

.access h3 {
	padding:72px 0 52px 0;
	line-height:27px;
	font-size:27px;
	font-weight:normal;
}

.access div {
	position:relative;
	margin:0 auto;
	padding-top:60%;
	width:100%;
	max-width:1070px;
	height:0;
}

.access div iframe {
	position:absolute;
	left:0;
	top:0;
	width:100% !important;
	height:100% !important;
}

.access address {
	display:block;
	padding-top:24px;
	line-height:29px;
	font-size:16px;
}

@media only screen and (max-width : 1199px) {
	
}

@media screen and (min-width : 768px) and (max-width : 1199px) {
	.company-data {
		padding-bottom:57px;
	}
	
	.company-data h3 {
		padding:87px 0 57px 0;
	}
	
	.company-data ul li {
		padding:18px 0;
	}
	
	.access h3 {
		padding:54px 0 39px 0;
	}
	
	.access address {
		padding-top:18px;
	}
}

@media only screen and (max-width : 767px) {
	.company-data {
		padding-bottom:38px;
	}
	
	.company-data h3 {
		padding:58px 0 38px 0;
	}
	
	.company-data ul li {
		padding:12px 0;
	}
	
	.company-data ul li dl {
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.company-data ul li dl dt {
		width:100%;
		font-weight:bold;
	}
	
	.access h3 {
		padding:36px 0 26px 0;
	}
	
	.access div {
		padding-top:100%;
	}
	
	.access address {
		padding-top:12px;
	}
}

/* Company (company/index.html) End */

/* Contact (contact/index.html) Start */

.contact-top {}

.contact-top ul {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-justify-content:center;
	justify-content:center;
	list-style-type:none;
}

.contact-top ul li {
	padding:0 9px 18px;
}

.contact-top ul li a img {
	border:1px solid rgba(127,127,127,.2);
	max-width:100%;
	height:auto;
	transition:1s;
}

.contact-top ul li a:hover img {
	transition:1s;
}

.contact-top h3 {
	padding:72px 0 56px 0;
}

.contact-top h3 span {
	display:block;
	padding-top:8px;
	line-height:20px;
	font-size:20px;
	font-weight:normal;
}

.ct-nanny h3 span {
	color:#a40945;
}

.ct-luxtra h3 span {
	padding-top:14px;
	color:#e03726;
}

.contact-top p {
	line-height:29px;
	font-size:16px;
	text-align:left;
}

sup {
	color:#900;
	font-size:12px;
}

.form {
	padding:20px 0 140px 0;
}

.form ul {
	list-style-type:none;
}

.form ul li {
	padding:8px 0;
}

.form ul>li+li {
	border-top:1px solid #ccc;
}

.form ul li dl {
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	text-align:left;
}

.form ul li dl dt {
	-webkit-flex-shrink:0;
	flex-shrink:0;
	width:200px;
	line-height:18px;
	font-size:18px;
}

.form ul li dl dt span {
	display:block;
}

.form ul li dl dd {
	-webkit-flex-grow:1;
	flex-grow:1;
	line-height:24px;
	font-size:18px;
}

.form ul li dl dd input[type="text"],
.form ul li dl dd input[type="tel"],
.form ul li dl dd input[type="email"],
.form ul li dl dd textarea,
.form ul li dl dd select {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 10px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:8px;
	font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height:24px;
	font-size:18px;
}

label {
	vertical-align:middle;
	padding:0 5px;
	cursor:text;
}

.form ul li dl dd textarea,
.xl-text {
	width:100%;
}

.l-text {
	width:75%;
}

.m-text {
	width:50%;
}

.s-text {
	width:25%;
}

.xs-text {
	width:100px;
	text-align:right;
}

.form ul li dl dd>ol {
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	list-style-type:none;
}

.form ul li dl dd>ol>li {
	padding:0;
	width:calc((100% - (1em + 5px)) / 5);
}

.form_en ul li dl dd>ol>li {
	padding:0;
	width:calc((100% - (3.5em + 5px)) / 5);
}

.form ul li dl dd>ol>li:nth-child(5) {
	width:1em;
}

.form ul li dl dd>ol>li:nth-child(4),
.form ul li dl dd>ol>li:nth-child(6) {
	text-align:center;
}

.form ul li dl dd>ol>li>input,
.form ul li dl dd>ol>li>span>input {
	width:calc(100% - (1em + 10px));
	text-align:right;
}

.form_en ul li dl dd>ol>li>input,
.form_en ul li dl dd>ol>li>span>input {
	width:calc(100% - (3.5em + 10px));
	text-align:right;
}

.form ul li dl dd>ol>li+li {
	border:none;
}

.course-select {}

.cb {}

.course-select label {
	cursor:pointer;
}

.ccheck {}

.hradio {
	height:0;
	overflow:hidden;
	transition:all .5s ease-in-out;
}

.ccheck:checked+.label+.hradio {
	height:auto;
	padding:5px 10px 10px 10px;
	opacity:1;
}

.form ul li em {
	display:block;
}

.form ul li em input {
	display:inline-block;
	padding:20px 0;
	border:0;
	border-radius:8px;
	color:#fff;
	width:220px;
	line-height:18px;
	font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:18px;
	cursor:pointer;
}

.send-bt-nanny {
	background-color:#a40945;
}

.send-bt-luxtra {
	background-color:#e03726;
}

.form ul li em input:hover {
	opacity:.8;
}

.privacy {
	padding-bottom:116px;
}

.privacy h3 {
	padding:136px 0 16px 0;
	line-height:48px;
	font-size:27px;
	font-weight:normal;
}

.privacy dl {
	line-height:29px;
	font-size:16px;
	text-align:left;
}

.privacy dl dt {
	padding-top:28px;
	font-weight:bold;
}

.privacy dl dd ul {
	padding-top:28px;
}

.privacy dl dd ul li {
	margin-left:2em;
}

.privacy dl dd span {
	display:block;
	padding-top:28px;
}

.wpcf7 dd .notice {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
}

.wpcf7-list-item {
	margin: 0 1em 0 0;
}

.je-course-detail {
	margin: 0 0 0 1em;
}

.je-course-detail .wpcf7-list-item {
	display: block;
}

.wpcf7-spinner {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	margin: 0 auto;
}

.form-terms-header {
	margin-top: 40px;
}

.form-terms {
	height: 200px;
	margin: 20px 0 40px 0;
	padding: 20px;
	text-align: left;
	overflow-x: hidden;
	background: #F9F9F9;
	font-size: 14px;
}

#send-bt:disabled {
	cursor: default;
	opacity: 0.2;
}

@media only screen and (max-width : 1199px) {
	.form_en ul li dl dd>ol {
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.form_en ul li dl dd>ol>li,
	.form_en ul li dl dd>ol>li:nth-child(5) {
		width:100%;
	}
	
	.form_en ul li dl dd>ol>li+li {
		padding-top:8px;
	}
	
	.form_en ul li dl dd>ol>li:nth-child(5) {
		text-align:center;
	}
	
	.form_en ul li dl dd>ol>li:nth-child(5) span {
		display:inline-block;
		-webkit-writing-mode:vertical-rl;
		-ms-writing-mode:tb-rl;
		writing-mode:vertical-rl;
	}
	
	.form ul li dl dd select {
		padding:7px 3px;
	}
}

@media screen and (min-width : 768px) and (max-width : 1199px) {
	.contact-top h3 {
		padding:54px 0 42px 0;
	}
	
	.privacy {
		padding-bottom:87px;
	}
	
	.privacy h3 {
		padding:102px 0 12px 0;
	}
	
	.privacy dl dt,
	.privacy dl dd ul,
	.privacy dl dd span {
		padding-top:21px;
	}
}

@media only screen and (max-width : 767px) {
	.contact-top h3 {
		padding:36px 0 28px 0;
	}
	
	.form ul li dl,
	.form ul li dl dd>ol {
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.form ul li dl dt,
	.form ul li dl dd,
	.l-text,
	.m-text,
	.s-text,
	.form ul li dl dd>ol>li,
	.form ul li dl dd>ol>li:nth-child(5) {
		width:100%;
	}
	
	.form ul li dl dd>ol>li+li {
		padding-top:8px;
	}
	
	.form ul li dl dd>ol>li:nth-child(5) {
		text-align:center;
	}
	
	.form ul li dl dd>ol>li:nth-child(5) span {
		display:inline-block;
		-webkit-writing-mode:vertical-rl;
		-ms-writing-mode:tb-rl;
		writing-mode:vertical-rl;
	}
	
	.form ul li dl dt {
		padding-bottom:5px;
		font-weight:bold;
	}
	
	.form ul li dl dt span {
		display:inline;
	}
	
	.privacy {
		padding-bottom:58px;
	}
	
	.privacy h3 {
		padding:68px 0 8px 0;
	}
	
	.privacy h3 span {
		display:inline-block;
	}
	
	.privacy dl dt,
	.privacy dl dd ul,
	.privacy dl dd span {
		padding-top:14px;
	}
	.form-terms-header {
		text-align: left;
	}
}



@media only screen and (max-width : 1199px) {
	
}

@media screen and (min-width : 768px) and (max-width : 1199px) {
	
}

@media only screen and (max-width : 767px) {
	
}

/* Contact (contact/index.html) End */

/* Information (information/index.html) Start */

.news {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.articles {
	width:770px;
}

.article {
	padding-bottom:160px;
	text-align:left;
}

.article h3 {
	padding-top:16px;
	line-height:31px;
	font-size:22px;
	font-weight:normal;
}

.article h3::after {
	margin-top:18px;
	background-color:#082867;
	border-radius:2px;
	display:block;
	width:178px;
	height:4px;
	content:"";
}

.article dl {
	display:-webkit-flex;
	display:flex;
	padding:12px 0 24px 0;
	line-height:30px;
	font-size:15px;
}

.article dl dt {
	margin-right:10px;
}

.article dl dd {
	padding-left:10px;
	border-left:1px solid #666;
}

.article dl dd a {
	color:#000;
	text-decoration:none;
}

.article dl dd a:hover {
	text-decoration:underline;
}

.article p {
	padding-bottom:24px;
	line-height:29px;
	font-size:16px;
}

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

.news-menu {
	padding:0 0 100px 0;
	width:264px;
	text-align:left;
}

.news-menu h3 {
	padding:24px 0 16px 0;
	border-bottom:1px solid #ccc;
	line-height:16px;
	font-size:16px;
}

.news-menu ul {
	padding:4px 0 20px 0;
	list-style-type:none;
}

.news-menu ul li {
	padding-top:10px;
	line-height:24px;
	font-size:15px;
}

.news-menu ul li a {
	color:#000;
	text-decoration:none;
}

.news-menu ul li a:hover {
	text-decoration:underline;
}

.pager {
	padding-top:32px;
	border-top:1px solid #ccc;
}

.pager-inner {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-justify-content:center;
	justify-content:center;
}

.back,
.next {
	position:relative;
	box-sizing:border-box;
	margin:0 0;
	border:1px solid #999;
	width:22px;
	height:22px;
	text-indent:-9999px;
}

.back a,
.next a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

.back::after,
.next::after {
	position:absolute;
	top:calc(50% - 4px);
	display:block;
	box-sizing:border-box;
	border-top:1px solid #ccc;
	width:8px;
	height:8px;
	content:"";
	z-index: -1;
}

.back::after {
	border-left:1px solid #ccc;
	left:calc(50% - 2px);
	transform:rotate(315deg);
}

.pager ol {
	display:-webkit-inline-flex;
	display:inline-flex;
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-justify-content:center;
	justify-content:center;
	margin:0 10px;
	list-style-type:none;
}

.pager ol li {
	margin:12px 0;
	padding:0 20px;
	line-height:18px;
	font-size:18px;
}

.pager ol li+li {
	border-left:1px solid #ccc;
}

.pager ol li a {
	color:#000;
	text-decoration:none;
}

.pager ol li a:hover,
.pager ol li.current span,
.pager ol li.current a:hover {
	color:#999;
}

.next::after {
	border-right:1px solid #ccc;
	left:calc(50% - 6px);
	transform:rotate(45deg);
}

.back:hover::after,
.next:hover::after {
	border-color:#000;
}

@media only screen and (max-width : 1199px) {
	.news {
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.articles,
	.news-menu {
		width:100%;
	}
}

@media screen and (min-width : 768px) and (max-width : 1199px) {
	.article {
		padding-bottom:120px;
	}
	
	.article h3 {
		padding-top:12px;
	}
	
	.article h3::after {
		margin-top:13px;
	}
	
	.article dl {
		padding:9px 0 18px 0;
	}
	
	.article p {
		padding-bottom:18px;
	}
	
	.news-menu {
		padding:0 0 75px 0;
	}
	
	.news-menu h3 {
		padding:18px 0 12px 0;
	}
	
	.news-menu ul {
		padding:3px 0 15px 0;
	}
	
	.pager {
		padding-top:24px;
	}
}

@media only screen and (max-width : 767px) {
	.article {
		padding-bottom:80px;
	}
	
	.article h3 {
		padding-top:8px;
	}
	
	.article h3::after {
		margin-top:9px;
	}
	
	.article dl {
		padding:6px 0 12px 0;
	}
	
	.article p {
		padding-bottom:12px;
	}
	
	.news-menu {
		padding:0 0 50px 0;
	}
	
	.news-menu h3 {
		padding:12px 0 8px 0;
	}
	
	.news-menu ul {
		padding:2px 0 10px 0;
	}
	
	.pager {
		padding-top:16px;
	}
}

/* Information (information/index.html) End */

/* Luxtra (luxtra/index.html) Start */

.luxtra-menu {
	padding:84px 0 96px 0;
}

.luxtra-menu h3 {
	padding-bottom:76px;
	line-height:0;
	font-size:0;
}

.luxtra-menu h3 big {
	display:block;
	line-height:27px;
	font-size:27px;
	font-weight:normal;
}

.luxtra-menu h3 small {
	display:block;
	padding-top:24px;
	line-height:16px;
	font-size:16px;
	font-weight:normal;
}

.luxtra-menu ul {
	list-style-type:none;
}

.luxtra-menu ul li {
	padding-bottom:64px;
}

.luxtra-menu ul li dl {
	display:-webkit-flex;
	display:flex;
}

.luxtra-menu ul li dl dt {
	-webkit-flex-shrink:0;
	flex-shrink:0;
	width:411px;
}

.luxtra-menu ul li dl dt img {
	max-width:100%;
	height:auto;
}

.luxtra-menu ul li dl dd {
	-webkit-flex-grow:1;
	flex-grow:1;
	margin-left:48px;
	text-align:left;
}

.luxtra-menu ul li dl dd h4 {
	padding-bottom:16px;
	color:#df3726;
	line-height:40px;
	font-size:22px;
	font-weight:normal;
}

.luxtra-menu ul li dl dd strong {
	display:block;
	padding-bottom:16px;
}

.luxtra-menu ul li dl dd strong span {
	display:inline-block;
	margin-right:auto;
	padding:12px 16px;
	background-color:#f7ece8;
	border-radius:6px;
	line-height:15px;
	font-size:15px;
	font-weight:normal;
}

.luxtra-menu ul li dl dd p {
	padding-bottom:20px;
	line-height:29px;
	font-size:16px;
}

.luxtra-menu ul li dl dd em {
	display:block;
}

.luxtra-menu ul li dl dd em a {
	position:relative;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	margin-right:auto;
	padding-top:2px;
	background-color:#e03726;
	border-radius:calc(23px / 2);
	color:#fff;
	line-height:11px;
	font-family:'小塚ゴシック Pro','Kozuka Gothic Pro',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	font-size:11px;
	font-weight:bold;
	width:118px;
	height:23px;
	text-decoration:none;
	text-align:center;
}

.luxtra-menu ul li dl dd em a::before {
	position:absolute;
	left:12px;
	top:calc(50% - 4px);
	display:block;
	box-sizing:border-box;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	width:8px;
	height:8px;
	transform:rotate(45deg);
	content:"";
}

.luxtra-menu ul li dl dd em a:hover {
	opacity:.8;
}

.luxtra-2nd-top {}

.luxtra-2nd-top h2 {
	padding:76px 0 36px 0;
	line-height:0;
	font-size:0;
}

.luxtra-2nd-top h2 big {
	display:block;
	color:#df3726;
	line-height:49px;
	font-size:27px;
	font-weight:normal;
}

.luxtra-2nd-top h2 small {
	display:block;
	padding-top:4px;
	line-height:29px;
	font-size:16px;
	font-weight:normal;
}

.slider-2nd {
	margin:0 auto;
	width:900px;
}

.bxslider li {
	margin:0 !important;
}

.luxtra-2nd-top em {
	display:block;
	padding:60px 0 44px 0;
	line-height:13px;
	font-size:13px;
}

.exp-detail {
	box-sizing:border-box;
	margin:40px auto 0;
	padding:28px 48px;
	background-color:rgba(239,237,205,.15);
	border:1px solid rgba(204,204,204,.15);
	width:100%;
	max-width:900px;
}

.luxtra-2nd-top h3,
.luxtra-2nd-top p,
.luxtra-2nd-top ul li,
.luxtra-2nd-top strong {
	line-height:31px;
	font-size:17px;
	text-align:left;
}

.luxtra-2nd-top p span {
	display:block;
	padding-top:24px;
}

.luxtra-2nd-top ul li {
	margin-left:1em;
}

.luxtra-2nd-top strong {
	display:block;
	box-sizing:border-box;
	padding-left:1em;
	text-indent:-1em;
	font-weight:normal;
}

.course {}

.course h2 {
	padding-top:152px;
	line-height:27px;
	font-size:27px;
	font-weight:normal;
}

.course h3 {
	padding:64px 0 40px 0;
}

.course h3 big {
	display:block;
	padding-bottom:48px;
	color:#df3726;
	line-height:27px;
	font-size:27px;
	font-weight:normal;
}

.course h3 small {
	display:inline-block;
	padding:12px 16px;
	background-color:#f7ece8;
	border-radius:6px;
	line-height:15px;
	font-size:15px;
	font-weight:normal;
}

.pre {
	padding-bottom:160px;
}

.pre ul {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-justify-content:center;
	justify-content:center;
	list-style-type:none;
}

.pre ul li {
	padding:0 calc(123px / 2) 64px;
}

.pre ul li dl {
	width:100%;
	max-width:474px;
}

.pre ul li dl dt img,
.std ul li dl dt img {
	max-width:100%;
	height:auto;
}

.pre ul li dl dd h4 {
	padding:24px 0 20px 0;
	color:#df3726;
	line-height:20px;
	font-size:20px;
}

.pre ul li dl dd>p {
	line-height:27px;
	font-size:15px;
	text-align:left;
}

.pre ul li dl dd div {
	box-sizing:border-box;
	margin:60px auto 0;
	padding:36px 10px;
	background-color:rgba(239,237,205,.15);
	border:1px solid rgba(204,204,204,.15);
	width:100%;
}

.pre ul li dl dd div h5,
.std div h5 {
	line-height:29px;
	font-size:16px;
}

.pre ul li dl dd div h5:first-of-type,
.std div h5:first-of-type {
	font-weight:normal;
}

.pre ul li dl dd div strong {
	display:block;
	padding:12px 0 16px 0;
	line-height:19px;
	font-size:19px;
}

.pre ul li dl dd div>p {
	line-height:29px;
	font-size:16px;
	text-align:center;
}

.pre ul li dl dd div>p span {
	display:block;
	font-size:15px;
}

.pre ul li dl dd div em {
	display:block;
	padding-top:12px;
}

.pre ul li dl dd div em a,
.std div em a {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	margin:0 auto;
	background-color:#e03726;
	border-radius:20px;
	color:#fff;
	width:235px;
	height:46px;
	text-decoration:none;
}

.pre ul li dl dd div em a:hover,
.std div em a:hover {
	opacity:.8;
}

.std {
	padding-bottom:100px;
}

.std ul {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-justify-content:center;
	justify-content:center;
	margin:0 auto;
	list-style-type:none;
}

.std ul li {
	padding:0 calc(103px / 2) 24px;
}

.std ul li dl {
	width:100%;
	max-width:295px;
}

.std ul li dl dd h4 {
	padding:16px 0 12px 0;
	color:#df3726;
	line-height:18px;
	font-size:18px;
}

.std ul li dl dd p {
	line-height:27px;
	font-size:15px;
	text-align:left;
}

.std div {
	box-sizing:border-box;
	margin-top:52px;
	padding:60px 10px;
	background-color:rgba(239,237,205,.15);
	border:1px solid rgba(204,204,204,.15);
}

.std div strong {
	display:block;
	padding:8px 0 16px 0;
	line-height:1.4em;
	font-size:19px;
}

.std div strong span {
	display:block;
	padding-top:8px;
	color:#900;
	font-size:14px;
}

.std div>p {
	line-height:29px;
	font-size:16px;
	text-align:center;
}

.std div>p span {
	display:block;
	font-size:15px;
}

.std div em {
	display:block;
	padding-top:28px;
}





@media only screen and (max-width : 1199px) {
	.slider-2nd {
		width:100%;
	}
	
	
}

@media screen and (min-width : 768px) and (max-width : 1199px) {
	.luxtra-menu {
		padding:63px 0 72px 0;
	}
	
	.luxtra-menu h3 {
		padding-bottom:57px;
	}
	
	.luxtra-menu h3 small {
		padding-top:18px;
	}
		
	.luxtra-menu ul li {
		padding-bottom:48px;
	}
	
	.luxtra-menu ul li dl dd {
		margin-left:24px;
	}
	
	.luxtra-menu ul li dl dd h4,
	.luxtra-menu ul li dl dd strong {
		padding-bottom:12px;
	}
	
	.luxtra-menu ul li dl dd p {
		padding-bottom:15px;
	}
	
	.luxtra-2nd-top h2 {
		padding:57px 0 27px 0;
	}
	
	.luxtra-2nd-top em {
		padding:20px 0 33px 0;
	}
	
	.luxtra-2nd-top p span {
		padding-top:18px;
	}
	
	.exp-detail {
		margin:30px auto 0;
		padding:21px 36px;
	}
	
	.course h2 {
		padding-top:114px;
	}
	
	.course h3 {
		padding:48px 0 30px 0;
	}
	
	.course h3 big {
		padding-bottom:36px;
	}
	
	.pre {
		padding-bottom:120px;
	}
	
	.pre ul li {
		padding:0 0 48px;
	}
	
	.pre ul li dl dd h4 {
		padding:18px 0 15px 0;
	}
	
	.pre ul li dl dd div {
		margin:45px auto 0;
		padding:27px 10px;
	}
	
	.pre ul li dl dd div strong {
		padding:9px 0 12px 0;
	}
	
	.pre ul li dl dd div em {
		padding-top:9px;
	}
	
	.std {
		padding-bottom:75px;
	}
	
	.std ul li {
		padding:0 40px 24px;
	}
	
	.std ul li dl dd h4 {
		padding:12px 0 9px 0;
	}
	
	.std div {
		margin-top:39px;
		padding:45px 10px;
	}
	
	.std div strong {
		padding:6px 0 12px 0;
	}
	
	.std div strong span {
		padding-top:6px;
	}
	
	.std div em {
		padding-top:21px;
	}
}

@media only screen and (max-width : 767px) {
	.luxtra-menu {
		padding:42px 0 48px 0;
	}
	
	.luxtra-menu h3 {
		padding-bottom:38px;
	}
	
	.luxtra-menu h3 small {
		padding-top:12px;
	}
	
	.luxtra-menu ul li {
		padding-bottom:32px;
	}
	
	.luxtra-menu ul li dl {
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.luxtra-menu ul li dl dt {
		width:100%;
	}
	
	.luxtra-menu ul li dl dd {
		margin-left:0;
		padding-top:16px;
	}
	
	.luxtra-menu ul li dl dd h4,
	.luxtra-menu ul li dl dd strong {
		padding-bottom:8px;
	}
	
	.luxtra-menu ul li dl dd p {
		padding-bottom:10px;
	}
	
	.slider-2nd .bxslider img {
		width:100%;
		height:auto;
	}
	
	.luxtra-2nd-top h2 {
		padding:38px 0 18px 0;
	}
	
	.luxtra-2nd-top em {
		padding:10px 0 22px 0;
	}
	
	.luxtra-2nd-top p span {
		padding-top:12px;
	}
	
	.exp-detail {
		margin:20px auto 0;
		padding:14px 24px;
	}
	
	.course h2 {
		padding-top:76px;
	}
	
	.course h3 {
		padding:32px 0 20px 0;
	}
	
	.course h3 big {
		padding-bottom:24px;
	}
	
	.pre {
		padding-bottom:80px;
	}
	
	.pre ul li {
		padding:0 0 32px;
	}
	
	.pre ul li dl dd h4 {
		padding:12px 0 10px 0;
	}
	
	.pre ul li dl dd div {
		margin:30px auto 0;
		padding:18px 10px;
	}
	
	.pre ul li dl dd div strong {
		padding:6px 0 8px 0;
	}
	
	.pre ul li dl dd div em {
		padding-top:6px;
	}
	
	.std {
		padding-bottom:50px;
	}
	
	.std ul {
		-webkit-flex-direction:column;
		flex-direction:column;
		width:100%;
		max-width:295px;
	}
	
	.std ul li {
		padding:0 0 18px;
	}
	
	.std ul li dl dd h4 {
		padding:8px 0 6px 0;
	}
	
	.std div {
		margin-top:26px;
		padding:30px 10px;
	}
	
	.std div strong {
		padding:4px 0 8px 0;
	}
	
	.std div strong span {
		padding-top:4px;
	}
	
	.std div em {
		padding-top:14px;
	}
}

/* Luxtra (luxtra/index.html) End */

/* Recruitment (recruitment/index.html) Start */

.recruit {
	padding:20px 0 100px 0;
}

.rec-type {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
	list-style-type:none;
}

.rec-type>li {
	box-sizing:border-box;
	padding:76px 64px;
	width:calc((100% - 1px) /2);
	line-height:29px;
	font-size:16px;
}

.rec-type>li:nth-child(2) {
	position:relative;
	margin-left:1px;
}

.rec-type>li:nth-child(2)::before {
	position:absolute;
	left:-1px;
	top:calc(50% - 50px);
	display:block;
	background-color:#ccc;
	width:1px;
	height:100px;
	content:"";
}

.rec-type>li:nth-child(3) {
	position:relative;
	margin-top:1px;
	width:50%;
}

.rec-type>li:nth-child(3)::before {
	position:absolute;
	left:calc(50% - 50px);
	top:-1px;
	display:block;
	background-color:#ccc;
	width:100px;
	height:1px;
	content:"";
}

.rec-type>li:nth-child(3) h3 img {
	width:auto;
	height:40px;
}

.rec-type>li>h3 {
	height:78px;
}

.rec-type>li>p {
	text-align:left;
}

.rec-type>li>ul {
	list-style-type:disc;
	font-weight:bold;
	text-align:left;
}

.rec-type>li>ul>li {
	margin-left:1em;
}

.requirements {
	margin:0 auto;
	border-top:1px solid #ccc;
	list-style-type:none;
	width:100%;
	max-width:962px;
}

.requirements>li {
	padding:24px 0;
	border-bottom:1px solid #ccc;
	line-height:29px;
	font-size:16px;
	text-align:left;
}

.requirements>li dl {
	display:-webkit-flex;
	display:flex;
}

.requirements>li dl dt {
	-webkit-flex-shrink:0;
	flex-shrink:0;
	width:180px;
}

.requirements>li dl dd {
	-webkit-flex-grow:1;
	flex-grow:1;
}

.recruit div {
	box-sizing:border-box;
	margin:60px auto 0;
	padding:72px 10px 80px;
	background-color:#f3f2eb;
	width:100%;
	max-width:962px;
}

.recruit div>h3 {
	padding-bottom:16px;
	line-height:16px;
	font-size:16px;
}

.recruit div>h3::before {
	display:block;
	margin:0 auto 32px;
	background:url(../company/images/icon_mail.png) no-repeat;
	width:45px;
	height:32px;
	content:"";
}

.recruit div>em {
	display:block;
	margin:0 auto;
	width:100%;
	max-width:250px;
	height:60px;
}

.recruit div>em a {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	box-sizing:border-box;
	color:#000;
	border:1px solid #000;
	width:100%;
	height:100%;
	text-decoration:none;
	transition:1s ease-in-out;
}

.recruit div>em a span {
	position:relative;
	display:inline-block;
	padding-left:22px;
	line-height:18px;
	font-size:18px;
	font-weight:bold;
}

.recruit div>em a span::before {
	position:absolute;
	left:0;
	top:calc(50% - 4px);
	display:block;
	box-sizing:border-box;
	border-top:1px solid #000;
	border-right:1px solid #000;
	width:8px;
	height:8px;
	transform:rotate(45deg);
	content:"";
	transition:1s ease-in-out;
}

.recruit div>em a:hover {
	color:#fff;
	background-color:#000;
}

.recruit div>em a:hover span::before {
	border-color:#fff;
}

.recruit div>p {
	padding-top:20px;
	line-height:18px;
	font-size:18px;
}

@media only screen and (max-width : 1199px) {
	
}

@media screen and (min-width : 768px) and (max-width : 1199px) {
	.recruit {
		padding:15px 0 75px 0;
	}
	
	.rec-type>li {
		padding:72px 48px 57px;
	}
	
	.rec-type>li h3 {
		height:68px;
	}
	
	.requirements>li {
		padding:18px 0;
	}
	
	.recruit div {
		margin:45px auto 0;
		padding:54px 10px 60px;
	}
	
	.recruit div>h3::before {
		margin:0 auto 24px;
	}
	
	.recruit div>p {
		padding-top:15px;
	}
}

@media only screen and (max-width : 767px) {
	.recruit {
		padding:10px 0 50px 0;
	}
	
	.rec-type {
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.rec-type>li,
	.rec-type>li:nth-child(3) {
		padding:48px 0 38px;
		width:100%;
	}
	
	.rec-type>li:nth-child(2) {
		margin:0;
		margin-top:1px;
	}
	
	.rec-type>li:nth-child(2)::before {
		left:calc(50% - 50px);
		top:-1px;
		width:100px;
		height:1px;
	}
	
	.rec-type>li h3 {
		height:58px;
	}
	
	.requirements>li {
		padding:12px 0;
	}
	
	.requirements>li dl {
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.requirements>li dl dt {
		width:100%;
		font-weight:bold;
	}
	
	.recruit div {
		margin:30px auto 0;
		padding:36px 10px 40px;
	}
	
	.recruit div>h3::before {
		margin:0 auto 16px;
	}
	
	.recruit div>p {
		padding-top:10px;
		line-height:16px;
		font-size:16px;
	}
}

/* Recruitment (recruitment/index.html) End */

/* Travel Nanny (travel_nanny/index.html) Start */

.nanny-service-detail {
	padding-bottom:100px;
}

.nanny-service-detail h3 {
	padding-top:40px;
	line-height:27px;
	font-size:27px;
	font-weight:normal;
}

.nanny-service-detail h3 span {
	display:block;
	padding-top:24px;
	line-height:16px;
	font-size:16px;
}

.nanny-service-detail ul {
	list-style-type:none;
}

.nanny-service-detail ul li {
	padding-bottom:72px;
}

.nanny-service-detail ul li h4 {
	padding-top:96px;
	color:#a40845;
	line-height:30px;
	font-size:30px;
}

.nanny-service-detail ul li h4::after {
	display:block;
	margin:28px auto 96px;
	background-color:#a40845;
	width:68px;
	height:1px;
	content:"";
}

.nanny-service-detail ul li dl {
	display:-webkit-flex;
	display:flex;
}

.nanny-service-detail ul li dl dt {
	-webkit-flex-shrink:0;
	flex-shrink:0;
	width:411px;
}

.nanny-service-detail ul li dl dt img {
	max-width:100%;
	height:auto;
}

.nanny-service-detail ul li dl dd {
	-webkit-flex-grow:1;
	flex-grow:1;
	margin-left:56px;
	text-align:left;
}

.nanny-service-detail ul li dl dd strong {
	display:block;
	padding-bottom:32px;
	line-height:20px;
	font-size:20px;
	font-weight:normal;
}

.nanny-service-detail ul li dl dd p {
	line-height:29px;
	font-size:16px;
}

.nanny-service-detail ul li dl dd big {
	display:block;
	padding:28px 0 12px 0;
	color:#a40945;
	line-height:16px;
	font-size:16px;
	font-weight:normal;
}

.nanny-service-detail ul li dl dd small {
	display:block;
	box-sizing:border-box;
	padding-bottom:12px;
	padding-left:1em;
	text-indent:-1em;
	line-height:22px;
	font-size:14px;
}

.nanny-service-detail ul li dl dd em {
	display:block;
	padding:12px 0 24px 0;
}

.nanny-service-detail ul li dl dd em a {
	position:relative;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	margin-right:auto;
	padding-top:2px;
	background-color:#a40945;
	border-radius:calc(23px / 2);
	color:#fff;
	line-height:11px;
	font-family:'小塚ゴシック Pro','Kozuka Gothic Pro',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	font-size:11px;
	font-weight:bold;
	width:118px;
	height:23px;
	text-decoration:none;
	text-align:center;
}

.nanny-service-detail ul li dl dd em a::before {
	position:absolute;
	left:12px;
	top:calc(50% - 4px);
	display:block;
	box-sizing:border-box;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	width:8px;
	height:8px;
	transform:rotate(45deg);
	content:"";
}

.nanny-service-detail ul li dl dd em a:hover {
	opacity:.8;
}

.nanny-service-detail ul li dl dd b {
	display:block;
	padding-top:48px;
}

.nanny-service-detail ul li dl dd b a {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	margin:0 auto;
	background-color:#e03726;
	border-radius:20px;
	color:#fff;
	width:235px;
	height:46px;
	text-decoration:none;
}

.nanny-service-detail ul li dl dd b a:hover {
	opacity:.8;
}

.scroll_div {
	padding-bottom:1px;
	width:100%;
	height:auto;
	overflow-x:auto;
	overflow-y:visible;
}

.nanny-service-detail ul li dl dd table {
	border-collapse:collapse;
	border:1px solid #ccc;
	width:100%;
}

.nanny-service-detail ul li dl dd table th,
.nanny-service-detail ul li dl dd table td {
	border:1px solid #ccc;
	font-weight:normal;
	text-align:center;
	white-space:nowrap;
}

.nanny-service-detail ul li dl dd table thead tr th {
	padding:16px;
	color:#fff;
	background-color:#a40945;
	line-height:14px;
	font-size:14px;
}

.nanny-service-detail ul li dl dd table tbody tr th,
.nanny-service-detail ul li dl dd table tbody tr td {
	padding:24px 16px;
	line-height:20px;
	font-size:14px;
}

.nanny-service-detail ul li dl dd table tbody tr th {
	text-align:left;
}

.safety-policy {
	padding-bottom:100px;
}

.safety-policy h3 {
	padding:112px 0 32px;
	line-height:27px;
	font-size:27px;
	font-weight:normal;
}

.safety-policy ol {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
	list-style-type:none;
}

.safety-policy ol li {
	box-sizing:border-box;
	padding:68px 32px;
	width:50%;
}

.safety-policy ol li+li {
	position:relative;
}

.safety-policy ol li+li::before {
	position:absolute;
	left:calc(50% - 93px);
	top:0;
	display:block;
	background-color:#ccc;
	width:186px;
	height:1px;
	content:"";
}

.safety-policy ol li:nth-child(2)::before {
	display:none;
}

.safety-policy ol li h4 {
	padding-bottom:32px;
	color:#a40845;
	line-height:28px;
	font-size:28px;
	font-weight:normal;
}

.safety-policy ol li p {
	line-height:32px;
	font-size:18px;
	text-align:left;
}

.service-contents {
	padding-bottom:120px;
}

.service-contents h3 {
	padding-top:84px;
	line-height:27px;
	font-size:27px;
	font-weight:normal;
}

.service-contents h4 {
	padding:60px 0 8px 0;
	color:#a40745;
	line-height:36px;
	font-size:20px;
	font-weight:normal;
}

.service-contents ul {
	list-style-position:inside;
}

.service-contents ul li {
	line-height:29px;
	font-size:16px;
}

.nanny-flow {}

.nanny-flow h3 {
	padding:72px 0 76px 0;
	line-height:27px;
	font-size:27px;
	font-weight:normal;
}

.nanny-flow ul {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-justify-content:center;
	justify-content:center;
	margin:0 auto;
	width:1192px;
	list-style-type:none;
}

.nanny-flow ul li {
	padding-bottom:80px;
	width:202px;
}

.nanny-flow ul li+li {
	margin-left:128px;
}

.nanny-flow ul li dl dt {
	width:202px;
	height:202px;
}

.nanny-flow ul li dl dd {
	padding-top:24px;
	line-height:21px;
	font-size:15px;
}

.nanny-flow ul li+li dl dt {
	position:relative;
}

.nanny-flow ul li+li dl dt::before {
	position:absolute;
	right:calc(100% + 52px);
	top:calc(50% - 21px);
	display:block;
	box-sizing:border-box;
	border-top:6px solid #ccc;
	border-right:6px solid #ccc;
	width:42px;
	height:42px;
	transform:rotate(45deg);
	content:"";
}

.advance-preparation {
	padding-bottom:64px;
}

.advance-preparation h3 {
	padding:68px 0 52px 0;
	line-height:27px;
	font-size:27px;
	font-weight:normal;
}

.advance-preparation strong {
	display:block;
	padding-bottom:40px;
}

.advance-preparation strong b {
	display:inline-block;
	padding:10px 28px;
	color:#fff;
	background-color:#900;
	line-height:43px;
	font-size:24px;
	font-weight:normal;
}

.advance-preparation p,
.advance-preparation ul li {
	line-height:29px;
	font-size:16px;
}

.advance-preparation p {
	padding-bottom:56px;
}

.advance-preparation em {
	display:block;
	padding-bottom:10px;
	color:#a40845;
	line-height:36px;
	font-size:20px;
}

.advance-preparation ul {
	list-style-position:inside;
}

.faci-service,
.terms-of-service {
	padding:120px 0;
}

.faci-service div {
	height:200px;
	padding:0 20px 20px 20px;
	overflow-x:hidden;
	background-color:#f9f9f9;
}

.faci-service h3,
.terms-of-service h3 {
	padding-bottom:20px;
	line-height:49px;
	font-size:27px;
	font-weight:normal;
}

.faci-service div dl {
	line-height:29px;
	font-size:16px;
	text-align:left;
}

.faci-service div dl dt {
	padding-top:32px;
	font-weight:bold;
}

.faci-service div dl dd ul li {
	margin-left:1em;
}

.faci-service div dl dd ul li p,
.faci-service div dl dd ul li address {
	display:block;
	box-sizing:border-box;
	padding-left:1em;
}

.terms-of-service div {
	height:200px;
	padding:20px;
	overflow-x:hidden;
	background-color:#fff;
}

.terms-of-service div p,
.terms-of-service div ol {
	padding-top:32px;
	line-height:29px;
	font-size:16px;
	text-align:left;
}

.terms-of-service div ul,
.terms-of-service div ol {
	list-style-type:none;
}

.terms-of-service div ul {
	line-height:29px;
	font-size:16px;
	text-align:left;
}

.terms-of-service div li {
	margin-left:1em;
}

.terms-of-service div dl {
	line-height:29px;
	font-size:16px;
	text-align:left;
}

.terms-of-service div dl dt {
	padding-top:32px;
}

@media only screen and (max-width : 1199px) {
	.nanny-service-detail ul li dl {
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.nanny-service-detail ul li dl dt {
		width:100%;
	}
	
	.nanny-service-detail ul li dl dd {
		margin:0;
	}
	
	
}

@media screen and (min-width : 768px) and (max-width : 1199px) {
	.nanny-service-detail {
		padding-bottom:75px;
	}
	
	.nanny-service-detail h3 {
		padding-top:30px;
	}
	
	.nanny-service-detail h3 span {
		padding-top:18px;
	}
	
	.nanny-service-detail ul li {
		padding-bottom:54px;
	}
	
	.nanny-service-detail ul li h4 {
		padding-top:72px;
	}
	
	.nanny-service-detail ul li h4::after {
		margin:21px auto 72px;
	}
	
	.nanny-service-detail ul li dl dd {
		padding-top:20px;
	}
	
	.nanny-service-detail ul li dl dd strong {
		padding-bottom:24px;
	}
	
	.nanny-service-detail ul li dl dd big {
		padding:21px 0 9px 0;
	}
	
	.nanny-service-detail ul li dl dd small {
		padding-bottom:9px;
	}
	
	.nanny-service-detail ul li dl dd em {
		padding:9px 0 18px 0;
	}
	
	.nanny-service-detail ul li dl dd table thead tr th {
		padding:12px;
	}
	
	.nanny-service-detail ul li dl dd table tbody tr th,
	.nanny-service-detail ul li dl dd table tbody tr td {
		padding:18px 12px;
	}
	
	.safety-policy {
		padding-bottom:75px;
	}
	
	.safety-policy h3 {
		padding:84px 0 24px;
	}
	
	.safety-policy ol li {
		padding:51px 24px;
	}
	
	.safety-policy ol li h4 {
		padding-bottom:24px;
		line-height:22px;
		font-size:22px;
	}
	
	.service-contents {
		padding-bottom:90px;
	}
	
	.service-contents h3 {
		padding-top:63px;
	}
	
	.service-contents h4 {
		padding:20px 0 6px 0;
	}
	
	.nanny-flow h3 {
		padding:54px 0 57px 0;
	}
	
	.nanny-flow ul {
		width:532px;
	}
	
	.nanny-flow ul li:nth-child(3) {
		margin-left:0;
	}
	
	.nanny-flow ul li:nth-child(3) dl dt::before {
		display:none;
	}
	
	.nanny-flow ul li:nth-child(3) dl dt::after {
		position:absolute;
		left:calc(100% + 42px);
		bottom:calc(100% + 21px);
		display:block;
		box-sizing:border-box;
		border-bottom:6px solid #ccc;
		border-left:6px solid #ccc;
		width:42px;
		height:42px;
		content:"";
	}
	
	.nanny-flow ul li dl dd {
		padding-top:18px;
	}
	
	.advance-preparation {
		padding-bottom:48px;
	}
	
	.advance-preparation h3 {
		padding:51px 0 39px 0;
	}
	
	.advance-preparation strong {
		padding-bottom:30px;
	}
	
	.advance-preparation strong b {
		padding:10px 21px;
	}
	
	.advance-preparation p {
		padding-bottom:42px;
	}
	
	.faci-service,
	.terms-of-service {
		padding:90px 0;
	}
	
	.faci-service div dl dt,
	.terms-of-service div p,
	.terms-of-service div ol,
	.terms-of-service div dl dt {
		padding-top:24px;
	}
	
	.terms-of-service div h3 {
		padding-bottom:24px;
	}
}

@media only screen and (max-width : 767px) {
	.nanny-service-detail {
		padding-bottom:50px;
	}
	
	.nanny-service-detail h3 {
		padding-top:20px;
	}
	
	.nanny-service-detail h3 span {
		padding-top:12px;
	}
	
	.nanny-service-detail ul li {
		padding-bottom:36px;
	}
	
	.nanny-service-detail ul li h4 {
		padding-top:48px;
		line-height:24px;
		font-size:24px;
	}
	
	.nanny-service-detail ul li h4::after {
		margin:14px auto 48px;
	}
	
	.nanny-service-detail ul li dl dd {
		padding-top:15px;
	}
	
	.nanny-service-detail ul li dl dd strong {
		padding-bottom:16px;
		font-size:16px;
	}
	
	.nanny-service-detail ul li dl dd big {
		padding:14px 0 6px 0;
	}
	
	.nanny-service-detail ul li dl dd small {
		padding-bottom:6px;
	}
	
	.nanny-service-detail ul li dl dd em {
		padding:6px 0 12px 0;
	}
	
	.nanny-service-detail ul li dl dd table thead tr th {
		padding:8px;
	}
	
	.nanny-service-detail ul li dl dd table tbody tr th,
	.nanny-service-detail ul li dl dd table tbody tr td {
		padding:12px 8px;
	}
	
	.nanny-service-detail ul li dl dd table tbody tr th span {
		display:block;
	}
	
	.safety-policy {
		padding-bottom:50px;
	}
	
	.safety-policy h3 {
		padding:56px 0 16px;
	}
	
	.safety-policy ol li {
		padding:34px 0;
		width:100%;
	}
	
	.safety-policy ol li:nth-child(2)::before {
		display:block !important;
	}
	
	.safety-policy ol li h4 {
		padding-bottom:16px;
		line-height:20px;
		font-size:20px;
	}
	
	.service-contents {
		padding-bottom:60px;
	}
	
	.service-contents h3 {
		padding-top:42px;
	}
	
	.service-contents h4 {
		padding:30px 0 4px 0;
	}
	
	.nanny-flow h3 {
		padding:36px 0 38px 0;
	}
	
	.nanny-flow ul {
		-webkit-flex-direction:column;
		flex-direction:column;
		width:100%;
	}
	
	.nanny-flow ul li,
	.nanny-flow ul li dl dt {
		width:100%;
	}
	
	.nanny-flow ul li+li {
		position:relative;
		margin-left:0;
	}
	
	.nanny-flow ul li+li dl dt::before {
		position:absolute;
		right:calc(50% - 21px);
		top:auto;
		bottom:calc(100% + 30px);
		display:block;
		box-sizing:border-box;
		border-top:6px solid #ccc;
		border-right:6px solid #ccc;
		width:42px;
		height:42px;
		transform:rotate(135deg);
		content:"";
	}
	
	.nanny-flow ul li dl dd {
		padding-top:12px;
	}
	
	.advance-preparation {
		padding-bottom:32px;
	}
	
	.advance-preparation h3 {
		padding:34px 0 26px 0;
	}
	
	.advance-preparation strong {
		padding-bottom:20px;
	}
	
	.advance-preparation strong b {
		padding:10px 14px;
	}
	
	.advance-preparation strong b span {
		display:inline-block;
	}
	
	.advance-preparation p {
		padding-bottom:28px;
	}
	
	.faci-service,
	.terms-of-service {
		padding:60px 0;
	}
	
	.faci-service div dl dt,
	.terms-of-service div p,
	.terms-of-service div ol,
	.terms-of-service div dl dt {
		padding-top:16px;
	}
	
	.terms-of-service div h3 {
		padding-bottom:16px;
	}
}

/* Travel Nanny (travel_nanny/index.html) End */

/*  (/index.html) Start */




@media only screen and (max-width : 1199px) {
	
}

@media screen and (min-width : 768px) and (max-width : 1199px) {
	
}

@media only screen and (max-width : 767px) {
	
}

/*  (/index.html) End */
