@charset "UTF-8";

/* If you want to change pagewidth, please change pagewidth's 'max-width'. */

.pagewidth {
    max-width: 1100px;
}


/************************************************
***************** Media Query *******************
*************************************************/

body {
    background: #fff;
}

body * {
    box-sizing: border-box;
}

#pagewrap.site {
    color: #333;
    font-size: 14px;
    line-height: 2;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", Yu Gothic, YuGothic, "メイリオ", Meiryo, sans-serif;
}


/* -----End pagewrap pagewidth----- */


/* -----header----- */

body #headerwrap {
    background-color: inherit;
}

#headerwrap #header,
#footerwrap #footer {
    border: 0px;
}

#headerwrap #header {
    padding: 33px 0 28px;
    height: auto;
}

.clear_fix {
    clear: both;
}

#site-logo {
    position: static;
}

body #site-description {
    position: static;
    font-size: 13px;
    color: #686868;
    line-height: 2;
    margin-top: 11px;
}

.header-brand-container {
    float: left;
}

.rh {
    float: right;
    text-align: right;
}

.text_h,
.tel_h,
#site-logo a,
#site-logo img {
    display: inline-block;
    vertical-align: middle;
}

.text_h,
.tel_h {
    vertical-align: bottom;
}

.text_h {
    color: #000;
}

.rh_1 {
    padding-bottom: 20px;
}

.tel_h {
    padding: 0 0 3px 22px;
    margin-left: 10px;
    font-family: Trebuchet MS;
    font-size: 34px;
    font-weight: bold;
    background: url("../../uploads/tel.png")no-repeat top 5px left;
    line-height: 1;
}


/* -----end header----- */


/* -----menu----- */

#headerwrap #main-menu-container {}

#headerwrap #main-menu {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0 auto;
}

#headerwrap #main-menu>li {
    float: left;
    background: url("../../uploads/line_menu.png")repeat-y top left;
    margin: 0;
    position: relative;
}

#headerwrap #main-menu>li>a {
    color: #333333;
    text-align: left;
    line-height: 1;
    padding: 0 80px 0 13px;
    margin: 0;
    font-size: 15px;
    display: block;
}

#headerwrap #main-menu>li:last-child>a {
    padding: 0 0 0 13px;
}

#headerwrap #main-menu>li>a:after {
    content: attr(title);
    display: block;
    font-size: 12px;
    font-family: Trebuchet MS;
    color: #82bfe1;
    margin-top: 5px;
}

#headerwrap #main-menu li ul.sub-menu {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 10px;
    background: #fff;
    text-align: left;
}

#headerwrap #main-menu li ul.sub-menu li {
    border-bottom: 0;
    width: 100% !important;
    margin: 0;
}

#headerwrap #main-menu li ul.sub-menu li a {
    padding: 0 0 0;
    font-size: 14px;
    width: 100% !important;
    color: #000 !important;
    z-index: 100;
    text-decoration: underline;
    line-height: 2;
    text-align: left;
}

#headerwrap #main-nav .current_page_item a,
#pagewrap #main-nav .current-menu-item a {
    background-color: transparent;
    color: #666;
    border-radius: 0;
}

#headerwrap #main-menu li.nav_f,
#headerwrap #main-menu li.nav00 {
    display: none;
}

#headerwrap #main-menu>li:hover a {
    color: #446fda;
    text-decoration: none;
}

#headerwrap #main-menu ul.sub-menu li a:hover {
    text-decoration: none;
}

#headerwrap #main-menu li ul.sub-menu {
    display: block !important;
    position: absolute;
    top: calc(100% + 1px);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
    z-index: 100;
    border-radius: 5px;
    left: -999em;
    width: 100%;
    border: 0;
    border-radius: 0;
    list-style: none;
    margin: 0;
}

#headerwrap #main-menu li:hover>ul.sub-menu {
    left: 0;
    visibility: visible;
    opacity: 1;
}


/* -----end menu----- */


/* -----footer----- */

body #footerwrap {
    background: #f4f4f4;
}

#footerwrap #footer {
    overflow: hidden;
    padding: 60px 0 30px;
}

.text_footer_1.module {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    align-items: center;
}

.text_footer_1.module .module-title {
    font-size: 14px;
    color: #fff;
    padding: 18px 10px 19px;
    background: #4baade;
    max-width: 166px;
    width: 100%;
    margin: 0;
    text-align: center;
}

.btn_tel_footer.module {
    margin-bottom: 15px;
}

