/*
Theme Name: KKI co.,LTD
Author: Oison Company
*/
body,
html {
    margin: 0;
    padding: 0;
    /* min-width: 1100px; */
}

body {
    outline: 0;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 25px;
    font-family: Meiryo;
    font-weight: 400;
    color: #231815;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-size-adjust: 100% !important
}

a {
    color: #231815;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

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

.wrapper {
    margin: 0 auto;
}

.container {
    max-width: 1120px;
    margin: 0 auto;
}

.page-title {
    font-size: 24px;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 50px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.red {
    color: #d73030;
}

.sp {
    display: none !important;
}

/* ------------------ header ------------------ */

header {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}

#logo {
    width: 230px;
    float: left;
    margin-top: 30px;
}

#mainMenu {
    width: 770px;
    float: right;
}

#mainMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

#mainMenu ul li {
    display: inline-block;
}

#mainMenu ul li a {
    display: block;
    font-size: 16px;
    padding: 25px 28px;
}

#mainMenu ul li a:hover,
#mainMenu ul li a.active {
    background-color: #b2b2b2;
    text-decoration: none;
    color: #FFF
}

@media screen and (max-width: 768px) {
    header {
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
        padding-bottom: 0px;
        padding: 10px;
    }

    #logo {
        width: 230px;
        float: left;
        margin-top: 0px;
    }
}

/* ------------------ footer ------------------ */
footer {
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    background: #003894;
    color: #FFF;
}

footer a {
    color: #FFF;
}

footer #footer {
    overflow: hidden;
    font-size: 11px;
    font-family: "KozGoPr6N Medium";
}

#logo_footer {
    float: right;
    margin-top: 12px;
    padding-right: 35px;
}

#info_footer {
    float: right;
    line-height: initial;
}

footer .copy_right {
    font-size: 13px;
    margin-top: 28px;
    float: left;
}

@media screen and (max-width: 768px) {
    footer .copy_right {
        float: none;
        text-align: center;
        margin-top: 0;
    }

    #info_footer {
        float: none;
    }

    #logo_footer {
        padding-right: 0;
    }
}

.title {
    text-align: center;
    line-height: 1.2em;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "HiraginoUDSansStd W6";
}

#main {
    padding-top: 20px;
    text-align: center;
}

/* ------------------ video-intro ------------------ */
#video-intro {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 110px;
}

#video-intro .title {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.2em;
}

#video-intro .video {
    margin-top: 20px;
    width: 640px;
    height: 360px;
    margin: 0 auto;
}

#video-intro .title span.tl-2 {
    display: block;
    font-size: 45px;
}

#video-intro .title span.color-1 {
    color: #66cddd;
}

#video-intro .title span.color-2 {
    color: #e73427;
}

#video-intro .title span.color-3 {
    color: #00aa7b;
}

@media screen and (max-width: 768px) {
    #video-intro {
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #video-intro .title {
        font-size: 22px;
    }

    #video-intro .title span.tl-2 {
        font-size: 28px;
    }
}

/* ------------------ trouble ------------------ */

#trouble {
    background-color: #faf8e7;
    padding-top: 70px;
    padding-bottom: 70px;
}

#trouble .trouble-content {
    position: relative;
    padding-left: 90px;
    padding-right: 90px;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

#trouble .trouble-content .title {
    background: url(../images/title-bg.png) no-repeat center;
    background-size: contain;
    color: #fff;
    position: absolute;
    top: -125px;
    font-size: 36px;
}

#trouble .trouble-content .title p {
    padding: 0px 25px;
}

#trouble .trouble-content .content {
    background: url(../images/note-bg.png) no-repeat left;
    /* background: url(../images/note-bg.png) left center repeat-x, url(../images/note-bg.png) right center no-repeat; */
    background-size: cover;
    position: relative;
    width: 100%;
}

#trouble .trouble-content .content::before {
    /* content: url(../images/check.png); */
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    content: "";
    height: 61px;
    width: 143px;
    position: absolute;
    top: -47px;
    left: 5px;
}

