@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: 1240px;
}
.cf::after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}
a {
    outline: none;
    vertical-align: bottom;
}
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 {
        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;
}

/*-----------------------------------------------
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: #2b867c;
    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: #2b867c;
    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: 22px;
    }
    .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;
    }
}

/*-----------------------------------------------
共通 table
-----------------------------------------------*/
.timeTable {
    width: 100%;
    border: #2b867c 1px solid;
}
.timeTable thead th {
    background: #ecf7f6;
    color: #2b867c;
}
.timeTable th,
.timeTable td {
    padding: 15px;
    text-align: center;
}
.timeTable td {
    color: #2b867c;
}
.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: 0.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 {
        text-shadow: none;
        font-size: 14px;
        padding: 2%;
        text-align: left;
        width: 100%;
        font-weight: normal;
        position: relative;
        bottom: 0;
        left: auto;
        color: #333;
        line-height: 1.3;
    }
    header .telBox {
        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;
    }
}

/*-----------------------------------------------
topMv
-----------------------------------------------*/
.topMv {
    position: relative;
}
.topMv .header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px 30px 0;
    z-index: 1;
}
.topMv .logo {
    float: left;
}
.topMv .telBox {
    float: right;
}
.topMv .telBox li {
    display: table-cell;
    vertical-align: middle;
}
.telBox .btn a {
    background: url(/img/common/ico_email.png) no-repeat #f1980c 25px;
    background-size: 25px;
    box-shadow: 0 3px #ca7f0a;
    color: #fff;
    text-decoration: none;
    padding: 15px 35px 15px 60px;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 0 20px;
    display: inline-block;
}
.topMv .ttl01 {
    position: absolute;
    font-size: 40px;
    color: #fff;
    top: 50%;
    left: 30px;
    font-weight: bold;
    margin: -110px 0 0;
}
.topMv span {
    font-size: 60px;
}
.topMv h1 {
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}
.topMv .slider01 img {
    width: 100%;
}
.slick-slider {
    z-index: -1;
}
.menuBoxSp {
    display: none;
}
@media screen and (max-width: 768px) {
    .header {
        position: fixed;
        padding: 5px;
        background: #fff;
    }
    .topMv .header {
        position: fixed;
        padding: 5px;
        z-index: 10;
    }
    .topMv .logo img {
        width: 180px;
        padding: 10px 0 0;
    }
    .topMv .telBox {
        display: none;
    }
    .menuBoxSp {
        display: block;
        float: right;
    }
    .menuBoxSp li {
        display: inline-block;
    }
    .menuBoxSp img {
        width: 50px;
    }
    .topMv .ttl01 {
        font-size: 3.6vw;
        margin: -8vw 0 0;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
    }
    .topMv span {
        font-size: 5vw;
    }
    .topMv h1 {
        font-size: 14px;
        padding: 0 10px 5px;
        left: 0;
        bottom: 0;
    }
    #home h1 {
        font-size: 14px;
        padding: 2%;
        text-align: left;
        width: 100%;
        font-weight: normal;
        color: #333;
        line-height: 1.3;
    }
}

/*-----------------------------------------------
breadcrumb
-----------------------------------------------*/
#breadcrumb {
    font-size: 14px;
    padding: 5px;
    text-align: center;
}
#breadcrumb ul {
}
#breadcrumb li {
    display: inline-block;
}
#breadcrumb li::after {
    content: '＞';
    padding: 0 3px 0 12px;
}
#breadcrumb li:last-child::after {
    content: none;
}
#breadcrumb a {
    text-decoration: underline;
    color: #2b867c;
}
#breadcrumb a:hover {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
}

/*-----------------------------------------------
footer
-----------------------------------------------*/
.btn.top {
    background: #2b867c;
    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: #2b867c;
    color: #fff;
    text-align: center;
    padding: 10px;
    display: block;
    font-size: 14px;
}

/*sitemap*/
.sitemap {
    background: #ecf7f6;
    padding: 50px 0;
    margin: 60px 0 0;
}
.sitemap ul {
    display: table-cell;
    padding: 0 70px 0 0;
}
.sitemap ul li {
    display: block;
    color: #2b867c;
    font-weight: bold;
}
.sitemap ul li a {
    color: #2b867c;
    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;
    }
}

