/*
 * ---------------------------------------------------------
 * TOP(未)
 * ---------------------------------------------------------
 */
/* TOP */

html{
    overflow: auto;
}

body{
    background: #E1F4FF;
}

body .stock{
    background: rgb(224, 238, 235);
}

.content-wrapper{
    background-color: #f1f6fa;
    padding-bottom: 1px;
}

.content-wrapper.stock{
    background-color: #f1faf7;
    padding-bottom: 1px;
}

.top-main-img-area {
    max-width:100%;
    padding: 20px 0 10px;
    background-color: #0f228b;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size:contain;
    margin: 0;
    text-align: center;
}

.top-main-img-area .main-img {
    padding: 25px 0 25px;
    text-align:center;
}

.top-main-img-area .description {
    color : #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align:center;
    line-height: 2em;
    letter-spacing: 1px;
}

.top-main-img-area .patent {
    color : #fff;
    font-size: 0.9em;
    font-weight: bold;
    text-align:center;
    line-height: 2em;
    letter-spacing: 1px;
    margin-top: 16px;
    margin-bottom: -4px;
}
.top-main-img-area .patentin {
    border: 1px solid #fff;
    padding: 4px;
}
/* dummy画像用(横幅MAX) */
.img-max {
    width:100%;
}

.introduction-area {
    max-width:970px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    background-color: #fff;
    text-align: center;
}

.introduction-area .header-area {
    text-align: center;
    padding: 10px 0 15px;
}
.introduction-area .header-area .subtitle{
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: justify;
    font-size: 1.2em;
    color: #0f228b;
    font-weight: bold;
}

.vote_msg {
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    color: red;
}

.vote_msg img {
    margin-right: 5px;
    width: 75px;
}

.vote_msg a {
    color: red;
}

.vote_msg a img {
    width: 22.5px;
    margin: 0 0 3px 5px;
    zoom : 0;
}

/* SP */
@media only screen and (max-width: 767px) {

    .top-main-img-area .description {
        font-size: 1em;
        letter-spacing: 0;
    }

    .introduction-area .header-area .subtitle{
        letter-spacing: 0;
        font-size: 1em;
    }

    .top-main-img-area {
        background-image: url(/assets/img/img_top_main_shine_sp.png);
    }

    .introduction-area .description-area {
        text-align: justify;
        margin: 0px 10px;
    }

    .introduction-area .description {
        text-align: justify;
        line-height: 1.5em;
        letter-spacing: 1px;
    }

    .vote_msg {
        margin-top: 5px;
    }

    .vote_msg img {
        width: 150px;
        margin-top: 20px;
    }
}


/* PC */
@media only screen and (min-width: 768px) {

    .top-main-img-area {
        background-image: url(/assets/img/img_top_main_shine.png);
    }

    .introduction-area {
        width: 100%;
    }

    .introduction-area .description-area {
        text-align: center;
    }

    .introduction-area .description {
        text-align: center;
        line-height: 1.5em;
        letter-spacing: 1px;
    }
}

.no-login-description {
    max-width:970px;
    display: inline-block;
    width: 100%;
}

.no-login-description .title-area {
    color:#0f228b;
    display:block;
    text-align:left;
    font-size: 1.2em;
    font-weight: bold;
    margin:15px;
}

.phrase-area {
    margin:15px;
    text-align: justify !important;
    text-justify: inter-word;
    line-height: 2em;
    letter-spacing: 1px;
}

.phrase-area .point {
    color:#ff7799;
}

.phrase-area-bottom{
    margin:15px;
    margin-left:10px;
    letter-spacing: 1px;
    line-height: 1.3em;
    font-size: 12px;
    text-align: left;
}

.phrase-area ul{
    margin-left:5px;
}

.intro-btn-area {
    margin-top:25px;
    margin-bottom:30px;
    text-align: center;
    display: inline-block;
    width: 95%;
}

.content-header .title-area {
    margin: 30px 0;
    text-align: center;
}
.content-header .title-area .title {
    color: #0f228b;
    border-bottom: solid;
    border-bottom-width: 3px;
    font-size: 1.8em;
    font-weight: bold;
}

