@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1024px) {
.flex {
		max-width: none;
	}

	.flexc {
		max-width: none;
	}

	.flexs {
		max-width: none;
	}

	.flexb {
		max-width: none;
	}
}


.footnav{
	background:#9fa3a5;
	padding:20px 0;
}

.footnav li a{
	color:#fff;
}
.footnav li{
	padding:0 1em;
}
.footnav ul{
	max-width:1200px;
	margin:0 auto;
	width:95%;
}

#footer .flexb{
	max-width:710px;
	margin:0 auto;
	padding:48px 0 30px 0;
	width:95%;
}
#footer .flexb .right{
	width:50.84%;
	padding:0 0 10px 0;
}
#footer .flexb .logo{
	width:42.11%;
	padding:0 0 20px 0;
}

#footer .flexb .right p a{
  position: relative;
	display: block;
	text-indent: 1.5rem;
	color:#fff;
	font-size:20px;
	padding:18px 0;
	background:#1e296e;
	border-radius:5px;
	border: 1px solid #1e296e;
}
#footer .flexb .right p a:after{
  font-family: "FontAwesome";
  font-size: 1.5rem;
  content: '\f105';
  font-weight: 400;
  padding-left: 8px;
}
#footer .flexb .right p a:hover{
	background: #fff;
  color: #1e296e;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#footer .flexb .right p{
	padding:0 0 12px 0;
}
#footer .flexb .right li a img{
	margin-right:0.5em;
	vertical-align:middle;
}
#footer .flexb .right li+li{
	padding-left:1em;
}
#footer .flexb .right li{
	padding:0 0 10px 0;
}

#footer .copy{
	text-align:center;
	background:#1e296e;
	color:#fff;
	padding:20px 2.5%;
}
@media only screen and (max-width: 1024px) {
	#footer .flexb .right p a{
		font-size:14px;
		text-align: center;
	}
	#footer .flexb .right p a:after{
		vertical-align: text-bottom;;
	}
	#footer .flexb .right li+li{
		padding-left:0;
	}
	#footer .flexb .right li{
		padding-right:1em;
	}
	#footer .flexb .right li:last-child{
		padding-right:0;
	}
}
@media only screen and (max-width: 599px) {
	#footer .flexb .logo{
		width:100%;
		text-align:center;
	}
	#footer .flexb .right{
		width:100%;
		max-width:360px;
		margin:0 auto;
	}
	
}
#wrapper{
	padding-top:0 !important; 
}
.nb{
		display:block;
		position:fixed;
		top:0px;
		left:0px;
		margin-top:0;
		cursor:pointer;
		z-index:100;
		padding:20px;
		background:rgba(255,255,255,0.5);
	}
.nb .n{
		display:inline-block !important;
		width:44px;
		height:44px;
		text-indent:-9999px;
		background:url(/import/tenant_1/153.126.199.146/html/images/nb.png) 0 0 no-repeat;
}
.w10{
	max-width:1000px;
	width:95%;
	margin:0 auto;
}
.overlay .nb{
	opacity:0;
	background:none;
}
.overlay #gnav .nb{
	opacity:1;
	position:absolute;
}
#gnav{
	overflow:hidden;
		display:block;
    position: fixed;
    top: 0;
    left: 0;
	height:100%;
	background:none;

    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:151;
	border:none;
	
}

#gnav .in{
	position:relative;
		width: calc(100% + 17px);
		height: 100vh;
		overflow-y: scroll;
		background:rgba(255,255,255,0.9);
}
#gnav.action{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
}
#gnav{
		width:250px;
		-webkit-transform: translateX(-250px);
        transform: translateX(-250px);
	}
#gnav[data-element-id]{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
    position: static;
	}
	#gnav[data-element-id] ul{
	  margin-top: 70px;
}

#gnav li{
		padding-left:30px;
		font-size:14px;
		padding-bottom:10px;
}
#gnav ul{
	padding-top:70px;
}

	.overlay .nb {
    display: block;
    width: 38px;
    height: 38px;
	z-index:102;
}
.overlay .nb span.n {
	background-image:url(/import/tenant_1/153.126.199.146/html/images/nbac.png);
    -webkit-transition: ease .10s;
    transition: ease .10s;
}

.overlay:after{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:141;
	}
	.overlay[data-element-id]:after{
	  content: none;
}
	
.mores a{
  display: inline-block !important;
  background: #1e296e;
  font-weight: bold;
  color: #fff;
  border: 1px solid #1e296e;
}
.mores a:before{
  font-family: "FontAwesome";
  font-size: 1.3rem;
  content: '\f002';
  font-weight: 400;
  padding-right: 5px;
  vertical-align: bottom;
}
.mores a:hover{
    background: #fff;
    color: #1e296e;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.buy a{
  width: 180px;
	display:inline-block !important;
	text-align: right;
	color:#fff;
	padding:12px 1em 12px 0;
	background:#cc0000;
	font-weight:bold;
	border: 1px solid #cc0000;
}
.buy a:after{
  font-family: "FontAwesome";
  font-size: 1.3rem;
  content: '\f105';
  font-weight: 400;
  padding-left: 2.5em;
  vertical-align: text-bottom;
}
.buy a:hover{
	background: #fff;
  color: #cc0000;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}



.rbuy a{
  width: 120px;
	display:inline-block !important;
	text-align: right;
	color:#fff;
	padding:12px 1em 12px 0;
	background:#cc0000;
	font-weight:bold;
	border: 1px solid #cc0000;
}
.rbuy a:after{
  font-family: "FontAwesome";
  font-size: 1.3rem;
  content: '\f105';
  font-weight: 400;
  padding-left: 1em;
  vertical-align: text-bottom;
}
.rbuy a:hover{
	background: #fff;
  color: #cc0000;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


.back a{
	display:block;
	text-align:center;
	color: #fff;
	background:#1e296e;
	font-size:18px;
	font-weight:bold;
	padding:20px 0;
	border: 1px solid #1e296e;
}
.back a:hover{
	background: #fff;
  color: #1e296e;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
	.nb{
		padding:10px;
	}

	#gnav ul{
		padding-top:55px;
	}
	#gnav .logo img{
		width:100px;
	}
	#gnav dl{
		padding-bottom:20px;
		padding-left:20px;
	}
	#gnav li{
		padding-bottom:5px;
		padding-left:20px;
	}
}

#header h1{
	height:1px;
	margin-top:-1px;
	text-indent:-9999px;
}
#header{
	position:relative;
}
#header .fb{
	position:absolute;
	top:18px;
	right:2.5%;
	z-index:100;
}
.footfix[data-element-id]{
  display: block;
  position: relative;
}
.footfix{
	box-sizing:border-box;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 150;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);

}

.footfix .tel {

    width: 65%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
	font-weight:bold;

}
.footfix .tel img{
	vertical-align:middle;
	margin-right:5px;
	max-width:20px !important;
}
.footfix .contactbtn {

    width: 30%;

}
.footfix .tel a {
    color: #000;
    display: block;
    font-size: 22px;
    position: relative;
    text-align: center;

}
.footfix .tel .m{
	font-size:12px;
}
.footfix .contactbtn a {
    background: #1e296e;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 2px 10px;

}
@media only screen and (max-width: 1024px) {
	.footfix{
		display:block;
	}
	.footfix .flexb{
	max-width:600px;
	}
	#footer{
		padding-bottom:36px;
	}
}
@media only screen and (max-width: 599px) {
	.footfix .tel a {
		font-size:18px;
	}
}
.subtit{
	position:relative;
  margin: 0 auto;
}
.subtit .img{
	text-align:right;
}
.subtit img{
	width:auto;
}
.subtit .in{
	position:absolute;
	max-width:1200px;
	width:95%;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index:2;
}
.subtit .in h2{
	position:absolute;
	top:50%;
	left:0;
	text-align:left;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#1e296e;
}
.subtit .in h2 .n{
	display:block;
	font-weight:normal;
	font-size:27px;
	line-height:110%;
}
.subtit .in h2 strong{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80px;
	font-style:italic;
	line-height:110%;
	display:block;
}
.subtit .in h2 strong:first-letter{
	color:#cc0000;
}

.subtit .img .w{
  width: 100%;
  max-width: 700px;
	display:block;
	float: right;
	position:relative;
}
.subtit .img .w:before{
	content:"";
	width:150px;
	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 );
z-index: 1;
}
@media only screen and (max-width: 1024px) {
	.subtit .in h2 strong{
		font-size:30px;
	}
	.subtit .in h2 .n{
		font-size:14px;
	}
}
@media only screen and (max-width: 599px) {
/*
  .subtit .img img{
		opacity:0.4;
	}
*/
}

