@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 400;
src: url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 700;
src: url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}
html {
    background: #fff;
}
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
    font: inherit;
}
del,
ins {
    text-decoration: none;
}
li {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}
q:after,
q:before {
    content: '';
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
sub,
sup {
    vertical-align: baseline;
}
legend {
    color: #000;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}
body,
html {
    width: 100%;
    height: 100%;
    font-family: Noto Sans Japanese,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
    color: #2e2e2e;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	font-weight:400;
}
a {
    text-decoration: none;
    color: #2e2e2e;
}
p a {
    text-decoration: underline;
    transition: all 0.2s;
}
p a:hover {
    opacity: 0.8;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.td {
    display: table-cell;
    vertical-align: middle;
}
.sp {
    display: none;
}
.logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90px;
    box-shadow: 0 0 2px rgba(0,0,0,.04);
}
.logo img {
    width: 100%;
    vertical-align: bottom;
}
.humbergar {
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 9999;
    width: 90px;
    height: 90px;
    background: #0068b7;
    transition: all 0.3s;
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    cursor: pointer;
}
.humbergar .icop {
    background: #fff;
    width: 24px;
    height: 3px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    transition: all 0.2s cubic-bezier(0.67,.31,.03,.9) 0.05s;
}
.humbergar .p1 {
    margin-top: -11px;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.humbergar .p2 {
    margin-top: -2px;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: all 0.2s cubic-bezier(0.67,.31,.03,.9) 0.05s;
}
.humbergar .p3 {
    margin-top: 7px;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.humbergar:hover .icop {
    width: 34px;
    margin-left: -17px;
}
.loaded .humbergar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.navon .humbergar {
    background: 0 0;
}
.navon .humbergar .p1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px;
}
.navon .humbergar .p2 {
    width: 0;
    margin-left: 0;
}
.navon .humbergar .p3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}
.gnav {
    position: fixed;
    z-index: 9996;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    color: #fff;
    font-size: 30px;
    text-align: center;
    opacity: 1;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: width 0.2s linear 0s;
    overflow: hidden;
}
.navon .gnav {
    opacity: 1;
    width: 100%;
    transition: all 0.35s cubic-bezier(0.67,.31,.03,.9) 0s;
}
.navbg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
    height: 100%;
    background: #036eb8;
    opacity: 0.90;
}
.gnav .gnav_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000px;
    height: 100%;
}
.gnav li {
    margin: 10px 0;
}
.gnav a {
	padding: 10px 0;
	color: #fff;
	position: relative;
	font-size: 12px;
	line-height: 14px;
	vertical-align: text-top;
}
.gnav span {
    position: relative;
    color: #47a6ef;
    text-shadow: none;
    display: block;
	font-size:24px;
	line-height:26px;
	font-weight: 700;
}
.gnav span::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-height: 100%;
    color: #fff;
    content: attr(title);
    transition: max-height 0.5s;
    width: 100%;
    display: inline-block;
}
.gnav span:focus::before,
.gnav span:hover::before {
    max-height: 0;
}
.footer {
	padding: 120px 0 120px;
	position: relative;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.footer_simple {
    background: #f2f2f2;
    padding-top: 50px;
}
.address {
	text-align:center;
}
.ftlogo {
	width: 190px;
	vertical-align:bottom;
	margin-bottom:10px;
}
.address p {
    font-size: 12px;
	margin-bottom:25px;
}
.address p a{
	text-decoration: none;
}
.footer .copyright {
    text-transform: uppercase;
    font-size: 12px;
	text-align:center;
}
.top {
    width: 100%;
    height: 900px;
    text-align: center;
    color: #474747;
    background: #fafafa;
    position: relative;
	background-image: url(../images/bg_mainvisual.jpg);
	background-size: cover;
	}
.lt-ie9 .top>div>img {
    top: 0!important;
}
.top_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -350px;
    width: 700px;
    height: 140px;
    opacity: 0.9;
}
.top h2 img {
	width:50%;
}
.menu {
	width: 100%;
	height: 113px;
	background: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -113px;
	letter-spacing: 3px;
	border-bottom:4px solid #ccc;
}
.loaded .menu {
    bottom: 0;
    transition: bottom 0.4s cubic-bezier(0.67,.31,.03,.9) 0.5s;
}
.menu ul{
}
.menu li {
    display: inline-block;
	width:30%;
}
.menu li a {
    color: #2e2e2e;
    font-size: 16px;
    display: block;
    padding: 44px 0;
    position: relative;
}
.menu li a span {
    position: relative;
    z-index: 2;
    transition: all 0.2s;
}
.menu li a:before {
    content: '';
    transition: all 0.2s;
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 0;
	border-bottom:4px solid #ccc;
}
.menu li a:hover:before {
	border-bottom:4px solid #036eb8;
}
.cover {
    background-position: center;
}
.section {
    padding-bottom: 80px;
}
.section_full {
    padding-bottom: 0;
}
.section,
.section_full {
    position: relative;
}
.section p {
    padding-bottom: 30px;
}
.center {
    text-align: center;
}
.inner {
    max-width: 980px;
    min-width: 640px;
    padding: 0 120px;
    margin: 0 auto;
    position: relative;
    line-height: 1.9;
}
.inner img {
    max-width: 100%;
}

.btn {
    display: inline-block;
    color: #fff;
    background: #e56330;
    min-width: 200px;
    box-sizing: border-box;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    border: none;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    position: relative;
    transition: all 0.3s;
}
.btn,
.btn a {
    text-decoration: none;
}
.btn:after {
    content: '';
    background: url("../images/btn_ar.png") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    transition: all 0.3s;
    -webkit-transform: scale(0) translateX(-10px);
    transform: scale(0) translateX(-10px);
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    pointer-events: none;
}