.btn-regist {
    text-decoration:none;
}
.btn-login {
    margin-top:16px;
    text-decoration:none;
}
.panel-point {
    border:2px solid #3d9400;
    font-size: 20px;
}
.btn-buy-index {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    border-radius: 5px;
    border-width: 2px;
    padding: 5px 15px !important;
    pointer-events:none;
}
ul, li {
    list-style: none;
    list-style-position: inside;
    text-indent: 0em;
}
.section-initial {
    padding: 30px;
    text-align: center;
}
.toushi {
    margin: 5rem 0 0;
}
.toushi h3 {
    width: 200px;
    margin: -12px auto;
    text-align: center;
    padding: 1.4rem 0 0;
    border-radius: 20px 20px 0 0;
    background-color: #f6a134;
    color: #000;
    font-weight: normal;
    font-size: 2.2rem;
    height: 45px;
}
.toushi ul {
    background-color: #f6a134;
    border-radius: 15px;
    padding: 2.6rem 2.0rem 0rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.toushi ul li {
    width: 48.9%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 1.5rem 0.5rem 2.5rem;
    margin-bottom: 2.0rem;
    text-align: left;
}
.toushi ul li .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.toushi ul li .copy .text {
    font-size: 1.7rem;
    line-height: 1.7rem;
}
.toushi ul li .copy .title {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 2.0rem;
}
.toushi ul li .photo {
    width: 40%;
}
.toushi ul li .photo img {
    width: 100%;
}

.btn-investment {
    font-size: 18px;
    padding: 5px;
    width: 180px;
}

@media only screen and (max-width: 767px) {
    .panel-point {
        border-radius: 16px;
        font-size: 16px;
    }
    .btn-buy-index {
        padding: 2px 12px !important;
    }
    .section-initial {
        padding: 5px;
    }
    .toushi ul {
        padding: 1.5rem 1.5rem 0.7rem;
        display: block;
    }
    .toushi ul li {
        width: 100%;
    }
    .toushi ul li .copy .text {
        margin-bottom: 0;
        font-size: 1.4rem;
    }
    .toushi ul li .copy .title {
        font-size: 1.7rem;
        white-space: nowrap;
    }
    .btn-investment {
        padding: 0;
        width: 130px;
    }
}

/*
 * ---------------------------------------------------------
 * 投資お役立ち情報
 * ---------------------------------------------------------
 */

.investment-news{
    background: #fff;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    padding-bottom: 40px;
    margin: 10px 0 50px 0;
}

.investment-news .news-section {
    border-top:1px solid #E9E9E9;
    width: 95%;
    margin: 0 auto;
}

.investment-news .news-section:last-child {
    border-bottom:1px solid  #E9E9E9;
}

.section-title-area{
    padding: 40px 0;
}

section .section-title{
    text-align: center;
    padding: 20px 0;
    color: #333;
    margin: 0;
}

.section-title-area .section-title{
    border: none;
    color: #333;
    padding: 0;
    margin: 0;
}

.investment-news .news-section .news-img {
    text-align:left;
    padding: 14px 0;
}

.investment-news .news-section .news-img .img-wrap{
    overflow: hidden;
    max-width: 200px;
    max-height:120px;
    min-width: 160px;
    min-height: 90px;
}

.investment-news .news-section .news-img .img-wrap img {
    width:200px;
    padding-right: 0px;
    padding-left: 5px;
}

/* SP */
@media only screen and (max-width: 767px) {
    .investment-news{
        margin: 0px 0 40px 0;
    }

    .investment-news .news-section .news-img .img-wrap{
        zoom: 0.5;
    }

    .investment-news .news-section .news-img .img-wrap img {
        zoom:1;
    }
}

.investment-news .news-section .news-detail .news-pickup {
    padding: 10px 0px 10px;
    font-weight: 700;
    color: black;
}
.investment-news .news-section .news-detail .news-pickup span{
    color: red;
}

.investment-news .news-section .news-detail .news-date {
    color:#979797;
    padding-right: 0px;
    padding-left: 0px;
    height: 25px;
    margin-top: 10px;
}

.investment-news .news-section .news-detail .news-contents {
    padding: 0px 0px 10px;
}

/*
 * ---------------------------------------------------------
 * お知らせ
 * ---------------------------------------------------------
 */

#notice{
    background: #fff;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    padding-bottom: 40px;
    margin: 50px 0;
}

/* チャート下メッセージボックス */
.notice-box{
    background: #fff;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 15px 0;
}

/* SP: チャート下メッセージボックスの下マージン調整 */
@media only screen and (max-width: 767px) {
    .notice-box {
        margin-bottom: 30px;
    }
}

/* チャート下メッセージ内の各通知要素（上下線なし） */
.notice-box .notice div.notice-section {
    border-top: none !important;
    border-bottom: none !important;
}

/* チャート下メッセージの要素間区切り線 */
.notice-box .notice hr {
    border: none;
    border-top: 1px solid #E9E9E9;
    width: 95%;
    margin: 0 auto;
    height: 0;
    background: transparent;
    opacity: 1;
}

