/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&amp;display=swap');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html,
body {
    height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #5d6471;
}

h1,
h2,
h3,
h4,
h5,
h6,
h9 {
    font-family: "themify";
    margin: 0 0 15px;
    color: #151b2c;
    font-weight: 300;
}

h1 {
    font-size: 35px;
    line-height: 35px;
    margin: 150px 0 15px;

}

h2 {
    font-size: 38px;
    line-height: 46px;

}

h3 {
    font-size: 35px;
    line-height: 38px;

}

h4 {
    font-size: 24px;
    line-height: 34px;

}

h5 {
    font-size: 17px;
    line-height: 36px;
    text-align: center;
    margin: 8px 0px 0px;
}

.top_table h5 {
	line-height: 24px;
	margin: 14px 0px 0px;
}

@media (max-width: 370px) {
    h5 {
        font-size: 17px;
    }
}

h5 span {
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    margin: 8px 0px 0px;
}

.top_table h5 span {
	line-height: 20px;
}

@media (max-width: 370px) {
    h5 span {
        font-size: 13px;
    }
}

h6 {
    font-size: 16px;
    line-height: 28px;

}

h7 {
    font-size: 35px;
    line-height: 66px;
    font-family: "themify";
    margin: 0 0 15px;
    color: #fff;
    font-weight: 300;
    border-bottom: 3px solid #99d1fd;
    padding: 0 8px;
    margin-top: 3vh;
    letter-spacing: 1px;
    display: inline-block;
}

h8 {
    font-family: 'kokoro', "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    margin: 0 0 15px;
    color: #151b2c;
    font-weight: 300;
    font-size: 35px;
    line-height: 38px;
}

h9 {
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    margin: 8px 0px 0px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover {
    color: #E6922E;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

a:hover,
a:focus {
    color: #3d5368;
    text-decoration: none;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #5d6471;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    text-align: left;
    overflow-x: hidden;
    line-height: 26px;
}

#scrollUp {
    bottom: 40px;
    font-size: 20px;
    line-height: 48px;
    right: 30px;
    width: 44px;
    background-color: #0f7fd9;
    color: #fff;
    text-align: center;
    height: 44px;
    border-radius: 3px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#scrollUp:hover {
    bottom: 45px;
    transition-duration: 500ms;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('img/logo/preloader.gif') no-repeat center center;
}

.navbar-collapse {
    padding-left: 0px;
}

::-moz-selection {
    background: #0f7fd9;
    text-shadow: none;
}

::selection {
    background: #0f7fd9;
    text-shadow: none;
}

.bg-color {
    background: #fafafa;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.area-padding {
    padding: 100px 0px;
}

.area-padding-2 {
    padding: 39px 5vw 30px;
    margin-top: 0px;
}

@media screen and (max-width: 760px) {
    .area-padding-2 {
        margin-top: 0px;
    }
}

.page-padding {
    padding: 130px 0px 100px;
}

.page-padding-2 {
    padding: 130px 0px 70px;
}

.white-headline h3 {
    color: #fff;
}

.section-headline-1 {
    padding: 77px 39px 39px;
    position: relative;
    border: 3px solid #0f7fd9;
    border-radius: 15px 139px / 139px;
    background: #fff;
}

.section-headline-r {
    position: relative;
}

.section-headline-r p {
    font-size: 17px;
    max-width: 600px;
    margin: 39px auto 0;
    letter-spacing: 0.07em;
    line-height: 2.0;
}

@media screen and (max-width: 760px) {
    .section-headline-r p {
        font-size: 15px;
    }
}

@media screen and (max-width: 350px) {
    .section-headline-r p {
        font-size: 14px;
    }
}


.section-headline {
    padding-bottom: 66px;
    position: relative;
}

.section-headline.review-head {
    padding-bottom: 20px;
}

.section-headline h8 {
    font-size: 35px;
    line-height: 50px;
    border-bottom: 2px solid #1f75af;
    padding: 0 10px;
    margin-top: 3vh;
    letter-spacing: 2px;
    display: inline-block;
}

.section-headline p {
    font-size: 17px;
    max-width: 600px;
    margin: 3vh auto -50px;
    letter-spacing: 0.07em;
    line-height: 2.0;
}

.section-head-line {
    padding-bottom: 1px;
    position: relative;
}

.section-head-line p {
    font-size: 17px;
    max-width: 600px;
    margin: 3vh auto -50px;
    letter-spacing: 0.07em;
    line-height: 2.0;
}

.section-head-line h3 {
    font-size: 38px;
    line-height: 42px;
    text-transform: uppercase;
    position: relative;
    top: 15px;
    font-weight: 700;
    padding: 40px 0px 7px;
}

.hospital-headline h8 {
    font-size: 35px;
    line-height: 50px;
    border-bottom: 2px solid #1f75af;
    padding: 0 10px;
    margin-top: 3vh;
    letter-spacing: 2px;
    display: inline-block;
}

.hospital-headline p {
    font-family: 'kokoro', "Times New Roman", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-size: 21px;
    max-width: 600px;
    margin: 2vh auto 24px;
    letter-spacing: 0.07em;
    line-height: 2.0;
}

.mar-row {
    margin-top: 50px;
}

.color {
    color: #E6922E;
}

/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}

.topbar-area {
    background: #0f7fd9 none repeat scroll 0 0;
}

.topbar-left ul li a {
    color: #fff;
    display: block;
    font-weight: 600;
    margin-right: 20px;
    padding: 12px 0;
    text-decoration: none;
    font-size: 23px;
}

.topbar-left ul li a i {
    color: #fff;
    font-size: 23px;
    padding-right: 7px;
}

.topbar-right {
    position: relative;
    display: block;
    float: right;
}

.top-social {
    float: left;
    padding: 11px 0px;
    margin-left: 10px;
}

.top-social ul li {
    display: inline-block;
}

.top-social ul li a {
    color: #fff;
    margin-right: 5px;
    display: block;
    text-align: center;
    font-size: 32px;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    line-height: 26px;
}

.top-social ul li a:hover {
    color: #fff;
    background: #E6922E;
}

/*----------------------------------------*/
/*  2.1 Header Bottom Area
/*----------------------------------------*/
.header-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.header-one span {
    border-bottom: 2px solid #1f75af;
    padding: 0px 7px;
    margin-top: 17px;
    letter-spacing: 2px;
    display: inline-block;
}

.header-area {
    background: #0f7fd98a;
}

.logo {
    display: block;
}

