@charset "UTF-8";
.l-local-header.active .l-local-header__logo {
    line-height: 80px;
}
h2{
	color: #02283f;
	font-weight: bold;
	font-size: 40px;
	padding: 20px;
	margin: 50px 0 20px;
	line-height: 1.0em;
	/* 60%まで透明、そのあと黄色を配置する設定 */
    background: linear-gradient(transparent 60%, #ffff00 60%);
    
    /* 繰り返しをオフにして、横幅いっぱいに設定 */
    background-repeat: no-repeat;
    background-size: 100% 85%;
	display: inline;
}
.bold-text{
	font-size: 25px;
	font-weight: bold;
	color: #02283f;
	margin-top: 40px;
}
.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: 100px 0;
}
.link-deco{
	color: blue;
}
.mv-area{
	width: 100%;
	margin: 80px auto 0;
	background-image: url("../common/img/vps/trial/dots-bg.png");
	background-size: cover;
	padding: 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;
}
.element-box{
	width: 1200px;
	margin: 0 auto;
}
.mv .btn-area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; 
    z-index: 1000;
    background-color: #02283f; 
    padding: 10px;
    box-sizing: border-box; 
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1); 
	z-index: 98;
   }
.btn{
  background-image: -webkit-linear-gradient(#69e731, #39d63c 32%, #0ac447);
  background-image: -o-linear-gradient(#69e731, #39d63c 32%, #0ac447);
  background-image: linear-gradient(#69e731, #39d63c 32%, #0ac447);
	padding: 30px 0;
	width: 500px;
	border-radius: 20px;
	margin: 20px auto;
    position: relative;	
}
.btn a{
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	line-height: 1.2em;	
}
.btn:hover{
	opacity: 0.8;
}
.arrow-icon::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    right: 40px;
    top: 38%;
}
.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;
	margin-top: 100px;
}
#anxiety-factor{
	display: inline-block;
	background-color: #cde8ee;
    padding-bottom: 50px;
	width: 100%;
}
.unsettled-troubles {
    position: relative; 
    background-color: #cde8ee; 
    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: #cde8ee transparent transparent transparent;
}

#anxiety-factor .flex-area li img{
	width: 110px;
	margin-top: -90px;
}
#anxiety-factor .flex-area li p{
    margin-top: 10px;
    text-align: center;
	line-height: 1.5em;
	font-weight: bold;
    color: #02283f;	
    width: 100%;	
}
.flex-area .flex-item{
	width: 30%;
	margin: 0 auto;
	background-color: transparent;	
}
.list-of-worries{
	width: 70%;
    margin: 20px auto 0;
}
.list-of-worries li{
	text-align: left;
	list-style: disc;
	margin: 10px 0;
    line-height: 1.5em;
	font-size: 18px;
}
.worry-img {
	width: 50%;
	margin: 50px auto;
}
.worry-img img{
	width: 30%;
	margin: 0 auto;
}
#anxiety-factor li .box_1 ,#anxiety-factor li .box_2,#anxiety-factor li .box_3{
	background-color: #fff;
	border-radius: 20px;
}
#anxiety-factor li .box_1 .title ,#anxiety-factor li .box_2 .title,#anxiety-factor li .box_3 .title{
	font-size: 25px;
	font-weight: bold;
	color: #18c8ce;
	margin: 10px;
}
#anxiety-factor li .box_1 img,#anxiety-factor li .box_2 img,#anxiety-factor li .box_3 img{
	width: 50%;
}
/* 吹き出しの箱本体 */
#anxiety-factor .box_1, #anxiety-factor .box_2,#anxiety-factor .box_3{
    background-color: #fff;
    border: 2px solid #275458; 
    border-radius: 40px;
    padding: 30px;
    position: relative; 
}

/* しっぽ */
#anxiety-factor .box_1::after {
    content: '';
    position: absolute;
    bottom: -32px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 0px 3px 46px;
    border-color: #fff transparent transparent transparent;
}

