@charset "utf-8";
/* CSS Document */

.trade-usecase-content *{
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}
.container{
	max-width: 1160px;
	padding: 0 5%;
}
.container.container-outer{
	padding: 0;
}
.mainv{
	background: url(/web/jp/trade/images/feature/feature__mainv.png) transparent 166% 46px no-repeat;
	position: relative;
	background-size: 260px;
	padding-top: 3.5em;
	padding-bottom: 47px;
	margin: 0 auto;
}
@media screen and (min-width: 75em){
	.mainv{
		padding-top: 4.5em;
	}
}
.mainv h1{
	font-weight: bold;
	margin: 48px 0 0;
}
.mainv h1 > span{
	display: block;
}
.mainv h1 .h1-sub{
	font-size: 18px;
	margin-bottom: 4px;
}
.mainv h1 .h1-main{
	color: #075877;
	font-size: 40px;
}
.trade-usecase-content .container-outer > section{
	background-color: #E6EEF1;
	margin-bottom: 40px;
	padding-bottom: 32px;
}

.usecase-tit{
	background: linear-gradient(180deg, #fff 0%, #fff 92px, #6A9BAD 92px, #6A9BAD 100%);
	padding-bottom: 35px;
	position: relative;
}
.usecase-tit .usecase-tit-img-scene{
	position: absolute;
	top: 5px;
	right: 8px;
}
.usecase-tit .usecase-tit-img-scene img{
	width: 200px;
}
.usecase-tit .usecase-tit-img-illust{
	display: block;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.usecase-tit .usecase-tit-img-illust img{
	width: 90%;
	max-width: 450px;
}
.usecase-tit .usecase-tit-txt{
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 0 5%;
}
.usecase-tit .usecase-tit-txt.two-p > span{
	display: block;
}
.usecase-tit .usecase-tit-txt.two-p > span:first-child{
	margin-bottom: 10px;
}

.usecase-detail{
	background-color: #E6EEF1;
	padding: 20px 5% 32px;
}
.usecase-detail-before,
.usecase-detail-after{
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.usecase-detail h3{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 16px;
	text-align: center;
}
.usecase-detail .usecase-detail-before h3{
	background-color: #BCBCBC;
}
.usecase-detail .usecase-detail-after h3{
	background-color: #80AF29;
}
.usecase-detail .usecase-detail-txt{
	margin: 20px;
}
.usecase-detail .usecase-detail-txt li{
	background-size: 16px;
	margin-bottom: 13px;
	padding-left: 25px;
}
.usecase-detail .usecase-detail-before .usecase-detail-txt li{
	background: url(/web/jp/trade/images/usecase/usecase_check_before.png) 0 4px no-repeat transparent;
	min-height: 22px;
}
.usecase-detail .usecase-detail-after .usecase-detail-txt li{
	background: url(/web/jp/trade/images/usecase/usecase_check_after.png) 0 4px no-repeat transparent;
	min-height: 22px;
}
.usecase-detail .usecase-detail-txt strong{
	font-weight: bold;
}
.usecase-detail .usecase-detail-before .usecase-detail-txt strong{
	color: #075877;
}
.usecase-detail .usecase-detail-after .usecase-detail-txt strong{
	color: #80AF29;
}
.usecase-detail .usecase-detail-arr{
	margin: 20px 0;
	text-align: center;
}
.usecase-detail .usecase-detail-arr > span{
	background: url(/web/jp/trade/images/usecase/usecase_arr_sp.png) 0 0 no-repeat transparent;
	display: inline-block;
	width: 29px;
	height: 39px;
}

h2.h2_top_contents{
	text-align: center;
	margin-bottom: 21px;
	font-size: 24px;
	font-weight: bold;
}
h2.h2_top_contents > span{
	display: block;
}
h2.h2_top_contents .h2_en{
	color: #075877;
	font-size: 10px;
	margin-bottom: 5px;
}
h2.h2_top_contents .h2_sub{
	font-size: 16px;
}
#sec-other-usecase{
	background-color: #F3F3F3;
	padding: 40px 0 20px;
}
#sec-other-usecase .other-usecase-sec{
	background-color: #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
}
#sec-other-usecase .other-usecase-sec .other-usecase-img{
	background: url("/web/jp/trade/images/top/top_usecase_sp_bg.png") center 0 no-repeat;
	padding: 20px 16px;
}
#sec-other-usecase .other-usecase-sec .other-usecase-img .other-usecase-img-inner{
	text-align: center;
}
#sec-other-usecase .other-usecase-sec .other-usecase-img .other-usecase-img-inner img.other-usecase-img-sp{
	width: 100%;
	max-width: 622px;
}
#sec-other-usecase .other-usecase-sec .other-usecase-img .other-usecase-img-inner img.other-usecase-img-pc{
	display: none;
}
#sec-other-usecase .other-usecase-sec h3{
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#sec-other-usecase .other-usecase-sec ul{
	margin: 0 20px 8px;
}
#sec-other-usecase .other-usecase-sec ul li{
	background: url("/web/jp/trade/images/top/top_usecase_check.png") 0 4px no-repeat transparent;
	margin-bottom: 16px;
	padding-left: 30px;
	min-height: 22px;
}
#sec-other-usecase .other-usecase-sec ul li strong{
	color: #075877;
	font-weight: bold
}
.btn-trade-top{
	padding: 0 16px;
	text-align: center;
}
.btn-trade-top a{
	background-color: #fff;
	border: 2px solid #075877;
	border-radius: 30px;
	color: #075877;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 12px;
	position: relative;
	width: 100%;
	height: 60px;
	text-align: center;
}
.btn-trade-top a:after{
	content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-top: solid 2px #075877;
    border-right: solid 2px #075877;
    transform: rotate(45deg);
	position: absolute;
	top: 21px;
	right: 21px;
}
.btn-trade-top a:hover{
	background-color: #075877;
	color: #fff;
}
.btn-trade-top a:hover:after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.nowrap{
	white-space: nowrap;
}
.seikyu #scene1 .usecase-tit .usecase-tit-txt.two-p > span:first-child br{
	display: none;
}
@media screen and (min-width:1100px){
	.seikyu #scene1 .usecase-tit .usecase-tit-txt.two-p > span:first-child br{
		display: inline;
	}
}
@media screen and (min-width:768px){
	.mainv{
		background-size: 500px;
		background-position: 170% 34px;
		padding-bottom: 64px;
	}
	.mainv h1{
		margin-top: 96px;
	}
	.mainv h1 .h1-sub{
		font-size: 24px;
		margin-bottom: 12px;
	}
	.mainv h1 .h1-main{
		font-size: 80px;
	}
	.usecase-tit{
		padding-bottom: 0;
	}
	.usecase-tit .usecase-tit-img-illust{
		margin-bottom: 0;
	}
	.usecase-tit .usecase-tit-img-illust img{
		width: 320px;
	}
	.usecase-tit .usecase-tit-txt{
		margin-top: 150px;
		width: calc(100% - 400px);
	}
	.seikyu .usecase-tit .usecase-tit-txt{
		margin-top: 120px;
	}
	#scene1 .usecase-tit .usecase-tit-txt,#scene3 .usecase-tit .usecase-tit-txt{
		padding: 0 5% 0 0;
	}
	#scene2 .usecase-tit .usecase-tit-txt,#scene4 .usecase-tit .usecase-tit-txt{
		padding: 0 0 0 5%;
	}
	.usecase-tit .usecase-tit-inner:after{
		content: "";
		display: block;
		clear: both;
	}
	#scene1 .usecase-tit .usecase-tit-img-illust,#scene3 .usecase-tit .usecase-tit-img-illust{
		float: left;
		margin-left: 5%;
	}
	#scene1 .usecase-tit .usecase-tit-txt,#scene3 .usecase-tit .usecase-tit-txt{
		float: right;
	}
	#scene2 .usecase-tit .usecase-tit-img-illust,#scene4 .usecase-tit .usecase-tit-img-illust{
		float: right;
		margin-right: 5%;
	}
	#scene2 .usecase-tit .usecase-tit-txt,#scene4 .usecase-tit .usecase-tit-txt{
		float: left;
	}
	#scene2 .usecase-tit .usecase-tit-img-scene,#scene4 .usecase-tit .usecase-tit-img-scene{
		left: 8px;
		right: auto;
	}
	.usecase-tit .usecase-tit-txt.two-p{
	}
	.usecase-detail{
		display: flex;
		justify-content: space-between;
		padding: 48px 60px;
	}
	.usecase-detail-before,
	.usecase-detail-after{
		width: 42.3%;
	}
	.usecase-detail .usecase-detail-before .usecase-detail-txt li,
	.usecase-detail .usecase-detail-after .usecase-detail-txt li{
		background-position: 0 6px;
	}
	.usecase-detail .usecase-detail-arr{
		width: 13.4%;
	}
	.usecase-detail .usecase-detail-arr{
		margin: 0;
		position: relative;
	}
	.usecase-detail .usecase-detail-arr > span{
		background: url(/web/jp/trade/images/usecase/usecase_arr_pc.png) 0 0 no-repeat transparent;
		display: inline-block;
		width: 73px;
		height: 54px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.trade-usecase-content .container-outer > section{
		padding-bottom: 0;
	}
	.trade-usecase-content .container-outer > section:last-child{
		margin-bottom: 80px;
	}
	#sec-other-usecase .other-usecase-wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sec-other-usecase .other-usecase-wrap .other-usecase-sec{
		position: relative;
		width: 48.3%;
		padding-bottom: 120px;
	}
	#sec-other-usecase .other-usecase-sec .other-usecase-img{
		background: url("/web/jp/trade/images/top/top_usecase_sp_bg.png") 45% 0 no-repeat;
		padding: 40px 20px 32px;
	}     
	#sec-other-usecase .other-usecase-sec .btn-trade-top{
		position: absolute;
		bottom: 40px;
		width: 100%;
	}
}

