@charset "utf-8";
/* CSS Document */
.trade_feature,
.trade_feature *{
	font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
 }
.trade_feature #header{
	background: url(/web/jp/trade/images/feature/feature__mainv.png) transparent 166% 46px no-repeat;
	position: relative;
	background-size: 260px;
}
@media screen and (min-width: 768px){
	.trade_feature #header {
    	background-size: 500px;
    	background-position: 170% 34px;
	}
}
@media screen and (min-width: 1024px){
	.trade_feature #header {
    	background-size: auto;
    	background-position: 150% 14px;
	}
}
@media screen and (min-width:1200px){
	.trade_feature #header {
    	background-size:auto !important;
		background-position: 100% 14px;
	}	
}
@media screen and (min-width:1600px){
	.trade_feature #header{
		
	}
}
@media screen and (min-width:1920px){
	.trade_feature #header{
	
	}
}
main *{
	line-height: 1.5;
	letter-spacing: 0;
}
.trade_feature .container{
	max-width: 1160px;
	padding: 0 5%;
	position: relative;
}
@media screen and (min-width: 768px){
    .trade_feature #header .container{
        max-width: 1160px;
        padding: 0 5%;
	}
}
@media (min-width: 1200px){
	.feature_sec .container,.feature_list_page .container,.feature_option .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.trade_feature #header .container{
		max-width: 1160px;
		padding: 0 !important;
	}
}
#header{
	background-size: cover;
}
#header .feature_mainv{
	padding: 98px 0 35px;
}
@media screen and (min-width: 768px){
	#header .feature_mainv{
		padding: 98px 0 70px;
	}
}
@media (min-width: 1024px){
	#header .feature_mainv{
		flex-direction: column;
		padding: 120px 0 83px;
	}
}
#header .feature_mainv .feature_mainv_txt{
	margin: 0 0 45px;
}
#header .feature_mainv .feature_mainv_txt h2{
	color: #075877;
	font-size: 40px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
}
#header .feature_mainv .feature_mainv_txt h2 span{
	color: #222;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
#header .feature_mainv .feature_mainv_txt .txt_lead{
	font-size: 12px;
	font-weight: 400;
}
@media screen and (min-width: 768px){
	#header .feature_mainv .feature_mainv_txt{
		margin: 0 0 90px;
	}
	#header .feature_mainv .feature_mainv_txt h2{
		font-size: 80px;
		margin-bottom: 35px;
	}
	#header .feature_mainv .feature_mainv_txt h2 span{
		font-size: 36px;
	}
	#header .feature_mainv .feature_mainv_txt .txt_lead{
		font-size: 24px;
	}
}
@media (max-width: 1024px){

}
@media (min-width: 1200px){
	#header .container{
		padding: 0;
	}
	#header .feature_mainv{
		display: flex;
		flex-direction:row;
		justify-content: space-between;
	}
	#header .feature_mainv .feature_mainv_txt{
		margin: 0 36px 0 0;
		width: 480px;
	}
	#header .feature_mainv .feature_mainv_txt h2{
		margin-bottom: 27px;
	}
	#header .feature_mainv .feature_mainv_txt .txt_lead{
		font-size: 16px;
	}	
}
@media screen and (min-width:1200px){
	#header .feature_mainv .feature_mainv_txt h2{
		font-size: 80px;
	}
	#header .feature_mainv .feature_mainv_txt h2 span{
		font-size: 24px;
	}
}
#header .feature_mainv .feature_mainv_movie{
	background: url(/web/jp/trade/images/feature/movie.png) 0 0 no-repeat;
	background-size: contain;
	margin: 0 auto;
	width: 100%;
	aspect-ratio: 55 / 31;
}
#header .feature_mainv .feature_mainv_movie video,
#header .feature_mainv .feature_mainv_movie iframe{
	width: 100%;
	height: 100%;
}
@media screen and (min-width:1200px){
	#header .feature_mainv .feature_mainv_movie{
		width:560px;
		height: 310px;
		margin: 0;
	}
}
.tab_anchor {
	margin-bottom: 37.5px;
}
@media screen and (min-width:768px){
	.tab_anchor {
      margin-bottom:80px;
  }
}

