@charset "utf-8";

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, /*strong,*/ sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    word-break: break-all;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
*:before,
*:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*-----------------------------------------------
/*default
-----------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, 'Helvetica Neue', sans-serif;
    color: #444;
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    min-width: 1300px;
}
.cf::after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}
a {
    outline: none;
    vertical-align: bottom;
    color: #222;
}
a:hover {
    opacity: 0.8;
}
img {
    vertical-align: bottom;
}
[href^='tel'] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}
.sp {
    display: none;
}
@media screen and (max-width: 768px) {
    *,
    *:before,
    *:after {
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    body {
        min-width: 100%;
        padding: 60px 0 0;
    }
    .heightLine,
    .heightLine:before,
    .heightLine:after,
    .heightLine-01,
    .heightLine-01:before,
    .heightLine-01:after,
    .doctor01 .carrBox01,
    .doctor01 .carrBox01:before,
    .doctor01 .carrBox01:after,
    .doctor01 .carrBox02,
    .doctor01 .carrBox02:before,
    .doctor01 .carrBox02:after {
        box-sizing: initial;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .gmap {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    .gmap iframe,
    .gmap object,
    .gmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .youtube {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
    [href^='tel'] {
        pointer-events: auto;
    }
}

/*-----------------------------------------------
float
-----------------------------------------------*/
.left {
    float: left;
}

.right {
    float: right;
}

.telBox .right {
    display: inline-block;
    float: none;
    margin-right: 20px;
}

.telbox-mailtxt {
    font-size: 35px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 30px auto 0px auto;
}
.telbox-mailtxt:hover {
    opacity: 0.6;
}
@media screen and (max-width: 768px) {
    .telbox-mailtxt {
        font-size: 21px;
        margin: 10px auto 0px auto;
    }
}

#sideCategory li {
    list-style-type: none;
}

/*-----------------------------------------------
form
-----------------------------------------------*/
input[type='text'],
textarea,
select,
button {
    border: 1px solid #ccc;
    outline: none;
    font-family: inherit;
    font-size: 100%;
    -webkit-appearance: none;
}
textarea {
    resize: vertical;
    line-height: 1.2;
}
label {
    cursor: pointer;
}
select,
textarea,
input[type='text'],
input[type='password'],
c input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'] {
    padding: 5px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 0 #fafafa;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
select:focus,
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus {
    border-color: #8fb8fa;
    outline: 0;
    /* IE6-9 */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cde0ff;
}
input[type='radio'],
input[type='checkbox'] {
    vertical-align: middle;
    margin-right: 3px;
    cursor: pointer;
}
input[type='submit'],
input[type='button'] {
    border: 0;
    outline: none;
    cursor: pointer;
}

/*-----------------------------------------------
共通
-----------------------------------------------*/
/*.inner {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.comTtl01 {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
}
.comTtl01 span {
    color: #4eaea3;
    font-size: 12px;
    display: block;
    letter-spacing: 0;
}
.comTtl02 {
    color: #029d99;
    font-size: 48px;
    text-align: center;
    font-weight: bold;
}
.comTtl02 span {
    display: block;
    font-size: 30px;
    font-weight: normal;
    padding: 0 0 10px;
}
.comTtl03 {
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
}
.comTtl03 span {
    color: #4eaea3;
    font-size: 16px;
    display: block;
    letter-spacing: 0;
    padding: 5px 0 10px;
}
.comTtl03 span::before,
.comTtl03 span::after {
    content: "―";
    color: #4eaea3;
    font-weight: normal;
}
.comTtl03 span::before {
    margin: 0 10px 0 0;
}
.comTtl03 span::after {
    margin: 0 0 0 10px;
}
.comTtl04 {
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
}
.comTtl04 span {
    font-size: 16px;
    display: block;
    letter-spacing: 0;
    padding: 5px 0 10px;
    font-weight: normal;
}
.comTtl04 span::before,
.comTtl04 span::after {
    content: "―";
    color: #fff;
    font-weight: normal;
    opacity: 0.6;
}
.comTtl04 span::before {
    margin: 0 10px 0 0;
}
.comTtl04 span::after {
    margin: 0 0 0 10px;
}
.comReadTxt01 {
    text-align: center;
    font-size: 18px;
    padding: 20px 0 0;
}
.link01 a {
    color: #f1980c;
    border: #f1980c 1px solid;
    box-shadow: 0 2px 0 #f1980c;
    background: url(/img/common/arrow_01.png) no-repeat top 50% right 15px;
    background-size: 9px;
}
.link02 a,
.topSec04 .link02 span {
    color: #029d99;
    background: url(/img/common/arrow_02.png) no-repeat top 50% right 15px #fff;
    background-size: 9px;
}
.link03 a {
    color: #fff;
    background: url(/img/common/arrow_03.png) no-repeat top 50% right 15px #4eaea3;
    background-size: 9px;
}
.btn a,
.topSec04 .link02 span {
    display: inline-block;
    padding: 15px 50px 15px 30px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .inner {
        width: 100%;
    }
    .comTtl01 {
        font-size: 24px;
    }
    .comTtl01 span {
        font-size: 11px;
    }
    .comTtl02 {
        font-size: 24px;
    }
    .comTtl02 span {
        font-size: 20px;
    }
    .comTtl03 {
        font-size: 24px;
    }
    .comTtl03 span {
        font-size: 14px;
    }
    .comTtl04 {
        font-size: 24px;
    }
    .comTtl04 span {
        font-size: 14px;
    }
    .comReadTxt01 {
        font-size: 16px;
        padding: 3% 0 0;
        text-align: justify;
    }
}*/
#home main {
    background: url(/img/top/bg_01.png) no-repeat center top 400px;
    background-size: cover;
}
.inner {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.comTtl01,
.comTtl02 {
    text-align: center;
    font-size: 42px;
    background: url(/img/common/logo_title.png) no-repeat center top;
    background-size: 70px;
    padding: 80px 0 0;
}
.comTtl01 span {
    display: block;
    font-size: 16px;
    padding: 25px 0 0;
}
.comTtl02 span {
    display: block;
    font-size: 16px;
    padding: 20px 0 0;
}
.comTtl02 {
    background: none;
    padding: 0;
    font-size: 34px;
    margin: 0 0 30px;
}
.comTtl03 {
    font-size: 32px;
    font-weight: bold;
    color: #009e96;
}
.comTtl04 {
    color: #009e96;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
.btn a {
    display: inline-block;
    padding: 15px 50px 15px 30px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}
.telBox .btn a {
    background: url(/img/common/arrow_04.png) no-repeat top 50% right 20px #a6cb01;
    background-size: 8px;
    color: #fff;
    text-decoration: none;
    padding: 15px 35px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
}
.comReadTxt01 {
    text-align: center;
    font-size: 18px;
    padding: 5px 0 0;
    color: #4eaea3;
}
@media screen and (max-width: 768px) {
    .inner {
        width: 100%;
    }
    .comTtl01 {
        margin: 5%;
        padding: 45px 0 0;
        background-size: 35px;
        font-size: 20px;
    }
    .comTtl01 span {
        font-size: 11px;
        padding: 5px 0 0;
    }
    .comTtl02 {
        font-size: 22px;
        margin: 0 0 4%;
    }
    .comTtl02 span {
        font-size: 12px;
        padding: 5px 0 0;
    }
    .comTtl03 {
        font-size: 20px;
        text-align: justify;
        line-height: 1.5;
    }
    .comTtl04 {
        font-size: 20px;
    }
    .comTtl04 span {
        font-size: 14px;
    }
    .comReadTxt01 {
        font-size: 16px;
        padding: 3% 0 0;
        text-align: justify;
    }
}

.calendar_spTxt,
.calendar_spTxt a {
    margin-top: 3%;
    font-weight: bold;
    color: #009e96;
}

/*-----------------------------------------------
共通 table
-----------------------------------------------*/
.timeTable {
    width: 100%;
    border: #0c9f97 2px solid;
}
.timeTable thead th {
    background: #34b1ad;
    color: #fff;
    font-weight: bold;
}
.timeTable th {
    padding: 10px 15px;
    text-align: center;
}
.timeTable td {
    padding: 15px;
    text-align: center;
}
.timeTable tr {
    border-top: #0c9f97 1px solid;
}
.timeTable tbody th,
.timeTable td {
    background: #fff;
}
@media screen and (max-width: 768px) {
    .timeTable th,
    .timeTable td {
        padding: 2% 1%;
        font-size: 11px;
    }
}

/*-----------------------------------------------
header
-----------------------------------------------*/
/*header {
    position: relative;
}
header h1 {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    position: absolute;
    bottom: -30px;
    left: 10px;
}
header .telBox li {
    display: table-cell;
    vertical-align: middle;
}
header .telBox .btn a {
    background: url(/img/common/ico_email.png) no-repeat #f1980c 20px;
    background-size: 25px;
    padding: 12px 20px 12px 55px;
    border-radius: 3px;
}
header .header .logo {
    float: left;
    padding: 12px 0 0 10px;
}
header nav {
    float: right;
}
header nav li {
    border: none;
}
header nav li a {
    padding: 17px 20px 16px;
}
header .telBox {
    float: right;
}
header .telBox .btnTel {
    padding: 5px 15px 0;
}
header .telBox .btnTel p {
    font-size: 11px;
    padding: 5px 0 0;
    letter-spacing: .1px;
}
@media screen and (max-width: 1350px) {
    header nav li a {
        padding: 17px 12px 16px;
    }
}
@media screen and (max-width: 768px) {
    header .header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1;
    }
    header .header .logo {
        padding: 10px 0 0;
    }
    header .header .logo img {
        width: 180px;
    }
    header nav li {
        border-bottom: #4eaea3 1px solid;
    }
    header h1 {
        font-size: 14px;
        padding: 2%;
        text-align: center;
        width: 100%;
        top: 0;
        left: auto;
    }
    header .telBox {
        display: none;
    }
}
@media screen and (max-width: 350px) {
    header .header .logo img {
        width: 145px;
    }
}*/
header {
    position: relative;
    border-bottom: #eee 1px solid;
    padding: 10px;
}
#home header {
    border: none;
    padding: 0;
}
header .logo {
    float: left;
    width: 751px;
    display: table;
}
header .logo a {
    display: table-cell;
}
header .logo img {
    width: 315px;
    height: auto;
}
.h1tag {
    position: absolute;
    top: 35px;
    left: 330px;
    color: #009e96;
    font-size: 18px;
    font-weight: bold;
}
#home header .h1tag {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    position: absolute;
    bottom: -30px;
    left: 10px;
}
header .header .logo {
    float: left;
    padding: 12px 0 0 10px;
}
header .telBox li {
    display: table-cell;
    vertical-align: middle;
}
header .telBox .tel {
    font-size: 36px;
    line-height: 1;
    text-align: right;
    background: url(/img/common/ico_tel.png) no-repeat 10px 7px;
    background-size: 28px;
    padding: 7px 0;
}
.topMv_wrap .header .logo {
    float: left;
}
.topMv_wrap .header .btn {
    float: right;
    margin-top: 10px;
}
.topMv_wrap .header .btn a {
    background: url(/img/common/arrow_01.png) no-repeat #a6cb00 center right 12px;
    background-size: 16px;
    padding: 13px 45px 13px 30px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    letter-spacing: 1px;
}

/*
header .telBox .btn a {
    background: url(/img/common/ico_email.png) no-repeat #f1980c 20px;
    background-size: 25px;
    padding: 12px 20px 12px 55px;
    border-radius: 3px;
}
*/
header .telBox .btn a {
    background: url(/img/common/arrow_01.png) no-repeat #a6cb00 center right 12px;
    background-size: 16px;
    padding: 13px 45px 13px 30px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    letter-spacing: 1px;
    font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, 'Helvetica Neue', sans-serif;
}
header .telBox .btn {
    float: right;
    margin-top: 15px;
}
header .telBox .time {
    font-size: 12px;
    font-weight: bold;
    font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, 'Helvetica Neue', sans-serif;
}
header nav li {
    border: none;
}
nav li:first-child {
    /*width: 8%;*/
    width: auto;
}
nav li:nth-child(6) {
    width: 18%;
}
header nav li a {
    padding: 17px 20px 16px;
}
header .telBox {
    float: right;
    width: auto;
    /* width: 477px; */
}
header .telBox .btnTel {
    padding: 5px 15px 0;
}
header .telBox .btnTel p {
    font-size: 11px;
    padding: 5px 0 0;
    letter-spacing: 0.1px;
}
@media screen and (max-width: 1350px) {
    header nav li a {
        padding: 17px 12px 16px;
    }
}
@media screen and (max-width: 768px) {
    header,
    header .header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1;
        background: rgba(255, 255, 255, 0.9);
        padding: 5px;
    }
    header .header .logo {
        padding: 10px 0 0;
    }
    header .header .logo img {
        width: 180px;
    }
    nav li:first-child,
    nav li:nth-child(6) {
        width: 100%;
    }
    nav li {
        border-bottom: #4eaea3 1px solid;
    }
    nav li a {
        padding: 4%;
        text-align: left;
    }
    .h1tag {
        position: relative;
        top: auto;
        left: auto;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
        font-size: 14px;
        padding: 1%;
    }
    header .telBox {
        display: none;
    }
    .topMv_wrap .header .btn {
        display: none;
    }
}
@media screen and (max-width: 350px) {
    header .header .logo img {
        width: 145px;
    }
}

/*-----------------------------------------------
nav
-----------------------------------------------*/
/*nav ul {
    display: table;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
nav li {
    border: #4eaea3 1px solid;
    display: table-cell;
}
nav a {
    display: block;
    padding: 20px;
    text-decoration: none;
    font-weight: bold;
    color: #222;
}
nav span {
    display: block;
    color: #4eaea3;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0 0;
}
nav a:hover {
    background: #edf7f6;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    nav {
        display: none;
        position: fixed;
        width: 100%;
        background: #fff;
        top: 60px;
        left: 0;
        border-top: #4eaea3 1px solid;
        z-index: 10;
    }
    nav ul {
        display: block;
    }
    nav li {
        display: block;
        border: none;
        border-bottom: #4eaea3 1px solid;
    }
    nav a {
        display: block;
        padding: 3% 5%;
        background: url(/img/common/arrow_02.png) no-repeat right 5% center;
        background-size: 10px;
    }
    nav span {
        font-size: 10px;
        padding: 0;
    }
    nav a:hover {
        background: url(/img/common/arrow_02.png) no-repeat right 5% center;
        background-size: 10px;
    }
}*/
nav ul {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
nav li {
    display: table-cell;
    vertical-align: middle;
}
nav li img {
    width: 21px;
    padding: 0 0 2px;
}
nav a {
    display: block;
    padding: 16px;
    text-decoration: none;
    font-weight: bold;
    color: #222;
    font-size: 18px;
    border-bottom: #fff 5px solid;
}
nav span {
    display: block;
}
nav a.active,
nav a:hover {
    border-color: #a6cb00;
    opacity: 1;
}
nav .btnForm {
    width: 265px;
}
nav .btnForm a {
    background: url(/img/common/arrow_01.png) no-repeat center right 30px #a6cb00;
    background-size: 14px;
    color: #fff;
    padding: 32px 20px;
    border: none;
}
nav .btnForm a:hover {
    opacity: 0.8;
}
@media screen and (max-width: 768px) {
    nav {
        display: none;
        position: fixed;
        width: 100%;
        background: #fff;
        top: 60px;
        left: 0;
        border-top: #4eaea3 1px solid;
        z-index: 10;
    }
    nav ul {
        display: block;
    }
    nav li {
        display: block;
        border: none;
        border-bottom: #4eaea3 1px solid;
    }
    nav a {
        display: block;
        padding: 3% 5%;
        background: url(/img/common/arrow_03.png) no-repeat right 5% center;
        background-size: 7px;
        border: none;
    }
    nav span {
        font-size: 10px;
        padding: 0 10px 0 0;
        display: inline;
    }
    nav a:hover {
        background: url(/img/common/arrow_03.png) no-repeat right 5% center;
        background-size: 7px;
    }
    nav .btnForm {
        display: none;
    }
}

/*-----------------------------------------------
topMv
-----------------------------------------------*/
.topMv_wrap {
    position: relative;
}
.topMv_wrap .header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px 30px 0;
    z-index: 1;
}
.topMv_wrap .logo img {
    width: 359px;
    height: auto;
}

