/*=============================================================
common.css
---------------------------------------------------------------

01. common layout
02. header
03. footer
04. home
05. about
07. contact and mail common style
08. contact
09. mail
10. thanks
11. mobile
12. media query
13. helper

===============================================================
01. common layout
=============================================================*/

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.pc,
.pc-alt {
	display: inline-block;
}

.sp,
.sp-alt,
.sp-alt-02 {
	display: none;
}

.central {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
	transform: translateX( -50% ) translateY( -50% );
}

img {
    width: 100%;
}

.mt-plus {
    margin-top: 40px;
}

.mb-plus {
    margin-bottom: 30px;
}

p.no-padding {
	padding: 0;
}

p {
    margin-bottom: 15px;
    font-weight: 800;
}

p:last-of-type,
p.mb-none {
    margin-bottom: 0;
}

p.mb-little {
    margin-bottom: 10px;
}

p.mb-default {
    margin-bottom: 15px;
}

p.mb-plus {
    margin-bottom: 25px;
}

p.mb-plus-plus,
.mb-plus-plus{
    margin-bottom: 50px;
}

.mb-plus-super {
    margin-bottom: 80px;
}

.bold {
	font-weight: bold;
}

.mini {
    font-size: 16px;
}

/* loading */

#loading-layer {
    width: 100%;
    height: 100%;
    background-color: #0082cb;
    transition: all ease 800ms;
    transition-delay: 3000ms;
    position: relative;
    top: 0;
    left: 0;
    z-index: 30;
}

.loaded #loading-layer {
    opacity: 0;
    visibility: hidden;
}

#home .load-copy {
    z-index: 30;
    color: #fff;
    font-style: italic;
    font-size: 35px;
    position: absolute;
    transition: all ease 700ms;
    transition-delay: 2500ms;

}

#home.loaded .load-copy {
    opacity: 0;
}

.loading {
    position: absolute;
    top:45%;
    left: 49%;
    transform: translate(-50%,-50%);
    z-index: 30;
    width: 50px;
    transition: all ease 800ms;
    transition-delay: 2500ms;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side,#fff 90%,#0000);
    background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}

.loaded .loading {
    opacity: 0;
    visibility: hidden;
    
}

/* /.loading */

#contents {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

#visual,
#main-visual,
#bg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1;
}

#visual {
    position: relative;
}

#bg {
    position: fixed;
}

#visual #icon-scroll {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: 0;
    margin-bottom: 0;
}

#visual #icon-scroll img {
    width: 90px;
}

.mass {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

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

.with-top-line {
    padding-top: 60px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.with-top-line::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    background: #B4B4B4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.with-white-base,
.with-clear-base,
.with-blue-base,
.with-blueImg-base {
    padding: 60px 0;
    margin-bottom: 0;
}

.with-white-base {
    background-color: #fff;
}

.with-clear-base {
    background-color: rgba(255,255,255,0.8);
}

.with-blue-base {
    background-color: #0082cb;
}

.with-blueImg-base {
    background: url(/common/img/shared/bg-01.jpg);
}

.inner {
    width: 80%;
    margin: 0 auto;
}

.inner-divi {
    width: 90%;
    margin: 0 10% 0 0;
}

.tit-01 {
    margin-bottom: 40px;
    font-size: 38px;
    text-align: center;
    letter-spacing: 4px;
}

.tit-02 {
    margin-bottom: 35px;
    font-size: 28px;
    text-align: center;
    letter-spacing: 4px;
}

.tit-03 {
	font-family: "M PLUS 1", sans-serif;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 3px;
	font-weight: 700;
}

.tit-01.mb-plus {
    margin-bottom: 45px;
}

.tit-01.mb-minus {
    margin-bottom: 25px;
}

.tit-01.mb-super-minus {
    margin-bottom: 6px;
}

h1.tit-01 {
    position: relative;
    color: #0082cb;
    font-family: "M PLUS 1", sans-serif;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
}

h1.tit-01::after {
    content: '';
    position: absolute;
    top: 94%;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #0082cb;
    transition: all ease 900ms;
    transform: scale(0,1);
}

.active h1.tit-01::after {
    transform: scale(1,1);
}

.with-blue-base h1.tit-01,
.with-blue-base h2.sub-tit,
.with-blueImg-base h1.tit-01,
.with-blueImg-base h2.sub-tit,
.white h1.tit-01, .white h2.sub-tit,
.white p, .white .tit-02 {
    color: #fff;
}

.with-blue-base h1.tit-01::after,
.with-blueImg-base h1.tit-01::after,
.white h1.tit-01::after {
    background: #fff;
}

h2.sub-tit {
    text-align: center;
    color: #0082cb;
    margin-bottom: 30px;
    transform: translateY(-20px);
    transition: all ease 700ms;
    transition-delay: 300ms;
    opacity: 0;
}

.active h2.sub-tit {
    transform: translateY(0);
    opacity: 0.9999;
}

/* pages tittle style */


.head-tit {
    position: relative;
    margin-bottom: 40px;
}

.head-tit::before,
.head-tit::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 1;
    width: 0;
    height: 8vh;
    transition: all ease 600ms;
}

.head-tit::before {
    background-color: #0082cb;
    transition-delay: 400ms;
}

.head-tit::after {
    background-color: #fff;
    transition-delay: 800ms;
    border-bottom: #0082cb 1px solid;
}

.active .head-tit::before,
.active .head-tit::after {
    width: 80%;
}

.tit-04 {
    position: relative;
    z-index: 2;
	font-family: "M PLUS 1", sans-serif;
    font-size: 170%;
    color: #0082cb;
    text-align: center;
    line-height: 2;
    opacity: 0;
    transition: all ease 700ms;
    transition-delay: 600ms;
}

.active .tit-04 {
    opacity: 0.9999;
}


#visual #visual-tit h1 img {
	width: 80%;
	margin: 0 auto;
	display: block;
}

.row {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.box-img {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.box-divi {
    width: 68%;
}

.list-01 li {
    padding: 20px 0;
    border-bottom: solid 1px rgba( 28,59,149,0.3 );
}

/*
* pages
*/

.pages #loading-layer {
    transition-delay: 200ms;
}

.pages #visual #visual-tit {
    width: 50%;
    top: 50%;
}

.pages #visual #visual-tit {
    opacity: 0;
    transition: all ease 1500ms;
    transition-delay: 900ms;
}

.pages.loaded #visual #visual-tit {
    opacity: 0.999;
}

.pages section.mass {
    padding-top: 50px;
}


.pages .tit-box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 25%;
    background-color: rgba( 255,255,255,0.5 );
    transition: all ease 500ms;
    transition-delay: 600ms;
}

.pages.loaded .tit-box {
    width: 100%;
}

/*
* basic motion
*/

.elem-01,
.elem-02,
.elem-03,
.elem-04,
.elem-05,
.elem-06,
.elem-07,
.elem-08,
.elem-09,
.elem-10,
.elem-11 {
    transition: all ease 800ms;
    transform: translateY( 20px );
    opacity: 0;
}

.elem-01 {
    transition-delay: 200ms;
}

.elem-02 {
    transition-delay: 400ms;
}

.elem-03 {
    transition-delay: 600ms;
}

.elem-04 {
    transition-delay: 800ms;
}

.elem-05 {
    transition-delay: 1200ms;
}

.elem-06 {
    transition-delay: 1400ms;
}

.elem-07 {
    transition-delay: 1600ms;
}

.elem-08 {
    transition-delay: 1800ms;
}

.elem-09 {
    transition-delay: 2000ms;
}

.elem-10 {
    transition-delay: 2200ms;
}

.elem-11 {
    transition-delay: 2400ms;
}


.active .elem-01,
.active .elem-02,
.active .elem-03,
.active .elem-04,
.active .elem-05,
.active .elem-06,
.active .elem-07,
.active .elem-08,
.active .elem-09,
.active .elem-10,
.active .elem-11 {
    transform: translateY( 0 );
    opacity: 0.99999;
}

.elem-loaded-01,
.elem-loaded-02,
.elem-loaded-03,
.elem-loaded-04 {
    transition: all ease 800ms;
    transform: translateX( 40px );
    opacity: 0;
}

.elem-loaded-01 {
    transition-delay: 400ms;
}

.elem-loaded-02 {
    transition-delay: 600ms;
}

.elem-loaded-03 {
    transition-delay: 800ms;
}

.elem-loaded-04 {
    transition-delay: 1000ms;
}

.loaded .elem-loaded-01,
.loaded .elem-loaded-02,
.loaded .elem-loaded-03,
.loaded .elem-loaded-04 {
    transform: translateX( 0 );
    opacity: 1;
}


