@charset "utf-8";
/* CSS Document */

/* 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,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 160%;
    color: #222;
}

/*フォント系*/

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;
}

/*クリアフィックス*/

.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:  #222;
}

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%以上で縦長*/
}


.trimming.pt67:after {
    display: block;
    content: "";
    padding-top: 67%;
    /*67%にカット*/
}

.trimming.pt52:after {
    display: block;
    content: "";
    padding-top: 52%;
    /*52%にカット*/
}
.trimming.pt54:after {
    display: block;
    content: "";
    padding-top: 54%;
    /*54%にカット*/
}


.trimming.pt102:after {
    display: block;
    content: "";
    padding-top: 102%;
    /*102%にカット*/
}

.trimming.pt114:after {
    display: block;
    content: "";
    padding-top: 114%;
    /*114%にカット*/
}
.trimming.pt134:after {
    display: block;
    content: "";
    padding-top: 134%;
    /*134%にカット*/
}




.object-fit-img {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
}


/*フレックス*/

.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%;
    }
}


#wrapper{
	max-width:100%;
	overflow:hidden;
}

#header{
	position:fixed;
	width:100%;
	height:auto;
	background:rgba(0,0,0,0.5);
	z-index:100;
}

#header .inner{
	max-width:1100px;
	margin:0 auto;
	position:relative;
	width:95%;
}
#header h1{
	text-indent:-9999px;
	font-size:1px;
	line-height:1;
	height:1px;
	margin-top:-1px;
}
#header ul.clearfix{
	padding:20px 0;
}
#header ul.clearfix li{
	display:inline-block !important;
	padding:0 0 0 26px;
}
#header .logo{
	position:absolute;
	left:0;
	top:10px;
}
#header.fixed .logo{
	max-width:100px;
}
#gnav{
	float:right;
	text-align:right;
}
#gnav p{
	display:none;
}
#gnav li{
	font-size:14px;
}
#gnav li a{
	color:#fff;
}
#gnav .c2{
	position:fixed;
	top:62px;
	right:0;
}

#gnav .c2 li{
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
	padding:0 0 5px 0;
	min-height:200px;
/*   height:220px; */
}
#gnav .c2 li a{
	display:block;
	color:#fff;
	background:#1970b8;
	padding:0 15px 0 15px;
	text-align:center;
	min-height:220px;
	font-size:15px;
}
#gnav .c2 li a img{
	vertical-align:baseline;
	margin-bottom:10px;
}
#gnav .c2 li:last-child a{
	background:#9ac5e1;
}
@media only screen and (max-width: 1020px){
	#header h1.btm{
	padding-bottom:0;
	
	}
	#header h1{
		padding-right:50px;
	}
	#gnav{
    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;
	z-index:102;
	
    }
	
	#gnav.fixed{
		 top: 0;
        right: 0;
		left:auto;
		width:200px;
		border:none;
		z-index:101;
		padding-top:0;
		padding-bottom:0;
	}
	

	#gnav .btn{
		display:block;
		position:absolute;
		width:38px;
		height:38px;
		top:0;
		left:-44px;
		border:1px solid #fff;
		background:#126ab2;
		cursor:pointer;
		opacity:0.8;
		margin:2px;
		box-shadow:0px 0px 0px 2px #126ab2;
-moz-box-shadow:0px 0px 0px 2px #126ab2;
-webkit-box-shadow:0px 0px 0px 2px #126ab2;
	}
	#gnav .c2{
		position:relative;
		top:auto;
		right:auto;
	}

	#gnav.action{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
	}
	#gnav .btn span.n{
    display: block;
    background: #fff;
    height: 2px;
    width: 26px;
    text-indent: 9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
    }
	#gnav .btn span.n:before{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
    }
	#gnav .btn span.n:after{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
    }
	#gnav.action .btn span.n{
	 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		  -webkit-transition:ease .10s;
         transition:ease .10s;
	}
	#gnav.action .btn span.n:after,#gnav.action .btn span.n:before{
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
		 top:0;
		 left:0;
	}
	#gnav .inn{
		width:auto;
		height: 100%;
		overflow-y: auto;
		background: rgba(0,0,0,0.5);
		padding:0;
	}

	#header ul.clearfix li{
		float:none;
		display:block !important;
		text-align:left;
		width:auto;
		padding:0 0 0 0;
	}
	#header ul.clearfix li+li{
		border-top:1px dotted #ccc;
	}
	#header ul.clearfix li a{
		display:block !important;
		padding:10px 2.5%;
	}
	#gnav .inn ul{
		float:none;
		padding-left:0;
	}
	
	.overlay:after{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:99;
	}

	#header ul.clearfix{
		padding:0;
	}
	#gnav .c2 li{
	-webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
		height: auto;
    min-height: auto;
	}
	#gnav .c2 li a{
		padding:10px 2.5%;
		min-height:0;
	}
	#gnav .c2 li a img{
		vertical-align:middle;
		margin-bottom:0;
		margin-right:5px;
	}
	#gnav .c2 li{
		padding-bottom:0;
	}
	#header .logo{
		max-width:100px;
		top:5px;
		display: none !important;
	}
}

#footer{
	background:#012c7c;
}
.footnav{
	background:#126ab2;
}
.footnav .inner{
	max-width:1100px;
	margin:0 auto;
	width:95%;
	padding:20px 0 25px 0;
	position:relative;
}

.footnav .inner ul{
	padding:0 45px 0 0;
}
.footnav .inner li a{
	color:#fff;
	padding:0 0 0 13px;
	background:url(/import/tenant_1/153.126.179.16/html/images/sitemap_icon.png) 0 3px no-repeat;
}
.footnav .inner li{
	padding:0 0 10px 0;
	font-size:14px;
}
.footnav .inner .totop{
	position:absolute;
	right:22px;
	top:-27px;
}

#footer .inner{
	max-width:1100px;
	margin:0 auto;
	width:95%;
	padding:20px 0 20px 0;
}

#footer .inner li{
	padding:0 13px 10px 0;
}
#footer .inner ul{
	float:left;
}
#footer .inner .right{
	float:right;
	text-align:right;
	padding:0 0 20px 0;
}
#footer .inner .right p{
	color:#fff;
	font-size:12px;
}
#footer .inner .right p.copy{
	font-size:14px;
}
@media only screen and (max-width: 1020px){
	.footnav .inner .totop{
		position:fixed;
		bottom:70px;
		right:5px;
		top:auto;
		max-width:50px;
		z-index:100;
	}
	#footer .inner .right p.copy{
		padding-bottom:20px;
	}
	.footnav .inner ul{
		padding:0 2% 0 0;
		width:23%;
	}
}
@media only screen and (max-width: 599px){
  #header.fixed .logo{
    max-width:60px;
  }
  #header .logo{
     max-width:60px;
  }
  
  	.footnav .inner ul{
		padding:0 0 0 0;
		width:50%;
	}
	.footnav .inner li a{
	  display: block;
	}
}


/*下層共通*/
.subtit{
	position:relative;
	background:#000;
}
.subtit p img{
	width:100%;
	height:auto;
	opacity:0.45;
	 object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
}
.subtit h2{
	width:100%;
	height:auto;
	padding:0 2.5%;
	box-sizing:border-box;
	position:absolute;
	left:0;
	top:50%;
	z-index:1;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	margin-top:62px;
}
.subtit h2 strong{
	display:block;
	font-size:48px;
	padding-bottom:15px;
}
.w11{
	max-width:1100px;
	margin:0 auto;
	width:95%;
}
.h3s{
	text-align:center;
	color:#126ab2;
	font-size:14px;
	padding-bottom:35px;
}
.h3s strong{
	line-height:140%;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:50px;
}

