@charset "UTF-8";
/* ===========================================
	bass
=========================================== */
body {
  margin: 0 auto;
  color: #333333;
  font-family: Verdana, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  border-top: 5px solid #e8551e;
  background-color: #F6F3ED;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
}

a{
  color: #E8551E;
}
a:hover {
  color: #00A99D;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}
.taj{ text-align: justify; text-justify: inter-ideograph; }

figcaption {
	font-size: 14px;
}

/* clearfix */
.cf:after,
.cf:before {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}


/* header */
#header {
  width: 960px;
  margin: 0 auto;
  padding: 24px 0 0 0;
  text-align: center;
}
#header h1 {
  width: 630px;
  float: left;
  margin: 0;
  text-align: left;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
}
#header h1 a:hover {
	text-decoration: none;
}
#header h1 .nintei {
	display: block;
	padding: 10px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	text-align: left;
	line-height: 1.2;
	background: #E8551E;
	color: #FFF;
	position: absolute;
	bottom: 0;
	right: 0;
}
#header .address{
  float: right;
  color: #69390E;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 113%;
  font-style: normal;
  line-height: 2.8em;
  text-align: right;
}
#header .address .tel{
  font-size: 170%;
}

/* nav */
#header #nav {
  clear: both;
  padding-top: 24px;
}
#header #nav p.sp {
	display: none;
}
/* #header #nav ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style-type: none;
} */
#header #nav ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
/* #header #nav ul li {
  display: table-cell;
  vertical-align: top;
} */
#header #nav ul li {
	display: block;
	flex-grow: 1;
  }
#header #nav ul li a {
  /* display: table-cell;
  width: 192px; */
  display: flex;
  justify-content: center;
  height: 80px;
  color: #69390E;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 106%;
  line-height: 1.6em;
  text-decoration: none;
  vertical-align: middle;
  border-top: 1px solid #69390E;
  border-bottom: 5px solid #DCCEC5;
}
#header #nav ul li a:hover {
  border-bottom: 5px solid #00A99D;
}
#header #nav ul li a .nav_text{
	align-self: center;
}
#aboutus #header #nav ul li.nav_aboutus a { border-bottom: 5px solid #E8551E; }
#treatment #header #nav ul li.nav_treatment a { border-bottom: 5px solid #E8551E; }
#cataract #header #nav ul li.nav_cataract a { border-bottom: 5px solid #E8551E; }
#facilities #header #nav ul li.nav_facilities a { border-bottom: 5px solid #E8551E; }
#equipment #header #nav ul li.nav_equipment a { border-bottom: 5px solid #E8551E; }
#access #header #nav ul li.nav_access a { border-bottom: 5px solid #E8551E; }
#aboutus #header #nav ul li.nav_aboutus a:hover { border-bottom: 5px solid #00A99D; }
#treatment #header #nav ul li.nav_treatment a:hover { border-bottom: 5px solid #00A99D; }
#cataract #header #nav ul li.nav_cataract a:hover { border-bottom: 5px solid #00A99D; }
#facilities #header #nav ul li.nav_facilities a:hover { border-bottom: 5px solid #00A99D; }
#equipment #header #nav ul li.nav_equipment a:hover { border-bottom: 5px solid #00A99D; }
#access #header #nav ul li.nav_access a:hover { border-bottom: 5px solid #00A99D; }


/* contents */
#article h1 {
  margin: 10px;
  color: #E8551E;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-align: center;
}
h2 {
  margin: 0;
  color: #69390E;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 150%;
}

p {
  margin: 0;
}

#contents {
  max-width: 960px;
  margin: 20px auto 60px;
}

#breadcrumb {
  margin: 0 20px;
}

.box_common {
  margin: 10px;
  padding: 32px;
  border: 5px solid #EAE3D6;
  background-color: #FFF;
}
.box_common.tile {
  padding: 20px;
}
.box_common h2 {
  margin-bottom: 16px;
}
#pagetop{
  position: fixed;
  right: 20px;
  bottom:-185px;
}
#pagetop a {
	display:block;
}

.box_hours {
	margin-top:24px;
}
.box_hours h2 {
	float:left;
}
/* 
.box_hours .txt_holiday {
	text-align:right;
}
*/
.box_hours table {
	clear: both;
	width: 100%;
	margin: 10px 0;
}
.box_hours table thead th {
  padding: 5px;
  font-weight: normal;
  /*text-align: left;*/
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background-color: #FCD267;
  width: 3em;
}
.box_hours table th:first-child,
.box_hours table td:first-child {
	padding: 5px 45px 5px 85px;
	width: calc(100% - 3.5em*7);
}
.box_hours table th:last-child,
.box_hours table td:last-child {
	padding-right: 85px;
	white-space: nowrap;
}
.box_hours table td {
  padding: 3px 5px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  width: 3.5em;
  white-space: nowrap;
}
.box_hours table tbody th {
	padding: 3px 5px;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #CCC;
	white-space: nowrap;
}
.box_hours table th .time {
	display: inline-block;
	text-align: right;
	width: 7em;
}
/*
.box_hours table tr > th:first-child {
  width: 45%;
  text-align:center;
}
.box_hours table tr > td:nth-child(1),
.box_hours table tr > td:nth-child(2) {
  text-align: right;
}
.box_hours table tr > td:nth-child(1) {
  padding-left: 80px;
}
.box_hours table tr > td:nth-child(2) {
  padding-right: 120px;
}
.box_hours table tr > td:nth-child(9) {
	padding-left:21px;
}
*/
.box_hours p {
  margin-bottom: 0.7em;
}
.box_hours p:last-child {
  margin-bottom: 0;
}
.box_hours .txt_holiday_sp {
	display: none;
}