.logo a {
    display: inline-block;
    height: auto;
    padding: 18px 0;
}

.center-bg {
    display: block;
    background: #fff;
    padding: 0px 20px 0px 0px;
}

.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.main-menu ul.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 33px 15px;
    text-transform: uppercase;
    position: relative;
}

.main-menu ul.navbar-nav li a:hover {
    color: #f3e53d;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #fff;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #E6922E;
    position: relative;
    z-index: 9999999;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    width: 200px;
    z-index: -99;
    padding: 10px 0px;
    border-radius: 3px;
}

.pagess {
    position: relative;
}

.navbar.navbar-default {
    float: right;
}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #3d5368;
    display: block;
    font-size: 14px;
    padding: 5px 20px;
}

.main-menu ul.nav li ul.sub-menu li a span {
    color: #E6922E;
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #E6922E;
}

.header-right-link {
    float: right;
    width: 115px;
    padding: 30px 0px;
    margin-left: 60px;
    text-align: right;
}

.slice-btn {
    display: inline-block;
    padding: 0px 15px;
}

.slice-btn span {
    font-size: 20px;
    font-weight: 500;
    color: #3d5368;
    cursor: pointer;
    line-height: 28px;
}

.s-menu {
    padding: 10px 25px;
    border: 1px solid #fff;
    background: #0f7fd9;
    color: #fff;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    text-transform: uppercase;
}

.s-menu:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #E6922E;
    transition: 0.4s;
}

.header-area.stick .header-right-link {
    padding: 29px 0px;
}

.logo a.black-logo {
    display: none;
}

/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 3px #ddd, -2px -2px 3px #ddd;
    background: #fff;
}

.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 17px 0;
}

.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 32px 15px;
    color: #151b2c;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #151b2c;
    display: block;
    padding: 5px 15px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
    color: #E6922E;
}

.header-area.stick .logo a.white-logo {
    display: none;
}

.header-area.stick .logo a.black-logo {
    display: block;
}

.header-area.stick .s-menu {
    border: 1px solid #adadad;
    background: #0f7fd9;
    color: #fff;
    transition: 0.4s;
}

.header-area.stick .s-menu:hover {
    border: 1px solid #E6922E;
    background: #fff;
    color: #E6922E;
    transition: 0.4s;
}

/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #278ee1c7 none repeat scroll 0 0;
    padding: 10px 0px;
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.mean-container a.meanmenu-reveal:hover {
    color: #E6922E
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    background: #fdfcfc none repeat scroll 0 0;
    color: #3d5368;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 90%;
}

.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #3d5368;
    line-height: 17px;
}

.mean-container .mean-nav ul li {
    width: 99.7%;
}

/*----------------------------------------*/
/*  3. Intro Area
/*----------------------------------------*/
.slide-area {
    background: rgba(0, 0, 0, 0) url(img/slider/h1.jpg) no-repeat scroll top center / cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

.slide-area::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(10, 24, 40, 0.8) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.slide-content {
    margin-top: 60px;
}

.title2 {
    font-size: 47px;
    line-height: 177px;
    margin: 0px auto;
    color: #093581;
    padding-bottom: 20px;
    max-width: 900px;
    font-weight: 500;
    text-align: left;
}

.ready-btn {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    padding: 12px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 2;
    background: #0f7fd9;
    width: 160px;
    border-radius: 2px;
}

.ready-btn.right-btn {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #fff;
    color: #444;
}

.ready-btn.right-btn:hover {
    background: #E6922E;
    border: 1px solid #E6922E;
    color: #fff;
    transition: 0.4s;
}

.ready-btn.left-btn:hover {
    background: #f3e53d;
    border: 1px solid #fff;
    color: #0f7fd9;
    transition: 0.4s;
}

.slide-area .video-content {
    display: inline-block;
    margin-left: 40px;
}

.slide-content .video-play.vid-zone i {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    background: #fff;
    color: #E6922E;
    margin-right: 10px;
    transition: 0.4s;
}

.slide-content .video-content a span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: 0.4s;
}

.slide-content .video-content a:hover i {
    background: #E6922E;
    color: #fff;
    transition: 0.4s;
}

.slide-content .video-content a:hover span {
    color: #E6922E;
    transition: 0.4s;
}

/*----------------------------------------*/
/* 4. Count Area
/*----------------------------------------*/
.counter-area {
    position: relative;
    overflow: hidden;
}

.counter-inner {
    background: #f5f5f5;
    padding: 100px 30px 100px 70px;
}

.fun-title h3 {
    color: #f5f5f5;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0px;
    font-weight: 600;
}

.fun-content {
    display: block;
}

.fun_text i {
    font-size: 44px;
    color: #fff;
    background: #E6922E;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 78px;
    font-weight: 100;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.fun_text {
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    position: relative;
    margin-bottom: 30px;
}

.fun_text::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #E6922E;
}

.fun_text .counter {
    color: #444;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.fun_text h4 {
    margin-bottom: 0px;
}

.fun_text>h5 {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 20px;
}

/*----------------------------------------*/
/*  5. Invest Area
/*----------------------------------------*/
.per-day {
    color: #444;
    font-size: 24px;
    text-transform: capitalize;
    margin-top: 15px;
    display: block;
    font-weight: 600;
}

span.users {
    color: #444;
}

.prices {
    font-size: 40px;
    font-weight: 700;
    color: #E6922E;
    padding-right: 10px;
    line-height: 40px;
}

.pri_table_list {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    overflow: hidden;
    border: 1px solid #E6922E;
    margin-bottom: 30px;
}

.pricing-text {
    padding: 10px 0px;
    display: block;
}

.pri_table_list ol li {
    padding: 5px 0px;
    font-size: 15px;
}

.price-btn a {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 20px;
    background: #E6922E;
    display: inline-block;
    border: 1px solid #E6922E;
}

.price-btn a:hover {
    background: transparent;
    color: #E6922E;
    border: 1px solid #E6922E;
    transition: all 0.4s ease 0s;
}

.pri_table_list>h3 {
    color: #455454;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}

.pri_table_list ol {
    list-style: outside none none;
}

.base {
    position: absolute;
    right: -52px;
    top: 24px;
    background: #1AA15F;
    width: 180px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #fff;
    transform: rotate(45deg);
}

/*--------------------------------*/
/* 6. support-service-area  Area
/*--------------------------------*/
.support-services {
    background: #fff;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0);
    z-index: 1;
    padding: 40px;
    overflow: hidden;
    border-radius: 24px;
    transition: 0.4s;
    z-index: 1;
    margin-bottom: 30px;
    border: 1px solid #0f7fd9;
}

.support-services::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background: #0f7fd9;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
    border: 3px solid #fff;
}

