/* =========================================================
   otherspage.css
   Merged from:
   1. otherspage_pc.css
   2. otherspage_sp.css

   Original load order preserved:
   PC CSS first, SP CSS second.
   ========================================================= */

/* ===== otherspage_pc.css ===== */
@media screen and  (min-width:761px) {
    * {
        margin: 0;
        padding: 0;
        line-height: 1.1;
        list-style: none;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック Medium", YuGothicM, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
    }

    body {
        width: 100%;
        position: relative;
        min-height: 100vh;
        box-sizing: border-box;
    }

    #wrapper {
        overflow: hidden;
        z-index: 3;
    }

    h1 {
        z-index: 9998;
        position: absolute;
        top: 15px;
        left: 10px;
    }

    .title_logo img {
        width: 350px;
    }

    .logo_sp {
        display: none;
    }

    div.dots {
        margin: 0 auto 20px;
        width: 10px;
        height: 70px;
        display: flex;
        flex-wrap: wrap;
    }

    h3 {
        text-align: center;
        font-size: 0.8rem;
    }

    .sp {
        display: none;
    }

    #loader-background {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: #d1d1e9;
        z-index: 10301;
    }

    #loader-screen {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 200px;
        height: 200px;
        margin-top: -100px;
        margin-left: -100px;
        text-align: center;
        color: #fff;
        z-index: 10302;
    }

    .btn {
        display: inline-block;
        padding-left: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
        max-width: 250px;
        margin-top: 30px;
        margin-left: 30px;
        position: relative;
        color: #fff;
        text-decoration: none;
        border-radius: 10px 40px 40px 10px;
        background-color: #e45858;
        overflow: hidden;
    }

    .line {
        display: inline-block;
        width: 50px;
        height: 2px;
        position: relative;
        left: 12px;
        z-index: 10;
        background-color: #000;
        vertical-align: middle;
        overflow: hidden;
    }

    .btn-w {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: relative;
        right: 10px;
        background: #fff;
        border-radius: 50px;
        translate: 0.5;
        vertical-align: middle;
        transition: 0.3s ease 0s;
        overflow: hidden;
    }

    .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 141px;
        right: 0;
        margin: auto;
        z-index: 10;
        background: #000;
        border-radius: 50px;
    }

    .banner_btn {
        min-width: 250px;
        margin: 0 auto;
        width: 0%;
        z-index: 10400;
    }

    .btn:hover .line {
        animation: arrow .6s ease-in-out;
    }

    @keyframes arrow {
        0%{
                transform:scaleX(0.5);
                transform-origin: right;
        
                }
                50%{
                transform:scaleX(0);
                transform-origin: right;

                }
                70%{
                transform:scaleX(0);
                transform-origin: left;

                }
                100%{
                transform:scaleX(1);
                transform-origin: left;

                }
    }

    .btn:hover .btn-w {
        transform: scale(1.1, 1.1);
    }

    button {
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background-color: transparent;
        vertical-align: middle;
        text-align: inherit;
        font: inherit;
        -webkit-appearance: none;
        appearance: none;
    }

    .gnav_btn {
        display: none;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 10102;
        width: 72px;
        height: 72px;
        background-color: "";
        border-radius: "";
        cursor: pointer;
    }

    .gnav_btn span.one {
        display: block;
        margin: -10px auto;
        position: relative;
        width: 50%;
        height: 2px;
        background-color: #d6d5d5;
        transition: .2s;
    }

    .gnav_btn span.one::before,
    .gnav_btn span.one::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #d6d5d5;
        transition: .5s;
    }

    .gnav_btn span.one::before {
        transform: translateY(-12px);
    }

    .gnav_btn span.one::after {
        transform: translateY(12px);
    }

    .gnav_btn span.open {
        background-color: transparent;
    }

    .gnav_btn span.open::before,
    .gnav_btn span.open::after {
        background-color: #d6d5d5;
        transition: .2s;
    }

    .gnav_btn span.open::before {
        transform: rotate(45deg);
    }

    .gnav_btn span.open::after {
        transform: rotate(-45deg);
    }

    .gnav_btn p {
        position: absolute;
        top: 35px;
        width: 100%;
        color: #28c25f;
        text-align: center;
        font-size: 80%;
        font-weight: bold;
    }

    .gnav_btn p.deco_moji {
        margin-top: 5px;
    }

    #nav {
        display: none;
    }

    #subtitle {
        width: 100%;
        height: 300px;
        background-image: url("../img/bgsample1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 5;
    }

    h2.subtitle {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック Medium", YuGothicM, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
        text-align: center;
        padding-top: 150px;
        font-size: clamp(2vw, 32px, 3vw);
        line-height: initial;
        color: rgba(255,255,255,1);
        font-weight: 600;
        text-shadow: 1px 1px 2px #000;
        white-space: nowrap;
    }

    .respect {
        font-size: clamp(1vw, 25px, 2vw);
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック Medium", YuGothicM, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
        font-weight: 300;
        text-shadow: 1px 1px 2px #000;
        text-align: center;
        line-height: 1.5;
        margin-top: 10px;
    }

    .fs {
        line-height: 2em;
    }

    .topics_title {
        display: inline-block;
		margin-top: 10px;
    }

    .topics_h2_content {
        max-width: 800px;
        margin: 0 auto;
    }

    #topics_one ul {
        width: 100%;
        margin: 0 auto;
    }

    .topics_btn {
        cursor: pointer;
        display: flex;
        float: right;
    }

    div.balls {
        width: 30px;
        height: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    span.ball {
        margin: 2px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #000;
    }

    .topics_one_slidemenu_right {
        cursor: pointer;
        position: fixed;
        bottom: 20%;
        right: -600px;
        width: 600px;
        height: 280px;
        padding: 0 40px 0 0;
        background: #d1d1e9;
        display: flex;
        border-radius: 10px 0 0 10px;
        box-shadow: 0px 0px 5px #000;
        z-index: 11100;
        visibility: "";
    }

    .topics_one_slidemenu_left {
        cursor: pointer;
        position: fixed;
        top: 100px;
        left: -870px;
        width: 600px;
        height: 280px;
        padding: 0 0 0 300px;
        background: #d1d1e9;
        display: flex;
        border-radius: 0 10px 10px 0;
        box-shadow: 0px 0px 5px #000;
        z-index: 11100;
        visibility: hidden;
    }

    .slide-inner_right {
        background-color: #fff;
        border-radius: 10px 0 0 10px;
        margin: 2.5%;
        width: 70%;
        padding: 3% 5% 3% 5%;
        height: 216px;
    }

    .slide-inner_left {
        background-color: #fff;
        border-radius: 0 10px 10px 0;
        margin: 2.5% 0% 0% 0%;
        width: 100%;
        padding: 3% 5% 3% 5%;
        height: 216px;
    }

    .slide-inner_right .shinsatsujikan .btn,
    .slide-inner_left .shinsatsujikan .btn {
        margin-top: 15px;
        margin-left: 40px;
    }

    .tategaki {
        -webkit-text-orientation: mixed;
        text-orientation: mixed;
        writing-mode: vertical-rl;
        text-align: center;
        margin-left: 10px;
    }
    #topics_agree {
        width: 100%;
        margin: 0 auto;
    }

    .topics_agree_bg1,
    .topics_agree_bg2,
    .topics_agree_bg3,
    .topics_agree_bg4 {
        opacity: 0.3;
    }

    .topics_agree_bg {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        overflow: hidden;
    }

    .topics_agree_bg1 {
        top: 30px;
        left: 25px;
        width: 200px;
        height: 200px;
        background-image: url("../img/bgsample1.jpg");
        background-size: cover;
        border-radius: 50%;
        position: absolute;
    }

    .topics_agree_bg2 {
        top: 60px;
        right: 100px;
        width: 250px;
        height: 250px;
        background-image: url("../img/bgsample2.jpg");
        background-size: cover;
        border-radius: 50%;
        position: absolute;
    }

    .topics_agree_bg3 {
        top: 600px;
        left: 50px;
        width: 270px;
        height: 270px;
        background-image: url("../img/bgsample3.jpg");
        background-size: cover;
        border-radius: 50%;
        position: absolute;
    }

    .topics_agree_bg4 {
        top: 600px;
        right: 30px;
        width: 150px;
        height: 150px;
        background-image: url("../img/bgsample4.jpg");
        background-size: cover;
        border-radius: 50%;
        position: absolute;
    }

    .topics_agree_content {
        margin: 0 auto;
        width: 100%;
        max-width: 60vw;
        z-index: 40;
    }

    p.description {
        width: calc(530 / 1200 * 100vw);
        top: calc(100 / 1200 * 100vw);
        position: relative;
        line-height: 2;
        margin: 0 auto 3rem;
        text-align: left;
        font-size: 1rem;
    }

    .topics_background {
        min-height: 400px;
        border-top-right-radius: 1000px 200px;
        border-top-left-radius: 1000px 200px;
        border-bottom-right-radius: 1000px 200px;
        border-bottom-left-radius: 1000px 200px;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
        background: #d1d1e9;
    }

    h3.midashi_h3 {
        font-size: clamp(1vw, 20px, 1.5vw);
        font-weight: 600;
    }

    .answer {
        font-size: max(0.8vw, 16px);
        font-weight: 600;
        color: #b590bd;
    }

    #topics_strongpoint {
        margin-bottom: 2rem;
    }

    #topics_guidance {
        min-height: 400px;
        border-top-right-radius: 1000px 200px;
        border-top-left-radius: 1000px 200px;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 2rem;
        background: #eaeef7;
        margin-top: 5%;
    }

    .topics_guidance_section {
        width: 100%;
        max-width: 70vw;
        margin: 0 auto;
    }

    .topics_guidance_section p {
        text-align: left;
        margin: 2rem 0 2rem 5rem;
        width: 80%;
        font-size: calc(16px +  1* (100vw - 761px)/ 439);
    }

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

    .topics_guidance_section_h3_background {
        margin: 3rem 0 0 0;
        border-radius: 50%;
        width: calc(100 / 1200 * 100vw);
        height: calc(100 / 1200 * 100vw);
        position: relative;
        background-color: white;
    }

    .topics_guidance_section_h3 {
        text-align: left;
        font-size: clamp(1vw, 20px, 1.5vw);
        width: calc(300 / 1200 * 100vw);
        height: calc(20 / 1200 * 100vw);
        position: relative;
        line-height: 1.2;
        border-bottom: 0.4rem solid #fff;
        top: 30%;
        left: 30%;
    }

    .topics_guidance_section ul {
        margin: 0 auto;
        width: 70%;
    }

    .topics_guidance_section ul li {
        list-style: initial;
        font-size: calc(16px +  1* (100vw - 761px)/ 439);
    }

    .border-dot {
        border: dashed 1px #c2c8d5;
    }


    p.hoken_attention {
        margin: 1rem 0 0 0 !important;
        text-align: initial !important;
        font-size: 0.8rem !important;
        font-weight: 600 !important;
    }

    section.offer_flow {
        border: solid 2px #e45858;
        border-radius: 5px;
        display: flex;
        background-color: white;
        width: 100%;
        font-size: 1rem;
    }

    .topics_guidance_section p.arrow {
        width: 20px;
        right: "";
        height: 20px;
        background: #e45858;
        margin: 1rem auto 2rem;
        position: relative;
    }

    .topics_guidance_section p.arrow:after {
        content: "";
        bottom: -40px;
        left: -10px;
        border: transparent solid 20px;
        width: 0;
        border-top-color: #e45858;
        position: absolute;
        height: 0px;
        margin: 0;
        padding: 0px;
        display: block;
    }

    section.question_section {
        margin: 0 auto 2rem !important;
        justify-items: initial !important;
        display: block !important;
        grid-template-columns: initial !important;
        width: initial;
        max-width: 45vw;
        color: #fff !important;
    }

    .question_section_div {
        background: white;
        border-radius: 10px;
        padding: 0;
        display: none;
        margin: 0 auto;
    }

    .question_section_div ul {
        padding: 1rem 1rem 1rem 2rem;
    }

    .question_section_div ul li {
        list-style-type: initial;
    }

    .question_section_add_description {
        padding: 1rem;
        color: #313131;
    }

    .triangle_btn::before {
        content: "▼";
    }

    .triangle_btn.open:before {
        content: "▲";
    }

    .qa_head04 {
        padding: 0 16px;
        margin-top: 20px;
        font-size: 1.2rem;
        border-bottom: 1px solid #2b69b2;
        color: #2b69b2;
    }

    .qa_head05 {
        margin-top: 20px;
        margin-left: 16px;
        font-size: 1rem;
        border-left: 5px solid #3d3d3d;
        padding-left: 5px;
        color: #313131;
    }

    .qa_description {
        font-size: 0.8rem;
        margin: 0 16px;
        padding-left: 5px;
        color: #313131;
    }

    .maina {
        display: flex;
        margin-top: 20px;
    }

    .maina figcaption {
        text-align: center;
    }

    #acount_box {
        width: 100%;
        margin: 0 auto;
        min-width: 500px;
    }

    .account_form {
        max-width: 600px;
        margin: 1rem auto 5rem;
    }

    .account_form table {
        margin-bottom: 2rem;
    }

    .hissu {
        font-size: 0.7em;
        padding: 0.2rem;
        background-color: red;
        color: white;
        border-radius: 20%;
    }

    #offer_mailaddress1,
    #freetext1 {
        text-align: left;
        min-width: 300px;
        width: 100%;
    }

    #freetext1 {
        display: block;
    }

    textarea {
        resize: none;
        width: 300px;
        height: 200px;
    }

    label {
        width: 100%;
        text-align: left;
        font-weight: 600;
    }

    .error-form {
        border-color: #fb9a93 !important;
    }

    .error {
        color: red;
        grid-row: 3/4;
    }

    .hidden {
        display: none;
    }

    .visible {
        display: block;
    }

    .account_form h4 {
        font-size: 1.2rem;
        border-bottom: #fb9a93 solid 2px;
        border-left: 6px solid #ff685d;
        margin: 3rem 0 1rem;
        padding-left: 0.5rem;
    }

    .white-box {
        background-color: #fff;
        border-radius: 10px;
        margin: 50px auto;
        width: 47%;
        padding: 30px;
        min-width: 700px;
    }

    .white-h3 {
        font-size: 1.3rem;
    }

    .white-dl dt {
        padding-bottom: 3px;
        border-bottom: 1px solid #000;
        font-weight: bold;
        margin-top: 10px;
        display: inline-block;
        font-size: 1rem;
    }

    .white-dl dd {
        padding-top: 3px;
        font-size: 1rem;
    }

    footer {
        width: 100%;
        background-color: #f4f1fc;
    }

    .footer_list {
        margin-bottom: 0px;
    }

    .img-area {
        text-align: center;
        margin: 0 auto;
        background: #fff;
        padding: 5px;
    }

    .img-link {
        display: inline-block;
    }

    .img-link img {
        display: block;
    }

    #sitemap_sp {
        display: none;
    }

    #sitemap_pc {
        display: block;
        margin: 0 auto;
        width: 50%;
        max-width: 1200px;
        min-width: 730px;
    }

    .sitemap_pc_left {
        width: 100%;
        margin: 0 0 0 0;
        padding-top: 25px;
        display: flex;
        flex-wrap: wrap;
    }

    .sitemap_pc_left_b {
        width: 60%;
        margin: 0 0 0 3%;
    }

    .sitemap_pc_left p {
        width: 100%;
        margin: 25px 0 25px 0;
    }

    .sitemap_pc_right {
        width: 100%;
        margin: 25px 0 0 0;
    }

    #sitemap_pc img {
        margin: 3%;
        width: 130px;
    }

    .footer_p {
        margin: 50px 0 30px 0;
        text-align: center;
    }

    p.copyright {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 0.6em;
        padding: 15px 0 15px 0;
    }

    .gray {
        color: darkgray;
    }

    .marker_red {
        background: linear-gradient(transparent 70%, #e45858 70%);
        background-position-y: -1px;
    }

    .line-height2 {
        line-height: 2;
    }

    .gairaihyo_div {
        max-width: 500px;
        width: 100%;
        margin: 25px auto;
    }

    .gairai_gaiyou_box01 {
        display: flex;
        flex-wrap: nowrap;
        margin: 20px auto 0;
        width: fit-content;
        justify-content: center;
        max-width: 800px;
    }

    .gairai_gaiyou_box01 ul {
        margin: 0 2rem 0 0;
        width: initial !important;
    }

    .gairai_gaiyou_box02 {
        margin: 0 auto;
    }

    .gairai_gaiyou_box02_ul {
        display: flex;
        flex-wrap: wrap;
        width: 800px !important;
        margin: 3rem auto 0 auto !important;
    }

    .gairai_gaiyou_box02_ul li {
        width: 50%;
    }

    .gairai_gaiyou_imgbox {
        width: 30%;
    }

    .gairai_gaiyou_box01 img {
        width: 100%;
        border-radius: 10px;
        border: solid #555 2px;
    }

    .bg_purple {
        min-height: 400px;
        border-top-right-radius: 1000px 200px;
        border-top-left-radius: 1000px 200px;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
        background-color: #d1d1e9 !important;
        margin-top: 5%;
    }

    .bg_cream {
        min-height: 400px;
        border-top-right-radius: 1000px 200px;
        border-top-left-radius: 1000px 200px;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
        background: #faf8e3;
        margin-top: 5%;
    }
}

