@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@font-face {
font-family: "Oswald";
  src: url("/reason/font/Oswald-Regular.ttf");
}


html,body{
	font-size: 62.5%;
	height: 100%;
	width: 100%;
}
body > #container_reason {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#container_reason {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",sans-serif;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.7;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#sub_menu {
	display: none;
}
header.spHeader {
	overflow: hidden;
	margin-bottom: 0;
}
/******************************
common
*****************************/
.sp_small {display: none;}
@media screen and (max-width:320px) {.sp_small {display: inherit;}}
.sp { display: inherit;}
.pc { display: none;}
h1 {
	background: none;
}
#container_reason h2 {
	border-bottom: none;
	color: #008ec8;
	font-size: 3.0rem !important;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 50px;
	position: relative;
	text-align: center;
}
#container_reason h2:before,
#container_reason h2:after {
	border: 2px solid #008ec8;
	content: "";
	display: block;
	height: calc(100% + 20px);
	position:absolute;
	width: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#container_reason .expert h2 {
	color: #0064ad;
}
#container_reason .expert h2:before,
#container_reason .expert h2:after{
	border-color: #0064ad;
}
#container_reason h2:before {
	border-right: transparent;
    left: 10px;
}
#container_reason h2:after {
	border-left: transparent;
    right: 10px;
}

#container_reason h3 {
	color: #102955;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 50px;
	text-align: center;
}
a {
	color: #116fbb;
}
.inner {
	box-sizing: border-box;
	padding: 100px 10px 0;
	width: 100%;
}
.sub_contents {
	margin-bottom: 75px;
}
.recommend {
	border-radius: 10px;
	box-shadow: 0 2px 10px #b8b8b8;
	border-top: 5px solid #008ec8;
	box-sizing: border-box;
	margin: 20px 0 40px;
	padding: 20px
}
.expert .recommend {
	border-top-color: #0064ad;
}
.recommend a,
#reason_app .info_demo a {
	background: #fff;
	border: 1px solid #102955;
	border-radius: 5px;
	color: #102955;
	font-size: 1.2rem;
	font-weight: bold;
	display: block;
	line-height: 30px;
	height: 30px;
	margin: 20px auto ;
	text-align: center;
	width: 80%;
	max-width: 240px;
}

ul.link_list li {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px #bfe1ef;
	margin-bottom: 20px;
	position: relative;
}
ul.link_list li::before{
	position: absolute;
    top: -4px;
    bottom: 0;
    right: 4%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #008ec8;
    border-right: 2px solid #008ec8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.link_list li a {
	display: table;
	color: #343434;
	font-size: 1.8rem;
	font-weight: bold;
	height: 100%;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}
ul.link_list li a div {
	display: table-cell;
	vertical-align: middle;
}
ul.link_list li a div span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}
@media screen and (max-width:320px) {
	ul.link_list li a div span {
		letter-spacing: -.05rem;
	}
}
ul.link_list li a div.icon_area {
	width: 30%;
	max-width: 90px;
}
ul.link_list li a div.text_area {
	padding-left: 10px;
}

.cation {
	font-size: 1.0rem;
	line-height: 1.5;
}
.cation p {
	margin-bottom: 10px;
	text-indent: -2rem;
    padding-left: 20px;
}
.cation a {
	color: #116fbb;
	display: inline-block;
	text-decoration: underline;
	padding-left: 20px;
}
.img_mgn {
	display: block;
	margin: 50px auto;
}
.icon_app {
	display: block;
	width: 211px;
	margin: 0 auto;
}
.app_link {
	display: flex;
	justify-content: space-between;
	max-width: 330px;
	margin: 30px auto;
}
.app_link li {
	padding: 0 5px;
}


/*** tab ***/
.tab_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.tab_label {
	color: #102955;
	background: #fff;
	border: 1px solid #102955;
	border-bottom: transparent;
	font-weight: bold;
	text-align: center;
	order: -1;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	flex: 1;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
	margin: 0 6px 0 10px;
}
.tab_label:last-of-type {
	margin-left: 0;
	margin-right: 10px;
}
.tab_label.beginner {
	color: #008ec8;
	border: 1px solid #008ec8;
}
.tab_content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.tab_switch:checked+.tab_label {
	background: #008ec8;
	border: 1px solid #008ec8;
	border-bottom: transparent;
	color: #fff;
}
.tab_switch:checked+.tab_label.expert {
	background: #102955;
	border: 1px solid #102955;
}
.tab_switch:checked+.tab_label+.tab_content {
	border-top: 2px solid #008ec8;
	height: auto;
	opacity: 1;
	transition: .5s opacity;
	position: relative;
}
.tab_switch:checked+.tab_label+.tab_content.expert {
	border-top-color: #102955;
	margin-top: -1px;
}
/* ラジオボタン非表示 */
.tab_switch {
	display: none;
}