.topMv {
    background: url(/img/top/mv_bg.png) no-repeat center;
    background-size: cover;
    height: 700px;
}
.topMv .ttl01 {
    display: block;
    text-align: center;
    padding: 145px 0 0;
}
.topMv span {
    font-size: 60px;
}
.topMv .h1tag {
    position: absolute;
    top: auto;
    left: 30px;
    bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    text-shadow: 0 0 2px rgba(255, 255, 255, 1);
}
.menuBoxSp {
    display: none;
}
@media screen and (max-width: 768px) {
    .header {
        position: fixed;
        padding: 5px;
        background: rgba(255, 255, 255, 0.9);
        z-index: 10;
    }
    .topMv_wrap .header {
        position: fixed;
        padding: 5px;
    }
    header .logo,
    .header .logo {
        float: left;
        width: 45%;
    }
    .topMv_wrap .logo img,
    header .logo img {
        width: 100%;
        max-width: 180px;
        padding: 5px 0 0;
    }
    .topMv .telBox {
        display: none;
    }
    .menuBoxSp {
        display: block;
        float: right;
    }
    .menuBoxSp li {
        display: inline-block;
        margin: 0 0 0 2px;
    }
    .menuBoxSp img {
        width: 50px;
    }
    .topMv {
        height: auto;
    }
    .topMv .ttl01 {
        padding: 8% 8% 4%;
    }
    .topMv .ttl01 img {
        width: 60%;
    }
    .topMv span {
        font-size: 5vw;
    }
    .topMv .h1tag {
        position: initial;
        font-size: 14px;
        padding: 0 10px 5px;
    }
}

/*-----------------------------------------------
topMv2
-----------------------------------------------*/
.topMv2 {
    background: url(/img/top/mv_bg2.png) no-repeat center;
    background-size: cover;
    height: 700px;
    position: relative;
}
.topMv2 .header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px 30px 0;
    z-index: 1;
}
.topMv2 .logo img {
    width: 359px;
    height: auto;
}
.topMv2 .ttl01 {
    display: block;
    padding: 145px 0 0 300px;
}
.topMv2 span {
    font-size: 60px;
}
.topMv2 .h1tag {
    position: absolute;
    top: auto;
    left: 30px;
    bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    text-shadow: 0 0 2px rgba(255, 255, 255, 1);
}

@media screen and (max-width: 768px) {
    .topMv2 .header {
        position: fixed;
        padding: 5px;
    }
    .topMv2 .logo img {
        width: 100%;
        max-width: 180px;
        padding: 5px 0 0;
    }
    .topMv2 .telBox {
        display: none;
    }
    .topMv2 {
        height: auto;
    }
    .topMv2 .ttl01 {
        padding: 8% 8% 4%;
    }
    .topMv2 .ttl01 img {
        width: 60%;
    }
    .topMv2 span {
        font-size: 5vw;
    }
    .topMv2 .h1tag {
        position: initial;
        font-size: 14px;
        padding: 0 10px 5px;
    }
}

/*-----------------------------------------------
breadcrumb
-----------------------------------------------*/
#pagPath {
    padding: 10px 0;
    background-color: #fafafa;
}

#pagPath ul {
    margin: 0 auto;
    width: 1200px;
}

#pagPath li {
    display: inline;
    font-size: 14px;
}

#pagPath li a {
    margin-right: 12px;
    text-decoration: underline;
}

#pagPath li a:hover {
    text-decoration: none;
}
#pagPath li a::after {
    content: '>';
    display: inline-block;
    padding-left: 5px;
}

#pagPath span {
    margin: 0 7px 0 0;
}

@media screen and (max-width: 768px) {
    #pagPath {
        margin-bottom: 10px;
        padding: 5px;
        font-size: 12px;
    }

    #pagPath ul {
        width: auto;
    }

    #pagPath li a:hover {
        text-decoration: underline;
    }
}
/*-----------------------------------------------
footer
-----------------------------------------------*/
/*.btn.top {
    background: #029d99;
    text-align: center;
}
.btn.top a{
    display: block;
    width: 100%;
    padding: 15px 50px 15px 50px;
}
.btn.top img {
    width: 28px;
}
footer {
    padding: 80px 0 0;
}
footer p {
    padding: 15px 0;
}
footer li {
    display: table-cell;
    vertical-align: middle;
}
footer .telBox .btn a {
    background: url(/img/common/ico_email.png) no-repeat #f2980c 20px;
    background-size: 25px;
    padding: 15px 20px 15px 55px;
    border-radius: 3px;
}
small {
    background: #029d99;
    color: #fff;
    text-align: center;
    padding: 10px;
    display: block;
    font-size: 14px;
}

sitemap
.sitemap {
    background: #eff7ea;
    padding: 50px 0;
    margin: 60px 0 0;
}
.sitemap ul {
    display: table-cell;
    padding: 0 70px 0 0;
}
.sitemap ul li {
    display: block;
    color: #029d99;
    font-weight: bold;
}
.sitemap ul li a {
    color: #029d99;
    background: url(/img/common/arrow_02.png) no-repeat 0 50%;
    background-size: 9px;
    text-decoration: none;
    font-weight: bold;
    padding: 3px 0 3px 20px;
    display: block;
}
.sitemap ul li li a {
    color: #444;
    background: url(/img/common/arrow_05.png) no-repeat 0 50%;
    background-size: 6px;
    font-weight: normal;
    padding: 3px 0 3px 15px;
}
.sitemap ul ul {
    padding: 0 10px 0 5px;
}
.btnSitemap {
    display: none;
}
@media screen and (max-width: 768px) {
    footer {
        padding: 10% 0 0;
        text-align: center;
    }
    footer .inner {
        padding: 0 5%;
    }
    footer .left ,
    footer .right {
        float: none;
    }
    footer .logo img,
    footer .telBox img {
        max-width: 100%;
    }
    footer p {
        padding: 5% 0;
        text-align: justify;
    }
    footer li {
        display: block;
        padding: 2.5% 0;
    }
    footer .telBox .btn a {
        background: url(/img/common/ico_email.png) no-repeat #f2980c 20px;
        background-size: 34px;
        display: block;
        text-align: center;
        margin: 0;
        font-size: 20px;
        padding: 5% 0;
    }
    .sitemap {
        margin: 0;
        padding: 0;
        text-align: justify;
    }
    .sitemap .inner {
        display: none;
    }
    .sitemap ul {
        display: block;
        padding: 0 0 5%;
    }
    .sitemap ul li {
        display: block;
        padding: 0;
    }
    .sitemap ul ul {
        padding: 0 0 0 5%;
    }
    .sitemap ul li a {
        padding: 10px 0 10px 20px;
        border-bottom: #b5d6d157 1px solid;
    }
    .sitemap ul li li a {
        padding: 10px 0 10px 15px;
    }
    small {
        padding: 5%;
    }
    .btnSitemap {
        display: block;
    }
    .btnSitemap {
        display: block;
        padding: 5%;
        background: url(/img/common/ico_plus.png) no-repeat center right 5%;
        background-size: 17px;
    }
    .btnSitemap.active {
        background: url(/img/common/ico_minus.png) no-repeat center right 5%;
        background-size: 17px;
    }
}*/
footer {
    border-top: #eee 1px solid;
    position: relative;
}
.btn.top {
    position: absolute;
    top: -84px;
    right: 20px;
}
.btn.top a {
    padding: 0;
}
.btn.top img {
    width: 64px;
}
footer .btnForm {
    display: none;
}
footer .cf {
    padding: 70px 50px;
    background: url(/img/common/bg_footer.png) no-repeat center left 450px;
    border-top: #eee 1px solid;
}
footer .logo img {
    width: 359px;
}
footer .telBox .btn a {
    background: url(/img/common/arrow_01.png) no-repeat #a6cb00 20px;
    background-size: 20px;
    padding: 15px 20px 15px 55px;
    border-radius: 3px;
}
footer .left {
    width: 55%;
}
footer .right {
    width: 45%;
}
footer .logo {
    padding: 20px 0;
}
footer .telBox {
    margin: 15px 0 0;
}
footer .telBox [href^='tel'] {
    background: url(/img/common/ico_tel.png) no-repeat center left;
    background-size: 24px;
    font-size: 34px;
    font-weight: bold;
    padding: 5px 0 0 30px;
    color: #444;
}
footer .telBox li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 0;
}
footer .telBox .btn a {
    background: url(/img/common/arrow_01.png) no-repeat #a6cb00 center right 12px;
    background-size: 16px;
    padding: 13px 45px 13px 30px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    letter-spacing: 1px;
}
footer .dl01 {
    margin: 20px 0 0;
}
footer .dl01 dt {
    display: table-cell;
    border: #0c9f97 2px solid;
    color: #0c9f97;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 5px 10px;
    vertical-align: middle;
    background: #fff;
}
footer .dl01 dt span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
}
footer .dl01 dd {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
}
footer .dl01 p {
    line-height: 2;
}
footer .dl01 p span {
    background: #0c9f97;
    color: #fff;
    padding: 5px 8px;
    display: inline-block;
    margin: 0 10px 0 0;
    line-height: 1;
}
footer .dl01 strong {
    font-size: 18px;
}
small {
    text-align: center;
    display: block;
    padding: 20px;
}
@media screen and (max-width: 768px) {
    .btn.top {
        position: initial;
        text-align: center;
        padding: 4% 0 2%;
    }
    .btn.top img {
        width: 50px;
    }
    footer nav {
        display: none;
    }
    footer .cf {
        border: none;
        padding: 4% 4% 6%;
    }
    footer .logo img {
        width: 270px;
    }
    footer .left,
    footer .right {
        width: 100%;
        float: none;
    }
    footer .logo {
        padding: 0 0 2%;
        text-align: center;
    }
    footer .telBox {
        margin: 2% 0 0;
        text-align: center;
    }
    footer .telBox li {
        display: block;
        padding: 0;
    }
    footer .telBox [href^='tel'] {
        background-size: 9vw;
        font-size: 10vw;
        padding: 1vw 0 0 11vw;
    }
    footer .telBox .btn a {
        padding: 4% 45px 4% 30px;
        font-size: 5vw;
        width: 100%;
    }
    footer .right {
        padding: 6% 0 0;
    }
    footer .dl01 {
        margin: 4% 0 0;
        width: 100%;
        display: table;
    }
    footer .dl01 dt {
        padding: 0;
        white-space: pre;
        text-align: center;
        width: 110px;
    }
    footer .dl01 dd {
        padding: 0 0 0 10px;
    }
    footer .dl01 p {
        line-height: 1.38;
        font-size: 14px;
    }
    footer .dl01 strong {
        font-size: 14px;
    }
    footer .dl01 p span {
        margin: 5px 0;
        padding: 5px;
    }
    small {
        padding: 4%;
    }
}

/*-----------------------------------------------
topLatency
-----------------------------------------------*/
.topLatency {
    background: #4eaea3;
    color: #fff;
}
.topLatency .ttl01 {
    font-size: 20px;
    padding: 20px 0;
    border-right: #75c3ba 5px solid;
}
.topLatency .ttl01 span {
    color: #bededa;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
}
.topLatency ul {
    padding: 25px 0 0;
    width: 100%;
    display: table;
}
.topLatency li {
    display: table-cell;
    vertical-align: middle;
}
.topLatency li:nth-child(2) span,
.topLatency li:nth-child(3) span {
    background: #fff;
    border: #a2e4dc 2px solid;
    border-radius: 3px;
    color: #f1980c;
    font-size: 28px;
    font-weight: bold;
    padding: 2px 10px 2px 60px;
    margin: 0 5px 0 10px;
    display: inline-block;
}
.topLatency li .box02 span {
    padding: 2px 10px 2px 30px;
}
.topLatency li:nth-child(1) {
    width: 20%;
    min-width: 290px;
    text-align: center;
}
.topLatency li:nth-child(2) {
    width: 25%;
    min-width: 290px;
    background: url(/img/common/ico_man.png) no-repeat 3vw 23px;
    background-size: 46px;
    padding: 10px 0 10px 8vw;
    border-right: #fff 1px solid;
}
.topLatency li:nth-child(3) {
    width: 25%;
    min-width: 330px;
    background: url(/img/common/ico_time.png) no-repeat 2.5vw 24px;
    background-size: 36px;
    padding: 10px 0 10px 6vw;
    border-right: #fff 1px solid;
}
.topLatency li:nth-child(4) {
    width: 30%;
    min-width: 380px;
    padding: 10px 0 10px 3vw;
}
@media screen and (max-width: 1240px) {
    .topLatency li:nth-child(2) {
        background: url(/img/common/ico_man.png) no-repeat 20px 23px;
        background-size: 46px;
        padding: 10px 0 10px 80px;
    }
    .topLatency li:nth-child(3) {
        background: url(/img/common/ico_time.png) no-repeat 25px 24px;
        background-size: 36px;
        padding: 10px 0 10px 70px;
    }
    .topLatency li:nth-child(4) {
        padding: 10px 0 10px 30px;
    }
}
.topLatency .box01 p,
.topLatency .box02 p,
.topLatency .box03 p {
    float: left;
    text-align: right;
}
.topLatency .box03 img {
    padding: 10px 0 0 15px;
}
.topLatency .txt01 {
    color: #bededa;
    font-size: 14px;
    text-align: right;
    padding: 10px 0;
}
@media screen and (max-width: 768px) {
}

/*-----------------------------------------------
topNews
-----------------------------------------------*/
.topNews {
    border-bottom: #4eaea3 1px solid;
    padding: 20px;
}
.topNews .ttl01 {
    background: #e5f7f1;
    color: #4eaea3;
    float: left;
    display: inline-block;
    width: 220px;
    text-align: center;
    padding: 8px;
    font-size: 18px;
    font-weight: bold;
}
.topNews ul {
    float: right;
    width: calc(100% - 220px);
}
.topNews li {
    padding: 8px 30px;
}
@media screen and (max-width: 768px) {
    .topNews .ttl01,
    .topNews ul {
        float: none;
        width: 100%;
    }
    .topNews {
        padding: 4%;
    }
    .topNews li {
        padding: 4% 0 0;
    }
}