/*privacypolicy*/
.policylist{
	padding: 60px 0 90px 0;
}
.policylist p{
	padding:0 0 20px 0;
}
.policylist h3{
	font-size:18px;
	border-bottom:1px solid #cacaca;
	padding:0 0 15px 0;
	margin-bottom:20px;
}
.policylist ul{
	padding:0 0 20px 2em;
}
.policylist .box{
	padding:0 0 25px 0;
}
.policylist .list{
	padding-top:25px;
}
@media only screen and (max-width: 1024px) {
  .privacypolicy .subtit .w{
    width: 80%
  }
}

/*contact*/

.contactwrap{
	background:url(/import/tenant_1/153.126.199.146/html/images/bg_line.gif) 0 0 repeat;
}
.contactwrap .inner{
	max-width:844px;
	padding:40px 0 98px 0;
}
.contactwrap p{
	text-align:center;
	padding:0 0 20px 0;
}
.contactwrap .table{
	padding:15px 0 0 0;
}
.contactwrap dl{
	border-left:#1e296e 5px solid;
	margin-bottom:3px;
	padding:10px 0 15px 24px;
}
.contactwrap dt{
	font-size:18px;
	font-weight:bold;
	padding:0 0 12px 0;
}
.contactwrap dt .reqw{
  display: block;
  font-size: 12px;
  color: red;
}
.contactwrap dt strong{
	font-size:16px;
	background:#cc0000;
	color:#fff;
	padding:3px 1em;
	margin-left:1em;
}
.contactwrap dd .size1{
	border:none;
	width:100%;
	box-sizing:border-box;
	padding:7px;
}
.contactwrap dd textarea{
	width:100%;
	border:none;
	box-sizing:border-box;
	padding:7px;
	height:400px;
}
.contactwrap .table{
	padding-bottom:25px;
}
.formbtn #send,.formbtn #back{
	width: 200px;
  display: inline-block !important;
  text-align: left;
  padding: 12px 0 12px 1em;
  background: #1e296e;
  font-weight: bold;
  color: #fff;
  border: 1px solid #1e296e;
  margin: 10px;
}
.formbtn #back{
  padding: 12px 0 12px 1.4em;
}
.formbtn #back{
  padding: 12px 0 12px 1em;
}
.formbtn #back:before{
  font-family: "FontAwesome";
  font-size: 1.3rem;
  content: '\f104';
  font-weight: 400;
  padding-right: 3.4em;
  vertical-align: text-bottom;
}
.formbtn #send:before{
  font-family: "FontAwesome";
  font-size: 1.3rem;
  content: '\f0e0';
  font-weight: 400;
  padding-right: 2.3em;
  vertical-align: text-bottom;
}
.formbtn #send:hover,.formbtn #back:hover{
	background: #fff;
  color: #1e296e;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.btn_top a{
  width: 200px;
	display: inline-block !important;
	text-align: left;
  background: #1e296e;
  font-weight: bold;
  padding: 12px 0 12px 1.4em;
  color: #fff;
  border: 1px solid #1e296e;
  margin: 10px;
}
.btn_top a:before{
  font-family: "FontAwesome";
  font-size: 1.3rem;
  content:'\f104';
  font-weight: 400;
  padding-right: 2.5em;
  vertical-align: text-bottom;
}
.btn_top a:hover{
	background: #fff;
    color: #1e296e;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .contact .subtit .w{
    width: 80%
  }
	.contactwrap dt{
		font-size:14px;
	}
	.contactwrap dt strong{
		font-size:12px;
	}
	.contactwrap dd textarea{
		height:200px;
	}
	.contactwrap dl{
		padding-left:10px;
	}
}

/*business*/
/*.business .subtit{
	max-width: 1200px;
}*/
.business .subtit .in .bk{
	width: 65%;
}
.business .subtit .img{
	width: 62%;
  float: right;
  margin-right: -5%;
}
.business .subtit .img .w{
	  width: 100%;
}
.businesswrap .pic{
	float:left;
	max-width:48.42%;
	padding:0 0 20px 0;
}
.businesswrap .tbox{
	padding:0 0 0 50%;
	max-width:50%;
}
.businesswrap h3{
	text-align:center;
	color:#1e296e;
	font-size:60px;
	line-height:160%;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	margin-bottom:30px;
}
.businesswrap .box{
	padding:40px 0 50px 0;
}
.businesswrap .box:nth-child(2n+1){
	background:url(/import/tenant_1/153.126.199.146/html/images/bg_line.gif) 0 0 repeat;
}
.businesswrap .box h3 .s{
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#000;
	line-height:160%;
	font-style:normal;
	font-family:Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"游ゴシック",YuGothic,'ＭＳ Ｐゴシック',sans-serif;
}
.businesswrap .tbox p{
	padding:0 0 20px 0;
  line-height: 30px;
}
.business .businesswrap .box:nth-child(2n+1) {
	-webkit-transform: translate(-120px, 0);
  -ms-transform: translate(-120px, 0);
  transform: translate(-120px, 0);
}
.business .businesswrap .box:nth-child(2n+2) {
	-webkit-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  transform: translate(120px, 0);
}
.business .businesswrap .box:nth-child(2n+1).mv,
.business .businesswrap .box:nth-child(2n+2).mv{
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.businesswrap .box:nth-child(2n+2) .pic{
	float:right;
}
.businesswrap .box:nth-child(2n+2) .tbox{
	padding-left:0;
}
@media only screen and (max-width: 1024px) {
  .business .subtit{
		margin-top: 20px;
	}
	.business .subtit .in h2{
		margin-top: 3%;
	}
	.business .subtit .in .bk{
		width: 60%;
    margin-top: 4%;
	}
	.business .subtit .img{
		width: 70%;
    margin-right: -7%;
	}
	.businesswrap h3{
		font-size:26px;
	}
	
}
@media only screen and (max-width: 599px) {
	.businesswrap .pic{
		width:95%;
		max-width:none;
		float:none !important;
	}
	.businesswrap .tbox{
		padding:0;
		max-width:none;
		width:100%;
	}
}
/*message*/
.message .subtit{
	max-width: 1200px;
}
.message .subtit .in .bk{
	width: 65%;
}
.message .subtit .img{
	width: 62%;
  float: right;
  margin-right: -5%;
}
.message .subtit .img .w{
	  width: 100%;
}

.message1{
	position:relative;
	background:#0a0101;
	overflow:hidden;
}
.message1 .inner{
	position:relative;
	z-index:1;
	padding:35px 0 80px 0;
}
.message1 .bkimg{
	opacity:0.6;
}
.message1 .bkimg img{
  width: 100%;
}

.message1 .txt{
	max-width:895px;
	margin:0 auto;
	text-align:center;
}
.message1 .txt p{
	padding:0 0 20px 0;
	color:#fff;
	text-align:center;
}
.message1 h3{

    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 120%;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    margin-bottom: 30px;

}
.message1 h3 .s{

    display: block;
    font-size: 14px;
    font-weight: normal;
    
    line-height: 160%;
    font-style: normal;
    font-family: Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"游ゴシック",YuGothic,'ＭＳ Ｐゴシック',sans-serif;

}
.message1 h3 strong,.businesswrap h3 strong{
	line-height:100%;
	display:block;
	padding-bottom:10px;
}
@media only screen and (max-width: 1024px) {
	.message1 .bkimg{
		position:absolute;
	}
	.message1 .bkimg img{
	  height: 100% !important;
    width: auto !important;
    max-width: none !important;
    min-width: auto !important;
    transform: translateX(-54%);
	}
	.message1 h3{
		font-size:26px;
	}
}
.message .businesswrap .box{
	background:none;
}
.message2.businesswrap .pic{
	float:right;
}
.message2.businesswrap .tbox{
	padding-left:0;
}

.message1 .inner.clearfix .txt{
	/* float:right; */
/*   width:50%; */
  width:80%;
	max-width:none;
}
.message1 .inner.clearfix .txt p{
	text-align:left;
}
@media only screen and (max-width: 599px) {
  	.message1 .bkimg img{
    transform: translateX(-40%);
	}
  .message .subtit{
		margin-top: 20px;
	}
	.message .subtit .in h2{
		margin-top: 3%;
	}
	.message .subtit .in .bk{
		width: 60%;
    margin-top: 4%;
	}
	.message .subtit .img{
		width: 70%;
    margin-right: -7%;
	}
	.message1 .inner.clearfix .txt{
		width:auto;
	}
}
/*thought*/
.thought .subtit {
	max-width:none;
}
.thought .subtit .img img{
	opacity:0.4;
	width:100%;
}
/*.thought .subtit .w{
  max-width: none;
	width: 100%;
  float: none;
}
.thought .subtit .w:before{
	display:none;
}*/
.thought .businesswrap .box:nth-child(2n+1) {
	-webkit-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  transform: translate(120px, 0);
}
.thought .businesswrap .box:nth-child(2n+1).mv{
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (max-width: 599px) {
	.subtit .in h2 strong{
		font-size:24px;
	}
	.thought .subtit .w{
  	width: 120%;
}
}
.thought1{
	background:url(/import/tenant_1/153.126.199.146/html/images/thought/blue_line.gif) 0 0 repeat;
}

.thought1 .inner{
	padding:55px 0 45px 0;
}
.thought1 .inner p{
	padding:0 0 20px 0;
	font-size:16px;
	color:#fff;
	text-align:center;
}

.thought2 .pic{
	width:50%;
	float:right;
}
.thought2 .tbox{
	width:47.75%;
	padding:35px 0 0 0;
}
.thought2 .box:nth-child(2n+1) {
	-webkit-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  transform: translate(120px, 0);
}
.thought2 .box:nth-child(2n+2) {
	-webkit-transform: translate(-120px, 0);
  -ms-transform: translate(-120px, 0);
  transform: translate(-120px, 0);
}
.thought2 .box:nth-child(2n+1).mv,
.thought2 .box:nth-child(2n+2).mv{
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.thought2 .box:nth-child(2n+2) .pic{
	float:left;
}
.thought2 .box:nth-child(2n+2) .tbox{
	padding-left:52.25%;
}

.thought2 .tbox h3 .n{
	display:inline-block !important;
	color:#1e296e;
	font-size:150px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:15px;
}
.thought2 .tbox h3 .w{
	display:inline-block !important;
}
.thought2 .tbox h3 .w strong{
	display:block;
	font-size:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#1e296e;
	padding:15px 0 15px 0;
}
.thought2 .tbox h3 .w .s{
	display:block;
	font-size:14px;
	font-weight:normal;
	line-height:140%;
	
}

.thought2 .tbox h3:after{
	content:"";
	width:100%;
	max-width:212px;
	height:5px;
	background:#cc0000;
	display:block;
	margin-top:5px;
}
.thought2 .tbox h3{
	margin-bottom:20px;
}
.thought2 .tbox p{
	padding:0 0 20px 0;
}

.thought .message1 .inner{
	padding-bottom:40px;
}

.thought3{
	padding:48px 0 50px 0;
}
.thought3 h3{
	font-size:26px;
	padding:5px 0 0 70px;
	color:#1e296e;
	position:relative;
	margin-bottom:30px;
}
.thought3 h3 .n{
	position:absolute;
	width:50px;
	line-height:45px;
	border-bottom:5px solid #db3636;
	top:0;
	left:0;
	text-align:center;
	font-size:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#fff;
	background:#1e296e;
}
.thought3 p{
	padding:0 0 20px 0;
}
.thought3 .box{
	padding-bottom:25px;
}

.thought3 .pic{
	float:right;
	width:48%;
	margin-top:-55px;
}
.thought3 .tbox{
	width:50%;
}
.thought3 .box2{
	padding-top:55px;
}
@media only screen and (max-width: 1024px) {
	.thought2 {
		margin-top: 7%;
	}
	.thought2 .pic{
		width:60%;
		margin: 0 auto;
		float:none !important;
	}
	.thought2 .tbox{
		width:60% !important;
		margin: 0 auto;
		padding-left:0 !important;
		padding-top:0;
	}
	.thought3 h3{
		font-size:20px;
		padding-left:50px;
	}
	.thought3 h3 .n{
		font-size:30px;
		width:40px;
		line-height:35px;
	}
	.thought1 .inner p{
		font-size:14px;
	}
	.thought2 .tbox h3 .n{
		line-height:100%;
		font-size:60px;
	}
	.thought2 .tbox h3 .w strong{
		font-size:30px;
		line-height:120%;
		padding-bottom:0;
	}
}
@media only screen and (max-width: 599px) {
	.thought .subtit .in h2{
		margin-top: 8%;
	}
	.thought2 {
		margin-top: 0;
	}
	.thought3 .pic{
		float:none;
		width:auto;
		margin-left:2.5%;
		margin-right:2.5%;
	}
	
	.thought2 .pic{
		width:100%;
	}
	.thought2 .tbox{
		width:100% !important;
	}
	.thought3 .tbox{
		width:100%;
	}
}

/*faq*/

.faq .subtit img{
	opacity:0.8;
}
.faq .subtit .img .w:before{
	z-index:1;
}

.bkn{
	background:url(/import/tenant_1/153.126.199.146/html/images/bg_line.gif) 0 0 repeat;
}

.postwrap{
	padding:65px 0 0 0;
}
.postwrap #left{
	float:left;
	width:68.83%;
}
.postwrap #side{
	float:right;
	width:22.5%;
}
.postwrap #side dt{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#1e296e;
	font-style:italic;
	font-weight:bold;
	padding:0 0 15px 0;
}
.postwrap #side dt img{
	vertical-align:middle;
	margin-top:-5px;
	margin-right:0.25em;
}
.postwrap #side dd{
	font-size:18px;
	background:url(/import/tenant_1/153.126.199.146/html/images/faq/side_icon.png) 0 50% no-repeat;
	padding:0 0 0 18px;
	margin-bottom:10px;
	box-sizing:border-box;
}
.postwrap #side dl.clearfix dd{
	float:left;
	width:50%;
}
.postwrap #side dl{
	padding-bottom:65px;
}