.tab_anchor .container{
	padding: 0;
	width:100%;
	max-width: unset;
	background-color: #B5CDD6;	
}
.tab_anchor ul{
	display: flex;
	justify-content:space-between;
	background-color: #B5CDD6;
	width: 100%;
	column-gap: 0;
}
.tab_anchor ul li{
	width: 25%;
	background-color: #B5CDD6;
	height: 73px;
}
@media screen and (min-width:768px){
	.tab_anchor ul li{
		height: 146px;
	}
}
@media screen and (min-width:1024px){
	.tab_anchor ul li{
		height: 102px;
	}
}
.tab_anchor ul li a{
	color: #075877;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 16px 0;
	position: relative;
	white-space: nowrap;
}
.tab_anchor ul li a:hover{
	opacity: 0.7;
}
.tab_anchor ul li a:before{
	content: "";
	position: absolute;
	top:50%;
	right: 0%;
	transform: translate(0%,-50%);
	width: 1px;
	height: 58%;
	background-color: #fff;
}
.tab_anchor ul li:last-child a:before{
	background-color: transparent;
}
.tab_anchor ul li a span{
    content: "";
    display: block;
    width: 13.5px;
    height: 13.5px;
    border-top: solid 3px #075877;
    border-right: solid 3px #075877;
    position: absolute;
    bottom: 25px;
    right: 50%;
    transform: rotate(135deg) translate(0%, -50%);
}
@media screen and (min-width:768px){
	.tab_anchor ul{
		justify-content: center;
		column-gap: 30px;
	}
	.tab_anchor ul li{
		width: 165px;
	}	
	.tab_anchor ul li a{
		font-size: 32px;
		padding: 34px 0 69px;
		width: 165px;
	}
	.tab_anchor ul li a span{
		width: 29px;
    	height:29px;
		border-top: solid 6px #075877;
    	border-right: solid 6px #075877;
		bottom: 50px;
	}
	.tab_anchor ul li a:before{
		right: -10%;
	}	
}
@media screen and (min-width:1024px){
	.tab_anchor ul li:first-child a:after{
        content: "";
        position: absolute;
        top:50%;
        left: 0;
        transform: translate(0%,-50%);
        width: 1px;
        height: 58%;
        background-color: #fff;
    }
	.tab_anchor ul li:last-child a:before{
		background-color:#fff;
	}
}
@media screen and (min-width:1200px){
	.tab_anchor ul li:first-child:after{
		left: 28.5%;
	}
}
@media screen and (min-width:1024px){
	.tab_anchor ul{
		column-gap:0px;
	}
	.tab_anchor ul li{
		width: 210px;
	}
	.tab_anchor ul li a{
		width: 210px;
		padding: 32px 0 50px;
		font-size: 20px;
	}
	.tab_anchor ul li a:before{
		right: 0%;
	}
	.tab_anchor ul li a span{
		width: 12px;
    	height:12px;
		border-top: solid 2px #075877;
    	border-right: solid 2px #075877;
		bottom: 33px;
	}
}
@media screen and (min-width:1200px){
	.tab_anchor ul{
		column-gap:0px;
	}

}
.feature_sec{	
	position: relative;
	margin-top: -46px;
}
.feature_sec#estimate{	
	margin-top:0px;
}
@media screen and (min-width:768px){
  .feature_sec{	
      margin-top: -70px;
  }
  .feature_sec#estimate{	
      margin-top:0px;
  }
}
@media screen and (min-width:1024px){
	.feature_sec{	
      margin-top: 0px;
  }
}