.single-img {
	margin-bottom: 40px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.single-img .box-img {
	padding-top: 60%;
	margin: 0 5%;
}


.single-img,
.three-img {
    margin-bottom: 50px;
    text-align: center;
}

.single-img img {
    width: 80%;
}

.single-img.small {
    width: 70%;
    margin: 0 auto 50px;
}

.three-img img {
    display: inline-block;
    width: 33.33333%;
}

/*
* .double-img
*/

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

.double-img .box-img:nth-of-type( 1 ) {
    width: 50%;
    padding-top: 40%;
}

.double-img .box-img:nth-of-type( 2 ) {
    width: 50%;
    padding-top: 40%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

/*
* .row-divi
*/

.row-divi {
    margin-bottom: 70px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.row-divi:last-of-type {
    margin-bottom: 0px;
}

.row-divi .box-img,
.row-divi .box-text {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row-divi .box-img {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.row-divi.img-right .box-img {
    left: 50%;
}

.row-divi.img-left .box-img {
    left: 0;
}

.row-divi.img-right .box-text {
    padding-right: 40px;
}

.row-divi.img-left .box-text {
    margin-left: 50%;
    padding-left: 40px;
}

/*
* row-divi-single-img
*/

.row-divi-single-img {
    margin-bottom: 40px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.row-divi-single-img .box-img {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.row-divi-single-img .box-text {
    width: 35%;
    padding: 15px 0;
    margin-left: 65%;
}

/*
* .btn
*/

.btn-01 {
	width: 30%;
	height: 60px;
	text-align: center;
	margin: 0 auto;
    position: relative;
    display: block;
    background-color: #0082cb;
    border: 2px solid #0082cb;
	transition: all ease 500ms;
    box-sizing: border-box;
}

.btn-01 a {
    display: block;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8;
	color: #fff;
	transition: all ease 500ms;
    cursor: pointer;
}

.btn-01:hover {
	background-color: #fff;
}

.btn-01:hover a {
	color: #0082cb;
}

.btn-01.green {
    background-color: #96d03d;
    border: 2px solid #96d03d;   
}

.btn-01.green:hover {
	background-color: #fff;
}

.btn-01.green:hover a {
	color: #96d03d;
}

.scroll {
    position:absolute;
    bottom:1%;
    right:50%;
    z-index: 1;
    animation: arrowmove 1200ms ease-in-out infinite;
}

@keyframes arrowmove{
    0%{bottom:1%;}
    50%{bottom:3%;}
    100%{bottom:1%;}
}

.scroll span{
    position: absolute;
    left:-20px;
    bottom:15px;
    color: #0082cb;
    font-size: 18px;
    letter-spacing: 0.1em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scroll:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -14px;
    width: 2px;
    height: 20px;
    background: #0082cb;
    transform: skewX(-31deg);
}

.scroll:after{
    content:"";
    position: absolute;
    bottom:5px;
    right:-8px;
    width:2px;
    height: 50px;
    background:#0082cb;
}

/*=============================================================
02. header
=============================================================*/

#main-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

#main-header h1 {
    width: 400px;
    position: fixed;
    top: 40px;
    left: 20px;
    z-index: 1;
}

/*
* global nav
*/

#main-header #icon-menu,
#main-header #icon-close,
#main-header #icon-tel {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}

#main-header #icon-menu {
    background: #0082cb;
    border: #fff 2px solid;
    transition: all ease 500ms;
}

#main-header #icon-reserve,
#main-header #icon-tel .sp-alt {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 10px;
	right: 118px;
	z-index: 1;
    cursor: pointer;
    border: #fff 2px solid;
    transition: all ease 500ms;
}

#main-header #icon-tel {
    width: 250px;
    top: 35px;
    right: 230px;
}

#main-header #icon-tel .sp-alt {
    right: 226px;
}


#main-header #icon-menu:hover {
    background: #1c7a95;
}

#main-header #icon-close {
    background: #fff;
}

#main-header #icon-reserve a {
    font-family: "M PLUS 1", sans-serif;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
}


#main-header #nav-wrapper {
    width: 100%;
    height: 100%;
    background: url( /common/img/shared/nav-bg.jpg ) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    transition: all ease 600ms;
    transform: scale( 0.7 );
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}

.nav-open #main-header #nav-wrapper {
    transform: scale( 1 );
    opacity: 0.99999;
    visibility: visible;
}


#main-header #nav-wrapper #close-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#main-header #nav-wrapper #icon-close {
    background: #fff;
    transition: all ease 1200ms;
    transition-delay: 400ms;
    opacity: 0;
    z-index: 2;
}

.nav-open #main-header #nav-wrapper #icon-close {
    opacity: 0.99999;
}

#main-header #nav-wrapper .central {
    width: 80%;
    top: 51%;
}

#main-header #nav-wrapper nav {
    overflow: hidden;
}

#main-header #nav-wrapper nav ul {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3%;
    float: left;
}

#main-header #nav-wrapper nav ul li,
#main-header #nav-wrapper nav ul li a {
    display: block;
}

#main-header #nav-wrapper nav ul li,
#main-header #nav-wrapper nav ul.medical-icon li.icon {
    padding: 1% 0;
    transition: all ease 500ms;
    transform: translateX( -15% );
    opacity: 0;
}

#main-header #nav-wrapper nav ul:nth-of-type( 1 ) li:nth-of-type( 1 ),
#main-header #nav-wrapper nav ul:nth-of-type( 2 ) li:nth-of-type( 1 ) {
    transition-delay: 500ms;
}

#main-header #nav-wrapper nav ul:nth-of-type( 1 ) li:nth-of-type( 2 ),
#main-header #nav-wrapper nav ul:nth-of-type( 2 ) li:nth-of-type( 2 ) {
    transition-delay: 620ms;
}

#main-header #nav-wrapper nav ul:nth-of-type( 1 ) li:nth-of-type( 3 ),
#main-header #nav-wrapper nav ul:nth-of-type( 2 ) li:nth-of-type( 3 ) {
    transition-delay: 740ms;
}

#main-header #nav-wrapper nav ul:nth-of-type( 1 ) li:nth-of-type( 4 ),
#main-header #nav-wrapper nav ul:nth-of-type( 2 ) li:nth-of-type( 4 ) {
    transition-delay: 860ms;
}

#main-header #nav-wrapper nav ul:nth-of-type( 1 ) li:nth-of-type( 5 ) {
    transition-delay: 980ms;
}

#main-header #nav-wrapper nav ul.medical-icon li.icon {
    transition-delay: 980ms;
}

.nav-open #main-header #nav-wrapper nav ul li,
.nav-open #main-header #nav-wrapper nav ul.medical-icon li.icon {
    transform: translateY( 0 );
    opacity: 0.99999;
}

#main-header #nav-wrapper nav ul li a {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

#main-header #nav-wrapper nav ul li a img {
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#main-header #nav-wrapper nav ul li a img:nth-of-type( 1 ) {
    width: 0;
    height: 8px;
    transition: all ease 300ms;
}

#main-header #nav-wrapper nav ul li a:hover img:nth-of-type( 1 ) {
    width: 100%;
}

#main-header #nav-wrapper nav ul li a img:nth-of-type( 2 ) {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

#main-header #nav-wrapper nav ul li a img:nth-of-type( 2 ) {
    padding: 3% 6% 3% 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main-header #nav-wrapper nav ul li a img:nth-of-type( 1 ) {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#main-header #nav-wrapper nav ul.medical-icon {
    display: flex;
    margin-top: 20px;
}

#main-header #nav-wrapper nav ul.medical-icon li.icon {
    width: 33.3%;
}

#main-header #nav-wrapper nav ul.medical-icon li.icon a {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

#main-header #nav-wrapper nav ul.medical-icon li.icon a img {
    position: relative;
    width: 100%;
    height: 100%;
}

#main-header #nav-wrapper nav ul.medical-icon li.icon a:hover img {
    scale: 0.9;
}

/*=============================================================
03. footer
=============================================================*/

#main-footer {
    padding: 50px 0;
    border-top: solid 1px #B4B4B4;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #0082cb;
}

#main-footer p {
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;

}

/* privacy */

#privacy #visual {
    background-image: url( /common/img/shared/privacy-visual.jpg );
}

#privacy #part-01 p.mb-super-plus,
#privacy #part-01 section {
    margin-bottom: 40px;
}

#privacy #part-01 section:last-of-type {
    margin-bottom: 0;
}

