@charset "UTF-8";
/* 共通 pagestyle */
/* 新着情報 */
.sec_news {
  padding: 5% 0;
}
.sec_news .column {
  padding: 1% 0;
}
.sec_news .news h2 {
  background: #0f2a4b;
  font-size: 28px;
  color: #fff;
	text-align:left;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  position: relative;
  letter-spacing: -1px;
  padding: 5px 15px 5px 56px ;
  margin: 0 auto 0.65em;
  box-sizing: border-box;
  background:#0f2a4b url(img/icon05.png)no-repeat 7px center / 38px;
}
.sec_news .news h2::after {
	display:none;
}
@media screen and (min-width: 768px) {
  .sec_news .columns .column:first-child {
	  margin-right:4%;
  }
  .sec_news .columns .column:first-child:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    right: -10px;
    margin: 0 auto;
    width: 20px;
    height: 100%;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .sec_news {
    padding: 40px 0 5%;
  }
  .sec_news .columns .column:first-of-type {
    border-bottom: 2px solid #fff;
  }
	.sec_news .news h2 {
		font-size:22px;
	}
  .sec_news .news+.news {
    margin-top: 1.5em;
  }
}
.sec_news h2 {
	text-align:left !important;
}
.sec_news h2 a {
	display:inline-block;
	font-size:12px;
	padding:4px 8px;
	line-height:1.2;
	background:#fff;
	color:#7e2158;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
	font-weight:bold;
	float:right;
	border-radius:10px;
	margin-top:8px;
}
@media screen and (max-width: 767px) {
	.sec_news h2 a {
		margin-top:5px;
	}
}
.sec_news h2 a:hover {
	opacity:.7;
}
.sec_news .news ul {
	line-height:1.3;
}
.sec_news .news li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}
.sec_news .news li p {
	margin-bottom:0;
}
@media screen and (min-width: 768px) {
	.sec_news {
		padding:1.5em 0 1em;
	}
}
.sec_news .news li a:hover {
	opacity:.7;
}
/* 240227 DR.BRIDGE start */
.tp_group {
	padding: 3em 0 0;
}
.tp_group .topinner {
	background: #fff;
	background: #0f2a4b;
	background-image: url(https://www.oshimaganka.com/wp-content/themes/originalstyle-1column/icl/img/lp_icl_trust_bg_grow.png);
	background-color: rgba(7,20,47,1);
	background-blend-mode: lighten;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-blend-mode: overlay;
	padding: 2em 1em 0;
	box-sizing: border-box;
	font-size: 24px;
}
.tp_group .columns .column {
	max-width: 60%;
	flex-basis: 60%;
	margin-bottom: 30px;
}
.tp_group h3.f_min {
  font-weight: normal;
  margin-bottom: 0;
	color: #fff;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	line-height: 1.75;
	text-shadow: 0 0 20px rgba(255,255,255,1), 0 0 30px rgba(255,255,255,0.2);
}
.tp_group .cl_txt {
	color: #ddd5a8;
	font-size: 25px;
	font-weight: 500;
}
.tp_group .item.cert {
	width: 50%;
}
.tp_group .evidence_image {
	width: 100%;
	flex-flow: row wrap;
	justify-content: center;
	z-index: 0;
	display: flex;
	position: relative;
}
.evidence_image::after {
  content: '';
  width: 100%;
  height: 14%;
  left: 0;
  bottom: 17%;
  background: linear-gradient(0deg, rgba(255,255,255,0.5), rgba(255,255,255,0.1));
  clip-path: polygon(6% 0, 94% 0, 100% 100%, 0% 100%);
  z-index: -1;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .tp_group h3.f_min {
    font-size: 21px;
  }
  .tp_group .cl_txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .tp_group .item.cert {
    width: 100%;
  }
  .tp_group .columns .column {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.tp_group.sp {
	padding: 20px 0 0;
}
.text-right{
  text-align:right;
}
/* 240222 DR.BRIDGE end */
@media screen and (max-width: 767px) {
  .footer_bnr {
    width: 420px;
    max-width: 96%;
    margin: 0 auto;
  }
  .footer_bnr1 li {
    width: 100% !important;
    text-align: center;
  }
  .footer_bnr2 li {
    width: 49% !important;
    margin: 0 0 2% !important;
  }
  .footer_bnr2 li:nth-of-type(odd) {
    margin-right: 2% !important;
    text-align: left !important;
  }
  .footer_bnr2 li:nth-of-type(even) {
    text-align: right;
  }
}
.footer_info h2 {
  padding-bottom: 0;
  line-height: 1.2em;
  margin-bottom: 0.8em;
  margin-top: 0;
  text-align:center;
  font-size: 46px;
  position: relative;
  font-weight: bold;
  color: #0f2a4b;
}
@media screen and (max-width: 1042px) and (min-width: 768px) {
  .footer_info h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer_info h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .scroll_txt{
    text-align: center;
    font-size: 12px;
  }
}
ul.gallery{
  margin-bottom:1.5em;
}
@media screen and (max-width: 767px) {
  ul.gallery .box3 {
    /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.5%;
    width: 31%;
    box-sizing: border-box;
    vertical-align: top;
  }
}
/* 汎用に使えるボタン */
.btn-style { text-align:center; }
.btn-style a {
	background:#bbb/*#681b4c #0f2a4b*/;
	width:200px;
	max-width:98%;
	padding:1.25em 1.5em;
	text-align:center;
	color:#0d2846/*#fff*/;
	display:inline-block;
	text-decoration:none;
	line-height:1.2;
	box-sizing:border-box;
	font-size:19px;
	font-weight:bold;
	position:relative;
	border-radius:12px;
}
.btn-style a span{
	display:block;
	font-size:12px;
}
.btn-style a::after {
  content: '';
  position: absolute;
  top:44%;
  right: 5%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0d2846;
  border-right: 2px solid #0d2846;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-style a:hover:after{
	right:4%;
}
.btn-style a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
 	cursor:pointer;
}
.under .btn-style a {
	width:auto;
	min-width:280px;
}
.under .btn-style{
    margin-bottom:2em;
}
.top .btn-style{
    margin-bottom:30px;
}
/* 投稿（ブログ、新着情報） */
.entry-block {/* 一投稿を囲むブロック */
	padding-bottom:15px;
	margin-bottom: 0;
}
.entry-block .dateBlock {/* 日時 */
	color:#ccc;
	font-size:13px;
	padding-bottom:0.5em;
	padding-top:0.5em;
}
/* ブログページのカテゴリーリスト */
#aside .menu-blog {
	padding:10px 10px 20px;
	box-sizing:border-box;
	margin-top:1em;
	background:#f7f6ef;
}
#aside .menu-blog h3 {
	border-bottom:1px dotted #2a4d76;
	color: #2a4d76;
	font-size:18px;
	padding:0.6em 0 0.7em ;
	text-align:center;
	margin-bottom:0.8em;
	letter-spacing:0.12em;
}
#aside .menu-blog li { font-size:11px;}
#aside .menu-blog li a {
	position:relative;
	padding-left:1em;
	font-size:14px;
	color:#0f2a4b;
	text-decoration:none;
}
#aside .menu-blog li a:hover {
	color:#2a4d76;
	text-decoration:none;
}
#aside .menu-blog li a::after {
	position:absolute;
	content:"";
	top:0.5em;
	left:0.3em;
	width:3px;
	height:3px;
	border-radius:50%;
	background:#2a4d76;
}
/* ページネーション */
.pager {
	font-size:88%;/*14px*/
	margin-bottom:3em;
}
.pager span.current,
.pager a {
	display:inline-block;
	margin-right:5px;
	width:25px;
	height:25px;
	line-height:25px;
	background:#fff;
	text-decoration:none;
	color:#2a4d76;
	text-align:center;
}
.pager a:hover {
	background:#ccc;
	color:#fff;
}
.pager span.current {/* 今のページ */
	background:#ccc;
	color:#fff;
}
/* 見出し */
/* H3 */
.post-type-page h3,
.under h3 {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 0.4em 0.5em 0.4em;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  margin-top: 1.5em;
  background: #0d2846 url(img/title_bg.png);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.mainblock > h3:first-child,
.mainblock > div:first-child h3,
.mainblock > h3:first-of-type {
	margin-top:0;
}
.blog.archive .entry-block {
	margin-bottom:0;
}
.blog.archive .entry-block h3 {
	padding-left:70px;
}
.blog.archive .entry-block h3 p {
	margin-bottom:0;
}
.blog.archive .entry-block h3 a:hover {
	opacity:.7;
}
/* H4 投稿タイトル */
.entry-block h3 ,
.mce-content-body h4,
.under h4 {
  font-weight: bold;
  padding: 0.2em 0 0.2em 20px;
  background-size: 1.4em;
  font-size: 26px;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.4em;
  margin-bottom: 1.2em;
  margin-top: 3em;
  margin-top: 1.25em;
  color: #0f2a4b;
  border-bottom: 2px solid #bfb37c;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
body.official .under h4,
body.oec-miyatacho .under h4,
body.ikemotoganka .under h4  {
  padding: 0.2em 0 0.2em 80px;
}
.entry-block h3::after,
.mce-content-body h4::after,
.under h4::after {
  content: "";
  display: block;
  position: absolute;
	left:0;
	top:10%;
	height:80%;
	width:5px;
	background:#0d2846;
	
}
.entry-block h3::after,
.mce-content-body h4::after,
body.official .under h4::after,
body.oec-miyatacho .under h4::after,
body.ikemotoganka .under h4::after {
  top:0.2em;
  margin:0 auto;
  width:66px;
  height:34px;
  background: url(img/h4_icon.jpg)no-repeat center / cover
}
.entry-block h3 {
	background-size:contain;
}
.entry-block h3::after {
	width: 55px;
  height: 28px;
	top:0;
}
.mce-content-body div.h3+h4,
div.h3+h4,
.bg-block > h4,
.border-block > h4 {
	margin-top:0;
}
.mce-content-body .top01 h4 {
	border:inherit;
	text-align:inherit;
}
/* 投稿タイトルのみ */
.entry-block h3 {
	font-size:18px;
	margin-top:10px!important;
}
.entry-block h3 a {
	color:#777;
	text-decoration:none;
}
.entry-block h3 a:hover {
	color:#2a4d76;
}
/* H5 */
.mce-content-body h5,
.under h5 {
  font-size: 18px;
  display: table;
  color: #2a4d76;
  background: #eee;
  position: relative;
  padding: 0.3em 0.8em 0.2em;
  line-height: 1.4em;
  margin-bottom: 1em;
  margin-top: 1.8em;
  background-size: 1.5em;
  border-radius:7px;
  font-weight: bold;
}
.under h4 + h5,
.under div.h4 + h5 {
	margin-top:0 !important;
}
/* H6 */
.post-type-page h6,
.under h6 {
	font-size:107%;
	line-height:1.4;
	margin-bottom:0.5em;
	margin-top:20px;
	font-weight:normal;
	padding:0.2em 0.8em 0.1em 0.8em;
	overflow:hidden;
	color:#2a4d76;
	position:relative;
	display:table;
	border-left:3px solid #2a4d76;
}
/* 数字付きの見出し */
.number {
	display:inline-block;
	vertical-align:baseline;
	font-size:76%;
	padding:0.2em 0.6em 0.1em;
	margin-right:0.4em;
	background:#2a4d76;
	color:#fff;
	border-radius:3px;
	margin-bottom:0.2em;
	line-height:1.4;
}
h3.number_title .number {
	font-size:175%;
	font-style:italic;
	color:#2a4d76;
	background:none;
	padding:0;
	margin:0 0.3em 0 0;
	position:relative;
}
h3.number_title .number::after {
	content:"."
}
h4.number_title{
	background:none;
	padding-left:0;
}
h4.number_title .number {
	font-size:175%;
	font-style:italic;
	color:#2a4d76;
	background:none;
	padding:0;
  padding-left: 100px;
	margin:0 0.3em 0 0;
	position:relative;
}
h4.number_title .number::after {
	content:"."
}
h4.num{
	padding-left:0;
}
h4.num:after{
	display:none;
}
.mce-content-body h5.number_title,
.under h5.number_title {
	border:none;
	margin-bottom:0.5em;
}
/* title */
.title,p.title,.title p{
	font-size:16px;
	font-weight:bold;
	color:#2a4d76;
	margin: 0 0 10px;
}
/* リスト */
.page-list{
	padding:25px 25px 15px;
	background:#f7f6ef;
}
/* UL */
/* ul01 */
.ul01 {
	margin-bottom:8px;
}
.ul01 li {
	position:relative;
	margin-bottom:0;
	padding-left:1.5em;
	box-sizing:border-box;
}
.ul01 li::before {
	position:absolute;
	content:"";
	width:0.5em;
	height:0.5em;
	background:#0f2a4b;
	border-radius:50%;
	top:0.58em;
	left:0.35em;
}
/* ul02 */
.ul02 {
	margin-bottom:1em;
}
.ul02 li {
	position:relative;
	margin-bottom:0.5em;
	padding-left:1.7em;
	box-sizing:border-box;
}
.ul02 li::before {
	position:absolute;
	content:"";
	width:0.5em;
	height:0.5em;
	border:3px solid #0f2a4b;
	border-radius:50%;
	top:0.38em;
	left:0.38em;
}
/* ul_check チェックのリスト */
.ul_check,.ul_arrow {
	margin-bottom:1em;
}
.ul_check li {
	position:relative;
	margin-bottom:0.5em;
	padding-left:1.8em;
}
.ul_check li::before {
	position:absolute;
	content:"";
	width:1em;
	height:1em;
	background: #0f2a4b;
	border:1px solid #0f2a4b;
	top:4px;
	left:5px;
}
ul.ul_check li:after {
	display: block;
	content: '';
	position: absolute;
	top: 9px;
	left: 9px;
	width: 8px;
	height: 3px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
 z-index: 10;
}
/* ul_arrow 右向き三角のリスト */
.ul_arrow li {
	position:relative;
	margin-bottom:0.5em;
	padding-left:1.2em;
}
.ul_arrow li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.45em;
  left: 7px;
  margin: 0px 0 0 0;
  border: 6px solid transparent;
  border-top: 8px solid #2a4d76;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ul_arrow li a { text-decoration:none;color:#2a4d76;}
.ul_arrow li a:hover { text-decoration:underline;}
@media screen and (max-width: 767px) {
	.ul_arrow li:before {top: 0.3em;}
}
/* OL */
ol.ol01 { margin-bottom:1.2em;}
ol.ol01 li {
	position:relative;
	margin-bottom:0.4em;
}
ol.ollist { margin-bottom:1.2em;}
ol.ollist li{
 margin-bottom: 0.5em;
  list-style-type:none;
  list-style-position:inside;
  counter-increment: ollist;
}
ol.ollist li:before{
  display: marker;
  content: "(" counter(ollist) ") ";
}
/* 数字のOLリスト */
ol.ol_decimal { margin-bottom:1.2em;}
ol.ol_decimal {
 counter-reset: li;
 list-style: none;
 padding-left: 0;
}
ol.ol_decimal > li {
 position: relative;
 margin-bottom: 0.5em;
 padding-left: 2.5em;
}
ol.ol_decimal > li:before {
 content: counter(li) "";
 counter-increment: li;
 position: absolute;
 left: 0;
 width: 1.8em;
 height: 1.8em;
 background: #2a4d76;
 border-radius: 50px;
 color: #fff;
 line-height: 1.8;
 text-align: center;
}
/* 横並びリスト */
.float-list {
	overflow:hidden;
}
.float-list li {
	margin-bottom:0.5em;
}
/* テーブル */
/* 診療時間表 */
.time-table {
	width:100%;
	margin-bottom:0.5em;
}
.time-table th,.time-table td {
	text-align:center;
	font-weight:normal;
	padding:5px;
}
.time-table tr th:first-child{
  width:27%;
}
.time-table tbody tr{
	border-bottom:1px solid #e5e5e5;
}
.time-table th {
  background:#fff;
  font-size: 15px;
	vertical-align:middle;
}
.time-table thead th {
	color:#fff;
  background: #153b68;
  padding: 7px 5px 6px;
}
.time-table td {
	background:#fff;
	font-size: 17px;
	vertical-align:middle;
}
.time-table + p{
  font-size: 16px;
}
.ao{
  color:#153b68;
}
.kin{
  color:#bfb37c;
}
/* 基本のテーブル */
.table01 {
	width:100%;
	margin-bottom:1.5em;
}
.table01 th,
.table01 td {
	padding:8px 6px 6px;
	text-align:left;
	vertical-align: top;
}
.table01 th {
	border-bottom:1px solid #ccc;
	padding-right:10px;
	color:#153B68;
  width:25%;
}
.table01 td{
  border-bottom:1px solid #ccc;
}
.table01 th:first-of-type{
  border-top:1px solid #ccc;
  width:18%;
}
.table01 td:first-of-type{
  border-top:1px solid #ccc;
}
/* ボーダーのついたテーブル */
.border-table {
	width:100%;
	margin-bottom:1.5em;
}
.border-table thead th {
	background:#2a4d76;
	color:#fff;
	text-align:center;
  font-weight: bold;
}
.border-table th,
.border-table td {
	text-align:left;
	font-weight:normal;
	padding:6px 8px;
	border:1px solid #2a4d76;
}
.border-table tbody th {
	background:#f7f6ef;
	vertical-align:middle;
  width: 26%;
  font-weight: bold;
}
.border-table td {
  background: #fff;
}
.border-table.img-table tbody th + td {
  width: 50%;
}
.border-table.img-table tbody th {
  width: 20%;
}
.border-table.img-table img {
  width: 100%;
}
.multifocal_table tbody th {
  width: 16%;
  text-align: center;
}
.multifocal_table thead th:nth-of-type(2),
.multifocal_table thead th:nth-of-type(3){
	width:42%;
}
.multifocal_table td{
	text-align:center;
	vertical-align:middle;
}
.multifocal_table tr:last-child td{
	vertical-align:top;
}
/* 求人案内のテーブル(TDが均等) */
.border-table.recruit_table{
	table-layout:fixed;
}
.border-table.recruit_table tbody th{
	width: 17%;
}
@media screen and (max-width: 767px) {
  .border-table.recruit_table tbody th {
    width: 25%;
  }
}
/* 料金表のテーブル(TDが右寄せ) */
.fee-table {
	width:100%;
	margin-bottom:1.5em;
}
.fee-table th,
.fee-table td {
	text-align:left;
	font-weight:normal;
	padding:12px 8px;
	border:1px solid #ccc;
}
.fee-table thead th {
	background:#2a4d76;
	color:#fff;
	text-align:center;
}
.fee-table tbody th {
	background:#f7f6ef;
}
.page-pricelist .fee-table tbody th {
	text-align:left;
	vertical-align: middle;
}
.fee-table tbody td {
	text-align:right;
}
.page-pricelist .fee-table tbody td {
	text-align:right;
	vertical-align: middle;
}
/* DL */
dl.dl01 { margin-bottom:0.5em;}
dl.dl01 dt {
	margin-bottom:0.5em;
	padding:0.4em 0.6em;
	position:relative;
	display:inline-block;
	line-height:1.4em;
	color:#fff;
	background:#2a4d76;
}
dl.dl01 dd {
	margin-bottom:1.2em;
}
/* 数字つきdl */
dl.dl_number dt {
	font-size:117%;
	color:#ccc;
	font-weight:normal;
	position:relative;
}
dl.dl_number dd {
	padding-left:2em;
	margin-bottom:1.2em;
}
.dl_number .number {
	display:inline-block;
	vertical-align:baseline;
	font-size:15px;
	padding:0.2em 0.6em 0.1em;
	margin-right:0.5em;
	background:#ccc;
	color:#fff;
	border-radius:3px;
	margin-bottom:0.2em;
	line-height:1.4;
}
/* ボックス */
/* 基本のブロック */
.block {
	margin-bottom:2em;
}
/* クリアフィックスブロック */
.block-inner {
	margin-bottom:2em;
}
.block > .block-inner:last-child { margin-bottom:0;}
/* ボーダー付きブロック */
.border-block {
	box-sizing:border-box;
	padding:20px 20px 5px;
	border:2px dotted #2a4d76;
	margin-bottom:1.2em;
  border-radius: 10px;
}
/* 背景色付き */
.bg-block {
	box-sizing:border-box;
	padding:14px 20px 5px;
	background: #f7f6ef;
	margin-bottom:21px;
	overflow:hidden;
	border-radius:6px;
}
.border-block h5:first-child,
.bg-block h5:first-child {
	margin-top:0 !important;
}
.border-block ul:last-child {
	margin-bottom:0 !important;
}
/* before after */
.ba-block {
	background:url(img/arrow_r.svg) no-repeat center 50%;
	background-size:3%;
	margin-bottom:10px;
	font-size:92%;
}
.ba-block .before {
	float:left;
	width:47%;
	position:relative;
}
.ba-block .after {
	float:right;
	width:47%;
}
.ba-block img {
	display:block;
	margin:0 auto 10px;
}
.batitle {
	text-align:center;
	font-size:15px;
	color:#ccc;
	margin-bottom:0.5em !important;
}
/* 流れ */
.flow-block {
	padding: 0;
	margin-bottom:1em;
	position:relative;
}
.block-inner .flow-block {padding:0 0 1em;}
.flow-block::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 50%;
  margin: 0 -15px -43px 0;
  border: 30px solid transparent;
  border-top: 15px solid #2a4d76;
}
.block > .flow-block:last-child::after, .block-inner > .flow-block:last-child::after {
  display: none;
}
/* Q&A */
.qa-block {
  margin-bottom: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #ccc;
}
.mce-content-body .qa-block h4, .qa-block h4 {
  padding-left: 2em !important;
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 0;
  display: block;
  position: relative;
  color: #2a4d76;
  background: none;
}
.mce-content-body .qa-block h4::before, .qa-block h4::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: auto !important;
  left: 0;
  background: #2a4d76;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  margin-top: -0.15em;
}
.mce-content-body .qa-block h4::after, .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 82%;
  top: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  color: #fff;
  font-weight: normal;
  border: none;
  background: none !important;
  width: 2em !important;
  text-align: center;
  line-height: 1.5;
}
.qa-block .answer {
  padding-left: 2em !important;
  position: relative;
  padding: 2px;
  margin-left: 30px;
  margin-top: 20px;
}
.answer::before {
  position: absolute;
  content: "";
  top: -2px;
  bottom: auto !important;
  left: 0px;
  background: #eee;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  margin-top: 0.1em;
}
.answer::after {
  position: absolute;
  content: "A";
  font-size: 100%;
  top: 2px;
  bottom: auto !important;
  left: 0.65em;
  color: #2a4d76;
  font-weight: normal;
  border: none;
}
.qa-block .answer p {
  margin: 0;
}
.answer p {
  padding: 0px 0 12px 5px;
}
/* お問い合わせページ (Contact Form 7) */
.wpcf7 dl {
	width:100%;
	margin:0 auto 20px;
	overflow:hidden;
	border-top:1px dashed #ccc;
}
.wpcf7 dl dt,
.wpcf7 dl dd {
	padding:10px 5px;
}
.wpcf7 dl dt {
	clear:both;
	float:left;
}
.wpcf7 dl dd {
	padding-left:14em;
	border-bottom:1px dashed #ccc;
}
.wpcf7 .mf {
	font-size:80%;
	color:#EA0000;
	padding-left:3px;
}
.wpcf7 .ex,
.wpcf7 .subtxt {
	font-size:88%;
	color:#ccc;
	line-height:1.4em;
	display:inline-block;
}
.wpcf7 dl dt .requisite,
.wpcf7 dl .attention {
	font-size:78%;
	color:#f45000;
}
.wpcf7 .wpcf7-not-valid-tip {
	font-size:76%;
	color:#af2223;
}
.wpcf7 dl dd input,
.wpcf7 dl dd select {
	font:inherit;
	font-size:16px;
	vertical-align: baseline;
}
.wpcf7 dl dd select {
	min-height: 2em;
}
.wpcf7 dl dd input[type="text"] ,
.wpcf7 dl dd input[type="email"] ,
.wpcf7 dl dd input[type="tel"]  {
	max-width:90%;
	width:500px;
	padding:5px 2px;
	border:1px solid #ccc;
}
.wpcf7 dl dd.age input[type="text"]{
	width:100px;
}
.wpcf7 dl dd.radio01 input {
    width: auto;
}
.wpcf7 dl dd .radio input,
.wpcf7 dl dd .heckbox input {
	width:auto;
}
.wpcf7 dl dd .radio01 span.wpcf7-list-item,
.wpcf7 dl dd .sexes span.wpcf7-list-item,
.wpcf7 dl dd .correspondence span.wpcf7-list-item,
.wpcf7 dl dd .course span.wpcf7-list-item,
.wpcf7 dl dd .health-insurance span.wpcf7-list-item {
	display:block;
}
.mainblock .wpcf7 dl dd p {
	margin-bottom:0;
}
.wpcf7 dl dd textarea {
	max-width:90%;
	width:500px;
}
.wpcf7 dl dd select {
	padding:3px;
	border:1px solid #ccc;
	max-width:100%;
}
.wpcf7 dl dd .wpcf7-list-item { margin-right:10px;}
.wpcf7 .btn-style {
	text-align:center;
}
.wpcf7 .btn-style input {
	width:120px;
	font-size:16px;
	padding:0.4em;
}
.btn-style input:hover {
	cursor:pointer;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
/* サイトマップ */
#menu-groupsitemap,
#menu-ikemoto_groupsitemap,
#menu-sitemap,
#menu-miyatacho_sitemap,
#menu-matsubara_sitemap{
	padding:0;
}
#menu-groupsitemap li,
#menu-ikemoto_groupsitemap li,
#menu-sitemap li,
#menu-miyatacho_sitemap li,
#menu-matsubara_sitemap li{
	padding:0.8em 0.2em 0.7em 1.1em;
	position:relative;
	border-bottom:2px dotted #eee;
	vertical-align:top;
}
#menu-groupsitemap li::after,
#menu-ikemoto_groupsitemap li::after,
#menu-sitemap li::after,
#menu-miyatacho_sitemap li::after,
#menu-matsubara_sitemap li:after{
	display: block;
	content: "";
	position: absolute;
	width: 0.3em;
	height: 0.3em;
	top: 1.4em;
	left: 0.1em;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-groupsitemap li ul li,