/*-----------------------------------------------
topLatency
-----------------------------------------------*/
.topLatency {
    background: #4eaea3;
    color: #fff;
}
.topLatency .ttl01 {
    font-size: 20px;
    padding: 0;
    border-right: #75c3ba 5px solid;
}
.topLatency .ttl01 span {
    color: #bededa;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
}
.topLatency ul {
    padding: 20px 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 20px;
    margin: 0 5px 0 10px;
    display: inline-block;
    height: 50px;
}
/*.topLatency li:nth-child(2) span span,
.topLatency li:nth-child(3) span span {
display: none;
}*/
.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 10px;
    background-size: 46px;
    padding: 0 0 0 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 10px;
    background-size: 36px;
    padding: 0 0 0 6vw;
    border-right: #fff 1px solid;
}
.topLatency li:nth-child(4) {
    width: 30%;
    min-width: 380px;
    padding: 0 0 0 3vw;
}
.topLatency .box03 p.txt {
    float: none;
    font-size: 14px;
    text-align: left;
    margin: 4px 0 0 78px;
}
@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: #fff;
    font-size: 14px;
    text-align: right;
    padding: 10px 0;
}
@media screen and (max-width: 768px) {
    .topLatency .ttl01,
    .topLatency ul,
    .topLatency li {
        float: none;
        width: 100%;
    }
    .topLatency .ttl01 {
        padding: 0;
        font-size: 16px;
        border: none;
    }
    .topLatency ul {
        padding: 3% 3% 2%;
    }
    .topLatency li {
        padding: 3% 5%;
        border: none;
    }
    .topLatency li:nth-child(1),
    .topLatency li:nth-child(2),
    .topLatency li:nth-child(3) {
        border: none;
        border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
        padding: 3% 0;
        min-width: auto;
        background: none;
    }
    .topLatency li:nth-child(1) {
        width: 30%;
    }
    .topLatency li:nth-child(2) {
        width: 32%;
    }
    .topLatency li:nth-child(3) {
        width: 38%;
    }
    .topLatency li:nth-child(2),
    .topLatency li:nth-child(3) {
        padding: 0 1% 3%;
    }
    .topLatency .ttl01 span,
    .topLatency li:nth-child(4) {
        display: none;
    }
    .topLatency .box01 p,
    .topLatency .box02 p {
        font-size: 14px;
    }
    .topLatency li:nth-child(2) span,
    .topLatency li:nth-child(3) span {
        border: #a2e4dc 1px solid;
        font-size: 22px;
        padding: 5px 12px;
        margin: 0 5px 0 0;
        height: auto;
    }
    .topLatency .box01 p,
    .topLatency .box02 p,
    .topLatency .box03 p {
        float: none;
        display: inline-block;
    }
    .topLatency .txt01 {
        padding: 0 3% 2%;
        font-size: 12px;
        text-align: left;
    }
}

/*-----------------------------------------------
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: 5%;
    }
    .topNews li {
        padding: 5% 0 0;
    }
}

/*-----------------------------------------------
pallax
-----------------------------------------------*/
.pallax01 {
    background: url(/img/top/pallax_01_new.png?d=20230712) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    height: 360px;
}
.pallax02 {
    background: url(/img/top/pallax_02_new.png?d=20230712) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    padding: 70px 0;
}
.pallax02 .ttl02 {
    font-size: 28px;
    font-weight: bold;
}
.pallax02 p {
    line-height: 2;
    padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
    .pallax01,
    .pallax02 {
        background-attachment: initial;
        background-size: cover;
    }
    .pallax01 {
        height: 50vw;
    }
    .pallax02 {
        text-align: left;
        padding: 10% 5%;
    }
    .pallax02 .ttl02 {
        font-size: 22px;
    }
    .pallax02 p {
        line-height: 1.75;
        padding: 5% 0 0;
    }
}

/*-----------------------------------------------
topSec01
-----------------------------------------------*/
.topSec01 {
    background: url(/img/top/bg_01.png) no-repeat top left, url(/img/top/bg_02.png) no-repeat bottom right;
    padding: 100px 0;
}
.topSec01 .txtBox {
    float: left;
    width: 620px;
}
.topSec01 .ttl01 {
    font-size: 28px;
    padding: 0 0 30px;
    font-weight: bold;
}
.topSec01 .txt01 {
    line-height: 2;
}
.topSec01 .txt02 {
    text-align: right;
    padding: 20px 0 0;
}
.topSec01 .photoBox {
    float: right;
}
.topSec01 img {
    margin: 0 -100px 0 0;
}
@media screen and (max-width: 768px) {
    .topSec01 {
        padding: 0;
        background: none;
    }
    .topSec01 .txtBox {
        float: left;
        width: 100%;
    }
    .topSec01 .ttl01 {
        font-size: 22px;
        padding: 5%;
        font-weight: bold;
    }
    .topSec01 .txt01 {
        padding: 0 5%;
    }
    .topSec01 .txt02 {
        padding: 0 5% 5%;
    }
    .topSec01 .photoBox {
        float: none;
        height: 50vw;
        overflow: hidden;
    }
    .topSec01 img {
        margin: -18vw 0 0 0;
    }
}

/*-----------------------------------------------
topSec02
-----------------------------------------------*/
.topSec02 {
    background: url(/img/top/bg_03.png) no-repeat top center;
    padding: 120px 0 0;
}
.topSec02 .comReadTxt01 {
    padding: 25px 0 60px;
}
.topSec02 .flex .box01:nth-child(1) {
    background: url(/img/top/bg_04.png) no-repeat center;
    background-size: cover;
}
.topSec02 .flex .box01:nth-child(2) {
    background: url(/img/top/bg_05.png) no-repeat center;
    background-size: cover;
}
.topSec02 .box01 {
    padding: 70px;
    width: 50%;
}
.topSec02 .box01 .ttl01 {
    background: #4eaea3;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    padding: 12px 0;
}
.topSec02 .txtBox {
    background: #fff;
    padding: 50px 20px;
    line-height: 2;
    text-align: center;
}
.topSec02 .txtBox p {
    padding: 0 0 30px;
}
.topSec02 .txtBox .btn {
    margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
    .topSec02 {
        padding: 10% 0 0;
    }
    .topSec02 .box01 {
        width: 50%;
        padding: 3%;
    }
    .topSec02 .txtBox img {
        width: 100%;
    }
    .topSec02 .comReadTxt01 {
        padding: 5%;
    }
    .topSec02 .box01 .ttl01 {
        font-size: 20px;
        padding: 3%;
    }
    .topSec02 .txtBox {
        padding: 8%;
        line-height: 1.5;
        text-align: left;
    }
    .topSec02 .txtBox p {
        padding: 0 0 5%;
    }
    .topSec02 .txtBox .btn {
        margin: 10% 0 0;
    }
    .topSec02 .link01 a {
        width: 100%;
        padding: 5% 15% 5% 5%;
    }
}

