.skippr{width:100%;height:100%;position:relative;overflow:hidden}.skippr>div{position:absolute;width:100%;height:100%;background-size:cover;background-position:50% 62.5%}.skippr>img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;min-height:100%}.skippr-nav-container{position:absolute;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);bottom:25px;overflow:auto;z-index:999}.skippr-nav-element{cursor:pointer;float:left;background-color:rgba(255,255,255,0.5);-webkit-transition:all .25s linear;transition:all .25s linear}.skippr-nav-element-bubble{width:12px;height:12px;border-radius:50%;margin:0 4px}.skippr-nav-element-block{width:60px;height:10px}.skippr-nav-element:hover,.skippr-nav-element-active{background-color:#fff}.skippr-arrow{position:absolute;z-index:999;top:50%;-webkit-transform:translate(0%, -50%);-moz-transform:translate(0%, -50%);-ms-transform:translate(0%, -50%);transform:translate(0%, -50%);width:30px;height:30px;transform-origin:center center;-webkit-transform-origin:top left;cursor:pointer}.skippr-previous{left:2.5%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-top:2px solid white;border-left:2px solid white}.skippr-next{right:3.5%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-bottom:2px solid white;border-right:2px solid white}
/*# sourceMappingURL=skippr.css.map */
/*#header{
	position:relative;
	z-index:2;
	background:none;
}
#container{
	margin:-80px 0 0;
	z-index:1;
	position:relative;
}*/
@charset "utf-8";

#container {
	width: 100%;
	height: 630px;
}

#theTarget {
	text-align: center;
}

#theTarget .kvitem:before {
	content: "";
	width: 100%;
	height: calc(100% - 20px);
/* 	max-height: 600px; */
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-position: center center;
	background-size: cover;
}

#theTarget .kvitem:first-child:before {
	background-image: url(../images/5-01.jpg);
}

#theTarget .kvitem:nth-child(2):before {
	background-image: url(../images/5-02.jpg);
}

#theTarget .kvitem:nth-child(3):before {
	background-image: url(../images/5-03.jpg);
}

#theTarget .kvitem:nth-child(4):before {
	background-image: url(../images/5-04.jpg);
}

#theTarget .kvitem:nth-child(5):before {
	background-image: url(../images/5-05.jpg);
}

.skippr-nav-container {
	display: none;
}

#theTarget .illust {
	width: auto;
	height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#theTarget .illust img {
	width: auto;
	height: 100%;
}

/*
.ie9 #theTarget .illust {
	top: 0;
	left: 0;
}
*/

.kvtex {
	width: 100%;
	height: 100%;
	max-width: calc(1050px + (40px + 1vw));
	margin: 0 auto;
	position: relative;
}

.kvtex span {
	position: absolute;
	z-index: 10;
}

.t01 span {
	width: calc(80px + 25vw);
	max-width: 373px;
	top: 50%;
	left: calc(20px + .5vw);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.t02 span {
	width: calc(110px + 25vw);
	max-width: 374px;
	top: 40%;
	left: calc(20px + .5vw);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.t03 span {
	width: calc(150px + 25vw);
	max-width: 487px;
	top: 12%;
	right: calc(20px + .5vw);
}

.t04 span {
	width: calc(150px + 25vw);
	max-width: 493px;
	top: 25%;
	left: calc(20px + .5vw);
}

.news {
	max-width: 1050px;
	margin: 0 auto;
	padding: calc(40px + 1vw) calc(20px + .5vw);
}

.news .font-eng {
	display: block;
	font-size: 3rem;
	line-height: 3rem;
	text-align: left;
}

.news-title {
	position: relative;
}

.news-title-tex {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 3rem;
	color: #1879c0;
}

.news-title-more {
	margin-top: 20px;
	display: block;
	font-size: 1.3rem;
	line-height: 2rem;
}

.news-arrow {
	display: block;
	text-decoration: none;
}

.news-arrow:after {
	content: "";
	width: 20px;
	height: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	background-image: url(../images/icon_arrow01.png);
	background-size: 100% auto;
}
	

.news-list-item {
	font-size: 1.4rem;
}

.news-list-item a {
	text-decoration: none;
}

.news-list-item-date {
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	white-space: nowrap;
}

.news-list-item-tex {
	text-decoration: underline;
	color: rgba(0, 0, 0, .5);
}

a:hover .news-list-item-tex {
	text-decoration: none;
}

.btn_dc{
	width:360px;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#fff;
	border-radius:2px;
	background:#005bac;
	font-size:21.2px;
	margin:0 auto;
	display:block;
	text-decoration:none;
	
}
a.btn_dc:hover{
	background:rgba(0,91,172, 0.8);
}

.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	height: 1%; /* End hide from IE-mac */
}
/* ie7 hack*/
*+html .clearfix {
	min-height: 1%;
}
@media screen and ( min-width: 800px ) {

	.news {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
	}

	.news-title {
		width: calc(120px + 10vw);
	}

	.news-list-item {
		margin: 15px 0;
		line-height: 2.5rem;
	}

	.news-list-item:first-child {
		margin-top: 0;
	}

	.news-list-item a {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
	}

	.news-list-item-date {
		margin-right: calc(20px + 2vw);
	}

	.news-list-item-tex {
		font-size: 1.5rem;
	}

.ie9 .news {
	display: table;
}

.ie9 .news-title,
.ie9 .news-list {
	display: table-cell;
	vertical-align: top;
}

}


@media screen and ( max-width: 800px ) {

	#container {
		width: 100%;
		height: 300px;
		margin-top: 50px;
	}

/*
	#theTarget img {
		width: 100%;
	}
*/

	.news-list-item {
		margin: 10px 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.news-list-item-date {
		display: block;
	}

	.news-title-more {
		position: absolute;
		right: 0;
		top: -10px;
	}

}


/*------------------------------------*/


.finding {
/* 	background-color: #1879c0; */
	position: relative;
}

.finding:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image:url(../images/img_finding01.jpg);
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
/* 	opacity: .2; */
}

.finding a {
	height: calc(350px + 12vw);
	max-height: 460px;
	padding: 0 calc(20px + .5vw);
	max-height: 460px;
	display: -webkit-flex;
	display: flex;
	position: relative;
	z-index: 1;
	flex: 1 0 auto;
	text-decoration: none;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: center;
			justify-content: center;
}

.finding-wrap {
	padding: calc(30px + 2vw) calc(20px + 1vw);
	background-color: rgba(255, 255, 255, .9);
	border-radius: 5px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
	text-align: center;
}

