@charset "UTF-8";
/* CSS Document */


/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/



/*top*/
.top .vi {
	background: url(../img/top/vi_bg.png) no-repeat center center;
}
@media screen and (min-width: 1600px) {
	.top .vi {
		background: url(../img/top/vi_bg_w.jpg) no-repeat center center;
		background-size: cover;
	}
}
.top .vi p {
	width: 1200px;
	margin: 0 auto;
}
.top_service {
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0 200px;
}
.top_service h3 {
	margin-bottom: 60px;
}
.top_service h3 span ,
.top_service h3 em {
	display: block;
	text-align: center;
	line-height: 1.1;
}
.top_service h3 span {
	font-size: 5.0rem;
	font-weight: 700;
	margin-bottom: .3em;
}
.top_service h3 em {
	font-size: 2.2rem;
	font-weight: 700;
	color: #2586dc;
}
.top_service h4 {
	position: relative;
	background: rgb(37,134,220);
	background: -moz-linear-gradient(-45deg,  rgba(37,134,220,1) 0%, rgba(37,128,218,1) 43%, rgba(37,98,218,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	background: linear-gradient(135deg,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2586dc', endColorstr='#2562da',GradientType=1 );
	margin-bottom: 60px;
	line-height: 1.1;
	font-size: 3.6rem;
	font-weight: 500;
	text-align: center;
	border-radius: 1.5em;
	color: #ffffff;
	padding: .3em 0 .4em;
}
.top_service h4::after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -24px;
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 9px 0 9px;
	border-color: #2580da transparent transparent transparent;
	content: '';
}
.top_service h4 span {
	color: #ffef00;
	font-weight: 500;
}
.top_service h4 strong {
	color: #ffef00;
	font-size: 4.9rem;
	font-weight: 700;
}
.top_service .box:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
.top_service .box section {
	position: relative;
	float: left;
	width: 280px;
	height: 328px;
	margin-right: 25px;
	margin-bottom: 90px;
	background-size: cover !important;
}
.top_service .box section:nth-child(4n) {
	margin-right: 0;
}
.top_service .box section:nth-child(4n+1) {
	clear: both;
}
.top_service .box section:nth-last-child(-n+4) {
	margin-bottom: 0;
}
.top_service .box section:first-of-type {
	background: url(../img/top/service_bg001.svg) no-repeat center center;
}
.top_service .box section:nth-of-type(2) {
	background: url(../img/top/service_bg002.svg) no-repeat center center;
}
.top_service .box section:nth-of-type(3) {
	background: url(../img/top/service_bg003.svg) no-repeat center center;
}
.top_service .box section:nth-of-type(4) {
	background: url(../img/top/service_bg004.svg) no-repeat center center;
}
.top_service .box section:nth-of-type(5) {
	background: url(../img/top/service_bg005.svg) no-repeat center center;
}
.top_service .box section:nth-of-type(6) {
	background: url(../img/top/service_bg006.svg) no-repeat center center;
}
.top_service .box section:nth-of-type(7) {
	background: url(../img/top/service_bg007.svg) no-repeat center center;
}
.top_service .box section:nth-of-type(8) {
	background: url(../img/top/service_bg008.svg) no-repeat center center;
}
.top_service .box section:nth-of-type(9) {
	background: url(../img/top/service_bg009.svg) no-repeat center center;
}
.top_service .box section:nth-of-type(10) {
	background: url(../img/top/service_bg010.svg) no-repeat center center;
}
.top_service .box section:nth-of-type(11) {
	background: url(../img/top/service_bg011.svg) no-repeat center center;
}
.top_service .box section:last-of-type {
	background: url(../img/top/service_bg012.svg) no-repeat center center;
}
.top_service .box section h5 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	padding-top: .4em;
}
.top_service .box section h5 span {
	font-weight: 700;
	color: #ffef00;
}
.top_trader {
	width: 1200px;
	margin: 0 auto;
	padding: 130px 0;
}
.top_trader .box {
	background: #c9e293;
	overflow: hidden;
	border-radius: 20px;
}
.top_trader .box h3 {
	background: #8fc31f;
	text-align: center;
	font-size: 5.5rem;
	font-weight: 700;
	line-height: 1.1;
	padding: .4em 0;
	color: #ffffff;
}
.top_trader .box h3 span {
	font-weight: 700;
	color: #2562da;
}
.top_trader .box .box_in {
	padding: 35px 50px;
}
.top_trader .box .box_in:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
.top_trader .box .box_in ul {
	float: left;
}
.top_trader .box .box_in ul:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
.top_trader .box .box_in ul li {
	float: left;
	width: 136px;
}
.top_trader .box .box_in ul li:not(:last-of-type) {
	margin-right: 30px;
}
.top_trader .box .box_in p {
	float: right;
	font-size: 3.2rem;
	line-height: 1.4;
}
.top_news_trader {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding: 130px 0;
}
.top_news_trader .news_box {
	width: 580px;
	margin-right: 40px;
}
.top_news_trader .trader_box {
	width: 580px;
}
.top_news_trader .news_box h3 {
	display: flex;
	border-bottom: solid 6px #2586dc;
	align-items: center;
	margin-bottom: 10px;
}
.top_news_trader .news_box h3 span {
	display: block;
	font-size: 3.2rem;
	font-weight: 700;
}
.top_news_trader .news_box h3 em {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	color: #2586dc;
	margin-left: auto;
}
.top_news_trader .news_box .box section:not(:last-of-type) {
	margin-bottom: .6em;
}
.top_news_trader .news_box .box section .time_cat {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: .2em;
}
.top_news_trader .news_box .box section .time_cat time {
	display: block;
	font-size: 1.6rem;
	margin-right: .5em;
}
.top_news_trader .news_box .box section .time_cat ul {
	display: flex;
}
.top_news_trader .news_box .box section .time_cat ul li:not(:last-of-type) {
	margin-right: .5em;
}
.top_news_trader .news_box .box section .time_cat ul li a {
	display: block;
	text-decoration: none;
	background: #2586dc;
	color: #FFF;
	font-size: 1.2rem;
	padding: .2em 1em;
	border-radius: 1em;
}
.top_news_trader .news_box .box section p a {
	font-size: 2.0rem;
	font-weight: 700;
	color: #2586dc;
}
.top_news_trader .trader_box .box {
	background: #c9e293;
	overflow: hidden;
	border-radius: 20px;
}
.top_news_trader .trader_box .box h3 {
	background: #8fc31f;
	text-align: center;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.1;
	padding: .4em 0;
	color: #ffffff;
}
.top_news_trader .trader_box .box h3 span {
	font-weight: 700;
	color: #2562da;
}
.top_news_trader .trader_box .box .box_in {
	display: flex;
	align-items: flex-end;
	padding: 15px 40px;
}
.top_news_trader .trader_box .box .box_in ul {
	width: 85px;
	margin-right: 40px;
}
.top_news_trader .trader_box .box .box_in ul li:not(:last-of-type) {
	margin-bottom: 15px;
}
.top_news_trader .trader_box .box .box_in .box_r {
	width: calc(100% - (85px + 40px));
}
.top_news_trader .trader_box .box .box_in .box_r .com {
	font-size: 1.8rem;
	margin-bottom: 1em;
}
.top_news_trader .trader_box .box .box_in .box_r .btn a {
	position: relative;
	display: block;
	background: #FFF;
	border: solid 2px #8fc31f;
	text-decoration: none;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: #8fc31f;
	padding: .2em 0;
	border-radius: 40px;
}
.top_news_trader .trader_box .box .box_in .box_r .btn a:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	width: 40px;
	height: 40px;
	background: url(../img/top/trader_icon_arrow.svg) no-repeat center center;
	background-size: cover;
	content: '';
}

