@charset "utf-8";

html {
    margin-top: 0 !important
}

body {
    margin: 0;
    padding: 0;
    font-size: 20px;
    /* font-family: 'Meiryo', sans-serif; */
    /* font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important; */
    font-family: 'Noto Sans Japanese';
    color: #333;
    line-height: 180%;
    box-sizing: border-box;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    background: #fff;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

* {
    box-sizing: border-box
}

.rows {
    width: 100%;
    float: left;
}

input[type=text],
input[type=number],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea {
    resize: none;
}

input,
textarea {
    border: none;
    border: 1px #ccc solid;
    border-radius: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:visited,
a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

a,h1,
h2,
h3,
h4,
ul,
li {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none
}

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

header {
    width: 100%;
    float: left;
}

section,
footer {
    width: 100%;
    float: left;
}

.br-hide-sp {
    display: none;
}

.br_show {
    display: none;
}

/* -------------------------------------------------- General style --------------------------------------------------*/

.wrap-header {
    padding: 10px 0;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    border-bottom: 1px solid rgba(0, 72, 157, 0.5);
    background: rgba(255, 255, 255, 0.8);
}

.bg-color {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.bg-none {
    background: none;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}


/* Logo */

.logo {
    float: left;
    width: 100%;
    max-width: 330px;
}


/* Info head */

.info-head {
    float: right;
    max-width: 310px;
	text-align:center;
	color:#10007C;
	font-weight:bold;
	line-height:130%;
	padding-top:7px;
}
.info-head a {
	font-size:170% !important;
	
}

.info-head a {
    font-size: 16px;
    line-height: 160%;
}


/* Menu top */

.icon-sp {
    display: none;
    float: right;
    padding-top: 8px;
}

.icon-sp li {
    padding-left: 5px;
    float: left;
}

.icon-menu-sp {
    cursor: pointer;
    float: right;
    background: url(assets/images/icon_menu.jpg) no-repeat scroll 0 0 / 100% auto;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
}

.icon-sp li a {
    border: 1px solid #000 !important;
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    background: #fff;
}

.icon-sp li a i {
    position: relative;
    top: 2px;
    vertical-align: middle;
}

header {
    position: relative;
}


/* Wrap content */

.wrap-content {
    padding: 80px 0;
}

.bg-f2f2f2 {
    background: #f2f2f2;
}

.row-text {
    font-size: 18px;
    line-height: 160%;
    color: #555;
    margin-top: 20px;
}


/* News */

.row-news {
    height: 300px;
    overflow: auto;
}

.news-item {
    font-size: 18px;
    width: 100%;
    float: left;
}

.news-item:nth-child(odd) {
    background-color: #e7e7e7;
    padding: 10px;
    margin-bottom: 0px;
}

.news-item:nth-child(even) {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0px;
}

.news-date {
    font-weight: bold;
}

.news-arrow {
    padding: 0 20px;
}


/* News Morden */

.wrap-news a {
    color: #333;
}

.wrap-news h2 {
    font-size: 18px;
    line-height: 160%;
    margin-top: 15px;
    text-align: left;
}

.modern-news-description {
    font-size: 14px;
    line-height: 160%;
    text-align: left;
    margin-top: 15px;
}


/* End news morden */
#newspaper {
	width:700px;
	max-width:100%;
	margin:0 auto;
	}

/* Table style */

.row-table table {
    width: 100%;
    float: left;
}

.row-table table tr td {
    padding: 10px 20px;
    border-bottom: 1px #00bfff solid;
    vertical-align: middle;
}

.row-table table tr td:first-child {
    background: #00bfff;
    font-weight: bold;
    color: #fff;
}


/* End table style */


/* Google map */

.row-map iframe {
    width: 100%;
    float: left;
    height: 300px;
}


/* End google map */


/* Gallery */

.gallery_item {
    margin-bottom: 20px;
}

.gallery_item p {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    margin: 0;
}


/* End gallery */


/* Serive */

.service-item {
    margin-bottom: 20px;
}

.service-image {
    padding-bottom: 20px;
}

.service-title {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 26px;
}

.service-btn {
    width: 100%;
    float: left;
    text-align: center;
}

.service-des {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.service-btn a {
    display: block;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.service-btn a:hover {
    background: #fff !important;
    color: #000;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}


/* End serice */


/* Faq */

.row-faq .panel-heading {
    padding: 0;
    border: 0;
}

.row-faq .panel-title>a,
.row-faq .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.row-faq .panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.row-faq .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.row-faq .panel-heading a p {
    padding-right: 30px;
}

.row-faq .panel-heading {
    display: table;
}

.row-faq .icon_question {
    font-size: 30px;
    display: table-cell;
    padding: 15px;
    width: 60px;
}

.row-faq .panel-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 160%;
    text-align: left;
    width: 95%;
}

.row-faq .panel-title p {
    margin: 0 !important;
}

.row-faq .icon_answer {
    border-top: 1px solid #ddd;
    font-size: 30px;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    width: 60px;
}

.row-faq .txt_answer {
    width: 95%;
    display: table-cell;
}


/* End faq */


/* Contact style 01 */

.contact-form-st1 input[type=text],
.contact-form-st1 textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
}

.contact-form-st1 input[type=text],
.contact-form-st1 textarea {
    border: none !important;
    border: 1px #ccc solid !important;
}

.contact-form-st1 input[type=text]:focus,
.contact-form-st1 textarea:focus,
.contact-form-st1 select:focus,
.contact-form-st1 input[type="radio"]:focus,
.contact-form-st1 input[type="checkbox"]:focus {
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.contact-form-st1 button {
    border: none;
    background: none;
    cursor: pointer;
}

.contact-form-st1 button:focus {
    outline: none !important;
}

.btn-contact-st1 {
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    min-width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
}

.btn-contact-st1:hover {
    background: #fff !important;
    color: #000;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

.contact-form-st1 table {
    width: 100%;
    float: left;
}
.contact-form-st1 table tr td:first-child {
    width: 20%;
}
.contact-form-st1 table tr td {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
    vertical-align: middle;
}

.contact-form-st1 table tr td .form-group {
    margin-bottom: 0;
}

.contact-form-st1 table tr td input[type=text],
.contact-form-st1 table tr td textarea {
    width: 100%;
    float: left;
    border: none;
    border-radius: 5px;
    border: 1px #8d97aa solid;
    padding: 10px;
}

.contact-form-st1 table tr td input[type=text] {
    height: 37px;
}

.contact-form-st1 table tr td textarea {
    height: 140px;
    resize: none;
}

.contact-form-st1 table tr td select {
    width: 100%;
    box-shadow: none !important;
}

.contact-form-st1 table tr:last-child td {
    text-align: center;
    padding-bottom: 0;
}

#primary-contact form {
    width: 100%;
    float: left;
}

.contact-form-st1 label {
    font-weight: normal;
}


/* End contact style 01 */


/* Contact content 02 */

.contact-form-st2 {
    background-color: #f1f1f1;
    padding: 15px;
}

.contact-form-st2 .form-control {
    height: 43px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 0px solid #fff;
}

textarea.textare-contact-st2 {
    min-height: 169px !important;
}

.btn-contact-st2 {
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    min-width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
    width: 100% !important;
}

.btn-contact-st2:hover {
    background: #fff !important;
    color: #000;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}


/* End contact style 02 */


/* Footer */

footer .goUp {
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
    font-size: 20px;
    width: 60px;
    padding: 5px;
    margin: auto;
    color: #fff;
    border-radius: 0 0 5px 5px;
    text-align: center;
    cursor: pointer;
}

footer .goUp:hover {
    padding-top: 20px;
}

.wrap-footer {
    padding: 60px 0;
}

.logo-ft {
    text-align: center;
}

.row-menu-ft {
    padding:  40px 0 0 0;
}

ul.menu-ft {
    text-align: center;
}

ul.menu-ft li {
    display: inline-block;
}

ul.menu-ft li a {
    color: #fff;
    text-align: center;
    padding: 2px 20px;
    text-transform: uppercase;
}

ul.menu-ft li:hover a {
    background: linear-gradient(transparent 70%, #2e2efe 70%);
    text-decoration: none;
}

ul.menu-ft li:hover {
    text-decoration: none;
}

ul.menu-ft li.current_page_item a {
    background: linear-gradient(transparent 70%, #2e2efe 70%);
}

.social {
    text-align: center;
}

.social ul {
    display: inline-block;
    border-bottom: 1px #ccc solid;
}

.copyright {
    padding-top: 20px;
    text-align: center;
    color: #ffffff;
}

.wrap-header-child {
    position: relative;
}


/* Page child*/

.row-head-child {
    background: rgba(255, 255, 255, .9);
    padding: 10px 0;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.row-menu-child {
    position: relative;
    background: #00abff;
    z-index: 999;
}

.menu-child {
    width: 100%;
    float: left;
    padding: 10px 0;
    text-align: center;
}

.menu-child li {
    display: inline-block;
    color: #333;
    margin: 0 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none !important;
    width: 15.4%;
}

.menu-child li:first-child {
    margin-left: 0;
}

.menu-child li:last-child {
    margin-right: 0;
}

.menu-child li a {
    color: #fff;

    display: block;
    font-weight: bold;
    padding: 15px 0px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.menu-child li.active,
.menu-child li:hover {
    background: #000;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


/* Wrap banner */

.wrap-banner-child {
    overflow: hidden;
    height: 250px;
    text-align: center;
    background-image: url(assets/images/banner-sample.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bn-st-title {
    padding: 0 15px;
}

.bn-st-title h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    font-weight: bold;
    -webkit-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    -moz-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    -o-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    -ms-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.bn-st-title-span {
    font-size: 20px;
    text-transform: capitalize;
}


/* Wrap banner style1 */

.wrap-banner-child-style1 {
    padding: 80px 0 0 0;
}

.banner-img img {
    border-radius: 10px;
    overflow: hidden;
    padding: 2px;
}

.h6-subtitle {
    font-size: 35px;
    line-height: 120%;
    padding-bottom: 10px;
    text-align: center;
    font-weight: normal;
    border-bottom: solid 1px #2e2efe;
    display: inline-block;
}

span.title-jp {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    background-color: #FFF;
    top: -14px;
    position: relative;
    padding: 3px 5px;
    text-align: center;
    text-transform: capitalize;
}


/* Table style */

.table-style {
    width: 100%;
    float: left;
}

.table-style tr {
    border-bottom: 1px #ccc dotted;
}

.table-style tr:last-child {
    border-bottom: 0;
}

.table-style tr td {
    padding: 10px 15px;
    vertical-align: middle;
}

.table-style tr td:first-child {
    background: #ccc;
    text-align: center;
}


/* Member */

.member-items {
    background: #fff;
    border: 4px #ccc solid;
    padding: 15px;
    position: relative;
}

.member-img {
    width: 36%;
    float: left;
    text-align: left;
    padding-bottom: 20px;
    padding-right: 20px;
}

.member-title {
    width: 64%;
    float: left;
    text-align: left;
    border-bottom: 1px #ccc solid;
}

.member-title h3 {
    font-size: 20px;
    line-height: 160%;
    font-weight: bold;
}

.member-text {
    font-size: 14px;
    line-height: 160%;
}


/* Menu footer fixed */

.fix-foot {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    float: right;
}

.menu-sp-index-foot {
    background: #F4F4F4;
    float: right;
    padding-top: 3px;
    padding-bottom: 3px;
    display: none;
    clear: both;
    position: relative;
    width: 100%;
    margin-top: 0px;
    z-index: 99999;
}

.open-foot {
    background: #fff url(../common/img/icon_menu.jpg) no-repeat scroll 0 0 / 100% auto;
    border: 1px solid #000000;
    box-sizing: border-box;
    color: #00a0e9;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 0;
    height: 40px;
    margin: 13px 10px 8px 2px;
    width: 40px;
}

.ho-foot {
    margin: 6px 10px 8px 2px !important;
}

.phone-sp-foot {
    background: #ea5455 url(../common/img/icon_phone_sp.png) no-repeat scroll center top / 100% auto;
    border: 1px solid #f00;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 0;
    height: 40px;
    margin: 6px 10px 8px 2px;
    width: 40px;
}

.mail-sp-foot {
    background: #666 url(../common/img/icon_mail_sp.png) no-repeat scroll center top / 100% auto;
    border: 1px solid #666;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 0;
    height: 40px;
    margin: 6px 10px 8px 2px;
    width: 40px;
}
.mail { font-size:150% !important; position:relative; top:8px; }

#navBox-foot {
    position: absolute;
    z-index: 999;
    display: none;
    bottom: 64px;
    width: 100%;
}

.menu-sp-foot li a {
    color: #000;
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.menu-sp-foot {
    width: 100%;
    float: left;
    padding-left: 0px;
}

.menu-sp-foot li {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    float: left;
    text-align: left;
    width: 100%;
    list-style: none;
}


/* ======================= INSTAGRAM =======================*/

#instagram-ct {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float: left;
}

#instagram-ct li {
    list-style: none;
    float: left;
    padding: 1px 1px;
    width: 12.49%;
    border-collapse: collapse;
}

#instagram-ct li a {
    display: block;
}

#instagram-ct li a:hover {
    opacity: 0.5;
}

#instagram-ct li a img {
    width: 100% !important;
    max-width: inherit;
}


/* ======================= END INSTAGRAM =======================*/


/* ======================= BLOG =======================*/
.row_blog {
    width: 100%;
    float: left;
}

.row_blog iframe {
    width: 100%;
    float: left;
    height: 350px;
    border: 0;
}


/* ======================= END BLOG =======================*/


/* Add style */
.service-btn a,
.menu-child li.active,
.menu-child li:hover,
footer .goUp {
    background: #2e2efe;
}

.btn-contact-st1,
.btn-contact-st2 {
    background: #2e2efe !important;
}

.panel-title>a:before {
    color: #2e2efe !important;
}

.service-btn a,
.btn-contact-st1,
.btn-contact-st2 {
    background: #2e2efe !important;
    border: 1px #2e2efe solid !important;
}

.service-btn a:hover,
.btn-contact-st1:hover,
.btn-contact-st2:hover,
.banner-img img {
    border: 1px #2e2efe solid !important;
}

footer,
.wrap-footer {
    background: #00bfff;
}


.menu-ind-btn a {
    background: #2e2efe;
    border: 1px #2e2efe solid;
}

.menu-ind-btn a:hover,
.menu-ind-img img {
    border: 1px #2e2efe solid;
}

.news-date,
.icon-menu-sp i {
    color: #2e2efe;
}

.bg-color,
footer .goUp {
    background: #2e2efe;
}

ul.menu li:hover,
ul.menu li.active {
    background: #2e2efe;
}

footer,
.wrap-footer {
    background: #00abff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #2e2efe;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #2e2efe;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
.indent-add p{
	text-indent:-34px;
	margin-left:34px;
}
ul.ul_check {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

ul.ul_check li {
    padding-left: 1.3em;
    margin-bottom: 10px;
}

ul.ul_check li:before {
    content: "\f046";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
    color: #2e2efe;
    font-weight: bold;
}

.top_txt {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgb(0, 72, 157) 2px 0px 0px, rgb(0, 72, 157) 1.75517px 0.958851px 0px, rgb(0, 72, 157) 1.0806px 1.68294px 0px, rgb(0, 72, 157) 0.141474px 1.99499px 0px, rgb(0, 72, 157) -0.832294px 1.81859px 0px, rgb(0, 72, 157) -1.60229px 1.19694px 0px, rgb(0, 72, 157) -1.97998px 0.28224px 0px, rgb(0, 72, 157) -1.87291px -0.701566px 0px, rgb(0, 72, 157) -1.30729px -1.5136px 0px, rgb(0, 72, 157) -0.421592px -1.95506px 0px, rgb(0, 72, 157) 0.567324px -1.91785px 0px, rgb(0, 72, 157) 1.41734px -1.41108px 0px, rgb(0, 72, 157) 1.92034px -0.558831px 0px;
    line-height: 180%;
}

.top_txt.bd_top{
    border: 3px solid #00489d;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.lu_signature {
    text-align: center;
}

.lu_signature .note{
    border: 3px solid #00489d;
    padding: 10px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #00489d;
    margin-top: 10px;
}

.content_top-ct .ul_check{
    font-size: 20px;
}

.lu_signature p {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.top_name {
    font-size: 24px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 160%;
    background: linear-gradient(transparent 70%, #00489d 70%);
    color: #fff;
    font-weight: bold;
    text-shadow: rgb(0, 72, 157) 2px 0px 0px, rgb(0, 72, 157) 1.75517px 0.958851px 0px, rgb(0, 72, 157) 1.0806px 1.68294px 0px, rgb(0, 72, 157) 0.141474px 1.99499px 0px, rgb(0, 72, 157) -0.832294px 1.81859px 0px, rgb(0, 72, 157) -1.60229px 1.19694px 0px, rgb(0, 72, 157) -1.97998px 0.28224px 0px, rgb(0, 72, 157) -1.87291px -0.701566px 0px, rgb(0, 72, 157) -1.30729px -1.5136px 0px, rgb(0, 72, 157) -0.421592px -1.95506px 0px, rgb(0, 72, 157) 0.567324px -1.91785px 0px, rgb(0, 72, 157) 1.41734px -1.41108px 0px, rgb(0, 72, 157) 1.92034px -0.558831px 0px;
}

.medical_page_img{
    width: 80%;
}

.fa-map-marker,
.top_contact .fa-phone {
    color: #00489d;
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

.top_contact {
    font-size: 20px;
    margin-top: 20px;
    /* font-weight: bold; */
}

.banner {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.75);
}

.wrap-banner-child {
    background-image: url(assets/images/slide_img02.png);
}
.rates_table{
    width: 100%;
    float: left;
}
.rates_table tr td{
    border: #2e2efe 1px solid;
    padding: 20px 10px;
    vertical-align: middle;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    font-size: 20px;
    white-space: nowrap;
}
.fa.fa-dot-circle-o{
    color: #2e2efe;
    font-weight: bold;
    margin-right: 10px;
}
.logo-ft a img{
    max-width: 350px;
}
.logo-ft-text span{
    font-size: 16px;
    color: #fff;
    text-shadow: rgb(0, 72, 157) 2px 0px 0px, rgb(0, 72, 157) 1.75517px 0.958851px 0px, rgb(0, 72, 157) 1.0806px 1.68294px 0px, rgb(0, 72, 157) 0.141474px 1.99499px 0px, rgb(0, 72, 157) -0.832294px 1.81859px 0px, rgb(0, 72, 157) -1.60229px 1.19694px 0px, rgb(0, 72, 157) -1.97998px 0.28224px 0px, rgb(0, 72, 157) -1.87291px -0.701566px 0px, rgb(0, 72, 157) -1.30729px -1.5136px 0px, rgb(0, 72, 157) -0.421592px -1.95506px 0px, rgb(0, 72, 157) 0.567324px -1.91785px 0px, rgb(0, 72, 157) 1.41734px -1.41108px 0px, rgb(0, 72, 157) 1.92034px -0.558831px 0px;
}
.logo-ft-text span.address{
    margin-right: 10px;
}
.logo-ft-text span.tel{
    margin-right: 10px;
}

/* End add style */

/* fast css */
.ov_x{
    overflow: auto;
}
.cl_blue{
    color: #2e2efe;
    font-weight: bold;
    font-size: 20px;
	padding-left:15px;
	line-height:1.8;
}
.fm_ja {
    font-family: 'Noto Sans Japanese';
}

.fm_eng {
    font-family: 'Oswald';
}

.show_sp {
    display: none;
}

.hide_sp {
    display: inline-block;
}
.rates_table .hide_sp{
    display: table-cell;
}

.fw_bold {
    font-weight: bold;
}

.ta_center {
    text-align: center;
}

.txt_note {
    background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

/* End fast css */


/* RWD */

@media screen and (max-width:1199px) {
    .menu-child li a {
        padding: 15px 35px;
    }
}

@media screen and (max-width:992px) {
    .news-date {
        width: 100%;
        float: left;
    }

    .news-arrow {
        display: none;
    }

    .news-txt {
        width: 100%;
        float: left;
        padding-top: 10px;
    }

    .service-item {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width:991px) {
    .menu-child li a {
        padding: 15px 0px;
    }

    .member-items {
        margin-bottom: 15px;
    }

    .row-member-items:last-child .member-items {
        margin-bottom: 0;
    }
}

@media screen and (min-width:768px) {
    .menu-child {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .medical_page_img{
        width: 100%;
    }

    .lu_signature img{
        max-width: 50%;
    }
    .logo-ft-text span{
        display: block;
    }
    .logo-ft-text span.address{
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .logo-ft-text span.tel{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .row-table table tr td:first-child {
        width: 100%;
        float: left;
        text-align: center;
    }
    .row-table table tr td {
        width: 100%;
        float: left;
    }
    .show_sp {
        display: inline-block;
    }
    
    .hide_sp {
        display: none;
    }

    .contact-form-st1 table tr td:first-child {
        width: 100%;
        float: left;
    }
    .contact-form-st1 table tr td {
        width: 100%;
        float: left;
    }
	#newspaper img{
	width:100% !important;
	max-width:100%;
	margin:0 auto;
	}
    .logo-ft{
        padding: 0 10px;
    }
    .rates_table tr td:first-child{
        background: #00bfff;
        border-bottom: 1px #ffffff solid;
        color: #fff;
        text-align: center;
    }
    .rates_table tr td{
        font-size: 18px;
        padding: 10px 10px;
        width: 100%;
        float: left;
        border: 0px;
        border-bottom: 1px #00bfff solid;
        white-space: normal;
    }
    .rates_table tr td.td_nor{
        background: #fff;
        border-bottom: 1px #00bfff solid;
        color: #000;
        text-align: left;
    }
    .rates_table .hide_sp{
        display: none;
    }
    .cl_blue {
        font-size: 18px;
    }
    body {
        font-size: 18px;
    }

    .top_txt {
        font-size: 16px;
    }

    .top_name {
        font-size: 18px;
    }

    .top_contact {
        font-size: 16px;
    }

    .wrap-content {
        padding: 40px 0;
    }

    .menu-ind-item {
        margin-bottom: 30px;
    }

    .icon-sp {
        display: block;
    }

    .info-head {
        display: none;
    }

    .row-menu-child {
        border-bottom: 0;
        position: relative;
    }

    ul.menu-child {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        background: #00abff;
        z-index: 2;
        width: 100%;
        padding: 0;
    }

    ul.menu-child li {
        width: 100%;
        float: left;
        display: block;
        border-bottom: 1px #f2f2f2 solid;
        border-radius: 0 !important;
        margin: 0;
    }

    ul.menu-child li:last-child {
        border-bottom: 0;
    }

    ul.menu-child li:hover {
        border-radius: 0 !important;
    }

    ul.menu-child li a {
        color: #fff;
        font-size: 18px;
        padding: 15px 0;
        display: block;
    }

    ul.menu-ft li a {
        padding: 10px 15px;
    }

    .layout-column-txt {
        width: 100%;
        margin-bottom: 20px;
    }

    .layout-column-img {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .layout_column_table {
        width: 100%;
        margin-bottom: 20px;
    }

    .row-map iframe {
        width: 100%;
    }

    .service-item {
        margin-bottom: 30px;
    }

    .js-sp {
        display: none;
    }

    .wrap-header-child {
        position: fixed;
        z-index: 999;
    }

    .wrap-banner-child {
        margin-top: 77px;
    }

    .wrap-banner-child-style1 {
        margin-top: 30px;
    }

    .row-head-child {
        border-bottom: 1px #ccc solid;
        background: rgba(255, 255, 255, 0.8);
    }
    
    .font-sp {
        font-size: 18px!important;
    }
    
    .layout-column-txt iframe {
        width: 340px;
    }
}

@media screen and (max-width:640px) {
    ul.menu-ft li.current_page_item a {
        background: #2e2efe;
    }

    ul.menu-ft li:hover a {
        background: #2e2efe;
    }

    .br-hide-sp {
        display: block;
    }

    .wrap-content {
        padding: 40px 0;
    }

    .row-description {
        font-size: 16px;
    }

    .wrap-footer {
        padding: 50px 0;
    }

    .row-menu-ft {
        padding: 30px 15px;
    }

    ul.menu-ft {
        width: 100%;
        float: left;
    }

    ul.menu-ft li {
        display: inherit;
        width: 100%;
        float: left;
        border-bottom: 1px #fafafa solid;
    }

    ul.menu-ft li a {
        display: block;
        padding: 15px 0;
    }

    .row-modern-news-item {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .row-modern-news-item:last-child {
        margin-bottom: 0;
    }

    .bn-st-title h3 {
        font-size: 26px;
    }

    .bn-st-title-span {
        font-size: 14px;
    }

    .br_show {
        display: inline-block;
    }

    #instagram-ct li {
        width: 33.33%;
    }

}

@media screen and (max-width:580px) {
    .member-img {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .member-title {
        width: 100%;
        margin-bottom: 20px;
    }

    .gallery_item {
        width: 100%;
        float: left;
        text-align: center;
    }

    .service-item {
        width: 100%;
        float: left;
    }

    .service-image {
        text-align: center;
    }

    .row_blog iframe {
        height: 200px;
    }
}

@media screen and (max-width:450px) {
    .logo {
        max-width: 180px;
    }

    .icon-sp {
        padding-top: 6px;
    }

    .icon-menu-sp {
        width: 30px;
        height: 30px;
    }

    .icon-sp li a {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

    .icon-sp li a i {
        position: relative;
        top: -1px;
        
    }

    .wrap-banner-child {
        margin-top: 60px;
    }
}

@media screen and (max-width:320px) {
    .layout-column-txt iframe {
        width: 300px;
    }
    
    .logo-ft a img {
        max-width: 300px;
    }
    
}


/* END RWD */