/*
    color table
        買付等：#3D9400
        売却等：#DD4B39
        入出Ｃ：#FE6E98
        戻る、確認する、h1-3、リンク：#282D66
        ヘッダラベル、ボーダー(濃い)：#979797
        ヘッダラベル、ボーダー(薄い)：#E9E9E9
*/



/* フォントテスト用（プロダクション環境では削除する）
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: bold;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
/* フォントテスト用 ここまで
-------------------------------------------------- */



/* global styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;

}

body {
    background: #F5F5F5;
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 'Noto Sans', 'Noto Sans CJK JP', 'Yu Gothic UI',YuGothic,'Yu Gothic',sans-serif;
    line-height: 1.42857;
    margin-left: 0px;
    margin-right: 0px;

    /* Margin bottom by footer height */
    margin-bottom: 60px;

}

p {
    margin-bottom: 10px;
}

.container {
    width: 100%;
    max-width : 970px;
    padding-left: 5px;
    padding-right:5px;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}

@media only screen and (max-width: 767px) {
.container {
    max-width : 750px;
}
}

/* PC/SPでの表示/非表示切り替え
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
.sp { display: none !important; }
}
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
}

/* PC/SPでのtext-align切り替え
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
.pc-left   { text-align: left;   }
.pc-center { text-align: center; }
.pc-right  { text-align: right;  }
}
@media only screen and (max-width: 767px) {
.sp-left   { text-align: left;   }
.sp-center { text-align: center; }
.sp-right  { text-align: right;  }
}

/* header styles
-------------------------------------------------- */
.navbar {
    background: #282D66;
    min-height: 60px;
    border: none;
    border-radius: 0px;
    z-index: 3;
}
.navbar-top {
    background: #282D66;
    min-height: 60px;
    border: none;
    border-radius: 0px;
    z-index: 3;
    margin-bottom: 0px;
}

.container-fluid {
    height : 100%;
}


@media(min-width:768px) {
.navbar-header {
    float: none;
}
.navbar-toggle {
    display: block !important;
}
.navbar-collapse.collapse {
    display: none !important;
}
}
@media only screen and (max-width: 767px) {
.navbar {
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}
}


/* 初心者ボタン 一般 */
.navbar-beginner {
    position: relative;
    float: right;
}

.navbar-beginner img {
    width:  32px;
    height: 32px;
    margin-top: 10px;
    margin-right: 6px;
}
/* 初心者ボタン 767以下 */
@media only screen and (max-width: 767px) {
.navbar-beginner {
}

.navbar-beginner img {
    width:  32px;
    height: 32px;
    margin-top: 17px;
    margin-right: 52px;
    /* margin-bottom: 11px; */
    zoom: 1.0;
}
}

/* 初心者ボタン ログアウト */
.navbar-beginner_logout {
    position: relative;
    float: right;
}

.navbar-beginner_logout img {
    width:  32px;
    height: 32px;
    margin-top: 14px;
    margin-right: 6px;
}
/* 初心者ボタン 767以下 */
@media only screen and (max-width: 767px) {
.navbar-beginner_logout {
}

.navbar-beginner_logout img {
    width:  32px;
    height: 32px;
    margin-top: 14px;
    margin-right: 10px;
    /* margin-bottom: 11px; */
    zoom: 1.0;
}
}



/* footer styles
-------------------------------------------------- */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;

    border-top: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    z-index: 210; /* (2022/08/09 #206531) */
}
.footer-link {
    margin: 3px 0;
}
.regulation-link , .regulation-link:active , .regulation-link:hover , .regulation-link:focus  ,
.cookie-policy-link , .cookie-policy-link:active , .cookie-policy-link:hover , .cookie-policy-link:focus  ,
.about-us, .about-us:active, .about-us:hover , .about-us:focus {
    text-decoration: none;
}

/* grid styles
-------------------------------------------------- */
.row {
    margin-left: -5px;
    margin-right: -5px;
}
.row-outer {
    margin-left: 5px;
    margin-right: 5px;
}
.row-outer > .row {
    display: block;
}
.row > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}
.row-center{
    text-align:center;
    letter-spacing:-0.4em;
}
.row-center > [class*='col-'] {
    display:inline-block;
    letter-spacing:0;
    vertical-align:top;
    float:none !important;
}
.row-center.va-middle > [class*='col-'] {
    vertical-align:middle;
}
.row-center.top-margin {
    margin-top: 24px;
}
.row-center.va-bottom > [class*='col-'] {
    vertical-align:bottom;
}
.row-center.va-bottom > [class*='col-'] {
    vertical-align: top;
}
.row.row-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top:10px;
    padding-bottom: 10px;
}
.row.row-btn.top-margin-none {
    padding-top: 0;
    margin-top: 0;
}
.row.row-btn-margin-middle {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top:0px;
    padding-bottom: 10px;
}

/* h1, h2, h3... styles
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
    line-height: 1.2;
    color: #282D66;
}

h1, .h1 {
    font-size:1.8em;
    margin-top: 37px;
    margin-bottom: 49px;
    text-align: center;
}

h1.top-title{
    margin-top: 10px;
    margin-bottom: 10px;
}

h2, .h2 {
    margin-top: 20px;
    font-size:1.3em;
}
h1 .screentitle ,
.h1 .screentitle ,
h2.complete-title ,
.h2.complete-title {
    padding: 3px;
    border-bottom: 4px solid #282D66;
}

h1 .screentitle.border-none ,
.h1 .screentitle.border-none ,
h2.complete-title.border-none ,
.h2.complete-title.border-none {
    border: none;
}

h5, .h5{
    text-align: center;
    font-size: 14px;
}


@media only screen and (max-width: 767px) {
h1, .h1 {
    font-size:2em;
    margin-top: 23px;
    margin-bottom: 32px;
}

h1, .regulation {
    line-height:1.6;
    margin-top: 4px;
    margin-bottom: 4px;
}

h2, .h2 {
    font-size:1.6em;
}
h1 .screentitle ,
.h1 .screentitle ,
h2.complete-title ,
.h2.complete-title {
    padding: 3px;
    border-bottom: 4px solid #282D66;
}
}


/* sectioin, hr
-------------------------------------------------- */
div.content-wrapper{
    padding-bottom: 20px;
}

section.section {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    padding: 30px;
    display: table;
    width:100%;
}

section.section.new {
    color: #282D66;
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid #282D66;
    border-radius: 10px;
    padding: 50px;
    margin-top: 50px;
}

section .section-title {
    /*margin-top:38px;*/
    margin-bottom: 0px;
    font-size: 1.6em;
}