.top_effect {
	background: #d3e7f8;
	padding: 120px 0;
}
.top_effect .box {
	width: 1200px;
	margin: 0 auto;
}
.top_effect .box h3 {
	position: relative;
	z-index: 5;
	line-height: 1.2;
	text-align: center;
	color: #3e3a39;
	font-size: 5.0rem;
	font-weight: 700;
	margin-bottom: 90px;
}
.top_effect .box h3 span {
	color: #2586dc;
	font-weight: 700;
}
.top_effect .box h3:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index: -1;
	display: block;
	margin: auto;
	width: 220px;
	height: 220px;
	background: #ffffff;
	content: '';
	border-radius: 50%;
}
.top_effect .box .com {
	font-size: 3.0rem;
	font-weight: 500;
	text-align: center;
	color: #3e3a39;
	margin-bottom: 70px;
}
.top_effect .box ul:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
.top_effect .box ul li {
	float: left;
	width: 580px;
	margin-bottom: 80px;
}
.top_effect .box ul li:nth-child(2n) {
	float: right;
}
.top_effect .box ul li:nth-child(2n+1) {
	clear: both;
}
.top_effect .box ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.top_effect .box .btn {
	padding-top: 90px;
	text-align: center;
}
.top_effect .box .btn a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	background: #8fc31f;
	border: solid 2px #ffffff;
	font-size: 4.0rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.1;
	padding: .7em 3.75em .7em 5em;
	border-radius: 2em;
}
.top_effect .box .btn a:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left: 20px;
	width: 74px;
	height: 74px;
	display: block;
	background: url(../img/top/effect_icon.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.top_effect .box .btn a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
	transition: .5s;
}
.top_flow {
	background: #e9f3d2;
	padding: 120px 0;
}
.top_flow .box {
	width: 1200px;
	margin: 0 auto;
}
.top_flow .box h3 {
	position: relative;
	z-index: 5;
	line-height: 1.2;
	text-align: center;
	color: #3e3a39;
	font-size: 5.0rem;
	font-weight: 700;
	margin-bottom: 90px;
}
.top_flow .box h3 span {
	color: #8fc31f;
	font-weight: 700;
}
.top_flow .box h3:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index: -1;
	display: block;
	margin: auto;
	width: 220px;
	height: 220px;
	background: #ffffff;
	content: '';
	border-radius: 50%;
}
.top_flow .box .com {
	font-size: 3.0rem;
	font-weight: 500;
	text-align: center;
	color: #3e3a39;
	margin-bottom: 70px;
}
.top_flow .box .box_in:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
.top_flow .box .box_in section {
	float: left;
	width: 281px;
	margin-right: 21px;
}
.top_flow .box .box_in section:last-of-type {
	width: 294px;
	margin-right: 0;
}
.top_flow .box .box_in section .icon {
	width: 198px;
	margin: 0 auto;
	margin-bottom: 45px;
}
.top_flow .box .box_in section h4 {
	margin-bottom: 30px;
}
.top_flow .box .box_in section h4 + p {
	width: 260px;
	font-size: 1.7rem;
	font-weight: 500;
}
.top_flow .box .box_in section:last-of-type h4 + p {
	margin: 0 auto;
}
.top_area {
	width: 1200px;
	margin: 0 auto;
	padding: 120px 0;
}
.top_area h3 {
	text-align: center;
	font-size: 5.0rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 70px;
}
.top_area .box:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
.top_area .box .img {
	float: left;
	width: 575px;
}
.top_area .box .box_r {
	position: relative;
	top: -75px;
	float: right;
	width: 470px;
}
.top_area .box .box_r .ill {
	width: 270px;
	margin-left: 185px;
	margin-bottom: -2px;
}
.top_area .box .box_r h4 {
	border: solid 4px #2586dc;
	border-radius: .3em;
	font-size: 5.0rem;
	color: #2586dc;
	line-height: 1.2;
	padding: .5em 0;
	margin-bottom: 40px;
	text-align: center;
}
.top_area .box .box_r h4 span {
	position: relative;
	display: inline-block;
	font-weight: 700;
}
.top_area .box .box_r h4 span:before {
	position: absolute;
	left: -.2em;
	bottom: 0;
	z-index: -1;
	width: calc(100% + .3em);
	height: 40%;
	background: #ffef00;
	display: block;
	content: '';
}
.top_area .box .box_r .area_list {
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0 .2em;
	line-height: 2.0;
}
.top_area .box .box_r .area_list span {
	color: #2562da;
	font-weight: 500;
}




