@charset "UTF-8";
.l-local-header.active .l-local-header__logo {
    line-height: 80px;
}
h2{
	color: #244694;
	font-weight: bold;
	font-size: 40px;
	padding: 20px;
	margin: 50px 0 30px;
	line-height: 1.0em;
}
h2 small{
	color: #244694;
	font-size: 20px;
}
.icon{
	height: 50px;
	width: auto;
	margin: 10px 0;
}
h4{
	font-weight: bold;
	text-align: left;
	font-size: 20px;
	width: 90%;
    margin: 15px auto;
}
p{
	color: #000000;
	line-height: 1.2em;
}

header section{
	margin: 0;
}
section{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 100px;
}
.link-deco{
	color: blue;
}
.mv-area{
	width: 100%;
	margin: 80px auto 0;
	background-image: url("../common/img/vps/fx-auto-trading/bg-grid-gradation.png");
	background-size: cover;
	padding: 50px 0;
}
.mv{
    text-align: center;
	
}
.pc{
	display: flex;
	margin: 30px auto 30px;
	width: 1200px;
}
.sp{
	display: none;
}

.icon-sp{
	display: none;
}
.mv .pc img{
	max-width: 85%;
	margin: 0 auto;
}

.breadcrumbs {
    position: relative;
    top: 80px;
    display: flex;
    padding: 10px 0 10px 20px;
    background-color: #efefef;
    font-weight: bold;
    line-height: 1.1;
}
.btn{
	background-color: #fb9d18;
	padding: 20px 0;
	width: 500px;
	border-radius: 5px;
	margin: 20px auto;
    position: relative;	
}
.btn a{
	font-size: 25px;
	font-weight: bold;
	color: #254796;
	display: block;
	line-height: 1.2em;	
}
.arrow-icon::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #254796;
    border-right: 2px solid #254796;
    transform: rotate(45deg);
    right: 40px;
    top: 35%;
}
.arrow-icon_2::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
    right: 25px;
    top: 40%;
}
.arrow-icon_3::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #254796;
    border-right: 2px solid #254796;
    transform: rotate(45deg);
    right: 25px;
    margin-top: 7px;
}
.flex-area{
	display: flex;
}
#anxiety-factor{
	display: inline-block;
	background-color: white;
    padding-bottom: 50px; 
}
.unsettled-troubles {
    /* 相対位置の基準にする */
    position: relative; 
    /* 背景色を白にして、テキストを中央に配置 */
    background-color: white; 
    text-align: center;
	color: #244694;
	font-size: 30px;
	font-weight: bold;
	margin-top: 30px;
}
.unsettled-troubles::after {
	content: '';
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 100px 0 100px;
    border-color: #ffffff transparent transparent transparent;
}
#anxiety-factor .flex-area li{
	width: 20%;
	margin: 60px auto;
	text-align: center;
	list-style: none;
}
#anxiety-factor .flex-area li img{
	width: 80%;
}
#anxiety-factor .flex-area li p{
	margin-top: 10px;
	text-align: left;
	line-height: 1.5em;
}
#anxiety-factor li .box{
	background-color: #fff;
	border-radius: 40px;
	padding: 70px 50px;
}
#anxiety-factor li .box .title{
	font-size: 25px;
	font-weight: bold;
	color: #18c8ce;
	margin: 10px;
}
#anxiety-factor li .box img{
	width: 50%;
	margin: 50px 0;
}
.float-area{
	clear: both;
	width: 100%;
}
#ablenet_merit{
	width: 100%;
	clear: both;
	padding: 50px 0 100px;
    background-color: #E6F0FF; 
}
#ablenet_merit .element-box{
	width: 1200px;
	margin: 0 auto;
}
#ablenet_merit .flex-area_2{
	display: flex;
	text-align: center;
	width: 80%;
	margin: 50px auto;
	align-items: center;
	justify-content: space-between;
	
}
#ablenet_merit .flex-area_2 .flex-left{
	text-align: left;
	width: 70%;
	
}
#ablenet_merit .flex-area_2 .flex-right{
	width: 30%;
}
#ablenet_merit .flex-area_2 .flex-right p ,#ablenet_merit .flex-area_2 .flex-left p{
	line-height: 1.5em;
}
#ablenet_merit .flex-area_2 .flex-right img{
	width: 70%;
}
#ablenet_merit ul li{
	width: 300px;
	margin: 0 auto 30px;
}
#ablenet_merit ul li img{
	width: 70%;
	margin: 10px;
}
#ablenet_merit ul li p{
	font-size: 15px;
	width: 250px;
    margin: 0 auto;
}
.users-voice{
	display: flex;
	width: 90%;
	margin: 100px auto;
}
.users-voice h3{
	background-image: url("../common/img/vps/fx-auto-trading/user-icon-01.png");
	background-repeat: no-repeat;
	background-size: 50px;
	padding: 12px 0 10px 58px;
}
.users-voice .flex-left , .users-voice .flex-right{
	width: 40%;
	margin: 0 auto;
	text-align: left;
}
.users-voice .flex-left .voice , .users-voice .flex-right .voice{
	font-size: 16px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	text-align: left;
	position: relative;
    line-height: 1.5em;	
}
.users-voice .flex-left .voice::after , .users-voice .flex-right .voice::after{
	content: '';
    position: absolute;
    top: -15px;
    left: 25px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #ffffff transparent;
}
.note{
	font-size: 13px;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: left;
}
.environment{
	width: 80%;
	margin: 0 auto;
}
.environment p{
	text-align: left;
	line-height: 1.5em;
}
.plan_list {
    width: calc(50% - 10px);
    margin: 0 10px 30px;
    border: solid 2px #5f97ea;
    background-color: #5f97ea;
    border-radius: 15px;
    height: auto;
	position: relative;
}
.win1 , .win2 , .win4{
	position: relative;
}
.win2{
	background-color: #356eef;
	border-color: #356eef;
}
.win4{
	background-color: #2c4c97;
	border-color: #2c4c97;
}
.label{
	padding: 10px;
	background-color: #ffc038;
	border-radius: 0 0 10px 10px;
	color: #254796;
	width: 200px;
	font-size: 15px;
	margin: 0 auto 20px;	
}