a.account_flow {
	background: #102955;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
	padding: 0 24px 0 10px;
	position: relative;
	width: 100%;
	max-width: 330px;
	box-sizing: border-box;
}
a.account_flow::before{
	position: absolute;
    top: -4px;
    bottom: 0;
    right: 4%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.beginner a.account_flow {
	box-shadow: 0 10px 10px #bfe1ef;
}
.expert a.account_flow {
	box-shadow: 0 10px 10px #c5ccde;
}
/*** menu ***/
#container_reason .menu .inner {
	padding-top: 0;
}
#container_reason .menu h2 {
	border:none;
	color: #343434;
	font-size: 2.0rem !important;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
#container_reason .menu h2:before,
#container_reason .menu h2:after {
	border: none;
}
#container_reason .menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 ;
}
#container_reason .menu ul li {
	background: #fff;
	box-shadow: 0 10px 10px #bfe1ef;
	border-radius: 5px;
	height: 225px;
	margin-bottom: 10px;
	position: relative;
	width: 48%;

	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:320px) {
	#container_reason .menu ul li {
		font-size: 1.4rem;
	}	
}
#container_reason .menu ul li:after {
	content: "";
	background: url(/reason/img/icon_scroll.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 21px;
	height: 21px;
	right: 0;
    left: 0;
    margin: auto;
    bottom: 10px;

}
#container_reason .menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #343434;
	padding: 25px 0;
    box-sizing: border-box;
}
#container_reason .menu ul li img {
	width: 80%;
	max-width: 110px;
	margin: 0 auto 15px;
	display: block;
}

a.more_contents {
	background: #fff;
	border: 1px solid #102955;
	border-radius: 5px;
	box-shadow: 0 2px 0 #102955;
	color: #102955;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
	padding: 0 24px 0 10px;
	position: relative;
	width: 100%;
	max-width: 330px;
	box-sizing: border-box;
}
a.more_contents::before{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #102955;
    border-right: 2px solid #102955;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#container_reason #footerWrap{
	width: 100%;
    background: #f2f4f6;
	line-height: 1.2;
}
#container_reason #footerWrap #attention2 {
	padding-bottom: 10px;
}
#container_reason #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: 100%;
	max-width: 980px;
	font-size: 1.2rem !important;
	box-sizing: border-box;
}
#container_reason #footerWrap #attention dt {
	font-weight: bold !important;
	margin-bottom: 5px;
	font-size: 1.2rem;
}
#container_reason #footerWrap #attention dd {
	margin-bottom: 10px;
	margin-left:0;
	font-size: 1.2rem;
}

#container_reason #footerWrap #attention a.textlink1{font-size:1.0em;}

#container_reason #footerWrap #attention2 {
	width: 100%;
	max-width: 980px;
    margin: 10px auto;
    background: #f2f4f6;
	padding-top: 0;
	box-sizing: border-box;
}

#container_reason #footerWrap #footer {
    width: 100%;
    min-width: inherit;
    background: none;
    padding: 10px 0;
    text-align: center;
    background-color: #ffffff;
}
#container_reason #pagetop {
    width: 100%;
    bottom: 20px;
    position: fixed;
    right: -10px;
    left: auto;
}
#container_reason #pagetop .inner{
	width: 100%;
	height: 61px;
	margin: auto;
	padding-top: 0;
	position: relative;
	
}

#container_reason #pagetop .inner a:link,
#container_reason #pagetop .inner a:visited{
	display: block;
	background-image: url(/renew/img/spread/pagetop.png);
	background-repeat: no-repeat;
	width: 59px;
	height: 61px;
	text-indent: -9999px;
	position: absolute;
	right: 10px;
	
}


/*************************
  MV
*************************/
#main_visual {
	margin-bottom: 20px;
}
#main_visual .inner {
	padding-top: 0;
}

/*************************
  account_step
*************************/
#account_step {
	background: #102955;
	overflow: hidden;
	padding-bottom: 80px;
}
#container_reason #account_step h2 {
	color: #fff;
}
#container_reason #account_step h2::before,
#container_reason #account_step h2::after {
	display:none;
}

