/*! CSS Used from: https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-2x {
    font-size: 2em;
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}


/*! CSS Used from: https://gaitame.pro/css/base.css */

a {
    -o-transition: 0.3s;
}

a,
body {
    color: #171844;
}

div,
table {
    word-wrap: break-word;
}

body,
form {
    margin: 0;
}

button,
input,
option,
select {
    vertical-align: baseline;
}

html:not(:target) img,
img,
select {
    max-width: 100%;
}

th {
    text-align: left;
}

table {
    margin: 1em 0;
}

table {
    word-break: break-all;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}

nav,
section {
    display: block;
}

a {
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:active,
a:hover {
    outline: 0;
}

a:active img,
a:hover img {
    opacity: 1;
}

strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

img {
    border: 0;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
    height: auto;
    max-width: none\9;
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

button,
input,
select {
    margin: 0;
    color: inherit;
    font: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button {
    cursor: pointer;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
    margin: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    padding: 0;
    border-top: 1px solid #c1cad8;
    border-left: 1px solid #c1cad8;
}

body {
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background: #edf3fb;
}

a:active,
a:focus,
a:hover {
    color: #5077A2;
}

h2,
h6 {
    font-style: normal;
    font-weight: 400;
}

p {
    margin: 0 0 1em;
}

ol,
ul {
    margin-left: 40px;
    padding-left: 0;
}

li {
    margin-top: 0.5em;
}

td,
th {
    padding: 1.25em 1em;
    border-right: 1px solid #c1cad8;
    border-bottom: 1px solid #c1cad8;
}

th {
    background-color: #dee4ee;
    font-weight: 700;
}

dd {
    margin-left: 0;
    padding-left: 1em;
}

.main-body {
    min-width: 1200px;
}

.main-body-in {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: auto;
}

.col1 .main-body-in {
    width: 100%;
}

.main-body {
    padding-bottom: 30px;
}

.main-body-in {
    padding-top: 30px;
}

.home .main-body-in {
    padding-top: 60px;
}

.main-conts {
    line-height: 1.5;
}

.col1 .main-conts {
    margin-bottom: 40px;
}

.section-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.section-wrap .section-in {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col1 .section-wrap {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.col1 .section-wrap {
    padding: 40px 80px;
}

.section-in>h2:first-child {
    margin-top: 0;
}

.main-body h2 {
    margin: 60px 0 30px;
    padding: 3px 18px;
    background: #2470D2;
    color: #fff;
    font-size: 1.75em;
}

.main-body h6 {
    margin: 55px 0 25px;
    font-weight: 700;
}

.main-body h6 {
    font-size: 1.125em;
}

.btn {
    text-decoration: none;
}

.btn {
    display: inline-block;
    padding: 0.3em 3em;
    color: #171844;
    border: 3px solid #171844;
    background: 0 0;
}

.btn:active,
.btn:focus,
.btn:hover {
    color: #fff;
    cursor: pointer;
}

.main-body .rank-title {
    font-weight: 400;
}

.main-body .rank-title {
    padding: 5px 0;
    border: none;
    background: 0 0;
    font-size: 1.5em;
    margin-top: 0;
}

.main-body .rank-title:before {
    content: none;
}

.al-c {
    text-align: center;
}

.clearfix:after,
.main-body-in:after,
.section-in:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}


/*! CSS Used from: https://gaitame.pro/css/rwd.css */

@media only screen and (max-width:1200px) {
    .main-body {
        min-width: 0;
    }

    .main-body-in {
        width: 96%;
        margin: auto;
    }

    .col1 .section-wrap {
        width: auto;
    }
}

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

    .main-body-in,
    body,
    html {
        width: 100%;
    }

    body,
    html {
        min-width: 0;
    }

    html {
        overflow-x: hidden;
        overflow-y: scroll;
    }

    body,
    html {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    input {
        max-width: 95%;
    }

    .section-wrap {
        padding: 0;
        border: 0;
    }

    .col1 .section-wrap {
        padding: 0;
    }

    .section-wrap .section-in {
        padding: 15px;
    }

    .main-body h2,
    .main-body h6 {
        margin: 35px 0 20px;
    }

    .main-body h2 {
        font-size: 1.5em;
    }

    .btn {
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
}


/*! CSS Used from: https://gaitame.pro/css/style.css?e=353 */

body {
    -webkit-text-size-adjust: 100%;
}

img {
    vertical-align: middle;
}

button,
input,
select,
option {
    vertical-align: middle;
}

.text-center {
    text-align: center;
}

.home .main-body-in {
    padding-top: 0px;
}

th {
    padding: 0.5em 0em;
    text-align: center;
    width: 20%;
    color: #2470D2;
    background: #f5f5f5;
}

td {
    padding: 0.5em 0.8em;
}

.serach-btn,
.serach-btn:hover {
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    box-shadow: #CD2875 0px 8px 0px;
    padding: 1em 0em;
    border-radius: 10px;
    background: #FC2385;
    margin: 0px 0px 0.5em;
    border-bottom: solid 6px #cc1d6c !important;
    box-shadow: inset 0px 3px 4px #ffffff6e, 0 3px 3px rgba(0, 0, 0, 0.2);
}

.btn {
    border: none;
}

.serach-btn strong {
    font-size: 1.5em;
    display: inline-block;
    margin: 0.5em 0;
}

.bg-gray,
.bg-gray:hover {
    background: #2470D2;
    margin: 0.75em 0 0.5em;
    padding: 0.75em 0;
    font-size: 0.85em;
    border-radius: 5px;
    border-bottom: solid 3px #18529C !important;
    box-shadow: inset 0px 3px 4px #ffffff6e, 0 3px 3px rgba(0, 0, 0, 0.2);
}

body {
    background: #fff;
}

.section-wrap .section-in {
    padding: 0 0em;
}

.section-in-in {
    padding: 0 0.5em;
}

.main-body .rank-title {
    font-size: 1.2em;
}

.main-body h2 {
    font-weight: bold;
}

.rankstar {
    height: 64px;
}

.fxicon {
    margin: 0 0.25em 0 0;
}

.star {
    margin: 0 0 0 -2.5px;
}

.fx-name {
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0px;
}

.star-text {
    font-family: HiraKakuProN-W6;
    font-size: 32px;
    color: #FC2385;
    letter-spacing: 0px;
}

td.list1 {
    color: #575757;
    width: 50%;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #c1cad8;
    padding: 0em;
    font-weight: bold;
}

td.list2 {
    width: 50%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #c1cad8;
    padding: 0.75em;
}

.point {
    background: #eaeaea;
    padding: 0.25em 0 0.5em;
    margin: 0;
}

ol {
    margin: 0;
    padding: 0.5em 0.5em 0.5em 3em;
    background: #fff;
}

ul {
    margin-left: 15px;
}

.hensyu {
    display: inline-block;
    padding: 0 0.5em;
    background: #2470D2;
    color: #fff;
    font-size: 1.8em;
}

.well {
    margin: 0.5em 0;
    padding: 0.5em;
    border-radius: 0.5em;
    font-size: 0.8em;
}

.momo {
    display: none;
}

dl {
    margin: 0;
}

.accordionbox {
    width: 100%;
    background: none;
    margin: 0px;
    padding: 0px;
}

.accordionlist dt {
    display: block;
    background: #2470d2;
    padding: 10px 0 0px 5px;
    color: #fff;
    margin: 1em 3.5em;
    border-radius: 0.5em;
    box-shadow: #18529D 0px 4px 0px;
}

.accordionlist dt:first-child {
    border-top: none !important;
}

.accordionlist dt .title {
    padding-left: 10px;
    float: left;
    font-size: 0.8em;
}

.accordionlist dt .title p {
    margin: 0 0 0.8em;
}

.accordionlist dd {
    display: none;
    background: none;
    padding: 0 0 20px 0px;
}

.accordion_icon,
.accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.accordion_icon {
    position: relative;
    width: 24px;
    height: 24px;
    float: right;
    margin-right: 5px;
    margin-top: 0.3em;
}

.accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.section-in .detailhtml {
    background: white;
    width: 100%;
    padding: 25px 0;
}

.section-in .detailhtml .accordionlist dt .title {
    padding-left: 0;
    float: none;
    font-size: 0.8em;
    display: flex;
    justify-content: center;
}

.section-in .detailhtml .accordionlist .accordion_icon {
    position: absolute;
    width: 24px;
    height: 24px;
    float: none;
    margin-right: 0;
    margin-top: 0;
    right: 0.5em;
    top: 1em;
}

.section-in .detail-txt-box {
    font-size: 0.8em;
    padding: 0.5em;
    line-height: 1.7em;
}

.voice-btn-main {
    color: #fc2385;
    background: #fff;
    border: 1px solid #fc2385;
    border-radius: 0.5em;
    text-align: center;
    padding: 0.5em 0em;
    margin: 0 auto;
}

.voice-btn-txt {
    color: #277bd8;
    background: none;
    border: none;
    border-radius: 0;
    text-align: center;
    text-decoration: underline;
    padding: 0em;
    margin: 1.25em auto;
    font-size: 0.85em;
    width: 100%;
}

.icon-rec {
    height: 2.5em;
    margin: -1em 0.5em -1em 0;
}

.detail-well {
    background: rgba(255, 211, 26, 0.9);
    font-size: 0.85em;
    font-weight: bold;
}

.chat-baln {
    position: relative;
    display: table;
    margin: 0 0 0.5em;
    padding: 7px 10px;
    color: #fff;
    font-size: 0.6em;
    background: #fc2385;
    border-radius: 15px;
}

.chat-baln:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #fc2385;
}

@media only screen and (max-width: 1280px) {
    img {
        vertical-align: text-bottom;
    }

    .section-wrap .section-in {
        padding: 0 0em 0em;
    }

    table {
        margin: 0 0 1em;
    }

    th {
        padding: 0.5em;
        font-size: 0.6em;
        width: 20%;
    }

    td {
        padding: 1em 0.8em;
        font-size: 0.65em;
        line-height: 1.75;
    }

    .main-body h2 {
        font-size: 0.75em;
        font-weight: normal;
        padding: 0em;
    }

    .section-in h2 {
        margin: 0;
        text-align: center;
    }

    p {
        margin: 0 0 0em;
    }

    ol {
        line-height: 1.4;
        padding: 0 0.85em 0.5em;
    }

    li {
        font-size: 0.8em;
    }

    .main-body {
        padding-bottom: 0px;
    }

    .section-wrap {
        margin-bottom: 0px;
    }

    .col1 .main-conts {
        margin-bottom: 0px;
    }

    .star {
        height: 16px;
        margin: 0 0 0 -2.5px;
    }

    .star-text {
        font-size: 14px;
    }

    .hensyu {
        font-size: 0.8em;
        display: none;
    }

    .fxicon {
        height: 18px;
    }

    .rankstar {
        height: 28px;
    }

    .main-conts {
        line-height: 1.4;
    }
}

.col1 .section-wrap {
    padding: 0px 2em;
    font-size: 1.5em;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #dbdbdb;
}


/*! CSS Used from: https://gaitame.pro/css/main_b.css */

.rankstar {
    height: 32px;
    margin: 0 0.25em 0 0;
}

ul {
    margin-left: 0px;
    border: none;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
    background: #fff8ee;
    line-height: 1.65;
}

ul li {
    list-style-type: none !important;
}

ul li:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 1em;
    color: #ffb03f;
}

.point-bottom-gray ul li:before {
    display: none;
}

.point-bottom-gray ul.list-unstyled {
    padding: 0.5em 1em 0.5em 1em;
    text-align: center;
}

.modal_wrap input {
    display: none;
}

.modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0s, transform 0s 0s;
    transform: scale(0);
}

.modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content {
    color: #2470D2 !important;
    font-size: 1.45em;
    font-weight: normal;
    align-self: center;
    width: 95%;
    padding: 1em;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.5em;
    transition: 0.5s;
    border-radius: 0.5em;
    text-align: left;
    min-height: 10em;
}

.modal_content strong.blue {
    color: #2470D2 !important;
}

.close_button {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
    color: #2470D2 !important;
}

.modal_content2 {
    position: absolute;
    color: #2470D2 !important;
    font-size: 1.45em;
    font-weight: normal;
    align-self: center;
    width: 85%;
    padding: 0.75em;
    box-sizing: border-box;
    background: #fff;
    line-height: initial;
    transition: 0.5s;
    border-radius: 0.5em;
    text-align: left;
    min-height: 10em;
}

.modal_content2 strong.blue {
    color: #2470D2 !important;
}

.close_button2 {
    font-size: 24px;
    cursor: pointer;
    color: #2470D2 !important;
}

.modal_wrap input:checked~.modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0s;
}

.modal_wrap input:checked~.modal_overlay .modal_content {
    transform: scale(1) rotateX(0deg);
}

h2.voice-h2 {
    display: inline-block;
    padding: 0.5em 1.75em;
    justify-content: space-between;
    margin: 0 auto -1em;
    border-radius: 0.5em;
}

.voice-txt {
    padding: 1.25em 0.5em 0;
    background: #fff;
    border-radius: 0.5em;
}

.rank-accordionlist div {
    margin: 0em 0em;
    background: #fff;
    box-shadow: none;
    color: darkblue;
    padding: 0;
}

.rank-accordionlist .title {
    padding-left: 0px;
    font-size: 0.8em;
    display: flex;
}

.rank-accordionlist div p.aco-title-txt {
    margin-left: 0.5em;
    line-height: 1.6;
}

.rank-accordionlist div {
    padding: 0em 0 0.5em;
    font-size: 0.8em;
}

.neo-camp-title {
    font-size: 0.85em;
    position: relative;
    padding: 0.25em 1em 0.25em 1em;
    background: #ffdd3e;
    color: black;
    display: inline-block;
    z-index: 1;
}

.neo-camp-title::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 17px rgb(199, 173, 47);
}

