<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap&amp;subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&amp;display=swap");
.menu-Section {
    padding-top: 110px;
}

.st-Section_inner h3 {
    font-size: 1.8rem;
    margin-top: 40px;
    color: #ad9672;
    margin-bottom: 20px;
}

.st-Section_inner h4 {
    font-size: 1.6rem;
    margin-top: 30px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.st-Section_inner h4::before {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0ch;
    background-color: #ad9672;
    width: 12px;
    height: 12px;
}

.st-Section_inner h5 {
    color: #ad9672;
    font-weight: bold;
    margin-top: 20px;
}

.link-top {
    transform: translateY(-140px);
}

@media screen and (max-width: 767px) {
    .link-top {
        transform: translateY(-100px);
    }
}

.st-Section_inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.blk-img {
    width: 100%;
    margin: 30px auto 40px;
}

.blk-img img {
    width: 100%;
    max-width: 800px;
    margin: 15px auto;
    display: block;
}

.blk-img h4 {
    max-width: 600px;
    margin: 40px auto 20px;
    line-height: 1.5;
}

.blk-img p {
    font-size: 1.2rem;
    text-align: center;
}

.img-full img {
    max-width: 100%;
}

.img-1000 img {
    max-width: 1000px;
}

.img-900 img {
    max-width: 900px;
}

.img-800 img {
    max-width: 800px;
}

.img-600 img {
    max-width: 600px;
}

.img-500 img {
    max-width: 500px;
}

.img-400 img {
    max-width: 400px;
}

.img-300 img {
    max-width: 300px;
}

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

.menu_under .st-H1Title_Wrap {
    position: relative;
    padding-top: 53%;
    height: 0;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .menu_under .st-H1Title_Wrap {
        padding-top: 20%;
        margin-bottom: 40px;
    }
    #page .Inner_Menu .button_List {
        margin-bottom: 20px;
    }
}

.menu_under .st-H1Title {
    font-size: 5rem;
    font-weight: 450;
}

@media (max-width: 767px) {
    .menu_under .st-H1Title {
        font-size: 3rem;
        font-weight: 450;
        line-height: 1.3;
        top: 60%;
    }
}

.button-back a {
    font-size: 1.8rem;
    text-align: left;
    min-width: 170px;
    display: block;
    margin: 0 auto;
    line-height: 38px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.button-back a::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 13px;
    background-color: #000;
    border-radius: 50%;
    background-image: url(../img/common/yajirushi_white.svg);
}

.button-back.bbi a::after {
    display: none;
}

.button-back a img {
    width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 50%;
    padding: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.menu_case {
    margin-bottom: 60px;
}

.menu_case_img {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.menu_case_2 .menu_case_img {
    max-width: 750px;
}

.menu_case_3 .menu_case_img {
    max-width: 1200px;
}

.menu_case_img::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/common/yajirushi_gold.svg);
}

.menu_case_img&gt;img {
    width: 45%;
}

.menu_case_img&gt;div {
    width: 45%;
}

.menu_case_img&gt;div.menu_case_sp {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.menu_case_img:not(:last-of-type) {
    margin-bottom: 30px;
}

.menu_case_sp div {
    width: 22%;
}

.menu_case_sp div img {
    width: 100%;
}

.menu_case_img.case_sp::before {
    display: none;
}

.menu_case_sp div label {
    display: block;
    position: relative;
}

.menu_case_sp div:not(:last-of-type) label:before {
    content: '';
    position: absolute;
    right: -119%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/common/yajirushi_gold.svg);
}

.menu_case h4 {
    max-width: 600px;
    margin: 20px auto 10px;
    line-height: 1.5;
    text-align: center;
}

.menu_case p {
    font-size: 1.2rem;
    text-align: center;
}

.top-tt-blk {
    background-color: #ad9672;
    width: 90%;
    max-width: 1200px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    margin: 50px auto;
    padding: 25px;
    line-height: 2;
}