.notice-box .notice div.notice-section {
    margin: 0 2px;
    padding:10px 10px 10px;
    border-top:1px solid #E9E9E9;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 0px;
}

.notice div.notice-section {
    margin: 0 2px;
    padding:10px 10px 10px;
    border-top:1px solid #E9E9E9;
    width: 95%;
    margin: 0 auto;
    padding: 10px;
}

.notice div.notice-section:last-child {
    border-bottom:1px solid  #E9E9E9;
}

.notice .notice-section .notice-date {
    color:#979797;
    padding-right: 0px;
    padding-left: 0px;
    height: 25px;
}

.notice .notice-section .notice-area {
    display:inline-block;
    width:100%;
}

.notice .notice-section .notice-important {
    color:#ff0000;
}

.notice .notice-section .notice-btn {
    font-weight:bolder;
    height: 30px;;
}

.notice .notice-section .notice-title {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 3px;
font-weight: 700;
}

.notice .notice-section .notice-contents {
    margin:10px 0px;
    padding-right: 0px;
    padding-left: 0px;
}

/* SP */
@media only screen and (max-width: 767px) {
    #notice{
        margin: 40px 0;
    }

    .notice div.notice-section {
        cursor : pointer;
    }
    .notice .notice-section .notice-title {
        margin-bottom: 10px;
    }
    .notice .notice-section .close_news {
        zoom:0.5;
        background-image: url("/assets/img/ic_button_arrow_right@2x.png");
        background-repeat: no-repeat;
        background-position: center;
    }
    .notice .notice-section .open_news {
        zoom:0.5;
        background-image: url("/assets/img/ic_button_arrow_bottom@2x.png");
        background-repeat: no-repeat;
        background-position: center;
    }
    .notice .notice-section .notice-contents {
        display:none;
    }
}
/*
 * ---------------------------------------------------------
 * 誤認防止
 * ---------------------------------------------------------
 */

