/* General options */
html{
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
	margin: 0;
	color: #252525;
	background-color: #fff;
	background-color: #fff;
min-width: 1080px;
	font: 400 10px/14px 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.index-page{background-color: rgba(105, 105, 105, .5);}
img{
	border-style: none;
	vertical-align: middle;
	max-width: 92%;
	max-height: 92%;
}
p {margin: 0;}
a{
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover{
	color: #555;
	text-decoration: none;
}
iframe{
	margin: 0;
	padding: 0;
	border: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
textarea,
select{
	color: #ccc;
	vertical-align: middle;
	font: 100% 'Open Sans', sans-serif;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	transition: all ease .3s;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border: none;
	padding: 0;
}
.form-control{
	-webkit-appearance: none;
}
form,fieldset{
	margin: 0;
	padding: 0;
	border-style: none;
}
blockquote,
q{quotes: none;}
q:before,
q:after {content: '';}

::-moz-placeholder,
:-moz-placeholder{opacity: 1;}
::-moz-placeholder{color: #333;}
:-ms-input-placeholder{color: #333;}
::-webkit-input-placeholder{color: #333;}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{outline: none;}
input[type="search"] {
	-webkit-appearance: textfield;
}
*,
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.img-to-bg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.img-to-bg > img{display: none;}

#wrapper{
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}
.container{
	/* padding: 0 87px 0 81px; */
	padding: 0 93px 0 79px;
	max-width: 1080px;
	min-width: 1080px;
	margin: 0 auto;
	box-sizing: content-box;
}
.container:after{
	content: '';
	clear: both;
	display: block;
}
h1{
	font-size: 48px;
	line-height: 52px;
	font-weight: 700;
	color: #333;
	text-align: center;
	margin: 0;
}
h2{
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	color: #333;
	text-align: center;
	margin: 0 0 20px;
}


.navigation{
	background: #ffbd6d url('../images/bg02.png');
}
.main-nav{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}
.main-navb{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	margin-bottom:8px;
}
.navigation .main-nav{
	white-space: nowrap;
}
.main-nav__item{
	display: inline-block;
	vertical-align: top;
}
.main-nav__link{
	position: relative;
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 20px;
	color: #1a1a1a;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}
.main-nav__link:hover{
	color: #e1763b;
}
.main-nav__link-sub{
	position: relative;
	display: block;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #b50c0c;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}
.main-nav__link:hover .main-nav__link-sub{
	color: #e1763b;
}
.main-nav__link-sub:before{
	content: "";
	position: absolute;
	top: -9px;
	left: 50%;
	-webkit-transform: translate(-50%, 0) scale(0);
	transform: translate(-50%, 0) scale(0);
	width: 100%;
	height: 1px;
	background: #000;
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}

.menu{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
	z-index: 100;
	background: rgba(102,102,102,0.95);
	transition: all .5s;
	overflow: hidden;
	//overflow-y: auto;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	visibility: hidden;
}
.menu .main-nav{
	padding: 60px 0 0;
	border-bottom: solid 1px #777;
}
.menu .main-nav__item{
	width: 25%;
	border-top: solid 1px #777;
	border-right: solid 1px #777;
}
.menu .main-nav__link{
	color: #eee;
}
.menu .main-nav__link:hover{
	color: #e1763b;
}
.menu .main-nav__link:hover .main-nav__link-sub{
	color: #e1763b;
}
.menu .main-nav__link-sub{
	color: #eee;
}
.menu .main-nav__link-sub:before{
	background: #e1763b;
}
.menu .logo{
	position: absolute;
	top: 6px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 16px;
	line-height: 32px;
}
.menu .logo__img{
	display: inline-block;
	vertical-align: top;
	max-width: 120px;
	margin: 0 20px 0 0;
}
.menu .logo__text{
	display: inline-block;
	vertical-align: top;
}


.open-menu {
	font-size: 0;
	line-height: 0;
	width: 60px;
	height: 60px;
	padding: 14px;
	background: transparent;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
	transition: border .6s;
}
.open-menu span{
	display: block;
	border: solid transparent;
	border-width: 0;
	height: 3px;
	position: relative;
	cursor: pointer;
	transition: all 0.5s ease;
	background: #fff;
	background-clip: padding-box;
	border-radius: 4px;
	margin-top: 14px;
}
.open-menu span:before,
.open-menu span:after{
	position: absolute;
	left: 0;
	right: 0;
	content: '';
	top: -9px;
	height: 3px;
	background: #fff;
	transition: all 0s ease;
	border-radius: 4px;
}
.open-menu span:after{
	top: 9px;
}

.menu-opened .open-menu{
	border-right: solid 1px #777;
}
.menu-opened .open-menu span{
	background: transparent;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.menu-opened .open-menu span:before {
	top: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.menu-opened .open-menu span:after{
	top: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}



.menu-opened .menu{
	height: 205px;
	visibility: visible;
}


.header-page{
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex: 1 0 33.33333%;
	background: #e1763b url('../images/bg01.png') ;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: 100%;
}

.logo{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 22px;
	color: #f4f1ed;
	font-weight: normal;
	text-align: right;
}
.logo.add{
	margin: 0 45px 30px 2px;
}
.logo__link{
	display: block;
	white-space: nowrap;
}
.logo__link:hover{
	color: #fff;
}
.logo__link:hover .logo__img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.logo__img{
	display: block;
	max-width: 202px;
	width: 86%;
	margin: 8px 0 12px auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.logo__text{
	display: block;
}


.row{
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}
.row_type1{
	height: 260px;
}
.row_type2{
	height: 370px;
}
.row_type3{
	height: 230px;
}

.col{
	display: block;
	flex: 1 0 33.33333%;
	width: 100%;
}
.wrap{
	position: relative;
	display: block;
	height: 100%;
	border: 1px solid #e1763b;
	z-index: 0;
	overflow: hidden;
	background-color: #9c8866;
}
.wrap:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease;
	background: rgba(225, 118, 59, 0.4);
	opacity: 0;
	z-index: -1;
}
.wrap:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -64px;
	height: 64px;
	-webkit-transition: opacity .1s ease, bottom .1s;
	transition: opacity .1s ease, bottom .1s;
	background: rgba(0,0,0,0.7) url(../images/ico-arrow.svg) 15px center no-repeat;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
	padding-left: 45px;
	opacity: 0;
	z-index: -1;
}
.wrap:hover:before,
.wrap:hover:after{
	opacity: 1;
}
.wrap:hover:after{
	bottom: 0;
}
.wrap:hover .wrap__title,
.wrap:hover .wrap__title-sub{
	color: #e1763b;
}
.wrap__item{
	position: absolute;
	bottom: 12px;
	right: 15px;
	text-align: center;
}
.wrap__title{
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	text-shadow:0 0 10px rgba(0,0,0,1);
}
.wrap__title-sub{
	display: block;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow:0 0 10px rgba(0,0,0,1);
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

.whatsnew{
	padding: 15px 0 10px;
	background: #fff;
}
.whatsnew__title{
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #e66b29;
	font-weight: bold;
	margin: 0;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: auto;
	height: auto;
}
.whatsnew__text{
	display: block;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #b50c0c;
	max-width: 100vw;
}

.footer-page{
	background: #c8b188;
}
.footer__nav{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 65px;
}
.footer__link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #252525;
	padding-left: 16px;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 10px;
	font-family: 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.footer__link:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #cd3117;
}

.footer__link__img{
	display: block;
	margin: 0 10px 0 6px;;
	max-width: 624px;
}
.footer__link__img img{
	display: block;
	width: 100%;
}
.footer__link__img:hover{opacity: 0.7}


.footer__copy{
	text-transform: uppercase;
	background: #e1763b url('../images/bg03.png');
	text-align: center;
	color: #252525;
	font-size: 9px;
	line-height: 16px;
	padding: 3px 5px;
}


.slideLeftInUp.anim-delay-1{
	-webkit-animation: slideLeftInUp .5s 0.7s backwards;
	animation: slideLeftInUp .5s 0.7s backwards;
}
.slideLeftInUp.anim-delay-2{
	-webkit-animation: slideLeftInUp .5s 0.9s backwards;
	animation: slideLeftInUp .5s 0.9s backwards;
}

.slideLeftInUp.anim-delay-3{
	-webkit-animation: slideLeftInUp .5s 1.1s backwards;
	animation: slideLeftInUp .5s 1.1s backwards;
}

.slideLeftInUp.anim-delay-4{
	-webkit-animation: slideLeftInUp .5s 1.3s backwards;
	animation: slideLeftInUp .5s 1.3s backwards;
}

.slideLeftInUp.anim-delay-5{
	-webkit-animation: slideLeftInUp .5s 1.5s backwards;
	animation: slideLeftInUp .5s 1.5s backwards;
}


.slideRightInUp.anim-delay-1{
	-webkit-animation: slideRightInUp .5s 0.7s backwards;
	animation: slideRightInUp .5s 0.7s backwards;
}
.slideRightInUp.anim-delay-2{
	-webkit-animation: slideRightInUp .5s 0.9s backwards;
	animation: slideRightInUp .5s 0.9s backwards;
}

.slideRightInUp.anim-delay-3{
	-webkit-animation: slideRightInUp .5s 1.1s backwards;
	animation: slideRightInUp .5s 1.1s backwards;
}

.slideRightInUp.anim-delay-4{
	-webkit-animation: slideRightInUp .5s 1.3s backwards;
	animation: slideRightInUp .5s 1.3s backwards;
}

.slideRightInUp.anim-delay-5{
	-webkit-animation: slideRightInUp .5s 1.5s backwards;
	animation: slideRightInUp .5s 1.5s backwards;
}


.slideFadeInUp.anim-delay-1{
	-webkit-animation: slideFadeInUp .5s 0.7s backwards;
	animation: slideFadeInUp .5s 0.7s backwards;
}

.slideFadeInUp.anim-delay-2{
	-webkit-animation: slideFadeInUp .5s 0.9s backwards;
	animation: slideFadeInUp .5s 0.9s backwards;
}

.slideFadeInUp.anim-delay-3{
	-webkit-animation: slideFadeInUp .5s 1.1s backwards;
	animation: slideFadeInUp .5s 1.1s backwards;
}

.slideFadeInUp.anim-delay-4{
	-webkit-animation: slideFadeInUp .5s 1.3s backwards;
	animation: slideFadeInUp .5s 1.3s backwards;
}

.slideFadeInUp.anim-delay-5{
	-webkit-animation: slideFadeInUp .5s 1.5s backwards;
	animation: slideFadeInUp .5s 1.5s backwards;
}

@-webkit-keyframes slideFadeInUp{
	0% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 80px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes slideFadeInUp{
	0% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 80px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes slideLeftInUp{
	0% {
		-webkit-transform: translate(-80px, 0);
		transform: translate(-80px, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}
@keyframes slideLeftInUp{
	0% {
		-webkit-transform: translate(-80px, 0);
		transform: translate(-80px, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes slideRightInUp{
	0% {
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}
@keyframes slideRightInUp{
	0% {
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px){
	.header-page{
		height: 210px;
	}
	.row{
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
	}
	.row_type1{
		height: auto;
	}
	.row_type2{
		height: auto;
	}
	.row_type3{
		height: auto;
	}

	.col{
		display: block;
		flex: 1 0 100%;
		height: 210px;
	}
}














/* appservice */
.header__sub-page{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 100%;
	height: 45px;
	border-bottom:  1px solid #e1d3c4;
}
.header__sub-page .logo{
	font-size: 15px;
	line-height: 30px;
	padding-left: 18px;
}
.header__sub-page .logo__img{
	display: inline-block;
	vertical-align: top;
	max-width: 100px;
	margin: 5px 24px 0 0;
}
.header__sub-page .logo__text{
	display: inline-block;
	vertical-align: top;
	padding-top: 7px;
}
.header__sub-page .open-menu{
	display: none;
}

.footer__sub-page{
	border-bottom: 6px solid #ed7e41;
}
.footer__sub-page .footer__nav img{
	width: 64%;
	margin-left:auto;
	margin-right:auto;
}
.footer__sub-page .footer__nav{
	background: #eec19d url('../images/bg04.png');
	height: 72px;
	border-bottom: 1px solid #dfcbb2;
}
.footer__sub-page .footer__link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #555;
	padding: 0px 4px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 4px;
	background: #ffe8c5;
	border: 5px solid #de8657;
	box-shadow: 0 0 14px 2px rgba(0,0,0,.3);
	border-radius: 15px;
	max-width: 1080px;
	width: 100%;
}
.footer__sub-page .footer__link:hover{
	background: #ffd697;
}
.footer__sub-page .footer__link:before {
	content: "";
	position: static;
	top: 0;
	left: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 18px;
	border-radius: 50%;
	background: #cd3117;
	margin: -4px 12px 0 0;
}
.footer__sub-page .navigation{
	background: #c8b188;
	padding: 20px 0 0;
}
.footer__sub-page .main-nav__link{
	color: #e66b29;
	padding: 3px 6px;
	position: relative;
}
.footer__sub-page .main-nav__link:before {
	 display: block;
	 position: absolute;
	 content: "";
	 height: 2px;
	 width: 0;
	 background: #e66b29;
	 transition: width 0.3s ease-in-out;
	 left: 0;
	 bottom: 26%;
 }




.visual{
	background:#666;
	position: relative;
	border-top: 3px solid #e17b43;
	border-bottom: 3px solid #e37b42;
	margin: 0px 0 0px 0;
	height: 407px;
}
.visual img{
	width: 50%;
}
.visual__image{
	display: block;

}
.visual .visual__image{
	  display: none;
	width: 200px;
}
.visual__title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 11px 12px 0px 12px;
	background: rgba(0,0,0,.7);
	font-size: 16px;
	line-height: 16px;
	color: #d9d1c6;
	display: block;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}
.visual__title-sub{
	position: relative;
	display: block;
	font-size: 11px;
	line-height: 22px;
	color: #b50c0c;
	font-weight: 600;
	padding-bottom: 3px;
}
.visualbottom{
	background:#ebe7e1;
	height: 2px;
	width: 100%;
}

.page-content{
	position: relative;
	padding: 38px 60px 30px 60px;
	border-top: 4px solid #ffbd6d;
}
.page-content_bg-logo:before{
	content: "";
	position: absolute;
	top: 12px;
	right: 28px;
	background: url(../images/logo-bg.png) 50% 50% no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	opacity: .2;
	width: 14%;
	max-width: 224px;
	height: 72px;
}

.page-content__title{
	display: block;
	text-align: left;
	font-size: 30px;
	line-height: 30px;
	color: #2d2d2d;
	font-weight: bold;
	padding: 0 34px 0 34px;
	margin: 0 0 1.3vw;
}
.page-content__title-text{
	display: block;
	max-width: 86%;
	min-width: 86%;
	font-size: 14px;
	line-height: 112%;
	color: #be5e00;
	font-weight: normal;
	padding: 0 34px 0 34px;
}
.page-content__title img{
	display: block;
	max-width: 32%;
	min-width: 32%;
	width: 32%;
}
.page-content__title-text img{
	display: block;
	max-width: 70%;
	min-width: 70%;
}
.page-content__block{
	background: #f8f4f0;
	padding: 26px 40px 32px 40px;
	margin-right: 300px;
}

.page-content__text{
	display: block;
	font-size: 1.13em;
	line-height: 1.89em;
	font-weight: normal;
	color: #333;
	margin: 0;
}
.page-content__text.add{
	padding: 0 24px 0 24px ; 
	margin-top: 0.21vw;
}
.page-content__text-center{
	display: block;
	font-size: 1.13em;
	line-height: 1.89em;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0 24px 0 24px ; 
	margin-top: 6px;
}
.heading{
	display: block;
	margin-bottom: 0.8em;
	margin: 0px 0px;
	padding: 0px 0px;

}
.heading_center{
	text-align: center;
}
.heading__title{
	display: block;
	font-size: 22px;
	line-height: 98%;
	font-weight: 600;
	color: #ee8030;
	margin: 0 0 11px;
	/*margin: 0 0 1.2vw;*/
}
.heading__text{
	display: block;
	margin: 0 0 8px;
}
.heading__text img{
	display: block;
}
.heading__title img{
	display: block;
}
.heading_center .heading__title img{
	margin: 0 auto;
}
.heading_center .heading__text img{
	margin: 0 auto;
}
.box__descr .heading__text img{
	max-width: 67%;
}


.i01{
	max-width: 82%;
	min-width: 82%;
	width: 82%;
 }
.i02{
	max-width: 77%;
	min-width: 77%;
	width: 77%;
}
.i03{
	max-width: 82%;
	min-width: 82%;
	width: 82%;
}
.i04{
	max-width: 77%;
	min-width: 77%;
	width: 77%;
}
.i05{
	max-width: 26%;
	min-width: 26%;
	width: 26%;
	
}
.i06{
	max-width: 43%;
	min-width: 43%;
	width: 43%;
	padding-bottom: 2px;
}
.i07{
	max-width:;
	width:67%;
	margin-top: 18px;
}
.i08{
	max-width: 21%;
	min-width: 21%;
	width: 21%;
}
.i09{
	max-width: 40%;
	min-width: 40%;
	width: 40%;
	margin-bottom: 17px;
}
.i10{
	max-width: 50%;
	min-width:50%;
	width: 50%;
}
/*

.i01{
	max-width: 337px;
	 width: 54%;
 }
.i02{
	max-width: 489px;
	width: 78%;
}
.i03{
	max-width: 352px;
	width: 54%;
}
.i04{
	max-width:428px;
	width:65%;
}
.i05{
	max-width: 351px;
	width:30%;
}
.i06{
	max-width: 576px;
	width:48%;
}
*/

.heading__text{
	display: block;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: #555;
}
.heading__text:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #ee8030;
	margin: -4px 12px 0 0;
	display: none;
}

.box{
	padding: 22px 150px 0px 0px;
}
.box__item{
	position: relative;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-flow: row nowrap;
	padding: 24px 72px 0px 32px;
	z-index: 0;
	min-height: 154px;
	margin-bottom: 30px;
}
.box__item.box__item_reverse{
	padding: 24px 24px 13px 0px;
	margin: 0 0px 24px 60px;
	width: 100%;
}
.box__item:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 36px;
	width: 606px;
	/*width: 86%;*/
	background: #f8f4f0;
	z-index: -1;
}
.box__item.box__item_reverse:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 36px;
	width: 606px;
	margin-left: 112px;
	/*width: 86%;*/
	background: #f8f4f0;
	z-index: -1;
}
.box__item + .box__item{
	margin-top: -1px;
}
.box__item_reverse{
	flex-flow: row-reverse nowrap;
	margin-bottom: 28px;
}
.box__item_reverse:before{
	left: ;
	right: ;
	bottom: 1px;
}
.box__descr{
	display: block;
	flex: 1 1 auto;
	margin: 0 0px 0px 0;
}
.box__item_reverse .box__descr{
	margin: 0 24px 8px 0px;
	padding-right: 198px;
}
.box__img{
	display: block;
	flex: 1 0 54%;
	max-width: 500px;
}
.box__image{
	display: block;
	width: 67%;
	margin-left: 32px;
}
.box__item_reverse .box__img{
	margin-right: -116px;
	padding-right: 32px;
	padding-left: 0px;
	margin-left: -64px;
}
.box__item_reverse .box__image{
	width: 67%;
	margin-left: 32px;
	margin-right: 400px;

}









/* recruit */

.row__list{
	margin: 0 -15px
}
.row__list:after{
	content: '';
	clear: both;
	display: block;
}
.col__list{
	float: left;
	width: 100%;
	padding: 0 15px;
}
.content-item{
	display: block;
	width: 100%;
}
.page__list{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.page__list-item{
	display: block;
	margin-bottom: 25px;
}
.page__list-title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #555;
	font-weight: bold;
	border-bottom: 1px solid #ededed;
	padding: 6px 0;
	margin: 0 0 10px;
}
.page__list-text{
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #5a4d46;
	margin: 0;
}

.recruit__list{
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
.recruit__item{
	display: block;
}
.recruit__item + .recruit__item{
	margin-top: 15px;
}


.recruit__head{
	position: relative;
	display: block;
	background: url(../images/plus.svg) #f5f5f5 98% 24px no-repeat;
	border: #eee 1px solid;
	border-radius: 15px;
	overflow: hidden;
	margin: 0;
	transition: background .5s ease;
}
.recruit__head:hover{
	background-color: #fbc600;
}
.recruit__head.open{
	background: url(../images/minus.svg) #f5f5f5 98% 24px no-repeat;
	border-bottom: none;
	border-radius: 15px 15px 0px 0px;
}
.recruit__head.open:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 1px;
	background: #ddd;
}
.recruit__title{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	font-weight: normal;
	height: 72px;
	padding: 5px 15px;
}

.recruit__txt{
	display: block;
	margin: 0;
}
.recruit__type{
	display: inline-block;
	vertical-align: top;
	color: #e56b1c;
}
.recruit__place{
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
}





.recruit__dropdown{
	background: #f5f5f5;
	border: #eee 1px solid;
}
.recruit__dropdown.open{
	border-top: 1px solid #f5f5f5;
}
.btn-close__dropdown{
	display: block;ß
	width: 40px;
	margin: 15px auto;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: 0.5s ease;
}
.btn-close__dropdown:hover{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.btn-close__dropdown > img{
	display: block;
	width: 100%;
}
.recruit__dropdown-holder{
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	font-weight: normal;
}
.recruit__dropdown-holder .note{
	font-size: 80%;
}
.table-default{
	display: block;
	width: 100%;
}
.table-default .title-table{
	display: block;
	color: #e56b1c;
	margin: 20px 0 5px;
}
.table-default .table{
	width: 100%;
	background-color: #fff;
}
.table-default .table tr{
	height: 34px;
}
.table-default .table th{
	border: 1px solid #ccc;
	font-weight: normal;
	width: 25%;
	background: #eaeaea;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
}
.table-default .table td{
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 6px;
}
.table-default .table a{
	display: inline-block;
	vertical-align: top;
}
.table-default .table img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.table-default .table .center{
	text-align: center;
}
.recruit__dropdown-holder h4{
	display: block;
	padding: 0;
	margin: 20px 0 5px;
}
.recruit__dropdown-holder p{
	margin: 0 0 15px;
}
.recruit__dropdown-holder .page__list-title{
	margin: 30px 0 20px;
}
.recruit__dropdown-holder .list-dot{
	margin: 0;
	padding: 0;
	list-style: none;
}
.recruit__dropdown-holder .list-dot li{
	position: relative;
	display: block;
	padding-left: 20px;
	margin: 0 0 5px;
}
.recruit__dropdown-holder .list-dot li:before{
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f7c80d;
}
.recruit__dropdown-holder .list-num{
	margin: 0 0 0 22px;
	padding: 0;
	list-style: none;
}
.recruit__dropdown-holder .list-num li{
	list-style: decimal outside none;
	color: #e56b1c;
	font-weight: bold;
	margin: 0 0 5px;
}
.recruit__dropdown-holder .list-num li span{
	color: #555;
	font-weight: normal;
}
.recruit__dropdown-holder .list-flow{
	margin: 0;
	padding: 0;
	list-style: none;
}
.recruit__dropdown-holder .list-flow li{
	position: relative;
	display: block;
	padding-bottom: 12px;
	margin: 0 0 3px;
}
.recruit__dropdown-holder .list-flow li:after{
	content: "";
	position: absolute;
	bottom: 2px;
	left: 20px;
	border: 4px solid transparent;
	border-top: 6px solid #e56a1d;
	border-bottom: 0;
}
.recruit__dropdown-holder .list-flow li:last-child{
	padding: 0;
	margin: 0;
}
.recruit__dropdown-holder .list-flow li:last-child:after{
	display: none;
}



.btn__orange{
	transition: background .5s ease;
	background: #e56b1c url(../images/arrow_y.svg) right center no-repeat;
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: bold;
	text-align: center;
	margin: 25px auto;
	padding: 10px 24px 10px 10px;
	width: 58%;
}
.btn__orange:hover{
	background-color: #fbc600;
	color: #fff;
}
.btn__orange_full{
	width: 100%;
	margin-bottom: 0;
}




.addthis_toolbox{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 18px;
	top: 18px;
	z-index: 80;
	overflow: hidden;
}
.addthis_toolbox li{
	float: left;
}
.addthis-smartlayers, div#at4-follow, div#at4-share, div#at4-thankyou, div#at4-whatsnext {
	padding: 0;
	margin: 0;
}

.at-share-tbx-element, .at-share-tbx-element .at-share-btn {
	font-family: helvetica neue,helvetica,arial,sans-serif;
	padding: 0;
	line-height: 0;
}
.at4-visually-hidden {
	position: absolute;
	clip: rect(1px,1px,1px,1px);
	padding: 0;
	border: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.at-icon-wrapper {
	line-height: 20px;
	height: 20px;
	width: 20px;
	display: block;
}
.at-share-btn {
	cursor: pointer;
	margin: 0 5px 5px 0;
	display: inline-block;
	overflow: hidden;
	border: 0;
	text-decoration: none;
	text-transform: none;
	background-color: transparent;
	color: inherit;
	transition: all .2s ease-in-out;
}
.at-share-btn:hover{
	transform: translateY(-2px);
}
.at-share-btn svg{
	display: block;
	fill: #fff;
	width: 20px;
	height: 20px;
}
.at_flat_counter {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-family: helvetica,arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	height: auto;
	margin: 0 5px;
	padding: 0 6px;
	left: -1px;
	background: #ebebeb;
	color: #32363b;
	transition: all .2s ease;
}
.at_flat_counter:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	border-width: 5px 8px 5px 0;
	border-style: solid;
	border-color: transparent #ebebeb transparent transparent;
	display: block;
	width: 0;
	height: 0;
	transform: translateY(-50%);
}
@media (max-width: 1250px){
	.main-nav__link{font-size: 14px}
}

@media (max-width: 1100px){
	.logo{font-size: 20px}
	.main-nav__link{
		font-size: 12px;
		padding: 15px 16px;
	}
	.main-nav__link-sub{
		font-size: 9px;
	}
}
@media (max-width: 1000px){
	.page-content__text{

	}
	.box{

	}
	.page-content__title{

	}
	.heading__title{}
	.heading{}
	.page-content__text.add{
		
	}
}



@media (max-width: 959px){
	.logo{}
}
@media (max-width: 880px){
	.main-nav__link{
		font-size: 14px;
	}
	.main-nav__link-sub{
		font-size: 9px;
	}
}
@media (max-width: 720px){
	.main-nav__link{
		font-size: 12px;
	}
}



/* privacy */

.page-content__privacy{
	display: block;
	max-width: 87%;
	font-size: 75%;
	line-height: 180%;
	color: #be5e00;
	font-weight: normal;
	padding: 0 24px 16px 66px ;
}
.container-privacy{
	padding: 0 23px 0 16px;
	max-width: 1080px;
	margin: 0 auto;
	box-sizing: content-box;
}

.page-content__block-privacy{
	background: #f8f4f0;
	padding: 22px 40px 32px 40px;
}

.page-content__text-privacytitle{
	font-size: 0.91vw;
	line-height: 1.21vw;
	font-weight: 600;
	padding: 0 24px;
	margin-top: 0.91vw;
	color: dimgrey
}
.page-content__text-privacy{
	display: block;
	font-size: 1.01vw;
	line-height: 1.64vw;
	font-weight: normal;
	padding: 4px 24px 8px 24px;
	color: #333;
	margin: 0;
}








/* concept */
.heading__title-concept{
	display: block;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	color: #ee8030;
	margin: 0 0 0.9vw;
}
.heading__text-concept{
	display: block;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	color: #555;
}





/* about */
.container-about{
	padding: 0 165px 0 151px;
	max-width: 1080px;
	margin: 0 auto;
	box-sizing: content-box;
}


.page__list-title-about{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #555;
	font-weight: bold;
	border-bottom: 1px solid #ededed;
	padding: 6px 0 1px 3px;
	margin: 0 0 10px;
}




.table-default-about{
	display: block;
	width: 100%;
	padding: 10px 6% 3% 6%;
	font-size: 12px;
}
.table-default-about .title-table-about{
	font-size: 12px;
	display: block;
	color: #e56b1c;
	margin: 12px 0 5px 2px;
}
.table-default-about .table{
	width: 100%;
	background-color: #fff;
	margin-top: 16px;
}
.table-default-about .table tr{
	height: 34px;
}
.table-default-about .table th{
	border: 1px solid #ccc;
	font-weight: normal;
	width: 25%;
	background: #eaeaea;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
}
.table-default-about .table td{
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 6px;
}
.table-default-about .table a{
	display: inline-block;
	vertical-align: top;
}
.table-default-about .table img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.table-default-about .table .center{
	text-align: center;
}











/* recruit */

.row__list{
	margin: 0 -15px
}
.row__list:after{
	content: '';
	clear: both;
	display: block;
}
.col__list{
	float: left;
	width: 100%;
	padding: 0 15px;
}
.content-item{
	display: block;
	width: 100%;
}
.page__list{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.page__list-item{
	display: block;
	margin-bottom: 25px;
}
.page__list-title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #555;
	font-weight: bold;
	border-bottom: 1px solid #ededed;
	padding: 6px 0;
	margin: 0 0 10px;
}
.page__list-text{
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #5a4d46;
	margin: 0;
}

.recruit__list{
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
.recruit__item{
	display: block;
}
.recruit__item + .recruit__item{
	margin-top: 15px;
}


.recruit__head{
	position: relative;
	display: block;
	background: url(../images/plus.svg) #f5f5f5 98% 24px no-repeat;
	border: #eee 1px solid;
	border-radius: 15px;
	overflow: hidden;
	margin: 0;
	transition: background .5s ease;
}
.recruit__head:hover{
	background-color: #fbc600;
}
.recruit__head.open{
	background: url(../images/minus.svg) #f5f5f5 98% 24px no-repeat;
	border-bottom: none;
	border-radius: 15px 15px 0px 0px;
}
.recruit__head.open:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 1px;
	background: #ddd;
}
.recruit__title{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	font-weight: normal;
	height: 72px;
	padding: 5px 15px;
}

.recruit__txt{
	display: block;
	margin: 0;
}
.recruit__type{
	display: inline-block;
	vertical-align: top;
	color: #e56b1c;
}
.recruit__place{
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
}





.recruit__dropdown{
	background: #f5f5f5;
	border: #eee 1px solid;
}
.recruit__dropdown.open{
	border-top: 1px solid #f5f5f5;
}
.btn-close__dropdown{
	display: block;ß
	width: 40px;
	margin: 15px auto;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: 0.5s ease;
}
.btn-close__dropdown:hover{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.btn-close__dropdown > img{
	display: block;
	width: 100%;
}
.recruit__dropdown-holder{
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	font-weight: normal;
}
.recruit__dropdown-holder .note{
	font-size: 80%;
}
.table-default{
	display: block;
	width: 100%;
}
.table-default .title-table{
	display: block;
	color: #e56b1c;
	margin: 20px 0 5px;
}
.table-default .table{
	width: 100%;
	background-color: #fff;
}
.table-default .table tr{
	height: 34px;
}
.table-default .table th{
	border: 1px solid #ccc;
	font-weight: normal;
	width: 25%;
	background: #eaeaea;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
}
.table-default .table td{
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 6px;
}
.table-default .table a{
	display: inline-block;
	vertical-align: top;
}
.table-default .table img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.table-default .table .center{
	text-align: center;
}
.recruit__dropdown-holder h4{
	display: block;
	padding: 0;
	margin: 20px 0 5px;
}
.recruit__dropdown-holder p{
	margin: 0 0 15px;
}
.recruit__dropdown-holder .page__list-title{
	margin: 30px 0 20px;
}
.recruit__dropdown-holder .list-dot{
	margin: 0;
	padding: 0;
	list-style: none;
}
.recruit__dropdown-holder .list-dot li{
	position: relative;
	display: block;
	padding-left: 20px;
	margin: 0 0 5px;
}
.recruit__dropdown-holder .list-dot li:before{
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f7c80d;
}
.recruit__dropdown-holder .list-num{
	margin: 0 0 0 22px;
	padding: 0;
	list-style: none;
}
.recruit__dropdown-holder .list-num li{
	list-style: decimal outside none;
	color: #e56b1c;
	font-weight: bold;
	margin: 0 0 5px;
}
.recruit__dropdown-holder .list-num li span{
	color: #555;
	font-weight: normal;
}
.recruit__dropdown-holder .list-flow{
	margin: 0;
	padding: 0;
	list-style: none;
}
.recruit__dropdown-holder .list-flow li{
	position: relative;
	display: block;
	padding-bottom: 12px;
	margin: 0 0 3px;
}
.recruit__dropdown-holder .list-flow li:after{
	content: "";
	position: absolute;
	bottom: 2px;
	left: 20px;
	border: 4px solid transparent;
	border-top: 6px solid #e56a1d;
	border-bottom: 0;
}
.recruit__dropdown-holder .list-flow li:last-child{
	padding: 0;
	margin: 0;
}
.recruit__dropdown-holder .list-flow li:last-child:after{
	display: none;
}



.btn__orange{
	transition: background .5s ease;
	background: #e56b1c url(../images/arrow_y.svg) right center no-repeat;
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: bold;
	text-align: center;
	margin: 25px auto;
	padding: 10px 24px 10px 10px;
	width: 58%;
}
.btn__orange:hover{
	background-color: #fbc600;
	color: #fff;
}
.btn__orange_full{
	width: 100%;
	margin-bottom: 0;
}




.addthis_toolbox{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 18px;
	top: 18px;
	z-index: 80;
	overflow: hidden;
}
.addthis_toolbox li{
	float: left;
}
.addthis-smartlayers, div#at4-follow, div#at4-share, div#at4-thankyou, div#at4-whatsnext {
	padding: 0;
	margin: 0;
}

.at-share-tbx-element, .at-share-tbx-element .at-share-btn {
	font-family: helvetica neue,helvetica,arial,sans-serif;
	padding: 0;
	line-height: 0;
}
.at4-visually-hidden {
	position: absolute;
	clip: rect(1px,1px,1px,1px);
	padding: 0;
	border: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.at-icon-wrapper {
	line-height: 20px;
	height: 20px;
	width: 20px;
	display: block;
}
.at-share-btn {
	cursor: pointer;
	margin: 0 5px 5px 0;
	display: inline-block;
	overflow: hidden;
	border: 0;
	text-decoration: none;
	text-transform: none;
	background-color: transparent;
	color: inherit;
	transition: all .2s ease-in-out;
}
.at-share-btn:hover{
	transform: translateY(-2px);
}
.at-share-btn svg{
	display: block;
	fill: #fff;
	width: 20px;
	height: 20px;
}
.at_flat_counter {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-family: helvetica,arial,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	height: auto;
	margin: 0 5px;
	padding: 0 6px;
	left: -1px;
	background: #ebebeb;
	color: #32363b;
	transition: all .2s ease;
}
.at_flat_counter:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	border-width: 5px 8px 5px 0;
	border-style: solid;
	border-color: transparent #ebebeb transparent transparent;
	display: block;
	width: 0;
	height: 0;
	transform: translateY(-50%);
}
@media (max-width: 1250px){
	.main-nav__link{font-size: 14px}
}

@media (max-width: 1100px){
	.logo{font-size: 20px}
	.main-nav__link{
		font-size: 12px;
		padding: 15px 16px;
	}
	.main-nav__link-sub{
		font-size: 9px;
	}
}
@media (max-width: 1000px){
	.page-content__text{

	}
	.box{

	}
	.page-content__title{

	}
	.heading__title{}
	.heading{}
	.page-content__text.add{
		
	}
}



@media (max-width: 959px){
	.logo{}
}
@media (max-width: 880px){
	.main-nav__link{
		font-size: 14px;
	}
	.main-nav__link-sub{
		font-size: 9px;
	}
}
@media (max-width: 720px){
	.main-nav__link{
		font-size: 12px;
	}
}



/* privacy */

.page-content__privacy{
	display: block;
	max-width: 87%;
	font-size: 75%;
	line-height: 180%;
	color: #be5e00;
	font-weight: normal;
	padding: 0 24px 16px 66px ;
}
.container-privacy{
	padding: 0 23px 0 16px;
	max-width: 1080px;
	margin: 0 auto;
	box-sizing: content-box;
}

.page-content__block-privacy{
	background: #f8f4f0;
	padding: 22px 40px 32px 40px;
}

.page-content__text-privacytitle{
	font-size: 0.91vw;
	line-height: 1.21vw;
	font-weight: 600;
	padding: 0 24px;
	margin-top: 0.91vw;
	color: dimgrey
}
.page-content__text-privacy{
	display: block;
	font-size: 1.01vw;
	line-height: 1.64vw;
	font-weight: normal;
	padding: 4px 24px 8px 24px;
	color: #333;
	margin: 0;
}








/* concept */
.heading__title-concept{
	display: block;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	color: #ee8030;
	margin: 0 0 0.9vw;
}
.heading__text-concept{
	display: block;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	color: #555;
}





/* about */
.container-about{
	padding: 0 165px 0 151px;
	max-width: 1080px;
	margin: 0 auto;
	box-sizing: content-box;
}


.page__list-title-about{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #555;
	font-weight: bold;
	border-bottom: 1px solid #ededed;
	padding: 6px 0 1px 3px;
	margin: 0 0 10px;
}




.table-default-about{
	display: block;
	width: 100%;
	padding: 10px 6% 3% 6%;
	font-size: 12px;
}
.table-default-about .title-table-about{
	font-size: 12px;
	display: block;
	color: #e56b1c;
	margin: 12px 0 5px 2px;
}
.table-default-about .table{
	width: 100%;
	background-color: #fff;
	margin-top: 16px;
}
.table-default-about .table tr{
	height: 34px;
}
.table-default-about .table th{
	border: 1px solid #ccc;
	font-weight: normal;
	width: 25%;
	background: #eaeaea;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
}
.table-default-about .table td{
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 6px;
}
.table-default-about .table a{
	display: inline-block;
	vertical-align: top;
}
.table-default-about .table img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.table-default-about .table .center{
	text-align: center;
}