.neo-camp-title::after {
    position: absolute;
    content: '';
    top: 0%;
    right: -13px;
    border: none;
    border-bottom: solid 27px transparent;
    border-left: solid 13px #ffdd3e;
}

.neo-camp-title strong:before {
    font-family: FontAwesome;
    content: "\f005";
    position: relative;
    left: -0.5em;
    color: #ffb03f;
}

.well {
    margin: 0.5em 0 0em;
    padding: 0.5em 0.5em 0.5em;
    border-radius: 0;
    font-size: 0.85em;
    border: none;
}

.well strong:before {
    font-family: FontAwesome;
    content: "\f087";
    position: relative;
    left: -0.5em;
    color: #000;
}

.accordionbox {
    width: 95%;
    background: none;
    margin: 0px auto;
    padding: 0px;
}

.voice-btn-main {
    color: #277bd8;
    background: #fff;
    border: 2px solid lightgray;
    border-radius: 0.5em;
    text-align: center;
    padding: 0.5em 0em;
    margin: 0.25em auto 0.5em;
    font-size: 0.85em;
    width: 65%;
}

.voice-btn-main a {
    color: #277bd8;
    text-decoration: none;
    display: block;
}

td.list1 {
    border-right: none;
    padding: 0.5em;
}

.list-label {
    color: #2470D2 !important;
    text-align: center;
    border-left: none;
    font-weight: bold;
}

