@charset "UTF-8";

/*==================================================
cmn
==================================================*/

html {
    font-size: 62.5%;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #380000;
    background: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.8em;
    letter-spacing: 0em;
    position: relative;
    margin: 0px;
    padding: 0px;
}

header,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd,
img,
table,
tr,
td,
th,
input,
textarea,
select,
a,
figure,
section,
span {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: inherit;
    font-weight: 500;
}

p {
    font-family: "Noto Sans JP", "メイリオ", sans-serif;
    margin-bottom: 1em;
}

p:last-child {
    margin: 0;
}

a,
input[type="submit"] {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

a:focus,
*:focus {
    outline: none;
}

a:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}

.flex_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-l {
    padding: 0;
    margin: 0 auto;
    box-shadow: none;
    max-width: 1200px;
    width: 100%;
}

.wrap {
    padding: 0;
    margin: 0 auto;
    box-shadow: none;
    max-width: 1000px;
    width: 100%;
}

.sp {
    display: none !important;
}

.en {
    font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
    line-height: 1.8em !important;
}

.ex {
    font-size: 1.3rem;
}

.mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


/*==================================================
head
==================================================*/

header .nav_wrap {
    padding: 0;
    margin: 0 auto;
    box-shadow: none;
    max-width: 1200px;
    width: 100%;
}

header .head-logo-area {
    height: 50px;
}

header .head-logo-area h1 {
    color: #ccc;
    font-size: 1.2rem;
    line-height: 3;
}

header .head-logo-area .logo img {
    max-width: 390px;
}

header .head-logo-area .logo .head-logo-txt {
    color: #f5aa00;
    font-size: 3.2rem;
    margin-left: 10px;
    line-height: 1.5;
}

header .head-logo-area .logo .head-logo-txt-kana {
    color: #f5aa00;
    font-size: 3.2rem;
    margin-left: -5px;
    line-height: 1.5;
    letter-spacing: -0.2em;
}

header .head-btn-area {}

header .head-btn-area .head-btn {
    display: block;
    text-align: right;
}

header .head-btn-area .head-btn .orange-btn {
    background: #abcd02;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

header .head-btn-area .head-btn .orange-btn:first-child {
    margin-right: 20px;
}

header .head-btn-area .head-btn a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px 16px;
}

header .head-btn-area .head-btn a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

header .head-btn-area .head-btn .orange-btn:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

header .head-btn-area .head-btn .orange-btn a::after {
    content: '';
    width: 7px;
    height: 15px;
    background: url(../img/checkups/head-arrow.png) no-repeat top center;
    background-size: 100%;
    display: inline-block;
    margin: -4px 0 0 8px;
    vertical-align: middle;
}

header .ex {
    text-align: right;
    line-height: 1.4;
    margin: 18px 10px 0 0;
}

header .head-tel {
    color: #abcd02;
    font-size: 3.8rem;
}

header .head-tel::before {
    content: '';
    width: 28px;
    height: 23px;
    background: url(../img/checkups/head-tel.png) no-repeat top center;
    background-size: 100%;
    display: inline-block;
    margin: -4px 0 0 8px;
    vertical-align: middle;
}

.globalMenu {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.globalMenu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.globalMenu ul li {
    width: 20%;
    text-align: center;
}

.globalMenu ul li:not(:first-child) {
    border-left: 1px dashed#999;
}

.globalMenu ul li a {
    display: inline-block;
    position: relative;
}

.globalMenu ul li.current a::after,
.globalMenu ul li a:hover::after {
    position: absolute;
    content: '';
    height: 1px;
    border-bottom: 2px solid #abcd02;
    bottom: -10px;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/*==================================================
foot
==================================================*/

footer .nav_wrap {
    padding: 50px 0;
    margin: 0 auto;
    box-shadow: none;
    max-width: 1200px;
    width: 100%;
}

footer .foot-logo-area {
    color: #ccc;
    font-size: 1.2rem;
    line-height: 3;
    margin: 0 auto 30px;
}

footer .foot-logo-area img {
    max-width: 390px;
}

footer .foot-logo-area .foot-logo-txt {
    color: #f5aa00;
    font-size: 3.2rem;
    margin-left: 10px;
    line-height: 1.5;
}

footer .foot-logo-area .foot-logo-txt-kana {
    color: #f5aa00;
    font-size: 3.2rem;
    margin-left: -5px;
    line-height: 1.5;
    letter-spacing: -0.2em;
}

.place-card {
    display: none !important;
}

.footMenu {
    display: block;
    width: 100%;
    max-width: 1116px;
    margin: 0 auto 30px;
}

.footMenu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footMenu ul li {
    width: 16.666667%;
    text-align: center;
    font-size: 1.4rem;
}

.footMenu ul li:not(:last-child) {
    border-right: 1px dashed #999;
}

footer .btn-official-area {
    display: block;
    text-align: center;
}

footer .btn-official-area .btn-official {
    background: #f5aa00;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 2.0rem;
}

footer .btn-official-area .btn-official a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 18px 28px;
}

footer .btn-official-area .btn-official a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

footer .btn-official-area .btn-official:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

footer .btn-official-area .btn-official a::after {
    content: '';
    width: 7px;
    height: 15px;
    background: url(../img/checkups/head-arrow.png) no-repeat top center;
    background-size: 100%;
    display: inline-block;
    margin: -4px 0 0 8px;
    vertical-align: middle;
}

copyright {
    text-align: center;
    color: #fff;
    background: #abcd02;
    font-size: 1.5rem;
    display: block;
    width: 100%;
}

footer #page_top {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 56px;
}

footer #page_top a img {
    width: 56px;
}


/*==================================================
content
==================================================*/


/*カラム*/

.col-2,
.col-3,
.col-4,
.col-5 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-2 .col-box {
    width: 48.3333333%;
}

.col-3 .col-box {
    width: 31%;
}

.col-3:after {
    content: "";
    display: block;
    width: 31%;
}

.col-4 .col-box {
    width: 24.375%;
}

.col-4:before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
}

.col-4:after {
    content: "";
    display: block;
    width: 24.375%;
}

.col-5 .col-box {
    width: 20%;
}

.col-5:before {
    content: "";
    display: block;
    width: 20%;
    order: 1;
}

.col-5:after {
    content: "";
    display: block;
    width: 20%;
}

article {
    padding: 30px 0 50px 0;
}

section {
    padding: 50px 0;
}

.breadcrumb {
    margin-left: 0;
    padding-left: 0;
}

.breadcrumb li {
    display: inline-block;
    list-style: none;
}

.breadcrumb li:after {
    content: '>';
    padding: 0 6px;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    display: inline-block;
    padding: 3px 0;
    text-decoration: none;
}

.page-tit {
    height: 250px;
    padding: 95px 0;
    margin-bottom: 0;
}

.breadcrumb-sec {
    padding: 1rem 0;
    margin-bottom: 50px;
}


/*==================================================
index
==================================================*/

section.main-img {
    background: url(../img/checkups/main-bg.jpg) no-repeat top center;
    background-size: cover;
    height: 582px;
}

