@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "ACaslonPro-Semibold";
    src: url(/import/tenant_1/153.126.177.122/html/font/ACaslonPro-Semibold.eot);
    src: url(/import/tenant_1/153.126.177.122/html/font/ACaslonPro-Semibold.eot) format('embedded-opentype'),
         url(/import/tenant_1/153.126.177.122/html/font/ACaslonPro-Semibold.woff) format('woff'),
         url(/import/tenant_1/153.126.177.122/html/font/ACaslonPro-Semibold.otf) format('opentype');
    font-weight: normal;
    font-style: normal;

}
/* resetcss */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
     /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;*/
   font-family:"游ゴシック",YuGothic,"メイリオ",Meiryo,"メイリオ",Meiryo,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 160%;
    color: #1d1d1d;
}

/*フォント系*/

h2 {
    font-size: 45px;
}

h3 {
    font-size: 38px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}


[data-element-id] .fead-mv {
    opacity: 1;
}
.fead-mv {
  opacity: 0;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -ms-transition: 1.5s;
}
.mv {
  opacity: 1;
}


/*クリアフィックス*/

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

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

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100%;
    height: auto !important;
}

.bkimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
	width: 100%;
}

a {
    text-decoration: none;
    color: #1d1d1d;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
}

/*トランスフォーム親*/

.tfm_p {
    position: relative;
}

/*左右中央寄せ*/

.tfm_x {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*上下中央寄せ*/

.tfm_y {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*上下左右中央寄せ*/

.tfm_xy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

/*.trimming {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming:after {
    display: block;
    content: "";
    padding-top: 100%;
    100%で正方形にカット。100%以下で横長、100%以上で縦長
}*/

.trimmingInner {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*フレックスセンター*/

.flex_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex > div[data-collection-list-content],
.flex_c > div[data-collection-list-content] {
    width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flex_c > div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}
.flex .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
	img {
		max-width: 100% !important;
		height: auto !important;
	}
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
    }
    a[href*="tel"] {
        pointer-events: initial !important;
    }
    .flex .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
	body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
	font-size:14px;
}

}

@media only screen and (max-width: 599px) {
    .flex .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
}


/*afterで切るCSS*/
.mainimg .pic .w .uk-slidenav-position:after{
    padding-top: 60%;
    content: '';
    display: block;
	
}
.mainimg .pic .w .uk-slidenav-position{
	position:relative;
	overflow:hidden;
	width:100%;
}
.mainimg .pic .w .uk-slideshow{
	position:absolute;
	top:0;
}

/*afterで切るCSS*/


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

.w96{
	max-width:960px;
	margin:0 auto;
	width:95%;
}
.w106{
	max-width:1060px;
	margin:0 auto;
	width:95%;
}
.w120{
	max-width:1200px;
	margin:0 auto;
	width:95%;
}

#header{
	padding:22px 0 13px 0;
}
#header p{
	vertical-align:middle;
	/*display:inline-block !important;*/
	float: left;

}

#header .tel{
  color:#103a85;
  font-size:30px;
  float: right;
  padding-right: 50px;
}

#header .tel a{
  color:#103a85;
}
#header .tel a img{
  /*width: 40px !important;*/
}


#header .open .open_close{
  font-size: 14px;
  color:#000;
  font-weight: normal;
   float: right;
  padding-right: 50px;
}

#header h1{
	display:inline-block !important;
	vertical-align:middle;
	color:#95caee;
	font-size:10px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	margin-left:14px;
	float: left;
	padding-left: 10px;
}


#header .header_right{
  float: right;
  /* display: inline-block; */
  display: block;
}

#header .open{
  float: none !important;
  display: block;
}

#header h1 strong{
	font-size:21px;
	display:block;
	color:#2a62ae;
	padding-top:8px;
}
#gnav{
	box-sizing:border-box;
	border:1px solid #c9c9c9;
	width:100%;
	padding:5px 0;
}

#gnav li{
	font-size:14px;
	width:16.66%;
	box-sizing:border-box;
	border-right:1px solid #c9c9c9;
}
#gnav li img{
	vertical-align:middle;
	margin-top:-5px;
	margin-right:0.5em;
}
#gnav li a{
	display:block;
	padding:15px 0;
	text-align:center;
}
#gnav li:first-child{
	border-left:1px solid #c9c9c9;
}
#gnav.fixed{
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	background:#fff;
}
.btm{
	margin-bottom:64.4px;
}
@media only screen and (max-width: 1024px) {
	#gnav{
		display:none;
	}
	.btm{
		margin-bottom:0;
	}
}
@media only screen and (max-width: 599px) {
	#header p{
		display:block !important;
		padding-bottom:10px;
	}
	#header .tel a{
	  display: none !important;
	}
	
	#header h1{
		margin-left:0;
		padding-left: 0;
		display:block !important;
		padding-right:50px;
	}
	
#header .header_right{
	  float: left;
	}
}
#footer{
	background:#2a62ad;
	padding:40px 0 0 0;
}
#footer .bnr1{
	background:#fff;
	/*width:56.04%;*/
	width:76.87%;
	padding:12px 1.26% 12px 1.26%;
	box-sizing:border-box;
	border-radius:10px;
	margin-bottom:20px;
}
#footer .bnr1 .pic{
	float:left;
	width:41.43%;
}
#footer .bnr1 dl{
	width:54.86%;
	float:right;
}

#footer .bnr1 dt{
	font-size:24px;
	color:#5dc0b6;
	padding:0 0 10px 0;
	font-weight:bold;
	line-height:1;
}
#footer .bnr1 dd{
	font-size:16px;
	line-height:140%;
}
#footer .bnr2{
	margin:0 0 20px 2.29%;
	background:#fff;
	border-radius:10px;
  width: 18.83%;
	box-sizing:border-box;
	padding:0 1.26% 0 1.26%;
}
#footer .bnr2 dt{
	color:#3da138;
}
#footer .bnr2 dd{
	line-height:140%;

}
#footer .bnr2 dd+dd{
	padding-top:5px;
	text-align:center;
}
#footer .bnr3{
	background:#fff;
	border-radius:10px;
	/*width:18.75%;*/
	width:20.83%;
	box-sizing:border-box;
	text-align:center;
	/*margin-left:2.09%;*/
	margin-left:2.29%;
	margin-bottom:20px;
}
#footer .bnr3 a{
	display:block;
	padding-top:25px;
}
#footer .bnrs{
	padding-bottom:30px;
}
#footer .footinfo h3{
	float:left;
	padding:0 0 20px 0;
}
#footer .footinfo .footnav{
	width:67.7%;
	float:right;
}
#footer .footinfo .footnav ul{
	width:25%;
}
#footer .footinfo .footnav li{
	font-size:14px;
	padding:0 1em 3px 0;
}
#footer .footinfo .footnav li a{
	color:#fff;
}
#footer .footinfo{
	padding-bottom:65px;
	border-bottom:1px solid #fff;
	margin-bottom:10px;
}
#footer .copy ul{
	float:left;
	padding:0 0 20px 0;
}
#footer .copy p{
	float:right;
	font-size:14px;
	color:#fff;
	padding:0 0 20px 0;
}
#footer .copy li{
	font-size:14px;
	display:inline-block !important;
}
#footer .copy li a{
	color:#fff;
}
#footer .copy li+li:before{
	content:"｜";
	display:inline-block !important;
	color:#fff;
}
@media only screen and (max-width: 1024px) {
	#footer .bnr1 dt{
		font-size:18px;
	}
	#footer .bnr1 dd{
		font-size:14px;
	}
	#footer .footinfo h3{
		float:none;
		width:auto;
	}
	#footer .footinfo .footnav{
		width:auto;
		float:none;
	}
}
@media only screen and (max-width: 599px) {
	#footer .bnr1{
		width:100% !important;
		order:0;
	}
	#footer .bnr1 .pic{
		float:none;
		width:auto;
		text-align:center;
		padding-bottom:20px;
	}
	#footer .bnr1 dl{
		width:auto;
		float:none;
	}
	#footer .bnr1 dt{
		text-align:center;
	}
	#footer .bnr2{
    margin: 1%;
		width:48%;
		order:1;
	}
	#footer .bnr3{
		width:48%;
		margin-left:4%;
		order:2;
		
	}
	#footer .footinfo .footnav ul{
		width:50%;
	}
	#footer .footinfo .footnav li{
		padding-bottom:9px;
	}
	
}
#snav{
	display:none;
}
@media only screen and (max-width: 1024px){
	#snav{
		display:block;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
	background:none;
    -webkit-transform: translateX(200px);
transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:101;
	border:none;
	padding-bottom:0;
	opacity:1;
	
    }
	.grass {
		opacity:1;
	}
	
	
	#snav ul{
		float:none;
		width:auto;
		text-align:left;
		display:block !important;
		padding:0;
	}
	

	#snav .nb{
		display:block;
		position:absolute;
		width:38px;
		height:38px;
		top:0;
		left:-44px;
		border:1px solid #fff;
		background:#2a62ad;
		cursor:pointer;
		opacity:0.8;
		margin:2px;
		box-shadow:0px 0px 0px 2px #2a62ad;
-moz-box-shadow:0px 0px 0px 2px #2a62ad;
-webkit-box-shadow:0px 0px 0px 2px #2a62ad;
	}
	#snav .nb:after{
	  content: "MENU";
	 display: block;
	 font-size: 12px;
	 font-weight: bold;
	 color:#2a62ad;
	 padding-top: 38px;
	}
	
	

	#snav li{
		float:none;
		width:auto;
		border-bottom:1px dotted #cacad9;
		padding:0;
		margin-top:0;
		display:block !important;
	}
	#snav ul li a{
		height:auto;
		display:block !important;
		padding:8px 0 8px 10px;
		font-size:14px;
		line-height:160%;
		color:#000;
	}
	#snav ul li a strong{
		display:block;
		font-size:14px;
		font-family:Arial Narrow,Arial, Helvetica, sans-serif;
		font-weight:normal;
		text-align:left;
	}
	
	
	
	#snav.action{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
	}
	#snav p span.n{
    display: block;
    background: #fff;
    height: 2px;
    width: 26px;
    text-indent: -9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
    }
	#snav p span.n:before{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
    }
	#snav p span.n:after{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
    }
	#snav.action p span.n{
	 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		  -webkit-transition:ease .10s;
         transition:ease .10s;
	}
	#snav.action p span.n:after,#snav.action p span.n:before{
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
		 top:0;
		 left:0;
	}
	#snav .inner{
		width:auto;
		height: 100%;
		overflow-y: auto;
		background: #FFF;
		padding:0;
	}
	
	.overlay:after{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:99;
	}
	
}

.sfoot{
	display:none;
}
@media only screen and (max-width: 599px) {
	.sfoot{
		display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
		position:fixed;
		z-index:99;
		bottom:0;
		left:0;
		right:0;
		background:rgba(231,233,236,0.9);
		padding:10px 0;
	}
	.sfoot li{
		/*width:48%;*/
		width:31%;
		margin:0 1%;
	}
	.sfoot li a{
		display:block;
		color:#fff;
		font-size:12px;
		background:#e50080;
		text-align:center;
		font-weight:bold;
		/*padding:5px 0;*/
		padding:5px 10px;
		border-radius:5px;
	}
	.sfoot li+li a{
		background:#2cc014;
	}
	
	.sfoot li+li+li a{
		background:#103a85;
	}
	#footer{
		padding-bottom:134px;
	}
}