#footerwrap #footer .txt_tel_footer,
.btn_tel_footer.module .module-buttons.rounded {
    text-align: center;
    border: 1px solid #ababab;
    border-width: 1px 0;
    padding: 9px 0 7px;
    max-width: 343px;
    width: 100%;
    margin: 0 auto;
}

#footerwrap #footer .txt_tel_footer p,
.btn_tel_footer.module .module-buttons.rounded a {
    border-radius: 0;
    border: 0;
    padding: 0 0 0 22px;
    font-family: Trebuchet MS;
    font-size: 34px;
    font-weight: bold;
    background: url("../../uploads/tel.png")no-repeat top 5px left;
    line-height: 1;
}

#footerwrap #footer .txt_tel_footer p {
    background: none;
}

#footerwrap #footer .txt_tel_footer p:before {
    content: "";
    background: url("../../uploads/tel.png");
    width: 17px;
    height: 25px;
    margin-right: 5px;
    display: inline-block;
}

.table_footer table {
    table-layout: fixed;
    text-align: center;
    font-weight: bold;
    margin-bottom: 17px;
}

.table_footer table th:first-child {
    width: 110px;
}

.table_footer table th {
    background: #ddf3ff;
    border: 1px solid #ababab;
    padding: 20px 5px 17px;
	line-height:1;
}

.table_footer table td {
    border: 1px solid #ababab;
    padding: 0px 17px;
    background: #fff;
	line-height: 1;
}

body .text_footer_1.module p {
    margin-left: 20px;
}

.btn_maps_footer .module-buttons-item {
    text-align: center;
/*     background: url("../../uploads/dot_btn_footer.png")no-repeat bottom right; */
    border: 2px solid #446fda;
}

.btn_maps_footer.module .module-buttons span,
.btn_maps_footer.module .module-buttons i {
    display: inline-block;
}

.btn_maps_footer.module.module-buttons .tb_default_color {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    border: 0;
    display: block;
    background: transparent;
    padding: 33px 5px;
    background: #fff;
}

.btn_maps_footer.module .module-buttons i {
    font-size: 28px;
    padding-right: 5px;
}

body #footerwrap #ft-nav-wrap {
    background: #fff;
}

body #footerwrap #footer-nav {
    margin: 0;
    padding: 20px 0 8px;
    background-color: #ffffff;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

body #footerwrap #footer-nav li {
    border-color: #000;
    line-height: 1;
    margin-bottom: 15px;
}

#pagewrap #footerwrap #footer-nav li a {
    color: #000;
    font-size: 14px;
    padding: 0 8px 0 10px;
    text-decoration: underline;
}

#pagewrap #footerwrap #footer-nav li a:hover {
    text-decoration: none;
}

#pagewrap #footerwrap #footer-nav li.nav_footer_block {
    display: block;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children {
    margin: 0;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children>a {
    margin: 0;
    text-decoration: none;
}

#pagewrap #footerwrap #footer-nav li.nav_footer_block.menu-item-has-children>a {
    border: 0;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children {
    border: 0;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children a {
    padding: 0 4px 0 10px;
    border-left: 1px solid #000;
}

#pagewrap #footerwrap #footer-nav li.nav01 a {
    padding: 0 8px 0 0;
}

body #footerwrap #footer-nav li .sub-menu {
    display: inline;
    margin: 0;
    line-height: 1;
}

body #footerwrap #footer-nav li .sub-menu:before {
    content: "[";
}

body #footerwrap #footer-nav li .sub-menu:after {
    content: "]";
    padding-right: 4px;
}

#pagewrap #footerwrap #footer-nav li .sub-menu li {
    border: 0;
}

#pagewrap #footerwrap #footer-nav li .sub-menu li::before {
    content: "|";
}

#pagewrap #footerwrap #footer-nav li .sub-menu li:first-child::before {
    content: "";
}

#pagewrap #footerwrap #footer-nav li .sub-menu li a {
    padding: 0 4px;
    border: 0;
}

body #footerwrap #footer-nav li.nav_f_line {
    order: 4;
}

body #footerwrap #footer-nav li.nav_f_line>a {
    padding-left: 0 !important;
    border: 0 !important;
}

.copyright-container {
    background: #446fda;
    padding: 14px 0 13px;
    text-align: center;
}

.copyright-container span {
    color: #fff;
    font-size: 14px;
}

.copyright-container a img {
    display: block;
}

.copyright-container span,
.copyright-container a {
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
}

#pc-backtop {
    bottom: 70px;
}

#pagewrap .f-con .rtt a {
    padding: 0;
}


/* -----end footer----- */


/* -----general----- */

body .module.module-layout-part {
    margin-bottom: 0px;
}

#pagewrap .module .module-title {}

