/* CSS Document */
@charset "UTF-8";

* {
	padding: 0;
	margin: 0;

}
/* 背景ピンク */
::selection
{
    background: #ef018d;
    color: #fff;
}

/* for Firefox */
::-moz-selection
{
    background: #ef018d;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5{
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
}

h2.j-heading {
	background: #3285f6;
	font-size: 2.5rem;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 18px 30px 18px 55px;
	background-image: url(/fx/jidou_baibai/images/haguruma.png);
	background-repeat: no-repeat;
	background-position: 2% 50%;
	background-size: 22px auto;
	position: relative;
	margin-top: 90px;
}
h2.j-heading:first-of-type {
	margin-top: 40px;
}
h2.j-heading span,
h3.j-heading span {
	padding-top: 120px;
	margin-top: -120px;
}

h3.j-heading {
	display: flex;
    background: #fff;
	font-size: 1.9rem;
	font-weight: 600;
	color: #030000;
	border-bottom: 1px solid #808080;
	padding: 13px 25px 13px 25px;
}
h4.j-heading {
	border: none;
	border-left: 5px solid #3285f6;
	padding: 8px 0 8px 16px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 32px 0 20px;
	line-height: 1.4;
}
.jidou_body {
	counter-reset: number 0;
}
.jidou_body .heading_num::before {
	counter-increment: number 1;
	content: counter(number) ". ";
	padding: 0 .5em 0 0;
}
@media screen and (max-width: 767px) {
	h2.j-heading span,
	h3.j-heading span {
		padding-top: 88px;
		margin-top: -88px;
	}
	h4.j-heading {
		padding: 3px 0 3px 8px;
		font-size: 1.1em;
	}
}