/* --- box_focus ---  */
.box_focus{
	clear: both;
}
.box_focus .list_focus{
	margin: 0;
	padding: 0;
	list-style: none;
}
@media only screen and (min-width: 768px) {
	.box_focus .list_focus{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
@media only screen and (max-width: 767px) {
	.box_focus .list_focus .item:nth-of-type(n+2) {
		margin-top: 10px;
	}
}
@media only screen and (min-width: 768px) {
	.box_focus .list_focus .item{
		margin: 0;
		width: calc((100% - 32px) / 2);
	}
	.box_focus .list_focus .item:nth-of-type(n+3) {
		margin-top: 20px;
	}

}
.box_focus .treatment {
	display: flex;
}
.box_focus .list_focus img {
	margin-bottom: 10px;
}
.box_focus .list_focus a {
	/* display: inline-block; */
	/* width: calc(100% - 2em); */
	/* min-width: 240px; */
	/* background: #F6F3ED; */
	text-decoration: none;
	/* padding: 0.5em 1em; */
	/* text-align: center; */
	font-weight: bold;
	font-size: 100%;
	/* margin-top: 1em; */
}
.box_focus .list_focus .btn_disease,
.box_focus .list_focus .btn_treatment {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 4px;
	border-radius: 100vmax;
}
.box_focus .list_focus .btn_disease.long,
.box_focus .list_focus .btn_treatment.long {
	font-size: 80%;
}
@media print, screen and (min-width: 768px) {
	.box_focus .list_focus .btn_disease.long,
	.box_focus .list_focus .btn_treatment.long {
		font-size: 90%;
	}
}
.box_focus .list_focus .btn_disease {
	width: 40%;
	margin-right: 20px;
	border: 1px solid #00A99D;
	color: #00A99D;
	position: relative;
}
.box_focus .list_focus .btn_disease::after {
	content: "▶︎";
	position: absolute;
	font-size: 14px;
	top: 50%; right: -18px;
	transform: translateY(-50%);
}
.box_focus .list_focus .btn_treatment {
	width: 55%;
	border-radius: 100vmax;
	background: #00A99D;
	color: #FFF;
}

.box_movie{
	clear: both;
}
.box_movie .list_movie{
	margin: 0;
	padding: 0;
	list-style: none;
}
.box_movie .list_movie .item{
	margin-top: 16px;
	font-size: 112.5%;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.box_movie .list_movie{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.box_movie .list_movie .item{
		max-width: 400px;
		margin: 0 15px;
	}
}
.box_movie .list_movie .item img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.modaal-video-wrap{
		margin: auto !important;
	}
}
.modaal-close:hover::after,
.modaal-close:hover::before{
	background: #E8551E !important;
}


/* footer */
#footer {
  padding-top: 40px;
  background-color: #FFF;
}
#footer .inner_footer {
  width: 940px;
  margin: 0 auto;
}
#footer .inner_footer .box_info .box_access ul {
  margin: 0;
  padding-left: 1.3em;
}
#footer .inner_footer iframe {
  float: left;
  margin-right: 24px;
}
#footer .inner_footer .address {
  font-style: normal;
}
#footer .inner_footer .address .midashi {
  display: block;
  margin-bottom: 0.5em;
  color: #4D4D4D;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 131%;
  font-weight: bold;
}
#footer .f_gnav {
	display: none;
}
#footer .f_nav {
  width: 860px;
  margin: 40px auto 0;
  padding: 40px;
  font-size: 88%;
  border-top: 1px solid #C7B299;
}
#footer .f_nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer .f_nav ul li {
  float: left;
  margin-right: 2em;
}
#footer .f_nav ul li a {
  color: #333;
}
#footer .f_nav ul li a:hover {
  color: #00A99D;
}
#footer .f_nav #copyright {
  text-align: right;
}

/* ===========================================
	top
=========================================== */
#top #article {
  margin-top: 32px;
}
.gaikan {
	height: 440px;
	background-image: url(../img/top/main.jpg);
	background-repeat: no-repeat;
	border-radius: 16px;
}
.box_welcome {
  position: relative;
  padding-top: 48px;
}
.box_welcome h2 {
  position: absolute;
  bottom: -30px;
  left: 20px;
  width: 190px;
  height: 196px;
  padding: 56px 0 0 16px;
  color: #FFF;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 125%;
  text-align: center;
  background: url(../img/common/bg_owl.png) no-repeat;
}
.box_welcome p {
  padding-left: 230px;
}
.box_welcome .name {
  text-align: right;
}

.box_news {
  float: left;
  width: 410px;
  margin-bottom: 20px;
}
.box_news dl {
  margin: 0;
  /* max-height:240px; */
  /* overflow:auto; */
}
.box_news dl dd {
  margin: 0 0 1em 0;
}
.box_news dl dd strong {
  color:#e8551e;
}
.box_news p a.btn {
	display: inline-block;
	width: calc(100% - 2em);
	min-width: 240px;
	background: #00A99D;
	color: #FFF;
	text-decoration: none;
	padding: 0.5em 1em;
	text-align: center;
	font-weight: bold;
	font-size: 106%;
	margin-top: 1em;
}


#top .box_hours {
  float: right;
  max-width: 410px;
  margin-top:10px;
}
#top .box_hours table th:first-child, 
#top .box_hours table td:first-child {
    padding: 5px;
    width: calc(100% - 2em*7);
}
#top .box_hours table th:last-child, 
#top .box_hours table td:last-child {
    padding-right: 5px;
	white-space: nowrap;
}
#top .box_hours table td {
	white-space: nowrap;
}

/*
#top .box_hours table th {
	width:inherit;
	text-align:center;
}
#top .box_hours table td {
  text-align:center;
}
#top .box_hours table tr > td:nth-child(1) {
  padding-left: 5px;
  text-align:right;
}
#top .box_hours table tr > td:nth-child(2) {
  padding-right: 5px;
  text-align:right;
}
#top .box_hours table tr > td:nth-child(9) {
	padding-left:5px;
}
*/