.support-services1 {
    background: #fff;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0);
    z-index: 1;
    padding: 40px 40px 65px;
    overflow: hidden;
    border-radius: 24px;
    transition: 0.4s;
    z-index: 1;
    margin-bottom: 30px;
    border: 1px solid #0f7fd9;
}

.support-services1::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background: #0f7fd9;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
    border: 3px solid #fff;
}

.support-images {
    float: left;
    font-size: 44px;
    color: #E6922E;
    line-height: 70px;
    width: 100%;
    height: auto;
    text-align: center;
    margin-right: 30px;
    border-radius: 50%;
}

.support-content {
    padding-left: 0px;
    margin-top: 335px
}

.support-content-1 {
    padding-left: 0px;
}

.support-content h4 {
    font-size: 24px;
    text-transform: capitalize;
    color: #151b2c;
}

.support-content p {
    margin-bottom: 0px;
}

.support-services:hover::after {
    transition: 0.4s;
    opacity: 1;
}

.support-services:hover .support-images {
    transition: 0.4s;
    color: #fff;

}

.support-services:hover .support-content h4,
.support-services:hover .support-content p {
    color: #fff;
}

.support-services1:hover::after {
    transition: 0.4s;
    opacity: 1;
}

.support-services1:hover .support-images {
    transition: 0.4s;
    color: #fff;

}

.support-services1:hover .support-content h4,
.support-services1:hover .support-content p {
    color: #fff;
}


.support-all {
    margin-top: 5vh;
}

.haku-img {
    background: #fff;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0);
    padding: 10px;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.4s;
    z-index: 1;
    margin-bottom: 30px;
    border: 1px solid #0f7fd9;
}



/*----------------------------------------
 7.Self Area Css
----------------------------------------*/
.self-area {
    background: url(img/background/ag1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: scroll;
    z-index: 1;
    position: relative;
}

.self-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 34, 65, 0.40) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}

.self-content {
    background: #fff;
    padding: 50px 30px 50px 50px;
    border-radius: 4px;
}

.talk-text {
    font-size: 18px;
    color: #666;
}

/*----------------------------------------*/
/*  8.work-proses area
/*----------------------------------------*/
.single-proses {
    margin-top: 10px;
    margin-bottom: 30px;
}

.proses-icon a {
    width: 100px;
    height: 100px;
    line-height: 97px;
    font-size: 36px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 30px;
    background: #fff;
}

.proses-icon {
    position: relative;
    display: inline-block;
}

.point-view {
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
}

.proses-text p {
    margin-bottom: 0px;
}

.point-blue .point-view {
    background: #E6922E;
    border: 1px solid #E6922E;
}

.point-orange .point-view {
    background: #0f7fd9;
    border: 1px solid #0f7fd9;
}

.point-green .point-view {
    background: #1AA15F;
    border: 1px solid #1AA15F;
}

.point-blue.proses-icon a {
    color: #E6922E;
}

.point-orange.proses-icon a {
    color: #b91ca8;
}

.point-green.proses-icon a {
    color: #1AA15F;
}

.proses-text h4 {
    text-transform: capitalize;
    font-size: 22px;
    max-width: 270px;
    margin: 0px auto;
}

/*----------------------------------------*/
/*  9.Payment History area
/*----------------------------------------*/
.payment-history-area {
    background: url(img/background/bg3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.payment-history-area::after {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.deposite-content {
    position: relative;
}

.deposite-content table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.deposite-content td,
.deposite-content th {
    border: 1px solid #ccc;
    text-align: left;
    padding: 8px;
}

.deposite-content tr:nth-child(even) {
    background-color: #E9EBEC;
}

.diposite-box {
    width: 80%;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
}

.diposite-box::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 5px;
    background: #E6922E;
}

.diposite-box h4 {
    display: inline-block;
    font-size: 26px;
    background: #E6922E;
    padding: 10px 30px;
    margin-bottom: 25px;
    border-radius: 3px;
    color: #fff;
}

.diposite-box span {
    float: right;
    font-size: 28px;
    color: #fff;
    background: #E6922E;
    padding: 10px 20px;
    border-radius: 3px;
    line-height: 32px;
}

/*----------------------------------------*/
/*  10. banner Area
/*----------------------------------------*/
.banner-area {
    background: rgba(0, 0, 0, 0) url(img/background/fg.jpg) no-repeat scroll top center / cover;
    position: relative;
    z-index: 1;
}

.banner-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 34, 65, 0.70) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}

.banner-btn {
    border: 1px solid #E6922E;
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    background: #E6922E;
    border-radius: 2px;
}

.banner-btn:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.banner-content h3 {
    color: #fff;
    font-size: 40px;
    max-width: 840px;
    line-height: 46px;
    font-weight: 600;
    margin: 0 auto 40px;
}

.banner-content {
    overflow: hidden;
    padding: 0px 40px;
}

/*----------------------------------------*/
/*  10. Blog Area
/*----------------------------------------*/
.blog-content {
    padding: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
}

.blog-content a h4 {
    font-size: 21px;
    color: #2a354e;
    line-height: 30px;
    transition: 0.4s;
}

.home-blog .blog-content a h4 {
    margin-bottom: 0px;
}

.admin-type i,
.date-type i,
.comments-type i {
    color: #E6922E;
    margin-right: 5px;
}

.single-blog:hover .blog-content::after {
    transition: 0.4s;
    opacity: 1;
    top: 0px;
}

.blog-content p {
    line-height: 28px;
    transition: 0.4s;
}

.blog-content a h4:hover {
    color: #E6922E;
    transition: 0.4s;
}

.blog-meta span {
    color: #757b82;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
}

.admin-type img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #E6922E;
    margin-right: 10px;
}

.single-blog {
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.blog-meta {
    margin-bottom: 15px;
}

.blog-btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease 0s;
    border: 1px solid #E6922E;
    background: #E6922E;
    padding: 7px 24px;
    margin-top: 10px;
    border-radius: 3px;
}

.blog-btn:hover {
    color: #E6922E;
    background: transparent;
    transition: all 0.4s ease 0s;
}

/*----------------------------------------
  12. Reviews Area Css
----------------------------------------*/
.reviews-area {
    position: relative;
}