.pagenav li{
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	padding:0 0.25em;
}
.pagenav li img{
	vertical-align:middle;
	margin-top:-5px;
}
.pagenav li.prev{
	padding-right:0.5em;
}
.pagenav li.next{
	padding-left:0.5em;
}
.pagenav{
	padding-bottom:75px;
}

.faqlist .box{
	background:#fff;
	margin:0 0 33px 0;
	padding:16px 2.9% 0 1.69%;
	position:relative;
	overflow:hidden;
}
.faqlist .box .pic{
	float:left;
	width:30.07%;
	padding:0 0 20px 0;
}
.faqlist .box dl{
	width:67.63%;
	padding:23px 0 0 0;
}
.faqlist .box .new{
  display: none;
	position:absolute;
	top:0;
	right:0;
	background:#cc0000;
	color:#fff;
	font-weight:bold;
	padding:5px 1em;
	transform: skewX(-25deg);
  transform-origin: bottom left;
  box-shadow:4px 4px 0px 0px #880505;
}
.faqlist .box .new img{
	margin-right:0.5em;
}
.faqlist .box .new .w{
	display:inline-block !important;
	transform: skewX(25deg);
}
.faqlist .box dt{
	padding:0 0 20px 60px;
	font-size:20px;
	font-weight:bold;
	position:relative;
}
.faqlist .box dt .q{
	position:absolute;
	top:0;
	left:0;
	font-size:50px;
	color:#1e296e;
	font-family:Arial, Helvetica, sans-serif;
}
.faqlist .box dd .d{
	background:url(/import/tenant_1/153.126.199.146/html/images/time_icon.gif) 0 center no-repeat;
	display:inline-block !important;
	padding:0 1em 0 28px;
	color:#1e296e;
}
.faqlist .box dd .c{
	display:inline-block !important;
	background:#1e296e url(/import/tenant_1/153.126.199.146/html/images/faq/category_icon_mini.gif) 1em center no-repeat;
	color:#fff;
	padding:8px 1.5em 8px 2.5em;
}

.faqlist .box dd+dd{
	padding:25px 0 20px 0;
	text-align:right;
}
.faqlist .box dd+dd a{
	display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #cc0000;
    max-width: 100%;
    font-weight: bold;
    width: 178px;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    border: 1px solid #cc0000;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 auto;
}
.faqlist .box dd+dd a:hover{
  background: #fff;
  color: #cc0000;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.faqlist{
	padding-bottom:45px;
}
.toC a{
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #cc0000;
    max-width: 100%;
    font-weight: bold;
    color: #fff;
    padding: 20px 10px;
    margin-bottom: 40px;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
      border: 1px solid #cc0000;
}
.toC a:hover{
  background: #fff;
  color: #cc0000;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.toC a span{
  position: relative;
  display: inline-block;
}
.toC a span:before{
    font-family: "FontAwesome";
    content: '\f0e0';
    font-weight: 400;
        padding-right: 0.5em;
    vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .faq .subtit .w{
    width: 80%
  }
	.postwrap #side{
		float:none;
		width:auto;
	}
	.postwrap #left{
		float:none;
		width:auto;
		max-width:826px;
		margin-left:auto;
		margin-right:auto;
	}
	.faqlist .box dt{
		font-size:16px;
		padding-left:40px;
	}
	.faqlist .box .new{
		font-size:12px;
	}
	.faqlist .box dt .q{
		font-size:36px;
	}
}
@media only screen and (max-width: 599px) {
	.faqlist .box .pic{
		float:none;
		text-align:center;
		width:50%;
	}
	.faqlist .box dl{
		width:100%;
		padding: 0;
	}
		.faqlist .box dd .d{
		display: block !important;
		margin-bottom: 5px;
	}
}