/*-----------------------------------------------
pallax
-----------------------------------------------*/
.parallax01 {
    background: url(/img/top/parallax_01.png) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    height: 380px;
    margin: -300px 0 0;
}
.parallax02 {
    background: url(/img/top/parallax_02.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}
.parallax02 .ttl01 {
    font-size: 28px;
    font-weight: bold;
}
.parallax02 p {
    line-height: 2;
    padding: 40px 0 0;
}
@media screen and (max-width: 1300px) {
    .parallax02 {
        background-attachment: initial;
    }
}
@media screen and (max-width: 768px) {
    .parallax01,
    .parallax02 {
        background-attachment: initial;
        background-size: cover;
    }
    .parallax01 {
        height: 50vw;
        margin: 0;
        background: url(/img/top/parallax_01_sp.jpg) no-repeat top center;
        background-size: cover;
    }
    .parallax02 {
        text-align: left;
        padding: 8% 4%;
        background: url(/img/top/parallax_02_sp.jpg) no-repeat center;
        background-size: cover;
    }
    .parallax02 .ttl01 {
        font-size: 20px;
    }
    .parallax02 p {
        line-height: 1.38;
        padding: 4% 0 0;
    }
}

/*-----------------------------------------------
topSec01
-----------------------------------------------*/
.topSec01 {
    background: #009e96;
    padding: 30px 0;
}
/*.news {
    float: left;
    width: 50%;
    padding: 0 50px;
}*/
.news {
    width: 100%;
    padding: 0 50px;
}
.news .ttl01,
.latency .ttl02 {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: bold;
    color: #fff;
}

.news .ttl00 {
    padding: 0 0 5px 38px;
    background: url(/img/common/ico_01.png) no-repeat center left;
    background-size: 29px;
    color: #fff;
}

.news h2 {
    font-size: 23px;
}

.news .ttl01 {
    padding: 0 0 0 30px;
    background: url(/img/common/ico_01.png) no-repeat center left;
    background-size: 20px;
}
.news .newsArea {
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 20px 30px;
    border-top: #a6ddda 2px solid;
}
.news dl {
    height: 230px;
    overflow: auto;
}
.news dt a {
    background: url(/img/common/arrow_03.png) no-repeat center left;
    background-size: 7px;
    padding: 0 0 0 15px;
}
.news dd {
    margin: 0 0 15px;
}
.news dd a {
    padding: 0 0 0 15px;
    background: url(/img/common/arrow_03.png) no-repeat center left;
    background-size: 7px;
}
.news dd a:hover {
    text-decoration: none;
}
.latency {
    float: right;
    width: 50%;
}
.latency .ttl02 {
    padding: 0 0 0 25px;
    background: url(/img/common/ico_02.png) no-repeat center left;
    background-size: 16px;
}
.latency ul {
    display: inline-block;
}
.latency ul:first-child {
    margin: 0 20px 0 0;
}
.latency li {
    display: table-cell;
    border: #fff 1px solid;
    vertical-align: middle;
}
.latency .green {
    color: #fff;
    padding: 0 12px;
    font-size: 18px;
}
.latency .number {
    background: #fff;
    color: #fd8b06;
    font-size: 34px;
    padding: 0 10px;
    text-align: center;
}
/*.latency .number span {
    display: none;
}*/
.latency .txt01 {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 15px 0 0;
}
.latency .txt01 a {
    color: #fff;
    font-size: 38px;
}
.latency .txt02 {
    color: #fff;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    .topSec01 {
        padding: 6% 4%;
    }
    .news,
    .latency {
        float: none;
        width: 100%;
        padding: 0;
    }
    .news .ttl01,
    .latency .ttl02 {
        font-size: 20px;
    }
    .news {
        margin: 0 0 6%;
    }
    .news .newsArea {
        padding: 3% 4%;
        border: none;
        height: 250px;
        overflow-y: scroll;
        line-height: 1.3;
        font-size: 15px;
    }
    .news dl {
        height: auto;
    }
    .latencyArea {
        display: flex;
        justify-content: space-between;
    }
    .latency ul:first-child {
        margin: 0;
    }
    .latency ul {
        width: 49%;
        display: table;
    }
    .latency .green {
        font-size: 3vw;
        padding: 0 3%;
    }
    .latency .number {
        font-size: 6vw;
        width: auto;
        padding: 0 3%;
    }
    .latency .txt01 a {
        font-size: 12vw;
        line-height: 1.25;
        text-align: center;
        display: block;
    }
    .latency .txt02 {
        font-size: 14px;
    }
}

/*-----------------------------------------------
topSec02
-----------------------------------------------*/
.topSec02 {
    background: url(/img/top/bg_02.png) no-repeat top center;
    background-size: cover;
    padding: 90px 0;
    text-align: center;
}
.topSec02 .ttl01 {
    font-size: 30px;
    font-weight: bold;
}
.topSec02 .box01 {
    background: #fff;
    width: 980px;
    padding: 50px;
    margin: 40px auto 0;
}
.topSec02 .ttl02 {
    color: #009e96;
    font-size: 38px;
}
.topSec02 .ttl02 span {
    font-weight: bold;
}
.topSec02 p {
    line-height: 2;
    padding: 20px 0 40px;
}
.topSec02 ul {
    display: flex;
    justify-content: center;
}
.topSec02 li {
    padding: 0 20px;
}
.topSec02 a {
    color: #009e96;
    border: #009e96 1px solid;
    border-radius: 50px;
    background: url(/img/common/arrow_02.png) no-repeat center right 10px;
    background-size: 16px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    padding: 8px 0;
    width: 270px;
    display: inline-block;
}
.topSec02 a:hover {
    color: #fff;
    background: url(/img/common/arrow_01.png) no-repeat center right 10px #009e96;
    background-size: 16px;
}
@media screen and (max-width: 768px) {
    .topSec02 {
        padding: 8% 4% 4%;
    }
    .topSec02 .ttl01 {
        font-size: 20px;
    }
    .topSec02 .box01 {
        width: 100%;
        margin: 4% 0 0;
        padding: 6% 4% 2%;
        text-align: justify;
    }
    .topSec02 .ttl02 {
        font-size: 18px;
    }
    .topSec02 p {
        line-height: 1.38;
        padding: 2% 0 6%;
    }
    .topSec02 ul {
        display: block;
        text-align: center;
    }
    .topSec02 li {
        padding: 0 0 3%;
    }
    .topSec02 a {
        font-size: 4vw;
        text-align: center;
        padding: 3.5% 0;
        width: 100%;
    }
}

/*-----------------------------------------------
topSec03
-----------------------------------------------*/
.topSec03 .comTtl01 {
    margin: 105px 0 60px;
}
.halfBoxArea .bgBox:nth-child(1) {
    background: url(/img/top/img_01.png) no-repeat center;
    background-size: cover;
}
.halfBoxArea .bgBox:nth-child(2) {
    background: url(/img/top/img_02.png) no-repeat center;
    background-size: cover;
}
.halfBoxArea .halfBox {
    width: 50%;
}
.halfBoxArea .bgBox:nth-child(odd) .halfBox {
    float: right;
}
.halfBoxArea .bgBox:nth-child(even) .halfBox {
    float: left;
}
.halfBox .photoBox {
    float: right;
}
.halfBox:nth-child(odd) .photoBox {
    float: left;
}
.bgBox:nth-child(odd) .txtBox {
    width: 600px;
    padding: 85px 0 130px 80px;
}
.bgBox:nth-child(even) .txtBox {
    width: 600px;
    padding: 85px 80px 130px 0;
    float: right;
}
.halfBoxArea .halfBox .txtBox img {
    width: 100%;
}
.halfBoxArea .halfBox .txt01 {
    background: #4eaea3;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    line-height: 1;
}
.halfBoxArea .bgBox:nth-child(even) .txt01 {
    background: #a6cb01;
}
.halfBoxArea .halfBox .ttl01 {
    font-size: 34px;
    padding: 35px 0 20px;
}
.halfBoxArea .halfBox span {
    float: right;
    padding: 40px 0 0;
}
.halfBoxArea .halfBox .ttl02 {
    font-size: 24px;
    font-weight: bold;
    padding: 40px 0 20px;
}
.halfBoxArea .halfBox p {
    line-height: 1.75;
}
.halfBoxArea .halfBox .btn {
    text-align: right;
}
@media screen and (max-width: 768px) {
    .halfBoxArea .halfBox,
    .halfBoxArea .bgBox:nth-child(odd) .halfBox,
    .halfBoxArea .bgBox:nth-child(even) .halfBox,
    .halfBox .photoBox,
    .halfBox:nth-child(odd) .photoBox,
    .bgBox:nth-child(odd) .txtBox,
    .bgBox:nth-child(even) .txtBox,
    .halfBoxArea .halfBox span {
        width: 100%;
        float: none;
    }
    .topSec03 .comTtl01 {
        margin: 8% 0 4%;
    }
    .halfBoxArea .bgBox:nth-child(1),
    .halfBoxArea .bgBox:nth-child(2) {
        background: none;
    }
    .bgBox:nth-child(odd) .txtBox,
    .bgBox:nth-child(even) .txtBox {
        padding: 0;
    }
    .halfBoxArea .halfBox .txt01 {
        margin: 4% 4% 2%;
    }
    .halfBoxArea .halfBox .ttl01 {
        font-size: 20px;
        padding: 0 4%;
    }
    .halfBoxArea .halfBox p {
        padding: 2% 4% 8%;
        line-height: 1.38;
    }
}

/*-----------------------------------------------
topSec04
-----------------------------------------------*/
.topSec04 {
    padding: 100px 0 0;
}
.topSec04 .comTtl01 {
    margin: 0 0 30px;
}
.topSec04 .inner {
    width: 1300px;
}
.topSec04 .box01 {
    background: url(/img/top/bg_03.png) no-repeat #e4fffe;
    float: left;
}
.topSec04 .box02 {
    background: url(/img/top/bg_04.png) no-repeat #f5fdce;
    float: right;
}
.topSec04 .box01,
.topSec04 .box02 {
    background-size: cover;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    padding: 100px;
    text-align: center;
}
.topSec04 .box01 .ttl01,
.topSec04 .box02 .ttl01 {
    font-size: 40px;
    font-weight: bold;
    padding: 0 0 15px;
}
.topSec04 .box01 .ttl01 {
    color: #009e96;
}
.topSec04 .box02 .ttl01 {
    color: #93b400;
}
.topSec04 .box01 ul {
    margin: 0 0 40px;
}
.topSec04 .box01 li {
    border: #009e96 1px solid;
    display: inline-block;
    color: #009e96;
    padding: 5px 20px;
}
.topSec04 .box02 ul {
    margin: 0 0 20px;
}
.topSec04 .box02 dl {
    border: #93b400 1px solid;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.topSec04 .box02 dt {
    color: #93b400;
    display: table-cell;
    vertical-align: middle;
    background: rgba(166, 203, 0, 0.2);
    padding: 15px 10px;
}
.topSec04 .box02 dd {
    color: #93b400;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 2px 12px;
}
.topSec04 p {
    text-align: justify;
    line-height: 1.75;
}
.topSec04 a {
    color: #009e96;
    border: #009e96 1px solid;
    border-radius: 25px;
    background: url(/img/common/arrow_02.png) no-repeat center right 10px #fff;
    background-size: 16px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    margin: 25px 0 0;
    padding: 10px 0;
    width: 250px;
    display: inline-block;
}
.topSec04 a:hover {
    color: #fff;
    background: url(/img/common/arrow_01.png) no-repeat center right 10px #009e96;
    background-size: 16px;
}
@media screen and (max-width: 768px) {
    .topSec04 .inner,
    .topSec04 .box01,
    .topSec04 .box02,
    .topSec04 .box01,
    .topSec04 .box02 {
        width: 100%;
        height: auto;
        float: none;
    }
    .topSec04 {
        padding: 8% 4% 4%;
        border-top: #eee 1px solid;
    }
    .topSec04 .comTtl01 {
        margin: 0 0 4%;
    }
    .topSec04 .box01,
    .topSec04 .box02 {
        border-radius: 10px;
        padding: 4%;
    }
    .topSec04 .box01 .ttl01,
    .topSec04 .box02 .ttl01 {
        font-size: 20px;
        padding: 0 0 2%;
    }
    .topSec04 .box01 ul {
        margin: 0 0 4%;
    }
    .topSec04 .box02 ul {
        margin: 0;
    }
    .topSec04 .box02 dl {
        width: 100%;
        margin: 0 0 2%;
    }
    .topSec04 p {
        line-height: 1.38;
    }
    .topSec04 a {
        margin: 4% 0 0;
        padding: 3.5%;
        width: 100%;
    }
    .topSec04 .box01 {
        margin: 0 0 4%;
    }
}

/*-----------------------------------------------
topSec05
-----------------------------------------------*/
.topSec05 {
    padding: 100px 0 0;
}
.topSec05 .comTtl01 {
    margin: 0 0 80px;
}
.topSec05 .left,
.topSec05 .right {
    width: 50%;
}
.topSec05 .box01 {
    position: relative;
}
.topSec05 .left .box01 a {
    background: url(/img/top/bg_05.png) no-repeat right bottom;
}
.topSec05 .right .box01 a {
    background: url(/img/top/bg_06.png) no-repeat right bottom;
}
.topSec05 .left .box01 a,
.topSec05 .right .box01 a {
    background-size: cover;
    display: block;
    text-decoration: none;
    padding: 150px 60px;
    margin: 0 0 15px;
}
.topSec05 .box01 p {
    color: #fff;
    background: url(/img/common/arrow_01.png) no-repeat center right;
    background-size: 20px;
    display: inline-block;
    padding: 5px 30px 5px 5px;
    position: absolute;
    right: 40px;
    bottom: 20px;
    font-size: 18px;
}
.topSec05 .ttl01 {
    background: url(/img/common/ico_03.png) no-repeat center left;
}
.topSec05 .ttl02 {
    background: url(/img/common/ico_04.png) no-repeat center left;
}
.topSec05 .ttl01,
.topSec05 .ttl02 {
    background-size: 60px;
    color: #fff;
    font-size: 42px;
    padding: 2px 0 2px 75px;
    font-weight: bold;
    letter-spacing: 2px;
}
.topSec05 .left .bar {
    background: #a6cb00;
    color: #fff;
}
.topSec05 .right .bar {
    background: #009e96;
    color: #fff;
}
.topSec05 .bar {
    padding: 32px 50px;
}
.topSec05 .bar .ttl03 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}
.topSec05 .bar p {
    display: inline-block;
    font-size: 15px;
}
.topSec05 .bar a {
    background: url(/img/common/arrow_02.png) no-repeat #fff center right 15px;
    background-size: 18px;
    color: #555;
    text-decoration: none;
    display: inline-block;
    margin: -3px 0 0;
    padding: 10px 50px 8px 30px;
    border-radius: 30px;
    font-weight: bold;
    float: right;
    border: #fff 1px solid;
}
.topSec05 .bar a:hover {
    color: #fff;
    background: url(/img/common/arrow_01.png) no-repeat center right 15px;
    background-size: 18px;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .topSec05 {
        padding: 8% 0 0;
    }
    .topSec05 .comTtl01 {
        margin: 0 0 4%;
    }
    .topSec05 .left .box01 a,
    .topSec05 .right .box01 a {
        padding: 40% 4%;
        margin: 0 0 1px;
    }
    .topSec05 .ttl01,
    .topSec05 .ttl02 {
        background-size: contain;
        font-size: 18px;
        padding: 2px 0 2px 38px;
    }
    .topSec05 .box01 p {
        background-size: 10px;
        padding: 6px 15px 5px 5px;
        right: 4%;
        bottom: 4%;
        font-size: 14px;
    }
    .topSec05 .bar {
        padding: 8%;
        text-align: center;
    }
    .topSec05 .bar .ttl03 {
        font-size: 18px;
    }
    .topSec05 .bar p {
        display: none;
    }
    .topSec05 .bar a {
        font-size: 14px;
        margin: 6% 0 0;
        padding: 4% 3.5%;
        width: 100%;
        background-size: 9px;
        float: none;
    }
}

/*-----------------------------------------------
topSec06
-----------------------------------------------*/
.topSec06 {
    background: url(/img/top/bg_08.png) no-repeat center right;
    /*background: url(/img/top/bg_07.png) no-repeat center right;*/
    padding: 120px 0 55px;
}
.topSec06 .inner {
    padding: 0 460px 0 0;
}
.topSec06 .ttl01 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.38;
    padding: 0 0 50px;
    color: #009e95;
}
.topSec06 p {
    line-height: 1.75;
}
.topSec06 img {
    float: right;
}
@media screen and (max-width: 768px) {
    .topSec06 {
        background: none;
        padding: 0 0 8%;
    }
    .topSec06 .inner {
        padding: 0;
    }
    .topSec06 .inner .ttl01 {
        font-size: 20px;
        padding: 4% 4% 2%;
    }
    .topSec06 .inner p {
        line-height: 1.38;
        padding: 0 4%;
    }
    .topSec06 img {
        width: 100%;
    }
}