/* 枠線しっぽ  */
#anxiety-factor .box_1::before {
    content: '';
    position: absolute;
    bottom: -36px;
    left: 50%;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 0px 3px 50px;
    border-color: #275458 transparent transparent transparent;
    z-index: 0;
}
/* しっぽ */
#anxiety-factor .box_2::after {
    content: '';
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
}

/* 枠線しっぽ */
#anxiety-factor .box_2::before {
    content: '';
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 17px 0 17px;
    border-color: #275458 transparent transparent transparent;
    z-index: 0;
}
/* しっぽ */
#anxiety-factor .box_3::after {
    content: '';
    position: absolute;
    bottom: -32px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 46px 3px 0px;
    border-color: #fff transparent transparent transparent;
}

/* 枠線しっぽ  */
#anxiety-factor .box_3::before {
    content: '';
    position: absolute;
    bottom: -36px;
    left: 50%;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 50px 3px 0px;
    border-color: #275458 transparent transparent transparent;
    z-index: 0;
}
.float-area{
	clear: both;
	width: 100%;
}
#ablenet_merit{
	width: 100%;
	clear: both;
	padding: 100px 0;
    background-color: #ffffff; 
}
#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;
	border-bottom: solid 2px #cde8ee;
    padding-bottom: 40px;
	
}
.emphasis-line{
	width: 200px;
	margin: 0 auto 10px;
}
.flex-left .point01 , .flex-left .point02 , .flex-left .point03{
	position: relative;
}
.flex-left .point01::after{
	position: absolute;
	content: 'POINT01';
	bottom: -50px;
	right: 10px;
	font-size: 40px;
	color: #cde8ee;
	font-weight: bold;	
}
.flex-left .point02::after{
	position: absolute;
	content: 'POINT02';
	bottom: -50px;
	right: 10px;
	font-size: 40px;
	color: #cde8ee;
	font-weight: bold;	
}
.flex-left .point03::after{
	position: absolute;
	content: 'POINT03';
	bottom: -50px;
	right: 10px;
	font-size: 40px;
	color: #cde8ee;
	font-weight: bold;	
}
#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{
	margin: 0 0 20px 40px;
	line-height: 1.5em;
}
#ablenet_merit ul li img{
	width: 70%;
	margin: 10px;
}
#ablenet_merit ul li p{
	font-size: 15px;
	width: 250px;
    margin: 0 auto;
}
.how-to-use{
	display: flex;
	width: 100%;
	margin: 100px auto;
}
.how-to-use .flex-item{
	width: 29%;
    border: solid 1px #275458;
    padding: 20px;
	text-align: left;
	position: relative;
	
}
.use-list li{
	position: relative;
	margin: 10px 0 10px 30px;
	font-size: 18px;
    line-height: 1.5em;
}
.use-list li::before{
	content: '';
	background-image: url("../common/img/vps/trial/check-icon-green.png");
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
    width: 20px;
    left: -25px;
	top: 6px;
}
.how-to-use h3{
	padding: 12px 0 10px 58px;
	line-height: 1.5em;
	font-size: 20px;
}
.fx-icon{
	background-image:url("../common/img/vps/trial/fx-icon.png");
	background-repeat: no-repeat;
	background-size: 50px;
}
.vibe-coding-icon{
	background-image:url("../common/img/vps/trial/vibe-coding-icon.png");
	background-repeat: no-repeat;
	background-size: 50px;
}
.study-icon{
	background-image:url("../common/img/vps/trial/study-icon.png");
	background-repeat: no-repeat;
	background-size: 50px;
}
.how-to-use .flex-left , .how-to-use .flex-right{
	width: 40%;
	margin: 0 auto;
	text-align: left;
}
.how-to-use .flex-left .voice , .how-to-use .flex-right .voice{
	font-size: 16px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	text-align: left;
	position: relative;
    line-height: 1.5em;	
}
.how-to-use .flex-left .voice::after , .how-to-use .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;
}
#step-area{
	background-color: #41f27c;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}
