@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

html,
body {
	height: 100%;
}

body>#container {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#container {
	height: 100%;
	min-height: 100%;
	padding-top: 58px;
}

body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	line-height: 1.6;
	color: #222222;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	color: #1a77c5;
	text-decoration: none;
	transition: all 0.3s 0s ease;
}

a:hover {
	color: #3399CC;
	text-decoration: none;
	transition: all 0.3s 0s ease;
	opacity: 0.7;
}

a:visited {
	color: #663366;
	text-decoration: none;
	transition: all 0.3s 0s ease;
}

/*------------------------------------
レイアウト
------------------------------------*/
#container>section>.inner {
	width: 980px;
	margin: auto;
	padding: 60px 0 100px;
	line-height: 1.8;
	position: relative;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 90;
	border-bottom: transparent;
	background-color: #fff;
	box-shadow: 0px 9px 11px -13px #777777;
}
header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 980px;
	padding: 10px;
	margin: 0 auto;
}
header.scrolled {
	background-color: #fff;
	border-bottom: solid 1px #dfdfdf;
}
header.scrolled .inner {
	transition: padding-top 0.2s ease-in-out 0s;
}
header .logo {
	display: block;
	width: 40%;
	max-width: 200px;
}

header .account_btn_wrap {
	height: 40px;
	width: 25%;
	font-size: 16px;
}
header .account_btn_wrap a.btn {
	display: block;
	position: relative;
	width: 100%;
	padding: 5px 0;
	font-size: 18px;
	letter-spacing: 1.2px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(#ffae00, #ff7e00);
	box-shadow: 0px 5px 0px 0px #c86400;
	border-radius: 6px;
}
header .account_btn_wrap a.btn::after {
	position: absolute;
	content: "";
	display: block;
	background: url("/g/trade_style/img/common/cv_arrow_wh.png") right center no-repeat;
	background-size: 100%;
	width: 8px;
	height: 8px;
	right: 5%;
	top: 50%;
	transform: translate(0, -50%);
}
header .account_btn_wrap a.btn:hover{
	box-shadow: none;
	margin: 5px auto -5px;
}

.main-btn-action p.ttl{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
}
.main-btn-action p.ttl span{
	display: inline-block;
	position: relative;
}
.main-btn-action p.ttl span::before,
.main-btn-action p.ttl span::after{
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	background-color: #222;
	height: 60%;
	top: 20%;
}
.main-btn-action p.ttl span::before{
	left: -6%;
	transform: rotate(-35deg);
}
.main-btn-action p.ttl span::after{
	right: -4%;
	transform: rotate(35deg);
}

.main-btn-action a.btn {
	display: block;
	position: relative;
	width: 100%;
	padding: 20px 0;
	font-size: 38px;
	letter-spacing: 6px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background:  linear-gradient(#ffae00, #ff7e00);
	box-shadow: 0px 10px 0px 0px #c86400;
	border-radius: 15px;
}
.main-btn-action a.btn::after {
	position: absolute;
	content: "";
	display: block;
	background: url("/g/trade_style/img/common/cv_arrow_wh.png") right center no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;
	right: 15%;
	top: 50%;
	transform: translate(0, -50%);
}
.main-btn-action a.btn:hover {
	box-shadow: none;
	margin: 10px auto -10px;
}

.img{
	text-align: center;
}

section:nth-child(3),
section:nth-child(4){
	border-bottom: #26466d 2px solid;
}


#footerWrap {
	width: 100%;
	background: #f2f4f6;
	font-size: 14px;
	line-height: 20px;
}
#footerWrap #attention {
	margin: 10px auto;
	background: url(/g/img/beginner/attention.gif) no-repeat 10px 20px;
	background-size: 100px auto;
	padding: 55px 10px 10px 10px;
	width: 980px;
}
#footerWrap #attention dt {
	font-weight: bold;
}
#footerWrap #attention dd {
	margin-bottom: 10px;
	margin-left: 12px;
}
#footerWrap #attention a.textlink1 {
	font-size: 1.0em;
}
#footerWrap #attention2 {
	width: 980px;
	margin: auto;
	background: #f2f4f6;
	padding: 10px 0 20px 0;
}
#footerWrap #footer {
	width: 100%;
	min-width: inherit;
	background: none;
	padding: 10px 0;
	text-align: center;
	background-color: #ffffff;
}
#copyright {
	margin: 0;
}