/*-----------------------------------------------
topSec03
-----------------------------------------------*/
.topSec03 {
    background: url(/img/top/bg_06.png) no-repeat top center;
    padding: 80px 0 0;
}
#medical .topSec03,
#inspection .topSec03 {
    margin-bottom: 100px;
}
.topSec03 .comReadTxt01 {
    padding: 20px 0 100px;
}
.topSec03 .halfBox .photoBox {
    float: right;
}
.topSec03 .halfBox:nth-child(odd) .photoBox {
    float: left;
}
.halfBoxArea .bgBox:nth-child(1) {
    background: url(/img/top/img_03.png) no-repeat center;
    background-size: cover;
}
.halfBoxArea .bgBox:nth-child(2) {
    background: url(/img/top/img_04_new.png) no-repeat center;
    background-size: cover;
}
#inspection .halfBoxArea .bgBox:nth-child(1) {
    background: url(/img/inspection/img_01.png) no-repeat center;
    background-size: cover;
}
#inspection .halfBoxArea .bgBox:nth-child(2) {
    background: url(/img/inspection/img_02.png) no-repeat center;
    background-size: cover;
}
#inspection .halfBoxArea .bgBox:nth-child(3) {
    background: url(/img/inspection/img_03.png) no-repeat center;
    background-size: cover;
}
#inspection .halfBoxArea .bgBox:nth-child(4) {
    background: url(/img/inspection/img_04.png) no-repeat center;
    background-size: cover;
}
#inspection .halfBoxArea .bgBox:nth-child(5) {
    background: url(/img/inspection/img_05.png) no-repeat center;
    background-size: cover;
}
#medical .halfBoxArea .bgBox:nth-child(1) {
    background: url(/img/medical/img_01.png) no-repeat center;
    background-size: cover;
}
#medical .halfBoxArea .bgBox:nth-child(2) {
    background: url(/img/medical/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;
}
.topSec03 .bgBox:nth-child(odd) .txtBox {
    width: 600px;
    padding: 60px 0 60px 80px;
}
.topSec03 .bgBox:nth-child(even) .txtBox {
    width: 600px;
    padding: 60px 80px 60px 0;
    float: right;
}
.halfBoxArea .halfBox .ttl01 {
    border-bottom: #4eaea3 1px solid;
    font-size: 34px;
}
.halfBoxArea .halfBox .ttl01 span {
    font-size: 16px;
}
.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: 2;
    padding: 0 0 40px;
}
#medical .halfBoxArea .halfBox p,
#inspection .halfBoxArea .halfBox p {
    padding: 40px 0 50px;
}
.halfBoxArea .halfBox .btn {
    text-align: right;
}
@media screen and (max-width: 768px) {
    .topSec03 {
        padding: 10% 0 5%;
        border-bottom: #4eaea3 1px solid;
        background: none;
    }
    #medical .topSec03,
    #inspection .topSec03 {
        margin-bottom: 10%;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .halfBoxArea .halfBox {
        width: 100%;
    }
    .topSec03 .bgBox:nth-child(odd) .txtBox,
    .topSec03 .bgBox:nth-child(even) .txtBox {
        width: 100%;
        padding: 8%;
        float: none;
    }
    .topSec03 .bgBox:nth-child(odd) .txtBox {
        border-right: #4eaea3 1px solid;
    }
    #inspection .topSec03 .bgBox .txtBox,
    #medical .topSec03 .bgBox .txtBox {
        padding: 5%;
        border-right: 0;
    }
    .topSec03 .txtBox img {
        margin: 0 0 3%;
        width: 100%;
    }
    .comTtl02 span {
        font-size: 16px;
        padding: 0;
    }
    .topSec03 .comReadTxt01 {
        padding: 2.5% 5% 5%;
    }
    .halfBoxArea .bgBox:nth-child(1),
    .halfBoxArea .bgBox:nth-child(2) {
        background: none;
    }
    .halfBoxArea .halfBox .ttl01 img {
        margin: 0;
        width: auto;
        height: 30px;
    }
    .halfBoxArea .halfBox span {
        padding: 5px 0 10px;
        float: none;
        font-size: 15px;
        display: block;
    }
    .halfBoxArea .halfBox .ttl01 {
        border: none;
    }
    #medical .halfBoxArea .halfBox .ttl01,
    #inspection .halfBoxArea .halfBox .ttl01 {
        font-size: 20px;
        padding: 2% 0;
        font-weight: bold;
    }
    .halfBoxArea .halfBox .ttl02 {
        font-size: 20px;
        padding: 2% 0 0;
    }
    .halfBoxArea .halfBox p {
        line-height: 1.75;
        padding: 0 0 2%;
    }
    #medical .halfBoxArea .halfBox p,
    #inspection .halfBoxArea .halfBox p {
        padding: 0 0 2%;
    }

    .topSec03 .link01 a {
        display: block;
        padding: 5% 17% 5% 3%;
        line-height: 1.25;
    }
    .topSec03 .halfBoxArea {
        display: flex;
        flex-wrap: wrap;
    }
    .topSec03 .halfBoxArea .bgBox {
        width: 50%;
    }
    #inspection .topSec03 .halfBoxArea .bgBox,
    #medical .topSec03 .halfBoxArea .bgBox {
        width: 100%;
        border-bottom: #4eaea3 1px solid;
        padding-bottom: 5%;
        margin-bottom: 5%;
    }
    #inspection .halfBoxArea .bgBox:last-child,
    #medical .halfBoxArea .bgBox:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    #medical .halfBoxArea .bgBox:nth-child(1),
    #medical .halfBoxArea .bgBox:nth-child(2),
    #inspection .halfBoxArea .bgBox:nth-child(1),
    #inspection .halfBoxArea .bgBox:nth-child(2),
    #inspection .halfBoxArea .bgBox:nth-child(3),
    #inspection .halfBoxArea .bgBox:nth-child(4),
    #inspection .halfBoxArea .bgBox:nth-child(5) {
        background: none;
    }
}