#trouble .trouble-content .content.cl-2::before {
    background-image: url(../images/check-2.png);
}

#trouble .trouble-content .content ul {
    margin: 0;
    line-height: 3em;
    padding-left: 19%;
    list-style: none;
}

#trouble .trouble-content .content ul li {
    font-size: 30px;
    position: relative;
    font-family: "HiraginoUDSansStd W6";
    padding-top: 10px;
    padding-bottom: 23px;
}

#trouble .trouble-content .content ul li::before {
    /* content: url(../images/style-list.png); */
    background-image: url(../images/style-list.png);
    background-repeat: no-repeat;
    /* background-size: 10px 20px; */
    content: "";
    position: absolute;
    top: 5px;
    left: -60px;
    width: 54px;
    height: 52px;
}

@media screen and (max-width: 768px) {
    #trouble .trouble-content {
        padding: 0 !important;
    }

    #trouble .trouble-content .content {
        background: none;
        background-color: white;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    #trouble .trouble-content .content ul {
        padding-left: 30px !important;
        line-height: 1.6em;
        padding-right: 30px;
        padding-top: 10px;
    }

    #trouble .trouble-content .content ul li {
        font-size: unset;
        font-size: 14px;
        border-bottom: 2px dotted;
        padding-left: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #trouble .trouble-content .title {
        font-size: 22px;
        top: -80px;
    }

    #trouble {
        padding: 50px 0 !important;
    }

    #trouble .trouble-content .content::before {
        background-size: 71px 30px;
        top: -15px;
    }

    #trouble .trouble-content .content ul li::before {
        background-size: 27px 26px;
        top: 10px;
        left: 2px;
    }
}

/* ------ worry --------- */

#worry {
    padding-top: 150px;
    padding-bottom: 90px;
}

#worry .container .title-inner {
    position: relative;
    display: flex;
    justify-content: center;
}

#worry .container .title-inner>.title {
    background: url(../images/title-bg-2.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -180px;
    color: #fff;
    font-size: 30px;
}

#worry .container .title-inner>.title p {
    padding: 23px 75px;

}

#worry .solve {
    padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
    #worry .container .title-inner>.title {
        font-size: 18px !important;
    }

    #worry .solve {
        padding-bottom: 30px;
    }
}

/* solve */
.solve .title {
    font-size: 50px;
    font-family: "KoburinaGoStd W6";
    letter-spacing: 0;
}

#worry .solve .title .tl-1 {
    color: #66cddd;
    background: -webkit-linear-gradient(top, rgba(255, 235, 59, 0) 0%, rgba(255, 235, 59, 0) 59%, #ffffff 50%, #FFEB3B 0%);
    position: relative;
}

#worry .solve .title .color-1 {
    color: #66cddd;
}

#worry .solve .title .color-3 {
    color: #00aa7b;
}

#worry .solve .title .tl-1::before {
    /* content: url(../images/top-text.png); */
    content: "";
    background-image: url(../images/top-text.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 72px;
    position: absolute;
    bottom: 10px;
    left: -53px;
}


#worry .solve .title span.color-2 {
    color: #e73427;
}

#worry .solve .content {
    padding-left: 122px;
    padding-right: 122px;
    margin-top: 60px;
}

#worry .solve .totb-points {
    display: flex;
    justify-content: space-between;
    position: relative;
}

#worry .solve .totb-points::before {
    content: "";
    background-image: url(../images/point.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -40px;
    left: 0;
}

#worry .solve .totb-points img {
    width: 32%;
}

#worry .step2 {
    padding-left: 100px;
    padding-right: 100px;
}

#worry .step2 .content {
    margin-top: 80px;
}

#worry .step2 .totb-uses {
    display: flex;
    justify-content: space-between;
}

.totb-uses .totb-use {
    width: 32%;
    position: relative;
}

.totb-uses .totb-use::before {
    content: "";
    background-repeat: no-repeat;
    height: 92px;
    width: 103px;
    position: absolute;
    top: -40px;
    left: 0;
}

