@charset "utf-8";
body {
    font-family: 'Noto Sans Japanese', sans-serif;
}

/*PC*/

@media screen and (min-width: 751px) {
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
    .inquiry_wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 3px 0 3px;
    }
    .inquiry_top {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background-color: white;
        display: flex;
    }
    .inquiry_top_left {
        width: 20%;
        padding: 0;
        text-align: right;
    }
    .inquiry_top_left img {
        width: 100%;
        margin-right: -55%;
        text-align: right;
    }
    .inquiry_top_right {
        width: 80%;
        margin: 0 auto;
        padding: 1vw;
        /* display: flex;
        align-items: center; */
        font-size: 2vw;
        text-align: center;
        line-height: 1.5;
    }
    .inquiry_top_right h2 {

        color: #fdc153;
        /* 文字の色 */
        font-size: 2vw;
        /* 文字のサイズ */
        letter-spacing: 2px;
        /* 文字間 */
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.87), -1px 1px 1px rgba(0, 0, 0, 0.87), 1px -1px 1px rgba(0, 0, 0, 0.87), -1px -1px 1px rgba(0, 0, 0, 0.87), 1px 0px 1px rgba(0, 0, 0, 0.87), 0px 1px 1px rgba(0, 0, 0, 0.87), -1px 0px 1px rgba(0, 0, 0, 0.87), 0px -1px 1px rgba(0, 0, 0, 0.87);
        /* 文字の影 */
    }
    .inquiry_top_right p {
        margin-top: 1.5vw;
        text-align: center;
        font-weight: bold;
        color: #ffa500;
    }
    .inquiry_under {
        margin: 0 auto;
        padding: 15px 3px;
        background-color: #ffa500;
        text-align: center;
    }
    .inquiry_under h3 {
        text-align: center;
        margin: 1vw auto;
        display: block;
        color: #fc0000;
        /* 文字の色 */
        font-size: 2.3vw;
        /* 文字のサイズ */
        letter-spacing: 6px;
        /* 文字間 */
        text-shadow: 3px 3px 1px #ffffff, -3px 3px 1px #ffffff, 3px -3px 1px #ffffff, -3px -3px 1px #ffffff, 3px 0px 1px #ffffff, 0px 3px 1px #ffffff, -3px 0px 1px #ffffff, 0px -3px 1px #ffffff;
        /* 文字の影 */
    }
    .inquiry_under p {
        color: #ffffff;
        text-align: center;
        margin: 3vw auto 1.5vw auto;
        font-size: 2vw;
        font-weight: bold;
    }
    .inquiry_under a {
        color: #ffffff;
        text-align: center;
        font-size: 3vw;
        /* display: block; */
    }
    .inquiry_under span {
        color: #ffffff;
        text-align: center;
        font-size: 3vw;
    }
    .inquiry_under i {
        font-family: “Font Awesome 5 Free”;
        font-weight: 900;
        margin: 0 15px;
        font-size: 1.2em;
        /* content: “\f000”; */
    }
    .inquiry_under small{
        font-size: 16px;
        color: #000000;
        text-align: center;
        margin: 10px auto;
    }
    .inquiry_notice {
        color: #ffffff;
        margin: 1.5vw auto;
    }
    .inquiry_notice p {
        font-size: 18px;
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
    }
    @import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
    *, *:before, *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        font-size: 2.5vw;
    }

    a.inquiry_btn, button.inquity_btn {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 4rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #212529;
        border-radius: 0.5rem;
        font-size: 2vw;
    }
    a.btn-custom01 {
        margin: 2vw 0 0 0;
        padding: 0;
        border-radius: 0.75rem;
        width: 60%;
    }
    a.btn-custom01:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate3d(0, 0.75rem, -1rem);
        transform: translate3d(0, 0.75rem, -1rem);
        border: 2px solid #000;
        border-radius: inherit;
        background: #ccc100;
        -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
    }
    a.btn-custom01:after {
        font-family: "Font Awesome 5 Free";
        font-size: 2.5rem;
        font-weight: normal;
        line-height: 1;
        position: absolute;
        top: calc(50% - 1rem);
        left: 1.5rem;
        margin: 0;
        padding: 0;
        content: "\f0e0";
    }
    .btn-custom01-front {
        position: relative;
        display: block;
        padding: 1.1rem 3rem 1.1rem 3rem;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 2px solid #000;
        border-radius: inherit;
        background: #fff100;
        font-size: 2vw;
        line-height: 2.3;
    }
    .fa-position-left {
        position: absolute;
        top: calc(50% - 0.5em);
        left: 1rem;
    }
    .fa-position-right {
        position: absolute;
        top: calc(50% - 0.5em);
        right: 1rem;
    }
    a.btn-custom01:hover {
        -webkit-transform: translate(0, 0.25rem);
        transform: translate(0, 0.25rem);
        background: #fff100;
    }
    a.btn-custom01:hover:before {
        -webkit-transform: translate3d(0, 0.5rem, -1rem);
        transform: translate3d(0, 0.5rem, -1rem);
        -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
    }
    a.btn-custom01:hover:after {
        content: "\f2b6";
    }
    a.btn-custom01:active {
        -webkit-transform: translate(0rem, 0.75rem);
        transform: translate(0rem, 0.75rem);
    }
    a.btn-custom01:active:before {
        -webkit-transform: translate3d(0, 0, -1rem);
        transform: translate3d(0, 0, -1rem);
        -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
    }
    a.btn-custom01:active:after {
        content: "\f2b6";
    }
}

/*750px以下*/