.chat-baln:before {
    display: none;
}

.chat-baln {
    position: relative;
    margin: 0 0 0.5em 1em;
    padding: 0.35em 1em;
    color: #fff;
    font-size: 0.7em;
    background: #fc2385;
    border-radius: 0.75em;
    border-bottom: 0.3em solid #c12a74;
}

.chat-baln a {
    color: #fff;
    width: 100%;
}

.rank-title-line {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 0 0.25em;
}

.rank-title-line a.rank-title {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    width: 100%;
    color: #fff;
}

.fx-name {
    display: block;
    font-size: 1.05em;
}

.star {
    height: 20px;
    margin: 0 0 0 -2px;
}

.foot-title {
    text-align: left;
    margin: 0.5em 1em 1em;
    font-size: 0.6em;
    color: #4e4e4e;
}

.foot-title span {
    text-align: center;
    margin-bottom: 0.25em;
    display: block;
}

/*
nav {
    padding: 0.25em 1em 0 1em;
    position: sticky;
    position: -webkit-sticky;
    top: -0.25em;
    background: #3b70d2e0;
    z-index: 9999;
}

nav {
		padding: 0.25em 1em 0 1em;
		position: block;
		position: -webkit-block;
		top: -0.25em;
		background: #3b70d2e0;
		z-index: 9999;
}*/

nav {
    padding: 0.25em 1em 0 1em;
    position: sticky;
    position: -webkit-sticky;
    top: -0.25em;
    background: rgba(59, 112, 210, 0.8784313725490196);
    z-index: 9999;
}

body {
    width: 100%;
}

.section-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 80px;
}

@media only screen and (max-width: 1280px) {
    .section-wrap {
        padding: 0;
    }
}

.serach-btn {
    width: 65%;
}

.serach-btn:hover {
    width: 65%;
}

.main-body {
    border-top: none;
}

label {
    margin-bottom: 0px;
    display: block;
}

.favstar {
    height: 1.5em;
}

/*! CSS Used fontfaces */

@font-face {
    font-family: 'FontAwesome';
    src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
}

#page-top a {
    width: 100px;
    display: block;
}

.site-header {
    top: 0em;
}

.site-header.hide {
    top: 0em;
}

/*---------
タブ
-----------*/
.tabnav li:before {
    content: "";
    position: absolute;
}

.tabnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    z-index: 999;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.tabnav li {
    width: 32%;
    height: calc(100vw / (750 / 50));
    margin: 0;
    font-size: 1em;
}

.tabnav li a {
    display: inline-block;
    background: #fff;
    color: #fff;
    font-weight: bold;
    border-radius: 1em;
    text-decoration: none;
    width: 100%;
    height: calc(100vw / (750 / 50));
    position: relative;
}

.tabnav li:nth-of-type(1) a,
.tabnav li:nth-of-type(2) a {
    background: #fff;
    border: 2px solid #2470d2;
    color: #2470d2;
}

.tabnav li:nth-of-type(3) a {
    background-image: url(/images/account-comparison/btn-bg-reviews.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #ccc;
}

.tabnav li:nth-of-type(1) a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.6em;
    background-image: url(/images/account-comparison/icon-general_off.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100vw / (750 / 38));
    height: calc(100vw / (750 / 31));
    margin-top: calc(100vw / (-750 / 15));
}

.tabnav li:nth-of-type(2) a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.6em;
    background-image: url(/images/account-comparison/icon-beginner_off.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100vw / (750 / 20));
    height: calc(100vw / (750 / 28));
    margin-top: calc(100vw / (-750 / 15));
}

.tabnav li:nth-of-type(3) a:before {
    content: "";
    position: absolute;
    top: 60%;
    right: 0.15em;
    margin-top: calc(100vw / (-750 / 37));
    background-image: url(/images/account-comparison/icon-unclecat.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100vw / (750 / 50));
    height: calc(100vw / (750 / 58));
}

.tabnav li:nth-of-type(1) a.active:before {
    background-image: url(/images/account-comparison/icon-general_on.png);
}

.tabnav li:nth-of-type(2) a.active:before {
    background-image: url(/images/account-comparison/icon-beginner_on.png);
}

.tabnav li a:hover,
.tabnav li a.active {
    background: #2470d2;
    color: #fff;
}

.tabnav li:nth-of-type(3) a:hover,
.tabnav li:nth-of-type(3) a.active {
    background: url(/images/account-comparison/btn-bg-reviews.png) center center no-repeat;
    background-size: cover;
    opacity: 0.8;
}

/*
.tabnav li{
		display: inline;
}

.tabnav li:before {
		display: none;
}

.tabnav li a{
		display: inline-block;
		margin: 0.5em 0;
		background: #fff;
		color: #405dca;
		text-decoration: none;
		width: 100px;
		text-align: center;
		padding: 0.25em;
		font-weight: bold;
		border-radius: 10em;
		border: 1px solid #405dca;
}
.tabnav li a:hover,
.tabnav li a.active{
		background: #405dca;
		color: #fff;

}
.tabcontent{
}

.tabnav-voice-rank {
		font-size: 0.75em;
		margin: 0.5em 0em 0.5em 0.5em;
		background: #fff;
		width: 100px;
		text-align: center;
		padding: 0.25em;
		font-weight: bold;
		border-radius: 10em;
		border: 1px solid #405dca;
}

.tabnav-voice-rank a {
		color: #405dca;
		text-decoration: none;
}
*/
/*
.tabwrap {
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 0;
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		z-index: 9999;
		background: #f5f5f5;
}

.sticky-section {
		line-height: 1.25em;
		text-align: center;
		position: sticky;
		position: -webkit-sticky;
		bottom: 0;
		padding: 0em 0 0.75em;
		z-index: 999;
}*/