/*-----------------------------------------------
slider07
-----------------------------------------------*/
.topSec07 {
    text-align: center;
    padding: 130px 0;
}
.topSec07 .ttl01 {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    background: url(/img/common/ico_05.png) no-repeat center left;
    background-size: 26px;
    margin: 0 0 60px;
    padding: 0 0 0 35px;
    display: inline-block;
}
.topSec07 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0 1%;
}
.topSec07 li {
    text-align: left;
    width: 25%;
    padding: 0 1%;
}
.topSec07 a {
    text-decoration: none;
}
.topSec07 a:hover {
    text-decoration: underline;
}
.topSec07 a img,
.bx-wrapper img {
    width: 100%;
}
.topSec07 .txt01 {
    padding: 15px 0 0;
}
.topSec07 .txt02 {
    background: url(/img/common/arrow_04.png) no-repeat center left;
    background-size: 7px;
}
@media screen and (max-width: 768px) {
    .topSec07 {
        padding: 8% 4% 4%;
        border-top: #eee 1px solid;
    }
    .topSec07 .ttl01 {
        font-size: 20px;
        background-size: 20px;
        margin: 0 0 4%;
        padding: 0 0 0 25px;
    }
    .topSec07 ul {
        padding: 0;
    }
    .topSec07 li {
        width: 50%;
    }
    .topSec07 li:nth-child(odd) {
        padding: 0 2% 2% 0;
    }
    .topSec07 li:nth-child(even) {
        padding: 0 0 2% 2%;
    }
    .topSec07 .txt01 {
        padding: 2% 0 0;
    }
    .topSec07 a {
        padding: 0 0 4%;
        display: block;
    }
}

/*-----------------------------------------------
topSec08
-----------------------------------------------*/
.topSec08 {
    text-align: center;
    padding: 52px 0 60px;
    background: #f6f8fb;
}
.topSec08 .ttl01 {
    padding: 0 0 40px;
    display: flex;
    align-items: center;
    font-size: 20px;
    width: 464px;
    margin: 0 auto;
}
.topSec08 .ttl01::before,
.topSec08 .ttl01::after {
    border-top: 1px solid #bfbfbf;
    content: '';
    flex-grow: 1;
}
.topSec08 .ttl01::before {
    margin-right: 20px;
}
.topSec08 .ttl01::after {
    margin-left: 20px;
}
.topSec08 ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.topSec08 li {
    width: 33%;
}
@media screen and (max-width: 768px) {
    .topSec08 {
        padding: 4%;
    }
    .topSec08 .ttl01 {
        width: 100%;
        text-align: center;
        padding: 0 0 4%;
        font-size: 16px;
    }
    .topSec08 .ttl01::before {
        margin-right: 12px;
    }
    .topSec08 .ttl01::after {
        margin-left: 12px;
    }

    .topSec08 ul {
        max-width: 100%;
    }
    .topSec08 li {
        width: 49%;
        margin-bottom: 2%;
    }
}

/*-----------------------------------------------
topSec09 2023/04/24カレンダーエリアをお知らせの下に追加
-----------------------------------------------*/
.topSec09 {
    padding: 0 0 100px;
    width: 1200px;
    margin: auto;
}

.topSec09 .comTtl01 {
    margin: 105px 0 60px;
}

.topSec09 .access_map dt {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .topSec09 {
        padding: 0 5% 8%;
        width: 100%;
    }
    .topSec09 .comTtl01 {
        margin: 8% 0 4%;
    }
    .topSec09 .access_map dt {
        margin-bottom: 3%;
    }
    .topSec09 .access_map dd {
        height: 340px;
    }
    .topSec09 iframe {
        width: 100%;
        height: 100%;
    }
}

/*-----------------------------------------------
gmap
-----------------------------------------------*/
.gmap {
    position: relative;
    padding-bottom: 480px;
    height: 0;
    overflow: hidden;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width: 768px) {
    .gmap {
        padding-bottom: 100vw;
    }
    .gmap iframe,
    .gmap object,
    .gmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/*-----------------------------------------------
mv 下層
-----------------------------------------------*/
.mv {
    padding: 80px 0 70px;
    background: url(/img/common/mv_bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.mv .ttl01 {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 2px;
}
.mv .ttl01 span {
    font-size: 16px;
    letter-spacing: 3px;
    display: block;
}
#general main,
#oriental-chinese-med main,
#acupuncture main,
#chinese-medicine main,
#homemade-medicine main {
    background: url(/img/common/bg_02.png) no-repeat top center;
}
@media screen and (max-width: 768px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .mv {
        padding: 25px 10px 25px;
    }
    .mv .ttl01 {
        font-size: 28px;
    }
    .mv .ttl01 span {
        font-size: 12px;
    }
}

/*-----------------------------------------------
Common 下層
-----------------------------------------------*/
/*comBg*/
.contPadding {
    padding: 70px 0;
}
.contPadding.pt0 {
    padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
    .contPadding {
        padding: 10% 5%;
    }
    .contPadding.pt0 {
        padding: 0 5% 10%;
    }
}

/*comTable*/
.comTable,
.formTable {
    width: 100%;
    margin: 80px auto 0;
    border-top: 1px solid #60b9af;
    border-left: 1px solid #60b9af;
    border-right: 1px solid #60b9af;
}
.comTable.inner,
.formTable.inner {
    width: 1200px;
}
.comTable th,
.formTable th {
    border-right: 1px solid #60b9af;
    border-left: 0;
    border-bottom: 1px solid #60b9af;
    padding: 0 25px;
    text-align: center;
    font-weight: bold;
    width: 20%;
    /*background-color: #eff7ea;*/
    background-color: #edf7f6;
    vertical-align: middle;
}
.comTable td,
.formTable td {
    background: #fff;
    border-bottom: 1px solid #60b9af;
    border-right: 0;
    padding: 40px;
}
.comTable p {
    padding-bottom: 28px;
}
.comTable p:last-child {
    padding-bottom: 0;
}
.comTable p span {
    font-weight: bold;
    color: #029d99;
}
.comTable p .border {
    color: unset;
    font-weight: normal;
    border-bottom: 1px solid #444;
}
.comTable .pdf {
    display: block;
    width: 240px;
    border: 1px solid #029d99;
    margin-top: 20px;
    background: #60b9af;
}
.comTable .pdf a {
    display: block;
    color: #60b9af;
    text-decoration: none;
    padding: 16px;
    text-align: center;
    padding-right: 20px;
    background: url(/img/common/arrow_02.png) no-repeat top 50% right 30px/10px #fff;
}
.comTable .pdf a:hover {
    opacity: 0.8;
}
.comArea01 {
    background: #eff7ea;
    margin: 60px auto 0;
    padding: 60px 100px 100px;
}
.comArea01 .ttl01 {
    color: #2f8880;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 40px;
}
.comArea01 dl {
    background: #fff;
    text-align: center;
    padding: 30px;
    margin: 0 0 40px;
}
.comArea01 dl:last-child {
    margin: 0;
}
.comArea01 dt {
    color: #2f8880;
    font-weight: bold;
    font-size: 20px;
}
.comArea01 dd {
    padding: 20px 0 0;
}

/* テーブル修正 20250707 */
/* com-list */
.com-list-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 80px auto 0;
    /* border-top: 1px solid #60b9af; */
  }
  
  .com-list-column {
    width: 49.5%;
  }
  
  .com-list-container .com-list-column:last-child {
    border-right: none;
  }
  
  .com-list {
    width: 100%;
  }
  
  .com-list__item {
    border-right: 1px solid #60b9af;
    border-left: 1px solid #60b9af;
    border-top: 1px solid #60b9af;
    background-color: #edf7f6;
    padding: 20px 25px;
    text-align: left;
    text-align: center;
  }
  .com-list__item:last-child {
    border-bottom: 1px solid #60b9af;
  }
  
  .com-list__heading {
    font-weight: bold;
    color: #333;
    line-height: 1.5;
  }
  
  .com-list__note {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
  }
  

  
  @media (max-width: 768px) {
    .com-list-container {
        display: block;
      }
      .com-list-column {
        width: 100%;
        margin-bottom: 20px;
      }
  }
  
/*  */

@media screen and (max-width: 768px) {
    .comTable,
    .formTable {
        font-size: 16px;
        margin: 5% auto 0;
        border-bottom: 1px solid #60b9af;
    }
    .comTable.inner {
        width: 100%;
    }
    .comTable th,
    .formTable th {
        border-right: 0;
        border-bottom: 1px solid #60b9af;
        border-top: 1px solid #60b9af;
        padding: 5% 8%;
        width: auto;
        display: block;
    }
    .comTable tr:first-child th,
    .formTable tr:first-child th {
        border-top: 0;
    }
    .comTable tr:last-child th,
    .formTable tr:last-child th {
        border-bottom: 1px solid #60b9af;
    }
    .comTable td,
    .formTable td {
        padding: 8% 5%;
        display: block;
        width: auto;
        border: 0;
    }
    .comTable .pdf {
        width: 80%;
        margin: 3% auto 0;
    }
    .comTable .pdf a {
        padding: 5%;
        background: url(/img/common/arrow_02.png) no-repeat top 50% right 10%/10px #fff;
    }
    .comArea01 {
        background: #eff7ea;
        margin: 5% auto 0;
        padding: 5%;
    }
    .comArea01 .ttl01 {
        font-size: 20px;
        margin: 0 0 5%;
    }
    .comArea01 dl {
        text-align: justify;
        padding: 5%;
        margin: 0 0 5%;
    }
    .comArea01 dt {
        font-size: 16px;
    }
}

/*comBox01*/
.comBox01 {
    margin: 80px 0;
}
.comBox01 .text {
    float: left;
    width: 785px;
    font-size: 16px;
    line-height: 2;
}
.comBox01 .text p {
    width: 735px;
    margin-bottom: 40px;
}
.comBox01 .text .ttl01 {
    font-size: 34px;
    line-height: 1.5;
    font-weight: bold;
    color: #009e96;
    margin-bottom: 50px;
}
.comBox01 .image {
    float: right;
    color: #333;
    line-height: 1.4;
    font-weight: bold;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .comBox01 {
        margin: 0 0 4%;
    }
    .comBox01 .text {
        float: none;
        width: auto;
        font-size: 16px;
        line-height: 1.9;
        letter-spacing: normal;
    }
    .comBox01 .text .ttl01 {
        font-size: 22px;
        margin-bottom: 5%;
    }
    .comBox01 .text p {
        width: auto;
        margin-bottom: 5%;
    }
    .comBox01 .image {
        float: none;
        margin: 0 0 5% 0;
    }
}

/*boxList*/
.boxList .box01 {
    padding: 80px 0 20px;
}
.boxList .box01:last-child {
    padding: 80px 0 0;
}
.boxList .box01 .ttl01 {
    font-size: 34px;
    line-height: 1.5;
    font-weight: bold;
    color: #029d99;
    margin-bottom: 50px;
    float: left;
    width: 560px;
}
.boxList .box01 .imgBox {
    float: right;
}
.boxList .box01 p {
    float: left;
    width: 560px;
    line-height: 1.75;
    margin-bottom: 1.5em;
}
.boxList.reverse .box01 .ttl01,
.boxList.reverse .box01 p,
.boxList .box01:nth-child(even) .ttl01,
.boxList .box01:nth-child(even) p,
.boxList.reverse .box01:nth-child(even) .imgBox {
    float: right;
}
.boxList.reverse .box01 .imgBox,
.boxList .box01:nth-child(even) .imgBox,
.boxList.reverse .box01:nth-child(even) .ttl01,
.boxList.reverse .box01:nth-child(even) p {
    float: left;
}
@media screen and (max-width: 768px) {
    .boxList .box01 {
        padding: 5% 0;
    }
    .boxList .box01:last-child {
        padding: 5% 0 0;
    }
    .boxList .box01 .ttl01 {
        font-size: 22px;
        margin-bottom: 5%;
        float: none;
        width: auto;
    }
    .boxList .box01 .imgBox {
        float: none;
    }
    .boxList .box01 p {
        float: none;
        width: auto;
        margin: 5% 0;
    }
    .boxList .box01:nth-child(even) .ttl01 {
        float: none;
    }
    .boxList .box01:nth-child(even) p {
        float: none;
    }
    .boxList .box01:nth-child(even) .imgBox {
        float: none;
    }
}

/*symptomBox*/
.symptomBox {
    background: #eff7ea;
    padding: 50px 100px;
    margin: 80px 0 0;
}
.symptomBox .ttl01 {
    color: #029d99;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1;
}
.symptomBox li {
    padding: 40px;
    text-align: center;
    background: #fff;
    margin-bottom: 40px;
    font-size: 20px;
    color: #029d99;
}
.symptomBox li span {
    font-size: 16px;
    color: #444;
    display: block;
    padding-top: 20px;
}
@media screen and (max-width: 768px) {
    .symptomBox {
        padding: 5%;
        margin: 5% 0 0;
    }
    .symptomBox .ttl01 {
        font-size: 20px;
        text-align: center;
        line-height: unset;
        margin-bottom: 5%;
    }
    .symptomBox li {
        padding: 5%;
        text-align: left;
        margin-bottom: 5%;
        font-size: 16px;
        font-weight: bold;
    }
    .symptomBox li span {
        font-weight: normal;
    }
}

/*cvBox01*/
.cvBox01 {
    margin: 50px auto 0;
    background: #fff;
    padding: 50px 200px;
}
#vaccinate .cvBox01,
#health-check .cvBox01 {
    background: #eff7ea;
}
.cvBox01 .txt01 {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 30px;
    color: #029d99;
    font-weight: bold;
}
.cvBox01 .telBox {
    display: inline-flex;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.cvBox01 .telBox li {
    width: auto;
    margin: auto;
    text-align: center;
}
.cvBox01 .telBox .btn a {
    padding: 20px 50px 20px 45px;
    display: block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .cvBox01 {
        margin: 5% auto 0;
        padding: 5%;
    }
    .cvBox01 .txt01 {
        font-size: 18px;
        text-align: left;
        margin: 0 auto 5%;
    }
    .cvBox01 .telBox {
        display: block;
    }
    .cvBox01 .telBox li {
        padding: 2.5% 0;
    }
    .cvBox01 .telBox .btn a {
        background: url(/img/common/ico_email.png) no-repeat #f2980c 20px;
        background-size: 34px;
        display: block;
        text-align: center;
        margin: 0;
        font-size: 20px;
        padding: 5% 5% 5% 15%;
    }
}

/*medicalNav*/
.medicalNav {
    padding: 0 0 100px;
    margin: auto;
}
.medicalNav .navBox {
    background: #60b9af;
    padding: 30px;
}
.medicalNav .navBox .ttl02 {
    float: left;
    color: #fff;
    font-size: 28px;
    letter-spacing: 2px;
    width: 280px;
    text-align: center;
    max-height: 95px;
    padding: 10px;
}
.medicalNav .navBox ul.flex {
    width: 830px;
    float: right;
}
.medicalNav .navBox ul.flex li {
    width: 400px;
    justify-content: space-around;
}
.medicalNav .navBox ul.flex li:first-child {
    margin-right: 30px;
}
.medicalNav .navBox ul.flex li a {
    display: block;
}
.medicalNav .navBox li span {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    text-align: center;
    padding: 30px;
    font-size: 24px;
    max-height: 95px;
    color: #3aa99d;
    background: url(/img/common/arrow_02.png) no-repeat top 50% right 30px #fff;
    background-size: 12px;
}
.medicalNav .navBox li.current {
    opacity: 0.8;
}
.medicalNav .ttl02 span {
    color: #fff;
    font-size: 16px;
    display: block;
    letter-spacing: 0;
    padding: 5px 0 10px;
}
.medicalNav .ttl02 span::before {
    margin: 0 10px 0 0;
}
.medicalNav .ttl02 span::after {
    margin: 0 0 0 10px;
}
.medicalNav .ttl02 span::before,
.medicalNav .ttl02 span::after {
    content: '―';
    color: #80c7bf;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .medicalNav {
        padding: 0 0 10%;
    }
    .medicalNav .navBox {
        padding: 10% 5%;
    }
    .medicalNav .navBox .ttl02 {
        float: none;
        font-size: 24px;
        letter-spacing: 2px;
        width: auto;
        max-height: unset;
        padding: 0 0 5%;
    }
    .medicalNav .navBox ul.flex {
        width: 100%;
        float: none;
    }
    .medicalNav .navBox ul.flex li:first-child {
        margin-right: 0;
        margin-bottom: 3%;
    }
    .medicalNav .navBox ul.flex li {
        width: 100%;
    }
    .medicalNav .navBox li span {
        width: 100%;
        padding: 5%;
        font-size: 20px;
        background-size: 10px;
    }
}