/*** PAGETOP ***/
.g-go-to-top {
    display: grid;
    place-content: center;
    position: fixed !important;
	color: #3c66b0;
    z-index: 10;
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    box-shadow: 0px 5px 8px 0 rgb(0 0 0 / 20%);
    background: #f2f5f8;
    transition: .25s ease 0s;
    transition-property: transform;
	transform: translateY(calc(100% + 20px));
}
.g-go-to-top:active,
.g-go-to-top:hover,
.g-go-to-top:visited {
	color: #3c66b0;
	outline-width: 0;
}
.c-hover-overlay.border\:none::before {
	border: none;
}
.c-hover-overlay.round\:full::before {
	border-radius: 100%;
}
.c-hover-overlay::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    background: rgba(255,255,255,0);
    transition: .25s ease 0s;
    transition-property: border,background;
}
.c-hover-overlay:hover::before {
	border-color: #1a9abe;
    background: rgba(255,255,255,.3);
}
.g-go-to-top svg {
	transform: rotate(-90deg);
	width: 0.75em;
    height: 0.75em;
	font-size: 0.9em;
}
.u-screen-reader {
	position:absolute;
	white-space:nowrap;
	width:1px;
	height:1px;
	overflow:hidden;
	border:0;
	padding:0;
	clip:rect(0 0 0 0);
	-webkit-clip-path:inset(50%);
	clip-path:inset(50%);
	margin:-1px
}

/*------------------------------------
汎用
------------------------------------*/
.pc_hide {
	display: none !important;
}

section>.inner>h2{
	color: #26466d;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
}

.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

p.sub_ttl{
	text-align: center;
	font-size: 24px;
	color: #26466d;
	font-weight: bold;
	margin-bottom: 0;
}

p.emphasis-text{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 180px;
}

/*------------------------------------
ビジュアル
------------------------------------*/
#visual{
	background-image: url(/g/trade_style/img/visual/bg.jpg);
	background-repeat: repeat-x;
	background-size: contain;
}
#visual h1{
	max-width: 980px;
	margin: auto;
}

/*------------------------------------
リード
------------------------------------*/
section#lead{
	background-image: url(/g/trade_style/img/lead/lead_bg.jpg);
	background-size: contain;
	text-align: center;
	background-repeat: no-repeat;
}
section#lead .lead-boxes_pc{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
section#lead .lead-boxes_pc a{
	display: flex;
	width: 31%;
	border-radius: 15px;
	box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.1);
}
section#lead .lead-boxes_pc a:hover{
	transition: all 0.3s 0s ease;
	opacity: 0.7;
	box-shadow: none;
	margin: 8px 0 -8px;
}
section#lead .lead-text{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 140px;
}
section#lead .lead-boxes_pc .box{
	position: relative;
	width: 100%;
}
section#lead .lead-boxes_pc span.style_number{
	position: absolute;
	top: -141px;
	left: 0;
}
section#lead .lead-boxes_pc .box.style_1,
section#lead .lead-boxes_pc .box.style_2,
section#lead .lead-boxes_pc .box.style_3{
	border-radius: 15px;
	border: 20px solid;
	border-top: 40px solid;
}
section#lead .lead-boxes_pc .box.style_1{
	border-color: #428bc2;
	background-color: #428bc2;
}
section#lead .lead-boxes_pc .box.style_2{
	border-color: #4cb476;
	background-color: #4cb476;
}
section#lead .lead-boxes_pc .box.style_3{
	border-color: #d7c024;
	background-color: #d7c024;
}
section#lead .lead-boxes_pc .box_bg{
	background: #fff;
	border-radius: 0 0 10px 10px;
	height: 100%;
}
section#lead .lead-boxes_pc .box.style_1::before,
section#lead .lead-boxes_pc .box.style_2::before,
section#lead .lead-boxes_pc .box.style_3::before{
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	right: 0;
	margin: auto;
}
section#lead .lead-boxes_pc .box.style_1::before{
	background-image: url(/g/trade_style/img/lead/person01.png);
	width: 140px;
	height: 141px;
	top: -141px;
}
section#lead .lead-boxes_pc .box.style_2::before{
	background-image: url(/g/trade_style/img/lead/person02.png);
	width: 125px;
	height: 139px;
	top: -139px;
}
section#lead .lead-boxes_pc .box.style_3::before{
	background-image: url(/g/trade_style/img/lead/person03.png);
	width: 140px;
	height: 141px;
	top: -141px;
}
section#lead .lead-boxes_pc .box.style_1::after,
section#lead .lead-boxes_pc .box.style_2::after,
section#lead .lead-boxes_pc .box.style_3::after{
	position: absolute;
	content: "";
	background: url(/g/trade_style/img/common/arrow_icon.png);
	width: 19px;
	height: 11px;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
