@charset "utf-8";
/* CSS Document */

/* ==============================================
 トップページタブメニュー
=============================================== */
#tab_menu {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
}

#tab_menu li {
    display: inline-block;
    padding: 0 5px;
    background-color: #cbcbcb;
    color: #737373;
    line-height: 70px;
    text-align: center;
    position: relative;
    width: 50%;
}

#tab_menu li.active {
    background: #0080d0;
    color: #fff;
}

#tab_menu li:hover {
    cursor: pointer;
    opacity: 0.8;
}

#tab_menu li.active:after {
    content: "";
    width: 0;
    text-align: center;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #0080d0;
    position: absolute;
    bottom: -20px;
    left: 48%;
}


/* タブの中身 */
#tab_box {}

#tab_box div {
    display: none;
}

#tab_box div.active {
    display: block;
}

#tab_box ul {
    width: 100%;
}

#tab_box ul li {
    width: 32%;
    display: table;
    float: left;
    margin: 0 1% 10px 0;
    background-color: #f3f1eb;
}

#tab_box ul li:nth-child(3n+1) {
    margin: 0 1% 10px 0;
    clear: left;
}

#tab_box ul li:nth-child(3n+2) {
    margin: 0 1% 10px 1%;
}

#tab_box ul li:nth-child(3n+3) {
    margin: 0 0 10px 1%;
}

#tab_box ul li a {
    padding: 10px;
    text-align: center;
    font-size: 115%;
    display: table-cell;
    color: #000;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 1.4;
}

#tab_box ul li:hover {
    background-color: #fffdf5;
}

#tab_box ul li a img {
    width: 50%;
    height: auto;
    max-width: 100px;
    max-height: 100px;
    display: inline-block;
}

#tab_box div ul li a:hover,
#tab_box div ul li a:hover img {
    opacity: 1;
}

#tab_box ul li a span.category {
    display: inline-block;
    padding-bottom: 20px;
}

#tab_box ul li:first-child span.category {
    line-height: 1.2;
}

#tab_box ul.purpose li a {
    padding: 25px 10px;
}

/* ==============================================
 トップページ
=============================================== */
.top_main section.news {
    padding: 0 0 0 0;
}

.top_main section.news div.more_btn {
    padding: 20px 0 0 0;
}

/* ==============================================
 トップページ 右カラム
=============================================== */
.top_main div.fl_r ul .menu_title img {
    width: 90%;
    height: auto;
}

.top_main div.fl_r ul li a {
    padding: 12px 20px 12px 15px;
    display: block;
    text-align: center;
}

.top_main div.fl_r ul.link_list {
    margin-bottom: 20px;
}

.top_main div.fl_r ul.banner_list li {
    margin-bottom: 15px;
}

.top_main div.fl_r ul li.download a {
    color: #fff;
    font-size: 86%;
    padding-top: 40px;
    border-radius: 4px;
    background: url(../img/common/icon_pamph_w.png) no-repeat center 10px;
    background-size: 20px 20px;
    background-color: #3B4850;
    margin: 0 auto 10px auto;
}

.top_main div.fl_r ul li.customer a {
    border: solid 1px #3c484f;
    border-radius: 4px;
    background: url(../img/common/icon_arrow_r.png) no-repeat 96% center;
    background-size: 14px 14px;
    background-color: #fff;
    color: #000;
    margin: 10px auto 20px auto;
}

.top_main div.fl_r ul li.link {
    border-bottom: solid 1px #62a6cf;
    background: url(../img/common/icon_arrow_rw.png) no-repeat 97% center;
    background-size: 12px 12px;
    background-color: #0180D1;
}

.top_main div.fl_r ul li.link a {
    text-align: left;
    color: #fff;
}

.top_main div.fl_r ul li.banner a {
    border: solid 1px #ccc;
}

.top_main div.fl_r ul.banner_list li {
    line-height: 0px !important;
}

.top_main div.fl_r ul.banner_list li a {
    padding: 0px !important;
}

/*.top_main div.fl_r ul.banner_list li:nth-child(1),
.top_main div.fl_r ul.banner_list li:nth-child(2){
	background-color:#fff;
}
.top_main div.fl_r ul.banner_list li:nth-child(3){
	background-color:#000;
	background-color:#001a43;
}
.top_main div.fl_r ul.banner_list li:nth-child(4){
	background-color:#001a43;
}
.top_main div.fl_r ul.banner_list li:nth-child(7){
        line-height:0px!important;
}
.top_main div.fl_r ul.banner_list li:nth-child(7) a{
	padding: 0px!important;
}*/
.top_main div.fl_r ul.banner_list li a img {
    width: 100%;
}


/* ==============================================
 下層ページ 右カラム
=============================================== */
.col_two>div.fl_r h3.side_ttl {
    border: solid 1px #ccc;
    background-color: #f4f2f2;
    padding: 10px;
}

.col_two>div.fl_r h3.side_ttl:before {
    content: "";
    border-left: solid 5px #0080d0;
    margin-right: 10px;
}

.col_two div.fl_r h3>a {
    display: block;
    background: url(../img/common/icon_arrow_r.png) no-repeat 95% center;
    background-color: #f4f2f2;
    background-size: 14px 14px;
    border: solid 1px #ccc;
    padding: 10px;
}

.col_two div.fl_r h3>a:hover {
    color: #0080d0;
    text-decoration: underline;
}

