@charset "UTF-8";

/*
Theme Name: Precision
Author: fullstack
Author URI: https://wordpress.org/
Requires at least: 4.9.6
Requires PHP: 7.2.4
Version: 1.0
Text Domain: Precision
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */

#wpadminbar {
    display: none;
}

@charset "UTF-8";

/*
Theme Name: Precision
Author: fullstack
Author URI: https://wordpress.org/
Requires at least: 4.9.6
Requires PHP: 7.2.4
Version: 1.0
Text Domain: Precision
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */

#wpadminbar {
    display: none;
}

#top .p-contact .__container .p-contact_main {
    margin-top: 32px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    #top .p-contact .__container .p-contact_main {
        margin-top: 40px;
    }
}

#top .p-contact .__container .p-contact_main .__form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 32px;
}

@media screen and (max-width: 1100px) {
    #top .p-contact .__container .p-contact_main .__form {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #top .p-contact .__container .p-contact_main .__form {
        gap: 30px;
    }
}

#top .p-contact .__container .p-contact_main .__form .p-contact_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #top .p-contact .__container .p-contact_main .__form .p-contact_item {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

#top .p-contact .__container .p-contact_main .__form .p-contact_item .__item-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 9px;
}

#top .p-contact .__container .p-contact_main .__form .p-contact_item .__item-ttl .__must {
    /* display: inline-flex;
    padding: 0px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Shippori Mincho B1", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    /* 24px */
    width: 40px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #1F2D50;
    border-radius: 12px;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1F2D50;
}

#top .p-contact .__container .p-contact_main .__form .p-contact_item .__item-ttl span {
    color: #1F2D50;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

#top .p-contact .__container .p-contact_main .__form .p-contact_item .__input {
    width: 540px;
}

#top .p-contact .__container .p-contact_main .__form .p-contact_item .__input label {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1F2D50;
}

#top .p-contact .__container .p-contact_main .__form .p-contact_item .__input:first-child,
#top .p-contact .__container .p-contact_main .__form .p-contact_item .__input:last-child {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

@media screen and (max-width: 768px) {
    #top .p-contact .__container .p-contact_main .__form .p-contact_item .__input {
        width: 100%;
        flex-direction: column;
        gap: 8px;
    }
    #top .p-contact .__container .p-contact_main .__form .p-contact_item .__input:first-child,
    #top .p-contact .__container .p-contact_main .__form .p-contact_item .__input:last-child {
        flex-direction: column;
        gap: 8px;
    }
}

#top .p-contact .__container .p-contact_main .__form .p-contact_item input[type=text] {
    width: 100%;
    height: 45px;
    border: solid 1px #1F2D50;
    padding: 0 10px;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1F2D50;
    background: white;
}

#top .p-contact .__container .p-contact_main .__form .p-contact_item input[type=email] {
    width: 100%;
    height: 45px;
    border: solid 1px #1F2D50;
    padding: 0 10px;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1F2D50;
    background: white;
}

#top .p-contact .__container .p-contact_main .__form .p-contact_item input[type=radio] {
    accent-color: #1F2D50;
    width: 20px;
}

#top .p-contact .__container .p-contact_main .__form .p-contact_item input[type=checkbox] {
    accent-color: #1F2D50;
}

#top .p-contact .__container .p-contact_main .__privacy {
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    #top .p-contact .__container .p-contact_main .__privacy {
        margin-top: 30px;
    }
}

#top .p-contact .__container .p-contact_main .__privacy .__privacy-link a {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #1F2D50;
}

#top .p-contact .__container .p-contact_main .__privacy .__privacy-link span {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1F2D50;
}

#top .p-contact .__container .p-contact_main .__privacy .__checkbox {
    margin-top: 8px;
}

@media screen and (max-width: 768px) {
    #top .p-contact .__container .p-contact_main .__privacy .__checkbox {
        margin-top: 10px;
    }
}

#top .p-contact .__container .p-contact_main .__privacy .__checkbox label {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    color: #1F2D50;
}

#top .p-contact .__container .p-contact_main .__main-btn {
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 400px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(255.65deg, #2981C4 16.73%, #41BEB9 81.98%);
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 27px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 10%;
    color: white;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #top .p-contact .__container .p-contact_main .__main-btn {
        margin-top: 40px !important;
    }
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-image: url(../img/Top/bg-allwatch.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 180px;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__time .all_time {
    color: #987B4A;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Shippori Mincho B1", serif;
    font-size: 27.182px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    /* 54.364px */
    background-image: url(../img/Top/bg-time.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 12px;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__time .possible_time {
    color: #987B4A;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Shippori Mincho B1", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    /* 32px */
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__wrapper {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

@media screen and (max-width: 768px) {
    #top .p-contact .__container .p-contact_main .__main-btn .__main-btn__wrapper {
        flex-direction: column;
        align-items: center;
    }
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #987B4A;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Shippori Mincho B1", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    /* 32px */
    padding: 10px 30px;
    background-color: white;
    border-radius: 300px;
    border: 1px solid #987B4A;
    text-decoration: none;
    position: relative;
    width: 100%;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__link::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    border-radius: 100px;
    background: #987B4A;
    transition: all 0.3s;
    z-index: 1;
    top: 0;
    left: auto;
    right: 0;
    opacity: 0;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__link .__btn-span {
    transition: color 0.3s;
    position: relative;
    z-index: 5;
    color: #987B4A;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Shippori Mincho B1", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 32px */
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__link .__btn-span .__span {
    color: #987B4A;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Shippori Mincho B1", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__link svg {
    position: absolute;
    top: 30%;
    right: 40px;
    z-index: 5;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__link svg circle,
#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__link svg path {
    transition: fill 0.3s;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__link:hover::after {
    width: 100%;
    right: auto;
    opacity: 1;
    left: 0;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__link:hover .__btn-span {
    color: #fff;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__link:hover .__btn-span .__span {
    color: #fff;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__link:hover .__btn-span .wpcf7-submit {
    color: white;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__link:hover svg circle {
    fill: #fff;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__link:hover svg path {
    fill: #987B4A !important;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__phone {
    display: flex;
    align-items: stretch;
    background-color: white;
    border-radius: 300px;
    border: 1px solid #987B4A;
    text-decoration: none;
    white-space: nowrap;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__phone .__phone-label {
    position: relative;
    padding: 19px 30px;
    background-color: #987B4A;
    border-radius: 100px 0 0 100px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.05em;
    color: white;
    text-align: center;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__phone .__phone-label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% - 1px);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #987B4A;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__phone .__phone-content {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 7px 21px;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__phone .__phone-number {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0em;
    color: #987B4A;
}

#top .p-contact .__container .p-contact_main .__main-btn .__main-btn__phone .__phone-time {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0em;
    color: #987B4A;
}

#top .p-contact .__container .p-contact_main .wpcf7-list-item {
    margin-left: 0 !important;
}

.p-contact {
    padding: 60px 20px !important;
}

#top .p-contact .__container .p-contact_main select {
    height: 45px;
    border: solid 1px #1F2D50;
    width: 100%;
    padding-left: 36px;
    font-family: "noto-sans-cjk";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1F2D50;
}

@media screen and (max-width: 768px) {
    #top .p-contact .__container .p-contact_main select {
        padding-left: 10px;
    }
}

.p-cancer02__subttl, .p-cancer__subttl{
	text-shadow: 4px 4px 8px #1F2D5026;
}