section#lead .lead-boxes_pc .box_inr{
	padding: 20px 20px 35px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
section#lead .lead-boxes_pc .box_inr p{
	color: #26466d;
}

/*------------------------------------
トレードスタイル
------------------------------------*/
.style_section .trade_content,
.style_section .trade_features,
.style_section .trade_recommend,
.style_section .trade_tool{
	position: relative;
	background: #fff;
	border-radius: 20px;
	box-shadow: 8px 8px 12px 0px rgba(0, 0, 0, 0.1);
	padding: 50px;
	margin-bottom: 40px;
}
.style_section .trade_tool{
	margin-bottom: 60px;
}

.style_section h3.ttl{
	text-align: center;
	font-size: 34px;
	color: #26466d;
	font-weight: bold;
	margin: 0 0 40px;
}
.style_section h3.ttl::after {
	content: "";
	display: block;
	width: 100px;
	height: 7px;
	background: linear-gradient(to right,#ffae00, #ff7e00);
	margin: 10px auto 0;
}

.style_section h4{
	font-size: 24px;
	font-weight: bold;
	color: #0e52a5;
}

.style_section p span.marker{
	background: linear-gradient(transparent 0%, #fff000 0%);
	font-weight: bold;
}

.style_section .suitability h3{
	text-align: center;
	font-size: 34px;
	color: #26466d;
	font-weight: bold;
	margin: 30px 0 15px;
}
.style_section .suitability span.h3_inr{
	position: relative;
	line-height: 1.0;
	padding: 0px 30px;
}
.style_section .suitability span.h3_inr::before,
.style_section .suitability span.h3_inr::after{
	content: "";
	display: inline-block;
	height: 45px;
	background-color: #26466d;
	width: 3px;
	position: absolute;
	bottom: -10px;
}
.style_section .suitability span.h3_inr::before{
	left: 0;
	transform: rotate(-35deg);
}
.style_section .suitability span.h3_inr::after{
	right: 0;
	transform: rotate(35deg);
}

.suitability-boxes{
	margin: 40px auto 0;
}
.suitability-boxes .box{
	position: relative;
	border-radius: 15px;
	padding: 35px 25px 25px;
	text-align: center;
	font-weight: bold;
	display: flex;
	width: 31%;
	align-items: center;
	justify-content: center;
}
.suitability-boxes .box::before{
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 48px;
	height: 48px;
	top: -100%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.style_section .features-boxes{
	display: flex;
	justify-content: space-between;
	margin: 50px auto 0;
}
.style_section .features-boxes .box-merit,
.style_section .features-boxes .box-demerit{
	width: 48%;
	border-radius: 15px;
	padding: 30px 20px 20px;
}
.style_section .features-boxes .box-merit{
	border: #5d96b7 solid 3px;
}
.style_section .features-boxes .box-demerit{
	border: #cd7979 solid 3px;
}
.style_section .features-boxes p.merit_ttl,
.style_section .features-boxes p.demerit_ttl{
	margin: -55px auto 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	max-width: 60%;
	padding: 3px 0;
	border-radius: 30px;
	border: #fff 3px solid;
	box-sizing: border-box;
}
.style_section .features-boxes p.merit_ttl{
	background: linear-gradient(to right,#5d96b7, #4f86a6);
}
.style_section .features-boxes p.demerit_ttl{
	background: linear-gradient(to right,#cd7979, #c26565);
}
.style_section .features-boxes p.merit_txt,
.style_section .features-boxes p.demerit_txt{
	font-size: 16px;
	font-feature-settings: "palt";
}

.style_section .recommend_boxes .box,
.style_section .tool_boxes_pc .box{
	width: 48%;
}

.style_section .tool_boxes_pc .box h4{
	margin: 20px auto 5px;
	text-align: center;
	line-height: 1.3;
}

/*短期型「デイトレード」-----------------*/
section#sec_tradestyle_1{
	background: #d9e8f3;
}
section#sec_tradestyle_1 h2 .ttl_color{
	color: #428bc2;
}
section#sec_tradestyle_1 .suitability-boxes .box{
	border: 3px #428bc2 solid;
}
section#sec_tradestyle_1 .suitability-boxes .box::before{
	background-image: url('/g/trade_style/img/common/check_icon01.png');
}
section#sec_tradestyle_1 .trade_content::before{
	position: absolute;
	content: '';
	background-image: url(/g/trade_style/img/common/person01.png);
	width: 172px;
	height: 140px;
	left: 5px;
	top: -140px;
}