.btn:hover {
    padding-right: 60px;
}
.btn:hover:after {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    opacity: 1;
}
.btn.f_reset:hover {
    padding-left: 0px;
    padding-right: 0px;
}
.btn.f_reset:after{
    right: auto;
    left: 20px;
    -webkit-transform: rotateZ(180deg) scale(0) translateX(-10px);
    -moz-transform: rotateZ(180deg) scale(0) translateX(-10px);
    -ms-transform: rotateZ(180deg) scale(0) translateX(-10px);
    -o-transform: rotateZ(180deg) scale(0) translateX(-10px);
    transform: rotateZ(180deg) scale(0) translateX(-10px);
}
.btn.f_reset:hover:after{
    -webkit-transform: rotateZ(180deg) scale(1) translateX(0);
    -moz-transform: rotateZ(180deg) scale(1) translateX(0);
    -ms-transform: rotateZ(180deg) scale(1) translateX(0);
    -o-transform: rotateZ(180deg) scale(1) translateX(0);
    transform: rotateZ(180deg) scale(1) translateX(0);
}

.btn_blue {
    background: #036eb8;
    color: #FFFFFF;
}
.btn_grey {
    background: #aaa;
}
.btn_inline{
    display: inline-block !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.shinsotsu_btn {
    width: 230px;
}
.lt-ie9 .btn:after {
    display: none;
}
.lt-ie9 .btn:hover {
    padding-right: 20px;
}
.service .btn {
    background: #036eb8;
	width:100%;
	border-bottom:4px solid #025893;
}
.service h2 {
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding: 0 115px 0 0;
	background-image: url(../images/service-icon.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height:110px;
	width:50%;
	position:absolute;
	left:0;
	top:106px;
	z-index:1000;
	text-align:right;
}
.service h2 span {
	color:#fff;
	font-weight:400;
    letter-spacing: 0.1em;
    display: block;
    padding: 10px 0 0;
	margin:10px 0 0;
    font-size: 16px;
	border-top:4px solid #fff;
}
.service_backpanels,
.service_backpanels li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.service_backpanels li {
    opacity: 0;
    transition: all 0.4s;
}
.service_backpanels li.selected {
    opacity: 1;
}
.service_panels {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.service_panels a {
    color: #fff;
}
.service_panels>li {
    width: 33.3333%;
    height: 100%;
    float: left;
}
.service_panels>li>div {
    height: 100%;
    position: relative;
    color: #fff;
}
.service_panels .cover {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.service_panels h3 {
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
	color:#666;
    width: 90%;
	margin:0 auto 5% auto;
    transition: margin 0.4s cubic-bezier(0.67,.31,.03,.9);
    z-index: 10;
	background-color:rgba(255,255,255,0.8);
	border:1px solid #fff;
	position:relative;
}
.service_panels h3:before{
	content:"";
	position:absolute;
	background-image:url(../images/service_arrow.png);
	width:32px;
	height:36px;
	left:50%;
	top:-18px;
	margin-left:-16px;
}
.service_hv{
	position:absolute;
	bottom:0;
	width:100%;
	z-index:100;
}
.service_panels .disabled h3 {
    width: 100%;
	margin:0 auto;
	background-color:rgba(3,110,184,1);
	border:none;
	color:#fff;
}
.service_panels .disabled h3:before {
    display:none;
}
.service_panels h3 span {
    font-size: 12px;
    margin-top: -44px;
    display: block;
}
.service_panels .item_detal {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    padding: 30px;
    position: absolute;
	background-color:#fff;
	color:#666;
    top: 100%;
    left: 0;
    transition: margin 0.4s cubic-bezier(0.67,.31,.03,.9);
}
.service_bg1,
.service_item1 .cover {
    background-position: left center;
	background-image: url(../images/bg_service1.jpg);
	background-size: cover;
}
.service_bg2,
.service_item2 .cover {
    background-position: center center;
	background-image: url(../images/bg_service2.jpg);
	background-size: cover;
}
.service_bg3,
.service_item3 .cover {
    background-position: right top;
	background-image: url(../images/bg_service5.jpg);
	background-size: cover;
}
.disabled .service_item3 .cover,
.service_bg3 {
    background-position: center center;
}
.service_item2 {
    background: rgba(0,0,0,.02);
}
.service_panels.on .cover {
    opacity: 0;
}
.service .service_title {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0;
}
.service .service_title span {
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding: 0 0 4px;
}

.about {
	height: 580px;
	background-image: url(../images/bg_about.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.about h2 {
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding: 0 0 0 115px;
	background-image: url(../images/about-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:110px;
	width:50%;
	position:absolute;
	right:0;
	top:106px;
}
.about h2 span {
	color:#fff;
	font-weight:400;
    letter-spacing: 0.1em;
    display: block;
    padding: 10px 0 0;
	margin:10px 0 0;
    font-size: 16px;
	border-top:4px solid #fff;
}

.about .item {
    width: 49%;
    box-sizing: border-box;
    padding: 30px;
    background-color: rgba(255,255,255,0.8);
	color:#666;
	border-top:4px solid #fff;
	position:absolute;
	top:260px;
	left:50%;
	font-size:16px;
}
.about h2 span,
.about p {
    -webkit-font-smoothing: auto;
}
.about .btn{
	width:100%;
	background-color:#036eb8;
	border-bottom:4px solid #025893;
}

.subheader {
    width: 100%;
    height: 480px;
    letter-spacing: 0.2em;
    color: #fff;
    background-position: center;
}
.subheader.sev {
	background-image:url(../images/bg_service4.jpg);
	background-size:cover;
}
.subheader h1 {
    font-size: 56px;
    padding-top: 30px;
    font-weight: 700;
}
.subheader.sev h1{
	background-image: url(../images/service-icon-main.png);
	background-repeat: no-repeat;
	background-position: center top;	
	padding-top:100px;
}
.subheader.abt {
	background-image:url(../images/bg_about.jpg);
	background-size:cover;
}
.subheader.abt h1{
	background-image: url(../images/about-icon-main.png);
	background-repeat: no-repeat;
	background-position: center top;	
	padding-top:100px;
}

.subheader h2 {
    font-size: 24px;
    font-weight: 400;
	border-top:4px solid #fff;
	width:270px;
	margin:0 auto;
	padding-top:10px;
}
.subheader .blk h1,
.subheader .blk h2 {
	color:#fff;
}
.landscape {
    height: 400px;
    overflow: hidden;
}
.landscape_imgbox {
    max-height: 300px;
    overflow: hidden;
}
.ls_img {
    width: 100%;
    vertical-align: bottom;
}
.lt-ie9 .subheader>div>img {
    top: 0!important;
}

.company{
	background-image:url(../images/about-company-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
}
.company h2{
	color: #333;
	font-weight: 700;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding: 0;
	min-height:110px;
	width:50%;
	text-align:right;
	margin-top:120px;
}
.company h2 span{
	color:#333;
	font-weight:400;
    letter-spacing: 0.1em;
    display: block;
    padding: 10px 0 0;
	margin:10px 0 0;
    font-size: 16px;
	border-top:4px solid #333;
}
.company dl {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
}
.company dt {
    font-weight: 700;
    width: 100px;
    float: left;
    clear: left;
    padding-bottom: 20px;
        line-height:24px;
}
.company dd {
    margin-left: 120px;
    padding-bottom: 20px;
    line-height:24px;
}
.company dd img{
	vertical-align: bottom;
	margin-left: 5px;
}
.company dd span.office {
    color: #666;
    display: block;
    font-size: 90%;
}
.company-map iframe{
	vertical-align: bottom;
}
.gm-style-iw div:first-child {
    text-align: left;
}
.service1_1{
	background-image:url(../images/bg_service1.jpg);
	background-size:cover;
}
.service2{
	background-image:url(../images/bg_service2.jpg);
	background-size:cover;
	padding-top:1px;
}
.service3{
	background-image:url(../images/bg_service5.jpg);
	background-size:cover;
}
.service1_1 h2,
.service2 h2,
.service3 h2 {
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding: 0;
	min-height:110px;
	width:50%;
	position:absolute;
	left:0;
	top:120px;
	z-index:1000;
	text-align:right;
}
.service2 h2{
	right:0;
	left:auto;
	text-align:left;
}
.service1_1 h2 span,
.service2 h2 span,
.service3 h2 span {
	color:#fff;
	font-weight:400;
    letter-spacing: 0.1em;
    display: block;
    padding: 10px 0 0;
	margin:10px 0 0;
    font-size: 16px;
	border-top:4px solid #fff;
}
.service1_2 h3 {
    background: #036eb8;
	color:#fff;
    font-size: 24px;
	text-align:center;
    font-weight: 400;
	width:50%;
    padding: 30px 0;
    line-height: 30px;
    margin: -50px auto 40px auto;
	position:relative;
    box-sizing: content-box;
}
.service1_2 h3:after{
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 15px solid transparent;
    border-top-color: #036eb8;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}
.service1_2 h3 {
}
.service2 h3 {
    width: 100%;
	background-color:#026EB8;
	color:#fff;
	line-height:50px;
	text-align:center;
    margin:35px auto 0 auto;
	font-size:16px;
}
.service1_1 {
    height: 725px;
    background-position: center;
	padding-bottom:0;
}
.service3 {
    height: 630px;
    background-position: center;
	padding-bottom:0;
}
.service1_1 .item,
.service2 .item,
.service3 .item {
    width: 30%;
    box-sizing: border-box;
    padding: 30px;
    background-color: rgba(255,255,255,0.8);
	color:#666;
	border-top:4px solid #fff;
	position:absolute;
	top:120px;
	left:60%;
	font-size:16px;
	letter-spacing:0.1em;
}
.service2 .item{
	position:relative;
	left:auto;
	top:auto;
	margin-top:120px;
    width: 37%;
}
.service1_1 .item p,
.service2 .item p{
	padding-bottom:0;
}
.leftitm img,
.rightitm img {
    max-width: 100%;
}
.service2 .leftitm {
    width: 70%;
    padding-right: 30px;
    box-sizing: border-box;
    float: left;
}
.service2 .rightitm {
    width: 25%;
    box-sizing: border-box;
    padding-top: 80px;
    vertical-align: bottom;
    float: right;
}
.service3 {
    min-height: 420px;
    width: 100%;
    overflow: hidden;
}
.service3 .bg {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -362px;
    z-index: -1;
}
.project_logo li {
    width: auto;
    display: inline-block;
    float: left;
    padding-left: 22px;
    padding-right: 22px;
    line-height: 50px;
}
.lt-ie9 .project_logo li {
    /*width: 158px;*/
}
.project_logo li img {
    max-width: 100%;
}
.service_first {
    padding-bottom: 0px;
}
.service_nav {
    padding: 0;
    white-space: nowrap;
	width: 100%;
	background: #fff;
	text-align: center;
	border-bottom:4px solid #ccc;
}
.service_nav li {
    display: inline-block;
    width: 30%;
    text-align: center;
}
.service_nav li a {
    color: #2e2e2e;
    font-size: 16px;
    display: block;
    padding: 40px 0;
    position: relative;
}
.service_nav li div {
    display: inline-block;
    position: relative;
}
.service_nav span {
    position: relative;
    z-index: 2;
    transition: all 0.2s;
}
.service_nav li a:before {
    content: '';
    transition: all 0.2s;
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
	border-bottom:4px solid #ccc;
}
.service_nav li a:hover span {
}
.service_nav li a:hover:before {
	border-bottom:4px solid #036eb8;
}

.contact_thankyou .inner {
    text-align: center;
}
.introduction {
    text-align: center;
    padding: 80px 0 0;
    position: relative;
}
.lt-ie9 .introduction {
    padding-bottom: 80px;
}
.badge {
    width: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin: 0 0 0 -40px;
}
.reqeruit_info table {
    margin: 0 0 15px;
}
.reqeruit_info td,
.reqeruit_info th {
    border: 10px solid #fff;
    padding: 28px 40px;
    vertical-align: top;
    text-align: justify;
}
.reqeruit_info th {
    font-weight: 700;
    width: 180px;
    background: #f6fafd;
    border-left: none;
    color: #0068b7;
    letter-spacing: 0.05em;
}
.reqeruit_info td {
    background: #f7f8f9;
    border-right: none;
    border-left: none;
    padding: 20px;
    font-size: 13px;
}
.reqeruit_info h4 {
    font-size: 14px;
    letter-spacing: 0.05em;
}
.reqeruit_info .bold {
    font-weight: 700;
}
.reqeruit_info .memo {
    font-weight: 400;
    color: #666;
}
.indent {
    padding-left: 15px;
    padding-top: 10px;
}
.reqeruit_info #mailformpro p {
    margin: 0;
    padding: 0;
}
.reqeruit_info .kojin {
    font-size: 11px;
    color: #666;
    padding: 25px;
}
.reqeruit_info .kojin .kojin-ttl {
    font-size: 12px;
    font-weight: 700;
}
.entry_btns .btn {
    width: auto;
    margin: 30px 0 0;
    display: block;
    height: 78px;
    line-height: 78px;
    font-size: 20px;
}
.input_radio input {
    opacity: 0;
    filter:alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
}
.reqeruit_info td.input_radio {
    vertical-align: middle;
}
.input_radio label {
    padding: 0 0 0 5px;
    background: url("../img/parts/input_radio@1x.png") top left no-repeat;
}
.input_radio label.mfp_checked {
    background-position: bottom left;
}
.agree input {
    opacity: 0;
    filter:alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
}
.agree {
    vertical-align: middle;
}
.agree label span {
    padding: 0 10px 0 20px;
    background: url("../img/parts/input_check@1x.png") top left no-repeat;
    line-height: 23px;
    display: inline-block;
}
.agree label.checked span {
    background-position: bottom left;
}
.space_r {
    padding-right: 10px;
}
.space_b {
    padding-bottom: 10px;
}

.emphasize {
    font-weight: 700;
    font-size: 15px;
    color: #0068b7;
    letter-spacing: 2px;
}
.agree {
    padding: 10px 0 20px;
}
.agree label {
    display: inline-block;
    width: 760px;
    max-width: 100%;
    padding: 10px 0;
    background: #f2f2f2;
    text-align: center;
}
.agree_err {
    display: none;
    padding: 10px 0 0;
}
#recInputSubmit .mask {
    display: none;
}
#recInputSubmit.disabled {
    position: relative;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}
#recInputSubmit.disabled .mask {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
}
#mfp_loading,
#mfp_loading_screen,
#mfp_overlay_background {
    display: none;
}
#mfp_hidden {
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
}
#mfp_hidden input {
    margin: 10px;
}
.mfp_err {
    clear: both;
    display: none;
    text-align: left;
    margin: 5px 0 0;
    padding: 3px 0 5px;
    color: #d73452;
    font-size: 12px;
    line-height: normal;
}
.mfp_parent_error {
    border: solid 2px #d73452;
}
.problem {
    background-color: #fff;
    border-color: #EC768C!important;
}
#mfp_error {
    background-color: #fff;
    border: solid 1px #ec768c;
    color: #ec768c;
    padding: 10px;
    display: none;
}
#mfp_error p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
}
#mfp_warning {
    background-color: #fff;
    border: solid 1px #ec768c;
    color: #ec768c;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    display: none;
    font-size: 14px;
}
#mfp_warning p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
}
.contact {
	color: #666;
	-webkit-font-smoothing: antialiased;
	background-image: url(../images/bg_contact.jpg);
	background-size: cover;
	background-color: #b0dfff;
	background-repeat: no-repeat;
	background-position: center top;
}
.contact h2 {
    text-align: center;
	color:#036eb8;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding: 120px 0 30px;
	width:230px;
	margin:0 auto;
}
.contact h2 span {
	color:#036eb8;
    letter-spacing: 0.1em;
    display: block;
    padding: 10px 0 0;
	margin:10px 0 0;
    font-size: 16px;
	border-top:4px solid #036eb8;
}
.contactform {
    color: #666;
    font-size: 13px;
    padding: 10px 0;
}
.form1,
.form2 {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.form1 {
    padding-right: 10px;
}
.form2 {
    padding-left: 10px;
}
.contactform dl {
    width: 100%;
}
.contactform dt {
    background: #e5f4ff;
    position: relative;
    z-index: 2;
    font-weight: 700;
    line-height: 24px;
}
.contactform dd {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}
.contactform dt label {
    display: block;
    padding: 10px;
}
.form1 input[type=text],
.form2 textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
.form1 dt {
    width: 172px;
    float: left;
    clear: both;
    margin-bottom: 12px;
}
.form1 dd {
    padding-left: 172px;
}
.itxt,
.itxtarea {
    border: none;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}
.itxt {
    height: 44px;
}
.itxtarea {
    height: 280px;
    vertical-align: bottom;
}
.contact .f_guide{
    color: #1D1D1D;
}
.f_guide {
	width: 100%;
	text-align: center;
}
.f_guide a,
.f_guide span {
    display: inline-block;
    padding: 14px 20px 0 0;
    color: #fff;
}
.f_guide a {
    text-decoration: underline;
}
.f_bottom {
    padding: 30px 0 10px 0;
}
.f_reset,
.f_submit {
	padding: 0;
	width: 230px;
	margin: 0 auto;
	display:block;
	text-align:center;
	border-bottom:4px solid #025893;
	height:52px;
}
.f_reset input[type=reset],
.f_submit input[type=submit] {
    cursor: pointer;
    display: block;
    outline: 0;
    color: #fff;
	background-color:#036eb8;
    border: none;
	width: 230px;
	margin: 0 auto;
    transition: all 0.3s;
    -webkit-appearance: none;
    border-radius: 0;
}
.f_reset{
    border-bottom:4px solid #666666;
}

.f_reset input[type=reset]{
    background-color:#aaaaaa;

}
.f_reset:hover,
.f_submit:hover {
    padding-right: 0;
}
.f_reset:hover input{
    padding-left: 60px  !important;
}
.f_submit:hover input {
    padding-right: 60px;
}
.lt-ie9 .f_reset:hover,
.lt-ie9 .f_reset:hover input,
.lt-ie9 .f_submit:hover,
.lt-ie9 .f_submit:hover input {
    padding-left: 0;
    padding-right: 0;
}
.contactform .mfp_err {
    display: none;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-align: right;
}
.contactform .form2 .mfp_err {
    padding-top: 10px;
}
.contactform #mfp_confirm_table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
.contactform #mfp_confirm_table tr.mfp_colored {
    background-color: #fff;
}
.contactform #mfp_confirm_table tr.mfp_achroma {
    background-color: #fff;
}
.contactform #mfp_confirm_table tr td,
.contactform #mfp_confirm_table tr th {
    text-align: left;
    font-size: 13px;
    border-top: solid 3px #0368b4;
    padding: 15px;
}
.contactform #mfp_confirm_table tr th {
    white-space: nowrap;
    width: 170px;
    font-weight: 700;
}
.contactform #mfp_confirm_table tr td {
    line-height: 1.5em;
    word-break: break-all;
    background: #e8f1f8;
    color: #000;
}
.contactform .mfp_buttons {
    clear: both;
    padding: 20px 0 0;
    text-align: center;
}
.contactform .mfp_buttons button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background: #57bfdd;
    min-width: 200px;
    box-sizing: border-box;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    border: none;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    transition: all 0.3s;
    position: relative;
}
.contactform .mfp_buttons #mfp_button_send {
    float: right;
    height: 48px;
    line-height: 48px;
    width: auto;
    font-weight: 400;
}
.contactform .mfp_buttons #mfp_button_cancel {
    background: #aaa;
    float: left;
    height: 48px;
    line-height: 48px;
    width: auto;
    font-weight: 400;
}
.contactform .mfp_buttons #mfp_button_send:after {
    content: '';
    background: url("../img/btn_ar.png") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    transition: all 0.3s;
    -webkit-transform: scale(0) translateX(-10px);
    transform: scale(0) translateX(-10px);
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    pointer-events: none;
}
.contactform .mfp_buttons #mfp_button_send:hover {
    padding-right: 60px;
}
.contactform .mfp_buttons #mfp_button_send:hover:after {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    opacity: 1;
}
.lt-ie9 .contactform .mfp_buttons #mfp_button_send:hover {
    padding-right: 0;
}
.lt-ie9 .contactform .mfp_buttons #mfp_button_send:after {
    display: none;
}
.contactform #mfp_phase_confirm {
    clear: both;
}
.contactform #mfp_phase_confirm h4 {
    font-size: 13px;
    padding: 0 0 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2em;
}


