@charset "UTF-8";

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    text-align: left;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.hidden {
    display: none !important;
}

.clear {
    clear: both !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.line-height {
    line-height: 0 !important;
}

.clear-right {
    clear: right !important;
}

.clear-left {
    clear: left !important;
}

.center-relative {
    margin-left: auto;
    margin-right: auto;
}

.center-absolute {
    left: 50%;
}

.center-text,
.center,
.align_center {
    text-align: center !important;
}

.text-left,
.left {
    text-align: left !important;
}

.text-right,
.right {
    text-align: right !important;
}

.absolute {
    position: absolute !important;
}

.fixed {
    position: fixed !important;
}

.relative {
    position: relative !important;
}

.margin-0 {
    margin: 0 !important;
    line-height: 0 !important;
}

.top-0 {
    margin-top: 0 !important;
}

.top-5 {
    margin-top: 5px !important;
}

.top-10 {
    margin-top: 10px !important;
}

.top-15 {
    margin-top: 15px !important;
}

.top-20 {
    margin-top: 20px !important;
}

.top-25 {
    margin-top: 25px !important;
}

.top-30 {
    margin-top: 30px !important;
}

.top-50 {
    margin-top: 50px !important;
}

.top-60 {
    margin-top: 60px !important;
}

.top-70 {
    margin-top: 70px !important;
}

.top-75 {
    margin-top: 75px !important;
}

.top-80 {
    margin-top: 80px !important;
}

.top-100 {
    margin-top: 100px !important;
}

.top-105 {
    margin-top: 105px !important;
}

.top-120 {
    margin-top: 120px !important;
}

.top-150 {
    margin-top: 150px !important;
}

.top-200 {
    margin-top: 200px !important;
}

.top-negative-30 {
    margin-top: -30px !important;
}

.left-35 {
    margin-left: 35px !important;
}

.bottom-0 {
    margin-bottom: 0 !important;
}

.bottom-10 {
    margin-bottom: 10px !important;
}

.bottom-20 {
    margin-bottom: 20px !important;
}

.bottom-30 {
    margin-bottom: 30px !important;
}

.bottom-40 {
    margin-bottom: 40px !important;
}

.bottom-50 {
    margin-bottom: 50px !important;
}

.bottom-60 {
    margin-bottom: 60px !important;
}

.bottom-70 {
    margin-bottom: 70px !important;
}

.bottom-100 {
    margin-bottom: 100px !important;
}

.bottom-150 {
    margin-bottom: 150px !important;
}

.bottom-200 {
    margin-bottom: 200px !important;
}

.p-top-0 {
    padding-top: 0 !important;
}

.p-bottom-0 {
    padding-bottom: 0 !important;
}

blockquote {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    max-width: 400px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    font-style: italic;
    border-left: 10px solid #e625a4;
}

iframe {
    width: 100%;
    height: 310px;
}

@media screen and (max-width: 444px) {
    iframe {
        height: 310px;
    }
}

em {
    font-style: italic;
}

ol {
    list-style-type: decimal;
}

pre {
    word-wrap: break-word;
    white-space: pre-wrap;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

.underline {
    text-decoration: underline;
}

.break {
    display: none;
}

.sp-break {
    display: block;
}

.is-desktop {
    display: none !important;
}

.is-mobile {
    display: block !important;
}

.is-ipad {
    display: none !important;
}

ul.t-indent {
    text-align: left;
}

ul.t-indent li {
    text-indent: -1em;
    margin-left: 1em;
}

.kome-caption {
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 13px;
}

.fc_red {
    color: #ff0000;
}

.bold {
    font-weight: bold;
}

.under {
    text-decoration: none;
    background: linear-gradient(transparent 70%, #ffeaba 70%);
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

@media screen and (min-width: 1025px) {
    .break {
        display: block;
    }

    .sp-break {
        display: none;
    }

    .is-desktop {
        display: block !important;
    }

    .is-mobile {
        display: none !important;
    }

    .is-ipad {
        display: none !important;
    }
}

/* @media screen and (min-width: 1025px) and (max-width: 1199px) {
    .break {
        display: none;
    }
    .sp-break {
        display: block;
    }
    .is-desktop {
        display: none !important;
    }
    .is-mobile {
        display: none !important;
    }
    .is-ipad {
        display: block !important;
    }
} */
a.button {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 1rem 3rem;
    font-size: 34px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #ffffff !important;
    background-color: #f0232d;
    border-radius: 80px;
    transition: all 0.2s linear;
    vertical-align: middle;
    cursor: pointer;
}

a.button:hover,
a.button:focus {
    background-color: #f3535b;
}

a.button:after {
    position: absolute;
    content: " ";
    margin-top: -9px;
    right: 20px;
    top: 50%;
    width: 18px;
    height: 18px;
    border-top: 6px solid #ffffff;
    border-right: 6px solid #ffffff;
    transform: rotate(45deg);
}

a.button.expanded {
    display: block;
    width: 100%;
}

.columns {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}

.columns:after {
    display: table;
    content: " ";
    clear: both;
}

.columns .column {
    position: relative;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
}

.columns .col1,
.columns .col2,
.columns .col3,
.columns .col4,
.columns .col5,
.columns .col6,
.columns .col7,
.columns .col8,
.columns .col9,
.columns .col10,
.columns .col11,
.columns .col12 {
    width: 100%;
}

@media screen and (min-width: 1025px) {
    .columns .col12 {
        width: 100%;
    }

    .columns .col11 {
        width: 91.66667%;
    }

    .columns .col10 {
        width: 83.33333%;
    }

    .columns .col9 {
        width: 75%;
    }

    .columns .col8 {
        width: 66.66667%;
    }

    .columns .col7 {
        width: 58.33333%;
    }

    .columns .col6 {
        width: 50%;
    }

    .columns .col5 {
        width: 41.66667%;
    }

    .columns .col4 {
        width: 33.33333%;
    }

    .columns .col3 {
        width: 25%;
    }

    .columns .col2 {
        width: 16.66667%;
    }

    .columns .col1 {
        width: 8.33333%;
    }
}

html {
    background-color: #ffffff;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    line-height: 1.7;
    letter-spacing: 0.05em;
    width: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block;
}

body,
button,
input,
select,
textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: inherit;
    font-family: monospace;
}

a {
    color: #0a72ff;
    cursor: pointer;
    text-decoration: none;
}

a strong {
    color: currentColor;
}

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

code {
    background-color: #f5f5f5;
    color: #ff3860;
    font-size: 0.875em;
    font-weight: normal;
    padding: 0.25em 0.5em 0.25em;
}

hr {
    background-color: #f5f5f5;
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0;
}

img {
    height: auto;
    max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    vertical-align: baseline;
}

small {
    font-size: 0.875em;
}

span {
    font-style: inherit;
    font-weight: inherit;
}

strong {
    color: #0e0e0e;
    font-weight: 700;
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: whitesmoke;
    color: #4a4a4a;
    font-size: 0.875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal;
}

pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0;
}

table {
    margin-bottom: 25px;
    width: 100%;
}

#header {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: #fff;
}

#header:after {
    display: table;
    content: " ";
    clear: both;
}

#body-wrapper {
    background-color: #f8f8f8;
}

#wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}

#wrapper:after {
    display: table;
    content: " ";
    clear: both;
}

#main {
    position: relative;
    padding: 0;
}

#main:after {
    display: table;
    content: " ";
    clear: both;
}

#sidebar {
    position: relative;
    display: block;
    box-sizing: border-box;
}

#sidebar .banner li a .detail-btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 0;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16%;
    height: 32px;
    font-weight: bold;
}

#sidebar .banner li a .detail-btn span {
    position: relative;
    display: block;
}

#sidebar .banner li a .detail-btn:hover,
#sidebar .banner li a .detail-btn active {
    opacity: 0.6;
}

#sidebar .voice-btn {
    margin: 60px 0 60px;
}

#sidebar .voice-btn a {
    display: block;
    color: #fff;
    background-color: #2bae97;
    border-radius: 0px;
    padding: 24px 12px;
    text-align: center;
    font-size: 14px;
    /*    box-shadow: 0 6px 0 #208372;*/
    font-weight: bold;
    margin: 20px 8%;
}

#sidebar .voice-btn a:hover,
#sidebar .voice-btn a active {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    box-shadow: 0 0 0 transparent;
    text-decoration: none;
}

#sidebar .title h3 span {
    display: block;
    line-height: 1;
    display: block;
    padding: 60px 24px 12px 0px;
    text-align: left;
    font-size: 16px;
    color: #e64744;
    font-weight: 500;
}

#sidebar .title h3 span a {
    color: #f47900;
}

#sidebar .sidebar-contents ul li {
    margin: 6px 0;
    background-color: #ffffff;
}

#sidebar .sidebar-contents ul li a {
    display: flex;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 15px;
    padding: 12px 12px 12px 12px;
    border-left: 3px solid #f8c985;
}

@media screen and (min-width: 1025px) {
    #sidebar .sidebar-contents ul li a .rank_img {
        display: flex;
        width: 20%;
        float: left;
    }

    #sidebar .sidebar-contents ul li a .rank_sidrbartitle {
        display: flex;
        padding: 12px 12px 12px 12px;
        float: left;
        vertical-align: middle;
        width: 80%;
        font-weight: 600;
    }

    #sidebar .sidebar-contents ul li a .contents_img {
        display: flex;
        width: 35%;
        float: left;
    }

    #sidebar .sidebar-contents ul li a .contents_sidrbartitle {
        display: flex;
        padding: 12px 12px 12px 12px;
        float: left;
        vertical-align: middle;
        width: 100%;
        font-weight: 600;
    }
}

@media screen and (max-width: 1024px) {
    #sidebar {
        margin: 0 auto;
        width: 90%;
    }

    #sidebar .banner li a {
        display: block;
        position: relative;
        line-height: 0;
    }

    #sidebar .banner li a .detail-btn span {
        position: relative;
        display: block;
    }

    #sidebar .banner li a .detail-btn:hover,
    #sidebar .banner li a .detail-btn active {
        opacity: 0.6;
    }

    #sidebar .voice-btn a:hover,
    #sidebar .voice-btn a active {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        box-shadow: 0 0 0 transparent;
        text-decoration: none;
    }

    #sidebar .sidebar-contents ul li a .rank_img {
        display: flex;
        width: 10%;
        float: left;
    }

    #sidebar .sidebar-contents ul li a .rank_sidrbartitle {
        display: flex;
        padding: 12px 12px 12px 12px;
        float: left;
        vertical-align: middle;
        width: auto;
        font-weight: 600;
    }

    #sidebar .sidebar-contents ul li a .contents_img {
        display: flex;
        width: 35%;
        float: left;
    }

    #sidebar .sidebar-contents ul li a .contents_sidrbartitle {
        display: flex;
        padding: 12px 12px 12px 12px;
        float: left;
        vertical-align: middle;
        width: auto;
        font-weight: 600;
    }
}