/*order*/
.order main .flow {
	margin-bottom: 100px;
}
.order main .flow p {
	padding: 0 1em;
}
.order main .about {
	background: url(../img/common/bg_green.svg) repeat center center;
	padding: 100px 20px;
}
.order main .about .box {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.order main .about .box ul {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 3.0rem;
}
.order main .about .box ul:not(:last-of-type) {
	margin-bottom: .8em;
}
.order main .about .box ul li {
	position: relative;
	padding-left: 50px;
	margin-right: 1em;
}
.order main .about .box ul li:before {
	position: absolute;
	top: .3em;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../img/common/list_check.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.order main .about .box ul li:last-of-type {
	margin-right: 0;
}




/*company*/
.company main .about {
	margin-bottom: 100px;
}
.company main .about table {
	width: 100%;
}
.company main .about table tr th ,
.company main .about table tr td {
	padding: .8em 1em;
	border-bottom: solid 1px #878787;
}
.company main .about table tr:first-of-type th ,
.company main .about table tr:first-of-type td {
	border-top: solid 1px #878787;
}
.company main .about table tr:nth-of-type(odd) th ,
.company main .about table tr:nth-of-type(odd) td {
	background: #e9f3fb;
}
.company main .about table tr th {
	font-size: 2.4rem;
	font-weight: 700;
	color: #2586dc;
	width: 300px;
}
.company main .about table tr td {
	width: calc(100% - 300px);
	padding-top: 1.1em;
	font-size: 2.2rem;
	font-weight: 500;
	word-break: break-all;
}
.company main .about table tr td span {
	margin-right: .5em;
}
.company main .about table tr td a {
	font-weight: 500;
	text-decoration: none;
}
.company main .about table tr td a:hover {
	text-decoration:none;
	opacity:0.65;
	zoom:1;
}
.company main .gmap {
	margin-bottom: 80px;
}
.company main .gmap iframe {
	width: 100%;
	height: 500px;
}
.company main .pp {
	padding-bottom: 200px;
}
.company main .pp .title04 + p {
	margin-bottom: 2em;
}
.company main .pp .box section:not(:last-of-type) {
	margin-bottom: 50px;
}
.company main .pp .box section h4 {
	position: relative;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.1;
	color: #2586dc;
	padding-bottom: .3em;
	padding-left: 1.1em;
	margin-bottom: .6em;
	border-bottom: solid 1px #878787;
}
.company main .pp .box section h4:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '▶';
}
.company main .pp .box section p:not(:last-of-type) {
	margin-bottom: 1.2em;
}
.company main .pp .box section p span {
	display: block;
	text-align: right;
}




/*faq*/
.faq main .list {
	padding-bottom: 200px;
}
.faq main .list .com01 {
	background: url(../img/common/bg_blue.svg) repeat center center , #deedfa repeat center center;
	padding: 70px 20px;
	text-align: center;
	font-size: 3.0rem;
	font-weight: 700;
}
.faq main .list .box {
	background: #deedfa repeat center center;
	padding: 100px;
}
.faq main .list .box > section:not(:last-of-type) {
	margin-bottom: 100px;
}
.faq main .list .box > section > h4 {
	position: relative;
	background: #FFF;
	margin: 0 100px;
	margin-bottom: 60px;
	line-height: 1.1;
	font-size: 3.0rem;
	font-weight: 500;
	text-align: center;
	border-radius: 1.5em;
	color: #ffffff;
	padding: 2px;
}
.faq main .list .box > section > h4::after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -26px;
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 11px 0 11px;
	border-color: #FFF transparent transparent transparent;
	content: '';
}
.faq main .list .box > section > h4 span {
	position: relative;
	display: block;
	background: rgb(37,134,220);
	background: -moz-linear-gradient(-45deg,  rgba(37,134,220,1) 0%, rgba(37,128,218,1) 43%, rgba(37,98,218,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	background: linear-gradient(135deg,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2586dc', endColorstr='#2562da',GradientType=1 );
	line-height: 1.1;
	font-size: 3.0rem;
	font-weight: 500;
	text-align: center;
	border-radius: 1.5em;
	color: #ffffff;
	padding: .3em 0 .4em;
}
.faq main .list .box > section > h4 span::after {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	bottom: -24px;
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 9px 0 9px;
	border-color: #2580da transparent transparent transparent;
	content: '';
}
.faq main .list .box section .box_in > section {
	background: #FFF;
	padding: 25px;
}
.faq main .list .box section .box_in > section:not(:last-of-type) {
	margin-bottom: 30px;
}
.faq main .list .box section .box_in > section h5 {
	position: relative;
	padding-left: 60px;
	padding-bottom: .1em;
	min-height: 45px;
	font-size: 3.0rem;
	font-weight: 700;
	cursor: pointer;
}
.faq main .list .box section .box_in > section h5:before {
	position: absolute;
	top: .3em;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #2586dc;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	border-radius: 10px;
	content: 'Q';
}
.faq main .list .box section .box_in > section h5::after {
	position: absolute;
	bottom: 0;
	left: 60px;
	width: calc(100% - 60px);
	height: 1px;
	background: #b3b3b4;
	content: '';
}
.faq main .list .box section .box_in > section h5 span {
	position: relative;
	display: block;
	font-size: 3.0rem;
	font-weight: 700;
	color: #2586dc;
	padding-right: 40px;
}
.faq main .list .box section .box_in > section h5 span::after {
	position: absolute;
	top: .4em;
	right: 0;
	width: 34px;
	height: 34px;
	background: url(../img/faq/icon.svg) no-repeat center center;
	background-size: cover;
	transition: .5s;
	content: '';
}
.faq main .list .box section .box_in > section h5.is-active span::after {
	transform:rotate(45deg);
}
.faq main .list .box section .box_in > section h5 + .comment {
	position: relative;
	display: none;
	padding-top: 20px;
	padding-left: 60px;
	font-size: 1.7rem;
}
.faq main .list .box section .box_in > section h5 + .comment:before {
	position: absolute;
	top: calc(20px + .3em);
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #8fc31f;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	border-radius: 10px;
	content: 'A';
}




/*trader*/
.trader main .about {
	padding-bottom: 250px;
}
.trader main .about p {
	font-size: 3.0rem;
	padding: 0 1em;
}
.trader main .case {
	position: relative;
	padding-bottom: 120px;
}
.trader main .case:before {
	position: absolute;
	top: -320px;
	right: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	min-height: 100%;
	max-height: 920px;
	background: url(../img/trader/case_bg_w.jpg) repeat-x center top;
	background-size: cover;
	content: '';
}
@media screen and (max-width: 1600px) {
	.trader main .case:before {
		background: url(../img/trader/case_bg.jpg) repeat-x center top;
	}
	
}
.trader main .case .box .box_in {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -100px;
}
.trader main .case .box .box_in section {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 100px;
}
.trader main .case .box .box_in section:nth-of-type(3n) ,
.trader main .case .box .box_in section:last-of-type {
	margin-right: 0;
}
.trader main .case .box .box_in section h5 {
	position: relative;
	border-bottom: solid 3px #2586dc;
	padding-left: 1.1em;
	margin-bottom: .3em;
	font-size: 2.6rem;
	font-weight: 700;
	color: #3e3a39;
}
.trader main .case .box .box_in section h5:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #2586dc;
	content: '▶';
}
.trader main .case .box .box_in section .img {
	margin-bottom: 15px;
}
.trader main .case .box .box_in section .com {
	font-size: 1.7rem;
}
.trader main .form_box {
	background: #deedfa;
	padding: 100px 0;
}
.trader main .form_box .form table {
	width: 100%;
	margin-bottom: 30px;
}
.trader main .form_box .form table th ,
.trader main .form_box .form table td {
	border-bottom: solid 1px #2586dc;
	padding: 30px 0;
}
.trader main .form_box .form table th {
	font-size: 3.0rem;
	padding-top: calc(30px - .1em);
	width: 260px;
}
.trader main .form_box .form table th span {
	position: relative;
	display: block;
	font-weight: 700;
	padding-left: 1.1em;
}
.trader main .form_box .form table th span:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #2586dc;
	content: '●';
}
.trader main .form_box .form .pp_link {
	text-align: center;
	font-size: 1.8rem;
}
.trader main .form_box .form .pp_link a {
	color: #2586dc;
}




/*examples*/
.examples.list main .box {
	padding-bottom: 250px;
}
.examples.list main .box.list_box .box_in {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.examples.list main .box.list_box .box_in section {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 100px;
}
.examples.list main .box.list_box .box_in section:nth-of-type(3n) ,
.examples.list main .box.list_box .box_in section:last-of-type {
	margin-right: 0;
}
.examples.list main .box.list_box .box_in section .img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 250px;
	margin-bottom: 15px;
}
.examples.list main .box.list_box .box_in section .img a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 250px;
}
.examples.list main .box.list_box .box_in section .img a img {
	display: block;
	object-fit: scale-down;
	height: 250px;
	width: 100%;
}
.examples.list main .box.list_box .box_in section time {
	position: relative;
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	color: #2586dc;
	border-bottom: solid 3px #2586dc;
	margin-bottom: .2em;
}
.examples.list main .box.list_box .box_in section time::after {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 2.0rem;
	font-weight: 500;
	content: '＞＞';
}
.examples.list main .box.list_box .box_in section h4 a {
	font-size: 2.4rem;
	font-weight: 700;
	text-decoration: none;
}
.examples.detail main .box.detail_box {
	padding-bottom: 100px;
	display: flex;
}
.examples.detail main .box.detail_box  article {
	width: 900px;
	margin-right: 100px;
}
.examples.detail main .box.detail_box  article > h4 {
	font-size: 2.6rem;
	color: #727171;
	margin-bottom: .3em;
	padding-left: 25px;
	border-left: solid 2px #1fa33e;
}
.examples.detail main .box.detail_box  article > h4 + .time_cat {
	display: flex;
	align-items: center;
	padding-left: 25px;
	margin-bottom: 40px;
}
.examples.detail main .box.detail_box  article > h4 + .time_cat time {
	display: block;
	font-size: 2.0rem;
	margin-right: .5em;
	color: #1fa33e;
	letter-spacing: .2em;
}
.examples.detail main .box.detail_box  article > h4 + .time_cat ul {
	display: flex;
	align-items: baseline;
}
.examples.detail main .box.detail_box  article > h4 + .time_cat ul li {
	font-size: 1.8rem;
}
.examples.detail main .box.detail_box  article > h4 + .time_cat ul li:not(:last-of-type) {
	margin-right: 1em;
}
.examples.detail main .box.detail_box  article > h4 + .time_cat ul li a {
	display: block;
	border: solid 1px #1fa33e;
	color: #1fa33e;
	padding: .2em 1em;
	border-radius: 1em;
	text-decoration: none;
}
.examples.detail main .box.detail_box  article > h4 + .time_cat ul li a:hover {
	background: #1fa33e;
	color: #FFF;
	text-decoration: none;
}
.examples.detail main .box.detail_box  article .thum {
	margin-bottom: 60px;
}
.examples.detail main .box.detail_box  article .prev_next {
	display: flex;
	padding-top: 80px;
}
.examples.detail main .box.detail_box  article .prev_next p.next {
	margin-left: auto;
}
.examples.detail main .box.detail_box  article .prev_next p a {
	position: relative;
	display: block;
	background: #a1d8ae;
	font-size: 2.4rem;
	color: #FFF;
	text-decoration: none;
	padding: 1em 4.5em;
	border-radius: 1em;
}
.examples.detail main .box.detail_box  article .prev_next p.prev a:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	background: url(../img/examples/arrow_prev.svg) no-repeat center center;
	background-size: cover;
	width: 63px;
	height: 13px;
	content: '';
}
.examples.detail main .box.detail_box  article .prev_next p.next a:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	background: url(../img/examples/arrow_next.svg) no-repeat center center;
	background-size: cover;
	width: 63px;
	height: 13px;
	content: '';
}
.examples.detail main .box.detail_box  article .prev_next p a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
.examples.detail main .box.detail_box  aside {
	width: calc(100% - (900px + 100px));
}
.examples.detail main .box.detail_box  aside section:not(:last-of-type) {
	margin-bottom: 80px;
}
.examples.detail main .box.detail_box  aside section h3 {
	font-size: 1.9rem;
	color: #1fa33e;
	margin-bottom: .6em;
}