#privacy #part-01 section h1.tit-02 {
    margin-bottom: 2px;
}

#privacy #part-01 section ol {
    list-style-type: none;
}

#privacy #part-01 section ol li {
    margin-left: 1.7em;
    text-indent: -1.7em;
}

/*=============================================================
04. home
=============================================================*/

#home #main-header h1 {
    display: none;
}

#home #main-visual {
    position: fixed;
    z-index: 1;
}

#home.loaded #visual::before {
    opacity: 0;
    visibility: hidden;
}

#home #visual #box-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 1000px;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%) scale(0.7);
	opacity: 0;
	transition: all ease 1500ms;
	transition-delay: 3000ms;
}

#home.loaded #visual #box-logo {
	opacity: 0.99999;
    transform: translateX(-50%) translateY(-50%) scale(1);
}


#home #part-intro {
    overflow: hidden;
}

#home #part-intro .wide-img {
    margin: 50px calc(50% - 50vw) 0;
}

#home #part-info dl dt,
#home #part-info dl dd {
    display: inline-block;
    vertical-align: middle;
}

#home #part-info dl dt {
    font-size: 16px;
    color: #fff;
}

#home #part-info dl dd {
    margin-left: 20px;
    font-size: 20px;
    color: #fff;
}

#home #part-info dl dd a {
    text-decoration: none;
    color: #fff;
}

#home #part-info dl dd a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all ease 500ms;
}

#home #part-info .btn-01 {
    background-color: #fff;
    margin: 50px auto 20px;
}

#home #part-info .btn-01 a {
    color: #0082cb;
}

#home #part-info p.white {
    color: #fff;
}

#home #part-info p.white a {
    color: yellow;
}

#home #part-about .single-img .box-img {
    background-image: url(/common/img/home/img-03.jpg);
}

a.link {
    font-size: 19px;
    color: #0082cb;
    border-bottom: #0082cb 1px solid;
    display: inline-block;
    text-decoration: none;
}



#home #part-about .with-img {
    background: url(/common/img/home/bg-01.jpg);
    padding: 30px 0;
}

#home #part-about .link-menu {
    background: url(/common/img/shared/bg-01.jpg);
    padding: 50px 0 30px;
    box-sizing: border-box;
}

#home #part-about .link-menu ul {
    display: flex;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}

#home .link-menu li.menu-box {
    width : calc(33.3% - 6px);
    margin: 10px 3px;
}

#home .link-menu li.menu-box a {
    text-decoration: none;
    cursor: pointer;
}

#home .link-menu li.menu-box a > img {
    transition: all ease 500ms;
}

#home #part-about .link-menu li.menu-box a:hover > img  {
    opacity: 0.7;
}

#home #part-about .link-menu li.menu-box .menu-text {
    text-align: center;
    font-family: "M PLUS 1", sans-serif;
    font-size: 110%;
    font-weight: 300;
    color: #fff;
    margin-top: 10px;
}

#home #part-about .link-menu li.menu-box a:hover .menu-text {
    color: yellow;
}

#home .link-menu li.menu-box .mini {
    color: #fff;
    padding: 0 10px;
}

#home #part-medical-care .link-menu {
    width: 100%;
    margin: 0 auto;
}

#home #part-medical-care .link-menu ul {
    display: flex;
    overflow: hidden;
}

#home #part-medical-care .link-menu ul li.menu-box {
    width: 33.3%;
    text-align: center;
    position: relative;
    margin: 0;
    overflow: hidden;
    transition: all ease 500ms;
}

#home #part-medical-care .link-menu li.menu-box .text-box {
    width: 100%;
    letter-spacing: 3px;
    background-color: rgba( 255,255,255,0.8 );
    padding: 20px 20px;
    transition: all ease 500ms;
}

#home #part-medical-care .link-menu li.menu-box .text-box .menu-text {
    color: #0082cb;
    font-size: 150%;
    font-weight: 800;
    transition: all ease 500ms;
}

#home #part-medical-care .link-menu li.menu-box a:hover .text-box {
    background-color: #0081cbda;
    color: #fff;;
} 

#home #part-medical-care .link-menu li.menu-box a:hover .menu-text {
    color: #fff;
}


.faq {
    width: 80%;
    margin: 0 auto 20px;
    border-bottom: #0082cb 1px solid;
}

.faq tr {
    vertical-align: middle;
}

.faq .Q .color-box,
.faq .A .color-box {
    width: 25px;
    font-size: 30px;
    font-weight: bolder;
    padding: 0px 15px;
    color: #fff;
    background-color: #0082cb;
    border-radius: 30px;
    display: block;
    margin-bottom: 15px;
}

.faq .A .color-box {
    background-color: #2ad379;
    vertical-align: middle;
}

.faq td {
    width: 90%;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px;
}

.faq .A td {
    vertical-align: middle;
}

#part-clinic .time {
    width: 60%;
    margin: 0 auto;
}

#part-clinic .ta-c img {
    width: 40%;
    margin-bottom: 10px;
}

#part-access p {
    color: #fff;
}

#part-access p.tit-02 {
    margin-bottom: 10px;
}

#part-access .box {
    position: relative;
}

#part-access .left {
    width: 50%;
}

#part-access .map {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 51%;
}

/* COMMON INFO */

#common-info {
    padding-top: 60px ;
}

#common-info .inner {
    width: 80%;
    background-color: rgba( 255,255,255,0.7 );
    border-radius: 30px;
}

#common-info h1.tit-01 {
    padding-top: 30px;
}

#common-info h1.tit-01::after {
    left: 20%;
    width: 60%;
}

#common-info .row-divi {
    width: 70%;
    margin: 0px auto;
}

.row-divi .left,
.row-divi .right {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}

.row-divi .left {
    float: left;
}

.row-divi .right {
    float: right;
}

#common-info .row-divi a {
    text-decoration: none;
    font-size: 3vw;
    color: #0082cb;
    font-weight: bolder;
    margin-bottom: 10px
}

#common-info .row-divi p {
    text-align: center;
    line-height: 1;
}

#common-info a.btn {
    width: 80%;
    margin: 3% auto 10px;
    text-align: center;
    display: block;
    transition: all ease 500ms;
}

#common-info a.btn:hover {
    opacity: 0.7;
}



/*=============================================================
05. ABOUT
=============================================================*/

#about #bg {
    background: url(/common/img/about/visual.jpg);
}

#about #part-01 {
    position: relative;
}

#about .row-divi .box-text p {
    font-size: 100%;
}

#about .row-divi .box-text .btn-01 {
    width: 60%;
    font-size: 1rem;
}

.box-text.pd-plus {
    padding: 5% 0;
}

#about #part-05 .tit-04 {
    font-size: 2vw;
}

#about #part-02 .row.double-img .box-img:nth-of-type( 1 ) {
    background-image: url(/common/img/about/img-02.jpg?v01);
}

#about #part-02 .row.double-img .box-img:nth-of-type( 2 ) {
    background-image: url(/common/img/about/img-03.jpg?v01);
}

#about #part-03 .box-img {
    background-image: url(/common/img/about/img-04.jpg);
}

#about #part-04 .box-img {
    background-image: url(/common/img/about/img-06.jpg);
}

#about #part-05 .box-img {
    background-image: url(/common/img/about/img-05.jpg);
}

#about #part-06 .row.single-img .box-img {
    background-image: url(/common/img/home/img-06.jpg);
}

#about #part-07 .container {
    width: 80%;
    margin: 0 auto;
}

#about #part-07 .container .flex-box {
    display: flex;
}

#about #part-07 .container .flex-box .left,
#about #part-07 .container .flex-box .right {
    width: 50%;
    background-color: rgba( 255,255,255,0.5 );
    margin: 0 0 20px;
    text-align: left;
}

#about #part-07 .container ul li .box-img {
    background-image: url(/common/img/about/instruments-01.jpg);
}

#about #part-07 .container .flex-box .right .text-box {
    padding: 30px 15px 0 20px;
    box-sizing: border-box;
}


#about #part-07 .container .flex-box .right .tit-03 {
    margin-bottom: 0;
    text-align: left;
}

#about #part-07 .container .flex-box p {
    font-size: 18px;
}

#about #part-07 .container .flex-box p.mini {
    font-size: 15px;
}


/*=============================================================
06. DOCTOR
=============================================================*/

#doctor #bg {
    background: url(/common/img/shared/bg-01.jpg);
}

#doctor #visual {
    background: url(/common/img/doctor/visual.jpg);
    background-position: center center;
}