/* ===========================================
  aboutus
=========================================== */
.box_greetings .box_img {
  float: left;
  max-width: 340px;
  margin-right: 32px;
  text-align: center;
}
.box_greetings .box_img h2 {
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.box_greetings .box_img img {
  margin-bottom: 16px;
}
.box_greetings .box_img span {
  font-size: 88%;
}
.box_greetings .box_profile {
  clear: both;
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dotted #C7B299;
}
.box_greetings .box_profile h2 {
  position: absolute;
  left: -16px;
  top: 40px;
  width: 180px;
  height: 178px;
  margin: 0;
  padding: 56px 0 0 0;
  color: #FFF;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 125%;
  text-align: center;
  background: url(../img/common/bg_owl.png) 0 0 / 90% auto no-repeat;
}
.box_greetings .box_profile .inner_profile {
  padding-left: 170px;
}
.box_greetings .box_profile .inner_profile dl {
  float: left;
  margin: 0 8px 10px 8px;
}
.box_greetings .box_profile .inner_profile dl dt {
  margin-bottom: 0.5em;
  color: #69390e;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 131%;
  font-weight: bold;
}
.box_greetings .box_profile .inner_profile dl dd {
  margin: 0;
}
.box_greetings .box_idea {
  margin-top: 48px;
  padding: 40px 64px;
  border-radius: 8px;
  background-color: #FCE7BD;
}
.box_greetings .box_idea h2 {
  margin-bottom: 40px;
  color: #E8551E;
  font-size: 225%;
  line-height: 1;
  text-align: center;
}
.box_greetings .box_idea ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.box_greetings .box_idea ul li {
  margin-bottom: 1em;
  font-size: 119%;
}
.box_greetings .box_idea ul li:last-child {
  margin-bottom: 0;
}

.box_achievements h2 {
	text-align:center;
}
.box_achievements .box_society {
	float:left;
	width:400px;
	margin-right:32px;
	padding-right:32px;
	border-right:1px solid #69390E;
}
.box_achievements .box_paper {
	float:right;
	width:400px;
}
.box_achievements ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.box_achievements ul li {
	margin-bottom:1em;
}
.box_achievements ul li:last-child {
	margin-bottom:0;
}
.box_achievements ul li span {
	color:#EA5504;
}

/* ===========================================
  h2 type2
=========================================== */
h2.type2 {
	position:relative;
	margin-bottom:24px;
	color:#00A99D;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	font-size:188%;
	font-weight:normal;
	text-align:center;
}
h2.type2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-top: 1px solid;
}
h2.type2 span {
	position:relative;
    display: inline-block;
    padding: 0 0.5em;
    background-color: white;
}
@media only screen and (max-width: 767px) {
	h2.type2 {
		font-size:135%;
		font-size: 5.5vw;
		line-height: 1.3;
		padding-top: 5px;
	}
	h2.type2::before {
		display: none;
	}
	h2.type2 span {
		padding: 0;
	}
}