@media screen and (max-width:1024px) {
    .topics_guidance_section {
        width: 100%;
        max-width: 80vw;
        margin: 0 auto;
    }

    .topics_guidance_section p {
        text-align: left;
        margin: 2rem auto;
        width: 90%;
        font-size: calc(16px +  1* (100vw - 761px)/ 439);
    }

    .topics_guidance_section_h3 {
        text-align: left;
        font-size: calc(100vw / 45);
        width: calc(400 / 1200 * 100vw);
        height: calc(20 / 1200 * 100vw);
        position: relative;
        line-height: 0.5;
        border-bottom: 0.4rem solid #fff;
        top: 30%;
        left: 30%;
    }

    .gairai_gaiyou_box02_ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100% !important;
        margin: 3rem 0 0 3rem !important;
    }

    .topics_guidance_section ul {
        width: 80%;
        margin-top: 2rem;
    }

    .topics_agree_content {
        margin: 0 auto;
        width: 100%;
        max-width: 80vw;
        z-index: 40;
    }

    p.description {
        width: calc(730 / 1200 * 100vw);
        top: calc(100 / 1200 * 100vw);
        position: relative;
        left: 2%;
        line-height: 2;
        margin: 0.5rem auto 3rem;
        text-align: left;
        font-size: calc(16px +  1* (100vw - 761px)/ 439);
    }

    .answer {
        font-size: max(0.8vw, 16px);
    }

    section.question_section {
        margin: 0 auto 2rem !important;
        justify-items: initial !important;
        display: block !important;
        grid-template-columns: initial !important;
        width: initial;
        max-width: 70vw !important;
    }

    .question_section_div ul li {
        list-style-type: initial;
    }

    h3.midashi_h3 {
        font-size: calc(100vw / 45);
    }

    .gairai_gaiyou_box01 {
        margin: 0 auto;
        width: 80%;
    }
}