@media screen and (max-width: 750px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    .inquiry_wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .inquiry_top {
        width: 100%;
        margin: 0 auto;
        padding: 0 3px;
        background-color: white;
        display: flex;
    }
    .inquiry_top_left { 
        width: 35%;
        padding: 0;
        text-align: right;
    }
    .inquiry_top_left img {
        width: 100%;
        margin: 0 auto;
        text-align: right;
    }
    .inquiry_top_right {
        width: 65%;
        margin: 0 auto;
        padding: 3px 3px 2vw 5px;
        /* display: flex;
        align-items: center; */
        font-size: 2vw;
        text-align: center;
        line-height: 2;
        display: flex;
        align-items: end;
    }
    .inquiry_top_right h2 {
        display: inline-block;
        color: #fdc153;
        /* 文字の色 */
        font-size: 4.3vw;
        /* 文字のサイズ */
        letter-spacing: 2px;
        /* 文字間 */
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.87), -1px 1px 1px rgba(0, 0, 0, 0.87), 1px -1px 1px rgba(0, 0, 0, 0.87), -1px -1px 1px rgba(0, 0, 0, 0.87), 1px 0px 1px rgba(0, 0, 0, 0.87), 0px 1px 1px rgba(0, 0, 0, 0.87), -1px 0px 1px rgba(0, 0, 0, 0.87), 0px -1px 1px rgba(0, 0, 0, 0.87);
        /* 文字の影 */
    }
    .inquiry_top_right p {
        margin-top: 3vw;
        text-align: center;
        font-weight: bold;
        color: #ffa500;
    }
    .inquiry_under {
        margin: 0 auto;
        padding: 15px 3px;
        background-color: #ffa500;
    }
    .inquiry_under h3 {
        text-align: center;
        margin: 1vw auto;
        display: block;
        color: #fc0000;
        /* 文字の色 */
        font-size: 5.3vw;
        /* 文字のサイズ */
        letter-spacing : 4px;                /* 文字間 */
        text-shadow    : 
             2px  2px 0px #ffffff,
            -2px  2px 0px #ffffff,
             2px -2px 0px #ffffff,
            -2px -2px 0px #ffffff,
             2px  0px 0px #ffffff,
             0px  2px 0px #ffffff,
            -2px  0px 0px #ffffff,
             0px -2px 0px #ffffff;        /* 文字の影 */
    }
    .inquiry_under p {
        color: #ffffff;
        text-align: center;
        margin: 3vw auto 3vw auto;
        font-size: 4.3vw;
        font-weight: bold;
    }
    .inquiry_under a {
        color: #ffffff;
        text-align: center;
        font-size: 5vw;
        display: block;
        text-decoration: underline;
    }
    .inquiry_under i {
        font-family: “Font Awesome 5 Free”;
        font-weight: 900;
        margin: 0 15px;
        font-size: 1.2em;
        /* content: “\f000”; */
    }
    .inquiry_under small{
        font-size: 14px;
        color: #000000;
        text-align: left;
        margin: 10px auto;
        padding: 1px 5px;
        display: inline-block;
        line-height: 1.2;
    }
    .inquiry_notice {
        color: #ffffff;
        margin: 1.5vw auto;
    }
    .inquiry_notice p {
        font-size: 15px;
        color: #ffffff;
        text-align: center;
        margin: 20px auto;
        line-height: 1.5;
    }
    @import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
    *, *:before, *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

    a.inquiry_btn, button.inquity_btn {
        font-size: 3vw;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 4rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #212529;
        border-radius: 0.5rem;
    }
    a.btn-custom01 {
        margin: 0 auto 10vw auto;
        padding: 0;
        border-radius: 0.75rem;
        width: 80%;
        display: block;
    }
    a.btn-custom01:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate3d(0, 0.75rem, -1rem);
        transform: translate3d(0, 0.75rem, -1rem);
        border: 2px solid #000;
        border-radius: inherit;
        background: #ccc100;
        -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
    }
    a.btn-custom01:after {
        font-family: "Font Awesome 5 Free";
        font-size: 2rem;
        font-weight: normal;
        line-height: 1;
        position: absolute;
        top: calc(50% - 1rem);
        left: 1.5rem;
        margin: 0;
        padding: 0;
        content: "\f0e0";
    }
    .btn-custom01-front {
        position: relative;
        display: block;
        padding: 1rem 1rem 1rem 1rem;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 2px solid #000;
        border-radius: inherit;
        background: #fff100;
        font-size: 4.5vw;
        line-height: 1.6;
    }
    .fa-position-left {
        position: absolute;
        top: calc(50% - 0.5em);
        left: 1rem;
    }
    .fa-position-right {
        position: absolute;
        top: calc(50% - 0.5em);
        right: 1rem;
    }
    a.btn-custom01:hover {
        -webkit-transform: translate(0, 0.25rem);
        transform: translate(0, 0.25rem);
        background: #fff100;
    }
    a.btn-custom01:hover:before {
        -webkit-transform: translate3d(0, 0.5rem, -1rem);
        transform: translate3d(0, 0.5rem, -1rem);
        -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
    }
    a.btn-custom01:hover:after {
        content: "\f2b6";
    }
    a.btn-custom01:active {
        -webkit-transform: translate(0rem, 0.75rem);
        transform: translate(0rem, 0.75rem);
    }
    a.btn-custom01:active:before {
        -webkit-transform: translate3d(0, 0, -1rem);
        transform: translate3d(0, 0, -1rem);
        -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
    }
    a.btn-custom01:active:after {
        content: "\f2b6";
    }
    .font_p{
        font-size: 5vw !important;
    }
}