.plan_name {
	background-color: transparent;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    padding: 0 15px 15px 15px;
    border-radius: 15px;
	color: #fff;
}
.plan_name small{
	color: #fff;
}
.plan_list dt {
    font-weight: normal;
    text-align: center;
    padding: 5px;
    background-color: #c1daff;
    font-size: 18px;
	color: #356eef;
}
.plan_list dd {
    text-align: center;
    padding: 25px 15px;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.plan_list .target-user{
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5em;	
}
.application-btn {
    font-weight: bold;
    font-size: 20px;
	margin: 30px auto;
    width: 95%;
}
.application-btn a{
	position: relative;
	background-color: #ffc038;
	border-radius: 100px;
	padding: 15px;
	max-width: 240px;
	margin: 0 auto;
	display: block;
	font-size: 18px;
    color: #254796;
}
#users-voice .flex-area{
	display: flex;
}
#users-voice .flex-item{
	width: 28%;
	margin: 0 auto;
	background-color: #c1daff;
	padding: 40px 20px 20px 20px;
	border-radius: 10px;
	position: relative;
}
#users-voice .flex-item::after{
    content: '';
    background-image: url(../common/img/vps/fx-auto-trading/user-icon-02.png);
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    display: block;
    background-size: 100%;
    top: -30px;
    left: 0;
    position: absolute;
	
}
#users-voice .flex-area .flex-item .voice{
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
}
#users-voice .flex-area .flex-item .user-name{
	text-align: right;
	font-size: 13px;
}
#features{
	background-color: #ffc038;
	width: 100%;
	padding-bottom: 150px;
}
#features .element-box{
	width: 1200px;
	margin: 0 auto;
}
#features .element-box .flex-area{
	background-color: #fff;
	padding: 50px;
	margin: 0 auto;
	border-radius: 20px;
	display: flex;
}
.features-check-list{
	width: 70%;
}
.features-check-list li{
    background-image: url(../common/img/vps/fx-auto-trading/check-icon.png);
    background-repeat: no-repeat;
    padding: 6px 10px 10px 34px;
    margin: 10px;
    text-align: left;
    background-size: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #345299;
	line-height: 1.5em;
}
#features .element-box .flex-area .vps-imges{
	width: 30%;
}
#features .element-box .flex-area .vps-imges img{
	width: 80%;
	align-items: center;
}
.q_area{
	background-color: #fff;
	border-radius: 40px;
	margin: 0 0 50px;
}