#doctor .doctor-info:nth-of-type( 1 ) .single-img .box-img {
    background-image: url(/common/img/doctor/img-yamasaki.jpg);
    padding-top: 45%;
    margin: 0 15%;
}

#doctor .doctor-info:nth-of-type( 2 ) .single-img .box-img {
    background-image: url(/common/img/doctor/img-mizuguchi.jpg?01);
}

#doctor .doctor-info:nth-of-type( 3 ) .single-img .box-img {
    background-image: url(/common/img/doctor/img-itoi.jpg);
    background-position: center center;
}


#doctor .doctor-info .box-img.mini-img {
    background-position: top center;
    width: 50%;
    padding-top: 45%;
    margin: 0 auto;
}

p.mb-0 {
    margin-bottom: 0;
}

.doctor-info {
    margin-bottom: 60px;
}

.bb {
    border-bottom: #fff 1px solid;
    font-weight: bold;
}

#doctor .doctor-info .tit-02 {
    font-size: 35px;
    letter-spacing: 3px;
    text-align: center;
}

.doctor-info .mini {
    font-size: 16px;
    background-color: #fff;
    box-sizing: border-box;
}

.doctor-info .history {
    background-color: rgba(205, 243, 243, 0.3);
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

.doctor-info .mini {
    background: none;
}

.doctor-info dt,
.doctor-info dd {
    color: #fff;
}

.doctor-info dl {
    margin-bottom: 10px;
}
.doctor-info dl dt,
.doctor-info dl dd {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

#doctor #part-02 h1 {
    text-align: center;
    margin-bottom: 50px;
}

#doctor #part-02 h1 img {
    width: 50%;
}

span.bb {
    display: block;
}

#part-02 dl {
    margin-bottom: 20px;
}

#part-02 dt, #part-02 dd {
    color: #fff;
    display: inline-block;
}

#part-02 dt {
    width: 3%;
    vertical-align: top;
    font-family: "M PLUS 1", sans-serif;
    font-weight: bold;
    padding-right: 10px;
}

#part-02 dd {
    width: 95%;
}

#doctor #common-info .inner {
    background-color: #fff;
}

/*=============================================================
07. FIRST EX
=============================================================*/

#first-ex #bg {
    background: url(/common/img/first-ex/bg-01.jpg);
}

#first-ex #visual {
    background: url(/common/img/first-ex/visual.jpg);
}

#first-ex #part-01 ol {
    width: 80%;
    margin: 0 auto;
    list-style: none;
}

#first-ex #part-01 ol li {
    height: 250px;
    display: flex;
    color: #fff;
    background: #0082cb;
    font-size: 28px;
    margin-bottom: 80px;
}

#first-ex #part-01 ol li .tit-02 {
    font-family: "M PLUS 1",sans-serif;
    font-weight: 500;
}

#first-ex #part-01 ol li .box-img {
    width: 35%;
    background-position: center center;
    background-size: cover;
}

#first-ex #part-01 ol li:nth-of-type(1) .box-img {
    background-image: url(/common/img/home/img-05.jpg?v01);
}

#first-ex #part-01 ol li:nth-of-type(2) .box-img {
    background-image: url(/common/img/first-ex/img-02.jpg?v01);
}

#first-ex #part-01 ol li:nth-of-type(3) .box-img {
    background-image: url(/common/img/home/img-04.jpg?v04);
}

#first-ex #part-01 ol li:nth-of-type(4) .box-img {
    background-image: url(/common/img/first-ex/img-03.jpg?v01);
}

#first-ex #part-01 ol li .right {
    width: 65%;
    padding: 30px 20px;
}

#first-ex #part-01 ol li .right .tit-02 {
    text-align: left;
    margin-bottom: 10px;
    border-bottom: #fff solid 2px;
    display: inline-block;
}

#first-ex #part-01 ol li .right .tit-02 .mini {
    font-size: 17px;
    font-style: italic;
    margin-right: 15px;
}

#first-ex #part-01 ol li .right .cap {
    font-size: 18px;
}

#first-ex #part-01 ol li .btn-01 {
    width: 50%;
    height: 60px;
    margin: 20px 0 0 ;
}

/*=============================================================
08. FAQ
=============================================================*/

#faq #bg {
    background: url(/common/img/faq/bg-01.jpg);
}

#faq #visual {
    background: url(/common/img/faq/visual.jpg);
    background-position: center center;
}

/*=============================================================
09. MEDICAL-CARE
=============================================================*/

#medical-care #bg {
    background: url(/common/img/shared/bg-01.jpg);
}

#medical-care #visual {
    background: url(/common/img/medical-care/visual.jpg);
    background-position: center center;
}

#medical-care .inner {
    background-color: #fff;
    border-radius: 30px;
}

#medical-care .inner h1 {
    padding-top: 40px;
}

#medical-care .container {
    width: 90%;
    padding-bottom: 30px;
    margin: 0 auto 60px;
    background-color: #fff;
    border-radius: 30px;
}

#medical-care #part-01 .box-img {
    background-image: url(/common/img/medical-care/img-01.jpg);
}

#medical-care #part-02 .box-img {
    background-image: url(/common/img/home/img-08.jpg);
}

#medical-care #part-03 .box-img {
    background-image: url(/common/img//home/img-09.jpg);
}

#medical-care .box-text {
    padding: 5% 0 2% 3%;
    box-sizing: border-box;
}

#medical-care #part-02 .box-text、
#medical-care #part-03 .box-text {
    padding: 6% 0 8% 3%;;
}

#medical-care .btn-01 {
    width: 55%;
    min-width: 250px;
}

/*=============================================================
10. NAISHIKYO
=============================================================*/

#naishikyo #bg {
    background: url(/common/img/shared/bg-02.jpg);
}

#naishikyo #visual {
    background: url(/common/img/naishikyo/visual.jpg);
    background-position: center center;
}

#naishikyo #part-naishikyo .double-img .box-img:nth-of-type(1) {
    background-image: url(/common/img/naishikyo/img-01.jpg?v05);
}

#naishikyo #part-naishikyo .double-img .box-img:nth-of-type(2) {
    background-image: url(/common/img/naishikyo/img-02.png);
}

#naishikyo #part-daicyo-cam .double-img .box-img:nth-of-type(1) {
    background-image: url(/common/img/naishikyo/img-05.jpg?v05);
}

#naishikyo #part-daicyo-cam .double-img .box-img:nth-of-type(2) {
    background-image: url(/common/img/naishikyo/img-04.png);
}

#naishikyo #part-01.with-blueImg-base {
    padding: 60px 0 30px;
}

#naishikyo #part-01 .text-box {
    width: 70%;
    margin: 0 auto 50px;
    overflow: hidden;
}

#naishikyo #part-01 .left {
    width: 7%;
    float: left;
    margin-right: 1.3em;
}

#naishikyo #part-01 .right {
    width: 80%;
    float: left;
}

#naishikyo #part-01 .left .tit-03 {
    width: 50px;
    height: 50px;
    color: #0082cb;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.5;
    border-radius: 25px;
    background-color: yellow;
}

#naishikyo #part-01 .right .tit-03,
#naishikyo #part-01 .right .mini {
    text-align: left;
    line-height: 1.5;
}

#naishikyo .container {
    width: 80%;
    margin: 0 auto;
    background-color: rgba( 255,255,255,0.7 );
    padding: 30px;
    box-sizing: border-box;
    opacity: 0;
    transition: all ease-out 700ms;
}

#naishikyo .active .container {
    opacity: 0.999;
}

.btn-01.orange {
    background-color: orange;
    border-color: orange;
}

.btn-01.orange:hover {
    background-color: #fff;
}

.btn-01.orange:hover a {
    color: orange;
}

#naishikyo .text-box {
    margin-bottom: 50px;
}

#naishikyo .text-box .tit-04 {
    font-size: min(2.6vw, 30px);
    line-height: 1.5em;
}

#naishikyo .text-box .single-img {
    margin-bottom: 5px;
}

#part-naishikyo-02 .container {
    margin-bottom: 30px;
}

/*=============================================================
11. ECHO
=============================================================*/

#echo #bg {
    background: url(/common/img/shared/bg-03.jpg);
}

#echo #visual {
    background: url(/common/img/echo/visual.jpg);
    background-position: center center;
}

#echo #part-echo .double-img .box-img:nth-of-type(1) {
    background-image: url(/common/img/echo/img-01.jpg);
}

#echo #part-echo .double-img .box-img:nth-of-type(2) {
    background-image: url(/common/img/echo/img-02.png);
}

/*=============================================================
12. KENSHIN
=============================================================*/

#kenshin #bg {
    background: url(/common/img/shared/bg-03.jpg);
}