.testimonial-inner {
    padding: 0px 50px 0px 0px;
}

.review-head h3 {
    font-size: 34px;
    line-height: 40px;
}

.review-head p {
    font-size: 17px;
}

.reviews-btn {
    border: 1px solid #E6922E;
    background: #E6922E;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}

.reviews-btn:hover {
    border: 1px solid #E6922E;
    background: #fff;
    color: #E6922E;
}

.single-testi {
    margin: 0px 0px 40px;
}

.clients-text {
    padding: 30px 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.testi-img {
    position: relative;
    margin-top: 30px;
}

.testi-img img {
    width: 100%;
    display: inline-block !important;
    max-width: 80px;
    height: auto;
    border-radius: 50px;
    margin-right: 20px;
}

.reviews-content .active.center .testi-img img {
    border: 1px solid #E6922E;
}

.guest-details {
    display: inline-block;
    text-align: left;
    top: 15px;
    position: relative;
}

.reviews-content {
    margin-bottom: 5px;
}

.testi-text h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}

.testi-text p {
    margin-bottom: 0px;
}

.client-rating {
    margin-bottom: 10px;
}

.testi-text span a {
    color: #E6922E;
}

.testi-text h5 {
    color: #2a354e;
    font-size: 20px;
}

.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}

.reviews-content .active.center .single-testi .clients-text {
    border: 1px solid #E6922E;
}

.reviews-content .active.center .single-testi .clients-text p {
    color: #444;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
    background: #2a354e none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -10px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #E6922E;
    width: 30px;
    border-radius: 3px;
}

.review-page-area .testi-img img {
    border: 1px solid #E6922E;
}

/*----------------------------------------*/
/*  13. FAQ  Area
/*----------------------------------------*/
.company-faq {
    display: block;
    overflow: hidden;
}

.faq-details .panel-heading {
    padding: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
}

.panel-default {
    border-color: #f5f5f5;
    border-radius: 0 !important;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-default>.panel-heading {
    color: #151b2c;
    background: transparent;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    background: transparent;
}

.faq-details h4.check-title a {
    color: #151b2c;
    display: block;
    padding: 15px 10px 15px 70px;
    text-decoration: none;
    background: transparent;
}

.panel-body {
    padding: 0px 15px 0px 70px;
}

.faq-details h4.check-title {
    color: #E6922E;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 400;
}

.faq-details .panel-heading h4 a {
    position: relative;
}

.faq-details .panel-heading h4 a::before {
    color: #151b2c;
    content: "\e648 ";
    font-family: themify;
    font-size: 16px;
    left: 0px;
    line-height: 52px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 50px;
    height: 100%;
}

.faq-details .panel-heading h4 a.active::before {
    color: #fff;
    content: "\e64b";
    font-family: themify;
    font-size: 16px;
    left: 0px;
    line-height: 61px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
    background: #E6922E;
}

.faq-area .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.faq-area .faq-content {
    margin-left: 80px;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #E6922E;
    background: #fafafa;
}

.faq-area .contact-form input[type="text"],
.faq-area .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
    background: transparent;
    color: #5d6471;
}

.faq-content h4 {
    color: #151b2c;
    padding-bottom: 20px;
}

.faq-area .faq-content .contact-form textarea#message {
    height: 135px;
    background: transparent;
    color: #5d6471;
    border: 1px solid #ccc;
    border-radius: 0;
}

.faq-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #E6922E;
    display: inline-block;
    border: 1px solid #E6922E;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}

.faq-area .quote-btn:hover {
    background: transparent;
    color: #E6922E;
    transition: 0.4s;
}