@media screen and (min-width: 501px) and (max-width: 1024px) {
    #sidebar .banner li {
        margin-bottom: 24px;
        width: 50%;
        margin: 0 auto 24px;
    }
}

@media screen and (max-width: 500px) {
    #sidebar .banner li {
        margin-bottom: 24px;
        width: 90%;
        margin: 0 auto 24px;
    }
}

#key-visual {
    margin: 0 0 24px;
}

#key-visual .key-visual-bottom {
    font-size: 12px;
}

#key-visual .datatext {
    font-size: 10px;
    text-align: center;
}

#contents-banner {
    position: relative;
    margin: 0 0 48px;
    padding: 0;
}

#contents-banner .banner a {
    display: block;
    line-height: 0;
    margin-top: 12px;
    position: relative;
}

#contents-banner .banner a img {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    #contents-banner .banner a .detail-btn {
        display: -webkit-flex;
        display: flex;
    }
}

#contents-banner .banner a .detail-btn span {
    position: relative;
    display: block;
}

#contents-banner .banner a .detail-btn:hover,
#contents-banner .banner a .detail-btn active {
    opacity: 0.6;
}

#footer {
    position: relative;
    margin: 0;
    padding: 0;
}

#footer:after {
    display: table;
    content: " ";
    clear: both;
}

@media screen and (min-width: 1025px) {
    #key-visual {
        /* background:transparent url(../../common/img/kv_bg.png) no-repeat 0 0;
        background-size: cover; */
        margin: 0 0 24px;
        background-color: #ffebd2;
    }

    #key-visual .datatext {
        font-size: 12px;
        text-align: right;
    }

    #main {
        max-width: 1200px;
        min-width: 1025px;
        margin: 0 auto;
    }

    #main #contents {
        float: left;
        width: 70%;
    }

    #main #sidebar {
        /*
        float: right;
        width: 30%;
*/
        padding: 0 0 0 4%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    #main {
        min-width: 100%;
        max-width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 320px) {
    #key-visual {
        margin: 0 0 12px;
    }

    #key-visual .datatext {
        font-size: 11px;
        text-align: left;
        text-indent: -1em;
        margin-left: 2em;
    }
}

.section {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.section:after {
    display: table;
    content: " ";
    clear: both;
}

.section .about_dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #242424;
}

.section .about_dl dd {
    margin: 0 0 24px 12px;
    font-size: 14px;
}

.content-area {
    padding-bottom: 24px;
    background-color: #ffffff;
}

.content-area .container .content-area-inner {
    overflow: hidden;
}

.content-area .container .content-area-inner .border {
    border: ridge 6px #8ec6ff;
    padding: 1.5em 2em;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 14px;
    margin: 1.5em 0;
}

.content-area .container .content-area-inner .border h3 {
    text-align: center;
    padding-bottom: 1rem;
}

.content-area .container .content-area-inner .border span {
    border-bottom: 1px solid #030303;
    font-size: 18px;
    font-weight: bold;
}

.content-area .container .content-area-inner img {
    zoom: 0.5;
}

.content-area .container .content-area-inner img.right_img {
    float: right;
    margin: 12px 0 0;
}

.content-area .container .content-area-inner img.left_img {
    float: left;
    margin: 0 12px 12px 0;
}

.content-area .container .content-area-inner img.wide {
    width: 100%;
    zoom: 1;
    margin-top: 12px;
}

.content-area .container .content-area-inner .section-sub-title:first-child {
    margin-top: 0;
}

.content-area .container .content-area-inner p {
    margin-top: 12px;
    letter-spacing: normal;
}

#pager ul {
    display: flex;
    margin: 0 0 24px;
}

#pager ul li {
    list-style-type: none;
    flex: 1;
}

#pager ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
    padding: 12px 0;
    box-sizing: border-box;
    border: 1px solid #f47900;
    background-color: #fff;
    color: #e64744;
}

#pager ul li.active a {
    background-color: #f47900;
    color: #fff;
    border-right: 1px solid #fff;
}

#pager ul li.active:last-child a {
    border-right: none;
}

.section-title-h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 24px;
    color: #4d4d4d;
}

.head_container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.content-voice {
    max-width: 100%;
    border: 1px solid #e7e7e7;
    padding: 24px;
    margin: 24px 0;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.content-voice .content-list li {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 13px;
    line-height: 1.7;
}

.contents-table {
    width: 100%;
    margin-top: 12px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.contents-table th {
    padding: 10px;
    font-size: 16px;
    background-color: #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

.contents-table td {
    padding: 10px;
    font-size: 14px;
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
    vertical-align: middle;
}

.section-osusume-dl dt {
    font-weight: bold;
    margin-top: 24px;
    color: #ff9000;
}

.section-osusume-dl dt strong {
    display: block;
    text-indent: -1em;
    margin-left: 1em;
    color: #ff9000;
}

.section-osusume-dl dd {
    margin-top: 12px;
}

@media screen and (max-width: 1024px) {
    .section .section-title {
        padding: 0;
    }

    .section .section-title .title {
        padding: 24px 12px;
        font-size: 28px;
    }

    #result .container {
        padding: 0 4% 48px;
    }

    .content-area .container {
        padding: 0 24px 24px;
    }

    .content-area .container .content-area-inner img {
        zoom: 1;
    }

    .content-voice {
        padding: 24px;
        margin: 24px 0;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .section .section-title {
        padding: 0;
    }

    .section .section-title .title {
        /* padding: 24px 12px; */
        /* font-size: 20px; */
    }
}

#header {
    padding: 12px 0 12px;
}

#header .container {
    position: relativeF;
    padding-left: 0;
    padding-right: 0;
}

#header .container .logo {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-size: 26px;
    /* font-family: "Noto Sans JP, sans-serif, ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
    font-family: 'Noto Sans JP', sans-serif;
}

#header .container .logo a {
    color: #f9942d;
    line-height: 1.4;
    font-weight: bold;
}

#header .container .logo a strong {
    font-size: 25px;
    font-weight: bold;
    color: #e0413d;
}

#header .container .logo a:hover {
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.5s ease 0s;
}

#header .container .logo-strong {
    display: none;
}

#header .container .header-info {
    display: none;
}

.header-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.header-nav>ul {
    position: relative;
    display: flex;
    width: 100%;
}

.header-nav>ul>li {
    background: #fff2f3;
    box-sizing: border-box;
    height: 10vw;
    text-align: center;
    width: 10vw;
    margin: 0 0 0 90vw;
}

.header-nav>ul>li.active {
    background: #fff2f3;
}

.header-nav>ul>li a,
.header-nav>ul>li span {
    color: #e98075;
}

.header-nav>ul>li:after {
    content: "&nbsp;";
    border-right: solid 2px #fff;
    position: absolute;
    top: -2px;
    right: -3px;
    line-height: 60px;
    font-size: 0;
}

.header-nav>ul>li a {
    box-sizing: border-box;
    color: #000;
    display: flex;
    font-size: 12px;
    height: 100%;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.header-nav>ul>li.nav-aco ul {
    display: none;
    z-index: 999;
    position: absolute;
    top: 10vw;
    left: 0;
    padding: 0;
    width: 100vw;
    max-height: 420px;
    overflow: scroll;
}

.header-nav>ul>li.nav-aco ul li {
    background: rgba(214, 95, 82, 0.9);
    width: 100%;
    border: none;
    height: auto;
}

.header-nav>ul>li.nav-aco ul li a {
    padding: 15px 10px;
    border-bottom: 1px solid #FFF;
    color: #fff;
    line-height: 1.5;
    text-align: left;
    display: block;
}

.header-nav>ul>li.nav-aco ul li:last-child a {
    border: none;
}

.header-nav>ul>li.nav-aco ul li:last-child:after {
    border: none;
}

@media screen and (min-width: 1025px) {
    #header {
        padding: 18px 0;
        margin: 0 auto;
        background-color: #fff;
    }

    #header .container {
        position: relativeF;
        min-width: 1025px;
    }

    #header .container .logo {
        display: inline-block;
        text-align: center;
        font-size: 24px;
        margin: 0 auto;
    }

    #header .container .logo a strong {
        font-size: 30px;
        color: #e0413d;
    }

    #header .container .logo-strong {
        display: block;
        font-size: 12px;
        margin: 6px 0 0;
        line-height: 1;
        padding: 0;
    }

    #header .container .header-info {
        display: block;
        float: right;
    }

    #header .container .header-info li {
        display: inline-block;
        text-align: right;
        margin: 0 12px;
    }

    #header .container .header-info li a {
        position: relative;
        padding: 6px 0 6px 20px;
        display: block;
        color: #333;
        font-size: 14px;
        border-bottom: none;
    }

    #header .container .header-info li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 14px;
        height: 14px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #e64744;
    }

    #header .container .header-info li a:after {
        content: "";
        position: absolute;
        left: 6px;
        top: 11px;
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-left: 4px solid #fff;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .header-nav {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    #header .container {
        min-width: 100%;
        max-width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }

    #header .container .logo a strong {
        font-size: 30px;
    }
}

@media screen and (max-width: 650px) {
    #header .container .logo {
        font-size: 20px;
        padding: 0 3%;
    }

}

@media screen and (max-width: 320px) {
    #header {
        padding: 12px 0 12px;
    }

    #header .container .logo {
        font-size: 16px;
    }

    #header .container .logo a strong {
        font-size: 21px;
    }

    .header-nav ul li a {
        font-size: 11px;
        height: 100%;
        letter-spacing: 0;
    }
}

#footer {
    padding: 24px 0 0;
    text-align: center;
}

#footer .copyright {
    font-size: 10px;
    margin-top: 24px;
    padding: 12px 0;
    font-style: normal;
    color: #fff;
    background-color: #e64744;
}

#footer .footer-menu {
    width: 100%;
}

#footer .footer-menu .footer-menu-inner {
    text-align: left;
}

#footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-title {
    background-color: #525252;
    color: #fff;
    padding: 22px 4%;
    margin: 0;
}

#footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list {
    padding: 0;
}

#footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list a {
    position: relative;
    padding: 20px 8% 20px 4%;
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    border-bottom: 1px solid #cccccc;
}

#footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #cacaca;
    border-top: 2px solid #cacaca;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list a:active {
    text-decoration: none;
    background-color: #f1f1f1;
}

#footer .kuchikomi-btn {
    margin: 24px -6px;
}

#footer .kuchikomi-btn ul {
    width: 100%;
    display: table;
}

#footer .kuchikomi-btn ul li {
    width: 49%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 6px;
    box-sizing: border-box;
}

#footer .kuchikomi-btn ul li a {
    display: block;
    color: #fff;
    background-color: #2bae97;
    border-radius: 0px;
    padding: 12px;
    text-align: center;
    font-size: 18px;
    /*    box-shadow: 0 6px 0 #208372;*/
    font-weight: bold;
    line-height: 1.4;
}