#kenshin #visual {
    background: url(/common/img/kenshin/visual.jpg);
    background-position: center center;
}

#kenshin .mass {
    margin-bottom: 30px;
}

.flex-box {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-box .left,
.flex-box .right {
    width: calc(33% - 20px);
    max-width: 500px;
    margin: 0 5px;
    text-align: center;
}

#kenshin #part-kenshin .flex-box .left,
#kenshin #part-kenshin .flex-box .right,
#kenshin-02 {
    padding: 3%;
    box-sizing: border-box;
    border-radius: 30px
}

#kenshin #part-kenshin .flex-box .left {
    background-color: rgba(99, 210, 212, 0.3);
}

#kenshin #part-kenshin .flex-box .right {
    background-color: rgba(219, 157, 76, 0.3);
}

#kenshin #part-kenshin .flex-box .right-02 {
    background-color: rgba(140, 204, 72, 0.3);
}

#kenshin-02 {
    width: 70%;
    background-color: rgba(162, 20, 100, 0.1);
    margin: 20px auto;
}

#kenshin #kenshin-02 .single-img {
    margin-bottom: 10px;
}

#kenshin #kenshin-02 .single-img .box-img {
    background-image: url(/common/img/news/20240801/img-mykinso.jpg);
    padding-top: 25%;
    margin: 20px 10% 0;
}


.tit-06 {
    font-family: "M PLUS 1",sans-serif;
    font-size: max(2.4vw, 20px);
    font-weight: 700;
    color: #0082cb;
    background-color: #fff;
    margin-bottom: 10px;
}


#kenshin table {
    width: 80%;
    margin: 50px auto 30px;
    font-size: max(1.5vw, 14px);
    letter-spacing: 0;
    text-align: left;
    border: #cecece 2px solid;
}

#kenshin .table-header {
    background-color: #0082cb;
    color: #fff;
    text-align: center;
}

#kenshin  table th,
#kenshin  table td {
    padding: 0.5em;
    box-sizing: border-box
}
#kenshin table th {
    width: 15%;
    border: #cecece 1px solid;
    font-size: max(1.3vw, 12px);
    font-weight: 800;
}

#kenshin table td {
    width: 25%;
    border: #cecece 1px solid;
    font-size: max(1.3vw, 12px);
}

#kenshin table td.ta-c {
    width: 10%;
}

#kenshin-option {
    width: 80%;
    margin: 20px auto;
}

#kenshin-option table {
    width: 100%;
    margin: 20px 0 5px;
}

#kenshin-option table th,
#kenshin-option table td {
    font-size: max(1.2vw, 12px);
    width: 10%;
    vertical-align: middle;
    text-align: center;
}

#kenshin-option tr:nth-of-type(2) th {
    width: 16%;
}

#kenshin-option tr td:nth-of-type(3) {
    width: 12%;
}

#kenshin-option tr td:nth-of-type(4) {
    width: 55%;
    text-align: left;
}


/*=============================================================
13. PAIN-INFO
=============================================================*/

#pain-info #bg {
    background: url(/common/img/shared/bg-03.jpg);
}

#pain-info #visual {
    background: url(/common/img/pain-info/visual.jpg);
    background-position: center center;
}

#pain-info article h1.tit-03 {
    font-size: 2.5vw;
    letter-spacing: ８px;
    margin-bottom: 30px;
}

#pain-info .text-box {
    width: 80%;
    margin: 0 auto;
    background-color: rgba( 255,255,255,0.7 );
    padding: 35px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

#pain-info .text-box p {
    margin-bottom: 40px;
}

#pain-info .text-box p.mb-mini {
    margin-bottom: 20px;
}

h2.tit-05, h3.tit-05,h4.tit-05 {
    text-align: center;
    font-size: min(2.7vw, 28px);
    font-family: "M PLUS 1",sans-serif;
    color: #0082cb;
    font-weight: 700;
    margin-bottom: 10px;
}

h4.tit-05 {
    color: #e53535;
}

#pain-info #part-echo h1 {
    margin-bottom: 10px;
}

/*=============================================================
14. NOBORI
=============================================================*/

#nobori #bg {
    background: url(/common/img/shared/bg-03.jpg);
}

#nobori #visual {
    background: url(/common/img/nobori/visual.jpg);
    background-position: center center;
}

#nobori .mass {
    margin-bottom: 50px;
}

#nobori #part-01 .single-img:nth-of-type(1) {
    width: 70%;
    margin: 20px auto;
}

#nobori #part-01 .single-img .box-img {
    background-image: url(/common/img/nobori/img-01.png);
}

#nobori #part-01 .single-img:nth-of-type(2) .box-img {
    background-image: url(/common/img/nobori/img-02.png);
}

#nobori .tit-05 {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
}

#nobori .step {
    width: 90%;
    margin: 0 auto 20px;
    border: 2px solid #14a046;
    border-radius: 30px;
    padding: 30px;
    box-sizing: border-box;
}

#nobori .step span {
    border-radius: 30px;
    background-color: #14a046;
    color: #fff;
    font-family: 'M1 PLUS',sans-serif;
    padding: 5px 3%;
    line-height: 2;
    margin-right: 20px;
}

#nobori .tit-03 {
    color: #14a046;
    text-align: left;
}

#nobori .app-link {
    width: 60%;
    margin: 20px auto 10px;
}

#nobori .app-link a {
    width: 50%;
    height: auto;
    display: block;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

#nobori #part-03 .row-divi .box-img {
    background-image: url(/common/img/nobori/img-03.png);
}


.green {
    color: #14a046;
}


/*=============================================================
15. igan-kenshin
=============================================================*/

#igan-kenshin #bg {
    background: url(/common/img/shared/bg-03.jpg);
}

#igan-kenshin #visual {
    background: url(/common/img/igan-kenshin/visual.jpg);
    background-position: center center;
}

#igan-kenshin .mass {
    margin-bottom: 50px;
}

.sec-btn {
    margin-top: 50px;
}

.sec-btn ul li {
    width: 45%;
    margin: 20px auto;
}

.sec-btn ul li a {
    font-size: clamp(13px, 1.6vw, 20px );
    display: block;
    background-color: #2286c0;
    color: #fff;
    font-family: 'M1 PLUS',sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 15px 10px;
    border-radius: 30px;
    text-decoration: none;
    transition: all ease 500ms;
}

.sec-btn ul li a:hover {
    background-color: #16a150;
}

#igan-kenshin .tit-03,
#igan-kenshin .tit-04 {
    text-align: left;
}

#igan-kenshin #part-01 .tit-03,
#igan-kenshin #part-01 p.mini {
    margin-bottom: 0;
}

#igan-kenshin ol {
    margin-bottom: 20px;
    list-style: none;
}

#igan-kenshin ol li {
    padding: 10px;
    text-indent: -1em;
    padding-left: 1em;
}

#igan-kenshin .text-box ul {
    width: 80%;
    margin: 0 auto;
    padding: 10px 40px;
    box-sizing: border-box;
    border: #d1d1d1 3px double;
}

#igan-kenshin .text-box ul li {
    position: relative;
    line-height: 2.3;
    padding-left: 15px;
}

#igan-kenshin .text-box ul li:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #0082cb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#igan-kenshin .menu {
    background-color: #94d9cb31;
    padding: 2%;
    box-sizing: border-box;
}

#igan-kenshin .menu p.descript {
    text-indent: -1em;
    padding-left: 1em;
}



/*=============================================================
15. clinic-info
=============================================================*/

#clinic-info #bg {
    background-image: url( /common/img/clinic-info/bg.jpg );
}

.accordion {
    margin: 2em 0;
}

#clinic-info .container {
    width: 80%;
    margin: 0 auto;
}

.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 100%;
    margin:50px auto;
}

.accordion-area li{
    margin: 10px 0;
    cursor: pointer;
}

.accordion-area section {
	border: 1px solid #0082cb;
    background-color: #0081cbbc;
}

.info-title {
    position: relative;
    font-size:1.3rem;
    font-weight: bold;
    color: #fff;
    padding: 3% 3% 3% 50px;
    transition: all 500ms ease;
}

.info-title::before,
.info-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
    
}
.info-title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.info-title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

.info-title.close::before{
	transform: rotate(45deg);
}

.info-title.close::after{
	transform: rotate(-45deg);
}

#clinic-info .box {
    display: none;
    background: #fff;
    padding: 3%;
}




/*=============================================================
    NEWS DETAIL
=============================================================*/

#news-detail #bg {
    background-image: url( /common/img/shared/bg-02.jpg );
}