@media (max-width: 767px) {
    .st-Container_Inner.Inner_Menu {
        display: block;
    }
    #page .Inner_Menu .button_List {
        margin-bottom: 10px;
    }
    .Inner_Menu .button-01 {
        padding: 0 10px;
    }
    .Inner_Menu .button-01::after {
        right: 8px;
        width: 10px;
        height: 10px;
    }
    .button-back {
        margin: auto;
        margin-bottom: 40px;
    }
    .button-back a {
        font-size: 1.4rem;
        min-width: 150px;
    }
    .button-back a::after {
        width: 18px;
        height: 18px;
        background-size: 10px 10px;
        right: 20px;
    }
    .button-back a img {
        width: 18px;
        height: 18px;
        padding: 4px;
        margin-left: 5px;
    }
    .menu_under-Section .list-to-01 {
        width: 100%;
    }
    .menu_case_img {
        display: block;
    }
    .menu_case_img:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .menu_case_img&gt;img {
        width: 100%;
    }
    .menu_case_img&gt;div {
        width: 100%;
    }
    .menu_case_img img:first-of-type {
        margin-bottom: 70px;
    }
    .menu_case_img img.img_sp {
        margin-bottom: 70px;
    }
    .menu_case_img::before {
        transform: rotate(90deg);
    }
    .menu_case h4 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    h5 {
        font-size: 1.4rem;
    }
    .menu_case_img&gt;div.menu_case_sp {
        display: block;
    }
    .menu_case_sp div {
        width: 100%;
    }
    .menu_case_sp div:not(:last-of-type) {
        margin-bottom: 70px;
    }
    .menu_case_img .menu_case_sp img:first-of-type {
        margin-bottom: 10px;
    }
    .menu_case_sp div:not(:last-of-type) label:before {
        right: 0%;
        bottom: -165%;
        transform: rotate(90deg);
    }
    .top-tt-blk {
        font-size: 1.6rem;
    }
}

.list-to-05 li {
    padding-left: 30px;
    text-indent: -30px;
}

.tt-blk {
    padding: 30px;
    width: 90%;
    margin: 30px auto;
    border: 1px solid #000;
}

@media (max-width: 767px) {
    .tt-blk {
        padding: 20px;
        width: 100%;
        margin: 20px auto;
    }
}

.wp-video-shortcode {
    max-height: 240px;
}

.photo_button {
    width: 50%;
    max-width: 300px;
    font-size: 16px;
}

.button-01 {
    font-size: 1.3rem;
}

.pr-lk {
    width: 90%;
    max-width: 400px;
    margin: 40px auto;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    color: #ad9672;
    position: relative;
}

.pr-lk a {
    color: #ad9672;
    line-height: 1;
}

.pr-lk a::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 15px;
    margin: auto;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/common/yajirushi_gold.svg);
}