.application-step {
	display: flex;
	justify-content: center; 
	list-style: none;
	padding: 0;
	margin: 80px 0 0;
}
.application-step li {
	width: 30%;
	text-align: center;
	position: relative;
}
.application-step li .step{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.application-step li:not(:last-child)::after {
	content: "";
	position: absolute;
	border-top: 2px solid #fff; 
	top: 130px; 
	left: 65%; 
	width: 70%; 
	z-index: 1;
}
.application-step li .step {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px; 
}
.application-step li img {
	background-color: #fff; 
	border-radius: 50%;
	width: 150px; 
	height: 150px;	
	object-fit: contain;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1); 	
	position: relative;
	z-index: 2;
}
.application-step li .explanation {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5em;
	color: #02283f;
	margin-top: 15px; 
}
@media (max-width: 768px) {
    .application-step {
        flex-direction: column;
        align-items: center;
    }
    .application-step li {
        width: 100%;
        margin-bottom: 30px;
    }
    .application-step li:not(:last-child)::after {
        top: 150px; 
        left: 50%;  
        transform: translateX(-50%);        
        width: 2px;
        height: 30px;      
        border-top: none; 
        border-left: 2px solid #fff;
    }
}
.environment{
	width: 80%;
	margin: 0 auto;
}
.environment p{
	text-align: left;
	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;
}
#how-to-use .flex-area{
	display: flex;
}
#how-to-use .flex-item{
	width: 28%;
	margin: 0 auto;
	background-color: #c1daff;
	padding: 40px 20px 20px 20px;
	border-radius: 10px;
	position: relative;
}
#how-to-use .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;
	
}
#how-to-use .flex-area .flex-item .voice{
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
}
#how-to-use .flex-area .flex-item .user-name{
	text-align: right;
	font-size: 13px;
}
#features{
	background-image: url("../common/img/vps/trial/dots-bg.png");
	width: 100%;
	padding: 100px 0;
}
#features .element-box{
	width: 1200px;
	margin: 0 auto;
}
#features .element-box .flex-area{
	padding: 50px;
	margin: 50px auto 0;
	border-radius: 20px;
	display: flex;
}
.features-check-list{
	width: 35%;
    background-color: #fff;
    border: solid 1px #275458;
    border-radius: 20px;
    padding: 30px;
}
.features-check-list li{
    background-image: url("../common/img/vps/trial/check-icon-orange.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: #02283f;
	line-height: 1.5em;
}
.orange-text{
	color: #FF5F00;
	font-size: 25px;
}
#features .element-box .flex-area .vps-imges{
	width: 50%;
}
#features .element-box .flex-area .vps-imges img{
	width: 50%;
	align-items: center;
}
.q_area{
	border-radius: 40px;
	margin: 0 0 50px;
}
#faq{
	background-color: #e9e9e9;
	width: 100%;
}

.answer {
	display: none !important;
    padding: 15px;
}
.q_area.is-open .answer {
    display: flex !important;
}

.question {
	display: flex;
    align-items: center;
    padding: 15px 50px 15px 15px;
    cursor: pointer;
    position: relative;

    word-break: break-all;
	font-weight: bold;
    background-color: #fff;
    color: #02283f;
    border-radius: 10px;
    text-align: left;
	font-size: 20px;
    line-height: 1.5em;	
}


.question::after {
	content: "";
    position: absolute;
    top: 50%; 
    right: 20px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent; 
    border-top: 11px solid #333; 
    
    transform: translateY(-50%) rotate(0deg); 
    transition: transform 0.3s ease;
}

.q_area.is-open .question::after {

    transform: translateY(-50%) rotate(180deg);
}

.is-open .answer {
    display: block;
}

.is-open .question::after {
    transform: rotate(180deg);
}
#faq p {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
    padding: 40px 0;
}


#faq .question::before{
    content: 'Q';
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #02283f;
    color: #fff;
    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: #02283f;
    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: #f8ff46;
    border-radius: 100px;
    color: #02283f;
    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-color: #02283F;
	background-size: cover;
}
#apply .element-box{
	width: 1200px;
	margin: 0 auto;
}
#apply .element-box .btn a{
;
}
#apply .element-box .btn .arrow-icon::after{
	top: 42%;
}
#apply h2{
	color: #f8ff46;
	border-bottom: solid 2px;
    display: inline-block;
    margin-bottom: 20px;
	background: none;
}
#apply p{
	color: #fff;
	font-size: 20px;
}