/* ===========================================
  .box_index
=========================================== */
@media print, screen and (min-width: 768px) {
	.box_index {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
@media print, screen and (min-width: 768px) {
	.box_index_cat {
		width:calc((100% - 32px - 20px) / 2);
	}
}
.box_index_cat {
	margin: 32px 0 0;
	border: solid 5px #EAE3D6;
}
@media print, screen and (min-width: 768px) {
	.box_index_cat:nth-of-type(-n+2) {
		margin-top: 8px;
	}
}
.box_index_cat dt {
	padding: 8px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	font-size: 131%;
	font-weight: bold;
	text-align: center;
	background: #FCE7BD;
	color: #69390e;
}
.box_index_cat dd {
	margin: 0;
}



/* ===========================================
  treatment
=========================================== */
.box_treatment h2,
.box_access h2,
.box_cataract h2 {
	/* position:relative;
	margin-bottom:24px;
	color:#00A99D;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	font-size:188%;
	font-weight:normal;
	text-align:center; */
}
.box_treatment h2:before,
.box_access h2:before,
.box_cataract h2:before {
	/* content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-top: 1px solid; */
}
.box_treatment h2 span,
.box_access h2 span,
.box_cataract h2 span {
	/* position:relative;
    display: inline-block;
    padding: 0 0.5em;
    background-color: white; */
}
/* 
.box_examination table {
	margin:0 24px;
	border-collapse: separate;
	border-spacing: 0;
}
.box_examination th {
	width:184px;
	padding:16px;
	text-align: right;
	vertical-align: top;
	background: #FCE7BD;
}
.box_examination td {
	padding:16px;
	vertical-align: top;
}
.box_examination tr:not(:first-child) th,
.box_examination tr:not(:first-child) td {
	border-top: 4px dotted #622C1F;
}
.box_examination dl {
	margin:0 24px;
	background-color:#FCE7BD;
}
.box_examination dl dt {
	float:left;
	width:184px;
	padding:16px;
	font-weight:bold;
	text-align:right;
	border-bottom:3px dotted #622C1F;
}
.box_examination dl dt:nth-child(19) {
	border-bottom:none;
}
.box_examination dl dd {
	margin:0 0 0 220px;
	padding:16px;
	border-bottom:3px dotted #622C1F;
	background-color:#FFF;
}
.box_examination dl dd:last-child {
	border-bottom:none;
}
 */

.box_treatment {

}
.contact_list {
	.check {
		position: relative;
		border-top: solid 2px #00A99D;
		border-bottom: solid 2px #00A99D;
		background: #f4f4f4;
		line-height: 1.4;
		padding: 0.4em 0.5em;
		margin: 3em 0 0.5em;
	}
	.check:after {
		/*タブ*/
		position: absolute;
		/* font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
		font-weight: 900;
		content: '\f0a7\ POINT'; */
		content: 'POINT';
		background: #00A99D;
		color: #fff;
		left: 0px;
		bottom: 100%;
		border-radius: 5px 5px 0 0;
		padding: 5px 7px 3px;
		font-size: 0.7em;
		line-height: 1;
		letter-spacing: 0.05em;
	}
	h4 { margin-bottom: .2em;}
	
	ol.number {
		list-style: none;
		counter-reset: number;
		padding-left: 1em;
	}
	.number li {
		position: relative;
		padding-left: 1.5em;
	}
	.number li::before {
		counter-increment: number;
		content: counter(number);
		position: absolute;
		top: .3em;
		left: 0;
		width: 1em;
		height: 1em;
		border: 1px solid #000;
		border-radius: 50%;
		font-size: 1em;
		text-align: center;
		line-height: 1em;
	}
}
.column_h {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
}

.column_h:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.column_h:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

.column {
	position: relative;
	padding: 1rem 2rem;
	border-radius: 0 10px 10px 10px;
	border: 1px solid #E8551E;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	/* background: rgba(238, 189, 81, 0.1); */
	margin: 8rem 0 70px;
	@media only screen and (max-width: 767px) {
		padding: 1rem 1rem;
		margin-left: 0rem; margin-right: 0rem;
	}
	&:before {
		font-size: 15px;
		position: absolute;
		top: -2em;
		left: 0;
		height: 2em;
		line-height: 2em;
		padding: 0 1em;
		content: '\ COLUMN';
		color: #fff;
		border-radius: 10px 10px 0 0;
		background: #E8551E;
		letter-spacing: .08em;
	}
	.box3:first-child {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	h3 {
		margin-bottom: 1.5em;
	}
	h4 {
		border-bottom: solid 2px rgba(105,57,14,.2) ;
		position: relative;
		padding: 0 0 .3em .3em;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	h4:after {
		position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 2px rgba(232,85,29,.8) ;
		bottom: -2px;
		left: -.3em;
		width: 20%;
	}
}

/* ===========================================
  cataract
=========================================== */
.box_cataract h2 {
	/* examination */
	line-height: 1.4;
}
.box_cataract h3 {
  margin: 70px 0 0;
  color: #69390E;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 150%;
}
.box_cataract .box_outline h3 {
	margin-top: 0;
}
.box_cataract h4 {
	display: inline-block;
	background: #E8551E;
	color: #FFF;
	margin: 35px auto 16px;
	padding: 8px 15px;
	line-height: 1;
	font-size: 112%;
	border-radius: 20px;
}
.box_cataract h3 + h4 {
	margin-top: 25px;
}
.box_cataract h3 + p {
	margin-top: 30px;
}
.box_cataract .box_outline p {
	margin-top: 30px;
}
.box_cataract .box_outline .box_img {
	float: right;
	margin-left: 30px;
}
.box_cataract .box_outline img {
	width: 402px;
}
.box_cataract .box_operation .box_img {
	margin: 16px auto;
}
.box_cataract .box_flow h4 {
	position: relative;
	background: #00A99D;
}
.box_cataract .box_flow h4:not(:nth-of-type(1)):before {
	content: "";
	display: inline-block;
	height: 35px;
	width: 22px;
	top: -35px;
	left: 40px;
	background: url(../img/cataract/img_arrow.png) no-repeat;
	position: absolute;
}
.box_cataract .box_flow p {
	background: #FCE7BD;
	padding: 35px 20px;
	margin-left: 18px;
	margin-top: -36px;
	border-radius: 4px;
}
.color_orange {
	color: #e8551e;
}

/* ===========================================
  facilities
=========================================== */
.box_facilities .tile {
  float:left;
  width:400px;
  margin:20px 40px 20px 0;
}
.box_facilities .tile:nth-child(2n){
  margin-right: 0;
}

.box_facilities .others .box_img{
  float: left;
  width: 130px;
  margin-right: 10px;
}
.box_facilities .others p {
  margin-left: 140px;
}


/* ===========================================
  equipment
=========================================== */
.box_equipment .tile {
	float:left;
	width:250px;
	margin:20px 52px 20px 0;
}
.box_equipment .tile:nth-child(3n){
	margin-right:0;
}
.box_equipment .tile h2 {
	font-size:16px;
}


/* ===========================================
  access
=========================================== */
.box_access .box_img {
	float:left;
	margin-bottom: 20px;
}
.box_access .box_img img{
	vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
	.box_access .box_img img{
		width: 100%;
		height: auto;
	}
}
.box_access .box_img img:first-of-type{
	margin-right: 10px;
}
@media only screen and (min-width: 768px) {
	.box_access h3,
	.box_access p{
		float: right;
		width: calc(100% - 442px);
	}
}

.box_access h3 {
	margin: 0 0 5px;
	color: #69390E;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	font-size: 150%;
	line-height:1em;
}
.box_access p {
	margin: 0 0 20px;
}
.box_access dl dd:last-child {
	margin-bottom:0;
}
.box_access dl dd.parking img {
	float: right;
	margin: 3px 0 0 10px;
}
#access ul {
	margin:0;
	padding-left:20px;
}

/* ===========================================
  sitemap
=========================================== */
.box_sitemap dl {
	margin:0;
	padding:0;
}
.box_sitemap dl dt {
	float:left;
	width:220px;
}
.box_sitemap dl dd {
	margin: 0 0 16px 0;
	padding: 0 0 0 236px;
}

/* ===========================================
  news_list, news_post
=========================================== */
.box_news_cat{
	padding: 16px;
}
.box_news_cat ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 0 100px;
	padding: 0;
	list-style: none;
}
.box_news_cat li{
	width: calc(100% / 3);
}
.box_news_cat li::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	border-top: 1px solid #69390E;
	border-right: 1px solid #69390E;
	transform: rotate(45deg);
}
.box_news_cat a{
	color: #69390E;
}
.box_news_cat a:hover{
	color: #00A99D;
}
.box_news_list dl {
	margin: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 3px dotted rgba(98,44,31,.5);
}
.box_news_list dt {
	position: relative;
	width: calc(310px - 20px);
	padding: 20px 20px 20px 0px;
}
.box_news_list dt::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 866px;
	border-bottom: 3px dotted rgba(98,44,31,.5);
}
.news_label{
	display: inline-block;
	margin: 0 10px;
	padding: 4px;
	color: #fff;
	font-size: 90%;
	line-height: 1;
	text-align: center;
	background-color: #69390E;
}
.box_news_list dt span{
	width: 160px;
}
.box_news_list dd {
	margin: 0;
	width: calc(100% - 310px);
	padding: 20px 0px;
}