.authentication{
    margin: 50px auto;
    padding: 0;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

@media only screen and (max-width: 767px){
    .authentication{
        margin: 40px auto;
    }
}

/*
 * ---------------------------------------------------------
 * チャート
 * ---------------------------------------------------------
 */

    /* Wrapper */
        .chart-section-wrap{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

    /* PC 縮小 */
        .chart-section {
            width: 100%;
        }

    /* PC */
        @media only screen and (min-width: 768px) {
            .chart-section {
                overflow: hidden;
                /*display: inline-grid;*/
                text-align: center;

                padding: 0px;
                margin: 10px 0 15px;

                /* 統合 */
                /*
                position: absolute;
                bottom: 0;
                */
    }

    .chart-section:nth-child(odd) {
        padding: 0px 15px 0 5px;
    }

    .chart-section:nth-child(even) {
        padding: 0px 5px 0 15px;
    }

    .chart-section :after {
        clear: both;
    }
}


/* ヘッダー */
.chart-section .chart-title {
    text-align: left;
}

.chart-section .chart-header {
    margin-left: 0;
    margin-right: 0;
}

.chart-section .chart-info {
    margin: 0px 2px 2px;
    float: right;
    text-align: right;
    font-size: 0.8em;
    color: #777777;
}

@media only screen and (min-width: 768px) {

    /* 【PC】チャートタイトル2行対応 */
    .chart-section .chart-title {
        float: left;
        text-align: left;
        position: relative;
        display: flex;
        justify-content: left;
    }

    /* 【PC】チャートタイトル2行対応 */
    .chart-section .chart-title .chart-title-text {
        /*position:  absolute;*/
        /*bottom:  0;*/
        /*display: contents;*/
    }

    .chart-section .chart-info {
        margin: 0px 0px 2px;
        font-size: 0.9em;
    }
}

.chart-section .chart-info .chart-unit .units {
    font-size: 1.0em;
}

/* タブ */
.chart-section .tab-item {
    background: #fff;
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    height: 35px;
    cursor: pointer;
    font-size: 18px;
    padding: 3px;
}

.chart-section .tab-item:last-child {
    border-right: 1px solid #e6e6e6;
}

.chart-section .tab_show {
    color: #222266;
    font-weight: bold;
    border-bottom: 5px solid #222266;
}

/* チャート領域 */
.chart-section .chart-area {
    background: #fff;
    border: 1px solid #e6e6e6;
}

.chart-section .chart-area .close_chart {
    display: none;
}

/*
     * -----------------------
     * TOPIX チャート 専用
     * -----------------------
     */

        .c3-tooltip-name--topix1 .name {
            font-size:16px;
            font-weight:bold;
        }

        .c3-tooltip-name--topix1 .value {
            color:#9fcbff;
            font-size:18px;
            font-weight:bolder;
        }

        .c3-tooltip-name--topix2 .name {
            font-size:16px;
            font-weight:bold;
        }

        .c3-tooltip-name--topix2 .value {
            color: #c3ff81;
            font-size:18px;
            font-weight:bolder;
        }

        /* ポイントの外周の色(stroke)と中の色(fill) */
        .c3-target-topix1 .c3-circle._expanded_ {
          stroke-width: 1px;
          stroke: #282D66;
          fill: #9fcbff !important;
        }

        .c3-target-topix2 .c3-circle._expanded_ {
          stroke-width: 1px;
          stroke: #70ca0f;
          fill: #c3ff81 !important;
        }


    /*
     * -----------------------
     * VOO チャート専用
     * -----------------------
     */
        .c3-tooltip-name--voo1 .name {
            font-size:16px;
            font-weight:bold;
        }

        .c3-tooltip-name--voo1 .value {
            color:#ff570a;
            font-size:18px;
            font-weight:bolder;
        }

        .c3-tooltip-name--voo2 .name {
            font-size:16px;
            font-weight:bold;
        }

        .c3-tooltip-name--voo2 .value {
            color: #72cb11;
            font-size:18px;
            font-weight:bolder;
        }

        /* ポイントの外周の色(stroke)と中の色(fill) */
        .c3-target-voo1 .c3-circle._expanded_ {
          stroke-width: 1px;
          stroke: #ff570a;
          fill: #ffb594 !important;
        }

.c3-target-voo2 .c3-circle._expanded_ {
    stroke-width: 1px;
    stroke: #72cb11;
    fill: #c3ff81 !important;
}

/* 統合 */
.chartline {
    position: relative;
    height: 80px;
}

/*
     * --------------------
     * チャート内部共通
     * --------------------
     */

/* ツールチップ */
.c3-tooltip tr {
    border: 0;
}

.c3-tooltip th {
    background-color: #fff;
    font-size: 14px;
    padding: 2px 5px;
    text-align: left;
    color: #777;
}

.c3-tooltip td.value {
    text-align: right;
}

.c3-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    background-color: #fff;
    border-left: 0;
}

.c3-tooltip td>span {
    display: none;
}

/*
* ---------------------------------------------------------
* COPYRIGHT
* ---------------------------------------------------------
*/
.amazon_copyright {
    text-align:left;
    font-size:0.6em;
}


/*
* ---------------------------------------------------------
* アコーディオン
* ---------------------------------------------------------
*/

#accordion dt {
    cursor:pointer;
    background-repeat: no-repeat;

    vertical-align: initial;
    padding: 8px;
    vertical-align: initial;
    background-repeat: no-repeat;
    background-position: 0 45px;
    background-size: 16px 16px;
    margin: 0 5px;
    text-align: center;
}
#accordion dd{
    display:none;
}