@media (max-width: 767px) {
    .pr-lk {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .pr-lk a::after {
        bottom: 10px;
        width: 15px;
        height: 16px;
    }
}

.button_blk {
    margin-bottom: 30px;
}

.button_blk ul.case-lst {
    height: 0px;
    overflow: hidden;
    padding: 0px;
}

.button_blk ul.case-lst.active {
    height: auto;
    padding: 20px 0;
}

.fa20 p span {
    font-size: 1.8rem;
    margin-top: 40px;
    color: #ad9672;
    margin-bottom: 20px
}

.item_info {
    padding: 15px;
    background-color: #e6e6e6;
    margin-top: 40px;
}

.item_info li {
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 768px) {
    .item_info li {
        font-size: 12px;
        line-height: 22px;
    }
    .photo_button {
        width: 70%;
    }
    .sld .slick-prev,
    .sld .slick-next {
        top: 50%
    }
}

.sld .lst-BeforeAfter li.img-3&gt;div {
    width: calc((100% - 45px) /3);
}

.sld .lst-BeforeAfter li.img-3::before {
    content: '';
    position: absolute;
    right: 32%;
    top: 33%;
    transform: translate(50%, -50%);
    width: 8px;
    height: 9px;
    background-image: url(../img/common/yajirushi_gold.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sld .lst-BeforeAfter li.img-3::after {
    content: '';
    position: absolute;
    left: 32%;
    top: 33%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 9px;
    background-image: url(../img/common/yajirushi_gold.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sld .lst-BeforeAfter li.img_only::after {
    display: none;
}

@media (min-width: 768px) {
    .sld .lst-BeforeAfter li.img-3&gt;div {
        width: calc((100% - 90px) /3);
    }
    .sld .lst-BeforeAfter li.img-3::before {
        content: '';
        position: absolute;
        right: 32.5%;
        top: 35%;
        transform: translate(50%, -50%);
        width: 20px;
        height: 21px;
        background-image: url(../img/common/yajirushi_gold.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .sld .lst-BeforeAfter li.img-3::after {
        content: '';
        position: absolute;
        left: 32.5%;
        top: 35%;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 21px;
        background-image: url(../img/common/yajirushi_gold.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .sld .lst-BeforeAfter li.img_only::after {
        display: none;
    }
    .sld .lst-BeforeAfter li.img_only::after {
        display: none;
    }
}

.modal_btn {
    cursor: pointer;
}

.modal_box {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    color: #fff;
    overflow-y: auto;
}

.modal_box::after {
    content: '';
    background-color: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
}

.modal_close {
    position: fixed;
    right: 0;
    top: 20px;
    width: 21px;
    height: 19px;
    z-index: 1;
    cursor: pointer;
}

@media (min-width: 768px) {
    .modal_close {
        position: absolute;
        top: 30px;
        width: 30px;
        height: 30px;
    }
}

.modal_close::before,
.modal_close::after {
    content: '';
    background: #ad9672;
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
}

.modal_close::before {
    top: 0;
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.modal_close::after {
    -webkit-transform: translateY(-13px) rotate(45deg);
    -ms-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
    bottom: -6px;
}

@media (min-width: 768px) {
    .modal_close::after {
        bottom: 4px;
    }
}

.modal_contents {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    padding: 60px 0;
}

.modal_contents h3 {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1.5em;
}

@media (min-width: 768px) {
    .modal_contents h3 {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    .lst-BeforeAfter {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.lst-BeforeAfter li {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 767px) {
    .lst-BeforeAfter li:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) {
    .lst-BeforeAfter li {
        width: calc((100% - 40px) /2);
    }
}

.lst-BeforeAfter li::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 13px;
    background-image: url(../img/common/yajirushi_gold.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lst-BeforeAfter li&gt;div {
    width: calc((100% - 35px) /2);
}

@media (min-width: 768px) {
    .lst-BeforeAfter li&gt;div {
        width: calc((100% - 40px) /2);
    }
}

@media (min-width: 768px) {
    .lst-BeforeAfter.col1 {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .lst-BeforeAfter.col1 li {
        width: 50%;
    }
}


/*症例*/

.cases-MainImage {
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .cases-MainImage {
        margin-bottom: 75px;
    }
}

.slide-BA .slick-prev,
.slide-BA .slick-next {
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.slide-BA .slick-prev::before,
.slide-BA .slick-next::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
}

.slide-BA .slick-prev {
    left: 0;
}

@media (min-width: 768px) {
    .slide-BA .slick-prev {
        left: -32px;
    }
}

.slide-BA .slick-prev::before {
    background: url("../img/cases/button_left_gold.svg") center center no-repeat;
    background-size: cover;
}

.slide-BA .slick-next {
    right: 0;
}

@media (min-width: 768px) {
    .slide-BA .slick-next {
        right: -32px;
    }
}

.slide-BA .slick-next::before {
    background: url("../img/cases/button_right_gold.svg") center center no-repeat;
    background-size: cover;
}

.lst-BA_Slide {
    max-width: 1135px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .lst-BA_Slide {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.lst-BA_Slide li {
    padding: 0 25px;
}

.lst-BA_Slide li&gt;div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.lst-BA_Slide li&gt;div::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 13px;
    background-image: url(../img/common/yajirushi_gold.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lst-BA_Slide li&gt;div&gt;div {
    width: calc((100% - 35px) /2);
}

@media (min-width: 768px) {
    .lst-BA_Slide li&gt;div&gt;div {
        width: calc((100% - 40px) /2);
    }
}

.lst-BA_Slide li p {
    margin-top: 1em;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .lst-BA_Slide_large {
        padding: 0 100px;
    }
}

.lst-BA_Slide_large li {
    width: 100%;
}

.lst-BA_Slide_large li&gt;* {
    width: 100% !important;
}

.lst-BA_Slide_large li .baImage {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.lst-BA_Slide_large li .baImage::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 32px;
    background-image: url(../img/common/yajirushi_white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lst-BA_Slide_large li .baImage&gt;div {
    width: calc((100% - 60px) /2);
}

.lst-BA_Slide_large li .baImage&gt;div p {
    font-size: 2rem;
    text-align: center;
    margin-top: 1em;
}

.lst-BA_Slide_large li .baText {
    margin-top: 40px;
}

.lst-BA_Slide_large li::after {
    display: none;
}

.lst-BA_Slide_large .slick-prev,
.lst-BA_Slide_large .slick-next {
    width: 40px;
    height: 40px;
}

.lst-BA_Slide_large .slick-prev {
    left: 0;
}

.lst-BA_Slide_large .slick-prev::before {
    background: url("../img/cases/button_left_white.svg") center center no-repeat;
    background-size: cover;
}

.lst-BA_Slide_large .slick-next {
    right: 0;
}

.lst-BA_Slide_large .slick-next::before {
    background: url("../img/cases/button_right_white.svg") center center no-repeat;
    background-size: cover;
}

.case-Other {
    padding-top: 45px !important;
}

@media (min-width: 768px) {
    .case-Other {
        padding-top: 70px !important;
    }
}

.case-Other .lst-BeforeAfter_Wrap:first-of-type {
    margin-bottom: 45px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    align-items: normal;
}

.st-Section_inner h3.st-H2Title_02 {
    color: #ad9672;
    margin-bottom: 45px;
    font-size: 3rem;
    line-height: 1.5;
    margin-top: auto;
}

.ph-bk {
    margin-top: 40px;
}

.sld .lst-BeforeAfter.col1 {
    margin-bottom: 20px;
}

.sld p.ttp {
    font-size: 16px;
    padding: 0 10%;
}

@media (max-width: 767px) {
    .st-Section_inner h3.st-H2Title_02 {
        line-height: 1.5;
        font-size: 2.5rem;
    }
    .sld p.ttp {
        font-size: 14px;
    }
    .sld .slick-prev {
        left: 3%;
    }
    .sld .slick-next {
        right: 3%;
    }
}

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

.m_img {
    margin-bottom: 4em;
}

.m_img img {
    display: block;
    margin: auto;
}

.m_img&gt;p {
    margin-bottom: 2em;
}

.m_img_bk {
    margin-bottom: 1.5em;
}

.m_img_bk p {
    text-align: center;
    margin-top: .5em;
    font-size: 14px;
}

.st-Section_inner h3.st-H2Title_02 {
    margin-bottom: 2em;
}

h3.st-H2Title_02.title-center.b2s1,
h3.st-H2Title_02.title-center.b2,
h3.st-H2Title_02.title-center.b2s12,
h3.st-H2Title_02.title-center.b2s14,
h3.st-H2Title_02.title-center.b2s3,
h3.st-H2Title_02.title-center.b2s2,
h3.st-H2Title_02.title-center.b2s7,
h3.st-H2Title_02.title-center.b2s6,
h3.st-H2Title_02.title-center.b2s9,
h3.st-H2Title_02.title-center.b2s8 {
    margin-bottom: 3.5em;
}

@media (max-width: 767px) {
    h3.st-H2Title_02.title-center.b2s5,
    h3.st-H2Title_02.title-center.b2s10,
    h3.st-H2Title_02.title-center.b2s11,
    h3.st-H2Title_02.title-center.b2s13 {
        margin-bottom: 3.5em;
    }
    h3.st-H2Title_02.title-center.b2s14,
    h3.st-H2Title_02.title-center.b2s8 {
        margin-bottom: 5em;
    }
}

@media (max-width: 400px) {
    h3.st-H2Title_02.title-center.b2s1 {
        margin-bottom: 5em;
    }
}

.lst-Menu li {
    position: static;
    padding-bottom: 0px;
}

.lst-Menu h3 {
    margin-bottom: 0px;
    font-size: 2rem;
    color: #ad9672;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .lst-Menu h3 {
        margin-bottom: 0px;
        font-size: 2.3rem;
        flex: 1;
        display: flex;
        align-items: center;
    }
}

.h3link {
    padding-bottom: 75px;
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.h3link:hover .button-01 {
    border-color: #ad9672;
    color: #fff;
    background: #ad9672;
    opacity: 1;
}

.h3link:hover .button-01::after {
    background-image: url("../img/common/yajirushi_white.svg");
}

.ph-t {
    display: flex;
}

.ph-t div {
    width: 50%;
    text-align: center;
}

.sld ul li p {
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1;
}

.modal_in {
    overflow-x: auto;
    padding-bottom: 20px;
}

.modal_in img {
    width: 171vw;
    max-width: inherit;
}

.modal_in::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 20px;
    opacity: 1;
}

.modal_in::-webkit-scrollbar-thumb,
.simplebar-scrollbar::before {
    background: #ad9672;
    border-radius: 10px;
}

.modal_in::-webkit-scrollbar-track,
.simplebar-track {
    background-color: #e6e6e6;
    border-radius: 10px;
}

.simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
}

@media (min-width: 768px) {
    .ph-t {
        display: flex;
    }
    .sld ul li p {
        font-size: 16px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
        line-height: 1;
    }
}

.im4 {
    max-width: 100%;
    width: 900px;
    margin: 30px auto 40px;
}

.im4 table {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
    border-spacing: 0;
}

.im4 table th,
.im4 table td {
    width: 33.33%;
    border: 1px solid #000;
    font-size: 18px;
    padding: 16px 0;
    text-align: center;
}

.im4 table th {
    color: #fff;
}

.im4 table th:last-of-type {
    background-color: #969696;
}

.im4 table td:last-of-type {
    background-color: #f0f0f0;
}

.im4 table th:nth-of-type(2) {
    background-color: #ac9473;
}

.im4 table td:nth-of-type(2) {
    background-color: #f6f4f1;
}

.im6 {
    max-width: 100%;
    width: 900px;
    margin: 30px auto 40px;
    text-align: center;
}

.im6&gt;p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.im6&gt;p.im6-ttl {
    font-size: 24px;
    font-weight: bold;
    margin: 0px auto;
}

.im6 .im6-ttb {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 40px;
    background-color: #f6f4f1;
    border: 1px solid #000;
    position: relative;
    padding: 15px 0;
}

.im6 .ttb-af::after {
    content: "";
    position: absolute;
    transform: translate(-50%, 50%);
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: #a99577 transparent transparent transparent;
}

.im6 .im6-ttb p {
    font-size: 16px;
}

.im6 .im6-ttb p.im6-item-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .im4 table th,
    .im4 table td {
        font-size: 14px;
        padding: 10px 0;
        vertical-align: middle;
    }
    .im6&gt;p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .im6&gt;p.im6-ttl {
        font-size: 18px;
        font-weight: bold;
        margin: 0px auto;
    }
    .im6 .im6-ttb p {
        font-size: 14px;
    }
    .im6 .im6-ttb {
        padding: 10px 0;
    }
    .im6 .im6-ttb p.im6-item-ttl {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .im6 .ttb-af::after {
        border-width: 16px 16px 0 16px;
    }
}</pre></body></html>