.step_info {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 50px;
	padding: 30px 0 20px;
	position: relative;
}
.step_info::after,
.examination::after {
	display: block;
	position: absolute;
    bottom: -30px;
	right: 0;
	left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.step_info:last-of-type:after {
	display: none;
}
.icon_step {
	background: #008ec8;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 1.2rem;
	padding-top: 14px;
	position: absolute;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 1.2;
	top: -30px;
	left: 10px;
	box-sizing: border-box;
}
.icon_step em {
	font-size: 2rem;
}
.step_info .read {
	color: #102955;
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.step_info .text {
	padding: 10px;
	line-height: 1.6;
}
.examination {
	background: #50607b;
	color: #fff;
	font-size: 2.5rem;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 50px;
	position: relative;
}

/*************************
  open_account
*************************/
.open_account {
	overflow: hidden;
	padding: 50px 0;
}
.open_account .inner {
	padding-top: 0;
}
.open_account .btn_account {
	background: #f74f0a;
	border-radius: 5px;
	box-shadow: 0px 5px 0 #b83803;
	color: #fff;
	font-weight: bold;
	font-size: 3.0rem;
	padding: 10px 0;
	width: 100%;
	margin: 0 auto 30px;
	display: block;
	text-align: center;
}
.campagin_info img {
	display: block;
	width: 100%;
	max-width: 315px;
	margin: 0 auto;
}
.campagin_info span {
	display: block;
	text-align: center;
	margin: 10px 0;
}
/*************************
  beginner
*************************/

/*** menu ***/
.beginner .menu {
	background: #e5f3f9;
	padding: 25px 0 50px;
}

/*** reason_cost ***/
.cost_free ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.cost_free ul li {
	background: #e5f3f9;
	border-radius: 5px;
	color: #102955;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 20px 0;
	text-align: center;
	width: 48%;
}
.cost_free ul li span {
	display: block;
	color: #008ec8;
	font-size: 3.0rem;
	line-height: 1.2;
}
@media screen and (max-width:320px) {
	.cost_free ul li {
		letter-spacing: -0.1rem;
	}
}
.cost_free ul li sup {
	font-size: 1rem;
}

.recommend .service_logo {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.recommend .service_logo img {
	margin: 25px auto;
    height: 55px;
    display: block;
}
.recommend .point_list {
	font-size: 1.3rem;
	font-weight: bold;
}
.recommend .point_list li {
	margin-bottom: 5px;
}
@media screen and (max-width:320px){
	.recommend .point_list li {
		letter-spacing: -0.1rem;
		font-size: 1.25rem;
	}
}
.recommend .point_list li:before {
	content: "";
	background: url(/reason/img/beginner/icon_list.png) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}

/*** reason_study ***/
#reason_study {
	background-color: #e5f3f9;
	overflow: hidden;
}
#reason_study ul {
	margin: 20px 0 100px;
}

/*** reason_support ***/
#reason_support {
	background: url(/reason/img/beginner/bg_support.png), #008ec8;
	background-repeat: no-repeat,repeat;
	background-size: cover, 100%;
	background-position: center;
	overflow: hidden;
}
#container_reason #reason_support h2,
#container_reason #reason_support h3,
#reason_support p {
	color: #fff;
}
#container_reason #reason_support h2:before,
#container_reason #reason_support h2:after {
	border-color: #fff;
}
#reason_support .inner .tel,
#reason_support .inner .hdi {
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 20px 0;
	padding: 30px 20px;
	width: 100%;
}
#reason_support p.tel_num {
	color: #343434;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#reason_support p.tel_num img {
	display: block;
	margin: 40px auto 25px;
	width: 297px;
}
#reason_support .tel_time {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
#reason_support .cation p {
	color: #343434;
}
#reason_support .hdi p {
	color: #343434;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
@media screen and (max-width:320px) {
	#reason_support .hdi p {
		font-size: 1.6rem;
		letter-spacing: -.1rem;
	}
}
#reason_support .hdi p em {
	font-size: 2.3rem;
	font-weight: bold;
}
#reason_support .hdi span {
	display: block;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: center;
}
#reason_support .hdi img{
	display: block;
	max-width: 247px;
	margin: 25px auto 10px;
}
#reason_support ul.link_list {
	margin-bottom: 50px;
}
#reason_support ul.link_list li{
	box-shadow: 0 10px 10px #007baf;
}
#reason_support ul.link_list li a div.text_area {
	padding-left: 0;
}
#reason_support ul.link_list li a div.icon_area {
    width: 35%;
}
#reason_support ul.link_list li a div.icon_area img {
	margin: 0 auto;
    max-width: 90px;
    display: block;
}
@media screen and (max-width:320px) {
	#reason_support ul.link_list li a div.icon_area img {
		padding-right: 10px;
	}
}

/*** reason_app ***/
@media screen and (max-width:320px) {
	#container_reason #reason_app h2 {
		font-size: 2.8rem !important;
		letter-spacing: -.1rem;
	}
}
#reason_app .info_demo {
	border: 2px solid #008ec8;
	background: #e5f3f9;
	margin-bottom: 100px;
	padding: 30px 10px 20px;
	text-align: center;
}
#reason_app .info_demo .read {
	color: #102955;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: -.1rem;
	line-height: 1.4;
	margin-bottom: 20px;
}
#reason_app .info_demo img {
	max-width: 270px;
	margin-bottom: 30px;
}

/*************************
  expert
*************************/