.totb-uses .step-1::before {
    background-image: url(../images/step1-1.jpg);

}

.totb-uses .step-2::before {
    background-image: url(../images/step2-1.jpg);

}

.totb-uses .step-3::before {
    background-image: url(../images/step3-1.jpg);

}

.step2 .title {
    font-size: 50px;
    font-family: "KoburinaGoStd W6";
    letter-spacing: 0;
    line-height: 0.8em;
}

.step2 .title .tl {
    font-size: 36px;
    margin-right: 38%;
    background: -webkit-linear-gradient(top, rgba(255, 235, 59, 0) 0%, rgba(255, 235, 59, 0) 59%, #ffffff 50%, #FFEB3B 0%);
}

@media screen and (max-width: 768px) {
    #worry .solve .content {
        padding: 0 !important;
        margin-top: 30px;
    }

    #worry .step2 {
        padding: 0 !important
    }

    #worry .container .title-inner>.title {
        top: -100px;
    }

    #worry .container .title-inner>.title p {
        padding: 15px 45px;
    }

    #worry {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    #worry .step2 .content {
        margin-top: 40px;
    }

    #worry .solve .title .tl-1::before {
        width: 45px;
        height: 36px;
        background-size: 45px 36px;
        top: -10px;
        left: -22px;
    }

    .solve .title {
        font-size: 30px;
    }

    .step2 .title {
        font-size: 30px;
        line-height: 1em;
    }

    .step2 .title .tl {
        font-size: 22px;
        margin-right: 40%;
    }

    .num-2,
    .num-3 {
        font-size: 60px !important;
    }
}

/* ------------------ contact ------------------ */

#contact {
    text-align: center;
    display: table;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-content {
    padding-left: 100px;
    padding-right: 100px;
    font-family: "Meiryo";
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-contact {
    margin: 0 auto;
}

.box-contact>p {
    font-size: 16px;
}

.box-contact a.btn-contact {
    background-color: #003894;
    color: #FFF;
    text-align: center;
    display: block;
    padding: 20px;
    font-size: 22px;
    letter-spacing: 5px;
    width: 270px;
    height: auto;
    margin: 0 auto;
}

.box-contact a.btn-contact:hover {
    text-decoration: none;
    background-color: #151b69;
}

.box-contact a.btn-contact img {
    vertical-align: middle;
}

.contact-tel {
    padding-top: 10px;
    margin: 0 auto;
    letter-spacing: 1px;
    text-align: center;
}

.contact-tel img {
    vertical-align: sub;
}

.contact-tel b {
    font-size: 14px;
}

.contact-column.right {
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    .box-contact a.btn-contact {
        width: 250px;
    }
}

/* ------------------ review ------------------ */

.review-content {
    padding: 60px;
    background-image: repeating-linear-gradient(-40deg, transparent, transparent 25px, #fff 0px, #fff 80px);
    background-color: #d0eef2;
    border: 1px solid #84d4dc;
}

.review-content .content {
    background-color: #FFF;
    padding: 50px 30px;
    position: relative;
    margin-top: 85px;
}

.review-content .content::before {
    /* content: url(../images/note-wall.png); */
    content: "";
    background-image: url(../images/note-wall.png);
    background-repeat: no-repeat;
    height: 81px;
    width: 234px;
    position: absolute;
    top: -40px;
    left: 40%
}

.review-content .content .video {
    text-align: center;
    width: 640px;
    height: 360px;
    margin: 0 auto;
}

.review-content .content .title {
    font-size: 36px;
    font-family: "KozGoPr6N Heavy";
}

.review-content .title .tl {
    background: -webkit-linear-gradient(top, rgba(255, 235, 59, 0) 0%, rgba(255, 235, 59, 0) 59%, #ffffff 50%, #FFEB3B 0%);
}

.review-content .title {
    text-align: unset;
    font-size: 50px;
    font-family: "KoburinaGoStd W6";
}

.review-content .title h2 span {
    display: block;
}

.review-picture .picture-item {
    width: 32%;
    height: auto;
}

.review-picture {
    margin-top: 20px;
}

.review-picture .picture {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.review-picture .rev-content {
    font-size: 18px;
    line-height: 34px;
    font-family: "KozGoPr6N Medium";
    letter-spacing: 0.15em;
}

#review .container::after {
    z-index: 0;
    background-color: #d0eef2;
    background-image: repeating-linear-gradient(-40deg, transparent, transparent 18px, #fff 0px, #fff 50px);
}

@media screen and (max-width: 768px) {
    .review-content {
        padding: 20px !important;
    }

    .review-content .content .title {
        font-size: 22px !important;
    }

    .review-content .title {
        font-size: 30px;
    }

    .review-picture .rev-content {
        font-size: unset;
        line-height: 1.8em;
    }

    .review-content .content {
        padding: 20px 10px;
        margin-top: 50px;
    }

    .review-content .content::before {
        left: 40%;
        background-size: 117px 40px;
        width: 117px;
        height: 40px;
        top: -24px;
    }

    .review-picture .picture-item {
        width: 100%;
    }

    .review-picture .picture {
        display: block;
    }
}

/* ------------------ div more ------------------ */

#more {
    padding-top: 30px;
    padding-bottom: 40px;
}

#more .more-content>div {
    background: url(../images/more.png) no-repeat center;
    height: 87px;
    width: 87px;
    background-size: contain;
}

#more .more-2>div {
    background: url(../images/more-2.png) no-repeat center;
}

#more .more-content>div:not(:last-child) {
    margin-right: 15px;
}