.finding:hover:before {
	opacity: .8;
}

.finding-title {
	width: 100%;
	/*max-width: 354px;*/
	margin: 0 auto;
	font-size:28px;
	line-height:1.414;
	font-weight:bold;
}

.finding-tex {
	width: 100%;
	max-width: 526px;
	margin: 20px 0;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3rem;
	text-align: center;
	flex: 1 1 auto;
}

.finding-wrap .btn {
	margin: 0 auto;
}


.ie9 .finding {
	width: 100%;
}

.ie9 .finding a {
	display: block;
}

.ie9 .finding-wrap {
	width: 590px;
	margin: 0 auto;
	position: relative;
	top: 10%;
	box-sizing: border-box;
}

.ie9 .finding-tex {
	max-width: none;
	text-align: center;
}

.color_blue{
	color:#0058af;
}
.kvtex .inner{
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	color:#fff;
	/*font-family:'小塚ゴシック Pr6N';*/
	line-height:1.5;
	margin:-100px 0 0;
}
.kvtex .inner h1, .kvtex .inner div{
	font-size:70px;
	text-shadow:5px 0 10px #000;
	font-weight:bold;
}
.kvtex .inner p{
	font-size:26px;
	font-weight:bold;
	text-shadow:5px 0 10px #000;
}
@media screen and ( min-width: 800px ) {

	.finding-tex {
		white-space: nowrap;
	}

}