/*----------------------------------------*/
/*  14. Footer Area
/*----------------------------------------*/
.footer1 {
    background: url(https://midorigaoka.clinic-medical1.or.jp/wp/wp-content/themes/midorigaoka_eyeclinic/images/midorigaoka_top_03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.footer1::after {
    background: rgba(255, 255, 255, 0.77) none repeat scroll 0 0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-area {
    padding: 100px 0px;
}

.footer-content {
    overflow: hidden;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-head p {
    color: #5d6471;
}

.logo-footer .footer-head p {
    color: #5d6471;
    margin-bottom: 0px;
}

.footer-head h4 {
    color: #444;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    border: 1px solid #0f7fd9;
    border-radius: 2px;
    background: #0f7fd9;
    transition: 0.4s;
}

.footer-tags li a:hover,
.footer-icons ul li a:hover {
    color: #E6922E;
    background: #fff;
    transition: 0.4s;
}

.footer-tags {
    display: block;
    overflow: hidden;
}

.footer-tags li {
    float: left;
}

.footer-tags li a {
    color: #757b82;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 5px;
}

.footer-icons {
    margin-top: 30px;
}

.footer-list {
    width: 50%;
    float: left;
}

.footer-contacts p span {
    color: #0f7fd9;
    font-weight: 700;
}

.subs-feilds {
    margin-top: 30px;
}

.suscribe-input {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    width: 95%;
}

.footer-content.logo-footer {
    padding-right: 88px;
}

.suscribe-input input {
    color: #757b82;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 46px;
    border-radius: 0;
    width: 64%;
    float: left;
    background: #fff;
}

.suscribe-input button {
    background: #E6922E;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 5px;
    width: 36%;
    font-weight: 600;
    height: 46px;
    border: 1px solid #E6922E;
    transition: 0.4s;
}

.suscribe-input button:hover {
    color: #E6922E;
    background: #fff;
    transition: 0.4s;
}

.footer-list li a {
    color: #5d6471;
    padding: 7px 0px 7px 20px;
    display: block;
    position: relative;
    font-weight: 400;
}

.footer-list li a:first-child {
    padding-top: 0px;
}

.footer-list li a::after {
    position: absolute;
    content: "\e649";
    right: auto;
    top: 0px;
    left: 0;
    font-family: themify;
    font-size: 12px;
}

.footer-list li a:hover {
    color: #E6922E;
}

.footer-list li a:hover::after {
    color: #E6922E;
}

.footer-area-bottom {
    padding: 25px 0;
    background: #f4f4f4;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #E6922E;
}

.copyright-text a {
    color: #E6922E;
}

.copyright>p {
    margin-bottom: 0;
    color: #5d6471;
}

.copyright a {
    color: #0f7fd9;
}

/*----------------------------------------*/
/*  15. Home 02 area
/*----------------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}

.intro-content::after {
    background: rgb(255 255 255 / 47%) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -135px;
}

.intro-area .slide-content {
    margin-top: 30px;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 24px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    ;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 3px;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #0f7fd9;
    border: 1px solid #0f7fd9;
}

.intro-carousel .owl-item.active .slider-images img {
    transform: scale(1.1);
    transition: 10s;
}

/*----------------------------------------*/
/*  16.	Breadcumbs  CSS
/*----------------------------------------*/
.page-area {
    position: relative;
}

.page-area {
    background: url(http://clinic-medical1.sakura.ne.jp/issha/img/slider/sub-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.breadcumb-overlay {
    position: absolute;
    background: rgba(10, 24, 40, 0.7) none repeat scroll 0 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.breadcrumb {
    padding: 190px 0px 60px;
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb-bg {
    position: relative;
    top: 93px;
    background: #0A1828;
    border-radius: 5px;
    padding: 22px 30px;
    z-index: 99;
    max-width: 80%;
    margin: 0 auto;
}

.breadcrumb .section-headline h3 {
    font-size: 38px;
    line-height: 42px;
    text-transform: uppercase;
    position: relative;
    top: 15px;
    font-weight: 700;
    padding: 40px 0px 7px;
}

.breadcrumb .section-headline {
    padding-bottom: 0px;
}

.breadcrumb .section-headline h3::after {
    display: none;
}

.breadcrumb ul li {
    display: inline-block;
    color: #f3f0ff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.breadcrumb ul li.home-bread {
    padding-left: 0px;
}

.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}

.breadcrumb .section-headline::after {
    display: none;
}

.section-headline h3 {
    font-size: 38px;
    line-height: 42px;
    text-transform: uppercase;
    position: relative;
    top: 15px;
    font-weight: 700;
    padding: 40px 0px 7px;
}


/*----------------------------------------*/
/* 23.Contact CSS
/*----------------------------------------*/
.contact-area {
    height: auto;
    width: 100%;
}

.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}

.contact-area .contact-form {
    margin-left: 15px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 46px;
    margin-bottom: 25px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea#message {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 160px;
    padding: 20px;
    width: 100%;
}

.contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #E6922E;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 16px;
    padding: 13px 24px;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    background: #E6922E;
}

.contact-form button[type=submit]:hover {
    color: #E6922E;
    border: 1px solid #E6922E;
    background: #fff;
    transition: all 0.3s ease 0s;
}

.single-icon i {
    font-size: 64px;
    line-height: 77px;
    margin-bottom: 20px;
    color: #E6922E;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}

.contact-icon {
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px;
    position: relative;
    z-index: 1;
}

/*----------------------------------------*/
/*  24.	Animation  CSS
/*----------------------------------------*/
.last-item {
    margin-bottom: 0px;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes popcircle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    99% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
    }
}

@keyframes popcircle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    99% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

/*--------------------------------*/
/* エリア
/*--------------------------------*/

table.style01 {
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-collapse: collapse;
    border-spacing: 0
}

table.style01 th,
table.style01 td {
    padding: 0.8em 15px;
    box-sizing: border-box;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

table.style01 thead th {
    color: #fff;
    background-color: #0f7fd9;
    border-right: 1px solid #DDD;
    text-align: center;
    font-size: 110%;
}

table.style01 tr:nth-child(even) {
    background-color: #EEE;
}

table.style01 tr td:first-child {
    font-weight: bold;
}

table.style01 tr td:last-child {
    text-align: center;
}

table.style01 {
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-collapse: collapse;
    border-spacing: 0
}

.w-30p {
    width: 30%
}

.w-70p {
    width: 70%
}

.w-100p {
    width: 100%
}

/*--------------------------------*/
/* .End CSS
/*--------------------------------*/




.time_table td {
    padding: 0.5em 0.67em;
    border: solid 1px #0f7fd9;
    background: #fff;
}

.time_table th {
    padding: 0.5em 0.67em;
    border: solid 1px #0f7fd9;
    background: #fff;
}

.time_table th {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: center;
}

.time_table td span {
    font-size: 82%;
    line-height: 1.6em;
}

.time_table .check {
    vertical-align: middle;
}

.time_table .check::before {
    content: "";
    display: block;
    width: 0.9em;
    height: 0.9em;
    border-radius: 50%;
    background-color: #0f7fd9;
    margin: 0 auto;
}

.time_table .check_1 {
    vertical-align: middle;
}

.time_table .check_1::before {
    content: "";
    display: block;
    width: 0.9em;
    height: 1px;
    background-color: #0f7fd9;
    margin: 0 auto;
}

.time_table .star {
    color: #0f7fd9;
    font-size: 27px;
    text-align: center;
    margin: 0 auto;
}

.time_table .star1 {
    color: #333;
    font-size: 23px;
    text-align: center;
}

.time_table .th_top {
    color: #fff;
    background: #0f7fd9;
}

.time_table .td_top {
    font-size: 105%;
}

.time_table .top_table {
    display: inline-block;
    padding: 1.7vw;
    background-color: #fff;
    border-radius: 1.5vw;
    box-shadow: 0.8vw 0.8vw 1.8vw rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 43vw;
    right: 2vw;
    z-index: 2;
}




@media screen and (min-width: 760px) and (max-width: 980px) {
    .time_table_box {
        padding: 0 8vw;
        box-sizing: border-box;
        margin-top: 12vw;
    }

    .time_table {
        margin: -7vw auto -39px;
        width: 95%;
        position: relative;
        z-index: 1;
    }

    .time_table .top_table {
        width: 100%;
        position: static;
        border-radius: 0;
        padding: 25px;
        box-shadow: none;
        margin-bottom: 0vw;
        border-radius: 1.5vw;
    }

    .time_table table {
        width: 100%;
    }

    .time_table td,
    .time_table th {
        padding: 2vw 2.9vw;
        font-size: 2.7vw;
    }

    .time_table td span {
        display: none;
    }

    .time_table .check {
        padding: 1vw 2.2vw;
    }

    .time_table .check::before {
        content: "";
        display: block;
        width: 0.8em;
        height: 0.8em;
        border-radius: 50%;
        background-color: #0f7fd9;
    }

    .time_table .td_top {
        font-size: 2.7vw;
        text-align: left;
        line-height: 1.2em;
        padding-left: 4vw;
    }
}



@media screen and (max-width: 760px) {
    .time_table_box {
        padding: 0 8vw;
        box-sizing: border-box;
        margin-top: 12vw;
    }

    .time_table {
        margin: -23vw auto 25px;
        width: 95%;
        position: relative;
        z-index: 1;
    }

    .time_table .top_table {
        width: 100%;
        position: static;
        padding: 3.3vw;
        box-shadow: none;
        margin-bottom: 0vw;
        border-radius: 1.5vw;
    }

    .time_table table {
        width: 100%;
    }

    .time_table td {
        padding: 1.3vw 1.7vw;
        text-align: center;
    }

    .time_table th {
        padding: 3.9vw 0.7vw;
        font-size: 3.9vw;
        text-align: center;
    }

    .time_table td span {
        display: none;
    }

    .time_table .check {
        padding: 1vw 2.2vw;
    }

    .time_table .check::before {
        content: "";
        display: block;
        width: 0.8em;
        height: 0.8em;
        border-radius: 50%;
        background-color: #0f7fd9;
    }

    .time_table .td_top {
        font-size: 3.9vw;
        text-align: left;
        line-height: 1.2em;
        padding-left: 5vw;
    }

    .time_table .star {
        color: #0f7fd9;
        font-size: 3.9vw;
        text-align: center;
        margin: 0 auto;
    }

    .time_table .star1 {
        color: #333;
        font-size: 3.5vw;
        text-align: center;
    }
}



.hind {
    font-family: 'Hind', sans-serif;
}

.list-row {
    display: table;
    width: 100%;
    border-bottom: #99d1fd 2px dotted;
    font-size: 17px;
    color: #fff;
}

.home-news-header {
    width: 15em;
    vertical-align: middle;
}

.list-header {
    padding-right: 1em;
}

.list-header,
.list-body {
    display: table-cell;
    vertical-align: top;
    padding-top: 0.9em;
    padding-bottom: 0.8em;
}

.list-header-m {
    padding-right: 1em;
}

.list-header-m,
.list-body {
    display: table-cell;
    vertical-align: top;
    padding-top: 0.9em;
    padding-bottom: 0.8em;
    text-align: left;
}

.list-header1 {
    padding: 7px 7px 17px;
    text-align: left;
}

.top_icon {
    position: relative;
    width: 11.4vw;
    height: 11.4vw;
    max-width: 140px;
    max-height: 140px;
    margin: 1.57vw;
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.top_icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 99%;
    display: block;
    transition: 0.4s ease-in-out;
}

@media screen and (min-width: 979px) {
    .top_icon:hover {
        transform: scale(1.05);
    }
}

@media screen and (min-width: 979px) {
    .top_icon:hover img:nth-of-type(2) {
        opacity: 0;
    }
}


.top_examination_icon {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}

.top_examination {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}



.news-box {
    background: url(https://issha.clinic-medical1.or.jp/img/background/bg5.jpg?3);
    opacity: 0.77;
}

.haku-back {
    background-color: #0f7fd9;
    opacity: 0.77;
}

.bg-img {
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 50px 50px;
    position: absolute;
    z-index: 0;
}

.bg-img::before {
    content: '';
    padding-top: 50%;
}

/* 回転 */
.bg-img {
    animation-name: rotate;
    animation-duration: 150s;
    animation-timing-function: cubic-bezier(0.5, 0.51, 0.51, 0.52);
    animation-iteration-count: infinite;
}

@keyframes rotate {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.access_box {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 2vh auto 3vh;
}

@media (max-width: 760px) {
    .access_box {
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }
}

.access_box li {
    padding: 1.55vw;
    border-bottom: 2px solid #1f75af;
}

@media (max-width: 760px) {
    .access_box li {
        padding: 4vw;
        line-height: 1.5em
    }
}

@media (min-width: 1280px) {
    .access_box ul {
        font-size: 1vw;
    }
}

@media (min-width:760px) and (max-width:1200px) {
    .access_box ul {
        font-size: 1.55vw;
    }
}

@media (max-width: 760px) {
    .access_box ul {
        font-size: 3.9vw !important;
    }
}

.access_box ul {
    border-top: 2px solid #1f75af;
    font-weight: bold;
}

@media (max-width: 760px) {

    .br_sp,
    .text_sp {
        display: block !important;
    }
}

.br_sp,
.text_sp {
    display: none;
}



.staff_box {
    width: 66%;
    padding: 3.9vw;
    margin: 5vh auto 13vh;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0.8vw 0.8vw 1.8vw rgb(0 0 0 / 30%);
    border-radius: 1vw;
    background: #fff;
}

.h2_deco {
    font-size: 2.2vw;
    color: #093888;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 1vw;
    border-bottom: 2px solid #093888;
}

.staff_box_in_1 {
    display: flex;
    justify-content: space-between;
}

.staff_img_1 {
    width: 47.5%;
    margin-top: 0.4vw;
}

.staff_text_1_1 {
    width: 100%;
    line-height: 1.7em;
    text-align: center;
    font-size: 14px;
    margin: 10px 0 0;
}

.staff_text_1_1 p {
    font-size: 20px;
}

.staff_text_1 {
    width: 50.5%;
    line-height: 1.7em;
    text-align: left;
    font-size: 14px;
    margin: 10px 0 0;
}

.staff_text_2 {
    width: 100%;
    line-height: 2.3em;
    text-align: center;
    margin: 3vh auto;
}

.staff_subbox_1 {
    display: flex;
    justify-content: space-between;
    text-align: left;
    line-height: 2.3em;
    margin-top: 3vh;
}

.left_box {
    width: 47.5%;
    padding: 0.8vw;
}

.right_box {
    width: 47.5%;
    padding: 0.8vw;
}

.schedule_box {
    width: 62%;
    text-align: center;
    margin: 2vw auto 1vw;
    font: inherit;
    vertical-align: baseline;
    border: 0;
    display: block;
}

.schedule_in {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.staff_subbox_1 ul li:first-child {
    border-bottom: 2px solid #093888;
    padding-bottom: 0.4em;
    margin-bottom: 0.6em;
    font-weight: bold;
}

.dot::before {
    content: '';
    display: inline-block;
    width: 0.3em;
    height: 0.3em;
    background: #000;
    border-radius: 50%;
    margin-right: 0.39em;
    transform: translateY(-0.2em);
}

.orange_box {
    width: 5vw;
    height: 2vw;
    display: block;
    background: #e97f45;
    margin: -23px 2.3em
}

.green_box {
    width: 5vw;
    height: 2vw;
    display: block;
    background: #50a891;
    margin: -23px 2.3em
}

.blue_box {
    width: 5vw;
    height: 2vw;
    display: block;
    background: #556da7;
    margin: -23px 1.3em
}

#calendar {
    text-align: center;
    margin: 0 12vw;
}

.g-calendar {
    height: 600px
}

@media (max-width: 760px) {

    #calendar {
        text-align: center;
        margin: 0 5vw;
    }

    .g-calendar {
        height: 450px
    }
}

#recruit-table {
    padding: 0 17vw;
}

#recruit-table dl {
    width: 100%;
    background-color: #eaecea;
    border-top: 2px solid #093888;
    border-bottom: 2px solid #093888;
}

#recruit-table dl dt {
    float: left;
    width: 26.5%;
    padding: 22px 0 22px 18px;
    border-top: 1px solid #093888;
    box-sizing: border-box;
}

#recruit-table dl dd {
    margin-left: 26.5%;
    padding: 22px;
    border-top: 1px solid #093888;
    background-color: #fff;
    box-sizing: border-box;
}

#recruit-info {
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 2em;
}