@media screen and (max-width: 640px) {
	h2.j-heading {
		background-position: 4% 50%;
		font-size: 1.8rem;
		line-height: 1.4;
		margin: 80px 0 40px;
		padding: 16px 8px 18px 45px;
		background-size: 18px auto;
	}
	h2.j-heading:first-of-type {
		margin-top: 40px
	}
	h3.j-heading {
		font-size: 1.6rem;
		line-height: 1.4;
		margin: 40px 0 24px;
		padding: 0 0 0.5em;
	}
}
@font-face {
	font-family: alphameric;
	src: local('Roboto');
 	unicode-range: U+0021-007A;
}
body {
	background: #FFF;
	font-family: alphameric, "Noto Sans JP", "Noto Sans Japanese", "Helvetica Neue",
		"Yu Gothic", YuGothic, Meiryo, sans-serif;
	color: #222;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}


ul {
	list-style: none;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

a.link-zindex {
	position: relative;
	z-index: 1;
}

p, ul, dl {;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.8;
}

p.right {
	text-align: right;
}

p.center {
	text-align: center;
}
p img{
	padding: 20px;
}
main .blue {
	border: none;
	text-decoration: underline;
}
.link_chain {
	display: flex;
	background: #f1f4f9;
	border-radius: 5px;
	margin: 0 1em;
}
.link_chain::before {
	content: url( 'data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="1.1em" height="1.1em" fill="currentColor" class="bi bi-link-45deg" viewBox="2 -3 16 16"><path d="M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.002 1.002 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z"/><path d="M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243L6.586 4.672z"/></svg>' );
}
.link_chain a {
	padding: 0 0 0 2px;
}
.b {
    font-weight:bold;
}
.pc_992 {
	display: none;
}

.pc_768 {
	display: none;
}
.spnavbody .breadcrumb_outer {
    background: #6e73a5;
}
.breadcrumb li a {
    font-size: 1.2rem;
    color: #fff;
}

@media ( min-width : 992px) {
	.sp_992 {
		display: none;
	}
	.pc_992 {
		display: block;
	}
}

@media ( min-width : 768px) {
	.sp_768 {
		display: none;
	}
	.pc_768 {
		display: block;
	}
}
@media ( max-width : 640px) {
	.jidou_contents .link_chain {
		padding: 10px 1em;
		margin: 0 0 26px;
	}
}
/*=====================
kv
=======================*/
.jidou_kv {
  margin-top: 5px;
  background-color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.kv_wrapper {
	color: #fff;
	padding: 30px 0;
	text-align: center;
}
.kv_wrapper h1 {
	font-size: 2rem;
	font-weight: 600;
	margin: 8px 0 ;
	color:#333;
	line-height: 1.4;
}
/*=====================
index
=======================*/

@media screen and (max-width: 640px) {
	.kv_wrapper h1 {
		font-size: 1.6rem;
		padding: 0 8px;
		text-align: left;
	}
	}

.jidou_datetime {
	max-width: 1140px;
	text-align: right;
	margin: 0 auto;
	padding: 0 10px;
}
@media screen and (max-width: 640px) {
	.jidou_datetime {
		font-size: 1.4rem;
	}
}
/* 導入 */
.jidou_introduction {
	padding: 20px 30px;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-weight: 500;
}
.jidou_readbox {
	border: 2px solid #4285f5;
	border-radius: 5px;
	padding: 16px;
	margin: 20px 0 0;
}
.jidou_readbox .readbox_title {
	font-weight: bold;
	font-size: 1.2em;
    line-height: 1;
}
.jidou_readbox ul {
	margin: 0;
	padding: 8px 0 0 18px;
}
.jidou_readbox ul li {
	margin-bottom: 5px;
	text-indent: -1em;
	font-weight: bold;
}
.jidou_readbox ul li:last-child {
	margin-bottom: 0;
}
.jidou_readbox ul li::before {
    content:  "";
    width:  7px;
    height:  7px;
    display:  inline-block;
    background-color: #4285f5;
    border-radius:  50%;
    position:  relative;
    top: -1px;
    margin-right: 10px;
}
/*=====================
jidou contents
=======================*/
.jidou_contents {
	padding: 0 30px;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	color: #030000;
}
.jidou_body p{
	padding: 20px;

}
@media screen and (max-width: 640px) {
	.jidou_contents {
		padding: 0 15px;
	}
	.jidou_contents p {
		font-size: 14px;
		padding: 0;
		margin: 0 0 26px;
		line-height: 1.7;
	}
	.jidou_contents ul li {
		font-size: 14px;
	}
	.jidou_introduction {
		padding: 20px 15px;
	}
	.jidou_introduction p {
		font-size: 14px;
		line-height: 2;
	}
	.jidou_body picture {
		display: block;
		margin: 0 0 26px;
	}
}

.jidou_text {
	line-height: 2;
	margin-bottom: 0px;
}

.jidou_text>li {
	line-height: 2;
}

/*==ここからbeginner_rate==*/
.blue_bg.beginner_rate {
	background-size: contain;
}

.blue_bg {
	background-color: #ebf2fb;
	padding: 30px 0 30px 0;
}

.white_bg {
	background-color: #fff;
	padding: 0 0 30px 0;
}
@media screen and (max-width: 640px) {
	.white_bg {
		padding: 10px 0 30px;
	}
}
/*=====================
装飾
=======================*/

/*==文字装飾==*/
.undr {
	background: linear-gradient(transparent 60%, #fff600 60%);
	font-weight: bold;
}
/*==ボックス（背景黄色）==*/
.att_box01 {
	background-color: #fff9e2;
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 20px;
	margin: 20px 0px;
}

.att_box03 ul {
	padding: 0;
	margin: 0;
}

@media screen and (min-width: 641px) {
	.att_box01 ul {
		padding: 0 20px;
	}
}

.att_box01 ul li {
	word-break: break-all;
	line-height: 1.6;
	margin-bottom: 8px;
	padding-left: 20px;
	position: relative;
}

.att_box01 ul li::before {
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	background-color: #ffa800;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 4px;
}

/*==ボックス（タイトル付き）==*/
.att_box02 {
	border: 4px solid #3285f6;
	padding: 5px 25px 25px 25px;
	margin: 20px 0px;
	border-radius: 8px;
	line-height: 1.8;
}

.att_box02 p {
	margin: 0;
	font-size: 1.6rem;
}

.att_box02 .box_tit {
	position: relative;
	color: #3285f6;
	top: -20px;
	font-size: 1.482em;
	line-height: 1.6;
	font-weight: bold;
	padding: 0 20px;
	display: inline-block;
	background: #fff;
}
/*==ボックス（黄色枠）==*/
.att_box03 {
	background-color: #fff;
	padding: 15px;
	border: 5px solid #ffa800;
	border-radius: 8px;
	margin: 20px 0px;
}

.att_box03 ul {
	padding: 0;
	margin: 0;
}

.att_box03 ul li {
	word-break: break-all;
	line-height: 1.6;
	margin-bottom: 8px;
	padding-left: 20px;
	position: relative;
}

.att_box03 ul li::before {
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	background-color: #ffa800;
	border-radius: 50%;
	position: relative;
	top: -1px;
	margin-right: 10px;
}

.article_ul {
	margin: 10px 15px 10px 15px;
	padding: 0 2em;
}

.article_ul li {
	word-break: break-all;
	line-height: 1.6;
	margin-bottom: 8px;
	padding-left: 25px;

	position: relative;
}

.article_ul li::before {
	content: "";
	position: absolute;
	left: 5px;
	margin-top: 8px;
	margin-right: 7px;
	width: 9px;
	height: 9px;
	vertical-align: top;
	border-radius: 5px;
	background-color: #ffa800;
}
.point_list {
	border: 2px solid #3285f6;
	border-radius: 5px;
	padding: 24px;
	margin: 0 20px;
}
.point_list dt {
	font-size: 1.2em;
	margin: 0 0 8px;
}
.point_list dd {
	margin: 0 0 8px;
    position: relative;
    padding: 0 0 0 1.5em;
}
.point_list dd:last-child {
	margin: 0;
}
.point_list dd::before {
    content: "";
    position: absolute;
    top: .3em;
    left: 0;
    width: 15px;
    height: 15px;
    background: #3285f6;
    border-radius: 50%;
}
.point_list dd::after {
    content: "";
    position: absolute;
    top: .4em;
    left: 4px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 6px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.img_app {
	padding: 0 20px;
}
.img_app figcaption {
	text-align: center;
	padding: 8px 0 0;
}
.jidou_body .step_img {
	display: flex;
	justify-content: space-between;
}
.jidou_body .step_img span {
	padding-right: 10px;
}
.jidou_body .step_img span:last-child {
	padding: 0;
}
.jidou_body .step_img img {
	max-height: 240px;
	width: 100%;
	height: auto;
	padding: 0;
}
@media screen and (max-width: 640px) {
	.jidou_readbox ul li {
		font-size: 14px;
	}
	.article_ul {
		margin: 0 0 24px 0;
		padding: 0 0 0 .5em;
	}
	.article_ul li {
		padding: 0 0 5px 17px;
		line-height: 1.7;
		margin-bottom: 0;
	}
	.article_ul li:last-child {
		padding: 0 0 0 17px;
	}
	.article_ul li::before {
		left: 0;
		width: 8px;
		height: 8px;
		margin-top: 6px;
	}
	.point_list {
		padding: 16px;
		font-size: 15px;
		margin: 0 0 24px;
	}
	.point_list dt {
		font-size: 1em;
	}
	.point_list dd {
		font-size: 14px;
		line-height: 1.7;
		margin: 0 0 3px
	}
	.jidou_body .step_img {
		padding: 0;
	}
}
.bold_ul {
	margin: 10px 15px 10px 15px;
}

.bold_ul li {
	word-break: break-all;
	line-height: 1.6;
	margin-bottom: 8px;
	padding-left: 30px;
		font-size: 1.5rem;
	font-weight: bold;
	position: relative;
}

.bold_ul li::before {
	content: " \03e";
	color: #ffa800;
	position: absolute;
	top: 0;
	left: 0;
}

/*自動売買ページテーブル
----------------------------------------------------------------- */
table th td {
	border: none;
}

/* 100%表示 */
.table_max{
	width:100%;
	margin: 0 auto;
}

/*自動売買ページテーブル2
----------------------------------------------------------------- */
.jidouhikaku_table th {
	text-align: center;
	color: #333;
}

.jidouhikaku_table thead th {
	background-color: #ecf2fb;
	font-size: 1em;
}

.jidouhikaku_table tbody th {
	background-color: #fff9e2;
	font-size: 1em;
}

.jidouhikaku_table td {
	text-align: center;
}

.table_mark {
	font-size: 1.8rem;
	font-weight: 800;
}

.table_left td {
	text-align: left;
	padding-left: 25px;
}


@media screen and (max-width: 640px) {
	.jidouhikaku_table {
width: 96%;
margin:0 auto;
}
	.jidouhikaku_table thead th {
		font-size: 77%;
	}
	.jidouhikaku_table tbody th {
		font-size: 77%;
	}
	.table_left td {
		text-align: left;
		padding: 5px;
	}
	.jidouhikaku_table tbody tr :nth-child(2) {
		width: 40%;
	}
	.jidouhikaku_table tbody tr :nth-child(3) {
		width: 40%;
	}
	.jidouhikaku_table td,
	.table_mark {
		font-size: 14px;
		line-height: 1.8;
	}
}


/* TOPへ戻る(一時的)
--------------------------------------------------*/
.return {
	display: none;
}

.retune {
	bottom: 0;
	position: fixed;
	right: 0;
	padding: 0;
	z-index: 20;
}

.retune p {
	text-align: right;
}

#page-top {
	max-width: 100%;
	height: auto;
	margin: 0;
}

.btn-top { /* 青いアイコン */
	display: inline-block;
	text-decoration: none;
	background: #87befd;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	opacity: 0.7;
	transition: .4s;
	right: 0;
	margin: 1em;
	bottom: 1vh;
    z-index: 99998;
}

.btn-top:hover {
	background: #668ad8;
	color: #fff;
}

.ptop {
	padding: 0;
}

.account_fixed {
	display: none!important;
	width: 100%;
	padding: 0;
	margin: 0;
	bottom: 0;
}
.account_fixed img {
	padding: 10px;
}

@media only screen and (min-width: 799px) {
	.retune {
		bottom: 40px;
		position: fixed;
		right: 30px;
		margin: 0;
	}
	.retune p {
		width: 100%;
		margin: 1em 0 0 0;
		padding: 0;
		display: block;
	}
	.btn-top {
		margin: 0;
	}
	.account_fixed {
		width: 100%;
		margin: 0 0 0 0;
	}
	.jidou_readbox {
		padding: 24px;
		margin: 20px 0 0;
	}
}

@media only screen and (min-width: 768px) {
	.btn-top {
		position: fixed;
		right: 30px;
		bottom: 40px;
	}
}

@media screen and (max-width: 840px) {
	.adjustment {
		padding: 65px;
	}
}
/********************end of 20161128***************************/
.settinglist {
	display: flex;
	padding: 20px;
	justify-content: space-between;
}
.settinglist p {
	padding: 0;
	margin-bottom: 10px;
	line-height: 1.5;
}
.settinglist li {
	width: 32%;
	list-style: none;
	margin-bottom: 26px;
}
.settinglist li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}
.settinglist li img {
	max-width: 360px;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	padding: 0;
}
.settinglist .flownumber {
	display: flex;
	color: #6E73A5;
	height: 65px;
}
.settinglist .flownumber .numberback {
	margin-right: 2rem;
	border-radius: 50%;
	background: #6E73A5;
	max-width: 30px;
	max-height: 30px;
	color: #fff;
	text-align: center;
	line-height: 2;
	width: 20%;
}
.settinglist .flownumber .numbercaption {
	width: 80%;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.settinglist {
		display: block;
		padding: 0 10px 20px;
	}
	.settinglist li {
		width: 100%;
	}
	.settinglist li img {
		max-width: 409px;
	}
	.settinglist .flownumber {
		height: auto;
	}
	.settinglist .flownumber .numberback {
		margin-right: 1rem;
	}
}
.frame_box {
	border: 2px solid #4285f5;
	border-radius: 5px;
	margin: 20px;
}
.frame_box h2 {
	background: none;
	margin: 25px;
	padding: 0;
	font-size: 1.3em;
	color: #4285f5;
	font-weight: bold;
}
.frame_box p {
	padding: 0;
	margin: 25px;
}
.frame_box .frame_box_head {
	text-align: center;
	padding: 0;
	margin: 25px 0;
}
.frame_box .frame_box_head img {
	max-width: 80%;
	padding: 0;
}
.frame_box_link {
	margin: 25px;
}
.frame_box_link a {
    display: block;
	position: relative;
	background-color: #4285f5;
	color: #fff;
	text-align: center;
	padding: 22px;
	font-size: 1.1em;
	border-radius: 5px;
}
.frame_box_link a::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 3%;
}
@media screen and (max-width: 767px) {
	.frame_box h2 {
		margin: 15px;
		font-size: 1.2em;
	}
	.frame_box p {
		margin: 15px;
	}
	.frame_box .frame_box_head {
		margin: 15px 0;
	}
	.frame_box .frame_box_head img {
		max-width: 90%;
	}
	.frame_box_link {
		margin: 15px;
	}
	.frame_box_link a {
		padding: 18px;
	}
}
@media screen and (max-width: 539px) {
	.frame_box {
		margin: 0 5px 26px;
	}
	.frame_box h2 {
		font-size: 4vw;
	}
	.frame_box_link a {
		font-size: 3.5vw;
		padding: 8px 10px;
	}
}
/* トラッキングトレードの始め方
--------------------------------------------------*/
.jidou_contents .start_flow {
	margin: 0 0 26px;
}
.jidou_contents .start_flow li {
	width: 100%;
	background: #eee;
	text-align: center;
	position: relative;
	font-weight: bold;
	font-size: 5vw;
	border-radius: 5px 5px 0 0;
	padding: 16px 0;
}
.jidou_contents .start_flow li::after {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 1px #030000;
	border-right: solid 1px #030000;
	transform: rotate(135deg);
	position: absolute;
	left: 50%;
	bottom: 10%;
}
.jidou_contents .start_flow li:last-child::after {
	content: none;
}
.jidou_contents .start_flow li.list_center {
	border-radius: 0;
}
.jidou_contents .start_flow li.current {
	color: #fff;
	background: #3285f6;
	border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 281px) {
	.jidou_contents .start_flow {
		display: flex;
		justify-content: space-between;
		padding: 0;
	}
	.jidou_contents .start_flow li {
		width: 18%;
		line-height: 50px;
		font-size: 3.3vw;
		padding: 0;
	}
	.jidou_contents .start_flow li:not(:first-child):not(:last-child) {
		padding: 0 0 0 10px;
	}
	.jidou_contents .start_flow li::before,
	.jidou_contents .start_flow li::after {
		content: "";
		width: 0;
		height: 0;
		display: block;
		position: absolute;
	}
	.jidou_contents .start_flow li::before {
		border: solid 32px transparent;
		border-right: solid 13px transparent;
		border-left: solid 13px #FFF;
		top: -7px;
		left: 0;
		z-index: 1;
	}
	.jidou_contents .start_flow li::after {
		border: solid 25px transparent;
		border-left: solid 10px #EDEDED;
		border-right: solid 10px transparent;
		top: 0;
		right: -20px;
		z-index: 2;
		transform: none;
		left: auto;
		margin: 0;
	}
	.jidou_contents .start_flow li:first-child::before,
	.jidou_contents .start_flow li:last-child::after {
	  content: none;
	}
	.jidou_contents .start_flow li.list_center {
		width: 52%;
	}
	.jidou_contents .start_flow li.current {
	  border-radius: 0 5px 5px 0;
	  width: 30%;
	}
	.jidou_contents .start_flow li.current::after {
	  border-left: solid 10px #FCC;
	}
}
@media screen and (min-width: 540px) {
	.jidou_contents .start_flow li {
		font-size: 2.5vw;
		width: 26%;
	}
	.jidou_contents .start_flow li.list_center {
		width: 42%;
	}
	.jidou_contents .start_flow li.current {
		width: 32%;
	}
}
@media (min-width: 641px) {
	.jidou_contents .start_flow {
		padding: 20px 0 0;
		margin: 0;
	}
	.jidou_contents .start_flow li {
		font-size: 2.4vw;
	}
}
@media (min-width: 768px) {
	.jidou_contents .start_flow li {
		font-size: 1.8vw;
	}
}
@media (min-width: 900px) {
	.jidou_contents .start_flow li {
		width: calc(100% / 3);
		font-size: 1.5vw;
	}
	.jidou_contents .start_flow li.list_center,
	.jidou_contents .start_flow li.current {
		width: calc(100% / 3);
	}
}
@media (min-width: 1000px) {
	.jidou_contents .start_flow li {
		font-size: 1em;
	}
}
/* こちらもオススメ
--------------------------------------------------*/
.jidou_recommend h2 {
	background: transparent;
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
}
.jidou_recommend .recommend_list {
	padding: 24px 0 0;
}
.jidou_recommend .recommend_list a {
	display: flex;
	justify-content: space-between;
	margin: 0 0 8px;
}
.jidou_recommend .recommend_list a:last-child {
	margin: 0;
}
.jidou_recommend .recommend_list p {
	width: 30%;
	padding: 0;
	margin: 0;
}
.jidou_recommend .recommend_list a img {
	max-width: 270px;
	width: 100%;
	height: auto;
	padding: 0;
}
.jidou_recommend .recommend_list h3 {
	width: 68%;
	background: transparent;
	color: #030000;
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 1.3;
}
@media (min-width : 768px) {
	.jidou_recommend .recommend_list {
		padding: 16px 0 24px;
		display: flex;
		justify-content: space-between;
	}
	.jidou_recommend .recommend_list a {
		width: 32%;
		display: block;
		margin: 0;
	}
	.jidou_recommend .recommend_list p {
		width: 100%;
		margin: 0 0 8px;
	}
	.jidou_recommend .recommend_list .recommend_onetouch img {
		width: 100%;
		height: 10.5vw;
		object-fit: cover;
	}
	.jidou_recommend .recommend_list h3 {
		width: 100%;
	}
}

@media (min-width : 1000px) {
	.jidou_recommend .recommend_list {
		padding: 16px 0 0;
	}
	.jidou_recommend .recommend_list .recommend_fxandroidapp img,
	.jidou_recommend .recommend_list .recommend_onetouch img {
		height: 10.5vw;
	}
}
@media (min-width : 1200px) {
	.jidou_recommend .recommend_list .recommend_fxandroidapp img {
		max-width: 270px;
		height: 130px;
		object-fit: scale-down;
	}
	.jidou_recommend .recommend_list .recommend_onetouch img {
		width: 270px;
		height: 130px;
	}
}
/* 口座開設ボタン
--------------------------------------------------*/
.jidou_body .jidoubaibai_ctabutton {
	text-align: center;
	display: block;
	max-width: 100%;
	margin: 32px auto 44px;
	background: #DA1B16;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	position: relative;
	box-shadow: 0 3px 7px 0 rgb(0 0 0 / 23%);
	transition: 0.2s;
	padding: 0;
}
.jidou_body .jidoubaibai_ctabutton::after {
	content: "";
	position: absolute;
	right: 5%;
	top: 50%;
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
}
.jidou_body .jidoubaibai_ctabutton:hover {
	transform: translateY(2px);
	box-shadow: 0 1px 7px 0 rgb(0 0 0 / 16%);
	opacity: .8;
}
.jidou_body .jidoubaibai_ctabutton a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	line-height: 1.5;
}
.jidou_body .jidoubaibai_ctabutton .ctabutton_txt {
	line-height: 1;
}
.jidou_body .jidoubaibai_ctabutton .ctabutton_microcopy {
	display: block;
	line-height: 1;
	padding: 2px 0 0;
}
@media ( min-width : 280px) {
	.jidou_body .jidoubaibai_ctabutton {
		max-width: 100%;
	}
	.jidou_body .jidoubaibai_ctabutton .ctabutton_txt {
	    font-size: 6.3vw;
	}
	.jidou_body .jidoubaibai_ctabutton .ctabutton_microcopy {
		font-size: .7em;
	}
}
@media ( min-width : 375px) {
	.jidou_body .jidoubaibai_ctabutton {
		max-width: 80%;
	}
	.jidou_body .jidoubaibai_ctabutton .ctabutton_txt {
		font-size: 5.5vw;
	}
	.jidou_body .jidoubaibai_ctabutton .ctabutton_microcopy {
		font-size: .83em;
	}
}
@media ( min-width : 501px) {
	.jidou_body .jidoubaibai_ctabutton .ctabutton_txt {
		font-size: 1.5em;
	}
	.jidou_body .jidoubaibai_ctabutton::after {
		width: 15px;
		height: 15px;
		border-top: 4px solid #fff;
		border-right: 4px solid #fff;
	}
}
@media ( min-width : 779px) {
	.jidou_body .jidoubaibai_ctabutton {
		max-width: 450px;
	}
}

.jidou_body .jidou_kv {
	width: 80%;
	margin: auto;
}

@media (max-width : 767px) {
	.jidou_body .jidou_kv {
		width: 100%;
		margin: auto;
	}
}

/* デモトレードボタン
--------------------------------------------------*/
.demo_apps_area {
	display: block;
	background: #D2E4FF;
	background: url(/demo_apps/images/demo_apps_bnrimg.png) center 25px/180px auto no-repeat #D2E4FF;
	border-radius: 4px;
	margin: 0 0 26px;
	padding: 171px 0 35px;
	text-align: center;
}
.demo_apps_area .area_left p {
	padding: 0;
	line-height: 1;
	margin: 0;
}
.demo_apps_area .area_left p span {
	font-weight: bold;
	font-size: 1.4em;
	display: block;
	line-height: 1.4;
}
.demo_apps_area .area_left ul {
	margin: 20px 0 0;
	display: inline-block;
	text-align: left;
}
.demo_apps_area .area_left ul li {
	position: relative;
	font-weight: bold;
	margin: 12px 0 0;
	padding: 0 0 0 22px;
	line-height: 1;
}
.demo_apps_area .area_left ul li:first-child {
	margin: 0;
}
.demo_apps_area .area_left ul li::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M14%2C1c0.6%2C0%2C1%2C0.4%2C1%2C1v12c0%2C0.6-0.4%2C1-1%2C1H2c-0.6%2C0-1-0.4-1-1V2c0-0.6%2C0.4-1%2C1-1H14z%20M2%2C0C0.9%2C0%2C0%2C0.9%2C0%2C2v12c0%2C1.1%2C0.9%2C2%2C2%2C2h12c1.1%2C0%2C2-0.9%2C2-2V2c0-1.1-0.9-2-2-2H2z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M14%2C1c0.6%2C0%2C1%2C0.4%2C1%2C1v12c0%2C0.6-0.4%2C1-1%2C1H2c-0.6%2C0-1-0.4-1-1V2c0-0.6%2C0.4-1%2C1-1H14z%22%2F%3E%3Cpath%20d%3D%22M11%2C5c0.3-0.3%2C0.8-0.3%2C1.1%2C0c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1l-4%2C5c-0.3%2C0.3-0.8%2C0.3-1.1%2C0c0%2C0%2C0%2C0%2C0%2C0L4.3%2C8.4C4%2C8.1%2C4%2C7.6%2C4.3%2C7.3S5%2C7%2C5.3%2C7.3c0%2C0%2C0%2C0%2C0%2C0l2.1%2C2.1L11%2C5C11%2C5%2C11%2C5%2C11%2C5L11%2C5z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
}
.demo_apps_area .area_left ul li span {
	color: #003F9D;
}
.demo_apps_area .area_right {
	text-align: center;
	width: 100%;
}
.demo_apps_area .area_right .demo_apps_registbtn {
	display: block;
	width: 200px;
	margin: 20px auto 8px;
	padding: 14px 0;
	font-size: 1em;
	text-align: center;
	line-height: 1;
	color: #fff;
	background: #FFA800;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
	transition: .2s;
}
.demo_apps_area .area_right .demo_apps_registbtn:hover {
    transform: translateY(2px);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    text-decoration: none;
    opacity: .8;
}
.demo_apps_area .area_right .demo_apps_login {
	text-decoration: underline;
}
@media (min-width: 641px) {
	.demo_apps_area {
		margin: 20px;
	}
}
@media (min-width: 1000px) {
	.demo_apps_area {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: url(/demo_apps/images/demo_apps_bnrimg.png) 27vw center/17vw auto no-repeat #D2E4FF;
		padding: 3vw;
		text-align: left;
	}
	.demo_apps_area .area_left p span {
		font-size: 1.9vw;
	}
	.demo_apps_area .area_left ul li {
	    font-size: 1.35vw;
	 }
	.demo_apps_area .area_right {
		width: 18vw;
	}
	.demo_apps_area .area_right .demo_apps_registbtn {
		width: 100%;
		margin: 0 auto 10px;
		padding: 16px 0;
	}
}
@media (min-width: 1215px) {
	.demo_apps_area {
		background: url(/demo_apps/images/demo_apps_bnrimg.png) 339px center/220px auto no-repeat #D2E4FF;
		padding: 40px;
	}
	.demo_apps_area .area_left p span {
		font-size: 1.4em;
	}
	.demo_apps_area .area_left ul li {
		font-size: 1em;
	}
	.demo_apps_area .area_right {
		width: 194px;
	}
	.demo_apps_area .area_right .demo_apps_registbtn {
		width: 100%;
	}
}