@media screen and ( max-width: 800px ) {

	.finding-title {
		max-width: 250px;
	}

	.finding-tex {
		margin-top: 30px;
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.finding-tex br {
		display: none;
	}

}


/*------------------------------------*/


.service {
	padding: calc(30px + 1vw) calc(20px + .5vw);
	background-color: rgba(0, 0, 0, .05);
	box-sizing: border-box;
}

.service-title {
	margin: 0 auto;
	display: table;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 3rem;
	color: #333;
}

.service-title .font-eng {
	display: block;
	font-size: 5rem;
	line-height: 6rem;
	color: rgba(0, 0, 0, 1);
}

.service-list {
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 20px;
}

.service-list-item {
	background-color: rgba(255, 255, 255 ,1);
	border-radius: 5px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
}

.service-list-item a {
	width: 100%;
	display: block;
	padding: 20px 0;
	text-decoration: none;
	box-sizing: border-box;
}

.service-list-item a:before {
	content: "" ;
	width: 160px;
	height: 160px;
	display: block;
	background-position: center center;
	background-size: cover;
}

.service-list-item.s1 a:before {
	background-image: url(../service/images/img_service01.png);
}

.service-list-item.s2 a:before {
	background-image: url(../service/images/img_service02.png);
}

.service-list-item.s3 a:before {
	background-image: url(../service/images/img_service03.png);
}

.service-list-btn {
	margin: 10px 0 20px 0;
	display: block;
	font-size: 1.4rem;
	line-height: 20px;
	font-weight: bold;
}

.service-list-btn:after {
	content: "";
	width: 30px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background-size: 100% auto;
}

a:hover .service-list-btn:after {
	-ms-transform: translate(3px, 0);
	transform: translate(3px, 0);
}

.s1 .service-list-btn {
	color: #00c47d;
}

.s2 .service-list-btn {
	color: #f0cb1e;
}

.s3 .service-list-btn {
	color: #f29347;
}

.s1 .service-list-btn:after {
	background-image: url(../common/image/icn_arrow_g.png);
}

.s2 .service-list-btn:after {
	background-image: url(../common/image/icn_arrow_y.png);
}

.s3 .service-list-btn:after {
	background-image: url(../common/image/icn_arrow_o.png);
}

/*
.service-list-item.s1 .btn {
	border-color: #00c47d;
	color: #00c47d;
}

.service-list-item.s1 a:hover.btn,
.service-list-item.s1 a:hover .btn {
	background-color: #00c47d;
	color: rgba(255, 255, 255, 1);
}

.service-list-item.s2 .btn {
	border-color: #f0cb1e;
	color: #f0cb1e;
}

.service-list-item.s2 a:hover.btn,
.service-list-item.s2 a:hover .btn {
	background-color: #f0cb1e;
	color: rgba(255, 255, 255, 1);
}

.service-list-item.s3 .btn {
	border-color: #f29347;
	color: #f29347;
}

.service-list-item.s3 a:hover.btn,
.service-list-item.s3 a:hover .btn {
	background-color: #f29347;
	color: rgba(255, 255, 255, 1);
}
*/

.service-list-title {
	font-weight: bold;
	text-align: center;
/* 	color: #1879c0; */
}

.service-list-tex {
	width: 100%;
	margin: 10px 0 20px 0;
	font-size: 1.4rem;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
		flex: 1 1 auto;
}


@media screen and ( min-width: 800px ) {

	.service-list {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
	}

	.service-list-item {
		margin-left: 30px;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		flex: 1;
	}

	.service-list-item:first-child {
		margin-left: 0;
	}

	.service-list-item a {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
				flex-direction: column;
		-webkit-justify-content: center;
				justify-content: center;
		-webkit-align-items: center;
				align-items: center;
	}

	.service-list-title {
		font-size: 2rem;
		line-height: 3rem;
	}

	.service-list-tex {
		line-height: 2.5rem;
		text-align: center;
	}

	.service .btn {
		margin-top: auto;
	}

.ie9 .service-list {
	overflow: hidden;
}

.ie9 .service-list-item {
	width: calc((100% - 61px) / 3);
	height: 380px;
	float: left;
	display: table;
	vertical-align: top;
	letter-spacing: normal;
}

.ie9 .service-list-item a:before {
	margin: 0 auto;
}

.ie9 .service-list-btn {
	text-align: center;
}

.ie9 .service-list-item a {
	padding-bottom: 0;
	display: table-cell;
	position: relative;
}

.ie9 .service-list-btn {
	position: absolute;
	left: 50%;
	bottom: 40px;
	margin: 0;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

}


@media screen and ( max-width: 800px ) {

	.service-list-item {
		margin: 20px 0;
	}

	.service-list-item a {
		text-align: center;
	}

	.service-list-item a:before {
		margin: 0 auto;
	}

	.service-list-title {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}

	.service-title .font-eng {
		font-size: 3rem;
		line-height: 4rem;
	}

	.service-list-tex {
		line-height: 2rem;
	}

	.service .btn {
		margin: 0 auto;
	}
.kvtex .inner{
	margin:-75px 0 0;
}
.kvtex .inner h1{
	font-size:32px;
	text-shadow:5px 0 10px #000;
	font-weight:bold;
}
.kvtex .inner p{
	font-size:18px;
	font-weight:bold;
	text-shadow:5px 0 10px #000;
}
}


/*------------------------------------*/


.foot-bnr-list {
	background-position: center center;
	background-size: cover;
	flex: 1;
}

.foot-bnr-list.company {
	background-image: url(../images/img_company.jpg);
}

.foot-bnr-list.recruit {
	background-image: url(../images/img_recruit.jpg);
}

.foot-bnr .font-eng {
	display: block;
}

.foot-bnr-list a {
	width: 100%;
	padding: calc(30px + .5vw) calc(20px + .5vw);
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	color: rgba(255, 255 ,255, 1);
}

.foot-bnr-list-title {
	display: block;
	font-weight: bold;
}


@media screen and ( min-width: 800px ) {

	.foot-bnr {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
	}

	.foot-bnr-list {
		height: 380px;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
	}

	.foot-bnr-list a {
	}

	.foot-bnr .font-eng {
		font-size: 4rem;
		line-height: 4rem;
	}

	.foot-bnr-list-title {
		margin: 10px 0 30px 0;
		font-size: 1.6rem;
	}

.ie9 .foot-bnr {
	width: 100%;
	display: table;
}

.ie9 .foot-bnr-list {
	display: table-cell;
	vertical-align: top;
}

}


@media screen and ( max-width: 800px ) {

	.foot-bnr .font-eng {
		font-size: 3rem;
		line-height: 3rem;
	}

	.ie9 .foot-bnr .font-eng {
		text-align: left;
	}

	.foot-bnr-list a {
		height: 310px;
	}

	.foot-bnr-list-title {
		margin: 10px 0 20px 0;
		font-size: 1.4rem;
	}

}

@media screen and ( max-width: 750px ) {
	.btn_dc{
		width:80%;
		height:48px;
		line-height:48px;
		font-size:14px;
	}
}
/*******************/
.box_total{
	max-width:1080px;
	margin:20px auto 0;
}
.box_total ul{
	display:flex;
	justify-content:space-between;
}
.box_total li{
	display:flex;
	align-items:center;
	font-size:18px;
}
.box_total li strong{
	font-size:36px;
	display:inline-block;
	margin:0 8px;
}
.svtl{
	background:url(../common/image/index/b1_03.jpg) left center no-repeat;
	font-size: 3rem;
    line-height: 3rem;
	font-weight:bold;
	padding-left:40px;
}
.box_service{
	max-width:1080px;
	margin:50px auto 0;
}
.box_service ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:20px 0 0;
}
.box_service li{
	display:flex;
	align-items:center;
	margin:0 0 10px;
}
.box_service li a:hover{
	opacity:0.7;
}
.box_news{
	max-width:1080px;
	margin:50px auto 0;
	padding:0 0 40px;
}
.box_news ul{
	margin:40px 200px 0;
}
.box_news li{
	margin:0 0 10px;
	margin:1.5em 0 0;
	font-size:16px;
}
.box_news li a{
	display:flex;
	text-decoration:none;
}
.box_news li a .date{
	display:block;
	width:8em;
}
.box_news li a .title{
	display:block;
	flex: 1;
}
.box_news li a:hover .title{
	color:#1879c0;
}
.more{
	text-align:center;
	font-size:14px;
	margin:36px 0 0;
}
.more a{
	text-decoration:none;
	display:inline-block;
	border:1px solid #0874dc;
	font-size: 14px;
    font-weight: 600;
    line-height: 1;
    background-color: transparent;
    color: #1f1f1f;
    padding: 12px 0 14px;
	width:300px;
	box-sizing:border-box;
	transition:background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
	position:relative;
}
.more a span:after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 0 2px 2px 0;
    vertical-align: middle;
    height: 8px;
    width: 8px;
    border-color: #0371c7;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
    position: absolute;
    top: calc(50% - 4px);
    -webkit-transition: all 250ms;
    transition: all 250ms;
}
.more a:hover{
	color:#fff;
	background-image: -webkit-gradient(linear, left top, right top, from(#0c21c3), to(#0874dc));
    background-image: linear-gradient(90deg, #0c21c3 0%, #0874dc 100%);
}
.more a:hover span:after{
    border-color: #fff;
}
.box_article{
	max-width:1080px;
	margin:60px auto 0;
	padding:0 0 50px;
}
.box_article .svtl{
	text-align:center;
	background:none;
	padding:0;
}
.box_article .sbd{
	display:flex;
	align-items:center;
	margin:40px auto 0;
}
.box_article .sbd .timg{
	width:465px;
	margin:0 50px 0 0;
	font-size:16px;
	line-height:1;
}
.box_article .sbd .timg a{
	text-decoration:none;
}
.box_article .sbd .timg a:hover{
	text-decoration:none;
	color:#1879c0;
}
.box_article .sbd .timg .lpic{
	margin:0 0 10px;
}
.box_article .sbd .timg .ldate{
	display:inline-block;
	padding-right:12px;
	color:#666;
}
.box_article .sbd .timg .ltxt{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box_article .sbd .timg a:hover .lpic{
	opacity:0.9;
}
.box_article ul{
	flex: 1;
}
.box_article li{
	margin:0 0 10px;
	font-size:16px;
	background:#e6eef4;
	border-radius:15px;
	padding:10px;
}
.box_article li:last-child{
	margin-bottom:0;
}
.box_article li a{
	display:flex;
	align-items:center;
	text-decoration:none;
}
.box_article li a .date{
	display:block;
	width:72px;
	line-height:72px;
	text-align:center;
	background: linear-gradient(#2992c3,#03528f);
	color:#fff;
	border-radius:15px;
	font-style:italic;
	margin:0 10px 0 0;
}
.box_article li a .title{
	display:block;
	flex: 1;
}
.box_article li a:hover .title{
	color:#1879c0;
}
.fx{
	background:url(../common/image/index/fx.jpg) center center no-repeat;
	background-size:cover;
	margin:60px auto 0;
}
.fx .inner{
	max-width:1080px;
	margin:0 auto 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:402px;
}
.fx .xtxts{
	font-size:30px;
	color:#fff;
	width:50%;
	font-weight:bold;
	text-shadow:0 2px 3px #000;
	line-height:1.414;
}
.fx .xbtns{
	display:flex;
}
.fx .xbtns .btn{
	margin-left:50px;
	max-width:inherit;
	width:inherit;
	padding:10px 18px;
	font-size:16px;
}
.fx .xbtns .btn svg{
	width:18px;
	vertical-align:middle;
	margin:-3px 0 0;
}

@media screen and ( max-width: 768px ) {
.box_total{
	margin:10px auto 0;
}
.box_total li{
	flex-direction:column;
	width:33.33%;
}
.box_total li strong{
	font-size:30px;
}
.box_total li i{
	display:block;
	width:56px;
}

.box_service{
	max-width:1080px;
	margin:40px auto 0;
}
.box_service ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:20px 5px 0;
}
.box_service li{
	width:50%;
	display:flex;
	align-items:center;
	margin:0 0 10px;
	padding:0 5px;
	box-sizing:border-box;
}

.svtl{
	font-size: 2rem;
	padding-left:30px;
	margin:0 10px;
	background-size:30px;
}


.box_article{
	margin:30px auto 0;
	padding:0 0 30px;
}
.box_article .sbd{
	display:block;
	margin:20px auto 0;
}
.box_article .sbd .timg{
	width:100%;
	margin:0 0 0 0;
}
.box_article ul{
	margin:10px 10px 0;
}


.box_news{
	margin:40px 0 0;
	padding:0 0 40px;
}
.box_news ul{
	margin:20px 15px 0;
}
.box_news li{
	margin:0 0 10px;
	margin:1em 0 0;
}
.box_news li a{
	display:block;
	line-height:1.6;
}

.fx{
	margin:0 auto 0;
}
.fx .inner{
	max-width:1080px;
	margin:0 10px 0;
	height:202px;
	flex-direction: column;
	justify-content:center;
}
.fx .xtxts{
	width:inherit;
	font-size:20px;
	margin-bottom:25px;
	text-align:center;
	font-weight:bold;
}
.fx .xbtns{
	display:flex;
}
.fx .xbtns .btn{
	margin:0 20px;
	max-width:inherit;
	width:inherit;
	padding:10px 18px;
}
.fx .xbtns .btn svg{
	width:18px;
	vertical-align:middle;
	margin:-3px 0 0;
}
.footer-wrap{
	padding:25px 0 10px;
}
.footer-logo{
	width:inherit;
	margin:0 0 20px;
	padding:0;
	text-align:center;
}
.footer-logo img{
	width:inherit;
	max-width:280px;
}
.footer-address{
	width:inherit;
	padding:0;
	border:none;
	font-size:14px;
}
.footer-address strong{
	font-size:18px;
}
.footer-address p + p{
	margin-top:12px;
}
.footer-copyright{
	padding-bottom:30px;
	line-height:1.2;
	font-size:14px;
}

.box_article .sbd .timg{
	width:inherit;
	margin:0 10px 25px;
}
}


/*******************/
/* CSS: JavaScriptなしで最初のスライドを表示 */
.kvitem {
	display: none;
	opacity: 0;
}

.kvitem.active,
.kvitem:first-child {
	display: block;
	opacity: 1;
}

/* skippr初期化後はこれらを上書き */
.skippr-initialized .kvitem:first-child {
	display: block; /* skipprが管理 */
}
@charset "utf-8";
/* CSS Document */
.paagetitle{
	background:url(../common/image/service/bn.jpg) center top no-repeat;
	background-size:cover;
	height:380px;
}
.s_ptl{
	font-size:22px;
	text-align:center;
	background:rgba(0, 0, 0, 0.05);
	padding:calc(50px + 1vw) 15px 0;
	line-height:1.8;
}
.s_stl{
	text-align:center;
	vertical-align:top;
	line-height:39px;
}
.s_stl i{
	font-size:26px;
	color:#fff;
	display:inline-block;
	background:#55c083;
	width:39px;
	height:39px;
	margin:0 12px 0 0;
	border-radius:2px;
	font-family:Arial;
}
.s_stl strong{
	font-size:22px;
	border-bottom:2px solid #aadfc1;
	display:inline-block;
	height:37px;
	vertical-align:top;
}
.section_service{
	padding:50px 0 0;
}
.section_service ul{
	width:960px;
	margin:0 auto;
}
.section_service .s_summary{
	text-align:center;
	font-size:16px;
	line-height:1.8;
	margin:1.5em 0 3em;
}
.section_service li{
	width:396px;
	margin:0 42px 42px;
	font-size:14px;
	float:left;
	line-height:1.8;
}
.section_service li:nth-child(2n-1){
	clear:both;
}
.section_service li h5.l_stl_01{
	font-size:20px;
	text-align:center;
	color:#55c083;
	height:42px;
	line-height:42px;
	border-radius:21px;
	background:#eaf7f0;
	margin-bottom:1.5em;
	position:relative;
}
.section_service li h5.l_stl_01:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #eaf7f0;
	border-width: 13px;
	margin-left: -13px;
}
.section_service li .l_txt_01{
	margin-bottom:1.5em;
}
.section_service li dl{
	margin-bottom:1.5em;
}
.section_service li dt{
	color:#55c083;
}
.section_service li dd{
	padding-left:2em;
}

/**/
.section_sl{
	margin-bottom:80px;
}
.section_sl .s_stl_01{
	font-size:22px;
	text-align:center;
	position:relative;
	line-height:1.8;
}
.section_sl .s_stl_01:after{
	content:'';
	border-bottom:2px solid #aadfc1;
	position:absolute;
	left:50%;
	width:4em;
	bottom:0;
	margin-left:-2em;
}
.section_sl .s_summary_01{
	font-size:16px;
	line-height:1.8;
	text-align:center;
	margin:1.5em 0 0;
}
.section_sl .s_bd_01{
	width:958px;
	margin:0 auto;
	border:2px solid #aadfc1;
	padding:5px 30px;
	font-size:14px;
	line-height:1.8;
	box-sizing:border-box;
	border-radius:20px;
	margin:3em auto 0;
}
.section_sl .s_bd_01 dl{
	border-bottom:1px dashed #d4efe0;
	padding:15px 0;
}
.section_sl .s_bd_01 dl:last-child{
	border-bottom:none;
}
.section_sl .s_bd_01 dt{
	color:#55c083;
	font-size:22px;
}
.section_sl .s_bd_01 dt small{
	font-size:16px;
}
.section_sl .s_bd_01 dd{
}
#footer{
	border-top:1px solid #bfbfbf;
}

/*调色*/
.p_s2 .s_stl i{
	background:#f08300;
}
.p_s2 .s_stl strong{
	border-bottom:2px solid #f7c17f;
}
.p_s2 .section_service li h5.l_stl_01{
	color:#f08300;
	background:#fdf2e5;
}
.p_s2 .section_service li h5.l_stl_01:after {
	border-top-color: #fdf2e5;
}
.p_s2 .section_sl .s_stl_01:after{
	border-bottom:2px solid #f7c17f;
}
.p_s2 .section_sl .s_bd_01{
	border:2px solid #f7c17f;
}
.p_s2 .section_sl .s_bd_01 dl{
	border-bottom:1px dashed #f7c17f;
}
.p_s2 .section_sl .s_bd_01 dl:last-child{
	border-bottom:none;
}
.p_s2 .section_sl .s_bd_01 dt{
	color:#f08300;
}


.p_s3 .s_stl i{
	background:#e94829;
}
.p_s3 .s_stl strong{
	border-bottom:2px solid #f4a394;
}
.p_s3 .section_service li h5.l_stl_01{
	color:#e94829;
	background:#fdece9;
}
.p_s3 .section_service li h5.l_stl_01:after {
	border-top-color: #fdece9;
}
.p_s3 .section_sl .s_stl_01:after{
	border-bottom:2px solid #f4a394;
}
.p_s3 .section_sl .s_bd_01{
	border:2px solid #f4a394;
}
.p_s3 .section_sl .s_bd_01 dl{
	border-bottom:1px dashed #f4a394;
}
.p_s3 .section_sl .s_bd_01 dl:last-child{
	border-bottom:none;
}
.p_s3 .section_sl .s_bd_01 dt{
	color:#e94829;
}
@media screen and ( max-width: 800px ) {
	.paagetitle{
		background-size:cover;
		height:190px;
	}
	.section_service{
		padding:calc(30px + 1vw) calc(20px + 0.5vw);
	}
	.section_service ul{
		width:inherit;
	}
	.section_service li{
		float:none;
		width:inherit;
		margin:0 0 42px;
	}
	.section_service li:last-child{
		margin-bottom:0;
	}
	.section_sl{
		padding:calc(30px + 1vw) calc(20px + 0.5vw);
		margin-bottom:0;
	}
	.section_sl .s_bd_01{
		width:inherit;
	}
}
@charset "utf-8";
/* CSS Document */
.p-main{
	display:flex;
	width:1100px;
	margin:50px auto;
	font-size:16px;
	line-height:1.8;
}
.p-nav{
	width:250px;
	margin:0 50px 0 0;
}
.p-nav dt{
	padding:0 20px;
	line-height:40px;
	color:#03528F;
	font-weight:bold;
	font-size:18px;
}
.p-nav dd{
}
.p-nav a{
	text-decoration:none;
	padding:8px 15px;
	background:#ececec;
	display:block;
	position:relative;
	font-size:15px;
	white-space:nowrap;
}
.p-nav a:hover, .p-nav dd.on a{
	background:#03528f;
	color:#fff;
}
.p-nav a:hover::after, .p-nav dd.on a::after{
	top: 50%;
    right: -16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #03528f;
    border-width: 8px;
    margin-top: -8px;
}
.p-cnt{
	flex: 1;
	padding-top:40px;
}

.p-cnt .l_stl_01{
	font-size:20px;
	height:42px;
	line-height:42px;
	border-radius:21px;
	margin:1.5em 0 1em;
	position:relative;
	font-weight:bold;
	background:url(../common/image/service/p2_06.jpg) left center no-repeat;
	padding-left:20px;
}
.p-cnt .l_stl_03{
	border:1px solid #333;
	padding:3px 10px;
	display:inline-block;
	margin:0 0 1em 0;
}
.p-cnt .l_stl_02{
	font-size:14px;
}
/*.p-cnt .l_stl_01:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #eaf7f0;
	border-width: 13px;
	margin-left: -13px;
}*/
.p-cnt  .l_txt_01{
	margin-bottom:1.5em;
	font-size:14px;
}
.p-cnt  dl{
	margin-bottom:1.5em;
	font-size:14px;
}
.p-cnt  dt{
	color:#03528F;
}
.p-cnt  dd{
	padding-left:2em;
}

.leftScroll .p-nav{
	position:fixed;
	z-index:2;
	background:#fff;
}
.leftScroll .p-cnt{
	padding-left:300px;
}

/**************************/
.p2_01{
}
.p2_01 dl{
	display:flex;
	align-items:center;
	background:url(../common/image/service/h_06.jpg) 176px center no-repeat;
}
.p2_01 dt{
	width:166px;
	box-sizing:border-box;
	padding:20px 10px;
	background:#03528f;
	color:#fff;
	font-weight:bold;
	border-radius:20px;
	margin:0 60px 0 0;
	position:relative;
}
.p2_01 dt:after {
    top: 50%;
    right: -16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #03528f;
    border-width: 8px;
    margin-top: -8px;
}
.p2_01 dd{
	flex: 1;
	padding:0;
}
.p2_01 .item{
	margin:40px 0;
}
.p2_01 .item h5{
	color:#03528f;
	font-weight:bold;
	background:url(../common/image/service/h_03.jpg) left center no-repeat;
	padding-left:12px;
}
.p2_01 .item p{
}
.p2_01{
}
.p2_02{
}
.p2_02 h5{
	text-align:center;
	font-size:28px;
}
.p2_02 ul{
	position:relative;
	margin:40px 0 50px;
}
.p2_02 ul::after{
	content:'';
	position:absolute;
	left:50%;
	top:15px;
	bottom:15px;
	width:3px;
	background:#03528f;
	transform:translate(-50%, 0);
}
.p2_02 li{
	display:flex;
	align-items:center;
	position:relative;
	margin:0 0 50px 0;
}
.p2_02 li::after{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#03528f;
	transform:translate(-50%, -50%);
}
.p2_02 li:last-child{
	margin-bottom:0;
}
.p2_02 .sign{
	width:50%;
	text-align:right;
	padding:0 60px 0 0;
	box-sizing:border-box;
}
.p2_02 .sign strong{
	width:50%;
	background:#03528f;
	color:#fff;
	border-radius:50%;
	width:48px;
	height:48px;
	line-height:48px;
	text-align:center;
	display:inline-block;
	font-size:20px;
}
.p2_02 .txt{
	width:50%;
	padding:0 0 0 60px;
	box-sizing:border-box;
}
.p2_02 .note{
	text-align:center;
	font-size:14px;
	color:#777;
}

.p2_02 li:nth-child(2n){
	flex-direction: row-reverse;
}
.p2_02 li:nth-child(2n) .txt{
	text-align:right;
	padding:0 60px 0 0;
}
.p2_02 li:nth-child(2n) .sign{
	text-align:left;
	padding:0 0 0 60px;
}

.v1_table{
	border-collapse:collapse;
	font-size:14px;
}
.v1_table th, .v1_table td{
	padding:20px;
	border:1px solid #ababab;
	vertical-align:middle;
	text-align:center;
}
.v1_table th{
	background:#03528f;
	white-space:nowrap;
	color:#fff;
}
.v1_table tr td:first-child{
	white-space:nowrap;
}
.v1_table .olist_01{
	text-align:left;
	list-style:disc;
	margin:0 0 0 20px;
}
.vmix{
	display:flex;
}
.vmix .l_txt_01{
	flex: 1;
}
.vmix .vpic{
	width:350px;
	margin:0 0 0 20px;
}

.section_zj{
	margin:0 auto 80px;
	
	width: 958px;
    padding: 50px 50px;
    font-size: 14px;
    line-height: 1.8;
    box-sizing: border-box;
	text-align:center;
	color:#fff;
	background:url(../common/image/service/bg_zj.jpg) center center no-repeat;
}
.section_zj .s_stl_01{
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px;
}
.section_zj .s_summary_01{
}

.v_box_p{
	position:relative;
	padding:40px 0 0;
	margin:0 0 80px;
}
.v_box_p .v_bg{
	height:195px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	background:url(../common/image/service/bg_zj.jpg) center center no-repeat;
	background-size:cover;
}
.v_box_p .inner{
	width:1040px;
	margin:0 auto;
	display:flex;
	position:relative;
	z-index:2;
}
.v_box_p .v_pic{
	width:500px;
	margin:0 65px 0 0;
}
.v_box_p .v_params{
	flex: 1;
	margin:240px 0 0;
}
.v_box_p .v_stl{
	font-size: 22px;
    position: relative;
    line-height: 1.8;
	font-weight:bold;
}
.v_box_p .v_summary{
	font-size: 16px;
    line-height: 1.8;
    margin: 1.5em 0 0;
}
.v_box_p .v_list{
	margin:60px 0 0;
}
.v_box_p .v_list li{
	margin:0 0 10px;
	font-size: 16px;
    line-height: 1.8;
}
.v_box_p .v_list li a{
	display:inline-block;
	padding-right:30px;
	background:url(../common/image/service/arrr.png) right center no-repeat;
	color:#888;
	text-decoration:none;
}
.v_box_p .v_list li a:hover{
	text-decoration:underline;
}


.section_sl .s_bd_01{
	border:2px solid #979797;
}
.section_sl .s_bd_01 dt{
	color:#03528f;
}

.section_sl .s_stl_01:after{
	border-bottom:0px solid #03528f;
}

.steps{
	display:flex;
	font-size:16px;
	width:958px;
	margin:50px auto 80px;
}
.steps li{
	width:20%;
	text-align:center;
	padding:0 1em;
	box-sizing:border-box;
	line-height:1.8;
	position:relative;
}
.steps li::after{
	content:'';
	position:absolute;
	right:-38px;
	top:-10px;
	width:75px;
	height:92px;
	background:url(../common/image/service/gg.png) center center no-repeat;
}
.steps li:last-child::after{
	background:none;
}
.steps .p1{
	color:#03528f;
	font-size:16px;
	font-weight:bold;
	margin:0 1.5em;
	line-height:1.414;
	display:flex;
	height:4em;
	align-items:center;
}
.steps .p2{
	background:#03528f;
	color:#fff;
	height:36px;
	line-height:36px;
	border-radius:18px;
	margin:1em 0;
}
.steps .p3{
	font-size:14px;
}
.steps li:nth-child(1){
	margin:200px 0 0;
}
.steps li:nth-child(2){
	margin:150px 0 0;
}
.steps li:nth-child(3){
	margin:100px 0 0;
}
.steps li:nth-child(4){
	margin:50px 0 0;
}

#p3-cnt{
}
.ctable{
	border-collapse:collapse;
	width:100%;
}
.ctable th, .ctable td{
	border:1px solid #999;
	padding:20px 30px;
	background:#ececec;
	font-size:14px;
}
.ctable td p{
	display:flex;
	justify-content:center;
	align-items:center;
}
.ctable i{
	width:40px;
	margin:0 15px 0 0;
	display:inline-block;
}
.ctable span{
	display:inline-block;
	flex: 1;
}
.ctable img{
	width:inherit;
}
.snote{
	font-size:14px;
	color:#666;
}
#bx1{
	/*display:flex;
	align-items:center;*/
	margin:30px 0 0;
}
#bx1 .b-left{
	/*width:260px;
	margin:0 10px 0 0;*/
	margin:0 0 20px;
}
#bx1 .b-right{
	flex: 1;
	text-align:center;
}
#bx1 .b-right img{
	width:inherit;
}
#bx1 .b-right .rtl-01{
	text-align:center;
	margin:0 30px 30px;
	position:relative;
}
#bx1 .b-right .rtl-01::before{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	height:1px;
	background:#939393;
	width:6em;
	transform:translate(-11em, -50%);
}
#bx1 .b-right .rtl-01::after{
	content:'';
	position:absolute;
	right:50%;
	top:50%;
	height:1px;
	background:#939393;
	width:6em;
	transform:translate(11em, -50%);
}
.jbox_03{
	border:1px solid #4e4e4e;
}
.jbox_03 h5{
	background:#03528f;
	text-align:center;
	color:#fff;
	padding:8px 0 8px;
}
.jbox_03 h5 img{
	width:inherit;
}
.jbox_03 ul{
	padding:15px;
	font-size:14px;
}
.jbox_03 li{
	background:url(../common/image/service/j.png) left 5px no-repeat;
	padding-left:18px;
}
.p3_list_02{
	margin:50px 0 0;
}
.p3_list_02 dl{
	display:flex;
	align-items:center;
	border-bottom:1px solid #595959;
	margin:0;
}
.p3_list_02 dt{
	width:120px;
	padding:10px 15px;
	text-align:center;
	color:#000;
	font-weight:bold;
}
.p3_list_02 dd{
	padding:10px 15px;
	flex: 1;
	display:flex;
	align-items:center;
}
.p3_list_02 i{
	display:block;
	background:url(../common/image/service/jm_03.png) center center no-repeat;
	width:31px;
	height:28px;
	line-height:28px;
	padding:3px 0 0 2px;
	box-sizing:border-box;
	text-align:center;
	color:#fff;
	margin:0 20px 0 0;
	font-weight:bold;
}
.p3_list_02 span{
	display:block;
	flex: 1;
}
.p3_list_02 dl:nth-child(2n){
	background:#f3f3f3;
}