#more .more-content>div p {
    margin: 0;
    line-height: 85px;
    padding-left: 20px;
}

.more-content {
    display: flex;
    justify-content: center;
    font-size: 50px;
    font-family: "KoburinaGoStd W6";
}

/* ------------------ chart ------------------ */
.chart-content .content {
    margin-top: 40px;
}

.chart-content .title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.2em;
    font-family: "KoburinaGoStd W6";
}

.chart-content .title .tl {
    font-size: 50px;
    background: -webkit-linear-gradient(top, rgba(255, 235, 59, 0) 0%, rgba(255, 235, 59, 0) 59%, #ffffff 50%, #FFEB3B 0%);
}

.chart-content .title span.tl-2 {
    display: block;
}

.chart-content .title span.color-1 {
    color: #66cddd;
}

.chart-content .title span.color-3 {
    color: #00aa7b;
}

@media screen and (max-width: 768px) {
    .chart-content .title {
        font-size: 22px;
    }

    .chart-content .title .tl {
        font-size: 30px;
    }
}

.num-2 {
    font-family: "KozGoPr6N Medium";
    color: #64c9d4;
    font-size: 100px;
}

.num-3 {
    font-family: "KozGoPr6N Medium";
    color: #00aa7b;
    font-size: 100px;
}

#sample-link {
    width: 120px;
    height: auto;
    position: fixed;
    top: 40%;
    right: 0;
    cursor: pointer;
}

.sp-t {
    display: none;
}

/* -- reponsive -- */
@media screen and (max-width: 768px) {
    body {
        min-width: 100%;
        font-size: 14px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block !important;
    }

    .sp-t {
        display: block;
    }

    .container {
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    #menu span {
        width: 30px;
        height: 2px;
        background-color: #242F48;
        display: block;
        transition: .2s transform;
    }

    #menu span~span {
        margin-top: 6px;
    }

    header {
        position: relative;
        border-bottom: 1px solid #000;
    }

    #mainMenu {
        display: block;
        position: fixed;
        height: 100%;
        background: #242F48;
        top: 0;
        width: 188px;
        right: -188px;
        padding-top: 80px;
        box-sizing: border-box;
        transition: .2s right;
    }

    #mainMenu ul {
        display: block;
    }

    #mainMenu ul li a {
        color: #FFF;
        text-align: center;
        display: block;
        font-size: 18px;
    }

    header.active #menu {
        z-index: 999;
    }

    header.active #menu span {
        background-color: #FFF;
    }

    header.active #menu span:not(:first-child):not(:last-child) {
        visibility: hidden;
    }

    header.active #menu span:first-child {
        transform: rotate(42deg) translateX(8px) translateY(8px);
    }

    header.active #menu span:last-child {
        transform: rotate(-42deg) translateY(-9px) translateX(9px);
    }

    header.active #mainMenu {
        right: 0;
        z-index: 999;
    }

    #menu {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 99999;
    }

    .title {
        line-height: 1.4em !important;
    }

    /* ----------- */
    #sample-link {
        width: 80px;
        height: auto;
    }

    .main-img img {
        width: 100%;
    }

    #video-intro .video,
    .review-content .video {
        width: 100% !important;
    }

    #contact {
        /* display: none; */
        padding: 30px 0;
    }

    .contact-content {
        padding: 0;
        display: block;
    }

    .contact-column {
        padding: 20px 0;
    }

    .contact-column.right {
        padding-top: 0;
    }
}