.plus-minus-icon{
    background-image: url(/assets/img/ic_plus_sp.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: rgb(245, 245, 245);
    margin: 0 5px 3px;
    text-align: center;
    padding: 8px;
    vertical-align: middle;
    border-style: none;
}

.plus-minus-icon.active {
   background-image: url(/assets/img/ic_minus_sp.png);
}

/*
* ---------------------------------------------------------
* 統合リンク
* ---------------------------------------------------------
*/
.chart-link-txt {
    /*font-weight: bold;*/
    font-size: 1.1em;
    color:  #1179c4;
    width: 270px;
    text-align: left;
    letter-spacing:-0.1em;
    margin: 5px auto;
    text-align: center;
}
.chart-link {
    border: #378fce solid 1px;
    width: 270px;
    height: 40px;
    letter-spacing:-0.1em;
    margin: 5px auto;
    background-color: #0070c0  ;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    position: relative;
}
.chart-link .chart-link-url{
    width: 270px;
    color:  #ffffff !important;
    text-align: center;
    font-size: 1.0em;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}


/*
* ---------------------------------------------------------
* コースリンク
* ---------------------------------------------------------
*/
.course-section{
    padding: 0;
}
.course-section .course-group{
    margin-top:3.0em;
    margin-bottom: 1.5em;
    padding: 0;
}

.course-section .group-color1{
    background-color: #ffffff;
}
.course-section .group-color2{
    background-color: #ffffff;
}
.course-section .group-color3{
    background-color: #ffffff;
}
.course-section .group-color4{
    background-color: #ffffff;
}

.course-section .course-group-row .course-list{
    padding: 1.0em;
    padding-top: 0;
}

.course-section .course-group-row .course-list a{
    text-decoration: none;
}

.course-section .frame-parts{
    box-sizing: border-box;
    background-color: #fff;
    border-radius:10px;
    border: solid;
    border-color:#282D66;
    padding: 1.5rem 0.5rem 1.5rem;
    text-align: left;
}

.course-section .inner .course-comment{
    color: #000000;
    font-weight: bold;
    font-size: 1.4rem;
    white-space: nowrap;
}

.course-section .inner .course-name{
    color: #000000;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 2.0rem;
    margin-bottom: 0.4rem;
}

.course-section .inner .inner-text {
    padding-left: 0;
    padding-right: 1.1rem;
}

.course-section .inner .stock-link .inner-text {
    text-align: center;
}

.course-section .inner .photo{
    position: relative;
}

.course-section .photo img{
    width: 100%;
}

.course-section .inner .arrow img{
    width: 200%;
}

.course-section .inner .link-img{
    padding: 1.0em;
}

.course-section .inner .link-img img{
    width: 100%;
}

.course-section .inner .photo .on-img{
    width: 45%;
    position: absolute;
    top:-75%;
    left:-13%;
}

.course-section .course-group-row{
    display: flex;
    flex-wrap: wrap;
    padding: 0.5em;
    padding-top: 0;
    margin: 0;
}

.course-section .course-stock{
    padding: 1.0em;
    padding-top: 0;
}

.course-section .inner{
  display: flex;
  align-items: center;
}

.course-section .inner .inner-text-row{
  display: flex;
  align-items: center;
}

.course-section .comment-parts{
    text-align: center;
    position: relative;
    top: -20px;
}

.course-section .group-text{
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 7px 20px;
    font-size: 1.2em;
    font-weight:bold;
    color: #ffffff;
    background: #337ab7;
    border-radius: 30px;
}

.course-section .group-text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 15px solid #337ab7;
}

.course-section .group-text p {
  margin: 0;
  padding: 3px;
}

.content-banner-sp{
    margin-bottom: 20px;
}

.content-banner-sp img {
    /* width: 100%; */
}


/* SP */
@media only screen and (max-width: 767px) {
    .course-section .inner .inner-text {
        padding-right: 0;
    }
    .course-section .course-group-row .course-list{
        padding-left: 0.2em;
        padding-right: 0.2em;
    }
    .course-section .course-stock{
        padding-left: 0.2em;
        padding-right: 0.2em;
    }
    .course-stock .inner{
        padding-top: 1.0em;
    }
    #last-content_c #chart6_-quarter-year-chart_c{
        display: none;
    }
    #last-content_c #chart1_-quarter-year-chart_c{
               display: none;
    }
}

/* PC */
@media only screen and (min-width: 768px) {
    .course-section .section-title{
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }
}

/*
* ---------------------------------------------------------
* コース別画面
* ---------------------------------------------------------
*/

.plan-section{
    padding-top: 10px;
}

.plan-parts .plan-text{
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
}

.plan-parts .plan-text .stext{
    font-size: 0.7em;
    font-weight: normal;
}

.plan-parts .plan-text .orangebig{
    font-size: 1.3em;
    font-weight: bold;
    color: #FFAC00;
}
.plan-parts .plan-text .redbig{
    font-size: 1.3em;
    font-weight: bold;
    color: #F92020;
}

.plan-parts .plan-text .strong-num{
    color: #680717;
}

.plan-parts .link-img img{
    margin: 2.0em
}

.plan-parts .link-img img{
    width: 50%;
}

.plan-parts img{
    width: 100%;
}

.course-top .btn-i2s.stay{
    background-color: #ffffff;
    border-color:#ffffff;
}

.course-top .btn-i2s{
    background-color: #ffffff;
    border-color:#ffffff;
    color:#ffffff;
}

/* SP */
@media only screen and (max-width: 767px) {
    .plan-parts .plan-img{
        padding-bottom: 1.0em;
    }

    .plan-section section.section{
        padding: 5px;
    }

    .course-top .section-title{
        font-size: 1.3em;
    }

}

/* PC */
@media only screen and (min-width: 768px) {
    .plan-parts{
       display: flex;
       align-items: center;
     }
}