.errorbox{
    background: #FFFFFF;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 2px solid #CC0000;
}
.errorbox p{
    padding: 0;
    margin: 0;
    color: #CC0000;
    font-weight: bold;
}
.errorbox ul{
    list-style: disc;
    padding-top: 0;
    padding-left: 30px;
    margin-top: 10px;
    color: #CC0000;
}
.errorbox ul li{
    list-style: disc;
}
.whitebox{
    background: #FFFFFF;
    padding: 40px 80px;
}
.whitebox h3{
    font-size: 24px;
    margin-bottom: 20px;
    color: #0068b7;
}
.whitebox table{
    width: 100%;
}
.whitebox table th,
.whitebox table td{
    vertical-align: top;
    padding: 10px 20px;
    color: #1D1D1D;
    text-align: left;
}
.whitebox table th{
    width: 180px;
    font-weight: bold;
}
.whitebox table td{}
.form_footer{
    padding-top: 20px;
}


.totop {
    width: 60px;
    height: 60px;
    text-align: center;
    position: fixed;
    bottom: 10px;
    background: #0068b7;
    cursor: pointer;
    z-index: 100000;
    opacity: 0;
    right: -60px;
    -webkit-transition: all 0.5s cubic-bezier(0.67,.31,.03,.9);
    transition: all 0.5s cubic-bezier(0.67,.31,.03,.9);
}
.totop .bd {
    width: 16px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 24px;
    margin-left: -8px;
    -webkit-transition: all 0.2s cubic-bezier(0.67,.31,.03,.9);
    transition: all 0.2s cubic-bezier(0.67,.31,.03,.9);
}
.totop img {
    width: 16px;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -8px;
    -webkit-transition: all 0.25s cubic-bezier(0.67,.31,.03,.9);
    transition: all 0.25s cubic-bezier(0.67,.31,.03,.9);
}
.totop:hover .bd {
    height: 0;
}
.totop:hover img {
    top: 24px;
}
.scrolled .totop {
    opacity: 1;
    right: 10px;
}
@media screen and (max-width:880px) {
    .contactform {
        font-size: 12px;
    }
    .form1 dt {
        width: 150px;
    }
    .form1 dd {
        padding-left: 150px;
    }



}
@media screen and (max-width:800px) {
    body {
        font-size: 12px;
        width: 100%;
        overflow-x: hidden;
        -webkit-font-smoothing: auto;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .logo {
        width: 54px;
        height: 54px;
        overflow: hidden;
        z-index: 9999;
    }
    .logo img {
        width: 100%;
        margin: 0;
    }
    .menu {
        display: none;
    }
    .nabbtn {
        top: 0;
        left: 54px;
    }
    .humbergar {
        top: 0;
        left: 36px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateX(-90px) scale(0.6);
        transform: translateX(-90px) scale(0.6);
        z-index: 9998;
    }
    .loaded .humbergar {
        -webkit-transform: translateX(0) scale(0.6);
        transform: translateX(0) scale(0.6);
        background: #197bc6;
    }
    .gnav {
        left: 100%;
        top: 0;
        height: 100%;
        width: 100%;
        font-size: 20px;
        text-align: left;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        display: block;
    }
    .gnav .td {
        display: block;
    }
    .navon .gnav {
        left: 108px;
    }
    .navbg {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        width: 100%;
        height: 100%;
        background: #197bc6;
        opacity: 1;
    }
    .gnav .gnav_inner {
        width: auto;
        height: 100%;
        text-align: left;
        box-sizing: border-box;
        padding: 0;
        position: static;
        display: block;
        overflow: scroll;
    }
    .gnav .td {
        vertical-align: top;
    }
    .gnav li {
        display: block;
    }
    .gnav a {
        padding: 0 30px;
        height: auto;
        color: #fff;
        font-weight: 400;
        display: block;
        font-size: 16px;
    }
    .gnav span {
        color: #fff;
        line-height: 54px;
        height: 54px;
        display: block;
    }
    .gnav span::before {
        display: none;
    }
    .gnav .sp a {
        font-size: 14px;
        color: #96d9ff;
    }
    .gnav .icons {
        padding: 10px 30px 30px;
    }
    .gnav .icons a {
        padding: 0;
    }
    .wrapper {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }
    .navon .wrapper {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section,
    .section_full {
        height: auto!important;
        padding-bottom: 50px;
    }
    .inner {
        max-width: 100%;
        min-width: initial;
        padding: 0 18px;
        margin: 0 auto;
        line-height: 1.9;
    }
    .sp_sub {
        padding: 0;
    }
    .section h2 {
        padding-top: 42px;
        padding-bottom: 20px;
        color: #474747;
        margin: 0;
    }
    .section h2 span {
        font-size: 12px;
        vertical-align: middle;
        color: #474747;
        letter-spacing: 2px;
    }
    .loading .concept {
        position: fixed;
        top: 50%;
        left: 0;
        margin: -50px 0 0;
        width: 100%;
        height: 100px;
        color: #fff;
    }
    .loading .concept h1 {
        font-size: 28px;
        letter-spacing: 2px;
        opacity: 0;
        -webkit-transform: translate(0,60px);
        transform: translate(0,60px);
    }
    .loading .concept h2 {
        font-size: 12px;
        letter-spacing: 0;
        margin-top: -35px;
        -webkit-transform: translate(0,80px);
        transform: translate(0,80px);
        font-weight: 700;
    }
    .first .loading .concept h1,
    .first .loading path {
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1;
    }
    .first .loading .concept h2 {
        opacity: 1;
        -webkit-transition: all 0.6s 0.3s;
        transition: all 0.6s 0.3s;
        -webkit-transform: translate(0,45px);
        transform: translate(0,45px);
    }
    .top_inner {
        top: 30%;
        height: 70px;
        padding: 10px 0;
        left: 0;
        margin: 0;
        width: 100%;
    }
    .top h2 img {
		width:80%;
    }
    .top {
        height: 270px!important;
        background-size: auto 100%!important;
        margin-bottom: 0px;
        font-weight: 700;
    }
    .about .item {
        float: none;
        width: auto;
        padding: 150px 0 0;
        color: #fff;
        font-weight: 700;
        text-shadow: 0 0 15px rgba(0,0,0,.3);
    }
    .service {
        height: auto;
        border-top: 1px solid #ccc;
        padding-bottom: 0;
    }
    .service h2 {
	position: static;
	text-align: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 30px 18px 30px;
	color: #2e2e2e;
	background-image: url(../images/service-icon-sp.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	min-height:auto;
    }
    .service h2 span {
        padding: 0 10px;
		border:none;
    }
    .service_backpanels {
        display: none;
    }
    .service_panels {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .service_panels>li {
        width: 100%;
        height: auto;
        float: none;
    }
    .service_panels .cover {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .service_panels h3 {
        position: absolute;
        bottom: 5%;
        left: 5%;
        height: 54px;
        line-height: 54px;
        box-sizing: border-box;
        padding: 0 18px;
        font-size: 16px;
        letter-spacing: 1px;
		margin:0;
		text-align:center;
    }
    .service_panels h3 a {
        display: block;
		color:#666;
    }
    .service_panels h3:after {
        content: '';
        background: url("../img/btn_ar.png") no-repeat center;
        background-size: contain;
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
        opacity: 1;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -8px;
        pointer-events: none;
    }
    .service_panels .disabled h3:after {
        content: 'Coming Soon.';
        line-height: 20px;
        background: 0 0;
        font-size: 10px;
        width: auto;
        font-weight: 400;
    }
    .service_panels .disabled h3 span {
        display: none;
    }
    .service_panels .disabled h3 {
        line-height: 54px;
    }
    .service_hv {
        min-height: 200px;
		position:relative;
    }
    .service_panels .item_detal {
        display: none;
        font-size: 12px;
        padding: 20px 18px 0;
        position: relative;
        top: 0;
        left: 100%;
        -webkit-transition: left 0.5s;
        transition: left 0.5s;
        min-height: 210px;
    }
    .service_item1 .cover,
    .service_item2 .cover,
    .service_item3 .cover {
		background-position:center bottom;
    }
    .service_panels:hover .cover {
        opacity: 1;
    }
    .service .service_title {
        font-size: 16px;
        margin-bottom: 20px;
        padding: 0;
    }
    .service .service_title span {
        border-bottom: 2px solid #fff;
        display: inline-block;
        padding: 0 0 4px;
    }
	.about{
		background-position:center 110px;
		background-image:url(../images/bg_about-sp.jpg);
		padding-bottom:0;
	}
    .about h2 {
	position: static;
	text-align: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 30px 18px 30px;
	color: #2e2e2e;
	background-image: url(../images/about-icon-sp.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	min-height:auto;
    }
    .about h2 span {
        padding: 0 10px;
		border:none;
    }
	.about .inner{
	}
	.about .item {
		width: 100%;
		box-sizing: border-box;
		padding: 30px;
		background-color: transparent;
		color:#fff;
		border-top:none;
		position:relative;
		top:auto;
		left:auto;
		font-size:16px;
		font-weight:400;
	}
	.about h2 span,
	.about p {
		-webkit-font-smoothing: auto;
	}
	.about .btn{
		width:100%;
		background-color:#036eb8;
		border-bottom:4px solid #025893;
		text-align:center;
		font-size:16px;
	}
    .pagestart .contact h2 {
        padding-top: 80px;
    }
   .contact header{
       margin: 0 -18px;
   }
   .contact h2 {
       text-align: center;
		/*text-align: left;*/
		color:#FFF;
		background-color:#036eb8;
		font-weight: 700;
		font-size: 32px;
		letter-spacing: 0.1em;
		line-height: 1.2;
		padding: 30px 0;
		width:100%;
		margin:0 0 0;
	}
	.contact h2 span {
		color:#fff;
		letter-spacing: 0.1em;
		display: block;
		padding: 10px 0 0;
		margin:10px 0 0;
		font-size: 12px;
		border-top:none;
		font-weight: 400;
	}
    .form1,
    .form2 {
        width: 100%;
        float: none;
        padding: 0;
        box-sizing: border-box;
    }
    .contactform {
        font-size: 11px;
    }
    .contactform dt {
    }
    .form1 dt {
        width: 50%;
    }
    .form1 dd {
        padding-left: 50%;
    }
    .whitebox{
        background: #FFFFFF;
        padding: 20px 20px 20px;
    }
    .whitebox h3{
        font-size: 24px;
        margin-bottom: 20px;
        color: #0068b7;
    }
    .whitebox table th,
    .whitebox table td{
        padding: 10px 10px;
    }
    .whitebox table th{
        width: 45%;
        font-weight: bold;
    }
    .whitebox table td{}
    .form_footer{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .itxtarea {
        height: 100px;
    }
    .f_guide {
        float: none;
        width: auto;
        font-size: 14px;
		text-align:left;
		margin:30px 25px 0 25px;
		padding:0;
    }
    .f_guide a,
    .f_guide span {
        padding-top: 20px;
    }
	.f_bottom{
		padding-top:0;
	}
    .f_reset,
    .f_submit {
        float: none;
        padding: 0 !important;
        margin: 0 auto;
        width: 100%;
		font-size:16px !important;
		background-color: #036eb8;
    }
    .f_reset input[type=reset],
    .f_submit input[type=submit] {
		text-align:center;
		border-bottom: 4px solid #025893 !important;
		width:100%;
    }
    .f_reset input[type=reset]{
        border-bottom:4px solid #666666 !important;
    }
    .footer {
        padding: 60px 0 150px 0;
		background-image:url(../images/footer-bg-sp.png);
		background-size:100%;
    }
    .links {
        width: 100%;
        float: none;
        text-align: center;
    }
    .icons {
        display: inline-block;
        padding: 20px 20px 0;
    }
    .icons li {
        display: inline-block;
        margin-right: 10px;
    }
    .icons a {
        display: block;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #0068b7;
        text-align: center;
        line-height: 34px;
    }
    .icons a img {
        width: 14px;
        vertical-align: middle;
    }
    .address,
    .blogs {
        display: block;
    }
    .footer .copyright {
        text-align: center;
        padding-top: 0px;
    }
    .btn {
        min-width: 100%;
        padding: 0 40px 0 20px;
        height: 50px;
        line-height: 50px;
        border: none;
        font-size: 13px;
        text-align: left;
        font-weight: 400;
    }
    .btn:after {
        content: '';
        background: url("../img/btn_ar.png") no-repeat center;
        background-size: contain;
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
        opacity: 1;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -8px;
        pointer-events: none;
    }
    .btn reset{

    }

    .btn_inline{
        margin-bottom: 10px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .subheader {
        height: 170px;
    }
    .subheader h1 {
        font-size: 24px;
        padding-top: 30px;
        font-weight: 400;
    }
    .subheader h2 {
        font-size: 12px;
        font-weight: 700;
    }
    .about_map {
        display: none;
    }
    .section h2 span {
        padding: 0em 0;
        display: block;
    }
    .company dd,
    .company dt {
        font-size: 12px;
    }
    .company dd {
        margin-left: 100px;
        padding-bottom: 1em;
    }
    .company dt {
        width: 100px;
        padding-bottom: 1em;
    }
    .landscape {
        height: 170px;
    }
    .section h2 {
        font-size: 20px;
    }
    .section.contact {
        padding-bottom: 0;
    }
    .news_archive p {
        padding: 0;
    }
	.subheader.sev h1{
		padding-top:50px;
		background-size:50px 50px;
	}
	.subheader.abt h1{
		padding-top:50px;
		background-size:50px 50px;
	}	
	.service_nav {
		border-bottom:none;
	}
	.service_nav li {
	}
	.service_nav li a {
		padding: 0px 0;
	}
	.service_nav li div {
	}
	.service_nav span {
	}
	.service_nav li a:before {
		bottom: 0px;
		border-bottom:none;
	}
	.service_nav li a:hover span {
	}
	.service_nav li a:hover:before {
		border-bottom:none;
	}
    .service1_1,
	.service2,
	.service3 {
        background-position: center 110px;
        background-size: cover!important;
        background-repeat: no-repeat;
        min-height: 300px;
    }
    .service1_1 {
        background-position: left 110px;
    }
    .service3 {
        background-position: right 110px;
    }
	.service1_2{
		padding-bottom:0;
	}
	.service1_1 .item,
	.service2 .item,
	.service3 .item {
		width: 100%;
		padding: 30px;
		position:static;
		font-size:14px;
		margin-top:10%;
	}
    .service1_2 h3,
    .service2 h3 {
        font-size: 14px;
        margin: 30px 0 0px;
        width: auto;
    }
    .service1_2 h3 {
        margin: 30px 0 20px;
    }
    .project_logo {
        text-align: center;
    }
    .project_logo li {
        width: 48%;
        padding: 0 1%;
        margin: 0;
        box-sizing: border-box;
        display: inline-block;
        float: none;
    }
    .service_nav {
        padding: 10px 0 0;
    }
    .service_nav li {
        display: block;
        width: auto;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
        text-align: center;
        margin-bottom: 10px;
    }
    .service1_1 h2,
	.service2 h2,
	.service3 h2{
	position: static;
	text-align: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 30px 18px 30px;
	color: #2e2e2e;
	min-height:auto;
    }
    .service1_1 h2 span,
	.service2 h2 span,
	.service3 h2 span {
        padding: 0;
		border:none;
    }
    .service_nav li:first-child {
    }
    .service_nav li img {
        width: 200px;
    }
    .service_first {
        padding-bottom: 10px;
    }
    .service_nav li a:hover span {
        color: #474747;
    }
    .service_nav li a div:before {
        display: none;
    }
    .service1_1,
    .service2,
    .service3 {
        padding: 0px 0 70px;
    }
    .company{
	    background-size: contain;
    }   
     .company h2{
	position: static;
	text-align: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 30px 18px 0px;
	color: #2e2e2e;
	min-height:auto;
    }
    .company h2 span {
        padding: 0;
		border:none;
    }   
    .emphasize {
        font-weight: 700;
        font-size: 12px;
        color: #0068b7;
        letter-spacing: 1px;
    }
    .introduction a {
        display: block;
    }
     #mfp_confirm_table tr td {
        text-align: left;
        padding: 1em;
        box-sizing: border-box;
    }
     .contactform .mfp_err {
        font-size: 11px;
    }
    .contactform #mfp_confirm_table tr td,
    .contactform #mfp_confirm_table tr th {
        text-align: left;
        font-size: 11px;
        border-top: none;
        padding: 10px;
    }
    .contactform #mfp_confirm_table tr th {
        white-space: nowrap;
        width: auto;
        font-weight: 700;
        padding: 10px;
    }
    .contactform .mfp_buttons {
        height: 58px;
    }
    .contactform .mfp_buttons button {
        min-width: 135px;
        font-size: 13px;
    }
    .agree label {
        display: block;
        width: auto;
        margin: 0 18px 20px;
    }
    .agree_err {
        padding: 0 18px 10px;
    }
    .totop {
        width: 40px;
        height: 40px;
        bottom: 10px;
        opacity: 1;
        right: 10px;
        position: absolute;
    }
    .totop .bd {
        width: 20px;
        height: 2px;
        top: 10px;
        margin-left: -10px;
    }
    .totop img {
        width: 20px;
        top: 15px;
        margin-left: -10px;
    }
    .totop:hover img {
        top: 16px;
    }
}