#footer .kuchikomi-btn ul li a:active,
#footer .kuchikomi-btn ul li a:hover {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    box-shadow: 0 0 0 transparent;
    text-decoration: none;
}

#footer .top-and-company-btn {
    margin: 24px -6px;
}

#footer .top-and-company-btn ul {
    width: 100%;
    display: table;
}

#footer .top-and-company-btn ul li {
    width: 49%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 6px;
    box-sizing: border-box;
}

#footer .top-and-company-btn ul li a {
    display: block;
    border: 1px solid #bbbbbb;
    border-radius: 0px;
    padding: 12px 0;
    font-size: 14px;
    text-align: center;
    background-color: #ffffff;
    color: #333;
    box-shadow: 0 3px 0 #bbbbbb;
}

#footer .top-and-company-btn ul li a:active,
#footer .top-and-company-btn ul li a:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: 0 0 0 transparent;
}

#footer-bar .container .multiple li a .icon {
    display: block;
    margin: 0 auto 5px auto;
}

#footer-bar .container .single li {
    margin: 0;
    padding: 0;
    text-align: center;
    border-left: 1px solid #d9d7cb;
    border-right: 1px solid #d9d7cb;
}

#footer-bar .container .single li a {
    display: block;
    height: 3.5em;
    font-size: 5vw;
    line-height: 3.5em;
    text-decoration: none;
    color: #333;
}

#footer-bar .container .single li a .icon {
    margin-right: 0.5em;
    vertical-align: middle;
    background-size: 100%;
    width: 22px;
}

#footer-bar .container .single li a .icon.icon-ranking-no01 {
    margin-right: 0.5em;
    vertical-align: middle;
    background-size: 100%;
    width: 32px;
}

#footer-bar .icon-ranking {
    width: 25%;
    min-height: 40px;
    background: url(../img/icon_ranking.png) no-repeat;
    background-size: 80%;
}

#footer-bar .icon-check-c {
    width: 25%;
    min-height: 40px;
    background: url(../img/icon_check_c.png) no-repeat;
    background-size: 80%;
}

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 2%;
    margin-right: auto;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 0;
    width: 35px;
    height: 35px;
    background-color: #e64744;
    opacity: 1;
    color: #3c3c3c;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
}

#pageTop a:active {
    text-decoration: none;
    opacity: 0.6;
}

#pageTop a span {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
}

#pageTop a span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (min-width: 1025px) {
    #footer .copyright {
        font-size: 12px;
    }

    #pageTop {
        position: fixed;
        bottom: 30px;
        right: 30px;
    }

    #pageTop a:hover {
        text-decoration: none;
        opacity: 0.6;
    }

    #footer {
        background-color: #ffffff;
    }

    #footer .footer-menu {
        width: 100%;
    }

    #footer .footer-menu .footer-menu-inner {
        min-width: 1025px;
        max-width: 1199px;
        margin: 0 auto;
        display: table;
        text-align: left;
    }

    #footer .footer-menu .footer-menu-inner .footer-menu-block {
        width: 28%;
        display: table-cell;
        vertical-align: top;
    }

    #footer .footer-menu .footer-menu-inner .footer-menu-block.pc-block {
        width: 16%;
        display: table-cell;
    }

    #footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-title {
        display: none;
    }

    #footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list {
        padding: 0 12px;
    }

    #footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list li {
        float: left;
        display: block;
    }

    #footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list a {
        position: relative;
        padding: 6px 30px 6px 20px;
        display: block;
        color: #696969;
        font-size: 12px;
        border-bottom: none;
    }

    #footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 14px;
        height: 14px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #e64744;
    }

    #footer .footer-menu .footer-menu-inner .footer-menu-block .footer-menu-list a:after {
        content: "";
        position: absolute;
        left: 6px;
        top: 16px;
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-left: 4px solid #fff;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    #footer .kuchikomi-btn,
    #footer .top-and-company-btn {
        display: none;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    #footer .footer-menu .footer-menu-inner {
        min-width: 100%;
        max-width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 320px) {
    #footer .copyright {
        text-align: left;
        padding: 12px;
    }

    #footer-bar {
        letter-spacing: 0;
        font-size: 11px;
    }
}

.linkArea02 a {
    margin: 0 auto 40px;
    line-height: 60px;
    display: block;
    text-align: center;
    color: #0e4cca;
    font-weight: bold;
    text-decoration: underline;
    font-size: 30px;
}

#result .result-area {
    position: relative;
}

body {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    width: 100%;
    font-feature-settings: "palt";
    letter-spacing: normal;
}

@media screen and (min-width: 1025px) {
    body {
        width: 100%;
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
    }
}

#contents {
    position: relative;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.content-area .container .content-area-inner img {
    zoom: 1;
}

.ranking-box:after {
    display: table;
    content: " ";
    clear: both;
}

.ranking-box .header .title div {
    color: #4e4e4e;
    margin: auto 0;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .ranking-box .ranking {
        position: relative;
        margin: 0 auto;
        padding: 24px 0 0;
        width: 92%;
    }
}

.ranking-box .caption .recommend .catch {
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: bold;
}

.ranking-box .caption .recommend .check-list li {
    margin-bottom: 12px;
    padding-left: 34px;
    background: url(../img/icon-check.png) no-repeat left top;
}