.col_two>div.fl_r>ul {
    margin-bottom: 30px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.col_two>div.fl_r ul li {
    border-bottom: solid 1px #ccc;
}

.col_two>div.fl_r ul li ul,
.col_two>div.fl_r ul li ul li {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.col_two>div.fl_r ul li ul {
    border-top: dotted 1px #ccc;
}

.col_two>div.fl_r ul li a {
    display: block;
    color: #000;
    width: 100%;
    padding: 10px 30px 10px 10px;
    background: url(../img/common/icon_arrow_r.png) no-repeat 95% center;
    background-color: #fff;
    background-size: 14px 14px;
}

.col_two>div.fl_r ul li a:hover {
    background-color: #f7f7f7;
    color: #0080d0;
    text-decoration: underline;
}

.col_two>div.fl_r ul li.current>a {
    background-image: none;
    background-color: #005eae;
    color: #fff;
}

.col_two>div.fl_r ul li.current ul li>a {
    padding-left: 30px;
}

.col_two.news div.fl_r ul li.current a {
    background-image: none;
    background-color: #ccc;
    color: #000;
}

.col_two.news div.fl_r ul li.current ul li>a {
    background-color: #fff;
}

.col_two.news div.fl_r ul li.current ul li.current>a {
    background-image: none;
    background-color: #005eae;
    text-decoration: underline;
    color: #fff;
}

body.company .col_two>div.fl_r ul li:nth-child(6) a,
body.develop .col_two>div.fl_r ul li:nth-child(2) a {
    padding-right: 20px;
    letter-spacing: -1px;
}


/* ==============================================
 新着情報　Topics & IR
=============================================== */

.news_list {
    width: 100%;
    padding: 15px 0;
}

.news_list li {
    width: 100%;
    border-bottom: solid 1px #ccc;
    list-style-type: none;
}

.news_list li a {
    background: url(../img/common/icon_pdf.png) no-repeat right center;
    background-size: 24px 24px;
}

.news_list li.icon_link a {
    background: url(../img/common/icon_link.png) no-repeat right center;
    background-size: 20px 20px;
}

.news_list li>a,
.news_list li.no_icon {
    display: table;
    table-layout: fixed;
    padding: 15px 45px 15px 15px;
    color: #000;
    width: 100%;
}

.news_list li a:hover {
    color: #0080d0;
    text-decoration: underline;
    background-color: #f7f7f7;
}

.news_list li a span,
.news_list li.no_icon span {
    display: table-cell;
    vertical-align: middle;
}

.ir .news_list li a>span:first-child,
.topics .news_list li a>span:first-child,
.ir .news_list li.no_icon>span:first-child,
.topics .news_list li.no_icon>span:first-child {
    width: 20%;
}

.home .news_list li a>span:first-childd,
.home .news_list li.no_icon>span:first-child {
    width: 35%;
}

.home .news_list li a>span:last-child,
.home .news_list li>span:last-child {
    width: 60%;
}

.home .news_list li a>span span,
.home .news_list li.no_icon>span span {
    width: auto;
}

/*トップページのみタグあり*/
.news_list li a span>span,
.news_list li.no_icon>span>span {
    padding: 0 17px;
    line-height: 1.5;
    color: #fff;
    font-size: 86%;
    min-width: 90px;
    margin: 0 10px;
    display: inline-block;
    text-align: center;
}

.news_list .st01 {
    background-color: #0080d0;
}

.news_list .st02 {
    background-color: #3c484f;
}

/* ==============================================
 製品情報　Products
=============================================== */
.menu_list {
    width: 100%;
    margin: 0 0 30px 0;
    letter-spacing: -0.4em;
}

.menu_list:after {
    content: "";
    display: block;
    clear: both;
}

.menu_list li,
.menu_list_st li {
    display: table;
    float: left;
    letter-spacing: normal;
    width: 32%;
    vertical-align: middle;
    margin-bottom: 10px;
}

.menu_list li a {
    color: #000;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 15px 20px 15px 10px;
    background: url(../img/common/icon_arrow_r.png) no-repeat 97% center;
    background-size: 14px 14px;
    background-color: #efefef;
    line-height: 1.4;
}

.menu_list li:nth-child(3n+1) {
    clear: left;
}

.menu_list li:nth-child(3n+2) {
    margin: 0 2% 10px 2%;
}

.menu_list li a:hover,
.menu_list li a.current {
    background: url(../img/common/icon_arrow_rw.png) no-repeat 97% center;
    background-size: 14px 14px;
    background-color: #005eae;
    color: #fff;
}

.menu_list.cat li a {
    font-size: 115%;
    color: #fff;
    padding: 24px 35px 24px 15px;
    background: url(../img/common/icon_arrow_rw.png) no-repeat 97% center;
    background-size: 14px 14px;
    background-color: #005eae;
}

.img_left:after,
.img_right:after {
    content: "";
    display: block;
    clear: both;
}

p.img_left,
p.img_right {
    margin-bottom: 15px;
    word-break: break-all;
}

p.img_left img {
    max-width: 768px;
    display: block;
    float: left;
    margin: 0 15px 0 0;
}

p.img_right img {
    display: block;
    float: right;
    margin: 0 0 0 15px;
}


/* ==============================================
 検索結果一覧　List
=============================================== */

.item_list li {
    overflow: hidden;
    width: 32%;
    display: block;
    float: left;
    margin-bottom: 30px;
}

.item_list li:nth-child(3n+2) {
    margin: 0 2%;
}

.item_list li a {
    display: block;
    color: #0080d0;
    width: 100%;
    line-height: 1.3;
}

.item_list li img {
    width: 100%;
    display: block;
}

.item_list li a span {
    display: block;
    border: solid 1px #ccc;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    text-align: center;
}

.item_list a span div {
    display: table-cell;
    vertical-align: middle;
    min-height: 225px;
    width: 100%;
}

.item_list a span.red {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #7e1b1b), color-stop(0.00, #a93131));
    background: -webkit-linear-gradient(#a93131, #7e1b1b);
    background: -moz-linear-gradient(#a93131, #7e1b1b);
    background: -o-linear-gradient(#a93131, #7e1b1b);
    background: -ms-linear-gradient(#a93131, #7e1b1b);
    background: linear-gradient(#a93131, #7e1b1b);
}

.item_list a span.blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1d4182), color-stop(0.00, #3766b5));
    background: -webkit-linear-gradient(top, #3766b5, #1d4182);
    background: -moz-linear-gradient(top, #3766b5, #1d4182);
    background: -o-linear-gradient(top, #3766b5, #1d4182);
    background: -ms-linear-gradient(top, #3766b5, #1d4182);
    background: linear-gradient(to bottom, #3766b5, #1d4182);
}


.search_block {
    padding: 10px 10px 15px 10px;
    border-radius: 4px;
    background-color: #f4f2f2;
    margin-bottom: 30px;
}

.search_block h3.trigger {
    border-bottom: solid 1px #ccc;
    background: url(../img/common/icon_loupe.png) no-repeat 15px center;
    background-size: 30px 30px;
    padding: 8px 15px 8px 50px;
}

.search_block div.clearfix label {
    display: inline-block;
    width: 48%;
    text-align: center;
    padding: 10px;
    margin: 0 1% 5px 1%;
}

.search_block div.clearfix label select {
    font-size: 100%;
    width: 80%;
}

.search_block p {
    text-align: center;
}

.search_block input[type="search"] {
    font-size: 100%;
    height: 40px;
    line-height: 36px;
    padding: 5px 10px;
    width: 80%;
    margin-bottom: 10px;
}

.search_block input[type="submit"] {
    border: none;
    background-color: #005eae;
    color: #fff;
}

/* ==============================================
 製品詳細　Detail
=============================================== */
.detail .ul_common,
.detail .ol_common,
.detail .txt p,
.detail table {
    margin-bottom: 15px;
}

.detail_block div.img {
    float: left;
    width: 33%;
    margin-right: 2%;
    background-color: #f7f7f7;
}

.anti_rcf_item .detail_block div.img,
.detail_block div.img.blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3158a0), color-stop(0.00, #4071c3));
    background: -webkit-linear-gradient(top, #4071c3, #3158a0);
    background: -moz-linear-gradient(top, #4071c3, #3158a0);
    background: -o-linear-gradient(top, #4071c3, #3158a0);
    background: -ms-linear-gradient(top, #4071c3, #3158a0);
    background: linear-gradient(to bottom, #4071c3, #3158a0);
}

.rcf_item .detail_block div.img,
.detail_block div.img.red {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #8c2525), color-stop(0.00, #a93131));
    background: -webkit-linear-gradient(#a93131, #8c2525);
    background: -moz-linear-gradient(#a93131, #8c2525);
    background: -o-linear-gradient(#a93131, #8c2525);
    background: -ms-linear-gradient(#a93131, #8c2525);
    background: linear-gradient(#a93131, #8c2525);
}

.detail_block div.img img {
    width: 100%;
    display: block;
}

.detail_block.clearfix div.txt {
    float: left;
    width: 65%;
}

.detail_block div.txt {
    float: none;
    width: 100%;
}

.detail_block>strong {
    display: block;
    font-size: 125%;
    margin-bottom: 20px;
    font-weight: normal;
    color: #005eae;
}

.sub_block p.img {
    float: left;
    width: 20%;
    margin-right: 15px;
}

.sub_block p.img img {
    width: 100%;
}

.inner_nav li {
    display: inline-block;
    width: 25%;
}

.inner_nav li a {
    padding: 5px 10px;
    background-color: #efefef;
    display: block;
    width: 100%;
    height: 100%;
}

a.btn_download,
a.btn_inquiry {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 129%;
}

a.btn_download {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: url(../img/common/img_download.jpg) no-repeat right center;
    background-size: 120px 120px;
    background-color: #005eae;
}

a.btn_inquiry {
    background: url(../img/common/icon_mail_w.png) no-repeat 20px center;
    background-color: #005eae;
    background-size: 24px 24px;
    padding: 15px 50px;
}

.inquiry_block {
    vertical-align: middle;
    color: #fff;
    background-color: #005eae;
    padding: 20px;
}

.inquiry_block div.fl_l {
    width: 58%;
    border-right: solid 1px #fff;
}

.inquiry_block div.fl_r {
    width: 42%;
    padding-left: 20px;
}

.inquiry_block h3.section_ttl {
    clear: both;
    color: #fff;
    margin: 0 0 20px 0;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
    border-left: solid 5px #fff;
    padding: 5px 0 0 15px;
    background-color: #005eae;
}

.inquiry_block h4 {
    font-weight: normal;
    background-color: #005eae;
    color: #fff;
}

.inquiry_block select {
    min-width: 200px;
    margin: 0 15px;
}

div.inquiry_block select {
    /*section以外で使用*/
    margin: 0 0 0 0;
    display: block;
}

.inquiry_block a.btn_tel {
    display: block;
    color: #fff;
    font-size: 175%;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

div.inquiry_block a.btn_tel {
    /*section以外で使用*/
    padding: 10px 0;
    text-align: left;
}

.inquiry_block a.btn_tel img {
    vertical-align: middle;
}

.inquiry_block div a.btn_mail {
    display: block;
    text-align: center;
    color: #005eae;
    background: url(../img/common/icon_mail.png) no-repeat 5% center;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 20px 35px;
}

div.inquiry_block div a.btn_mail {
    /*section以外で使用*/
    background-size: 24px 24px;
}

.sentence_line {
    border-bottom: dotted 1px #ccc;
    padding: 10px 0;
    margin-bottom: 5px;
}

.sentence_block {
    padding: 10px 0 30px;
}

.btn_area {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
}

.btn_area a,
.btn {
    border: none;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 5px;
    color: #fff !important;
    background-color: #005eae;
}

input.btn[type="button"],
input.btn[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    font-size: 115%;
    padding: 15px 30px;
    color: #fff !important;
    background-color: #005eae;
    cursor: pointer;
}

.btn.disabled {
    background-color: #aaa;
}

.btn.disabled:hover {
    opacity: 1;
}

/* ==============================================
　よくある質問　Faq
=============================================== */
.faq_list {
    width: 86%;
    margin: 0 auto 30px auto;
    letter-spacing: -0.4em;
}

.faq_list li {
    display: inline-block;
    letter-spacing: normal;
    width: 32%;
    vertical-align: top;
    margin-bottom: 10px;
}

.faq_list li a {
    color: #000;
    padding: 15px;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/common/icon_arrow_r.png) no-repeat right center;
    background-size: 14px 14px;
    background-color: #efefef;
}

.faq_list li:nth-child(3n+1) {
    margin: 0 1% 0 0;
}

.faq_list li:nth-child(3n+2) {
    margin: 0 1% 0 1%;
}

.faq_list li:nth-child(3n+3) {
    margin-left: 1%;
}

.faq dl {
    margin-bottom: 40px;
}

.faq dl dt {
    padding: 10px 35px 10px 0;
    border-bottom: dotted 1px #ccc;
}

.faq dl dt:before {
    content: "Q";
    background-color: #000;
    color: #fff;
    font-size: 129%;
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
}

.faq dl dd {
    padding: 20px 35px;
    border-bottom: solid 1px #ccc;
}

.closed_faq dd {
    display: none;
}

.closed_faq dt {
    background: url(../img/common/icon_arrow_b.png) no-repeat 98% center;
    background-size: 14px 14px;
}

.closed_faq dt.open {
    background: url(../img/common/icon_arrow_t.png) no-repeat 98% center;
    background-size: 14px 14px;
}

.question_list li a {
    display: block;
    background: url(../img/common/icon_arrow_r.png) no-repeat 98% center;
    background-size: 14px 14px;
    padding: 15px 30px 15px 10px;
    border-bottom: dotted 1px #ccc;
}

/* ==============================================
　企業情報　Company
=============================================== */
.main_bg_img {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    padding: 65px 0 0 20px;
    background: url(../img/common/img_main_common.jpg) no-repeat center center;
    background-size: cover;
}

.main_bg_img.ir {
    margin-bottom: 10px;
}

.main_bg_img.ir+.notice {
    margin: 20px 0;
    font-weight: bold;
    font-size: 19px;
    background: #e1f2fc;
    padding: 20px;
}

body.company .main_bg_img {
    background: url(../img/company/img_main_company.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    text-shadow: 0px 0px 3px #000;
    ;
    -webkit-text-shadow: 0px 0px 3px #000;
    -moz-text-shadow: 0px 0px 3px #000;
}

body.develop .main_bg_img {
    background: url(../img/develop/img_main_develop.jpg) no-repeat 87% center;
    background-size: cover;
}

body.ir .main_bg_img {
    background: url(../img/ir/img_main_ir.jpg) no-repeat center center;
    background-size: cover;
}

body.recruit .main_bg_img {
    background: url(../img/recruit/img_main_recruit.jpg) no-repeat center center;
    background-size: cover;
}

body.products .main_bg_img {
    background: url(../img/products/img_main_products.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.main_bg_img h2.page_ttl {
    border-bottom: none;
}

body.company .tbl_common td {
    text-align: left;
}

.dl_common {
    width: 100%;
}

.dl_common:after {
    content: "";
    display: block;
    clear: both;
}

.dl_common dt {
    background-color: #efefef;
    padding: 10px 15px;
}

.dl_common dd {
    padding: 20px 30px;
    margin-bottom: 20px;
}

div.branch .dl_common dt {
    font-size: 115%;
}

div.branch .dl_common dd:after {
    content: "";
    display: block;
    clear: both;
}

.conducts {
    width: 90%;
    margin: 0 auto 30px auto;
}

.conducts h3 {
    margin: 30px 0 10px 0;
}

.gavernance {
    width: 90%;
    margin: 0 auto 30px auto;
}

.gavernance dl dt {
    margin-bottom: 5px;
}

.gavernance dl dd {
    padding-left: 30px;
    margin-bottom: 20px;
}

.gavernance ol {
    margin: 0 0 20px 30px;
}

.gavernance ol li {
    list-style-type: decimal;
}

.gavernance ol li ul {
    margin-left: 20px;
}

.ol_common {
    width: 100%;
    padding-left: 40px;
}

.ol_common li {
    list-style-type: decimal;
}

.ol_common li ul li {
    margin-left: 15px;
    list-style-type: square;
}

.btn_pdf {
    background: url(../img/common/icon_pdf.png) no-repeat right center;
    display: inline-block;
    padding: 10px 30px 10px 10px;
    margin: 0 1%;
    color: #000;
    width: 47%;
}

.btn_pdf:hover {
    background-color: #f4f2f2;
}

/*ISO h4下線20200917*/

.title_bdr {
    border-bottom: 1px solid #005eae;
    margin-bottom: 20px;
    padding-left: 1em;
}

/*20200915沿革変更↓↓↓*/

.history {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 715px;
    margin: 30px auto;
    border-collapse: separate;
}

.history th {
    width: 5em;
    padding: 0.5em;
    text-align: left;
    font-weight: 300;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    background-color: #f7f7f7;
    font-size: 0.9em;
}

.history td p {
    display: flex;
}

.history td p span {
    flex: 6;
}

.history td p span.month {
    flex: 1;
}

.merger td p span.month {
    padding-right: 0.65em;
}

.merger tr:not(:last-of-type) th,
.merger tr:not(:last-of-type) td {
    border-bottom: 1px solid #ccc;
}

.history td {
    padding: 0.5em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
    font-size: 0.95em;
    width: 45%;
    box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .history td {
        width: 41.5%;
        vertical-align: top;
    }
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .merger th {
        width: 4.7em !important;
    }
}

.history td p+p {
    margin-top: 0.5em;
}

.history tr:first-child th:first-child {
    background: none;
}

.history td:last-child {
    border-right: none;

}

.history tr:first-child td:first-of-type,
.history tr:first-child td:last-of-type {
    background-color: #f4f8fc;
    text-align: center;
}

.merger:before {
    content: "";
    border-top: 2px solid #ccc;
    transform: rotate(10deg);
    width: 130px;
    height: 130px;
    position: absolute;
    left: 35%;
    top: -35px;
}

.merger:after {
    content: "";
    border-top: 2px solid #ccc;
    transform: rotate(-10deg);
    width: 130px;
    height: 130px;
    position: absolute;
    right: 26%;
    top: -35px;
}

/*
.merger:before{
    content:"";
    position:absolute;
    top:-52px;
    left:25%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 200px 0 200px;
    border-color: #ccc transparent transparent transparent;
}*/
.merger {
    border: 1px solid #ccc;
    width: 715px;
    margin: 60px auto 30px;
    border-collapse: separate;
    position: relative;
}

.merger th {
    width: 73px;
    padding: 0.5em;
    text-align: left;
    font-weight: 300;
    border-right: 1px solid #ccc;
    background-color: #f7f7f7;
    font-size: 0.9em;
}

.merger td {
    padding: 0.5em;
}


@media only screen and (max-width : 768px) {
    .history {
        width: 100%;
        border: none;
        display: block;
    }

    .history:first-child tr td {
        width: 100%;
    }

    .history .sp_none {
        display: none;
    }

    .history th,
    .history td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-right: none;
        border-bottom-style: dotted;
    }

    .history tr:nth-child(2) th {
        border-top: 1px dotted #ccc;
    }

    .history th {
        line-height: 2em;
        border-right: none;
        font-size: 1em;
    }

    .history th span {
        position: static;
        padding-left: 0.5em;
    }

    .history td p span.month {
        max-width: 3em;
    }

    .history tr td:first-of-type:before {
        content: "イソライト工業株式会社：";
        display: block;
        margin-bottom: 0.5em;
        font-size: 0.8em;
        color: #005eae;
    }

    .history tr td:last-of-type:before {
        content: "株式会社ITM：";
        display: block;
        margin-bottom: 0.5em;
        font-size: 0.8em;
        color: #6ba920;
    }

    /*
    .history tr:last-child td:first-of-type {
        border-bottom: 1px solid #ccc;
    }
*/
    .merger {
        border: 0;
        width: 100%;
    }

    .merger tr:first-of-type th {
        border-top: 1px dotted #ccc;
    }

    .merger tr:not(:last-of-type) th,
    .merger tr th {
        border-bottom: 1px dotted #ccc;
    }

    .merger tr:not(:last-of-type) td,
    .merger tr td {
        border-bottom: 1px dotted #ccc;
    }

    .merger th,
    .merger td {
        display: block;
        width: 100%;
    }

    .merger th {
        border-right: 0;
        background: #f4f8fc;
        line-height: 2em;
        font-size: 1em;
    }

    .merger:after {
        display: none;
    }

    .merger:before {
        border: 1px solid;
        border-color: #ccc #ccc transparent transparent;
        transform: rotate(135deg);
        width: 30px;
        height: 30px;
        left: 45%;
        top: -56px;
    }
}

/*20200915沿革変更↑↑↑*/



.dl_history {
    width: 100%;
    border-bottom: solid 1px #ccc;
}

.dl_history dt,
.dl_history dd {
    padding: 10px 0;
    float: left;
    border-top: dotted 1px #ccc;
}

.dl_history dt {
    width: 30%;
    clear: left;
}

.dl_history dt span {
    float: right;
    text-align: right;
    padding-right: 20px;
}

.dl_history dd {
    width: 70%;
    position: relative;
}

.outline figure {
    display: block;
    width: 86%;
    margin: 0 auto 50px auto;
    text-align: center;
}

.outline figure img {
    max-width: 585px;
    width: 100%;
}

.branch .dl_common dd {
    position: relative;
}

.branch .dl_common dd p {
    margin-bottom: 10px;
}

.branch .dl_common dd p.access {
    width: 70%;
}

.branch .dl_common dd a.btn {
    padding: 10px 30px 10px 45px;
    background: url(../img/common/icon_map.png) no-repeat 12% center;
    background-color: #005eae;
    background-size: 26px 26px;
    display: inline-block;
    position: absolute;
    bottom: 60px;
    right: 0;
}

.access section {
    margin-top: -150px;
    padding-top: 150px;
    margin-bottom: 100px;
}

.outline table td a.btn {
    padding: 3px 10px 3px 30px;
    margin-left: 20px;
    border: solid 2px #005eae;
    background: url(../img/common/icon_map.png) no-repeat 5% center;
    background-color: #005eae;
    background-size: 22px 22px;
    display: inline-block;
    font-size: 75%;
}

/* ==============================================
　IR情報　
=============================================== */
.ir a.icon_link {
    padding-right: 40px;
    background: url(../img/common/icon_link.png) no-repeat right 0;
    background-size: 20px 20px;
}

.ir section ul li span.blc {
    display: block;
    margin-bottom: 5px;
}

.dl_calender_block {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-bottom: 100px;
}

.dl_calender {
    width: 25%;
    display: table-cell;
    text-align: center;
    border: solid 1px #ccc;
}

.dl_calender:after {
    content: "";
    display: block;
    clear: both;
}

.dl_calender dt {
    padding: 15px 0;
    width: 100%;
    background-color: #005eae;
    color: #fff;
}

.dl_calender dd {
    padding: 15px 0;
    display: block;
    width: 33.3333%;
    float: left;
    position: relative;
}

.dl_calender dd:nth-child(3) {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.dl_calender dd span {
    white-space: nowrap;
    position: absolute;
    top: 45px;
    left: 18px;
    padding: 30px 0 0 0;
}

.dl_calender dd span.quarter1_01,
.dl_calender dd span.quarter3 {
    top: 45px;
    left: 16px;
    padding: 60px 0 0 0;
}

.dl_calender dd span:before {
    content: "";
    border: solid 3px #005eae;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 8px;
}

.dl_calender dd span:after {
    content: "";
    border: solid 1px #005eae;
    position: absolute;
    height: 60px;
    top: 0;
    left: 10px;
}

.dl_calender dd span.quarter1_02:after,
.dl_calender dd span.quarter2:after,
.dl_calender dd span.quarter4:after {
    height: 25px;
}

.dl_calender dd span.quarter4 {
    left: -55px;
}

.dl_calender dd span.quarter4:before {
    left: 80px;
}

.dl_calender dd span.quarter4:after {
    left: 82px;
}

.ul_common {
    width: 100%;
    padding-left: 20px;
}

.ul_common li {
    width: 100%;
    list-style-type: disc;
}

.li_result {
    letter-spacing: -0.4em;
}

.li_result li {
    width: 49%;
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
}

.li_result li:nth-child(odd) {
    margin-right: 1%;
}

.li_result li:nth-child(even) {
    margin-left: 1%;
}

.li_result li img {
    border: solid 1px #ccc;
    padding: 10px 10px 20px 10px;
    width: 100%;
    height: auto;
}

.library section {
    padding-bottom: 30px;
}

/*.library .ul_common{
	padding-left:15px;
}
.library .ul_common li a span{
	display: inline-block;
	margin-right:15px;
}
.library .ul_common li a{
	display: inline-block;
	background: url(../img/common/icon_pdf.png) no-repeat 98% center;
	background-size:24px 24px;
	padding:10px 40px 10px 0;
}
.library .ul_common li a:hover{
	text-decoration:underline;
}*/
.ir .img {
    margin: 0;
    text-align: center;
}

.stock_info .stock_holder_01 {
    margin-bottom: 10px;
    width: 60%;
}

.stock_info .stock_holder_01 tr td:nth-child(2),
.stock_info .stock_holder_02 tr td:nth-child(2),
.stock_info .stock_holder_02 tr td:nth-child(3),
.highlight tr td:nth-last-child(1),
.highlight tr td:nth-last-child(2),
.highlight tr td:nth-last-child(3) {
    text-align: right;
    vertical-align: middle;
}

.highlight {
    margin-bottom: 20px;
}

/*------------20180530　松本追記---------------*/

.ul_ir_only {
    width: 100%;
}

.ul_ir_only li {
    padding-left: 2.1em;
    text-indent: -0.2em;
}

.ul_ir_only li:before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    position: relative;
    left: -9px;
    top: -5px;
}

.goal_wrap {
    /*max-width: 545px;*/
    width: 100%;
    background-color: #f4f4f4;
    padding: 20px;
}

.goal_wrap .goal_text {
    font-weight: bold;
    color: #005eae;
    text-align: center;
    font-size: 119%;
    margin-bottom: 15px;
    line-height: 1;
}

.goal_wrap .goal_img {
    width: 49%;
}

.goal_wrap .goal_img img {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    vertical-align: bottom;
}

.goal_wrap .goal_img:first-child {
    float: left;
}

.goal_wrap .goal_img:last-child {
    float: right;
}

dl.goal_theme dd {
    margin: 10px 10px 10px 50px;
}

.goal_wrap .number {
    display: flex;
    justify-content: space-between;
}

.goal_wrap .number li {
    width: 32%;
    height: 120px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px #005eae;
}

.goal_wrap .number li .txt {
    font-weight: bold;
    margin-bottom: 10px;
}

.goal_wrap .number li .num {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: #005eae;
}

.goal_wrap .number li b {
    font-size: 14px;
}

.div_policy p {
    text-indent: 1em;
}

/* ==============================================
　採用情報
=============================================== */

.menu_list_recruit {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px;
}

.menu_list_recruit li {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2px;
}

.menu_list_recruit li a {
    text-align: center;
    position: relative;
    padding: 10px 0;
    background-color: #efefef;
    color: #333;
    height: auto;
    width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.menu_list_recruit li a.current,
.menu_list_recruit li a:hover {
    background-color: #005eae;
    color: #fff;
    opacity: 1;
}

.menu_list_recruit li a.current:after {
    content: "";
    width: 0;
    text-align: center;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #005eae;
    position: absolute;
    bottom: -14px;
    left: 46%;
}

.li_flow {
    width: 100%;
    margin: 0 auto 20px auto;
}

.li_flow li {
    text-align: center;
    width: 100%;
    background: url(../img/common/icon_arrow_b.png) no-repeat center bottom;
    background-size: 26px 26px;
    padding-bottom: 50px;
    margin-bottom: 15px;
}

.li_flow li p {
    width: 100%;
    background-color: #efefef;
    position: relative;
    padding: 20px;
}

.li_flow li span {
    display: inline-block;
    vertical-align: middle;
}

.li_flow span:first-child {
    position: absolute;
    top: 20px;
    left: 10%;
    font-weight: bold;
    text-align: right;
}

.li_flow span:last-child {
    text-align: center;
}

.li_flow li:last-child {
    background-image: none;
}

.recruit_faq:after {
    content: "";
    display: block;
    clear: both;
}

.recruit_faq dl {
    float: left;
    width: 48%;
    border: solid 1px #ccc;
    margin: 0 1% 20px 1%;
}

.recruit_faq dl dt,
.recruit_faq dl dd {
    padding: 20px 15px 15px 45px;
    width: 100%;
    display: block;
}

.recruit_faq dl dt {
    color: #005eae;
    font-weight: bold;
    border-bottom: dotted 1px #ccc;
    background: url(../img/common/icon_puestion.png) no-repeat 10px 20px;
    background-size: 25px 25px;
}

.recruit_faq dl dd {
    background: url(../img/common/icon_answer.png) no-repeat 10px 20px;
    background-size: 25px 25px;
    line-height: 1.4;
}

.recruit .tbl_responsive_block .tbl_common th {
    width: 15%;
}

/* ==============================================
　技術開発
=============================================== */
.develop .ul_common,
.develop .ol_common,
.develop div.clearfix,
.develop h4 {
    margin-bottom: 15px;
}

.develop_link {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-bottom: 30px;
}

.develop_link li {
    display: table-cell;
    text-align: center;
    padding: 10px 5px;
}

.develop_link a {
    display: inline-block;
}

.develop_link li a img {
    display: block;
    margin: 0 auto 10px auto;
    max-width: 110px;
}

.develop div.img {
    width: 26%;
}

.develop div.clearfix.img_l div.img {
    float: left;
    margin-right: 15px;
}

.develop div.clearfix.img_r div.img {
    float: right;
    margin-left: 15px;
}

.develop div.img img {
    width: 100%;
    height: auto;
}

.develop div.txt {
    float: left;
    width: 70%;
}

.develop div.txt_free {
    width: 100%;
    float: none;
}

.develop_list {
    width: 100%;
}

.develop_list li {
    width: 32%;
    float: left;
    display: block;
    border: solid 1px #005eae;
    padding: 10px 15px;
}

.develop_list li:nth-child(1) {
    margin: 0 1% 0 0;
}

.develop_list li:nth-child(2) {
    margin: 0 1% 0 1%;
}

.develop_list li:nth-child(3) {
    margin: 0 0 0 1%;
}

.develop_list li h5 {
    color: #005eae;
    font-size: 115%;
    padding: 5px 15px;
}

.develop_list li img {
    width: 100%;
    max-width: 260px;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
}

.develop_list li span {
    display: inline-block;
    font-size: 92%;
    line-height: 1.4;
}

.develop .alignC img {
    margin: 0 5px;
}

.develop .img_block01 img {
    height: 100px;
    width: auto;
}

.develop .img_block02 img {
    height: 390px;
    width: auto;
}

.develop .img_block03 img {
    height: 180px;
    width: auto;
}




/* ==============================================
　サイトマップ
=============================================== */
.sitemap_list {
    width: 100%;
}

.sitemap_list li span {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    background-color: #f4f2f2;
}

.sitemap_list>li>a {
    font-size: 113%;
    font-weight: bold;
    padding-left: 20px;
    background: url(../img/common/icon_home.png) no-repeat 0 center;
    background-size: 20px 20px;
}

.sitemap_list>li>ul>li>ul,
.sitemap_list>li>ul>li>ul>li>ul,
.sitemap_list>li>ul>li>ul>li>ul>li>ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.sitemap_list>li>ul>li>ul>li>ul.ir {
    margin-bottom: 0;
}

.sitemap_list>li>ul>li>a {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    padding-left: 20px;
    background: url(../img/common/icon_arrow_r.png) no-repeat left center;
    background-size: 14px 14px;
    font-size: 115%;
    font-weight: bold;
}

/* ==============================================
　お問い合わせ
=============================================== */
.inquiry header {
    border-bottom: solid 1px #005eae;
}

.form .drawer-contents {
    padding-top: 100px;
}

.info_box {
    padding: 10px 20px;
}

.info_box h4 {
    margin-bottom: 7px;
}

.info_box select {
    width: 30%;
    margin: 0 15px 10px 0;
}

.info_box a.btn_tel {
    font-size: 163%;
    display: inline-block;
}

.flow {
    margin-bottom: 20px;
    text-align: right;
}

.flow span {
    font-size: 94%;
    display: inline-block;
    text-align: center;
    width: 80px;
    margin-left: 2px;
    border-bottom: solid 4px #ccc;
}

.flow span.current {
    border-bottom: solid 4px #005eae;
}

.inquiry .tbl_responsive_block table {
    margin-bottom: 20px;
}

.inquiry .tbl_responsive_block table th span {
    background-color: #C70003;
    border-radius: 4px;
    color: #fff;
    vertical-align: top;
    font-size: 75%;
    display: inline-block;
    padding: 2px 5px;
    margin-left: 5px;
}

.inquiry .tbl_responsive_block table td,
.inquiry .tbl_responsive_block table th {
    padding: 20px 15px;
    vertical-align: top;
}

.inquiry .tbl_responsive_block table td span.error {
    background-color: #FFF9C5;
    color: #C70003;
    display: block;
    margin-bottom: 3px;
    padding: 5px;
    clear: left;
}

.inquiry .tbl_responsive_block table td span.error:before {
    content: "!";
    width: 24px;
    height: 24px;
    border-radius: 12px;
    display: inline-block;
    background-color: #C70003;
    color: #fff;
    margin-right: 10px;
    text-align: center;
}

.inquiry .tbl_responsive_block>table>tbody>tr:nth-child(1)>td>div:nth-child(1) {
    width: 50%;
}

.inquiry .tbl_responsive_block table td input,
.inquiry .tbl_responsive_block table td select,
.inquiry .tbl_responsive_block table td textarea {
    margin-bottom: 10px;
    font-size: 107%;
}

.inquiry .tbl_responsive_block table td textarea {
    min-height: 100px;
    padding: 15px;
}

.inquiry .tbl_responsive_block table td label {
    margin-right: 10px;
}

.inquiry .tbl_responsive_block table td label.agree {
    display: inline-block;
    text-align: center;
    padding: 7px 40px 7px 10px;
    font-size: 113%;
    margin: 20px auto;
    color: #008ee6;
}

.inquiry .tbl_responsive_block table th {
    white-space: nowrap;
}

.inquiry .tbl_responsive_block table td input.tel,
.inquiry .tbl_responsive_block table td input.mail,
.inquiry .tbl_responsive_block table td input.orgn,
.inquiry .tbl_responsive_block table td input.adrs {
    width: 70%;
}

/* 20241227問い合わせフォーム 氏名位置調整 */
.inquiry .tbl_responsive_block table td input.name{
    width: 39%;
}
.inquiry .tbl_responsive_block table td input.name:first-child {
    margin-right: 15px;
}
@media only screen and (max-width : 768px){
	.inquiry .tbl_responsive_block table td input.name{	
		width:36%;
	}
}
@media only screen and (max-width : 690px){
    .inquiry .tbl_responsive_block table td input.name:first-child {
        margin-right: 0;
    }
}

/* 20241227問い合わせフォーム 氏名位置調整 英語ページ */ 
.inquiry .tbl_responsive_block table td input.en-name {
    width: 29%;
}
.inquiry .tbl_responsive_block table td input.en-name:first-child {
    margin-right: 15px;
}
@media only screen and (max-width : 920px){
	.inquiry .tbl_responsive_block table td input.en-name {
        width: 25%;
    }
}
@media only screen and (max-width : 820px){
	.inquiry .tbl_responsive_block table td input.en-name {
        width: 100%;
    }
}
@media only screen and (max-width : 690px){
    .inquiry .tbl_responsive_block table td input.en-name:first-child {
        margin-right: 0;
    }
}




.msg_box {
    width: 90%;
    margin: 30px auto;
    border: solid 1px #ccc;
    padding: 20px 30px;
}

.msg_box h4 {
    font-size: 138%;
    margin-bottom: 10px;
}

@media only screen and (max-width : 768px) {
    .main_bg_img.ir+.notice {
        line-height: 1.6;
        padding: 10px;
        font-size: 16px
    }

    p.img_left img,
    p.img_right img {
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
        height: auto;
    }

    dl.goal_theme dd {
        margin-left: 30px;
    }

    .goal_wrap .number {
        display: block;
    }

    .goal_wrap .number li {
        width: 100%;
    }

    .goal_wrap .number li {
        margin: 0 0 20px 0;
    }

    .goal_wrap .number li .num {
        font-size: 46px;
    }

    .goal_wrap .number li .txt {
        margin-bottom: 0;
    }
}

/* 20230524中国語ページにフォントの設定 */
.cn {
    font-family: "微软雅黑", "宋体";
}

/* 20231220 サステナビリティ｜ページ追加 */
.sus-main {
    margin-top: 20px;
    margin-bottom: 30px;
}

.sus-main .sus-col-4 {
    padding: 15px;
}

.sus-main .sus-col-4:nth-child(2n+1) {
    background-color: #F4F6F8;
}

.sus-main .sus-col-4:nth-child(2n) {
    background-color: #FAFBFB;
}

.sus-row {
    display: flex;
    flex-wrap: wrap;
}

.sus-col-4 {
    width: 33.3333%;
}

.sus-col-head {
    display: flex;
    align-items: center;
}

.sus-col-head-img {
    line-height: 0;
}

.sus-col-head-txt {
    margin-left: 10px;
    line-height: 1.3;
    font-weight: bold;
    color: #005eae;
    font-size: 15px;
}

.sus-col-head-txt span {
    font-size: 12px;
}

.sus-col-body {
    font-size: 14px;
    margin-top: 20px;
}

.sus-icon {
    display: flex;
    flex-wrap: wrap;
}

.sus-icon .sus-col-4 {
    width: calc(33.33333333% - 20px * 2 / 3);
    margin: 0 0 20px 20px;
}

.sus-icon .sus-col-4:nth-child(3n+1) {
    margin-left: 0px;
}

.sus-icon a {
    background-color: #005eae;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
}

.sus-icon-img {
    line-height: 0;
}

.sus-icon-txt {
    margin-left: 13px;
    font-size: 14px;
}

.sus-icon-lh {
    line-height: 1.3;
}

.sus-title-min {
    margin-top: 20px;
    color: #005eae;
}

.sus-in {
    text-indent: 16px;
}

.sus-date {
    margin-top: 20px;
}

.sus-sign {
    text-align: right;
    margin-top: 30px;
}

.sus-ol {
    list-style-type: decimal;
}

.sus-ol li {
    margin-left: 25px;
}

.sus-ol-cus {
    margin: 0;
    padding: 0;
}

.sus-ol-cus li {
    padding-left: 1.3em;
    text-indent: -1em;
}

.sus-mt20 {
    margin-top: 20px;
}

@media screen and (max-width: 980px) {

    .sus-col-4 {
        width: 50%;
    }

}

@media screen and (max-width: 768px) {
    .sus-row {
        display: block;
    }

    .sus-col-4 {
        width: 100%;
    }

    .sus-icon .sus-col-4 {
        width: 100%;
        margin-left: 0px;
    }
}

/* 20240516 財務情報・中期経営計画 */
.goal_theme p {
    margin: 15px 5px;
}

@media only screen and (max-width: 768px) {
    .goal_theme p {
        margin: 10px 0px;
    }
}

.goal_wrap .number li {
    width: 100%;
}

.goal_wrap .number li:not(:last-child) {
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    .goal_wrap .number li:not(:last-child) {
        margin-right: 0px;
    }
}

.goal_wrap.-col3 {
    width: 76.22%;
}

@media only screen and (max-width: 768px) {
    .goal_wrap.-col3 {
        width: 100%;
    }
}

.priority_promotion {
    margin-bottom: 10px;
}

.priority_promotion h4:not(:first-child) {
    margin-top: 30px;
}

.priority_promotion p {
    padding-left: 1em;
}

.theme-color {
    color: #005eae;
}

.fw-b {
    font-weight: bold;
}

.page_ttl--sub {
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: 112%;
}

.fs-lg {
    font-size: 112%;
}

@media only screen and (max-width: 768px) {
    .fs-lg {
        font-size: 105%;
    }
}

/*健康経営について*/
.health_management .col1-img{
  max-width: 626px;
}
.health_management .col2{
  display: flex;
  gap:10px;
  max-width: 700px;
  justify-content: center;
  align-items: center;
}
.health_management .col2 .img{
  flex:1;
}
.health_management .col2 .img img{
  width: 100%;
}
.health_management .col2 .img a{
  display: none;
}
.health_management .btm a{
  display: flex;
  align-items: center;
  gap:10px;
  font-weight: bold;
}
.health_management .table_scroll{
  overflow-x: auto;
}
.health_management table{
  width: 700px;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  table-layout:fixed;
}
.health_management table tr{
  border-bottom:1px solid #ccc;
}
.health_management table tr td{
  border-right:1px solid #ccc;
  font-size:14px;
  padding:5px;
  line-height: 1.3;
  vertical-align: middle;
}
.health_management table tr td.al-c{
  text-align: center;
}
.health_management table tr:first-of-type td{
  text-align: center;
}
.health_management table tr td:first-of-type{
  width: 127px;
}
.health_management table tr td:nth-of-type(2){
  width: 200px;
}
.health_management table tr td:nth-of-type(n + 3){
  text-align: right;
}
.health_management table tr td:nth-of-type(n + 3).al-c{
  text-align: center;
}
.health_management ul{
  list-style-type:disc;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .health_management .col2{
    flex-direction: column;
    margin-inline:auto;
  }
  .health_management .col2{
    max-width: 300px;
  }
  .health_management .col2 .img iframe{
    display: none;
  }
  .health_management .col2 .img a{
    display: block;
    border:1px solid #333;
  }
  .health_management .col2 .img a img{
    width:100%;
    max-width: 300px;
  }
}