#menu-ikemoto_groupsitemap li ul li,
#menu-miyatacho_sitemap li ul li,
#menu-matsubara_sitemap li ul li,
#menu-sitemap li ul li{
	border-bottom:none;
	padding-bottom:0;
}
#menu-groupsitemap li a,
#menu-ikemoto_groupsitemap li a,
#menu-miyatacho_sitemap li a,
#menu-matsubara_sitemap li a,
#menu-sitemap li a {
	text-decoration:none;
	color:#0f2a4b;
}
#menu-groupsitemap li a:hover,
#menu-ikemoto_groupsitemap li a:hover,
#menu-miyatacho_sitemap li a:hover,
#menu-matsubara_sitemap li a:hover,
#menu-sitemap li a:hover {
	color:#2a4d76;
}
/* 画像のギャラリー */
.gallery li {
	margin-bottom:20px;
}
.gallery li img {
	margin-bottom:5px;
}
/* googlemap */
.googlemap {
	position: relative;
	padding-bottom: 40%; /*縦横比*/
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* Youtube */
.youtube-wrap {
	width:600px;
	max-width:100%;
	margin:0 auto 20px;
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	border:none;
}
/* 汎用 */
.color01 {	color: #2a4d76;}
.color02 { color:#ee6b01;}
.color03 { color:#893767;}
.color04 { color:#588d33;}
.attention { color:#cf1c16;}
.bgcolor01 { background-color:#f7f6ef; padding:0 0.3em;}
.font-big { font-size:120%;}
.font-small { font-size:82%;}
.fl {float:left !important;}
.fr {float:right !important;}
.tac { text-align:center;}
.tal { text-align:left}
.tar { text-align:right;}
.mt0{margin-top:0!important;}
.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mb0 { margin-bottom:0px !important;}
.mb10 { margin-bottom:10px !important;}
.mb20 { margin-bottom:20px !important;}
.mb30 { margin-bottom:30px !important;}
.mb40 { margin-bottom:40px !important;}
.mb50 { margin-bottom:50px !important;}
.mb70 { margin-bottom:70px !important;}
.mt0{margin-top:0!important;}
.w10 {width: 10% !important;}
.w20 {width: 20% !important;}
.w30 {width: 30% !important;}
.w50 {width: 50% !important;}
.bold{font-weight: bold;}
.name{text-align: right;
font-weight: bold;font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;}
/** Responsive **/
@media screen and (min-width: 768px) {
  .float-list {
    overflow:hidden;
  }
  .float-list li {
    float:left;
    box-sizing:border-box;
    margin:0 1.2em 0.5em 0;
  }
  .float-list2 li {
    display:inline-block;
    width:50%;
    margin:0 0 0.5em 0;
    padding-right:0.8em;
  }
  .float-list2 li:nth-shild(2n) {
    padding-right:0;
    padding-left:0.8em;
  }
  .float-list3 li {
    display:inline-block;
    width:33.3%;
    margin:0 0 0.5em;
    padding-right:0.8em;
  }
  .float-list3 li:nth-shild(3n) {
    padding-right:0;
    padding-left:0.8em;
  }
  .float-list3 li.no-float {
    float: none;
    margin: 0 0 0.5em;
    width: auto;
  }
  .page-orthokeratology .float-list2 li:nth-of-type(odd) {
    width: 60%;
  }
  .page-orthokeratology .float-list2 li:nth-of-type(even) {
    width: 40%;
  }
  .box2,.box3 ,.box4 ,.box5 {
    box-sizing:border-box;
    vertical-align:top;
  }
  .box2,.box3 {
    display:inline-block;
    margin:0 0.5% ;
  }
  .box2 {
    width:48%;
  }
  .box3 {
    width:31%;
  }
  .box4 ,.box5 {
    float:left;
    margin:0 1%;
  }
  .box4 {
    width:23%;
  }
  .box5 {
    width:18%;
  }
  /* 汎用 */
  br.pc { display:inline;}
  br.sp2 { display:none;}
  .con_l { float:left;}
  .con_c { float:left;}
  .con_r { float:right;}
  .w25 { width:25%;}
  .w35 { width:35%;}
  .w40 { width:40%;}
  .w48 { width:48%;}
  .w56 { width:56%;}
  .w60 { width:60%;}
  .w62 { width:62%;}
  .mw500p { max-width:500px !important;}
  .time-table td:last-child {
    width: 13%;
  }
  .time-table td {
    width: 8.714%;
  }
}
@media screen and (min-width: 768px)  and (max-width: 768px) {
  #menu-groupsitemap li::after,
  #menu-ikemoto_groupsitemap li::after,
  #menu-miyatacho_sitemap li::after,
	#menu-matsubara_sitemap li::after,
  #menu-sitemap li::after {
    top: 1.55em;
  }
}
@media screen and (max-width: 900px) {
  .time-table thead th{
    font-size: 12px;
  }
  .time-table th, .time-table td{
    font-size: 12px;
  }
  .table01 th, .table01 td{
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #aside .menu-blog { margin-bottom:2em;}
  .post-type-page h3,
  .mainblock h3 {
    font-size:19px;
  }
  .entry-block h3 {
    margin-top: 50px;
    font-size: 16px;
  }
  .post-type-page h4,
  .mainblock h4 {
    font-size:17px;
  }
  .entry-block h3::after, .mce-content-body h4::after, .under h4::after {
    background-size:auto 100%!important;
    height: 23px;
  }
  .post-type-page h5,
  .mainblock h5 {
    font-size:17px;
  }
  h3.number_title .number { font-size:140%; margin-right:0;}
  .catch_title {
    line-height:1.4em;
    font-size:18px;
    letter-spacing:0.05em;
  }
  .title {
    font-size: 19px;
  }
  .box2,.box3,.box4 {
    margin-bottom:20px;
  }
  .ba-block {
    background:none;
    margin-bottom:10px;
    font-size:92%;
  }
  .ba-block .before,
  .ba-block .after {
    float:none;
    width:100%;
  }
  .ba-block .before {
    padding-bottom:40px;
    background:url(img/arrow_b.svg) no-repeat center bottom;
    background-size:50px auto;
    margin-bottom:20px;
  }
  .wpcf7 dl dt {
    float:none;
    margin-bottom:0em;
    padding-bottom:2px;
  }
  .wpcf7 dl dd {
    padding-left:5px;
    padding-top:5px;
  }
  .wpcf7 dl dd input[type="text"] ,
  .wpcf7 dl dd input[type="email"] ,
  .wpcf7 dl dd input[type="tel"] ,
  .wpcf7 dl dd textarea {
    padding:5px 2px;
    border:1px solid #ccc;
    box-shadow:none;
    -webkit-appearance: none;
    max-width:100%;
    width:100%;
    box-sizing:border-box;
  }
  #menu-groupsitemap li::after,
  #menu-ikemoto_groupsitemap li::after,
  #menu-miyatacho_sitemap li::after,
  #menu-matsubara_sitemap li::after,
  #menu-sitemap li::after {
    top: 1.5em;
  }
  .googlemap {
    padding-bottom: 60%; /*縦横比*/
  }
  /* 汎用 */
  .con_l { margin-bottom:1em;}
  .scroll {
    width: 100%;
    background-color: #ffffff;
    overflow-y:scroll;
    margin-left:6px;
  }
  .scroll .border-table{
    width:770px;
  }
  .border-table th, .border-table td,
  .fee-table th, .fee-table td {
    font-size: 80%;
    padding: 5px 3px;
    line-height: 1.5;
  }
  .table01 th, .table01 td {
    font-size: 80%;
  }
	.multifocal_table td img{
		width:100%;
	}
}
@media screen and (max-width: 480px) {
  .time-table th,
  .time-table td { font-size:75%; padding:5px 2px;}
  .googlemap { padding-bottom:60%}
}
.bg-white {
  background: #fff;
  padding: 1em;
  text-align: center;
  margin: 0 0 1em 1em;
  box-sizing: border-box;
  border-radius:12px;
}
.access-btn {
  max-width: 600px;
  margin: 0 auto 1em;
}
.access-btn .box2{
  margin-bottom:10px;
}
.access-btn .btn-style {
	margin-bottom:0;
}
.access-btn .btn-style a{
	background:#356e3d;
}
.menu_bnr_list ul {
  display: flex;
  flex-wrap: wrap;
}
.menu_bnr_list ul li {
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
	position:relative;
  transition: .3s;
  box-sizing: border-box;
}
.menu_bnr_list ul li a {
  background: url(img/sec04_bg01.jpg)no-repeat center / cover;
  border-radius: 7px;
  display: block;
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px 5px;
	position:relative;
  box-sizing: border-box;
  transition: .3s;
  text-decoration: none;
}
.page-seiyukaigroup .menu_bnr_list ul li a {
	background:none;
	color:#0d2846;
}
.page-seiyukaigroup .menu_bnr_list ul li::before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
  background: url(img/sec04_bg01.jpg)no-repeat center / cover;
  border-radius: 7px;
  transition: .3s;
  -webkit-filter: grayscale(100%) brightness(300%);
  -moz-filter: grayscale(100%) brightness(300%);
  -ms-filter: grayscale(100%) brightness(300%);
  filter: grayscale(100%) brightness(300%);
	opacity:.6;
}
.menu_bnr_list ul li:not(.active):hover {
  opacity: .7;
}
.menu_bnr_list ul li.active a {
	color:#fff;
}
.page-seiyukaigroup .menu_bnr_list ul li.active::before {
  filter: hue-rotate(245deg);
	opacity:1;
}
.menu_bnr_list ul li.active a:hover {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 1042px) and (min-width: 768px) {
  .menu_bnr_list ul li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .menu_bnr_list ul li {
    flex: 0 0 32%;
  }
  .menu_bnr_list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .menu_bnr_list ul li {
    flex: 0 0 49%;
  }
  .menu_bnr_list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .sec04 ul li a {
    font-size: 12px;
    line-height: 1.5em;
    padding: 14px 0;
  }
}
.pricelist_bnr li {
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .pricelist_bnr {
    display: flex;
    justify-content: center;
  }
  .pricelist_bnr li {
    max-width: 32%;
    margin: 0 1% 2%;
  }
}
.multifocal-table {
  table-layout: fixed;
}
.multifocal-table th,.multifocal-table td {
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  padding: 16px 8px;
}
.multifocal-table tbody th {
  width: 15%;
}
.multifocal-table td img {
  height: 170px;
}
@media screen and (min-width: 768px) {
  .multifocal-table th {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width:1000px){
  .multifocal-table th,
  .multifocal-table td {
    padding: 16px 1%;
  }
  .multifocal-table th {
    font-size: 1.6vw;
  }
  .multifocal-table td {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .scroll_block {
    overflow-x: scroll;
  }
  .scroll_block table {
    width: 800px;
  }
  .multifocal-table th {
    width: 17%;
  }
}
/* 医師紹介ページ */
.page-seiyukai-doctor #footer{
  display: none;
}
.page-seiyukai-doctor h4{
  margin-top: 0;
}
.page-seiyukai-doctor h4 span{
  font-size: 80%;
}
.page-seiyukai-doctor h4::after{
  top:auto;
  bottom:0.2em;
}
.time-table thead th:last-child {
  letter-spacing:-0.25em;
}
@media ( min-width : 768px ) {
	.time-table thead th,
	.time-table th, .time-table td {
		font-size:20px;
		line-height: 1.8;
	}
}
@media ( min-width : 1000px ) {
	.time-table thead th,
	.time-table th, .time-table td {
		font-size:22px;
	}
}
.keisai_list li {
	text-align:center;
	line-height:1;
	margin-bottom:1.2%;
}
.keisai_list li a {
	display:inline-block;
	line-height:1;
}
@media ( min-width : 768px ) {
  .keisai_list.columns.col3 .column {
    max-width: 32.4%;
    flex-basis: 32.4%;
  }
}
@media screen and (max-width: 767px) {
	.keisai_list li {
		margin-bottom:10px;
	}
}
.timetable_dl dt {
	float:left;
}
.timetable_dl dd {
	overflow:hidden;
}
.doctor_box_profile_dl  dt {
	float:left;
}
.doctor_box_profile_dl dd {
	overflow:hidden;
}
@media screen and (max-width: 767px) {
	.spanspbr {
		display:inline-block;
	}
	.seiyukai_scroll {
		margin-bottom:5px !important;
	}
	.timetable_dl span {
		display:inline-block;
	}
	.spbrbk {
		display:block !important;
	}
	.doctor_box_profile_dl .spbr {
		display:inline-block;
	}
	.scroll_ex {
		text-align: center;
		font-size: 12px;
		margin-bottom:10px;
	}
}
/* 210203 higaeri start */
.recruit_list {
  display: flex;
  justify-content: space-between;
}
.under .btn-style.recruit_bnr {
	 width: 245px;
}
.under .btn-style.recruit_bnr a {
	width: 245px;
	min-width: initial;
	background-image: linear-gradient(#f7f6ef 0%, #bfb37c 100%);
}
@media screen and (max-width: 767px) {
	.recruit_list {
		display: block;
		margin: 0 auto;
	}
	.under .btn-style.recruit_bnr {
		margin: 1rem auto;
	}
	.under .btn-style.recruit_bnr a {
		font-size: 14px;
	}
}
/* 210203 higaeri end */
/* 210510 higaeri start */
.hon_box .title p {
  color: #7e2158;
}
.facility_box .column {
  background: #F9EAF3;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 10px 10px 1px;
}
@media screen and (min-width: 768px) {
  .page-facility .col3 .column:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
}
/* 210510 higaeri end */
/* 210517 higaeri start */
ul.columns.col_wrap.col3.media_list.keisai_list::after {
  display: block;
  content: "";
  width: 32.4%;
}
/* 210517 higaeri end */
/* 210726 higaeri start */
.add_item {
  margin-top: 2em;
}
.add_item a {
  background-color: #681b4c;
  color: #fff;
}
.add_item a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/* 210726 higaeri end */
/* 210727 higaeri start */
.box3.item_list {
  width: auto;
  height: 145px;
}
@media screen and (max-width: 767px) {
  .box3.item_list {
    width: 300px;
    height: auto;
    margin: 0 auto;
  }
}
/* 210727 higaeri end */
/* 220318 higaeri start */
.page-blepharoplasty .bg-block {
  padding: 20px;
}
.page-blepharoplasty h3.hd_title {
  margin-top: 0;
}
.page-blepharoplasty h4 {
  margin-top: 1em;
}
.li_wrap {
  display: flex;
  justify-content: space-between;
}
.li_wrap ul {
  width: 48%;
}
.box2.ble_item.laser {
  height: 100%;
  max-height: 895px;
  background: url(https://www.oshimaganka.com/wp-content/uploads/2022/03/a09_bg.png);
  background-position: 75% 5%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .box2.ble_item {
    width: 100%;
  }
}
.li_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
.li_part {
  width: 48%;
  margin-top: 1em;
}
.page-blepharoplasty .bnr_area {
  margin-bottom: 21px;
}
.page-blepharoplasty h3 span {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .li_wrap ul li p {
    height: 135px;
    max-height: 135px;
  }
  .li_wrap ul li p.txt_h {
    height: 190px;
    max-height: 190px;
  }
  .li_wrap ul li p.txt_h_002 {
    height: 160px;
    max-height: 160px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .li_wrap ul li p.txt_h {
    height: 240px;
    max-height: 240px;
  }
  .li_wrap ul li p.txt_h_002 {
    height: 210px;
    max-height: 210px;
  }
  .page-blepharoplasty h4 {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .li_wrap {
    display: block;
  }
  .li_wrap ul {
    width: 100%;
  }
  .page-blepharoplasty #a03 .under h4 {
    margin-top: 1em;
  }
  h4.set_b {
    margin-top: none;
  }
  h4.ttl_b {
    margin-top: 1em;
  }
  .set_b_002 {
    margin-top: 1em;
  }
  .set_bo_003 {
    margin-top: 1em;
  }
}
/* 220318 higaeri end */
/* 220323 higaeri start */
.under-page.page.page-blepharoplasty h3 {
   background: #f5a9ba;
}
.under-page.page.page-blepharoplasty ol li a {
   color: #333;
}
.under-page.page.page-blepharoplasty h4 {
   color: #bfb37c;
}
.under-page.page.page-blepharoplasty h4::after {
   background: #bfb37c;
}
.under-page.page.page-blepharoplasty ol.ol_decimal > li:before {
  background: #bfb37c;
}
.under-page.page.page-blepharoplasty .box_item.list07 {
  width: 70%;
}
.page-blepharoplasty h3 span.fon_size {
	top: 0;
}
.page-blepharoplasty h3 span.sz-down {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .under-page.page.page-blepharoplasty .box_item.list07 {
    display: none;
  }
  .fon_size {
    font-size: 0.9em;
  }
  .page-blepharoplasty h3 span.sz-down {
    font-size: 19px;
  }
  .li_item {
    margin-top: 0;
    text-align: center;
  }
}
.page-blepharoplasty .bg-block.blepha_list {
  background-image: url(https://www.oshimaganka.com/wp-content/uploads/2022/04/list_bg_2_grey_001.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .page-blepharoplasty .bg-block.blepha_list {
    background-image: url(https://www.oshimaganka.com/wp-content/uploads/2022/04/list_sp_bg_1.png);
    background-position: right;
  }
}
.surgery_bg {
  background: #fffff3;
  background: #fff5c9;
  padding: 1em;
}
.surgery_bg.regress {
  margin-top: 1em;
}
.page-blepharoplasty h5 {
  margin-top: 0.2em;
  color: #da657f;
  background: #fdeff2;
}
.page-blepharoplasty h4 {
  text-shadow: 0px 0px 0px #bfb37c;
}
@media screen and (min-width: 768px) {
  .page-blepharoplasty .hd_list .box2 {
    width: 46%;
  }
  .page-blepharoplasty .hd_list .mb10:nth-child(odd) {
    margin-left: 17px;
  }
}
/* 220323 higaeri end */
/* 220422 higaeri start */
@media screen and (max-width: 767px) {
  .box3.item_list {
    width: 300px;
    height: auto;
    margin: 0 auto;
  }
}
/* 210727 higaeri end */
/* 220318 higaeri start */
.page-blepharoplasty .bg-block {
  padding: 20px;
}
.page-blepharoplasty h3.hd_title {
  margin-top: 0;
}
.page-blepharoplasty h4 {
  margin-top: 1em;
}
.li_wrap {
  display: flex;
  justify-content: space-between;
}
.li_wrap ul {
  width: 48%;
}
.box2.ble_item.laser {
  height: 100%;
  max-height: 895px;
  background: url(https://www.oshimaganka.com/wp-content/uploads/2022/03/a09_bg.png);
  background-position: 75% 5%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .box2.ble_item {
    width: 100%;
  }
}
.li_item {
   width: 100%;
   display: flex;
   justify-content: space-between;
	 margin-top: 1em;
}
.li_part {
	width: 48%;
	margin-top: 1em;
}
.page-blepharoplasty .bnr_area {
   margin-bottom: 21px;
}
.page-blepharoplasty h3 span {
   position: relative;
}
@media screen and (min-width: 1001px) {
  .li_wrap ul li p {
    height: 135px;
    max-height: 135px;
  }
  .li_wrap ul li p.txt_h {
    height: 190px;
    max-height: 190px;
  }
  .li_wrap ul li p.txt_h_002 {
    height: 160px;
    max-height: 160px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .li_wrap ul li p.txt_h {
    height: 240px;
    max-height: 240px;
  }
  .li_wrap ul li p.txt_h_002 {
    height: 210px;
    max-height: 210px;
  }
  .page-blepharoplasty h4 {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .li_wrap {
    display: block;
  }
  .li_wrap ul {
    width: 100%;
  }
  .page-blepharoplasty #a03 .under h4 {
    margin-top: 1em;
  }
  h4.set_b {
    margin-top: none;
  }
  h4.ttl_b {
    margin-top: 1em;
  }
  .set_b_002 {
    margin-top: 1em;
  }
  .set_bo_003 {
    margin-top: 1em;
  }
}
/* 220318 higaeri end */
/* 220323 higaeri start */
.under-page.page.page-blepharoplasty h3 {
   background: #f5a9ba;
}
.under-page.page.page-blepharoplasty ol li a {
   color: #333;
}
.under-page.page.page-blepharoplasty h4 {
   color: #bfb37c;
}
.under-page.page.page-blepharoplasty h4::after {
   background: #bfb37c;
}
.under-page.page.page-blepharoplasty ol.ol_decimal > li:before {
  background: #bfb37c;
}
.page-blepharoplasty h3 span.fon_size {
	top: 0;
}
.page-blepharoplasty h3 span.sz-down {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .under-page.page.page-blepharoplasty .box_item.list07 {
    display: none;
  }
  .fon_size {
    font-size: 0.9em;
  }
  .page-blepharoplasty h3 span.sz-down {
    font-size: 19px;
  }
  .li_item {
    margin-top: 0;
    text-align: center;
  }
}
.page-blepharoplasty .bg-block.blepha_list  {
  background-image: url(https://www.oshimaganka.com/wp-content/uploads/2022/04/list_bg_2_grey_001.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .page-blepharoplasty .bg-block.blepha_list  {
    background-image: url(https://www.oshimaganka.com/wp-content/uploads/2022/04/list_sp_bg_1.png);
    background-position: right;
  }
}
.surgery_bg {
  background: #fffff3;
  background: #fff5c9;
  padding: 1em;
}
.surgery_bg.regress {
  margin-top: 1em;
}
.page-blepharoplasty h5 {
 margin-top: 0.2em;
 color: #da657f;
 background: #fdeff2;
}
.page-blepharoplasty h4 {
 text-shadow: 0px 0px 0px #bfb37c;
}
@media screen and (min-width: 768px) {
  .page-blepharoplasty .hd_list .box2 {
	   width: 46%;
	}
	.page-blepharoplasty .hd_list .mb10:nth-child(odd) {
    margin-left: 17px;
  }
}
/* 220402 higaeri end */
/* 220222 higaeri start  複製ページ .page-blepharoplasty-3 */
.page-blepharoplasty-3 .bg-block {
   padding: 20px;
}
.page-blepharoplasty-3 h3.hd_title {
   margin-top: 0;
}
  .page-blepharoplasty-3 h4 {
  margin-top: 1em;
}
.page-blepharoplasty-3 .bnr_area {
   margin-bottom: 21px;
}
.page-blepharoplasty-3 h3 span {
   position: relative;
	 top: 0.2em;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .page-blepharoplasty-3 h4 {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
	.page-blepharoplasty-3 #a03 .under h4 {
   margin-top: 1em;
  }
}
.under-page.page.page-blepharoplasty-3 h3 {
  background: #f5a9ba;
}
.under-page.page.page-blepharoplasty-3 ol li a {
  color: #333;
}
.under-page.page.page-blepharoplasty-3 h4 {
  color: #bfb37c;
}
.under-page.page.page-blepharoplasty-3 h4::after {
  background: #bfb37c;
}
.under-page.page.page-blepharoplasty-3 ol.ol_decimal > li:before {
  background: #bfb37c;
}
.under-page.page.page-blepharoplasty-3 .box_item.list07 {
  width: 70%;
}
.page-blepharoplasty-3 h3 span.fon_size {
	top: 0;
}
.page-blepharoplasty-3 h3 span.sz-down {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .under-page.page.page-blepharoplasty-3 .box_item.list07 {
    display: none;
  }
  .page-blepharoplasty-3 h3 span.sz-down {
    font-size: 19px;
  }
}
.page-blepharoplasty-3 .bg-block.blepha_list  {
	 background-image: url(https://www.oshimaganka.com/wp-content/uploads/2022/04/list_bg_2_grey_001.png);
	 background-repeat: no-repeat;
	 background-position: center;
}
@media screen and (max-width: 767px) {
  .page-blepharoplasty-3 .bg-block.blepha_list  {
     background-image: url(https://www.oshimaganka.com/wp-content/uploads/2022/04/list_sp_bg_1.png);
     background-position: right;
  }
}
.page-blepharoplasty-3 h5 {
   margin-top: 0.2em;
   color: #da657f;
   background: #fdeff2;
}
.page-blepharoplasty-3 h4 {
   text-shadow: 0px 0px 0px #bfb37c;
}
@media screen and (min-width: 768px) {
  .page-blepharoplasty-3 .hd_list .box2 {
	   width: 46%;
	}
	.page-blepharoplasty-3 .hd_list .mb10:nth-child(odd) {
    margin-left: 17px;
  }
}
/* 220422 higaeri end*/
/* 220423 higaeri start */
.page-blepharoplasty .hd_title {
  background: #bfb37c;
}
.page-blepharoplasty .ol_decimal.hd_list .mb10 a {
   color: #fff;
}
.page-blepharoplasty h4 {
   color: #bfb37c;
}
.blepha_list p {
   color: #fff;
}
.page-blepharoplasty h3 {
   background: #f5a9ba;
   color: #fff;
}
.page-blepharoplasty h4 {
   color: #bfb37c;
}
.page-blepharoplasty .li_item {
   justify-content: space-between;
}
.page-blepharoplasty .li_part {
   width: 49%;
}
.page-blepharoplasty .li_part.re {
   width: auto;
   margin-left: 1em;
}
.page-blepharoplasty .surgery_bg.regress {
   margin-bottom: 1em;
}
.page-blepharoplasty .box2.mb10.ble_item.laser {
  background: #fdeff2;
  padding: 2em;
  margin-top: 2em;
}
 .under-page.page.page-blepharoplasty .box_item.list07 {
   width: 16%;
}
@media screen and (min-width: 768px) {
  .txt_box {
    width: 80%;
  }
  .box_item.list07 img {
    text-align: center;
  }
}
/* 220423 higaeri end */
@media screen and (max-width: 767px) {
  .graph_wrap {
    width:100%;
    overflow-x:scroll;
  }
  .graph_inner {
    min-width:700px;
  }
  .graph_inner img {
    min-width:700px;
  }
}
/* 230202 DR.BRIDGE start */
.bnr_wrap {
  display: flex;
  justify-content: space-between;
  max-height: 120px;
  height: 100%;
}
.bnr_wrap li {
	margin-left: 10px;
}
.bnr_wrap li:first-child {
	margin-left: 0;
}
.bnr_wrap img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bnr_wrap {
    display: block;
    max-height: none;
    height: auto;
  }
  .bnr_wrap li {
    margin: 1em auto 0;
    max-width: 320px;
    height: auto;
  }
  .bnr_wrap li:first-child {
    margin: 0 auto;
  }
}
/* 230202 DR.BRIDGE end */
/* BEGIN Modify DR.BRIDGE for Closing Miyatacho */
section[class^="cls_"] img {
	vertical-align: bottom;
}
.cls_mv {
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	display: flex;
}
.cls_mv img {
	width: 100%;
	max-width: 2000px;
}
.cls_message,
.cls_honin {
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	display: flex;
}
.cls_message img,
.cls_honin img {
	width: 100%;
	max-width: 1000px;
}
.cls_message {
	padding: min(4vw, 80px) 0 min(6vw, 120px);
	background-color: #f5f5f5;
}
@media screen and (max-width: 1042px){
	.cls_message {
		padding: 4vw 4vw 6vw;
	}
}
@media screen and (max-width: 768px){
	.cls_message {
		padding: 8vw 5vw 6vw;
	}
}
.cls_honin {
	padding: min(4vw, 80px) 0;
	background-color: #eceae8;
}
@media screen and (max-width: 1042px){
	.cls_honin {
		padding: 4vw 4vw;
	}
}
@media screen and (max-width: 768px){
	.cls_honin {
		padding: 8vw 5vw;
	}
}
/* END Modify DR.BRIDGE for Closing Miyatacho */

/* 241112 DR.BRIDGE start */

.under .btn-style.line_btn a {
    background-color: #06C755;
}

.under .btn-style.webask_btn a {
	background: #0d2846;
	color: #fff;
}

.btn-style.webask_btn a::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

/* 241112 DR.BRIDGE End */