/*-----------------------------------------------
topSec04
-----------------------------------------------*/
.topSec04 {
    padding: 80px 0 0;
}
.topSec04 .comReadTxt01 {
    padding: 20px 0 65px;
}
.topSec04 li {
    background: #4eaea3;
    width: 20%;
    border-right: #fff 1px solid;
    text-align: center;
    padding: 0 0 20px;
}
.topSec04 li:nth-child(odd) {
    background: #60b9af;
}
.topSec04 li a {
    display: block;
    text-decoration: none;
    padding: 0 0 20px;
}
.topSec04 .link02 span {
    color: #f1980c;
}
.topSec04 img {
    width: 100%;
}
.topSec04 dl {
    text-align: center;
    color: #fff;
    padding: 30px;
}
.topSec04 dl dt {
    font-weight: bold;
    font-size: 24px;
    padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
    .topSec04 {
        padding: 10% 0 0;
    }
    .topSec04 .comReadTxt01 {
        padding: 5%;
    }
    .topSec04 li {
        width: 50%;
        padding: 0;
    }
    .topSec04 li:nth-child(odd) {
        background: #4eaea3;
    }
    .topSec04 li a {
        padding: 0 0 5%;
    }
    .topSec04 dl {
        padding: 5%;
    }
    .topSec04 dl dt {
        font-size: 18px;
        padding: 0;
    }
    .topSec04 .link02 {
        padding: 0 5%;
    }
    .topSec04 .link02 a {
        padding: 5%;
        display: block;
    }
}

/*-----------------------------------------------
topSec05
-----------------------------------------------*/
.topSec05 {
    padding: 80px 0 0;
}
.topSec05 .comReadTxt01 {
    padding: 20px 0 60px;
}
.topSec05 li {
    width: 20%;
    position: relative;
    border-right: #fff 1px solid;
}
.topSec05 li img {
    width: 100%;
}
.topSec05 li .ttl01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 9.5vw 0 0;
}
.topSec05 li:nth-child(3) .ttl01 {
    padding: 7.5vw 0 0;
}
@media screen and (max-width: 768px) {
    .topSec05 {
        padding: 10% 0 0;
    }
    .topSec05 .comReadTxt01 {
        padding: 5%;
    }
    .topSec05 li {
        width: 50%;
        border-bottom: #fff 1px solid;
    }
    .topSec05 li .ttl01 {
        font-size: 18px;
        padding: 20vw 0 0;
    }
    .topSec05 li:nth-child(3) .ttl01 {
        padding: 15vw 5% 0;
    }
}

/*-----------------------------------------------

-----------------------------------------------*/
.topSec06 {
    background: url(/img/top/bg_09.png) no-repeat center;
    background-size: cover;
    padding: 100px 0;
}
.topSec06 .news,
.topSec06 .blog {
    background: #fff;
    width: 580px;
    min-height: 520px;
    padding: 40px 30px;
    margin: 0 0 50px;
    position: relative;
}
.topSec06 .left,
.topSec06 .right {
    width: 580px;
}

/* ーーーーーーーーーーーここから変更200402ーーーーーーーーーーー */

.topSec06 .facebook {
    float: inherit;
    margin: 0 auto;
}
.topSec06 .facebook .ul01 {
    text-align: center;
}