.bx3_02{
	/*display:flex;
	align-items:center;*/
	margin:30px 0 0;
}
.bx3_02 .b-left{
	/*width:200px;
	margin:0 20px 0 0;*/
	margin:0 0 20px;
}
.bx3_02 .b-right{
	flex: 1;
	text-align:center;
}
.bx3_02 .b-right img{
	width:inherit;
}


.bx4_02{
	/*display:flex;
	align-items:center;*/
	margin:30px 0 0;
}
.bx4_02 .b-left{
	/*width:260px;*/
	margin:0 0 20px 0;
}
.bx4_02 .b-right{
	/*flex: 1;*/
	padding-bottom:5px;
}
.bx4_02 .b-right dl{
	display:flex;
	align-items:center;
	border:1px solid #181818;
	border-radius:16px;
	background:#03528f;
}
.bx4_02 .b-right dt{
	color:#fff;
	padding:10px;
	width:100px;
	text-align:center;
	font-weight:bold;
}
.bx4_02 .b-right dd{
	padding:15px;
	flex: 1;
	background:#fff;
	border-radius:0 16px 16px 0;
}

.note3{
	background:#03528f;
	color:#fff;
	padding:5px 10px;
}
.sns_steps{
	display:flex;
	margin:30px 0 0;
	justify-content:space-between;
	font-size:14px;
}
.sns_steps li{
	border:1px solid #000;
	width:32%;
	padding:8px 12px;
	box-sizing:border-box;
	position:relative;
}

