@charset "utf-8";
/* CSS Document */

.grid-flexbox.grid-flexbox-wrap li{
flex-direction: column;
    align-items: inherit;
}

.grid-flexbox.grid-flexbox-wrap .btn-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.heading-B{
	margin-top: 0;
}

.product_area{
	margin-top: 50px;
	margin-bottom: 50px;
}

.products {
    font-size: 3rem;
    line-height: 1.3;
    padding: 10px 0;
    position: relative;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}



/* NEOTRADER forPC*/
/* fv */
.PC-fv {
    display: block;
}

.PC-DL {
    width: 600px;
    margin-right: 130px;
    margin-left: auto;
    margin-top: -200px;
}

.PC-DL ul {
    display: flex;
    flex-wrap: wrap;
}

.PC-DL li {
    margin-top: 0;
}

.btn.btn-orange {
    color: #ff8733;
    background-color: #1d1d1d;
    border: 1px solid #ff8733;
    border-left: 8px solid #ff8733;
    border-radius: 0px;
    text-align: center;
    padding: 20px;
    width: 300px;
    margin-bottom: 15px;
    border-bottom: 8px solid #994b14;
}

.btn.btn-003366:focus {
    background-color: #ff9144;
}

.PC-fv-image {
    margin-left: auto;
    margin-top: 120px;
    width: 700px;
}


.PC-fv-tite {
    font-family: 'BIZ UDPMincho', serif;
    text-align: right;
    font-size: 2.7em;
    padding-right: 2em;
    color: #575379;
    margin-top: 150px;
}


/* 01 */
.point01 {
    background: #1d1d1d;
    color: #fff;
    padding-top: 50px;
}

.point01-contents {
    width: 75%;
    margin: auto;
}

.point01 h2 {
    color: #9dffff;
    margin-top: 60px;
}

.point01 p {
    color: #fff;
    line-height: 1.8em;
    font-size: 1.1em;
}

.point01-image {
    padding: 70px;
}


/* 02 */
.point02 {
    background-color: #000;
    background-image: url(/tool/stock/img/PC-02-back.png);
    background-position: top left;
    padding: 60px;
    color: #fff;
}

@media(max-width:750px) {
    .point02 {
        padding: 60px 10px;
    }
}

.point02-contents {
    margin: 60px auto;
    width: 95%;
}

.point02 h3 {
    color: #9dffff;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.5em;
}

.point02 p {
    font-size: 1.1em;
    line-height: 1.8em;
}


/* 03 */
.point03 {
	background: #e7ebed;
	display: block;
    width: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #a8bdc7;
    padding-top: 50px;
}