#recruit-info .info-box {
    display: flex;
    margin: 0.8em 0 3em;
    justify-content: space-between;
    line-height: 1;
    padding: 0 17vw;
}

#recruit-info .info-box #info-tel {
    display: block;
    width: 48%;
    padding: 18px 0;
    font-size: 86%;
    color: #093888;
    border: 3px solid #093888;
    border-radius: 12px;
}

#recruit-info .info-box #info-tel span {
    padding-left: 2px;
    font-size: 200%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

#recruit-info .info-box #info-mail {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border: 3px solid #093888;
    border-radius: 12px;
}

#recruit-info .info-box #info-mail img {
    width: 10%;
}

#recruit-info .info-box #info-mail p {
    font-size: 139%;
    color: #093888;
    padding-left: 15px;
    margin: 0;
}

.examination_box {
    display: flex;
    flex-direction: column;
    margin: 7vh 17vw 3vh;
}

.examination_box_in {
    display: flex;
    justify-content: space-between;
    margin-top: 7vw;
}

.eye_icon {
    width: 17%;
}

.eye_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

.examination_text {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.h2_text {
    text-align: left;
    border-top: 2px solid #093888;
    padding: 1.2vw 0;
    line-height: 1.8em;
}

.h2_ibox_1,
.h2_ibox_2 {
    display: flex;
}

.h2_ibox_in {
    width: 26%;
    margin-right: 5%;
}

.h2_ibox_in img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

.bglye {
    background-color: #ebf6ffa3;
}

.section-block {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.wrapper-f {
    padding-left: 4.5%;
    padding-right: 4.5%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

.Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #0f7fd9;
    color: #fff;
    font-size: 14px;
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

.Form-Item-Label.isMsg {
    margin: 0 39px 0 0;
    margin-bottom: auto;
}

.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #0f7fd9bf;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.equipment_box {
    width: 80%;
    margin: 3vh auto 5vh;
    padding: 0 3vw;
    max-width: 1200px;
}

.equipment_box h2 {
    font-size: 25px;
    line-height: 46px;
    font-family: "themify";
    color: #151b2c;
    font-weight: 300;
    margin: 0 1vw;
}

.equipment_box_in {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #0f7fd9;
    padding-top: 1.5vw;
}

.equipment_img {
    width: 35%;
}

.equipment_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

.equipment_text {
    width: 62%;
    line-height: 2.0em;
    font-size: 20px;
}

.fa-cube {
    font-size: 20px;
    margin: 0 5px 0px;
}

.index-part-2,
.index-part-4,
.index-part-3 {
    padding-top: 50px;
    padding-bottom: 60px;
}

.container-e {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 17vw;
}

.round-img {
    display: table;
    width: 230px;
    height: 290px;
    border-radius: 10%;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.line-full {
    height: 1px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #00000039;
}

hr {
    background-color: #0f7fd9;
    height: 3px;
    border: 0;
    margin-top: 1vh;
}

.holder-para h2 {
    font-size: 25px;
    line-height: 46px;
    font-family: "themify";
    color: #151b2c;
    font-weight: 300;
    margin: 0 1vw;
}

hr {
    position: relative;
    height: 3px;
    border-width: 0;
    border-style: none;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(163, 255, 175, 0.025) 1%, rgba(163, 255, 175, 0.05) 2%, rgba(163, 255, 175, 0.1) 3%, rgba(163, 255, 175, 0.2) 5%, rgba(30, 149, 198) 35%, rgba(98, 131, 145) 50%, rgba(30, 149, 198) 65%, rgba(163, 255, 175, 0.3) 95%, rgba(163, 255, 175, 0.1)97%, rgba(163, 255, 175, 0.05) 98%, rgba(163, 255, 175, 0.25) 99%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(163, 255, 175, 0.025) 1%, rgba(163, 255, 175, 0.05) 2%, rgba(163, 255, 175, 0.1) 3%, rgba(163, 255, 175, 0.2) 5%, rgba(30, 149, 198) 35%, rgba(98, 131, 145) 50%, rgba(30, 149, 198) 65%, rgba(163, 255, 175, 0.3) 95%, rgba(163, 255, 175, 0.1)97%, rgba(163, 255, 175, 0.05) 98%, rgba(163, 255, 175, 0.25) 99%, rgba(0, 0, 0, 0));
    margin: 0px auto 17px auto;
}





#top-info {
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: -1em;
}

#top-info .info-box {
    display: flex;
    margin: 0.8em 0 -1em;
    justify-content: space-between;
    line-height: 1;
    padding: 1vh 0vw;
}