.sns_steps li::after{
	top: 50%;
    right: -16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #333;
    border-width: 8px;
    margin-top: -8px;
}
.sns_steps li:last-child::after{
	border:none;
}



.jbox_07{
	border:1px solid #4e4e4e;
}
.jbox_07 dt{
	background:#03528f;
	text-align:center;
	color:#fff;
	padding:8px 0 8px;
}
.jbox_07 dd{
	padding:15px;
	font-size:14px;
}
.jbox_07 .txt{
	background:url(../common/image/service/j.png) left 5px no-repeat;
	padding-left:18px;
}

.sns_other{
	display:flex;
	margin:30px 0 50px;
	justify-content:space-between;
	font-size:14px;
}
.sns_other dl{
	width:32%;
}
.sns_other .pic{
	margin-bottom:15px;
}

.p3_title{
	font-size: 22px;
    text-align: center;
    position: relative;
    line-height: 1.8;
	color:#03528f;
	font-weight:bold;
	margin:-40px 0 30px;
}
.p3_title:after {
    content: '';
    border-bottom: 2px solid #03528f;
    position: absolute;
    left: 50%;
    width: 4em;
    bottom: 0;
    margin-left: -2em;
}

.x_title{
	position:relative;
	display:inline-block;
	font-weight:bold;
}
.x_title:after{
	content:'';
	position:absolute;
	left:0;
	bottom:3px;
	right:0;
	height:3px;
	background:#6797bb;
}
.dy_01{
	display:flex;
	margin:30px 0 0;
}
.dy_01 .pic{
	width:220px;
	margin:0 50px 0 0;
}
.dy_01 .txt{
	flex: 1;
	font-size:14px;
	padding:15px;
	border-radius: 20px;
	border:1px solid #333;
	position:relative;
}
.dy_01 .txt:after{
	content:'';
	top:50%;
	left:0;
	position:absolute;
	width:45px;
	height:86px;
	transform:translate(-100%, -50%);
	background:url(../common/image/service/xr.png) center center no-repeat;
}
.dy_02{
	margin:30px 0 12px;
}
.dy_02 table{
	border-collapse:collapse;
	width:100%;
}
.dy_02 th, .dy_02 td{
	border:1px solid #aeaeae;
	padding:10px 15px;
	text-align:center;
	font-size:14px;
	vertical-align:middle;
}
.dy_02 th{
	background:#03528f;
	color:#fff;
	padding:10px 15px;
}
.dy_02 .icon_dy{
	background:url(../common/image/service/d_07.jpg) left center no-repeat;
	background-size:18px auto;
	padding-left:22px;
	line-height:26px;
	display:inline-block;
}