.tabwrap {
    /*display: none;*/
    justify-content: center;
    margin: 0;
    padding: 0.75em;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.tabwrap.site-header.hide {
    top: -3em;
}

/*
.sticky-section {
		line-height: 1.25em;
		text-align: center;
		position: sticky;
		position: -webkit-sticky;
		bottom: 0;
		padding: 0em 0 0.75em;
		z-index: 999;
}

.sticky-title {
		display: inline-block;
		padding: 0.25em 0.75em;
		position: relative;
		background: #fff;
		box-shadow: 0 0 0.5em #00000069;
		border-radius: 0.5em;
}

.sticky-title:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border: 5px solid transparent;
		border-top: 5px solid #fff;
}*/

.sticky-title .red {
    font-size: 1.25em;
}

.red {
    color: red;
}

.ribmon7-wrapper {
    display: block;
    width: 85%;
    position: relative;
    font-weight: bold;
    padding: 1em 0em;
    border-radius: 0.5em;
    background: rgb(253, 29, 29);
    background: linear-gradient(180deg, rgba(253, 29, 29, 1) 50%, rgba(217, 0, 0, 1) 100%);
    margin: 0.5em auto;
    border: none !important;
    box-shadow: 0 0.5em 0 #9c0d0d;
    border: 3px solid #fff !important;
}


.ribmon7-wrapper a {
    color: #fff;
    font-size: 1.25em;
}

.ribmon7-content {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 170px;
    height: 64px;
    overflow: hidden;
}

.ribmon7 {
    display: inline-block;
    position: absolute;
    padding: 5px 0;
    left: 45px;
    top: 10px;
    width: 180px;
    text-align: center;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
    background: #ffe000;
    color: #000;
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribmon7 .red {
    font-size: 1.15em;
}

/*---------
詳細ボタン
-----------*/
.btn-detail {
    background: #fff;
    padding: 1em;
    text-align: center;
}

.btn-detail a {
    display: inline-block;
    background: #2470d2;
    padding: 0.9em 0.8em 0.2em;
    border-radius: 0.5em;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    width: 70%;
    border-bottom: solid 6px #18529D;
}

.btn-detail a span {
    display: inline-block;
    vertical-align: top;
}

.btn-detail a span img {
    height: calc(100vh / (750 / 30));
}

/*---------
追尾口座開設ボタン
-----------*/
.sticky-section {
    line-height: 1.25em;
    text-align: center;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    padding: 0em 0.75em 0.5em;
    z-index: 1;
}

/*.sticky-section {
		line-height: 1.25em;
		text-align: center;
		position: block;
		position: -webkit-block;
		bottom: 0;
		padding:1em 0.75em 1em;
		z-index: 1;
}*/

.sticky-title {
    display: inline-block;
    padding: 0.25em 0.75em;
    position: relative;
    background: #fff;
    box-shadow: 0 0 0.5em #00000069;
    border-radius: 1em;
}

/*
.sticky-section a {
    display: block;
    margin-top: 0.25em;
    height: 64px;
    background-image: url(/images/account-comparison/btn-account-name.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.sticky-section a strong {
    display: inline-block;
    padding-top: 0.35em;
    font-size: 0.75em;
}
*/

.sticky-section a {
    display: inline-block;
    margin-top: 0.25em;
    /* height: 16vw; */
    max-height: 100px;
    /*background-image: url(/images/account-comparison/btn-account-name.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;*/
}

.sticky-section a strong {
    display: inline-block;
    /* padding-top: 0.65vw; */
    font-size: 75%;
}

@media screen and (max-width: 320px) {
    .sticky-section a strong {
        padding-top: 1em;
        font-size: 0.7em;
    }
}

.sticky-title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
}

.sticky-title span {
    font-weight: bold;
}

.fot-red {
    color: #e53935;
}

label {
    margin: 0 0.25em;
    display: inline-block;
}

.trigger-label {
    color: #2470D2;
    text-decoration: underline;
    margin: 0 1em 0 0;
}

table.help-modal,
table.help-modal td {
    border: none;
    padding: 0;
}

.modal-overlay-content {
    display: flex;
    align-items: flex-end;
}

/*
.ribmon {
    display: block;
    position: relative;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    padding: 0 1.25em;
    font-size: 0.8em;
    background: #f02386;
    color: #FFF;
    box-sizing: border-box;
}*/

.ribmon {
    display: inline-block;
    position: relative;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    padding: 0 1.25em;
    font-size: 0.8em;
    background: #f02386;
    color: #FFF;
    box-sizing: border-box;
}

.ribmon:before,
.ribmon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribmon:before {
    top: 0;
    left: 0;
    border-width: 11px 0px 14px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.ribmon:after {
    top: 0;
    right: 0;
    border-width: 11px 10px 14px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.count-rank {
    margin: 0 auto;
    text-align: center;
    /*background-image: url(/images/bg-countrank.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;*/
}

.count-rank .blue {
    color: #2470D2
}

.count-rank .count {
    background: #000;
    color: #F7D843;
    margin: 0.1em;
    padding: 0 0.1em;
    font-size: 1.25em;
    display: inline-block;
    border-radius: 0.15em;
    /*width: 50px;*/
}

.count-rank .strong-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    min-height: 34px;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    text-align: left;
    background: #fff;
    left: 50%;
    padding: 1em 1.5em;
    font-size: 1.5em;
    font-weight: normal;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    border-radius: 0.5em;
    line-height: initial;
}

.js-modal-open i {
    color: #2470D2;
}

.modal__content .text-right {
    text-align: right;
    font-size: 1.5em;
    margin: 0 0 -1em;
}




/*--------------------------------
仕様
--------------------------------*/
.spec_cnt {
    background: #fff;
    padding: 0 1em 0.5em;
}

.spec_cnt .list1,
.spec_cnt .list2 {
    width: 30%;
}

.spec_cnt .voice-btn-main {
    margin: 1em auto 0.5em;
}

/*--------------------------------
横スクロール
--------------------------------*/
.horizontal_scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 1em;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    background-color: inherit;
}

.horizontal_scroll>li {
    width: 100%;
    background: #fff;
    padding: 1em;
    border: 1px solid #C8DBF3;
    box-shadow: 0px 2px 3px rgb(181 212 251 / 35%);
    border-radius: 15px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
}

.horizontal_scroll>li:before {
    display: none;
}

.horizontal_scroll>li:not(:last-child) {
    min-width: 80%;
    margin-right: 1em;
}

.horizontal_scroll>li:last-child {
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.horizontal_scroll>li:last-child a {
    padding: 0.5em;
    display: flex;
    min-width: 64px;
    min-height: 64px;
    color: #2570d2;
    background: linear-gradient(180deg, #FFFFFF 57.1%, #E2EFFF 100%);
    box-shadow: 2px 2px 9px rgb(181 212 251 / 75%);
    justify-content: center;
    align-items: center;
    border: 1px solid #C8DBF3;
    border-radius: 100%;
    text-decoration: none;
    flex-direction: column;
    font-size: 0.75em;
}

.horizontal_scroll .title {
    display: flex;
    align-items: center;
}

.horizontal_scroll .title .icon img {
    height: 3em;
}

.horizontal_scroll .txt {
    margin-top: 0.5em;
}

.horizontal_scroll .title .name_star {
    margin-left: 0.5em;
    line-height: 1.2;
}

.horizontal_scroll img {
    vertical-align: bottom;
}

/*--------------------------------
タイトル
--------------------------------*/
.reviews {
    margin-top: 1em;
}

.reviews h2.slider_ttl {
    color: #fff;
    background-color: #2470D2;
    ;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 1em;
}

.reviews h2.slider_ttl a {
    color: #fff;
    text-decoration: none;
}

.reviews h2.slider_ttl a:after {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 1em;
}

.col .sticky-section {
    padding-bottom: 0.5em;
}

.selection {
    text-align: center;
    padding: 0.5em 0;
}

.selection img {
    width: 95%;
}

.voice-btn-main,
.point-bottom {
    display: none;
}

.voice-btn-main-blue {
    display: block;
    color: #ffffff;
    background: #5382d7;
    border: 2px solid #5382d7;
    border-radius: 0.5em;
    text-align: center;
    padding: 0.5em 0em;
    margin: 0.5em auto 0.5em;
    font-size: 0.85em;
    width: 65%;
}

.voice-btn-main-blue a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.point-bottom-gray {
    display: block;
    background: #eaeaea;
    padding: 0em 0 0.5em;
    margin: 0;
}

.reviews-gray {
    display: block;
    margin-top: 0;
}

h2.slider_ttl-gray {
    display: block;
    color: #267ad8;
    font-weight: bold;
    background-color: #f5f5f5;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 1em;
}

h2.slider_ttl-gray a {
    color: #2470D2;
    font-weight: normal;
}

.rank-pt-2-spec {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 60%;
    border: #c2cad9 1px solid;
    border-bottom: none;
}

.rank-pt-2-spec .spec-txt {
    font-weight: bold;
    color: #5d5d5d;
    background: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.3vw 0;
    border-bottom: 1px solid #c3cada;
}

.rank-pt-2-spec .spec-data {
    width: 100%;
    padding: 0.3vw 0;
    border-bottom: 1px solid #c3cada;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-gmo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #ffffff;
    background: #5382d7;
    border: 2px solid #5382d7;
    border-radius: 0.5em;
    text-align: center;
    padding: 0.5em 0em;
    margin: 1em auto 0.5em;
    font-size: 0.85em;
    width: 65%;
}

.transaction_cnt h2 {
    color: #fff;
    padding: 1em;
    text-align: left;
}

.transaction_cnt {
    padding: 1em;
}

.transaction_cnt table ul {
    display: flex;
    background-color: inherit;
    flex-wrap: wrap;
    padding: 0;
}

.transaction_cnt table ul li {
    width: 50%;
    margin: 0;
}

.transaction_cnt table ul li:before {
    display: none;
}

.transaction_cnt table {
    width: 100%;
}

.transaction_cnt table th {
    width: 100%;
    background: #EAF7FF;
    color: #000;
}

.transaction_cnt td.list1 {
    padding: 1em 0.5em;
    width: 35%;
    color: #000;
    line-height: 1.2;
}

.transaction_cnt td.list2 {
    width: inherit;
    color: #000;
    line-height: 1.2;
    padding: 1em 0.5em;
}

.transaction_cnt td.label_icon {
    padding: 0em 0em 0em 1em;
}

.transaction_cnt td.list1.border_r {
    border-right: 1px solid #c1cad8;
}

.transaction_cnt li {
    font-size: 1.1em;
    list-style: none;
}

.accordionbox {
    width: 100%;
    padding: 0 0 1em;
    background: #fff;
}

.accordionlist dt {
    display: block;
    background: #2470d2;
    padding: 10px 0 0px 5px;
    color: #fff;
    border-radius: 0.5em;
    box-shadow: #18529d 0px 4px 0px;
    width: 75%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordionlist dt:first-child {
    border-top: none !important;
}

.accordionlist dt .title {
    padding-left: 0;
    float: left;
    font-size: 1em;
}

.accordionlist dt .title p {
    margin: 0 0 0.8em;
    font-size: 0.85em;
}

.accordionlist dd {
    display: none;
    background: none;
    padding: 1em;
}

.accordion_icon,
.accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.accordion_icon {
    position: absolute;
    width: 24px;
    height: 24px;
    float: none;
    margin-right: 0px;
    margin-top: 0em;
    right: 1em;
}

.accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.accordion_icon.active span:nth-of-type(1) {
    display: none;
}

.accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.closeArea {
    width: 180px;
    margin: 1em auto 0;
}

.closeArea .close_box a.close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    line-height: 1.3;
    background-color: #2570d2;
    position: relative;
    cursor: pointer;
    width: 120px;
    margin: 0 auto;
    padding: 10px 0 10px 5px;
    color: #fff;
    border-radius: 0.5em;
    box-shadow: #18529d 0px 4px 0px;
    font-size: 0.85em;
}

.closeArea .close_box a.close_btn .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 7%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

.closeArea .close_box a.close_btn .i_box .one_i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 18px;
    height: 18px;
}

.closeArea .close_box a.close_btn .i_box .one_i:before,
.closeArea .close_box a.close_btn .i_box .one_i:after {
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 0px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
    transform-origin: center center;
}

.closeArea .close_box a.close_btn .i_box .one_i:before {
    width: 2px;
    height: 16px;
    top: 1px;
    left: 7px;
}

.tippy-box[data-theme~='navi'] {
    padding: 7.5px;
    line-height: 1.7;
    font-size: 12px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #0a2a5517;
    box-shadow: 3px 6px 20px #0a2a552d;
    border-radius: 10px;
}

.tippy-box[data-theme~='navi'] strong {
    color: #2570d2;
}

.tippy-box[data-theme~='navi'][data-placement^='top']>.tippy-arrow::before {
    border-top-color: #ffffff;
}

.tippy-box[data-theme~='navi'][data-placement^='bottom']>.tippy-arrow::before {
    border-bottom-color: #ffffff;
}

.tippy-box[data-theme~='navi'][data-placement^='left']>.tippy-arrow::before {
    border-left-color: #ffffff;
}

.tippy-box[data-theme~='navi'][data-placement^='right']>.tippy-arrow::before {
    border-right-color: #ffffff;
}

nav {
    padding: 0em 0.75em;
    background: #FFFFFF;
    border: 3px solid #eaf3ff;
    border-radius: 50px;
    box-shadow: 2px 2px 12px rgb(164 197 239);
}

.rank-title-line {
    margin: 1em 0.5em;
}

.rank-title-line a.rank-title {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0.5em 0;
}

.rank_nav_ic {
    width: 40px;
    margin-top: -0.25em;
}

.rank_nav_title {
    height: 1.5em;
}

.rank_nav_cur {
    width: 25px;
}

.site-header {
    top: 0.5em;
}

body {
    background: #e9f1fb;
}

.bg-wt {
    background-image: url(/images/rank_b/bg_rank_debut.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.rank_spec_wrap {
    display: flex;
    margin: 0 0 1.5em;
}

.rank_left {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    width: 12%;
}

.rank_right {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.rank_debut {
    padding: 0.75em 0 0;
    width: 80%;
    margin: 0 auto 1em;
}

.rank_debut_tab {
    background: #FFFFFF;
    border-left: 1px solid #C8DBF3;
    border-top: 1px solid #C8DBF3;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rank_debut_tab .rank_nav_ic {
    margin-top: -30px;
    width: 45px;
}

img.rank_spec_title {
    max-height: 12.5px;
}

.rank_debut_tab .rank_nav_title {
    height: 15.5px;
    margin-top: 0.25em;
    text-align: center;
    font-size: 0.6em;
    font-weight: bold;
}

.rank_debut_tab .rank_star_line {
    margin-top: 0.25em;
    margin-bottom: 0;
}

.rank_debut_tab .rank_star_line .star_full {
    width: 14px;
}

.rank_debut_tab .rank_star_line .star-text {
    font-size: 12px;
}

.rank_tab_title {
    background: #2470D2;
    border-top: 1px solid #C8DBF3;
    color: #fff;
    padding: 5px 0;
    font-size: 8px;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rank_tab_title_min {
    height: 25px;
}

.rank_tab_title .list-label {
    color: #ffffff !important;
}

.rank_middle_tab {
    display: flex;
    background: #FFFFFF;
    border-top: 1px solid #C8DBF3;
    border-left: 1px solid #C8DBF3;
    height: 40px;
    padding: 5px 0.5em;
    align-items: center;
    justify-content: center;
}

.rank_middle_tab_min {
    height: 25px;
}

.rank_tab_campaign {
    background: #2470D2;
    border-top: 1px solid #C8DBF3;
    color: #fff;
    padding: 5px 0;
    font-size: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}

.rank_middle_tab_campaign {
    display: flex;
    background: #FFFFFF;
    border-top: 1px solid #C8DBF3;
    border-left: 1px solid #C8DBF3;
    padding: 5px 0;
    align-items: center;
    justify-content: center;
    height: 45px;
}

.rank_middle_tab .rank_nav_ic {
    width: 25px;
    margin: 0 0.25em 0 0;
}

.rank_star_line {
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.rank_star_line div {
    margin-top: -0.25em;
}

.rank_spec_text {
    text-align: center;
    font-size: 0.75em;
    width: 70%;
}

.rank_middle_tab_campaign .rank_spec_text {
    font-size: 10px;
    width: 100%;
}

.rank_spec_text .red {
    color: #de2126;
}

.rank_spec_cursor {
    background-color: white;
    width: 30%;
    height: 0.5em;
    margin: 0 auto 0.25em;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.rank_right .btn_voice_all {
    padding: 0.85em 0.5em;
    width: 85%;
    margin: 0 auto;
    font-size: 0.65em;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.rank_wrap {
    padding: 0em 0.75em;
}

.rank_flex {
    display: flex;
    align-items: center;
    margin: 0 0 0.25em;
}

.rank_bnr {
    width: 50%;
    padding: 0 0.25em 0 0;
}

.rank-title-line {
    margin: 0em 0.5em 1em;
}

@media only screen and (max-width: 736px) {
    .col1 .section-wrap {
        padding: 0px 0em;
        font-size: 1em;
    }

    .rank_debut_tab .rank_nav_title {
        height: 8.5px;
        margin-top: 0.25em;
        color: #575757;
    }

    .rank_debut_tab .rank_star_line {
        margin-top: 0.25em;
        margin-bottom: 0;
    }

    .rank_left {
        display: flex;
        flex-direction: column;
        margin-top: 45px;
        width: 11%;
    }

    .rank_debut_tab {
        background: #FFFFFF;
        border-left: 1px solid #C8DBF3;
        border-top: 1px solid #C8DBF3;
        border-radius: 10px 10px 0px 0px;
        text-align: center;
        height: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding: 0 0 5px;
    }

    .rank_star_line div {
        margin-top: 0;
    }
}

ol {
    background: none;
    padding: 0 0.95em 1em;
}

.spec_cnt {
    background: #e9f1fb;
    padding: 0 1em;
}

.accordionbox {
    background: #e9f1fb;
}

.well {
    display: none;
}

img {
    vertical-align: middle;
}

ul {
    background: #ffffff;
    border-radius: 15px;
    padding: 1em 1em 1em 2.3em;
    margin-top: -1em;
}

.rank_head {
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: 55%;
    margin: 15px auto 0;
    border-radius: 35px;
    padding: 0.25em 0.5em 0.15em;
    position: relative;
}

.rank_head_img {
    z-index: 1;
    position: relative;
    height: 32px;
}

.list-unstyled li span {
    color: #FC2385 !important;
}

table {
    border-collapse: separate;
    overflow: hidden;
    border-spacing: 0;
    border-radius: 10px;
    border: 1px solid #C8DBF3;
    margin: 0 0 0.5em;
}

td.list1 {
    background: #E3F3FE;
    border-top: none;
    border-left: 1px solid #C8DBF3;
    border-bottom: none;
}

td.list1:first-child {
    border-left: none;
}

td.list-label {
    background: #E3F3FE;
    border-right: none;
    border-bottom: none;
}

td.list2 {
    border-top: none;
    border-left: 1px solid #C8DBF3;
    border-bottom: none;
    border-right: none;
    font-size: 0.75em;
}

td.list2:first-child {
    border-left: none;
}

.accordionlist dt .title p {
    margin: 0.25em;
    font-size: 0.85em;
    font-weight: bold;
}

.accordionlist dt {
    padding: 0.5em;
    color: #2470d2;
    width: 75%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #FFFFFF 57.1%, #E2EFFF 100%);
    border: 2px solid #C8DBF3;
    box-shadow: 2px 2px 9px rgb(181 212 251 / 75%);
    border-radius: 50px;
}

.accordion_icon {
    right: 1em;
    background: #2470D2;
    border-radius: 50px;
    box-shadow: 0px 1.875px 0px #c8daf1;
}

.accordion_icon span:nth-of-type(1) {
    top: 10px;
}

.accordion_icon span:nth-of-type(2) {
    top: 10px;
}

.accordion_icon.active span:nth-of-type(2) {
    top: 10px;
}

.point-bottom-gray {
    background-color: #fff;
    margin-top: -20px;
    padding-top: 10px;
    padding-bottom: 0;
}

.bg-cat {
    padding-top: 35px;
    margin-top: -35px;
}

.voice_cat {
    width: 38px;
}

.rank_voice_more {
    width: 16px;
    margin-bottom: 3px;
}

.btn_voice_all {
    text-decoration: none;
    padding: 0.5em 1em;
    color: #2470d2;
    width: 75%;
    margin: 0 auto 1.5em;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, #FFFFFF 57.1%, #E2EFFF 100%);
    border: 1px solid #C8DBF3;
    box-shadow: 2px 2px 9px rgb(181 212 251 / 75%);
    border-radius: 50px;
    font-size: 0.85em;
}

.btn_voice_all_text {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: center;
}

.btn_voice_all_text small {
    text-decoration: underline;
    margin-left: 0.5em;
}

.btn_voice_all_cur {
    width: 10%;
    display: none;
}

.btn_campaign {
    margin-top: 1em;
    padding: 0.75em 0;
    width: 100%;
    justify-content: space-evenly;
}

.btn_voice_all a {
    color: #2470d2;
    font-weight: bold;
    text-decoration: none;
    width: 80%;
    font-size: 0.9em;
}

.point-bottom-gray ul.list-unstyled {
    padding: 1em 1em 0.5em 1em;
}

.bg_campaign_coin {
    background-color: #e9f1fb;
}

.sticky-section {
    line-height: inherit;
    text-align: center;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    padding: 0;
    z-index: 1;
    margin-bottom: 0.5em;
}

.sticky-title {
    box-shadow: 2px 2px 9px rgb(181 212 251 / 75%);
}

.sticky-section a .btn-account-name strong.balloon_rank_b_text {
    display: block;
    position: relative;
    /*background: #b832697d;*/
    background: #b832327d;
    border-radius: 23.2624px;
    width: 45%;
    margin: 1em auto -2.25em;
}

.sticky-section a .btn-account-name strong.balloon_rank_b_text_lottie {
    display: block;
    position: relative;
    background: #b80000;
    border-radius: 23.2624px;
    width: 45%;
    margin: 1em auto -50px;
    z-index: 999;
}

.fot-red {
    color: #fc2585;
}

.red {
    color: #fc2585;
}

.accordionlist ol {
    padding: 0em 1em;
}

td {
    background-color: #fff;
    border-right: none;
    border-bottom: none;
}

.transaction_cnt table th {
    border-right: 1px solid #C8DBF3;
    border-bottom: none;
    color: #575757;
    background: #e3f3fe;
}

.transaction_cnt table th:last-child {
    border-right: none;
}

.transaction_cnt table {
    margin: 0 0 1.25em;
}

.closeArea .close_box a.close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    line-height: 1.3;
    position: relative;
    cursor: pointer;
    width: 120px;
    margin: 0 auto;
    padding: 10px 0 10px 5px;
    font-size: 0.85em;
    background: linear-gradient(180deg, #FFFFFF 57.1%, #E2EFFF 100%);
    border: 1px solid #C8DBF3;
    box-shadow: 0px 2px 3px rgb(181 212 251 / 35%);
    border-radius: 50px;
    color: #2570D1;
}

.closeArea .close_box a.close_btn .i_box .one_i:before,
.closeArea .close_box a.close_btn .i_box .one_i:after {
    background-color: #2570d1;
    border-radius: 0px;
}

.spec_data_detail {
    font-size: 8px;
    color: #575757;
    margin: 0 0 0.5em;
}

.spec_data_detail_box {
    margin: 0 0 1em;
}

.well {
    margin: 0.5em 0;
    border-radius: 20px;
    background: rgb(121 186 226);
    color: #fff;
}

.well {
    margin: 0.5em 0;
    border-radius: 20px;
    background: rgb(121 186 226);
    color: #fff;
    justify-content: center;
}

.icon-rec {
    display: none;
}

.section-in h2 {
    text-align: center;
    padding: 0.5em 0;
    border-radius: 20px;
    background: rgb(121 186 226);
    color: #fff;
    font-size: 0.85em;
    margin: 2em auto 0.75em;
    font-weight: bold;
}

.selection {
    padding: 0;
    margin-bottom: 1.5em;
}

.detail-search {
    padding: 0 1em;
}

th {
    color: #575757;
    border-bottom: 1px solid #C8DBF3;
}

.detail-search td.detail-td {
    border-bottom: 1px solid #C8DBF3;
    padding: 0;
    width: 12%;
}

.detail-search td.detail-td-sp {
    text-align: left;
    border-bottom: 1px solid #C8DBF3;
}

.detail-search td.detail-td-sp:first-child {
    width: 50%;
}

.detail-icon {
    border-left: 1px solid #C8DBF3;
}

.accordionlist dd {
    padding: 1em 0 0;
}

.accordionlist td.list1 {
    padding: 0.5em 0;
    width: 20%;
}

.section-in .detail-h2 {
    margin: 0em 1em 0.75em;
}

.serach-btn,
.serach-btn:hover {
    color: #fff;
    font-weight: bold;
    border-bottom: none !important;
    text-align: center;
    padding: 0.75em 0em;
    background: #FC2485;
    box-shadow: 0px 5px 0px #b83269;
    border-radius: 75px;
}

a .btn_voice_all .campaign_text {
    font-weight: bold;
    width: 80%;
    font-size: 0.9em;
}

.rank_b_spec {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rank_b_spec_title {
    width: 70%;
}

.rank_b_spec_padding {
    line-height: initial;
}

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

    /*ウィンドウ幅が767px以上の場合に適用*/
    .col1 .section-wrap {
        width: 767px;
    }

    .col1 .main-body-in {
        width: 767px;
    }

    .hensyu {
        font-size: 0.8em;
        display: none;
    }

    ol {
        line-height: 1.4;
        padding: 0 0.85em 0.5em;
    }

    li {
        font-size: 0.8em;
    }

    td {
        padding: 1em 0.8em;
        font-size: 0.65em;
        line-height: 1.75;
    }

    th {
        padding: 0.5em;
        font-size: 0.6em;
        width: 20%;
    }

    .section-in h2 {
        margin: 0 0 0.5em;
        text-align: center;
        font-size: 0.75em;
    }

    p {
        margin: 0 0 0em;
    }

    .horizontal_scroll>li:not(:last-child) {
        min-width: 80%;
        margin-right: 1em;
    }

    .sticky-section a .btn-account-name strong.balloon_rank_b_text {
        display: block;
        position: relative;
        background: #b832697d;
        border-radius: 23.2624px;
        width: 45%;
        margin: 1em auto -2.5em;
    }

    .sticky-section a strong {
        display: inline-block;
        padding-top: 0;
        font-size: 75%;
    }

    .sticky-section a .btn-account-name strong.balloon_rank_b_text_lottie {
        margin: 1em auto -85px;
    }

    .sticky-section {
        line-height: inherit;
        text-align: center;
        position: sticky;
        position: -webkit-sticky;
        bottom: 2em;
        padding: 0;
        z-index: 1;
        margin-bottom: 2.5em;
    }

    .horizontal_scroll>li:last-child a {
        padding: 0.5em;
        display: flex;
        min-width: 74px;
        min-height: 74px;
        color: #2570d2;
        background: linear-gradient(180deg, #FFFFFF 57.1%, #E2EFFF 100%);
        box-shadow: 2px 2px 9px rgb(181 212 251 / 75%);
        justify-content: center;
        align-items: center;
        border: 1px solid #C8DBF3;
        border-radius: 100%;
        text-decoration: none;
        flex-direction: column;
        font-size: 0.75em;
    }
}

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

    /*ウィンドウ幅が最大767pxまでの場合に適用*/
    .col1 .section-wrap {
        width: 100%;
    }
}

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

    /*ウィンドウ幅が最大479pxまでの場合に適用*/
    .col1 .section-wrap {
        width: 100%;
    }
}

.infinite-item .voice-txt {
    padding: 0 1em;
    border-radius: 0em;
}

.infinite-item .accordionbox {
    padding: 0;
    border-bottom: 1px solid whitesmoke;
}

.infinite-item .accordionlist dt {
    padding: 0.5em 0;
    background: none;
    box-shadow: none;
    border: none;
    width: 100%;
    justify-content: space-between;
}

.infinite-item .accordionlist dd {
    padding: 0 0 1em;
    font-size: 0.8em;
}

.infinite-container {
    padding: 0 0 1em;
    margin-bottom: 1em;
}

.infinite-container .btn_voice_all {
    margin: 1em auto;
    padding: 1em;
}

.voice_sort {
    display: flex;
    margin: 0 0.5em;
}

.voice_sort .btn_voice_all {
    justify-content: center;
    margin: 0 0.5em 0em;
    font-size: 0.75em;
    padding: 0.5em 0;
}

.voice_sort .btn_voice_all_on {
    box-shadow: none;
    background: #E2EFFF;
}

.voice_left {
    display: flex;
    align-items: center;
    width: 80%;
}

.day {
    font-size: 0.65em;
    color: #9da2a5;
    text-align: right;
}

.boldblue {
    color: #FC2385;
    font-weight: bold;
}

.detail_list {
    background: #fff;
    margin: 1em 0;
    padding: 0.75em;
    border-radius: 0.75em;
    font-weight: bold;
    border: 2px solid #7abae2;
    color: #005990;
}

ul.list-unstyled.guide {
    padding: 1em 0;
}

ul.list-unstyled.guide li {
    padding: 0px 1em 0 2.5em;
}

ul.list-unstyled.guide a {
    display: block;
    margin: 0.5em 0.5em 0;
}

.container {
    position: relative;
    display: flex;
    justify-content: center;
}

.chevron {
    position: absolute;
    width: 18px;
    height: 4px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: -25px;
    height: 100%;
    width: 51%;
    background: #2570d2;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.rank_logo {
    display: flex;
    justify-content: center;
    width: 100%;
}

.rank_cv_width {
    width: 350px;
}

.sticky-section a {
    animation-name: updown1;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    color: white;
    text-decoration: none;
    position: relative;
    margin-top: 1em;

}

@keyframes updown1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 767px) {
    .rank_cv_width {
        width: 640px;
    }
}

.okan {
    animation: okan 1.5s ease-in-out 0s infinite normal;
}

@keyframes okan {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    40% {
        transform: scale(0.95, 1.2) translate(0%, -10%);
    }

    50% {
        transform: scale(1.1, 0.9) translate(0%, 5%);
    }

    60% {
        transform: scale(0.95, 1.05) translate(0%, -3%);
    }

    70% {
        transform: scale(1.05, 0.95) translate(0%, 3%);
    }

    80% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    100% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

.catflex {
    display: flex;
    justify-content: flex-end;
    margin: -25px 1em -45px 0;
}

.recommend_cat {
    background-image: url(/images/rank_b/img_rank_b_recommend_cat.png);
    background-repeat: no-repeat;
    background-size: 55px;
    height: 60px;
    width: 55px;
    animation: korokoro 3s ease-in-out 0s infinite alternate;
}

@keyframes korokoro {
    0% {
        transform: translate(-5%, 0%) rotate(-5deg);
    }

    100% {
        transform: translate(5%, 0%) rotate(5deg);
    }
}

.catflex_voice {
    display: flex;
    justify-content: flex-start;
    margin: -30px 0 -90px 5px;
}

.recommend_cat_voice {
    background-image: url(/images/rank_b/img_rank_b_voice_cat.png);
    background-repeat: no-repeat;
    background-size: 85px;
    height: 95px;
    width: 85px;
    animation: fuwafuwa 1.5s infinite ease-in-out 0s alternate;
}

@keyframes fuwafuwa {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    100% {
        transform: scale(0.95, 1.05) translate(0%, -5%);
    }
}

.campaign_coin_flex {
    margin: -10px 0 -60px 0px;
}

.campaign_coin {
    background-image: url(/images/rank_b/img_rank_b_campaign.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 80px;
    width: 100%;
    animation: fuwafuwa 2.5s infinite ease-in-out 1s alternate;
}

.cursor_nav {}

.cursor_nav:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 8px;
    left: 11px;
}

.glowbtn_nav {
    position: relative;
    transition: 1s;
    box-shadow: 0 0 10px rgb(164 197 239);
    animation: fuwadown 1.5s ease-in-out infinite;
    border-radius: 50px;
}

.glowbtn_nav:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border-bottom: 3px solid #2767bb;
    border-radius: 100%;
    bottom: -2px;
    left: 0;
    animation: hekomi 1.5s ease-in-out infinite;
}

.glowbtn_nav_bg {
    position: relative;
    background: linear-gradient(90deg, #2570d2, #0096ff, #49c4fc, #0096ff, #2570d2);
    background-size: 500%;
    border-radius: 50px;
    padding: 13px 13px;
    animation: glowbtn 10s linear infinite;
}

@keyframes glowbtn {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 500%;
    }
}

@keyframes fuwadown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes hekomi {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2px);
    }

    100% {
        transform: translateY(0);
    }
}

.star_voice {
    height: 14px;
    margin: 0 2px 0 0px;
}

.rank-title-line a.rank-title {
    justify-content: center;
}

nav.rank-title-line {
    top: 0;
    position: relative;
    padding: 0em 0.75em;
    background: #FFFFFF;
    border: 3px solid #eaf3ff;
    border-radius: 50px;
    box-shadow: 2px 2px 12px rgb(164 197 239);
    z-index: 0;
}

.top-rank-1::before {
    content: '';
    position: absolute;
    left: 0.5em;
    bottom: 0.65em;
    width: 40px;
    height: 32px;
    background-image: url(/images/rank_b/ic_rank1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.top-rank-2::before {
    content: '';
    position: absolute;
    left: 0.5em;
    bottom: 0.65em;
    width: 40px;
    height: 32px;
    background-image: url(/images/rank_b/ic_rank2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.top-rank-3::before {
    content: '';
    position: absolute;
    left: 0.5em;
    bottom: 0.65em;
    width: 40px;
    height: 32px;
    background-image: url(/images/rank_b/ic_rank3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

nav.rank-title-line::after {
    content: '\25B6';
    color: #fff;
    font-size: 0.8em;
    position: absolute;
    right: 0.75em;
    transition: 1s;
    box-shadow: 0 0 10px rgb(164 197 239);
    border-radius: 50px;
    border-bottom: 3px solid #2767bb;
    background: linear-gradient(90deg, #2570d2, #0096ff, #49c4fc, #0096ff, #2570d2);
    background-size: 500%;
    padding: 5px 8px 5px 10px;
    animation: fuwadown 1.5s ease-in-out infinite, glowbtn 10s linear infinite;
}

a .btn_voice_all .campaign_text {
    font-weight: bold;
    width: 80%;
    font-size: 1em;
}

.btn_campaign {
    margin-top: 1em;
    padding: 1em 0;
    width: 100%;
    justify-content: center;
}

.btn_campaign::before {
    content: '';
    position: absolute;
    right: 1em;
    width: 26px;
    height: 28px;
    background-image: url(/images/rank_b/btn_rank_cursor.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.voice_min {
    width: 80%;
    padding: 0.85em 0;
    font-size: 0.8em;
}