.module-image:hover a img {
    opacity: 0.7;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.module.module-buttons * {
    display: block;
}

.module.module-buttons span {
    margin: 0;
}

.m_font_1.module,
.ti_font_1.module .module-title {}

#content {
    padding: 0;
}

.module {
    margin-bottom: 30px;
}

.module p:last-child {
    margin: 0;
}

.slide_home.module,
.slide_home.module .slide-image {
    margin: 0;
}

.slide_home.module .carousel-nav-wrap {
    padding: 0;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}

.slide_home.module:hover .carousel-nav-wrap {
    opacity: 1;
}

.slide_home.module .carousel-nav-wrap a:before {
    content: none;
}

.slide_home.module .carousel-nav-wrap a {
    width: 24px !important;
    height: 31px !important;
}

.slide_home.module .carousel-prev {
    left: calc((100% - 1280px)/2 + 20px);
    background: url("../../uploads/arrow_main_left.png")no-repeat center;
}

.slide_home.module .carousel-next {
    right: calc((100% - 1280px)/2 + 20px);
    background: url(../../uploads/arrow_main_right.png)no-repeat center;
}

.shadow_img_1.module img,
.img_box_shadow.module img {
    box-shadow: 10px 10px 0 #a9d7f0;
}

.shadow_img_2.module img {
    box-shadow: 10px 10px 0 #abd79f;
}

#pagewrap .ti_img.module {
    background-position: center top;
    background-repeat: no-repeat;
}

.ti_img.module .module-title {
    margin: 0;
    padding-top: 47px;
    text-align: center;
    font-size: 30px;
    color: #333333;
}

.bg_sub_main {
    margin-bottom: 55px;
}

.bg_sub_main .tb-column-inner {
    height: 300px;
    position: relative;
}

#pagewrap .bg_sub_main .module {
    margin: 0;
    position: absolute;
    bottom: -55px;
    right: 80px;
}

.ti_page_1.module .module-title {
    font-size: 20px;
    color: #333;
    position: relative;
    background: url("../../uploads/line_ti_1.jpg")repeat-x bottom left;
    padding: 0 0 15px 28px;
    margin-bottom: 15px;
}

.ti_page_1.module .module-title:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #4baade;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
}

.ti_page_2.module .module-title {
    background: url(../../uploads/line_ti_2.jpg)repeat-x bottom left;
}

.ti_page_2.module .module-title:before {
    background: #60ad4c;
}

.list_tick_1.module {
    margin: 0;
}

.list_tick_1 ul {
    margin: 0;
    list-style: none;
}

.list_tick_1 ul li {
    padding: 13px 25px 22px 59px;
    background: #fff;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    font-weight: bold;
}

.list_tick_1 ul li:before {
    content: url("../../uploads/icon_tick.png");
    display: block;
    position: absolute;
    top: 14px;
    left: 30px;
}

.list_tick_1 ul li:after {
    content: "";
    width: calc(100% - 50px);
    height: 1px;
    display: block;
    border-bottom: 1px dotted #4bc3c2;
    position: absolute;
    bottom: 17px;
    left: 25px;
}

.list_link_row_gas_1 {
    max-width: 911px;
    width: 100%;
    margin: 0 auto;
}

#pagewrap .list_link_row_gas .module {
    background: url("../../uploads/icon_btn_link-1.png")no-repeat bottom right, #fff;
    border: 1px solid #4bc3c2;
    position: relative;
    padding: 35px 5px 24px;
}

#pagewrap .list_link_row_gas .module .image-content {
    margin: 9px 0 0;
    padding: 3px 0;
	padding-bottom:3px;
}

.list_link_row_gas .module .image-wrap a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.list_link_row_gas .module .image-wrap a:hover:before {
    background: rgba(255, 255, 255, 0.3);
}

#pagewrap .list_link_row_gas .module .image-title a {
    font-size: 16px;
    color: #333;
}


/* -----end general----- */

.img_fix_home {
    max-width: 1100px;
    width: 100%;
    text-align: center;
    margin: -230px auto 0;
}

.list_link_home .sub_column {
    border: 1px solid #446fda;
    padding: 9px 9px 0 9px;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 35px;
    background: #fff;
}

.list_link_home .sub_column.border_lb {
    border-color: #4baade;
}

.list_link_home .module-image {
    margin-bottom: 10px;
}