/*checkupNav*/
.checkupNav {
    padding: 100px 0;
    margin: auto;
}
.checkupNav .navBox {
    background: #60b9af;
    padding: 30px;
}
.checkupNav .navBox .ttl01 {
    float: left;
    color: #fff;
    font-size: 28px;
    letter-spacing: 2px;
    width: 280px;
    text-align: center;
    max-height: 220px;
    padding: 70px 10px;
}
.checkupNav .navBox ul.flex {
    width: 830px;
    float: right;
    justify-content: start;
}
.checkupNav .navBox ul.flex li {
    width: 265px;
    margin-right: 17px;
    margin-bottom: 17px;
}
.checkupNav .navBox ul.flex li:nth-of-type(3n) {
    margin-right: 0;
}
.checkupNav .navBox ul.flex li a {
    display: block;
}
.checkupNav .navBox li span.text01 {
    padding: 13px;
}
.checkupNav .navBox li span {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    text-align: center;
    padding: 30px;
    font-size: 24px;
    max-height: 95px;
    color: #3aa99d;
    background: url(/img/common/arrow_02.png) no-repeat top 50% right 30px #fff;
    background-size: 12px;
}
.checkupNav .navBox li.current {
    opacity: 0.8;
}
.checkupNav .ttl01 span {
    color: #fff;
    font-size: 16px;
    display: block;
    letter-spacing: 0;
    padding: 5px 0 10px;
}
.checkupNav .ttl01 span::before {
    margin: 0 10px 0 0;
}
.checkupNav .ttl01 span::after {
    margin: 0 0 0 10px;
}
.checkupNav .ttl01 span::before,
.checkupNav .ttl01 span::after {
    content: '―';
    color: #80c7bf;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .checkupNav {
        padding: 10% 0;
    }
    .checkupNav .navBox {
        padding: 10% 5%;
    }
    .checkupNav .navBox .ttl01 {
        float: none;
        font-size: 24px;
        letter-spacing: 2px;
        width: auto;
        max-height: unset;
        padding: 0 0 5%;
    }
    .checkupNav .navBox ul.flex {
        width: 100%;
        float: none;
    }
    .checkupNav .navBox ul.flex li:first-child {
        margin-right: 0;
        margin-bottom: 3%;
    }
    .checkupNav .navBox ul.flex li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3%;
    }
    .checkupNav .navBox ul.flex li a {
        text-decoration: none;
        color: unset;
    }
    .checkupNav .navBox li span {
        width: 100%;
        padding: 5%;
        font-size: 20px;
        background-size: 10px;
    }
}

/*comFlow*/
.comFlow {
    padding: 30px 0 0;
}
.flowBox01,
.flowBox02,
.flowBox03 {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #60b9af;
}
.flowBox03 {
    /*background: url(/img/stomach/arrow_02.png)no-repeat left center/220px 186px #fff;
    height: 186px;
    padding: 30px 0 10px;
    position: relative;
    margin-bottom: 0;*/
}
.flowBox03 dt {
    background: #60b9af;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    font-size: 18px;
}
.flowBox03 dd {
    display: table-cell;
    padding: 20px;
    font-size: 18px;
}
.flowBox03 dd span {
    color: #60b9af;
}
.flowBox01 .box01,
.flowBox02 .box01 {
    width: 33.33%;
    vertical-align: top;
    background: url(/img/stomach/arrow_01.png) no-repeat left center/50px 290px;
    height: 290px;
    padding: 30px 0 10px;
    position: relative;
}
.flowBox02 .box02 {
    width: 75%;
    background: url(/img/stomach/arrow_01.png) no-repeat left center/50px 290px;
    height: 290px;
    padding: 30px 0 10px;
    position: relative;
}
.flowBox02 .box03 {
    width: 100%;
    background: url(/img/stomach/arrow_01.png) no-repeat left center/50px 290px;
    height: 290px;
    padding: 30px 0 10px;
    position: relative;
}
.flowBox01 .box01 .ttl01,
.flowBox02 .box01 .ttl01,
.flowBox02 .box02 .ttl01,
.flowBox02 .box03 .ttl01 {
    padding: 0 30px 20px 70px;
    color: #60b9af;
    font-size: 28px;
    font-weight: bold;
}
.flowBox01 .box01 p,
.flowBox02 .box01 p,
.flowBox02 .box02 p,
.flowBox02 .box03 p {
    width: auto;
    padding: 0 30px 0 70px;
    font-size: 18px;
}
.flowBox03 p {
    width: auto;
    padding: 0 30px 0 240px;
    line-height: 2;
}
.flowBox01 p:first-child,
.flowBox02 p:first-child {
    min-height: 120px;
    margin-bottom: 20px;
}
.flowBox01 p span,
.flowBox02 p span,
.flowBox03 p span {
    color: #029d99;
    font-weight: bold;
}
.flow01::before,
.flow02::before,
.flow03::before,
.flow04::before,
.flow05::before,
.flow06::before {
    position: absolute;
    top: 48%;
    left: 18px;
    width: 50px;
    color: #fff;
    font-size: 18px;
}
.flow01::before {
    content: '1';
}
.flow02::before {
    content: '2';
}
.flow03::before {
    content: '3';
}
.flow04::before {
    content: '4';
}
.flow05::before {
    content: '5';
}
.flow06::before {
    content: '6';
}
.flowBox03 .ttl01 {
    color: #fff;
    position: absolute;
    top: 44%;
    left: 85px;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .comFlow {
        padding: 5% 0 0;
    }
    .flowBox01,
    .flowBox02,
    .flowBox03 {
        width: 100%;
        background: none;
        border: 0;
        margin: 0;
    }
    .flowBox03 {
        height: auto;
        padding: 0;
        background-image: none;
        background-color: #fff;
        border: 1px solid #60b9af;
    }
    .flowBox01 .box01,
    .flowBox02 .box01,
    .flowBox02 .box03 {
        width: 100%;
        border: 1px solid #60b9af;
        margin-bottom: 3%;
        padding: 5% 0;
        background-size: 50px 100%;
        background-color: #fff;
        background-image: none;
        height: auto;
    }
    .flowBox02 .box02 {
        width: 100%;
        height: auto;
        padding: 5% 0;
        margin-bottom: 3%;
        background-size: 50px 100%;
        background-color: #fff;
        background-image: none;
        border: 1px solid #60b9af;
    }
    .flowBox01 .box01 p,
    .flowBox02 .box01 p,
    .flowBox02 .box02 p {
        padding: 0 5% 0 60px;
    }
    .flowBox03 p {
        padding: 5% 5% 0 5%;
        line-height: unset;
    }
    .flowBox01 p:first-child,
    .flowBox02 p:first-child {
        min-height: auto;
        margin-bottom: 5%;
        padding: 0 5% 0 60px;
    }
    .flow01::before,
    .flow02::before,
    .flow03::before,
    .flow04::before,
    .flow05::before,
    .flow06::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 45px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        height: 100%;
        vertical-align: middle;
        background-color: #60b9af;
        padding-top: 10px;
    }
    .flowBox03 .ttl01 {
        position: unset;
        display: block;
        width: 100%;
        text-align: center;
        background: #60b9af;
        padding: 5% 0;
    }
}

/*-----------------------------------------------
clinic
-----------------------------------------------*/
#clinic main {
    background: url(/img/common/bg_01.png) no-repeat top right -800px, url(/img/common/bg_02.png) no-repeat top left -600px;
}

/*clinic01*/
.clinic01 {
    padding: 100px 0 60px;
}
.clinic01 .flex {
    margin: 100px 0 0;
}
.clinic01 dl {
    width: 50%;
    border: #e5e5e5 1px solid;
}
.clinic01 dl {
    padding: 50px 70px 50px 0;
    border: #e5e5e5 1px solid;
    border-left: none;
    border-top: none;
}
.clinic01 dl:nth-child(even) {
    padding: 50px 0 50px 70px;
    border-top: none;
    border-left: none;
    border-right: none;
}
.clinic01 dl:last-child,
.clinic01 dl:nth-last-child(2) {
    border-bottom: none;
}
.clinic01 dt {
    font-weight: bold;
    line-height: 1.25;
    font-size: 32px;
    color: #2b877c;
    display: table;
    margin: 0 0 40px;
    min-height: 120px;
}
.clinic01 dt span {
    background: #2b877c;
    color: #fff;
    font-size: 56px;
    padding: 8px 12px;
    width: 75px;
    text-align: center;
    line-height: 1;
}
.clinic01 dt span,
.clinic01 dt p,
.clinic01 dd span,
.clinic01 dd p {
    display: table-cell;
}
.clinic01 dt span,
.clinic01 dt p {
    vertical-align: middle;
}
.clinic01 dd span,
.clinic01 dd p {
    vertical-align: top;
}
.clinic01 dt p {
    padding: 10px 10px 10px 20px;
}
.clinic01 dd {
    line-height: 2;
}
.clinic01 dd span {
    color: #a6cb00;
    font-size: 56px;
    font-weight: bold;
    padding: 8px 20px;
    width: 85px;
    text-align: center;
}
.clinic01 dd p {
    padding: 10px;
}
@media screen and (max-width: 768px) {
    .clinic01 {
        padding: 10% 5% 5%;
        border-bottom: #75c3ba 1px solid;
    }
    .clinic01 .flex {
        margin: 5% 0 0;
    }
    .clinic01 dl,
    .clinic01 dl:nth-child(even) {
        width: 100%;
        padding: 0 0 5%;
        border: none;
    }
    .clinic01 dl:nth-child(1),
    .clinic01 dl:nth-child(2),
    .clinic01 dl:nth-child(3),
    .clinic01 dl:nth-child(4) {
        padding: 0 0 5%;
        border: none;
    }
    .clinic01 dt span {
        font-size: 20px;
        width: 40px;
    }
    .clinic01 dt {
        font-size: 20px;
        margin: 0 0 5px;
        min-height: auto;
    }
    .clinic01 dd {
        line-height: 1.75;
    }
    .clinic01 dd span {
        font-size: 20px;
        width: 40px;
    }
    .clinic01 dt p,
    .clinic01 dd p {
        padding: 2% 0 2% 2%;
        text-align: justify;
        width: 100%;
    }
}

/*clinic02*/
.clinic02 {
    padding: 80px 0 100px;
}
.clinic02.inner {
    width: 800px;
}
.clinic02 .timeTable {
    margin: 40px 0 0;
}
.clinic02 .timeTable th,
.clinic02 .timeTable td {
    padding: 30px;
}
.clinic02 .box01 {
    text-align: center;
}
.clinic02 .txt01 {
    padding: 20px 0 70px;
    text-align: left;
}
.clinic02 .txt01 span {
    background: #2b877c;
    color: #fff;
    padding: 1px 10px;
    display: inline-block;
}
.clinic02 .txt02 {
    font-weight: bold;
    padding: 0 0 15px;
    font-size: 18px;
}
.clinic02 .telBox {
    display: table;
    margin: auto;
}
.clinic02 .telBox li {
    display: table-cell;
    vertical-align: middle;
}
.clinic02 .telBox .btn a {
    padding: 25px 50px;
    font-size: 24px;
}
.clinic02 .txt03 {
    background: url(/img/common/ico_pin.png) no-repeat 0 3px;
    background-size: 10px;
    margin: 50px 0 20px;
    display: inline-block;
    padding: 0 0 0 15px;
}
.clinic02 .link04 a {
    background: url(/img/common/arrow_04.png) no-repeat center right 20px #2b877c;
    background-size: 14px;
    box-shadow: 0 3px #0f4c45;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding: 15px 140px;
}
.clinic02 .telBox .btn a {
    margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
    .clinic02 {
        padding: 10% 5% 5%;
    }
    .clinic02.inner {
        width: 100%;
    }
    .clinic02 .timeTable {
        margin: 5% 0 0;
    }
    .clinic02 .timeTable th,
    .clinic02 .timeTable td {
        padding: 2% 1%;
    }
    .clinic02 .txt01,
    .clinic02 .txt02 {
        padding: 2% 0;
        text-align: left;
    }
    .clinic02 .telBox {
        display: block;
    }
    .clinic02 .telBox li {
        display: block;
        padding: 2.5% 0;
    }
    .clinic02 .telBox .btn a {
        background: url(/img/common/ico_email.png) no-repeat #f1980c 20px;
        background-size: 34px;
    }
    .clinic02 .telBox .btn a,
    .clinic02 .link04 a {
        display: block;
        text-align: center;
        margin: 0;
        font-size: 20px;
        padding: 5% 0;
    }
    .clinic02 .txt03 {
        margin: 5% 0;
        text-align: left;
    }
}

/*clinic03*/
.clinic03 {
    background: #eff7ea;
    background-size: cover;
    padding: 95px 0 70px;
}
.clinic03 .flex {
    margin: 80px 0 0;
}
.clinic03 li {
    width: 370px;
    margin: 0 45px 45px 0;
}
.clinic03 li:nth-child(3n) {
    margin: 0;
}
.clinic03 img dt {
    color: #2b877c;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-bottom: #2b877c 1px solid;
    margin: 0 0 20px;
    padding: 0 0 10px;
}
.clinic03 dl {
    background: #fff;
    padding: 30px;
}
.clinic03 dl dt {
    color: #2b877c;
    font-weight: bold;
    border-bottom: #2b877c 1px solid;
    font-size: 22px;
    padding: 0 0 10px;
    margin: 0 0 25px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .clinic03 {
        padding: 10% 5% 5%;
    }
    .clinic03 li,
    .clinic03 li:nth-child(3n) {
        width: 47.5%;
        margin: 0 0 5%;
    }
    .clinic03 li img {
        width: 100%;
    }
    .clinic03 .flex {
        margin: 5% 0 0;
        justify-content: space-between;
    }
    .clinic03 dl {
        padding: 5%;
    }
    .clinic03 dl dt {
        margin: 0 0 5%;
        font-size: 18px;
    }
}

/*-----------------------------------------------
doctor
-----------------------------------------------*/
/*doctor01*/
.doctor01 .comBox01 .image dt {
    margin-bottom: 30px;
    font-size: 15px;
}
.doctor01 .comBox01 .image dd {
    font-size: 16px;
}
.doctor01 .comBox01 .image dd span {
    font-size: 26px;
    padding-top: 10px;
    display: block;
}
.doctor01 .box02 table {
    width: 100%;
}
.carrBox01 {
    margin-right: 40px;
}
.carrBox01,
.carrBox02 {
    width: 580px;
    background: #eff7ea;
    font-weight: normal;
    float: left;
    padding: 40px 30px;
    height: 470px;
}
.doctor01 .box02 .ttl02 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.doctor01 .box02 table {
    width: 100%;
}
.doctor01 .box02 th,
.doctor01 .box02 td {
    border-bottom: #333 1px solid;
    line-height: 1.6;
    vertical-align: top;
}
.doctor01 .box02 th {
    padding: 10px 10px 10px 0;
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
}
.doctor01 .box02 td {
    padding: 10px 0;
    padding-right: 0 !important;
    text-align: left;
}
.doctor01 .box02 .list01 {
    margin: 0 0 15px;
    border-width: 0 1px 1px;
}
.doctor01 .box02 .list01 li {
    margin: 0;
    padding: 10px 4px 12px 0;
    border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
    .doctor01 .comBox01 .image dt {
        margin-bottom: 5%;
        text-align: center;
    }
    .doctor01 .comBox01 .image dd {
        text-align: center;
    }
    .doctor01 .comBox01 .image dd span {
        padding-top: 0;
        font-size: 20px;
    }
    .doctor01 .box02 table {
        width: 100%;
    }
    .doctor01 .carrBox01 {
        margin: 0 0 5%;
    }
    .doctor01 .carrBox01,
    .doctor01 .carrBox02 {
        width: 92%;
        height: 100%;
        padding: 6% 4%;
    }
    .doctor01 .box02 .ttl02 {
        font-size: 18px;
        margin-bottom: 3%;
    }
    .doctor01 .box02 {
        padding: 4% 4% 4% 0;
    }
    .doctor01 .box02 th {
        padding: 4% 4% 4% 0;
    }
    .doctor01 .box02 td {
        padding: 4% 0;
    }
    .doctor01 .box02 .list01 {
        margin: 0;
    }
    .doctor01 .box02 .list01 li {
        margin: 0;
        padding: 4% 0;
    }
}