/* ------------------ここまで変更200402ーーーーーーーーーーーーーーーーーーーー */
.topSec06 .news .ttl01 {
    background: url(/img/common/ico_comment.png) no-repeat;
    background-size: 26px;
    margin: 0 0 20px;
    padding: 0 0 5px 40px;
    color: #2b867c;
    font-size: 20px;
    font-weight: bold;
    border-bottom: #75c3ba 1px solid;
}
.topSec06 .news a {
    padding: 20px 0;
    display: block;
    text-decoration: none;
    color: #222;
}
.topSec06 .news a:hover {
    background: #fafafa;
}
.topSec06 .news dt {
    color: #4eaea3;
    font-weight: bold;
    padding: 20px 0 0;
}
.topSec06 .news dd {
    padding: 0 0 20px;
}
.topSec06 .link03 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.topSec06 .link03 a {
    display: block;
    color: #fff;
}
.topSec06 .news .link03 a {
    padding: 15px 50px 15px 30px;
}
.topSec06 .blog .ttl01 {
    background: url(/img/common/ico_note.png) no-repeat;
    background-size: 26px;
    padding: 0 0 25px 40px;
    color: #2b867c;
    font-size: 20px;
    font-weight: bold;
}
.topSec06 .news .feedBox {
    height: 384px;
    overflow: auto;
}
.topSec06 .feedBox {
    height: 360px;
    overflow: auto;
}
.topSec06 .blog .feedBox a {
    border: #75c3ba 1px solid;
    padding: 20px;
    margin: 0 0 20px;
    padding: 15px 20px;
    display: block;
    text-decoration: none;
    color: #222;
}
.topSec06 .blog .feedBox a:hover {
    background: #fafafa;
}
.topSec06 .blog .feedBox dt {
    color: #4eaea3;
    font-weight: bold;
    padding: 0 0 10px;
}
.topSec06 .ul01 img {
    width: 240px;
}
@media screen and (max-width: 768px) {
    .topSec06 {
        padding: 5%;
    }
    .topSec06 .left,
    .topSec06 .right {
        width: 100%;
        float: none;
        margin: 0 0 5%;
    }
    .topSec06 .news,
    .topSec06 .blog {
        width: 100%;
        min-height: 100%;
        padding: 5%;
        margin: 0 0 5%;
    }
    .topSec06 .feedBox {
        height: 300px;
        margin: 5% 0 15%;
    }
    .topSec06 .news .ttl01 {
        margin: 0;
    }
    .topSec06 .news dt {
        padding: 5% 0 0;
    }
    .topSec06 img,
    .topSec06 .ul01 img {
        width: 100%;
        height: auto;
    }
    .topSec06 .blog .ttl01 {
        padding: 0 0 0 40px;
    }
    .topSec06 .blog dl {
        padding: 5%;
        margin: 0 0 5%;
    }
}

/*-----------------------------------------------
slider02
-----------------------------------------------*/
@media screen and (max-width: 768px) {
    .slider02 {
        display: none;
    }
}

/*-----------------------------------------------
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: 85px 0 70px;
    background: url(/img/top/bg_01.png) no-repeat top -230px left, url(/img/top/bg_02.png) no-repeat bottom -320px right;
}
.mv .ttl01 {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.mv span {
    display: block;
    font-size: 14px;
}
#clinic .mv {
    background: url(/img/clinic/mv_bg.png) no-repeat;
    background-size: cover;
}
#doctor .mv {
    background: url(/img/doctor/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#access .mv {
    background: url(/img/access/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#internal-medicine .mv {
    background: url(/img/internal-medicine/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#medical .mv {
    background: url(/img/medical/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#gastroenterology .mv {
    background: url(/img/gastroenterology/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#inspection .mv {
    background: url(/img/inspection/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#health-check .mv {
    background: url(/img/health-check/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#stomach .mv {
    background: url(/img/stomach/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#colon .mv {
    background: url(/img/colon/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#cancer-check .mv {
    background: url(/img/cancer-check/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#influenza .mv {
    background: url(/img/influenza/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#hay-fever .mv {
    background: url(/img/hay-fever/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#reserve .mv,
#error .mv,
#confirm .mv,
#complete .mv {
    background: url(/img/clinic/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#pylori .mv {
    background: url(/img/cancer-check/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#garlic .mv {
    background: url(/img/cancer-check/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#placenta .mv {
    background: url(/img/cancer-check/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#non-smoking .mv {
    background: url(/img/cancer-check/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#recruit .mv {
    background: url(/img/clinic/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}
#blog .mv {
    background: url(/img/doctor/mv_bg.png) no-repeat bottom center;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .mv {
        padding: 8vw 0 8vw 0;
    }
    .mv .ttl01 {
        font-size: 22px;
        color: #fff;
        letter-spacing: 3px;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
    }
    .mv span {
        font-size: 12px;
    }
}

/*-----------------------------------------------
Common 下層
-----------------------------------------------*/
/*comBg*/
.contPadding {
    padding: 100px 0;
}

.contPadding02 {
    padding: 100px 0 0 0;
}

@media screen and (max-width: 768px) {
    .contPadding,
    .contPadding02 {
        padding: 10% 5%;
    }
}

/*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: 15px 25px;
    text-align: center;
    font-weight: bold;
    width: 20%;
    background-color: #ecf7f6;
    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: #2f8880;
}
.comTable p .border {
    color: unset;
    font-weight: normal;
    border-bottom: 1px solid #444;
}
.comTable .pdf {
    display: block;
    width: 240px;
    border: 1px solid #2f8880;
    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;
}
@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;
    }
}

/*comBox01*/
.comBox01 {
    /*margin: 80px 0;*/
    margin: 80px 0 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: #2b867c;
    margin-bottom: 50px;
}

.comBox01 .text .ttl02 {
    font-size: 34px;
    line-height: 1.5;
    font-weight: bold;
    color: #2b867c;
    margin-bottom: 50px;
    text-align: center;
}
.comBox01 .image {
    float: right;
    color: #333;
    line-height: 1.4;
    font-weight: bold;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .comBox01 {
        padding: 5% 0 0;
        margin: 0;
        /*white-space: nowrap;*/
    }
    .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;
    }
}

.tit_new {
    font-size: 180%;
    color: #2b867c;
    text-align: center;
    font-weight: bold;
}

.txt_new {
    font-size: 100%;
    line-height: 2;
    text-align: center;
    padding-top: 50px;
}