#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;
	margin-bottom: 100px;
}
.p-vps-bg--light{
	background-color: #fff;
}
.main{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}


h3 {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
    margin: 0 auto 20px;
	color: #02283f;
}

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;
}

#pageTop{
	z-index: 998;
	bottom: 150px!important;
}
#chatIcon_x2dd85vun{
	z-index: 999;
}
#chatIcon_fw99xa31i {
    bottom: 200px;
    z-index: 999;
}
#chatIcon_4m55v0puj {
    bottom: 200px;
    z-index: 999;
}
#chatContainer{
	z-index: 999;
	position: absolute;
}

@media screen and (max-width: 1200px){
.mv-area{
	    margin: 80px auto 0;	
}
.pc {
    width: 100%;
}

.element-box {
	width: 95%;
}	
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;
}

#features .element-box .flex-area {
    display: block;
	padding: 30px;
}
.features-check-list {
    width: 80%;
}
#features .element-box .flex-area .vps-imges {
    width: 100%;
    margin: 40px auto 20px;
}	
.q_area {
    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;
}
#pageTop {
    bottom: 145px!important;	
}
@media screen and (max-width: 53em)
{
section {
    padding: 50px 0;
}	
.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;
    background-image: none;
}
	
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;
}	
.pc{
	display: none;
}
.sp{
	display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.mv .btn-area {
    padding: 10px;
}	
.btn {
	width: 95%;
	display: flex;
    padding: 25px 18px 25px 0px;
}	
.btn a {
    font-size: 25px;
    font-weight: bold;
    width: 90%;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}
#apply .element-box .btn .arrow-icon::after {
    top: 38%;
}
.worry-img {
    width: 100%;
}	
.worry-img img {
    width: 60%;
    margin: 0 auto;
}
.emphasis-line{
	width: 30%;
	margin: 0 auto 10px;
}	
#anxiety-factor .flex-area li {
    width: 85%;
    margin: 20px auto;
}
#anxiety-factor li .box {
    padding: 40px 30px;
}		
#anxiety-factor .flex-area li img {

}	
#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%;
}
.how-to-use {
    display: block;
    width: 100%;
    margin: 30px auto 0;
}
.how-to-use .flex-left, .how-to-use .flex-right {
    width: 95%;
    margin: 0 auto 30px;
    text-align: left;
}
.how-to-use h3 {
    padding: 12px 0 20px 58px;
}
.how-to-use .flex-left .note , .how-to-use .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;
}	
#how-to-use .flex-area {
    display: block;
}
#how-to-use .flex-item {
    width: 80%;
    margin: 0 auto 60px;
}
#how-to-use .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 {
    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; 
	 padding: 50px 0;
}	
#apply img{
	width: 100%;
}
#apply .btn-border{
	width: 90%;
	padding: 20px 5px;
	font-size: 20px;
}	

	
.flex-area {
    display: flex;
    flex-wrap: wrap;
}	
#anxiety-factor .box_1::before,#anxiety-factor .box_1::after,#anxiety-factor .box_2::before,#anxiety-factor .box_2::after,#anxiety-factor .box_3::before,#anxiety-factor .box_3::after{
	display: none;
}
.list-of-worries{
	width: 100%;
}	
.list-of-worries li{
	text-align: left;
	list-style: disc;
}	
.worry-img{
	margin: 0;
}	
.how-to-use .flex-item{
	width: 85%;
}
#ablenet_merit {
	padding: 100px 0 0px;
	}
#step-area {
    padding: 50px 0;
}
#features {
    padding: 50px 0 100px;
}
#features .element-box .flex-area {
	margin: 0 auto;
}	
#faq p{
	margin: 0 auto;
	}

.box p{
	font-size: 16px;
}
	
#faq p{
	font-size: 16px;
	line-height: 1.5em;
}
#chatContainer div{
	bottom: 200px;
}	
	}