/*doctor02*/
.doctor02 {
    background: #eff7ea;
}
.doctor02 .box01 {
    padding: 80px 0 0;
}
.doctor02 .box01 .text,
.doctor02 .box01 .image {
    width: 50%;
}
.doctor02 .box01 .flex {
    justify-content: space-around;
}
.doctor02 .box01 .text {
    font-size: 26px;
    color: #198176;
    text-align: center;
    padding-top: 65px;
    background: url(../img/doctor/bg_02.png) no-repeat top left #fff;
}
.doctor02 .box01 .text p {
    margin-bottom: 30px;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
    .doctor02 .box01 {
        padding: 8% 0 10%;
    }
    .doctor02 .box01 .text,
    .doctor02 .box01 .image {
        width: 100%;
    }
    .doctor02 .box01 .flex {
        flex-wrap: wrap;
    }
    .doctor02 .box01 .text {
        width: 100%;
        padding: 10% 5%;
        font-size: 18px;
        text-align: left;
    }
    .doctor02 .box01 .text p:last-child {
        margin-bottom: 0;
    }
}

/*-----------------------------------------------
access
-----------------------------------------------*/
/*access01*/
.access01 .access_map {
    padding: 100px 0 0;
}
.access01 .access_map dt {
    margin-bottom: 20px;
}
.access01 .access_map dt::before {
    display: inline-block;
    content: '';
    margin-right: 10px;
    z-index: 0;
    background-position: center top;
    vertical-align: middle;
    width: 18px;
    height: 22px;
    background: url(/img/access/ico_map.png) no-repeat left 2px top/14px;
}
.access01 .access_map dd {
    height: 450px;
}
.access01 iframe {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .access01 .access_map {
        padding: 10% 0 0;
    }
    .access01 .access_map dt {
        margin-bottom: 3%;
    }
    .access01 .access_map dd {
        height: 340px;
    }
}

/*access02*/
.access02 {
    background: #eff7ea;
}
.access02 .accessBox01,
.access02 .accessBox02 {
    width: 580px;
    background: #fff;
    font-weight: normal;
    float: left;
    height: 562px;
}
.access02 .accessBox01 {
    padding: 45px 40px;
    line-height: 1.7;
}
.access02 .accessBox02 {
    float: right;
}
.access02 .accessBox01 table {
    width: 100%;
    text-align: left;
}
.access02 .accessBox01 th {
    width: 140px;
}
.access02 .accessBox01 .box0101,
.access02 .accessBox01 .box0102 {
    border-bottom: 1px solid #60b9af;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.access02 .accessBox01 .ttl01 {
    padding-bottom: 10px;
    font-size: 18px;
    color: #198176;
    letter-spacing: 1px;
}
.access02 .accessBox01 .ttl01::before {
    display: inline-block;
    content: '';
    margin-right: 10px;
    z-index: 0;
    background-position: center top;
    vertical-align: middle;
}
.access02 .accessBox01 .ttl01.train::before {
    width: 19px;
    height: 24px;
    background: url(/img/access/ico_train.png) no-repeat left 2px top/16px;
}
.access02 .accessBox01 .ttl01.car::before {
    width: 22px;
    height: 22px;
    background: url(/img/access/ico_car.png) no-repeat left top/22px;
    margin-right: 8px;
}
.access02 .accessBox01 .ttl01.docu::before {
    width: 19px;
    height: 24px;
    background: url(/img/access/ico_docu.png) no-repeat left 2px top/16px;
}
@media screen and (max-width: 768px) {
    .access02 .accessBox01,
    .access02 .accessBox02 {
        width: auto;
        float: none;
        height: auto;
    }
    .access02 .accessBox01 {
        padding: 5%;
        margin-bottom: 5%;
    }
    .access02 .accessBox02 {
        float: none;
    }
    .access02 .accessBox01 th {
        width: 100%;
        display: block;
    }
    .access02 .accessBox01 td {
        width: 100%;
        display: block;
        padding-left: 16px;
    }
    .access02 .accessBox01 .box0101,
    .access02 .accessBox01 .box0102 {
        padding-bottom: 5%;
        margin-bottom: 5%;
    }
    .access02 .accessBox01 .ttl01 {
        font-size: 16px;
        font-weight: bold;
    }
}

/*access03*/
.access03 {
    margin-bottom: 60px;
}
.access03 .flowBox01 .box01 {
    height: 450px;
    background-size: 50px 450px;
    width: 25%;
    padding: 20px 0;
}
.access03 .flowBox01 .box01 .ttl01 {
    font-size: 22px;
    line-height: 1.3;
}
.access03 .flowBox01 .box01 img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .access03 {
        margin-bottom: 5%;
    }
    .access03 .flowBox01 .box01 {
        height: auto;
        width: 100%;
    }
    .access03 .flowBox01 .box01 .ttl01 {
        font-size: 24px;
        padding: 0 5% 3% 60px;
    }
}

/*-----------------------------------------------
gastro
-----------------------------------------------*/
@media screen and (max-width: 768px) {
}

/*-----------------------------------------------
health-check
-----------------------------------------------*/
.healthCheck02,
.healthCheck04 {
    background: #60b9af;
}
.healthCheck02 .comTtl02,
.healthCheck02 .comReadTxt01,
.healthCheck02 .cardBox .ttl01 {
    color: #fff;
}
.cardBox {
    padding: 40px 0;
    margin: 70px auto 0;
    border: #fff 2px solid;
    border-left: none;
    border-right: none;
}
.cardBox .ttl01 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}
.cardBox ul {
    display: flex;
    justify-content: space-evenly;
    margin: 30px 0 0;
}
.cardBox li {
    background: #fff;
    color: #555;
    padding: 60px 0;
    font-size: 26px;
    font-weight: bold;
    width: 25%;
    text-align: center;
    border-radius: 25px;
}
.cardBox li.hoken {
    width: 60%;
}
/* 20250707 */
.cardBox .list-link {
    background: #fff;
    color: #555;
    padding: 60px 0;
    font-size: 26px;
    font-weight: bold;
    width: 25%;
    text-align: center;
    border-radius: 25px;
    text-decoration: none;
}
.cardBox .list-link:hover {
    opacity: 0.4;
}
.cardBox .list-link li {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .cardBox {
        padding: 5% 0;
        margin: 5% auto 0;
    }
    .cardBox .ttl01 {
        font-size: 20px;
    }
    .cardBox ul {
        justify-content: space-between;
        margin: 2% 0 0;
    }
    .cardBox li {
        padding: 3% 0;
        font-size: 16px;
        width: 32%;
        border-radius: 5px;
    }
    .cardBox li.hoken {
        width: 100%;
    }
    .cardBox .list-link {
        width: 44%;
    }
    .cardBox .list-link li {
        width: 100%;
    }
}

/*-----------------------------------------------
stomach
-----------------------------------------------*/
/*stomach01*/
.stomach01 .comBox01 .text p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .stomach01 .comBox01 .text p,
    .stomach01 .comBox01 .text p:last-child {
        width: auto;
        margin-bottom: 5%;
    }
    .stomach01 .comBox01 .image {
        padding: 0 10%;
    }
}

/*stomach02*/
.stomach02 {
    background: #60b9af;
}
.stomach02 .comReadTxt01 {
    color: #fff;
}
@media screen and (max-width: 768px) {
}

/*stomach03*/
.stomach03 {
    background: #eff7ea;
}
@media screen and (max-width: 768px) {
    .stomach03 {
        background-size: contain;
    }
}

/*-----------------------------------------------
colon
-----------------------------------------------*/
/*colon01*/
.colon01 .comBox01 .text p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .colon01 .comBox01 .text p,
    .colon01 .comBox01 .text p:last-child {
        width: auto;
        margin-bottom: 5%;
    }
    .colon01 .comBox01 .image {
        padding: 0 10%;
    }
}

/*colon02*/
.colon02 {
    background: #60b9af;
}
.colon02 .comReadTxt01 {
    color: #fff;
}
@media screen and (max-width: 768px) {
}

/*colon03*/
.colon03 {
    background: url(/img/colon/bg_01.png) no-repeat top center #eff7ea;
    background-size: cover;
}
.colon03 .flowBox01 p:first-child {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .colon03 {
        background-size: contain;
    }
    .colon03 .flowBox01 p:first-child,
    .colon03 .flowBox02 p:first-child {
        margin-bottom: 0;
    }
}

/*colon04*/
.colon04 {
    background: #60b9af;
}
.colon04 .comReadTxt01 {
    color: #fff;
}
@media screen and (max-width: 768px) {
}

/*-----------------------------------------------
cancerCheck
-----------------------------------------------*/
/*cancerCheck01*/
@media screen and (max-width: 768px) {
}

/*cancerCheck02*/
.cancerCheck02 {
    background: #eff7ea;
}
@media screen and (max-width: 768px) {
    .cancerCheck02 {
        padding: 10% 5%;
        background: #eff7ea;
    }
}

/*cancerCheck03*/
.cancerCheck03 {
    background: url(/img/cancer-check/bg_01.png) no-repeat top center #fff;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .cancerCheck03 {
        background-size: contain;
    }
}

/*cancerCheck04*/
.cancerCheck04 {
    background: #60b9af;
}
.cancerCheck04 .comTtl02,
.cancerCheck04 .comTtl02 span,
.cancerCheck04 .comReadTxt01 {
    color: #fff;
}
.cancerCheck04 .box01 .flex {
    justify-content: space-between;
    padding: 80px 0 0;
}
.cancerCheck04 .box01 .flex .text {
    color: #029d99;
    text-align: center;
    width: 580px;
    background: #fff;
}
.cancerCheck04 .box01 .flex .text .ttl01 {
    width: 100%;
    padding: 30px 0;
    color: #444;
    border-bottom: 1px solid #60b9af;
    background-color: #eff7ea;
    font-weight: bold;
}
.cancerCheck04 .box01 .flex .text p {
    padding: 30px;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .cancerCheck04 .box01 .flex {
        padding: 5% 0 0;
    }
    .cancerCheck04 .box01 .flex .text {
        width: 100%;
    }
    .cancerCheck04 .box01 .flex .text .ttl01 {
        padding: 5% 8%;
        border-bottom: 1px solid #60b9af;
        border-top: 1px solid #60b9af;
    }
    .cancerCheck04 .box01 .flex .text p {
        padding: 8% 5%;
    }
}

/*-----------------------------------------------
influenza
-----------------------------------------------*/
/*influenza01*/
.influenza01 .boxList .box01 p,
.influenza01 .boxList .box01 .ttl01 {
    width: 800px;
}
@media screen and (max-width: 768px) {
    .influenza01 .boxList .box01 p,
    .influenza01 .boxList .box01 .ttl01 {
        width: 100%;
    }
}

/*influenza02*/
.influenza02 {
    background: #60b9af;
}
@media screen and (max-width: 768px) {
}

/*-----------------------------------------------
hay-fever
-----------------------------------------------*/
/*hayFever01*/
@media screen and (max-width: 768px) {
}

/*hayFever02*/
.hayFever02 {
    background: url(/img/common/bg_01.png) no-repeat top left #eff7ea;
}
.hayFever02 .boxList .box01 .ttl01 {
    float: left;
}
.hayFever02 .boxList .box01 .imgBox {
    float: right;
}
.hayFever02 .boxList .box01 p {
    float: left;
}
.hayFever02 .boxList .box01:nth-child(odd) .ttl01 {
    float: right;
}
.hayFever02 .boxList .box01:nth-child(odd) .imgBox {
    float: left;
}
.hayFever02 .boxList .box01:nth-child(odd) p {
    float: right;
}
@media screen and (max-width: 768px) {
    .hayFever02 {
        background-size: contain;
    }
    .hayFever02 .boxList .box01 .ttl01 {
        float: none;
    }
    .hayFever02 .boxList .box01 .imgBox {
        float: none;
    }
    .hayFever02 .boxList .box01 p {
        float: none;
    }
    .hayFever02 .boxList .box01:nth-child(odd) .ttl01 {
        float: none;
    }
    .hayFever02 .boxList .box01:nth-child(odd) .imgBox {
        float: none;
    }
    .hayFever02 .boxList .box01:nth-child(odd) p {
        float: none;
    }
}

/*hayFever03*/
.faqBox {
    padding: 80px 0 0;
}
.faqBox dt {
    font-size: 26px;
    font-weight: bold;
    color: #029d99;
    padding: 0;
    background: #eff7ea;
}
.faqBox dt:before {
    display: inline-block;
    content: 'Q';
    margin-right: 20px;
    z-index: 0;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    background: #3aa99d;
    padding: 14px;
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: normal;
}
.faqBox dd::before {
    display: inline-block;
    content: 'A';
    z-index: 0;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    padding-top: 40px;
    text-align: center;
    color: #3aa99d;
    font-size: 34px;
    font-weight: normal;
    position: absolute;
}
.faqBox dd p {
    display: inline-block;
    margin: 0 0 0 80px;
    padding-bottom: 10px;
    line-height: 2;
}
.faqBox dd p:first-child {
    padding-top: 40px;
}
.faqBox dd p:last-child {
    padding-bottom: 0;
}
.number .faqBox {
    counter-increment: number;
}
.number .faqBox dt:before {
    content: counter(number);
    font-weight: bold;
}
.number .faqBox dd::before {
    content: none;
}
.number .faqBox dd p {
    margin: 0 30px;
}
.faqBox .uLine {
    border-bottom: 1px solid;
}
.faqBox .bold {
    font-weight: bold;
}
.faqBox .bold02 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.7;
}
@media screen and (max-width: 768px) {
    .faqBox {
        padding: 5% 0 0;
    }
    .faqBox dt {
        font-size: 20px;
        padding: 0;
        background: #3aa99d;
        color: #fff;
        font-weight: normal;
    }
    .faqBox dt::before {
        margin-right: 0;
        z-index: 0;
        width: 60px;
        height: auto;
        padding: 5% 0 0 0;
        text-align: center;
        color: #fff;
        font-size: 30px;
        position: absolute;
        line-height: 1;
    }
    .faqBox dt span {
        padding: 5% 0;
        margin: 0 0 0 60px;
        width: auto;
        display: inline-block;
    }
    .faqBox dd {
        background-color: #eff7ea;
    }
    .faqBox dd::before {
        width: 60px;
        height: auto;
        padding-top: 5%;
        font-size: 30px;
    }
    .faqBox dd p {
        padding: 0 5% 5% 0;
        margin-left: 60px;
    }
    .faqBox dd p:first-child {
        padding-top: 5%;
    }
    .faqBox dd p:last-child {
        padding-bottom: 5%;
    }
    .number .faqBox dd p {
        padding: 5%;
        margin: 0;
        line-height: 1.75;
        text-align: justify;
    }
    .faqBox .bold02 {
        font-size: 18px;
        line-height: 1.7;
    }
}