.faqsingle{
	background:#fff;
	padding:20px 2.28% 40px 2.28%;
	margin-bottom:30px;
}
.faqsingle .meta li{
	display:inline-block !important;
}
.faqsingle .meta li.d{
	background:url(/import/tenant_1/153.126.199.146/html/images/time_icon.gif) 0 50% no-repeat;
	padding:0 1em 0 28px;
	color:#1e296e;
}
.faqsingle .meta li.c{

    display: inline-block !important;
    background: #1e296e url(/import/tenant_1/153.126.199.146/html/images/faq/category_icon_mini.gif) 1em center no-repeat;
    color: #fff;
    padding: 8px 1.5em 8px 2.5em;

}
.faqsingle .meta{
	padding:0 0 20px 0;
}
.faqsingle h3{
	font-size:24px;
	padding:0 0 0 60px;
	position:relative;
	margin-bottom:30px;
}
.faqsingle h3 .q{
	position:absolute;
	top:0;
	left:0;
	font-size:50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1e296e;
}
.faqsingle .pic{
	padding:0 0 25px 0;
}

.faqsingle .a p{
	padding:0 0 20px 0;
}
.faqsingle .a h4{
	font-size:50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#cc0000;
	margin-bottom:15px;
	line-height:1;
}
.postwrap .back{
	padding:0 0 100px 0;
}
.faq1 h3{
	font-size:40px;
	color:#1e296e;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: flex;
	align-items:center;
	margin-bottom:15px;
	line-height:110%;
}
.faq1 h3:after {
	content: "";
	flex-grow: 1;
	display: block;
	border-top:4px solid #1e296e;
	margin-left:1em;
}
.faq1 h3+p{
	padding:0 0 30px 0;
}
.faq1 dl{
	background:#fff;
	box-sizing:border-box;
	width:30.99%;
	padding:10px;
	margin:0 3.51% 30px 0;
}
.faq1 dl dd a{
	display: block;
}
.faq1 dl:nth-child(3n+3){
	margin-right:0;
}
.faq1{
	padding-bottom:20px;
}

.faq1 .d{
	background:url(/import/tenant_1/153.126.199.146/html/images/time_icon.gif) 0 50% no-repeat;
	padding:0 0 0 28px;
	color:#1e296e;
	margin:15px 0 5px 0;
}
.faq1 .c{
   display:inline-block !important;
	background:#1e296e url(/import/tenant_1/153.126.199.146/html/images/faq/category_icon_mini.gif) 1em center no-repeat;
	color:#fff;
	padding:8px 1.5em 8px 2.5em;
	margin-bottom: 5px;
}


.faq1 dt{
	padding:0 0 25px 28px;
	position:relative;
	font-size:18px;
	font-weight:bold;
}
.faq1 dt.news_reco_tit{
  padding-left: 0;
}

.faq1 dt .q{
	font-size:30px;
	color:#1e296e;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:absolute;
	top:0;
	left:0;
}
.faq1 dt .heightLine-q{
	display: block;
}
.faq1 dt+dd{
	text-align:right;
}
.faq1 dt+dd a{
	display:inline-block !important;
	background:#1e296e;
	padding:10px 1em;
	color:#fff;
	font-weight:bold;
	border: 1px solid #1e296e;
}
.faq1 dt+dd a:hover{
	background: #fff;
  color: #1e296e;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.faq1:last-child{
	padding-bottom:100px;
}
@media only screen and (max-width: 1024px) {
	.faqsingle h3{
		font-size:20px;
		padding-left:35px;
	}
	.faqsingle h3 .q,.faqsingle .a h4{
		font-size:30px;
	}
	.faq1 h3{
		font-size:20px;
	}
	.faq1 dt{
		font-size:16px;
	}
}
@media only screen and (max-width: 599px) {
	.faq1 dl{
		width:48%;
		padding: 2%;
		margin-left:1%;
		margin-right:1%;
	}
	.faqsingle .meta li.d{
    display: block !important;
    margin-bottom: 5px;
    }
}

/*news*/

.newslist .box{
	background:#fff;
	margin-bottom:35px;
	padding:20px 2.78% 0 1.81%;
}

.newslist .box .img{
	width:38.19%;
	padding:0 0 20px 0;
}
.newslist .box .img a{
	display: block;
}
.newslist .box dl{
	width:59.26%;
	padding:0 0 20px 0;
}
.newslist .box dd.d{
    width: 100%;
    background: url(/import/tenant_1/153.126.199.146/html/images/time_icon.gif) 0 center no-repeat;
    display: inline-block !important;
    padding: 0 0 0 28px;
    color: #1e296e;
	margin-bottom:5px;

}
.newslist .box dd.c{
  display:inline-block !important;
	background:#1e296e url(/import/tenant_1/153.126.199.146/html/images/faq/category_icon_mini.gif) 1em center no-repeat;
	color:#fff;
	padding:8px 1.5em 8px 2.5em;
	margin-bottom: 10px;
}

.newslist .box dt{
	font-weight:bold;
	font-size:20px;
	padding:0 0 45px 0;
}
.newslist .box dt+dd{
	text-align:right;
}
.newslist .box dt+dd a{
	padding:8px 1em;
}

.newslist .box dt+dd a img{
	margin-right:0.25em;
}
.newslist{
	padding-bottom:30px;
}

.newssingle{
	background:#fff;
	padding:25px 2.17% 0 2.17%;
	margin-bottom:32px;
}
.newssingle ul{
	text-align:center;
}
.newssingle li{
	text-align:center;
	padding:0 0 5px 0;
}
.newssingle li.d .w{

    background: url(/import/tenant_1/153.126.199.146/html/images/time_icon.gif) 0 center no-repeat;
    display: inline-block !important;
    padding: 0 0 0 28px;
    color: #1e296e;

}
.newssingle li.c{
	display: inline-block !important;
  background: #1e296e url(/import/tenant_1/153.126.199.146/html/images/faq/category_icon_mini.gif) 1em center no-repeat;
  color: #fff;
  padding: 8px 1.5em 8px 2.5em;
  margin-bottom: 5px;
}

.newssingle h3{
	font-size:24px;
	text-align:center;
	margin-bottom:25px;
}
.newssingle p{
	padding:0 0 25px 0;
}
@media only screen and (max-width: 1024px) {
  .news .subtit .w{
    width: 80%
  }
	.newssingle h3{
		font-size:18px;
	}
	.newslist .box dt{
		font-size:18px;
	}
}
@media only screen and (max-width: 599px) {
	.newslist .box .img{
		/* width:auto; */
			width:100%;
	}
	.newslist .box dl{
		width:100%;
	}
}
/*produce*/

.producenav{
	padding:65px 0 50px 0;
}
.producenav h3{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#1e296e;
	margin-bottom:30px;
}
.producenav h3 img{
	vertical-align:middle;
	margin-top:-5px;
	margin-right:0.25em;
}
.producenav li{
	min-width:178px;
	padding:0 25px 20px 25px;
}
.producenav li a{
	background:#1e296e;
	color:#fff;
	text-align:center;
	display:block;
	font-weight:bold;
	padding:10px 2.5%;
	border: 1px solid #1e296e;
}
.producenav li a:hover{
	background: #fff;
  color: #1e296e;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.producelist .box{
	background:#fff;
	margin-bottom:50px;
	padding:30px 2.47% 10px 1.76%;
}

.producelist{
	max-width:1132px;
	margin:0 auto;
	padding-bottom:25px;
}

.producelist .box .img{
	width:29.88%;
	padding:0 0 20px 0;
}
.producelist .box .img a{
    display:block;
}
.producelist .box .tbox{
	width:66.88%;
}

.producelist .box .tbox .d{
	color:#1e296e;
	padding:0;
}
.producelist .box .tbox .c{
  display:inline-block !important;
	background:#1e296e url(/import/tenant_1/153.126.199.146/html/images/faq/category_icon_mini.gif) 1em center no-repeat;
	color:#fff;
	padding:8px 1.5em 8px 2.5em;
	margin: 5px 0;
}

.producelist .box .tbox h3{
	font-size:24px;
	padding:0 0 0 0;
	margin-bottom:20px;
}
.producelist .box .tbox .flexb p{
	padding:0 0 20px 0;
}
.producelist .box .tbox dl{
	padding:0 0 20px 0;
	width:calc(100% - 200px);
}
.producelist .box .tbox div.sub_title{
	padding:0 0 20px 0;
	width:calc(100% - 200px);
}

.producelist .box .txt{
	padding:20px 0 0 0;
}
.producelist .box .txt p{
	padding:0 0 20px 0;
}
@media only screen and (max-width: 1024px) {
  .produce .subtit .w{
    width: 80%
  }
	.producelist .box .tbox h3{
		font-size:20px;
	}
}
@media only screen and (max-width: 599px) {
  .produce	.subtit .in h2 {
      margin-top: 8%;
  }
	.producenav li{
		min-width:0;
		width:48%;
		padding-left:1%;
		padding-right:1%;
	}
	.producelist .box .img{
		width: 60%;
		margin-left:auto;
		margin-right:auto;
	}
	.producelist .box .tbox{
		width:auto;
	}
	.producelist .box .tbox dl{
		width:100%;
	}
	.producelist .box .tbox div.sub_title{
		width:100%;
	}
}