.box_news_list ul.page-numbers {
	background: #F6F3ED;
	margin-top: 30px;
	padding: 15px;
	text-align: center;
	list-style: none;
}
.box_news_list .page-numbers li {
	display: inline;
}
.box_news_list .page-numbers .current,
.box_news_list .page-numbers li a {
	display: inline-block;
	width: 2em;
	height: 2em;
	border-radius: 2em;
	color: #333;
}
.box_news_list .page-numbers .current,
.box_news_list .page-numbers li a:hover {
	background: #DCCEC5;
}
.box_news_list .page-numbers .prev,
.box_news_list .page-numbers .next  {
	text-decoration: none;
	display: block;
	position: relative;
}
.box_news_list .page-numbers .prev {
	float: left;
}
.box_news_list .page-numbers .next {
	float: right;
}
.box_news_list .page-numbers .prev::before,
.box_news_list .page-numbers .next::before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
}
.box_news_list .page-numbers .prev::before {
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
	left: calc(50% - 4px);
}
.box_news_list .page-numbers .next::before {
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	right: calc(50% - 4px);
}


.news_date {
	color: #69390E;
}
/*--*/
.box_news_post h3 {
	color: #E8551E;
}
.box_news_post th {
	background: #FCE7BD;
}
.box_news_post th,
.box_news_post td {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 20px;
}
/*--*/
.box_news_post .btn_modoru {
	margin-top: 55px;
}
.box_news_post .btn_modoru a {
	display: block;
	text-align: center;
	background: #00A99D;
	margin: auto;
	color: #FFF;
	text-decoration: none;
	max-width: 260px;
	font-size: 106%;
	line-height: 1;
	padding: 12px;
}
.box_news_post .btn_modoru a:hover {
	opacity: 0.7;
}

br.sp {
	display: none;
}

@media only screen and (min-width: 768px){
	.sp_only{
		display: none;
	}
}
@media only screen and (max-width: 767px){
/*タブレットよりも小さいサイズの指定（つまりスマホの指定）*/
br.sp {
	display: inline-block;
}
.sp_none{
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
.tel-link a {
	text-decoration: none;
	color: #69390E;
}
#breadcrumb {
	display: none;
}
#wrapper {
	width: 100%;
}
#header {
	width: calc(100% - 20px*2);
	padding: 7px 20px;
}
#header h1 {
	width: auto;
	float: none;
	text-align: left;
}
#header h1 img {
	width: 200px;
}
#header h1 .nintei {
	position: relative;
	margin: 20px -20px;
	text-align: center;
}
#header .address {
	float: none;
	text-align: center;
	font-size: 105%;
	line-height: 1.5;
}
#header .address .tel {
	font-size: 160%;
}
#header #nav {
	display: block;
	/* width: calc(100% - 10px*2); */
	margin: 0 10px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
#header #nav p.sp {
	display: block;
	background: #00A99D;
	color: #FFF;
	width: 80px;
	margin: 0 0 0 auto;
	padding: 15px 0;
	border-radius: 0 0 4px 4px;
	font-weight: bold;
	cursor: pointer;
}
#header #nav p.sp:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg);
	margin: auto;
}
#header #nav ul {
	display: none;
	position: absolute;
	right: 0;
	width: calc(100vw - 23px*2);
	padding: 9px;
	border: solid 4px #00A99D;
	background: #FFF;
	/*margin-top: -4px;*/
}
#header #nav ul li {
	display: block;
	width: 100%;
}
#header #nav ul li a {
	display: block;
	width: calc(100% - 16px*2);
	height: auto;
	text-align: left;
	border: none;
	border-top: dashed 1px #69390E;
	padding:16px;
}
#header #nav ul li a:before {
	content: "";
	display: inline-block;
	left: 0;
	width: 7px;
	height: 7px;
	border-top: 2px solid #69390E;
	border-right: 2px solid #69390E;
	transform: rotate(45deg);
	margin-right: 10px;
}
#header #nav ul li:nth-of-type(1) a {
	border-top: none;
}
#header #nav ul li a:hover {
	border: none;
	border-top: dashed 1px #69390E;
}
#header #nav ul li:nth-of-type(1) a:hover {
	border-top: none;
}

#aboutus #header #nav ul li.nav_aboutus a,
#examination #header #nav ul li.nav_examination a,
#cataract #header #nav ul li.nav_cataract a,
#facilities #header #nav ul li.nav_facilities a,
#equipment #header #nav ul li.nav_equipment a,
#access #header #nav ul li.nav_access a {
	border-bottom: none;
	background: rgba(0,169,157,0.2);
}
#aboutus #header #nav ul li.nav_aboutus a:hover,
#examination #header #nav ul li.nav_examination a:hover,
#cataract #header #nav ul li.nav_cataract a:hover,
#facilities #header #nav ul li.nav_facilities a:hover,
#equipment #header #nav ul li.nav_equipment a:hover,
#access #header #nav ul li.nav_access a:hover {
	border-bottom: none;
}

#article h1 {
	font-size: 1.75em;
	line-height: 1.3;
	margin: 20px 10px;
}
#contents {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.box_common {
	margin: 0;
	padding: 15px;
	border: 8px solid #EAE3D6;
}
.box_common + .box_common {
	border-top: 0;
}
.box_hours h2 {
	float: none;
	text-align: center;
}
.box_hours .txt_holiday {
	display: none;
}
.box_hours .txt_holiday_sp {
	margin-bottom: 0;
}
.box_hours table th,
.box_hours table td {
	font-size: 88%;
	padding: 5px 3px;
	line-height: 1.1;
	width: 2em;
}
.box_hours table th:first-child,
.box_hours table td:first-child {
	padding: 5px 3px;
	width: calc(100% - 3.5em*7);
}
.box_hours table th:last-child,
.box_hours table td:last-child {
	padding-right: 3px;
	width: 3em;
}
.box_hours table th .gozen,
.box_hours table th .gogo {
	display: none;
}
.box_hours table th .time {
	width: 4em;
}
.box_hours .txt_holiday_sp {
	display: block;
}