.point03 h3 {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.point03 p {
    width: 85%;
    margin: 30px auto;
}

.point03-image {
    margin-top: 70px;
    margin-bottom: 30px;
}


/* 04 */
.point04 {
	background: #e7ebed;
	display: block;
    width: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #a8bdc7;
}

.point04 h3 {
    line-height: 1.5em;
    margin: 30px auto;
    text-align: center;
}

.point04 p {
    width: 83%;
    margin: 20px auto;
}

/* 最後 */

.PC-end-title {
    font-weight: 600;
    background: -webkit-linear-gradient(-90deg, #1c0933 0%, #2b3577 62%, #299393 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 90px;
}

.PC-kaisetsu {
    width: 1000px;
    margin: 50px auto;
}

.PC-block {
    border: 1px solid #84a7b5;
    padding: 20px;
    width: 450px;
}

.PC-block h3 {
    color: #44508b;
    
}

.btn.btn-red {
    color: #fff;
    background-color: #ed2939;
}

.btn.btn-gray {
    color: #fff;
    background-color: #5b6b8f;
}

/* HP/SP */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media(max-width:750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@media(max-width:750px) {
    .PC-DL {
        margin-top: 0rem;
    }
}

@media(max-width:750px) {
    .PC-fv {
        background: #1d1d1d;
    /*filter: invert(100%);*/
    }
    .PC-DL {
        width:100%;
        margin-right: auto;
        padding-left: 50px;
        margin-top: 30px;
        padding-bottom: 20px;
    }
    .PC-fv-image {
    margin-left: auto;
    margin-top: 30px;
    width: 95%;
    margin-right: auto;
    }
    .PC-fv-tite {
        text-align: center;
        font-size: 100%;
        padding-right: 0;
        color: #575379;
        margin-top: 100px;
    }
    .point01 h2 {
        margin-left: 0px;
    }
    .point01 p {
        margin-left: 0px;
        font-size: 100%;
        line-height: 1.7em;
        margin-top: 40px;
    }
    .point01-contents {
        width: 100%;
    }


    .api-can .point01-contents h2 {
    font-weight: 500;
    font-size: 110%;
    padding: 1.5rem 2rem 0.5rem 100px;
    }

    .api-can02 .point01-contents h2 {
    font-weight: 500;
    font-size: 110%;
    padding: 1.5rem 2rem 0.5rem 100px;
    }

    .api-can .point01-contents h2:before {
    position: absolute;
    top: -170%;
    left: -130px;
    width: 220px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #22b1a1;
    }
    .api-can02 .point01-contents h2:before {
    position: absolute;
    top: -170%;
    left: -130px;
    width: 220px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #22b1a1;
    }

    .api-can .point01-contents h2 span {
    font-size: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 10px;
    padding-left: 16px;
    color: #e5e5e5
    }

    .api-can02 .point01-contents h2 span {
    font-size: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 20px;
    padding-left: 16px;
    color: #e5e5e5
    }   
    
    .api-can02 a.btn_01 {
        width: 90%;
    }
    .api-can a.btn_02 {
        width: 100%;
    }


    .p {
        font-size: 100%;
    }

    .api-can .circle_number {
    width: 50px;
    height: 49px;
    padding-top: 11px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    margin: 10px 0;
    font-size:20px;
    }

    .api-can .point01-contents {
    width: 100%;
    margin: auto;
    }
    .api-can02 .point01-contents {
    width: 100%;
    margin: auto;
    }

    .api-can {
    padding: 0.01% 4% 0% 4%;
    }

    .api-can02 {
    padding: 4%;
    }

    .api-can .point01-contents .round-box{
    border:none; 
    background:#173131; 
    border-radius:35px; 
    padding:50px 20px 50px 20px; 
    color:#e5e5e5; margin-top: 250px;
    }
    
}


/* NEOTRADER ダウンロードページ */

.DL-fv {
    padding: 50px;
    background-image: url(/tool/stock/img/PC-02-back.png);
    background-position: top left;
}

.DL-fv-link {
    max-width: 500px;
    margin-left: auto;
    margin-top: 30px;
}

.linkgroup-col1 {
    margin-bottom: 0;
}

.linkgroup-col2 {
    margin-bottom: 0;
}

.btn-a90000 {
    padding: 20px;
    border: 1px solid #e5bf9e;
    font-weight: 500;
    background-color: #a95600;
}

.link-icon-arrow-L {
    text-align: center;
}

.btn-4e6479 {
    text-align: center;
}

.staticarea {
    margin: auto;
}

.intro {
    text-align: end;
    margin-bottom: 0;
}

.DL-recommend {
    padding:40px 0px;
    font-weight: 500;
}

.DL-recommend-table {
    font-size: 1em;
    max-width: 800px;
    margin: 40px auto;
    font-weight: 500;
}

.DL-recommend-table th {
    color: #fff;
    background-color: #2f3a45;
    text-align: center;
}

.DL-recommend-table td {
    background-color: #fff;
    text-align: center;
}

.DL-howto {
    margin: auto;
}

.DL-howto-title {
    border-bottom: solid 4px #4e6479;
    position: relative;
    color: #4e6479;
    padding-left: 10px;
    width: auto;
}

.DL-howto-title:before {
    content: '';
    width: 100px;
    height: 4px;
    background-color: #a95600;
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.DL-howto h1 {
    color: #6e6e6e;
}

.DL-howto-content {
    border-bottom: 1px dashed #4e6479;
    margin-bottom: 40px;
    padding-bottom: 40px;
    


}

/* fix_area
------------------------------------------- */
        #fix_area {
            position: fixed;
            background-color: rgba(31, 24, 55, 0.8);
            width: 100%;
            bottom: 0;
            padding: 8px 0;
            text-align: center;
            z-index: 98;
        }

        #fix_area .cv_btn {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #E5004C;
            color: #fff;
            font-weight: 600;
            padding: 18px 70px 18px 70px;
            font-size: 2.6rem;
            border-radius: 99em;
            border: none;
            line-height: 1;
        }

        #fix_area .cv_btn#mediation_cv {
            display: none;
            padding: 18px 48px 18px 24px;
        }

        #fix_area .cv_btn#mediation_cv.is-show {
            display: inline-block;
        }

        #fix_area .cv_btn#mediation_cv {
            font-size: 2.0rem;
        }

        #fix_area .cv_btn>span {
            font-size: 1.4rem;
        }

        #fix_area .cv_btn::after {
            content: '';
            position: absolute;
            background-image: url(https://sbisec.akamaized.net/sbisec/images/base/g_cmn_icon_blank_02_white_20210910.svg);
            background-repeat: no-repeat;
            right: 20px;
            width: 20px;
            height: 20px;
            border: none;
            top: 50%;
            transform: translateY(-50%);
        }

        #fix_area .cv_btn:hover {
            text-decoration: none;
        }

        @media(max-width:750px) {
            #fix_area {
                padding: 16px 0;
            }

            #fix_area .cv_btn {
                background-color: #E5004C;
                color: #fff;
                font-weight: 600;
                padding: 20px 48px 20px 24px;
                font-size: 1.6rem;
            }

            #fix_area .cv_btn>span {
                font-size: 1.2rem;
            }

            #fix_area .cv_btn#mediation_cv {
                font-size: 1.6rem;
                padding: 100% 48px 100% 24px;
                line-height: 1.2;
            }

            #fix_area .cv_btn::after {
                width: 16px;
                height: 16px;
                border: none;
            }
        }

				  /* ページトップボタン
------------------------------------------- */
      #page-top {
        /* display: none; */
        position: fixed;
        bottom: 9px;
        right: 20px;
        z-index: 99;
        max-width: 160px;
        width: 60px;
        height: 60px;
        border-radius: 99em;
        background-color: #665C4B;

				/*position: fixed;
    right: 10px;
    bottom: 13px;
    width: 46px;
    height: 47px;
    background-color: #665C4B;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; */
      }

      #page-top a {
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 1.8rem;
        opacity: 1;
      }

      #page-top a:hover {
        opacity: 0.9;
        text-decoration: none;
      }

      #page-top a .triangle02 {
        display: inline-block;
        background-color: #fff;
        width: 23px;
        height: 20px;
        -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      }

      #page-top a>p {
        line-height: 1.2;
        display: inline-block;
        position: absolute;
        left: 35%;
        top: 35%;
        text-align: center;
        transform: translate(-50%, -50%);
      }

      @media(max-width:750px) {
        #page-top {
          /* display: none; */
          position: fixed;
          bottom: 115px;
          right: 100%;
          width: 54px;
          height: 54px;
        }

        #page-top a {
          font-size: 1.2rem;
        }

        #page-top a .triangle {
          width: 16px;
          height: 14px;
        }

        #page-top a>p {
          line-height: 1.2;
        }

      }