/*news*/
.news.list main .box {
	padding-bottom: 250px;
}
.news.list main .box.list_box .box_in {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.news.list main .box.list_box .box_in section {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 100px;
}
.news.list main .box.list_box .box_in section:nth-of-type(3n) ,
.news.list main .box.list_box .box_in section:last-of-type {
	margin-right: 0;
}
.news.list main .box.list_box .box_in section .img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 250px;
	margin-bottom: 15px;
}
.news.list main .box.list_box .box_in section .img a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 250px;
}
.news.list main .box.list_box .box_in section .img a img {
	display: block;
	object-fit: scale-down;
	height: 250px;
	width: 100%;
}
.news.list main .box.list_box .box_in section time {
	position: relative;
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	color: #2586dc;
	border-bottom: solid 3px #2586dc;
	margin-bottom: .2em;
}
.news.list main .box.list_box .box_in section time::after {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 2.0rem;
	font-weight: 500;
	content: '＞＞';
}
.news.list main .box.list_box .box_in section h4 a {
	font-size: 2.4rem;
	font-weight: 700;
	text-decoration: none;
}
.news.detail main .box.detail_box {
	padding-bottom: 100px;
	display: flex;
}
.news.detail main .box.detail_box  article {
	width: 900px;
	margin-right: 100px;
}
.news.detail main .box.detail_box  article > h4 {
	font-size: 2.6rem;
	color: #727171;
	margin-bottom: .3em;
	padding-left: 25px;
	border-left: solid 2px #1fa33e;
}
.news.detail main .box.detail_box  article > h4 + .time_cat {
	display: flex;
	align-items: center;
	padding-left: 25px;
	margin-bottom: 40px;
}
.news.detail main .box.detail_box  article > h4 + .time_cat time {
	display: block;
	font-size: 2.0rem;
	margin-right: .5em;
	color: #1fa33e;
	letter-spacing: .2em;
}
.news.detail main .box.detail_box  article > h4 + .time_cat ul {
	display: flex;
	align-items: baseline;
}
.news.detail main .box.detail_box  article > h4 + .time_cat ul li {
	font-size: 1.8rem;
}
.news.detail main .box.detail_box  article > h4 + .time_cat ul li:not(:last-of-type) {
	margin-right: 1em;
}
.news.detail main .box.detail_box  article > h4 + .time_cat ul li a {
	display: block;
	border: solid 1px #1fa33e;
	color: #1fa33e;
	padding: .2em 1em;
	border-radius: 1em;
	text-decoration: none;
}
.news.detail main .box.detail_box  article > h4 + .time_cat ul li a:hover {
	background: #1fa33e;
	color: #FFF;
	text-decoration: none;
}
.news.detail main .box.detail_box  article .thum {
	margin-bottom: 60px;
}
.news.detail main .box.detail_box  article .prev_next {
	display: flex;
	padding-top: 80px;
}
.news.detail main .box.detail_box  article .prev_next p.next {
	margin-left: auto;
}
.news.detail main .box.detail_box  article .prev_next p a {
	position: relative;
	display: block;
	background: #a1d8ae;
	font-size: 2.4rem;
	color: #FFF;
	text-decoration: none;
	padding: 1em 4.5em;
	border-radius: 1em;
}
.news.detail main .box.detail_box  article .prev_next p.prev a:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	background: url(../img/examples/arrow_prev.svg) no-repeat center center;
	background-size: cover;
	width: 63px;
	height: 13px;
	content: '';
}
.news.detail main .box.detail_box  article .prev_next p.next a:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	background: url(../img/examples/arrow_next.svg) no-repeat center center;
	background-size: cover;
	width: 63px;
	height: 13px;
	content: '';
}
.news.detail main .box.detail_box  article .prev_next p a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
.news.detail main .box.detail_box  aside {
	width: calc(100% - (900px + 100px));
}
.news.detail main .box.detail_box  aside section:not(:last-of-type) {
	margin-bottom: 80px;
}
.news.detail main .box.detail_box  aside section h3 {
	font-size: 1.9rem;
	color: #1fa33e;
	margin-bottom: .6em;
}



/*contact*/
.contact main .form_box {
	padding-bottom: 200px;
}
.contact main .form_box .form table {
	width: 100%;
	margin-bottom: 30px;
}
.contact main .form_box .form table th ,
.contact main .form_box .form table td {
	border-bottom: solid 1px #2586dc;
	padding: 30px 0;
}
.contact main .form_box .form table th {
	font-size: 3.0rem;
	padding-top: calc(30px - .1em);
	width: 260px;
}
.contact main .form_box .form table th span {
	position: relative;
	display: block;
	font-weight: 700;
	padding-left: 1.1em;
}
.contact main .form_box .form table th span:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #2586dc;
	content: '●';
}
.contact main .form_box .form .pp_link {
	text-align: center;
	font-size: 1.8rem;
}
.contact main .form_box .form .pp_link a {
	color: #2586dc;
}