.dy_02 .circ{
	border:1px dotted #03528f;
	border-radius:80%;
	padding:15px;
	line-height:1.414;
	position:relative;
	margin:20px 0 0;
}
.dy_02 .circ::after{
	content:'';
	position:absolute;
	left:50%;
	top:-47px;
	background:url(../common/image/service/d_11.jpg) top center no-repeat;
	background-size:43px 45px;
	width:43px;
	height:45px;
	transform:translate(-50%,0);
}
.dy_02 img{
	width:inherit;
}

.dy_box_05{
	margin-bottom:40px;
}

.webchat_box{
	display:flex;
	margin:30px 0 30px;
}
.webchat_box img{
	width:inherit;
}
dl.w_box_l{
	width:290px;
	margin:0 50px 0 0;
	border:1px solid #c8c8c8;
	border-radius:10px;
	position:relative;
}
dl.w_box_l::after{
	content:'';
	position:absolute;
	right:-64px;
	top:50%;
	width:36px;
	height:75px;
	transform:translate(-50%,-50%);
	background:url(../common/image/service/e_11.jpg) center center no-repeat;
	background-size:28px auto;
}
.w_box_l dt{
	text-align:center;
	background:#03528f;
	color:#fff;
	padding:10px;
	border-radius:10px 10px 0 0;
	font-size:16px;
}
.w_box_l dd{
	padding:15px;
}
.w_box_l dd p{
	margin:0 0 1em;
}
.w_box_r{
	flex: 1;
	font-size:14px;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.alc{
	text-align:center;
}
.w_box_01, .w_box_02{
	border:1px solid #c8c8c8;
	border-radius:10px;
	padding:12px 15px;
}
.w_box_r h6{
	text-align:center;
	font-size:16px;
	margin-bottom:9px;
	font-weight:bold;
}
.leftScroll .JS_section{
	padding-top:80px;
}

@media screen and ( max-width: 768px ) {
	.p-main{
		display: inherit;
		width:inherit;
		margin: 10px 0 0;
	}
	.p-nav{
		width:inherit;
		margin:0 5px;
		font-size:14px;
	}
	.p-nav dl{
		display:flex;
		flex-wrap:wrap;
	}
	.p-nav dt{
		display:none;
	}
	.p-nav dd{
		width:50%;
		padding:10px 5px 0;
		box-sizing:border-box;
	}
	.p-nav a:hover, .p-nav a.on{
		background:#ececec;
		color:#000;
	}
	.p-nav a:hover::after, .p-nav a.on::after{
		border:none;
	}
	.p-cnt{
		padding-top:20px;
		margin:0 10px;
	}
	.p-nav a{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.leftScroll .p-nav{
		position:inherit;
	}
	.leftScroll .p-cnt{
		padding-left:0;
	}
	.vmix{
		display:inherit;
	}
	.vmix .vpic{
		width:inherit;
		margin:0 0 20px;
	}
	.v1_table th, .v1_table td{
		padding:10px 10px;
	}
	.v_box_p{
		padding: 20px 0 0;
   		margin: 20px 10px 30px;
	}
	.v_box_p .inner{
		width:inherit;
		display:inherit;
	}
	.v_box_p .v_pic{
		width:inherit;
		margin:20px;
	}
	.v_box_p .v_params{
		margin:0;
	}
	.v_box_p .v_list{
		margin:20px 0 0;
	}
	.section_zj{
		width:inherit;
		margin:0 0 30px;
	}
	.steps{
		width:inherit;
		display:inherit;
		margin:20px 0 20px;
	}
	.steps li{
		width:inherit;
		padding:0;
	}
	.steps li:nth-child(1){
		margin:0 0 0;
	}
	.steps li:nth-child(2){
		margin:0 0 0;
	}
	.steps li:nth-child(3){
		margin:0 0 0;
	}
	.steps li:nth-child(4){
		margin:0 0 0;
	}
	.steps .p1{
		height:inherit;
		text-align:center;
		margin:2em 0 0;
		display:inherit;
	}
	.steps li::after{
		background:none;
	}
	
	.p3_title{
		margin: 0;
	}
	.ctable{
		margin:30px 0 0;
	}
	.ctable td p{
		flex-direction:column;
	}
	.ctable th, .ctable td{
		padding:15px 10px;
		text-align:center;
		width:33%;
		vertical-align:middle;
	}
	.ctable i{
		height:40px;
		margin:0 0 8px;
	}
	.p-cnt .l_stl_01{
		line-height:1.414;
		background-position:left 5px;
		border-radius:0;
		font-size:16px;
	}
	#bx1 .b-right img{
		max-width:100%;
	}
	.sns_other{
		display:inherit;
	}
	.sns_other dl{
		width:inherit;
	}
	.sns_other dl img{
		width:inherit;
	}
	.sns_other .pic{
		text-align:center;
	}
	.dy_01{
		display:inherit;
	}
	.dy_01 .pic{
		width:inherit;
		text-align:center;
		margin:0 0 50px;
	}
	.dy_01 img{
		width:inherit;
	}
	.dy_01 .txt:after {
		content: '';
		top: 0%;
		left: 50%;
		position: absolute;
		width: 45px;
		height: 86px;
		transform: translate(-50%, -65px) rotate(90deg);
		background: url(../common/image/service/xr.png) center center no-repeat;
	}
	.dy_box_05{
		margin-top:30px;
	}
	
	.dy_02 td img{
		display:none;
	}
	.webchat_box{
		display:inherit;
	}
	dl.w_box_l{
		width:inherit;
		margin:0 0 34px 0;
	}
	dl.w_box_l::after {
		content: '';
		position: absolute;
		right: -64px;
		top: 50%;
		top:inherit;
		right:inherit;
		bottom:-56px;
		left:50%;
		width: 36px;
		height: 75px;
		transform: translate(-50%,0%) rotate(90deg);
		background: url(../common/image/service/e_11.jpg) center center no-repeat;
		background-size: 28px auto;
	}
	.w_box_01{
		margin-bottom:10px;
	}
	.bx3_02 .b-right img{
		width:inherit;
		max-width:100%;
		margin-bottom:20px;
	}
	.bx4_02 .b-right dl{
		margin-bottom:10px;
	}
	
	.p2_02 h5{
		font-size:22px;
	}
	.p2_02 li{
		margin-bottom:30px;
	}
	.p2_02 .sign strong{
		width:36px;
		height:36px;
		line-height:36px;
		font-size:16px;
	}
	.p2_02 .sign{
		padding:0 30px 0 0;
	}
	.p2_02 .txt{
		padding:0 0 0 30px;
		font-size:14px;
	}
	.p2_02 li:nth-child(2n) .sign{
		padding:0 0 0 30px;
	}
	.p2_02 li:nth-child(2n) .txt{
		padding:0 30px 0 0;
	}
	.p2_02 ul::after{
		width:2px;
	}
	.p2_02 li::after{
		width:12px;
		height:12px;
	}
	
	.p2_01 dl{
		display:inherit;
		margin:30px 0;
		background:none;
	}
	.p2_01 dt{
		width:inherit;
		margin:0;
	}
	.p2_01 dt:after {
		top: 50%;
		right: -16px;
		top:inherit;
		right:inherit;
		bottom:-16px;
		left:50%;
		
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-left-color: #03528f;
		border-width: 8px;
		margin-top: -8px;
		transform:rotate(90deg);
	}
	.p2_01 .item{
		margin:15px 0 0;
	}
	.p2_01 dd{
		margin:25px 15px;
	}
	.sns_steps{
		display:inherit;
	}
	.sns_steps li{
		width:inherit;
		margin-bottom:10px;
	}
	.sns_steps li::after {
		top:inherit;
		right:inherit;
		
		left:50%;
		bottom:-17px;
		transform:rotate(90deg);
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-left-color: #333;
		border-width: 8px;
		margin-top: -8px;
	}
	
	
	.section_sl {
		padding: calc(30px + 1vw) 0;
		margin-bottom: 0;
	}
}