.col-img {
    margin-bottom: 50px;
}

.col-img .col-rev {
    width: 49%;
}

.col-rev.left {
    float: left;
}

.col-rev.right {
    float: right;
    font-size: 18px;
    font-family: "KozGoPr6N Medium";
    line-height: 33px;
}

.review-content.bg-color-2 {
    background-color: #b3e6d8;
    border: 1px solid #55c6a6;
}

@media screen and (max-width: 768px) {
    .col-rev.right {
        font-size: unset;

    }

    .col-img .col-rev {
        width: 100%
    }

    .col-img {
        margin-bottom: 30px;
    }
}


/* ----------- request-form --------------- */
.request-page-heading {
    text-align: center;

}

.request-page-heading .title {
    font-size: 34px;
    font-family: "Meiryo";
}

.request-form {
    padding: 70px 76px;
    font-size: 16px;
    font-family: "Meiryo";
    margin-left: 92px;
    margin-right: 92px;
    border-top: 1px solid #3a302e;
    border-bottom: 1px solid #3a302e;

}

.form-content table {
    width: 100%;
}

.form-content table th {
    text-align: left;
    width: 35%;
    background-color: #17469e;
    color: #fff;
    /* font-weight: normal; */
    margin-left: 20px;
    padding: 18px 0px 18px 20px;
    letter-spacing: 0.1em;
}

.form-content table td {
    background-color: #f1f1f1;
    width: 65%;
    padding-left: 12px;
    padding-right: 12px;
}

.page-heading-content {
    margin-left: 92px;
    margin-right: 92px;
    padding-top: 100px;
    padding-bottom: 70px;
}

.form-notice {
    text-align: center;
    line-height: 30px;
    margin-bottom: 70px;
}

.form-content table tr th,
.form-content table tr td {

    line-height: 2em;
}

input[type="text"],
input[type="email"],
textarea {
    font-size: 14px;
    width: 100%;
    padding: 12px 12px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #F5F5F5;
    outline: none;
    display: block;
    font-family: "Meiryo";
}

textarea.request {
    resize: vertical;
    height: 125px;
    line-height: 1.5em;
    margin-bottom: 12px;
    margin-top: 12px;
}

textarea.shipping-add {
    resize: vertical;
    margin-bottom: 12px;
    margin-top: 12px;
    line-height: 1.5em;
    height: 47px;
}

.postal_code {
    padding-top: 12px;
}

.postal_code input {
    width: 25%;
    display: inline-block;
}

.postal_code span {
    font-weight: bold;
    font-size: 18px;
}

#request-content .form-content .radio-group label:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    line-height: 16px;
    background: #fff;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    cursor: pointer;
}

#request-content .form-content .radio-group input[type="radio"]:checked+label:before {
    background: #003894;
}

#request-content .form-content .radio-group label::after {
    content: '';
    display: block;
    color: #fff;
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    line-height: 14px;
    top: 40%;
    left: 6px;
    position: absolute;
    z-index: 999;
    text-align: center;
}

#request-content .form-content .radio-group input[type="radio"] {
    display: none;
}