#faq p {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
    padding: 40px 0;
}
#faq .question{
	font-weight: bold;
    background-color: #c1daff;
    color: #244694;
    border-radius: 10px;
    text-align: left;
    padding: 20px;
	position: relative;
	display: flex;
	align-items: anchor-center;
	font-size: 20px;
    line-height: 1.5em;
	align-items: baseline;	
}

#faq .question::before{
    content: 'Q';
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #fff;
    color: #244694;
    padding: 10px;
    margin-right: 10px;
    font-size: 20px;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
	
}
#faq .question p {
	color: #fff;
	width: 90%;
}
#faq .answer{
    color: #244694;
    border-radius: 10px;
    text-align: left;
    padding: 20px;
	position: relative;
	display: flex;
	align-items: baseline;
	font-size: 18px;
    line-height: 1.5em;
}
#faq .answer::before{
	content: 'A';
    width: 20px;
    height: 20px;
	background-color: #fbc818;
    border-radius: 100px;
    color: #244694;
    padding: 10px;
    margin-right: 10px;
    font-size: 20px;
	font-weight: bold;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
#faq .answer p{
	width: 90%;
}

#faq h3{
	color: #13c258;
	width: 90%;
}
#faq .small{
	font-size: 14px;
}
#faq_01,#faq_02{
	padding-top: 100px;
    margin-top: -100px;
}
#faq .note{
	font-size: 13px;
	line-height: 1.5em;
}
#apply{
	width: 100%;
	margin: 0 auto;
	background-image: url("../common/img/vps/fx-auto-trading/bg-grid-gradation.png");
	background-size: cover;
}
#apply .element-box{
	width: 1200px;
	margin: 0 auto;
}
#apply .element-box .btn a{
	padding: 30px 0;
}
#apply .element-box .btn .arrow-icon::after{
	top: 42%;
}
#apply h2{
	color: #fff;
}
#apply p{
	color: #fff;
	font-size: 20px;
}
table {
	width: 90%;
    border-collapse: separate;  /* 表の線と線の間を空ける */
    border-spacing:  5px;       /* 表の線と線の間の幅 */
	margin: 0 auto;
}

th,td {
    padding: 20px 10px;          /* 余白指定 */
	border-radius: 5px;
	font-weight: bold;
	font-size: 15px;
}

th {
    background-color:  #19e068; /* 背景色指定 */
    color:  #1e1e1e;               /* 文字色指定 */
	width: 23%;

}

td {
    background-color:  #c8ffd9; /* 背景色指定 */
}
td span{
	margin: 0 60px;
}
#setting{
	background-color: #fff;
	width: 100%;
}#setting .element-box{
	width: 1000px;
	margin: 0 auto;
}

#setting p{
	text-align: left;
	margin: 10px 0 50px;
}
#apply{
	margin: 0 auto;
}

a.btn-border {
  	border: 4px solid #1e1e1e;
    border-radius: 0;
    background-color: #3de5eb;
    -webkit-box-shadow: 6px 6px 0 #1e1e1e;
    box-shadow: 0px 6px 0 #1e1e1e;
    width: 500px;
    display: inline-block;
    padding: 25px;
    border-radius: 100px;
	font-weight: bold;
	font-size: 30px;
	margin: 10px 0 100px;
}

a.btn-border:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  transform: translateY(5px);
}

