@media only screen and (min-width: 768px) {
    .img-squ > .squ-txt {
        left: 2px;
    }
}
@media only screen and (max-width: 767px) {
    .answer-box .ans-name {
        font-size: 0.7em;
    }
    .answer-box .ans-name li:last-child {
        max-width: 40px;
        text-align: right;
    }
    .answer-box .ans-comment {
        font-size: 0.9em;
        padding: 16px;
    }
    .answer-box .ans-comment .comment-like {
        width: 50px;
        font-size: 0.7em;
    }
}
@media only screen and (min-width: 768px) {
    .answer-box .ans-name {
        font-size: 0.9em;
    }
    .answer-box .ans-name i.fa {
        margin-right: 8px;
    }
    .answer-box .ans-comment {
        font-size: 1em;
        padding: 20px;
    }
    .answer-box .ans-comment .comment-like {
        width: 120px;
    }
    .answer-box .ans-comment .comment-like a {
        padding-left: 4px;
    }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
img {
    vertical-align: bottom;
}
ul {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: #fff;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    outline: none;
}
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
input,
select,
textarea {
    vertical-align: middle;
}
input,
textarea::-webkit-input-placeholder {
    color: #666;
}
input,
textarea:-moz-placeholder {
    color: #666;
}
input,
textarea::-moz-placeholder {
    color: #666;
}
input,
textarea:-ms-input-placeholder {
    color: #666;
}
.mt0 {
    margin-top: 0 !important;
}
.mt8 {
    margin-top: 8px !important;
}
.mt16 {
    margin-top: 16px !important;
}
.mt24 {
    margin-top: 24px !important;
}
.mt32 {
    margin-top: 32px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt48 {
    margin-top: 48px !important;
}
.mt56 {
    margin-top: 56px !important;
}
.mt64 {
    margin-top: 64px !important;
}
.ml8 {
    margin-left: 8px !important;
}
.ml16 {
    margin-left: 16px !important;
}
.ml24 {
    margin-left: 24px !important;
}
.mr8 {
    margin-right: 8px !important;
}
.mr16 {
    margin-right: 16px !important;
}
.mr24 {
    margin-right: 24px !important;
}
.mlr-at {
    margin-right: auto !important;
    margin-left: auto !important;
}
.mlr8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
}
.mlr16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
}
.mlr24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
}
.mb8 {
    padding-bottom: 8px !important;
}
.mb16 {
    padding-bottom: 16px !important;
}
.mb24 {
    padding-bottom: 24px !important;
}
.mb32 {
    padding-bottom: 32px !important;
}
.mb48 {
    padding-bottom: 48px !important;
}
.mtb8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.mtb16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.mtb24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
    .sp-header {
        background: #fff;
        border-bottom: 2px solid #333;
    }
    .sp-header .sp-header-btn {
        margin: 4px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 38px;
    }
    .sp-header .sp-header-btn li {
        text-align: center;
    }
    .sp-header .sp-header-btn li span {
        display: block;
        line-height: 1.2;
    }
    .sp-header .sp-header-btn .sp-header-logo {
        margin-right: auto;
        margin-left: 10px;
        width: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sp-header .sp-header-btn .sp-header-logo img {
        height: auto;
        max-width: 100%;
    }
    .sp-header .sp-header-btn .sp-header-search {
        border-radius: 4px;
        border: 1px solid #333;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #333;
        font-size: 60%;
        width: 50px;
        margin-right: 8px;
        padding: 3px 0;
    }
    .sp-header .sp-header-btn .sp-header-menu {
        border-radius: 4px;
        background-color: #333;
        color: #fff;
        font-size: 60%;
        width: 50px;
        margin-right: 8px;
        padding: 3px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 767px) {
    footer {
        margin-top: 16px;
    }
    footer .panlist {
        padding: 16px 8px 0;
    }
    footer .post-entry-box {
        background: #f7f3e8;
        font-size: 0.8em;
        text-align: left;
        margin: 24px 16px;
        padding: 16px;
    }
    footer .post-entry-box .ttl {
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
        padding-bottom: 8px;
    }
    footer .post-entry-box .btn-post-entry {
        border: none;
        text-align: center;
        background: #f7931e;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
        box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
        margin-top: 8px;
    }
    footer .post-entry-box .btn-post-entry a {
        display: block;
        text-decoration: none;
        padding: 8px 0;
    }
    footer .post-entry-box .btn-post-entry i {
        margin-left: 10px;
    }
    footer .post-entry-box .btn-post-entry .fa-heart-bkm-on {
        margin-right: 3px;
        color: #333;
    }
    footer .post-entry-box .btn-post-entry .fa-heart-bkm-off {
        margin-right: 3px;
        color: #dd3838;
    }
    footer .post-entry-box .btn-post-entry a {
        font-size: 1.1em;
        font-weight: normal;
        color: #fff;
        position: relative;
    }
    footer .post-entry-box .btn-post-entry a:before {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 16px;
        margin-top: -4px;
    }
    footer .post-entry-box .btn-post-entry a:before {
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    footer .ft-area-bg {
        margin-top: 16px;
    }
    footer .ft-area-bg .ft-area-top {
        font-size: 90%;
        font-weight: bold;
        margin-top: 16px;
        padding: 8px;
    }
    footer .ft-area-bg .ft-area-link {
        width: 100%;
        overflow: hidden;
        border-top: solid 1px #ededed;
    }
    footer .ft-area-bg .ft-area-link .ft-area-list {
        background: #f6f3eb;
        padding: 0.2em 0 0.2em 0.5em;
        font-size: 90%;
        font-weight: bold;
    }
    footer .ft-area-bg .ft-area-link li {
        float: left;
        position: relative;
        width: 33.33%;
        border: solid 1px #ededed;
        border-width: 0 1px 1px 0;
        font-size: 80%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .ft-area-bg .ft-area-link li a {
        display: block;
        color: #999;
        text-decoration: none;
        padding: 8px;
    }
    footer .ft-area-bg .ft-area-link li a:after {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        width: 5px;
        height: 5px;
        margin-top: -2px;
        border-top: 1px solid #bbb;
        border-right: 1px solid #bbb;
        transform: rotate(45deg);
        content: '';
        -webkit-transform: rotate(45deg);
    }
    footer .ft-area-bg .ft-area-link li:nth-child(3n) {
        border-right: none;
    }
    footer .ft-area-bg .ft-txt-link {
        overflow: hidden;
        background: #f5f5f5;
        text-align: center;
        padding: 8px;
    }
    footer .ft-area-bg .ft-txt-link li {
        display: inline-block;
        border-right: solid 1px #ddd;
        font-size: 70%;
        margin: 4px 8px 0 0;
        padding: 0 8px 0 0;
    }
    footer .ft-area-bg .ft-txt-link li a {
        color: #999;
    }
    footer .ft-area-bg .ft-txt-link li:nth-child(7) {
        border-right: none;
    }
    footer .ft-area-bg .ft-copy {
        background: #cfc6b0;
        font-size: 0.7em;
        color: #fff;
        text-align: center;
        padding: 8px 0;
    }
    footer .ft-area-bg .footerlogo {
        max-width: 100%;
        margin: 0px auto;
    }
    footer .ft-area-bg .footerlogo ul {
        width: 100%;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        padding: 8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 10px;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg .biglobe-logo {
        width: 68px;
        height: 24px;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg .ft-x-logo {
        margin-top: 5px;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg img {
        margin: 0 4px;
        height: 16px;
        display: block;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-img-s {
        max-width: 100%;
        max-height: 40px;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 768px) {
    body {
        color: #333;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .sp-header {
        background-color: #fff;
        -webkit-box-shadow: 0 0 4px 0 #9d7333;
        box-shadow: 0 0 4px 0 #9d7333;
        border-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 16px;
        z-index: 101;
        height: 60px;
        position: relative;
    }
    .sp-header .logo {
        font-size: 1.5rem;
        font-weight: bold;
        z-index: 102;
    }
    .sp-header .logo img {
        width: 160px;
    }
    .sp-header .nav-toggle {
        display: none;
    }
    .sp-header .nav-toggle:checked ~ .nav-menu {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .sp-header .nav-toggle:checked ~ .hamburger-container .hamburger-label {
        padding: 9px;
        margin-right: 11px;
        margin-top: 7px;
    }
    .sp-header .nav-toggle:checked ~ .hamburger-container .hamburger-label .line-top {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        width: 80%;
    }
    .sp-header .nav-toggle:checked ~ .hamburger-container .hamburger-label .line-mid {
        opacity: 0;
    }
    .sp-header .nav-toggle:checked ~ .hamburger-container .hamburger-label .line-bottom {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 50%;
        width: 80%;
    }
    .sp-header .nav-toggle:checked ~ .hamburger-container .hamburger-text {
        opacity: 1;
        margin-top: 5px;
    }
    .sp-header .nav-toggle:checked ~ .hamburger-container .hamburger-text::after {
        content: '閉じる';
    }
    .sp-header .nav-toggle:checked ~ .overlay {
        opacity: 1;
        visibility: visible;
    }
    .sp-header .nav-toggle:checked ~ .nav-menu .close-menu-button {
        display: block;
    }
    .sp-header .nav-toggle:not(:checked) ~ .hamburger-container .hamburger-text::after {
        content: 'メニュー';
    }
    .sp-header .nav-toggle:not(:checked) ~ .hamburger-container .hamburger-label {
        margin-right: 8px;
        margin-top: 12px;
    }
    .sp-header .hamburger-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 100;
        background: url(/images/icon-header-btn.svg) center -4px/120% no-repeat;
    }
    .sp-header .hamburger-container .hamburger-label {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 9px;
        height: 7px;
        padding: 5px;
        position: relative;
    }
    .sp-header .hamburger-container .hamburger-label span {
        display: block;
        height: 2px;
        background-color: #6f4d3e;
        border-radius: 2px;
        -webkit-transition: opacity 0.4s ease, top 0.4s ease, -webkit-transform 0.4s ease;
        transition: opacity 0.4s ease, top 0.4s ease, -webkit-transform 0.4s ease;
        transition: transform 0.4s ease, opacity 0.4s ease, top 0.4s ease;
        transition: transform 0.4s ease, opacity 0.4s ease, top 0.4s ease,
            -webkit-transform 0.4s ease;
    }
    .sp-header .hamburger-container .hamburger-label .line-top {
        position: absolute;
        width: 100%;
        top: 0;
    }
    .sp-header .hamburger-container .hamburger-label .line-mid {
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .sp-header .hamburger-container .hamburger-label .line-bottom {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    .sp-header .hamburger-container .hamburger-text {
        font-size: 0.6rem;
        margin-top: 10px;
        color: #6f4d3e;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
    }
    .sp-header .nav-menu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: none;
        background-color: #fff;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        z-index: 99;
        padding-top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .sp-header .nav-menu .nav-menu-container {
        background: #f6f3eb;
        height: 100%;
    }
    .sp-header .nav-menu .nav-menu-container ul {
        list-style: none;
        padding: 20px;
        margin: 0;
        overflow-y: auto;
    }
    .sp-header .nav-menu .nav-menu-container ul li {
        background: #fff;
        border-bottom: 1px solid #f6f3eb;
    }
    .sp-header .nav-menu .nav-menu-container ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem 1.5rem;
        text-decoration: none;
        color: #333;
        font-weight: bold;
    }
    .sp-header .nav-menu .nav-menu-container ul li a:hover,
    .sp-header .nav-menu .nav-menu-container ul li a:focus {
        opacity: 0.8;
    }
    .sp-header .nav-menu .nav-menu-container ul li a span.sp-menu-ico::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: contain;
        margin-right: 10px;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    .sp-header .nav-menu .nav-menu-container ul li a span.sp-menu-ico.is-pin::before {
        background-image: url(/images/icon_pin.svg);
    }
    .sp-header .nav-menu .nav-menu-container ul li a span.sp-menu-ico.is-gohan::before {
        background-image: url(/images/icon_gohan.svg);
    }
    .sp-header .nav-menu .nav-menu-container ul li a span.sp-menu-ico.is-huji::before {
        background-image: url(/images/icon_huji.svg);
    }
    .sp-header .nav-menu .nav-menu-container ul li a span.sp-menu-ico.is-human::before {
        background-image: url(/images/icon_human.svg);
    }
    .sp-header .nav-menu .nav-menu-container ul li a::after {
        content: '';
        display: inline-block;
        width: 24px;
        height: 9px;
        background: url(/images/ico_arrow-right.svg) center/contain no-repeat;
        vertical-align: middle;
    }
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 1rem;
    }
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a {
        padding: 0.75rem 1.5rem;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
        color: #333;
        border-radius: 10px;
        font-weight: bold;
        text-decoration: none;
        -webkit-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        margin: 0 0.5rem;
        display: block;
    }
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a::after {
        display: none;
    }
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a.answer {
        background: #6f4d3e;
        color: #fff;
    }
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a.answer:hover,
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a.answer:focus {
        opacity: 0.8;
    }
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a.question {
        background: #fff;
        color: #6f4d3e;
        border: 1px solid #6f4d3e;
    }
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a.question:hover,
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a.question:focus {
        background: #e9d5a5;
        opacity: 1;
    }
    .sp-header .close-menu-button {
        text-align: center;
        margin-top: 0;
        display: none;
        padding-bottom: 20px;
    }
    .sp-header .close-menu-button label {
        display: inline-block;
        padding: 0.75rem 1.5rem;
        color: #6f4d3e;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
        background-color: #fff;
        font-weight: bold;
        border-radius: 10px;
        cursor: pointer;
        text-decoration: none;
        -webkit-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease;
    }
    .sp-header .close-menu-button label:hover,
    .sp-header .close-menu-button label:focus {
        background-color: #e9d5a5;
    }
    .overlay {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        -webkit-transition: opacity var(--transition-speed) ease,
            visibility var(--transition-speed) ease;
        transition: opacity var(--transition-speed) ease, visibility var(--transition-speed) ease;
        z-index: 98;
    }
}
main .tag-content-area {
    margin-bottom: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    header .pc-header {
        background-color: #fff;
    }
    header .header-top-area {
        margin: 0 auto;
    }
    header .header-top-area .header-top {
        color: #333;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
    }
    header .header-top-area .header-top .leadtext {
        display: block;
        float: left;
        font-size: 14px;
        line-height: 2.2;
    }
    header .header-top-area .header-top .leadtext span.leadtext-color {
        margin: 0 4px;
        font-size: 120%;
    }
    header .header-top-area .header-top .header-top-btn {
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .header-top-area .header-top .header-top-btn li:hover {
        background-color: #f6f3eb;
    }
    header .header-top-area .header-top .btn-header-a,
    header .header-top-area .header-top .btn-header-q,
    header .header-top-area .header-top .btn-header-other {
        border-radius: 4px;
        border: none;
        text-align: center;
        border: 1px solid #e9d5a5;
        font-size: 13px;
        margin: 5px 3px;
        width: 100px;
        position: relative;
    }
    header .header-top-area .header-top .btn-header-a a,
    header .header-top-area .header-top .btn-header-q a,
    header .header-top-area .header-top .btn-header-other a {
        display: block;
        text-decoration: none;
        padding: 8px 0;
    }
    header .header-top-area .header-top .btn-header-a i,
    header .header-top-area .header-top .btn-header-q i,
    header .header-top-area .header-top .btn-header-other i {
        margin-left: 10px;
    }
    header .header-top-area .header-top .btn-header-a .fa-heart-bkm-on,
    header .header-top-area .header-top .btn-header-q .fa-heart-bkm-on,
    header .header-top-area .header-top .btn-header-other .fa-heart-bkm-on {
        margin-right: 3px;
        color: #333;
    }
    header .header-top-area .header-top .btn-header-a .fa-heart-bkm-off,
    header .header-top-area .header-top .btn-header-q .fa-heart-bkm-off,
    header .header-top-area .header-top .btn-header-other .fa-heart-bkm-off {
        margin-right: 3px;
        color: #dd3838;
    }
    header .header-top-area .header-top .btn-header-a a,
    header .header-top-area .header-top .btn-header-q a,
    header .header-top-area .header-top .btn-header-other a {
        color: #333;
        padding: 0 14px;
        line-height: 2.1;
    }
    header .header-top-area .header-top .btn-header-a::after {
        content: '';
        position: absolute;
        left: -2px;
        top: 1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: rgba(0, 0, 0, 0) #f7931e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        -webkit-transform: translateY(-40%) rotate(45deg);
        transform: translateY(-40%) rotate(45deg);
    }
    header .header-top-area .header-top .btn-header-q::after {
        content: '';
        position: absolute;
        left: -2px;
        top: 1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: rgba(0, 0, 0, 0) #90d9de rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        -webkit-transform: translateY(-40%) rotate(45deg);
        transform: translateY(-40%) rotate(45deg);
    }
    header .header-top-area .fa-unlock-alt {
        margin-right: 3px;
        color: #333;
    }
    header .header-top-area .fa-heart {
        margin-right: 3px;
        color: #333;
    }
    header .header-bottom-area {
        position: relative;
        width: 100%;
        border-bottom: solid 1px #e9d5a5;
        z-index: 0;
    }
    header .header-bottom-area .header-bottom {
        width: 1200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 2px auto 0 auto;
        position: relative;
    }
    header .header-bottom-area .header-bottom a {
        position: relative;
    }
    header .header-bottom-area .header-bottom a img {
        position: absolute;
        top: -35px;
    }
    header .header-bottom-area .header-bottom .tabiyukashi-logo {
        max-width: 200px;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn {
        margin-bottom: -1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li {
        text-align: center;
        background-color: #f6f3eb;
        border-bottom: solid 1px #e9d5a5;
        margin: 0 8px;
        border-radius: 10px 10px 0 0;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li:hover {
        background-color: #f2e6cb;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li a {
        color: #333;
        display: inline-block;
        width: 154px;
        height: 58px;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li span {
        display: block;
        font-size: 13px;
        margin-bottom: 10px;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li:last-child {
        border-right: 1px solid #e5e5e5;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn .btn-on {
        border: 1px solid #e9d5a5;
        border-bottom: 1px solid #fff;
        background-color: #fff;
        z-index: 1;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn .btn-on:hover {
        background-color: #fff;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-area
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_pin.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-purpose
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_gohan.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-touristspot
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_huji.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-partner
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_human.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-guide
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_tsuru_mono.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header #header-search {
        margin-left: auto;
        background-color: #fff;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        border: 1px #333 solid;
    }
    header #header-search input {
        margin: 0px;
    }
    header #header-search input:focus {
        outline: none;
    }
    header #header-search-text {
        width: 207px;
        border: none;
        height: 34px;
        font-size: 16px;
        padding: 2px 8px;
        color: #666;
    }
    header #header-search-text::-webkit-input-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::-moz-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text:-ms-input-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::-ms-input-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::-webkit-input-placeholder {
        font-size: 16px;
    }
    header #header-search-text::-moz-placeholder {
        font-size: 16px;
    }
    header #header-search-text::-moz-placeholder {
        font-size: 16px;
    }
    header #header-search-text::-ms-input-placeholder {
        font-size: 16px;
    }
    header #header-search-img {
        padding: 8px;
        border: none;
        background-color: #333;
        width: 22px;
        height: 22px;
    }
    header .logo-area {
        padding: 16px;
    }
    header .logo-area li.logo > .count {
        display: none;
    }
    header .pc-header-notext {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) and (min-width: 861px) and (max-width: 1119px) {
    header .header-bottom {
        width: 94% !important;
        max-width: 1120px !important;
        padding: 0 3% !important;
    }
    header .header-bottom .header-bottom-btn {
        margin-left: 20px !important;
    }
    header .header-bottom .header-bottom-btn li a {
        width: 110px !important;
    }
    header .header-bottom .header-bottom-btn li span {
        font-size: 11px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) and (min-width: 768px) and (max-width: 860px) {
    header .header-bottom {
        width: 96% !important;
        padding: 0 2% !important;
    }
    header .header-bottom .header-bottom-btn {
        margin-left: 10px !important;
    }
    header .header-bottom .header-bottom-btn li a {
        width: 90px !important;
    }
    header .header-bottom .header-bottom-btn li span {
        font-size: 11px !important;
    }
    header #header-search-text {
        width: 150px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    main {
        display: block;
        max-width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        padding-top: 16px;
        padding-bottom: 32px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 16px 24px;
    }
    main .left-menu {
        float: left;
        width: 184px;
    }
    main .main-content {
        width: 100%;
        margin-right: -208px;
        padding-left: 208px;
        padding-bottom: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    main article {
        float: left;
        width: 100%;
        margin-right: -328px;
        padding-right: 328px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    main aside {
        float: right;
        width: 304px;
        margin-top: 20px;
    }
    main .tag-content-area {
        margin-bottom: 50px;
    }
    main article {
        margin-right: 0;
        padding-right: 0;
    }
    main aside {
        float: none;
        width: 100%;
        padding: 0 0 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    main aside .bnr-side {
        text-align: center;
    }
    main aside .bnr-side img {
        margin: 32px 0 0;
    }
    footer {
        border-top: 1px solid #f2e6cb;
        color: #454545;
    }
    footer .post-entry-box {
        max-width: 1200px;
        background: #f7f3e8;
        font-size: 1em;
        text-align: center;
        margin: 0 auto;
        padding: 32px 104px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .post-entry-box a {
        display: block;
        color: #666;
    }
    footer .post-entry-box a:hover {
        text-decoration: underline;
    }
    footer .post-entry-box .ttl {
        font-size: 1.4em;
        font-weight: bold;
        text-align: center;
        padding-bottom: 8px;
    }
    footer .post-entry-box .btn-post-entry {
        border: none;
        text-align: center;
        background: #f7931e;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
        box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
        border: none;
        max-width: 500px;
        margin: 16px auto;
    }
    footer .post-entry-box .btn-post-entry a {
        display: block;
        text-decoration: none;
        padding: 8px 0;
    }
    footer .post-entry-box .btn-post-entry i {
        margin-left: 10px;
    }
    footer .post-entry-box .btn-post-entry .fa-heart-bkm-on {
        margin-right: 3px;
        color: #333;
    }
    footer .post-entry-box .btn-post-entry .fa-heart-bkm-off {
        margin-right: 3px;
        color: #dd3838;
    }
    footer .post-entry-box .btn-post-entry a {
        font-size: 1.2em;
        font-weight: bold;
        color: #fff;
        padding: 16px 0;
        position: relative;
    }
    footer .post-entry-box .btn-post-entry a:before {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 16px;
        margin-top: -4px;
    }
    footer .post-entry-box .btn-post-entry a:before {
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    footer .ft-area-bg {
        border-top: 1px solid #e9d5a5;
        margin-top: 50px;
    }
    footer .ft-area-bg a {
        display: block;
        color: #666;
        text-decoration: underline;
    }
    footer .ft-area-bg a:hover {
        opacity: 0.8;
    }
    footer .ft-area-bg .ft-txt-link-right a {
        text-decoration: none !important;
    }
    footer .ft-area-bg .ft-area-box {
        overflow: hidden;
        max-width: 1200px;
        font-size: 0.8em;
        margin: 0 auto;
        padding-bottom: 16px;
    }
    footer .ft-area-bg .ft-area-box .box-area {
        float: left;
        width: 100%;
        margin-right: -246px;
        padding-right: 246px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .ft-area-bg .ft-area-box .box-area .ft-area-top {
        font-weight: bold;
        padding: 24px 0 4px 0;
    }
    footer .ft-area-bg .ft-area-box .box-area .ft-vision {
        padding-left: 8px;
    }
    footer .ft-area-bg .ft-area-box .box-area ul.ft-area-link {
        overflow: hidden;
    }
    footer .ft-area-bg .ft-area-box .box-area ul.ft-area-link li {
        float: left;
        border-right: solid 1px #ddd;
        margin-bottom: 4px;
        padding: 0 8px;
    }
    footer .ft-area-bg .ft-area-box .box-area ul.ft-area-link li:last-child {
        border-right: none;
    }
    footer .ft-area-bg .ft-area-box .box-link {
        float: right;
        width: 220px;
        margin-top: 40px;
        margin-left: 24px;
        border: solid 1px #ccc;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px 16px;
    }
    footer .ft-area-bg .ft-area-box .box-link p {
        font-weight: bold;
        padding: 8px 0 4px;
    }
    footer .ft-area-bg .ft-area-box .box-link li {
        padding-left: 8px;
        padding-bottom: 4px;
    }
    footer .ft-area-bg .ft-area-list-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }
    footer .ft-area-bg .ft-area-list-box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    footer .ft-area-bg .ft-area-list-box ul li {
        border-right: solid 1px #ddd;
    }
    footer .ft-area-bg .ft-area-list-box ul li:last-child {
        border-right: none;
    }
    footer .ft-area-bg .ft-area-list-box a {
        padding: 6px 8px !important;
        border-right: solid 1px #ddd;
    }
    footer .ft-area-bg .ft-area-list-box a:last-child {
        border-right: none;
    }
    footer .ft-area-bg .ft-area-list-box .ft-area-list {
        background-color: #f6f3eb;
        border-right: none !important;
        margin-right: 10px !important;
        width: 96px;
        text-align: left;
        height: 20px;
    }
    footer .ft-area-bg .ft-copy {
        background: #cfc6b0;
        font-size: 0.7em;
        color: #fff;
        text-align: center;
        padding: 8px 0;
    }
    footer .ft-area-bg .footerlogo {
        max-width: 1120px;
        margin: 20px auto;
    }
    footer .ft-area-bg .footerlogo ul {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 60%;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        padding: 8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 20px;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg img {
        margin: 0 8px;
        height: 20px;
        display: block;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg img .biglobe-logo {
        width: 85px;
        height: 30px;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg img .ft-x-logo {
        margin-top: 7px;
    }
    footer .ft-area-bg {
        margin-top: 16px;
        margin-top: 0;
    }
    footer .ft-area-bg .ft-area-box {
        padding: 0 16px 16px;
    }
}
@media only screen and (min-width: 1120px) {
    header .pc-header {
        background-color: #fff;
    }
    header .header-top-area {
        margin: 0 auto;
    }
    header .header-top-area .header-top {
        color: #333;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
    }
    header .header-top-area .header-top .leadtext {
        display: block;
        float: left;
        font-size: 14px;
        line-height: 2.2;
    }
    header .header-top-area .header-top .leadtext span.leadtext-color {
        margin: 0 4px;
        font-size: 120%;
    }
    header .header-top-area .header-top .header-top-btn {
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .header-top-area .header-top .header-top-btn li:hover {
        background-color: #f6f3eb;
    }
    header .header-top-area .header-top .btn-header-a,
    header .header-top-area .header-top .btn-header-q,
    header .header-top-area .header-top .btn-header-other {
        border-radius: 4px;
        border: none;
        text-align: center;
        border: 1px solid #e9d5a5;
        font-size: 13px;
        margin: 5px 3px;
        width: 100px;
        position: relative;
    }
    header .header-top-area .header-top .btn-header-a a,
    header .header-top-area .header-top .btn-header-q a,
    header .header-top-area .header-top .btn-header-other a {
        display: block;
        text-decoration: none;
        padding: 8px 0;
    }
    header .header-top-area .header-top .btn-header-a i,
    header .header-top-area .header-top .btn-header-q i,
    header .header-top-area .header-top .btn-header-other i {
        margin-left: 10px;
    }
    header .header-top-area .header-top .btn-header-a .fa-heart-bkm-on,
    header .header-top-area .header-top .btn-header-q .fa-heart-bkm-on,
    header .header-top-area .header-top .btn-header-other .fa-heart-bkm-on {
        margin-right: 3px;
        color: #333;
    }
    header .header-top-area .header-top .btn-header-a .fa-heart-bkm-off,
    header .header-top-area .header-top .btn-header-q .fa-heart-bkm-off,
    header .header-top-area .header-top .btn-header-other .fa-heart-bkm-off {
        margin-right: 3px;
        color: #dd3838;
    }
    header .header-top-area .header-top .btn-header-a a,
    header .header-top-area .header-top .btn-header-q a,
    header .header-top-area .header-top .btn-header-other a {
        color: #333;
        padding: 0 14px;
        line-height: 2.1;
    }
    header .header-top-area .header-top .btn-header-a::after {
        content: '';
        position: absolute;
        left: -2px;
        top: 1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: rgba(0, 0, 0, 0) #f7931e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        -webkit-transform: translateY(-40%) rotate(45deg);
        transform: translateY(-40%) rotate(45deg);
    }
    header .header-top-area .header-top .btn-header-q::after {
        content: '';
        position: absolute;
        left: -2px;
        top: 1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: rgba(0, 0, 0, 0) #90d9de rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        -webkit-transform: translateY(-40%) rotate(45deg);
        transform: translateY(-40%) rotate(45deg);
    }
    header .header-top-area .fa-unlock-alt {
        margin-right: 3px;
        color: #333;
    }
    header .header-top-area .fa-heart {
        margin-right: 3px;
        color: #333;
    }
    header .header-bottom-area {
        position: relative;
        width: 100%;
        border-bottom: solid 1px #e9d5a5;
        z-index: 0;
    }
    header .header-bottom-area .header-bottom {
        width: 1200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 2px auto 0 auto;
        position: relative;
    }
    header .header-bottom-area .header-bottom a {
        position: relative;
    }
    header .header-bottom-area .header-bottom a img {
        position: absolute;
        top: -35px;
    }
    header .header-bottom-area .header-bottom .tabiyukashi-logo {
        max-width: 200px;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn {
        margin-bottom: -1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li {
        text-align: center;
        background-color: #f6f3eb;
        border-bottom: solid 1px #e9d5a5;
        margin: 0 8px;
        border-radius: 10px 10px 0 0;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li:hover {
        background-color: #f2e6cb;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li a {
        color: #333;
        display: inline-block;
        width: 154px;
        height: 58px;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li span {
        display: block;
        font-size: 13px;
        margin-bottom: 10px;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li:last-child {
        border-right: 1px solid #e5e5e5;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn .btn-on {
        border: 1px solid #e9d5a5;
        border-bottom: 1px solid #fff;
        background-color: #fff;
        z-index: 1;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn .btn-on:hover {
        background-color: #fff;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-area
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_pin.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-purpose
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_gohan.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-touristspot
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_huji.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-partner
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_human.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-guide
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_tsuru_mono.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header #header-search {
        margin-left: auto;
        background-color: #fff;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        border: 1px #333 solid;
    }
    header #header-search input {
        margin: 0px;
    }
    header #header-search input:focus {
        outline: none;
    }
    header #header-search-text {
        width: 207px;
        border: none;
        height: 34px;
        font-size: 16px;
        padding: 2px 8px;
        color: #666;
    }
    header #header-search-text::-webkit-input-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::-moz-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text:-ms-input-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::-ms-input-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::-webkit-input-placeholder {
        font-size: 16px;
    }
    header #header-search-text::-moz-placeholder {
        font-size: 16px;
    }
    header #header-search-text::-moz-placeholder {
        font-size: 16px;
    }
    header #header-search-text::-ms-input-placeholder {
        font-size: 16px;
    }
    header #header-search-img {
        padding: 8px;
        border: none;
        background-color: #333;
        width: 22px;
        height: 22px;
    }
    main {
        display: block;
        max-width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        padding-top: 16px;
        padding-bottom: 32px;
    }
    main .left-menu {
        float: left;
        width: 184px;
    }
    main .main-content {
        width: 100%;
        margin-right: -208px;
        padding-left: 208px;
        padding-bottom: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    main article {
        float: left;
        width: 100%;
        margin-right: -328px;
        padding-right: 328px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    main aside {
        float: right;
        width: 304px;
        margin-top: 20px;
    }
    footer {
        color: #454545;
    }
    footer .post-entry-box {
        max-width: 1200px;
        background: #f7f3e8;
        font-size: 1em;
        text-align: center;
        margin: 0 auto;
        padding: 32px 104px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .post-entry-box a {
        display: block;
        color: #666;
    }
    footer .post-entry-box a:hover {
        text-decoration: underline;
    }
    footer .post-entry-box .ttl {
        font-size: 1.4em;
        font-weight: bold;
        text-align: center;
        padding-bottom: 8px;
    }
    footer .post-entry-box .btn-post-entry {
        border: none;
        text-align: center;
        background: #f7931e;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
        box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
        border: none;
        max-width: 500px;
        margin: 16px auto;
    }
    footer .post-entry-box .btn-post-entry a {
        display: block;
        text-decoration: none;
        padding: 8px 0;
    }
    footer .post-entry-box .btn-post-entry i {
        margin-left: 10px;
    }
    footer .post-entry-box .btn-post-entry .fa-heart-bkm-on {
        margin-right: 3px;
        color: #333;
    }
    footer .post-entry-box .btn-post-entry .fa-heart-bkm-off {
        margin-right: 3px;
        color: #dd3838;
    }
    footer .post-entry-box .btn-post-entry a {
        font-size: 1.2em;
        font-weight: bold;
        color: #fff;
        padding: 16px 0;
        position: relative;
    }
    footer .post-entry-box .btn-post-entry a:before {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 16px;
        margin-top: -4px;
    }
    footer .post-entry-box .btn-post-entry a:before {
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    footer .ft-area-bg {
        border-top: 1px solid #e9d5a5;
        margin-top: 50px;
    }
    footer .ft-area-bg a {
        display: block;
        color: #666;
        text-decoration: underline;
    }
    footer .ft-area-bg a:hover {
        opacity: 0.8;
    }
    footer .ft-area-bg .ft-txt-link-right a {
        text-decoration: none !important;
    }
    footer .ft-area-bg .ft-area-box {
        overflow: hidden;
        max-width: 1200px;
        font-size: 0.8em;
        margin: 0 auto;
        padding-bottom: 16px;
    }
    footer .ft-area-bg .ft-area-box .box-area {
        float: left;
        width: 100%;
        margin-right: -246px;
        padding-right: 246px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .ft-area-bg .ft-area-box .box-area .ft-area-top {
        font-weight: bold;
        padding: 24px 0 4px 0;
    }
    footer .ft-area-bg .ft-area-box .box-area .ft-vision {
        padding-left: 8px;
    }
    footer .ft-area-bg .ft-area-box .box-area ul.ft-area-link {
        overflow: hidden;
    }
    footer .ft-area-bg .ft-area-box .box-area ul.ft-area-link li {
        float: left;
        border-right: solid 1px #ddd;
        margin-bottom: 4px;
        padding: 0 8px;
    }
    footer .ft-area-bg .ft-area-box .box-area ul.ft-area-link li:last-child {
        border-right: none;
    }
    footer .ft-area-bg .ft-area-box .box-link {
        float: right;
        width: 220px;
        margin-top: 40px;
        margin-left: 24px;
        border: solid 1px #ccc;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px 16px;
    }
    footer .ft-area-bg .ft-area-box .box-link p {
        font-weight: bold;
        padding: 8px 0 4px;
    }
    footer .ft-area-bg .ft-area-box .box-link li {
        padding-left: 8px;
        padding-bottom: 4px;
    }
    footer .ft-area-bg .ft-area-list-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }
    footer .ft-area-bg .ft-area-list-box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    footer .ft-area-bg .ft-area-list-box ul li {
        border-right: solid 1px #ddd;
    }
    footer .ft-area-bg .ft-area-list-box ul li:last-child {
        border-right: none;
    }
    footer .ft-area-bg .ft-area-list-box a {
        padding: 6px 8px !important;
        border-right: solid 1px #ddd;
    }
    footer .ft-area-bg .ft-area-list-box a:last-child {
        border-right: none;
    }
    footer .ft-area-bg .ft-area-list-box .ft-area-list {
        background-color: #f6f3eb;
        border-right: none !important;
        margin-right: 10px !important;
        width: 96px;
        text-align: left;
        height: 20px;
    }
    footer .ft-area-bg .ft-copy {
        background: #cfc6b0;
        font-size: 0.7em;
        color: #fff;
        text-align: center;
        padding: 8px 0;
    }
    footer .ft-area-bg .footerlogo {
        max-width: 1120px;
        margin: 20px auto;
    }
    footer .ft-area-bg .footerlogo ul {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 60%;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        padding: 8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 20px;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg img {
        margin: 0 8px;
        height: 20px;
        display: block;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg img .biglobe-logo {
        width: 85px;
        height: 30px;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg img .ft-x-logo {
        margin-top: 7px;
    }
}
.bgcolor_logored {
    background-color: #ae4848;
}
.bgcolor_logobk {
    background-color: #333;
}
.bgcolor_gray {
    background-color: #f5f5f5;
}
.textcolor_logored {
    color: #ae4848;
}
.textcolor_logobk {
    color: #333;
}
.textcolor_gray {
    color: #666;
}
.textcolor_white {
    color: #fff;
}
.fa-search {
    font-size: 18px;
}
.fa-bars {
    font-size: 18px;
    margin-top: 1px;
}
.fa-angle-right {
    font-size: 24px;
}
.fa-unlock-alt {
    margin-right: 3px;
}
.fa-heart {
    margin-right: 3px;
}
.fa-map-marker {
    margin-right: 3px;
}
.fa-facebook {
    margin-top: 4px;
}
.fa-twitter {
    margin-top: 4px;
}
.fa-google-plus {
    margin-top: 4px;
}
.fa-get-pocket {
    margin-top: 4px;
}
.fa-hatena:before {
    content: 'B!';
    font-family: Verdana;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .fa-angle-right {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .nosp {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) {
    .nopc {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .notb {
        display: none !important;
    }
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.panlist {
    overflow: hidden;
    font-size: 0.8em;
    color: #ccc;
    margin: 0;
}
.panlist a {
    color: #a2a2a2;
}
.panlist li {
    float: left;
}
.panlist li i.fa {
    margin-right: 4px;
}
.panlist li span {
    margin: 0 3px;
}
.panlist li:last-child {
    color: #999;
}
.panlist li:last-child i.fa {
    color: #ccc;
}
.panlist li + li:before {
    margin: 0 3px 0 3px;
    content: '>';
}
.panlist .qa-ttl {
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.plist-tag {
    margin: 0;
    padding: 0 0 24px 0 !important;
}
@media only screen and (max-width: 767px) {
    .panlist > li {
        padding-bottom: 6px;
    }
}
.img-squ {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    z-index: 1;
    position: absolute;
    top: -5px;
    left: -5px;
    color: #fff;
    text-align: center;
    padding: 1px 0;
}
.img-squ .squ-txt {
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 1px;
}
.img-squ .squ-txt span {
    font-size: 130%;
}
.squ-rank1 {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    z-index: 1;
    position: absolute;
    top: -5px;
    left: -5px;
    color: #fff;
    text-align: center;
    padding: 1px 0;
    border-top: 24px solid #fbb03b;
}
.squ-rank1 .squ-txt {
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 1px;
}
.squ-rank1 .squ-txt span {
    font-size: 130%;
}
.squ-rank1 .squ-txt {
    top: -48px;
    left: -5px;
    font-size: 0.75em;
    color: #fff;
}
.squ-rank1 .squ-txt span {
    margin-right: 1px;
}
.squ-rank2 {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    z-index: 1;
    position: absolute;
    top: -5px;
    left: -5px;
    color: #fff;
    text-align: center;
    padding: 1px 0;
    border-top: 24px solid #66c9d0;
}
.squ-rank2 .squ-txt {
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 1px;
}
.squ-rank2 .squ-txt span {
    font-size: 130%;
}
.squ-rank2 .squ-txt {
    top: -48px;
    left: -5px;
    font-size: 0.75em;
    color: #fff;
}
.squ-rank2 .squ-txt span {
    margin-right: 1px;
}
.squ-rank3 {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    z-index: 1;
    position: absolute;
    top: -5px;
    left: -5px;
    color: #fff;
    text-align: center;
    padding: 1px 0;
    border-top: 24px solid #e6a3ac;
}
.squ-rank3 .squ-txt {
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 1px;
}
.squ-rank3 .squ-txt span {
    font-size: 130%;
}
.squ-rank3 .squ-txt {
    top: -48px;
    left: -5px;
    font-size: 0.75em;
    color: #fff;
}
.squ-rank3 .squ-txt span {
    margin-right: 1px;
}
.squ-rank {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    z-index: 1;
    position: absolute;
    top: -5px;
    left: -5px;
    color: #fff;
    text-align: center;
    padding: 1px 0;
}
.squ-rank .squ-txt {
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 1px;
}
.squ-rank .squ-txt span {
    font-size: 130%;
}
.squ-rank .squ-txt {
    top: -48px;
    left: -5px;
    font-size: 0.75em;
    color: #fff;
}
.squ-rank .squ-txt span {
    margin-right: 1px;
}
.squ-current {
    background-color: #66c9d0;
}
.squ-decision {
    background-color: #f7931e;
}
.ans-check {
    background-color: #6f4d3e;
}
.ans-open {
    background-color: #66c9d0;
}
.img-squ-column-rank1 {
    width: 24px;
    height: 24px;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: block;
    font-weight: bold;
    font-family: Arial, Helvetica, 'sans-serif';
    background-color: #ffbf00;
}
.img-squ-column-rank2 {
    width: 24px;
    height: 24px;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: block;
    font-weight: bold;
    font-family: Arial, Helvetica, 'sans-serif';
    background-color: #b6b6b6;
}
.img-squ-column-rank3 {
    width: 24px;
    height: 24px;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: block;
    font-weight: bold;
    font-family: Arial, Helvetica, 'sans-serif';
    background-color: #be9263;
}
.img-squ-column-rank4 {
    width: 24px;
    height: 24px;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: block;
    font-weight: bold;
    font-family: Arial, Helvetica, 'sans-serif';
    background-color: #333;
}
.sns-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0;
    width: 40%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
}
.sns-area li {
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.sns-area li a {
    display: block;
    color: #fff;
}
.sns-area li img {
    width: 20px;
}
.sns-area li:first-child {
    margin-left: 0;
}
.sns-area li:last-child {
    margin-right: 0;
}
.sns-area .tw {
    background: #55acee;
}
.sns-area .fb {
    background: #3b5998;
}
.sns-area .li {
    background: #00c300;
}
.sns-area .go {
    background: #db4437;
}
.sns-area .ha {
    background: #008fde;
}
.sns-area .po {
    background: #ed4055;
}
@media only screen and (max-width: 767px) {
    .sns-area {
        padding: 0 16px;
    }
    .sns-area li {
        width: 33.33%;
        font-size: 0.75em;
        margin: 0 4px;
    }
    .sns-area li a {
        display: block;
        padding: 2px 0;
    }
}
@media only screen and (min-width: 768px) {
    .sns-area {
        margin-top: 10px;
    }
    .sns-area li {
        width: 20%;
        margin: 0 4px;
    }
    .sns-area li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        padding: 4px 0;
    }
    .sns-area li span.icon {
        font-size: 1.3em;
        margin-right: 8px;
    }
}
.btn-lowest {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0 0;
    background: #fbb03b;
    position: relative;
}
.btn-lowest::after {
    content: '';
    display: inline-block;
    width: 33px;
    height: 8px;
    background: url(/images/icon_arrow_main.svg) center/contain no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 40%;
}
@media only screen and (max-width: 767px) {
    .btn-lowest::after {
        width: 30px;
        height: 10px;
        right: 20px;
        top: 40%;
    }
}
.btn-lowest span.icon {
    font-size: 90%;
    margin-left: 8px;
}
.btn-lowest a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    text-decoration: none;
    padding: 13px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20%;
}
@media only screen and (min-width: 500px) {
    .btn-lowest a {
        margin-left: -10%;
    }
}
.btn-lowest a span {
    margin-right: 8px;
}
.btn-lowest:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.btn-lowest i {
    margin-left: 10px;
}
.btn-coupon {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    border: 1px solid #ddd;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0 0;
    background: #fff;
    position: relative;
}
.btn-coupon::after {
    content: '';
    display: inline-block;
    width: 33px;
    height: 8px;
    background: url(/images/icon_arrow_main.svg) center/contain no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 40%;
}
@media only screen and (max-width: 767px) {
    .btn-coupon::after {
        width: 30px;
        height: 10px;
        right: 20px;
        top: 40%;
    }
}
.btn-coupon span.icon {
    font-size: 90%;
    margin-left: 8px;
}
.btn-coupon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    text-decoration: none;
    padding: 13px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-coupon a span {
    margin-right: 8px;
}
.btn-coupon:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.btn-coupon .ribbon {
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 20px;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
    width: 24px;
    text-align: center;
    font-size: 17px;
    background: #66c9d0;
}
@media only screen and (min-width: 768px) {
    .btn-coupon .ribbon {
        width: 32px;
        left: 15%;
    }
}
.btn-coupon .ribbon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 12px solid #66c9d0;
    border-right: 12px solid #66c9d0;
    border-bottom: 10px solid rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 768px) {
    .btn-coupon .ribbon::after {
        border-left: 16px solid #66c9d0;
        border-right: 16px solid #66c9d0;
        border-bottom: 15px solid rgba(0, 0, 0, 0);
    }
}
.btn-more {
    border: none;
    text-align: center;
    background: #fff;
    border: solid 1px #ddd;
    color: #fff;
}
.btn-more a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
}
.btn-more i {
    margin-left: 10px;
}
.btn-more .fa-heart-bkm-on {
    margin-right: 3px;
    color: #333;
}
.btn-more .fa-heart-bkm-off {
    margin-right: 3px;
    color: #dd3838;
}
.btn-more:hover {
    background-color: #f5f5f5;
}
.btn-more a {
    color: #666;
}
.btn-more a span.icon {
    font-size: 0.9em;
    color: #ddd;
    margin-left: 8px;
}
.bkm-sns .btn-bkm-on {
    border: none;
    text-align: center;
    background: #fff;
    border: solid 1px #ddd;
    color: #333;
    font-size: 13px;
    padding: 5px 10px 5px 2px;
    letter-spacing: -1px;
}
.bkm-sns .btn-bkm-on a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
}
.bkm-sns .btn-bkm-on i {
    margin-left: 10px;
}
.bkm-sns .btn-bkm-on .fa-heart-bkm-on {
    margin-right: 3px;
    color: #333;
}
.bkm-sns .btn-bkm-on .fa-heart-bkm-off {
    margin-right: 3px;
    color: #dd3838;
}
.bkm-sns .btn-bkm-off {
    border: none;
    text-align: center;
    background: #f6f6f6;
    border: solid 1px #ddd;
    color: #333;
    font-size: 13px;
    padding: 5px 10px 5px 2px;
    letter-spacing: -1px;
}
.bkm-sns .btn-bkm-off a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
}
.bkm-sns .btn-bkm-off i {
    margin-left: 10px;
}
.bkm-sns .btn-bkm-off .fa-heart-bkm-on {
    margin-right: 3px;
    color: #333;
}
.bkm-sns .btn-bkm-off .fa-heart-bkm-off {
    margin-right: 3px;
    color: #dd3838;
}
@media only screen and (max-width: 767px) {
    .btn-more {
        border-color: #eee;
        font-size: 0.75em;
        font-weight: normal;
    }
    .btn-more a {
        padding: 0;
        line-height: 2.8;
    }
    .bkm-sns .btn-bkm-on {
        font-size: 11px;
    }
    .bkm-sns .btn-bkm-off {
        font-size: 11px;
    }
}
@media only screen and (min-width: 768px) {
    .btn-more {
        font-size: 0.8em;
    }
}
.btn-more-txt a {
    display: block;
    font-size: 0.9em;
    color: #666;
    text-align: right;
    margin-top: 8px;
}
.btn-more-txt a .fa-angle-right {
    font-size: 16px;
    color: #666;
    margin-left: 5px;
}
.btn-rank-next {
    border: none;
    text-align: center;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    background: #6f4d3e;
    font-size: 1em;
    margin: 16px 8px 0;
    width: 50%;
}
.btn-rank-next a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
}
.btn-rank-next i {
    margin-left: 10px;
}
.btn-rank-next .fa-heart-bkm-on {
    margin-right: 3px;
    color: #333;
}
.btn-rank-next .fa-heart-bkm-off {
    margin-right: 3px;
    color: #dd3838;
}
.btn-rank-next:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -4px;
}
.btn-rank-next::before {
    border-color: #fff;
}
.btn-rank-next:hover {
    opacity: 0.8;
}
.sub-title {
    font-weight: bold;
    color: #333;
    width: 100%;
}
.sub-title h3 {
    padding-left: 20px;
}
aside .sub-title {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    aside .sub-title {
        margin: 24px 16px 0;
        width: calc(100% - 32px);
    }
}
.sub-title-h3 {
    font-weight: bold;
    color: #333;
    position: relative;
    padding-bottom: 1px;
    display: inline-block;
    width: 100%;
}
.sub-title-l {
    font-weight: bold;
    color: #333;
    position: relative;
    padding-bottom: 1px;
    display: inline-block;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .rank-title {
        background: #fff;
        font-size: 100%;
        font-weight: bold;
        color: #333;
        text-align: center;
        padding: 8px;
        border-bottom: 1px solid #333;
        border-top: 1px solid #333;
        margin-top: 10px;
    }
    .rank-title strong {
        font-size: 1.2em;
    }
    .sub-title-h3 {
        width: 94%;
        margin: 3%;
    }
    .sub-title-l {
        width: 94%;
        margin: 3%;
    }
    .rank-title-l {
        background: #fff;
        font-size: 100%;
        font-weight: bold;
        color: #333;
        text-align: center;
        padding: 8px;
        border-bottom: 1px solid #333;
        border-top: 1px solid #333;
        margin-top: 10px;
    }
    .rank-title-l strong {
        font-size: 1.2em;
    }
}
.tag-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 8px;
    background-color: #f6f3eb;
    margin: 10px 0 40px;
}
.tag-box li {
    border-radius: 5px;
    background: #fff;
    margin: 4px;
}
.tag-box li a {
    display: block;
    font-size: 0.9em;
    color: #666;
    line-height: 1;
    text-decoration: none;
    padding: 8px;
}
.tag-box li a:hover {
    opacity: 0.8;
}
.tag-box li i.fa {
    margin-right: 5px;
    color: #ccc;
}
@media only screen and (max-width: 767px) {
    .sub-title {
        margin: 24px 16px 0;
        width: calc(100% - 32px);
    }
    .tag-box {
        padding: 8px 0;
        margin: 0 8px 20px 8px !important;
    }
}
.list-hotel-box {
    position: relative;
    border-bottom: solid 1px #e6ddc5;
}
.list-hotel-box a {
    display: block;
    color: #333;
    padding: 0 0 16px;
    height: 88px;
}
.list-hotel-box .hotel-img {
    position: absolute;
    top: 16px;
    left: 0;
    width: 88px;
    text-align: center;
}
.list-hotel-box .hotel-img img {
    width: 88px;
    height: 72px;
}
.list-hotel-box .hotel-img .noimages {
    min-height: 72px;
    padding: 8px;
}
.list-hotel-box .hotel-img .noimages img {
    width: 100%;
    height: 100%;
}
.list-hotel-box .hotel-img .img-circle {
    text-align: center;
    z-index: 1;
    line-height: 35px;
    position: absolute;
    width: 35px;
    height: 35px;
    right: -5px;
    top: -5px;
    border-radius: 100px;
    background-color: #efb713;
    color: #fff;
    font-size: 0.8em;
}
.list-hotel-box .hotel-qa {
    position: absolute;
    top: 16px;
    left: 98px;
}
.list-hotel-box .view {
    position: absolute;
    bottom: 16px;
    right: 0;
    font-size: 0.7em;
    color: #ccc;
    border-radius: 100px;
    padding: 2px 6px;
}
.list-hotel-box .comment {
    position: absolute;
    bottom: 18px;
    right: 0;
    font-size: 0.7em;
    color: #333;
}
.list-hotel-box .comment i.fa {
    margin-right: 3px;
}
.list-hotel-box .comment span {
    font-size: 1em;
    font-weight: bold;
    margin-left: 4px;
}
@media only screen and (max-width: 767px) {
    .list-lr8 {
        padding: 0 8px;
    }
    .list-lr16 {
        padding: 0 16px;
    }
    .hotel-qa .ttl {
        overflow: hidden;
        max-width: 100%;
    }
    .hotel-qa .ttl p {
        font-size: 0.9em;
        height: 45px;
        overflow: hidden;
    }
}
@media only screen and (min-width: 768px) {
    article .list-hotel-box {
        height: 136px;
    }
    article .list-hotel-box .hotel-img {
        left: 0;
        width: 170px;
    }
    article .list-hotel-box .hotel-img img {
        width: 170px;
        height: 120px;
    }
    article .list-hotel-box .hotel-img .img-circle {
        text-align: center;
        z-index: 1;
        line-height: 45px;
        position: absolute;
        width: 45px;
        height: 45px;
        right: -5px;
        top: -5px;
        border-radius: 100px;
        background-color: #efb713;
        font-size: 1.3em;
        color: #fff;
        font-size: 1em;
    }
    article .list-hotel-box .hotel-qa {
        left: 186px;
        font-size: 1.1em;
    }
    article .list-hotel-box .hotel-qa .ttl {
        overflow: hidden;
        width: 100%;
    }
    article .list-hotel-box .hotel-qa .ttl p {
        font-size: 1.2em;
        font-weight: bold;
        overflow: hidden;
        padding-bottom: 5px;
    }
    article .list-hotel-box .hotel-qa .sub {
        overflow: hidden;
        max-width: 600px;
    }
    article .list-hotel-box .hotel-qa .sub p {
        font-size: 0.8em;
        color: #aaa;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    article .list-hotel-box .view {
        bottom: 16px;
        left: 186px;
    }
    article .list-hotel-box .comment {
        bottom: 18px;
        right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    aside .hotel-qa .ttl {
        overflow: hidden;
        width: 100%;
    }
    aside .hotel-qa .ttl p {
        font-size: 1em;
        overflow: hidden;
        padding-bottom: 5px;
    }
}
@media only screen and (min-width: 1120px) {
    aside .hotel-qa .ttl {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        max-height: 3em;
        width: 206px;
    }
}
.list-hotel-txt > li {
    border-bottom: solid 1px #ddd;
    font-size: 0.9em;
}
.list-hotel-txt > li a {
    display: block;
    position: relative;
    color: #454545;
    padding: 8px 24px 8px 8px;
}
.list-hotel-txt > li a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -4px;
}
.list-hotel-txt > li a:hover {
    text-decoration: underline;
}
.list-hotel-txt > li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-hotel-txt > li i.fa {
    margin-right: 6px;
}
.hotel-info {
    margin-top: 8px;
}
.hotel-info .name {
    font-size: 1.3em;
    font-weight: bold;
}
.hotel-info .hotel-info-area {
    font-weight: bold;
    background-color: #f6f6f6;
    padding: 4px 8px;
    margin: 0 0 10px 0;
    font-size: 0.9em;
}
.hotel-info .point {
    overflow: hidden;
    margin: 0;
    padding-bottom: 4px;
}
.hotel-info .point li {
    float: left;
}
.hotel-info .point li img {
    vertical-align: inherit !important;
}
.hotel-info .point li span.points-txt {
    font-size: 25px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-left: 8px;
}
.hotel-info .point .points-comment {
    color: #333;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hotel-info .point .points-comment::before {
    content: '';
    display: block;
    width: 22px;
    height: 20px;
    background-image: url(/images/icon_comment_detail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px auto 6px;
    background-position: center;
    height: 16px;
    margin: 2px auto 2px;
}
.hotel-info .point .points-comment a {
    font-size: 1.1em;
    color: #333;
    text-decoration: underline;
    font-weight: bold;
}
.hotel-info .hotel-info-pointtag {
    margin-top: 8px;
}
.hotel-info .hotel-info-pointtag span {
    color: #dd3838;
    font-size: 0.8em;
    border: 1px solid #dd3838;
    padding: 3px 8px;
    margin-right: 4px;
}
.hotel-info .hotel-info-onsen {
    margin-top: 16px;
    border: 1px solid #cfc6b0;
    padding: 13px;
    font-size: 0.9em;
}
.hotel-info .area-rank {
    font-size: 0.8em;
    color: #d2996e;
    padding-bottom: 4px;
}
.hotel-info .add {
    color: #666;
    margin: 4px 0 0;
    padding: 0;
}
.hotel-info .add::before {
    content: '';
    display: block;
    width: 22px;
    height: 20px;
    background-image: url(/images/icon_pin_detail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px auto 6px;
    background-position: center;
    display: inline-block;
    margin: 0 0 -4px;
    height: 16px;
}
.hotel-info .add a {
    color: #333;
}
.hotel-info .add a img {
    margin-left: 4px;
}
@media only screen and (max-width: 767px) {
    .hotel-info .hotel-info-area {
        font-size: 0.8em;
    }
    .hotel-info .point {
        overflow: hidden;
        margin: 0;
        padding-bottom: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
    .hotel-info .point {
        display: block;
    }
    .hotel-info .point li {
        float: none;
    }
}
@media only screen and (max-width: 767px) {
    .hotel-info .point li {
        float: left;
    }
    .hotel-info .point li img {
        vertical-align: inherit !important;
        width: 80px;
    }
    .hotel-info .point li span.points-txt {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        line-height: 1;
        margin-left: 8px;
    }
    .hotel-info .point .points-comment {
        margin-left: 16px;
        padding-left: 16px;
        margin-left: auto;
    }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
    .hotel-info .point .points-comment {
        padding-left: 10px;
        font-size: 0.8em;
    }
    .hotel-info .point .points-comment a {
        font-size: inherit;
    }
}
@media only screen and (max-width: 767px) {
    .hotel-info .point .points-comment a {
        font-size: 16px;
    }
    .hotel-info .area-rank {
        padding-top: 4px;
    }
    .hotel-info .add {
        font-size: 0.7em;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .hotel-info-onsen {
        font-size: 0.7em !important;
        padding: 6px;
    }
    .hotel-info-pointtag span {
        font-size: 0.7em !important;
    }
}
@media only screen and (min-width: 768px) {
    .hotel-info {
        display: table-cell;
        vertical-align: top;
    }
    .hotel-info .point {
        margin-top: 8px;
        padding-bottom: 8px;
    }
    .hotel-info .point span.points-txt {
        font-size: 1.4em;
    }
    .hotel-info .point .points-comment {
        font-size: 16px;
        margin-left: 16px;
        padding-left: 16px;
    }
    .hotel-info .add {
        font-size: 0.9em;
    }
    .hotel-info .add span.map a {
        border: solid 1px #ccc;
        border-radius: 5px;
        font-size: 1em;
        color: #aaa;
        margin-left: 8px;
        padding: 1px 8px;
    }
    .hotel-info .add span.map a:hover {
        background: #f5f5f5;
    }
    .hotel-info .add span.map a .fa-map-marker {
        color: #ddd;
    }
    .hotel-info .btn-lowest {
        font-size: 1.4em;
        margin-top: 16px;
    }
}
section.more-hotel {
    padding-bottom: 16px;
}
.panel-hotel-large {
    overflow: hidden;
    margin-top: 16px;
}
.panel-hotel-large li {
    float: left;
    padding: 0 8px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.panel-hotel-large li a {
    display: block;
    color: #454545;
}
.panel-hotel-large li .hotel-img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 90px;
    text-align: center;
}
.panel-hotel-large li .hotel-img img {
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.panel-hotel-large li p {
    font-size: 0.9em;
    line-height: 1.3;
    text-align: center;
    padding: 5px 0;
}
.panel-hotel-large li p span {
    font-size: 1.2em;
    color: #dd3838;
}
@media only screen and (max-width: 767px) {
    .panel-hotel-large {
        margin-top: 0 !important;
        padding: 0 8px 8px;
    }
    .panel-hotel-large li {
        width: 50%;
        padding-bottom: 8px;
    }
    .panel-hotel-large li p {
        font-size: 0.8em;
        line-height: 1.3;
    }
    .panel-hotel-large li p span {
        font-size: 1.2em;
    }
    .panel-hotel-large .hotel-img {
        max-height: 100%;
    }
    .panel-hotel-large .more-rank {
        margin: 0 16px;
    }
}
@media only screen and (min-width: 768px) {
    .panel-hotel-large {
        padding-bottom: 8px;
    }
    .panel-hotel-large li {
        width: calc(33.33% - 2px);
    }
    .panel-hotel-large li .hotel-img {
        text-align: center;
        max-height: 168px;
    }
    .panel-hotel-large li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
    .panel-hotel-large li p span {
        font-size: 1.2em;
    }
    .panel-hotel-large .more-rank a {
        font-size: 1.2em;
        padding: 13px 0;
    }
}
.more-rank {
    border-radius: 100px;
    border: solid 1px #ccc;
}
@media only screen and (max-width: 767px) {
    .panel-hotel-large {
        padding: 0 8px;
    }
    .panel-hotel-large li {
        width: 50%;
    }
    .panel-hotel-large li p {
        font-size: 0.8em;
        line-height: 1.3;
    }
    .panel-hotel-large li p span {
        font-size: 1.2em;
    }
    .panel-hotel-large li .hotel-img {
        text-align: center;
    }
    .panel-hotel-large li .hotel-img .noimages {
        min-height: 90px;
    }
    .more-rank {
        margin: 0 16px;
    }
}
@media only screen and (min-width: 768px) {
    .panel-hotel-large li {
        width: calc(33.33% - 2px);
    }
    .panel-hotel-large li .hotel-img {
        text-align: center;
        max-height: 168px;
    }
    .panel-hotel-large li .hotel-img .noimages {
        min-height: 168px;
    }
    .panel-hotel-large li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
    .panel-hotel-large li p span {
        font-size: 1.2em;
    }
    .more-rank a {
        font-size: 1.2em;
        padding: 8px 0;
    }
}
.panel-hotel-main-content {
    overflow: hidden;
    margin-top: 16px;
}
.panel-hotel-main-content li {
    float: left;
    padding: 0 8px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.panel-hotel-main-content li a {
    display: block;
    color: #454545;
}
.panel-hotel-main-content li .hotel-img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 90px;
    text-align: center;
}
.panel-hotel-main-content li .hotel-img img {
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.panel-hotel-main-content li p {
    font-size: 0.9em;
    line-height: 1.3;
    text-align: center;
    padding: 5px 0;
}
.panel-hotel-main-content li p span {
    font-size: 1.2em;
    color: #dd3838;
}
@media only screen and (max-width: 767px) {
    .panel-hotel-main-content {
        margin-top: 0 !important;
        padding: 0 8px 8px;
    }
    .panel-hotel-main-content li {
        width: 50%;
        padding-bottom: 8px;
    }
    .panel-hotel-main-content li p {
        font-size: 0.8em;
        line-height: 1.3;
    }
    .panel-hotel-main-content li p span {
        font-size: 1.2em;
    }
    .panel-hotel-main-content .hotel-img {
        max-height: 100%;
    }
    .panel-hotel-main-content .more-rank {
        margin: 0 16px;
    }
}
@media only screen and (min-width: 768px) {
    .panel-hotel-main-content {
        padding-bottom: 8px;
    }
    .panel-hotel-main-content li {
        width: calc(33.33% - 2px);
    }
    .panel-hotel-main-content li .hotel-img {
        text-align: center;
        max-height: 168px;
    }
    .panel-hotel-main-content li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
    .panel-hotel-main-content li p span {
        font-size: 1.2em;
    }
    .panel-hotel-main-content .more-rank a {
        font-size: 1.2em;
        padding: 13px 0;
    }
}
@media only screen and (max-width: 767px) {
    .panel-hotel-main-content {
        padding: 0 8px;
    }
    .panel-hotel-main-content li {
        width: 50%;
    }
    .panel-hotel-main-content li p {
        font-size: 0.8em;
        line-height: 1.3;
    }
    .panel-hotel-main-content li p span {
        font-size: 1.2em;
    }
    .more-rank {
        margin: 0 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    .panel-hotel-main-content li {
        width: 33.33%;
    }
    .panel-hotel-main-content li .hotel-img {
        max-height: 100px;
    }
    .panel-hotel-main-content li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
    .panel-hotel-main-content li p span {
        font-size: 1.2em;
    }
}
@media only screen and (min-width: 1120px) {
    .panel-hotel-main-content li {
        width: 33.33%;
    }
    .panel-hotel-main-content li .hotel-img {
        max-height: 130px;
    }
    .panel-hotel-main-content li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
    .panel-hotel-main-content li p span {
        font-size: 1.2em;
    }
}
.panel-hotel-small {
    overflow: hidden;
    margin-top: 16px;
}
.panel-hotel-small li {
    float: left;
    padding: 0 8px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.panel-hotel-small li a {
    display: block;
    color: #454545;
}
.panel-hotel-small li .hotel-img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 90px;
    text-align: center;
}
.panel-hotel-small li .hotel-img img {
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.panel-hotel-small li p {
    font-size: 0.9em;
    line-height: 1.3;
    text-align: center;
    padding: 5px 0;
}
.panel-hotel-small li p span {
    font-size: 1.2em;
    color: #dd3838;
}
@media only screen and (max-width: 767px) {
    .panel-hotel-small {
        margin-top: 0 !important;
        padding: 0 8px 8px;
    }
    .panel-hotel-small li {
        width: 50%;
        padding-bottom: 8px;
    }
    .panel-hotel-small li p {
        font-size: 0.8em;
        line-height: 1.3;
    }
    .panel-hotel-small li p span {
        font-size: 1.2em;
    }
    .panel-hotel-small .hotel-img {
        max-height: 100%;
    }
    .panel-hotel-small .more-rank {
        margin: 0 16px;
    }
}
@media only screen and (min-width: 768px) {
    .panel-hotel-small {
        padding-bottom: 8px;
    }
    .panel-hotel-small li {
        width: calc(33.33% - 2px);
    }
    .panel-hotel-small li .hotel-img {
        text-align: center;
        max-height: 168px;
    }
    .panel-hotel-small li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
    .panel-hotel-small li p span {
        font-size: 1.2em;
    }
    .panel-hotel-small .more-rank a {
        font-size: 1.2em;
        padding: 13px 0;
    }
}
@media only screen and (max-width: 767px) {
    .panel-hotel-small {
        padding: 0 8px;
    }
    .panel-hotel-small li {
        width: 25%;
    }
    .panel-hotel-small li p {
        font-size: 0.8em;
        line-height: 1.3;
    }
}
@media only screen and (max-width: 767px) {
    .panel-hotel-small {
        margin-top: 0px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .panel-hotel-small li {
        padding-bottom: 8px;
    }
    .panel-hotel-small li .hotel-img {
        max-height: 100% !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    .panel-hotel-small li {
        width: 20%;
        padding-bottom: 0;
    }
    .panel-hotel-small li .hotel-img {
        height: 88px !important;
        width: 88px !important;
        margin: 0 auto;
    }
    .panel-hotel-small li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
}
@media only screen and (min-width: 1120px) {
    .panel-hotel-small li {
        width: 16.6%;
        padding-bottom: 0;
    }
    .panel-hotel-small li .hotel-img {
        height: 88px;
        width: 88px;
        margin: 0 auto;
    }
    .panel-hotel-small li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
}
.menu-search-ttl-b {
    border-bottom: 2px solid #cfc6b0 !important;
    font-weight: bold;
}
.menu-search-ttl {
    border-bottom: 1px solid #cfc6b0;
}
@media only screen and (max-width: 767px) {
    .menu-search-ttl-b {
        border-bottom: 2px solid #cfc6b0 !important;
        font-weight: bold;
        background-color: #fff !important;
    }
    .menu-search-ttl {
        font-size: 0.9em;
        padding: 8px;
        background-color: #dcdcdc;
        color: #333;
        border: none;
    }
    .panel-search-txt {
        display: table;
        width: 100%;
    }
    .panel-search-txt li {
        width: 33.3%;
        display: table-cell;
        vertical-align: middle;
        border: solid 1px #ddd;
        border-width: 0 1px 1px 0;
    }
    .panel-search-txt li:nth-child(3n) {
        border-right: none;
    }
    .panel-search-txt li a {
        display: block;
        position: relative;
        font-size: 0.8em;
        color: #454545;
        padding: 10px 10px 10px 4px;
    }
    .panel-search-txt li a:after {
        display: block;
        position: absolute;
        top: 50%;
        right: 5px;
        width: 5px;
        height: 5px;
        margin-top: -2px;
        border-top: 1px solid #bbb;
        border-right: 1px solid #bbb;
        transform: rotate(45deg);
        content: '';
        -webkit-transform: rotate(45deg);
    }
}
@media only screen and (min-width: 768px) {
    .menu-search-ttl {
        margin-top: 42px;
        margin-bottom: 4px;
        padding: 2px 0px;
    }
    .panel-search-txt {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .panel-search-txt li {
        width: calc(33.3333333333% - 8px);
        background-color: #f6f6f6;
        text-align: center;
        margin-top: 8px;
        margin-right: 8px;
    }
    .panel-search-txt li:nth-child(3n) {
        margin-right: 0;
    }
    .panel-search-txt li:hover {
        background-color: #eaeaea;
    }
    .panel-search-txt li a {
        display: block;
        color: #333;
        padding: 8px;
    }
    .panel-search-txt li a p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.theme-tag-area {
    display: block;
}
.theme-tag-area p {
    font-weight: bold;
    font-size: 16px;
    width: 120px;
}
.theme-tag-area ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .theme-tag-area {
        border-bottom: none;
        border-top: none;
        text-align: left;
        display: block;
        margin-top: 10px;
    }
    .theme-tag-area p {
        font-weight: bold;
        font-size: 14px;
        padding: 3px 0;
        margin: 0 10px;
        width: 100%;
    }
    .theme-tag-area ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.ico-rank1 {
    background: url(/images/icon_rank1.png) no-repeat;
    background-size: 36px auto;
    height: 56px;
    width: 44px;
    background-position: center center;
    display: block;
    background-color: #fbb03b;
}
.ico-rank2 {
    background: url(/images/icon_rank2.png) no-repeat;
    background-size: 36px auto;
    height: 56px;
    width: 44px;
    background-position: center center;
    display: block;
    background-color: #66c9d0;
}
.ico-rank3 {
    background: url(/images/icon_rank3.png) no-repeat;
    background-size: 36px auto;
    height: 56px;
    width: 44px;
    background-position: center center;
    display: block;
    background-color: #e6a3ac;
}
.ico-rank-other {
    background: url(/images/icon_crown.svg) no-repeat;
    background-size: 36px auto;
    height: 56px;
    width: 44px;
    background-position: center center;
    display: block;
    background-size: 26px auto;
    background-position: center 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    background-color: #6f4d3e;
    color: #fff;
}
.ico-rank-other span {
    margin-bottom: 6px;
    font-size: 1.1em;
    font-weight: 500;
}
.pagelink-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 36px 0;
    border-top: 1px solid #e6ddc5;
    margin-top: 40px;
}
.pagelink-box li {
    display: block;
    color: #333;
    margin: 0 8px;
}
.pagelink-box li a {
    background: #e9d5a5;
    color: #6f4d3e;
    padding: 12px 24px;
    font-weight: bold;
}
.pagelink-box li a:hover {
    background: #f2e6cb;
}
.pagelink-box li:first-child > i.fa {
    margin-right: 8px;
}
.pagelink-box li:last-child > i.fa {
    margin-left: 8px;
}
.pagelink-box li:first-child a > i.fa {
    margin-right: 8px;
}
.pagelink-box li:last-child a > i.fa {
    margin-left: 8px;
}
.pagelink-box li.on {
    font-weight: bold;
    color: #333;
    padding: 12px 24px;
    background-color: #f6f3eb;
}
.pagelink-box li.no-pagelink {
    background: #f6f3eb;
    padding: 12px 24px;
    color: #cfc6b0;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .pagelink-box li {
        font-size: 0.9em;
    }
    .pagelink-box li a {
        padding: 12px;
    }
    .pagelink-box li.on {
        padding: 12px;
    }
    .pagelink-box li.no-pagelink {
        padding: 12px;
    }
}
@media only screen and (max-width: 767px) {
    aside .bnr-side {
        text-align: center;
        padding: 24px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    aside .bnr-side {
        padding: 0 0 24px;
    }
}
@media only screen and (min-width: 1120px) {
    aside .bnr-side {
        padding: 0 0 32px;
    }
}
aside .bnr-shop {
    width: 100%;
    display: table;
    border-bottom: solid 1px #ddd;
}
aside .bnr-shop a {
    display: block;
    color: #666;
    padding: 16px 0;
}
aside .bnr-shop a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
aside .bnr-shop li {
    display: table-cell;
    vertical-align: top;
}
aside .bnr-shop li .txt-point {
    font-size: 0.9em;
    color: #dd3838;
}
aside .bnr-shop li .txt-point a:hover {
    text-decoration: none;
}
aside .bnr-shop li:first-child {
    width: 120px;
    padding-right: 16px;
}
.noimages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.noimages img {
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (max-width: 767px) {
    .noimages {
        padding: 8px;
    }
}
@media only screen and (min-width: 1120px) {
    .noimages {
        padding: 16px;
    }
}
.box-message {
    font-size: 1.1em;
    line-height: 1.8;
    text-align: center;
    padding: 80px 0;
}
.box-message .txt-top {
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 32px;
}
@media only screen and (max-width: 767px) {
    .box-message {
        font-size: 1em;
        text-align: center;
        padding: 64px 16px;
    }
    .box-message .txt-top {
        font-size: 1.3em;
        font-weight: bold;
        padding-bottom: 32px;
    }
}
#page-top {
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
}
#page-top p a {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #3b3b3b;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#page-top p a:hover {
    background: #8b8b8b;
}
#move-page-top {
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.hover-under {
    text-decoration: underline;
}
.font-s {
    font-size: 0.8em;
}
.pr-text {
    border: 1px solid #cfc6b0;
    color: #777;
    font-size: 0.7em;
    width: auto;
    display: inline-block;
    padding: 2px 4px;
    margin: 10px 10px 0;
}
@media only screen and (min-width: 768px) {
    .pr-text {
        margin: 20px 0 0;
    }
}
.sp_br {
    display: block;
}
@media only screen and (min-width: 768px) {
    .sp_br {
        display: inline-block;
    }
}
.pc_br {
    display: inline-block;
}
@media only screen and (min-width: 768px) {
    .pc_br {
        display: block;
    }
}
.bg_color {
    background-color: #f6f3eb !important;
}
@media only screen and (max-width: 767px) {
    .bg_color {
        background-color: #fff !important;
    }
}
.caution-txt {
    color: #dd3838;
}
.rank-page {
    max-width: 100%;
    padding: 0;
}
.rank-page__mv {
    margin-top: 20px;
    background-color: #fff8e2;
    background-image: url(/images/post-rank/mv_pc.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 310px;
    text-align: center;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .rank-page__mv {
        background-image: url(/images/post-rank/mv_sp.png);
        background-position: top;
        max-height: 350px;
    }
}
@media only screen and (max-width: 430px) {
    .rank-page__mv {
        background-size: contain;
    }
}
.rank-page__mv__container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
@media only screen and (max-width: 767px) {
    .rank-page__mv__container {
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
    }
}
.rank-page__mv__container h1 {
    color: #333;
    font-size: 32px;
    display: inline-block;
    margin: 0 auto 30px auto;
    text-align: center;
}
.rank-page__mv__container h1 span {
    color: #dd3838;
}
.rank-page__mv__container h1 img {
    max-width: 350px;
    height: auto;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .rank-page__mv__container h1 {
        font-size: 1.5em;
        margin: 0 auto 20px auto;
    }
}
.rank-page__mv__container p {
    font-size: 18px;
    line-height: 1.8em;
}
.rank-page__article {
    float: none;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
}
.rank-page__article .c-red {
    color: #dd3838;
}
.rank-page__article h2 {
    color: #6f4d3e;
    font-size: 2em;
    text-align: center;
    padding: 60px 0 40px;
}
@media only screen and (max-width: 767px) {
    .rank-page__article h2 {
        font-size: 1.2em;
        padding: 60px 0 0;
    }
}
.rank-page__article h3 {
    border-bottom: 1px solid #333;
    margin-bottom: 1em;
    padding-bottom: 0.2em;
    margin-top: 2em;
}
.rank-page__article h3.no-line {
    border-bottom: none;
}
.rank-page__article h4 {
    margin-bottom: 0.5em;
}
.rank-page__article p {
    margin-bottom: 1em;
}
.rank-page__article.is-beige {
    background: #f6f3eb;
}
.rank-page__article.is-white {
    background: #fff;
}
.rank-page__article .tabs {
    background: #fff;
    border-bottom: 1px solid #827149;
    margin-top: 36px;
    padding: 0 20px;
}
.rank-page__article .tabs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.rank-page__article .tabs-container .tab {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 32px;
    min-width: 120px;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    line-height: 1;
    font-weight: 700;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease,
        -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease,
        -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease,
        box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease,
        box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0);
    width: 50%;
    max-width: 520px;
    font-size: 24px;
}
.rank-page__article .tabs-container .tab::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #6f4d3e;
    border-top: 2px solid #6f4d3e;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 1em;
}
@media only screen and (max-width: 767px) {
    .rank-page__article .tabs-container .tab {
        font-size: 18px;
        padding: 16px 10px;
    }
}
.rank-page__article .tabs-container .tab.is-inactive {
    background: #f2e6cb;
    color: #6f4d3e;
    border-color: rgba(0, 0, 0, 0);
}
.rank-page__article .tabs-container .tab.is-active {
    background: #fff;
    color: #6f4d3e;
    border-color: #827149;
    border-width: 1px 1px 0 1px;
    position: relative;
    top: 1px;
}
.rank-page__article .tabs-container .tab.is-active::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.rank-page__article .tabs-container .tab:hover:not(.is-active) {
    background: #f6f3eb;
}
.rank-page__article .tabpanel {
    margin-top: 1em;
}
.rank-page__article .tabpanel.is-active {
    -webkit-animation: fadeIn 0.18s ease-out both;
    animation: fadeIn 0.18s ease-out both;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.rank-page__article [hidden] {
    display: none !important;
}
.rank-page__article__container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.rank-page__article__container .img-rank {
    max-width: 100%;
    width: auto;
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.rank-page__article__container__flow {
    padding: 80px 20px 20px 20px;
}
.rank-page__article__container__flow ol,
.rank-page__article__container__flow li {
    list-style: none;
}
.rank-page__article__container__flow ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}
@media only screen and (max-width: 1000px) {
    .rank-page__article__container__flow ol {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 80px;
    }
}
.rank-page__article__container__flow li {
    background: #fff;
    width: 33.33%;
    border-radius: 10px;
}
@media only screen and (max-width: 1000px) {
    .rank-page__article__container__flow li {
        width: 100%;
    }
}
.rank-page__article__container__flow li:first-child .step-img img {
    height: 80px;
}
.rank-page__article__container__flow li:nth-child(2) .step-img img {
    height: 50px;
}
.rank-page__article__container__flow li:last-child .step-img img {
    height: 70px;
}
.rank-page__article__container__flow .notice {
    background: #fff;
    width: 100%;
    margin: 30px auto 0 auto;
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}
.rank-page__article__container__flow .steps {
    position: relative;
    padding: 80px 40px 40px 40px;
}
.rank-page__article__container__flow .steps .step-title {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
    color: #6f4d3e;
    margin-bottom: 1em;
}
.rank-page__article__container__flow .steps .step-num {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #6f4d3e;
    font-weight: 700;
    font-size: 32px;
    background-image: url(/images/guide/ico_hex.png);
    background-size: contain;
    width: 90px;
    height: 80px;
}
.rank-page__article__container__flow .steps .step-img {
    text-align: center;
    margin-bottom: 1em;
    height: 80px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rank-page__article__container__flow .steps .step-img img {
    max-width: 100%;
}
@media only screen and (max-width: 1000px) {
    .rank-page__article__container__flow .steps .step-img img {
        max-width: 200px;
    }
}
.rank-page__article__container__flow .steps .step-txt {
    font-size: 1.1rem;
}
@media only screen and (max-width: 1000px) {
    .rank-page__article__container__flow .steps .step-txt {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .rank-page__article__container__flow .steps .step-txt {
        text-align: left;
    }
}
.rank-page__article__container__attention {
    padding-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
    .rank-page__article__container__attention {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.rank-page__article__container__attention ul {
    margin-left: 1.3em;
    margin-bottom: 1em;
}
.rank-page__article__container__attention ul li {
    list-style: disc;
}
.rank-page__article__container__attention a,
.rank-page__article__container__attention a:link,
.rank-page__article__container__attention a:visited {
    color: #333;
    text-decoration: underline;
}
.rank-page__article__container__attention a:hover {
    opacity: 0.8;
}
.rank-page__article__container #sec-sample {
    border-width: 1px 0;
    padding: 0 20px 30px;
    max-width: 1120px;
    margin: 0px auto;
}
.rank-page__article__container #sec-sample h2 {
    position: relative;
    text-align: center;
    font-size: 2em;
    margin: 2em 0;
    border-bottom: #e9d5a5 1px solid;
    padding: 20px;
}
@media only screen and (max-width: 767px) {
    .rank-page__article__container #sec-sample h2 {
        font-size: 1.2em;
    }
}
.rank-page__article__container #sec-sample dl {
    margin: 0;
    padding: 0 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    font-size: 1.2em;
}
.rank-page__article__container #sec-sample dl .qText {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 20px;
}
.rank-page__article__container #sec-sample dl .qIcon {
    content: url(/images/icon_point_blue.svg);
}
.rank-page__article__container #sec-sample dl .aText a {
    border-bottom: solid 1px #ccc;
    line-height: 2;
}
.rank-page__article__container #sec-sample dl .aIcon {
    content: url(/images/icon_point_orange.svg);
}
.rank-page__article__container #sec-sample dl dt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6f4d3e;
    font-weight: bold;
}
.rank-page__article__container #sec-sample dl dt span {
    width: 34px;
    padding: 0;
    margin-right: 10px;
}
.rank-page__article__container #sec-sample dl dd {
    width: 100%;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    min-height: 100px;
}
.rank-page__article__container #sec-sample dl dd span {
    width: 85%;
    display: inline-block;
}
.rank-page__article__container #sec-sample dl .stamp img {
    width: 137px;
    height: auto;
}
.rank-page__article__container #sec-sample dl .stamp.is-ok {
    background-image: url(/images/post-rank/ico_ok.svg);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: top right;
}
.rank-page__article__container #sec-sample dl .stamp.is-ng {
    background-size: 100px;
    background-image: url(/images/post-rank/ico_ng.svg);
    background-repeat: no-repeat;
    background-position: top right;
}
.rank-page__article__container #sec-sample p.comments {
    background: #f6f3eb;
    border-radius: 6px;
    padding: 2em;
    margin: 2em 3em 5em 3em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.rank-page__article__container #sec-sample .note {
    text-align: center;
    line-height: 1.7;
    font-size: 1.2em;
    color: #6f4d3e;
}
@media only screen and (max-width: 767px) {
    .rank-page__article__container #sec-sample h2 {
        margin: 1em 0;
    }
    .rank-page__article__container #sec-sample dl {
        padding: 0;
    }
    .rank-page__article__container #sec-sample dl dd {
        padding: 10px;
        font-size: 18px !important;
        min-height: 80px;
    }
    .rank-page__article__container #sec-sample dl dd:last-child {
        min-height: 140px;
    }
    .rank-page__article__container #sec-sample dl dd:last-child span {
        width: 100%;
    }
    .rank-page__article__container #sec-sample dl .stamp.is-ok {
        background-size: 130px;
        background-position: top right;
    }
    .rank-page__article__container #sec-sample dl .stamp.is-ng {
        background-size: 130px;
        background-position: top right;
    }
    .rank-page__article__container #sec-sample p.comments {
        padding: 1em;
        margin: 20px 0;
    }
    .rank-page__article__container #sec-sample .note {
        text-align: left;
        font-size: 1em;
    }
}
.rank-page__button {
    margin: 2em auto;
    display: block;
    font-weight: 700;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 1em;
    font-size: 1.2rem;
    text-align: center;
    max-width: 800px;
    position: relative;
}
@media only screen and (max-width: 1000px) {
    .rank-page__button {
        margin: 20px;
    }
}
.rank-page__button.is-brown {
    color: #fff;
    background: #6f4d3e;
}
.rank-page__button:hover,
.rank-page__button:active {
    opacity: 0.8;
}
.rank-page__button::after {
    content: '';
    display: inline-block;
    background: url(/images/icon_arrow_main_w.svg) center/contain no-repeat;
    vertical-align: middle;
    position: absolute;
    width: 30px;
    height: 10px;
    right: 20px;
    top: 40%;
}