/*中期型「スイングトレード」-----------------*/
section#sec_tradestyle_2{
	background: #dbf0e4;
}
section#sec_tradestyle_2 h2 .ttl_color{
	color: #4cb476;
}
section#sec_tradestyle_2 .suitability-boxes .box{
	border: 3px #4cb476 solid;
}
section#sec_tradestyle_2 .suitability-boxes .box::before{
	background-image: url('/g/trade_style/img/common/check_icon02.png');
}
section#sec_tradestyle_2 .trade_content::before{
	position: absolute;
	content: '';
	background-image: url(/g/trade_style/img/common/person02.png);
	width: 172px;
	height: 140px;
	left: 5px;
	top: -140px;
}

/*長期型「ポジショントレード」-----------------*/
section#sec_tradestyle_3{
	background: #f7f2d3;
}
section#sec_tradestyle_3 h2{
	margin-left: 40px;
}
section#sec_tradestyle_3 h2 .ttl_color{
	color: #d7c024;
}
section#sec_tradestyle_3 .suitability-boxes .box{
	border: 3px #d7c024 solid;
}
section#sec_tradestyle_3 .suitability-boxes .box::before{
	background-image: url('/g/trade_style/img/common/check_icon03.png');
}
section#sec_tradestyle_3 .trade_content::before{
	position: absolute;
	content: '';
	background-image: url(/g/trade_style/img/common/person03.png);
	width: 172px;
	height: 140px;
	left: 5px;
	top: -140px;
}

/*------------------------------------
FX取引を体験
------------------------------------*/
section#sec_tools h2 span{
	font-size: 50px;
	letter-spacing: 6px;
}
section#sec_tools p.emphasis-text{
	margin-bottom: 15px;
}
section#sec_tools p.txt{
	text-align: center;
	margin-bottom: 60px;
}
section#sec_tools .flex{
	margin-bottom: 100px;
}
section#sec_tools .box{
	width: 49%;
}
section#sec_tools .box dl{
	text-align: center;
}
section#sec_tools .box dt{
	margin-bottom: 30px;
}
section#sec_tools .box dd span{
	font-size: 24px;
	font-weight: bold;
	color: #0e52a5;
}
section#sec_tools .box dd:nth-child(2){
	margin-bottom: 20px;
}






