@charset "utf-8";

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* *  Basic information:
* *  - CSS guideline: FLOCSS
* *  - Created: 2014-12-25
* *  - Last update: 2014-12-25 by Suzuki
* *
* *  Order of discription:
* *  - Object [ project ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* ==========================================================================
   Object [ project ]
   ========================================================================== */

/* Project
   ----------------------------------------------------------------- */
body#symptoms .main__content  {
	padding-top:0;
}
body#symptoms #main h4 {
	clear: both;
	border:#137ec2 dotted 4px;
	border-radius: 10px;
	background-color:#fff;
	padding:26px 26px 20px;
	margin:10px 0 24px;
	text-align:center;
	font-size:24px;
}
body#symptoms #main h4 span {
	font-size: 16px;
	display: inline-block;
	padding-bottom: 10px;
	font-weight: bold;
}

.nav__symptoms ul {
	display: table;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	table-layout: fixed;
}
.nav__symptoms .content__nav {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.nav__symptoms .content__nav br {
	display: none;
}
.nav__symptoms .content__nav.slash {
	width: 10px;
	color: #69c;
}

body#symptoms #main h4:hover {
    cursor: pointer;
    background-color: #137ec2;
	color: #fff;
}
input[type="checkbox"].on-off{
    display: none;
}
.on-off__content {
    display: none;
}
.on-off__content__whiteBox {
	border: #edf2f9 solid 4px;
	border-radius: 8px;
	background-color: #fff;
	padding: 30px 0;
	text-align: center;
	margin-top: 40px;
}
.on-off__content__whiteBox h5 {
	display: block;
	margin: 0 auto;
	text-align: center;
    background-color: #137ec2;
	color: #fff;
	border-radius: 6px;
	width: 240px;
	height: 40px;
	line-height: 40px;
	font-size: 131%;
	margin-top: -50px;
	margin-bottom: 30px;
}
.on-off__content__whiteBox > p img {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.whiteBox__yellow {
	font-size: 138.1%;
	margin-top: 20px;
	background-color: #fff9bb;
	color: #f06793;
	display: inline;
}
.table {
	display: table;
	vertical-align: middle;
	text-align: left;
	table-layout: fixed;
	margin-top: 30px;
}
.table dl {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.table dl.table__center {
	padding: 0 10px;
}
.table dt {
	background-color: #137ec2;
	color: #fff;
	text-align: center;
	font-size: 116%;
	height: 40px;
	line-height: 40px;
	border-radius: 6px 6px 0 0;
}
.table dt br {
	display: none;
}
.table dd {
	background-color: #edf3f9;
	padding: 15px;
	display: table;
	box-sizing: border-box;
	border-radius: 6px 6px;
	vertical-align: middle;
}
.table .table__left__img {
	display: table-cell;
	vertical-align: middle;
}
.table .table__left__text {
	display: table-cell;
	line-height: 2;
	vertical-align: middle;
}
.__whiteBox2 {
	padding-bottom: 0;
}
.__whiteBox2 ul {
	display: table;
	vertical-align: middle;
	table-layout: fixed;
	width: 100%;
}
.__whiteBox2 li {
	display: table-cell;
}
.__whiteBox2 img {
	margin: 0 auto;
}
.__whiteBox2 li.w80 {
	width: 66%;
}
.__whiteBox2 .bottom {
	background-color: #edf2f9;
	padding: 20px 0;
}
.__whiteBox2 .bottom .title {
	background-color: #fff;
	padding: 10px 0;
	margin: 0 10px;
	border-radius: 6px;
	color: #137ec2;
	font-size: 123.1%;
}
.__whiteBox2 .bottom .img {
	margin-top: 20px;
}

.movie_wrap {
	border: none;
	background-color: #fafcfd!important;
	width: 70%;
	margin: 0 auto;
	margin-top: 50px;
}

.movie_wrap .u-text-right {
	margin-top: -20px;
}

.movie {
	margin: 30px auto;
	padding: 0;
}

.movie iframe {
	display: block;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	margin-top: -10px;
	padding: 0;
}

.__whiteBox3 img {
	width: 90%;
}

.toTop {
	margin-top: 20px;
	margin-right: 5px;
}
.main__content .toTop {
	margin-right: 0px;
}

.sp {
	display: none;
}
.__whiteBox3 p .sp {
	display: none;
}
.button {
	background-color: #1789ca;
	border: 3px #fff solid;
	border-radius: 50px;
	box-sizing: border-box;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	font-size: 123.1%;
	display: block;
	width: 70%;
	margin: 0 15%;
	margin-top: 40px;
	text-align: center;
}
.button br {
	display: none;
}
.__whiteBox4 {
	overflow: hidden;
}
.__whiteBox4 .right {
	float: right;
	margin-left: 20px;
	width: 40%;
}
.__whiteBox4 .right img {
	width: 100%;
}

 .treatment__container {
 	background-color: #fdeff1;
 	box-sizing: border-box;
 	padding: 30px;
 	border-radius: 6px;
 	margin-top: 30px;
 	width: 100%;
 	overflow: hidden;
 }
.treatment__container > p:first-child {
	width: 100%;
	background-color: #ef6793;
	margin-right: 10px;
}
.treatment__container p:first-child img {
	margin: 0 auto;
	background-color: #ef6793;
}
.treatment__container p:first-child span:before {
 	content: url(../../ophthalmology/images/treatment_03_left.png);
 	width: 8px;
 	float: left;
 	margin-left: -8px;
 }
.treatment__container p:first-child span:after {
 	content: url(../../ophthalmology/images/treatment_03_right.png);
 	width: 8px;
 	float: right;
 	margin-top: -64px;
 	margin-right: -8px;
 }
.treatment__container *:first-child + * + * img.left {
	float: left;
	margin-left: 50px;
}
.treatment__container *:first-child + * + * img.right {
	float: right;
	margin-right: 50px;
}
.table2 {
	display: table;
	vertical-align: middle;
	table-layout: fixed;
	width: 100%;
}
.table2 p {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 50%;
	padding-top: 20px;
}
.table2 p.textResize {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px
}
.table2 img {
	width: 100%;
}
.Panel1 > p ,
.Panel2 > p ,
.Panel3 > p {
	text-align: center;
}

@media only screen and (max-width: 946px) {
	.toTop {
		margin-right: 0px;
	}
	.treatment__container {
		width: 100%;
		margin-right: 250px;
	}
	.treatment__container p:nth-child(2) {
		margin-right: 0;
	}
	.treatment__container *:first-child + * + * {
		width: 100%;
	}
	.treatment__container *:first-child + * + * img.left {
		float: left;
		width: 45%;
		height: auto;
		margin-left: 0;
	}
	.treatment__container *:first-child + * + * img.right {
		float: right;
		width: 45%;
		height: auto;
		margin-right: 0;
	}
}

.pc_symptoms {
	display: block!important;
}
.sp_symptoms {
	display: none!important;
}
@media only screen and (max-width: 800px) {
	.nav__symptoms .content__nav br {
		display: inline;
	}
	.table {
		display: block;
		vertical-align: middle;
		text-align: left;
		table-layout: normal;
		margin-top: 30px;
	}
	.table dl {
		display: block;
		vertical-align: middle;
		overflow: hidden;
	}
	.table dl.table__center {
		margin: 10px auto;
		text-align: center;
		background-image: url(../images/symptoms_04_2.png);
		width: 40px;
		height: 20px;
		padding: 0;
	}
	.table dl.table__center img {
		display: none;
	}
	.table dt {
		background-color: #137ec2;
		color: #fff;
		text-align: center;
		font-size: 116%;
		height: 40px;
		line-height: 40px;
		border-radius: 6px 6px 0 0;
	}
	.table dt br {
		display: none;
	}
	.table dd {
		background-color: #edf3f9;
		padding: 15px;
		display: table;
		box-sizing: border-box;
		border-radius: 6px 6px;
		vertical-align: middle;
	}
	.table .table__left__img {
		display: inline-block;
		vertical-align: middle;
		width: 30%!important;
		height: auto;
	}
	.table .table__left__text {
		display: inline-block;
		line-height: 2;
		vertical-align: middle;
		width: 66%!important;
	}
}

@media only screen and (max-width: 640px) {
	body#symptoms #main h4 {
		clear: both;
		position: relative;
		border:#137ec2 dotted 4px;
		border-radius: 10px;
		background-color:#fff;
		padding:26px 10px 20px;
		margin-bottom:24px;
		text-align:center;
		font-size:19px;
		box-sizing: border-box;
	}
	.nav__symptoms ul {
		display: block;
		text-align: center;
		width: 80%;
		margin: 0 auto;
		border-bottom: #137ec2 solid 1px;
		box-sizing: border-box;
	}
	.nav__symptoms .content__nav {
		display: block;
		text-align: center;
		border: #137ec2 solid 1px;
		border-bottom: none;
		height: 40px;
		background-color: #fff;
		box-sizing: border-box;
	}
	.nav__symptoms .content__nav a {
		display: block;
		text-align: center;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.nav__symptoms .content__nav a:hover {
		display: block;
		text-align: center;
		height: 40px;
		line-height: 40px;
		background-color: #fff;
		box-sizing: border-box;
		background-color: #137ec2;
		color: #fff;
		box-sizing: border-box;
		opacity: 1;
	}
	.nav__symptoms .content__nav br {
		display: none;
	}
	.nav__symptoms .content__nav.slash {
		display: none;
	}
	.main__content {
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
	}
	label {
	    display: block;
		margin: -26px -10px -20px;
		padding: 16px 0 20px;
	    border: 1px solid #fff;
	    border-radius: 8px;
	}
	.on-off__content__whiteBox {
		padding: 20px;
	}
	.on-off__content__whiteBox > p img {
		display: block;
		margin: 0 auto;
		width: 90%;
		margin-bottom: 20px;
	}
	.toTop {
		margin-right: 14px;
	}

	.table dt {
		height: auto;
		line-height: 1.2;
	}
	.table dd {
		direction: block;
	}
	.table dt br {
		display: inline;
	}
	.table .table__left dt {
		padding: 16px 0;
	}
	.table .table__right dt {
		padding: 10px 0;
	}
	.__whiteBox2.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp .img img {
		width: 90%;
	}
	.sp .img .80per {
		width: 96%;
	}
	.sp .img .symptoms_09 {
		width: 64%;
	}
	.sp .img .symptoms_07 {
		width: 50%;
	}
	.sp .img .symptoms_10 {
		width: 42%;
	}
	.img .symptoms_12 ,
	.img .symptoms_13 {
		width: 114%;
	}
	.img .symptoms_14 {
		width: 86%;
	}
	.movie_wrap {
		width: 90%;
	}
	.movie iframe {
		width: 90%;
		height: 200px;
		display: block;
	}
	img.w100 {
		width: 100%;
	}
	img.w80 {
		width: 80%;
	}
	img.w50 {
		width: 50%;
	}
	.__whiteBox3 p .pc {
		display: none;
	}
	.__whiteBox3 p .sp {
		display: block;
	}
	.button br {
		display: inline-block;
	}
	.__whiteBox4 .right {
		float: none;
		margin-left: 0px;
		width: 100%;
	}
	.__whiteBox4 .right img {
		width: 60%;
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.treatment__container *:first-child + * + * img.left {
		float: left;
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	.treatment__container *:first-child + * + * img.right {
		float: right;
		width: 100%;
		margin-right: 0;
	}

	.table2 {
		display: block;
		vertical-align: middle;
		table-layout: fixed;
		width: 100%;
	}
	.table2 p {
		vertical-align: middle;
		width: 100%;
		padding-top: 20px;
		display: block;
	}
	.table2 p.textResize {
		display: block;
		text-align: left;
		padding-top: 20px;
		padding-right: 0px
	}
	.table2 img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.Panel1 > p ,
	.Panel2 > p ,
	.Panel3 > p {
		text-align: left;
	}
	.Panel1 > p br ,
	.Panel2 > p br ,
	.Panel3 > p br {
		display: none;
	}
	.Panel3 .textleft {
		text-align: left;
	}
	.on-off__content__whiteBox h5 {
		display: block;
		margin: 0 auto;
		text-align: center;
	    background-color: #137ec2;
		color: #fff;
		border-radius: 6px;
		width: 180px;
		height: 40px;
		line-height: 40px;
		font-size: 108%;
		margin-top: -50px;
		margin-bottom: 30px;
	}
	.pc_symptoms {
		display: none!important;
	}
	.sp_symptoms {
		display: block!important;
	}
}