#request-content .form-content .radio-group label {
    margin-right: 10px;
    padding-left: 20px;
    display: inline-block;
    position: relative;
    line-height: 1.2em;
    cursor: pointer;
}

.request-note {
    margin-top: 200px;
    text-align: center;
}

.request-note-content {
    width: 586px;
    border: 2px solid #b7b4b3;
    display: inline-block;
    letter-spacing: 0.1em;
}

.request-note-content p {
    padding: 15px 22px;
    margin: 0;
    text-align: justify;
    letter-spacing: 0.06em;
}

.btn:hover,
.btn.btn-primary {
    background-color: #2f59a8;
    color: #FFF;
}

.btn {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 77px;
    display: inline-block;
    line-height: 1em;
    font-size: 24px;
    letter-spacing: 0.2em;
    border: none;
    background: none;
    color: #242F48;
    transition: .5s all;
    cursor: pointer;
}

.form-action {
    padding-top: 40px;
    text-align: center;
    font-size: 24px;
}

.inquiry-by-phone {
    margin-top: 80px;
    margin-bottom: 80px;
}

.inquiry-by-phone h2 {
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
    background: url(../images/title_bg_large.png) no-repeat center;
    color: #FFF;
    font-weight: normal;
    letter-spacing: 3px;
    font-family: unset;
    letter-spacing: 0.3em;
}

.inquiry-content {
    margin-top: 80px;
}

.inquiry-content .inquiry-column {
    padding: 0 10px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.inquiry-content .inquiry-column.left {
    text-align: right;
    box-shadow: inset -2px 0 0 #a29d9c;
    font-size: 30px;
    letter-spacing: 0.1em;
}

.inquiry-column.left .icon-phone {
    padding-right: 10px;
}

.tel-fax {
    display: inline-block;
}

.tel-fax>div {
    display: flex;
    align-items: center;
}

.tel-fax>div span {
    padding-right: 10px;
}

.inquiry-content .inquiry-column.left span {
    font-size: 12px;
    text-align: right;
    line-height: 46px;
}

.inquiry-content .inquiry-column.right {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
}

.request-form .sent-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.sent-title span {
    letter-spacing: -6px;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .request-note-content {
        width: 100%;
    }

    .sp-b {
        display: block;
    }

    .request-form {
        padding: 40px 0;
        margin: 0;
    }

    .page-heading-content {
        margin: 0;
    }

    .request-page-heading .title {
        font-size: 20px;
    }

    .request-form {
        font-size: 14px;
    }

    .btn {
        font-size: 16px;
    }

    .form-action {
        font-size: 14px;
    }

    .inquiry-by-phone h2 {
        font-size: 14px;
        background-size: contain;
    }

    .inquiry-content {
        margin-top: 40px;
        display: block;
        text-align: center;
    }

    .inquiry-column {
        width: 100% !important;
    }

    .inquiry-content .inquiry-column.right {
        font-size: 14px;
    }

    .inquiry-content .inquiry-column.left {
        font-size: 24px;
        text-align: center;
        box-shadow: none;
        padding-bottom: 20px;
    }

    .inquiry-content .inquiry-column.left img {
        width: 40px;
        vertical-align: super;
    }

    .inquiry-content .inquiry-column.left span {
        line-height: 40px;
    }

    .page-heading-content {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .form-notice {
        margin-bottom: 40px;
    }

    .request-note {
        margin-top: 100px;
    }

    .inquiry-by-phone {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .request-form .sent-title {
        font-size: 20px;
    }

    .postal_code input {
        width: 35%;
    }

    .form-content table th {
        padding-left: 10px;
    }
}

.zoom-overlay-open .zoom-overlay {
    background: #150e0ee6;
}

.request-form .form-content .error {
    font-size: 12px;
    color: #CE0000;
    line-height: 1em;
}

.request-form .form-content .has-error input[type="text"],
.request-form .form-content .has-error input[type="email"],
.request-form .form-content .has-error textarea {
    background-color: #FFCCCC;
    margin-bottom: 0;
}