.l-footer-sitemap , .l-global-footer{
	width: auto;
}
.p-vps-bg--light{
	background-color: #fff;
}
.main{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.contents-area{
	text-align: center;
	width: 100%;
	margin: 0;
	background-color: #ededed;
	padding: 0 ;

}
.contents-area h2{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 45px;
}
.contents-area .contents{
	width: 100%;
	background-color: #c1daff;
	padding: 30px 0;
}

.contents-area .contents a {
    display: inline-block;
    color: #1e1e1e;
	font-size: 16px;
    font-weight: bold;
	padding: 20px;
	border-radius: 100px;
	width: 290px;
	margin: 10px;
	background-color: #fff;
	position: relative;
}

.contents-area .contents a li{
    display: inline-block;
    color: #1e1e1e;
    font-weight: bold;
}

.contents-area .contents a:hover{
	opacity: 0.8;
}

h3 {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
    margin: 0 auto 20px;
	color: #244694;
}

ol {
	text-align: left;
	margin: 0 auto;
	font-size: 20px;
    line-height: 1.5em;
}
ol li{
	list-style: auto;
}
ol li a p{
	background-color: #ff7741;
	padding: 15px;
	width: 300px;
	font-size: 25px;
	font-weight: bold;
	border: solid 3px #000;
	border-radius: 100px;
	text-align: center;
	margin: 15px auto;
}

.float{
	overflow:hidden;
	width: 80%;
	margin: 20px auto;
}
.float .float-left{
	float: left;
	width: 45%;
	text-align: left;
}
.float .float-right{
	float: right;
	width: 45%;
	text-align: left;
}


@media screen and (max-width: 1200px){
.mv-area{
	    margin: 80px auto 0;	
}
.pc {
    width: 100%;
}
.contents-area .contents a li {
    font-size: 16px;
	line-height: 1.5em;
}
.contents-area .contents a {
    font-size: 16px;
    width: 80%;
}	
section{
	width: 95%;
}	
#ablenet_merit .element-box {
    width: 100%;
    margin: 0 auto;
}	
#ablenet_merit ul {
    display: block;
    text-align: center;
}
#ablenet_merit ul li {
    width: 70%;
    margin: 40px auto 30px;
}
#ablenet_merit ul li p {
    font-size: 30px;
    width: 90%;
    margin: 0 auto 80px;
}
#ablenet_merit ul li img {
    width: 50%;
    margin: 10px;
}
.basic_plan {
    width: 100%;
    display: block;
}
.plan_list {
    width: 100%;
    margin: 0 auto 30px;
    display: block;
}	
#features .element-box .flex-area {
    display: block;
	padding: 30px;
}
.features-check-list {
    width: 100%;
}
#features .element-box .flex-area .vps-imges {
    width: 70%;
    margin: 40px auto 20px;
}	
.q_area {
    background-color: #fff;
    border-radius: 40px;
    margin: 0 auto 50px;
    width: 90%;
}
#apply .element-box , #features .element-box {
    width: 90%;
    margin: 0 auto;
}	
}
@media screen and (max-width: 969px){
.breadcrumbs {
    top: 160px;
}
.mv-area {
    margin: 160px auto 0;
}	
}
@media screen and (max-width: 53em)
{
.main{
	width: 100%;
    margin: 0 auto;	
}
.main p{
	font-size: 16px;
	line-height: 1.5em;
	}
.main p b{
	font-size: 18px;
	}
.mv-area {
	margin: 60px auto 0;
}
.l-global-footer__logo img {
   height: 35px;
   vertical-align: middle;; 
}
.l-global-footer_sp {
   padding: 10vw;
    }	
.breadcrumbs{
	top: 60px;
}
.mv-area {
    padding: 0;
}	
h2{
	font-size: 25px;
	line-height: 1.3;
	margin: 20px;
	padding: 0;
	}
h3{
	line-height: 1.3;
	margin: 10px 0;
	font-size: 20px;
	}	
ol li {
    font-size: 16px;
}
.contents-area .contents a{
	padding: 10px;
}	
.pc{
	display: none;
}
.sp{
	display: block;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}
.btn {
	width: 100%;
}	
.btn a {
    font-size: 25px;
    font-weight: bold;
    background-color: #fb9d18;
    width: 90%;
    border-radius: 5px;
    color: #254796;
    display: block;
    margin: 0 auto;
}
.arrow-icon::after {
    top: 38%;
}	
#anxiety-factor .flex-area li {
    width: 45%;
    margin: 20px auto;
    text-align: center;
    list-style: none;
}
#anxiety-factor li .box {
    padding: 40px 30px;
}		
#anxiety-factor .flex-area li img {
    width: 90%;
}	
#anxiety-factor li .box .title {
	font-size: 22px;
	}	