.ranking-box .caption .recommend .check-list li strong {
    padding-bottom: 3px;
    background: linear-gradient(transparent 50%, #fff47d 0%);
}

.ranking-box .caption .recommend .check-list:last-child {
    margin-bottom: 0;
}

.ranking-box .action {
    margin: 0 0 20px 0;
}

.ranking-box .action ul {
    width: 100%;
    margin: 24px 0;
}

.ranking-box .action ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.ranking-box .action ul li:first-child {
    padding-bottom: 12px;
}

.ranking-box .btn {
    display: block;
    border-radius: 0px;
    padding: 24px 12px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    position: relative;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
}

/* 追加した */
@media screen and (max-width: 1024px) {
    .ranking-box .btn {
        width: 95%;
    }

    .ranking-box .action ul {
        margin: 24px 0 0 0;
    }

    .ranking-box .action li:last-of-type {
        padding-bottom: 12px;
    }

}

.ranking-box .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ranking-box .btn:hover,
.ranking-box .btn active {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    box-shadow: 0 0 0 transparent;
}

.ranking-box .btn-detail {
    border-radius: 5px;
    background: linear-gradient(330deg, #ffb65e, #ff822a);
    border: 1px solid #f09958;
    box-shadow: 0 2px 2px #9e9e9e;
}

.ranking-box .btn-official {
    border-radius: 5px;
    background: linear-gradient(330deg, #f36966, #c3291f);
    border: 1px solid #be1e13;
    box-shadow: 0 2px 2px #9e9e9e;
}

/* 追加した */
.ranking-box .btn-tel {
    border-radius: 5px;
    background: linear-gradient(330deg, #66b3f3, #1f6bc3);
    border: 1px solid #1355be;
    box-shadow: 0 2px 2px #9e9e9e;
}

.ranking-box .call {
    margin: 0 0 36px;
}

.ranking-box .call .call-action ul li {
    text-align: center;
    width: 90%;
    margin: 18px auto;
}

.ranking-box .call .call-action ul li a {
    display: block;
    width: 100%;
    border-radius: 0px;
    padding: 12px;
    background: #fff;
    font-size: 12px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0 auto;
}

.ranking-box .call .call-action ul li a:hover,
.ranking-box .call .call-action ul li a active {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    box-shadow: 0 0 0 transparent;
}

.ranking-box .call .call-action ul li a span {
    font-size: 120%;
    display: inline-block;
    position: relative;
    padding: 12px 0 12px 46px;
    font-size: 18px;
    font-weight: bold;
}

.ranking-box .call .call-action ul li a span:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 24px;
    top: 50%;
    left: 0;
    margin-top: -12px;
}

.ranking-box .call .call-action ul li a.btn-daytime {
    border: 1px solid #4b9d89;
    color: #4b9d89;
    /*    box-shadow: 0 6px 0 #4b9d89;*/
}

.ranking-box .call .call-action ul li a.btn-daytime:active,
.ranking-box .call .call-action ul li a.btn-daytime:hover {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    box-shadow: 0 0 0 transparent;
    text-decoration: none;
}

.ranking-box .call .call-action ul li a.btn-daytime span:before {
    background: url(../img/icon_call03.png) no-repeat center center;
    background-size: 30px auto;
}

.ranking-box .call .call-action ul li a.btn-nighttime {
    border: 1px solid #703976;
    color: #703976;
    /*    box-shadow: 0 6px 0 #703976;*/
}

.ranking-box .call .call-action ul li a.btn-nighttime:active,
.ranking-box .call .call-action ul li a.btn-nighttime:hover {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    box-shadow: 0 0 0 transparent;
    text-decoration: none;
}

.ranking-box .call .call-action ul li a.btn-nighttime span:before {
    background: url(../img/icon_call04.png) no-repeat center center;
    background-size: 30px auto;
}

.ranking-box .summary {
    margin: 24px 0 36px;
    padding: 0;
    clear: both;
}

.ranking-box .summary .spec {
    margin: 0;
    padding: 0;
    width: 100%;
}

.ranking-box .summary .spec tr {
    border-bottom: 1px solid #bababa;
    border-top: 1px solid #bababa;
}

.ranking-box .summary .spec th,
.ranking-box .summary .spec td {
    margin: 0;
    padding: 12px 2%;
    text-align: left;
}

.ranking-box .summary .spec th {
    width: 30%;
    background-color: #f8f8f8;
    font-size: 14px;
}

.ranking-box .summary .spec td strong {
    font-size: 12px;
    color: #b81c22;
}

.ranking-box .topicks {
    position: relative;
    margin: 0 0 36px;
    padding: 0;
    clear: both;
}

.ranking-box .topicks .title {
    font-weight: bold;
    font-size: 18px;
    color: #0f8f94;
    padding: 12px;
    margin: 0 0 12px;
    border-bottom: 2px solid #0f8f94;
}

.ranking-box .career {
    position: relative;
    margin: 0 0 36px;
    padding: 0;
    clear: both;
}

.ranking-box .career .title {
    font-weight: bold;
    font-size: 18px;
    color: #f28d72;
    padding: 12px;
    margin: 0 0 12px;
    border-bottom: 2px solid #f28d72;
}

.ranking-box .career .name {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 18px;
    margin: 0 0 12px;
}

.ranking-box .career ul.career-detail li {
    margin-bottom: 12px;
    overflow: hidden;
}

.ranking-box .career ul.career-detail li:last-child {
    margin-bottom: 0;
}

.ranking-box .career ul.career-detail li .year {
    float: left;
    width: 70px;
}

.ranking-box .career ul.career-detail li .detail {
    margin-left: 80px;
}

.ranking-box .point {
    clear: both;
}

.ranking-box .banner {
    margin: 0 0 30px 0;
    clear: both;
}

.ranking-box .banner a {
    display: block;
    width: 100%;
    line-height: 0;
}

.ranking-box .banner a img {
    width: 100%;
}

.ranking-box .cv-section {
    margin: 0 0;
}

.ranking-box .cv-section .title {
    border-top: 4px double #d4bf91;
    border-bottom: 4px double #d4bf91;
    padding: 10px 5px;
    text-align: center;
    margin: 20px 0 15px;
}

.ranking-box .cv-section .title h2 {
    font-size: 130%;
    letter-spacing: 1px;
    font-weight: normal;
    color: #333;
    text-align: center;
    display: table;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    before-content: "笳・;
 before-color: #aa915b;
    before-display: table-cell;
    before-vertical-align: middle;
    after-content: "笳・;
 after-color: #aa915b;
    after-display: table-cell;
    after-vertical-align: middle;
}

.ranking-box .cv-section .title2 {
    background: -moz-linear-gradient(-45deg, #b59555 1%, #c1a83a 33%, #ead670 77%, #e0c257 99%);
    background: -webkit-linear-gradient(-45deg, #b59555 1%, #c1a83a 33%, #ead670 77%, #e0c257 99%);
    background: linear-gradient(135deg, #b59555 1%, #c1a83a 33%, #ead670 77%, #e0c257 99%);
    padding: 8px 5px;
    text-align: center;
    margin: 24px 0 24px;
}

.ranking-box .cv-section .title2 h3 {
    font-size: 130%;
    letter-spacing: 1px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.ranking-box .cv-section .title2 h3 span {
    font-weight: bold;
    font-size: 120%;
}

.ranking-box .cv-section .text {
    font-size: 14px;
    line-height: 1.7;
    padding: 0;
}

.ranking-box .cv-section .table {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 14px;
    margin: 0 auto;
    padding: 0 15px;
    vertical-align: middle;
}

.ranking-box .cv-section .table th {
    padding: 10px 5px;
    background-color: #e9e9e9;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 33%;
    box-sizing: border-box;
    text-align: center;
    font-weight: normal;
}

.ranking-box .cv-section .table td {
    padding: 10px;
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.ranking-box .cv-section .cv-btn-area {
    text-align: center;
    margin: 24px 0 0;
}

.ranking-box .cv-section .cv-btn-area ul li {
    display: inline-block;
    width: 100%;
}

.ranking-box .cv-section .cv-btn-area ul li .cv-btn {
    display: block;
    border-radius: 10px;
    border: 1px solid #dd8502;
    background: -moz-linear-gradient(top, #ffb900 0%, #ff9700 100%);
    background: -webkit-linear-gradient(top, #ffb900 0%, #ff9700 100%);
    background: linear-gradient(to bottom, #ffb900 0%, #ff9700 100%);
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    margin-bottom: 10px;
}

.ranking-box .cv-section .cv-btn-area ul li .cv-btn:hover,
.ranking-box .cv-section .cv-btn-area ul li .cv-btn:active {
    background: -moz-linear-gradient(top, #ff9700 0%, #ffb900 100%);
    background: -webkit-linear-gradient(top, #ff9700 0%, #ffb900 100%);
    background: linear-gradient(to bottom, #ff9700 0%, #ffb900 100%);
}

.ranking-box .cv-section .cv-btn-area ul li .cv-btn.wide {
    border: 1px solid #EF4F81;
    padding: 24px 12px;
    background: -moz-linear-gradient(top, #f998b7 0%, #f26d99 100%);
    background: -webkit-linear-gradient(top, #f998b7 0%, #f26d99 100%);
    background: linear-gradient(to bottom, #f998b7 0%, #f26d99 100%);
}

.ranking-box .cv-section .cv-btn-area ul li .cv-btn.wide:hover,
.ranking-box .cv-section .cv-btn-area ul li .cv-btn.wide:active {
    background: -moz-linear-gradient(top, #f26d99 0%, #f998b7 100%);
    background: -webkit-linear-gradient(top, #f26d99 0%, #f998b7 100%);
    background: linear-gradient(to bottom, #f26d99 0%, #f998b7 100%);
}

.ranking-box .cv-section .cv-btn-area ul.col2 li {
    width: 48%;
    padding: 0 6px;
    box-sizing: border-box;
}

.ranking-box .cv-section .cv-btn-area ul.col2 li .cv-btn {
    font-size: 18px;
    margin-bottom: 0;
}

.ranking-box .cv-section .cv-point {
    margin: 20px 0 0;
    border: 2px solid #eee5c5;
    border-radius: 10px;
}

.ranking-box .cv-section .cv-point .point-title {
    border-radius: 8px 8px 0 0;
    background-color: #eee5c5;
    padding: 10px 0;
    margin: 0;
}

.ranking-box .cv-section .cv-point .point-title h3 {
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    color: #8e7133;
}

.ranking-box .cv-section .cv-point .point-detail {
    padding: 5px 15px 15px;
}

.ranking-box .cv-section .cv-point .point-detail ul {
    width: 100%;
    margin: 0 auto;
}

.ranking-box .cv-section .cv-point .point-detail ul li dl {
    display: table;
    text-align: left;
    margin: 10px 0 0;
}

.ranking-box .cv-section .cv-point .point-detail ul li dl dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.ranking-box .cv-section .cv-point .point-detail ul li dl dt span {
    overflow: hidden;
    display: block;
    width: 42px;
    height: 42px;
    padding-top: 13px;
    background: #927638;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 1.7;
    box-sizing: border-box;
}

.ranking-box .cv-section .cv-point .point-detail ul li dl dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 110%;
    padding-left: 15px;
}

.ranking-box .cv-section .title_sb h3 {
    margin: 30px 0 15px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    color: #927638;
}

.ranking-box .cv-section .step {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.ranking-box .cv-section .step ul li {
    margin-bottom: 12px;
    background-color: #fffaee;
    border-radius: 6px;
    padding: 15px;
    text-align: left;
}

.ranking-box .cv-section .step ul li:last-child {
    margin-bottom: 0;
}

.ranking-box .cv-section .step ul li .step-title {
    font-weight: bold;
    font-size: 110%;
}

.ranking-box .cv-section .step ul li .step-title span {
    color: #aa915b;
    margin-right: 12px;
    font-size: 100%;
}

.ranking-box .cv-section .step ul li .text {
    margin-top: 12px;
}

.ranking-box .cv-section .step ul li .col2-text {
    margin-top: 12px;
}

.ranking-box .cv-section .step ul li .col2-text span {
    font-weight: bold;
}

@media screen and (min-width: 1025px) {
    .ranking-box .caption:after {
        display: table;
        content: " ";
        clear: both;
    }

    .ranking-box .caption .image img {
        width: 100%;
    }

    .ranking-box .call .call-action ul li a:hover,
    .ranking-box .call .call-action ul li a active {
        -webkit-transform: none;
        transform: none;
        box-shadow: 0 0 0 transparent;
    }

    .ranking-box .call .call-action ul li a span {
        font-size: 24px;
        display: block;
        position: relative;
        padding-left: 72px;
        font-weight: bold;
    }

    .ranking-box .call .call-action ul li a span:before {
        content: "";
        position: absolute;
        width: 60px;
        height: 40px;
        top: 50%;
        left: 0;
        margin-top: -20px;
    }

    .ranking-box .call .call-action ul li a.btn-daytime {
        border: none;
        color: #4b9d89;
        box-shadow: 0 0 0 transparent;
    }

    .ranking-box .call .call-action ul li a.btn-daytime span:before {
        background: url(../img/icon_call03.png) no-repeat center center;
        background-size: 60px auto;
    }

    .ranking-box .call .call-action ul li a.btn-nighttime {
        border: none;
        color: #703976;
        box-shadow: 0 0 0 transparent;
    }

    .ranking-box .call .call-action ul li a.btn-nighttime span:before {
        background: url(../img/icon_call04.png) no-repeat center center;
        background-size: 60px auto;
    }

    .ranking-box .summary .spec {
        width: 100%;
    }

    .ranking-box .summary .spec th,
    .ranking-box .summary .spec td {
        padding: 12px 2%;
    }

    .ranking-box .summary .spec th {
        background-color: #f8f8f8;
    }

    .ranking-box .topicks {
        margin: 0 0 36px;
    }

    .ranking-box .topicks .title {
        color: #0f8f94;
        margin: 0 0 12px;
        padding: 0 0 12px;
        border-bottom: 2px solid #0f8f94;
        background-color: #fff;
    }

    .ranking-box .topicks .container {
        padding: 0px 24px;
    }

    .ranking-box .career {
        margin: 0 0 36px;
    }

    .ranking-box .career .title {
        color: #f28d72;
        margin: 0 0 12px;
        padding: 0 0 12px;
        border-bottom: 2px solid #f28d72;
        background-color: #fff;
    }

    .ranking-box .career .container {
        padding-left: 24px;
    }

    .ranking-box .banner {
        margin: 0 0 36px;
    }

    .ranking-box .point {
        margin: 0 0 48px;
    }

    .ranking-box .point .title {
        color: #e64744;
        margin: 36px 0 12px;
        padding: 0 0 12px;
        border-bottom: 2px solid #e64744;
        background-color: #fff;
        font-weight: 500;
    }

    .ranking-box .point .sub-title {
        font-size: 17px;
        padding: 10px 0 10px 15px;
        text-align: left;
        color: #ffffff;
        margin: 10px 0;
        background: linear-gradient(to right top, #d52d23, #e95950, #f47f78);
        clear: both;
        font-weight: bold;
    }

    .ranking-box .point .detail {
        margin: 0 12px;
    }

    .ranking-box .point .detail p {
        margin-bottom: 3%;
    }

    .ranking-box .point .detail img {
        width: 50%;
        height: auto;
        float: right;
        margin: 0 0 24px 12px;
    }

    /* 変更した */
    .ranking-box .action ul {
        display: table;
        width: 100%;
        margin: 24px 0 20px;
    }

    .ranking-box .action ul li {
        display: table-cell;
        width: 50%;
        box-sizing: border-box;
        padding: 0;
    }

    .ranking-box .action ul li:first-child {
        padding-right: 12px;
        padding-bottom: 0;
    }

    .ranking-box .action ul li:last-child {
        padding-left: 12px;
    }

    .ranking-box .btn:after {
        right: 12px;
    }

    .ranking-box .cv-section {
        margin: 0 -22px;
    }

    .ranking-box .cv-section .text {
        padding: 0 22px;
    }

    .ranking-box .cv-section .cv-point {
        margin: 24px 22px 0;
    }

    .ranking-box .cv-section .title_sb h3 {
        margin: 24px 22px 12px;
    }

    .ranking-box .cv-section .step {
        margin: 0 22px;
    }

    .ranking-box .cv-section .table {
        width: 95%;
    }

    .ranking-box .cv-section .table th {
        width: 40%;
    }

    .ranking-box .cv-section .cv-point .point-detail ul {
        padding: 0 10% 0 25%;
        box-sizing: border-box;
    }

    .ranking-box .cv-section .cv-point .point-detail ul li dl dd {
        font-size: 130%;
    }

    .ranking-box .cv-section .cv-btn-area ul li {
        width: 70%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .ranking-box .caption .image {
        float: none;
        width: 65%;
        text-align: left;
        padding-right: 0;
        margin: 0 auto 12px;
    }

    .ranking-box .caption .image img {
        width: 100%;
    }

    .ranking-box .caption .recommend {
        float: none;
        width: 100%;
    }

    .ranking-box .call {
        padding: 0 24px;
    }

    .ranking-box .call .call-title {
        font-size: 18px;
        text-align: left;
        margin: 24px -24px 12px;
    }

    .ranking-box .call .call-action {
        margin: 0 -12px;
    }

    .ranking-box .call .call-action ul {
        width: 100%;
        display: block;
    }

    .ranking-box .call .call-action ul li {
        display: block;
        padding: 0 12px;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        text-align: center;
    }

    .ranking-box .call .call-action ul li:first-child {
        margin-bottom: 12px;
    }

    .ranking-box .cv-section .cv-point .point-detail ul {
        margin: 0 5%;
        padding: 0;
    }
}

.scroll-wrapper {
    position: relative;
    padding: 0 !important;
    overflow: hidden !important;
}

.scroll-wrapper>.scroll-content {
    position: relative !important;
    margin: 0;
    padding: 0;
    width: auto !important;
    max-width: none !important;
    height: auto;
    max-height: none;
    top: 0;
    left: 0;
    overflow: scroll !important;
    border: none !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.scroll-element {
    display: none;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scroll-scrolly_visible {
    display: block;
}

.scroll-element.scroll-bar,
.scroll-element.scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
    position: relative !important;
    margin: 0;
    padding: 2px;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    top: 0;
    border: none !important;
    overflow: scroll !important;
    outline: none;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.scrollbar-chrome>.scroll-element,
.scrollbar-chrome>.scroll-element div {
    position: absolute;
    padding: 0;
    overflow: hidden;
    border: none;
    z-index: 10;
}

.scrollbar-chrome>.scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome>.scroll-element div {
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x {
    width: 100%;
    min-width: 100%;
    height: 16px;
    left: 0;
    bottom: 0;
}

.scrollbar-chrome>.scroll-element.scroll-y {
    width: 16px;
    height: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
}

.scrollbar-chrome>.scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
    width: 14px;
    top: -3px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
    width: 14px;
    top: -4px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}

/*表スクロール表示*/
#result .result-area {
    display: flex;
    background-color: #ffffff;
}

#result .result-area .no-scroll {
    width: 100px;
}

#result .result-area .scroll {
    /*    overflow-x: scroll; */
    flex: 1;
}

#result .result-area .scroll::-webkit-scrollbar {
    height: 7px;
}

#result .result-area .scroll::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
}

#result .result-area .scroll::-webkit-scrollbar-track-piece:start {
    background: #DDD;
    border-radius: 10px;
}

#result .result-area .scroll::-webkit-scrollbar-track-piece:end {
    background: #DDD;
    border-radius: 10px;
}

#result .result-area table {
    margin-bottom: 0;
}

#result .result-area .scroll table .bg-yellow {
    background-color: #fffcdb;
}

#result .result-area table th,
#result .result-area table td {
    text-align: center;
}

#result .result-area table h3 {
    font-weight: bold;
}

#result .result-area .scroll table th,
#result .result-area .scroll table th,
#result .result-area .scroll table td {
    border-left: none;
}

#result .result-area table td ul {
    text-align: left;
}

#result .result-area table td ul li {
    text-indent: -1em;
}

#result .result-area table td i {
    font-style: normal;
    font-size: 90%;
}

@media screen and (min-width: 1025px) {
    #result .result-area .scroll {
        overflow-x: visible;
    }

    #result .result-area .no-scroll {
        width: 12%;
    }

    #result .result-area .scroll table {
        width: auto;
        background-color: #ffffff;
    }

    #result .result-area .scroll table th,
    #result .result-area .scroll table td {
        table-layout: fixed;
    }
}

#result .result-table {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    border-left: 1px solid #999;
    border-top: 2px solid #bbb;
}

#result .result-table .empty {
    border-color: transparent #9fa0a0 transparent transparent;
    background-color: transparent;
}

#result .result-table .empty.last {
    border-color: transparent #9fa0a0 #9fa0a0 transparent;
}

#result .result-table tr td:nth-child(5),
#result .result-table tr td:nth-child(6) {
    display: none;
}

#result .result-table tr th {
    padding: 10px;
    width: 60px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    text-align: left;
    border-right: 1px solid #999;
    border-bottom: 2px solid #bbb;
    vertical-align: middle;
    color: #444444;
}