/* ===== otherspage_sp.css ===== */
@media screen and  (max-width:760px) {
    * {
        margin: 0;
        padding: 0;
        line-height: 1.5;
        list-style: none;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック Medium", YuGothicM, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
    }

    body {
        width: 100%;
        position: relative;
        min-height: 100vh;
        box-sizing: border-box;
    }

    #wrapper {
        overflow: hidden;
    }

    .header_copyright {
        display: none;
    }

    #header {
        margin: 10px;
        position: relative;
        border-radius: 30px;
    }

    h1 {
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 9998;
    }

    .title_logo img {
        width: 250px;
    }

    .logo_pc {
        display: none;
    }

    div.dots {
        margin: 0 auto 20px;
        width: 10px;
        height: 70px;
        display: flex;
        flex-wrap: wrap;
    }

    span.dot_a {
        margin: 2px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #ae65bb;
    }

    h3 {
        text-align: center;
        font-size: 1rem;
    }

    .pc {
        display: none;
    }

    #loader-background {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: #d1d1e9;
        z-index: 10301;
    }

    #loader-screen {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 200px;
        height: 200px;
        margin-top: -100px;
        margin-left: -100px;
        text-align: center;
        color: #fff;
        z-index: 10302;
    }


    .btn {
        display: inline-block;
        padding-left: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
        max-width: 250px;
        margin-top: 30px;
        margin-left: 30px;
        position: relative;
        color: #fff;
        text-decoration: none;
        border-radius: 10px 40px 40px 10px;
        background-color: #e45858;
        overflow: hidden;
    }

    .line {
        display: inline-block;
        width: 50px;
        height: 2px;
        position: relative;
        left: 12px;
        z-index: 10;
        background-color: #000;
        vertical-align: middle;
        overflow: hidden;
    }

    .btn-w {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: relative;
        right: 10px;
        background: #fff;
        border-radius: 50px;
        translate: 0.5;
        vertical-align: middle;
        transition: 0.3s ease 0s;
        overflow: hidden;
    }

    .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 141px;
        right: 0;
        margin: auto;
        z-index: 10;
        background: #000;
        border-radius: 50px;
    }

    .banner_btn {
        min-width: 250px;
        margin: 0 auto;
        width: 0%;
    }

    .btn:hover .line {
        animation: arrow .6s ease-in-out;
    }

    @keyframes arrow {
        0%{
                transform:scaleX(0.5);
                transform-origin: right;
        
                }
                50%{
                transform:scaleX(0);
                transform-origin: right;

                }
                70%{
                transform:scaleX(0);
                transform-origin: left;

                }
                100%{
                transform:scaleX(1);
                transform-origin: left;

                }
    }

    .btn:hover .btn-w {
        transform: scale(1.1, 1.1);
    }

    #pc_nav {
        display: none;
    }

    button {
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background-color: transparent;
        vertical-align: middle;
        text-align: inherit;
        font: inherit;
        -webkit-appearance: none;
        appearance: none;
    }

    .gnav_btn {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 10102;
        width: 56px;
        height: 56px;
        background-color: "";
        border-radius: "";
        cursor: pointer;
    }

    .gnav_btn span.one {
        display: block;
        margin: -10px auto;
        position: relative;
        width: 75%;
        height: 3px;
        background-color: #ae65bb;
        transition: .2s;
    }

    .gnav_btn span.one::before,
    .gnav_btn span.one::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #ae65bb;
        transition: .5s;
    }

    .gnav_btn span.one::before {
        transform: translateY(-12px);
    }

    .gnav_btn span.one::after {
        transform: translateY(12px);
    }

    .gnav_btn span.open {
        background-color: transparent;
    }

    .gnav_btn span.open::before,
    .gnav_btn span.open::after {
        background-color: #ae65bb;
        transition: .2s;
    }

    .gnav_btn span.open::before {
        transform: rotate(45deg);
    }

    .gnav_btn span.open::after {
        transform: rotate(-45deg);
    }

    .gnav_btn p {
        position: absolute;
        top: 50px;
        width: 100%;
        color: #ae65bb;
        text-align: center;
        font-size: 0.6rem;
        font-weight: bold;
    }

    .deco_moji_change {
        color: #000;
    }

    #nav {
        display: none;
        background-color: #ced7edb4;
        min-height: 100%;
        z-index: 10101;
        width: 100%;
        position: absolute;
    }

    #nav ul {
        display: none;
        position: fixed;
        margin: 6em auto 0;
        width: 100%;
    }

    #nav ul li {
        text-align: center;
        background-color: #fff;
        width: 65%;
        height: 30px;
        margin: 1em auto 0;
        padding: 1rem;
    }

    #subtitle {
        width: 100%;
        height: 300px;
        background-image: url("../img/bgsample1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 5;
        border-radius: 10px;
    }

    h2.subtitle {
        text-align: center;
        padding-top: 50px !important;
        font-size: 1.5rem;
        line-height: 3rem;
        color: rgba(255,255,255,1);
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック Medium", YuGothicM, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
        font-weight: 600;
        text-shadow: 1px 1px 2px #000;
        white-space: nowrap;
    }

    .respect {
        margin-top: 20px;
        font-size: 1rem;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック Medium", YuGothicM, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
        font-weight: 300;
        text-shadow: 1px 1px 2px #000;
        text-align: center;
        line-height: 30px;
    }

    #topics_one {
        margin: 0 auto;
        width: 100%;
		height: auto;
    }

    .topics_h2_content {
        width: 80%;
        margin: 0 auto;
    }

    #topics_one ul {
        margin: 0 auto;
    }

    /*#topics_one ul li {
        margin-bottom: 20px;
        border-bottom: 1px #000 solid;
        display: flex;
    }*/

    #topics_one ul li span.date {
        color: #2b69b2;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック Medium", YuGothicM, "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, sans-serif;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 0.85rem;
        line-height: 0.4;
        display: block;
    }

    .fs {
        font-size: 1rem;
    }

    .topics_btn {
        cursor: pointer;
        display: flex;
        float: right;
    }

    div.balls {
        width: 25px;
        height: 15px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 3px;
    }

    span.ball {
        margin: 2px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #000;
    }

    .topics_one_slidemenu_right {
        cursor: pointer;
        position: fixed;
        bottom: 23%;
        right: -400px;
        width: 270px;
        height: 250px;
        padding: 0 170px 0 0;
        background: #d1d1e9;
        display: flex;
        border-radius: 10px 0 0 10px;
        box-shadow: 0px 0px 5px #000;
        z-index: 11100;
        visibility: hidden;
    }

    .topics_one_slidemenu_left {
        cursor: pointer;
        position: fixed;
        top: 100px;
        left: -400px;
        width: 270px;
        height: 250px;
        padding: 0 0 0 170px;
        background: #d1d1e9;
        display: flex;
        border-radius: 0 10px 10px 0;
        box-shadow: 0px 0px 5px #000;
        z-index: 11100;
        visibility: hidden;
    }

    .slide-inner_right {
        background-color: #fff;
        border-radius: 10px 0 0 10px;
        margin: 3% -26% 0% 5%;
        width: 100%;
        padding: 5%;
        height: 205px;
    }

    .slide-inner_left {
        background-color: #fff;
        border-radius: 0 10px 10px 0;
        margin: 3% 0% 0% -25%;
        width: 100%;
        padding: 5%;
        height: 205px;
    }

    .slide-inner_right .shinsatsujikan .btn,
    .slide-inner_left .shinsatsujikan .btn {
        margin-top: 10px;
        margin-left: 40px;
    }

    .tategaki {
        -webkit-text-orientation: mixed;
        text-orientation: mixed;
        writing-mode: vertical-rl;
        text-align: center;
        margin-left: 10px;
    }

    .scroll {
        position: fixed;
        bottom: 6%;
        right: 25px;
        z-index: 10000;
        width: 72px;
        height: 72px;
        background-color: #fff;
        border-radius: 50%;
        cursor: pointer;
        opacity: 0;
        box-shadow: 0px 0px 3px #000;
    }

    .scroll.isActive {
        opacity: 1;
        transition: all 0.65s;
        z-index: 9993;
    }

    .scroll_btn_top {
        text-align: center;
        margin-top: 5px;
        color: #000;
    }

    #topics_agree {
        width: 100%;
        margin: 0 auto;
    }

    .topics_agree_bg {
        width: 100%;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .topics_agree_content {
        margin: 0 auto;
        width: 100%;
        max-width: 75vw;
        z-index: 40;
    }

    p.description {
        width: 100%;
        line-height: 2;
        margin: 40px auto;
        text-align: left;
        font-size: 1rem;
        left: initial;
    }

    .topics_background {
        min-height: 400px;
        border-top-right-radius: 1000px 200px;
        border-top-left-radius: 1000px 200px;
        border-bottom-right-radius: 1000px 200px;
        border-bottom-left-radius: 1000px 200px;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
        background: #d1d1e9;
    }

    h3.midashi_h3 {
        font-size: 1rem;
        line-height: 2;
        font-weight: 600;
    }
@media screen and (max-width: 760px) {
    h3.midashi_h3 {
        font-size: 1rem;
        line-height: 2;
        font-weight: 600;
        min-width: 72vw;
    }
}
    #topics_strongpoint {
        margin-bottom: 2rem;
    }

    #topics_guidance {
        min-height: 400px;
        border-top-right-radius: 1000px 200px;
        border-top-left-radius: 1000px 200px;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 2rem;
        background: #eaeef7;
        margin-top: 5%;
    }

    #topics_guidance .p_guidance {
        width: 80%;
        margin: 0 auto;
    }

    .topics_guidance_section {
        width: 100%;
        max-width: 75vw;
        margin: 0 auto;
    }

    .topics_guidance_section p {
        text-align: left;
        margin: 0 auto;
        font-size: 1rem;
        width: 100%;
    }

    .center {
        text-align: center !important;
        font-size: 1rem !important;
    }

    .topics_guidance_section_h3_background {
        margin: 2.5rem 0 0 1rem;
        border-radius: 50%;
        right: 50px;
        width: calc(200 / 1200 * 100vw);
        height: calc(200 / 1200 * 100vw);
        position: relative;
        background-color: white;
    }

    .topics_guidance_section_h3 {
        text-align: left;
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 1.2rem;
        width: calc(800 / 1200 * 100vw);
        height: calc(20 / 1200 * 100vw);
        position: relative;
        line-height: 0;
        border-bottom: 0.4rem solid #fff;
        top: 30%;
        left: 30%;
    }

    .topics_guidance_section ul {
        margin: 2rem 0rem 2rem 1rem;
        width: 95%;
    }

    .topics_guidance_section ul li {
        list-style: initial;
        font-size: 0.8rem;
    }

    .border-dot {
       border: dashed 1px #c2c8d5;
    }

    section.topics_guidance_section table {
        margin: 3rem 0 0 0;
    }

    section.topics_guidance_section table.sp tr th {
        background-color: #e45858;
        color: white;
    }

    section.offer_flow {
        border: solid 2px #e45858;
        border-radius: 5px;
        display: block;
        background-color: white;
        width: 100%;
        font-size: 1rem;
        overflow: hidden;
    }

    .topics_guidance_section p.arrow {
        width: 20px;
        right: "";
        height: 20px;
        background: #e45858;
        margin: 1rem auto 2rem;
        position: relative;
    }

    .topics_guidance_section p.arrow:after {
        content: "";
        bottom: -40px;
        left: -10px;
        border: transparent solid 20px;
        width: 0;
        border-top-color: #e45858;
        position: absolute;
        height: 0px;
        margin: 0;
        padding: 0px;
        display: block;
    }

    section.question_section {
        margin: 0 auto 2rem !important;
        justify-items: initial !important;
        display: block !important;
        grid-template-columns: initial !important;
        width: initial;
        max-width: 85vw;
        color: #fff !important;
    }

    .question_section_div {
        background: white;
        border-radius: 10px;
        padding: 0;
        display: none;
        margin: 0 auto;
    }

    .question_section_div ul {
        padding: 1rem 1rem 1rem 2rem;
    }

    .question_section_div ul li {
        list-style-type: initial;
    }

    .question_section_add_description {
        padding: 1rem;
        color: #313131;
    }

    .triangle_btn::before {
        content: "▼";
    }

    .triangle_btn.open:before {
        content: "▲";
    }

    .qa_head04 {
        padding: 0 16px;
        margin-top: 20px;
        font-size: 1.2rem;
        border-bottom: 1px solid #b590bd;
        color: #b590bd;
    }

    .qa_head05 {
        margin-top: 20px;
        margin-left: 16px;
        font-size: 1rem;
        border-left: 5px solid #3d3d3d;
        padding-left: 5px;
        color: #313131;
    }

    .qa_description {
        font-size: 0.8rem;
        margin: 0 16px;
        padding-left: 5px;
        color: #313131;
    }

    .maina {
        display: block;
        margin-top: 20px;
    }

    .maina figure {
        width: 50%;
    }

    .maina figcaption {
        text-align: center;
    }

    .answer {
        font-size: 1rem;
        font-weight: 600;
        color: #2b69b2;
    }

    #acount_box {
        width: 100%;
        margin: 0 auto;
    }

    .account_form {
        min-width: initial;
        max-width: initial;
        width: 80%;
        margin: 1rem auto 3rem;
    }

    .account_form table {
        margin-bottom: 2rem;
    }

    .hissu {
        font-size: 0.7em;
        padding: 0.2rem;
        background-color: red;
        color: white;
        border-radius: 20%;
    }

    #offer_mailaddress1 {
        grid-column: 1/1;
        text-align: left;
        min-width: 300px;
    }

    label {
        width: 100%;
        text-align: left;
        font-weight: 600;
    }

    #freetext1 {
        grid-column: 1/1;
        display: block;
    }

    textarea {
        resize: none;
        width: 100%;
        height: 200px;
    }

    .error-form {
        border-color: #fb9a93 !important;
    }

    .error {
        color: red;
        grid-column: 1/1;
        grid-row: 3/4;
    }

    .hidden {
        display: none;
    }

    .visible {
        display: block;
    }

    .account_form h4 {
        font-size: 1.2rem;
        border-bottom: #fb9a93 solid 2px;
        border-left: 6px solid #ff685d;
        margin: 3rem 0 1rem;
        padding-left: 0.5rem;
    }

    .white-box {
        background-color: #fff;
        border-radius: 10px;
        margin: 20px auto 50px;
        width: 90%;
        padding: 15px;
        min-width: initial;
    }

    .white-h3 {
        font-size: 1.1rem;
    }

    .white-dl dt {
        padding-bottom: 3px;
        border-bottom: 1px solid #000;
        font-weight: bold;
        margin-top: 10px;
        display: inline-block;
        font-size: 0.8rem;
    }

    .white-dl dd {
        padding-top: 3px;
        font-size: 0.8rem;
    }

    footer {
        width: 100%;
        background-color: #f4f1fc;
    }

    .footer_list {
        margin-top: 10px;
    }

    .img-area {
        text-align: center;
        margin: 0 auto;
        background: #fff;
        padding: 5px;
    }

    .img-link {
        display: inline-block;
    }

    .img-link img {
        display: block;
    }

    #sitemap_pc {
        display: none;
    }

    #sitemap_sp_flex {
        display: flex;
    }

    #sitemap_sp img {
        width: 150px;
        margin: 25px 25px 25px 15px;
    }

    #sitemap_sp ul {
        margin: 2% 0 0 5%;
    }

    footer #sitemap_sp .shinsatsujikan {
        margin: 3%;
    }

    .footer_p {
        display: none;
    }

    p.copyright {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 0.6em;
        padding: 15px 0 15px 0;
    }

    .gray {
        color: darkgray;
    }

    .marker_red {
        background: linear-gradient(transparent 70%, #e45858 70%);
        background-position-y: -1px;
    }

    .line-height2 {
        line-height: 2;
    }

    .gairaihyo_div {
        max-width: 500px;
        width: 100%;
        margin: 25px auto;
    }

    .gairai_gaiyou_box01 {
        display: column;
        flex-wrap: nowrap;
        margin: 0 auto;
    }

    .gairai_gaiyou_box02 {
        margin: 0 auto;
    }

    .gairai_gaiyou_box02_ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100% !important;
        margin: 2rem 0 0 0 !important;
    }

    .gairai_gaiyou_box02_ul li {
        width: 40%;
        margin: 0 0 0 20px !important;
    }

    .gairai_gaiyou_box01 img {
        width: 70%;
        max-width: 400px;
        border-radius: 10px;
        border: solid #555 2px;
        display: block;
        margin: 0 auto;
    }

    .bg_purple {
        min-height: 400px;
        border-top-right-radius: 1000px 200px;
        border-top-left-radius: 1000px 200px;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
        background-color: #d1d1e9 !important;
        margin-top: 5%;
    }

    .bg_cream {
        min-height: 400px;
        border-top-right-radius: 1000px 200px;
        border-top-left-radius: 1000px 200px;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
        background: #faf8e3;
        margin-top: 5%;
    }