/*
* ---------------------------------------------------------
* 商品紹介リンク
* ---------------------------------------------------------
*/
.guide-link{
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

.guide-link .text{
    font-size: 3.0rem;
}


/*
* ---------------------------------------------------------
* ポケットバナー
* ---------------------------------------------------------
*/
.section-pocket-banner{
}

/* PC */
.section-pocket-banner .content-banner-pc{
    text-align : center;
}
.section-pocket-banner .content-banner-pc .pocket-banner-pc{
    width: 768px;
    margin-bottom: 20px;
}

/* SP */
.section-pocket-banner .content-banner-sp{
    text-align : center;
}
.section-pocket-banner .content-banner-pc .pocket-banner-sp{
    width: 320px;
    margin-bottom: 20px;
}

.pocket-banner-sp{
    width: 690px;
}

.pocket-tab-l{
    float: left;
}
/**/

.btn-daiwa-open{
    cursor: pointer;
    margin-bottom: 30px;
}
.modal-btn .sp {
    width: 80%;
}
.modal-footer > * {
    margin: 0 auto;
}
.modal-dialog {
    max-width: none;
}
@media only screen and (min-width: 768px) {
    .modal-dialog {
        width: auto;
        margin: 90px auto;
        max-width: 1080px;
    }
}
.chart-section .chart-index{
    float: left;
    text-align: left;
}
.daiwa-modal p{
    margin-bottom: 5px;
}
.daiwa-modal .modal-content{
    border-radius: 0px;
}
.daiwa-modal .close-btn{
    text-align: right;
}
.daiwa-modal .modal-header{
    border: none;
}
#btn-daiwa-close{
    width: 3%;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    #btn-daiwa-close{
        width: 8%
    }
}
.daiwa-modal .modal-content{
    text-align: center;
    padding: 10px;
}
.daiwa-modal .modal-header{
    font-size: 2.5rem;
    font-weight: bold;
    color: #5E0610;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .daiwa-modal .modal-header{
        font-size: 4.8vw;
        letter-spacing: -0.1vw;
        text-align: left;
        padding: 15px 5px;
    }
}
.daiwa-modal .modal-img img{
    width: 100%;
}
.daiwa-modal .detail-buttom{
    padding: 2.5rem 0 2.5rem;;
}
@media only screen and (max-width: 767px) {
    .daiwa-modal .detail-buttom{
        width: 100%;
    }
    .daiwa-modal .detail-buttom img{
        width: 100%;
        max-width: 650px;
    }
}
.daiwa-modal .comment-text{
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .daiwa-modal .comment-text{
        font-size: 1.5rem;
    }
}
.daiwa-modal .comment-text ul{
    padding: 0 20px 0 30px;
}
.daiwa-modal .comment-text li{
    list-style-position: outside;
    list-style-type: disc;
}
.daiwa-modal .comment-text li::marker{
    content: "・ ";
}

/*
* ---------------------------------------------------------
* もしも現金で運用していたら　ボタン
* ---------------------------------------------------------
*/
.moshimo{
    padding: 0 17%;
}
.frame-parts.btn-moshimo{
    color: #0063C4;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    background-color: #A8FFA7;
    border: solid #00B500;
    border-radius: 15px;
    padding: 1.0rem 0.5rem 1.0rem;
    margin-top: 2.0rem;
}
.moshimo a{
    text-decoration: none;
}
a .link-comment{
    margin-bottom: 0;
}
li.link-comment-position{
    position: relative;
    display: block;
    padding-right: 20px;
}
li.link-comment-position::after {
    content: "";
    top: 10%;
    right: 1%;
    position: absolute;
    display: inline-block;
    border:16px solid transparent;
    border-left:16px solid #0063C4;
    border-right: 5px;
}

.drawer{
    overflow-x: hidden;
}

#slider {
    position: relative;
    margin: 0 auto;
    max-width: 900px;
}

#slider a:focus {
    outline: 0;
}

/* スライドするコンテンツ部分 */
.silider-content {
    position: relative; /* ループ処理に使う */
    float: left;
    width: 900px; /* viewと同じ大きさに */
    height: 380px;
    margin-right: 30px;
}

.slider-view {
    position: relative;
    margin: 0 auto;
    width: 900px;
    /* スライダーで表示するエリアの大きさ */
    height: 380px;
    /* 必須 */
}

#slide-next{
    text-decoration: none;
    cursor: pointer;
}

#slide-prev{
    text-decoration: none;
    cursor: pointer;
}

.chart-area {
    width: 100%;
}

.silider-content .fot {
    text-decoration: none;
}

.silider-content .fot:hover {
    color: #282D66;
}

.silider-content .carousel-list.first {
    text-decoration: none;
    background-color: #fff;
    border: solid #0f1350 4px;
    border-radius: 12px;
    padding: 20px;
}