#result .result-table tr td {
    padding: 10px;
    width: 120px;
    line-height: 1.2;
    text-align: left;
    background-color: #ffffff;
    border-right: 1px solid #999;
    border-bottom: 2px solid #bbb;
    letter-spacing: 1px;
    vertical-align: top;
    font-size: 12px;
}

#result .result-table tr td.symbol {
    vertical-align: top;
}

#result .result-table tr td .star-rating {
    margin-bottom: 5px;
}

#result .result-table tr td .star-rating span {
    width: 12px;
}

#result .result-table tr td .block {
    display: block;
    margin: 0 auto 5px;
}

#result .result-table tr .highlight {
    width: 120px;
    border-left: 5px solid #b21e29;
    border-right: 5px solid #b21e29;
    background-color: #ffffd6;
}

#result .result-table tr .highlight strong {
    color: #b21e29;
}

#result .result-table tr .highlight.bg-red {
    background-color: #b21e29;
    color: #ffffff;
}

#result .result-table tr .highlight.first {
    border-top: 5px solid #b21e29;
    border-bottom: 1px solid #ffffff;
}

#result .result-table tr .highlight.last {
    border-bottom: 5px solid #b21e29;
}

#result .result-table tr .highlight.rank {
    font-size: 30px;
    font-weight: bold;
}

#result .result-table tr .highlight.name {
    font-size: 16px;
    font-weight: bold;
}

#result .result-table tr .highlight.name span {
    display: block;
    font-size: 20px;
}

#result .result-table tr .highlight strong {
    font-size: 22px;
}

#result .result-table tr .highlight strong.rate {
    font-size: 26px;
}

#result .result-table tr .highlight .star-rating span {
    width: 16px;
}

#result .result-table tr .small {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
}

#result .result-table tr .feeling {
    font-size: 20px;
    color: #b21e29;
}

#result .result-table tr .btn-official {
    display: block;
    margin: 0;
    padding: 10px 5px;
    font-size: 13px;
    background-color: #4ab64f;
    color: #ffffff;
    border-radius: 10px;
}

#result .result-table tr .btn-official:hover {
    background-color: #42a447;
}

#result .result-table tr .highlight .feeling {
    font-size: 30px;
}

#result .result-table tr:first-child td {
    vertical-align: top;
}

#result .result-table tr:first-child td img {
    border: 1px solid #ccc;
}

#result .result-table-text {
    font-size: 12px;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 12px;
}

@media screen and (min-width: 1025px) {
    #result .section-title {
        margin: 0;
    }

    #result .section-title .title {
        padding: 0px 0px 12px 0px;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    #result .table-responsive {
        overflow-x: auto;
    }

    #result .result-area {
        position: relative;
    }

    #result .result-table tr td:nth-child(5),
    #result .result-table tr td:nth-child(6) {
        display: table-cell;
    }

    #result .result-table tr th {
        width: 160px;
        font-size: 15px;
    }

    #result .result-table tr td {
        width: 150px;
        vertical-align: middle;
        font-size: 14px;
    }

    #result .result-table tr td .star-rating span {
        width: 20px;
    }

    #result .result-table tr .highlight {
        width: 240px;
    }

    #result .result-table tr .highlight.name {
        font-size: 26px;
    }

    #result .result-table tr .highlight.name span {
        font-size: 30px;
    }

    #result .result-table tr .highlight strong {
        font-size: 24px;
    }

    #result .result-table tr .highlight strong.rate {
        font-size: 34px;
    }

    #result .result-table tr .highlight .star-rating span {
        width: 30px;
    }

    #result .result-table tr .small {
        font-size: 14px;
    }

    #result .result-table tr .btn-official {
        width: 100%;
        height: 60px;
        font-size: 18px;
    }

    #result .result-table tr .highlight .btn-official {
        padding: 15px 5px;
        height: auto;
        font-size: 22px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    #result .section-title {
        margin: 0;
    }

    #result .section-title .title {
        padding: 0px 12px 12px 0;
    }
}

.ranking-box {
    position: relative;
    margin: 0;
    background-color: #ffffff;
}

.ranking-box .header .title {
    text-align: center;
    letter-spacing: 2px;
    color: #420000;
    padding: 24px 12px;
    font-size: 24px;
    line-height: 1;
    align-items: center;
}

.ranking-box .header .title img {
    width: 12%;
    margin: 0 3% 0 0;
    max-height: 120px;
}

.ranking-box .caption:after {
    display: table;
    content: " ";
    clear: both;
}

.ranking-box .call .call-title {
    font-weight: bold;
}