.api-can03 ul {
    position: absolute;
    left: 0%;
    right: 0%;
    z-index: 4;
    display: flex;
    flex-wrap: inherit;
    background: #4d4d4d;
    color: #e5e5e5;
    transition: all 0.2s;
    transition-delay: 0.7s;
    height: auto;
    list-style: none;
    text-align: center;
}

.api-can03 li {
    width: 24%;
    padding: 18px 20px;
    font-size: 1.0em;
    background: #4d4d4d;
    color: #e5e5e5;
}

.api-can03 li a{
    color: #e5e5e5;
    font-size: 120%;
}
.api-can03 li li a{
    color: #e5e5e5;
}

.api-can03 ul li .has-child ul {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 50px;
    z-index: 4;
    display: flex;
    flex-wrap: inherit;
    background: #4d4d4d;
    visibility: hidden;
    opacity: 0;
    color: #e5e5e5;
    padding-bottom: 20px;
    padding-top: 10px;
    transition: all 0.2s;
    transition-delay: 0.7s;
    height: auto;
    border: 1px solid #4d4d4d;
}

@media(max-width:750px) {
    .api-can03 li {
    font-size: x-small;
    padding: 5px;
    width: 25%;   
    }
    .api-can03 ul {
    padding-left:0;
    }
}