/*----タブレット----*/
@media screen and (max-width:1080px){

#container>section>.inner{
	width: 100%;
	padding: 70px 15px 70px;
	line-height: 1.7;
	letter-spacing: 0.8px;
}
#container {
	padding-top: 0;
}
body {
	font-size: 15px;
}
/*-----ビジュアル-----*/
#visual h1{
	max-width: 1080px;
	margin: auto;
}
/*-----レイアウト-----*/
header {
	position: relative;
	z-index: 10;
}
header .inner {
	padding: 10px 15px;
}
header .logo {
	width: 40%;
}
header .account_btn_wrap {
	height: 35px;
	width: 50%;
	max-width: 260px;
}
header .account_btn_wrap a.btn {
	padding: 5px 0;
	font-size: 16px;
}
header .account_btn_wrap a.btn:hover{
	box-shadow: 0px 5px 0px 0px #c3b300;
	margin: auto;
}
.pc_hide{
	display: block!important;
}
.main-btn-action p.ttl{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.main-btn-action p.ttl span::before,
.main-btn-action p.ttl span::after{
	height: 70%;
	top: 15%;
}
.main-btn-action p.ttl span::before{
	left: -7%;
}
.main-btn-action p.ttl span::after{
	right: -5%;
}
.main-btn-action a.btn {
	padding: 20px 0;
	font-size: 22px;
	letter-spacing: 3px;
	box-shadow: 0px 6px 0px 0px #c86400;
	border-radius: 10px;
}
.main-btn-action a.btn::after {
	position: absolute;
	content: "";
	display: block;
	background: url("/g/trade_style/img/common/cv_arrow_wh.png") right center no-repeat;
	background-size: 100%;
	width: 13px;
	height: 13px;
	right: 5%;
	top: 50%;
	transform: translate(0, -50%);
}
.main-btn-action a.btn:hover {
	box-shadow: 0px 6px 0px 0px #c86400;
	margin: 0 auto;
}
#footerWrap #attention {
	font-size: 12px;
	line-height: 1.4;
	width: 100%;
}
#footerWrap #attention2 {
	width: 100%;
}

/*-----汎用-----*/
.sp_hide {
	display: none !important;
}
section>.inner>h2{
	font-size: 26px;
	margin-bottom: 30px;
}
.flex{
	display: block;
}
p.sub_ttl{
	font-size: 18px;
}
p.emphasis-text{
	font-size: 18px;
	margin-bottom: 40px;
}

/*-----リード-----*/
section#lead{
	background-size: cover;
}
section#lead .inner{
	padding: 40px 15px 70px!important;
}
section#lead .lead-boxes_sp{
	max-width: 705px;
	margin: 0 auto;
}
section#lead .lead-boxes_sp a{
	display: block;
}
section#lead .lead-boxes_sp .box:nth-child(-n+2){
	margin-bottom: 20px;
}

/*-----トレードスタイル-----*/
section#sec_tools .inner{
	padding: 40px 15px 70px!important;
}
.style_section .trade_content,
.style_section .trade_features,
.style_section .trade_recommend,
.style_section .trade_tool{
	box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
	margin-bottom: 20px;
}
.style_section .trade_tool{
	margin-bottom: 40px;
}

section#sec_tradestyle_3 h2{
	margin-left: auto;
}