#top-info .info-box #info-tel {
    display: block;
    width: 48%;
    padding: 10px 0;
    font-size: 86%;
    color: #093888;
    border: 3px solid #093888;
    border-radius: 12px;
}

#top-info .info-box #info-tel span {
    padding-left: 2px;
    font-size: 200%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

#top-info .info-box #info-mail {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border: 3px solid #093888;
    border-radius: 12px;
}

#top-info .info-box #info-mail img {
    width: 10%;
}

#top-info .info-box #info-mail p {
    font-size: 139%;
    color: #093888;
    padding-left: 7px;
    margin: 0;
}

.none {
    display: none;
}

#top-info {
    display: none;
}


@media (max-width: 760px) {
    h1 {
        font-size: 30px;
        line-height: 30px;
        margin: 5vh 0 15px;
    }

    .top_examination {
        margin: -24px auto 0px;
        width: 100%;
    }

    .staff_box {
        width: 90%;
    }

    .staff_box_in_1 {
        justify-content: center;
        flex-direction: column;
    }

    .staff_img_1 {
        width: 100%;
        margin: 0 auto;
    }

    .staff_text_1 {
        width: 100%;
    }

    .staff_subbox_1 {
        justify-content: flex-start;
        flex-direction: column;
    }

    .staff_subbox_1 {
        width: 100%;
    }

    .left_box {
        width: 100%;
    }

    .right_box {
        width: 100%;
    }

    .schedule_box {
        width: 100%;
        padding: 0 8%;
        box-sizing: border-box;
    }

    .schedule_in {
        width: 100%;
        align-items: center;
    }

    .orange_box {
        width: 12vw;
        height: 5vw;
    }

    .green_box {
        width: 12vw;
        height: 5vw;
    }

    .blue_box {
        width: 12vw;
        height: 5vw;
    }

    #recruit-table {
        padding: 0 5vw;
    }

    #recruit-table dl {
        width: 100%;
        text-align: center;
    }

    #recruit-table dl dt {
        float: none;
        width: 100%;
        padding: 8px 0;
    }

    #recruit-table dl dd {
        margin-left: 0;
        padding: 20px 0;
        border: none;
    }

    #recruit-info {
        line-height: 1.4em;
    }

    #recruit-info .info-box {
        justify-content: center;
        flex-direction: column;
        margin-top: 0.6em;
        padding: 0 5vw;
    }

    #recruit-info .info-box #info-tel {
        width: 100%;
    }

    #recruit-info .info-box #info-tel span {
        font-size: 180%;
    }

    #recruit-info .info-box #info-mail {
        width: 100%;
        margin-top: 0.8em;
    }

    #recruit-info .info-box #info-mail p {
        font-size: 110%;
    }

    .examination_box_in {
        justify-content: center;
        flex-direction: column;
        margin-top: 7vw;
    }

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

    .examination_text {
        width: 100%;
        text-align: center;
    }

    .examination_text h2 {
        display: none;
    }

    .h2_text {
        padding: 3vw 0;
        line-height: 1.8em;
    }

    .h2_ibox_1 {
        justify-content: space-between;
        margin-bottom: 8vw;
    }

    .h2_ibox_in {
        width: 45%;
        margin: 0;
    }

    .examination_box {
        margin: 7vh 10vw 3vh;
    }

    .section-block {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .wrapper-f {
        padding-left: 7vw;
        padding-right: 7vw;
        width: 100%;
    }

    .Form {
        margin-top: 40px;
    }

    .Form-Item {
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 16px;
        padding-bottom: 16px;
        flex-wrap: wrap;
    }

    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 15px;
    }

    .Form-Item-Input {
        margin-left: 0;
        margin-top: 18px;
        height: 40px;
        flex: inherit;
        font-size: 15px;
    }

    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }

    .Form-Item-Label.isMsg {
        margin: 0 0 24px;
    }

    .Form-Btn {
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 160px;
        font-size: 16px;
    }

    .equipment_box {
        width: 100%;
        padding: 0 7vw;
    }

    .equipment_box h2 {
        font-size: 21px;
        line-height: 32px;
        font-family: "themify";
        color: #151b2c;
        font-weight: 300;
        margin: 0.7vh 3vw;
    }

    .equipment_box_in {
        justify-content: flex-end;
        flex-direction: column;
        padding-top: 5vw;
    }

    .equipment_img {
        width: 100%;
    }

    .equipment_text {
        width: 100%;
        margin: 1vh auto;
        font-size: 17px;
    }

    .hospital-headline p {
        font-size: 17px;
        margin: 0 auto;
        letter-spacing: 0.07em;
        line-height: 2.0;
    }

    .staff_box {
        padding: 5vw;
        margin: 1vh auto 3vh;
        box-sizing: border-box;
        text-align: center;
        box-shadow: 0.8vw 0.8vw 1.8vw rgb(0 0 0 / 30%);
        border-radius: 3vw;
        background: #fff;
    }

    .h2_deco {
        font-size: 5vw;
        color: #093888;
        font-family: 'Noto Sans JP', sans-serif;
        margin-bottom: 1vw;
        border-bottom: 2px solid #093888;
    }

    .staff_text_2 {
        width: 100%;
        line-height: 1.8em;
        text-align: left;
        margin: 3vh auto;
        font-size: 15px;
    }

    .container-e {
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 5vw;
    }

    hr {
        position: relative;
        height: 3px;
        border-width: 0;
        border-style: none;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(163, 255, 175, 0.025) 1%, rgba(163, 255, 175, 0.05) 2%, rgba(163, 255, 175, 0.1) 3%, rgba(163, 255, 175, 0.2) 5%, rgba(30, 149, 198) 35%, rgba(98, 131, 145) 50%, rgba(30, 149, 198) 65%, rgba(163, 255, 175, 0.3) 95%, rgba(163, 255, 175, 0.1)97%, rgba(163, 255, 175, 0.05) 98%, rgba(163, 255, 175, 0.25) 99%, rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(163, 255, 175, 0.025) 1%, rgba(163, 255, 175, 0.05) 2%, rgba(163, 255, 175, 0.1) 3%, rgba(163, 255, 175, 0.2) 5%, rgba(30, 149, 198) 35%, rgba(98, 131, 145) 50%, rgba(30, 149, 198) 65%, rgba(163, 255, 175, 0.3) 95%, rgba(163, 255, 175, 0.1)97%, rgba(163, 255, 175, 0.05) 98%, rgba(163, 255, 175, 0.25) 99%, rgba(0, 0, 0, 0));
        margin: 10px auto 25px auto;
    }

    .section-headline hr {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    #top-info {
        line-height: 1.4em;
    }

    #top-info .info-box {
        justify-content: center;
        flex-direction: column;
        margin-top: 0.6em;
        padding: 0 5vw;
    }

    #top-info .info-box #info-tel {
        width: 100%;
    }

    #top-info .info-box #info-tel span {
        font-size: 180%;
    }

    #top-info .info-box #info-mail {
        width: 100%;
        margin-top: 0.8em;
    }

    #top-info .info-box #info-mail p {
        font-size: 135%;
    }

    .none {
        display: block;
    }

    #top-info {
        display: block;
        margin: 1.5vh 0;


    }
}

.airrsv {
    background: #f4fbfe;
}

.reserve {
    background: #f4fbfe;
    padding: 0 0 7vh;

}