.producesingle{
	background:#fff;
	max-width:1132px;
	margin:0 auto 50px auto;
	box-sizing:border-box;
	padding:25px 2.6% 50px 2.6%;
	text-align: center;
}
.produce1{
	padding-bottom:89px;
}

.produce1 .back{
	text-align:center;
}
.produce1 .back a{
	display: inline-block !important;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5em 10px 2em;
  color: #000;
  border-radius: 20px / 50%;
  border: none;
}
.produce1 .back a:before{
  font-family: "FontAwesome";
  font-size: 1.3rem;
  content: '\f104';
  font-weight: 400;
  padding-right: 2em;
  vertical-align: text-bottom;
}
.produce1 .back a:hover{
  background: #000;
  color: #fff;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.produce1 p.d{
	text-align:center;
	padding:0 0 5px 0;
	color:#1e296e;
}
.produce1 h3{
	text-align:center;
	font-size:24px;
	margin-bottom:20px;
}
.produce1 p.c{
  display:inline-block !important;
	background:#1e296e url(/import/tenant_1/153.126.199.146/html/images/faq/category_icon_mini.gif) 1em center no-repeat;
	color:#fff;
	padding:8px 1.5em 8px 2.5em;
	margin-bottom: 5px;
}

.produce1 dt{
	text-align:center;
	font-size:16px;
}
.produce1 dd{
	font-size:16px;
	text-align:center;
}
.produce1 dl{
	padding:0 0 30px 0;
}
.produce1 div.sub_title{
  padding: 0 0 30px 0;
    text-align: center;
    font-size: 16px;

}


.produce1 .img{
  width: 387px;
  margin: 0 auto;
	padding:0 0  30px 0;
}

.produce1 .buy{
	text-align:center;
	padding:0 0 25px 0;
}

.produce1 .txt p{
	padding:0 0 20px 0;
}