@media screen and (min-width:1024px){
	.mainv{
		background-size: auto;
		background-position: 150% 14px;
		padding-bottom: 140px;
	}
	.trade-usecase-content *{
		letter-spacing: 0;
	}
	.usecase-tit .usecase-tit-txt{
		font-size: 36px;
	}
	.usecase-tit .usecase-tit-txt.two-p > span:first-child{
		margin-bottom: 20px;
	}
	.usecase-tit .usecase-tit-img-illust img{
		width: 380px;
	}
	.usecase-tit .usecase-tit-txt{
		width: calc(100% - 490px);
	}
	.seikyu .usecase-tit .usecase-tit-txt{
		margin-top: 140px;
	}
	.seikyu #scene1 .usecase-tit .usecase-tit-txt,
	.seikyu #scene3 .usecase-tit .usecase-tit-txt{
		margin-top: 125px;
	}
	.usecase-detail-before,
	.usecase-detail-after{
		border-radius: 15px;
	}
	.usecase-detail h3{
		font-size: 24px;
		padding: 22px;
	}
	.usecase-detail .usecase-detail-txt{
		margin: 24px;
	}
	.usecase-detail .usecase-detail-txt li{
		background-size: 20px;
		font-size: 20px;
		margin-bottom: 18px;
		padding-left: 32px;
	}
	h2.h2_top_contents{
		margin-bottom: 42px;
		font-size: 48px;
	}
	h2.h2_top_contents .h2_en{
		font-size: 20px;
		margin-bottom: 10px;
	}
	h2.h2_top_contents .h2_sub{
		font-size: 32px;
	}
	#sec-other-usecase{
		padding-top: 80px;
		padding-bottom: 60px;
	}
	#sec-other-usecase .other-usecase-sec h3{
		font-size: 32px;
	}
}
@media screen and (min-width:1200px){
	.mainv{
		background-size: auto !important;
		background-position: 100% 14px;
	}
	.container{
		padding: 0;
	}
	#sec-other-usecase .other-usecase-sec .other-usecase-img{
		background-position: 47% 0;
	}
}
@media screen and (min-width:1024px) and (max-width:1120px){
	.seikyu #scene3 .usecase-tit .usecase-tit-txt.two-p > span:first-child{
		margin-bottom: 0;
	}
}
@media screen and (min-width:1024px) and (max-width:1123px){
	.seikyu #scene2 .usecase-tit .usecase-tit-txt,.seikyu #scene3 .usecase-tit .usecase-tit-txt{
		margin-top: 110px;
	}
}