.silider-content .heading {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.silider-content .heading p {
    margin: 0 auto;
    color: #333;
    font-weight: bold;
    text-align: center;
    width: 210px;
    padding: 5px 10px;
    border-top: #282D66 solid 3px;
    border-bottom: #282D66 solid 3px;
    font-size: 1.2em;
}

.silider-content .form {
    padding-left: 20px;
    border: rgba(119, 119, 119, 0.7) solid 2px;
    border-radius: 4px;
    width: 120px;
    height: 35px;
    color: #333;
}

.silider-content .subheading{
    display: flex;
    justify-content: space-between;
}

.silider-content .row{
    padding-top: 10px;
}

.silider-content .select-tab {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 3px;
}

.silider-content .buy-sell{
    display: flex;
}

.silider-content .buy-select,.silider-content .sell-select{
    width: 82px;
    height: 83px;
    font-size: 1.4em;
    border: solid 3px #282d66;
    border-radius: 6px;
}

.silider-content .buy-select{
    margin-right: 10px;
    color: #fff;
    background-color: #282d66;
}

.silider-content .buy-select:hover{
    background-color: #696c94;
}
.silider-content .buy-select:active{
    margin-right: 10px;
    color: #fff;
    border: solid 3px #282d66;
    background-color: #282d66;
}

.silider-content .sell-select{
    margin-right: 25px;
    color: #282D66;
    background-color: #ffffff;
}

.silider-content .sell-select:hover{
    background-color: #dfe0e8;
}

/* widthはjsで指定するのでここでは書かない */
.slider-container {
    position: absolute;
    top: 0;
    left: 0;
}

/* デモ用 --------*/
.slider-container div a {
    display: block;
}

.slider-container div a:hover {
    color: #600;
}
/*-------- ここまで */

/* 進む、戻るの配置とデコレーション */

.main {
    position: relative;
}

#slide-bottom{
    position: absolute;
    top: 195px;
    color: #282D66;
    font-size: 60px;
    line-height: 1;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
    width: 966px;
    display: flex;
    justify-content: space-between;
    left: 50%;
    height: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
}

#slide-prev:hover,
#slide-next:hover {
    color: #ccc;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

/* ページネーションの配置とデコレーション */
.slider-pagination {
    width: 100%;
    text-align: center;
    margin-top: 95px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
}

.slider-pagination a {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    background: #fff;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
    width: 135px;
    height: 30px;
    display: grid;
    align-items: center;
    font-size: 1.2em;
    margin-bottom: 10px;
    cursor: pointer;
}

.slider-pagination a.short {
    width: 12%;
}

.slider-pagination a.long {
    width: 24%;
}

.slider-pagination a.stock {
    width: 30%;
}

.slider-pagination a:hover {
    background: #ccc;
}


/* 現在表示しているコンテンツと同じページナンバー */
.slider-pagination a.target {
    box-shadow: 1px 1px 2px rgba( 0,   0,   0, 0.5) inset,
                0   0   2px rgba(68, 170, 238, 0.5);
    background: #488ce0;
    color: white;
}

.slider-pagination a.stock.target {
    box-shadow: 1px 1px 2px rgba( 0,   0,   0, 0.5) inset,
                0   0   2px rgba(68, 170, 238, 0.5);
    background: #51ada3;
    color: white;
}

div#toggle_area_coin_investment{
    letter-spacing: 0px;
    font-size: 1.1em;
}

.carousel-img .c3 {
    height: 240px;
}

.c3 svg,
.c3-legend-item {
    font-size: 9.5px;
}

.c3 path {
    stroke: #333;
    stroke-width: 2;
}

@media only screen and (max-width: 974px) {
    #slider {
        max-width: 730px;
    }
    .silider-content {
        width: 730px;
    }
    .slider-view {
        width: 730px;
    }
    #slide-bottom{
        width: 795px;
    }
}