.list_link_home .module-image .image-content {
    background: rgba(255, 255, 255, 0.8);
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

body .list_link_home .module-image .image-title {
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 0;
    padding: 16px 5px;
}

.list_link_home .module-text {
    margin-bottom: 10px;
}

.list_link_home .module.module-buttons {
    margin: 0;
    background: #446fda;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.list_link_home .module-buttons.btn_lb {
    background: #4baade;
}

#pagewrap .list_link_home .module.module-buttons .tb_default_color {
    background: url("../../uploads/icon_btn_link.png")no-repeat center right 27px, transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 0;
    display: block;
    padding: 17px 5px;
}

.ti_post_home_1.module .module-title,
.ti_post_home_2.module .module-title {
    color: #fff;
    padding: 14px 5px 15px 50px;
    margin: 0;
}

.ti_post_home_1.module .module-title {
    background: url(../../uploads/icon_ti_post_1.png)no-repeat top 17px left 14px, #93cc84;
}

.ti_post_home_2.module .module-title {
    background: url(../../uploads/icon_ti_post_2.png)no-repeat top 11px left 14px, #93cc84;
}


/* POST */

.post_home_1.module {}

.post_home_1 .list-post {
    height: 237px;
    overflow: auto;
    background: #fff;
    padding: 20px 0 0 0;
}

.post_home_1.module.module-post .post .post-title{
    padding-bottom: 14px;
    border-bottom: 1px dotted #949494;
    margin-bottom: 17px;
}

.post_home_1 time {
    font-size: 14px;
    color: #333;
    width: 100px;
    float: left;
    margin: 0;
    line-height: 2;
}

.post_home_1.module.module-post .post-title {
    float: left;
    width: calc(100% - 100px);
    margin-bottom: 1px;
    line-height: 2;
    font-size: 14px;
}

.post_home_1.module.module-post .post-title a {
    color: #333;
    line-height: 2;
    font-size: 14px;
    text-decoration: underline;
}

.post_home_1.module.module-post .post-title a:hover {
    text-decoration: none;
}

.single-post .post {
    margin: 40px 0 50px;
}

body.single-post .post-date {
    font-weight: bold;
}

.archive .post .post-title,
.single .post .post-title {
    font-size: 14px;
    line-height: 2;
}

body.single-post article .post-title {
    background-color: #93cc84;
    padding: 11px 20px 10px;
    color: #ffffff;
    font-size: 18px;
}

.history-back-container {
    background: #446fda;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    margin-bottom: 100px;
}

.history-back-container a {
    color: #fff;
    text-decoration: none;
    display: block;
}


/* End POST */

.text_1_row_4_endo.module .module-title {
    background: url("../../uploads/icon_endo2.png")no-repeat top 16px left 14px, #93cc84;
    color: #fff;
    padding: 14px 5px 15px 50px;
    margin: 0;
}

.text_1_row_4_colo.module .module-title {
    background: url(../../uploads/icon_colo_2.png)no-repeat top 13px left 14px, #93cc84;
}

.text_1_row_4_endo.module ul {
    border: 1px solid #ababab;
    border-width: 0 1px 1px 1px;
    padding: 28px 39px 15px;
    margin: 0;
    list-style: none;
}

.list_dot_1 ul li {
    margin: 0 0 20px;
    border-bottom: 1px dotted #ababab;
    position: relative;
    padding: 0 0 9px 27px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    color: #333;
}

.list_dot_1 ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #93cc84;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
}

.btn_link_endo_1.module.module-buttons .tb_default_color {
    border-radius: 0px;
    border: 0;
    max-width: 256px;
    width: 100%;
    color: #fff !important;
    padding: 12px 70px 13px;
    background: url(../../uploads/icon_btn_link.png)no-repeat top 14px right 22px;
    background-color: #93cc84;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    text-align: left;
}

.table_endo_1 table {
    table-layout: fixed;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}

.table_endo_1 table th:first-child {
    width: 255px;
}

.table_endo_1 table th,
.table_endo_1 table td {
    border: 1px solid #ababab;
    font-weight: bold;
    text-align: center;
    padding: 7px 0;
}

.table_endo_1 table th {
    background: #ddf3ff;
}

.table_endo_1 table td {
    color: #446fda;
    background: #fff;
}

.gl_intro.module br,
.gl_endo.module br {
    display: none;
}

.gl_endo.module {
    pointer-events: none;
}

.gl_intro.module {
    margin-bottom: 30px;
}

#pagewrap .gl_intro.module .wp-caption-text {
    font-size: 14px;
    margin: 15px 0 20px;
}

.gl_intro.module .gallery-item {
    clear: none;
}

.table_liver_1.module .module-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    padding: 7px 30px;
    display: inline-block;
    background: #4baade;
}

.table_liver_1 table {
    table-layout: fixed;
}

.table_liver_1 th,
.table_liver_1 td {
    border: 1px solid #ababab;
    padding: 8px 0 7px;
    text-align: center;
    font-weight: bold;
}