/*hayFever04*/
.hayFever04 {
    background: url(/img/common/bg_01.png) no-repeat top left #eff7ea;
}
.hayFever04 .treatmentBox01:first-child {
    padding-bottom: 90px;
}
.hayFever04 .treatmentBox01 .ttl02 span {
    color: #fff;
    padding: 12px 34px 14px 34px;
    background: #3aa99d;
    text-align: center;
    display: inline-block;
    margin-right: 30px;
    font-size: 30px;
}
.hayFever04 .treatmentBox01 .ttl02 {
    font-size: 26px;
    font-weight: bold;
    color: #029d99;
    padding: 0;
    background: #fff;
}
.hayFever04 .treatmentBox01 p {
    line-height: 2.2;
}
.hayFever04 .treatmentBox01 .txt01 {
    padding: 40px 0 0;
}
.hayFever04 .treatmentBox01 .txt02 {
    padding: 50px 0 0;
}
.hayFever04 .treatmentBox01 .txt02 span {
    color: #029d99;
}
.hayFever04 .treatmentBox01 ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 30px;
    flex-wrap: wrap;
}
.hayFever04 .treatmentBox01 li {
    display: block;
    width: 380px;
    background: #fff;
    border: 2px solid #3aa99d;
    font-size: 18px;
    color: #348a83;
    padding: 16px 0;
}
.hayFever04 .treatmentBox01:nth-child(2) ul {
    justify-content: start;
}
.hayFever04 .treatmentBox01:nth-child(2) li {
    margin-right: 30px;
}
@media screen and (max-width: 768px) {
    .hayFever04 {
        background-size: contain;
    }
    .hayFever04 .treatmentBox01:first-child {
        padding-bottom: 10%;
    }
    .hayFever04 .treatmentBox01 .ttl02 span {
        padding: 6px 22px 6px 22px;
        font-size: 24px;
    }
    .hayFever04 .treatmentBox01 ul {
        padding-top: 5%;
    }
    .hayFever04 .treatmentBox01 li {
        width: 100%;
        padding: 5%;
        margin-bottom: 3%;
    }
    .hayFever04 .treatmentBox01 .ttl02 {
        font-size: 20px;
    }
    .hayFever04 .treatmentBox01 .txt01,
    .hayFever04 .treatmentBox01 .txt02 {
        padding: 5% 0 0;
    }
    .hayFever04 .treatmentBox01:nth-child(2) li {
        margin-right: 0;
    }
}

/*hayFever05*/
.hayFever05 .boxList .box01 .ttl01 {
    float: left;
}
.hayFever05 .boxList .box01 .imgBox {
    float: right;
}
.hayFever05 .boxList .box01 p {
    float: left;
}
.hayFever05 .boxList .box01:nth-child(odd) .ttl01 {
    float: right;
}
.hayFever05 .boxList .box01:nth-child(odd) p {
    float: right;
}
.hayFever05 .boxList .box01:nth-child(odd) .imgBox {
    float: left;
}
@media screen and (max-width: 768px) {
    .hayFever05 .boxList .box01 .ttl01 {
        float: none;
    }
    .hayFever05 .boxList .box01 .imgBox {
        float: none;
    }
    .hayFever05 .boxList .box01 p {
        float: none;
    }
    .hayFever05 .boxList .box01:nth-child(odd) .ttl01 {
        float: none;
    }
    .hayFever05 .boxList .box01:nth-child(odd) p {
        float: none;
    }
    .hayFever05 .boxList .box01:nth-child(odd) .imgBox {
        float: none;
    }
}

/*hayFever06*/
.hayFever06 {
    background: #eff7ea;
}
.hayFever06 .symptomList {
    border-top: 2px solid #3aa99d;
    border-bottom: 2px solid #3aa99d;
    padding: 50px 0;
    margin: 0 auto;
}
.symptomList h3 {
    font-size: 30px;
    color: #029d99;
    text-align: center;
    margin-bottom: 40px;
}
.symptomList ul {
    padding: 0 100px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: start;
}
.symptomList li {
    font-size: 20px;
    background: url(/img/hay-fever/ico_check.png) no-repeat left center / 26px auto;
    padding: 0 55px 0 34px;
    margin-bottom: 28px;
}
.symptomList li:nth-child(6) {
    padding-right: 0;
}
.symptomList li:last-child {
    background: 0;
}
@media screen and (max-width: 768px) {
    .hayFever06 .symptomList {
        padding: 8% 0;
    }
    .symptomList h3 {
        font-size: 20px;
        margin-bottom: 5%;
        padding: 0 5%;
    }
    .symptomList ul {
        padding: 0 5%;
    }
    .symptomList li {
        font-size: 16px;
        background-position: left top 5px;
        background-size: 20px auto;
        padding: 0 22px 10px 23px;
        margin-bottom: 0;
    }
    .symptomList li:last-child {
        padding-bottom: 0;
    }
}

/*-----------------------------------------------
vaccinate
-----------------------------------------------*/
/*vaccinate*/
#vaccinate .comTableWrap {
    width: 100%;
    display: flex;
}
#vaccinate .comTable {
    width: 580px;
}
#vaccinate .comTable:first-child {
    margin: 80px 40px 0 0;
}
#vaccinate .comTable:last-child {
    margin: 80px 0 0;
}
#vaccinate .comTable th {
    width: 50%;
}
#vaccinate .asterisk {
    padding: 20px 0;
}
@media screen and (max-width: 768px) {
    #vaccinate .comTableWrap {
        display: block;
    }
    #vaccinate .comTable {
        width: 100%;
    }
    #vaccinate .comTable:first-child {
        margin: 5% auto 0;
        border-bottom: 0;
    }
    #vaccinate .comTable:last-child {
        margin: 0 auto;
    }
    #vaccinate .comTable th {
        width: 100%;
    }
    #vaccinate .asterisk {
        padding: 3% 0 5%;
    }
}

/*-----------------------------------------------
reserve
-----------------------------------------------*/
#reserve .symptomBox .ttl01 {
    line-height: 1.5;
    margin-bottom: 0;
}
.ttlFlow {
    color: #029d99;
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    margin: 100px 0 50px;
    line-height: 1;
}
.contactFlow {
    display: flex;
    justify-content: space-between;
}
.contactFlow.col4 {
    width: 1188px;
}
.contactFlow.col3 {
    width: 880px;
    margin: auto;
}
.contactFlow li::after {
    position: absolute;
    content: '';
    background: url(/img/reserve/arrow_next.png) no-repeat;
    width: 19px;
    height: 30px;
    display: block;
    top: 50%;
    right: -32px;
    margin: -14px 0 0 0;
}
.contactFlow li:last-child::after {
    content: none;
}
.contactFlow li {
    position: relative;
    color: #fff;
    background: #fefef6;
    width: 265px;
    background-color: #60b9af;
    line-height: 1;
    padding: 1px;
}
.contactFlow dt {
    font-size: 20px;
    font-weight: bold;
}
.contactFlow dt img {
    width: 60px;
    float: left;
}
.contactFlow dt span {
    display: block;
    padding: 20px 0 0 74px;
}
.contactFlow dt img {
    margin: 0 5px 0 0;
    vertical-align: text-top;
}
.contactFlow dd {
    padding: 20px;
    line-height: 1.5;
}
.contactFlow dd span {
    font-weight: normal;
    line-height: 1.5;
    font-size: 12px;
    display: inline-block;
    margin: 10px 0 0;
}

/* form */
input[type='button'],
input[type='submit'] {
    -webkit-appearance: none;
    border-radius: 0;
}

.formTable th span,
.mw_wp_form .error {
    background: #f09729;
    color: #fff !important;
    display: inline-block !important;
    border-radius: 2px;
    float: right;
    font-size: 14px;
    padding: 2px 6px !important;
}
.formTable input[type='text'],
.formTable textarea,
.formTable input[type='email'],
.formTable select {
    font-size: 18px;
    border: #60b9af 1px solid;
    box-shadow: none;
    border-radius: 2px;
    font-weight: normal;
    padding: 10px 15px;
    margin: 0 0 20px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.formTable select {
    font-size: 16px;
}
.formTable textarea {
    width: 100%;
    height: 260px;
}
.formTable span.txt01 {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
}
.privacyBox {
    margin: 40px 0 30px;
    padding: 40px;
    background: #eff7ea;
    text-align: center;
}
.privacyBox .ttl {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}
.privacyBox .mwform-checkbox-field {
    display: inline-block;
    border: 1px solid #029d99;
    margin: 30px auto 0;
    padding: 20px;
    color: #029d99;
    font-weight: bold;
}
.formTxt02 {
    margin-bottom: 50px;
    text-align: center;
    line-height: 2;
}
.btnArea {
    text-align: center;
}
.btnArea input[type='submit'] {
    background: #3aa99d;
    color: #fff;
    box-shadow: 0 3px 0 #30867c;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 150px;
    letter-spacing: 1px;
    margin: 0 10px;
}
.btnArea input[type='submit']:hover {
    opacity: 0.8;
}
.errorBox {
    margin-top: 40px;
    background: #fdf2f5;
    color: #f00;
    padding: 20px;
    line-height: 2;
    text-align: center;
}
.mw_wp_form .error {
    float: none;
    margin: 0 0 0 10px;
}
.txtReserv {
    margin-top: 40px;
    color: #029d99;
    padding: 20px;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    border: 1px solid #3aa99d;
}
@media screen and (max-width: 768px) {
    #reserve .symptomBox .ttl01,
    .privacyBox,
    .errorBox,
    .txtReserv,
    .formTxt02 {
        text-align: left;
    }
    .ttlFlow {
        font-size: 24px;
    }
    .contactFlow {
        display: block;
    }
    .contactFlow.col4 {
        width: 100%;
    }
    .contactFlow li {
        width: 96%;
        margin: -14px 6px 12%;
        padding: 4%;
    }
    .contactFlow li::after {
        top: inherit;
        right: inherit;
        bottom: -33px;
        left: 50%;
        margin: 0 0 0 -6px;
        transform: rotate(90deg);
    }
    .contactFlow dd {
        font-size: 16px;
        padding: 20px 0;
    }
    .formTable input[type='text'],
    .formTable textarea,
    .formTable input[type='email'] {
        width: 100%;
    }
    .formTable input[name='age'] {
        width: 20%;
    }
    .privacyBox .mwform-checkbox-field {
        margin-bottom: 10px;
    }
    .mw_wp_form .error {
        margin: 0 0 10px 0px;
    }
    .btnArea input[type='submit'] {
        padding: 5%;
        width: 90%;
        margin-bottom: 8%;
    }
    .privacyBox {
        margin: 40px 0 30px;
        padding: 5%;
        text-align: left;
    }
}

/*-----------------------------------------------
仮TOP
-----------------------------------------------*/
.topBox {
    text-align: center;
    width: 800px;
    margin: auto;
    padding: 0 0 40px;
}
.topBox h1 {
    font-size: 24px;
    font-weight: bold;
    padding: 40px 0 0;
}
.topBox .txt02 {
    text-align: justify;
}
.topBox img {
    display: block;
}
.link01 {
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 30px 0;
}
@media screen and (max-width: 768px) {
    .topBox {
        margin: -50px 0 0;
        padding: 0 5%;
        width: 100%;
    }
    .topBox h1 {
        font-size: 18px;
        padding: 0;
    }
    .topBox .txt01 {
        text-align: justify;
    }
    .topBox img {
        display: block;
        margin: auto;
    }
}

/*-----------------------------------------------
flow @190125 add
-----------------------------------------------*/
.flowWrap {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
}
.flowWrap .faq {
    width: 47%;
}
.flowWrap .faq .ttl01 {
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 32px 0;
    position: relative;
}
.flowWrap .faq.box01 .ttl01 {
    background: #009e95;
}
.flowWrap .faq.box02 .ttl01 {
    background: #a6cb00;
}
.flowWrap .faq .ttl01::after,
.flowWrap .faqBox::after {
    content: '';
    background: url(/img/flow/line01.png) no-repeat center/2px 60px;
    height: 60px;
    width: 2px;
    position: absolute;
}
.flowWrap .faq .ttl01::after {
    top: 90px;
    left: 50%;
}
.flowWrap .faqBox {
    padding-top: 60px;
    position: relative;
}
.flowWrap .faqBox::after {
    top: 310px;
    left: 50%;
}
.flowWrap .faqBox:last-child::after {
    position: unset;
}
.flowWrap .faqBox dd {
    height: 170px;
}
.flowWrap .faqBox:last-child dd {
    height: 270px;
}
.flowWrap .faqBox dd p:first-child {
    padding-top: 26px;
}
.flowWrap .box02 .faqBox dt:before {
    background: #a6cb00;
}
.flowWrap .box02 .faqBox dt {
    color: #a6cb00;
}
.flowWrap .asterisk {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .flowWrap {
        flex-wrap: wrap;
        padding-top: 5%;
    }
    .flowWrap .faq {
        width: 100%;
    }
    .flowWrap .faq.box01 {
        margin-bottom: 10%;
    }
    .flowWrap .faq .ttl01 {
        font-size: 22px;
        padding: 5% 0;
    }
    .flowWrap .faq .ttl01::after,
    .flowWrap .faqBox::after {
        background: url(/img/flow/line01.png) no-repeat center/2px 20px;
        height: 20px;
    }
    .flowWrap .faqBox::after {
        top: 0;
    }
    .flowWrap .faqBox {
        padding-top: 20px;
    }
    .flowWrap .faqBox dd,
    .flowWrap .faqBox:last-child dd {
        height: unset;
    }
    .flowWrap .faqBox dd p:first-child {
        padding-top: 5%;
    }
    .flowWrap .box02 .faqBox dt {
        background: #a6cb00;
        color: #fff;
    }
}

/*-----------------------------------------------
pagemenu
-----------------------------------------------*/
.pageMenu {
    margin: 70px auto -30px;
    position: relative;
}
.pageMenu ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.pageMenu li {
    display: table-cell;
    border: #4eaea3 1px solid;
    border-left: none;
    vertical-align: middle;
    text-align: center;
    color: #4eaea3;
    background: #eff7e9;
}
.pageMenu li:first-child {
    display: table-cell;
    border: #4eaea3 1px solid;
}
.pageMenu a {
    display: block;
    text-align: center;
    padding: 15px 10px;
    text-decoration: none;
    color: #4eaea3;
    background: #fff;
}
.pageMenu a:hover {
    background: #4eaea3;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .pageMenu {
        width: 90%;
        margin: 30px auto 0;
    }
    .pageMenu li {
        line-height: 1.3;
        font-size: 14px;
        text-align: left;
    }
    .pageMenu li span {
        padding: 0 10px 0;
        display: block;
    }
    .pageMenu a {
        display: block;
        text-align: left;
        padding: 10px;
        line-height: 1.3;
    }
}

/*-----------------------------------------------
下層SEOテキスト
-----------------------------------------------*/
.lowftTxt {
    background: #eff7ea;
    text-align: center;
    padding: 60px 0;
}
.lowftTxt .ttl01 {
    font-size: 24px;
    font-weight: bold;
}
.lowftTxt p {
    line-height: 1.8;
    padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
    .lowftTxt {
        text-align: left;
        padding: 6% 4%;
    }
    .lowftTxt .ttl01 {
        font-size: 18px;
    }
    .lowftTxt p {
        line-height: 1.38;
        padding: 4% 0 0;
    }
}