.feature_sec:before{
	position: absolute;
	content:"";
	top:-72px;
	left:50%;
	transform:translate(-50%,0%) scale(0.5);
}
.feature_sec#estimate:before{
	content:url("/web/jp/trade/images/feature/feature__sec01.svg");
}
.feature_sec#ordering:before{
	content:url("/web/jp/trade/images/feature/feature__sec02.svg");
}
.feature_sec#delivery:before{
	content:url("/web/jp/trade/images/feature/feature__sec03.svg");
}
.feature_sec#claim:before{
	content:url("/web/jp/trade/images/feature/feature__sec04.svg");
}
@media screen and (min-width:768px){
.feature_sec:before{
    top: 0;
    transform: translate(-50%,0%) scale(1);
	}
}
.feature_sec h2,
.feature_option h2{
	color: #222;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 21px;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.feature_sec h2 span,
.feature_option h2 span{
	color:#075877;
	font-size: 10px;
	margin-bottom: 5px;
}

@media screen and (min-width:768px){
	.feature_sec h2,
	.feature_option h2{
		font-size: 48px;
		margin-bottom: 42px;
	}
  .feature_sec h2 span,
  .feature_option h2 span{
      font-size: 20px;
      margin-bottom: 10px;
  }
}
@media screen and (min-width:1024px){
	.feature_sec h2{
		margin-bottom: 20px;
	}
}
@media screen and (min-width:1200px){
	.feature_sec h2{
	}
}

.feature_wrap{
	margin: 0;
}
.feature_wrap .feature_box{
    margin: -64px 0 0;
	text-align: center;
}
.feature_wrap .feature_box:first-child{
	margin: 0 0 0;
}

@media screen and (min-width:768px){
	.feature_wrap .feature_box{
		margin: -110px 0 0;
	}
}
@media screen and (min-width:768px){
    .feature_option .feature_wrap .feature_box:first-child{
        margin: 0 0 0;
    }	
	.feature_option .feature_wrap .feature_box{
		margin: -138px 0 0;
	}
}
@media screen and (min-width:1024px){
	.feature_wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
	}
	.feature_option .feature_wrap{
		align-items: end;
	}
	.feature_wrap .feature_box{
		margin: 0px;
		width: 48.3%;
	}
	.feature_wrap .feature_box:last-child
	.feature_wrap .feature_box:nth-last-child(2){
		margin: 0;
	}
	.feature_sec#estimate .feature_wrap .feature_box .feature_balloon{
		height: 57.5%;
	}
	.feature_sec#ordering .feature_wrap .feature_box .feature_balloon{
		height: 45.5%;
	}
	.feature_sec#delivery .feature_wrap .feature_box .feature_balloon{
		height: 45%;
	}
	.feature_sec#claim .feature_wrap .feature_box .feature_balloon{
		height: 52.5%;
	}
}
@media screen and (min-width:1200px){
	.feature_sec#estimate .feature_wrap .feature_box .feature_balloon{
		height: 53%;
	}
	.feature_sec#ordering .feature_wrap .feature_box .feature_balloon{
		height: 43%;
	}
	.feature_sec#delivery .feature_wrap .feature_box .feature_balloon{
		height: 43%;
	}
	.feature_sec#claim .feature_wrap .feature_box .feature_balloon{
		height: 51%;
	}
}
.feature_sec .feature_wrap .feature_box h3{
	text-align: center;
	border-radius: 12px;
	background-color: #075877;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding: 2px 12.5px;
	margin: 0 auto 12px;
	width: auto;

}
@media screen and (min-width:768px){
	.feature_sec .feature_wrap .feature_box h3{
		font-size: 24px;
		border-radius: 24px;
		margin: 0 auto 24px;
	}
}
@media screen and (min-width:1024px){
	.feature_sec .feature_wrap .feature_box h3{
		font-size: 20px;
		border-radius: 20px;
		margin: 0 auto 30px;
		padding: 3px 30px;
	}
}
.feature_wrap .feature_box .feature_img{
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	z-index: 100;
}
.feature_sec .feature_wrap .feature_box .feature_img img{
		width:143px;
}
@media screen and (min-width:768px){
	.feature_sec .feature_wrap .feature_box .feature_img img{
		width:286px;
	}
}
@media screen and (min-width:1024px){
	.feature_sec .feature_wrap .feature_box .feature_img img{
		width:220px;
	}
}
.feature_wrap .feature_box .feature_img img.op01{
		width:207px;
}
.feature_wrap .feature_box .feature_img img.op02{
		width:225px;
}
.feature_wrap .feature_box .feature_img img.op03{
		width:318px;
}
.feature_wrap .feature_box .feature_img img.op04{
		width:115px;
}
@media screen and (min-width:768px){
	.feature_wrap .feature_box .feature_img img.op01{
		width:415px;
	}
    .feature_wrap .feature_box .feature_img img.op02{
            width:510px;
    }
    .feature_wrap .feature_box .feature_img img.op03{
            width:636px;
    }
    .feature_wrap .feature_box .feature_img img.op04{
            width:230px;
    }
}
@media screen and (min-width:1024px){
	feature_wrap .feature_box .feature_img img.op01{
		width:220px;
	}
    .feature_wrap .feature_box .feature_img img.op02{
            width:416px;
    }
    .feature_wrap .feature_box .feature_img img.op03{
            width:520px;
    }
    .feature_wrap .feature_box .feature_img img.op04{
            width:187px;
    }
}
.feature_wrap .feature_box .feature_balloon{
	position: relative;	
}
.feature_sec .feature_wrap .feature_box .feature_balloon{
	background-color: #E4E9EB;
	padding-top: 42px;
	top:-84px;
}
.feature_option .feature_wrap .feature_box .feature_balloon{
	background-color: #E6EEF1;
	top:-84px;
	padding-top: 76px;
}
@media screen and (min-width:768px){
	.feature_option .feature_wrap .feature_box .feature_balloon{
		padding-top: 228px;
		top: -219px;
	}
}
.feature_wrap .feature_box .feature_balloon > div{
	position: relative;
	z-index: 100;
	text-align: left;
	padding: 0 16px 36px;
}
.feature_wrap .feature_box .feature_balloon > div:last-of-type{
	padding-bottom: 40px;
}
@media screen and (min-width:768px){
	.feature_sec .feature_wrap .feature_box .feature_balloon{
		top:-150px;
		padding-top: 84px;
	}
	.feature_sec .feature_wrap .feature_box .feature_balloon:nth-child(2){
		padding-top: 71px;
	}
	.feature_sec .feature_wrap .feature_box .feature_balloon > div{
		padding: 0 32px 32px;
	}
}
@media screen and (min-width:1024px){
	.feature_sec .feature_wrap .feature_box .feature_balloon{
		top:-77px;
	}
	.feature_sec .feature_wrap .feature_box .feature_balloon > div{
		padding: 0 24px 24px;
	}
  .feature_sec .feature_wrap .feature_box .feature_balloon > div:last-of-type{
      padding-bottom:43px;
  }
}
.feature_wrap .feature_box .feature_balloon > div h4,
.feature_option h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
.feature_option h3{
	text-align: center;
}
.feature_sec .feature_wrap .feature_box .feature_balloon > div h4 .logo_seikyu{
	margin-left: 10px;
	width: 160px;
	vertical-align: middle;
}
@media screen and (min-width:768px){
	.feature_wrap .feature_box .feature_balloon > div h4,
	.feature_option h3{
		font-size: 36px;
		margin-bottom: 24px;
	}
}
@media screen and (min-width:1024px){
    .feature_wrap .feature_box .feature_balloon > div h4,
    .feature_option h3{
        font-size: 24px;
        margin-bottom: 16px;
	}
}
.feature_wrap .feature_box .feature_balloon > div p,
.feature_option p.feature_option_txt{
	font-size: 12px;
	line-height:1.5;
}
.feature_option p.feature_option_txt span{
	color:#075877;
	font-weight: 700;
}
.feature_wrap .feature_box .feature_balloon > div p.note{
	font-size: 12px;
	line-height: 1.8;
	margin-top: 10px;
}
@media screen and (min-width:768px){
	.feature_wrap .feature_box .feature_balloon > div p,
	.feature_option p.feature_option_txt{
		font-size: 24px;
	}
	 .feature_wrap .feature_box .feature_balloon > div p.note{
		font-size: 20px;
		margin-top: 20px;
	}
}
@media screen and (min-width:1024px){
	.feature_wrap .feature_box .feature_balloon > div p,
	.feature_option p.feature_option_txt{
      font-size: 16px;
      }
	.feature_wrap .feature_box .feature_balloon > div p.note{
		font-size: 12px;
		margin-top: 28px;
	}
}
.feature_list_page{
	padding: 0 0 50px 0;
	background-color: #E6EEF1;
	position: relative;
	z-index: -2;
	overflow: hidden;
}
.relative{
	position: relative;
}
.feature_list_arr{
	content: url(/web/jp/trade/images/usecase/usecase_arr_pc.png);
    transform: translate(0,-50%) rotate(90deg) scale(.5);
    display: inline-block;
    height: 73px;
    position: absolute;
    right: 0;
    bottom: -75px;
    left: 0;
    margin: auto;
    z-index: 100;
}
@media screen and (min-width:768px){
	.feature_list_arr{
		transform: translate(0,-50%) rotate(90deg) scale(1);
		bottom: -79px;
	}
}
.feature_list_page:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -771px;
    right: 0;
    background-color:#6A9BAD;
    transform: skewY(319deg);
    z-index: -1;
}
.feature_list_page:after{
	content: '';
    position: absolute;
	background-color:#E6EEF1;
	bottom: 0;
    top:54%;
    width: 100%;
    z-index: -1;
}
@media screen and (min-width:768px){
	.feature_list_page:before{
		transform: skewY(313deg);
		left: -1108px;
  }
}
@media screen and (min-width:1024px){
	.feature_list_page:before{
		left: -1030px;
	}	
	.feature_list_page:after{
		position: unset;
	}
	.feature_list_page:before {
    	left: -1540px;
		height: 200%;
		transform: skewY(309deg);
	}
}
@media screen and (min-width:1200px){
	.feature_list_page:before {
      transform: skewY(314deg);
      left: -1943px;
      height: 213%;
	}
}
.feature_list_page .admin_page_img{
	position: relative;
	padding: 32px 0 0;
}
.admin_page_txt{
	padding: 32px 0 0;
}
.feature_list_page h2{
	font-size: 24px;
	margin: 32px 0 15px;
	text-align: center;
}
.feature_list_page h2 span{
	color: #075877;
}
.feature_list_page p{
	font-size: 12px;
	text-align: left;
}
@media screen and (min-width:768px){
	.feature_list_page{
		padding: 64px 0 100px 0;
	}
	.feature_list_page h2{
		font-size: 48px;
		margin: 64px 0 30px;
	}
	.feature_list_page p{
		font-size: 24px;
	}
}
@media screen and (min-width:1024px){
	.feature_list_page{
		padding: 0;	
	}
	.feature_list_page h2{
		margin: 0;
		margin-bottom: 30px;
	}
	.feature_list_page p{
		font-size: 16px;
	}
	.feature_list_page .container{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		column-gap:40px;
		height: 437px;
	}
}
.feature_list_page .admin_page_img{
	text-align: center;
}
.feature_list_page .admin_page_img img{
	width: 100%;

}
@media screen and (min-width:1024px){
	.feature_list_page .admin_page_img{
		width: 290px;
	}
	.feature_list_page .admin_page_img img{
		width: 290px;
		max-width: none;
	}
}
@media screen and (min-width:1200px){
	.feature_list_page .admin_page_img,
	.feature_list_page .admin_page_img img{
		width: 460px;
	}
	.feature_list_page h2{
		text-align: left;
		}
}
.feature_option{
	background: url("/web/jp/trade/images/top/top_function_bg.png") 0 0 repeat transparent;
	padding-top: 40px;
}
.feature_option .feature_box h3 span{
	color: #075877;
}
.feature_option .feature_box h3 span.for_construction{
	background-color: #075877;
	color: #fff;
	padding: 0 4px 3px;
	display: inline-block;
}
@media screen and (min-width:768px){
	.feature_option{
		padding-top: 80px;
	}
}
.feature_option .feature_wrap .feature_box .feature_option_img{
	text-align: center;
}
.feature_box.feature_dl a:hover{
	opacity: 0.8;
}
.feature_box.feature_dl h2{
	padding: 0;
	margin-bottom: 30px;
	text-align: center;
}
.feature_box.feature_dl h2 a{
	color: #395B64;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
.feature_box.feature_dl h2:after{
	content: "";
}
.feature_box.feature_dl .feature_dl_img{
	margin-bottom: 30px;
	text-align: center;
}
.feature_box.feature_dl .feature_dl_img img{
	border: 1px solid #707070;
	width: 100%;
	max-width: 400px
}
.feature_box.feature_dl ul{
	display: table;
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto;
}
.feature_box.feature_allinone{
	text-align: center;
}
.feature_box.feature_allinone h2{
	color: #313131;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.feature_box.feature_allinone h2:after{
	content: "";
}
.feature_box.feature_allinone .feature_allinone_logo{
	margin: 10px 0;
}
.feature_box.feature_allinone .feature_allinone_logo img{
	width: 100%;
	max-width: 400px;
}
.feature_box.feature_allinone .feature_allinone_img img{
	width: 100%;
	max-width: 350px;
}
br.pctab-only{
	display: none;
}
@media (max-width: 399px){
	.feature_wrap .feature_box .feature_balloon > div h4 .logo_seikyu{
		width: 110px;
	}
}
@media (min-width: 768px) and (max-width:860px){
	.feature_wrap .feature_box .feature_balloon > div h4 .logo_seikyu{
		width: 120px;
	}
}

@media (min-width: 768px){

	br.pctab-only{
		display: inline !important;
	}
}
#sec-inquiry{
    margin-top: -44px;
}
@media (min-width: 1024px){
	#sec-inquiry{
		margin-top: -139px;
	}
}
@media (max-width: 1024px){
	.feature_option .feature_wrap .feature_box h3 br.sptab-only{
		display: none !important;
	}
}