.table_liver_1 th:first-child {
    width: 200px;
}

.table_liver_1 th {
    background: #ddf3ff;
}

.table_liver_1 td {
    color: #446fda;
}

.row_border_2 .row_inner,
.row_border_1 .row_inner {
    border: 1px solid #4baade;
    padding: 30px 30px 0;
}

.row_border_1b .row_inner {
    border-color: #446fda;
}

.row_border_1b .table_liver_1.module .module-title,
.row_border_1b .ti_page_1.module .module-title:before {
    background: #446fda;
}

.row_border_2 .row_inner {
    border-color: #60ad4c;
}

.row_border_2b .row_inner {
    border-color: #93cc84;
}

.row_border_2b .text_im_2.module .module-title,
.row_border_2b .text_im_1.module .module-title,
.row_border_2b .ti_page_2.module .module-title:before {
    background: #93cc84;
}

.table_gas_1 th:first-child {
    width: 50%;
}

.content_box_gas_1{
    padding: 30px 30px 0;
    background: #f4f4f4;
    margin-bottom: 30px;
}

.content_box_gas_2.module .module-title,
.content_box_gas_1 .module-text .module-title,
.fevertxt-gray .module-title{
    font-size: 16px;
    color: #4bc3c2;
    border-bottom: 1px solid #4bc3c2;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.content_box_gas_2.module {
    border: 1px solid #ababab;
    padding: 22px 24px 17px;
}

.content_box_gas_2.module .module-title {
    color: #446fda;
    border-bottom: 1px solid #446fda;
}

.box_im_1 .sub_column {
    padding: 20px;
    border: 1px solid #ababab;
}

.list_ishi_1.module .module-title {
    background: url(../../uploads/icon_liver_1.png)no-repeat top 14px left 17px, #4baade;
    padding: 14px 5px 15px 50px;
    margin: 0;
    color: #fff;
}

.list_ishi_1 ul {
    border: 1px solid #ababab;
    padding: 28px 40px 32px;
    list-style: none;
    margin: 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
}

.list_ishi_1 ul li {
    margin: 0 0 20px;
    border-bottom: 1px dotted #ababab;
    position: relative;
    padding: 0 0 9px 27px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    color: #333;
}

.list_ishi_1 ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #4baade;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
}

.list_btn_gas_1.module {
    margin: 0;
}

.list_btn_gas_1 .module-buttons-item {
    display: inline-block;
    margin: 0 20px 30px 0;
    width: 257px;
}

#pagewrap .list_btn_gas_1.module.module-buttons .tb_default_color {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 12px 20px 11px;
    background: url("../../uploads/icon_btn_link.png")no-repeat center right 15px, #446fda;
}

#pagewrap .list_btn_gas_1.module.module-buttons .module-buttons-item:nth-child(2n+1) a {
    background: url("../../uploads/icon_btn_link.png")no-repeat center right 15px, #4babde;
}

.box_im_1 .sub_column {
    padding: 20px;
    border: 1px solid #ababab;
}

.text_im_1.module {
    margin-bottom: 12px;
}

.text_im_2.module .module-title,
body .text_im_1.module .module-title {
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #60ad4c;
    padding: 7px 5px;
    margin-bottom: 11px;
}

.table_im_1.module {
    margin-bottom: 0;
}

.table_im_1 th,
.table_im_1 td {
    border: 1px solid #ababab;
    padding: 8px 0;
    display: table-cell !important;
    text-align: center;
    font-weight: bold;
}

.table_im_1 th {
    width: 34% !important;
    background: #ddffe4;
}

.table_im_1 td {
    color: #60ad4c;
    width: 66% !important;
}

.table_im_1b th,
.table_im_1b td {
    width: 50% !important;
}

.row_im_50_1 .module_column {
    border: 1px solid #60ad4c;
    padding: 30px 30px 0;
    margin-bottom: 60px;
}

.row_im_50_1 .module_column.last {
    border: 1px solid #93cc84;
}

.row_im_50_1 .module_column.last .ti_page_2.module .module-title:before {
    background: #93cc84;
}

.text_im_2.module {
    margin-bottom: 0;
}

.text_im_3.module .module-title,
.text_im_2.module .module-title {
    margin-bottom: 20px;
}

#pagewrap .text_im_3.module .image-content,
#pagewrap .text_im_2.module .image-content {
    margin: 13px 0 0;
    padding: 0;
    text-align: left;
}

#pagewrap .text_im_3.module .image-content {
    padding: 0 10px;
}