@media screen and (min-width: 1025px) {
    .ranking-box {
        width: 100%;
        margin: 0 auto 60px;
    }

    .ranking-box .header .title {
        line-height: 1.5;
        /* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
        text-align: left;
        font-weight: 600;
        padding: 36px 24px 12px 24px;
        display: flex;
    }

    .ranking-box .header .title a {
        color: #4e4e4e;
        font-size: 30px;
        font-weight: 600;
    }

    .ranking-box .ranking {
        position: relative;
        margin: 0 0;
        padding: 22px 22px 0;
        box-sizing: border-box;
    }

    .ranking-box .caption {
        position: relative;
        padding: 0;
        margin: 0;
    }

    .ranking-box .caption:after {
        display: table;
        content: " ";
        clear: both;
    }

    .ranking-box .caption .image {
        margin: 0 auto 42px;
        float: left;
        width: 35%;
        text-align: left;
        padding-right: 5%;
    }

    .ranking-box .caption .hyoka_title {
        margin: 12px 10% 0 10%;
        width: 80%;
        padding: 0;
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }

    .ranking-box .caption .image .hyoka_star {
        margin: 0 0 0 8%;
        width: 52%;
        padding: 0;
    }

    .ranking-box .caption .image img {
        width: 100%;
    }

    .ranking-box .caption .recommend {
        float: right;
        width: 65%;
    }

    .ranking-box .call {
        padding: 12px 24px 24px;
    }

    .ranking-box .call .call-title {
        font-size: 18px;
        text-align: left;
        margin: 0 auto 12px;
        width: 90%;
    }

    .ranking-box .call .call-action ul {
        width: 90%;
        display: table;
        margin: 0 auto;
    }

    .ranking-box .call .call-action ul li {
        display: table-cell;
        padding: 0 12px;
        box-sizing: border-box;
        width: 50%;
        vertical-align: top;
        text-align: left;
    }

    .ranking-box .call .call-action ul li a {
        pointer-events: none;
        display: block;
        width: 100%;
        border-radius: 0;
        padding: 0;
        background: none;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        line-height: 1.5;
    }
}

@media screen and (max-width: 1024px) {
    .ranking-box {
        width: 92%;
        margin: 0 auto 56px;
        padding: 24px 0;
    }

    .ranking-box .header .title {
        text-align: left;
        letter-spacing: 2px;
        color: #420000;
        padding: 12px 4% 8px;
        font-size: 24px;
        line-height: 1.5;
        display: flex;
        /* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
    }

    .ranking-box .header .title img {
        width: 18%;
        /* margin: 0 0 24px 0; */
    }

    .ranking-box .caption .image {
        float: none;
        width: 100%;
        text-align: left;
        padding-right: 0;
        margin: 0 auto 12px;
    }

    .ranking-box .caption .image img {
        width: 100%;
    }

    .ranking-box .caption .hyoka_title {
        margin: 12px 10% 24px 10%;
        padding: 0;
        font-size: 16px;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .ranking-box .caption .image .hyoka_star {
        margin: 0 0 0 8%;
        width: 52%;
        padding: 0;
    }

    .ranking-box .caption .recommend {
        float: none;
        width: 100%;
    }

    .ranking-box .call {
        padding: 0 24px;
    }

    .ranking-box .call .call-title {
        font-size: 18px;
        text-align: left;
        margin: 24px -24px 12px;
    }

    .ranking-box .call .call-action {
        margin: 0 -12px;
    }

    .ranking-box .call .call-action ul {
        width: 100%;
        display: block;
    }

    .ranking-box .call .call-action ul li {
        display: block;
        padding: 0 12px;
        box-sizing: border-box;
        width: 100%;
        vertical-align: top;
        text-align: center;
    }

    .ranking-box .call .call-action ul li:first-child {
        margin-bottom: 12px;
    }

    .ranking-box .call .call-action ul li a span {
        display: inline-block;
    }

    .ranking-box .cv-section .cv-point .point-detail ul {
        margin: 0 5%;
        padding: 0;
    }

    .ranking-box .point {
        margin: 0 0 48px;
        clear: both;
        siss
    }

    .ranking-box .point .title {
        color: #e64744;
        margin: 36px 0 12px;
        padding: 0 0 12px 3%;
        border-bottom: 2px solid #e64744;
        background-color: #fff;
        font-weight: 500;
    }

    .ranking-box .point .sub-title {
        font-size: 17px;
        padding: 10px 0 10px 15px;
        text-align: left;
        color: #ffffff;
        margin: 10px 0;
        background: linear-gradient(to right top, #d52d23, #e95950, #f47f78);
        clear: both;
    }

    .ranking-box .point .detail {
        margin: 0 3% 24px;
        overflow: auto;
    }

    .ranking-box .point .detail img {
        width: 100%;
        height: auto;
        float: right;
        margin: 0 0 4px 2%;
        max-width: 400px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
    .ranking-box .header .title a {
        color: #4e4e4e;
        font-size: 4vw;
        font-weight: 600;
    }
}

@media screen and (min-width: 640px) {
    .ranking-box .summary .spec td .spec_star_hyoka {
        float: left;
        display: block;
        width: 20%;
        margin: 0 3% 0 1%;
    }

    .ranking-box .summary .spec td .spec_star_mongon {
        float: left;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0 2%;
    }

    .ranking-box .summary .spec td .spec_marubatsu_hyoka {
        float: left;
        display: block;
        width: 10%;
        margin: 0 3% 0 1%;
    }

    .ranking-box .summary .spec td .spec_marubatsu_mongon {
        float: left;
        display: block;
        width: 90%;
        margin: 0;
        padding: 0 2%;
    }
}

@media screen and (max-width: 639px) {
    .ranking-box .header .title a {
        color: #4e4e4e;
        font-size: 5vw;
        font-weight: 600;
    }

    .ranking-box .summary .spec td .spec_star_hyoka {
        display: inline;
        width: 30%;
        height: auto;
        margin: 0 4% 0 1%;
    }

    .ranking-box .summary .spec td .spec_star_mongon {
        display: block;
        width: 95%;
        margin: 0;
        padding: 0 3%;
    }

    .ranking-box .summary .spec td .spec_marubatsu_hyoka {
        display: inline;
        width: 30%;
        height: auto;
        margin: 0 4% 0 1%;
    }

    .ranking-box .summary .spec td .spec_marubatsu_mongon {
        display: block;
        width: 70%;
        margin: 0;
        padding: 0 3%;
    }
}

@media screen and (max-width: 320x) {
    .ranking-box .call .call-action ul li {
        padding: 0 6px;
    }

    .ranking-box .call .call-action ul li a {
        font-size: 12px;
    }

    .ranking-box .call .call-action ul li a span {
        font-size: 14px;
    }

    .ranking-box .cv-section .title h2 {
        font-size: 110%;
    }

    .ranking-box .cv-section .cv-btn-area ul.col2 li .cv-btn {
        font-size: 16px;
    }

    .ranking-box .cv-section .cv-point .point-title h3 {
        font-size: 15px;
    }
}

.section-title {
    position: relative;
    margin: 0;
    padding: 0;
}

.section-title .title {
    text-align: left;
    color: #e64744;
    margin: 0 auto;
    padding: 18px 2% 16px;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600;
}

.section-sub-title {
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0 10px 15px;
    text-align: left;
    color: #ffffff;
    margin: 10px 0;
    background: linear-gradient(to right top, #d52d23, #e95950, #f47f78);
    clear: both;
}

.section-title-h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 24px;
    color: #4d4d4d;
}

.section-title-h5 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 24px;
    color: #4d4d4d;
}

.head_container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .section-title .title {
        text-align: center;
        margin: 0;
        padding: 18px 18px 12px 4%;
        letter-spacing: 2px;
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
    }
}

#contents {
    position: relative;
}

#key-visual img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 12px;
}

#contents-banner .banner a .detail-btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 0;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    height: 32px;
    font-weight: bold;
}

@media screen and (min-width: 1025px) {
    .section .section-title {
        padding-bottom: 1rem;
    }

    .section .section-title .title {
        padding: 24px 24px;
        font-size: 28px;
        border-left: solid 8px #e54744;
        color: #616161;
    }

    .content-area img {
        width: 200px;
        float: right;
        margin: 0 0 10px 10px;
    }

    .content-area .container {
        padding: 0 36px 24px;
    }

    .content-area .container .content-area-inner img {
        zoom: 1;
    }

    .content-voice {
        padding: 24px;
        margin: 24px 0;
    }
}

/*表スクロール表示*/
#result .result-area .scroll table {
    background-color: #ffffff;
}

@media screen and (max-width: 640px) {
    #result .result-area .scroll table {
        width: 100%;
        background-color: #ffffff;
    }
}

#result .result-area table {
    margin-bottom: 0;
    background-color: #ffffff;
}

#result .result-area table th,
#result .result-area table th,
#result .result-area table td {
    font-size: 14px;
}

#result .result-area table th,
#result .result-area table td {
    vertical-align: top;
}

#result .result-area table td.middle {
    vertical-align: middle;
}

#result .result-area table th .table_hyoka_icon,
#result .result-area table td .table_hyoka_icon {
    width: 86px;
    padding: 12px 0 6px 0;
}

#result .result-area table th .table_hyoka_star,
#result .result-area table td .table_hyoka_star {
    width: 100px;
    padding: 6px 0 6px 0;
}

#result .result-area table td p {
    display: inline-block;
    text-align: left;
    word-break: break-all;
    font-size: 14.8px;
}

#result .result-area table td p span {
    color: #e64744;
    font-weight: bold;
}

#result .result-area table td .tc {
    text-align: center;
}

#result .result-area table th .table_name,
#result .result-area table td .table_name {
    margin: 4px auto;
    color: #424242;
    font-size: 15px;
    display: inline-block;
    text-align: left;
    font-weight: 600;
}

#result .result-area table td .hyoka_title {
    margin: 0px auto 0;
}

#result .result-area table td ul {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
}

#result .result-area table td i {
    font-style: normal;
    font-size: 90%;
}

#result .result-area .no-scroll table tr {
    width: 100px;
    padding: 10px;
    font-weight: bold;
    /*border-bottom: 2px dotted #cccccc;*/
    border-bottom: 2px solid #cccccc;
}

#result .result-area .no-scroll table tr:last-child {
    width: 100px;
    padding: 10px;
    font-weight: bold;
    /*border-bottom: 0px dotted #cccccc;*/
    border-bottom: 0px solid #cccccc;
}

#result .result-area .scroll table tr {
    table-layout: fixed;
    /*border-bottom: 2px dotted #cccccc;*/
    border-bottom: 2px solid #cccccc;
}

#result .result-area .scroll table tr:last-child {
    table-layout: fixed;
    /*border-bottom: 0px dotted #cccccc;*/
    border-bottom: 0px solid #cccccc;
}

#result .result-area .scroll table th,
#result .result-area .scroll table td {
    table-layout: fixed;
    border-left: 8px solid #f1f1f1;
    padding: 12px 2%;
    width: 20%;
}

@media screen and (min-width: 1025px) {
    .hyoka_icon {
        padding: 5%;
        margin: 8px 20% 0;
    }
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
    .hyoka_icon {
        width: 70%;
        padding: 10%;
    }
}

@media screen and (max-width: 1024px) {
    .hyoka_icon {
        width: 40%;
        margin: 0 30%;
        padding: 5%;
    }
}