.produce2 .wrap{
	padding:45px 0 50px 0;
}
.produce2 .wrap h3{
	font-size:14px;
	font-weight:normal;
	margin-bottom:40px;
}
.produce2 .wrap h3 strong{
	display:block;
	font-size:40px;
	color:#1e296e;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}
.produce2 .wrap h3 .s{
	display:block;
	padding:15px 0 0 0;
}
.produce2 .wrap .box{
	width:31.33%;
	margin:0 3% 40px 0;
	background:#f2f2f2;
	box-sizing:border-box;
	padding:2%;
}
.produce2 .wrap .box:nth-child(3n+3){
	margin-right:0;
}
.produce2 .wrap .box p a{
    display:block;
}
.produce2 .wrap .box .img{
    text-align: center;
}
.produce2 .box .d{
	padding:10px 0 5px 0;
	color:#1e296e;
}
.produce2 .box .c{
  display:inline-block !important;
	background:#1e296e url(/import/tenant_1/153.126.199.146/html/images/faq/category_icon_mini.gif) 1em center no-repeat;
	color:#fff;
	padding:8px 1.5em 8px 2.5em;
	margin-bottom: 10px;
}

.produce2 .box h4{
	font-size:24px;
	line-height:130%;
	padding:0 0 0 0;
	margin-bottom:10px;
}
.produce2 .box dl{
	padding:0 0 20px 0;
}
.produce2 .box .reco_subtit{
  	padding:0 0 20px 0;
}


.produce2 .box .txt p{
	padding:0 0 20px 0;
}
.produce2 .box .txt{
	padding-bottom:10px;
}
.produce2 .box .rbuy{
	text-align:center;
}
.produce2 .wrap:nth-child(2n+2){
	background:url(/import/tenant_1/153.126.199.146/html/images/bg_line.gif) 0 0 repeat;
}
.produce2 .wrap:nth-child(2n+2) .box{
	background:#fff;
}
@media only screen and (max-width: 1024px) {
	.produce2 .wrap h3 strong{
		font-size:20px;
	}
	.produce2 .box h4{
		font-size:18px;
	}
	.produce1 h3{
		font-size:20px;
	}
	.produce1 dt{
		font-size:14px;
	}
	.produce1 dd{
		font-size:14px;
	}
}
@media only screen and (max-width: 599px) {
  .produce1 .img{
    width: 100%;
}
	.produce2 .wrap .box{
		width: 48%;
    margin-left: 1%;
    margin-right: 1% !important;
	}
}

/*column*/

.columnwrap{
	padding-top:60px;
	
}
.columnwrap .inner{
	overflow:hidden;
}
.column1{
	border:#1e296e 6px solid;
	background:#fff;
	position:relative;
	margin-bottom:57px;
	
}

.column1 .pic{
	width:50%;
}

.column1 dl{
	width:44.5%;
	margin:0 2.08% 0 0;
	padding:60px 0 0 0;
}
.column1 dd.new{

    position: absolute;
    top: 20px;
    right: -6px;
    background: #cc0000;
    color: #fff;
    font-weight: bold;
    padding: 8px 1.5em;
    transform: skewX(-25deg);
    transform-origin: bottom left;
    box-shadow: 4px 4px 0px 0px #880505;

}
.column1 dd.new .w{

    display: inline-block !important;
    transform: skewX(25deg);

}
.column1 dd.new .w img{

    margin-right: 0.5em;
	vertical-align:middle;
	margin-top:-5px;

}
.column1 dd.d{

    background: url(/import/tenant_1/153.126.199.146/html/images/time_icon.gif) 0 center no-repeat;
    padding: 0 0 0 28px;
    color: #1e296e;
	margin-bottom:20px;

}
.column1 dt{
	font-size:28px;
	font-weight:bold;
	padding:0 0 50px 0;
}
.column1 dt+dd{
	padding-bottom:20px;
}
.column1 dt+dd a{
	padding:12px 0;
}
.column1 dt+dd a img{
	margin-right:0.5em;
}
/*.columnlist dl:first-of-type*/
.columnwrap .columnlist dl{
	border:#1e296e 6px solid;
	background:#fff;
	position:relative;
	overflow: hidden;
	box-sizing: border-box;
}

.columnwrap .columnlist dl:nth-of-type(n + 2){
	border:#1e296e 3px solid;
}

.columnwrap .columnlist dl:first-of-type .img{
	width:50%;
	float: left
}

.columnwrap .columnlist dl:first-of-type{
	width:100%;
	margin-bottom:57px;
	padding:0px 0 0 0;
}
.columnwrap .columnlist dl dd.new{
    display: none;
    position: absolute;
    top: 20px;
    right: -6px;
    background: #cc0000;
    color: #fff;
    font-weight: bold;
    padding: 8px 1.5em;
    transform: skewX(-25deg);
    transform-origin: bottom left;
    box-shadow: 4px 4px 0px 0px #880505;
}
.columnwrap .columnlist dl dd.new .w{
    display: inline-block !important;
    transform: skewX(25deg);
}
.columnwrap .columnlist dl dd.new .w img{
    margin-right: 0.5em;
	vertical-align:middle;
	margin-top:-5px;
}
.columnwrap .columnlist dl:first-of-type dd.d{
   width: 44.5%;
    background: url(/import/tenant_1/153.126.199.146/html/images/time_icon.gif) 0 center no-repeat;
    padding: 0 0 0 28px;
    color: #1e296e;
  	margin: 60px auto 10px;
    float: right;
}
.columnwrap .columnlist dl:first-of-type dt{
	font-size:28px;
	font-weight:bold;
	padding:0 0 50px 0;
	width: 44.5%;
	float: right;
}
.columnwrap .columnlist dl:first-of-type .c{
  	width: auto;
  	float: right;
}
.columnwrap .columnlist dl:first-of-type dt+dd a{
  width: 40%;
  position: absolute;
  bottom: 5%;
  right: 4.8%;
  box-sizing: border-box;
}
.columnwrap .columnlist dl:first-of-type dt+dd a img{
	margin-right:0.5em;
}

.home-column .columnlist dl:nth-child(3n+1) {
    margin-right: 2.2%;
}

/**/


.columnlist .img{
	width: 100%;
  overflow: hidden;
}
.columnlist .img a{
	display: block;
}
.columnlist dl{
	width:32%;
	margin:0 0 58px 0;
	background:#fff;
	padding-bottom:25px;
	border: #1e296e 3px solid;
	box-sizing: border-box;
}

.columnlist dd.d{
	margin:14px 20px 10px 20px;
	background: url(/import/tenant_1/153.126.199.146/html/images/time_icon.gif) 0 center no-repeat;
	padding: 0 0 0 28px;
	color: #1e296e;
}
.columnlist dd .c{
  display:inline-block !important;
	background:#1e296e url(/import/tenant_1/153.126.199.146/html/images/faq/category_icon_mini.gif) 1em center no-repeat;
	color:#fff;
	padding:8px 1.5em 8px 2.5em;
	margin-bottom: 10px;
}

.columnlist dt{
	margin:0 20px;
	font-size:20px;
	font-weight:bold;
	padding:0 0 20px 0;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.columnlist dt+dd{
	margin:0 20px;
	text-align:center;
}
.columnlist dt+dd a{
    padding: 8px 1em;
}
.columnlist dt+dd a img{

    margin-right: 0.25em;

}
.columnlist{
	padding-bottom:35px;
	justify-content: space-between;
}
.columnside{
	padding-bottom:70px;
}
.columnside dl{
	margin-bottom:30px;
	background:#fff;
	width: 31.08%;
	box-sizing:border-box;
	padding:25px 2.5% 20px 20px;
	overflow:hidden;
	
}
.columnside dl.clearfix{
	width:65.66%;
}
.columnside dt{
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1e296e;
	font-style:italic;
	font-weight:bold;
	margin-bottom:40px;
	display: flex;
	align-items: center;
}
.columnside dt img{
	vertical-align:middle;
	margin-top:-5px;
	margin-right: 0.25em;
	
}
.columnside dt:after {

    content: "";
    flex-grow: 1;
    display: block;
    border-top: 4px solid #1e296e;
    margin-right: -1em;
	margin-left:1em;

}
.columnside dt .w{
	display:inline-block !important;
}
.columnside dd{
	padding:0 0 0 38px;
	box-sizing:border-box;
	background:url(/import/tenant_1/153.126.199.146/html/images/faq/side_icon.png) 16px center no-repeat;
	font-size:18px;
	margin-bottom:10px;
}
.columnside dl.clearfix dd{
	float:left;
	width:20%;
}
@media only screen and (max-width: 1024px) {
  .column .subtit .w{
    width: 80%
  }
	.column1 dt{
		font-size:18px;
	}
	.columnlist dd .c{
  	font-size: 12px;
   	background:#1e296e url(/import/tenant_1/153.126.199.146/html/images/faq/category_icon_mini.gif) 0.7em center no-repeat;
  	padding:8px 0.8em 8px 2.3em;
  }
	.columnlist dt{
		font-size:18px;
	}
	.columnlist dd.d,.columnlist dt,.columnlist dt + dd{
		margin-left:10px;
		margin-right:10px;
	}
	.columnside dl,.columnside dl.clearfix{
		width:100%;
	}
	.columnside dl.clearfix dd{
		width:25%;
	}
	
	.home-column .columnlist dl:nth-child(3n+1) {
    margin-right: 2%;
}

.columnlist dl{
	margin:0 0 58px 0;
}
.columnwrap .columnlist dl:first-of-type dt {
    padding: 0 0 15px 0;
    font-size: 22px;
}

.columnwrap .columnlist dl:first-of-type .trimmingInner {
  padding-top: 90% !important;
}
  .columnwrap .columnlist dl:first-of-type dd.new {
    padding: 8px 2em 4px 1.2em;
    font-size: 100%;
    top: 20px;
  }
  .columnwrap .columnlist dl dd.new {
    padding: 5px 1.5em 2px 0.8em;
    font-size: 90%;
    top: 0;
  }
  .columnwrap .columnlist dl dd.new .w img{
    width: 18px;
  }

}
@media only screen and (max-width: 599px) {
	.column1 .pic{
		width:100%;
	}
	.column1 dl{
		margin:0 2.5%;
		width:95%;
		padding-top:20px;
	}
	.column1 dt{
		padding-bottom:20px;
	}
	.columnlist dl{
		width: 49%;
    margin: 0 0 5% 0;
    padding-bottom: 3%;
	}
	.columnlist dt{
		font-size:16px;
	}
	.columnlist dd .c{
 	  background:#1e296e url(/import/tenant_1/153.126.199.146/html/images/faq/category_icon_mini.gif) 0.4em center no-repeat;
  	padding:8px 0.5em 8px 2em;
  }
	.columnside dl.clearfix dd{
		width:50%;
	}
	
	.columnwrap .columnlist dl:first-of-type {
    margin-bottom: 25px;
}
	
	.columnwrap .columnlist dl:first-of-type .img {
    width: 100%;
    float: none;
}

.columnwrap .columnlist dl:first-of-type .c {
    float: left;
}

.columnwrap .columnlist dl:first-of-type .trimmingInner {
    padding-top: 60% !important;
}

.columnwrap .columnlist dl:first-of-type .img {
  margin-bottom: 15px;
}

.columnwrap .columnlist dl:first-of-type dd.d {
    width: 100%;
    box-sizing: border-box;
    margin: 15px -10px 10px 0;
}
.columnwrap .columnlist dl:first-of-type dt+dd a{
    width: 90%;
    position: relative;
    right: 0;
    margin: 0 auto 3%;
}
.columnwrap .columnlist dl:first-of-type dt {
    width: calc(100% - 20px);
    font-size: 20px;
}
.columnlist dt + dd {
  width: calc(100% - 20px);
}
  .columnwrap .columnlist dl:first-of-type dd.new {
    top: 0;
  }
}

.columnsingle{
	background:#fff;
	padding:25px 2.5% 40px 2.5%;
	margin-bottom:57px;
}
.columnsingle .meta li{
	text-align: center;
  padding: 0 0 10px 0;
}
.columnsingle .meta li.d{
	color:#1e296e;
}
.columnsingle .meta li.d .w{

    background: url(/import/tenant_1/153.126.199.146/html/images/time_icon.gif) 0 center no-repeat;
    display: inline-block !important;
    padding: 0 0 0 28px;
    color: #1e296e;

}
.columnsingle .meta li.c{
	display: inline-block !important;
  background: #1e296e url(/import/tenant_1/153.126.199.146/html/images/faq/category_icon_mini.gif) 1em center no-repeat;
  color: #fff;
  padding: 8px 1.5em 8px 2.5em;
  margin-bottom: 15px;
}
.columnsingle .meta{
	padding-bottom:10px;
	text-align: center;
}
.columnsingle h3{
	text-align:center;
	font-size:24px;
	margin-bottom:20px;
}
.columnsingle .txt{
	max-width:1006px;
	margin:0 auto;
}
.columnsingle .txt p{
	padding:0 0 20px 0;
}
.column .back{
	padding:0 0 85px 0;
}
.column .back a{
	max-width:826px;
	margin:0 auto;

}

.column2 .wrap{
	padding: 50px 0 0 0;
}
.column2 h3{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 40px;

}
.column2 h3 strong{

    display: block;
    font-size: 40px;
    color: #1e296e;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;

}
.column2 h3 .s{

    display: block;
    padding: 15px 0 0 0;

}
.column2 .wrap:nth-child(2n+1) dl{
	background:#f2f2f2;
}
.column2 .wrap:nth-child(2n+2){
	background:url(/import/tenant_1/153.126.199.146/html/images/bg_line.gif) 0 0 repeat;
}
@media only screen and (max-width: 1024px) {
	.column2 h3 strong{
		font-size:20px;
	}
}

/*profile*/
/*.profile .subtit{
	max-width: 1200px;
}*/
.profile .subtit .in .bk{
	width: 65%;
}
.profile .subtit .img{
	width: 62%;
  float: right;
  margin-right: -5%;
}
.profile .subtit .img .w{
	  width: 100%;
}

.profile-img {
    padding-top: 50px;
}
.profile-img .prof-item {
  margin: 0 auto;
  overflow: hidden;
}

.profile1 .pic{
	width:47.75%;
	padding:0 0 20px 0;
}
.profile1{
	padding:70px 0 50px 0;
}
.profile1 h3{
	font-size:26px;
	color:#1e296e;
	margin-bottom:25px;
}
.profile1 dt{
	float:left;
}
.profile1 dd{
	padding:0 0 15px 100px;
}
.profile1 .table{
	padding-bottom:30px;
}
.profile1 .tbox p{
	padding:0 0 20px 0;
}
.profile-img .w70 {
  margin: 0 auto;
  box-sizing: border-box;
}

.profile-img ul {
  padding: 30px 20px;
  margin: 30px 0;
  background: #fff;
}

.profile-img li {
  font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin: 10px 20px;
}
.prof-item dt {
  margin-right: 10px;
}
/* .my-parts {
  display: inline-block;
  transform: skewX(-30deg);
  padding: 3px 20px;
  background: #1e296e;
  margin: 0 20px;
}
.my-parts span {
    color: #fff;
  display: inline-block;
  transform: skewX(30deg);
}
 */
@media only screen and (max-width: 599px) {
	.profile .subtit{
		margin-top: 20px;
	}
	.profile .subtit .in h2{
		margin-top: 3%;
	}
	.profile .subtit .in .bk{
		width: 60%;
    margin-top: 4%;
	}
	.profile .subtit .img{
		width: 70%;
    margin-right: -7%;
	}
	.profile1 .pic{
		width:70%;
	}
	.profile-img li {
	  width: 100%;
}
.prof-item {
  width: 90%;
}
/*   .profile-img li dt {
  width: 100px;
  text-align: center;
  margin-bottom: 10px;
}
.profile-img li dd {
  width: 100%;
} */
}

/*profile2*/
.profile2{
	margin-bottom:99px;
	position:relative;
}
.profile2:before{
	content:"";
	width:4px;
	height:calc(100% - 76px);
	position:absolute;
	top:0;
	left:50%;
	background:#1e296e;
	z-index:-1;
	margin-left:-2px;
}
.profile2 h4 .w{
	display:block;
	width:94px;
	line-height:94px;
	margin:0 auto;
	background:#1e296e;
	text-align:center;
	color:#fff;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	border-radius:50%;
	
	
}
.profile2 h4{
	display: flex;
	align-items: center;
	margin-bottom:20px;
}
.profile2 h4:after,.profile2 h4:before{
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #ddd;
	display: block;
}
.profile2 h4:after{
	margin-left:10px;
}
.profile2 h4:before{
	margin-right:10px;
}
.profile2 dl{
	width:28.83%;
	position:relative;
	background:#fff;
}
.profile2 dt{
	color:#1e296e;
}
.profile2 dl:nth-child(2n+1){
	 clear:both;
}
.profile2 dl:nth-child(2n+1) dt{
	text-align:right;
}
.profile2 dl:nth-child(2n+1) dd{
	text-align:right;
}
.profile2 dl:nth-child(2n+2){
	float:right;
}
.profile2 .img:nth-child(2n+2){
	float:right;
	margin-top:-20px;
	
}

.profile2 dl:nth-child(2n+1):before{
	width:20px;
	height:20px;
	background:#cc0000;
	position:absolute;
	top:0;
	right:calc(-79.8% + 12px);
	content:"";
	border-radius:50%;
}
.profile2 dl:nth-child(2n+1) dt:before{
	width:172%;
	left:0;
	top:10px;
	height:1px;
	background:#909090;
	content:"";
	z-index:-1;
	position:absolute;
}
.profile2 dl:nth-child(2n+1) dt:after{
	width:24px;
	height:100%;
	content:"";
	background:#fff;
	right:-24px;
	top:0;
	position:absolute;
}

.profile2 dl:nth-child(2n+2):before{
	width:20px;
	height:20px;
	background:#cc0000;
	position:absolute;
	top:0;
	left:calc(-79.8% + 12px);
	content:"";
	border-radius:50%;
}
.profile2 dl:nth-child(2n+2) dt:after{
	width:24px;
	height:100%;
	content:"";
	background:#fff;
	left:-24px;
	top:0;
	position:absolute;
}
.profile2 dl:nth-child(2n+2) dt:before{
	width:172%;
	right:0;
	top:10px;
	height:1px;
	background:#909090;
	content:"";
	z-index:-1;
	position:absolute;
}
.profile2 dd{
	padding:0 0 20px 0;
	text-align: center !important;
}
/* 
.profile2 dd span{
  display: inline-block;
  text-align: center;
} */
.profile2 .img:nth-child(2n+1) {
	clear:both;
}
.profile2 p{
	max-width:45%;
}
	.profile2box {
	  margin: 0 auto 50px;
	}

@media only screen and (max-width: 599px) {
	.profile2 h4:after{
		display:none;
	}
	.profile2 h4 .w{
		font-size:20px;
		width:70px;
		line-height:70px;
	}
	.profile2:before{
		left:auto;
		right:35px;
	}
	.profile2 dl{
		width:calc(100% - 70px);
		box-sizing:border-box;
		margin-right:70px;
	}
	.profile2 dt{
		text-align:right;
	}
	.profile2 dd{
		text-align:right;
	}
	.profile2 dt:before{
		display:none;
	}
	.profile2 .img:nth-child(2n+2){
		float:none;
		margin-top:0;
	}
	.profile2 dl:before{
		right:-43px !important;
		z-index:2 !important;
		left:auto !important;
	}
}

/*profile3*/
.profile3 h3, .pro-tit h3, .profile4 h3 {
    color: #1e296e;
    font-size: 60px;
    line-height: 160%;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    margin-bottom: 30px;
    font-weight: bold;
}
	.pro-tit h3 {
	  margin-top: 30px;
	  margin-bottom: 0;
	}
	
.profile3 .inner {
    padding: 30px 0 80px;
}
.profile3 .book-list {
    background: #fff;
    padding-top: 30px;
    margin-bottom: 80px;
}
.profile3 .book-list:last-of-type {
    margin-bottom: 0;
}

.profile3 .book-list h4 {
    border-left: #1e296e 5px solid;
    border-bottom: 1px solid #1e296e;
    background: #fff;
    display: block;
    font-size: 20px;
    margin: 0 25px 40px 25px;
    padding: 10px 0 10px 15px;
}
.profile3 .book-item:nth-of-type(even) {
  position: relative;
}
.profile3 .book-item:nth-of-type(even):after {
    position: absolute;
    content: "";
    width: 209%;
    height: 1px;
    background: #ddd;
    right: 0;
    bottom: -15%;
}
.profile3 .book-item:last-of-type:after {
  content: none;
}
.profile3 .pic {
  width: 180px;
}
.profile3 dl {
  width: calc(100% - 200px);
}
.profile3 dt {
  font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin-bottom: 30px;
}
.profile3>[data-element-id] .book-item:nth-last-child(n+7) {
    display: none;
}

@media only screen and (max-width: 1024px) {
.profile3 h3 {
		font-size:20px;
	}
	.profile3 h3, .pro-tit h3, .profile4 h3 {
	  font-size: 26px;
}
.profile3 .book-item {
  margin-bottom: 30px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 30px;
}
.profile3 .book-item:last-of-type {
  border-bottom: none;
}
.profile3 .book-item:nth-of-type(even):after {
  content: none;
}
}
@media only screen and (max-width: 599px) {
  .profile3 .pic {
    width: 150px;
    margin: 0 auto;
  }
  .profile3 dl {
    margin-top: 20px;
    width: 100%;
  }
}

/*profile4*/
.profile4 {
  margin-bottom: 80px;
  padding-top: 30px;
}
.profile4 h3 {
  text-align: center;
  margin-bottom: 30px;
}
.profile4 .inner {
  background: #e0eaf1;
  border-radius: 15px;
  padding: 30px 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
  .profile3 .book-list h4 {
    font-size: 18px;
    margin: 0 4% 8% 4%;
    padding: 2% 4%;
  }
}

/*index*/

.home-news{
	background:rgba(255,255,255,0.7);
	margin-top:-120px;
	position:relative;
	z-index:1;
	margin-bottom:33px;
}
.home-news h3{
	margin:0;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#1e296e;
	max-width:210px;
	padding:10px 0;
}
.home-tit {
    position: relative;
    /* width: 100%; */
    /* max-width: 1200px; */
    margin: 0 auto;
    overflow: hidden;
}
.home-tit .img{
  /*max-width: 50%;/ 700px*/
	width: 75%;
  position: relative;
  top: 0;
  left: 40%;
  max-height: 650px;
}
.home-tit .in{
	position:absolute;
	width:60%;
	top:45%;/*50%*/
	left:35%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index:2;
}
.home-tit .in .fead-mv{
	opacity: 0;
    transition: transform 0.5s ease-in 0.5s,opacity 0.5s ease-in 0.5s;
    transform: scale(0.7,0.7);
}

.home-tit .in .mv{
  opacity: 1;
    transform: scale(1.0,1.0);
}
@media only screen and (max-width: 599px) {
  .home-tit .in{
    width: 90%;
    top: 75%;
    left: 50%;
  }
.home-tit .img {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    /* max-width: 100%; */
    right: 0;
    max-height: 300px;
    margin: 0 auto;
    overflow: hidden;
  }
   .home-tit .img img{
		opacity:1;
	}
}
.home-news dt{
	float:left;
	padding-bottom: 15px;
}
.home-news dl{
	width:72.5%;
	padding:17px 0;
}
.home-news dd{
	padding:5px 0 20px 15px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-news p a{
    padding: 12px 1em;
}
.home-news p{
	padding:10px 0;
}
.home-news p a img{
	margin-right: 0.25em;
}
.home-news dt .c{
	display:inline-block !important;
	background:#1e296e;
	color:#fff;
	padding:5px 1em;
	vertical-align:middle;
	margin-left:1em;
}
@media only screen and (max-width: 1024px) {
	.home-news h3{
		width:100%;
		max-width:none;
	}
	.home-news{
		padding-left:2.5%;
		padding-right:2.5%;
		box-sizing:border-box;
		margin-top:-40px;
	}
	.home-news dl{
		width:calc(100% - 110px);
	}
}
@media only screen and (max-width: 599px) {
.home-tit {
    padding: 100% 0 0;
}

  .home-news {
		margin-top: 0;
	}
	.home-news dt{
		float:none;
	}
	.home-news dd{
		padding-left:0;
		padding-top:15px;
	}
	.home-news dl{
		width:100%;
		padding: 5px 0;
	}
	.home-news p{
		width:100%;
		text-align:right;
		padding: 0;
	}
}

.home-concept{
	padding:50px 0 40px 0;
}

.h3h{
	text-align:center;
	font-weight:normal;
	font-size:14px;
	margin-bottom:25px;
}
.h3h strong{
	display:block;
	font-style:italic;
	color:#1e296e;
	font-size:60px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:120%;
	margin-bottom:10px;
}

.home-concept p{
	padding:0 0 20px 0;
	text-align: center;
	line-height: 35px;
  font-size: 18px;
}

.home-business{
	padding:40px 0 30px 0;
}
.home-business dl{
	margin:50px 2.22% 20px 0;
	border:2px solid #1e296e;
	background:#f2f2f2;
	box-sizing:border-box;
	width:23.33%;
	padding:0 1.5% 30px 1.5%;
}
.home-business dd.ic{
	margin-top:-50px;
	text-align:center;
}
.home-business dl:nth-child(4n+4){
	margin-right:0;
}
.home-business dd.ic img{
	border-radius:50%;
}
.home-business dt{
	text-align:center;
	padding:18px 0;
	font-weight:bold;
	font-size:22px;
}
@media only screen and (max-width: 1024px) {
	.h3h strong{
		font-size:24px;
	}
	.home-business dt{
		font-size:16px;
	}
}
@media only screen and (max-width: 599px) {
	.home-business dl{
		width:48%;
		margin-left:1%;
		margin-right:1%;
	}
}

.home-column{
	padding:40px 0 0 0;
}
.home-bnrs{
	padding:50px 0 30px 0;
}
.home-bnrs li{
	width:48.83%;
	margin:0 2.34% 20px 0;
}
.home-bnrs li:nth-child(2n+2){
	margin-right:0;
}
.home-bnrs li a{
	display:inline-block !important;
	position:relative;
}
.home-bnrs li a .w{
	position:absolute;
	top:15%;
	left:20px;
}
.home-bnrs li a .w strong{
	display:block;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:34px;
	line-height:120%;
}
.home-bnrs li:nth-child(2n+2) a{
	color:#fff;
}
@media only screen and (max-width: 1024px) {
	.home-bnrs li a .w strong{
		font-size:20px;
	}
}
@media only screen and (max-width: 599px) {
	.home-bnrs li{
		width:100%;
		margin-right:0;
	}
	.home-bnrs li a .w{
		top:10%;
	}
}

.home-thought{
	position:relative;
	overflow:hidden;
	background:#0a0101;
}
.home-thought .bkimg img{
	opacity:0.6;
}
.home-thought .inner{
	position:relative;
	z-index:1;
	padding:25px 0 10px 0;
}

.home-thought .inner h3{
	color:#fff;
}
.home-thought .inner h3 strong{
	color:#fff;
}
.home-thought .inner p{
	padding:0 0 20px 0;
	color:#fff;
}
.hmore{
	text-align:center;
	padding-bottom: 30px;
}
.hmore a img{
	margin-right: 0.25em;
}
.hmore a{
	display:inline-block !important;
	background:#fff;
	max-width:180px;
	width:100%;
	padding:10px 0;
	border-radius:20px / 50%;
}
.hmore a:before{
	font-family: "FontAwesome";
  font-size: 1.3rem;
  content: '\f002';
  font-weight: 400;
  padding-right: 5px;
  vertical-align: text-bottom;
}
.hmore a:hover{
	background: #000;
    color: #fff;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.home-thought .inner .hmore{
	padding: 8px 0 30px;
}
.home-thought .bkimg img,.home-produce .bkimg img{
  width: 100%;
}





@media only screen and (max-width: 1024px) {
  .home-thought .inner {
    padding: 0;
  }
  .home-thought .inner .h3h {
    margin-bottom: 0;
  }
  .home-thought .inner .h3h strong {
    font-size: 34px;
  }
  .home-thought .inner h3{
   /*  padding: 25% 0 19%; */
   padding: 5% 0 4%;
  }
  .home-thought .inner p{
    padding: 3% 0 20px 0;
  }
	.home-thought .bkimg{
		position:absolute;
	}
	.home-thought .bkimg img{
	  height: 100% !important;
    width: auto !important;
    max-width: none !important;
    transform: translateX(-60%);
	}
	.home-produce .bkimg img{
	  height: 100% !important;
    width: auto !important;
    max-width: none !important;
	}
}
@media only screen and (max-width: 599px) {
  .home-thought .inner .h3h strong {
    font-size: 20px;
  }
  .home-thought .inner h3{
    padding: 23% 0 18%;
  }
  .home-thought .inner p{
    padding-top: 3%;
  }
}

.home-produce{
	position:relative;
	overflow:hidden;
	/*background:#020202;*/
}
.home-produce .bkimg img{
	opacity:0.94;
}
.home-produce  .inner{
	position:relative;
	z-index:1;
	padding:35px 0 45px 0;
}
.home-produce .h3h{
	color:#fff;
}
.home-produce .h3h strong{
	color:#fff;
	font-family: "KaushanScript-Regular";
	font-size:76px;
	font-style:normal;
	font-weight:normal;
}
.home-produce dt{
	text-align:center;
	color:#fff;
	font-size:49px;
	padding:0 0 30px 0;
}
.home-produce dt img{
	vertical-align:middle;
	margin:0 1.5em;
}
.home-produce dt+dd{
	text-align:center;
	color:#fff;
	font-size:15px;
	padding:0 0 35px 0;
}
.home-produce dl{
	padding-top:30px;
}

.home-produce .bkimg.sp{
  display: none !important;
}

[data-element-id].home-produce .bkimg.sp{
  display: block !important;
  max-width: 600px;
}

[data-element-id].home-produce .bkimg.sp img{
  min-width: auto;
}

[data-element-id] .home-produce .bkimg {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
[data-element-id] .home-produce *{
    color:#000 !important;
}


@media only screen and (max-width: 1024px) {
	.home-produce .bkimg{
		position:absolute;
	}
	.home-produce .h3h{
		/* padding: 25% 0 24%; */
		padding: 5% 0 4%;
    margin-bottom: 0;
	}
	.home-produce .h3h strong{
		font-size:34px;
	}
	.home-produce dt{
		font-size:20px;
		padding-bottom:25px;
	}
	.home-produce dt img{
		max-width:20px !important;
	}
	.home-produce dt + dd{
		font-size:18px;
		padding-bottom:25px;
	}
	.home-produce dl{
		padding: 4% 0 0;
	}
	.home-produce .inner{
		padding: 0;
	}
	

	
}
@media only screen and (max-width: 599px) {
  .home-produce .h3h {
    padding: 23% 0 17%;
    margin-bottom: 0;
  }
  .home-produce .h3h strong {
    font-size: 20px;
  }
  .home-produce dl {
    padding: 12% 0 0;
  }
  	.home-produce .bkimg{
  display: none !important;
}
.home-produce .bkimg.sp{
  display: block !important;
  width: 100% !important;
  height: auto !important;
}
.home-produce .bkimg.sp img{
  min-width: auto;
  width: 100% !important;
  height: 100% !important;
}

}

.home-link li{
	width:47.16%;
	margin:0 5.68% 50px 0;
}
.home-link li:nth-child(2n+2){
	margin-right:0;
}
.home-link{
	padding:50px 0 0 0;
}
.home-link li a{
	display:inline-block !important;
	position:relative;
	width: 100%;
}
.home-link li .w{
	position:absolute;
	width:95%;
	padding:0 2.5%;
	text-align:center;
	top:50%;
	left:0;
	z-index:1;
	color:#fff;
	font-size:23px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-link li img{
	opacity:0.85;
}
.home-link li .w strong{
	display:block;
	font-size:48px;
	line-height:120%;
}
.home-link li .w strong:after{
	content:"";
	display:block;
	width:50px;
	height:3px;
	background:#fff;
	margin:12px auto;
}
@media only screen and (max-width: 1024px) {
	.home-link li .w strong{
		font-size:20px;
	}
	.home-link li .w{
		font-size:14px;
	}
	.home-link li .w strong:after{
		margin-top:5px;
		margin-bottom:5px;
	}
}
@media only screen and (max-width: 599px) {
	.home-link li{
		width:100%;
		margin-right:0;
	}
}

.home-fb{
	max-width:500px;
	width:95%;
	margin:0 auto 50px auto;
}
.home-fb h3{
	margin-bottom:0;
	background:#3b5997;
	font-size:14px;
	padding:14px 0 14px 16px;
}
.home-fb .fb {
  width:100%;
}
.home-fb .fb iframe{
  width:100%;
}