/*** menu ***/
.expert .menu {
	background: #e7e9ee;
	padding: 25px 0 50px;
}
#container_reason .expert .menu ul li {
	box-shadow: 0 10px 10px #c5ccde;
}

/*** reason_spread ***/
.info_spread .time_spread {
	display: block;
	text-align: center;
	font-size: 1.2rem;
}
.info_spread .campaign_title {
	background: #e5f3f9;
	color: #116fbb;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
}
.pair img{
	height: 24px;
	vertical-align: middle;
	margin-right: 5px;
}
.two_column .pair img {
	height: 14px;
}
.info_spread dl.one_column {
	display: flex;
	flex-wrap: wrap;
}
.info_spread dl dt,
.info_spread dl dd {
	display: block;
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.info_spread dl dd {
	color: #0064ad;
	font-family: "Oswald","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",sans-serif;
	line-height: 1;
}
.info_spread dl.one_column dt {
	font-size: 2.4rem;
}
.info_spread dl.one_column dd {
	font-size: 5.0rem;
	margin-bottom: 50px;
}
.info_spread dl.one_column dd span {
	font-size: 12.0rem;
}
.info_spread dl.two_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.info_spread dl.two_column div {
	width: 50%;
}
.info_spread dl.two_column dd {
	font-size: 4.4rem;
	margin-bottom: 20px;
}
.info_spread dl.two_column dd span {
	color: #343434;
	font-size: 2.0rem;
}
.info_spread dl.two_column dd span:after {
	content: "▶";
	font-size: 1.4rem;
}
.info_spread dl.two_column dd sub {
	vertical-align: baseline;
	font-size: 2.4rem;
}
.info_spread dl.two_column dd span sub{
	font-size: 1.6rem;
}
.info_spread a.more_contents {
	margin-bottom: 40px;
}

/*** reason_spread ***/
#reason_swap {
	background: #e7e9ee;
	overflow: hidden;
}
#reason_swap dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#reason_swap dl div {
	width: 50%;
	margin-top: 1rem;
}
#reason_swap dl > div:first-child{
	width: 100%;
}
#reason_swap dl dt {
	text-align: center;
}
#reason_swap dl .pair {
	display: block;
	margin-bottom: 10px;
}
#reason_swap dl .pair img {
	height: 20px;
}
#reason_swap dl dt {
	font-weight: bold;
}
#reason_swap dl dd {
	font-size: 3.0rem;
	font-weight: bold;
	color: #0064ad;
	text-align: center;
}
#reason_swap dl dd .price_swap {
	font-size: 7rem;
	font-family: "Oswald","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",sans-serif;
	line-height: 1;
}
#reason_swap dl dd .time,
#reason_swap dl dd .amount {
	font-size: 1.0rem;
	display: block;
	line-height: 1.8;
}
#reason_swap dl dd .time {
	color: #343434;
	margin-top: 10px;
}
@media screen and (max-width:320px) {
	#reason_swap dl dd .time {
		letter-spacing: -.1rem;
	}
}
#reason_swap dl dd .amount {
	color: #b00202;
}
#reason_swap .notice {
	border: 2px solid #ddd;
	background: #fff;
	font-size: 1.2rem;
	margin: 30px 0;
	padding: 15px;
}
#reason_swap .notice span {
	display: block;
	font-size: 1.6rem;
}
.img_banner img {
	display: block;
	width: 100%;
	max-width: 315px;
	margin: 0 auto;
}


/*** reason_camapgin ***/
#reason_campagin {
	background: url(/reason/img/expert/bg_campagin.png), #0064ad;
	background-size: cover, 100%;
	background-position: center;
	overflow: hidden;
	padding-bottom: 100px;
}

#container_reason #reason_campagin h2,
#reason_campagin p{
	color:#fff;
    font-weight: bold;
}
#container_reason #reason_campagin h2:before,
#container_reason #reason_campagin h2:after {
	border-color: #fff;
}
#reason_campagin ul {
	margin-bottom: 30px;
}
#reason_campagin ul li {
	margin-bottom: 20px;
	text-align: center;
}
#reason_campagin ul li img {
	max-width: 270px;
	width: 90%;
    max-width: 420px;
}
#reason_campagin h3{
    color: #fff;
}
#reason_campagin .more_contents + h3{
    margin-top: 90px;
}
#reason_campagin .pc_center{
    margin-bottom: 24px;
}

/*** reason_markets ***/
@media screen and (max-width:320px) {
	#container_reason #reason_markets h2 {
		letter-spacing: -.1rem;
    	font-size: 2.8rem !important;
	} 
}
.recommend .service_name {
	color: #0064ad;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.recommend dl dt img {
	max-width: 90%;
	max-height: 196px;
	margin: 0 auto 20px;
	display: block;
}
.recommend .read_text {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}