.api-can {
    background-color: #000;
    background-image: url(/tool/api/img/back-ground.png);
    background-position: top left;
    padding: 0.01% 7% 0% 7%;
    color: #e5e5e5;
}
.api-can03 {
    background-color: #1a1a1a;
    background-position: top left;
    padding: 0.01% 7% 7% 7%;
    color: #e5e5e5;
}
.api-can h2 {
    font-weight: 600;
    padding-left: 20px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    padding: 1.5rem 2rem 0.5rem 170px;
    border-top: 3px solid #22b1a1;
    margin-bottom: 20px;
    color: #e5e5e5;
}

.api-can h2:before {
  position: absolute;
  top: -170%;
  left: -130px;
  width: 270px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #22b1a1;
}

.api-can h2 span {
  font-size: 25px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 15px;
  padding-left: 20px;
  color: #e5e5e5
}
    


.circle_number {
  width: 70px;
  height: 70px;
  padding-top: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-size: 25px;
}


.text_under {
border-bottom:solid;
border-color:#e5e5e5;
border-width:2px;/*5ピクセルの太さにする*/
}

.api_row{
    width: 90%;
    margin: auto;
}

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 60%;
	margin: auto;
	padding: 1.5rem 4rem;
	/*font-weight: bold;*/
	border: 2px solid #e5e5e5;
	color: #e5e5e5;
	transition: 0.5s;
    font-size: 1.1em;
}

a.btn_01:hover {
    color:#1a1a1a;
	background: #e5e5e5;
}
a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 40%;
	padding: 1.5rem 4rem;
	/*font-weight: bold;*/
	border: 2px solid #e5e5e5;
	color: #e5e5e5;
	transition: 0.5s;
    font-size: 1.1em;
    margin-top: 20px;
}
a.btn_02:hover {
    color:#1a1a1a;
	background: #e5e5e5;
}

.api-can02 {
    background: #1a1a1a;
    background-position: top left;
    padding: 7%;
    color: #e5e5e5;

}
.api-can02 h2 {
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    padding: 1.5rem 2rem 0.5rem 170px;
    border-top: 3px solid #22b1a1;
    margin-bottom: 20px;
    color: #e5e5e5;

}

.api-can02 h4{
    border-bottom:solid;
    border-color:#22b1a1;
    border-width:2px;/*2ピクセルの太さにする*/
}

.api-can02 h2:before {
  position: absolute;
  top: -170%;
  left: -130px;
  width: 270px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #22b1a1;
}

.api-can02 h2 span {
  font-size: 25px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 15px;
  padding-left: 20px;
  color: #e5e5e5
}

.accordion-001 {
    max-width: 500px;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 5px;
    color: #e5e5e5;
    cursor: pointer;
    font-size: 1.1em;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}



.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}

.marker-green {
    background: linear-gradient(transparent 50%, #22b1a1 100%);
}

/*  レスポンシブ用
-------------------------------------------------------------*/
/*  pcのみ  */
.sp-only {display: none !important;}
.pc-only {display: block !important;}

/*  spのみ  */
@media screen and (max-width: 1199px) {
	.pc-only {display: none !important;}
	.sp-only {display: block !important;}
}

.round-box
{border:none; background:#173131; border-radius:35px; padding:60px 40px 50px 40px; color:#e5e5e5; margin-top: 250px;}

.point01-contents p {
    font-size: 1.1em;
    line-height: 1.8em;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
