
@charset "utf-8";

/***********
	reset
***********/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1.2;
	background: #fff;
	color: #333;
	min-height: 100%;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

ul {
	list-style: none;
}

/***********
	tag
***********/
h1 {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color:#55534D;
    background-image: url(../img/h1_bk.gif);
    background-repeat: repeat-x;
	padding: 10px 0 10px 20px;
	font-size: 1em;
	color: #fff;
}

h2 {
	text-align: left;
	font-weight: bold;
	color:#7b4428;
	margin-bottom: 10px;
}

h3 {
	color: #333;
	margin-bottom: 10px;
}

h4 {
	color:#488b00;
	margin-bottom: 10px;
}

h5 {
	color: #333;
	margin-bottom: 10px;
}

p {
	line-height: 1.5;
}
div.tel{
	text-alilgn:center;
}
div.tel img{
	width:100%;
}


/***********
	layout
***********/
.content {
	background-color: #f9f5ee;
}

.header {
	background-color: #fff;
}

.content {
	padding: 10px;
}

.footer {
	text-align: center;
	padding: 3px 0;
	font-size: 0.875em;
}

.logo {
	background: url(../img/logo_bk.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 90px;
}

.imgflow li {
	padding: 5px;
	font-weight: bold;
	color: #488b00;
}

.imgflow li img{
	padding-bottom: 5px;
}

.fcl_txt {
	text-align: left;
	font-weight: normal;
	color: #333;
	font-size: 0.875em;
	margin-top: 5px;
	margin-bottom: 10px;
}

.content-body {
	margin-bottom:10px;
	border-left: 1px solid #e6d9c0;
	border-right: 1px solid #e6d9c0;
	border-bottom: 1px solid #e6d9c0;
	padding: 10px;
	background-color:#fff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}


/***********
	class
***********/
.align-right {
	text-align: right;
}

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

.topdiv {
	width:100%;
	display: -webkit-box;
	display: -moz-box;
}

.topLeft {
	width:30%;
}

.topRight {
	width:70%;
	text-align:left;
}

.maintext {
	padding: 0;
	color:#333;
	font-size:0.875em;
}

.blogdate {
	padding:10px 0 15px;
}

.ui-btn-active {
	border: 1px solid #54210d;
	background: #925c3a;
}

/*table*/
.table01 {
	width: 100%;
	color: #333;
	font-size: 0.75em;
    line-height: 1.5;
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 10px;
}

.table01 tr th {
	width: 8em;
	background-color: #eee;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
}

.table01 tr td {
	padding: 5px;
	background-color: #fff;
	text-align: left;
	border: 1px solid #ccc;
}

#whatsnew {
	color: #333;
	font-size: 0.875em;
	line-height: 1.5;
}

#whatsnew dt {
	padding-right: 1em;
	color: #7b4428;
	font-weight: bold;
}

#whatsnew dd {
margin-bottom:15px;
}

.date {
	color: #990000;
}

.current {
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 9px;
	text-align: center;
	font-size: 12px;
}

.current img {
}

hr {
	border: 0;
    height: 1px;
    background: #ccc;
	margin: 15px 0px;
}

.check {
	margin: 30px 0px;
}

.icon {
	background: url(../img/icon.gif) no-repeat left top;
	margin-top: 10px;
	padding-left: 35px;
	font-size: 0.875em;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.red {
	color: #C00;
}

.gr {
	color: #488b00;
}

.or {
	color: #d37700;
}

.br {
	color: #7b4428;
}

.mtop10 {
	margin-top: 10px;
}

.mtop30 {
	margin-top: 30px;
}

#pclink {
	color: #fff;
	display: block;
	width: 75%;
	margin: 20px auto;
	padding: 10px;
	background-color: #488b00;
	box-shadow: inset 0 0 0 1px #fff;
	border: solid 1px #488b00;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px #fff;
	font-size: 0.875em;
}

.clip02 {
border: solid #3b7200 3px;
padding: 5px;
background: #fff;
margin: 10px 3px 20px;
}
.clip02 h3{
margin:10px 0 5px;
}
table.inte2{
	width:100%;
	border-collapse: separate;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-spacing: 0;
	margin:0 0 20px 0;
    font-size:14px;
}

table.inte2 th{
	padding:5px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background:#f9f6d6;
	width:84px;
	text-align:left;
	font-weight:normal;
	width:28%;
}

table.inte2 td{
	padding:5px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background:#FFF;
	vertical-align:middle;
	line-height:1.6;
	vertical-align:top;
}
.clip{
	background:url(../img/clipbottom.gif) no-repeat 0 bottom;
	padding: 0 10% 70px;
	background-size: 100%;
    margin:-5px 0 20px;
}
h1.cliph1{
background:none;
padding:0;
margin:0;
}
h1.cliph1 img{
width:100%;
}
.waku{
	border:1px solid #000;
	border-radius:5px;
	padding:10px;
    margin:10px 0;
}

/*230129*/
#main.new div.galasses{
  overflow: hidden;
}

#main.new div.galasses .hPic img{
	border:solid 1px #cccccc;
	box-sizing: border-box;
}

