@charset "UTF-8";
/*
Theme Name:MD original
Version:1.2
Description:
*/

/* 210311 higaeri start */

.box_bg.fusion {
	width: 100%;
	height: 95%;
}

.box_border.violet-light {
	width: 100%;
	height: 500px;
}

@media screen and (max-width: 810px) and (min-width: 767px)  {
	.box_border.violet-light {
	height: 580px;
}
}

/* 210311 higaeri end */

/* 210316 higaeri start */

table.table_normal tbody th.list_head {
	background: #421102;
    color: #fff;
    text-align: center;
}

/* 210316 higaeri end */

/* 210514 higaeri start */

table.table_normal.recruit_tb th {
	width: 27%;
}

/* 210514 higaeri end */

/* 210924 higaeri start */

.page-name-multifocal-lens .table_normal.lens_list {
	width: 100%;
}

.page-name-multifocal-lens .table_normal.lens_list thead th {
	width: 30%;
}

/* 210924 higaeri end */

/* 220120 higaeri start */

.add_an {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

/* 220120 higaeri end */

/* 220411 higaeri start */

.ft_bnrarea {
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
}

.bnr_item {
	width: 48%;
}

.bnr_item img {
}


@media screen and (max-width: 767px) {
	.ft_bnrarea {
	display: block;
	margin-top: 0;
}

    .bnr_item {
	width: 60%;
    margin-bottom: 10px;
	height: 100%;
	max-height: 100%;
 }

}

/* 220411 higaeri end */

/* 220624 higaeri start */

/* 背景オレンジ

.section_bg.section.cl_area {
   background: #FCECD3;
}*/

/* 背景黄色 */

.section_bg.section.cl_area {
   background: #f1ede2;
}

.btnstyle.ft_musashi a {
	background: #261814;
	color: #fff;
	border: 1px solid #261814;
}

.btnstyle.ft_musashi a::after {
   border-left: 8px solid #fff;
}

.btnstyle.ft_musashi a:hover {
	background: #fff;
    color: #261814;
	border: 1px solid #261814;
}

.btnstyle.ft_musashi a:hover:after {
	border-left-color: #261814;
}

.btnstyle.ft_bunin a {
	background: #f5a118;
	color: #fff;
	border: 1px solid #f5a118;
}

.btnstyle.ft_bunin a::after {
   border-left: 8px solid #fff;
}

.btnstyle.ft_bunin a:hover {
	background: #fff;
    color: #f5a118;
	border: 1px solid #f5a118;
}

.btnstyle.ft_bunin a:hover:after {
	border-left-color: #f5a118;
}

/* 表の高さ調整 */

@media screen and (min-width: 768px) {
	.cl_area table {
		max-height: 207px;
        height: 207px;
	}
}

body:not(.home) .post-type-page .inoue h4 {
	color: #f5a118;
	border-left: 3px solid #f5a118;
}

.inoue table.table_normal tbody th {
	background: #FCECD3;
}

/* 220624 higaeri end */

/* 220706 higaeri start */

.page-name-ouhan .table_normal th {
    width: 20%;
}

.table_normal.ouhan-ta {
	width: 1500px;
	max-width: 1500px;
}

.page-name-ouhan .table_normal th.wd_th {
	width: 30%;
}

.scroll {
	overflow-x: scroll;
}

/* 220706 higaeri end */

/* 220825 higaeri start */

.ft_side_reverse {
	position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

.ft_side_reverse img {
	max-width: 90px;
}

@media screen and (max-width: 767px) {
	.ft_side_reverse {
		right: 10px;
		left: auto;
        bottom: 41vw;
	}

	.ft_side_reverse img {
        max-width: 70px;
	}
}

.page-name-icl-lp .ft_side_reverse {
    position: fixed;
    max-width: 70px;
    display: block;
    bottom: 15vw;
    right: 10px;
	left: auto;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.page-name-icl-lp .ft_side_reverse {
	   bottom: 90px;
	   max-width: 80px;
	   right: 20px;
	}
}

/* 220825 higaeri end */

/* 230413 DR.BRIDGE start */

.lens_item {
	display: block;
   margin: 0 auto;
}

/* 230413 DR.BRIDGE end */

/* 231027 DR.BRIDGE start */

.lpbnr_area a {
  display: block;
  box-shadow: 0 0 10px #0000002b;
}

/* 231027 DR.BRIDGE end */

/* 240712 DR.BRIDGE start */

.page-name-ortho .table_fee.ortho_ta th {
	width: calc(75% / 4);
}

.page-name-ortho .table_fee.ortho_ta th:first-child {
	width: 25%;
}

table.table_fee.ortho_ta tbody td {
	text-align: center;
}

table.table_fee.ortho_ta tbody td:last-child {
	text-align: center;
}

@media screen and (max-width: 767px) {
.mce-content-body table.table_fee.ortho_ta thead, .mce-content-body table.table_fee.ortho_ta tbody,
.mce-content-body table.table_fee.ortho_ta thead tr, .mce-content-body table.table_fee.ortho_ta tbody tr,
.mce-content-body table.table_fee.ortho_ta thead th, .mce-content-body table.table_fee.ortho_ta tbody th,
.mce-content-body table.table_fee.ortho_ta thead td, .mce-content-body table.table_fee.ortho_ta tbody td {
	width: 100%;
	display: block;
	text-align: center;
	border-bottom: none;
}
	
.mce-content-body table.table_fee.ortho_ta tbody th {
	background: #421102;
	color: #fff;
}

.mce-content-body table.table_fee.ortho_ta tbody td.lst {
	border-bottom: 1px solid #ddd;
}

.page-name-ortho .table_fee.ortho_ta th:first-child {
	width: 100%;
}
	
.mce-content-body table.table_fee.ortho_ta tbody td:last-child {
	border-bottom: 1px solid #ddd;
}
}

/* 240712 DR.BRIDGE end */