#footer {
	background: #F6F3ED;
	padding: 15px;
}
#footer .inner_footer {
	width: 100%;
}
#footer .inner_footer iframe {
	float: none;
	width: 100%;
	margin: 0;
}
#footer .inner_footer .address .pc {
	display: none;
}
#footer .f_gnav {
	display: block;
}
#footer .f_gnav ul {
	list-style: none;
	padding: 0;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	border-top: dashed 1px #69390E;
}
#footer .f_gnav li {
	width: 50%;
	box-sizing: border-box;
	border-bottom: dashed 1px #69390E;
}
#footer .f_gnav li.nav_focus {
	width: 100%;
}
#footer .f_gnav li a {
	display: block;
	color: #69390E;
	padding: 10px;
}
#footer .f_gnav li a:before {
    content: "";
    display: inline-block;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #69390E;
    border-right: 2px solid #69390E;
    transform: rotate(45deg);
    margin-right: 10px;
}

#footer .f_nav {
	margin: 15px auto;
	padding: 0;
	width: 100%;
	border-top: none;
}
#footer .f_nav ul li {
	float: none;
	margin: 0;
}
#footer .f_nav ul li a {
	background: #EAE4D4;
	display: block;
	width: calc(100% - 10px*2);
	padding: 10px;
	margin-bottom: 10px;
}
#footer .f_nav #copyright {
	text-align: center;
	margin-top: 30px;
}

#pagetop img {
	width: 82px;
	height: auto;
}

/* ===========================================
	top
=========================================== */
#top #contents {
	margin-top: 0;
}
.gaikan {
	height: 161px;
	background-image: url(../img/top/main.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 0;
}
.box_welcome h2 {
	position: relative;
	top: 0;
	left: calc(50% - 98px);
}
.box_welcome p {
	padding: 0;
}
.box_welcome .name {
	margin-top: 10px;
}
.box_welcome .sotsugyo {
	display: inline-block;
	font-size: 80%;
}
.box_news.box_common.tile {
	padding: 15px;
}
.box_news {
    float: none;
	width: calc(100% - 23px*2);
    margin-bottom: 0;
}
.box_news h2 {
	text-align: center;
}
.box_news dl {
	width: 100%;
	border-top: dashed 1px #69390E;
}
.box_news dl dt,
.box_news dl dd {
	line-height: 1.3;
	margin: 0;
}
.box_news dl dt {
	padding-top: 0.5em;
}
.box_news dl dd {
	padding-bottom: 0.5em;
}
.box_news dd {
	border-bottom: dashed 1px #69390E;
}
.box_news p a.btn {
	display: block;
	margin: 1em auto 0;
}
#top .box_hours {
    float: none;
    margin-top: 0;
}

/* ===========================================
	aboutus
=========================================== */
.box_greetings .box_img {
	float: none;
	margin: 10px 0 0 0;
}
	.box_greetings .box_img img{
		margin-bottom: 5px;
	}
.box_greetings .box_profile h2 {
	position: relative;
	top: 0;
	left: calc(50% - 95px);
	width: 189px;
	margin-bottom: 30px;
	padding: 74px 0 0 17px;
	background-size: 100% auto;
}
.box_greetings .box_profile .inner_profile {
	padding: 0;
}
.box_greetings .box_profile .inner_profile dl {
	margin-bottom: 30px;
}
.box_greetings .box_idea {
	margin-top: 0;
	padding: 20px;
}
.box_greetings .box_idea h2 {
	font-size: 180%;
	margin-top: 5px;
	margin-bottom: 15px;
}
.box_achievements .box_society,
.box_achievements .box_paper {
	width: 100%;
	height: inherit;
	float: none;
	margin-right: 0;
	padding-right: 0;
}
.box_achievements .box_paper::before {
	content: "";
	display: block;
	height: 8px;
	width: calc(100% + 15px*2);
	background: #EAE3D6;
	margin: 15px -15px;
}
.box_achievements .box_society {
	border-right: none;
}
/* ===========================================
  examination
=========================================== */
/* .box_examination h2,
.box_access h2,
.box_cataract h2 {
	font-size:135%;
	font-size: 5.5vw;
	line-height: 1.3;
	padding-top: 5px;
}
.box_examination h2 span, 
.box_access h2 span, 
.box_cataract h2 span {
	padding: 0;
}
.box_examination h2::before, 
.box_access h2::before, 
.box_cataract h2::before {
	display: none;
} */
.box_examination table {
	margin: 0;
}
.box_examination th {
	width: auto;
	white-space: nowrap;
}
.box_examination th,
.box_examination td {
	padding: 10px;
}
.box_examination tr:not(:first-child) th,
.box_examination tr:not(:first-child) td {
	border-top: 2px dotted #622C1F;
}

.box_examination dl {
	margin: 0;
}
.box_examination dl dt {
	width: 7em;
}

/* ===========================================
  cataract
=========================================== */
.box_cataract .box_outline .box_img {
	margin-left: 0;
}
.box_cataract .box_outline img {
	width: 100%;
}

/* ===========================================
  facilities
=========================================== */
.box_facilities .tile {
	width: 100%;
	float: none;
	text-align: center;
}
.box_facilities .tile:first-child {
	margin-top: 0;
}
.box_facilities .tile p {
	text-align: left;
}