/*boxList*/
.boxList .box01 {
    padding: 80px 0 20px;
}
.boxList .box01 .ttl01 {
    font-size: 34px;
    line-height: 1.5;
    font-weight: bold;
    color: #2b867c;
    margin-bottom: 50px;
    float: left;
    width: 560px;
}
.boxList .box01 .imgBox {
    float: right;
}
.boxList .box01 p {
    float: left;
    width: 560px;
    line-height: 2;
    margin-bottom: 10px;
}
.boxList .box01:nth-child(even) .ttl01 {
    float: right;
}
.boxList .box01:nth-child(even) p {
    float: right;
}
.boxList .box01:nth-child(even) .imgBox {
    float: left;
}
@media screen and (max-width: 768px) {
    .tit_new {
        font-size: 20px;
        text-align: left;
    }
    .txt_new {
        font-size: 100%;
        line-height: 1.8;
        text-align: left;
        padding-top: 30px;
    }
    .boxList .box01 {
        padding: 5% 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: #ecf7f6;
    padding: 50px 100px;
    margin: 80px 0 0;
}
.symptomBox .ttl01 {
    color: #2f8880;
    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: #2f8880;
}
.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 240px;
}
.cvBox01 .txt01 {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 30px;
    color: #2f8880;
    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 40px 18px 65px;
    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: 80px 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/222px #fff;
    padding: 30px 0;
    position: relative;
}
.flowBox03:last-child {
    margin: 0;
}
.flowBox01 .box01,
.flowBox02 .box01 {
    width: 25%;
    vertical-align: top;
    background: url(/img/stomach/arrow_01.png) no-repeat left center/50px 290px;
    height: 290px;
    padding: 30px 0;
    position: relative;
}
.flowBox02 .box02 {
    width: 75%;
    background: url(/img/stomach/arrow_01.png) no-repeat left center/50px 290px;
    height: 290px;
    padding: 30px 0;
    position: relative;
}
.flowBox02 .box03 {
    width: 100%;
    background: url(/img/stomach/arrow_01.png) no-repeat left center/50px 290px;
    height: 290px;
    padding: 30px 0;
    position: relative;
}
.flowBox01 .box01 p,
.flowBox02 .box01 p,
.flowBox02 .box02 p,
.flowBox02 .box03 p {
    width: auto;
    padding: 0 30px 0 70px;
}
.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: #2f8880;
    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: 50%;
    margin: -16px 0 0;
    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-bottom: 3%;
    }
    .flowBox03 {
        height: auto;
        padding: 0 0 5%;
        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;
        margin: 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 .comReadTxt01 {
    color: #4eaea3;
}
.clinic01 .flex {
    margin: 145px 0 0;
}
.clinic01 dl {
    width: 50%;
    border: #e5e5e5 1px solid;
}
.clinic01 dl:nth-child(1) {
    padding: 30px 90px 80px 0;
    border: #e5e5e5 1px solid;
    border-left: none;
    border-top: none;
}
.clinic01 dl:nth-child(2) {
    padding: 30px 0 80px 90px;
    border-top: none;
    border-left: none;
    border-right: none;
}
.clinic01 dl:nth-child(3) {
    padding: 80px 90px 80px 0;
    border-top: none;
    border-left: none;
    border-bottom: none;
}
.clinic01 dl:nth-child(4) {
    padding: 80px 0 80px 90px;
    border: none;
}
.clinic01 dt {
    font-weight: bold;
    display: block;
    line-height: 1;
    font-size: 32px;
    color: #2b877c;
}
.clinic01 dt span {
    background: #2b877c;
    color: #fff;
    font-size: 56px;
    padding: 8px 20px;
    margin: 0 20px 40px 0;
    display: inline-block;
}
.clinic01 dd {
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .clinic01 {
        padding: 10% 5% 5%;
        border-bottom: #75c3ba 1px solid;
    }
    .clinic01 .flex {
        margin: 5% 0 0;
    }
    .clinic01 dl {
        width: 100%;
    }
    .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: 24px;
        padding: 10px 0 10px 45px;
        margin: 0 10px 0 0;
        text-indent: -30px;
    }
    .clinic01 dt {
        font-size: 20px;
        text-indent: -56px;
        padding: 0 0 0 56px;
    }
    .clinic01 dd {
        line-height: 1.75;
    }
}

/*clinic02*/
.clinic02 {
    padding: 60px 0 160px;
}
.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;
}
.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 {
    background: url(/img/common/ico_email.png) no-repeat #f1980c 40px;
    background-size: 34px;
    padding: 25px 50px 25px 90px;
    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_03.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;
}
@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: url(/img/clinic/bg_01.png) no-repeat top center;
    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
-----------------------------------------------*/
#doctor main {
    background: url(/img/common/bg_01.png) no-repeat top right -800px, url(/img/common/bg_02.png) no-repeat top left -600px;
}
@media screen and (max-width: 768px) {
    #doctor main {
        background: url(/img/common/bg_01.png) no-repeat top right -800px, url(/img/common/bg_02.png) no-repeat top left -600px;
    }
}

/*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: #60b9af;
    color: #fff;
    font-weight: normal;
    float: left;
    padding: 40px 30px;
    height: 540px;
}
.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: #fff 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%;
        padding: 0 10%;
        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: 100%;
        padding: 5%;
        height: auto;
        float: none;
    }
    .doctor01 .box02 .ttl02 {
        font-size: 18px;
        margin-bottom: 3%;
    }
    .doctor01 .box02 th,
    .doctor01 .box02 td {
        border-bottom: #fff 1px solid;
        line-height: 1.6;
        vertical-align: top;
    }
    .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: #ecf7f6;
}
.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 .comReadTxt01 {
    color: #4eaea3;
}
.access01 .access_map {
    padding: 80px 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: #ecf7f6;
}
.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;
    }
}

/*-----------------------------------------------
internal-medicine
-----------------------------------------------*/
/*internalMedicine01*/
.internalMedicine01 .comReadTxt01 {
    color: #4eaea3;
}
@media screen and (max-width: 768px) {
}