.subfoot{
	position:relative;
	background:#fff;
	overflow:hidden;
}
.subfoot .bkimg{
	width:100%;
	height:100%;
}
.subfoot .w11{
	position:relative;
	z-index:1;
}
.subfoot .w11 .left{
	width:50%;
	float:left;
	position:relative;
	padding-top:150px;
}
.subfoot .w11 .right{
	width:50%;
	float:right;
	position:relative;
	padding-top:150px;
}
.subfoot .w11 .bkimg{
	display:none !important;
}
.subfoot .bkimg img{
	/*height:100% !important;*/
}
.subfoot .w11 .left dl{
	max-width:430px;
	position:relative;
	z-index:2;
	margin:0 auto;
}
.subfoot .w11 .left dt {
	color:#fff;
	font-size:23px;
	font-weight:bold;
	padding:0 0 5px 10px;
	background:url(/import/tenant_1/153.126.179.16/html/images/banner_arrow.png) right bottom no-repeat;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.subfoot .w11 .left dt a{
	color:#fff;
}
.subfoot .w11 .left dd{
	text-align:right;
	font-size:55px;
	opacity:0.3;
	color:#ccc;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1;
}
.subfoot .w11 .left dl{
	padding-bottom:50px;
}
.subfoot .w11 .right dl{
	position:relative;
	z-index:2;
}
.subfoot .w11 .right dt{
	text-align:center;
	font-size:23px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	font-weight:bold;
	padding:0 0 45px 0;
}
.subfoot .w11 .right dd{
	text-align:center;
	font-size:40px;
	color:#012c7c;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:100px;
}
.subfoot .w11 .right dd a{
	color:#012c7c;
}
.subfoot .w11 .right dd img{
	vertical-align:middle;
	margin-top:-5px;
	margin-right:10px;
}
@media only screen and (max-width: 1400px){
.subfoot .w11 .left,.subfoot .w11 .right{
  padding-top: 30px;
  width: 40%;
}
.subfoot .w11 .left dd{
  font-size: 40px;
}

}
@media only screen and (max-width: 1020px){
	.subtit h2{
		margin-top:0;
		font-size:14px;
	}
	.subtit h2 strong{
		font-size:24px;
		padding-bottom:10px;
	}
	.subfoot .w11{
	  width:100%;
	}

	.subfoot .bkimg{
		display:none;
	}
	.subfoot .w11 .bkimg{
		display:block !important;
	}
	.subfoot .w11 .bkimg img{
	/*	height:auto !important; */
	/*	height: 100% !important;*/
	margin-top:-100px;
    object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'
	}
	.subfoot .w11 .left{
		float:none;
		width:100%;
		overflow:hidden;
		padding-top: 80px;
	}
	.subfoot .w11 .right{
		float:none;
		width:100%;
		overflow:hidden;
		padding-top: 80px;
	}
}

@media only screen and (max-width: 599px){
.h3s{
  padding-bottom: 20px;
}
.subfoot .w11{
  width:100%;
}
.subtit{
  min-height: 20vh;
}
.subtit p img,.subtit p{
  height: 100% !important;
  min-height: 20vh;
}
.subtit h2{
  top: 70%;
}
	.h3s strong{
		font-size:24px;
	}
}

/*info*/

.info1{
	padding:90px 0 50px 0;
}
.info1 .pic{
	float:left;
	width:52.72%;
	padding-bottom:10px;
}
.info1 ul{
	float:right;
	width:46.36%;
	padding-bottom:10px;
}
.info1 li .l{
	width:45.09%;
	
	display:inline-block !important;
}
.info1 li .r{
	width:52.94%;
	float:right;

	display:inline-block !important;
}
.info1 li.clearfix+li{
	padding-top:2%;
}

.info2{
	padding:90px 0 100px 0;
	position:relative;
}
.info2 .table{
	max-width:700px;
	margin:0 auto;
}
.info2 .bkimg{
	top:50%;
	width:100%;
	text-align:right;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.info2 .bkimg img{
	max-width:50% !important;
	width:auto !important;
	opacity:0.1;
}
.info2 .w11{
	position:relative;
	z-index:1;
}
.info2 dt{
	float:left;
	width:24.28%;
	text-align:center;
	color:#126ab2;
}
.info2 dd{
	padding:0 0 0 205px;
}
.info2 dl{
	border-bottom:1px solid #c8c8c9;
	padding:20px 0;
}
.info2 dd strong{
	font-size:24px;
	font-weight:bold;
	color:#126ab2;
}
.info3{
	margin-bottom:200px;
}
@media only screen and (max-width: 1024px) {
   .info2{
     padding-top: 50px;
   } 
   .info3{
     margin-bottom: 40px;
   }
}


@media only screen and (max-width: 599px) {
	.info2 dt{
		float:none;
		width:auto;
		width:auto;
		text-align:left;
	}
	.info2 dd{
		padding-left:0;
	}

	.subfoot .w11 .left dl dt{
		font-size:15px;
    background-size: 97%;
    background-position: right bottom;
	}
	.subfoot .w11 .left dd{
		font-size:30px;
	}
	.subfoot .w11 .left{
		padding-top:25px;
	}
	.subfoot .w11 .left dl{
		padding-left:2.5%;
		padding-right:2.5%;
	  width: 286px;
	  padding-bottom: 25px;
	}
	.subfoot .w11 .right dt{
		font-size:16px;
		padding-bottom:20px;
	}
	.subfoot .w11 .right dd{
		font-size:30px;
		padding-bottom:30px;
	}
	.subfoot .w11 .right dd img{
		width:30px;
	}
	.subfoot .w11 .right{
		padding-top:40px;
	}
	.subfoot .w11 .right dl{
		padding-left:2.5%;
		padding-right:2.5%;
	}
	
	.info1{
	 padding: 40px 0 20px 0; 
	}
	.info2{
	  padding: 20px 0 30px 0;  
	}
	.info2 dd strong{
	  font-size: 17px;
	}
	.info2 dl{
	 padding: 13px 0 10px; 
	}
	.info2 dt{
	  padding-bottom: 3px;
	}
	.info3 iframe{
	  height:300px;
	}
	.info3{
	  margin-bottom: 30px;
	}
	.info1 li.clearfix+li.trimming.pt54:after{
	  padding-top: 56%;
	}
	
}

/*instructor*/

.instructorwrap{
	max-width:960px;
	margin:0 auto;
	width:95%;
	padding:90px 0 0 0;
}


.instructor .tit .pic{
	float:left;
	width:46.87%;
	padding:0 0 20px 0;
}
.instructor .tit .tbox{
	width:46.87%;
	float:right;
	padding-top:22%;
}
.instructor .tit .tbox h4 .l{
	display:block;
	color:#126ab2;
	font-size:16px;
	line-height:140%;
	font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.instructor .tit .tbox h4{
	font-size:25px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
	border-bottom:1px solid #012c7c;
	margin-bottom:30px;
}
.instructor .box h4{
	font-size:30px;
	color:#126ab2;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
.instructor .box h4:before{
	content:"";
	width:50%;
	height:1px;
	position:absolute;
	top:50%;
	left:0;
	background:#126ab2;
}
.instructor .box h4 .w{
	display:inline-block !important;
	background:#fff;
	z-index:1;
	position:relative;
	padding-right:10px;
}
.instructor .box p{
	padding:0 0 20px 0;
}
.instructor .box{
	padding-bottom:90px;
}
.pricelist .instructor .box{
  padding-bottom: 40px;
  padding-top: 20px;
}




@media only screen and (max-width: 1020px){
	.instructor .box h4{
		font-size:24px;
	}
}
@media only screen and (max-width: 599px) {
	.instructor .tit .pic{
		float:none;
		width:auto;
		text-align:center;
	}
	.instructor .tit .tbox{
		width:auto;
		float:none;
	}
	.instructorwrap{
	  padding: 30px 0 0 0;
	}
	.instructor .tit .tbox{
	  padding-top: 20px;
	}
	.instructor .box{
	   padding-bottom: 30px;
	}
	.pricelist .instructor .box h4:before{
	  width: 96%;
	}
	.pricelist .instructor .box{
  padding-bottom: 20px;
  padding-top: 30px;
}
	
}

/*blog*/

.blogwrap{
	padding:90px 0 0 0;
}

.bloglist dl{
	width:29.09%;
	margin:0 6.36% 50px 0;
	padding:0 0 55px 0;
	position:relative;
	border-bottom:1px solid #126ab2;
}
[data-element-id].bloglist dl{
  float: left;
}


.bloglist dl .pic a{
  width:100%;
}


.bloglist dl:nth-child(3n+3){
	margin-right:0;
}
.bloglist dd.pic a{
	display:inline-block !important;
	border:3px solid #126ab2;
	position:relative;
	background:#000;
}
.bloglist dd.pic a .w{
	position:absolute;
	width:100%;
	height:auto;
	text-align:center;
	top:50%;
	left:0;
	font-size:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	display:none;
	
}
.bloglist dd.pic a:hover{
	opacity:1;
}
.bloglist dd.pic a:hover img{
	opacity:0.7;
}
.bloglist dd.pic a:hover .w{
	display:block;
	z-index:1;
}
.bloglist dt{
	font-size:20px;
	padding:20px 0 5px 0;
}
.bloglist dt+dd{
	font-size:14px;
	padding-bottom:20px;
}
.bloglist dd+dd{
	position:absolute;
	bottom:0;
	right:0;
	font-size:40px;
	font-weight:bold;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	line-height:110%;
}
.bloglist{
	padding-bottom:90px;
}

.pagenav li{
	font-size:40px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0.25em;
}
.pagenav li img{
	vertical-align:middle;
	margin-top:-5px;
}
.pagenav {
	padding-bottom:140px;
}

#side .box{
	width:47.27%;
	float:left;
	background:url(/import/tenant_1/153.126.179.16/html/images/blog/waku.gif) 0 0 repeat;
	padding:6px;
	margin-bottom:30px;
	box-sizing:border-box;
}
#side .box dl{
	background:#fff;
	padding:6px 6px 20px 6px;
}
#side .box+.box{
	float:right;
}
#side .box dt{
	font-size:40px;
	color:#126ab2;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
#side .box dd{
	padding:0 0 5px 0;
}
#side .box dl.clearfix dd{
	float:left;
	width:50%;
}
#side{
	padding-bottom:100px;
}
@media only screen and (max-width: 1020px){
  .bloglist{
    padding-bottom: 30px;
  }
  
  
	.bloglist dd+dd{
		font-size:20px;
	}
	.bloglist dt{
		font-size:16px;
	}
	.bloglist dl{
		padding-bottom:30px;
	}
	.bloglist dd.pic a .w{
		font-size:20px;
	}
	.pagenav li{
		font-size:20px;
	}
	.pagenav li img{
		width:25px;
	}
	#side .box dt{
		font-size:24px;
	}
	.pagenav{
	  padding-bottom: 100px;
	}
	#side{
	 padding-bottom: 50px;
	}
}
@media only screen and (max-width: 599px) {
	.bloglist dl{
		width:46%;
		margin-left:2%;
		margin-right:2%;
		margin-bottom: 30px;
	}
	#side .box{
		width:100%;
		float:none !important;
	}
	.blogwrap{
	 padding: 30px 0 0 0; 
	}
	.bloglist dl:nth-child(3n+3){
	 	margin-right:2%; 
	}
	.bloglist dt{
	  font-size: 15px;
	}
	.bloglist dl:nth-child(9){
	  display: none;
	}
	.bloglist{
	  padding-bottom: 10px;
	}
	.pagenav{
	 padding-bottom: 30px; 
	}
	#side{
	  padding-bottom: 30px;
	}
}

.single{
	max-width:800px;
	margin:0 auto;
	padding:90px 0 140px 0;
	width:95%;
}