@media only screen and (max-width: 767px) {
    #slider {
        max-width: 540px;
    }
    .silider-content {
        width: 540px;
    }

    .slider-view {
        width: 540px;
    }
    #slide-bottom{
        width: 103%;
        top: 155px;
    }
    .silider-content .heading {
        justify-content: space-between;
        width: 90%;
    }

    .silider-content .heading p {
        width: 40%;
        margin-left: 50px;
        border-top: #282D66 solid 2px;
        border-bottom: #282D66 solid 2px;
        font-size: 1em;
        padding: 5px 0;
        height: 34px;
    }

    .slider-pagination a.short {
        width: 23%;
    }

    .slider-pagination a.long {
        width: 48%;
    }

    .silider-content .fot {
        /* padding: 0 60px; */
    }

    .silider-content .carousel-list.first {
        padding: 20px 0px 10px 0px;
    }

    .silider-content .row {
        padding-top: 0;
    }

    .c3 svg,
    .c3-legend-item {
        font-size: 8px;
    }

    .silider-content .buy-select,
    .silider-content .sell-select {
        width: 62px;
        height: 69px;
        font-size: 1.1em;
        font-weight: 500;
    }

    .silider-content .sell-select {
        margin-right: -5px;
    }

    .slider-pagination {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .silider-content .subheading {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 568px) {
    #slider {
        max-width: 365px;
    }
    .silider-content {
        width: 365px;
    }

    .slider-view {
        width: 365px;
    }
    .silider-content .buy-select{
        margin-right: 4px;
    }
    section.section-course-point{
        margin-left: 0;
    }
    .silider-content .heading p {
        margin-left: 30px;
        height: auto;
    }
    .slider-pagination a{
        font-size: 0.9em;
    }
}
@media only screen and (max-width: 370px){
    #slider {
        max-width: 300px;
    }
    .silider-content {
        width: 300px;
    }

    .slider-view {
        width: 300px;
    }
    .slider-pagination {
        margin-top: 50px;
    }
    .investing .invest-course-title {
        font-size: 11px;
    }
    .invest-course-title {
        min-width: 125px;
    }
}

.c3-chart-lines .c3-chart-line {
    opacity: 1 !important;
    color: #00B500;
}

.section-tab {
    left: 0;
    width: 100%;
}

.section-tab .title-name {
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
}

.section-tab .title-name.now {
    border-bottom: solid 3px #282D66;
    padding-bottom: 5px;
    width: 200px;
}

.section-tab .title-name.past {
    opacity: 0.7;
    width: 200px;
}

.section-tab .top-title {
    display: flex;
    justify-content: space-around;
    max-width: 970px;
    padding: 13px 100px;
    margin: 0 auto;
}

.top-title-set {
    background-color: #fff;
    width: 100%;
    border-bottom: #333 solid 1px;
}

.top-title a {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .section-tab .top-title {
        padding: 5px 0;
    }

    .section-tab .title-name {
        font-size: 1.3em;
    }

    .section-tab .title-name.now {
        width: 170px;
    }

    .section-tab .title-name.past {
        width: 170px;
    }
}
.banner {
    width: 100%;
    text-align: center;
    margin: 30px 0 50px 0;
    background-color: #fff;
    padding-top: 30px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border-radius: 5px;
}

.banner .banner-title {
    color: #333;
    margin-bottom: 30px;
    font-size: 1.6em;
}

.banner .banner-subtitle {
    font-size: 1.2em;
    font-weight: 600;
}

@media only screen and (max-width: 767px){
    .banner {
        margin-bottom: 40px;
    }
}

.market.area {
    display:table;
    margin:0 auto;
}
.market.area .market-left {
    display: table-cell;
    visibility: hidden;
    width: 100px;
    margin-left: 20px;
}
.market.area .market-right {
    display:table-cell;
    padding-left:20px;
}
.market.area .market-right .point_detail_btn {
    display: table-cell;
    width: 100px;
    border: solid 1px #282d66;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 5px;
}
.point_detail_list_area {
    padding:10px 0;
    border-top: #333 solid 1px;
}
.point_detail_list {
    margin:5px 0;
}
.point_detail_block{
    text-align: center;
    display: inline-block;
    width:235px;
}
.point_detail_block .course_nm {
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
}
.point_detail_block .base-coin {
    font-size: 1.2em;
}
.point_detail_block .result-coin img{
    zoom: 0.65;
}
.point_detail_btn p {
    margin:0;
}
.point_detail_btn img {
    zoom: 0.65;
}
@media only screen and (max-width: 767px) {
    .market.area .market-left {
        width: 10%;
        margin-left: 10px;
    }
    .market.area .market-right .point_detail_btn {
        width: 70px;
        padding: 3px 3px;
    }
    .point_detail_block .course_nm {
        font-size: 1em;
    }
    .point_detail_block .result-coin img{
        zoom: 0.5;
    }
    .point_detail_btn img {
        zoom: 0.5;
    }
    .point_detail_btn.point_list_open,
    .point_detail_btn.point_list_close{
        font-size: 0.75em;
    }
    .market.area .market-right {
        display:table-cell;
        padding-left:10px;
    }
    .pr-5 {
        padding-right: 5px !important;
    }
}
@media only screen and (max-width: 340px) {
    .market.area .market-left {
        width: 20px;
        margin-left: 10px;
    }
}