#ablenet_merit .element-box {
    width: 95%;
    margin: 0 auto;
}
#ablenet_merit ul li p {
    font-size: 15px;
    width: 90%;
    margin: 0 auto 50px;
}
#ablenet_merit ul li img {
        width: 70%;
        margin: 10px;
    }
	
	
	
#ablenet_merit .flex-area_2 {
    display: grid;
    text-align: center;
    width: 95%;
    margin: 50px auto;
    align-items: center;
    justify-content: space-between;
}	
#ablenet_merit .flex-area_2 .flex-left {
    text-align: left;
    width: 100%;
    order: 2;
    margin: 20px auto;
}	
#ablenet_merit .flex-area_2 .flex-right {
    width: 50%;
    order: 1;
    margin: 0 auto;
}
#ablenet_merit .flex-area_2 .flex-right img {
    width: 100%;
}
.users-voice {
    display: block;
    width: 100%;
    margin: 100px auto;
}
.users-voice .flex-left, .users-voice .flex-right {
    width: 95%;
    margin: 0 auto 30px;
    text-align: left;
}
.users-voice h3 {
    padding: 12px 0 20px 58px;
}
.users-voice .flex-left .note , .users-voice .flex-right .note {
	font-size: 13px;
}
.environment {
    width: 90%;
    margin: 0 auto;
}
.environment .note{
	font-size: 13px;
}
#plan .note{
	font-size: 13px;
	line-height: 1.5em;
	}	
.plan_list {
    width: 95%;
}
.new-price-group {
    margin-bottom: 20px;
}
.regular-price-group {
    display: inline;
    font-size: 16px;
}	
#users-voice .flex-area {
    display: block;
}
#users-voice .flex-item {
    width: 80%;
    margin: 0 auto 60px;
}
#users-voice .note{
	font-size: 13px;
	line-height: 1.5em;
}	
#features .element-box .flex-area {
    padding: 20px 10px;
 }
.features-check-list li {
    padding: 0px 10px 10px 24px;
    background-size: 20px;
    font-size: 18px;
}	
.q_area {
    background-color: #fff;
    border-radius: 40px;
    margin: 0 auto 50px;
    width: 100%;
}	
#faq .answer {
    padding: 20px;
    border-radius: 40px 40px 0 0;
}
#faq .answer p {
    width: 90%;
    margin: 10px auto;
}	
#faq p {
    width: 85%;
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
    padding: 0; 
}
#faq h3 {
    width: 90%;
    margin: 0 auto;
	font-size: 20px;
}
#apply .element-box .btn a {
	padding: 0;
}	

#apply {
     margin: 0 auto; 
}	
#apply img{
	width: 100%;
}
#apply .btn-border{
	width: 90%;
	padding: 20px 5px;
	font-size: 20px;
}	

.contents-area{
	margin: 0 auto;
}
.contents-area h2{
	width: 100%;
}
	
.flex-area {
    display: flex;
    flex-wrap: wrap;
}	
			
#faq p{
	margin: 0 auto;
	}


.box p{
	font-size: 16px;
}
	
#faq p{
	font-size: 16px;
	line-height: 1.5em;
}
	
	}
@media screen and (max-width: 320px){
	
	}