/*-----------------------------------------------
gastro
-----------------------------------------------*/
.gastro01 .comReadTxt01 {
    color: #4eaea3;
}
@media screen and (max-width: 768px) {
}

/*-----------------------------------------------
health-check
-----------------------------------------------*/
.healthCheck02,
.healthCheck04 {
    background: #60b9af;
}
.healthCheck02 .comReadTxt01,
.healthCheck04 .comReadTxt01 {
    color: #fff;
}
.healthCheck01 .comReadTxt01,
.healthCheck03 .comReadTxt01 {
    color: #4eaea3;
}
@media screen and (max-width: 768px) {
}

/*-----------------------------------------------
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: url(/img/stomach/bg_01.png) no-repeat top center #ecf7f6;
    background-size: cover;
}
.stomach03 .comReadTxt01 {
    color: #4eaea3;
}
@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 #ecf7f6;
    background-size: cover;
}
.colon03 .comReadTxt01 {
    color: #4eaea3;
}
.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: #ecf7f6;
}
.cancerCheck02 .comReadTxt01 {
    color: #4eaea3;
}
@media screen and (max-width: 768px) {
    .cancerCheck02 {
        padding: 10% 5%;
        background: #ecf7f6;
    }
}

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

/*cancerCheck04*/
.cancerCheck04 {
    background: #60b9af;
}
.cancerCheck04 .comReadTxt01 {
    color: #fff;
}
.cancerCheck04 .box01 .flex {
    justify-content: space-between;
    padding: 80px 0 0;
}
.cancerCheck04 .box01 .flex .text {
    color: #2f8880;
    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: #ecf7f6;
    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/hay-fever/bg_01.png) no-repeat top center #ecf7f6;
    background-size: cover;
}
.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*/
.hayFever03 .faqBox {
    padding: 80px 0 0;
}
.hayFever03 .faqBox dt {
    font-size: 26px;
    font-weight: bold;
    color: #2f8880;
    padding: 0;
    background: #ecf7f6;
}
.hayFever03 .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;
}
.hayFever03 .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;
}
.hayFever03 .faqBox dd p {
    display: inline-block;
    margin: 0 0 0 80px;
    padding-bottom: 20px;
    line-height: 1.5;
}
.hayFever03 .faqBox dd p:first-child {
    padding-top: 40px;
}
.hayFever03 .faqBox dd p:last-child {
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
    .hayFever03 .faqBox {
        padding: 8% 0 0;
    }
    .hayFever03 .faqBox dt {
        font-size: 20px;
        padding: 0;
        background: #3aa99d;
        color: #fff;
        font-weight: normal;
    }
    .hayFever03 .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;
    }
    .hayFever03 .faqBox dt span {
        padding: 5% 0;
        margin: 0 0 0 60px;
        width: auto;
        display: inline-block;
    }
    .hayFever03 .faqBox dd {
        background-color: #ecf7f6;
    }
    .hayFever03 .faqBox dd::before {
        width: 60px;
        height: auto;
        padding-top: 5%;
        font-size: 30px;
    }
    .hayFever03 .faqBox dd p {
        padding: 0 5% 5% 0;
        margin-left: 60px;
    }
    .hayFever03 .faqBox dd p:first-child {
        padding-top: 5%;
    }
    .hayFever03 .faqBox dd p:last-child {
        padding-bottom: 5%;
    }
}

/*hayFever04*/
.hayFever04 {
    background: url(/img/hay-fever/bg_02.png) no-repeat top center #ecf7f6;
    background-size: cover;
}
.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: #2f8880;
    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: #2f8880;
}
.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: #ecf7f6;
}
.hayFever06 .symptomList {
    border-top: 2px solid #3aa99d;
    border-bottom: 2px solid #3aa99d;
    padding: 50px 0;
    margin: 0 auto;
}
.symptomList h3 {
    font-size: 30px;
    color: #2f8880;
    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;
    }
}

