/* ------------------------------------------------------------------------- *
 *  Common Styles
/* ------------------------------------------------------------------------- */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
    color: #323232;
}
main p {
    line-height: 1.8;
    text-indent: 0;
    margin-bottom: 1em;
}
main .img-frame p,
main .block-bukkenList p {
    line-height: inherit;
}
main img {
    max-width: 100%;
}
.no-before:before,
.no-after:after {
    content: none !important;
}
.container {
    position: relative;
}
a, a:hover, a:active, a:visited {
    color: #3872AD;
}
.user-content p a:link,
a.link-underline {
    text-decoration: underline !important;
}
.user-content p a:link:hover,
.user-content p a:link:active,
a:hover.link-underline,
a:active.link-underline {
    text-decoration: none !important;
}
.link-box {
    position: relative;
    height: 100%;
}
.link-box a.link-box-url {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.link-box .btn {
text-decoration: none !important;
}
/* リンクオーバーで透過 */
.btn:hover, .btn_white a:hover, a:hover img {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.arrow-flow li:hover {
    opacity: 0.85;
}
.link-box a.link-box-url:hover {
    background-color: rgba(255,255,255,0.15);
}
.arrow-flow li a.link-box-url:hover {
    background-color: transparent;
}
.bukkenList-sheet-pc .btn {
    z-index: 1;
}
body .btn:focus, body .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(153,185,220,0.15);
}
.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: inherit;
    padding-top: 60px;
    padding-bottom: 60px;
}
.img-frame {
    padding: 0.625rem;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.20);
    border: 1px solid #eee;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .img-frame {
        padding: 0.5rem;
    }
}
.img-frame p {
    font-size: 0.8rem;
    padding-top: 0.5rem;
    margin: 0;
    color: #626262;
}
/* 画像比率固定 (Ratio) */
.ratio {
    position: relative;
}
.sp-slide.ratio,
.sp-slides .ratio {
    position: absolute;
}
.img-frame .ratio,
.carousel .ratio,
.item .ratio,
#bukkenList ul li .item .item-body > .item-image {
    border: 1px solid #dadada;
    background-color: #f5f5f5;
    overflow: hidden;
}
.item-image .ratio,
.img-frame .ratio,
.img-frame.ratio {
    border: 0;
}
.ratio img,
#bukkenList ul li .item .item-body > .item-image img {
    border: 0 !important;
}
.ratio:before,
#bukkenList ul li .item .item-body > .item-image:before
{
    content: "";
    display: block;
    position: relative;
}
#bukkenList ul li .item .item-body > .item-image:before,
.ratio-4by3:before {
    padding-top: 75%;
}
.ratio-16by9:before {
    padding-top: 56%;/*56.25*/
}
.ratio-3by2:before {
    padding-top: 66.6%;/*66.6666*/
}
.ratio-1by1:before,
.ratio-sq:before {
    padding-top: 100%;
}
.ratio a {
    display: block;
    width: 100%;
    height: 100%;
}
.ratio a,
.ratio > div,
#bukkenList ul li .item .item-body > .item-image > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.item .ratio > div,
#bukkenList ul li .item .item-body > .item-image > div {
    background-color: #f5f5f5;
}
.ratio img,
#bukkenList ul li .item .item-body > .item-image img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
.ratio.ratio-crop img,
.ratio.ratio-crop-height img {
    max-height: none !important;
}
.ratio.ratio-crop img,
.ratio.ratio-crop-width img {
    max-width: none !important;
}
.sp-fullWidth-list .ratio {
    border: 0;
}
.list-boxes .ratio img,
.sp-fullWidth-list .ratio img {
    max-height: none;
}
.border,
#bukkenPicSlide .sp-mask,
#bukkenPicSlide .sp-thumbnail,
.item-image img,
img.item-image {
    border: 1px solid #cacaca;
    border-color: #cacaca !important;
}
@media screen and (max-width: 767px) {
    .bg-image {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/* white */
.bg-white, .bgColor-white {
    background-color: #fff;
    color: inherit;
}
.text-white, .txtColor-white {
    color: #fff !important;
}
/* blue */
.bg-blue, .bgColor-blue {
    background-color: #3872AD;
    color: #fff;
}
.text-blue, .txtColor-blue {
    color: #3872AD !important;
}
.border-blue {
    border-color: #3872AD !important;
}
.block-bukkenList .flag-baibai .item .item-badge,
a.btn-blue,
.btn-blue {
    color: #fff !important;
    background-color: #3872AD !important;
    border-color: #3872AD !important;
}
.item-badge-baibai,
.flag-baibai .item-badge-type,
a.btn-blue-outline,
.btn-blue-outline {
    color: #3872AD !important;
    background-color: #fff !important;
    border-color: #3872AD !important;
}
/* green */
.bg-green, .bgColor-green {
    background-color: #009D5E !important;
    color: #fff !important;
}
#shopInfo .txtColor-green a,
.text-green, .txtColor-green {
    color: #009D5E !important;
}
.block-bukkenList .flag-chintai .item-badge,
a.btn-green,
.btn-green {
    color: #fff !important;
    background-color: #009D5E !important;
    border-color: #009D5E !important;
}
.item-badge-chintai,
.flag-chintai .item-badge-type,
a.btn-green-outline,
.btn-green-outline {
    color: #009D5E !important;
    background-color: #fff !important;
    border-color: #009D5E !important;
}
.border-green {
    border-color: #009D5E !important;
}
/* Aqua */
.bg-aqua, .bgColor-aqua {
    background-color: #ECFAFC !important;
}
.text-aqua, .txtColor-aqua {
    color: #4BB2CB !important;
}
a.btn-aqua, .btn-aqua {
    color: #fff !important;
    background-color: #4BB2CB !important;
    border-color: #4BB2CB !important;
}
a.btn-aqua-outline, .btn-aqua-outline {
    color: #4BB2CB !important;
    background-color: #fff !important;
    border-color: #4BB2CB !important;
}
.border-aqua {
    border-color: #4BB2CB !important;
}
/* lineGreen */
a.btn-lineGreen, .btn-lineGreen {
    color: #fff !important;
    background-color: #00B900 !important;
    border-color: #00B900 !important;
}
/* gray */
.text-gray, .txtColor-gray {
    color: #828282 !important;
}
a.btn-gray, .btn-gray {
    color: #fff !important;
    background-color: #828282 !important;
    border-color: #828282 !important;
}
a.btn-gray-outline, .btn-gray-outline {
    color: #828282 !important;
    background-color: #fff !important;
    border-color: #828282 !important;
}
/* pink */
.bg-pink, .bgColor-pink {
    background-color: #EF7570 !important;
    color: #fff !important;
}
.text-pink, .txtColor-pink {
    color: #EF7570 !important;
}
a.btn-pink, .btn-pink {
    color: #fff !important;
    background-color: #EF7570 !important;
    border-color: #EF7570 !important;
}
.item-badge-new, a.btn-pink-outline, .btn-pink-outline {
    color: #EF7570 !important;
    background-color: #fff !important;
    border-color: #EF7570 !important;
}
.border-pink {
    border-color: #EF7570 !important;
}
/* red */
.bg-red, .bgColor-red {
    background-color: #E54823 !important;
    color: #fff !important;
}
.text-red, .txtColor-red {
    color: #E54823 !important;
}
.item-badge-seiyaku, a.btn-red, .btn-red {
    color: #fff !important;
    background-color: #E54823 !important;
    border-color: #E54823 !important;
}
a.btn-red-outline, .btn-red-outline {
    color: #E54823 !important;
    background-color: #fff !important;
    border-color: #E54823 !important;
}
.border-red {
    border-color: #E54823 !important;
}
/* orange */
.bg-orange, .bgColor-orange {
    background-color: #ED8B43 !important;
    color: #fff !important;
}
.text-orange, .txtColor-orange {
    color: #ED8B43 !important;
}
.border-orange {
    border-color: #ED8B43 !important;
}
a.btn-orange, .btn-orange {
    color: #fff !important;
    background-color: #ED8B43 !important;
    border-color: #ED8B43 !important;
}
a.btn-orange-outline, .btn-orange-outline {
    color: #ED8B43 !important;
    background-color: #fff !important;
    border-color: #ED8B43 !important;
}
/* gold */
.bg-gold, .bgColor-gold {
    background-color: #CB8F31 !important;
    color: #fff !important;
}
.text-gold, .txtColor-gold {
    color: #CB8F31 !important;
}
.border-gold {
    border-color: #CB8F31 !important;
}
a.btn-gold, .btn-gold {
    color: #fff !important;
    background-color: #CB8F31 !important;
    border-color: #CB8F31 !important;
}
.item-badge-shodan, a.btn-gold-outline, .btn-gold-outline {
    color: #CB8F31 !important;
    background-color: #fff !important;
    border-color: #CB8F31 !important;
}
/* darkGray */
.text-darkGray, .txtColor-darkGray {
    color: #555 !important;
}
/* ltAqua */
.bg-ltAqua, .bgColor-ltAqua {
    background-color: #F7FEFF !important;
}
/* beige */
.bg-beige, .bgColor-beige {
    background-color: #F5F4ED !important;
}
/* yellow */
.bg-ltGray, .bgColor-ltGray {
    background-color: #F5F5F5 !important;
}
.bg-yellow, .bgColor-yellow {
    background-color: #F0B30E !important;
    color: #fff !important;
}
.border-yellow {
    border-color: #F0B30E !important;
}
a.btn-yellow, .btn-yellow {
    color: #fff !important;
    background-color: #F0B30E !important;
    border-color: #F0B30E !important;
}
.btn {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.btn img {
    vertical-align: middle;
}
.btn-outline {
    padding: 0.75em;
    position: relative;
    overflow: hidden;
}
.btn-outline svg {
    position: absolute;
    right: 20px;
    top: 16px;
    top: calc(50% - 8px);
}
.btn-xs, .btn-group-xs > .btn {
    padding: 2px 0.5rem;
    font-size: 0.8rem;
    line-height: 1.35;
}
/*
テキスト関連
*/
.text-mlarge {
    font-size: 1.2rem !important;
}
.text-large {
    font-size: 1.5rem !important;
}
.text-xlarge {
    font-size: 1.65rem !important;
}
.text-xxlarge {
    font-size: 1.8rem !important;
}
.text-xxxlarge {
    font-size: 2rem !important;
}
.text-maxlarge {
    font-size: 2.5rem !important;
}
.text-small {
    font-size: 0.9rem !important;
}
.text-xsmall {
    font-size: 0.85rem !important;
}
.text-xxsmall {
    font-size: 0.80rem !important;
}
.text-80p {
    font-size: 80% !important;
}
.text-90p {
    font-size: 90% !important;
}
.text-100p {
    font-size: 100% !important;
}
.text-110p {
    font-size: 110% !important;
}
.text-120p {
    font-size: 120% !important;
}
.text-130p {
    font-size: 130% !important;
}
.text-140p {
    font-size: 140% !important;
}
.text-150p {
    font-size: 150% !important;
}
.text-160p {
    font-size: 160% !important;
}
.text-170p {
    font-size: 170% !important;
}
.text-180p {
    font-size: 180% !important;
}
.text-190p {
    font-size: 190% !important;
}
.text-200p {
    font-size: 200% !important;
}
.text-250p {
    font-size: 250% !important;
}
.text-300p {
    font-size: 300% !important;
}
.indent-1 {
    text-indent: 1em;
}
.textUp-half {
    margin-top: -0.5em;
}
.textUp-1r {
    margin-top: -1em;
}
.textDown-half {
    margin-bottom: -0.5em;
}
.textDown-1r {
    margin-bottom: -1em;
}
/* common */
.bgColor-yellow button, a.bgColor-yellow, .bgColor-green button, a.bgColor-green, .bgColor-orange button, a.bgColor-orange {
    color: #fff;
}
.pt-2r {
    padding-top: 2rem !important;
}
.pb-2r {
    padding-bottom: 2rem !important;
}
.py-2r {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.mt-2r {
    margin-top: 2rem !important;
}
.mb-2r {
    margin-bottom: 2rem !important;
}
.my-2r {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.miw-100 {
    min-width: 100% !important;
}
/* other */
.btn-icons {
    position: relative;
    overflow: hidden;
}
.btn-accordion:after,
.btn-icons:after {
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 0.5em;
    text-decoration: none;
    position: absolute;
}
.ttl .btn-accordion {
    z-index: 1;
}
.btn-accordion:after {
    content: "\f0d8";
}
.ttl .btn-accordion:after {
    right: 0;
}
.btn-accordion.collapsed:after {
    content: "\f0d7";
}
.btn-arrow-right:after {
    content: "\f105";
}
.btn-arrow-down:after {
    content: "\f107";
}
.btn-caret-right:after {
    content: "\f0da";
}
.btn-accordion:after,
.btn-arrow-down:after,
.btn-arrow-right:after,
.btn-caret-right:after {
    right: 1rem;
}
.btn-arrow-left:after {
    content: "\f104";
}
.btn-caret-left:after {
    content: "\f0d9";
}
.btn-arrow-left:after,
.btn-caret-left:after {
    left: 1rem;
}
.btn-caret-right:after,
.btn-caret-left:after {
    font-size: 1em;
}
.border-dotted-gray:after {
    display: block;
    content: "";
    height: 1px;
    background-image: linear-gradient(to right, #939393, #939393 1px, transparent 1px, transparent 2px);
    background-size: 6px 1px;
    background-position: 0 bottom;
    background-repeat: repeat-x;
}
hr.border-solid-gray,
hr.border-dotted-gray {
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
}
hr.border-dotted-gray:after {
    padding: 0;
}
hr.border-solid-gray {
    border-bottom: 1px solid #939393;
}
hr.border-solid-ltgray {
    border-top: 1px solid #ddd;
}
.arrow-ltBlue-right {
    background: url(../images/arrow-mid-ltblue-right.png) no-repeat right 10px center;
    background-size: 11px auto;
}
.arrow-form-down:after {
    content: "";
    width: 100px;
    height: 32px;
    border-style: solid;
    border-width: 32px 50px 0 50px;
    border-color: #daebfc transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-top: 1px;
    margin-left: -50px;
}
article.arrow-form-down {
    position: relative;
}
article.arrow-form-down:before {
    content: "";
    border-style: solid;
    border-width: 15px 25px;
    border-color: #daebfc;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 45px;
}
article.arrow-form-down .container:nth-last-of-type(1) {
    padding-bottom: 1.5rem;
}
/* list-style */
.list-none, .list-num, .list-num2, .list-circle, .list-disc, .list-mark, .list-star, .list-square, .list-qa {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.list-num, .list-num2, .list-circle, .list-disc {
    list-style-position: outside;
    padding-left: 1.5em;
}
.list-mark, .list-star, .list-square {
    list-style-type: none !important;
    list-style-position: outside;
    padding-left: 0 !important;
}
.list-mark > li, .list-star > li, .list-square > li {
    padding-left: 1em;
    text-indent: -1em;
}
.list-none > li, .list-num > li, .list-num2 > li, .list-circle > li, .list-disc > li {
    margin-bottom: 0.25rem;
}
.list-mark > li, .list-star > li, .list-square > li {
    margin-bottom: 0.5rem;
}
.list-mark > li::before {
    content: "\203B\a0";
}
.list-star > li::before {
    content: "\2605\a0";
}
.list-square > li::before {
    content: "\25A0\a0";
    font-size: 0.5em;
    top: -0.25em;
    position: relative;
    padding-right: 0.25em;
}
.list-circle > li {
    list-style-type: circle !important;
}
.list-disc > li {
    list-style-type: disc !important;
}
.list-num > li {
    list-style-type: decimal !important;
}
.list-num2 > li  {
    list-style-type: lower-roman !important;
}
.list-qa > dt:before,
.list-qa > dd:before {
    font-size: 1.6rem;
    font-weight: normal !important;
    display: block;
    float: left;
    padding-right: 0.5rem;
    margin-top: -0.5rem;
}
.list-qa > dt:before {
    content: 'Q. ';
}
.list-qa > dd:before {
    content: 'A. ';
    color: #E54823;
}
.list-qa > dt,
.list-qa > dd {
    padding: 0.5rem;
    display: flex;
}
.list-qa > dd {
    margin-bottom: 1rem;
}
.list-qa > dt {
    background-color: #f5f5f5;
    padding-bottom: 0.25rem;
    margin-bottom: 1rem;
    color: #555;
}
.list-qa > dt > *,
.list-qa > dd > *:nth-last-child(1) {
    margin-bottom: 0 !important;
}
#main-content .list-layout {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
#main-content article > .container > .list-layout:nth-last-child(1) {
    margin-bottom: 0;
}
#main-content .list-layout > li {
    margin-bottom: 2rem;
}
#main-content .list-layout > li:nth-last-of-type(1) {
    margin-bottom: 0;
}
.list-layout > li > h3,
.list-layout > li > h4,
.list-layout > li > .ttl {
    margin-bottom: 0.8em;
    font-weight: bold;
}
.list-num.list-layout > li > *:before {
    content: none !important;
}
table.table th > p:nth-last-of-type(1),
table.table td > p:nth-last-of-type(1) {
    margin-bottom: 0;
}
/* フォーム関連 */
.form-error {
    background-color: #ffe1e1;
}
.form-error-msg {
    color: #E54823;
    padding: 0.5rem 0.25rem 0.5rem 0.25rem;
}
.form-error-msg::before {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    padding-right: 5px;
    font-size: 0.85rem;
}
.form-control::placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
 color: #aaa;
}
.form-control::placeholder {
 opacity: 1; /* Firefox */
}
.checkShowForm .checkShowForm-box {
    display: none;
}
.checkShowForm input[type="radio"]:checked ~ .checkShowForm-box {
    display: block;
}