.style_section h3.ttl{
	font-size: 22px;
	margin: 0 0 30px;
}
.style_section h3.ttl::after {
	content: "";
	display: block;
	width: 60px;
	height: 6px;
	background: linear-gradient(to right,#ffae00, #ff7e00);
	margin: 10px auto 0;
}

.style_section h4{
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
}

.style_section p span.marker{
	background: linear-gradient(transparent 0%, #fff000 0%);
	font-weight: bold;
}

.style_section .suitability h3{
	font-size: 22px;
	margin: 30px 0 0;
	padding: 0 15px;
}
.style_section .suitability span.h3_inr{
	display: block;
	line-height: 1.4;
}
.style_section .suitability span.h3_inr::before,
.style_section .suitability span.h3_inr::after{
	height: 55px;
	width: 2px;
	bottom: 0;
}

.suitability-boxes{
	margin: 20px auto 0;
}
.suitability-boxes .box{
	width: 100%;
	padding: 25px 20px 20px;
}
.suitability-boxes .box:nth-child(-n+2){
	margin-bottom: 15px;
}
.suitability-boxes .box::before{
	width: 40px;
	height: 40px;
	top: 0;
	bottom: 0;
	left: -100%;
	margin: auto;
}

.style_section .features-boxes{
	display: block;
}
.style_section .features-boxes .box-merit,
.style_section .features-boxes .box-demerit{
	width: 100%;
	padding: 30px 20px 20px;
}
.style_section .features-boxes .box-merit{
	margin-bottom: 30px;
}
.style_section .features-boxes p.merit_ttl,
.style_section .features-boxes p.demerit_ttl{
	margin: -52px auto 15px;
	padding: 5px 20px;
	width: 30%;
	border: #fff 3px solid;
	font-size: 16px;
}
.style_section .features-boxes p.merit_txt,
.style_section .features-boxes p.demerit_txt{
	font-size: 14px;
}

.style_section .recommend_boxes .box{
	width: 100%;
}
.style_section .recommend_boxes .box:first-child{
	margin-bottom: 20px;
}

/*-----FX取引を体験-----*/
.style_section .tool_sp img{
	margin-bottom: 20px;
}

section#sec_tools h2 span{
	font-size: 27px;
}
section#sec_tools p.txt{
	margin-bottom: 40px;
}
section#sec_tools .flex{
	display: flex;
	margin-bottom: 40px;
}
section#sec_tools .box{
	width: 100%;
}
section#sec_tools .box.odr0{
	order: 0;
	margin-bottom: 60px;
}
section#sec_tools .box.odr1{
	order: 1;
	margin-bottom: 15px;
}
section#sec_tools .box dd span{
	font-size: 18px;
}
section#sec_tools .box dt{
	margin-bottom: 20px;
}
section#sec_tools .box dd:nth-child(2){
	margin-bottom: 15px;
}
}

/*------------------------------------
スマホ
------------------------------------*/
@media screen and (max-width:767px){

#visual{
	background-image: none;
}

section#sec_tradestyle_1 .trade_content::before,
section#sec_tradestyle_2 .trade_content::before,
section#sec_tradestyle_3 .trade_content::before{
	display: none;
}

section#sec_tradestyle_1 .inner{
	position: relative;
}

section#sec_tradestyle_1 .inner::before,
section#sec_tradestyle_2 .inner::before,
section#sec_tradestyle_3 .inner::before{
	content: "";
	display: block;
	position: absolute;
	width: 130px;
	height: 105px;
	background-size: contain;
	background-repeat: no-repeat;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
}
section#sec_tradestyle_1 .inner::before{
	background-image: url('/g/trade_style/img/common/person01.png');
}
section#sec_tradestyle_2 .inner::before{
	background-image: url('/g/trade_style/img/common/person02.png');
}
section#sec_tradestyle_3 .inner::before{
	background-image: url('/g/trade_style/img/common/person03.png');
}

.style_section .features-boxes p.merit_ttl,
.style_section .features-boxes p.demerit_ttl{
	padding: 3px 0;
	width: 60%;
}
.style_section .features-boxes p.merit_txt,
.style_section .features-boxes p.demerit_txt{
	line-height: 1.6;
}
}