.single .postmeta .d{
	text-align:right;
	font-size:40px;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:110%;
	border-bottom:1px solid #126ab2;
}
.single .postmeta .c{
	text-align:right;
	padding:5px 0 0 0;
}
.single .postmeta{
	padding-bottom:35px;
}

.single h3{
	text-align:center;
	padding:0 0 40px 0;
	font-size:20px;
}
.single .txt{
	max-width:700px;
	margin:0 auto;
	padding-bottom:80px;
}
.single .txt p{
	padding:0 0 20px 0;
}
.single .back{
	border-top:1px solid #126ab2;
	padding:100px 0 0 0;
	text-align:center;
}
.single .back a{
	display:inline-block !important;
	max-width:294px;
	border:1px solid #fff;
	background:#126ab2;
	color:#fff;
	font-size:20px;
	max-width:294px;
	width:90%;
	padding:20px 0;
	position:relative;
	box-shadow:0px 0px 0px 2px #126ab2;
}
.single .back a:before{
	content:url(/import/tenant_1/153.126.179.16/html/images/blog/back_icon.png);
	position:absolute;
	left:20px;
	top:50%;
	line-height:1;
	font-size:1;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog1{
	position:relative;
	padding-bottom:20px;
	
}
.blog1 .bkimg{
	width:100%;
	height:100%;
	background:#000;
}
.blog1 .bkimg img{
	opacity:0.5;
	height:100% !important;
}
.blog1 .w11{
	position:relative;
	z-index:1;
	background:url(/import/tenant_1/153.126.179.16/html/images/mens/h3bg.png) center top no-repeat;
}
.blog1 dl{
	background:#fff;
	max-width:320px;
	width: 29.09%;
	margin: 0 6.36% 50px 0;
}
[data-element-id].blog1 dl{
  float: left;
}


.blog1 dl:nth-child(3n+3){
    margin-right: 0;
}
.blog1 h3{
	padding:25px 0 116px 0;
}
.blog1 dt{
	text-align:center;
	font-size:20px;
	/*padding:10px 0;*/
	 padding: 10px;
    box-sizing: border-box;
}
.blog1 dd{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#eee;
	font-weight:bold;
	font-size:30px;
	line-height:110%;
}
@media only screen and (max-width: 1020px){
	.blog1 dt{
		font-size:16px;
	}
	.blog1 dd{
		font-size:14px;
	}
}
@media only screen and (max-width: 599px) {
  .blog1 .w11{
        background-size: 280px;
  }
  
	.blog1 dl{
		width:48%;
		margin-left:1%;
		margin-right:1%;
	}
	.blog1 .bkimg img{
		width:auto !important;
		max-width:none !important;
	}
	.single{
	 padding: 30px 0 30px 0;  
	}
	.single h3{
	font-size: 16px;  
	}
	.single .postmeta .d{
	     font-size: 30px; 
	}
	.single .txt{
	 padding-bottom: 40px; 
	}
	.single .back{
	  padding: 40px 0 30px;
	}
	.single .back a{
	 font-size: 15px;
    max-width: 294px;
    padding: 13px 0;
	}
}
/*product*/
.pro1{
padding:100px 0;
}
.pro1 .box{
/*padding-bottom:100px;
padding-bottom:152px;*/
margin-bottom:100px;
}
.pro1 .box .pic{
width: 600px;
text-align: center;
}
.pro1 .box .txt{
width: 450px;
}
.pro1 .box:nth-of-type(odd) .pic{
float: right;
}
.pro1 .box:nth-of-type(odd) .txt{
float: left;
}
.pro1 .box:nth-of-type(even) .pic{
float: left;
}
.pro1 .box:nth-of-type(even) .txt{
float: right;
}
.pro1 .h3s strong{
font-size: 40px;
}
.pro1 .h3s{
background:url(/import/tenant_1/153.126.179.16/html/images/product/line_02.jpg) repeat-x bottom;
padding-bottom: 20px;
margin-bottom: 20px;
}
.pro1 .box .txt dt{
font-size:18px;
color: #126ab2;
font-weight: bold;
}
.pro1 .box .txt dt:after{
content: "";
display: block;
width: 225px;
height: 1px;
background-color: #126ab2;
}
.pro1 .box .txt dd.t{
padding-top: 30px;
}
.pro1 .box .txt dd.s{
font-size: 18px;
color: #126ab2;
font-weight: bold;
padding-top: 5px;
}
@media only screen and (max-width: 1105px){
.pro1 .box .pic,.pro1 .box .txt{
width: 100%;
}
.pro1 .box .pic{
margin-bottom: 30px;
}
.pro1 .box:nth-of-type(odd) .pic,.pro1 .box:nth-of-type(odd) .txt,.pro1 .box:nth-of-type(even) .pic,.pro1 .box:nth-of-type(even) .txt{
float: none;
}
.pro1 .h3s strong{
font-size: 24px;
}
.pro1{
  padding-bottom: 0px;
}
}
@media only screen and (max-width: 599px){
.pro1{
  padding-bottom: 30px
}
}


/*mens*/
.mens1{
padding:100px 0 0 0 ; 
}
.mens1 h3+p{
text-align: center;
font-size: 18px;
padding-bottom: 96px;
}
.mens1 .box{
max-width: 975px;
margin: 0 auto;
width: 100%;
padding-bottom: 100px;
}
.mens1 .box .pic{
width: 400px;
float: left;
}
.mens1 .box .txt{
width: 520px;
float: right;
}
.mens2{
background-color: #f7fbfc;
}
.mens2 .w11{
background:url(/import/tenant_1/153.126.179.16/html/images/mens/h3bg.png) no-repeat top center;
padding-top: 45px;
padding-bottom: 30px;
}
.mens2 .txt{
width: 550px;
padding: 0 0 0 47px;
float: left;
}
.mens2 .pic{
width: 448px;
float: right;
padding-bottom: 30px;
}
.mens2 .txt li{
border-bottom: 1px solid #c8c8c9;
font-size: 18px;
background: url(/import/tenant_1/153.126.179.16/html/images/mens/check.png) no-repeat 19px 0;
padding: 20px 0 15px 73px;
margin-bottom: 20px;
}
.mens3{
padding: 140px 0 150px 0;
}
.mens3 .box{
background: url(/import/tenant_1/153.126.179.16/html/images/mens/linebg.gif) repeat-x bottom;
margin-bottom: 50px;
padding-bottom: 50px;
}
.mens3 .box .inner{
max-width: 975px;
margin: 0 auto;
width: 95%;
}
.mens3 .box .pic{
width:400px; 
}
.mens3 .box .txt{
width: 500px;
padding-top: 120px;
}
.mens3 .box:nth-of-type(odd) .pic{
float: left;
}
.mens3 .box:nth-of-type(odd) .txt{
float: right;
}
.mens3 .box:nth-of-type(even) .pic{
float: right;
}
.mens3 .box:nth-of-type(even) .txt{
float: left;
}
@media only screen and (max-width: 1020px){
  .mens1{
   padding-top: 70px; 
  }
  .mens3{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
.mens1 h3+p{
font-size: 14px;
}
.mens1 .box .pic{
float: none;
width: 100%;
text-align: center;
padding-bottom: 30px;
}
.mens1 .box .txt{
width: 100%;
float: none;
}
.mens2 .pic{
width: 100%;
float: none;
text-align: center;
padding-bottom: 30px;
}
.mens2 .txt{
width: 100%;
float: none;
padding: 0 0 30px 0 ;
}
.mens2 .txt li{
font-size: 14px;
}
.mens3 .box .pic{
width: 100%;
text-align: center;
margin-bottom: 30px;
}
.mens3 .box .txt{
width: 100%;
padding-top: 0;
}
.mens3 .box{
    margin-bottom: 30px;
    padding-bottom: 20px;
}
}
@media only screen and (max-width: 599px){
.mens1{
  padding: 30px 0 0 0;
}
.mens1 h3+p,.mens1 .box{
      padding-bottom: 30px;
}
.mens3{
  padding: 30px 0 0px 0;
}
.mens2 .txt li{
  background-size: 28px;
  background-position-y: 20px;
}
.mens2 .txt{
  padding-bottom: 0px
}
}

/*campaign*/
.campaign1{
padding: 100px 0 0 0;
}
.campaign1 .inner{
background:url(/import/tenant_1/153.126.179.16/html/images/mens/h3bg.png) no-repeat top center #e8f3f7;
padding: 45px 0 0 0;
}
.campaign1 h4 strong{
font-size: 40px;
}
.campaign1 .inn-inn1{
padding-bottom: 90px;
}
.campaign1 .inn-inn1 .box{
max-width: 350px;
width: 95%;
background: url(/import/tenant_1/153.126.179.16/html/images/campaign/line_01.jpg);
padding: 5px;
margin: 0 10px 10px 0;
}
.campaign1 .inn-inn1 .box:nth-of-type(3n){
margin-right: 0;
}
.campaign1 .inn-inn1 .box .b-inn{
background-color: #fff;
}
.campaign1 .inn-inn1 .box .b-inn .cate{
display: inline-block !important;
color: #fff;
font-size: 20px;
background-color: #126ab2;
line-height: 36px;
border-radius: 10px;
margin: 5px 0 10px 5px;
padding: 0 34px;
}
.campaign1 .inn-inn1 .box .b-inn h5{
text-align: center;
font-size:22px; 
padding-bottom: 15px;
font-weight: normal;
}
.campaign1 .inn-inn1 .box .b-inn .pri{
color: #012c7c;
font-size: 30px;
text-align: center;
border-bottom: 1px solid #012c7c;
width: 280px;
margin: 0 auto 30px auto;
}
.campaign1 .inn-inn1 .box .b-inn .pri strong{
font-size: 55px;
}
.campaign1 .inn-inn2{
padding-bottom: 90px;
}
.campaign1 .inn-inn2 h5{
background-color: #012c7c;
text-align: center;
font-size: 30px;
color: #fff;
line-height: 50px;
margin-bottom: 50px;
}
.campaign1 .inn-inn2 h5:before{
content: "";
width: 150px;
height: 1px;
display: inline-block !important;
background-color: #fff;
margin: 0 30px 10px 0;
}
.campaign1 .inn-inn2 h5:after{
content: "";
width: 150px;
height: 1px;
display: inline-block !important;
background-color: #fff;
margin: 0 0 10px 30px;
}
.campaign1 .inn-inn2 li{
width:270px;
height: 270px;
border-radius: 100%;
overflow: hidden;
position: relative;
border: 1px solid #012c7c;
background-color: #fff;
margin: 0 30px 20px 30px;
}
.campaign1 .inn-inn2 li .pic{
position: absolute;
width: 270px;
height: 270px;
z-index: 0;
top: 0;
left: 0;
opacity: 0.5;
}
.campaign1 .inn-inn2 li dl{
position: relative;
z-index: 1;
padding: 25px 0 0 0;
}
.campaign1 .inn-inn2 li dt{
text-align: center;
font-size: 30px;
color: #126ab2;
padding-bottom: 15px;
font-weight: bold;
}
.campaign1 .inn-inn2 li dd{
text-align: center;
font-size: 23px;
}
@media only screen and (max-width: 1020px){
.campaign1 .inn-inn1 .box .b-inn .cate{
font-size: 16px;
}
.campaign1 .inn-inn1 .box .b-inn h5{
font-size: 18px;
}
.campaign1 .inn-inn1 .box .b-inn .pri strong{
font-size: 40px;
}
.campaign1 .inn-inn2 h5{
font-size: 24px;
}
.campaign1 .inn-inn2 li dt{
font-size: 24px;
}
.campaign1 .inn-inn2 li dd{
font-size: 18px;
}

.campaign1{
  padding: 50px 0 0 0;
}
}
@media only screen and (max-width: 599px) {
  .campaign1{
   padding: 40px 0 0 0; 
  }
  
  
.campaign1 .inn-inn1 .box .b-inn .pri{
width: 80%;
}
.campaign1 .inn-inn2 h5{
font-size: 18px;
}
.campaign1 .inn-inn2 h5:before,.campaign1 .inn-inn2 h5:after{
width: 20%;
}
.campaign1 .inn-inn2 li{
margin-right: 0;
margin-left: 0;
}
.campaign1 .inn-inn1,.campaign1 .inn-inn2{
  padding-bottom: 40px;
}
.campaign1 .inn-inn1 .box .b-inn .cate{
  display: inline-block !important;
    color: #fff;
    font-size: 14px;
    background-color: #126ab2;
    line-height: 28px;
    border-radius: 10px;
    margin: 5px 0 10px 5px;
    padding: 0 23px;
}
}
/*contact*/
.contact1{
padding: 100px 0 145px 0;
}
.contact1 .tel{
font-size: 40px;
color: #012c7c;
text-align: center;
font-weight: bold;
padding-bottom: 50px;
}
.contact1 .tel a{
color: #012c7c;
}
.contact1 .tel img{
vertical-align: middle;
padding-right: 15px;
margin-top: -10px;
}
.contact1 .box{
max-width: 940px;
width: 95%;
margin: 0 auto;
background: url(/import/tenant_1/153.126.179.16/html/images/campaign/line_01.jpg);
padding: 5px;
}
.contact1 .box dl{
background-color: #fff;
padding: 30px 33px;
}
.contact1 .box dt{
font-size: 20px;
color: #126ab2;
border-bottom: 1px solid #126ab2;
margin-bottom: 25px;
font-weight: bold;
}
.contact1 .box dd{
position: relative;
padding: 0 0 15px 15px;
font-size: 14px;
}
.contact1 .box dd:before{
content: "・";
position: absolute;
left: 0;
top:0px;
}
.contact1 .box dd .bl{
color: #012c7c;
}
.contact2 .inner{
position: relative;
}
.contact2 .inner .pic{
position: absolute;
max-width: 100%;
height: 100%;
top:0;
right: 0;
z-index: 0;
overflow: hidden;
}




.contact2 .inner .pic img{
/*height: 100% !important;*/
width: auto !important;
max-width:initial !important;
float: right;
}
.contact2 .inner .w11{
background-color: rgba(255,255,255,0.87);
position: relative;
z-index: 1;
}
.contact2 .inner .w11 .table{
max-width:900px;
width: 95%;
margin: 0 auto;
padding: 50px 0 70px 0;
}
.contact2 .inner .w11 .table dt{
width: 284px;
float: left;
text-align: center;
padding: 10px 0 0 0;
}
.contact2 .inner .w11 .table dd {
padding-left: 284px;
}
.contact2 .inner .w11 .table dd .size1{
width: 500px;
height: 40px;
border:1px solid #999999;
background-color:transparent;
}
.contact2 .inner .w11 .table dd textarea{
width: 500px;
height: 200px;
border:1px solid #999999;
background-color:transparent;
}
.contact2 .inner .w11 .table dd strong{
display: block;
font-size: 14px;
font-weight: normal;
margin: 5px 0 0 0;
}
.contact2 .inner .w11 .table dd strong .t{
color: #fff;
background-color: #012c7c;
border-radius: 5px;
display: inline-block !important;
line-height: 23px;
padding: 0 12px;
}
.contact2 .inner .w11 .table dl{
border-bottom: 1px solid #c8c8c9;
padding-bottom: 20px;
margin-bottom: 20px;
}
.formbtn{
padding-bottom: 50px;
}
.formbtn li {
	width: 446px;
	height: 56px;
	text-align: center;
	border: 2px solid #126ab2;
}
.formbtn li #send,.formbtn li .form-submit-btn,.formbtn li .input-confirm-form-back-btn,.formbtn li .input-confirm-form-submit-btn {
    cursor: pointer;
    background: #126ab2 url(/import/tenant_1/153.126.179.16/html/images/contact/mk.png) no-repeat 95% 13px;
	border: 1px solid #f0e9e4;
    width: 444px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic,"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #fff;
    font-size: 20px;
    border: none;
    height: 54px;
	margin-top: 1px;
}
.formbtn.back li {
  display: block;
  margin:0 auto;
  margin-bottom: 30px;
}


@media only screen and (max-width: 1020px){
.contact2 .inner .w11 .table dt{
width: 100%;
float: none;
padding-bottom: 10px;
}
.contact2 .inner .w11 .table dd{
padding-left: 0;
text-align: center;
}
.contact2 .inner .pic img{
  height: 1400px !important;
}


}




@media only screen and (max-width: 599px) {
.contact1 .tel{
font-size: 27px;
}
.contact2 .inner .w11 .table dd .size1{
width: 90%;
}
.contact2 .inner .w11 .table dd textarea{
width: 90%;
}
.formbtn li{
width: 90%;
}
.formbtn li #send{
width: 99.5%;
font-size: 16px;
}
.contact1{
  padding: 30px 0 40px 0;
}
.formbtn li #send,.formbtn li .form-submit-btn,.formbtn li .input-confirm-form-back-btn,.formbtn li .input-confirm-form-submit-btn {
  width:100%;
}
.contact2 .inner .w11 .table{
  padding-bottom: 40px;
}
}
/*faq*/
.faq1{
padding: 100px 0 55px 0;
max-width: 1000px;
width: 95%;
margin: 0 auto;
}
.faq1 .box{
background:url(/import/tenant_1/153.126.179.16/html/images/faq/line1.gif) repeat-x bottom;
padding: 0 55px 45px 55px;
margin-bottom: 50px;
}
.faq1 .box dt .q,.faq1 .box dd .a{
display: block;
width: 52px;
height: 52px;
border-radius: 50%;
text-align: center;
font-size: 35px;
font-weight: bold;
float: left;
line-height: 52px;
}
.faq1 .box dt .q{
color: #fff;
background-color: #012c7c;
}
.faq1 .box dd .a{
color: #012c7c;
background-color: #d8ebf1;
}
.faq1 .box dt .txt{
font-size: 20px;
color: #126ab2;
padding: 14px 0 0 84px;
display: block;
font-weight: bold;
}
.faq1 .box dt{
padding-bottom: 30px;
}
.faq1 .box dd .txt{
padding: 0 0 0 84px;
display: block;
}
.faq2{
width: 95%;
max-width: 990px;
margin: 0 auto 200px auto;
background: url(/import/tenant_1/153.126.179.16/html/images/faq/line1.gif);
padding: 5px;
}
.faq2 .inner{
background-color: #fff;
padding: 50px 190px;
}
.faq2 .inner h3{
text-align: center;
font-size: 23px;
color: #126ab2;
padding-bottom: 10px;
}
@media only screen and (max-width: 1020px){
.faq2 .inner{
padding-right: 10%;
padding-left: 10%;
}
.faq2{
  margin-bottom: 100px;
}
}
@media only screen and (max-width: 599px){
.faq1 .box{
padding-left: 0;
padding-right: 0;
padding-bottom: 30px;
margin-bottom: 40px;
}
.faq1 .box dt .txt{
font-size: 16px;
}
.faq2 .inner h3{
font-size: 18px;
}
.faq1{
  padding-top: 30px;
  padding-bottom: 0px;
}
.faq1 .box dt {
    padding-bottom: 25px;
}
.faq2 .inner{
  padding: 30px 20px;
}
.faq2{
  margin-bottom: 40px;
}
}