/*-----------------------------------------------
AI相談窓口バナー設置
-----------------------------------------------*/
.aiBnrWrap {
    margin-top: 40px;
}
.aiBnrWrap a {
    display: block;
}
.aiBnrWrap img.pc {
    width: 720px;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .aiBnrWrap img.pc {
        display: none;
    }
    .aiBnrWrap {
        margin-top: 4%;
    }
    .aiBnrWrap img.sp {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}




/* ==========================================================================
   自家製漢方（自家製剤）
   ========================================================================== */



/* --------------------------------------------------------------------------
   セクション1: 自家製漢方とは
   -------------------------------------------------------------------------- */
.jisakusei-wrapper .about-container {
    margin-top: 80px;
}
.jisakusei-wrapper .about-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
    gap: 80px;
}
.jisakusei-wrapper .about-row:last-child {
    margin-bottom: 0;
}
.jisakusei-wrapper .about-row.row-reverse {
    flex-direction: row-reverse;
}
.jisakusei-wrapper .about-img {
    width: 560px;
}
.jisakusei-wrapper .about-img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.jisakusei-wrapper .about-text {
    width: 48%;
}
.jisakusei-wrapper .about-text .ttl01 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: bold;
    color: #029d99;
    margin-bottom: 48px;
}
.jisakusei-wrapper .about-text p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 20px;
}
.jisakusei-wrapper .recommend-box {
    border: 1px solid #333;
    padding: 0px;
    margin: 14px 0px 24px 0px;
    background: #fff;
    
}
.jisakusei-wrapper .recommend-box h5 {
    font-weight: bold;
    font-size: 22px;
    padding: 10px 14px;
}
.jisakusei-wrapper .recommend-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.jisakusei-wrapper .recommend-box ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    font-size: 15px;
}
.jisakusei-wrapper .recommend-box ul li:last-child {
    margin-bottom: 0;
}
.jisakusei-wrapper .recommend-box ul li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}
.jisakusei-wrapper .bullet-list {
    list-style: none;
    padding: 0;
    
}
.jisakusei-wrapper .bullet-list.bottom-area {
    margin: 0 0 20px;
}
.jisakusei-wrapper .bullet-list li {
    position: relative;
    padding-left: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.75;
}
.jisakusei-wrapper .bullet-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 768px) {
    .jisakusei-wrapper .about-row,
    .jisakusei-wrapper .about-row.row-reverse {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .jisakusei-wrapper .about-img,
    .jisakusei-wrapper .about-text {
        width: 100%;
    }
    .jisakusei-wrapper .about-img {
        margin-bottom: 20px;
    }
    .jisakusei-wrapper .about-text .ttl01 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .jisakusei-wrapper .recommend-box {
        padding: 15px;
        margin-top: 20px;
    }
    .jisakusei-wrapper .recommend-box h5 {
        font-size: 16px;
    }
}

/* --------------------------------------------------------------------------
   セクション2: 保険診療の漢方との違い
   -------------------------------------------------------------------------- */
.jisakusei-wrapper .comparison-lead-area {
    text-align: center;
    margin-bottom: 58px;
}
.jisakusei-wrapper .comparison-lead {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    display: inline-block;
    padding-bottom: 8px;
}
.jisakusei-wrapper .table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.jisakusei-wrapper .comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
    /* border: 1px solid #ddd; */
}
.jisakusei-wrapper .comparison-table td {
    border: 1px solid #E1E2E0;
    padding: 5px 24px;
    vertical-align: middle;
}
.jisakusei-wrapper .comparison-table th {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}
.jisakusei-wrapper .th-insurance {
    background-color: #57853A;
    color: #fff;
    width: 39%;
    border-radius: 10px 0px 0px 0px;
}
.jisakusei-wrapper .th-insurance span {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin-top: 5px;
}
.jisakusei-wrapper .th-point {
    background-color: #F2F2F2;
    color: #333;
    width: 21%;
    border-top: 1px solid #E1E2E0;
}
.jisakusei-wrapper .th-self {
    background-color: #804C17;
    color: #fff;
    width: 39%;
    border-radius: 0px 10px 0px 0px;
}
.jisakusei-wrapper .th-self span {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin-top: 5px;
}
.jisakusei-wrapper .comparison-table td {
    font-size: 16px;
    line-height: 1.6;
}
.jisakusei-wrapper .td-insurance {
    background-color: #ffffff;
    color: #333;
}
.jisakusei-wrapper .td-self {
    background-color: #ffffff;
    color: #333;
}
.jisakusei-wrapper .td-self p {
    font-size: 19px;
    font-weight: bold;
}
.jisakusei-wrapper .td-point {
    background-color: #FAFAF7;
    text-align: center;
    padding: 32px 24px;
}
.jisakusei-wrapper .point-content {
    display: flex;
    justify-content: start;
    gap: 18px;
    align-items: center;
}

.jisakusei-wrapper .point-icon {
    width: 75px;
    height: 75px;
    background-color: #F4F4EF;  
    border-radius: 50%;        
    display: flex;
    align-items: center;
    justify-content: center;
}

.jisakusei-wrapper .point-icon img {
    width: auto;
    height: auto;
    max-width: 50px;  
}

.jisakusei-wrapper .point-content:nth-of-type(1) img { width: 43px; }
.jisakusei-wrapper .point-content:nth-of-type(2) img { width: 29px; }
.jisakusei-wrapper .point-content:nth-of-type(3) img { width: 41px; }
.jisakusei-wrapper .point-content:nth-of-type(4) img { width: 28px; }
.jisakusei-wrapper .point-content:nth-of-type(5) img { width: 35px; }


.jisakusei-wrapper .point-content span {
    font-size: 22px;
    font-weight: bold;
    color: #2f8880;
}
.jisakusei-wrapper .td-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jisakusei-wrapper .td-content p {
    width: 60%;
    margin: 0;
}
.jisakusei-wrapper .td-insurance .comparison-item-img {
    width: 201px;
    height: auto;
}
.jisakusei-wrapper .td-self .comparison-item-img {
    width: 230px;
    height: auto;
}

.jisakusei-wrapper .highlight-orange {
    font-size: 24px;
    font-weight: bold;
    color: #e85500;
    margin-bottom: 5px;
}
.jisakusei-wrapper .comparison-table td .sub-txt {
    font-size: 14px;
    color: #666;
}
@media screen and (max-width: 768px) {
    .jisakusei-wrapper .comparison-lead {
        font-size: 16px;
    }
}

/* --------------------------------------------------------------------------
   セクション3: 服用回数のイメージ
   -------------------------------------------------------------------------- */
.jisakusei-wrapper .frequency-title {
    color: #2f8880;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.jisakusei-wrapper .frequency-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.jisakusei-wrapper .freq-card {
    width: 44%;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
}
.jisakusei-wrapper .card-green {
    background-color: #f4f8f5;
}
.jisakusei-wrapper .card-beige {
    background-color: #fcf8f2;
}
.jisakusei-wrapper .freq-card h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.jisakusei-wrapper .card-green h5 {
    color: #2f8880;
}
.jisakusei-wrapper .card-beige h5 {
    color: #7a4b16;
}
.jisakusei-wrapper .freq-count {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.jisakusei-wrapper .freq-count .num-large {
    font-size: 42px;
    line-height: 1;
    margin: 0 4px;
}
.jisakusei-wrapper .color-green {
    color: #2f8880;
}
.jisakusei-wrapper .color-orange {
    color: #e85500;
}
.jisakusei-wrapper .freq-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.jisakusei-wrapper .freq-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jisakusei-wrapper .icon-circle {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.jisakusei-wrapper .icon-circle img {
    width: 44px;
    height: auto;
}
.jisakusei-wrapper .freq-icon-item span {
    font-size: 14px;
    color: #333;
}
.jisakusei-wrapper .freq-arrow {
    width: 6%;
    text-align: center;
}
.jisakusei-wrapper .freq-arrow img {
    width: 100%;
    max-width: 40px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .jisakusei-wrapper .frequency-flex {
        flex-direction: column;
        gap: 20px;
    }
    .jisakusei-wrapper .freq-card {
        width: 100%;
        padding: 30px 20px;
    }
    .jisakusei-wrapper .freq-arrow {
        width: 100%;
        transform: rotate(90deg);
        margin: 10px 0;
    }
    .jisakusei-wrapper .freq-arrow img {
        max-width: 30px;
    }
}

/* --------------------------------------------------------------------------
   セクション4: 治療を継続しやすくなる場合
   -------------------------------------------------------------------------- */
.jisakusei-wrapper .support-box {
    background-color: #f4f8f5;
    border-radius: 8px;
    padding: 50px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.jisakusei-wrapper .support-left {
    width: 42%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.jisakusei-wrapper .support-icon-area {
    flex-shrink: 0;
}
.jisakusei-wrapper .support-icon {
    width: 80px;
    height: auto;
}
.jisakusei-wrapper .support-title {
    color: #2f8880;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
}
.jisakusei-wrapper .support-right {
    width: 53%;
}
.jisakusei-wrapper .support-lead {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.jisakusei-wrapper .support-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.jisakusei-wrapper .support-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
}
.jisakusei-wrapper .support-list li:last-child {
    margin-bottom: 0;
}
.jisakusei-wrapper .check-icon {
    width: 22px;
    height: auto;
}
.jisakusei-wrapper .support-foot {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .jisakusei-wrapper .support-box {
        flex-direction: column;
        padding: 30px 20px;
        align-items: flex-start;
        gap: 25px;
    }
    .jisakusei-wrapper .support-left,
    .jisakusei-wrapper .support-right {
        width: 100%;
    }
    .jisakusei-wrapper .support-left {
        gap: 15px;
    }
    .jisakusei-wrapper .support-title {
        font-size: 20px;
    }
    .jisakusei-wrapper .support-icon {
        width: 60px;
    }
    .jisakusei-wrapper .support-list li {
        font-size: 16px;
    }
}

/* --------------------------------------------------------------------------
   セクション5: 費用について
   -------------------------------------------------------------------------- */
.jisakusei-wrapper .sec-cost {
    background-color: #f4f8f5;
}
.jisakusei-wrapper .cost-lead {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 50px;
}
.jisakusei-wrapper .cost-top-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 50px;
}
.jisakusei-wrapper .cost-desc {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.jisakusei-wrapper .cost-desc p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.jisakusei-wrapper .cost-desc p.sub-txt {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}
.jisakusei-wrapper .cost-cards {
    width: 50%;
    display: flex;
    gap: 15px;
}
.jisakusei-wrapper .cost-card {
    flex: 1;
    background: #fff;
    border: 1px solid #009a96;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}
.jisakusei-wrapper .card-head {
    background-color: #009a96;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    font-size: 16px;
}
.jisakusei-wrapper .card-body {
    padding: 25px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}
.jisakusei-wrapper .card-count {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.jisakusei-wrapper .card-num {
    font-size: 30px;
    line-height: 1;
    margin: 0 2px;
}
.jisakusei-wrapper .card-amount {
    font-size: 16px;
    font-weight: bold;
}
.jisakusei-wrapper .amount-num {
    font-size: 36px;
    line-height: 1;
    margin-right: 2px;
}
.jisakusei-wrapper .color-cyan {
    color: #009a96;
}

/* 実際の処方例 */
.jisakusei-wrapper .cost-example-box {
    background: #fff;
    border-radius: 8px;
    padding: 40px 30px;
    margin-bottom: 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.jisakusei-wrapper .example-title {
    color: #009a96;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.jisakusei-wrapper .example-lead {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}
.jisakusei-wrapper .example-flow-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.jisakusei-wrapper .example-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 900px;
    padding: 10px 0;
}
.jisakusei-wrapper .ex-item {
    width: 38%;
    border: 1px solid #e1eedb;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
.jisakusei-wrapper .ex-header {
    background-color: #fff;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f2f8f0;
}
.jisakusei-wrapper .badge-green {
    background-color: #b3db9e;
    color: #2f8880;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 12px;
}
.jisakusei-wrapper .ex-name {
    font-weight: bold;
    font-size: 15px;
}
.jisakusei-wrapper .ex-body {
    padding: 25px;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jisakusei-wrapper .ex-body img {
    height: 70px;
    width: auto;
}
.jisakusei-wrapper .ex-body-double {
    gap: 15px;
}
.jisakusei-wrapper .plus-sign {
    font-size: 24px;
    font-weight: bold;
    color: #999;
}
.jisakusei-wrapper .ex-footer {
    background-color: #fdfbf2;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #f9f5e1;
}
.jisakusei-wrapper .ex-footer .color-green {
    font-size: 20px;
    margin: 0 2px;
}
.jisakusei-wrapper .ex-arrow {
    width: 4%;
    display: flex;
    justify-content: center;
}
.jisakusei-wrapper .triangle-right {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 16px solid #b3db9e;
}
.jisakusei-wrapper .ex-equal {
    width: 4%;
    font-size: 32px;
    font-weight: bold;
    color: #b3db9e;
    text-align: center;
}
.jisakusei-wrapper .ex-result-badge {
    width: 14%;
    display: flex;
    justify-content: center;
}
.jisakusei-wrapper .badge-inner {
    width: 120px;
    height: 120px;
    border: 2px solid #b3db9e;
    border-radius: 50%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
}
.jisakusei-wrapper .badge-price {
    font-size: 24px;
    color: #009a96;
    margin: 0 1px;
}

/* 下部メッセージ */
.jisakusei-wrapper .cost-bottom-box {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.jisakusei-wrapper .cost-bottom-box p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 10px;
}
.jisakusei-wrapper .cost-bottom-box p strong {
    color: #009a96;
}
.jisakusei-wrapper .cost-footnote {
    font-size: 13px !important;
    color: #666;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
    .jisakusei-wrapper .cost-top-flex {
        flex-direction: column;
        gap: 30px;
    }
    .jisakusei-wrapper .cost-desc,
    .jisakusei-wrapper .cost-cards {
        width: 100%;
    }
    .jisakusei-wrapper .cost-cards {
        flex-direction: column;
    }
    .jisakusei-wrapper .cost-card {
        flex: none;
    }
    .jisakusei-wrapper .cost-example-box {
        padding: 20px 15px;
    }
    .jisakusei-wrapper .cost-bottom-box p {
        font-size: 15px;
    }
}

/* --------------------------------------------------------------------------
   セクション6: 当院の自家製剤の特徴
   -------------------------------------------------------------------------- */
.jisakusei-wrapper .features-grid {
    display: flex;
    margin-top: 50px;
    border-left: 1px solid #d5ebd5;
    border-right: 1px solid #d5ebd5;
}
.jisakusei-wrapper .feature-col {
    flex: 1;
    text-align: center;
    padding: 30px 15px;
    border-right: 1px solid #d5ebd5;
    box-sizing: border-box;
}
.jisakusei-wrapper .feature-col:last-child {
    border-right: none;
}
.jisakusei-wrapper .feature-img-box {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.jisakusei-wrapper .feature-img-box img {
    height: 80px;
    width: auto;
}
.jisakusei-wrapper .feature-txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
}

@media screen and (max-width: 768px) {
    .jisakusei-wrapper .features-grid {
        flex-direction: column;
        border-left: none;
        border-right: none;
        border-top: 1px solid #d5ebd5;
        border-bottom: 1px solid #d5ebd5;
    }
    .jisakusei-wrapper .feature-col {
        border-right: none;
        border-bottom: 1px solid #d5ebd5;
        padding: 25px 15px;
    }
    .jisakusei-wrapper .feature-col:last-child {
        border-bottom: none;
    }
    .jisakusei-wrapper .feature-img-box {
        height: 70px;
        margin-bottom: 15px;
    }
    .jisakusei-wrapper .feature-img-box img {
        height: 60px;
    }
    .jisakusei-wrapper .feature-txt {
        font-size: 15px;
    }
}

/* --------------------------------------------------------------------------
   セクション7: 院長より
   -------------------------------------------------------------------------- */
.jisakusei-wrapper .message-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.jisakusei-wrapper .message-text {
    width: 48%;
}
.jisakusei-wrapper .message-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}
.jisakusei-wrapper .message-text p:last-child {
    margin-bottom: 0;
}
.jisakusei-wrapper .message-img {
    width: 48%;
}
.jisakusei-wrapper .message-img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

@media screen and (max-width: 768px) {
    .jisakusei-wrapper .message-container {
        flex-direction: column-reverse;
        gap: 25px;
    }
    .jisakusei-wrapper .message-text,
    .jisakusei-wrapper .message-img {
        width: 100%;
    }
}