.list_tick_liver ul li,
.list_tick_1.module .module-title {
    background: url("../../uploads/icon_tick.png")no-repeat top 5px left 5px;
    padding: 0 0 5px 34px;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px dotted #4bc3c2;
    color: #333;
}

.list_tick_liver ul li {
    margin-bottom: 15px;
}

.list_tick_liver ul,
.list_dot_1 ul {
    margin: 0;
    list-style: none;
}

.list_tick_liver.module {
    background: #fff;
    padding: 26px 25px 15px;
}

.text_1_other_2.module {
    text-align: center;
}

.text_1_other_2.module .module-title {
    text-align: center;
    margin-bottom: 8px;
    display: inline-block;
    padding: 6px 30px 5px;
    background: #4baade;
    font-size: 16px;
    color: #fff;
}

.img_doctor.module {
    background: #4baade;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.img_doctor_2.module {
    flex-direction: row-reverse;
}

.img_doctor.module .image-wrap {
    margin: 0;
}

.img_doctor.module .image-content {
    margin: 0;
}

.img_doctor.module .image-title {
    background: url("../../uploads/icon_1.png")no-repeat center top;
    padding: 48px 10px 0;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

#pagewrap .row_border_doctor_1 .row_inner {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ababab;
    padding: 26px 50px 6px;
}

.ti_list_row_2_doctor.module .module-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    padding: 7px 30px;
    background: #446fda;
}

.list_dot_1c ul li:before {
    background: #446fda;
}

.link_hover_color.module a {
    color: #000;
    text-decoration: underline;
}

.link_hover_color.module a:hover {
    color: #000;
    text-decoration: none;
}

.content_docter_1.module {
    margin-bottom: 20px;
}

.content_docter_1.module .module-title {
    font-size: 14px;
    color: #7dcf68;
    border-bottom: 1px solid #7dcf68;
    padding-bottom: 6px;
    margin-bottom: 3px;
}

.gl_intro.module br,
.gl_endo.module br {
    display: none;
}

.gl_intro.module .gallery-icon,
.gl_endo.module .gallery-icon {
    pointer-events: none;
}

.gl_intro.module {
    margin-bottom: 30px;
}

/* #pagewrap .gl_intro.module .wp-caption-text {
    font-size: 14px;
    margin: 15px 0 20px;
} */

.gl_intro.module .gallery-item {
    clear: none;
}

.table_access_1.module {
    margin: 0;
}

.table_access_1 table tr {
    border-bottom: 1px dotted #ababab;
}

.table_access_1 table th,
.table_access_1 table td {
    padding: 14px 0;
    border: 0;
    vertical-align: top;
    display: table-cell !important;
}

.table_access_1 table th {
    width: 110px !important;
    color: #446fda;
    text-align: left;
}

.table_access_1 table td {
    width: calc(100% - 110px) !important;
}

.text_1_row_3_access.module {
    text-align: center;
}

.text_1_row_3_access.module .module-title {
    text-align: center;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #7dcf68;
    padding: 8px 23px;
}
#pagewrap .module_row>.row_inner{
	width: 100%;
}

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

@media screen and (max-width: 1024px) {
    #pagewrap .pagewidth {
        width: 98%;
    }
    #headerwrap #main-menu li.nav00 {
        display: block;
    }
    body.mobile_menu_active #header,
    body #header.header {
        padding: 50px 0 40px;
    }
    .header-brand-container,
    .rh {
        float: none;
        text-align: center;
        padding: 0;
    }
    #site-description,
    .text_h,
    .tel_h,
    .h_contact {
        display: none;
    }
    #headerwrap #main-menu {
        background: none;
        padding-right: 0;
    }
    #headerwrap #main-menu>li:last-child>a,
    #headerwrap #main-menu li a {
        padding: 0;
    }
    #headerwrap #main-menu li ul.sub-menu {
        position: static;
        opacity: 1;
        visibility: unset;
        background: none;
        padding: 0;
    }
    #headerwrap #main-menu li ul.sub-menu li {
        background: none;
        padding-bottom: 5px;
    }
    li ul.sub-menu li:first-child {
        padding-top: 0;
    }
    li ul.sub-menu li:last-child {
        padding-bottom: 0;
    }
    #headerwrap #main-menu-container ul>li.menu-item {
        padding: 10px;
        background: none;
        text-align: left;
        border-bottom: 1px dotted #000;
        float: none;
    }
    .img_fix_home {
        margin-top: 30px;
        padding: 0 2%;
    }
    .bg_sub_main {
        margin-bottom: 0;
        padding: 0 !important;
    }
    .bg_sub_main .row_inner {
        padding: 71px 2%;
        background: rgba(255, 255, 255, 0.7);
    }
    .bg_sub_main .tb-column-inner {
        height: auto;
    }
    #pagewrap .bg_sub_main .module {
        margin: 0;
        text-align: center;
        position: static;
    }
}