#main.new div.galasses .hCol span.small,
.pediatric_glass p span.red{
	display:block;
	margin-top: 10px;
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
	color: #C00;
}

/*230220 op03_test修正*/
a.link_btn{
	display:inline-block;
	color:#fba933;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
	text-decoration:underline;
}

a.link_btn:hover{
	text-decoration:underline;
	opacity: 0.8;
}

 ul.po03_top_link{
  height: 70px;
  padding-left: 30px;
  width: 430px;
  padding-left: 0;
  margin: 0 auto;
}

div.pediatric_glass{
	margin-top:20px;
}

#page6.op03 .clip h3 {
  margin: 0 !important;
  text-align: left;
}

#page6.op03 h1.cliph1{
  text-align: center !important;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0);
  width: 97%;
  margin: 0 auto !important;
	background-image:url(../../images/ophthalmology/ttl11.gif);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 90px;
	color: #333;
}

#page6.op03 .clip {
  margin: -18px 0 20px;
}

#page6.op03 .clip > p > img{
	margin-top:20px;
}

#page6.op03 .clip dl {
  width: 96%;
}

#page6.op03 .clip .fr {
  margin-right: 30px;
  width: 175px;
}

#page6.op03 .clip dl dt {
  margin-bottom: 5px;
	display:flex;
	line-height: 1.6;
	color:#2A1713;
	font-size:14px;
	font-weight: bold;
	cursor: pointer;
	margin-bottom:10px;
}

#page6.op03 .clip dl dt span.num{
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-image: url(../../images/ophthalmology/num_bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  display: inline-block;
  padding: 0px 13px 0px 7px;
  box-sizing: border-box;
  line-height: 1.6;
}

#page6.op03 .clip dl dt.step5{
  align-items: flex-start;
  align-content: flex-start;
}

#page6.op03 .clip dl dd{
	display:none;
	font-size:14px;
	margin-left:0;
	margin-bottom:20px;
}

#page6.op03 .clip dl dt.step5 span.num {
  /*line-height: 3;*/
}

#page6.op03 .clip span.gf{
  color: #488b00;
  margin-bottom: 10px;
	font-weight:bold;
}

#page6.op03 h2#op02{
	border-left:solid 5px #6bb41e;
	padding-left: 10px;
	padding-bottom: 2px;
	border-bottom: solid 2px #cccccc;
	box-sizing: border-box;
	font-size:19px;
}

div.treatment .gr{
	font-size:16px;
}

div.treatment p{
	font-size:14px;
}

p.caution.red{
	text-indent:-1em;
	padding-left:1em;
}

/*230223*/
h2 small.small_font{
	font-size:16px;
}

div.faq{
	margin-bottom:30px;
}

p.mt_20 span.gf.small{
	font-size:14px;
}

p.mt_20 span.gf.big{
	font-size:16px;
}

#page6.op03 .clip dl dt.step6,
#page6.op03 .clip dl dt.step7,
#page6.op03 .clip dl dt.step8{
	border-left: solid 5px #6bb41e;
	padding-left: 10px;
	box-sizing: border-box;
}

.clip02 h3.gr.mtop30{
	margin-top:30px;
}

.pediatric_glass p.red.mb_30{
	margin-bottom:20px;
}

/*230528*/
#page6.op03 .clip dl dt::after{
	content:"▼";
	display:inline-block;
	margin-left: 5px;
	font-size: 15px;
	color:#6bb41e;
}

#page6.op03 .clip dl dt.step5::after{
	margin-top:6%;
}

#page6.op03 .clip dl dt.step6::after{
	margin-top:-6%;
}

#page6.op03 .clip dl dt small {
  width: 90%;
  display: block;
  letter-spacing: -0.03rem;
  font-size: 12px;
}

#page6.op03 .clip dl dt {
  flex-wrap: wrap;
}
table.inte{
	width:100%;
	border-collapse: separate;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-spacing: 0;
	margin:0 0 20px 0;
}

table.inte th{
	padding:5px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background:#F3F3F3;
	width:84px;
	text-align:center;
font-size: 0.875em;
}

table.inte td{
	padding:5px 0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background:#FFF;
	text-align:center;
	vertical-align:middle;
	line-height:1.6;
	vertical-align:top;
font-size: 0.875em;
}

table.inte th.in01{
	width:86px;
font-size: 0.875em;
}
.bgYe{
	background:#f9f6d6 !important;
}
div#topLink2{
	margin:0 10px 20px;
	padding:10px;
	font-size:12px;
	line-height:1.6;
	border:1px solid #CCCCCC;
}
div#topLink2 p span{
	display: block;
	text-align: center;
	margin-bottom: 7px;
}
div#topLink2 p.name{
	text-align: right;
	margin-top: 10px;
}
.gf {
    color: #3b7200;
    font-weight: bold;
}
#info_box2 {
    border: 1px solid rgba(215, 204, 186, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    clear: both;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #fffefd;
    border-radius: 5px;
		margin-top:30px;
}

.entry-link {
	display: block;
	max-width: 280px;
	margin: 1em 0 0;
	padding: 1em 0;
	border-radius: 20px;
	font-size: 0.9em;
	font-weight: 100 !important;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	background: #815440;
}