#news-detail #bg::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
    content: "";
    background: rgba(177, 226, 247, 0.178);
    position: absolute;
}

#news-detail #contents-alt {
    padding-top: 140px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

#news-detail #contents-alt .inner {
    padding: 70px 10%;
    margin: auto;
}

#news-detail #part-01 {
    margin-bottom: 0;
}

#news-detail #part-01 #date,
#news-detail #part-01 h1.tit-03,
#news-detail #part-01 .box-text {
    padding: 40px 6%;
    margin-bottom: 0;
}

#news-detail #part-01 #date,
#news-detail #part-01 h1.text-tit-01 {
    font-style: italic;
}

#news-detail #part-01 #date,
#news-detail #part-01 #date::before {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

#news-detail #part-01 #date {
    display: inline-block;
    border-radius: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    margin-bottom: 20px;
}

#news-detail #part-01 h1.tit-03 {
    font-size: max(2.7vw, 25px);
    padding-top: 46px;
    background: #0081cbc1;
    line-height: 1.3;
    color: #fff;
}

#news-detail #part-01 .box-text {
    padding-top: 46px;
    padding-bottom: 46px;
    margin-bottom: 90px;
    background: rgba( 255,255,255,0.8 );
}

#news-detail #part-01 nav {
    text-align: center;
}

#news-detail #part-01 .box-text p {
    margin-bottom: 20px;
}

#news-detail #part-01 .box-text .img-box {
    width: 60%;
    margin: 0 auto 10px;
}

#news-detail #part-01 .box-text .img-box img {
    margin-bottom: 20px;
}

#news-detail #part-01 .single-img .box-img {
    background-image: url(/common/img/news/20240801/img-mykinso.jpg);
    padding-top: 25%;
    margin: 2% 10%;
}


/*=============================================================
    ACCESS
=============================================================*/

#access #bg {
    background-image: url( /common/img/shared/bg-02.jpg );
}

#access #bg::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
    content: "";
    background: rgba(177, 226, 247, 0.178);
    position: absolute;
}

#access #contents-alt {
    padding-top: 100px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

#access #contents-alt .inner {
    padding: 50px 0 0;
    box-sizing: border-box;
    margin: auto;
}

#access #part-01 {
    margin-bottom: 0;
}

#access #part-01 h1.tit-03,
#access #part-01 .box-text {
    padding: 40px 6%;
    margin-bottom: 0;
}

#access #part-01 h1.tit-03 {
    font-size: max(2.7vw, 25px);
    padding-top: 46px;
    background: #0081cbc1;
    line-height: 1.3;
    color: #fff;
}

#access #part-01 .box-text {
    padding-top: 46px;
    background: rgba( 255,255,255,0.8 );
}

#access #part-01 img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

#access #part-01 .ta-c {
    margin-bottom: 50px;
}

#access h2.sub-tit {
    margin-bottom: 10px;
}

#access .row.row.double-img .box-img:nth-of-type( 1 ) {
    background-image: url(/common/img/access/img-01.jpg);
}

#access .row.row.double-img .box-img:nth-of-type( 2 ) {
    background-image: url(/common/img/access/img-02.jpg);
}

#access .map {
    width: 100%;
}

#access #part-01 .box-text p {
    margin-bottom: 20px;
}

#access #part-01 .box-text .img-box {
    width: 60%;
    margin: 0 auto 10px;
}

#access #part-01 .box-text .img-box img {
    margin-bottom: 20px;
}

/*=============================================================
    COMING-SOON
=============================================================*/

#coming-soon .bb {
    border-bottom: 1px #0082cb solid;
}
/*=============================================================
    pylori
=============================================================*/

#pylori #bg {
    background: url(/common/img/shared/bg-01.jpg);
}

#pylori #visual {
    background: url(/common/img//pylori/img-03.jpg);
    background-position: center center;
}
/*=============================================================
    iryokikan
=============================================================*/

#iryokikan .bb {
    border-bottom: 1px #0082cb solid;
}

/*=============================================================
    symptom-search
=============================================================*/

#symptom-search .bb {
    border-bottom: 1px #0082cb solid;
}



/*=============================================================
11. mobile
=============================================================*/

.mobile #main-header #icon-menu,
.moble .btn-01,
.mobile .form-btn {
    transition: none;
}

.mobile #main-header #icon-menu:hover {
    background: #24A784;
}

.mobile #main-header #nav-wrapper #box-nav ul li a::after {
    display: none;
}

.mobile .btn-01:hover::before {
    animation: none;
}

.mobile .form-btn:hover,
.mobile .btn-01:hover {
    background: none;
    color: #24A784;
}

/*=============================================================
12. media query
=============================================================*/

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

    #main-header #nav-wrapper #box-nav .central {
        width: 51%;
    }

}