@media screen and (max-width: 939px) {
    #pagewrap .pagewidth {
        width: 96%;
    }
    .f-con {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    #headerwrap #main-menu>li {
        display: block;
        border: 0;
        padding: 10px;
    }
    body #headerwrap {
        padding: 0;
    }
    body.mobile_menu_active .social-widget {
        padding: 0;
    }
    body #footerwrap .f-con {
        display: flex;
    }
    body #footerwrap .f-con a {
        padding: 5px;
    }
    span.ks {
        display: inline-block;
    }
    .img_doctor.module .image-title {
        text-align: center;
    }
    #body #layout #content .module.module-gallery.gallery-columns-3 .gallery-item {
        width: 49.2%;
        margin: 0 1.5% 1.5% 0;
    }
    #body #layout #content .module.module-gallery.gallery-columns-3 .gallery-item:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .table_multi3_column.module .tb_text_wrap,
    .table_endo_1.module .tb_text_wrap,
    .table_footer.module .tb_text_wrap {
        overflow: auto;
        margin-right: 2%;
        margin-left: 2%;
    }
    .table_multi3_column.module .tb_text_wrap table,
    .table_endo_1.module .tb_text_wrap table,
    .table_footer.module .tb_text_wrap table {
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .img_right_680_center .subrow_inner {
        flex-direction: column-reverse;
    }
    .list_link_home .sub_column {
        max-width: 343px !important;
        width: 100%;
        margin: 0 auto 35px !important;
    }
    .img_fix_home {
        padding: 0 3%;
    }
    .img_fix_home .module {
        margin-bottom: 20px;
    }
    .img_fix_home .sub_column {
        width: 50% !important;
    }
    .list_ishi_1 ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .box_im_1 .sub_column {
        margin-bottom: 30px;
    }
    .box_im_1 .sub_column.last {
        margin-bottom: 0;
    }
    #body #layout #content .module.module-gallery.gallery-columns-3 .gallery-item {
        width: 100%;
        margin: 0 0 1.5% 0;
    }
    #pagewrap .list_link_row_gas_1 .sub_column {
        width: 48%;
/*         margin-left: 3.2%; */
    }
    #pagewrap .list_link_row_gas_1 .sub_column:nth-child(2n+1) {
        margin-left: 0;
    }
    #body #layout #content .intro-gallery .module.module-gallery.gallery-columns-3 .gallery-item {
        width: 49.25%;
    }
    #body #layout #content .intro-gallery .module.module-gallery.gallery-columns-3 .gallery-item:nth-child(2n+1) {
        margin: 0 1.5% 1.5% 0;
    }
}
.fevertxt-gray{
	background: #f4f4f4;
	padding:30px 30px 40px;
}

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

@media screen and (max-width: 480px) {
    .img_fix_home .module {
        margin-bottom: 10px;
    }
    .row_im_50_1 .module_column,
    .row_border_1 .row_inner,
    .content_box_gas_1,
    .row_border_2 .row_inner {
        padding: 30px 15px 0;
    }
}

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

#headerwrap #main-menu>li:hover>a:after {
    color: #91a6dc;
}

/*murata 追加*/