/* ===========================================
  equipment
=========================================== */
.box_equipment .tile {
	margin-top: 0;
	width: 100%;
	text-align: center;
}
.box_equipment .tile h2 {
	font-size: 125%;
}
.box_equipment .tile p {
	text-align: left;
}

/* ===========================================
  access
=========================================== */
.box_access .box_img {
	float: none;
	width: 100%;
}
.box_access dl {
	padding: 0;
}
.box_access iframe {
	/*width: 100%;*/
	display: none;
}

/* ===========================================
  sitemap
=========================================== */
.box_sitemap dl dt {
	float: none;
}
.box_sitemap dl dd {
	padding-left: 1.8em;
	text-indent: -1.8em;
}

/* ===========================================
  link
=========================================== */
.box_link ul {
	margin: 0;
	padding-left: 1em;
}
.box_link li {
	line-height: 1.5;
	margin-bottom: 20px;
}
.box_link li a {
	display: inline-block;
}

/* ===========================================
  news_list, news_post
=========================================== */
	.box_news_cat{
		padding: 15px;
	}
	.box_news_cat ul{
		margin: 0;
	}
	.box_news_cat li{
		width: 100%;
	}
.box_news_list dt::before{
	width: 100%;
}
.box_news_list dt {
	width: 100%;
	text-align: left;
	padding-right: 0;
	padding-bottom: 0;
}
	.box_news_list dt span{
		width: auto;
		margin-right: 0;
	}
.box_news_list dd {
	width: 100%;
	padding-top: 0;
}

}





/* ===========================================
  treatment_des
=========================================== */
.box_treatment_des {
	text-align: justify;
}
.box_treatment_des [class^="box2_"] h3 {
    display: inline-block;
	min-width: 5em;
    margin: 35px auto 16px;
    padding: 8px 15px;
    font-size: 20px;
    line-height: 1;
	letter-spacing: 0.5em;
	text-align: center;
	text-indent: 0.5em;
    border-radius: 100vmax;
    background: #00A99D;
    color: #FFF;
}
.box_treatment_des .box3 {
	margin: 70px auto;
	padding: 70px 0;
}
.box_treatment_des .box3 h3 {
    color: #69390E;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-size: 20px;
}
.box_treatment_des .box4 h3 {
	display: inline-block;
	min-width: 5em;
    margin: 35px auto 16px;
    padding: 8px 20px;
    font-size: 20px;
    line-height: 1.2;
	text-align: center;
    border-radius: 100vmax;
    background: #E8551E;
    color: #FFF;
}
/* .box_treatment_des .img_pc_right {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.box_treatment_des .img_pc_right {
		width: 50%;
	}
} */
.box_treatment_des .box4 .keikakomi {
	border: solid 1px #EAE3D6;
	margin: 1em auto;
	padding: 1em;
	.picture {
		min-width: 180px;
	}
}
.box_treatment_des th,
.box_treatment_des td {
	border: solid 1px #69390e;
}
.features {
	table {
		width: 100%;
		font-size: 14px;
		th, td {
			padding: 0.5em;
			vertical-align: top;
		}
		th {
			text-align: center;
			vertical-align: middle;
			color: #69390E;
			background-color: #EAE3D6;
		}
		td {
			padding: 0.5rem;
		}
	}
}
.box_treatment_des .box4 {
	&.surgery {
		margin-top: 9%;
		h3 {
		position: relative;
		padding: 0 65px;
		text-align: center;
		background: none;
		color: #E8551E;
		font-size: 180%;
		@media print, screen and (max-width: 767px) {
			font-size: 140%;
			margin-top: 70px;
			margin-bottom: 0;
		}
		}

		h3:before {
		position: absolute;
		top: calc(50% - 1px);
		left: 0;
		width: 100%;
		height: 2px;
		content: '';
		background: #E8551E;
		@media print, screen and (max-width: 767px) {
		}
		}

		h3 span {
		position: relative;
		padding: 0 1em;
		background: #fff;
		}
		h4 {
			margin: 70px 0 0;
			color: #69390E;
			font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
			font-size: 150%;
		}
		h4.type2 {
			position: relative;
			display: inline-block;
			padding: 0 55px;
			margin-top: 60px;
			margin-bottom: 1rem;
			font-size: 24px;
		}

		h4.type2:before, h4.type2:after {
			content: '';
			position: absolute;
			top: 50%;
			display: inline-block;
			width: 45px;
			height: 1px;
			background-color: black;
		}

		h4.type2:before {
			left:0;
			}
		h4.type2:after {
			right: 0;
		}
		h5 {
			display: inline-block;
			background: #E8551E;
			color: #FFF;
			margin: 35px auto 16px;
			padding: 8px 15px;
			line-height: 1;
			font-size: 112%;
			border-radius: 20px;
			@media print, screen and (max-width: 768px) {
				font-size: 100%;
			}

		}
		h5.red {
			background: #E8551E;
		}
		.picture img{
			width: 100%;
		}
		strong {
			color: #E8551E;
		}
		.box_flow {
			h5 {
					position: relative;
					background: #00A99D;
					&:not(:nth-of-type(1)):before {
						content: "";
						display: inline-block;
						height: 35px;
						width: 22px;
						top: -35px;
						left: 40px;
						background: url(../img/treatment/img_arrow.png) no-repeat;
						position: absolute;
					}
				}
			.item {
				background: #FCE7BD;
				padding: 35px 20px;
				margin-left: 18px;
				margin-top: -36px;
				border-radius: 4px;
				
			}
			
		}
	}
}


/* ===========================================
  symptoms
=========================================== */
.link_list {
	margin-top: 50px;
	margin-bottom: 70px;
	ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		li {
			flex: 0 0 auto;
			width: 33%;
			margin-bottom: .5em;
			@media print, screen and (max-width: 768px) {
				width: 50%;
				font-size: 15px;
			}
			a {
				color: inherit;
				text-decoration: none;
			}
			a:hover {
				color: #00A99D;
				text-decoration: underline;
			}
		}
	}
}