@media screen and (max-width: 1024px) and (orientation: portrait) {

    .pages #visual #visual-tit {
        width: 68%;
    }

    .inner-divi {
        width: 80%;
        margin: 0 auto;
    }

    .row-divi-single-img {
        margin-bottom: 15px;
    }

    .row-divi-single-img .box-img {
        width: 100%;
        height: auto;
        padding-top: 100%;
        margin-bottom: 40px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .row-divi-single-img .box-text {
        width: 100%;
        padding: 0;
        margin-left: 0;
    }

    #main-header #nav-wrapper .box-img,
    #main-header #nav-wrapper #box-nav {
        width: 100%;
        height: 50%;
    }

    #main-header #nav-wrapper .box-img {
        left: 0;
        background-position: center bottom;
    }

    #main-header #nav-wrapper #box-nav {
        top: 50%;
    }

    #main-header #nav-wrapper #box-nav .central {
        width: 38%;
    }

    #home #visual {
        background-image: url( /common/img/home/visual-portrait.jpg );
    }

    #home #visual #box-logo {
        width: 57%;
    }

    #home #part-business .row-divi .tit-02 {
        font-size: 20px;
    }

    #about #part-map section {
        width: 100%;
    }

    #about #part-map section:nth-of-type( 1 ) {
        padding-right: 0;
        margin-bottom: 40px;
    }

    #about #part-map section:nth-of-type( 2 ) {
        padding-left: 0;
    }

}

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

    #thanks #thanks-msg {
        width: 54%;
    }

    #home #part-about .link-menu li.menu-box .menu-text {
        font-size: 90%;
    }

}

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

    #icon-tel .pc {
        display: none;
    }

    #icon-tel .sp-alt {
        display: inline-block;
    }

    #home #part-info dl dt,
    #home #part-info dl dd {
    display: block;
    }

    #home #part-info dl dt {
        text-align: center;
        margin-bottom: 5px;
    }

    #home #part-info dl dd {
        margin: 0 0 25px;
    }

    #about #part-crosshome .single-img img {
        width: 100%;
        max-width: initial;
    }

    #doctor #part-02 dd {
        width: 90%;
    }

    #doctor #part-02 dl {
        margin-bottom: 30px;
    }
}

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

    .box-divi {
        width: 100%;
    }

    .double-img .box-img:nth-of-type( 2 ) {
        padding-top: 40%;
        top: 0;
    }

    .faq {
        width: 100%;
    }

    .active .head-tit::before,
    .active .head-tit::after {
        width: 100%;
        left: 0;
        display: none;
    }

    .faq .Q .color-box,
    .faq .A .color-box  {
        font-size: 20px;
        padding: 7px 13px;
        margin-right: 20%;
    }

    .faq td {
        padding-left: 20px;
        font-size: 16px;
    }

    #about #part-05 .tit-04 {
        font-size: 3vw;
        line-height: 1.5;
    }

    #thanks #thanks-msg {
        width: 70%;
    }

    #mail table.formTable th {
        width: 10em;
    }


    #common-info .inner,
    #common-info .row-divi {
        width: 80%;
    }

    .row-divi .left,
    .row-divi .right  {
        width: 100%;
        float: none;
    }
    
    #common-info .row-divi a {
        font-size: 5vw;
    }

    #common-info a.btn {
        width: 60%;
    }

}

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

	.pc {
		display: none;
    }

	.sp {
		display: inline-block;
    }

    .form-btn {
        width: 40%;
    }

    #main-header h1 {
        width: 300px;
        top: 20px;
    }

    #main-header #nav-wrapper .central {
        width: 60%;
    }

    #main-header #nav-wrapper nav ul {
        width: 100%;
        padding: 0;
        float: none;
    }

    #main-header #nav-wrapper nav ul li {
        transform: translateX( -6% );
        transition: all ease 700ms;
    }

    #main-header #nav-wrapper nav ul:nth-of-type( 1 ) li:nth-of-type( 2 ) {
        transition-delay: 550ms;
    }

    #main-header #nav-wrapper nav ul:nth-of-type( 1 ) li:nth-of-type( 3 ) {
        transition-delay: 600ms;
    }

    #main-header #nav-wrapper nav ul:nth-of-type( 1 ) li:nth-of-type( 4 ) {
        transition-delay: 650ms;
    }

    #main-header #nav-wrapper nav ul:nth-of-type( 1 ) li:nth-of-type( 5 ) {
        transition-delay: 700ms;
    }

    #main-header #nav-wrapper nav ul:nth-of-type( 2 ) li:nth-of-type( 1 ) {
        transition-delay: 750ms;
    }

    #main-header #nav-wrapper nav ul:nth-of-type( 2 ) li:nth-of-type( 2 ) {
        transition-delay: 800ms;
    }

    #main-header #nav-wrapper nav ul:nth-of-type( 2 ) li:nth-of-type( 3 ) {
        transition-delay: 850ms;
    }

    #main-header #nav-wrapper nav ul:nth-of-type( 2 ) li:nth-of-type( 4 ) {
        transition-delay: 900ms;
    }

    #main-header #nav-wrapper nav ul:nth-of-type( 2 ) li:nth-of-type( 5 ) {
        transition-delay: 950ms;
    }



    #home #part-about .link-menu ul {
        display: block;
    }

    #home .link-menu li.menu-box {
        width: 80%;
        margin: 30px auto 40px;
    }

    #doctor .doctor-info:nth-of-type( 1 ) .single-img .box-img {
        padding-top: 60%;
        margin: 0 5%;
    }


    #doctor #part-02 h1 img {
        width: 80%;
    }

    #first-ex #part-01 ol {
        width: 100%;
    }

    #first-ex #part-01 ol li {
        display: block;
        height: auto;
    }

    #first-ex #part-01 ol li .box-img {
        width: 100%;
        height: 170px;
    }

    #first-ex #part-01 ol li .right {
        width: auto;
        padding: 8px 15px 10px;
    }
    
    #first-ex #part-01 ol li .right .tit-02 {
        display: block;
    }

    #first-ex #part-01 ol li .right .cap {
        font-size: 17px;
    }

    #first-ex #part-01 ol li .btn-01 {
        width: 60%;
        margin: 20px auto;
    }

    #naishikyo .container {
        width: 100%;
    }

    #naishikyo .text-box .tit-04 {
        font-size: 24px;
    }

    #naishikyo #part-01 .text-box {
        width: 100%;
    }

    #naishikyo #part-01 .left .tit-03 {
        width: 30px;
        height: 30px;
        font-size: 18px;
        margin-top: 5px;
    }

    #naishikyo #part-naishikyo-01.mass {
        margin-bottom: 30px;
    }

    #kenshin table,
    #kenshin-option {
        width: 100%;
    }

    .flex-box .left,
    .flex-box .right,
    #kenshin-02 {
        width: 100%;
        margin: 20px 0;
    }

    .tit-06 {
        width: 80%;
        margin: 0 auto 10px;
    }

    #contact table.formTable td,
    #contact table.formTable th {
        padding: 30px 0;
    }

    #contact .formTable input[type="text"] {
        width: 100%;
    }

    .sec-btn ul li {
        width: 80%
    }


}

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

	.pc-alt {
		display: none;
    }

	.sp-alt {
		display: inline-block;
    }

    body {
        font-size: 16px;
        line-height: 1.7;
    }

    .inner {
        width: 85%;
    }

    .mini {
        font-size: 14px;
    }

    .with-top-line {
        padding-top: 40px;
    }

    .with-top-line.img-white-base {
        padding-bottom: 45px;
    }


    #visual #icon-scroll img {
        width: 74px;
    }

    .tit-01 {
        margin-bottom: 30px;
        font-size: 25px;
        line-height: 1.4;
    }

    .tit-01.mb-plus {
        margin-bottom: 30px;
    }

    .tit-01.mb-super-minus {
        margin-bottom: 3px;
    }

    .tit-02 {
        margin-bottom: 15px;
        font-size: 21px;
    }

    .tit-04 {
        font-size: 24px;
        line-height: 2.8;
        display: block;
    }

    .head-tit {
        margin-bottom: 20px;
    }

    .single-img,
    .three-img {
        margin-bottom: 40px;
    }

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

    .single-img img {
        width: 100%;
        max-width: initial;
    }

    .btn-01 {
        width: 300px;
        height: 60px;
    }

    .btn-01 a {
        line-height: 2.2;
        font-size: 1.5rem;
    }

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

    .double-img .box-img:nth-of-type( 1 ),
    .double-img .box-img:nth-of-type( 2 ) {
        width: 100%;
        padding-top: 60%;
    }

    .double-img .box-img:nth-of-type( 2 ) {
        position: relative;
    }

    .row-divi {
        margin-bottom: 40px;
    }

    .row-divi .box-img,
    .row-divi .box-text {
        width: 100%;
    }

    .row-divi .box-img {
        height: auto;
        padding-top: 100%;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .row-divi.img-right .box-img {
        left: 0;
    }

    .row-divi.img-right .box-text {
        padding-right: 0;
    }

    .row-divi.img-left .box-text {
        padding-left: 0;
        margin-left: 0;
    }

    .pages #visual #visual-tit {
        width: 120%;
        top: 50%;
    }

    #main-header h1 {
        width: 230px;
        top: 15px;
        left: 10px;
    }

    .pages section.mass {
        padding-top: 30px;
    }

    #main-header #icon-menu,
    #main-header #icon-close,
    #main-header #icon-reserve,
    #main-header #icon-tel .sp-alt{
        width: 75px;
        height: 75px;
        top: 8px;
    }

    #main-header #icon-menu {
        right: 5px;
    }

    #main-header #icon-reserve {
        right: 86px;
    }

    #main-header #icon-tel .sp-alt{
        right: 167px;
    }

    #main-header #nav-wrapper .central {
        width: 85%;
    }

    #main-header #nav-wrapper .box-img {
        height: 40%;
    }

    #main-header #nav-wrapper #box-nav {
        height: 60%;
        top: 40%
    }

    #main-header #nav-wrapper #box-nav .central {
        width: 58%;
    }

    #main-header #nav-wrapper #box-nav ul li a {
        width: 100%;
        padding: 7% 10% 9%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #main-header #nav-wrapper #box-nav ul li a img {
        vertical-align: middle;
    }

    #main-header #nav-wrapper nav ul li a img.dn {
        display: none;
    }

    #main-footer {
        padding: 40px 0;
    }

    #main-footer p {
        font-size: 14px;
    }

    .loading {
        top: 44%;
    }



    #home .load-copy {
        font-size: 25px;
        white-space: nowrap
    }



    #home #part-info dl dd {
        font-size: 18px;
    }


    #home #part-about .double-img .box-img:nth-of-type( 1 ) {
        background-position: center center;
        width: 100%;
        margin-left: 0;
    }

    #home #part-about .double-img .box-img:nth-of-type( 2 ) {
        width: 100%;
        right: 0;
    }

    #doctor #part-02 h1 img {
        width: 100%;
    }

    #home #part-about .link-menu {
        padding: 30px 0 ;
    }

    #home .link-menu li.menu-box {
        width: 100%;
        margin: 30px auto 40px;
    }

    #home #part-about .link-menu li.menu-box .menu-text {
        font-size: 130%;
    }
    
    a.link {
        margin: 10px 0;
    }

    #home #part-medical-care .link-menu ul {
        display: block;
    }

    #home #part-medical-care .link-menu ul li.menu-box {
        width: 100%;
    }

    #home #part-medical-care .link-menu li.menu-box .text-box {
        width: 80%;
    }

    #home #part-medical-care .link-menu li.menu-box .text-box .menu-text {
        font-size: 160%;
    }

    #home #part-medical-care.with-clear-base {
        padding: 60px 0 0;
    }

    #part-clinic .time {
        width: 100%;
    }

    #part-clinic .time img.mb-plus {
        margin-bottom: 15px;
    }

    #part-clinic .ta-c .tit-03 {
        font-size: 20px;
        margin-bottom: 10px;
    } 

    #part-clinic .ta-c img {
        width: 100%;
    }

    #part-access .left,
    #part-access .map {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

    #part-access .map {
        margin-left: 0;
        height: 300px;
    }


    #about .tit-04 {
        line-height: 2.9;
    }

    #about #part-04.mass {
        margin-bottom: 0;
    }

    .btn-01.green a {
        font-size: 1rem;
        line-height: 3.4;
    }

    #about #part-05 .tit-04 {
        font-size: 24px;
        line-height: 1.4;
    }


    .single-img.small {
        width: 100%;
        margin-bottom: 20px;
    }


    #first-ex #visual {
        background-image: url(/common/img/first-ex/visual-portrait.jpg);
    }

    #first-ex #part-01 ol {
        width: 100%;
    }

    #first-ex #part-01 ol li {
        display: block;
        height: auto;
    }

    #first-ex #part-01 ol li .box-img {
        width: 100%;
        height: 170px;
    }

    #first-ex #part-01 ol li .right {
        width: auto;
        padding: 8px 15px 10px;
    }
    
    #first-ex #part-01 ol li .right .tit-02 {
        display: block;
    }

    #first-ex #part-01 ol li .right .cap {
        font-size: 16px;
    }

    #first-ex #part-03.mass,
    #first-ex #part-04.mass {
        margin: 0;
    }

    #first-ex #part-04 .row-divi .box-img {
        margin-bottom: 20px;
    }

    #first-ex #part-04  p.ta-c.mb-plus {
        text-align: left;
    }

    #medical-care .container {
        margin: 0 auto 30px;
    }

    #naishikyo #visual {
        background-image: url(/common/img/naishikyo/visual-portrait.jpg);
    }


    #naishikyo .text-box .tit-04 {
        font-size: 25px;
    }

    #echo #visual {
        background-image: url(/common/img/echo/visual-portrait.jpg);
    }


    #kenshin #kenshin-02 .single-img .box-img {
        background-image: url(/common/img/news/20240801/img-mykinso-sp.jpg);
        padding-top: 80%;
        margin: 20px 2% 10px;
    }


    #pain-info .text-box {
        width: 100%;
        padding: 25px;
    }

    #pain-info article h1.tit-03 {
        font-size: 6vw;
    }

    #pain-info #part-echo.mass {
        margin-bottom: 0;
    }

    h2.tit-05, h3.tit-05, h4.tit-05 {
        font-size: max(3vw, 24px);
    }

    #news-detail #wrapper {
        overflow: hidden;
    }

    #news-detail #contents-alt {
        padding-top: 40%;
    }

    #news-detail #contents-alt .inner {
        padding: 0
    }

    #news-detail #part-01 #date,
    #news-detail #part-01 h1.tit-03,
    #news-detail #part-01 .box-text {
        padding: 15px 20px;
    }

    #news-detail #part-01 .box-text {
        margin-bottom: 20px;
    }

    #news-detail #part-01 #date {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    #news-detail #part-01 h1.tit-03 {
        line-height: 1.5;
        letter-spacing: 2px;
    }

    #news-detail #part-01 .box-text p {
        margin-bottom: 10px;
        font-size: 15px;
    }

    #news-detail #part-01 .box-text .img-box {
        width: 100%;
    }

    #news-detail #part-01 .single-img .box-img {
        background-image: url(/common/img/news/20240801/img-mykinso-sp.jpg);
        padding-top: 83.2%;
        margin: 10px auto;
    }



    /* NOBORI */

    #nobori #visual {
        background-image: url(/common/img/nobori/visual-portrait.jpg);
    }

    #nobori #part-01 .single-img {
        width: 100%;
    }

    #nobori #part-01 .single-img:nth-of-type(1) {
        width: 100%;
    }

    #nobori .tit-05 {
        margin-bottom: 20px;
    }

    #nobori .step {
        width: 100%;
    }

    #nobori .tit-03 {
        text-align: center;
    }

    #nobori .step span {
        font-size: medium;
    }

    #nobori .app-link {
        width: 80%;
    }

    #nobori .app-link a {
        width: 100%;
        float: none;
    }

    #nobori .app-link a:nth-of-type(1) {
        margin-bottom: 20px;
    }

    #nobori .mass {
        margin-bottom: 30px;
    }

    #igan-kenshin .tit-04 {
        line-height: 1.5;
        margin-bottom: 10px;
    }

    #igan-kenshin .text-box ul {
        width: 100%;
    }

    #igan-kenshin .text-box ul li:before {
        top: 15px;
    }


    /* CLINIC-INFO */

    #clinic-info .container {
        width: 100%;
    }

    .info-title {
        font-size: 18px;
    }

    #clinic-info .mass {
        margin-bottom: 40px;
    }


    #common-info {
        padding-top: 40px;
    }

    #common-info h1.tit-01 {
        font-size: 6vw;
    }

    #common-info h1.tit-01::after {
        width: 90%;
        left: 5%;
    }

    .row-divi .left,
    .row-divi .right {
        padding: 10px;
    }

    #common-info h1.tit-01 {
        margin-bottom: 20px;
    }

    h1.tit-01 {
        margin-bottom: 8px;
    }

    h1.tit-01::after {
        top: 110%;
        width: 90%;
        left: 5%;
    }

    #common-info a.btn {
        width: 100%;
        margin: 3% auto 20px;
    }

    /* ACCESS */

    #access #contents-alt .inner {
        width: 90%;
    }

    #access #part-01 img {
        width: 100%;
    }

    #access #part-01 .box-text {
        padding-top: 20px;
    }



    .form-btn {
        width: 100%;
        margin: 0;
    }

    .form-btn:last-of-type {
        margin-top: 10px;
    }

    #contact table.formTable tr:last-of-type {
        border-bottom: none;
    }

    #contact table.formTable tr:last-of-type td {
        padding-bottom: 0;
    }

    #contact table.formTable th,
    #contact table.formTable td {
        display: block;
        width: 100%;
    }

    #contact table.formTable th {
        padding: 20px 0 5px 0;
    }

    #contact table.formTable td {
        padding: 0 0 25px 0;
    }

    #mail #contents {
        padding-top: 96px;
    }

    #mail .inner {
        text-align: left;
    }

    #mail .tit-01.mb-super-minus {
        margin-bottom: 18px;
    }

    #mail table.formTable {
        margin-bottom: 45px;
    }

    #mail table.formTable th,
    #mail table.formTable td {
        display: block;
        width: 100%;
        padding: 17px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #mail table.formTable th {
        border-bottom:0;
    }

    #mail table.formTable tr {
        display: block;
        margin-bottom: 18px;
    }

    #mail table.formTable tr:last-of-type {
        margin-bottom: 0;
    }

    #mail input[type="submit"],
    #mail input[type="reset"],
    #mail input[type="button"] {
        display:block;
        width:100%;
    }

    #thanks #thanks-msg {
        width: 93%;
    }

    #thanks #thanks-msg .box-text {
        padding: 18px 25px 25px 25px;
    }

    #thanks #thanks-msg .tit-01 {
        padding: 20px 0;
        font-size: 24px;
    }

    #thanks #thanks-msg p {
        font-size: 16px;
    }

    #thanks #main-footer {
        padding: 20px 0;
    }

}

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

    #main-header h1 {
        width: 170px;
        transition: all ease 500ms;
    }

    #main-header.hide h1 {
        opacity: 0;
        visibility: hidden;
    }

    #main-header #icon-menu,
    #main-header #icon-close,
    #main-header #icon-reserve,
    #main-header #icon-tel .sp-alt {
        width: 60px;
        height: 60px;
    }

    #main-header #icon-reserve {
        right: 70px;
    }

    #main-header #icon-tel .sp-alt {
        right: 135px;
    }


    #home #visual #box-logo {
        width: 90%;
    }

}

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

    #doctor .doctor-info:nth-of-type( 1 ) .single-img .box-img {
        margin: 0;
    }

    #doctor .doctor-info:nth-of-type( 2 ) .single-img .box-img,
    #doctor .doctor-info:nth-of-type( 3 ) .single-img .box-img {
        width: 100%;
        padding-top: 80%;
        }

    }


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



}

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

    .tit-01 {
        font-size: 27px;
    }

    #main-header h1 {
        width: 200px;
        left: 18px;
    }

}

/*=============================================================
13. helper
=============================================================*/

.ta-r {
    text-align: right;
}

.center {
    text-align: center;
}

.clr {
	clear: both;
}

/*
* clear fix
*/

.cf:before,
.cf:after {
	content:"";
	display: block;
	height: 0;
	overflow: hidden;
}

.cf:after {
	clear: both;
}

@media (hover: hover) {

    #home #part-info dl:hover dd a::after {
        width: 100%;
    }

    #home #part-info .btn-01:hover {
        background-color: #28c5a6;
    }

    #home #part-info .btn-01:hover a {
        color: #fff;
    }

}