/* 関連ページ
--------------------------------------------------*/
.recommend {
	margin: 0;
	padding: 0 30px;
}

.recommend_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recommend_title {
	margin-top: 0;
}

.recommend_listitem {
  	width: 48%;
    margin-top: 20px;
    box-shadow: 2px 2px 6px #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}
.recommend_listitem a {
	display: block;
	height: 100%;
}
h3.recommend_listtitle {
    background: #fff;
    color: #212577;
	margin: 0 auto;
    padding: 12px;
    font-size: 1.4rem;
    font-weight: bold;
}
@media (min-width : 768px) {
	.recommend_listitem {
   	    width: 23%;
	}
}

@media (max-width : 768px) {
	.recommend {
		padding: 0 15px;
	}
}

/*　TOPカード一覧
--------------------------------------------------*/
.jidoubaibai_cardWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.jidoubaibai_cardWrapper article {
	margin-top: 30px;
	width: 45%;
}
.jidoubaibai_cardWrapper article a {
	display: block;
	height: 100%;
}
.jidoubaibai_card {
	border-radius: 20px;
	box-shadow: 2px 2px 10px #ccc;
	height: 100%;
	overflow: hidden;
}
.jidoubaibai_card h3 {
	background: none;
	color: #212577;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.8;
	padding: 0.7em 1em;
	margin: 0;
}
.jidoubaibai_card .jidoubaibai_cardDescription {
	font-size: 1.4rem;
	padding: 0.7em 1em 2em;
}
@media (max-width : 767px) {
	.jidoubaibai_cardWrapper {
		justify-content: space-between;
	}
	.jidoubaibai_cardWrapper article {
		width: 48%;
		margin-top: 16px;
	}
	.jidoubaibai_card h3 {
		font-size: 1.2rem;
		padding: 0.7em;
		line-height: 1.4;
	}
	.jidoubaibai_card {
		border-radius: 10px;
	}
	.jidoubaibai_card .jidoubaibai_cardDescription {
		font-size: 1.2rem;
		padding: 0 1em 1.4em;
		margin: 0;
		line-height: 1.4;
	}
}

/*--------------------------------------------------
 ローカルナビゲーション
 --------------------------------------------------*/
.jidoubaibai_bottomnav {
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	margin: 40px 16px 0;
}
.jidoubaibai_bottomnav a {
	display: block;
	font-weight: bold;
	width: 100%;
	padding: 16px 24px;
	position: relative;
}
.jidoubaibai_bottomnav a.first_nav::after,
.jidoubaibai_bottomnav a:nth-child(even)::after {
	position: absolute;
	content: "";
	right: 3px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.jidoubaibai_bottomnav a.last_nav::before,
.jidoubaibai_bottomnav a:nth-of-type(odd)::before {
	position: absolute;
	content: "";
	left: 3px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.jidoubaibai_bottomnav a.first_nav::before {
	content: none;
}
.jidoubaibai_bottomnav a:hover {
	background-color: #f6f6f6;
	color: #212577;
}
.jidoubaibai_bottomnav a:last-child {
	text-align: right;
	border-top: 1px #ccc solid;
}
.jidoubaibai_bottomnav a.first_nav,
.jidoubaibai_bottomnav a.last_nav {
	border-top: none;
}
.jidoubaibai_bottomnav a p {
	font-size: 14px;
}
.jidoubaibai_bottomnav a .prev_next {
	font-size: 1em;
	color: #333;
	margin: 0 0 8px;
}
.jidoubaibai_bottomnav a.first_nav {
	margin-left: auto;
}
.jidoubaibai_bottomnav a.last_nav {
	margin-right: auto;
	text-align: left;
}
.jidoubaibai_ds .jidoubaibai_bottombtn {
	margin: 24px 0 40px;
}
@media (min-width : 768px) {
	.jidoubaibai_bottomnav {
		display: flex;
		justify-content: space-between;
	}
	.jidoubaibai_bottomnav a {
		width: 50%;
		padding: 24px 32px;
	}
	.jidoubaibai_bottomnav a p {
		font-size: 1.6rem;
	}
	.jidoubaibai_bottomnav a:last-child {
		border-top: none;
	}
	.jidoubaibai_bottomnav a .prev_next {
		font-size: .8em;
	}
}

@media (max-width : 767px) {
	.relatedlink {
	    width: 100%;
	}
}

.relatedlink .linktxt .linkdescription {
    font-size: 12px;
    padding: 0;
    margin: 10px 0;
    line-height: 1.3;
}