/* ===========================================
  component
=========================================== */
.c_col_s1_p2 {
	margin-top: 1.8em;
}
.picture {
	margin-top: 1.8em;
	margin-bottom: 1.8em;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.c_col_s1_p2 {
		display: flex;
		/* flex-wrap: wrap; */
		justify-content: space-between;
	}
	.c_pc_order1 {
		order: 1;
	}
	.c_pc_order2 {
		order: 2;
	}
	.picture {
		min-width: 230px;
		margin-top: 0;
		margin-left: 32px;
		flex-shrink:0;
	}
	.picture.c_pc_order1 {
		margin-left: 0;
		margin-right: 32px;
	}
	.picture img {
		margin-top: 0.3em;
	}
}
.c_col_s1_p3 {
	margin-top: 1.8em;
}
@media print, screen and (min-width: 768px) {
	.c_col_s1_p3 {
		display: flex;
		justify-content: space-between;
	}
	.c_col_s1_p3 > * {
		width: calc((100% - 60px) / 3);
	}
}

/* ===========================================
  utility
=========================================== */
.u_text_left {
	text-align: left;
}
.u_text_justify {
	text-align: justify;
}
.u_text_right {
	text-align: right;
}

.u_flex {
	display: flex;
}
.u_flex_wrap {
	display: flex;
	flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
	.u_pc_w20per {
		flex: 0 0 auto!important;
		width: 20%;
	}
	.u_pc_w25per {
		flex: 0 0 auto!important;
		width: 25%;
	}
	.u_pc_w33per {
		flex: 0 0 auto!important;
		width: 33%;
	}
	.u_pc_w50per {
		flex: 0 0 auto!important;
		width: 50%;
	}
	.u_pc_w66per {
		flex: 0 0 auto!important;
		width: 66%;
	}
	.u_pc_w100per {
		flex: 0 0 auto!important;
		width: 100%;
	}
}
.u_mt0 {
	margin-top: 0!important;
}
.u_mt1 {
	margin-top: .5em;
}
.u_mt2 {
	margin-top: 1em;
}
.u_mt3 {
	margin-top: 1.5em;
}
.u_mt4 {
	margin-top: 2em;
}
.u_mb0 {
	margin-bottom: 0!important;
}
.u_fs_87per {
	font-size: 87%;
}
.u_indent01 {
	text-indent: -1em;
	padding-left: 1em;
}
.u_lh_140 {
	line-height: 1.4;
}
.under_line {
	border-bottom: double 6px #00A99D;
}

/* ===========================================
  irodoriさん追加分
=========================================== */

.c_col_s1_p2 {
	& > * {
		flex:1 0 0%;
	}
}
.picture.u_pc_w33per {
	.c_col_s1_p2 {
		margin-top: 0;
		.col + .col {
			@media print, screen and (max-width: 767px) {
				margin-top: 1.8rem;
			}
		}
	}
}
.picture.u_pc_w33per {
	.c_col_s1_p2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-top: 0;
		@media print, screen and (max-width: 767px) {
			flex-direction: column;
		}
		.col {
			flex: 0 0 auto;
			margin-top: 0;
			margin-bottom: 0;
			width: 50%;
			@media print, screen and (max-width: 767px) {
				width: auto;
				height: auto;
			}
		}
		.col + .col {
			margin-top: 0;
			margin-bottom: 0;
			@media print, screen and (max-width: 767px) {
				margin-top: 1.8em;
			}
		}
	}
}
.picture.u_pc_w50per {
	.c_col_s1_p2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-top: 0;
		@media print, screen and (max-width: 767px) {
			flex-direction: column;
		}
		.col {
			flex: 0 0 auto;
			width: 50%;
			margin-top: 0;
			margin-bottom: 0;
			@media print, screen and (max-width: 767px) {
				width: auto;
				height: auto;
			}
		}
		.col + .col {
			margin-top: 0;
			margin-bottom: 0;
			@media print, screen and (max-width: 767px) {
				margin-top: 1.8em;
			}
		}
	}
}

.picture.u_pc_w100per {
	margin-left: 0;
	.c_col_s1_p3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-top: 0;
		@media print, screen and (max-width: 767px) {
			flex-direction: column;
		}
		.col {
			flex: 0 0 auto;
			margin-top: 0;
			margin-bottom: 0;
			@media print, screen and (max-width: 767px) {
				width: auto;
				height: auto;
			}
		}
		.col + .col {
			margin-top: 0;
			margin-bottom: 0;
			@media print, screen and (max-width: 767px) {
				margin-top: 1.8em;
			}
		}
	}
}

.box_common.type2 {
	.list_focus {
		/* 
		.item {
			width: 50%;
			@media print, screen and (max-width: 767px) {
				width: 100%;
			}
		}
		 */
		a {
			/* background: none; */
			/* img {
				max-width: 100%;
				height: auto;
				margin-bottom: 1rem;
			} */
			@media print, screen and (max-width: 767px) {
				/* width: 100%;
				padding: 0.5em 0em; */
			}
		}
		/* 
		.treatment {
			display: flex;
			
		}
		 */
		.btn_disease,.btn_treatment {
			/* border-radius: 50px;
			display: flex;
			align-items: center;
			justify-content: center; */
		}
		.btn_disease {
			/* border: 1px solid #00A99D;
			color: #00A99D;
			width: 45%;
			margin-right: 20px;
			position: relative;
			padding: 5px; */
			&::after {
				/* content: "▶︎";
				position: absolute;
				font-size: 14px;
				top: 50%; right: -18px;
				transform: translateY(-50%); */
			}
			&.long {
				/* font-size: 90%; */
			}
		}
		.btn_treatment {
			/* width: 55%; */
			padding: 5px;
			&.long {
				/* font-size: 90%; */
				@media print, screen and (max-width: 767px) {
					/* font-size: 80%; */
				}
			}
		}
	}
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	table {
		@media print, screen and (max-width: 767px) {
			width: 865px;
		}
	}
}