.section-title.complete-title {
    margin-bottom: 30px;
}

.section-point {
    color: #333;
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: #333 solid 1px;
}

.section-point .point-title{
    letter-spacing: 0;
    justify-content: center;
    display: flex;
    padding-top: 10px;
    margin-bottom: -10px;
}

.section-point .operation-title{
    display: block;
    text-align: center;
    color: #333;
    width: 190px;
}

.section-point .operation-title.stock-title{
    width: 250px;
}

.section-point .market-price{
    font-size: 1.7em;
}

.section-point .difference-price{
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    margin-top: -10px;
}

@media only screen and (max-width: 767px) {
    .section-point .operation-title{
        width: 140px;
        padding: 0;
    }
    .section-point .operation-title.stock-title{
        width:200px;
    }

}

.reference-banner{
    background-color: #3477cb;
    height: 40px;
    border-radius: 20px;
    margin: 0 auto;
    width: 70%;
    max-width: 460px;
    margin-bottom: 15px;
    font-size: 1.3em;
    position: relative;
    padding: 7px 10px;
    min-width: 120px;
    font-size: 16px;
}
.reference-banner.stock {
    background-color: #20958e;
  }

.reference-banner:before {
    content: "";
    position: absolute;
    top: -23px;
    left: 50%;
    margin-left: -15px;
    border: 7px solid transparent;
    border-bottom: 16px solid #3477cb;
  }
.reference-banner.stock:before {
    content: "";
    position: absolute;
    top: -23px;
    left: 50%;
    margin-left: -15px;
    border: 7px solid transparent;
    border-bottom: 16px solid #20958e;
  }

   .reference-banner-lost {
    background-color: #3477cb;
    height: 40px;
    border-radius: 20px;
    margin: 0 auto;
    width: 70%;
    max-width: 460px;
    margin-bottom: 15px;
    font-size: 1.3em;
    position: relative;
    padding: 7px 10px;
    min-width: 120px;
    font-size: 16px;
  }
  .reference-banner-lost.stock {
    background-color: #20958e;
  }


  .reference-banner-lost:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 7px solid transparent;
    border-top: 16px solid #3477cb;
  }
  .reference-banner-lost.stock:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 7px solid transparent;
    border-top: 16px solid #20958e;
  }

  .reference-banner-lost div.reference-banner-content {
    margin: 0;
    padding: 0;
  }
  .reference-banner div.reference-banner-content {
    margin: 0;
    padding: 0;
  }

.reference-banner .reference-banner-content,
.reference-banner-lost .reference-banner-content{
    text-align: center;
    padding-top: 6px;
    color: #fff;
    display: flex;
    justify-content: center;
}

.Arrow-Right {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    margin-top: 4px;
}

.nothing-banner{
    text-decoration: none;
}

.moshimo-banner{
    text-decoration: none;
}
.nothing-banner:hover{
    text-decoration: none;
}

.moshimo-banner:hover{
    text-decoration: none;
}

.section-point .balance-stock{
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-point .free-stock-point {
    display: flex;
    margin-right: 10px;
}

.section-point .free-stock-title{
    letter-spacing: normal;
    color: #fff;
}

.section-point.free-stock{
    margin: 0 auto;
    width: 70%;
    border-bottom: none;
    height: 40px;
    border-radius: 20px;
    background-color: #20958e;
    max-width: 480px;
}

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

    .reference-banner .reference-banner-content{
        padding-top: 0;
    }

    .reference-banner,
    .reference-banner-lost{
        font-size: 0.9em;
        padding-top: 7px;
        width: 70%;
        height: 30px;

    }
    .Arrow-Right {
        margin-top: 5px;
        width: 10px;
        height: 10px;
    }
    .free-stock .coin_fsp .coin{
        font-size: 1.3em;
    }
    .section-point .balance-stock{
        padding-top:7px;
    }
}

/* PC */
@media only screen and (min-width: 768px) {
    .section-title-area {
        text-align: center;
        display: inline-block;
        width:100%
    }
    .section-title-area .section-title {
        padding-bottom: 3px;
        border-bottom: 3px solid #282D66;
        display: inline-block;
    }

}