/*-----------------------------------------------
reserve
-----------------------------------------------*/
#reserve .symptomBox {
    padding: 30px 0;
    margin: 30px 0 0;
}
#reserve .symptomBox .ttl01,
#confirm .symptomBox .ttl01,
#error .symptomBox .ttl01 {
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 24px;
}
#reserve .symptomBox .ttl01 .red,
#confirm .symptomBox .ttl01 .red,
#error .symptomBox .ttl01 .red {
    font-size: 18px;
    color: #db252b;
}
#reserve .comTable,
.formTable {
    margin: 40px auto 0;
}
#reserve .formTable td {
    padding: 20px;
}
.ttlFlow {
    color: #2f8880;
    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;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.formTable input[type='email'],
.formTable input[name='renraku'] {
    margin-bottom: 10px;
}
.formTable select {
    font-size: 16px;
    margin-bottom: 10px;
}
.formTable textarea {
    width: 100%;
    height: 260px;
}
.formTable span.txt01 {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    background: #fdf7f7;
    color: #da252a;
    text-align: center;
}
.formTable span.txt02 {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
}
.privacyBox {
    margin: 20px 0 30px;
    padding: 20px;
    background: #ecf7f6;
    text-align: center;
}
.privacyBox .ttl {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}
.privacyBox .mwform-checkbox-field {
    display: inline-block;
    border: 1px solid #2b867c;
    margin: 20px auto 0;
    padding: 20px;
    color: #2b867c;
    font-weight: bold;
    background: #fff;
}
.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;
}
.btnArea input.back_button {
    background: #bfbfbb;
    box-shadow: 0 3px 0 #4449;
}
.errorBox {
    margin-top: 40px;
    background: #fdf2f5;
    color: #f00;
    padding: 20px;
    text-align: center;
}
.mw_wp_form .error {
    float: none;
    margin: 0 0 0 10px;
}
.txtReserv {
    margin-top: 40px;
    color: #2f8880;
    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;
    }
    #reserve .symptomBox {
        padding: 3%;
        margin: 3% 0 0;
    }
    #reserve .symptomBox .ttl01,
    #confirm .symptomBox .ttl01,
    #error .symptomBox .ttl01 {
        font-size: 18px;
    }
    #error .formTable td {
        padding: 5%;
    }
    .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%;
    }
    #reserve .formTable li,
    #error .formTable li {
        margin-bottom: 8%;
    }
    #reserve .formTable ul,
    #error .formTable ul {
        margin-bottom: -8%;
    }
    .formTable select[name='time1'],
    .formTable select[name='time2'] {
        margin: 0 0 0 73px;
    }
    .formTable select[name='time3'] {
        margin: 0 0 10px 73px;
    }
    .privacyBox .mwform-checkbox-field {
        margin-bottom: 10px;
    }
    .mw_wp_form .error {
        margin: 10px 0 0 0px;
    }
    .btnArea input[type='submit'] {
        padding: 5%;
        width: 90%;
        margin-bottom: 8%;
    }
    .privacyBox {
        margin: 40px 0 30px;
        padding: 5%;
        text-align: left;
    }
}

/*-----------------------------------------------
ページ内リンク
-----------------------------------------------*/
.pageMenu {
    margin: 70px auto -30px;
    position: relative;
}
.pageMenu ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.pageMenu li {
    display: table-cell;
    border: #2b867c 1px solid;
    border-left: none;
    vertical-align: middle;
    background: url(/img/common/arrow_07.png) no-repeat center bottom 10px;
    background-size: 12px;
}

.pageMenu li:hover {
    background: url(/img/common/arrow_06.png) no-repeat center bottom 10px #2b867c;
    background-size: 12px;
    color: #fff;
}

.pageMenu li:hover a {
    color: #fff;
}

.pageMenu li:first-child {
    border: #2b867c 1px solid;
}
.pageMenu a {
    padding: 15px 10px 25px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #2b867c;
}

#complete .formHead {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    color: #2b867c;
    margin: 70px 0 20px;
}

#complete .formHead + p {
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    #complete .formBlock {
        padding: 0 4%;
    }

    #complete .formHead {
        font-size: 24px;
        margin: 30px 0 20px;
    }

    .pageMenu {
        margin: 5%;
        width: 90%;
    }
    .pageMenu ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .pageMenu li {
        width: 100%;
    }

    .pageMenu li {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: #2b867c 1px solid;
    }

    .pageMenu li:nth-child(odd) {
        border-left: #2b867c 1px solid;
        border-right: #2b867c 1px solid;
    }

    .pageMenu li:nth-child(even) {
        border-right: #2b867c 1px solid;
    }

    .pageMenu li:nth-child(-n + 2) {
        border-top: #2b867c 1px solid;
    }

    .pageMenu a {
        padding: 5% 5% 12%;
        font-size: 14px;
        text-align: center;
    }
    .pageMenu a:hover {
    }
}

/*-----------------------------------------------
reserve
-----------------------------------------------*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span,
.pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #2b867c;
    color: #2b867c;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagination .pager {
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
    color: #fff;
    border-color: #2b867c;
    background-color: #2b867c;
}

/* 前へ */
.pagination a.prev {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {
}
/* 最後へ */
.pagination a.last {
}

/* Page x / y */
.pagination span.page_num {
    display: none;
}

/*
.pager{
    text-align: center;
    margin: 20px 0;
}
.page-numbers{
    text-align: center;
}
.page-numbers li{
    display: inline-block;
}
.page-numbers .page-numbers.current{
    background-color: #2b867c;
    color: #fff;
}
.page-numbers .page-numbers{
    border: solid #2b867c;
    color: #2b867c;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 16px;
    margin: 0 5px;
    display: inline-block;
}

@media screen and (max-width: 768px){
    .page-numbers .page-numbers{
        padding: 7px 12px;
        font-size: 3.5vw;
        margin: 2px;
    }
}
*/

/*-----------------------------------------------
コロナウイルスの件　20200305追加
-----------------------------------------------*/

#colona_news {
    border: solid 2px #4eaea3;
    margin: 20px auto;
    padding: 12px 120px;
    color: red;
    text-align: left;
    font-size: 18px;
}

#colona_news .txt01 {
    font-size: 30px;
    color: #4eaea3;
    font-weight: bold;
    text-align: center;
    /* margin: 0 0 4px; */
}

#colona_news .wakutinLink {
    color: #2b867c;
}

#colona_news .txt02 {
    padding-top: 16px;
    color: #444;
}

#colona_news a {
    color: red;
}

#colona_news ul {
    color: #444;
}

@media screen and (max-width: 768px) {
    #colona_news .txt01 {
        font-size: 22px;
    }

    #colona_news {
        width: 94%;
        padding: 10px;
    }

    #colona_news .txt02 {
        text-align: left;
        font-size: 14px;
    }
}