/*voice*/

.voicelist{
	padding:90px 0 90px 0;
}
.voicelist .box{
	border:1px solid #126ab2;
	margin-bottom:50px;
}

.voicelist .box h3{
	float:left;
	width:21.9%;
	font-size:23px;
}
.voicelist .box h3 .w{
	border:2px solid #126ab2;
	display:inline-block !important;
	position:relative;
	background:#000;
	width:100%;
}
.voicelist .box h3 img{
	opacity:0.7;
}
.voicelist .box h3 strong{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	text-align:center;
	color:#fff;
	z-index:1;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.voicelist .box .tbox{
	width:72.72%;
	float:right;
	padding:30px 2% 0 0;
}
.voicelist .box dt .q,.voicelist .box dd .a{
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    float: left;
    line-height: 52px;
}
.voicelist .box dt .q{
    color: #fff;
    background-color: #012c7c;
}
.voicelist .box dd .txt {
    padding: 0 0 0 84px;
    display: block;
}
.voicelist .box dd .a{
    color: #012c7c;
    background-color: #d8ebf1;
}
.voicelist .box dt .txt {
    font-size: 20px;
    color: #126ab2;
    padding: 14px 0 0 84px;
    display: block;
    font-weight: bold;
}
.voicelist .box dt{
    padding-bottom: 20px;
}
.voicelist dl{
	padding-bottom:45px;
}

@media only screen and (max-width: 1020px){
	.voicelist h3{
	font-size:18px;
	}
	.voicelist .box h3 strong{
		font-size:18px;
	}
	.voicelist .box dt .txt {
		font-size:16px;
	}
	.voicelist{
	  padding-bottom: 30px;
	}
}
@media only screen and (max-width: 599px){
	.voicelist .box h3{
		float:none;
		width:auto;
		text-align:center;
	}
	.voicelist .box .tbox{
		width:auto;
		float:none;
		padding-left:2.5%;
		padding-right:2.5%;
		padding-top: 20px;
	}
	.voicelist{
	 padding: 30px 0 10px 0; 
	}
	.voicelist .box h3 .w{
	  width:99%;
	}
	.voicelist dl{
	  padding-bottom: 20px;
	}
	.voicelist .box dt .q, .voicelist .box dd .a{
	  display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    float: left;
    line-height: 44px;
	}
	.voicelist .box dt .txt{
	  padding-top: 0;
	}
	.voicelist .box{
	  margin-bottom: 20px;
	}
}

/*price*/
.pricenav{
	padding:90px 0 10px 0;
}

.pricenav li{
	width:30.9%;
	padding:0 3.65% 30px 0;
}
.pricenav li:nth-child(3n+3){
	padding-right:0;
}
.pricenav li a{
	display:block;
	background:#012c7c;
	margin:2px;
	color:#fff;
	text-align:center;
	position:relative;
	padding:25px 0;
	font-size:20px;
	box-shadow: 0px 0px 0px 2px #012c7c;
	border-radius:10px;
	border:2px solid #fff;
	box-sizing:border-box;
}
.pricenav li a .e{
	position:absolute;
	bottom:0;
	right:0;
	font-size:45px;
	opacity:0.3;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	line-height:105%;
	font-weight:bold;
}

.pricelist .box h3{
	padding:90px 0 45px 0;
}

.pricelist .fst{
	position:relative;
	overflow:hidden;
	max-width:650px;
	text-align:right;
	margin:0 auto 50px auto;
	border-radius:10px;
}
.pricelist .fst:before{
	content:"";
	width:100%;
	height:100%;
	 transform: skewX(-20deg);
	 position:absolute;
	 top:0;
	 left:50%;
	 background:rgba(255,255,255,0.85);
	 z-index:1;
}
.pricelist .fst h4{
	position:absolute;
	bottom:0;
	left:0;
	font-size:50px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:110%;
	color:#eeeeee;
	 z-index:1;
}
.pricelist .fst .pic{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.pricelist .fst dl{
	position:relative;
	z-index:1;
	display:inline-block !important;
	padding:50px 30px 70px 30px;
}
.pricelist .fst dt{
	text-align:center;
	font-size:25px;
	color:#012c7c;
	padding:0 0 30px 0;
}
.pricelist .fst dd{
	font-size:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#012c7c;
	border-bottom:1px solid #012c7c;
	line-height:140%;
	padding:0 0.5em;
}

.pricelist .fst dd .fnt_16{
  font-size:16px;
  padding-right: 10px;
}
.pricelist .fst dd.dan2{
  font-size:33px;
}

.pricelist .fst dd .y{
	font-size:30px;
}

.pricelist .flex_c .box{
	width:30.9%;
	margin:0 3.65% 30px 0;
	position:relative;
	overflow:hidden;
	background:#126ab2;
	border:1px solid #126ab2;
	box-sizing:border-box;
	border-radius:10px;
}
.pricelist .flex_c .box:nth-child(3n+3){
	margin-right:0;
}
.pricelist .flex_c .box:before{
	content:"";
	width:100%;
	height:100%;
	 transform: skewX(-20deg);
	 position:absolute;
	 top:0;
	 left:33%;
	 background:#fff;
	 z-index:1;
}
.pricelist .flex_c h5{
	float:left;
	color:#fff;
	font-size:30px;
	padding:30px 0 0 10px;
}
.pricelist .flex_c dl{
	float:right;
	width:62.35%;
	padding:40px 0 30px 0;
	position:relative;
	z-index:2;
}
.pricelist .flex_c dd{
	color: #012c7c;
	line-height: 140%;
	font-weight: bold;
	font-size: 50px;
	font-family: Arial, Helvetica, sans-serif;	
}
.pricelist .flex_c dd .y{
	font-size:30px;
}
.pricelist .flex_c h5 strong{
	font-size:50px;
	text-align:center;
	display:block;
}
.pricelist .flex_c h5 strong .k{
	font-size:25px;
}
.pricelist .flex_c h5 .e{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
}
.pricelist .flex_c h5 .e:before{
	content:"";
	width:35px;
	height:2px;
	background:#fff;
	display:block;
	margin:0 auto;
}
.pricelist{
	padding-bottom:130px;
}

@media only screen and (max-width: 1020px){
  .pricelist{
    padding-bottom: 70px;
  }
  .pricelist .box h3{
    padding-top: 60px;
  }

	.pricelist .flex_c dd{
		font-size:30px;
	}
	.pricelist .flex_c .box{
		width:48%;
		margin-left:1%;
		margin-right:1%;
	}
	.pricelist .flex_c h5 strong{
		font-size:30px;
	}
	.pricelist .flex_c h5 strong .k{
		font-size:18px;
	}
	.pricelist .flex_c h5 .e{
		font-size:20px;
	}
	.pricelist .flex_c h5{
		padding-top:10px;
	}
	.pricelist .fst .pic img{
		height:100% !important;
		width:auto;
		max-width:none !important;
	}
	.pricelist .fst dt,.pricelist .fst dd{
		text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	}
	.pricenav li a{
		font-size:14px;
	}
	
	.pricenav li{
		width:32.33%;
		padding-left:0.5%;
		padding-right:0.5% !important;
	}
	.pricenav li a .e{
		font-size:20px;
	}
}
@media only screen and (max-width: 645px){
.pricenav li a{
  min-height: 98px;
}

.pricelist .fst dd.dan2 {
    font-size: 25px;
}

.pricelist .fst dd .fnt_16{
  font-size:14px;
  padding-right: 10px;
}
.pricelist .fst dd .y{
	font-size:23px;
}

}


@media only screen and (max-width: 599px){
	.pricelist .flex_c .box{
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.pricenav li{
		width:49%;
		padding-bottom: 10px;
	}
	.pricenav{
	 padding: 30px 0 10px 0;
	}
	.pricenav li a{
		font-size:14px;
		min-height: 76px;
	}
	.pricenav li a strong{
	   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 30px; 
	}
	.pricelist .box h3{
	 padding: 30px 0 20px 0; 
	}
	.pricelist .fst dl{
   padding: 20px 9px 20px 20px;	  
	}
	.pricelist .fst dt{
	 padding: 0 0 15px 0;
	 font-size: 18px;

	}
	.pricelist .fst{
	 min-width: 100%;
	 margin-bottom: 20px;
	}
	.pricelist .fst .pic img{
	  height:100%;
	  width:100%;
	  object-fit: cover;
    object-position: bottom;
    font-family: 'object-fit: cover; object-position: bottom;'
	}
.pricelist .fst h4{
   font-size: 42px;
}
.pricelist .flex dl{
      padding: 20px 0 20px 0;
}
.pricelist .flex_c .box{
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.pricelist .flex_c .box:nth-child(3n+3){
  margin-right: auto;
}
.pricelist{
  padding-bottom: 30px;
}

	
}

.price2{
	background:url(/import/tenant_1/153.126.179.16/html/images/blog/waku.gif) 0 0 repeat;
	padding:5px;
	margin-bottom:200px;
}
.price2 .inner{
	background:#fff;
	padding:35px 2.5% 20px 2.5%;
	text-align:center;
}
.price2 h3{
	text-align:center;
	font-size:30px;
	padding:0 0 35px 0;
}
.price2 h3 strong{
	display:block;
	color:#126ab2;
}
.price2 h3 .k{
	display:inline-block !important;
	font-size:25px;
	border-bottom:1px solid #126ab2;
	padding:0 1em;
}

.price2 p{
	font-size:20px;
	padding:0 0 20px 0;
}
@media only screen and (max-width: 1020px){
	.price2 p{
		font-size:14px;
	}
	.price2 h3{
		font-size:20px;
	}
	.price2 h3 .k{
		font-size:18px;
	}
	  .price2{
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 599px){
.price2{
  margin-bottom: 40px;
}
}


/*index*/

.home-main img{
	width:100%;
	height:auto;
}
.home-main img{
	width:100%;
	height: 44vw !important;
	object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}




.home1{
	border-top:10px solid #126ab2;
	background:#d8ebf1;
}

.home1nav li{
	width:20%;
	box-sizing:border-box;
}
/*.home1nav li a{
	display:block;
	background:#fff;
	text-align:center;
	font-weight:bold;
	color:#126ab2;
	padding:15px 2.5%;
}*/
.home1nav li span{
	display:block;
	background:#fff;
	text-align:center;
	font-weight:bold;
	color:#126ab2;
	padding:15px 2.5%;
}


.home1nav li+li{
	border-left:1px solid #126ab2;
}

.home1 .lists .box{
	display:none;
	padding:15px 0 0 0;
}
.home1 .lists .box.st{
	display:block;
}
.home1 .lists .box .pic{
	float:right;
	width:52.27%;
	padding:0 0 20px 0;
}
.home1 .lists .box .tbox{
	float:left;
	width:44.54%;
}

.home1 .lists .box.box2 .pic{
  float: left;
  width: 52.27%;
}

.home1 .lists .box.box2 .tbox{
  float: right;
  width:44.54%;
	padding:0 0 20px 0;
}

.home1 .lists .box .tbox p{
	padding:0 0 20px 0;
}

.home1 .lists .box.box2 .pic {
	padding:0 0 20px 0;
}



.home1 .lists .box .tbox .more{
	padding-top:20px;
}
.home1 .lists .box .tbox .more a{
	display:inline-block !important;
	max-width:300px;
	width:100%;
	box-sizing:border-box;
	border:1px solid #126ab2;
	font-size:18px;
	font-weight:bold;
	color:#126ab2;
	text-align:center;
	padding:20px 2.5%;
	position:relative;
}
.home1 .lists .box .more a:before{
	content:url(/import/tenant_1/153.126.179.16/html/images/top/top_icon_01.png);
	top:50%;
	right:10px;
	position:absolute;
	font-size:1;
	line-height:1;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*.home1nav li.st a{
	background:#d8ebf1;
	position:relative;
}*/
.home1nav li.st span{
	background:#d8ebf1;
	position:relative;
}

/*.home1nav li.st a:before{
	content:"";
	width:100%;
	height:20px;
	background:#d8ebf1;
	top:-20px;
	left:0;
	position:absolute;
}*/
.home1nav li.st span:before{
	content:"";
	width:100%;
	height:20px;
	background:#d8ebf1;
	top:-20px;
	left:0;
	position:absolute;
}
@media only screen and (max-width: 1020px){
	.home1nav li{
		font-size:14px;
		background:#fff;
	}
	.home1nav li.st{
		background:#d8ebf1;
	}
}
@media only screen and (max-width: 599px){
	.home1nav li{
		font-size:12px;
	}
	.home1 .lists .box .pic{
		float:none;
		width:auto;
		text-align:center;
	}
	.home1 .lists .box .tbox{
		width:auto;
		float:none;
	}

.home1 .lists .box .tbox .more{
  text-align: center;
}

.home1 .lists .box .tbox .more a{
	    max-width: 210px;
    font-size: 14px;
    padding: 10px 2.5%;
  　margin:0 auto;
}
.home1 .lists .box .tbox p{
  padding-top: 10px;
}
.home1nav li.st span:before{
      top: -15px; 
}
.home1 .lists .box.box2 .pic {
  width: 100%;
}
.home1 .lists .box.box2 .tbox {
  width: 100%;
}
}


.home-age{
	padding:20px 0 0 0;
}
.home-age dl{
	background:#1f75ba;
	width:33.18%;
	box-sizing:border-box;
	padding:40px 2.5% 20px 2.5%;
	margin:0 0.23% 20px 0;
}
.home-age dl:nth-child(3n+3){
	margin-right:0;
}
.home-age dd{
	text-align:center;
}
.home-age dd.pic{
	text-align:center;
	width:61%;
	margin:0 auto;
}

/*.home-age dd.pic img{
	border-radius:50%;
	box-shadow:2px 2px 7px -1px #000;
}*/
.home-age dd.pic span{
	border-radius:50%;
	box-shadow:2px 2px 7px -1px #000;
}


.home-age dt{
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	padding:20px 0;
}
.home-age dt+dd a{
	display:inline-block !important;
	border:1px solid #fff;
	color:#fff;
	max-width:170px;
	box-sizing:border-box;
	width:100%;
	padding:5px 0;
	border-radius:20px;
}
@media only screen and (max-width: 599px){
	.home-age dl{
		width:49%;
		margin-left:0.5%;
		margin-right:0.5% !important;
		margin-bottom: 1%;
	}
	.home-age dl:last-child{
	  margin-bottom: 20px;
	}
}

.home-menu{
	position:relative;
	overflow:hidden;
	padding:24px 0 24px 0;
}
.home-menu .bkimg{
	width:100%;
	height:100%;
	
}
.home-menu .bkimg img{
	filter: blur(5px);
	opacity:0.6;
	height:105% !important; 
}
.home-menu .w11{
	position:relative;
	z-index:1;
}
.home-menu .box{
	width:50%;
	background:#fff;
	position:relative;
}
.home-menu .box .pic{
	float:left;
	width:50%;
}
.home-menu .box dl{
	float:right;
	width:50%;
	padding-top:20%;
}
.home-menu .box:nth-child(n+3) .pic{
	float:right;
}
.home-menu .box:nth-child(n+3) dl{
	float:left;
}

.home-menu .box dd{
	position:absolute;
	bottom:0;
	right:0;
	/*font-size:55px;*/
	font-size:33px;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	line-height:110%;
	opacity:0.6;
}
.home-menu .box:nth-child(n+3) dd{
	right:auto;
	left:0;
}
.home-menu dt a{
	display:block;
	background:url(/import/tenant_1/153.126.179.16/html/images/top/top_icon_02.png) right bottom no-repeat;
	text-align:center;
	font-size:18px;
	color:#1f75ba;
	font-weight:bold;
	padding:8px 0;
}
@media only screen and (max-width: 1020px){
	.home-menu .box dd{
		font-size:18px;
	}
	.home-menu dt a{
		font-size:14px;
	}
}

@media only screen and (max-width: 800px){
	.home-menu dt a{
	 background-position: right bottom;
    background-size: 87%;
    padding-top: 0;
    padding-bottom: 25px;
	}

}
@media only screen and (max-width: 599px){
	.home-menu .box .pic{
		float:none;
		width:100%;
	}
	.home-menu .box dl{
		float:none;
		width:100%;
		padding-bottom:20px;
		box-sizing:border-box;
		padding-left:0%;
		padding-right:2.5%;
		padding-top: 20px;
	}
/*	.home-menu dt a{
	 background-position: right bottom;
    background-size: 87%;
    padding-top: 0;
    padding-bottom: 25px;
	}*/
	.home-age dt{
	 font-size: 15px;
	}
  .home-menu .box:nth-child(n+3) dd{
    right: 0;
    left: auto;
  }
	
}

.home-camp{
	background:url(/import/tenant_1/153.126.179.16/html/images/mens/h3bg.png) center top no-repeat;
	padding:20px 0 25px 0;
}

.home-camp dl{
	width:32.72%;
	padding:0 0.92% 0 0;
}
.home-camp dl:nth-child(3n+3){
	padding-right:0;
}
.home-camp dt{
	font-size:14px;
	padding:5px 0 20px 0;
}
@media only screen and (max-width: 599px){
	.home-camp dl{
		width:48%;
		padding-left:1%;
		padding-right:1%;
	}
}

.home-post .box{
	width:50%;
}

.home-news{
	background:#eeeeee;
}
.home-news .inner{
	max-width:550px;
	width:97.5%;
	padding-left:2.5%;
	float:right;
}
.home-blog .inner{
	max-width:550px;
	width:97.5%;
	padding-right:2.5%;
}
.home-blog {
	background-image:url(/import/tenant_1/153.126.179.16/html/images/blog/waku.gif) ,url(/import/tenant_1/153.126.179.16/html/images/blog/waku.gif) ;
	background-position:0 0,0 bottom ;
	background-repeat:repeat-x;
}
.home-post .inner{
	padding-top:20px;
}
.home-post h3{
	font-size:24px;
	color:#126ab2;
	display:inline-block !important;
	padding-bottom:20px;
}
.home-post .tit p{
	padding-bottom:20px;
	display:inline-block !important;
	float:right;
}
.home-post .tit p a{
    display: inline-block !important;
	background: #247ac1;
background: -moz-linear-gradient(left, #247ac1 0%, #5da3d5 100%);
background: -webkit-linear-gradient(left, #247ac1 0%,#5da3d5 100%);
background: linear-gradient(to right, #247ac1 0%,#5da3d5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#247ac1', endColorstr='#5da3d5',GradientType=1 );
    color: #fff;
    width: 150px;
    box-sizing: border-box;
    padding: 5px 0;
    border-radius: 20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.home-post .tit{
	max-width:506px;
}
.home-post .table{
	max-width:506px;
}
.home-post .home-news .tit,.home-post .home-news .table{
	padding-right:8.36%;
}
.home-post .home-blog .tit,.home-post .home-blog .table{
	padding-left:8.36%;
}
.home-post dt{
	color:#126ab2;
	font-size:14px;
	font-weight:bold;
}
.home-post  dd{
	font-size:14px;
	font-weight:bold;
}
.home-post  dl{
	padding:10px 0;
	border-bottom:1px solid #c9c9c9;
}
.home-post .table+p{
	text-align:right;
	font-size:48px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:110%;
}
.home-post .home-blog .table+p{
	color:#eee;
}
@media only screen and (max-width: 599px){
	.home-post .box{
		width:100%;
	}
	.home-post .home-news .tit,.home-post .home-news .table{
		padding-right:0;
	}
	.home-post .home-blog .tit,.home-post .home-blog .table{
		padding-left:0;
	}
	.home-post .table,.home-post .tit{
		max-width:none;
	}
	.home-blog .inner{
		width:95%;
		margin:0 auto;
		padding-right:0;
	}
	.home-news .inner{
		width:95%;
		margin:0 auto;
		padding-left:0;
		max-width:none;
		float:none;
	}
}

.home-info{
	position:relative;
	overflow:hidden;
	padding:35px 0 80px 0;
}
.home-info .bkimg{
	width:250vh;
	/*height:100%;*/
	background:#000;
	top: 0;
  left: 0%;
  -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.home-info .bkimg img{
	filter: blur(5px);
	opacity:0.43;
	height:105% !important;
	object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;';
  
}
.home-info .w11{
	position:relative;
	z-index:1;
}
.home-info #map{
	width:50%;
	height:400px;
	float:right;
	margin-bottom:20px;
}

.home-info .tbox{
	float:left;
	width:47.81%;
}
.home-info  h3 img{
	vertical-align:middle;
	margin-right:15px;
	
}
.home-info h3{
	font-size:24px;
	color:#fff;
	padding:0 0 10px 0;
}

.home-info  .tel{
	font-size:40px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:5px;
}
.home-info  .tel img{
	vertical-align:middle;
	margin-right:13px;
}
.home-info  .tel a{
	color:#fff;
}
.home-info dt+dd{
	color:#fff;
	padding:0 0 10px 0;
}
.home-info dd li{
	width:49%;
	float:left;
}
.home-info dd li+li{
	padding:0 0 0 1%;
}
.home-info dd li a{
	display:block;
	background:#126ab2;
	border:2px solid #969593;
	color:#fff;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	padding:20px 0;
}
.home-info dd li a img{
	margin-right:0.5em;
	vertical-align:middle;
}
.home-info dl{
	padding-bottom:20px;
}
.home-info dl+ul li{
	color:#fff;
	font-size:14px;
}
.home-info dl+ul{
	padding:0 0 20px 0;
}
@media only screen and (max-width: 1020px){
	.home-info h3 img{
		width:100px;
	}
	.home-info h3{
		font-size:18px;
	}
	.home-info .tel{
		font-size:24px;
	}
	.home-info dt+dd{
		font-size:12px;
	}
}
@media only screen and (max-width: 599px){
  .home-info .bkimg{
    width: 600vh;
    margin-left: -300px;
  }
	.home-info #map{
		float:none;
		width:auto;
	}
	.home-info .tbox{
		float:none;
		width:auto;
	}
	.home-info{
	  padding-bottom: 20px;
	}
}
/*lesson*/
.lesson1{
padding: 100px 0 130px 0;
}
.lesson1 li{
max-width:260px;
width: 23.63%;
margin: 0 20px 20px 0;
}
.lesson1 li:nth-of-type(4n){
margin-right: 0;
}
.lesson1 li a{
display: block;
text-align: center;
color: #fff;
padding: 2px;
border-radius: 10px;
font-size: 20px;
background: url(/import/tenant_1/153.126.179.16/html/images/lesson/lesson_icon_01.png) no-repeat 242px 50% #012c7c;
position: relative;
}
.lesson1 li a strong{
position: relative;
display: block;
border: 2px solid #f1f1f1;
border-radius: 10px;
padding: 35px 0;
overflow: hidden;
}
.lesson1 li a .t{
/*position: absolute;
font-size: 30px;
color: #6d7ba3;
bottom: -2px;
right: 0;*/
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 30px;
    opacity: 0.3;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 105%;
    font-weight: bold;
}
.lesson2.pro1{
padding-top: 0;
}
.lesson2.pro1 .box{
position: relative;
padding-top: 100px;
margin-top: -100px;
}


.lesson2.pro1 .box .pic{
width: 700px;
}
.lesson2.pro1 .box .txt{
width: 350px;
padding-bottom: 100px;
}
.lesson2.pro1 .h3s strong{
font-size: 50px;
line-height: 110%;
}
.lesson2.pro1 .box .link{
position: absolute;
bottom: 50px;
}
.lesson2.pro1 .box:nth-of-type(odd) .link{
left: 0;
}
.lesson2.pro1 .box:nth-of-type(even) .link{
right: 0;
}
.lesson2.pro1 .box .link li{
padding-top: 10px;
width: 350px;
}
.lesson2.pro1 .box .link li a{
display: block;
color: #126ab2;
font-size: 18px;
font-weight: bold;
border: 1px solid #126ab2;
padding: 18px 0 18px 18px;
background: url(/import/tenant_1/153.126.179.16/html/images/lesson/lesson_icon_02.png) no-repeat 95% 26px;
}
@media only screen and (max-width: 1150px){
.lesson1 li a{
font-size: 14px;
background:url(/import/tenant_1/153.126.179.16/html/images/lesson/lesson_icon_01.png) no-repeat 220px 50% #012c7c;
}

}
@media only screen and (max-width: 1020px){
.lesson1 li{
width: 47%;
margin: 0 1.5% 10px 1.5%;
}
.lesson1 li:nth-of-type(4n){
margin-right: 1.5%;
}
/*.lesson1 li a{
font-size: 14px;
}*/
.lesson2.pro1 .box .pic,.lesson2.pro1 .box .txt{
width: 100%;
}
.lesson2.pro1 .box .link{
position: relative;
bottom: auto;
left: auto;
right: auto;
padding-top: 50px;
}
.lesson2.pro1 .h3s strong{
font-size: 24px;
}
.lesson2.pro1 .box .link li{
width: 70%;
margin:0 auto;
}
.lesson2.pro1 .box .link li a{
font-size: 14px;
}
.lesson2.pro1 .box .txt{
padding-bottom: 0;
}
}


@media only screen and (max-width: 1024px){
  .lesson1{
    padding-top: 70px;
    padding-bottom: 60px;
  }
}



@media only screen and (max-width: 599px){
  .lesson2.pro1 .box{
    padding-top: 50px;
    margin-top: -50px;
  }
  
  
.lesson1 li a{
  font-size: 14px;
  min-height: 76px;
  position:relative;
  display: block;
    background: #012c7c;
    margin: 2px;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 25px 0;
    box-shadow: 0px 0px 0px 2px #012c7c;
    border-radius: 10px;
    border: 2px solid #fff;
    box-sizing: border-box;
    background: url(/import/tenant_1/153.126.179.16/html/images/lesson/lesson_icon_01.png) no-repeat 98% 50% #012c7c;
}
.lesson1 li a strong{
  overflow: visible;
 position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 30px;
    border:0px;
    padding:0;
    z-index: 1;
    padding-right: 12px;
    padding-left: 12px;
}
.lesson1 li a .t{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
    opacity: 0.3;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 105%;
    font-weight: bold;
}
.lesson1{
  padding-top: 30px;
  padding-bottom: 40px;
}
.lesson2.pro1 .box .link{
   padding-top: 20px;
}
.lesson2.pro1 .box .link li{
  margin:0 auto;
}
.pro1 .box{
  padding-bottom: 30px;
}
.pro1{
  padding-top: 30px;
}

}
/*about*/
.about1 {
width: 95%;
margin: 0 auto;
padding: 100px 0 70px 0;
}
.about1 h3{
text-align: center;
font-size: 22px;
padding-bottom: 40px;
}
.about1 h3:before{
content:url(/import/tenant_1/153.126.179.16/html/images/about/mk1.gif);
display: inline-block !important;
padding-right: 28px;
padding-top: 10px;
vertical-align: middle;
}
.about1 h3:after{
content:url(/import/tenant_1/153.126.179.16/html/images/about/mk2.gif);
display: inline-block !important;
padding-left: 28px;
vertical-align: middle;
}
.about1 p{
text-align: center;
}
.about2{
background-color: #f2fbfd;
padding: 50px 0;
}
.about2 .box{
max-width: 975px;
width: 95%;
margin: 0 auto;
}
.about2 .box .pic{
width: 400px;
}
.about2 .box .txt{
width:520px; 
}
.about2 .box.pl .pic{
float: left;
}
.about2 .box.pl .txt{
float: right;
}
.about2 .box.pr .pic{
float: right;
}
.about2 .box.pr .txt{
float: left;
}
.about3{
width: 95%;
margin: 0 auto;
background: url(/import/tenant_1/153.126.179.16/html/images/about/bgmk.gif) no-repeat top center;
padding: 124px 0 70px 0;
}
.about3 p{
text-align: center;
line-height: 230%;
}
.about3 p strong{
font-size: 23px;
color: #012c7c;
}
.about4{
position: relative;
overflow: hidden;
background: #000;
margin-bottom: 100px;
}
.about4 .txt{
max-width: 550px;
width: 50%;
float: right;
background-color: rgba(0,0,0,0.7);
padding: 180px 0 ;
position: relative;
z-index: 1;
}
.about4 .txt p{
text-align: center;
color: #fff;
font-size: 20px;
font-weight: bold;
}
.about4 .pic{
width: 100%;
height: auto;
position: absolute;
top:0;
left: 0;
}
.about5 .box .pic{
width: 550px;
}
.about5 .box .txt{
width: 410px;
padding: 60px 70px 0 70px;
}
.about5 .box .txt p{
font-size: 18px;
}
.about5 .box:nth-of-type(odd) .pic{
float: right;
}
.about5 .box:nth-of-type(odd) .txt{
float: left;
}
.about5 .box:nth-of-type(even) .pic{
float: left;
}
.about5 .box:nth-of-type(even) .txt{
float: right;
}
.about5 {
padding-bottom: 100px;
}
.about6{
position: relative;
padding-top: 100px;
padding-bottom: 100px;
}
.about6 .txt{
width: 430px;
padding: 90px 110px 150px 110px;

background-color: rgba(255,255,255,0.8);
position: relative;
z-index: 1;
float: right;
}
.about6 .txt p{
font-size: 18px;
}
.about6 .pic{
position: absolute;
top:0;
z-index: 0;
}

@media only screen and (max-width: 1700px){
.about4 .pic{
width: 152vw;
margin-left: -20vw;
}
}



@media only screen and (max-width: 1020px){
.about1 h3{
font-size: 14px;
}
.about2 .box .pic{
width: 100%;
text-align: center;
padding-bottom: 30px;
}
.about2 .box .txt{
width: 100%;
}
.about2 .box.pl .pic,.about2 .box.pl .txt,.about2 .box.pr .pic,.about2 .box.pr .txt{
float: none;
}
.about4 .txt{
width: 100%;
margin: 0 auto;
float: none;
padding: 60px 0;
}
.about4 .txt p{
font-size: 16px;
}
.about4 .pic{
position: relative;
width:100%;
margin-left: 0;
}
.about5 .box .pic{
width: 100%;
text-align: center;
}
.about5 .box .txt{
width: 100%;
padding: 30px 0 100px 0 ;
}
.about5 .box .txt p{
font-size: 14px;
}
.about5 .box:nth-of-type(odd) .pic,.about5 .box:nth-of-type(odd) .txt,.about5 .box:nth-of-type(even) .pic,.about5 .box:nth-of-type(even) .txt{
float: none;
}
.about5{
padding-bottom: 0;
}
.about6{
padding: 0;
}
.about6 .txt{
width: 100%;
padding: 30px 0 100px 0;
float: none;
}
.about6 .txt p{
font-size: 14px;
}
.about6 .pic{
position: relative;
}
}
.sp_db{
  display: none;
}

@media only screen and (max-width: 599px){
/*.about1 h3:before,.about1 h3:after{
content: block;
}*/

.about1 h3{
  height: 30px;
  position: relative;
}

.about1 h3:before{
   content: url('/upload/tenant_1/5b042c4e10b315d3a665df74b6037b74.png');
  padding-right: 0px;
    padding-top: 10px;
    display: block;
    position: absolute;
    bottom: 25px;
    left:0;
}
.about1 h3:after{
   content: url('/upload/tenant_1/3f28640db1059b277d021922df20ef37.png');
   padding-left: 0px;
    padding-top: 10px;
     display: block;
     position: absolute;
     bottom: 25px;
     right: 0;
}
.sp_db{
  display: block;
}





.about3 p strong{
font-size: 16px;
}
.about4 .txt{
padding: 50px 0;
}
.about4 .txt p{
font-size: 14px;
}
.about1{
 padding: 30px 0 30px 0;
}
.about3{
  padding: 30px 0 30px 0;
}
.about2{
  padding-top: 30px;
}
.about4{
  margin-bottom: 30px;
}
.about5 .box .txt,.about6 .txt{
  padding: 20px 0 30px 0; 
}


}
/*beginner*/
.beginner1 li{
width: 33.3%;
position: relative;
min-height: 380px;
}
.beginner1 li dt{
font-size: 40px;
color: #126ab2;
font-family:Arial, Helvetica, sans-serif;
border-bottom: 1px solid #126ab2;
margin-bottom: 25px;
font-weight: bold;
}
.beginner1 li dd{
font-size: 18px;
}
.beginner1 li dl{
width: 81%;
padding:70px 13.6% 0 7%;
}
.beginner1 li:after{
content: "";
display: block;
-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
clip-path: polygon(100% 50%, 0 0, 0 100%);
width:13.6%;
height: 380px;
position: absolute;
right: -13.6%;
top:0;
}
.beginner1 li:nth-of-type(1){
background-color: #f3f9fb;
z-index: 3;
}
.beginner1 li:nth-of-type(1):after{
background-color: #f3f9fb;
}
.beginner1 li:nth-of-type(2){
background-color: #dbf3fa;
z-index: 2;
}
.beginner1 li:nth-of-type(2) dl{
padding-left: 60px;
}
.beginner1 li:nth-of-type(2):after{
background-color: #dbf3fa;
}
.beginner1 li:nth-of-type(3){
background-color: #d8ebf1;
z-index: 1;
}
.beginner1 li:nth-of-type(3) dl{
padding-left: 60px;
}
.beginner1 li:nth-of-type(3):after{
content: none;
}
.beginner1 ul{
padding-bottom: 50px;
}
@media only screen and (max-width: 1020px){
.beginner1 li{
width: 100%;
min-height: auto;
}
.beginner1 li dl{
width: 90%;
padding: 30px 5%;
}
.beginner1 li dt{
font-size: 18px;
}
.beginner1 li dd{
font-size: 14px;
}
.beginner1 li:after{
content: none;
}
.beginner1 li:nth-of-type(2) dl,.beginner1 li:nth-of-type(3) dl{
padding-left: 5%;
}
}
.beginner-ad{
	padding:0 0 180px 0;
}

.beginner-ad .wrap{
	position:relative;
	overflow:hidden;
	padding:50px 0;
}
.beginner-ad .wrap .bkimg{
  width: 300vh;
/*	width:100%;*/
	bottom:0;
	top:auto;
    left: auto;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.beginner-ad .wrap .bkimg img{
/*	height:100% !important;*/
	width:auto !important;
	max-width:none;
	opacity:0.8;
	
}
.beginner-ad .w11{
	position:relative;
	z-index:1;
	box-sizing:border-box;
	padding-left:2.5%;
	padding-right:2.5%;
	background:rgba(255,255,255,0.8);
	padding-bottom:100px;
	padding-top:50px;
}
.beginner-ad .table{
	max-width:600px;
	margin:0 auto;
}
.beginner-ad dl{
	border-bottom:1px solid #c8c8c9;
	padding:18px 0 20px 112px;
	background:url(/import/tenant_1/153.126.179.16/html/images/check_icon.png) 60px 18px no-repeat;
}
.beginner-ad  dt{
	padding:18px 0 10px 0;
	font-size:18px;
	font-weight:bold;
	color:#126ab2;
}

@media only screen and (max-width: 1024px){
.beginner-ad{
  padding-bottom: 90px;
}
}


@media only screen and (max-width: 599px){
	.beginner-ad dl{
		padding-left:50px;
		background-position:0 18px;
		background-size: 28px;
    background-position-y: 40px;
    background-position-x:15px;
	}
	.beginner-ad dt{
		font-size:16px;
	}
	.beginner-ad .wrap .bkimg img{
	object-position: right;
  font-family: 'object-fit: cover; object-position: right;';
  margin-left: -200px;
}
.beginner-ad{
  padding-bottom: 30px;
}
.beginner-ad .w11{
  padding-top: 30px;
  padding-bottom: 30px;
}


}

.beginner2{
	border:2px solid #126ab2;
	border-radius:15px;
	margin-bottom:198px;
	overflow:hidden;
	padding:65px 4.5% 0 4.5%;
	box-sizing:border-box;
}

.beginner2 .pic{
	float:left;
	width:39.9%;
}
.beginner2 .tbox{
	float:right;
	width:45.45%;
	padding:0 0 0 0;
}
.beginner2 h4{
	font-size:18px;
	color:#126ab2;
}
.beginner2 .box{
	padding:0 0 40px 0;
}
.beginner2  .tbox dt{
	float:left;
}
.beginner2  .tbox dd{
	text-align:right;
}
.beginner2  .tbox dl{
	padding:10px 0;
	border-bottom:1px solid #eee;
}


@media only screen and (max-width: 1024px){
.beginner2{
 margin-bottom: 70px; 
}
}


@media only screen and (max-width: 599px){
	.beginner2 .pic{
		float:none;
		width:auto;
		text-align:center;
		padding-bottom:20px;
	}
	.beginner2 .tbox{
		float:none;
		width:auto;
	}
	.beginner2{
	 padding: 20px 4.5% 0 4.5%;
	  margin-bottom: 30px;
	}
	   
	
}



/* 2022.02.03 */

.bangou01{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 30px;
}

.c-btn .c2{
	position:fixed;
	top:62px;
	right:0;
}

.c-btn .c2 li{
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
	padding:0 0 5px 0;
	min-height:200px;
}
.c-btn .c2 li a{
	display:block;
	color:#fff;
	background:#1970b8;
	padding:0 15px 0 15px;
	text-align:center;
	min-height:220px;
	font-size:15px;
}
.c-btn .c2 li a img{
  width: 28px;
  height: 28px;
	vertical-align:baseline;
	margin-bottom:10px;
}
.c-btn .c2 .c-tel a{
	background:#9ac5e1;
}
.pc-only {
  display: block;
}
.tab-only {
  display: none;
}
.sp-only {
  display: none;
}

/*top sp-tab*/
.home1 h2 {
  font-size: 45px;
  font-weight: bold;
  color: #126ab2;
  margin: 20px 0;
  text-align: center;
}
.home1 {
  padding-bottom: 100px;
}

.home1 .lists .box {
  display: block;
  margin: 50px auto 30px;
}

.home1 .lists .box.box2 {
  padding: 15px 15px 30px;
	background: #fff;
}

.home1.pc-only .lists .box {
  display: block;
  margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .c-btn .c2 {
    display: flex;
    top: initial;
    bottom: 0;
    width: 100%;
  }
  .c-btn .c2 li {
    writing-mode: vertical-rl;
    -webkit-writing-mode: initial;
    width: 33.333%;
    min-height: initial;
    padding: 0;
  }
  .c-btn .c2 li a{
    min-height: initial;
    font-size: 16px;
    padding: 10px 15px;
  }
  .c-btn .c2 li a img {
    margin-bottom: -5px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
  }
  .home1 h2 {
    font-size: 40px;
  }
  .home1 .lists .box.box2 {
    padding: 15px;
  }
  .pc-only {
    display: none;
  }
  .tab-only {
    display: block;
  }
}
  

@media only screen and (max-width: 599px) {
  .home1 h2 {
    font-size: 36px;
  }
  .c-btn .c2 li a{
    padding: 5px 15px;
    font-size: 13px;
  }
  .sp-only {
    display: block;
  }
  .home1 .lists .box {
    margin: 30px auto 0;
  }
}