/* 診療時間表 修正版 */
.table-scroll,
.shinsatsujikan {
  width: 100%;
  max-width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.table-scroll table,
.shinsatsujikan table,
table.f_table {
  width: 100%;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: fixed;
  background: #fff;
}

.table-scroll th,
.table-scroll td,
.shinsatsujikan th,
.shinsatsujikan td,
table.f_table th,
table.f_table td {
  border: 1px solid #b590bd !important;
  padding: 12px 8px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  box-sizing: border-box;
}

.table-scroll th,
.shinsatsujikan th,
table.f_table th {
  background: #b590bd;
  color: #fff;
  font-weight: bold;
}
/*パソコン用*/	
@media screen and (min-width: 761px) {
  .table-scroll table,
  .shinsatsujikan table,
  table.f_table {
    min-width: 700px;
  }

  .table-scroll th,
  .table-scroll td,
  .shinsatsujikan th,
  .shinsatsujikan td,
  table.f_table th,
  table.f_table td {
    font-size: 15px !important;
  }
}	
/*スマホ用*/
@media screen and (max-width: 760px) {
  .table-scroll table,
  .shinsatsujikan table,
  table.f_table {
    width: 700px !important;
    min-width: 700px !important;
  }

  .table-scroll th,
  .table-scroll td,
  .shinsatsujikan th,
  .shinsatsujikan td,
  table.f_table th,
  table.f_table td {
    font-size: 13px !important;
    padding: 10px 6px;
    white-space: nowrap;
  }

  .table-scroll th:first-child,
  .shinsatsujikan th:first-child,
  table.f_table th:first-child {
    width: 160px;
    white-space: normal;
  }
}	