.mx-n5 {
    margin-right: -5px;
    margin-left: -5px;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
hr.strong {
    border-color: #979797;
}
hr.dashed {
    border-top: 2px dashed #E9E9E9;
}
hr.invisible-border {
    border: none;
}
section.section hr.section-border {
    margin-left: -30px;
    margin-right: -30px;
}
section.section.new div.section-border {
    margin: 10px 0;
    border-top: solid 2px #282D66;
}
section.section .explanation-text {
    letter-spacing: 0em;
    line-height: 25px;
    text-align: center;
    font-size: 1.15em;
    margin-top: 15px;
}
section.section .explanation-text-alert {
    margin-top: 11px;
    letter-spacing: 0em;
    line-height: 25px;
    text-align: center;
    color: #d4332a;
    font-size: 1.0em;
}


section.section .explanation-text-alert .explanation-text-alert-left {
    text-align: left;
    display: inline-block;
}

section.section.campaign-section {
    margin-bottom: 53px;
}

section.section .text-black{
    color: #000000;
}
section.section .text-gray{
    color: #777777;
}
section.section .text-black-chg{
    margin-left: 8px;
    color: #000000;
    font-size: 1.15em;
}

section.section .white-space-normal{
    white-space: normal !important;
}
section.section .exchg-info{
    padding: 10px !important;
    line-height: 1.5em;
}
section.section .explanation-text-alert-margin{
    margin-top:      2px !important;
    margin-bottom: -12px !important;
}



@media only screen and (max-width: 767px) {
section.section {
    padding: 15px;
}
section.section.new {
    padding: 20px;
}
section .section-title {
    margin-top:30px;
    /* margin-bottom: 11px; */
    font-size: 1.6em;
}
section.new .section-title {
    margin-top:30px;
    margin-bottom: 10px;
    font-size: 1.2em;
    text-align: left;
    padding-top: 10px;
}
.section-title.complete-title {
    margin-bottom: 0px;
}
section.section hr.section-border {
    margin-left: -15px;
    margin-right: -15px;
}
section.section .explanation-text {
    text-align: left;
    padding-left: 0;
}
section.section .explanation-text-alert {
    text-align: left;
}

}

/* アンカー
-------------------------------------------------- */
a {
    color: #282D66;
    text-decoration: underline;
}

a:hover {
    color: #2a6496;
    text-decoration: underline;
}

/* ボタン
-------------------------------------------------- */
.btn {
    font-size : 2em;
    font-weight: 600;
    color : #FFF;
    border-radius: 8px;
    border-width: 2px;
    padding-top : 10px;
    padding-bottom : 10px;
    display: block;
}
.btn.new {
    border-radius: 30px;
}
.btn-block {
    padding-left: 0px;
    padding-right: 0px;
}
.d-block {
    padding-left: 0px;
    padding-right: 0px;
}
.btn.disabled {
    background-color: #979797;
    border-color: #979797;
    color : #FFF;
}
.btn-buy {
    background-color: #3D9400;
    border-color: #3D9400;
}
.btn-buy.new:active {
    background-color: #fcb44c;
    border-color: #fcb44c;
    color : #FFF;
}
.btn-buy.new {
    background-color: #fcb44c;
    border-color: #fcb44c;
}
.btn-buy-select {
    background-color: #3D9400;
    border-color: #3D9400;
}
/* 株式買付期限対応：買付ボタン非活性 */
button.btn.btn-buy-select.btn-disabled-gray,
button.btn.buy-select.btn-disabled-gray,
button.btn-disabled-gray.tsumitate-btn,
button.btn-disabled-gray#btn_buy_select {
    background-color: #ced4da !important;
    border-color: #ced4da !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}
button.btn.btn-buy-select.btn-disabled-gray:hover,
button.btn.btn-buy-select.btn-disabled-gray:focus,
button.btn.btn-buy-select.btn-disabled-gray:active,
button.btn.buy-select.btn-disabled-gray:hover,
button.btn.buy-select.btn-disabled-gray:focus,
button.btn.buy-select.btn-disabled-gray:active {
    background-color: #ced4da !important;
    border-color: #ced4da !important;
    color: #ffffff !important;
}
.btn-sell {
    background-color: #DD4B39;
    border-color: #DD4B39;
}
.btn-sell.new:active {
    background-color: #fcb44c;
    border-color: #fcb44c;
    color : #FFF;
}
.btn-sell.new {
    background-color: #fcb44c;
    border-color: #fcb44c;
}
.btn-sell-select {
    background-color: #DD4B39;
    border-color: #DD4B39;
}
/* 株式買付期限対応：売却ボタン非活性 */
button.btn.btn-sell-select.btn-disabled-gray,
button.btn.sell-select.btn-disabled-gray {
    background-color: #ffffff !important;
    border-color: #ced4da !important;
    color: #ced4da !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}
button.btn.btn-sell-select.btn-disabled-gray:hover,
button.btn.btn-sell-select.btn-disabled-gray:focus,
button.btn.btn-sell-select.btn-disabled-gray:active,
button.btn.sell-select.btn-disabled-gray:hover,
button.btn.sell-select.btn-disabled-gray:focus,
button.btn.sell-select.btn-disabled-gray:active {
    background-color: #ffffff !important;
    border-color: #ced4da !important;
    color: #ced4da !important;
}
/* disabled属性共通 */
button[disabled].btn-disabled-gray,
button:disabled.btn-disabled-gray {
    pointer-events: auto !important;
    cursor: not-allowed !important;
}
.btn-coin {
    background-color: #FE6E98;
    border-color: #FE6E98;
}
.btn-confirm {
    background-color: #282D66;
    border-color: #282D66;
}
.btn-confirm.new:active {
    background-color: #fcb44c;
    border-color: #fcb44c;
    color : #FFF;
}
.btn-confirm.new {
    background-color: #fcb44c;
    border-color: #fcb44c;
    color : #FFF;
}
.btn-login {
    background-color: #FE6E98;
    border-color: #FE6E98;
}
.btn.btn-login:active {
    background-color: #FE6E98;
    border-color: #FE6E98;
    color : #FFF;
}


.btn-closecfm {
    background-color: #FE6E98;
    border-color: #FE6E98;
}



.btn-i2s{
    background-color: #FFFFFF;
    border-color: #559cd9;
    border-radius: 16px;
    border-width: 1px;
    color: #559cd9;
    font-size: 1.2em;
}
.btn-i2s.stay {
    background-color: #337ab7;
    border-color: #337ab7;
    border-radius: 16px;
    color: #FFFFFF;
    font-size: 1.2em;
}

.btn-default {
    font-size : 1.6em;
    color : #282D66;
    background-color: inherit;
    border-color: #282D66;
    padding-top : 5px;
    padding-bottom : 5px;
}
.btn-default.new {
    cursor: pointer;
    font-size : 1.1em;
    font-weight: 600;
    color : #282D66;
    background-color: inherit;
    border: none;
    padding-top : 5px;
    padding-bottom : 5px;
}

.btn:hover {
    color: #FFF;
}

.btn.hover {
    color: #FFF;
    opacity: 0.8;
}

.btn-login.hover {
    background-color: #FE6E98;
    border-color: #FE6E98;
    color: #FFF;
    opacity: 0.5;
}
.btn-coin.hover {
    background-color: #FE6E98;
    border-color: #FE6E98;
    color: #FFF;
    opacity: 0.8;
}
.btn-sell.hover {
    background-color: #DD4B39;
    border-color: #DD4B39;
    color: #FFF;
    opacity: 0.8;
}
.btn-closecfm.hover {
    background-color: #FE6E98;
    border-color: #FE6E98;
    color: #FFF;
    opacity: 0.8;
}
.btn-confirm.hover {
    background-color: #282D66;
    border-color: #282D66;
    color: #FFF;
    opacity: 0.8;
}
.btn-i2s.hover{
    color: #559cd9;
}
.btn-i2s.stay.hover{
    color: #FFF;
}

.btn:focus {
    color: #FFF;
}
.btn-default.hover {
    color: #282D66;
    background-color: inherit;
    border-color: #282D66;
    opacity: 0.5;
}
.btn-default.new.hover {
    opacity: 0.5;
}
.btn-default:focus {
    color: #282D66;
    background-color: inherit;
    border-color: #282D66;
}
.btn-default.new:focus {
    color: #282D66;
    background-color: inherit;
    border-color: inherit;
}
.btn-wrapper.top-margin {
    margin-top: 9px;
}
.btn-fontsize {
    font-size: 18px !important;
}

@media only screen and (max-width: 767px) {
.btn {
    font-size : 1.2em;
}
.btn-course-adjust{
    padding-right: 5px;
    padding-left: 5px;
}
}


/* ラベル
-------------------------------------------------- */
label{
    display: table-cell;
    text-align: left;
    margin-bottom: 0px;
    color: #979797;
    font-size:1.3em;
    font-weight: bold;
}
radio-field label{
    font-size:1em;
}
label.header {
    font-weight: normal;
    text-align: center;
}
label .description{
    font-size:0.7em;
    font-weight: normal;
}
label .description.new{
	font-size:1.0em;
}
label.above-label {
    padding-left: 0px;
    margin-top: 16px;
    padding-bottom: 6px;
}
label.black-plain {
    color: #000;
    font-weight: normal;
}

.chart-title label {
    display: initial;
    color: #282D66;
}

@media only screen and (max-width: 767px) {
label{
    font-size:1em;
}
label .description{
    font-size:0.6em;
    display:block;
}
}

/* dd要素
-------------------------------------------------- */
dd {
    margin-bottom: 0;
}


/* フォント
-------------------------------------------------- */
.plus , .buy {
    color:#3D9400;
}
.minus, .sell {
    color:#DD4B39;
}
.charge {
    color:#FE6E98;
}
.plus-minus-zero {
    color:#979797;
}
.decimal {
    font-size: 0.7em;
}
.decimal.flat {
    font-size: 1em;
}
.unit {
    font-size: 0.7em;
}
.unit.flat {
    font-size: 1em;
}
.unit.space {
    padding-left: 3px;
}


/* alert
-------------------------------------------------- */
.alert {
    margin: 20px 0px;
    border-radius: 0px;
    padding: 15px 5px;
}
.alert-danger {
    color : #DD4B39;
    background-color: #FFF8F8;
    border-color: #DD4B39;
}
.alert ul {
    margin-bottom: 0px;
}


/* 画像（SP版向けの縮小指定）
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
img{
     zoom : 0.5;
}
}


/* 運用コイン
-------------------------------------------------- */
.coin {
}
.coin.strong {
    font-weight:bold;
}
.coin_fsp > .coin {
    color: #fff;
    font-size: 1.9em;
    letter-spacing: normal;
}


/* 平均基準価額
-------------------------------------------------- */
.rate{
    font-size: 3em;
}
.rate.strong{
    font-weight:bold;
}
@media only screen and (max-width: 767px) {
.rate{
    font-size: 1.6em;
}
}


/* UNIT数
-------------------------------------------------- */
.units {
    font-size: 1.6em;
}
.units.strong {
    font-weight:bold;
}

/* 積立設定用 */
.units.before {
    font-size: 1em;
}
.units.after {
    color: #DD4B39;
}
img.units-change {
    padding: 10px;
    margin-top: -10px;
}
.no-units {
    color: #979797;
}

@media only screen and (max-width: 767px) {
.units {
    font-size: 1.4em;
}
}


/* 含み損益・レート前日比
-------------------------------------------------- */
.gains {
    font-size: 1.6em;
}
.gains.strong {
    font-weight:bold;
}
.gains .sign {
    font-size:0.8em;
}
.gains.plus img{
    margin-top: -4px;
}
.gains img{
    margin-left: 5px;
    margin-right: 5px;
}
.gains .sign{
    margin-right: 2px;
}
.gains.plus-minus-zero .sign{
    font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
.gains {
    font-size: 1.2em;
}
}



/* 運用コイン残高：<section class="zandaka">
-------------------------------------------------- */
.zandaka .coin {
    font-family: 'Helvetica Neue', 'Roboto', 'Arial';
}
section.zandaka {
    text-align: center;
    min-height: 80px;
}
section.zandaka.eikyu-fumetsu-pt {
    margin-bottom: 11px;
}
.zandaka-header {
    margin-bottom: 8px;
}
.zandaka-header-text {
    background: url("/assets/img/ic_capability_of_coin.png") no-repeat;
    background-position: left top;
    background-size: 18px 21px;
    padding-left: 23px;
}
.zandaka .coin_link {
    text-decoration: none;
    border-bottom: 3px solid #282D66;
}
.zandaka .coin {
    font-size: 1.8em;
    font-weight: bold;
    white-space: nowrap;
}
@media only screen and (max-width: 767px) {
    section.zandaka {
        margin-bottom: 40px;
    }
    .zandaka-header-text {
        background: url("/assets/img/ic_capability_of_coin@2x.png") no-repeat;
        background-size: 24px 28px;
        padding-left: 36px;
    }
    .zandaka .coin {
        font-size: 1.8em;
        font-weight: bold;
    }
    .zandaka-title {
        font-size: 0.7em;
    }
}
.zandaka .header-subtitle {
    font-size: 1.15em;
}
.zandaka .header-subtitle-bold {
    font-size: 1.2em;
    font-weight: bold;
}

.header-title-margin {
    margin-top: 15px;
}

.operation-set{
    background-color: #488ce0;
    color: #fff;
    border-bottom: #333 solid 1px;
}

.operation-set.stock{
    background-color: #51ada3;
}

.operation{
    margin: 0 auto;
    max-width: 970px;
    display: flex;
    justify-content: space-around;
    height: 70px;
    align-items: center;
    position: relative;
}

.balance{
    display: flex;
}

.operation .coin_link {
    font-size: 2.3em;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.balance .balance-text{
    margin: auto;
}

.balance .balance-title{
    text-align: center;
    margin: 0 46px;
}

.charge-point{
    position: relative;
    text-decoration: none;
    background-color: #282d66;
    border-radius: 30px;
    padding: 5px 15px;
    display: flex;
}
.charge-point:hover{
    text-decoration: none;
}

.charge-point .charge-title{
    margin: 1px 0;
    color: #fff;
}

.charge-point .plus-btn {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1px 2px;
    margin-right: 7px;
}

.charge-point .plus-img{
    margin-bottom: 2px;
}

@media only screen and (max-width: 767px){
    .operation .coin_link {
        line-height: 35px;
    }
    .charge-point{
        padding: 4px 6px;
        display: flex;
    }
    .charge-point .charge-title {
        font-size: 10px;
    }
    .balance .balance-title{
        margin: 0 21px;
    }
    .charge-point .plus-btn {
        padding: 1px 4px;
        margin-right: 2px;
    }

    .charge-point .plus-img {
        margin-bottom: 5px;
    }
    .balance .balance-text {
        font-size: 12px;
    }
}
@media only screen and (max-width: 568px){
    .operation .coin_link {
        font-size: 1.4em;
    }
    .operation{
        justify-content: space-between;
    }
    .balance {
        width: 100px;
    }
    .balance .balance-title{
        margin: 0;
        width: 100%;
    }
    .balance .balance-text {
        font-size: 11px;
    }
}



/* 運用中のコイン：<section class="investing">
-------------------------------------------------- */
.investing{
    margin-bottom: 15px;
}

.investment-contents{
    margin: 0 auto;
}

.investing.course{
    margin-bottom: 0;
    color: #333;
}

.investing .invest-course-title{
    font-weight: 700;
}

.investing .invest-course-market{
    font-size: 1.3em;
    margin: -6px 0;
}

.investing .decimal{
    font-size: 1em;
}

.investing .coin,
.investing .units {
    font-family: 'Helvetica Neue', 'Roboto', 'Arial';
}
.investing div.total {
    padding-right:30px;
}
.investing .course {
    border-left: 1px solid #E9E9E9;
    padding-left:30px;
}
.investing label {
    color: #777777;
}
.investing label.course-name {
    font-size:1.1em;
}
.investing .units {
    font-size: 1.6em;
}
.investing .units.total {
    font-size: 2em;
    font-weight: bold;
}
.investing .units .unit {
    padding-left: 4px;
    font-size: 0.8em;
}
.investing .coin {
    font-size: 1.8em;
}
.investing .coin.new {
    font-weight: 700;
}
.investing .coin.total {
    font-size: 3em;
    font-weight: bold;
}
.investing .arrow-change-to {
    background: url(/assets/img/ic_arrow_horizonal_black.png) no-repeat;
    background-size: contain;
    height: 15px;
    width: 28px;
    position: relative;
    top: 12px;
}
.investing .gains {
    font-size: 1.3em;
}
.investing .gains.new {
    font-size: 1em;
    font-weight: 700;
    color: rgb(115, 115, 115);
}

.investing .gains .sign {
    font-size: 1.0em;
}
.investing .gains img {
    width: 20px;
}
.investing .gains-adjust{
    font-size: 1.3em;
}
.investing .point_link {
    text-decoration: none;
    border-bottom: 3px solid #282D66;
}
.row-course{
    margin-top: 10px;
    margin-bottom: 10px;
}
.anchor-link-block{
    color: #282D66;
    cursor: pointer;
}
.anchor-link-block p{
    margin:0px;
}
.stock-icon {
    width: 1.4em;
    height: 1.4em;
}
.investment-notice {
    text-align: right;
    font-size: 1.0em;
    padding-right: 5px;
}

.investing .row .course-img {
  text-align: right;
}

.investing .row .course-img img{
  width: 45%;
}

.investing .row .point-parts{
    text-align: left;
    padding-left: 20px;
}

.investing .row .base-coin {
  font-size: 1.0em;
}

.investing .row .base-coin .decimal {
  font-size: 1.0em;
}

.investing .row .base-text {
  color: gray;
}

.investing .row .result-coin {
  font-size: 2.3em;
  font-weight: bold;
}

.investing .result-coin {
  font-size: 1.2em;
  font-weight: bold;
  color: rgb(115, 115, 115);
}

.investing .gains-adjust .gains {
  font-weight: bold;
  font-size: 0.9em;
  color: #333;
  vertical-align: sub;
}

.point-arrow {
    margin-right: 5px;
    margin-bottom: 3px;
}

#toggle_area_coin_investment .point-arrow{
    width: 15px;
    height: 15px;
    color: red;
}

@media only screen and (max-width: 767px) {
.investing div.total {
    padding-right: 2px;
}
.investing .course {
    border-left: none;
    padding-left:9px;
}
.investing label {
    color: #777777;
}
.investing label.course-name {
    font-size:1em;
}
.investing .units {
    font-size: 1.2em;
}
.investing .units.total {
    font-size: 1.2em;
}
.investing .coin {
    font-size: 1.4em;
}
.investing .coin.total {
    font-size: 1.8em;
}
.investing .hidden {
    display:none;
}
.investing .toggle-border {
    margin-left:-10px;
    margin-right:-5px;
}
.investing .result-coin {
    font-size: 1em;
}
.investing .arrow-change-to {
    height: 16px;
    width: 30px;
    position: relative;
    top: 11px;
    left: 3px;
}
.investing .gains {
    font-size: 0.9em;
}
.investing .gains .sign {
    font-size: 0.9em;
}
.investing .gains img {
    width: 25px;
}
.investing .gains-adjust{
    /* padding-left: 50px; */
    font-size: 1.1em;
}

.investing_fsp > label {
    font-size: 0.8em;
}
.stock-icon {
    width: 2.0em;
    height: 2.0em;
}
.investment-notice {
    font-size: 0.65em;
}

.investing .row .course-img img{
  width: 100%;
  padding-top: 20px;
}

.investing .invest-course-title{
    font-size: 12px;
}
}
@media only screen and (max-width: 568px){
    .coin.base-coin{
        font-size: 1.1em;
    }
}

.stock-sv {
    font-size: 1em;
}
.stock-sv > span {
    font-size: 0.8em;
}
.stock-sv.stock-sv-text {
    font-size: 0.8em;
}
.stock-graph {
    position: relative; /* IE is dumb */
    border: 1px solid #AAAAAA;
    margin-top: 2px;
    padding: 2px;
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.stock-graph .bar {
    display: block;
    position: relative;
    background: #409890;
    text-align: center;
    color: #f0ffff;
    height: 0.8em;
    line-height: 0.8em;
}
.stock-graph .bar-max {
    display: block;
    position: relative;
    background: #DD4B39;
    text-align: center;
    color: #f0ffff;
    height: 0.8em;
    line-height: 0.8em;
}
.stock-graph .bar span {
    position: absolute; left: 1em;
}


/* 現在のレート：<section class="current-nav">
-------------------------------------------------- */
.current-nav .rate,
.current-nav .gains {
    font-family: 'Helvetica Neue', 'Roboto', 'Arial';
    font-size: 1.8em;
}
.current-nav ol.course-name {
    list-style: none;
    margin-top: 10px;
    margin-left: -20px;
}

.current-nav label {
    color:#777777;
}

.current-nav label.course-name {
    padding-left: 50px;
}
.current-nav ol.course-name li {
    width:20px;
    height:20px;
    border-radius : 50%;
}
.current-nav ol.course-name li.course-1{
    background:#9fcbff;
    border: 1px solid #5093e3;
}
.current-nav ol.course-name li.course-2{
    background:#ffb594;
    border: 1px solid #ff570a;
}


.current-nav .rate-title{
    background-color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
}
.current-nav .rate-title label{
    padding: 10px;
    font-weight: bold;
    color: #000;
}
.current-nav .rate-title .frame-border{
    border-left: thin solid #ffffff;
    border-right: thin solid #ffffff;
}

.current-nav .rate-value{
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rate-col{
    padding: 0;
}

.ratio-col{
    padding: 0;
}

@media only screen and (max-width: 767px) {
.current-nav ol.course-name {
    list-style: none;
    margin-left: -40px;
}
.current-nav label.course-name {
    padding-left: 10px;
}
.current-nav ol.course-name li {
    width:15px;
    height:15px;
}
}


/* 入力フォーム：<section class="input-form">
-------------------------------------------------- */
.input-form.new {
    margin-top: 55px;
}
.input-form .header-description {
    padding: 10px;
    font-size: 1.4em;
    text-align: center;
}
.input-form.new label,
.input-form > .new label {
    color: #333;
    font-size: 1.1em;
}
.input-form .footer-description {
    padding: 10px 0px;
}
.input-form .tsumitate-btn {
    margin-top:20px;
    margin-bottom: 5px;
}
.tsumitate-btn-row{
    padding: 5px 0;
}
.tsumitate-btn {
    font-size: 1.1em;
    background-color: #fff;
    border-color: #0f1350;
    font-weight: 600;
    color: #282D66;
    border-radius: 30px;
    border-width: 2px;
    padding: 10px;
}
.tsumitate-btn:hover {
    background-color: #fff;
    border-color: #282D66;
    color: #282D66;
}
section.content-header{
    padding: 1px;
}
section.content .rate-text{
    font-size: 1.2em;
    color: #282D66;
    font-weight: 700;
}
.tsumitate-subtitle{
    display: flex;
    justify-content: space-between;
}
.input-form .rate {
    font-size: 1.4em;
}
.input-form .coin {
    font-size: 1.6em;
}
.input-form .coin.zandaka {
    font-size: 1.2em;
}
.input-form .after .coin.zandaka{
    font-size: 1.6em;
}
.input-form .after{
    text-align: right !important;
}
.input-form div.right-form {
    border-left: 1px solid #E9E9E9;
}
.input-form span.right-form {
    padding-left: 30px;
}
.input-form .confirm-data {
    font-size : 1.4em;
    padding: 20px 10px;
    text-align: right;
}
.input-form.new .confirm-data{
    font-size: 1.8em;
    text-align: right;
    letter-spacing: normal;
}
.input-form.new .course-title{
    text-align: left;
    padding-left: 40px;
}
.input-form .course-name{
    text-align: left;
}
.input-form .stock-data {
    padding: 0px 10px !important;
}
.input-form .stock-data-sp {
    padding: 0px 10px !important;
    font-size : 1.0em !important;
}
.input-form .confirm-data.campaign-name {
    font-weight: bold;
    text-align: center;
}
.input-form .confirm-data .rate {
    font-size : 1em;
}
.input-form .label-title{
    font-size: 1.1em;
    letter-spacing: 0;
}
.input-form .error-message {
    color : #DD4B39;
    font-size : 0.9em;
    min-height: 23px;
    padding: 3px;
}
.input-form .target-rate {
    width: 100%;
    position: absolute;
    right: 20px;
    font-size : 1.1em;
    text-align: right;
}
.input-form.new .target-rate {
    font-size : 1.7em;
    letter-spacing: 0;
    text-align: left;
    position: inherit;
    width: auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

.input-form select.form-control{
    width: 100%;
    font-size: 20px;
    height: 40px;
    padding:5px;
    appearance: auto;
}

.input-form hr{
    opacity: 1;
    border-top: 3px solid #282D66;
}

.input-form input{
    height: 54px;
    font-size: 35px;
}

.input-form input[type="radio"]{
    height: 80%;
}

.input-form .text{
    font-size: 1.8em;
}

.input-form .btn{
    font-size : 1.1em;
}

.input-form .point-row{
    margin-top: 30px;
    margin-bottom: 0;
}
.input-form .course-name{
    margin: 10px 0;
    padding-left: 10px;
}

.input-form .point-btn{
    font-size : 1.2em;
    color : #333;
    border-color: #eee;
    background-color: #fff;
    padding-top : 2px;
    padding-bottom : 2px;
    width: 100%;
}

.input-form .point-btn.num{
    font-weight: 400;
}

.input-form .btn-row{
    margin-top: 15px;
}

.input-form .point-btn:hover{
    background-color: #fee8c9;
    opacity: 1.0;
}
.input-form .label-zandaka{
    margin-top: 15px;
}

@media only screen and (max-width: 767px) {
.input-form .header-description {
    padding: 10px;
    font-size: 1em;
    text-align: left;
}
.input-form .footer-description {
    font-size: 0.9em;
}
.input-form .tsumitate-btn {
    margin-top: 24px;
    margin-bottom: 5px;
}
.input-form .rate {
    font-size: 1em;
}
.input-form .coin {
    font-size: 1.4em;
}
.input-form .coin.zandaka {
    font-size: 1em;
}
.input-form .after .coin.zandaka{
    font-size: 1.6em;
}
.input-form .after{
    text-align: center !important;
}
.input-form .text-adjustment{
    text-align: center;
    width: 150px;
}
.input-form div.right-form {
    border-left: none;
}
.input-form span.right-form {
    padding-left: 0px;
}
.input-form .confirm-data {
    font-size : 1.4em;
    padding: 20px 10px;
    text-align: right;
}
.input-form.new .confirm-data {
    font-size : 1.6em;
    padding: 0 10px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.input-form .confirm-data .rate {
    font-size : 1em;
}
    .input-form .btn-row{
        text-align: center;
    }
    .input-form .point-row{
        margin-top: 10px;
    }
    .input-form .text{
        text-align: center;
        font-size: 24px;
    }
    .input-form .point-text{
        text-align: center;
        font-size: 18px;
    }
    .input-form select.form-control{
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        height: 30px;
        padding: 0;
        text-align: center;
    }
    .input-form .course-name {
        margin: 0;
        margin-top: 5px;
        text-align: center;
        padding-left: 5px;
        font-size: 18px;
    }
    .input-form .form-group {
        margin-bottom: 0;
    }
    .input-form .label-title{
        font-size: 1.0em;
        text-align: center;
    }
    .input-form .label-zandaka{
        margin-top: 0;
    }
}


/* フローティングボタン
-------------------------------------------------- */
section.floating{
    /* #4348 フローティング画像の差し替えについて 対応
    bottom: 65px;*/
    bottom: 230px;
    zoom: 1;
    /*  #4348 フローティング画像の差し替えについて 対応 ここまで */
    right: 0;
    position: fixed;
    z-index: 100;
}
/* #4348 フローティング画像の差し替えについて 対応 */
@media only screen and (max-width: 767px) {
    section.floating{
        bottom: 200px;
    }
    section.floating img{
        zoom: 0.70;
    }
}
/*  #4348 フローティング画像の差し替えについて 対応 ここまで */
.floating .floating-btn{
    position: fixed;
    right: 0;
}

.floating .floating-btn .pc{
    top: 460px;
}
.floating .floating-btn .sp{
    top: 390px;
    margin-top: 40px;
}

.floating .floating-btn img{
    width: 208px;
}

.floating .floating-box{
    position: relative;
    width: 160px;
    height: 60px;
    background: #3477CB;
    text-align: center;
    border: 5px solid #3477CB;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    right: 45px;
    top: 20px;
    line-height: 1;
    display: table;
    box-shadow: 2px 2px 5px 2px rgb(0 0 0 / 30%);
}

.floating .floating-text{
    display: table-cell;
    vertical-align: middle;
}

.floating .floating-space {
    letter-spacing: 2px;
}

.floating .floating-while {
    font-size: 18px;
}

.floating .floating-link{
    text-decoration: none;
}

.floating .floating-box:after,.floating .floating-box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:75%;
}
/* .floating-box:after{
    border-color: rgba(52, 119, 203, 0);
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:7px;
    border-right-width:7px;
    margin-left: -7px;
    border-top-color:#3477CB;
} */
.floating .floating-box:before{
    border-color: rgba(52, 119, 203, 0);
    border-top-width: 10px;
    border-bottom-width: 15px;
    border-left-width: 12px;
    border-right-width: 0;
    margin-left: -15px;
    margin-top: 5px;
    border-top-color: #3477CB;
}

/* 注釈
-------------------------------------------------- */
.message-block{
    padding:20px 10px;
}
.attention {
    color: #DD4B39;
}
.attention-stopping {
    color: #DD4B39;
    text-align: center;
    font-weight: bold;
    border: 2px solid #DD4B39;
    margin: 15px 0;
    padding: 10px 10px;
    background-color: #FBF0F0;
}
.attention-cycle_change {
    color: #337ab7;;
    text-align: center;
    font-weight: bold;
    border: 2px solid #337ab7;;
    margin: 15px 0;
    padding: 10px 10px;
    background-color: #E1F4FF;;
}
.attention-cycle {
    color: #333;;
    text-align: center;
    font-weight: bold;
    border: 2px solid #ccc;
    border-radius: 10px;
    margin: 15px 0;
    padding: 20px 20px;
    background-color: #fff;;
}

.exchg .message-block a{
    color: #979797;
}
.exchg .message-block {
    text-align: center;
    font-size: 0.85em;
    color: #979797;
}
.content-wrapper.content-charge.charge-cmp{
    padding-bottom: 20px;
    padding-top: 1px;
}
section.section.new.exchg-new {
    margin-top: 0;
}
section.section.new.charge-new {
    margin-top: 15px;
}
@media only screen and (max-width: 767px) {
.exchg .message-block {
   text-align: left;
}
}


/* 未ログイントップ */
.no-login-description ul {
    padding-left: 40px;
}


/* 任意退会確認画面　注意文 */
section.closecfminfo li {
    margin: 10px 0px;
}

section.closecfminfo ul {
    list-style-type: disc;
    padding-inline-start: 14px;
}


/* バナー
-------------------------------------------------- */
.content-banner {
    margin : 20px auto;
    text-align: center;
}


/* ラジオボタンの表示領域（売買画面）
-------------------------------------------------- */
radio-field {
    white-space: nowrap;
}
@media only screen and (max-width: 309px) {
radio-field {
    white-space: inherit;
}
}

/* 取引履歴
-------------------------------------------------- */
.container.history {
    padding-left: 0px;
    padding-right: 0px;
}
section.history section.section {
    border: none;
    padding: 0px;
    font-size: 0.9em;
}
section.history section.section.header {
    background: #F5F5F5;
    white-space: nowrap;
    color: #979797;
}
section.history section.section.header label {
    font-weight: normal;
}
section.history .row {
    margin: 0px;
}
section.history .row > [class*='col-'] {
    padding: 5px 10px;
}
section.history .row .trade-kbn {
    padding-right: 0px;
    padding-left: 24px;
}
section.history section.section.body .row > [class*='col-'] {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F5F5F5;
    /*white-space: nowrap;*/
}
section.history .icon {
    font-size:1em;
    font-weight: normal;
    color:white;
    text-align: center;
    padding:0px;
    border: 1px solid #FFF;
    border-radius:3px;
    width:20px;
    height:20px;
    position:absolute;
}
/* 取引履歴の「買」「売」アイコンのみ、他とカラーパレットが逆なので注意*/
section.history .icon.icon-buy {
    background-color: #DD4B39;
    border-color: #DD4B39;
}
section.history .icon.icon-stock {
    background-color: #337ab7;
    border-color: #337ab7;
}
section.history .icon.icon-sell {
    background-color: #3D9400;
    border-color: #3D9400;
}
section.history .icon.icon-charge-in {
    background-color: #FE6E98;
    border-color: #FE6E98;
}
section.history .icon.icon-charge-out {
    background-color: #282D66;
    border-color: #282D66;
}
section.history .trade-content {
    padding-left:23px;
}
section.history .remark {
    white-space: normal;
}
section.history .paginator {
    font-size: 1em;
    margin: 15px 0px;
}
section.history .paginator span{
    margin: 5px;
}
section.history .paginator a {
    color: #649FE5;
    text-decoration: none;
}
section.history .paginator .active {
    color: #979797;
}

@media only screen and (max-width: 767px) {
section.history .row .trade-kbn {
    padding-left: 20px;
}
section.history .row .trade-kbn.course-buy {
    background: url("/assets/img/icon_buy_sp@2x.png") no-repeat;
    background-position: left center;
    background-size: 16px;
}
section.history .row .trade-kbn.course-sell {
    background: url("/assets/img/icon_sell_sp@2x.png") no-repeat;
    background-position: left center;
    background-size: 16px;
}
section.history .remark {
    background-color: #F6FCFF;
}
section.history .remark-hidden {
    display:none;
}
section.history .close-remark {
    cursor: pointer;
    zoom:0.5;
    background-image: url("/assets/img/ic_button_arrow_right@2x.png");
    background-repeat: no-repeat;
    background-position: center;
}
section.history .open-remark {
    cursor: pointer;
    zoom:0.5;
    background-image: url("/assets/img/ic_button_arrow_bottom@2x.png");
    background-repeat: no-repeat;
    background-position: center;
}
}

/* チュートリアル：<section class="tutorial">
-------------------------------------------------- */
.tutorial .modal-content {
    border: none;
    border-radius: 0px;
}
.tutorial .modal-footer {
    padding: 30px;
    border-top: none;
    text-align: center;
}
@media (min-width: 768px){
.tutorial .modal-content {
    width: 90%;
    margin: 0 auto;
}
.tutorial img {
    max-width: 420px !important;
}
}
@media (max-width: 767px){
.tutorial .modal-content {
    width: 94%;
    min-width: 260px;
    margin: 100px auto;
}
.tutorial .modal-body {
    padding: 10px;
}
.tutorial .btn-modal-close {
    position: absolute;
    top:-40px;
    right:2px;
}
}

.tutorial .carousel-indicators {
    bottom:-52px;
}
.tutorial .carousel-indicators li {
    display: inline-block;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #E9E9E9;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.tutorial .carousel-indicators .active {
    margin: 10px;
    background-color: #FE6E98;
    width: 12px;
    height: 12px;
}

.tutorial .notice-content{
   text-align: center;
    padding: 0 10px;
}
.tutorial .notice-content .notice-title{
   font-size: 1.6em;
}
.tutorial .notice-content .notice-message{
   font-size: 1.2em;
}
.tutorial .notice-content .notice-link{
   font-size: 1.4em;
}


/* 積立買付設定：<section class="tsumitate-info">
-------------------------------------------------- */
.tsumitate-info .row-tsumitate{
    margin: 10px;
}
/* .tsumitate-info .course-width{
    min-width: 112px;
} */
.tsumitate-info .point-width{
    /* min-width: 112px; */
    text-align: center;
}
.tsumitate-info .btn-width{
    min-width: 127px;
}

.content-charge{
    background-color: #FEF6E9;
}

.content-history {
    background-color: #FEF6E9;
}

.content-charge section.section{
    padding: 30px;
}

.content-charge-index section.section.new{
    padding: 15px 20px 15px 20px;
}

.content-charge-index section .section-title{
    margin: 0 0 15px;
}

.content-charge .head-color{
    background-color: #fff;
}

.content-history .head-color{
    background-color: #fff;
}

.content-charge .btn{
    font-size: 1.1em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-charge .zandaka .coin {
    font-size: 1.8em;
    font-weight: bold;
    white-space: nowrap;
}

.content-charge .investing .coin {
    font-size: 1.8em;
}

.content-charge .zandaka .coin_link {
    text-decoration: none;
    border-bottom: 3px solid #282D66;
}

.content-charge section.zandaka {
    text-align: center;
    min-height: 80px;
}
@media only screen and (max-width: 767px){
    .content-charge section .section-title {
        font-size: 1.6em;
        text-align: left;
    }
    .content-charge .input-form.new h2.section-title,
    .content-charge .charge-new h2.section-title,
    .content-charge .exchg-new h2.section-title{
        margin-top: 10px;
    }
    .content-charge-index section.section.new{
        padding: 0px 20px 15px 20px;
    }
}

/* 広告バナー：<section class="content-banner banner-type-X">
-------------------------------------------------- */
.banner-type-1,
.banner-type-2,
.banner-type-3 {
    margin:20px 0;
    display:block;
    text-align:center;
    vertical-align:middle;
    width:100%;
}
/* SP */
@media only screen and (max-width: 767px) {
    .banner-type-1 img {
        zoom: 1 !important;
    }

    .banner-type-2 img {
        zoom: 1 !important;
    }

    .banner-type-3 img {
        zoom: 1 !important;
    }
}
/* PC */
@media only screen and (min-width: 768px) {
    .banner-type-1 img,
    .banner-type-2 img,
    .banner-type-3 img {
    }
}

.chg-hint {
    position: absolute;
    width: 160px;
    background: #ffffff;
    text-align: center;
    border: 2px solid #282d66;
    color: #282d66;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    top: -60px;
    right: 5%;
    line-height: 1;
    letter-spacing: 1px;
    padding: 10px 15px;
}
.chg-hint:after,.chg-hint:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.chg-hint:after{
    border-color: rgba(247, 221, 51, 0);
    border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:6px;
    border-right-width:6px;
    margin-left: -6px;
    border-top-color:#ffffff;
}
.chg-hint:before{
    border-color: rgba(30, 144, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:8px;
    border-right-width:8px;
    margin-left: -8px;
    margin-top: 2px;
    border-top-color:#282d66;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append {
    height: 54px;
    font-size: 24px;
    padding: 12px 12px 0 0;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-left: none;
}

/* cardクラス修正 */
.card-header {
    padding: 0.625rem 1rem;
    font-size: 28px;
    border-radius: 20px 20px 0 0 !important;
    background-color: #426cc9 !important;
}

.card-corner {
    border-radius: 20px;
}

.border-primary {
    border-color: #337ab7 !important;
}

@media only screen and (max-width: 767px) {
    .chg-hint {
        top: -60px;
        left: -5px;
    }
}

/* SPの場合 使用しているcol系の％の小数点を削る */
@media only screen and (max-width: 767px) {
    .col-xs-1 {
        width: 8%;  /* 元値:8.33333333% */
    }
    .col-1 {
        width: 8%;  /* 元値:8.33333333% */
    }
    .col-xs-2 {
        width: 16%; /* 元値:16.66666667% */
    }
    .col-2 {
        width: 16%; /* 元値:16.66666667% */
    }
    .col-xs-3 {
        width: 24.5%; /* 元値:25% */
    }
    .col-3 {
        width: 24.5%; /* 元値:25% */
    }
    .col-xs-4 {
        width: 33%; /* 元値:33.33333333% */
    }
    .col-4 {
        width: 33%; /* 元値:33.33333333% */
    }
    .col-xs-5 {
        width: 41%; /* 元値:41.66666667% */
    }
    .col-5 {
        width: 41%; /* 元値:41.66666667% */
    }
    .col-xs-6 {
        width: 49.5%; /* 元値:50% */
    }
    .col-6 {
        width: 49.5%; /* 元値:50% */
    }
    .col-xs-7 {
        width: 58%; /* 元値:58.33333333% */
    }
    .col-7 {
        width: 58%; /* 元値:58.33333333% */
    }
    .col-xs-8 {
        width: 66%; /* 元値:66.66666667%% */
    }
    .col-8 {
        width: 66%; /* 元値:66.66666667%% */
    }
    .col-xs-9 {
        width: 74.5%; /* 元値:75%% */
    }
    .col-9 {
        width: 74.5%; /* 元値:75%% */
    }
    .col-xs-10 {
        width: 83%; /* 元値:83.33333333% */
    }
    .col-10 {
        width: 83%; /* 元値:83.33333333% */
    }
    .col-xs-11 {
        width: 89%; /* 元値:91.66666667% */
    }
    .col-11 {
        width: 89%; /* 元値:91.66666667% */
    }
}
/* インデント */
.indent {
    text-indent: -1em;
    padding-left: 1em;
}