section.main-img .wrap-l {
    display: flex;
    align-items: center;
    height: 100%;
}

section.main-img .main-txt {
    max-width: 400px;
    padding: 70px 40px 66px;
    margin: 0 auto;
}

section.main-img .main-txt h3 {
    color: #176a22;
    font-size: 4.5rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}

section.main-img .main-txt p {
    font-size: 1.4rem;
    line-height: 1.8;
}

.bg-white {
    background-color: rgba(255, 255, 255, 0.9);
}

.sec00{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 3%;
}

.sec00 .catch {
    margin-bottom: 60px;
    margin: 30px auto 0;
}

.sec00 h3 {
    color: #176a22;
    font-size: clamp(1.5rem, 5vw, 3.4rem);
    margin: 0 auto 30px;
}

.sec00 .catch-txt p {
    line-height: 1.8;
}

.sec01 {
    background: url(../img/checkups/sec01_bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 100px 0 50px;
    margin-bottom: 50px;
}

.sec01 .course h4 {
    border-bottom: 10px solid #176a22;
    color: #176a22;
    font-size: 2.8rem;
    position: relative;
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.sec01 .course h4::after {
    content: '';
    width: 50%;
    height: 10px;
    background-color: #abcd02;
    position: absolute;
    bottom: -10px;
    right: 0;
}

.sec01 .course h4 span {
    margin-left: 20px;
    font-size: 2.4rem;
}

.sec01-btn {
    background: #176a22;
    color: #fff;
    position: relative;
    width: 97%;
    font-size: 2.4rem;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.sec01-btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 26px 0 26px 80px;
}

.sec01-btn.btn01 a::before {
    position: absolute;
    top: 13px;
    left: 20px;
    content: '';
    background: url(../img/checkups/sec01_icon02.png) no-repeat top center;
    background-size: 100%;
    width: 46px;
    height: 58px;
    margin-right: 2px;
}

.sec01-btn.btn02 a::before {
    position: absolute;
    top: 13px;
    left: 23px;
    content: '';
    background: url(../img/checkups/sec01_icon03.png) no-repeat top center;
    background-size: 100%;
    width: 46px;
    height: 58px;
    margin-right: 2px;
}

.sec01-btn.btn03 a::before {
    position: absolute;
    top: 13px;
    left: 22px;
    content: '';
    background: url(../img/checkups/sec01_icon04.png) no-repeat top center;
    background-size: 100%;
    width: 44px;
    height: 52px;
    margin-right: 4px;
}

.sec01-btn.btn04 a::before {
    position: absolute;
    top: 13px;
    left: 24px;
    content: '';
    background: url(../img/checkups/sec01_icon04.png) no-repeat top center;
    background-size: 100%;
    width: 44px;
    height: 52px;
    margin-right: 4px;
}

.sec01-btn.btn05 a::before {
    position: absolute;
    top: 13px;
    left: 24px;
    content: '';
    background: url(../img/checkups/sec01_icon05.png) no-repeat top center;
    background-size: 100%;
    width: 44px;
    height: 52px;
    margin-right: 4px;
}

.sec01-btn.btn06 a::before {
    position: absolute;
    top: 17px;
    left: 24px;
    content: '';
    background: url(../img/checkups/sec01_icon06.png) no-repeat top center;
    background-size: 100%;
    width: 44px;
    height: 52px;
    margin-right: 4px;
}

.sec01-btn.btn07 a::before {
    position: absolute;
    top: 17px;
    left: 24px;
    content: '';
    background: url(../img/checkups/sec01_icon07.png) no-repeat top center;
    background-size: 100%;
    width: 44px;
    height: 52px;
    margin-right: 4px;
}

.sec01-btn.btn08 a::before {
    position: absolute;
    top: 17px;
    left: 24px;
    content: '';
    background: url(../img/checkups/sec01_icon08.png) no-repeat top center;
    background-size: 100%;
    width: 44px;
    height: 52px;
    margin-right: 4px;
}

.sec01-btn a::after {
    position: absolute;
    top: 24px;
    right: -15px;
    content: '';
    background: url(../img/checkups/green-arrow.png) no-repeat top center;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.sec01-btn:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.sec01-btn a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.sec02 {
    padding: 50px 0 30px;
    margin-top: 30px;
}
.sec02 h3 {
    font-weight: bold;
    border-bottom: 10px solid #176a22;
    color: #176a22;
    font-size: clamp(1.5rem, 5vw, 2.8rem);
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.sec02 h3::after{
    content: '';
    width: 50%;
    height: 10px;
    background-color: #abcd02;
    position: absolute;
    bottom: -10px;
    right: 0;
}

.sec02 .point-box .col-box {
    width: 50%;
    position: relative;
}

.sec02 .point-box .txt-box {
    background: url(../img/checkups/sec02_bg.jpg) repeat top left;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.txt-box.--paddingLeft{
    padding-left: 45px;
    padding-right: 15px;
}
.txt-box.--paddingRight{
    padding-right: 45px;
    padding-left: 15px;
}

.sec02 .point-box .txt-box h4 {
    color: #176a22;
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 10px;
    line-height: 1.6;
}

.sec02 .point-box .txt-box p {
    width: 90%;
}

.sec02 .point-box .point-num {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100px;
    left: -50px;
    padding: 20px 25px;
    text-align: center;
    background: #fff;
}

.sec02 .point-box .point-num .orange-txt {
    color: #f6ab00;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 1.3em;
}

.sec02 .point-box .point-num .num-txt {
    color: #176a22;
    font-size: 4.5rem;
}

.sec02 .point-box .last-box {
    padding: 65px 0 0 70px;
}
/* 無料カウンセリングのリンクボタン */
.checkupBtn{
    display: block;
    width: 320px;
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    padding: 10px 20px;
    background: #f6ab00;
    cursor: pointer;
    @media screen and (max-width:767px) {
        width: min(100%, 213px);
    }
}

.sec-tit {
    text-align: center;
    font-size: 3.0rem;
    margin-bottom: 30px;
}

.sec-tit .tit-en {
    font-size: 2.0rem;
    color: #abcd02;
    display: block;
    margin-top: 1.5rem;
    letter-spacing: 0.15rem;
}

.sec-tit::after {
    display: inline-block;
    border-bottom: 1px dashed #cccccc;
    height: 1px;
    width: 50px;
    padding-top: 30px;
    content: '';
    text-align: center;
}

.contact-sec {
    background: url("../img/checkups/contact-bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 30px;
    margin: 50px 0;
}

.contact-sec .col-box {
    background: #fff;
    padding: 20px 23px;
}

.contact-sec .contact-tit {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px dashed #999;
}

.contact-sec .tel {
    color: #abcd02;
    font-size: 3.8rem;
    text-align: center;
    line-height: 1.4 !important;
    margin-top: 10px;
}

.contact-sec .tel::before {
    content: '';
    width: 28px;
    height: 23px;
    background: url(../img/checkups/head-tel.png) no-repeat top center;
    background-size: 100%;
    display: inline-block;
    margin: -4px 0 0 0;
    vertical-align: middle;
}

.contact-sec .ex {
    text-align: center;
    line-height: 1.4;
}

.contact-sec .btn-contact-detail {
    text-align: center;
}

.contact-sec .btn-contact-detail .btn-contact {
    font-size: 2.0rem;
    background: #abcd02;
    display: inline-block;
    margin: 15px auto 10px;
    height: 55px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 80.72%;
}

.contact-sec .btn-contact-detail .btn-contact a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    padding: 16px 0 20px;
    line-height: 1.1;
}

.contact-sec .btn-contact-detail .btn-contact a::before {
    content: '';
    background: url(../img/checkups/contact_pc.png) no-repeat top center;
    width: 27px;
    height: 19px;
    display: inline-block;
    background-size: 100%;
    margin: 0px 10px 4px 0px;
    vertical-align: middle;
}

.contact-sec .btn-contact-detail .btn-contact a::after {
    position: absolute;
    content: '';
    background: url("../img/checkups/head-arrow.png") no-repeat top center;
    width: 7px;
    height: 15px;
    right: 10px;
    background-size: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.contact-sec .btn-contact-detail .btn-contact a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.contact-sec .btn-contact-detail .btn-contact:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

/*==================================================
バナーセクション　
==================================================*/
.banner-sec{
    max-width: 1000px;
    margin: 0 auto;
}

.banner-sec>a{
    text-align: center;
}


.sec04 .address-box {
    width: 45%;
    font-size: 1.4rem;
}

.sec04 .time-box {
    width: 53%;
}

.sec04 .address-box dl {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-top: 20px;
}

.sec04 .address-box dl dt {
    font-weight: bold;
    float: left;
    width: 30%;
}

.sec04 .address-box dl dd {
    display: inline-block;
    width: 69.5%;
}

.sec04 .time-box table {
    border: 1px solid #ccc;
    font-size: 1.4rem;
    width: 100%;
}

.sec04 .time-box table thead th {
    background: #abcd02;
    color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    text-align: center;
}

.sec04 .time-box table thead th:not(:last-child) {
    border-right: 1px solid #fff;
}

.sec04 .time-box table tbody th {
    background: #eeeeee;
    border-right: 1px solid #ccc;
    padding: 5px 0;
    text-align: center;
}

.sec04 .time-box table tbody td {
    width: 10%;
    text-align: center;
}

.sec04 .time-box table tbody td:not(:last-child) {
    border-right: 1px solid #ccc;
}

.sec04 .time-box table tbody tr:first-child {
    border-bottom: 1px solid #ccc;
    padding: 13px 0;
}


/*==================================================
about
==================================================*/

.about .page-tit {
    background: url("../img/checkups/about/page-tit_bg.png") no-repeat top center;
    background-size: cover;
}

.page-tit h3 {
    font-size: 3.0rem;
    margin-bottom: 5px;
    font-weight: bold;
}

.page-tit .en {
    font-size: 2.0rem;
    color: #abcd02;
    letter-spacing: 0.15rem;
}

.block {
    margin-bottom: 50px;
}

.doctor-block {
    margin-bottom: 0;
}

.doctor-block .col-2 .txt-box {
    width: 66%;
}

.doctor-block .col-2 .img-box {
    width: 30%;
}

.block-txt {
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.detail-tit {
    font-size: 2.0rem;
    margin-bottom: 30px;
    border-left: 8px solid #abcd02;
    padding-left: 13px;
}

.detail-tit.mincho {
    font-weight: bold;
}

.btn-netreserve-detail {
    text-align: center;
}

.btn-netreserve-detail .btn-netreserve {
    background: #abcd02;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 2.0rem;
    height: 56px;
}

.btn-netreserve-detail .btn-netreserve a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 13px 54px;
    position: relative;
}

.btn-netreserve-detail .btn-netreserve a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.btn-netreserve-detail .btn-netreserve:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.btn-netreserve-detail .btn-netreserve a::before {
    content: '';
    background: url(../img/checkups/contact_pc.png) no-repeat top center;
    width: 27px;
    height: 19px;
    display: inline-block;
    background-size: 100%;
    margin: 0px 10px 4px 0px;
    vertical-align: middle;
}

.btn-netreserve-detail .btn-netreserve a::after {
    position: absolute;
    content: '';
    background: url("../img/checkups/head-arrow.png") no-repeat top center;
    width: 7px;
    height: 15px;
    right: 10px;
    background-size: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.about-col-3 .col-box {
    background: #f6fae5;
    padding: 36px 22px;
}

.about-col-3 .col-box h5 {
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 2rem;
}

.floor-col-2 {
    padding: 30px;
    background: #f6fae5;
}

.floor-col-2 .txt-box {
    width: 57.446809%;
}

.floor-col-2 .txt-box h4 {
    background: #abcd02;
    color: #fff;
    text-align: center;
    font-size: 2.0rem;
    padding: 10px 0;
}

.floor-col-2 .txt-box .floor-block .col-2 {
    padding: 20px;
}

.floor-col-2 .img-box {
    width: 36.458333%;
}

.floor-col-2 .img-box img:not(:last-child) {
    margin-bottom: 20px;
}


/*about_other*/

.txt_contents {
    overflow: hidden;
}

.txt_contents img {
    float: left;
    width: 40%;
}

.txt_contents p {
    float: right;
    width: 59%;
}


/*==================================================
access
==================================================*/

.about-sec03 .address-box {
    width: 45%;
    font-size: 1.4rem;
}

.about-sec03 .time-box {
    width: 53%;
}

.about-sec03 .address-box dl {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-top: 20px;
}

.about-sec03 .address-box dl:first-child {
    margin-top: 0;
}

.about-sec03 .address-box dl:last-child {
    border-bottom: none;
}

.about-sec03 .address-box dl dt {
    font-weight: bold;
    float: left;
    width: 30%;
}

.about-sec03 .address-box dl dd {
    display: inline-block;
    width: 69.5%;
}

.about-sec04 .time-box table {
    border: 1px solid #ccc;
    font-size: 1.4rem;
    width: 52.7%;
    margin: 0 auto;
}

.about-sec04 .time-box table thead th {
    background: #f5aa00;
    color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    text-align: center;
}

.about-sec04 .time-box table thead th:not(:last-child) {
    border-right: 1px solid #fff;
}

.about-sec04 .time-box table tbody th {
    background: #eeeeee;
    border-right: 1px solid #ccc;
    padding: 5px 0;
    text-align: center;
}

.about-sec04 .time-box table tbody td {
    width: 10%;
    text-align: center;
}

.about-sec04 .time-box table tbody td:not(:last-child) {
    border-right: 1px solid #ccc;
}

.about-sec04 .time-box table tbody tr:first-child {
    border-bottom: 1px solid #ccc;
    padding: 13px 0;
}


/*access_sp*/

@media (max-width: 767px) {
    .about-sec04 .time-box table {
        width: 100%;
    }
}


/*==================================================
inspection
==================================================*/

.inspection .page-tit {
    background: url("../img/checkups/inspection/page-tit_bg.png") no-repeat top center;
    background-size: cover;
}

.equip-sec01 .block {
    margin-bottom: 0;
}

.equip-col-3 {
    padding-top: 30px;
}

.equip-col-3 .col-box {
    margin-bottom: 60px;
}

.equip-col-3 .col-box img {
    margin-bottom: 40px;
}

.equip-col-3 .detail-txt {}

.equip-col-3 .detail-txt h5 {
    text-align: center;
    color: #176a22;
    font-size: 3.0rem;
    margin-bottom: 2.5rem;
}

.equip-col-3 .detail-txt h6 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.equip-col-3 .feature .feature-inner {
    border-top: 1px solid #176a22;
    background: #ecf3c4;
    padding: 20px;
    font-size: 1.4rem;
}

.under-txt {
    margin-top: 30px;
}

.under-txt .course-indent {
    margin-bottom: 0.5rem;
    text-indent: -1em;
    padding-left: 1em;
}

.equip-sec01 table {
    border: 1px solid #ccc;
    font-size: 1.4rem;
    width: 100%;
    margin: 30px 0 50px;
}

.equip-sec01 table thead th {
    background: #abcd02;
    color: #380000;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}

.equip-sec01 table thead th:not(:last-child) {
    border-right: 1px solid #fff;
    width: 25%;
}

.equip-sec01 table tbody th {
    background: #eeeeee;
    border-right: 1px solid #ccc;
    padding: 5px;
    text-align: left;
}

.equip-sec01 table tbody td {
    padding: 5px;
    text-align: left;
}

.equip-sec01 table tbody td:not(:last-child) {
    border-right: 1px solid #ccc;
}

.equip-sec01 table tbody tr:first-child {
    border-bottom: 1px solid #ccc;
    padding: 13px 0;
}


/*機器紹介*/

.inspection-area {
    display: block;
    text-align: center;
}

.inspection-area .btn-inspection {
    background: #f5aa00;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 2.0rem;
}

.inspection-area .btn-inspection a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 20px;
}

.inspection-area .btn-inspection a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.inspection-area .btn-inspection:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.inspection-area .btn-inspection a::after {
    content: '';
    width: 7px;
    height: 15px;
    background: url(../img/checkups/head-arrow.png) no-repeat top center;
    background-size: 100%;
    display: inline-block;
    margin: -4px 0 0 8px;
    vertical-align: middle;
}

.machine_img {
    padding: 0 5% 0 5%;
}

.machine_tit {
    margin-top: 30px;
    font-size: 2.0rem;
}

.machine_list {
    background-color: #eee;
    margin-top: 60px;
    padding: 4%;
}

.machine_list ul {
    margin-bottom: 2%;
}

.machine_list ul:last-child {
    margin-bottom: 0;
}

.machine_list li {
    display: inline;
    /* padding-right: 2%; */
}

.machine_list li:last-child {
    padding-right: 0;
}

.machine_list img {
    width: 32%;
}


/*==================================================
course
==================================================*/

.course .page-tit {
    background: url("../img/checkups/course/page-tit_bg.png") no-repeat top center;
    background-size: cover;
}

#course-table {
    margin-top: -30px;
    padding-top: 30px;
}

.course-table table,
.course-table table th,
.course-table table td {
    border: 1px solid #777777;
    border-collapse: collapse;
    font-family: "Noto Sans JP", "メイリオ", sans-serif;
    text-align: center;
}

.course-table table th {
    padding: 2rem 0;
    vertical-align: middle;
}

.course-table table td {
    padding: 1rem;
    vertical-align: middle;
    width: 16%;
}

.course-table table td.td-tit {
    text-align: left;
    width: auto;
    padding-left: 30px;
}

.course-table table td.center {
    text-align: center;
    width: auto;
}

.course-table table td.td-tit6 {
    width: 5%;
    vertical-align: top;
    padding-top: 17px;
    padding-left: 10px !important;
}

.course-table table td .td-tit2 {
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: upright;
    font-weight: bold;
}

.course-table table td.td-tit3 {
    text-align: left;
    width: auto;
    padding: 1rem 0 1rem 1rem !important;
}

.course-table table thead th {
    background: #c3d825;
    font-weight: bold;
}

.course-table table .bold-td p {
    font-weight: bold;
}

.course-table table .bold-td .gr-txt p {}

.course-table table .td-tit.txt-l {
    text-align: left !important;
    padding-left: 30px;
}

.course-table.under-table table tr th:last-child,
.course-table.under-table table tr td:last-child {
    width: 20%;
}

.course-table.under-table table tr td:last-child {
    text-align: right;
    padding-right: 18px;
}

.course-table table.under-table th {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}


/*==================================================
flow
==================================================*/

.flow .page-tit {
    background: url("../img/checkups/flow/page-tit_bg.png") no-repeat top center;
    background-size: cover;
}

.flow_box {
    border: solid 1px #ccc;
    overflow: hidden;
    background-color: #fffa9f;
    margin-bottom: 20px;
}

.flow_box2 {
    border: solid 1px #ccc;
    overflow: hidden;
    background-color: #eaff87;
    margin-bottom: 20px;
}

.flow_menu {
    float: left;
    width: 30%;
    padding: 20px;
}

.flow_contents {
    float: right;
    width: 70%;
    padding: 20px;
    background-color: #fff;
}

.flow_contents ul {
    font-weight: bold;
    font-size: 1.2em;
}

.flow_point {
    background-color: #eee;
    padding: 10px;
    margin-bottom: 20px;
}

.flow-block {
    background: url("../img/checkups/flow/flow_bg.jpg") no-repeat left top;
    margin-bottom: 0;
    padding: 0 0 0 40px;
    position: relative;
}

.flow-block:not(:last-child) {
    margin-bottom: 85px;
}

.flow-block:not(:last-child)::after {
    content: '';
    background: url("../img/checkups/flow/flow-arrow.png") no-repeat center top;
    width: 29px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: -54px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.flow-block .number-box {
    width: 10%;
}

.flow-block .number-box .inner {
    background: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 18px 0 9px;
    line-height: 1;
    margin-top: 64px;
}

.flow-block .number-box .inner .step {
    font-size: 1.2rem;
    color: #f6ab00;
}

.flow-block .number-box .inner .number {
    font-size: 4.5rem;
    color: #176a22;
}

.flow-block .txt-box {
    width: 48.9%;
    padding: 36px 40px;
}

.flow-block .txt-box .flow-tit {
    font-size: 3.0rem;
    color: #176a22;
    margin-bottom: 1.3rem;
}

.flow-block .img-box {
    width: 37.1%;
}

@media screen and (min-width: 767px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media screen and (max-width: 1116px) {
    header .head-logo-area .logo img {
        max-width: 360px;
    }

    header .head-logo-area .logo .head-logo-txt,
    header .head-logo-area .logo .head-logo-txt-kana {
        font-size: 2.8rem;
    }

    header .ex {
        font-size: 1.2rem;
    }

    header .head-tel {
        font-size: 3.5rem;
        margin-top: 2px;
    }
}

@media screen and (max-width: 1029px) {
    header .head-logo-area h1 {
        font-size: 1.1rem;
    }

    header .head-logo-area .logo {
        margin-top: 5px;
    }

    header .head-logo-area .logo img {
        max-width: 340px;
    }

    header .head-logo-area .logo .head-logo-txt,
    header .head-logo-area .logo .head-logo-txt-kana {
        font-size: 2.6rem;
    }

    header .head-tel {
        font-size: 3.2rem;
        margin-top: 5px;
    }
}

@media screen and (max-width: 980px) {
    header .head-logo-area .logo {
        margin-top: 10px;
    }

    header .head-logo-area .logo img {
        max-width: 310px;
    }

    header .head-logo-area .logo .head-logo-txt,
    header .head-logo-area .logo .head-logo-txt-kana {
        font-size: 2.2rem;
        vertical-align: text-bottom;
        line-height: 1.3;
    }

    header .head-tel {
        font-size: 2.8rem;
        margin-top: 10px;
    }
}

@media screen and (max-width: 940px) {
    .equip-col-3 .detail-txt {
        min-height: 333px;
    }
}

@media screen and (max-width: 910px) {
    header .head-logo-area h1 {
        font-size: 1.0rem;
    }

    header .head-logo-area .logo {
        margin-top: 10px;
    }

    header .head-logo-area .logo img {
        max-width: 290px;
    }

    header .head-logo-area .logo .head-logo-txt,
    header .head-logo-area .logo .head-logo-txt-kana {
        font-size: 2.0rem;
        vertical-align: text-bottom;
        line-height: 1.3;
    }

    header .ex {
        font-size: 1.1rem;
    }

    header .head-tel {
        font-size: 2.5rem;
        margin-top: 10px;
    }

    .sec02 .policy-box .inner h4 {
        font-size: 1.9rem;
    }

    .sec02 .point-box .txt-box.last-box {
        padding: 45px 0 0 70px;
    }

    .sec02 .point-box .txt-box p {
        font-size: 1.4rem;
    }

    .sec04 .address-box dl dt {
        width: 36%;
    }

    .sec04 .address-box dl dd {
        width: 63.5%;
    }
}

@media screen and (max-width: 850px) {
    .equip-col-3 .detail-txt {
        min-height: 361px;
    }
}

@media screen and (max-width: 840px) {
    header .head-logo-area .logo {
        margin-top: 15px;
    }

    header .head-logo-area .logo img {
        max-width: 270px;
    }

    header .head-logo-area .logo .head-logo-txt,
    header .head-logo-area .logo .head-logo-txt-kana {
        font-size: 1.8rem;
        vertical-align: text-bottom;
        line-height: 1.3;
    }

    header .ex {
        font-size: 1.0rem;
        margin-right: 0;
    }

    header .head-tel {
        font-size: 2.2rem;
        margin-top: 10px;
    }
    .sec02 .col-2 .txt-box>p{
        line-height: 1.8;
    }
}

@media screen and (max-width: 790px) {
    .equip-col-3 .detail-txt {
        min-height: 389px;
    }

    .sec00 .catch {
        margin-bottom: 60px;
        width: 85%;
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 767px) {

    /*==================================================
cmn
==================================================*/
    body {
        padding-top: 66px;
        padding-bottom: 88px;
    }

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .wrap-l,
    .wrap {
        padding: 0 15px;
    }

    a,
    input[type="submit"] {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
        outline: none;
    }

    a:hover,
    input[type="submit"]:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }

    section {
        padding: 30px 0 15px;
    }

    /*==================================================
head
==================================================*/
    header {
        padding: 16px 4.8%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        height: 66px;
        background: #fff;
    }

    header .logo {
        width: 78.666667%;
    }

    header .head-logo-area .logo {
        margin-top: 0;
    }

    header .head-logo-area .logo img {
        max-width: 100%;
    }

    /*header .menu-box  {
	height: 65vh;
}*/
    .globalMenu {
        position: absolute;
        top: 20px;
        right: 20px;
        display: inline-block;
    }

    /* menu */
    .globalMenu .list {
        position: fixed;
        top: 0;
        right: -100vw;
        width: 50%;
        height: 100%;
        cursor: pointer;
        -webkit-transition: 0.53s transform;
        transition: 0.53s transform;
        -webkit-transition-timing-function: cubic-bezier(.38, .52, .23, .99);
        transition-timing-function: cubic-bezier(.38, .52, .23, .99);
        background-color: #abcd02;
        padding-top: 80px;
    }

    .globalMenu .list ul {
        margin: 0;
        padding: 0;
    }

    .globalMenu ul li:not(:first-child) {
        border-left: none;
    }

    .globalMenu .list li {
        list-style: none;
    }

    .globalMenu .list li a {
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
        position: relative;
        font-size: 1.2rem;
    }

    .globalMenu .list li a::after {
        position: absolute;
        content: '';
        background: url("../img/checkups/head-arrow.png") no-repeat top center;
        width: 7px;
        height: 15px;
        right: 10px;
        background-size: 100%;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .globalMenu .list li.current a::after,
    .globalMenu .list li a:hover::after {
        position: absolute;
        content: '';
        background: none !important;
        width: 0;
        height: 0;
        right: 0;
        background-size: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .globalMenu .list li:first-child {
        border-top: 1px solid #ffffff;
    }

    .globalMenu #toggle {
        position: absolute;
        display: none;
        opacity: 0;
    }

    .globalMenu #toggle:checked~.list {
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
    }

    /* menu toggle */
    .globalMenu #toggle~label {
        display: block;
        padding: 0.5em;
        cursor: pointer;
        -webkit-transition: 0.5s transform;
        transition: 0.5s transform;
        -webkit-transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
        transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
        text-align: center;
        position: absolute;
        right: 0;
        top: -20px;
        content: '';
        width: 19.5px;
        height: 20.1px;
        background: url("../img/checkups/toggle-open.webp") no-repeat top center;
        background-size: 100%;
    }

    .globalMenu #toggle~label::before {}

    .globalMenu #toggle:checked~label {
        content: '';
        width: 19.5px;
        height: 20.1px;
        background: url("../img/checkups/toggle-close.webp") no-repeat top center;
        background-size: 100%;
        z-index: 100;
    }

    .globalMenu #toggle~label::before {}

    .globalMenu #toggle:checked~label::before {}

    .globalMenu ul li {
        width: 100%;
        text-align: left;
    }

    .globalMenu ul {
        display: block;
        -webkit-justify-content: unset !important;
        justify-content: unset !important;
    }

    .globalMenu ul li a:hover {
        background: #176a22;
    }

    .globalMenu ul li.current a {
        background: #176a22;
    }

    /*==================================================
foot
==================================================*/
    footer #page_top {
        position: fixed;
        right: 10px;
        bottom: 80px;
        width: 28px;
        z-index: 10;
    }

    footer #page_top a img {
        width: 28px;
    }

    .footMenu ul li {
        width: 50%;
        border-top: 1px solid #ccc;
        border-right: none;
        position: relative;
        padding: 5px 15px;
        text-align: left;
    }

    .footMenu ul li:not(:last-child) {
        border-right: none;
    }

    .footMenu ul li:nth-child(2n+1) {
        border-right: 1px solid #ccc;
    }

    .footMenu ul li:last-child,
    .footMenu ul li:nth-last-child(2) {
        border-bottom: 1px solid #ccc;
    }

    .footMenu ul li::after {
        content: '';
        position: absolute;
        background: url("../img/checkups/sp-footarrow.png") no-repeat top center;
        width: 7px;
        height: 15px;
        right: 10px;
        background-size: 100%;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    footer .btn-official-area {
        padding: 0 15px;
    }

    footer .btn-official-area .btn-official {
        font-size: 1.5rem;
    }

    footer .btn-official-area .btn-official a {
        padding: 9px 14px;
    }

    footer .nav_wrap {
        padding: 25px 0;
    }

    copyright {
        font-size: 1.2rem;
    }

    footer .foot-logo-area {
        text-align: center;
    }

    footer .foot-logo-area img {
        width: 60%;
        vertical-align: inherit;
    }

    footer .foot-logo-area .foot-logo-txt {
        line-height: 3.1;
        vertical-align: bottom;
        font-size: 2rem;
        margin-left: 6px;
    }

    footer .foot-logo-area .foot-logo-txt-kana {
        line-height: 3.1;
        vertical-align: bottom;
        font-size: 2rem;
        margin-left: -2px;
    }

    /* 2022/4/26〜 */
    .fix-box {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex !important;
        font-size: 1.4rem;
        background: #9b7b72;
        color: #fff;
        z-index: 9;
    }

    .fix-box .tel-box {
        width: 50%;
        display: block;
        box-sizing: border-box;
        border-right: 1px solid #fff;
        text-align: center;
        vertical-align: middle;
        padding: 10px 0;
        height: 88px;
    }

    .fix-box .reserve-box {
        width: 25%;
        display: inline-block;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        text-align: center;
        vertical-align: middle;
        padding: 15px 0 5px;
        line-height: 1.6;
        height: 88px;
    }

    .fix-box .access-box {
        width: 25%;
        display: block;
        text-align: center;
        vertical-align: middle;
        padding: 20px 0;
        height: 88px;
    }

    .fix-box .tel-box img {
        width: 12.533333%;
        vertical-align: sub;
    }

    .fix-box .reserve-box img {
        width: 22%;
        vertical-align: sub;
        margin: 5px 0;
    }

    .fix-box .access-box img {
        width: 13.5%;
        vertical-align: bottom;
    }

    .fix-box .ex {
        font-size: 1.0rem;
        line-height: 1.2;
    }

    /* 〜2022/4/25 */
    /* .fix-box {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
        font-size: 1.4rem;
        background: #9b7b72;
        color: #fff;
        z-index: 9;
    }
    .fix-box .tel-box {
        width: 50%;
        display: inline-block;
        border-right: 1px solid #fff;
        text-align: center;
        vertical-align: middle;
        padding: 10px 0;
        height: 88px;
    }
    .fix-box .reserve-box {
        width: 26%;
        display: inline-block;
        border-right: 1px solid #fff;
        text-align: center;
        vertical-align: middle;
        padding: 15px 0;
        line-height: 1.6;
        height: 88px;
    }
    .fix-box .access-box {
        width: 21%;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding: 10px 0;
        height: 88px;
    }
    .fix-box .tel-box img {
        width: 12.533333%;
        vertical-align: sub;
    }
    .fix-box .reserve-box img {
        width: 25.128205%;
        vertical-align: sub;
    }
    .fix-box .access-box img {
        width: 20.952381%;
        vertical-align: bottom;
    }
    .fix-box .ex {
        font-size: 1.0rem;
        line-height: 1.2;
    } */
    /*==================================================
content
==================================================*/
    p {
        font-size: 1.4rem;
    }

    /*カラム*/
    .col-2,
    .col-3,
    .col-4 {}

    .col-2 .col-box,
    .col-4 .col-box {
        width: 100%;
        margin: 0 0 2.5%;
    }

    .col-3 .col-box {
        width: 100%;
    }

    .col-5 .col-box {
        width: 33%;
        padding: 12px 0;
        border-right: 1px solid #0075C1;
        margin: 5px 0;
        position: relative;
    }

    .col-5 .col-box:first-child {
        border-left: 1px solid #0075C1;
    }

    .col-5 .col-box:first-child::after,
    .col-5 .col-box:nth-child(2)::after,
    .col-5 .col-box:nth-child(3)::after {
        position: absolute;
        height: 1px;
        width: 100%;
        content: '';
        background: #0075C1;
        bottom: -6px;
        left: 0;
    }

    .col-5 .col-box:nth-child(4) {
        border-left: 1px solid #0075C1;
    }

    .col-5 .col-box:nth-child(3n+2):last-child {
        margin-left: auto;
        margin-right: 33.5%;
    }

    .breadcrumb li:after {
        padding: 3px;
    }

    .breadcrumb li a {
        padding: 3px;
    }

    .page-tit {
        padding: 32px 0 24px;
        margin-bottom: 0;
        height: auto;
    }

    .breadcrumb-sec {
        padding: 0;
        margin-bottom: 25px;
        height: auto;
        font-size: 1.1rem;
    }

    /*==================================================
index
==================================================*/
    article {
        padding: 0 0 50px 0;
    }

    section.main-img {
        margin: 0;
        background: url("../img/checkups/main-bg_sp.jpg") no-repeat top center;
        background-size: cover;
        /* height: 0;
        padding-top: 109.733333%;
        position: relative; */
        z-index: 1;
    }

    section.main-img .wrap-l h3 {
        font-size: 1.8rem;
        line-height: 1.4;
        margin-bottom: 0.5em;
    }

    section.main-img .main-txt {
        max-width: 80%;
        padding: 25px;
        /* position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; */
        margin: auto;
        /* height: 70%; */
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.main-img .main-txt p {
        font-size: 14px;
    }

    .sec01 {
        background: url(../img/checkups/sec01_bg_sp.jpg) no-repeat top center;
        background-size: 100%;
        padding: 50px 0 0;
    }

    .sec01 h3 {
        font-size: 1.9rem;
        margin-bottom: 15px;
        text-align: center;
        text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    }

    .sec01 .catch {
        margin-bottom: 30px;
    }

    .sec01 .catch-txt {
        padding: 20px;
    }

    .sec01 .course {
        margin-bottom: 15px;
    }

    .sec01 .course h4 {
        border-bottom: 5px solid #176a22;
        font-size: 1.8rem;
        margin-bottom: 15px;
        text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    }

    .sec01 .course h4 span {
        margin-left: 10px;
        font-size: 1.6rem;
    }

    .sec01 .course h4::after {
        height: 5px;
        bottom: -5px;
    }

    .sec01 .course .col-2 .col-box {
        width: 48.3333333%;
        margin-bottom: 0;
    }

    .sec01-btn.btn01 a::before {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec01-btn.btn02 a::before {
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec01-btn.btn03 a::before {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec01-btn.btn04 a::before {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec01-btn.btn05 a::before {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec01-btn.btn06 a::before {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec01-btn.btn07 a::before {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec01-btn.btn08 a::before {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec01-btn a {
        padding: 80px 0 14px;
    }

    .sec01-btn a p {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .sec01-btn {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .sec01-btn a::after {
        position: absolute;
        bottom: 0;
        right: 0;
        top: auto;
        width: 20px;
        height: 20px;
    }

    .sec02 .point-box .col-box {
        width: 100%;
        position: relative;
        margin-bottom: 0;
    }

    .sec02 .point-box .point-num {
        width: 70px;
        height: 70px;
        position: absolute;
        top: -100%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 14px 10px;
    }

    .sec02 .point-box .point-num .orange-txt {
        font-size: 1.0rem;
        margin-bottom: 0.3em;
        line-height: 1;
    }

    .sec02 .point-box .point-num .num-txt {
        font-size: 3.5rem;
        line-height: 1;
    }

    .sec02 .point-box .txt-box h4 {
        font-size: clamp(1.6rem, 5vw, 2.4rem);
        text-align: center;
    }

    .sec02 .point-box .txt-box {
        padding: 40px 15px 25px;
    }

    .sec02 .point-box .txt-box p {
        line-height: 1.4;
        margin: 0 auto;
    }

    .sec02 .point-box .last-box {
        padding: 55px 15px 25px !important;
    }

    .sec02 {
        padding: 30px 0 15px;
    }
    .sec02 .img-box>img{
        aspect-ratio: 1340 / 600;
        object-fit: cover;
        object-position: 50% 30%;
    }

    .sec-tit {
        font-size: 1.8rem;
        margin-bottom: 10px;
        line-height: 1;
    }

    .sec-tit .tit-en {
        font-size: 1.0rem;
        margin-top: 10px;
        line-height: 1.4 !important;
    }

    .sec-tit::after {
        padding-top: 15px;
    }

    .contact-sec {
        padding: 15px 0;
        margin: 25px 0;
    }

    .contact-sec .contact-tit {
        font-size: 1.5rem;
        padding-bottom: 10px;
    }

    .contact-sec .col-box {
        padding: 10px 12px;
    }

    .contact-sec .col-box:first-child {
        margin-bottom: 20px;
    }

    .contact-sec .btn-contact-detail .btn-contact {
        font-size: 1.5rem;
        width: 96%;
        display: block;
        height: auto;
    }

    .contact-sec .btn-contact-detail .btn-contact a {
        position: relative;
        padding: 10px 0;
        line-height: 1.6;
        display: block;
    }

    .contact-sec .btn-contact-detail .btn-contact a::before {
        width: 21px;
        height: 15px;
        margin: 0px 10px 2px 0px;
    }

    .contact-sec .btn-contact-detail .btn-contact a::after {
        width: 5px;
        height: 10px;
        right: 15px;
    }

    .sec04 .address-box dl {
        font-size: 1.2rem;
        padding-bottom: 5px;
        margin-top: 10px;
    }

    .sec04 .address-box dl dt,
    .sec04 .address-box dl dd {
        width: 100%;
        line-height: 1.2;
    }

    .sec04 .address-box dl p {
        line-height: 1.4;
    }

    .sec04 .time-box table {
        font-size: 1.2rem;
    }

    .sec04 .time-box table tbody td {
        width: 10.5%;
    }

    /*==================================================
about
==================================================*/
    .about .page-tit {
        background: url("../img/checkups/about/page-tit_bg_sp.png") no-repeat top center;
        background-size: cover;
    }

    .page-tit h3 {
        font-size: 2.0rem;
        margin-bottom: 0;
    }

    .page-tit .en {
        font-size: 1.0rem;
    }

    .detail-tit {
        font-size: 1.7rem;
        margin-bottom: 15px;
        padding-left: 5px;
    }

    .block-txt {
        font-size: 1.4rem;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .about-col-3 .col-box {
        padding: 18px 22px;
        margin-bottom: 20px;
    }

    .about-col-3 .col-box h5 {
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    /*.doctor-block .col-box.txt-box {
	order: 2;
}
.doctor-block .col-box.img-box {
	order: 1;
	margin-bottom: 20px;
}*/
    .doctor-block .col-box.txt-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .doctor-block .col-box.img-box {
        width: 61%;
        margin: 0 19.5% 2.5%;
    }

    .doctor-block {
        margin-bottom: 30px;
    }

    .about-sec03 .wrap {
        padding: 0;
    }

    .floor-col-2 {
        padding: 0 15px;
    }

    .floor-block:first-child {
        margin-bottom: 30px;
    }

    .floor-block:last-child {
        margin-bottom: 10px;
    }

    .floor-col-2 .txt-box h4 {
        font-size: 1.6rem;
        padding: 3px 0;
    }

    .floor-col-2 .txt-box .floor-block .col-2 {
        padding: 10px 15px;
    }

    .floor-block .col-2 .col-box {
        width: 48.3333333% !important;
    }

    .floor-txt {
        font-size: 1.4rem;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .img-wrap {
        padding: 0 15px;
    }

    /*about_other*/
    .txt_contents {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .txt_contents img {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .txt_contents p {
        float: none;
        width: 100%;
    }

    /*==================================================
inspection
==================================================*/
    .inspection .page-tit {
        background: url("../img/checkups/inspection/page-tit_bg_sp.png") no-repeat top center;
        background-size: cover;
    }

    .equip-col-3 .detail-txt {
        min-height: auto;
    }

    .equip-col-3 .detail-txt h5 {
        font-size: 2.0rem;
        margin-bottom: 1.5rem;
    }

    .equip-col-3 .feature h6 {
        margin-bottom: 1rem;
    }

    .feature-inner p {
        line-height: 1.6;
    }

    /*==================================================
course
==================================================*/
    .course .page-tit {
        background: url("../img/checkups/course/page-tit_bg_sp.png") no-repeat top center;
        background-size: cover;
    }

    #course-table {
        margin-top: -81px;
        padding-top: 81px;
    }

    .course-table table thead th {
        font-size: 1.2rem;
        line-height: 1.6;
        padding: 1rem 0rem;
    }

    .course-table table td {
        line-height: 1.6;
        padding: 1rem 0rem;
        font-size: 1.1rem;
        width: 18%;
    }

    .course-table table td.td-tit {
        font-size: 1.1rem;
        text-align: center;
        padding: 1rem 0.2rem;
        line-height: 1.6;
    }

    .course-table table td.center {
        text-align: center;
        width: auto;
    }

    .course-table table td.td-tit6 {
        width: 5%;
        vertical-align: top;
        padding-top: 3px;
        padding-left: 0.1rem !important;
    }

    .course-table table td .td-tit2 {
        font-size: 1.1rem;
        padding: 1rem 0rem;
    }

    .course-table table td.td-tit3 {
        text-align: center;
        font-size: 1.1rem;
        padding: 1rem 0rem !important;
    }

    .course-table table thead th {
        background: #c3d825;
        font-weight: bold;
    }

    .course-table table .td-tit.txt-l {
        padding-left: 2rem;
    }

    .course-table.under-table table td.td-tit {
        text-align: left;
        padding-left: 1.5rem;
        padding-right: 1rem;
    }

    .course-table.under-table table tr th:last-child,
    .course-table.under-table table tr td:last-child {
        width: 35%;
    }

    .course-table.under-table table tr td:last-child {
        text-align: right;
        padding-right: 12%;
    }

    .course-table.under-table2 table td.td-tit {
        text-align: left;
        padding-left: 1.5rem;
        padding-right: 1rem;
    }

    .course-table.under-table2 table tr th:last-child,
    .course-table.under-table2 table tr td:last-child {
        width: 58%;
    }

    .course-table.under-table2 table tr td:last-child {
        text-align: left;
        padding-right: auto;
    }

    .course-table.under-table2 table tr td.center {
        text-align: center !important;
    }

    .course-table .ls-s {
        letter-spacing: -0.2rem;
    }

    .under-txt .course-indent {
        line-height: 1.6;
    }

    /*==================================================
flow
==================================================*/
    .flow .page-tit {
        background: url("../img/checkups/flow/page-tit_bg_sp.png") no-repeat top center;
        background-size: cover;
    }

    .flow-block {
        background: url(../img/checkups/flow/flow_bg.jpg) repeat-y left top;
        margin-bottom: 0;
        padding: 20px 0 0 0;
        position: relative;
    }

    .flow-block .number-box {
        padding: 10px 0 0 0;
    }

    .flow-block .number-box .inner {
        margin: 0 auto;
        width: 96px;
    }

    .flow-block .txt-box {
        width: 100%;
        padding: 10px 20px;
    }

    .flow-block .txt-box .flow-tit {
        font-size: 2.0rem;
        text-align: center;
    }

    .flow-block .img-box {
        margin: 0;
    }

    .flow-block .number-box .inner .step {
        margin-bottom: 0.6rem;
    }

    .flow-block .number-box .inner .number {
        margin-bottom: 0.6rem;
    }
}

@media screen and (max-width: 622px) {
    body {
        padding-bottom: 66px;
    }

    .fix-box .tel-box {
        height: 66px;
        padding: 5px 0;
    }

    .fix-box .reserve-box {
        height: 66px;
        padding: 10px 0;
    }

    .fix-box .access-box {
        height: 66px;
        padding: 10px 0;
    }
}

@media screen and (max-width: 420px) {
    .fix-box .access-box {
        height: 66px;
        padding: 5px 0;
    }
}


/* バナー */

.banar-box {
    margin: 0 auto;
    width: 50%;
}

@media screen and (max-width: 420px) {
    .banar-box {
        margin: 0 auto;
        width: 92%;
    }
}


/* クイックドック用の項目 */

.sec04-btn {
    background: #abcd02;
    color: #176a22;
    position: relative;
    width: 97%;
    font-size: 2.4rem;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.sec04-btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 26px 0 26px 80px;
}

.sec04-btn.btn01 a::before {
    position: absolute;
    top: 13px;
    left: 20px;
    content: '';
    background: url(../img/checkups/sec01_icon02_w.png) no-repeat top center;
    background-size: 100%;
    width: 46px;
    height: 58px;
    margin-right: 2px;
}

.sec04-btn.btn02 a::before {
    position: absolute;
    top: 13px;
    left: 23px;
    content: '';
    background: url(../img/checkups/sec01_icon03_w.png) no-repeat top center;
    background-size: 100%;
    width: 46px;
    height: 58px;
    margin-right: 2px;
}

.sec04-btn.btn03 a::before {
    position: absolute;
    top: 13px;
    left: 22px;
    content: '';
    background: url(../img/checkups/sec01_icon04_w.png) no-repeat top center;
    background-size: 100%;
    width: 44px;
    height: 52px;
    margin-right: 4px;
}

.sec04-btn.btn04 a::before {
    position: absolute;
    top: 13px;
    left: 24px;
    content: '';
    background: url(../img/checkups/sec01_icon04_w.png) no-repeat top center;
    background-size: 100%;
    width: 44px;
    height: 52px;
    margin-right: 4px;
}

.sec04-btn.btn05 a::before {
    position: absolute;
    top: 13px;
    left: 24px;
    content: '';
    background: url(../img/checkups/sec01_icon05_w.png) no-repeat top center;
    background-size: 100%;
    width: 44px;
    height: 52px;
    margin-right: 4px;
}

.sec04-btn.btn06 a::before {
    position: absolute;
    top: 17px;
    left: 24px;
    content: '';
    background: url(../img/checkups/sec01_icon06_w.png) no-repeat top center;
    background-size: 100%;
    width: 44px;
    height: 52px;
    margin-right: 4px;
}

.sec04-btn.btn07 a::before {
    position: absolute;
    top: 17px;
    left: 24px;
    content: '';
    background: url(../img/checkups/sec01_icon07_w.png) no-repeat top center;
    background-size: 100%;
    width: 44px;
    height: 52px;
    margin-right: 4px;
}

.sec04-btn.btn08 a::before {
    position: absolute;
    top: 17px;
    left: 24px;
    content: '';
    background: url(../img/checkups/sec01_icon08_w.png) no-repeat top center;
    background-size: 100%;
    width: 44px;
    height: 52px;
    margin-right: 4px;
}

.sec04-btn a::after {
    position: absolute;
    top: 24px;
    right: -15px;
    content: '';
    background: url(../img/checkups/green-arrow.png) no-repeat top center;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.sec04-btn:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.sec04-btn a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

@media screen and (max-width: 767px) {
    .sec04-btn.btn01 a::before {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec04-btn.btn02 a::before {
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec04-btn.btn03 a::before {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec04-btn.btn04 a::before {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec04-btn.btn05 a::before {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec04-btn.btn06 a::before {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec04-btn.btn07 a::before {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec04-btn.btn08 a::before {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sec04-btn a {
        padding: 80px 0 14px;
    }

    .sec04-btn a p {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .sec04-btn {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .sec04-btn a::after {
        position: absolute;
        bottom: 0;
        right: 0;
        top: auto;
        width: 20px;
        height: 20px;
    }
}


/* 料金表へのリンクボタンCSS */

.course-detail {
    text-align: center;
    padding: 10px 20px;
    background: #176a22;
}

.course-detail a {
    color: #fff;
}

.course-detail a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00b";
    padding-right: 5px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
}


/* 料金表へのリンクボタンCSS */

.course-detail2 {
    text-align: center;
    padding: 10px 20px;
    background: #176a22;
    width: 320px;
    margin: 20px auto;
    box-sizing: border-box;
}

.course-detail2 a {
    color: #fff;
}

.course-detail2 a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00b";
    padding-right: 5px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
}
.checkupBar {
	background: #ffc41e;
	position: fixed;
	top: 50%;
	right: -20px;
	writing-mode: vertical-rl;
	padding: 20px 25px 20px 7px;
	color: #333333;
	font-size: 16px;
    border: #848484 2px solid;
    border-radius: 20px;
    transform: translateX(100px);
    transition: .3s;
    &>a{
        display: block;
        &>svg{
            width: 25px;
            height: 25px;
            text-align: center;
            fill: #222222;
            transform: translateX(2px);
        }
    }
}