.sidenav{
	position:fixed;
	top:166px;
	right:0;
	width:60px;
	z-index:90;
}
.sidenav li{
	writing-mode: vertical-rl;
	margin-bottom:14px;
}
.sidenav li a{
	display:block;
	padding:12px;
	background:#fff;
	color:#06358c;
	font-weight:bold;
	border:2px solid #2a62ad;
	border-right:none;
	border-radius:5px 0 0 5px;
}
.sidenav li a img{
	vertical-align:middle;
	margin-bottom:5px;
}
@media only screen and (max-width: 1024px){
	.sidenav{
		display:none;
	}
}
/*下層共通*/
.subtit{
	background:url(/import/tenant_1/153.126.177.122/html/images/grybk.gif) 0 0 repeat;
}
.subtit .inner{
	max-width:960px;
	width:100%;
	margin:0 auto;
	background:#fff;
	position:relative;
}
.subtit .pic{
	text-align:right;
}
.subtit .pic .w{
	display:inline-block !important;
	position:relative;
}
.subtit .pic .w:before{
	content:"";
	width:200px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.subtit h2{
	position:absolute;
	top:50%;
	left:3.12%;
	z-index:1;
	font-size:34px;
	color:#06358c;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	line-height:150%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
}

.subtit h2 .e{
	display:block;
	font-size:18px;
	color:#1d1d1d;
	font-weight:normal;
	font-family: "ACaslonPro-Semibold";
	line-height:1;
}
@media only screen and (max-width: 1024px){
	.subtit h2{
		font-size:20px;
		text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	}
	.subtit h2 .e{
		font-size:14px;
	}
}

.pnnav{
	background:#fff;
}

.pnnav li{
	font-size:14px;
	display:inline-block !important;
	padding:12px 0;
}
.pnnav li+li:before{
	content:"＞";
	display:inline-block !important;
	padding:0 0.5em;
}
.pnnav li strong{
	color:#e64a89;
}

/*about*/

.about1{
	position:relative;
	overflow:hidden;
	padding:20px 0 20px 0;
}
.about1 .bkimg{
	width:100%;
	height:auto;
}

.about1 .w96{
	position:relative;
	z-index:1;
}
.about1 h3{
	font-size:48px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	padding:0 0 20px 0;
	
}
.about1 h3 .s{
	display:block;
	font-size:24px;
	color:#b08f5e;
	line-height:140%;
}
.about1 p{
	font-size:18px;
	padding:0 0 20px 0;
}

.about2{
	
	padding:40px 0 40px 0;
}


.h3a{
	text-align:center;
	font-size:32px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	color:#06358c;
}
.h3a .e{
	display:block;
	padding-bottom:40px;
	font-size:18px;
	display:block;
	color:#1d1d1d;
	line-height:1;
}
.h3a .w{
	display:inline-block !important;
	padding:0 99px 0 99px;
	background-image:url(/import/tenant_1/153.126.177.122/html/images/object_left.png), url(/import/tenant_1/153.126.177.122/html/images/object_right.png);
	background-position:0 0, right 0;
	background-repeat:no-repeat;
}

.about2 .box .pic{
	float:right;
	width:31.25%;
}
.about2 .box .tbox{
	float:left;
	width:62.45%;
	padding:0 0 0 3.12%;
	text-align:left;
}
.about2 .box{
	box-shadow:2px 2px 6px -1px rgba(0,0,0,0.3);
	margin-bottom:20px;
}
.about2 .box h4{
	margin:20px 0 15px 0;
	border-left:#b08f5e 5px solid;
	font-size:24px;
	color:#b08f5e;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	line-height:140%;
	padding:0 0 0 15px;
}

.about2 .box .tbox p{
	padding:0 0 15px 20px;
	line-height:140%;
}
.about2 .box .tbox p.more{
	padding-left:0;
}
.about2 .box .tbox p.more a{
	display:inline-block !important;
	background:#2a62ad;
	padding:5px 35px;
	color:#fff;
	font-size:14px;
	border-radius:5px;
}
.about2 .box .tbox p.more a img{
	vertical-align:middle;
	margin-right:8px;
	margin-top:-4px;
}

/*会社概要のスタッフ追加CSS*/


.about2.staff_01 .box .box_pic{
	float:left;
	width:31.25%;
	margin-top: 20px;
  margin-left: 20px;
}

.about2.staff_01 .box .box_pic span.name{
	width:100%;
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 10px 0 40px;
	/*color: #06358c;*/
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
}
.about2.staff_01 .box .pic{
	float:none;
	width:100%;
}

.about2.staff_01 .staff_right{
  display: block;
  float:left;
	width:62.45%;
	padding:0 0 0 3.12%;
	text-align:left;
}

.about2.staff_01 .text_box02{
	float:none;
	width:auto;
	padding-bottom:50px;
	width:95% !important;
}


.about2.staff_01 .box .tbox{
	text-align:left;
	width:auto;
	width:80%;
}
.about2.staff_01 .box{
	box-shadow:2px 2px 6px -1px rgba(0,0,0,0.3);
	margin-bottom:20px;
}
.about2.staff_01 .box h4{
  text-align:left;
	margin:20px 0 15px 0;
	border-left:#b08f5e 5px solid;
	font-size:24px;
	color:#b08f5e;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	line-height:140%;
	padding:0 0 0 15px;
	position: relative;
}

.about2.staff_01 .box .staff_right h4:after{
    content: url('/upload/tenant_1/9d92c0f4b98b1f3af214f26ecf01ca19.png');
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.about2.staff_01 .box .tbox p{
	padding:0 0 15px 20px;
	line-height:140%;
	text-align: left;
}

.about2.staff_01 .box .staff_right .tbox p{
  display: none;
}

.about2.staff_01 .box .tbox p.more{
	padding-left:0;
}
.about2.staff_01 .box .tbox p.more a{
	display:inline-block !important;
	background:#2a62ad;
	padding:5px 35px;
	color:#fff;
	font-size:14px;
	border-radius:5px;
}
.about2.staff_01 .box .tbox p.more a img{
	vertical-align:middle;
	margin-right:8px;
	margin-top:-4px;
}

/*会社概要のスタッフ追加CSSここまで*/
.bk1{
	background:#f7f7f9;
	
}
.about3{
	padding:45px 0 25px 0;
}
.about3 h4{
	text-align:center;
	font-size:20px;
	font-weight:normal;
	padding:0 0 20px 0;
}
.about3 p{
	text-align:center;
	padding:0 0 20px 0;
}

.about4{
	padding:50px 0 70px 0;
	opacity:1 !important;
}
.about4 h4{
	text-align:center;
	font-size:24px;
	color:#b08f5e;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	padding:0 0 20px 0;
}
.about4 p{
	text-align:center;
	padding:0 0 20px 0;
}
.about4 .map{
	margin-top:10px;
}
@media only screen and (max-width: 1024px){
	.about1 h3{
		font-size:24px;
	}
	.about1 h3 .s{
		font-size:18px;
	}
	.about1 p{
		font-size:14px;
	}
	.h3a{
		font-size:20px;
	}
	.h3a .e{
		font-size:12px;
	}
	.about2 .box h4{
		font-size:20px;
	}
	.about4 h4{
		font-size:20px;
	}
	.about3 h4{
		font-size:16px;
	}
}

@media only screen and (max-width: 599px) {
	.h3a .w{
		padding-left:0;
		padding-right:0;
		background:none;
	}
	.about2 .box .pic{
		float:none;
		width:auto;
		text-align:center;
	}
	.about2 .box .tbox{
		width:auto;
		float:none;
		padding-right:2.5%;
	}
	.about2.staff_01 .box .tbox{
	  width:100%;
	  padding-bottom: 1px;
	}
	
.about1 .bkimg{
	position:relative;
	overflow:hidden;
	width:100%;
}

/*会社概要のスタッフ追加CSS*/
.about2.staff_01 .box .box_pic{
  float: none;
  width: 80%;
  margin:0 auto;
}

.about2.staff_01 .staff_right{
  width:90%;
  margin:0 auto;
  padding-left: 0;
}

.about2.staff_01 .text_box02{
  margin-top: 30px;
}
.about2.staff_01 .text_box02{
  width:90% !important;
}

/*会社概要のスタッフ追加CSSここまで*/

}
/*service*/
.h3a .w2{
	display:block !important;
	box-sizing:border-box;
	max-width:960px;
	width:95%;
	margin:0 auto;
	padding: 0 60px 0 60px;
}

.service1 p{
	text-align:center;
	padding:0 0 20px 0;
}
.service1{
	padding-bottom:20px;
}
.service2{
	padding:70px 0 10px 0;
}
.service2 .box{
	box-sizing:border-box;
	margin-bottom:40px;
	box-shadow: 2px 2px 6px -1px rgba(0,0,0,0.3);
	background:#fff;
	padding:20px 3.12% 10px 3.12%;
	position:relative;
}

.service2 .box .pic{
	float:right;
	border:5px solid #f6e4f3;
	width:33.33%;
	padding:0;
	margin-bottom:20px;
	box-sizing:border-box;
	width:300px;
	position: relative;
}

.service2 .box .pic .text{
  position: absolute;
  top:7px;
  left:10px;
  display: inline-block;
  letter-spacing: 0px;
  font-size: 14px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.service2 .box .pic .text .red{
  font-size:24px;
  font-weight: bold;
  letter-spacing: 0;
}

.service2 .box .pic .text .min{
  font-size:14px;
}


.service2 .box .tbox{
	width:62.44%;
}
.service2 .box p{
	padding:0 0 20px 0;
}
.service2 h4{
	margin:0 0 25px 80px;
	font-size:24px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	color:#59493f;
}
.service2 h4:after{
	content:"";
	display:block;
	width:100%;
	margin-top:10px;
	height:1px;
	background: -moz-linear-gradient(left, rgba(176,143,95,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(176,143,95,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(176,143,95,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b08f5f', endColorstr='#00ffffff',GradientType=1 );
}

.service2 h4 .k{
	position:absolute;
	top:-14px;
	left:0;
	background:url(/import/tenant_1/153.126.177.122/html/images/service/icon_01.png);
	width:90px;
	height:65px;
	box-sizing:border-box;
	font-size:14px;
	text-align:center;
	color:#59493f;
	font-weight:bold;
	padding-top:10px;
	line-height:120%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
}
.service2 h4 .k strong{
	display:block;
	line-height:1;
	font-size:36px;
	font-style:italic;
}
.service2 .waku{
	border:2px solid #b08f5e;
	padding:10px 13px 10px 13px;
	margin-bottom:20px;
}
.service2 .waku dt{
	font-size:18px;
	color:#b08f5e;
	font-weight:bold;
	padding:0 0 10px 0;
}
.service2 .k1 .tbox .waku dd{
	display:inline-block !important;
	padding-right:1em;
}
.service2 .k1 .tbox .waku dd img{
	margin-right:8px;
}
.service2 .k1 .tbox .waku dt .s{
	color:#444;
	font-size:14px;
	font-weight:normal;
	padding-left:0.5em;
}

.service2 .tbox .waku .etc{
	text-align:right;
	margin-top:-25px;
}

.service3{
	padding:50px 0 45px 0;
}
.service3 h3{
	text-align:center;
	font-size:24px;
	color:#2a62ad;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	border-top:1px solid #2a62ad;
	border-bottom:1px solid #2a62ad;
	padding:10px 0;
	margin-bottom:25px;
}
.service3 .wrap{
	max-width:900px;
	margin:0 auto;
}
.service3 .wrap .pic{
	float:right;
	width:30%;
	padding:0 0 20px 0;
}
.service3 .wrap .tbox{
	float:left;
	width:66.66%;
}
.service3 .wrap .tbox h4{
	color:#b08f5e;
	font-size:18px;
	padding:0 0 10px 0;
}
.service3 .wrap .tbox p{
	padding:0 0 20px 0;
}
@media only screen and (max-width: 1024px){
	.service2 h4{
		font-size:18px;
		margin-left:90px;
	}
	.service2 .waku dt{
		font-size:16px;
	}
	.service3 h3{
		font-size:20px;
	}
	.service3 .wrap .tbox h4{
		font-size:16px;
	}
}
@media only screen and (max-width: 599px) {
  .service2{
	padding:40px 0 10px 0;
  }
	.service2 h4{
		padding:50px 0 0 0;
		margin-left:0;
	}
	.service2 .box .pic{
		float:none;
		width:auto;
		max-width:300px;
		margin-left:auto;
		margin-right:auto;
	}
	.service2 .box .tbox{
		width:auto;
		float:none;
	}
	.service3 .wrap .pic{
		float:none;
		width:auto;
		text-align:center;
	}
	.service3 .wrap .tbox{
		float:none;
		width:auto;
	}
	
}

/*plan*/

.plan1{
	padding:60px 0 30px 0;
}
.plan1 .plannav li{
	width:32.29%;
	padding:0 1.56% 20px 0;
}
.plan1 .plannav li:nth-child(3n+3){
	padding-right:0;
}
.plan1 .plannav li a{
	display:block;
	background:#fff;
	text-align:center;
	border-bottom:20px solid;
	padding:20px 0 0 0;
	position:relative;
}
.plan1 .plannav li strong{
	display:block;
	font-size:30px;
	font-weight:normal;
	padding:10px 0 20px 0;
}
.plan1 .plannav li a:before{
	content:url(/import/tenant_1/153.126.177.122/html/images/plan/icon_01.png);
	position:absolute;
	bottom:-14px;
	left:50%;
	line-height:1;
	font-size:1px;
}
.plan1 .plannav li:nth-child(1) a{
	border-color:#daa520;
}
.plan1 .plannav li:nth-child(1) a strong{
	color:#daa520;
}
.plan1 .plannav li:nth-child(2) a{
	border-color:#c0c0c0;
}
.plan1 .plannav li:nth-child(2) a strong{
	color:#c0c0c0;
}

.plan1 .plannav li:nth-child(3) a{
	border-color:#816d46;
}
.plan1 .plannav li:nth-child(3) a strong{
	color:#816d46;
}

.plan1 .plannav{
	padding-bottom:40px;
}

.plan1 h3{
	float:left;
	width:31.25%;
	color:#fff;
	font-size:30px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	text-align:center;
}
.plan1 .tbox{
	width:62.5%;
	float:right;
	padding:25px 3.12% 0 0;
}
.plan1 .box{
	background:#fff;
	margin-bottom:30px;
}
.plan1 .tbox p{
	padding:0 0 20px 0;
}
.plan1 .tbox .table{
	border:1px solid #b08f5e;
	border-bottom:none;
	margin-bottom:20px;
}
.plan1 .tbox .table dt{
	border-bottom:1px solid #b08f5e;
	width:28.42%;
	box-sizing:border-box;
	padding:6px 14px 6px 14px;
	background:#e2dbcf;
	color:#b08f5e;
}
.plan1 .tbox .table dd{
	border-bottom:1px solid #b08f5e;
	border-left:1px solid #b08f5e;
	box-sizing:border-box;
	width:71.58%;
	padding:6px 14px 6px 14px;
}
.plan1 .tbox .table+p{
	text-align:right;
}
.plan1 .box:nth-child(1) h3{
	background:#daa520;
}
.plan1 .box:nth-child(2) h3{
	background:#c0c0c0;
}
.plan1 .box:nth-child(3) h3{
	background:#816d46;
}
.plan1 h3 .t{
	display:block;
	padding:10px;
}
.plan1 h3 .e{
	display:block;
	font-size:18px;
	 font-family: "ACaslonPro-Semibold";
	 font-weight:normal;
	 line-height:1;
}

.plan2{
	position:relative;
}
.plan2 .bkimg{
	width:100%;
	height:100%;
	overflow:hidden;
	opacity:0.3;
}

.plan2 .w96{
	position:relative;
	z-index:1;
	padding:50px 0 20px 0;
}
.plan2 .w96 .inner{
	background:rgba(255,255,255,0.8);
	padding:25px 3.12% 0 3.12%;
	text-align:center;
	margin-bottom:30px;
}

.plan2 .w96 h3{
	text-align:center;
	font-size:32px;
	color:#e4007f;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	padding:0 0 20px 0;
}
.plan2 .w96 .table{
	display:inline-block !important;
	text-align:left;
}
.plan2 .w96 .table dt{
	float:left;
	font-size:18px;
}
.plan2 .w96 .table dt:after{
	/*content:"→";
	display:inline-block !important;
	margin-left:0.5em;*/
}
.plan2 .w96 .table dd{
	padding:0 0 0 244px;
	font-size:28px;
	color:#e4007f;
	font-weight:bold;
	text-align:right;
	
}
.plan2 .w96 .table dt strong{
	display:inline-block !important;
	width:110px;
	text-align:center;
	color:#fff;
	padding:8px 0;
	font-weight:normal;
	margin-right:10px;
	float: left;
}
.plan2 .w96 .table dt span.price{
  display: block;
  padding-left: 120px;
  line-height: 250%;
}

.plan2 .w96 .table dl:nth-child(1)  dt strong{
	background:#daa520;
}
.plan2 .w96 .table dl:nth-child(2)  dt strong{
	background:#c0c0c0;
}
.plan2 .w96 .table dl:nth-child(3)  dt strong{
	background:#816d46;
}
.plan2 .w96 .table dl{
	padding-bottom:10px;
}

.plan2 .w96 .inner p{
	padding:0 0 20px 0;
}
.plan2 .w96 .inner .chy{
	text-align:right;
}
.plan2 .w96 .inner+p{
	text-align:center;
	padding:0 0 20px 0;
}
.plan3{
	padding:50px 0 30px 0;
}
.plan3 h3 {
    text-align: center;
    font-size: 24px;
    color: #2a62ad;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    border-top: 1px solid #2a62ad;
    border-bottom: 1px solid #2a62ad;
    padding: 10px 0;
    margin-bottom: 25px;
}
.plan3 .fst dt{
	text-align:center;
}
.plan3 .fst dl{
	position:relative;
	width:147px;
	margin:0 auto 20px auto;
}
.plan3 .fst dt+dd{
	background:url(/import/tenant_1/153.126.177.122/html/images/plan/icon_02.png) 0 0 no-repeat;
	width:241px;
	height:196px;
	text-align:center;
	font-size:18px;
	box-sizing:border-box;
	padding:40px 0 0 0;
	position:absolute;
	top:13px;
	left:-230px;
}
.plan3 .fst dd+dd{
	background:url(/import/tenant_1/153.126.177.122/html/images/plan/icon_03.png) 0 0 no-repeat;
	width:323px;
	height:212px;
	padding:34px 0 0 0;
	text-align:center;
	box-sizing:border-box;
	position:absolute;
	right:-327px;
	top:55px;
	font-size:18px;
}
.plan3 .fst{
	padding:0 3.12% 50px 3.12%;
}
.plan3 .fst p{
	padding:0 0 20px 0;
}
.plan3 .wrap{
	border:1px solid #2a62ad;
	box-sizing:border-box;
	margin-left:3.12%;
	margin-bottom:25px;
	padding:35px 2.68% 0 2.68%;
	position:relative;
}
.plan3 .wrap .ex{
	width:90px;
	height:90px;
	line-height:90px;
	position:absolute;
	text-align:center;
	font-weight:bold;
	background:#aaa;
	top:-30px;
	left:-3.12%;
	border-radius:50%;
}
.plan3 .wrap .ex:before{
	content:url(/import/tenant_1/153.126.177.122/html/images/plan/icon_04.png);
	right:2px;
	bottom:2px;
	position:absolute;
	line-height:1;
	font-size:1px;
}
.plan3 .wrap .box{
	padding:30px 0 10px 0;
}
.plan3 .wrap .box+.box{
	border-top:1px solid #c9c9c9;
}

.plan3 .wrap .pic{
	padding:0 0 20px 0;
	float:right;
	width:26.25%;
}
.plan3 .wrap .tbox{
	width:63.92%;
}
.plan3 .wrap .tbox h4{
	font-size:18px;
	color:#2a62ad;
	padding:0 0 10px 0;
}
.plan3 .wrap .tbox h4 .c{
	font-size:14px;
	display:inline-block !important;
	background:#2a62ad;
	color:#fff;
	padding:2px 1em;
	margin-right:0.5em;
	vertical-align:middle;
}
.plan3 .wrap .tbox p{
	padding:0 0 20px 0;
}
.ac{
	height:1px;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
	position:relative;
}
.ac a{
	position:absolute;
	top:-64.4px;
}
@media only screen and (max-width: 1024px){
	.plan1 .plannav li strong{
		font-size:20px;
	}
	.plan1 h3{
		font-size:20px;
	}
	.plan3 .fst dd+dd{
		font-size:16px;
		right:-280px;
	}
	.plan3 .fst dt+dd{
		font-size:16px;
	}
	.plan2 .w96 h3{
		font-size:20px;
	}
	.plan2 .w96 .table dd{
		font-size:18px;
	}
	.plan2 .w96 .table dt{
		font-size:14px;
	}
	.plan3 h3{
		font-size:20px;
	}
	.ac a{
		top:0;
	}
	.plan2 .bkimg{
	  position:relative;
}
}

@media only screen and (max-width: 599px) {
	.plan1 .plannav li{
		width:47%;
		padding-left:1%;
		padding-right:1% !important;
	}
	.plan1 h3{
		float:none;
		max-width:300px;
		margin-left:auto;
		margin-right:auto;
		width:auto;
	}
	.plan1 .tbox{
		width:auto;
		float:none;
	}
	.plan2 .w96 .table dt{
		float:none;
	}
	.plan2 .w96 .table dd{
		padding-left:0;
	}
	.plan2 .w96 .table{
		width:100%;
		max-width:300px;
	}
	.plan3 .fst dt + dd{
		position:relative;
		top:auto;
		left:auto;
		margin:0 auto;
	}
	.plan3 .fst dd + dd{
		position:relative;
		top:auto;
		margin:0 auto;
		right:auto;
	}
	.plan3 .fst dl{
		width:auto;
	}
	.plan3 .wrap .pic{
		float:none;
		width:auto;
		text-align:center;
	}
	.plan3 .wrap .tbox{
		width:auto;
		float:none;
	}
	.plan3 .wrap .tbox h4 .c{
		display:block !important;
		max-width:74px;
		text-align:center;
	}
}

/*staff*/

.stafflist{
	padding:50px 0 10px 0;
}

.stafflist .box{
	background:#fff;
	margin-bottom:40px;
	padding:40px 3.12% 10px 3.12%;
}
.stafflist .pic{
	float:right;
	width:27.88%;
	padding:0 0 20px 0;
}
.stafflist .tbox{
	float:left;
	width:68.88%;
}
.stafflist .tbox p{
	padding:0 0 20px 0;
}
.stafflist .tbox h3{
	border-top:1px solid #2a62ad;
	border-bottom:1px solid #2a62ad;
	font-size:24px;
	font-weight:normal;
	padding:8px 0;
	margin-bottom:20px;
}
.stafflist .tbox h3 .p{
	display:inline-block !important;
	vertical-align:middle;
	font-size:16px;
	padding-right:2em;
}
@media only screen and (max-width: 1024px){
	.stafflist .tbox h3{
		font-size:20px;
	}
	.stafflist .tbox h3 .p{
		font-size:14px;
		padding-right:1em;
	}
}
@media only screen and (max-width: 599px) {
	.stafflist .pic{
		float:none;
		width:auto;
		text-align:center;
	}
	.stafflist .tbox{
		float:none;
		width:auto;
	}
}

/*flow*/

.flow1{
	padding:50px 0 40px 0;
}
.flow1 .box{
	background:#fff;
	margin-bottom:30px;
	position:relative;
}
.flow1 .pic{
	float:right;
	width:31.25%;
	padding:0 0 0 0;
	margin-bottom:-10px;
}
.flow1 .tbox{
	float:left;
	/*width:59.58%;
	margin:0 0 0 6.66%;*/
	width: 56.58%;
  margin: 0 0 0 9.66%;
}
.flow1 .tbox h3 .n{
	position:absolute;
	top:0;
	left:0;
	background:#2a62ad;
	color:#fff;
	text-align:center;
	width:50px;
/*	line-height:50px;*/
  line-height:40px;
  padding-top:10px;
	font-family: "ACaslonPro-Semibold";
	font-size:36px;
	
}
.flow1 .tbox h3 {
	font-size:24px;
	color:#2a62ad;
	padding:10px 0 0 0;
	border-bottom:1px solid #2a62ad;
	margin-bottom:16px;
}
.flow1 .tbox .lev dt{
	display:inline-block !important;
}
.flow1 .tbox .lev dt .w{
	display:inline-block !important;
	font-size:14px;
	position:relative;
	z-index:1;
	background:#fff;
	padding-right:0.5em;
}
.flow1 .tbox .lev dd{
	display:inline-block !important;
	font-size:14px;
	float:right;
	position:relative;
	z-index:1;
	background:#fff;
	padding-left:0.5em;
}
.flow1 .tbox .lev{
	position:relative;
	margin-bottom:20px;
}
.flow1 .tbox .lev:before{
	content:"";
	width:100%;
	height:10px;
	border-radius:5px;
	box-sizing:border-box;
	padding-left:2.5em;
	padding-right:2.5em;
	left:50%;
	top:50%;
	background:#eeeeee;
	position:absolute;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.flow1 .tbox .lev dt:before{
	content:"";
	left:0;
	top:50%;
	height:10px;
	/*width:11%;*/
	width:15%;
	background:#7d9eca;
	position:absolute;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.flow1 .tbox p{
	padding:0 0 20px 0;
}
.flow1 .tbox .waku{
	background:#f0f4f8;
	padding:14px;
	margin-bottom:20px;
}
.flow1 .box{
	padding-bottom:10px;
}
.flow1 .tbox .waku h4{
	color:#2a62ad;
	font-size:19px;
	border-bottom:1px solid #2a62ad;
	margin-bottom:8px;
}
.flow1 .tbox .waku dl{
	padding:0 0 10px 20px;
	background:url(/import/tenant_1/153.126.177.122/html/images/flow/bnrA01.gif) 0 6px no-repeat;
}

.flow1 .tbox .waku  dd{
	font-size:14px;
}

.flow1 .box:nth-child(2) .tbox .lev dt:before{
	width:36%;
}
.flow1 .box:nth-child(3) .tbox .lev dt:before{
	width:50%;
}
.flow1 .box:nth-child(4) .tbox .lev dt:before{
	width:70%;
}
.flow1 .box:nth-child(5) .tbox .lev dt:before{
	width:85%;
}
.flow1 .box:nth-child(6) .tbox .lev dt:before{
	width:100%;
}
@media only screen and (max-width: 1024px){
	.flow1 .tbox h3{
		font-size:18px;
		padding-left:0;
		padding-right:0;
	}
}
@media only screen and (max-width: 599px) {
	.flow1 .pic{
		float:none;
		width:auto;
		text-align:center;
		margin-bottom:20px;
	}
	.h3a .w2{
		padding-left:0;
		padding-right:0;
	}
	.flow1 .tbox{
		width:auto;
		float:none;
		margin-left:2.5%;
		margin-right:2.5%;
	}
	.flow1{
	padding:30px 0 30px 0;
}
}
/*callow*/
.w80{
	max-width:800px;
	margin:0 auto;
	width:95%;
}
.nayami1 .w80{
	max-width:800px;
	margin:0 auto 5px auto;
	width:100%;
	position:relative;
}
.nayami1 .w80 dl{
	margin-left:20px;
	background:#e5e0f5;
	padding-bottom:40px;
	box-sizing:border-box;
	/*min-height:290px;*/
}
.nayami1 .w80 dt{
	width:100%;
	padding:2px 0 2px 20px;
	margin-left:-20px;
	background:#8f82bc;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	color:#fff;
	border-radius:20px 0 0 20px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
}
.nayami1 .w80 dd{
	margin:0 0 0 20px;
	padding:0 0 5px 15px;
	background:url(/import/tenant_1/153.126.177.122/html/images/callow/mk.gif) 0 6px no-repeat;
	box-sizing:border-box;
	width:56.25%;
	position:relative;
	z-index:2;
}
.nayami1 .w80 .pic{
	position:absolute;
	bottom:0;
	right:0;
}
.nayami1 .w80 .pic .w{
	position:relative;
	display:inline-block !important;
}
.nayami1 .w80 .pic .w img{
	position:relative;
	z-index:1;
	width: 100%;
  max-width: 350px;
}
.nayami1 .w80 .pic .w:before{
	content:"";
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
}
.nayami1 .txt{
	max-width:700px;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	position:relative;
}
.nayami1 .txt p{
	padding:0 0 20px 0;
	position:relative;
	z-index:1;
	text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.nayami1{
	padding-bottom:25px;
}
.nayami1 .txt:before{
	content:url(/import/tenant_1/153.126.177.122/html/images/leaf_left.png);
	top:50%;
	left:-80px;
	position:absolute;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.nayami1 .txt:after{
	content:url(/import/tenant_1/153.126.177.122/html/images/leaf_right.png);
	top:50%;
	right:-80px;
	position:absolute;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 1024px){
	.nayami1 .txt:before{
		left:-40px;
	}
	.nayami1 .txt:after{
		right:-40px;
	}
	.nayami1 .w80 .pic{
		position:relative;
		text-align:right;
		background:#e5e0f5;
		margin-left:20px;
	}
	.nayami1 .w80 .pic .w:before{
		display:none;
	}
	.nayami1 .w80 .pic .w{
		max-width:50%;
	}
	.nayami1 .w80 dt{
		font-size:18px;
	}
	.nayami1 .w80 dd{
		width:auto;
		padding-right:2.5%;
	}
}
.callow1 h3{
    text-align: center;
    font-size: 24px;
    color: #2a62ad;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    border-top: 1px solid #2a62ad;
    border-bottom: 1px solid #2a62ad;
    padding: 10px 0;
    margin-bottom: 25px;
	line-height:130%;
}
.callow1{
	padding:50px 0 50px 0;
}

.callow1 dl{
	width:30.2%;
	margin:0 0.78% 30px 0.78%;
	box-shadow: 2px 2px 6px -1px rgba(0,0,0,0.3);
}
.callow1 dt{
	padding:12px 12px 5px 12px;
	color:#b08f5e;
	font-weight:bold;
	font-size:18px;
}
.callow1 dt+dd{
	padding:0 12px 12px 12px;
}
.callow1 dt+dd a{
	text-decoration:underline;
	color:#2a62ad;
	display:inline-block !important;
}
@media only screen and (max-width: 1024px){
	.callow1 dt{
		font-size:16px;
	}
}
@media only screen and (max-width: 599px) {
	.callow1 dl{
		width:48%;
		margin-left:1%;
		margin-right:1%;
	}
	.callow1 h3{
	  font-size:18px;
	}
	.callow1{
	padding:30px 0 30px 0;
}
.nayami1 .w80 dl{
	min-height:auto;
	padding-bottom: 20px;
}
}

/*remarriage*/

.remarriage .nayami1 .w80 .pic .w:before{
	width:40%;
}

.remarriage .flow1 .tbox{
	margin-left:3.12%;
}

.remarriage1{
	padding:50px 0 50px 0;
	text-align:center;
}
.remarriage1 p{
	padding:0 0 20px 0;
}

.parent1{
	padding:50px 0 50px 0;
}

.parent1 .box{
	background:#fff;
	margin-bottom:20px;
}
.parent1 .box .pic{
	float:right;
	width:31.25%;
}
.parent1 .box dl{
	padding:18px 0 10px 3.12%;
	width:66.66%;
}
.parent1 .box dt{
    font-size: 24px;
    color: #2a62ad;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #2a62ad;
    margin-bottom: 16px;
	font-weight:bold;
}
.parent1 .box dd{
	font-size:17px;
	padding:0 0 10px 40px;
	background:url(/import/tenant_1/153.126.177.122/html/images/parent/check_icon.png) 0 0 no-repeat;
}
.parent1 .box dd .s{
	font-size:16px;
	padding-left:0.5em;
}
.parent1 .txt{
	max-width:900px;
	margin:0 auto;
	
}
.parent1 .txt p{
	padding:0 0 20px 0;
}
@media only screen and (max-width: 1024px){
	.parent1 .box dt{
		font-size:18px;
	}
	.parent1 .box dd{
		font-size:14px;
	}
	.parent1 .box dd .s{
		font-size:12px;
	}
}
@media only screen and (max-width: 599px) {
	.parent1 .box .pic{
		float:none;
		width:auto;
		text-align:center;
		padding-bottom:20px;
	}
	.parent1 .box dl{
		width:auto;
		float:none;
		padding-right:3.12%;
	}
	.remarriage1{
	  padding: 30px 0;
	}
}

/*voice*/

.vlist .box{
	width:32.5%;
	box-sizing:border-box;
	border:1px solid #bfbfbf;
	padding:1.25%;
	margin:0 1.25% 10px 0;
}
.vlist .box:nth-child(3n+3){
	margin-right:0;
}
.vlist .box h4{
	color:#2a62ad;
	font-size:18px;
	padding:5px 0;
}
.vlist .box dt{
	float:left;
	font-size:14px;
	font-weight:bold;
}
.vlist .box dd{
	font-size:14px;
	padding:0 0 0 90px;
}
.vlist{
	padding:0 0 40px 0;
}

.pagenav li{
	font-size:14px;
	padding:0 1.5px;
	
}
.pagenav li a{
	display:block;
	width:18px;
	line-height:18px;
	border:1px solid #c9c9c9;
	color:#c9c9c9;
	text-align:center;
}
.pagenav li.next a,.pagenav li.prev a{
	border:none;
	line-height:normal;
}
.pagenav li.next a img,.pagenav li.prev a img{
	vertical-align:middle;
	margin-top:-5px;
}

.pagenav li.st a,.pagenav li a:hover{
	background:#2a62ad;
	color:#fff;
	border-color:#2a62ad;
}
.pagenav li.next a:hover,.pagenav li.prev a:hover{
	background:none;
}
.voice .pagenav{
	padding-bottom:70px;
}
@media only screen and (max-width: 599px) {
	.vlist .box{
		width:48%;
		margin-left:1%;
		margin-right:1% !important;
	}
	.vlist .box h4{
		font-size:16px;
	}
	.vlist .box dt{
		float:none;
	}
	.vlist .box  dd{
		padding-left:0;
		font-size:12px;
	}
	.vlist .box dl{
		padding-bottom:5px;
	}
}
.vsingle{
	padding:50px 0 0 0;
}
.vsingle .pic{
	padding:0 0 30px 0;
}

.vsingle .pic img{
  min-width: 100%
}
.vsingle .pic img.salon{
  /*min-width: auto;*/
  max-width: 230px;
  width:50%;
  margin:0 auto;
}

.vsingle .tit{
	background:#d2d2d2;
	margin-bottom:20px;
	padding:6px 0;
}
.vsingle .tit h4{
	padding:0 2.5%;
	font-size:18px;
	color:#2a62ad;
	border-right:1px solid #2a62ad;
}
.vsingle .tit li{
	padding:3px 0 3px 20px;
	font-size:14px;
}

.vsingle .txt p{
	padding:0 0 20px 0;
}
.vsingle .txt{
	padding:0 0 20px 0;
}
.vsingle .froms{
	border:1px solid #a6937c;
	background:url(/import/tenant_1/153.126.177.122/html/images/voice/frame_01.png) -1px -1px no-repeat #fff;
	padding:28px 0 0 0;
	margin-bottom:30px;
}
.vsingle .froms .pic{
	float:right;
	padding:0 1.25% 0 0;
	width:18.37%;
}
.vsingle .froms .tbox{
	float:left;
	width:66.62%;
	padding:0 0 0 6.25%;
}

.vsingle .froms .tbox h4{
	font-size:24px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	color:#887c75;
	padding:0 0 10px 0;
}
.vsingle .froms .tbox p{
	padding:0 0 20px 0 ;
}

.vnav li{
	font-size:14px;
}
.vnav li+li:before{
	content:"|";
	display:inline-block !important;
	margin:0 1em;
	color:#c9c9c9;
}
.vnav li a{
	color:#c9c9c9;
}
.vnav li a img{
	vertical-align:middle;
	margin-top:-5px;
	margin-left:8px;
	margin-right:8px;
}
.vnav{
	padding-bottom:20px;
}
.back{
	text-align:center;
}
.back a{
	display:inline-block !important;
	background:#2a62ad;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:2px 15px;
	border-radius:5px;
}
.vsingle{
	padding-bottom:70px;
}
@media only screen and (max-width: 1024px){
	.vsingle .froms .tbox h4{
		font-size:20px;
	}
}
@media only screen and (max-width: 599px) {
	.vsingle .tit h4{
		border:none;
		width:100%;
		box-sizing:border-box;
	}
	.vsingle .froms .pic{
		float:none;
		width:auto;
		text-align:center;
		padding-left:2.5%;
		padding-right:2.5%;
		padding-bottom:20px;
	}
	.vsingle .froms .tbox{
		float:none;
		width:auto;
		padding-left:2.5%;
		padding-right:2.5%;
	}
}

/*blog*/

.postwrap #side{
	float:left;
	width:29.16%;
	padding-bottom:30px;
}
.postwrap #right{
	width:;
	float:right;
	width:66.66%;
}
.postwrap #side dl{
	background:#eeeeee;
	margin-bottom:20px;
	padding:3.57%;
}
.postwrap #side dt{
	background:url(/import/tenant_1/153.126.177.122/html/images/blog/sidebk.gif) right 0 no-repeat #a6937c;
	font-size:18px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	font-weight:bold;
	color:#fff;
	padding:5px 0 5px 10px;
}
.postwrap #side dd{
	padding:10px 0;
}
.postwrap #side dd a{
	display:block;
	border-left:3px solid #a6937c;
	padding:0 0 0 10px;
}
.postwrap #side dd+dd{
	border-top:1px solid #a0a0a0;
	
}

.bloglist .pic{
	float:right;
	width:39.06%;
	padding:0 0 20px 0;
}
.bloglist .box .tbox{
	float:left;
	width:57.81%;
}
.bloglist .box .tbox .otext img{
  display: none !important;
}

.bloglist .box{
	border-bottom:1px solid #a0a0a0;
	margin-bottom:30px;
	padding-bottom:5px;
}
.bloglist .box .tbox p{
	font-size:14px;
	padding:0 0 20px 0;
}
.bloglist .box .tbox p.more{
	text-align:right;
	/*margin-top:-20px;*/
}
.bloglist .box .tbox p.more a{
	color:#e64a89;
}
.bloglist .box .tbox p.more a img{
	vertical-align:middle;
	margin-top:-5px;
	margin-left:8px;
}
.bloglist .box .tbox .tit{
	margin-bottom:10px;
	border-bottom:1px solid #dcdcdc;
}
.bloglist .box .tbox .tit p{
	padding-bottom:10px;
}
.bloglist .box .tbox .tit h4{
	color:#2a62ad;
	font-size:18px;
	padding-bottom:10px;
	line-height:130%;
}
.bloglist .box .tbox .tit p.c .w{
	display:inline-block !important;
	padding:0 20px;
	background:#e64a89;
	color:#fff;
	font-weight:bold;
}
.bloglist{
	padding-bottom:20px;
}
.postwrap .pagenav{
	padding-bottom:70px;
}
@media only screen and (max-width: 1024px){
	.postwrap #side{
		float:none;
		width:auto;
	}
	.postwrap #right{
		float:none;
		width:auto;
		max-width:640px;
		margin-left:auto;
		margin-right:auto;
	}
}
@media only screen and (max-width: 599px) {
	.bloglist .pic{
		float:none;
		width:auto;
		text-align:center;
		width:80%;
		max-width: 300px;
		margin:0 auto;
	}
	.bloglist .box .tbox{
		float:none;
		width:auto;
	}
}

.single .tit{
	margin-bottom:10px;
	border-bottom:1px solid #dcdcdc;
}
.single .tit p{
	padding-bottom:10px;
}
.single .tit h4{
	color:#2a62ad;
	font-size:18px;
	padding-bottom:10px;
	line-height:130%;
}

.single .tit p.c .w{
	display:inline-block !important;
	padding:0 20px;
	background:#e64a89;
	color:#fff;
	font-weight:bold;
}
.single .txt p{
	padding:0 0 20px 0;
}
.single .txt{
	padding-bottom:15px;
}
.single{
	padding-bottom:70px;
}

.blog1 .wrap{
	width:45.31%;
	padding:1.56%;
	background:url(/import/tenant_1/153.126.177.122/html/images/blog/bk.gif) 0 -3px repeat;
	margin:0 3.14% 30px 0;
}
.blog1 .wrap:nth-child(2n+2){
	margin-right:0;
}
.blog1 h4{
	text-align:center;
	padding:10px 0;
	min-height:50px;
	line-height:140%;
	
}
.blog1 .wh{
	background:#fff;
	padding:10px;
}
.blog1 .box .pic{
	float:left;
	width:29.62%;
	padding:0 0 15px 0;
}
.blog1 .box dl{
	float:right;
	width:68.14%;
	padding:0 0 15px 0;
}
.blog1 .box dt{
	font-weight:bold;
	font-size:14px;
}
.blog1 .box dt a{
	text-decoration:underline;
	color:#2a62ad;
}
.blog1 .box dt+dd{
	font-size:10px;
}
.blog1 .box dd+dd{
	font-size:12px;
}
.blog1 .box+.box{
	border-top:1px solid #dcdcdc;
	padding-top:15px;
}
.blog1{
	padding-bottom:40px;
}
@media only screen and (max-width: 599px) {
	.blog1 .wrap{
		width:100%;
		box-sizing:border-box;
		margin-right:0;
	}
}
/*news*/
.newslist .tit {
    margin-bottom: 10px;
    /* border-bottom: 1px solid #dcdcdc; */
}
.newslist .tit p {
    padding-bottom: 10px;
}

.newslist .tit p.c .w {
    display: inline-block !important;
    padding: 0 20px;
    background: #5795e9;
    color: #fff;
    font-weight: bold;
}
.newslist .tit h4 {
    color: #2a62ad;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 130%;
}
.newslist p{
	padding:0 0 20px 0;
}
.newslist p.more {
    text-align: right;
    /*margin-top: -20px;*/
}
.newslist p.more a img {
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 8px;
}
.newslist p.more a{
	color:#5795e9;
}
.newslist .box{
	padding-bottom:5px;
	border-bottom:1px solid #a0a0a0;
	margin-bottom:30px;
}

.newslist .box .otext img{
  display: none important;
}

.news .single .tit p.c .w{
	background: #5795e9;
}

/*faq*/

.faq1{
	padding:60px 0 30px 0;
}
.faqnav li{
	width:32.29%;
	font-size:30px;
	padding:0 1.56% 15px 0;
}
.faqnav li:nth-child(3n+3){
	padding-right:0;
}
.faqnav li .tabbtn{
	display:block;
	text-align:center;
	background:#2a62ad;
	color:#fff;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	padding:10px 0 30px 0;
	position:relative;
}
.faqnav li .tabbtn:before{
	content:url(/import/tenant_1/153.126.177.122/html/images/arrow_bottom.png);
	position:absolute;
	bottom:16px;
	left:50%;
	line-height:1;
	font-size:1px;
}

.faqnav {
	padding-bottom:45px;
}

.faqlist{
	background:#fff;
	margin-bottom:30px;
	padding:0 3.12% 1px 3.12%;
}
.faqlist h3{
	text-align:center;
	font-size:30px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	color:#2a62ad;
	padding:18px 0 40px 0;
}
.faqlist h3:after{
	width:100%;
	max-width:370px;
	height:1px;
	background:#2a62ad;
	content:"";
	display:block;
	margin:0 auto;
}

.faqlist .box{
	border:1px solid #2a62ad;
	padding:10px;
	margin-bottom:20px;
}
.faqlist .box .a{
	margin-top:10px;
	background:#eee;
	position:relative;
}
.faqlist .box h4{
	position:relative;
	padding:0 0 0 40px;
	font-size:18px;
	font-weight:normal;
	font-weight:bold;
}
.faqlist .box h4 .q{
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	text-align:center;
	background:#2a62ad;
	font-family: "ACaslonPro-Semibold";
	color:#fff;
}
.faqlist .box .a{
	padding:10px 10px 10px 49px;
}
.faqlist .box h5{
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	text-align:center;
	background:#e64b88;
	font-family: "ACaslonPro-Semibold";
	color:#fff;
	line-height:30px;
}
.faqlist .box .more{
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
}
.faqlist .box .more a{
	display:inline-block !important;
	max-width:310px;
	width:100%;
	background:#2a62ad;
	color:#fff;
	font-size:20px;
	padding:12px 0;
	border-radius:5px;
	
}
.faqlist .box .more a img{
	vertical-align:middle;
	margin-right:0.5em;
	margin-top:-5px;
}
@media only screen and (max-width: 1024px){
	.faqlist .box .more a{
		font-size:16px;
	}
	.faqlist .box h4{
		font-size:16px;
	}
	.faqlist h3{
		font-size:20px;
	}
	.faqnav li a{
		font-size:18px;
	}
}
@media only screen and (max-width: 599px) {
	.faqnav li{
		width:48%;
		padding-left:1px;
		padding-right:1px !important;
	}
	.faq1{
	padding:30px 0 30px 0;
}
.faqnav{
  padding-bottom: 20px;
}
}

.faq2{
	background:#e7e9ec;
	padding:40px 0 40px 0;
}
.faq2 .wrap{
	background:url(/import/tenant_1/153.126.177.122/html/images/faq/line.jpg) 0 0 repeat;
	border:5px solid #fff;
	padding:5px;
}
.faq2 .wrap .in{
	background:#fff;
	padding:30px 3.12% 20px 3.12%;
}
.faq2 .wrap h3{
	text-align:center;
	font-size:30px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	line-height:140%;
	padding:0 0 25px 0;
	border-bottom:2px solid #cacaca;
	margin-bottom:24px;
}
.faq2 .wrap dl{
	/*width:42.7%;*/
	width:31%;
	margin:0 0% 20px 0;
	padding:0 1.77%;
	box-sizing:border-box;
}
.faq2 .wrap dl:nth-child(3n+3){
	margin-right:0;
}
.faq2 .wrap dt{
	text-align:center;
	padding:0 0 10px 0;
}
.faq2 .wrap dt strong{
	font-size:24px;
	color:#e30080;
}
.faq2 .wrap dl:nth-child(3n+3) dt strong{
	color:#2cc014;
}
.faq2 .wrap dl:nth-child(3n+1) dt strong{
	color:#2a62ad;
}

.faq2 .wrap dl dd a{
	display:block;
	background:#e50080;
	text-align:center;
	color:#fff;
	font-weight:bold;
  font-size: 16px;
	padding:10px 5px;
	box-shadow:0px 0px 11px 3px #c3006d inset;
	border-radius:5px;
}
.faq2 .wrap dl dd a .f{
	display:inline-block !important;
	background:#fff;
	width:49px;
	height:49px;
	font-size:18px;
	color:#e50080;
	line-height:49px;
	margin-right:10px;
	border-radius:50%;
}
.faq2 .wrap dl:nth-child(3n+3)  dd a{
	background:#2cc014;
	box-shadow:0px 0px 11px 3px #29b213 inset;
  font-size: 13px;
}
.faq2 .wrap dl:nth-child(3n+3)  dd a .f{
	color:#2bba13;
}

.faq2 .wrap dl:nth-child(3n+1)  dd a{
	background: #2a62ad;
  box-shadow: 0px 0px 11px 3px #133db2 inset;
  font-size: 16px;
}
.faq2 .wrap dl:nth-child(3n+1)  dd a .f{
	color:#2a62ad;
}


@media only screen and (max-width: 1024px){
	.faq2 .wrap h3{
		font-size:20px;
	}
	.faq2 .wrap dt strong{
		font-size:16px;
	}
	.faq2 .wrap dl dd a{
		font-size:16px;
	}
	.faq2 .wrap dl dd a .f{
		font-size:14px;
		width:35px;
		line-height:35px;
		height:35px;
	}
	.faq2 .wrap dl{
		width:50%;
		margin-left:0%;
		margin-right:0% !important; 
	}
}
@media only screen and (max-width: 599px) {
	.faq2 .wrap dl{
		width:100%;
	}
}

/*type*/

.type1{
	padding:50px 0 50px 0;
}
.type1 .wrap{
	background:#fff;
	margin-bottom:20px;
	padding:30px 3.12%;
}
.type1 .wrap h3{
	padding: 5px 0 30px 50px;
	font-size:20px;
	font-weight:normal;
	color:#2a62ad;
	position:relative;
}
.type1 .wrap h3 .q{
	width:40px;
	height:40px;
	line-height:40px;
	color:#fff;
	position:absolute;
	text-align:center;
	background:#2a62ad;
	top:0;
	left:0;
}
.type1 li{
	width:32.22%;
	padding:0 1.67% 0 0;
}
.type1 li a{
	display:block;
	text-align:center;
	border:#2a62ad 2px solid;
	font-size:24px;
	color:#2a62ad;
	padding:30px 0;
}
.type1 li:nth-child(3n+3){
	padding-right:0;
}
.type1 li a:hover{
	background:#2a62ad;
	color:#fff;
	opacity:1;
}
@media only screen and (max-width: 1024px){
	.type1 .wrap h3{
		font-size:16px;
	}
	.type1 li a{
		font-size:16px;
	}
}
@media only screen and (max-width: 599px) {
	.type1 li{
		width:100%;
		padding-right:0;
		padding-bottom:10px;
	}
}

/*result*/

.result1{
	padding:50px 0 70px 0;
}
.result1 .w96{
	background:#fff;
	box-sizing:border-box;
	padding:20px 3.12% 10px 3.12%;
}
.result1 h3{
	text-align:center;
	color:#06358c;
	padding:0 0 20px 0;
	font-size:32px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
}
.result1 h3 .s{
	display:block;
	font-size:20px;
	color:#444;
	line-height:130%;
}

.result1 .txt p{
	padding:0 0 20px 0;
}
.result1 .txt{
	padding:0 0 10px 0;
}
.result1 h4{
    text-align: center;
    font-size: 24px;
    color: #2a62ad;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    border-top: 1px solid #2a62ad;
    border-bottom: 1px solid #2a62ad;
    padding: 10px 0;
    margin-bottom: 25px;
}
.result1 .pic{
	float:right;
	width:38.11%;
	padding:0 0 20px 0;
}
.result1 .tbox{
	float:left;
	width:57.77%;
}
.result1 .tbox p{
	padding:0 0 20px 0;
}
@media only screen and (max-width: 1024px){
	.result1 h4{
		font-size:20px;
	}
	.result1 h3{
		font-size:20px;
	}
	.result1 h3 .s{
		font-size:16px;
	}
}
@media only screen and (max-width: 599px) {
	.result1 .pic{
		float:none;
		width:auto;
		text-align:center;
	}
	.result1 .tbox{
		float:none;
		width:auto;
	}
}
/*contact*/
.contact1{
	padding:60px 0 70px 0;
}
.contact1 h3{

    text-align: center;
    font-size: 30px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    color: #2a62ad;
    padding: 18px 0 40px 0;

}
.contact1 h3:after {

    width: 100%;
    max-width: 370px;
    height: 1px;
    background: #2a62ad;
    content: "";
    display: block;
    margin: 0 auto;

}
.contact1 .formwrap{
    background: #fff;
    margin-bottom: 30px;
    padding: 0 3.12% 30px 3.12%;

}
.contact1 .js-tab_content{
  display: none;
}


.contact1 .js-tab_content.st{
  display: block;
}

[data-element-id].contact1 .js-tab_content{
  display: block;
}

.contact1 .table{
	max-width:760px;
	margin:0 auto;
	padding-bottom:25px;
}
.contact1 .table dl{
	padding:15px 0;
}
.contact1 .table dl+dl{
	border-top:1px solid #c9c9c9;
}

.contact1 .table dt{
	width:23.68%;
	position:relative;
	color:#2a62ad;
	font-weight:bold;
	margin:0 5.26% 0 0;
}
.contact1 .table dt strong{
	display:inline-block !important;
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	background:#b08f5e;
	padding:0 5px;
	line-height:160%;
}
.contact1 .table dd{
	width:71.05%;
}
.contact1 .table .size2{
	max-width:220px;
	background:#bcd2ef;
	border:none;
	padding:5px;
	box-sizing:border-box;
	width:50%;
}
.contact1 .table .size1{
	background:#bcd2ef;
	border:none;
	padding:5px;
	box-sizing:border-box;
	width:100%;
}
.contact1 .table dd select{
	background:#bcd2ef;
	border:none;
	padding:5px;
	font-size:16px;
	font-family:"游ゴシック",YuGothic,"メイリオ",Meiryo,"メイリオ",Meiryo,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,'ＭＳ Ｐゴシック',sans-serif;
}

.contact1 .table dd label input,.contact1 .table dd label select{
	margin-right:0.5em;
}
.contact1 .table dd label{
	/*padding-right:1em;*/
	padding-right:0;
}
.contact1 .table dd label:last-child{
	padding-right:0;
}
.contact1 .table dd label:last-child input{
	margin-right:0;
}
.contact1 .table dd .em{
	display:inline-block !important;
	width:2em;
	text-align:right;
	margin-right:5px;
}
.contact1 .table textarea{
	background:#bcd2ef;
	border:none;
	padding:5px;
	box-sizing:border-box;
	width:100%;
	height:200px;
	font-family:"游ゴシック",YuGothic,"メイリオ",Meiryo,"メイリオ",Meiryo,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,'ＭＳ Ｐゴシック',sans-serif;
}
.contact1 .formbtn input,.formbtn .form-submit-btn,.formbtn .input-confirm-form-back-btn,.formbtn .input-confirm-form-submit-btn,.back_btn .back{
	width:100%;
	background:#2a62ad;
	border:none;
	font-size:20px;
	color:#fff;
	padding:10px 0;
	border-radius:5px;
	-webkit-appearance: none;

}
.contact1 .formbtn li{
	max-width:210px;
	width:48%;
	padding:0 1% 20px 1%;
}
.back_btn{
	max-width:210px;
	width:48%;
	padding:0 1% 20px 1%;
	margin: 30px auto 0;
}
.back_box{
  text-align: center;
}


.contact1 dd ul li strong{
	display:block;
	font-size:14px;
}
.contact1 dd ul li+li{
	margin-top:10px;
}
.contact1 dd ul li select{
	padding:0 15px;
}
.contact1 dd ul li select+select{
	margin-left:30px;
}
.contact1 dt .clear{
	display:block;
	color:#e4007f;
	font-size:14px;
	font-weight:normal;
}
.contact1 .table dd label:last-child input[type="radio"]{
	margin-right:0.5em;
}
@media only screen and (max-width: 1024px){
	.contact1 .table dt{
		width:100%;
		padding-bottom:15px;
	}
	.contact1 .table dt strong{
		float:none;
		margin-left:1em;
	}
	.contact1 .table dd{
		width:100%;
	}
	.contact1 .table .size2{
		width:100%;
	}
	.contact1 .table .em+ .size2{
		width:30%;
	}
	.contact1 .table dd label select{
		margin-right:2px;
	}
	.contact1 .formbtn input{
		/*font-size:16px;*/
	}
	.contact1 h3{
		font-size:20px;
	}
	.contact1 .table dd select{
		font-size:14px;
	}
}

/*matching*/

.matching1{
	padding:50px 0 70px 0;
}

.matchingnav li{
	max-width:230px;
	margin:0 0.62% 10px 0.62%;
	width:32.085%;
	background:#535353;
	box-sizing:border-box;
	padding:3px;
	font-size:20px;
	color:#fff;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	-webkit-clip-path: polygon(0% 0%, 92% 0, 100% 50%, 92% 100%, 0% 100%);
clip-path: polygon(0% 0%, 92% 0, 100% 50%, 92% 100%, 0% 100%);
}
.matchingnav li:nth-child(3){
	-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
}
.matchingnav li.st{
	background:#2a62ad;
}
.matchingnav{
	padding-bottom:45px;
}
.matching1 .wrap{
	background:#fff;
	padding:0 3.12% 20px 3.12%;
	margin-bottom:40px;
}

.matching1 h3{
    text-align: center;
    font-size: 30px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    color: #2a62ad;
    padding: 18px 0 40px 0;
}
.matching1 h3 .w{
	display:inline-block;
	border-bottom:1px solid #2a62ad;
}
.matching1 h3+p{
	text-align:center;
	padding:0 0 20px 0;
}
.matching1 h3+p img{
	vertical-align:middle;
	margin-right:0.5em;
	margin-top:-5px;
}
.matching1 dl{
	padding:20px 0;
}
.matching1 dl+dl{
	border-top:1px solid #c9c9c9;
}
.matching1 dt{
	width:30%;
	font-weight:bold;
}
.matching1 dt img{
	vertical-align:middle;
	margin-right:0.5em;
	margin-top:-5px;
}
.matching1 dd{
	width:70%;
}


.matching1 dd .form_comment{
  display: block;
  padding-top: 10px;
  font-size: 12px;
}
.matching1 .s1{
	display:inline-block !important;
	width:120px;
	box-sizing:border-box;
	border:1px solid #2a62ad;
	text-align:center;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px 0;
	color:#2a62ad;
}
.matching1 label input[type="radio"]{
	display:none;
}
.matching1 input[type="radio"]{
  	display:none;
}
.matching1 input[type="checkbox"]{
  	display:none;
}
.matching1 input:checked+ .s1{
	background:#2a62ad;
	color:#fff;
}

.matching1 dd input[type="text"],.matching1 dd select{
	border:1px solid #2a62ad;
	box-sizing:border-box;
	padding:5px;
}
.matching1 dd li{
	width:50%;
}
.matching1 dd li input{
	display:inline-block !important;
	margin-right:0.5em;
	margin-left:1em;
}
.matching1 dd .size2{
	width:100px;
	margin-right:0.5em;
}
.matching1 dd select{
	min-width:240px;
}
.matching1 dd select.sel2{
	min-width:100px;
	margin-right:0.5em;
}
.matching1 #zip{
	max-width:170px;
	margin-right:0.5em;
}
.matching1 dd .y{
	margin-right:0.5em;
}
.matching1 .formbtn{
	padding-top:20px;
}
.matching1 .formbtn li{
	max-width:210px;
	width:48%;
	padding:0 1%;
}
.matching1 .formbtn input{
	width:100%;
	background:#e4007f;
	box-shadow: 0px 0px 11px 3px #c3006d inset;
	border:none;
	text-align:center;
	color:#fff;
	font-size:20px;
	padding:10px 0;
	border-radius:5px;
}
@media only screen and (max-width: 1024px){
	.matching1 h3{
		font-size:20px;
	}
	.matchingnav li{
		font-size:14px;
	}
	.matching1 dt{
		width:100%;
		padding-bottom:15px;
	}
	.matching1 dd{
		width:100%;
	}
	.matching1 .formbtn input{
		font-size:16px;
		font-weight:bold;
	}
}
@media only screen and (max-width: 599px) {
	.matching1 dd li{
		width:100%;
		padding-bottom:10px;
	}
	.matching1 dd .size2{
		width:4em;
	}
}

/*home*/

.mainimg{
	background:url(/import/tenant_1/153.126.177.122/html/images/grybk.gif) 0 0 repeat;
}

.mainimg .w96{
	background:#fff;
}
.mainimg .w106{
	background:#fff;
}
.mainimg .w120{
	background:#fff;
}
.mainimg .pic{
	float:right;
	width:50%;
}
.mainimg .pic .w{
	display:inline-block !important;
	width:150.83%;
	margin-left:-50.82%;
	position:relative;
}
.mainimg .pic .w:before{
	content:"";
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
width:150px;
height:100%;
top:0;
left:0;
z-index:1;
position:absolute;
}
.mainimg .tbox{
	float:left;
	width:39.58%;
	padding:60px 0 0 2.08%;
	position:relative;
	z-index:2;
	box-sizing:border-box;
	max-width:380px;
}
.mainimg .tbox h2{
	font-size:33px;
	color:#06358c;
	padding:0 0 15px 0;
}
.mainimg h2 strong{
	font-size:42px;
}
.mainimg .tbox p{
	text-align:center;
	font-size:14px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	padding:0 0 40px 0;
}
.mainimg .tbox li a{
    display: block;
    background: #e50080;
    /*text-align: center;*/
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
    box-shadow: 0px 0px 11px 3px #c3006d inset;
    border-radius: 5px;
    padding-left: 10px;
}
.mainimg .tbox li a .f {
    display: inline-block !important;
    background: #fff;
    text-align: center;
    width: 49px;
    height: 49px;
    font-size: 18px;
    color: #e50080;
    line-height: 49px;
    margin-right: 10px;
    border-radius: 50%;
}
.mainimg .tbox li{
	padding-bottom:13px;
}
.mainimg .tbox li:nth-child(3n+2) a{
    background: #2cc014;
    box-shadow: 0px 0px 11px 3px #29b213 inset;
}

.mainimg .tbox li:nth-child(3n+3) a{
  background: #2a62ad;
  box-shadow: 0px 0px 11px 3px #133db2 inset;
}


.mainimg .tbox li:nth-child(3n+2) a .f {
	color:#2bba13;
}

.mainimg .tbox li:nth-child(3n+3) a .f {
	color:#2a62ad;
}
@media only screen and (max-width: 1024px){
	.mainimg .w96{
		width:100%;
	}
		.mainimg .w106{
		width:100%;
	}
			.mainimg .w120{
		width:100%;
	}
	.mainimg .tbox h2{
		font-size:20px;
		text-align:center;
	}
	.mainimg h2 strong{
		font-size:30px;
	}
	.mainimg .tbox li a{
    font-size: 16px;
	}
	.mainimg .tbox li a .f {
    font-size: 14px;
    width: 35px;
    line-height: 35px;
    height: 35px;
	}
	.mainimg .tbox{
		/*width:50%;*/
		width:38%;
	}
}
@media only screen and (max-width: 599px) {
  .mainimg .tbox{
		width:50%;
	}	
	.mainimg .tbox{
		width:80%;
		/* padding-right:2.08%; */
		margin: 0 10%;
	}
	.mainimg{
		position:relative;
	}
	.mainimg .pic{
		position:absolute;
		top:0;
		right:0;
	}
	.mainimg .tbox h2,.mainimg .tbox p{
		text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	}
	.mainimg .tbox p{
		padding-bottom:20px;
	}
}


.home1 a:nth-child(2n+2){
	margin-right:0;
}
.home1 a{
	box-sizing:border-box;
	width:47.91%;
	margin:0 4.18% 20px 0;
	display:block;
	border:#2353a1 2px solid;
	position:relative;
	overflow: hidden;
}
.home1 a > span{
  display: block;
}

.home1{
	padding:45px 0 20px 0;
}
.home1 a:nth-child(2) {
	border-color:#528b00;
	background:#ebf0f3;
}
.home1 .w{
	position:absolute;
	right:0;
	top:0;
	width:64.34%;
	box-sizing:border-box;
	padding:25px 2.5% 0 2.5%;
	text-align:center;
	z-index: 2;
}
.home1 strong{
	display:block;
	font-size:28px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	padding-bottom:13px;
}
.home1 strong .c{
	font-size:36px;
	color:#2353a1;
	font-weight:bold;
}
.home1 .t{
	display:block;
	font-size:14px;
	line-height:150%;
	padding:0 0 14px 0;
}
.home1 .pic .p{
	/*display:inline-block !important;*/
   display:block !important;
	position:relative;
	width: 100%;
	text-align: left;
}
.home1 .pic .p img{
  transform: translateX(0%) !important;
  left: 0% !important;
}
.home1 .pic .p:before{
	content:"";
	width:100px;
	height:100%;
	right: 41%;
/*	transform: translateX(-41%) !important;*/
	z-index: 1;
	position:absolute;
	top:0;
	background: -moz-linear-gradient(left, rgba(235,240,243,0) 0%, rgba(235,240,243,1) 100%);
background: -webkit-linear-gradient(left, rgba(235,240,243,0) 0%,rgba(235,240,243,1) 100%);
background: linear-gradient(to right, rgba(235,240,243,0) 0%,rgba(235,240,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ebf0f3', endColorstr='#ebf0f3',GradientType=1 );
}

.home1 a:nth-child(2) strong .c{
	color:#528b00;
}
@media only screen and (max-width: 1024px){
	.home1 strong{
		font-size:18px;
	}
	.home1 strong .c{
		font-size:24px;
	}
	.home1 a:nth-child(2) strong{
		text-shadow:0 0 5px #ebf0f3,0 0 5px #ebf0f3,0 0 5px #ebf0f3,0 0 5px #ebf0f3,0 0 5px #ebf0f3,0 0 5px #ebf0f3;
	}
	.home1 .t{
		font-size:12px;
	}
		.home1 a{
		width:100%;
		margin-right:0;
		max-width:550px;
		margin:0 auto !important;
		margin-bottom: 30px !important;
	}
.home1 a:nth-child(2n+2){
	  margin-right: auto;
	}
	
}
@media only screen and (max-width: 599px) {
	.home1 a{
		width:100%;
		margin-right:0;
	}
	.home1 .w{
		padding-top:10px;
		width: 80%;
	}
	.home1 .w strong{
		padding-bottom:5px;
		
	}
}

.home-about{
	background:url(/import/tenant_1/153.126.177.122/html/images/blog/bk.gif) 0 0 repeat;
	padding:35px 0 40px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.h3h{
	max-width:800px;
	margin:0 auto;
	text-align:center;
	font-size:32px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	background-image:url(/import/tenant_1/153.126.177.122/html/images/top/icon_01.png), url(/import/tenant_1/153.126.177.122/html/images/top/icon_01.png);
	background-position:0 45px, right 45px;
	background-repeat:no-repeat;
}
.h3h .e{
	display:block;
	font-size: 24px;
	display: block;
	line-height: 1;
	font-family: "ACaslonPro-Semibold";
	padding-bottom:10px;
	
}
.h3h strong{
	font-size:40px;
	color:#06358c;
}

.h3h+ p{
	text-align:center;
	font-size:20px;
}

.home-about h3+p{
	padding-bottom:55px;
}

.home-about dl{
	width:30.2%;
	padding:0 4.7% 40px 0;
}

.home-about .hmore{
	text-align:center;
}
.hmore a{
	display:inline-block !important;
	max-width:317px;
	width:100%;
	text-align:center;
	font-size:20px;
	color:#fff;
	background:#2a62ad;
	font-weight:bold;
	padding:14px 0.25%;
	border-radius:5px;
}
.home-about dl:nth-child(3n+3){
	padding-right:0;
}
.home-about dt{
	color:#2353a1;
	font-size:28px;
	font-family: "ACaslonPro-Semibold";
	line-height:1;
	margin-bottom:-25px;
	position:relative;
	z-index:1;
}
.home-about dt strong{
	font-size:48px;
	line-height:1;
}
.home-about dd .trimmingInner{
	border:2px solid #cbcbcd;
}
.home-about dd+dd{
	text-align:center;
	padding-top:10px;
}
@media only screen and (max-width: 1024px){
	.h3h strong{
		font-size:24px;
	}
	.h3h{
		font-size:18px;
		background-position:0 bottom, right bottom;
		margin-bottom:15px;
	}
	.h3h +p{
		font-size:14px;
	}
	.home-about dt strong{
		font-size:25px;
	}
	.home-about dt{
		font-size:16px;
		margin-bottom:-15px;
	}
}
@media only screen and (max-width: 599px) {
	.h3h{
		background:none;
	}
	.home-about dl{
		width:48%;
		padding-right:1%;
		padding-left:1%;
	}
}

.home-test{
	padding:30px 0 40px 0;
}
.hmore a img{
	margin-right:12px;
}
.hmore {
	text-align:center;
}
.home-test dd{
	text-align:center;
}
.home-test h3 + p{
	padding-bottom:40px;
}
.home-test li{
	background:#f3faff;
	width:85.93%;
	height:0;
	padding-bottom:85.93%;
	text-align:center;
	font-size:18px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	font-weight:bold;
	position:relative;
	border-radius:100%;
	margin-bottom:-80px;
	float:right;
}
.home-test li+li{
	width:61.25%;
	height:0;
	padding-bottom:61.25%;
	margin-bottom:0;
	float:left;
	
}
.home-test li+li:before{
	content:url(/import/tenant_1/153.126.177.122/html/images/top/mk1.png);
	 right:-110px;
	 top:65px;
	 position:absolute;
}
.home-test li .w{
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.home-test ul{
	width:33.33%;
	position:absolute;
	top:0;
	left:0;
}
.home-test div.clearfix{
	position:relative;
}
.home-test ul+ul{
	right:0;
	left:auto;
}

.home-test ul+ul li{
	float:left;

}
.home-test ul+ul li:nth-child(2){
	float:right;
}
.home-test ul+ul li:nth-child(2):before{
	content:url(/import/tenant_1/153.126.177.122/html/images/top/mk2.png);
	right:auto;
	left:-110px;
}
@media only screen and (max-width: 1024px){
	.home-test li{
		font-size:14px;
		margin-bottom:-10px;
	}
}
@media only screen and (max-width: 599px) {
	.home-test ul{
		position:relative;
		top:auto;
		left:auto;
		width:auto;
		max-width:250px;
		margin-left:auto;
		margin-right:auto;
	}
}

.home-cont{
	background:url(/import/tenant_1/153.126.177.122/html/images/top/cont2.gif) center top no-repeat #eaf3ff;
}
.home-test+.home-cont{
	background-image:url(/import/tenant_1/153.126.177.122/html/images/top/cont1.gif);
}
.home-cont .inner{
	max-width:786px;
	width:95%;
	margin:0 auto;
	padding:35px 0 0 0;
}

.home-cont h3{
	text-align:center;
	font-size:36px;
	padding-bottom:20px;
}
.home-cont h3 .w{
	display:inline-block !important;
	padding:0 60px;
	background-image:url(/import/tenant_1/153.126.177.122/html/images/top/line_left.png), url(/import/tenant_1/153.126.177.122/html/images/top/line_right.png);
	background-position:0 0 , right 0;
	background-repeat:no-repeat;
}
.home-cont li a{
    display: block;
    background: #e50080;
    text-align: center;
    color: #fff;
    font-weight: bold;
　　font-size: 18px;
    padding: 10px 5px;
    box-shadow: 0px 0px 11px 3px #c3006d inset;
    border-radius: 5px;
}
.home-cont li a .f {
    display: inline-block !important;
    background: #fff;
    width: 49px;
    height: 49px;
    font-size: 18px;
    color: #e50080;
    line-height: 49px;
    margin-right: 10px;
    border-radius: 50%;
}
.home-cont li{
	/*width:48.09%;*/
	width:31%;
	padding:0 2.2% 25px 0;
}
.home-cont li:nth-child(3n+3){
	padding-right:0;
}
.home-cont li:nth-child(3n+3) a {
    background: #2cc014;
    box-shadow: 0px 0px 11px 3px #29b213 inset;
    font-size: 14px;

}
.home-cont li:nth-child(3n+3) a .f {
    color: #2bba13;
}
.home-cont li:nth-child(3n+1) a {
    background: #2a62ad;
    box-shadow: 0px 0px 11px 3px #133db2 inset;
}
.home-cont li:nth-child(3n+1) a .f {
    color: #2a62ad;
}



@media only screen and (max-width: 1024px){
	.home-cont li a{
		font-size:16px;
	}
	.home-cont h3{
		font-size:20px;
	}
	.home-cont li a .f {
    font-size: 14px;
    width: 35px;
    line-height: 35px;
    height: 35px;
	}
}
@media only screen and (max-width: 599px) {
	.home-cont li{
		width:100%;
		padding-right:0;
	}
	.home-cont h3 .w{
		background:none;
		padding-left:0;
		padding-right:0;
	}
	.home-cont li a{
	  text-align: left;
	}
	.home-cont li a .f{
	  margin-left:20%;
	  text-align: center;
	}
	
}

.home-select{
	background:#f7f7f9;
	padding: 37px 0 0 0;
}
.home-select .w96{
	padding-bottom:1px;
}
.home-select h3{
	text-align:center;
	background:#b08f5e;
	color:#fff;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	border-top:3px solid #b08f5e;
	border-bottom:3px solid #b08f5e;
	margin-bottom:25px;
	font-size:36px;
}
.home-select h3 .w{
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	display:block;
	padding:10px 0;
}

.home-select .pic{
	float:left;
	width:46.87%;
	position:relative;
}
.home-select .box{
	background:#fff;
	margin-bottom:25px;
}
.home-select .tbox{
	/*box-sizing:border-box;*/
	border:1px solid ;
	width:42%;
	margin:30px 3.12% 0 0;
	float:right;
	padding:20px 2.5% 20px 2.5%;
	text-align:center;
	/*min-height:200px;*/
}
.home-select .tbox h4{
	font-size:36px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	padding:0 0 10px 0;
}
.home-select .tbox p{
	font-weight:bold;
	font-size:20px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	color:#595656;
	margin-bottom: 12px;
}
.home-select .tbox p strong{
	font-size:30px;
	color:#b60005;
}
.home-select .pic .n{
	position:absolute;
	width:90px;
	height:90px;
	box-sizing:border-box;
	text-align:center;
	color:#fff;
	background:#e50080;
	font-family: "ACaslonPro-Semibold";
	font-size:28px;
	padding:20px 0 0 0;
	z-index: 1;
}
.home-select .pic .n strong{
	display:block;
	font-size:36px;
	padding-top:10px;
}
@media only screen and (max-width: 1024px){
	.home-select h3{
		font-size:20px;
	}
	.home-select .pic .n{
		font-size:14px;
		line-height:1;
		padding-top:10px;
		width:60px;
		height:60px;
	}
	.home-select .pic .n strong{
		font-size:20px;
		line-height:1;
	}
	.home-select .tbox h4{
		font-size:20px;
	}
	.home-select .tbox p{
		font-size:14px;
	}
	.home-select .tbox p strong{
		font-size:18px;
	}
}
@media only screen and (max-width: 599px) {
	.home-select .pic{
		float:none;
		width:auto;
	}
	.home-select .pic img{
		width:100%;
	}
	.home-select .tbox{
		float:none;
		width:auto;
		margin-left:3.12%;
	}
	.home-select .box{
		padding-bottom:20px;
	}
	.home-select .tbox{
	  min-height: auto;
	}
}

.home-mach{
	padding:35px 0 40px 0;
}
.home-mach h3{
	margin-bottom:25px;
}
.home-mach h3+dl dt{
	text-align:center;
	font-size:20px;
	color:#595656;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	font-weight:bold;
	padding:0 0 20px 0;
}
.home-mach h3+dl dt strong{
	color:#b60005;
	font-size:29px;
}
.home-mach h3+dl dd{
	text-align:center;
	font-size:18px;
}
.home-mach h3+dl{
	padding-bottom:25px;
}
.home-mach h4 {
    text-align: center;
    background: #b08f5e;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    border-top: 3px solid #b08f5e;
    border-bottom: 3px solid #b08f5e;
    margin-bottom: 50px;
    font-size: 36px;
}
.home-mach h4 .w {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    display: block;
    padding: 10px 0;
}
.home-mach h4 .s{
	font-size:17px;
	padding-left:1em;
	vertical-align:middle;
	display:inline-block !important;
}
.home-mach .flex{
	padding-bottom:10px;
}
.home-mach .flex dl{
	width:28.64%;
	border:1px solid #ededed;
	position:relative;
	box-sizing:border-box;
	margin:0 0 20px 0;
}
.home-mach .flex dd{
	text-align:center;
	
}
.home-mach .flex dd .s{
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:50px;
	background:#e50080;
	text-align:center;
	color:#fff;
	font-family: "ACaslonPro-Semibold";
	z-index: 1;
}
.home-mach .flex dd .s strong{
	display:block;
	line-height:1;
	font-size:19px;
}
.home-mach .flex dt{
	text-align:center;
	padding:4px 0;
}
.home-mach .flex dl+dl{
	margin-left:7.04%;
}
.home-mach .flex dl+dl:before{
	content:url(/import/tenant_1/153.126.177.122/html/images/top/step.gif);
	position:absolute;
	top:50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	left:-15%;
}
@media only screen and (max-width: 1024px){
	.home-mach h4{
		font-size:20px;
	}
	.home-mach h4 .s{
		font-size:12px;
	}
	.home-mach h3 + dl dt strong{
		font-size:20px;
	}
	.home-mach h3 + dl dt{
		font-size:16px;
	}
	.home-mach h3 + dl dd{
		font-size:12px;
	}
}
@media only screen and (max-width: 599px) {
.home-mach .flex dl{
	width:100%;
}
.home-mach .flex dl+dl:before{
	left:-20px;
}
.home-mach .flex dl+dl:before{
display: none;
}
.home-mach .flex dl+dl{
  margin-left:0;
}
}

.home-voice{
	padding:35px 0 40px 0;
	position:relative;
	overflow:hidden;
}
.home-voice .bk{
	position:absolute;
	top:0;
	right:0;
}
.home-voice .w96{
	position:relative;
	z-index:1;
}
.home-voice h3{
	margin-bottom:30px;
}

.home-voice dl{
	box-sizing:border-box;
	width:23.33%;
	border:#2454a1 2px solid;
	background:#fff;
	padding:0.41%;
	margin:0 2.22% 20px 0;
	box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.3);
}
.home-voice dl:nth-child(4n+4){
	margin-right:0;
}
.home-voice dd{
	text-align:center;
}
.home-voice dt{
	text-align:center;
	padding:20px 0 5px 0;
	color:#2353a1;
	font-weight:bold;
}
.home-voice dt+dd{
	font-size:14px;
	padding:0 0 20px 0;
}
.home-voice .hmore{
	padding-top:15px;
}
@media only screen and (max-width: 599px) {
	.home-voice dl{
		width:48%;
		margin-left:1%;
		margin-right:1% !important;
	}
}

.home-post{
	padding:35px 0 0 0;
}
.home-post h3{
	margin-bottom:25px;
}
.home-post .wrap{
	width:44.79%;
	padding:0 10.42% 40px 0;
}
.home-post .wrap:nth-child(2n+2){
	padding-right:0;
}
.home-post .wrap h4{
	font-size:22px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	border-bottom:1px solid #595959;
	padding-bottom:10px;
}
.home-post .wrap dl{
	padding:16px 0;
}
.home-post .wrap dl+dl{
	border-top:1px solid #f1f1f1;
}
.home-post .wrap dt{
	font-size:14px;
}

.home-post .more a{
	max-width:180px;
	background:#2a62ad;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	display:inline-block !important;
	width:100%;
	text-align:center;
	border-radius:5px;
}
.home-post .more a img{
	vertical-align:middle;
	margin-right:1.5em;
	margin-left:-1em;
}
.home-post .more{
	text-align:center;
	padding:10px 0 0 0;
}
.home-post .wrap dt .n{
	display:inline-block !important;
	float:right;
	font-style:italic;
	background:#eb6100;
	padding:0 5px;
	color:#fff;
	border-radius:3px;
	line-height:140%;
}
@media only screen and (max-width: 599px) {
	.home-post .wrap{
		width:100%;
		padding-right:0;
	}
	.home-post .more a{
	 font-size: 20px;
	 min-height: 53px;
	 line-height: 53px;
	}
}

.home-insta{
	background:#f7f7f9;
	padding:30px 0 20px 0;
}
.home-insta h3{
	margin-bottom:25px;
}
.home-insta h3+p{
	padding-bottom:40px;
}

.home-insta ul.flex_c li{
	width:11.09% !important;
	padding:0 1.61% 20px 0;
	margin-bottom: 20px;
}
.home-insta ul.flex_c li:nth-child(8n+8){
	padding-right:0;
}
@media only screen and (max-width: 1024px){
	.home-insta ul.flex_c li{
    width:24% !important;
		padding-right:1.33%;
	}
	.home-insta ul.flex_c li img{
		width:100%;
		height:auto;
	}
	.home-insta ul.flex_c li:nth-child(4n+4){
		padding-right:0;
}
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
     /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;*/
   font-family:"游ゴシック",YuGothic,"メイリオ",Meiryo,"メイリオ",Meiryo,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 160%;
    color: #1d1d1d;
    font-weight:bold;
}

/*フォント系*/

h2 {
    font-size: 45px;
    font-weight:bold;
}

h3 {
    font-size: 38px;
    font-weight:bold;
}

.fs-18 {
    font-size: 18px;
    font-weight:bold;
}

.fs-20 {
    font-size: 20px;
    font-weight:bold;
}

.fs-22 {
    font-size: 22px;
    font-weight:bold;
}

.fs-24 {
    font-size: 24px;
    font-weight:bold;
}

.fs-26 {
    font-size: 26px;
    font-weight:bold;
}

.fs-28 {
    font-size: 28px;
    font-weight:bold;
}

.fs-30 {
    font-size: 30px;
    font-weight:bold;
}

.fs-32 {
    font-size: 32px;
    font-weight:bold;
}

.fs-34 {
    font-size: 34px;
    font-weight:bold;
}

.fs-36 {
    font-size: 36px;
    font-weight:bold;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
    font-weight:bold;
}

.blue {
    color: blue;
    font-weight:bold;
}

.white {
    color: #fff;
    font-weight:bold;
}

/*会社概要*/
.shopInfo {
    width:100%;
}
.shopInfo .comDl:nth-of-type(1) {
    border-top: 1px solid #c3c3c3;
}
.shopInfo .comDl {
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #c3c3c3;
}

.shopInfo .comDl dt {
    width: 30%;
    padding: 10px 0px 10px 20px;
}
.shopInfo .comDl dt,.shopInfo .comDl dd {
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
}
.shopInfo .comDl dt::after {
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-top: 2px solid #de2d90;
    border-right: 2px solid #de2d90;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.shopInfo .comDl dd {
    padding: 10px 0px 10px 20px;
}
.shopInfo .comDl dt,.shopInfo .comDl dd {
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
}


#footer .bnr1{
	background:#fff;
	width:56.04%;
	padding:12px 1.26% 12px 1.26%;
	box-sizing:border-box;
	border-radius:10px;
	margin-bottom:20px;
}