.btn_maps_footer span:before{
	font-family: "Font Awesome 5 Free";
	content: '\f3c5';
	font-size: 28px;
	padding-right: 10px;
	color:#000;
	line-height:1em;
}
.btn_maps_footer .module-buttons-item span{
	display:flex;
	justify-content:center;
	align-items:center;
}
.list_btn_gas_1 .module-buttons-item + .module-buttons-item{
	margin-left:0;
}
.li_hg p{
	line-height:1;
}
#pagewrap .text_footer_1_2 p{
    margin-left: 10px;
}
.text_footer_1_2.module .module-title{
	max-width: 100px;
}
#pagewrap #footerwrap #footer .txt_tel_footer{
	padding:15px 0;
	max-width: none;
}
.img_fix_home .subrow_inner{
	width:fit-content;
	margin-bottom: 50px;
	gap: 10px;
}
.img_fix_home{
	float:left;
	margin-left: calc(23vw - 260px);
}
.nav_f_line{
	white-space:nowrap;
}
.fevertxt .tb_text_wrap p span,
.fevertxt_1 .tb_text_wrap p span{
	color: #ff4242;
}
.fevertxt .tb_text_wrap p strong{
	font-size:20px;
}
.fevertit{
	text-align:center;
}
#pagewrap .fevertxt .module-title:before{
	content:none;
}
#pagewrap .fevertxt .module-title{
	padding: 0 0 15px 0px;
}
#pagewrap .fevertxt .module-title span{
	color:#4baade;
	margin-right:7px;
	font-weight: 500;
	letter-spacing: 1px;
}
.fevertxt-wrap{
	border-top: 1px solid #446fda;
    border-bottom: 1px solid #446fda;
    border-left: 1px solid #446fda;
    border-right: 1px solid #446fda;
    padding: 0px 30px;
}
.btn_maps_footer .module-buttons-item a:before{
	content:"";
	background:url(../../uploads/dot_btn_footer.png)no-repeat;
	width:20px;
	height:20px;
	position:absolute;
	bottom:-5px;
	right:-5px;
}
@media screen and (max-width: 980px){
	#pagewrap .pagewidth{
    max-width: 94%;
}
	#pagewrap .img_fix_home {
    float: none;
    margin-left: 0px;
	display: flex;
    justify-content: center;
}
	.img_fix_home .subrow_inner{
		display:flex;
	}
	.table_footer table td {
    padding: 0px;
}
}
@media screen and (max-width: 680px) {
	.hide-mobile {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		visibility: hidden !important;
	}
	.hide-desktop.hide-tablet.hide-tablet_landscape {
		display: block !important;
		width: auto !important;
		height: auto !important;
		padding: initial !important;
		margin: initial !important;
		visibility: visible !important;
	}
	.tb_t7lg993 {
		display: block !important;
		position: relative;
		aspect-ratio: 1 / 1.28;
		height: auto !important;
		min-height: 0 !important;
		background: #fff;
		overflow: hidden;
		opacity: 1 !important;
		visibility: visible !important;
	}
	.tb_t7lg993::before {
		content: none;
	}
	.tb_t7lg993 .row-slider,
	.tb_t7lg993 .row-slider-slides {
		display: block !important;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100% !important;
		min-height: 0;
		z-index: 1;
		margin: 0;
		padding: 0;
	}
	.tb_t7lg993 .row-slider-slides {
		overflow: hidden;
	}
	.tb_t7lg993 .row-slider li {
		position: absolute;
		inset: 0;
		display: block !important;
		width: 100%;
		height: 100% !important;
		min-height: 0;
		margin: 0 !important;
		padding: 0 !important;
		background-position: center center !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		opacity: 0;
		animation: ishiguro-mobile-mv 12s infinite both;
	}
	.tb_t7lg993 .row-slider li:nth-child(1) {
		background-image: url("../../uploads/ss1-1024x480.jpg");
		animation-delay: 0s;
	}
	.tb_t7lg993 .row-slider li:nth-child(2) {
		background-image: url("../../uploads/ss2-1024x480.jpg");
		animation-delay: 4s;
	}
	.tb_t7lg993 .row-slider li:nth-child(3) {
		background-image: url("../../uploads/ss3-1024x480.jpg");
		animation-delay: 8s;
	}
	.tb_t7lg993 .row-slider-dot,
	.tb_t7lg993 .row-slider-nav {
		display: none !important;
	}
	.tb_t7lg993 .row_inner {
		position: relative;
		z-index: 2;
		height: 100% !important;
		min-height: 0;
	}
	@keyframes ishiguro-mobile-mv {
		0% { opacity: 0; }
		4% { opacity: 1; }
		30% { opacity: 1; }
		34% { opacity: 0; }
		100% { opacity: 0; }
	}
	#pagewrap .img_fix_home {
		position: relative;
		z-index: 3;
		margin-top: -42px;
	}
	body #pagewrap {
		overflow: hidden;
		padding-bottom: 50px;
	}
	.sp-colum-re .subrow_inner{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#site-logo{
		display:flex;
		justify-content:left;
		padding:10px 0px;
	}
	#headerwrap #header {
    padding: 50px 0 28px;
    height: auto;
}
	.table_footer table td {
		padding:0;
	}
	#headerwrap #header{
		padding:0;
	}
	#headerwrap .rh_1 {
		padding-bottom:0;
	}
	#site-logo img{
		width:220px;
	}
	.nav_f_line {
    white-space: normal;
}
	.table_footer table th:first-child {
    width: 80px;
}
	#pagewrap .table_footer .tfc{
		padding:0px 13px;
	}
	.table_endo_1 table th:first-child {
    width: 80px;
}
	.table_liver_1 th:first-child {
    width: 100px;
}
	.list_link_row_gas_1 .subrow_inner{
		display:flex;
		flex-wrap:wrap;
	}
}