/*service*/
.service main .service_list {
	padding-bottom: 200px;
}
.service main .service_list > section:not(:last-of-type) {
	margin-bottom: 100px;
}
.service main .service_list section h3 {
	position: relative;
	display: flex;
	align-items: baseline;
	margin-bottom: 60px;
}
.service main .service_list section h3::after {
	position: absolute;
	bottom: -.2em;
	left: 0;
	width: 100%;
	height: 6px;
	background: rgb(37,134,220);
	background: -moz-linear-gradient(-45deg,  rgba(37,134,220,1) 0%, rgba(37,128,218,1) 43%, rgba(37,98,218,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	background: linear-gradient(135deg,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2586dc', endColorstr='#2562da',GradientType=1 );
	display: block;
	content: '';
}
.service main .service_list section h3 span ,
.service main .service_list section h3 em {
	display: block;
}
.service main .service_list section h3 span {
	width: 50px;
	margin-right: 15px;
}
.service main .service_list section h3 em {
	width: calc(100% - (50px + 15px));
	font-size: 5.0rem;
	font-weight: 700;
	color: #2586dc;
	line-height: 1.5;
}
.service main .service_list section .about {
	display: flex;
	margin-bottom: 130px;
}
.service main .service_list section .about .img {
	width: 560px;
	margin-right: 20px;
}
.service main .service_list section .about .img span {
	display: block;
	overflow: hidden;
	border-radius: 20px;
}
.service main .service_list section .about .box {
	width: calc(100% - (560px + 20px));
}
.service main .service_list section .about .box h4 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #FFF;
	padding: .2em 1em;
	margin-bottom: .8em;
	border-radius: .5em;
	background: rgb(37,134,220);
	background: -moz-linear-gradient(-45deg,  rgba(37,134,220,1) 0%, rgba(37,128,218,1) 43%, rgba(37,98,218,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	background: linear-gradient(135deg,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2586dc', endColorstr='#2562da',GradientType=1 );
}
.service main .service_list section .about .box .comment {
	font-size: 2.4rem;
}
.service main .service_list section .about .box .comment p:not(:last-of-type) {
	margin-bottom: 1.2em;
}
.service main .service_list section .trouble {
	display: flex;
	flex-direction: column;
	margin-bottom: 130px;
}
.service main .service_list section .trouble h4 {
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}
.service main .service_list section .trouble h4 span {
	position: relative;
	display: block;
	padding: 0 100px;
}
.service main .service_list section .trouble h4 span:before ,
.service main .service_list section .trouble h4 span:after {
	position: absolute;
	top: -5px;
	width: 20px;
	height: calc(100% - (5px * 2));
	display: block;
	border: solid 10px #8fc31f;
	content: '';
}
.service main .service_list section .trouble h4 span:before {
	left: 0;
	border-right: none;
}
.service main .service_list section .trouble h4 span:after {
	right: 0;
	border-left: none;
}
.service main .service_list section .trouble h4 span em {
	position: relative;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.1;
	background:linear-gradient(transparent 60%, #ddedbc 60%);
}
.service main .service_list section .trouble .list {
	display: flex;
	justify-content: center;
}
.service main .service_list section .trouble .list ul li {
	position: relative;
	padding-left: 50px;
	font-size: 3.0rem;
}
.service main .service_list section .trouble .list ul li:not(:last-of-type) {
	margin-bottom: .3em;
}
.service main .service_list section .trouble .list ul li:before {
	position: absolute;
	top: .3em;
	left: 0;
	width: 38px;
	height: 38px;
	background: url(../img/service/trouble_icon.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.service main .service_list section .trouble .list ul li span {
	position: relative;
	font-size: 3.0rem;
	font-weight: 500;
	background:linear-gradient(transparent 60%, #ddedbc 60%);
}
.service main .service_list section .point {
	background: #d3e7f8;
	border: solid 7px #90c1ed;
	border-radius: 18px;
	padding: 60px;
	padding-top: 0;
}
.service main .service_list section .point h4 {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.service main .service_list section .point h4 span {
	display: block;
	font-size: 4.0rem;
	font-weight: 700;
	padding: 0 4em;
	margin-top: -7px;
	color: #FFF;
	border-radius: 0 0 10px 10px;
	background: rgb(37,134,220);
	background: -moz-linear-gradient(-45deg,  rgba(37,134,220,1) 0%, rgba(37,128,218,1) 43%, rgba(37,98,218,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	background: linear-gradient(135deg,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2586dc', endColorstr='#2562da',GradientType=1 );
}
.service main .service_list section .point .comment {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;	
}
.service main .service_list section .point .comment p {
	position: relative;
	font-size: 3.0rem;
}
.service main .service_list section .point .comment p span {
	position: relative;
	font-weight: 700;
	background:linear-gradient(transparent 60%, #ffef00 60%);
}
.service main .service_list section .point .before_after section {
	background: #FFF;
	border-radius: 10px;
	padding: 50px 70px;
}
.service main .service_list section .point .before_after section:not(:last-of-type) {
	margin-bottom: 30px;
}
.service main .service_list section .point .before_after section h5 {
	position: relative;
	margin-bottom: 50px;
	font-size: 4.2rem;
	font-weight: 700;
	color: #2586dc;
}
.service main .service_list section .point .before_after section h5::after {
	position: absolute;
	bottom: -.2em;
	left: 0;
	width: 100%;
	height: 6px;
	background: rgb(37,134,220);
	background: -moz-linear-gradient(-45deg,  rgba(37,134,220,1) 0%, rgba(37,128,218,1) 43%, rgba(37,98,218,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	background: linear-gradient(135deg,  rgba(37,134,220,1) 0%,rgba(37,128,218,1) 43%,rgba(37,98,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2586dc', endColorstr='#2562da',GradientType=1 );
	display: block;
	content: '';
}




/*1240*/
@media screen and (max-width: 1240px) {
	.top .vi p {
		width: 96%;
	}
	.top_service {
		width: 96%;
	}
	.top_service h4 {
		font-size: 3.0rem;
	}
	.top_service h4 strong {
		font-size: 4.0rem;
	}
	.top_service .box section {
		width: 30%;
		height: 33vw;
		margin-right: 5%;
	}
	.top_service .box section:nth-child(4n) {
		margin-right: 5%;
	}
	.top_service .box section:nth-child(4n+1) {
		clear: none;
	}
	.top_service .box section:nth-last-child(-n+4) {
		margin-bottom: 90px;
	}
	.top_service .box section:nth-child(3n) {
		margin-right: 0;
	}
	.top_service .box section:nth-child(3n+1) {
		clear: both;
	}
	.top_service .box section:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	.top_service .box section h5 {
		padding-top: 1.5vw;
		line-height: 4vw;
	}
	.top_trader {
		width: 96%;
	}
	.top_trader .box .box_in ul {
		width: 30%;
	}
	.top_trader .box .box_in ul li {
		width: 45%;
	}
	.top_trader .box .box_in ul li:not(:last-of-type) {
		margin-right: 10%;
	}
	.top_trader .box .box_in p {
		width: 65%;
	}
	.top_trader .box .box_in p br.pc {
		display: none !important;
	}
	.top_news_trader {
		width: 96%;
	}
	.top_news_trader .news_box {
		width: calc(100% - (580px + 20px));
		margin-right: 20px;
	}	
	.top_effect .box {
		width: 96%;
	}
	.top_effect .box ul li {
		width: 48%;
	}
	.top_flow .box {
		width: 96%;
	}
	.top_flow .box .box_in section {
		width: 22%;
		margin-right: 3.3%;
	}
	.top_flow .box .box_in section:last-of-type {
		width: 24%;
	}
	.top_flow .box .box_in section .icon {
		width: 15vw;
	}
	.top_flow .box .box_in section h4 + p {
		width: 96%;
	}
	.top_area {
		width: 96%;
	}
	.top_area .box .img {
		width: 50%;
	}
	.top_area .box .box_r {
		width: 45%;
	}
	.top_area .box .box_r .ill {
		width: 80%;
		margin-left: 15%;
	}







	/*company*/
	.company main .about table tr th {
		font-size: 2.0rem;
		width: 200px;
	}
	.company main .about table tr td {
		font-size: 1.8rem;
		width: calc(100% - 200px);
	}
	.company main .pp .box section h4 {
		font-size: 2.0rem;
	}




	/*faq*/
	.faq main .list .com01 {
		font-size: 2.0rem;
	}
	.faq main .list .box {
		padding: 60px 20px;
	}
	.faq main .list .box > section > h4 {
		margin-right: 50px;
		margin-left: 50px;
		font-size: 2.0rem;
	}
	.faq main .list .box > section > h4 span {
		font-size: 2.0rem;
		padding: .6em 0 .7em;
	}
	.faq main .list .box section .box_in > section {
		background: #FFF;
		padding: 25px 15px;
	}
	.faq main .list .box section .box_in > section h5 {
		font-size: 2.0rem;
	}
	.faq main .list .box section .box_in > section h5:before {
		font-size: 2.0rem;
	}
	.faq main .list .box section .box_in > section h5 span {
		font-size: 2.0rem;
	}
	.faq main .list .box section .box_in > section h5 + .comment {
		font-size: 1.6rem;
	}
	.faq main .list .box section .box_in > section h5 + .comment:before {
		font-size: 2.0rem;
	}




	/*trader*/
	.trader main .about p {
		font-size: 2.0rem;
	}
	.trader main .case .box .box_in section h5 {
		margin-bottom: .6em;
		font-size: 2.0rem;
	}
	.trader main .case .box .box_in section .com {
		font-size: 1.6rem;
	}
	.trader main .form_box .form table th {
		font-size: 2.0rem;
		padding-top: calc(30px - .1em);
		width: 200px;
	}
	.trader main .form_box .form .pp_link {
		font-size: 1.6rem;
	}




	/*examples*/
	.examples.list main .box.list_box .box_in section .img {
		height: 20.833vw;
	}
	.examples.list main .box.list_box .box_in section .img a {
		height: 20.833vw;
	}
	.examples.list main .box.list_box .box_in section .img a img {
		height: 20.833vw;
	}
	.examples.list main .box.list_box .box_in section time {
		font-size: 1.8rem;
	}
	.examples.list main .box.list_box .box_in section time::after {
		font-size: 1.8rem;
	}
	.examples.list main .box.list_box .box_in section h4 a {
		font-size: 1.8rem;
	}
	.examples.detail main .box.detail_box  article {
		width: calc(100% - (200px + 100px));
	}
	.examples.detail main .box.detail_box  article > h4 {
		font-size: 2.0rem;
	}
	.examples.detail main .box.detail_box  article > h4 + .time_cat time {
		font-size: 1.8rem;
	}
	.examples.detail main .box.detail_box  article .prev_next p a {
		font-size: 2.0rem;
		padding: .6em 4.5em;
	}
	.examples.detail main .box.detail_box  aside {
		width: 200px;
	}
	.examples.detail main .box.detail_box  aside section h3 {
		font-size: 1.6rem;
	}




	/*news*/
	.news.list main .box.list_box .box_in section .img {
		height: 20.833vw;
	}
	.news.list main .box.list_box .box_in section .img a {
		height: 20.833vw;
	}
	.news.list main .box.list_box .box_in section .img a img {
		height: 20.833vw;
	}
	.news.list main .box.list_box .box_in section time {
		font-size: 1.8rem;
	}
	.news.list main .box.list_box .box_in section time::after {
		font-size: 1.8rem;
	}
	.news.list main .box.list_box .box_in section h4 a {
		font-size: 1.8rem;
	}
	.news.detail main .box.detail_box  article {
		width: calc(100% - (200px + 100px));
	}
	.news.detail main .box.detail_box  article > h4 {
		font-size: 2.0rem;
	}
	.news.detail main .box.detail_box  article > h4 + .time_cat time {
		font-size: 1.8rem;
	}
	.news.detail main .box.detail_box  article .prev_next p a {
		font-size: 2.0rem;
		padding: .6em 4.5em;
	}
	.news.detail main .box.detail_box  aside {
		width: 200px;
	}
	.news.detail main .box.detail_box  aside section h3 {
		font-size: 1.6rem;
	}




	/*contact*/
	.contact main .form_box .form table th {
		font-size: 2.0rem;
		padding-top: calc(30px - .1em);
		width: 200px;
	}
	.contact main .form_box .form .pp_link {
		font-size: 1.6rem;
	}




	/*service*/
	.service main .service_list section .about .img {
		width: 48%;
		margin-right: 20px;
	}
	.service main .service_list section .about .box {
		width: calc(100% - (48% + 20px));
	}
	
}



/*1040*/
@media screen and (max-width: 1040px) {
	.top_service h4 {
		font-size: 2.6rem;
	}
	.top_service h4 strong {
		font-size: 3.4rem;
	}
	.top_news_trader {
		display: flex;
		flex-direction: column;
	}
	.top_news_trader .news_box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.top_news_trader .trader_box {
		width: 100%;
	}
	
	.top_area .box .box_r h4 {
		font-size: 4.0rem;
	}




	/*service*/
	.service main .service_list section .trouble h4 span {
		padding: 0 50px;
	}
	.service main .service_list section .point h4 span {
		padding: 0 2em;
	}
	
}



/*940*/
@media screen and (max-width: 940px) {
	.top_service h4 {
		font-size: 2.4rem;
	}
	.top_service h4 strong {
		font-size: 3.2rem;
	}
	.top_service .box section {
		width: 32%;
		height: 35.5vw;
		margin-right: 2%;
	}
	.top_service .box section:nth-child(4n) {
		margin-right: 2%;
	}
	.top_service .box section:nth-child(3n) {
		margin-right: 0;
	}
	.top_service .box section h5 {
		font-size: 2.8rem;
	}
	.top_area .box .img {
		width: 45%;
	}
	.top_area .box .box_r {
		width: 50%;
	}



	/*service*/
	.service main .service_list section .point {
		padding: 60px 40px;
		padding-top: 0;
	}
	.service main .service_list section .point .before_after section {
		padding: 50px 40px;
	}
	
}



/*768*/
@media screen and (max-width: 768px) {
	.top .vi p {
		width: 98%;
	}
	.top_service {
		width: 94%;
		padding: 15vw 0;
	}
	.top_service h3 {
		margin-bottom: 10vw;
	}
	.top_service h3 span {
		font-size: 3.0rem;
	}
	.top_service h3 em {
		font-size: 2.0rem;
	}
	.top_service h4 {
		margin-bottom: 10vw;
		font-size: 2.0rem;
		border-radius: 1em;
		padding: .3em 0 .4em;
		line-height: 1.4;
	}
	.top_service h4 strong {
		display: block;
		text-align: center;
		font-size: 3.0rem;
	}
	.top_service .box section {
		width: calc(36.458vw * 1.2);
		height: calc(42.708vw * 1.2);
		margin-right: 0;
		margin-bottom: 6vw;
	}
	.top_service .box section:nth-child(4n) {
		margin-right: 0;
	}
	.top_service .box section:nth-child(4n+1) {
		clear: none;
	}
	.top_service .box section:nth-last-child(-n+4) {
		margin-bottom: 6vw;
	}
	.top_service .box section:nth-child(3n) {
		margin-right: 0;
	}
	.top_service .box section:nth-child(3n+1) {
		clear: none;
	}
	.top_service .box section:nth-last-child(-n+3) {
		margin-bottom: 6vw;
	}
	.top_service .box section:nth-child(2n) {
		float: right;
	}
	.top_service .box section:nth-child(2n+1) {
		clear: both;
	}
	.top_service .box section:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.top_service .box section h5 {
		font-size: 1.8rem;
		line-height: 1.3;
		padding-top: 1.3vw;
	}
	.top_trader {
		width: 94%;
		padding: 15vw 0;
	}
	.top_trader .box {
		border-radius: 20px;
	}
	.top_trader .box h3 {
		font-size: 3.0rem;
		padding: .4em 0;
	}
	.top_trader .box .box_in {
		padding: 3vw 5vw;
	}
	.top_trader .box .box_in ul {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 5vw;
		float: none;
	}
	.top_trader .box .box_in ul li {
		width: 45%;
	}
	.top_trader .box .box_in ul li:not(:last-of-type) {
		margin-right: 10%;
	}
	.top_trader .box .box_in p {
		width: 100%;
		float: none;
		font-size: 2.0rem;
		line-height: 1.7;
	}
	.top_news_trader {
		width: 94%;
		padding: 15vw 0;
	}
	.top_news_trader .news_box {
		margin-bottom: 10vw;
	}
	.top_news_trader .news_box h3 {
		margin-bottom: 5vw;
	}
	.top_news_trader .news_box h3 span {
		font-size: 2.0rem;
	}
	.top_news_trader .news_box h3 em {
		font-size: 1.6rem;
	}
	.top_news_trader .news_box .box section p a {
		font-size: 1.6rem;
	}
	.top_news_trader .trader_box .box h3 {
		font-size: 3.0rem;
		padding: .4em 0;
	}
	.top_news_trader .trader_box .box .box_in {
		flex-direction: column;
		padding: 3vw 5vw;
	}
	.top_news_trader .trader_box .box .box_in ul {
		display: flex;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 5vw;
	}
	.top_news_trader .trader_box .box .box_in ul li {
		width: 45%;
	}
	.top_news_trader .trader_box .box .box_in ul li:not(:last-of-type) {
		margin-right: 10%;
	}
	.top_news_trader .trader_box .box .box_in .box_r {
		width: 100%;
	}
	.top_news_trader .trader_box .box .box_in .box_r .com {
		font-size: 1.6rem;
	}
	.top_news_trader .trader_box .box .box_in .box_r .btn a {
		font-size: 1.6rem;
		padding: .4em 0;
		border-radius: 1em;
	}
	.top_news_trader .trader_box .box .box_in .box_r .btn a:before {
		left: 2vw;
		width: 8vw;
		height: 8vw;
	}			
	.top_effect {
		padding: 15vw 0;
	}
	.top_effect .box {
		width: 94%;
	}
	.top_effect .box h3 {
		line-height: 1.6;
		font-size: 2.4rem;
		margin-bottom: 10vw;
	}
	.top_effect .box h3:before {
		width: 40vw;
		height: 40vw;
	}
	.top_effect .box .com {
		font-size: 2.0rem;
		text-align: left;
		margin-bottom: 10vw;
	}
	.top_effect .box .com br.md {
		display: none;
	}
	.top_effect .box ul li {
		float: none;
		width: 100%;
		margin-bottom: 6vw;
	}
	.top_effect .box ul li:nth-child(2n) {
		float: none;
	}
	.top_effect .box ul li:nth-last-child(-n+2) {
		margin-bottom: 6vw;
	}
	.top_effect .box ul li:last-child {
		margin-bottom: 0;
	}
	.top_effect .box .btn {
		padding-top: 15vw;
	}
	.top_effect .box .btn a {
		display: block;
		font-size: 2.0rem;
		padding: .9em 0;
		border-radius: 2em;
	}
	.top_effect .box .btn a:before {
		left: 2.604vw;
		width: 9.635vw;
		height: 9.635vw;
	}
	.top_flow {
		padding: 15vw 0;
	}
	.top_flow .box {
		width: 94%;
	}
	.top_flow .box h3 {
		line-height: 1.6;
		font-size: 2.4rem;
		margin-bottom: 10vw;
	}
	.top_flow .box h3:before {
		width: 40vw;
		height: 40vw;
	}
	.top_flow .box .com {
		font-size: 2.0rem;
		text-align: left;
		margin-bottom: 10vw;
	}
	.top_flow .box .com br.md {
		display: none;
	}
	.top_flow .box .box_in section {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 8vw;
		padding-bottom: 8vw;
		border-bottom: solid 1px rgba(143, 195, 43, .8);
	}
	.top_flow .box .box_in section:last-of-type {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
	.top_flow .box .box_in section:after {
		content: " ";
		font-size: 0.1rem;
		display: block;
		clear: both;
		line-height: 0;
		height: 0;
		visibility: hidden;
	}
	.top_flow .box .box_in section .icon {
		float: left;
		width: 25%;
		margin-bottom: 0;
		margin-left: 3%;
	}
	.top_flow .box .box_in section h4 {
		float: right;
		width: 60%;
		margin-bottom: 0;
		margin-right: 3%;
	}
	.top_flow .box .box_in section h4 + p {
		clear: both;
		width: 100%;
		padding-top: 5vw;
	}
	.top_area {
		width: 94%;
		padding: 15vw 0;
	}
	.top_area h3 {
		font-size: 3.0rem;
		margin-bottom: 10vw;
	}
	.top_area .box .img {
		float: none;
		width: 50%;
		margin: 0 auto;
		margin-bottom: 5vw;
	}
	.top_area .box .box_r {
		top: inherit;
		float: none;
		width: 100%;
	}
	.top_area .box .box_r .ill {
		width: 60%;
		margin-left: 20%;
		margin-bottom: -2px;
	}
	.top_area .box .box_r h4 {
		font-size: 3.0rem;
		padding: .5em 0;
		margin-bottom: 5vw;
	}




	/*order*/
	.order main .flow {
		margin-bottom: 20vw;
	}
	.order main .flow p {
		padding: 0;
	}
	.order main .about {
		padding: 15vw 4%;
	}
	.order main .about .box {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}
	.order main .about .box ul {
		font-size: 2.0rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.order main .about .box ul:not(:last-of-type) {
		margin-bottom: 2vw;
	}
	.order main .about .box ul li {
		padding-left: 8vw;
		margin-right: 0;
	}
	.order main .about .box ul li:not(:last-of-type) {
		margin-bottom: 2vw;
	}
	.order main .about .box ul li:before {
		top: .4em;
		width: 6vw;
		height: 6vw;
	}
	.order main .about .box ul li:last-of-type {
		margin-bottom: 0 !important;
	}




	/*company*/
	.company main .about {
		margin-bottom: 20vw;
	}
	.company main .about table tr th ,
	.company main .about table tr td {
		display: block;
		padding: .8em 1em;
	}
	.company main .about table tr th {
		padding-bottom: 0;
		border-bottom: none;
	}
	.company main .about table tr:first-of-type td {
		border-top: none;
	}
	.company main .about table tr th {
		font-size: 2.0rem;
		width: 100%;
	}
	.company main .about table tr td {
		width: 100%;
		padding-top: .8em;
		font-size: 1.6rem;
	}
	.company main .gmap {
		margin-bottom: 15vw;
	}
	.company main .gmap iframe {
		height: 60vh;
	}
	.company main .pp {
		padding-bottom: 20vw;
	}
	.company main .pp .box section:not(:last-of-type) {
		margin-bottom: 10vw;
	}
	.company main .pp .box section h4 {
		font-size: 2.0rem;
		line-height: 1.7;
	}




	/*faq*/
	.faq main .list {
		padding: 0;
		padding-bottom: 20vw;
	}
	.faq main .list .com01 {
		padding: 10vw 4%;
		text-align: center;
		font-size: 2.0rem;
	}
	.faq main .list .box {
		padding: 5vw 4vw;
	}
	.faq main .list .box > section:not(:last-of-type) {
		margin-bottom: 15vw;
	}
	.faq main .list .box > section > h4 {
		margin: 0;
		margin-bottom: 10vw;
		font-size: 2.0rem;
		padding: 2px;
	}
	.faq main .list .box > section > h4::after {
		bottom: -6vw;
		border-width: 6vw 4vw 0 4vw;
	}
	.faq main .list .box > section > h4 span {
		font-size: 2.0rem;
		padding: .3em 1em .4em;
		line-height: 1.7;
	}
	.faq main .list .box > section > h4 span::after {
		bottom: -6vw;
		border-width: 6vw 4vw 0 4vw;
	}
	.faq main .list .box section .box_in > section {
		padding: 4vw;
	}
	.faq main .list .box section .box_in > section:not(:last-of-type) {
		margin-bottom: 10vw;
	}
	.faq main .list .box section .box_in > section h5 {
		padding-left: 12vw;
		min-height: 10vw;
		font-size: 1.8rem;
	}
	.faq main .list .box section .box_in > section h5:before {
		width: 10vw;
		height: 10vw;
		line-height: calc(10vw - .1em);
		font-size: 1.8rem;
		border-radius: 2vw;
		content: 'Q';
	}
	.faq main .list .box section .box_in > section h5::after {
		left: 12vw;
		width: calc(100% - 12vw);
	}
	.faq main .list .box section .box_in > section h5 span {
		font-size: 1.8rem;
		padding-right: 10vw;
	}
	.faq main .list .box section .box_in > section h5 span::after {
		top: .4em;
		width: 8vw;
		height: 8vw;
	}
	.faq main .list .box section .box_in > section h5 + .comment {
		padding-top: 5vw;
		padding-left: 12vw;
		font-size: 1.5rem;
	}
	.faq main .list .box section .box_in > section h5 + .comment:before {
		position: absolute;
		top: calc(5vw + .3em);
		left: 0;
		width: 10vw;
		height: 10vw;
		line-height: calc(10vw - .1em);
		font-size: 1.8rem;
		border-radius: 2vw;
		content: 'A';
	}




	/*trader*/
	.trader main .about {
		padding-bottom: 20vw;
	}
	.trader main .about p {
		font-size: 1.6rem;
		padding: 0;
	}
	.trader main .case {
		padding-bottom: 15vw;
	}
	.trader main .case:before {
		top: -20vw;
		min-height: 100%;
		max-height: 40vh;
		}
	.trader main .case .box .box_in {
		flex-direction: column;
		margin-bottom: 0;
	}
	.trader main .case .box .box_in section {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10vw;
	}
	.trader main .case .box .box_in section:last-of-type {
		margin-bottom: 0;
	}
	.trader main .case .box .box_in section h5 {
		font-size: 1.8rem;
	}
	.trader main .case .box .box_in section .img {
		margin-bottom: 5vw;
	}
	.trader main .case .box .box_in section .com {
		font-size: 1.6rem;
	}
	.trader main .form_box {
		padding: 20vw 0;
	}
	.trader main .form_box .form table {
		margin-bottom: 10vw;
	}
	.trader main .form_box .form table th ,
	.trader main .form_box .form table td {
		display: block;
		border-bottom: solid 1px #2586dc;
		padding: .8em .5em;
	}
	.trader main .form_box .form table th {
		padding-bottom: 0;
		border-bottom: none;
		font-size: 2.0rem;
		padding-top: .8em;
		width: 100%;
	}
	.trader main .form_box .form table th br {
		display: none;
	}
	.trader main .form_box .form .pp_link {
		text-align: left;
		font-size: 1.6rem;
	}



	/*examples*/
	.examples.list main .box {
		padding-bottom: 20vw;
	}
	.examples.list main .box.list_box .box_in {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin-bottom: 10vw;
	}
	.examples.list main .box.list_box .box_in section {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15vw;
	}
	.examples.list main .box.list_box .box_in section:last-of-type {
		margin-bottom: 0;
	}
	.examples.list main .box.list_box .box_in section .img {
		height: 25vw;
		margin-bottom: 5vw;
	}
	.examples.list main .box.list_box .box_in section .img a {
		height: 25vw;
	}
	.examples.list main .box.list_box .box_in section .img a img {
		height: 25vw;
	}
	.examples.list main .box.list_box .box_in section time {
		font-size: 1.8rem;
	}
	.examples.list main .box.list_box .box_in section time::after {
		font-size: 1.6rem;
	}
	.examples.list main .box.list_box .box_in section h4 a {
		font-size: 1.6rem;
	}
	.examples.detail main .box.detail_box {
		padding-bottom: 20vw;
		flex-direction: column;
	}
	.examples.detail main .box.detail_box  article {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15vw;
	}
	.examples.detail main .box.detail_box  article > h4 {
		font-size: 2.0rem;
		padding-left: .5em;
	}
	.examples.detail main .box.detail_box  article > h4 + .time_cat {
		align-items: stretch;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 5vw;
	}
	.examples.detail main .box.detail_box  article > h4 + .time_cat time {
		font-size: 1.6rem;
		margin-right: 0;
		margin-bottom: .2em;
	}
	.examples.detail main .box.detail_box  article > h4 + .time_cat ul li {
		font-size: 1.4rem;
	}
	.examples.detail main .box.detail_box  article .thum {
		margin-bottom: 10vw;
	}
	.examples.detail main .box.detail_box  article .prev_next {
		padding-top: 10vw;
	}
	.examples.detail main .box.detail_box  article .prev_next p.next {
		margin-left: auto;
	}
	.examples.detail main .box.detail_box  article .prev_next p a {
		font-size: 1.6rem;
		padding: .6em 1.5em;
		border-radius: 1em;
	}
	.examples.detail main .box.detail_box  article .prev_next p.prev a:before {
		display: none;
	}
	.examples.detail main .box.detail_box  article .prev_next p.next a:before {
		display: none;
	}
	.examples.detail main .box.detail_box  aside {
		width: 100%;
	}
	.examples.detail main .box.detail_box  aside section:not(:last-of-type) {
		margin-bottom: 10vw;
	}
	.examples.detail main .box.detail_box  aside section h3 {
		font-size: 1.6rem;
	}






	/*news*/
	.news.list main .box {
		padding-bottom: 20vw;
	}
	.news.list main .box.list_box .box_in {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin-bottom: 10vw;
	}
	.news.list main .box.list_box .box_in section {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15vw;
	}
	.news.list main .box.list_box .box_in section:last-of-type {
		margin-bottom: 0;
	}
	.news.list main .box.list_box .box_in section .img {
		height: 25vw;
		margin-bottom: 5vw;
	}
	.news.list main .box.list_box .box_in section .img a {
		height: 25vw;
	}
	.news.list main .box.list_box .box_in section .img a img {
		height: 25vw;
	}
	.news.list main .box.list_box .box_in section time {
		font-size: 1.8rem;
	}
	.news.list main .box.list_box .box_in section time::after {
		font-size: 1.6rem;
	}
	.news.list main .box.list_box .box_in section h4 a {
		font-size: 1.6rem;
	}
	.news.detail main .box.detail_box {
		padding-bottom: 20vw;
		flex-direction: column;
	}
	.news.detail main .box.detail_box  article {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15vw;
	}
	.news.detail main .box.detail_box  article > h4 {
		font-size: 2.0rem;
		padding-left: .5em;
	}
	.news.detail main .box.detail_box  article > h4 + .time_cat {
		align-items: stretch;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 5vw;
	}
	.news.detail main .box.detail_box  article > h4 + .time_cat time {
		font-size: 1.6rem;
		margin-right: 0;
		margin-bottom: .2em;
	}
	.news.detail main .box.detail_box  article > h4 + .time_cat ul li {
		font-size: 1.4rem;
	}
	.news.detail main .box.detail_box  article .thum {
		margin-bottom: 10vw;
	}
	.news.detail main .box.detail_box  article .prev_next {
		padding-top: 10vw;
	}
	.news.detail main .box.detail_box  article .prev_next p.next {
		margin-left: auto;
	}
	.news.detail main .box.detail_box  article .prev_next p a {
		font-size: 1.6rem;
		padding: .6em 1.5em;
		border-radius: 1em;
	}
	.news.detail main .box.detail_box  article .prev_next p.prev a:before {
		display: none;
	}
	.news.detail main .box.detail_box  article .prev_next p.next a:before {
		display: none;
	}
	.news.detail main .box.detail_box  aside {
		width: 100%;
	}
	.news.detail main .box.detail_box  aside section:not(:last-of-type) {
		margin-bottom: 10vw;
	}
	.news.detail main .box.detail_box  aside section h3 {
		font-size: 1.6rem;
	}




	/*contact*/
	.contact main .form_box {
		padding-bottom: 20vw;
	}
	.contact main .form_box .form table {
		width: 100%;
		margin-bottom: 15vw;
	}
	.contact main .form_box .form table th ,
	.contact main .form_box .form table td {
		display: block;
		border-bottom: solid 1px #2586dc;
		padding: 5vw 0;
	}
	.contact main .form_box .form table th {
		font-size: 2.0rem;
		padding-top: 5vw;
		padding-bottom: 0;
		width: 100%;
		border-bottom: none;
	}
	.contact main .form_box .form table th span br {
		display: none;
	}
	.contact main .form_box .form .pp_link {
		text-align: left;
		font-size: 1.6rem;
	}




	/*service*/
	.service main .service_list {
		padding-bottom: 20vw;
	}
	.service main .service_list > section:not(:last-of-type) {
		margin-bottom: 15vw;
	}
	.service main .service_list section h3 {
		margin-bottom: 10vw;
	}
	.service main .service_list section h3::after {
		bottom: -.5em;
		height: 4px;
	}
	.service main .service_list section h3 span {
		width: 8vw;
		margin-right: 3vw;
	}
	.service main .service_list section h3 em {
		width: calc(100% - (8vw + 3vw));
		font-size: 2.0rem;
	}
	.service main .service_list section .about {
		display: flex;
		flex-direction: column;
		margin-bottom: 15vw;
	}
	.service main .service_list section .about .img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5vw;
	}
	.service main .service_list section .about .img span {
		border-radius: 20px;
	}
	.service main .service_list section .about .box {
		width: 100%;
	}
	.service main .service_list section .about .box h4 {
		font-size: 2.0rem;
	}
	.service main .service_list section .about .box .comment {
		font-size: 1.6rem;
	}
	.service main .service_list section .trouble {
		margin-bottom: 15vw;
	}
	.service main .service_list section .trouble h4 {
		margin-bottom: 10vw;
	}
	.service main .service_list section .trouble h4 span {
		padding: 0 20px;
	}
	.service main .service_list section .trouble h4 span:before ,
	.service main .service_list section .trouble h4 span:after {
		position: absolute;
		top: -5px;
		width: 10px;
		height: calc(100% + (2px * 2));
		display: block;
		border: solid 5px #8fc31f;
		content: '';
	}
	.service main .service_list section .trouble h4 span:before {
		left: 0;
		border-right: none;
	}
	.service main .service_list section .trouble h4 span:after {
		right: 0;
		border-left: none;
	}
	.service main .service_list section .trouble h4 span em {
		font-size: 2.0rem;
	}
	.service main .service_list section .trouble .list ul li {
		padding-left: 10vw;
		font-size: 2.0rem;
	}
	.service main .service_list section .trouble .list ul li:before {
		top: .3em;
		width: 8vw;
		height: 8vw;
	}
	.service main .service_list section .trouble .list ul li span {
		font-size: 2.0rem;
	}
	.service main .service_list section .point {
		border: solid 5px #90c1ed;
		border-radius: 15px;
		padding: 6vw 3vw;
		padding-top: 0;
	}
	.service main .service_list section .point h4 {
		margin-bottom: 5vw;
	}
	.service main .service_list section .point h4 span {
		font-size: 1.6rem;
		padding: .5em 1em;
		margin-top: -5px;
	}
	.service main .service_list section .point .comment {
		margin-bottom: 10vw;	
	}
	.service main .service_list section .point .comment p {
		font-size: 2.0rem;
	}
	.service main .service_list section .point .before_after section {
		padding: 6vw 2vw;
	}
	.service main .service_list section .point .before_after section:not(:last-of-type) {
		margin-bottom: 10vw;
	}
	.service main .service_list section .point .before_after section h5 {
		margin-bottom: 10vw;
		font-size: 1.8rem;
	}
	.service main .service_list section .point .before_after section h5::after {
		bottom: -.4em;
		height: 4px;
	}
}