#result .result-area .scroll table .table_first {
    border-bottom: 0px dotted #cccccc;
}

#result .result-area .scroll .table_action {
    table-layout: fixed;
    border-left: 8px solid #f1f1f1;
    width: 20%;
}

.table_action .btn {
    width: 100%;
}

.table_action .btn:hover,
.ranking-box .btn active {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    box-shadow: 0 0 0 transparent;
}

.table_action .btn-detail {
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffb65e 0%, #ff6a00 100%);
    border: 1px solid #f09958;
}

.table_action .btn-official {
    background: linear-gradient(330deg, #f36966, #c3291f);
    border: 1px solid #be1e13;
    box-shadow: 0 2px 2px #9e9e9e;
}

.table_action .action {
    margin: 0;
}

.table_action .action ul {
    width: 100%;
    margin: 24px 0;
}

.table_action .action ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.table_action .action ul li:first-child {
    padding-bottom: 12px;
}

.table_action .btn {
    display: block;
    border-radius: 5px;
    padding: 16px 19px;
    letter-spacing: 2px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    position: relative;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    text-indent: 0em;
}

#result .result-area table .topbt td ul {
    display: block;
}

.topbt .table_action .btn {
    padding: 16px 10px;
    letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
    .table_action .btn {
        padding: 14px 12px;
        font-size: 14px;
    }

    #sidebar .banner {
        display: none;
    }

}

.banner {
    position: relative;
    margin: 0 0 12px 0;
}


@media screen and (min-width: 1025px) {
    #sp_result_form_bg_displaynone {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    #pc_result_form_bg_displaynone {
        display: none;
    }
}

.ranking_result_state {
    margin: 12px auto 0px;
    font-size: 14px;
    letter-spacing: 0.1rem;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .ranking_result_state {
        width: 90%;
    }
}

@media screen and (min-width: 1025px) {
    .ranking_result_state {
        width: 100%;
    }
}

.ranking_result_state .ranking_result_state_li {
    display: flex;
    margin: 8px 0;
    width: 100%;
}

.ranking_result_state .ranking_result_state_title {
    display: block;
    margin: 0 0 0 0;
    min-width: 80px;
}

.ranking_result_state .ranking_result_state_contents {
    display: block;
    text-align: left;
    margin: 0 10px 0 0;
}

#ranking_result_kv {
    margin: 0 auto 24px;
    padding: 36px 0;
    text-align: center;
    width: 100%;
    font-size: 2.4vw;
    font-weight: 600;
    color: #444444;
    background: transparent url(../../common/img/kv_bg.png) no-repeat 0 0;
    background-size: cover;
}

@media screen and (min-width: 1025px) {
    #ranking_result_kv {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 1024px) {
    #ranking_result_kv {
        font-size: 3.2vw;
    }
}

#info_contents {
    width: 100%;
    background-color: #ffffff;
    padding: 0 5% 36px;
    margin: 0 0 36px;
}



.compare_star {
    width: 60%;
    margin: 8px auto;
}

@media screen and (min-width:1025px) {
    .pc-display-none {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .sp-display-none {
        display: none;
    }
}

@media screen and (min-width:1025px) {
    #sidebar-wrap {
        width: 29%;
        float: right;
    }
}

.table_first a div {
    margin: 8px 0 0 0;
    height: 130px;
    display: table-cell;
    vertical-align: middle;
}

.table_first a .table_name {
    height: auto !important;
}



#sort_select {
    width: 92%;
    height: 48px;
    margin: 24px 4% 12px 4%;
    padding: 8px 12px;
    max-width: 320px;
    border-radius: 8px;
    font-size: 16px;
}

@media screen and (min-width:768px) {
    #sort_select {
        margin: 48px 0 12px 0;
    }
}


@media screen and (max-width: 767px) {
    .ranking-box .header .title img {
        width: 20%;
        max-height: 60px;
    }
}




/* 2021_06_08_IE対応のため追加 START */
#main {
    display: block;
}

#result .result-area table .table_first img {
    width: 100%;
}

#result .result-area table thtable_hyoka_icon,
#result .result-area table td .table_hyoka_icon {
    width: 86px;
    padding: 12px 0 6px 0;
}

#result .result-area .scroll table th,
#result .result-area .scroll table td {
    max-width: 168px;
}

@media screen and (min-width: 1025px) {
    .ranking-box .summary .spec td {
        max-width: 600px;
    }

    .ranking-box .summary .spec th {
        width: 195px;
    }
}

/* 2021_06_08_IE対応のため追加 END */

.flexbox {
    display: flex;
    flex-wrap: wrap;
}

.flexbox .review {
    width: calc(33.3% - 10px);
    margin: 5px 5px 20px;
    ;
}

.flexbox .review p {
    margin: 0 0 2px;
    line-height: 1.4;
}

.flexbox .review ul {
    margin: 0 0 2px 1.5em;
}

.flexbox .review li {
    list-style: disc;
    padding-left: 5px;
    text-indent: -.8em;
    line-height: 1.3;
}

.flexbox .review img {
    width: 100%;
}

.review_ttl {
    clear: both;
    background: #F176A4;
    color: #fff;
    padding: 6px 0 6px 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.review_ttl+img {
    width: 100%;
}

.contents-img {
    margin: 3% 0;
    display: flex;
    justify-content: space-between;
}

.contents-img .contents-flex img {
    border: 1px solid #000;
    width: 95%;
}

.contents-img p {
    text-align: center;
    font-size: 80%;
}

.col1 {
    text-align: center;
    margin: 3% auto 3%;
}

.col1 img {
    border: 1px solid #000;
    width: 70%;
}

.col1.doctorscosme img {
    border: none;
}

.col1 p {
    text-align: center;
    font-size: 80%;
}

.contents-btn {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.contents-btn ul {
    display: table;
    width: 100%;
    margin: 24px 0 36px;
}

.contents-btn ul .btn-official {
    background: #e13427;
}

.contents-btn ul .btn {
    display: block;
    border-radius: 0px;
    padding: 24px 12px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    position: relative;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
}

@media screen and (max-width: 414px) {
    .contents-img {
        flex-direction: column;
    }

    .contents-img .contents-flex p {
        margin-top: 0 !important;
        margin-bottom: 3%;
    }

    .col1 img {
        width: 100% !important;
    }
}

/* feature用 */
.ranking-section_point,
.ranking-section_campaign,
.ranking01-detail-banner {
    margin-bottom: 30px;
}

.ranking-section_point h3,
.ranking-section_campaign h3 {
    background-color: #e64744;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
}

.ranking-section_point h3 i,
.ranking-section_campaign h3 i {
    font-size: 100%;
    margin-right: 4px;
    color: #fff600;
}

.ranking-section_point .inner {
    padding: 20px 10px 10px;
    border: 1px solid #e64744;
}

.m_service {
    display: flex;
    flex-wrap: wrap;
}

.m_service li {
    padding: 5px 20px;
    font-weight: bold;
    border-radius: 6px;
    background-color: #aedaff;
    color: #000;
    font-size: 14px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 23%;
}

.m_service li.off {
    background-color: #f3f3f3;
    color: #555;
}

@media screen and (max-width: 639px) {
    .m_service li {
        font-size: 13px;
        width: 30%;
    }
}

@media screen and (max-width: 379px) {
    .m_service li {
        font-size: 12px;
        padding: 5px 12px;
        width: 45%;
    }
}

.ranking-section_campaign .inner {
    padding: 10px;
    border: 1px solid #e64744;
}

.ranking-section_campaign dl dt {
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

.ranking-section_campaign dl dt i {
    font-size: 100%;
    margin-right: 4px;
    color: #e64744;
}

.media .inner p {
    margin-bottom: 15px;
}

.youtube {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-bottom: 15px;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.ranking01-detail-banner img {
    margin-bottom: -10px;
}

#contents-banner .banner.pr_bottom a img {
    width: auto;
}

.cont-list {
    margin: 12px;
    background: #f9ff9c;
    padding: 20px;
}

.cont-list li {
    margin-bottom: 12px;
    padding-left: 34px;
    background: url(../img/icon/icon-check.png) no-repeat left top;
}






/* ガイドライン追加 */
.guideline .toggle_title {
    font-weight: bold;
    margin: 0;
    position: relative;
    background: #fff;
    padding: 30px 60px 30px 180px;
    color: #1a1a1a;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 500px) {
    .guideline .toggle_title {
        font-size: 18px;
        padding: 20px 50px 20px 105px;
    }
}

.guideline .toggle_title.ttl01:before {
    content: "";
    display: inline-block;
    width: 127px;
    height: 54px;
    background: url(../../common/img/guideline/guideline-icon01_pc.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: 0.2s;
    background-size: 127px 54px;
}

@media screen and (max-width: 500px) {
    .guideline .toggle_title.ttl01:before {
        width: 71px;
        height: 30px;
        background: url(../../common/img/guideline/guideline-icon01_sp.png) no-repeat;
        background-size: 71px 30px;
    }
}

.guideline .toggle_title.ttl02:before {
    content: "";
    display: inline-block;
    width: 119px;
    height: 54px;
    background: url(../../common/img/guideline/guideline-icon02_pc.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: 0.2s;
    background-size: 119px 54px;
}

@media screen and (max-width: 500px) {
    .guideline .toggle_title.ttl02:before {
        width: 66px;
        height: 30px;
        background: url(../../common/img/guideline/guideline-icon02_sp.png) no-repeat;
        background-size: 66px 30px;
    }
}

.guideline .toggle_title.ttl03:before {
    content: "";
    display: inline-block;
    width: 122px;
    height: 54px;
    background: url(../../common/img/guideline/guideline-icon03_pc.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: 0.2s;
    background-size: 122px 54px;
}

@media screen and (max-width: 500px) {
    .guideline .toggle_title.ttl03:before {
        width: 68px;
        height: 30px;
        background: url(../../common/img/guideline/guideline-icon03_sp.png) no-repeat;
        background-size: 68px 30px;
    }
}

.guideline .toggle_title.ttl04:before {
    content: "";
    display: inline-block;
    width: 124px;
    height: 54px;
    background: url(../../common/img/guideline/guideline-icon04_pc.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: 0.2s;
    background-size: 124px 54px;
}

@media screen and (max-width: 500px) {
    .guideline .toggle_title.ttl04:before {
        width: 69px;
        height: 30px;
        background: url(../../common/img/guideline/guideline-icon04_sp.png) no-repeat;
        background-size: 69px 30px;
    }
}

.guideline .toggle_title.ttl05:before {
    content: "";
    display: inline-block;
    width: 127px;
    height: 54px;
    background: url(../../common/img/guideline/guideline-icon05_pc.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: 0.2s;
    background-size: 127px 54px;
}

@media screen and (max-width: 500px) {
    .guideline .toggle_title.ttl05:before {
        width: 68px;
        height: 35px;
        background: url(../../common/img/guideline/guideline-icon05_sp.png) no-repeat;
        background-size: 68px 35px;
    }
}

.guideline .toggle_contents {
    margin: 0 0 20px;
    border: 1px solid #eee;
}

@media screen and (max-width: 500px) {
    .guideline .toggle_contents {
        margin: 0 0 10px;
    }
}

.guideline .toggle_title:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../common/img/guideline/btn_arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: 0.2s;
    background-size: 25px 25px;
}

@media screen and (max-width: 500px) {
    .guideline .toggle_title:after {
        right: 10px;
    }
}

.guideline .toggle_title.selected:after {
    transform: translateY(-50%) rotate(180deg);
    transition: 0.2s;
}

.guideline .toggle_txt {
    display: none;
    background: #fff;
    margin-top: -20px;
    padding: 30px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 500px) {
    .guideline .toggle_txt {
        padding: 15px;
    }
}

.guideline .toggle_txt .toggle_wrap {
    padding: 20px 20px 20px 25px;
    background: #fffef1;
    border-radius: 10px;
}

@media screen and (max-width: 500px) {
    .guideline .toggle_txt .toggle_wrap {
        padding: 20px 20px 15px 20px;
    }
}

.guideline .toggle_txt .toggle_wrap p {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: bold;
}

@media screen and (max-width: 500px) {
    .guideline .toggle_txt .toggle_wrap p {
        font-size: 16px;
    }
}

.guideline .toggle_txt .toggle_wrap p.p-bottom-20 {
    padding-bottom: 0;
}

.guideline .toggle_txt .toggle_wrap .blue {
    color: #3b7ed0;
}

.guideline .toggle_txt .toggle_wrap .red {
    color: #e64744;
}

.guideline .toggle_txt .toggle_wrap .marker {
    padding-bottom: 2px;
    background: linear-gradient(transparent 50%, #fff47d 0%);
}

.guideline .toggle_txt .toggle_wrap .lb {
    font-size: 20px;
    display: block;
    margin-bottom: 7px;
}

.guideline .toggle_txt .toggle_wrap ol {
    margin: 0;
    padding: 20px;
    border: 1px solid #e4565b;
    background: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}

.guideline .toggle_txt .toggle_wrap ol li {
    font-weight: bold;
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding-left: 1.5em;
}

.guideline .toggle_txt .toggle_wrap ol li span {
    position: absolute;
    left: 20px;
    margin: 0
}

@media screen and (max-width: 500px) {
    .guideline .toggle_txt .toggle_wrap ol {}
}

@media screen and (max-width: 500px) {
    .guideline .toggle_txt .toggle_wrap ol li {
        font-size: 16px;
    }
}

#result .result-area .scroll table .table_first th,
#result .result-area .scroll table .table_first td {
    padding-bottom: 0;
}

#result .result-area .scroll .topbt .table_action {
    padding-top: 0;
}

.guideline .ranking-box {
    margin-bottom: 0;
    background: none;
}

.guideline .ranking-box .action ul {
    margin-bottom: 0;
}

.tx-red {
    color: #FF0000;
}

#result .result-area .scroll table td .table_action {
    width: 100%;
    border: none;
}

#result .result-area .scroll table td .table_action .btn {
    padding: 10px;
    letter-spacing: 0;
}


@media screen and (max-width:1024px) {
    #result .result-area .scroll table .table_first th {
        background: white;
        position: sticky;
        top: 0;
        z-index: 1;
    }

    #result .result-area .scroll table .table_first th:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*border-bottom: 2px dotted #cccccc;*/
        border-bottom: 2px solid #cccccc;
    }
}

.table_action .btn.btn-s {
    letter-spacing: 0;
    padding: 10px 16px;
    line-height: 1.2;
}

.ranking-box .action ul li {
    vertical-align: top;
}

.ranking-box .btn.btn-s {
    padding: 12px 12px;
}

/* 追加した */
.guideline {
    display: none;
}

#contents-banner {
    display: none;
}

.top .guideline {
    display: block;
}

.top #contents-banner {
    display: block;
}


/* content_31.php */

.content-area {
    line-height: 2;
}

.content-area .container .content-area-inner .navi {
    background: #EEEEEE;
    padding: 15px 20px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
}

.content-area .container .content-area-inner .navi p {
    margin: 0;
}

.content-area .container .content-area-inner .navi a {
    color: #333333;
    text-decoration: underline;
}

.content-area .container .content-area-inner .navi a:hover {
    text-decoration: none;
    color: #666666;
}


/* contents-table(表の中身) */
.content-area .container .content-area-inner .contents-table tbody th {
    background-color: #fffcdb;
}

.content-area .container .content-area-inner .contents-table tbody td {
    text-align: center;
    font-weight: bold;
}

.content-area .container .content-area-inner .contents-table tbody td .table-icon {
    width: 100%;
    max-width: 50px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1025px) {
    .content-area .container .content-area-inner img {
        zoom: 1;
    }

}

/* contents-table(表の中身) */

/* ------ */
.content-area+#contents {
    float: none !important;
    width: 100% !important;
    background: #FFF;
    padding-bottom: 20px;
}

.content-area+#contents #result .result-table-text {
    padding: 0 20px;
}

.marker {
    padding-bottom: 3px;
    background: linear-gradient(transparent 50%, #fff47d 0%);
    font-weight: bold;
}

.red {
    color: #FF0000;
    font-weight: bold;
}

.content-area .container .content-area-inner dl {
    margin-bottom: 20px;
}


/* box */
.box {
    display: block;
    margin: 10px 0;
    padding: 10px;
    border: #e64744 solid 1px;
    background: #fffcdb;
}
.box.type-2 {
padding: 10px 20px;
max-width: 600px;
}
.box h4 {
font-weight: bold;
  font-size: 20px;
}
.box h4 + p {
margin-top: 0 !important;
}
.two-list {
font-weight: bold;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
}
.two-list li {
width: 50%;
}
@media screen and (max-width: 765px) {
.box.type-2 {
padding: 10px;
}
.two-list li {
width: 100%;
}
}

.content-area .container .content-area-inner dl.box dt:first-child {
    margin-top: 0;
}

.content-area .container .content-area-inner dl dd {
    margin: 0 15px 0 20px;
}

.content-area .container .content-area-inner dl dt {
    font-weight: bold;
    color: #e64744;
    border-left: #e64744 solid 5px;
    padding-left: 10px;
    margin: 20px 0 12px 0;
}

.content-area .container .content-area-inner dl.box dt {
    border-left: 0;
}

/* box */

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

.cont-img img {
    width: auto;
    max-width: 100%;
    float: none;
    margin: 0;
}

.content-area .container .content-area-inner .ranking-box {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
}

/* btn */
.content-area .container .content-area-inner .ranking-box .btn {
    width: auto;
    display: inline-block;
    padding: 24px 40px;
}

/* pc時ボタン縦並び */
@media screen and (min-width: 1025px) {
    .ranking-box .action ul.block {
        display: block;
    }

    .ranking-box .action ul.block li {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }

    .ranking-box .action ul.block li:first-child {
        padding-right: 0;
        padding-bottom: 12px;
    }

    .ranking-box .action ul.block li:last-child {
        padding-left: 0;
    }
}

@media screen and (max-width: 490px) {
    .section .section-title .title {
        padding: 0.8em;
        font-size: 5vw;
    }
}

/* ====== */

/**アフィ文言**/
.afi-att {
    max-width: 992px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
.afi-att p {
    margin: 0 10px;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 991px) {
    .afi-att {
        text-align: left;
    }
}

/**比較表赤枠**/
#result .result-area .scroll table th, #result .result-area .scroll table td{
    border-left-width: 4px;
}
#result .result-area .scroll .table_action{
    border-left-width: 4px;
}
#result .result-area .scroll table .table_first th:first-of-type{
    border-left: 4px solid #d10707 !important;
    border-right: 4px solid #d10707 !important;
    border-top: 4px solid #d10707 !important;
}
#result .result-area .scroll table tr td:first-of-type{
    border-left: 4px solid #d10707 !important;
    border-right: 4px solid #d10707 !important;
}
#result .result-area .scroll table tr:last-of-type td:first-of-type{
    border-bottom: 4px solid #d10707 !important;
}


.ranking-box .btn.rabking-btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(330deg, #e26c1a, #fb5034);
    border: 1px solid #fa5d43;
}
.ranking-box .btn.rabking-btn .image{
    width: 25%;
}
.ranking-box .btn.rabking-btn .text{
    width: 75%;
}
.ranking-box .btn.rabking-btn img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 1 !important;
}
.ranking-box .btn.rabking-btn p{
    font-size: 38px;
    letter-spacing: 0.1em;
}
.ranking-box .btn.rabking-btn span{
    display: block;
    background: linear-gradient(330deg, #f36966, #c3291f);
    border: 2px solid #ffffff;
    /* box-shadow: 0 2px 2px #9e9e9e; */
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 15px;
    border-radius: 25px;
    font-size: 20px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 680px) {
    .guideline .ranking-box{
        padding-top: 0;
    }
    .ranking-box .btn.rabking-btn{
        display: block;
    }
    .ranking-box .btn.rabking-btn .image{
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px
    }
    .ranking-box .btn.rabking-btn .text{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .ranking-box .btn.rabking-btn img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .ranking-box .btn.rabking-btn p{
        font-size: 6vw;
    }
    .ranking-box .btn.rabking-btn span{
        font-size: 4vw;
    }
    .ranking-box .btn.rabking-btn:after{
        display: none;
    }
}


#case{
    background-color: #EBD29F;
    box-sizing: border-box;
    padding: 3% 2%;
}

#case h3{
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 2%;
}

#case .case-item{
    margin-bottom: 15px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 2%;
}
#case .case-item .image-wrap{
    margin-bottom: 15px;
}
#case .case-item .flex-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#case .case-item .image-wrap img{
    display: block;
    width: 48%;
}
#case .case-item .text-wrap{

}
#case .case-item .text-wrap h4{
    font-weight: bold;
    margin-bottom: 0.5em;
}
#case .case-item .text-wrap .cat{
    background-color: #c0272d;
    display: block;
    color: #FFF;
    padding: 5px;
    font-size: 14px;
    width: max-content;
    box-sizing: border-box;
    margin-bottom: 0.5em;
}
#case .case-item .text-wrap .content{
    background-color: #FAF5F0;
    padding: 10px 15px;
}

@media screen and (max-width: 580px) {
    #case h3{
        font-size: 20px;
    }
}