@charset "utf-8";
.sub-title{
	width: 600px;
	margin: 30px auto 20px auto;
}
/* CSS Document */

.iroha-category{
background:#fbf3e8;
}

.iroha-menu{
	width: 1020px;
	margin: 0 0 20px 0;
	padding: 20px 0;
	border-radius: 20px;	
}
.iroha-menu ul.menu-main{
	width: 800px;
	overflow: hidden;
	margin: 0 auto 20px auto;
}
.iroha-menu ul.menu-main li{
	width: 400px;
	float: left;
}
.iroha-menu ul.menu-main li a{
	width: 400px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #888;
}
.iroha-menu ul.menu-main li a p{
	text-align: center;
	display: inline-block;
}
.iroha-menu ul.menu-main li.bt1 a p{
	margin: 40px 0 0 70px;
}
.iroha-menu ul.menu-main li.bt2 a p{
	margin: 40px 50px 0 0;
}
.iroha-menu ul.menu-main li.bt3 a p{
	margin: 40px 0 0 40px;
}
.iroha-menu ul.menu-main li.bt4 a p{
	margin: 40px 50px 0 0;
}

.iroha-menu ul.menu-main li.bt1 a{
	height: 131px;
	background: url(/healthcare/dm-iroha/img/common/menu-leaf1-off.png) top right no-repeat;
	background-size: contain;
}
.iroha-menu ul.menu-main li.bt2 a{
	height: 131px;
	text-align: right;
	background: url(/healthcare/dm-iroha/img/common/menu-leaf2-off.png) top left no-repeat;
	background-size: contain;
}
.iroha-menu ul.menu-main li.bt3 a{
	height: 131px;
	background: url(/healthcare/dm-iroha/img/common/menu-leaf3-off.png) bottom right no-repeat;
	background-size: contain;
}
.iroha-menu ul.menu-main li.bt4 a{
	height: 131px;
	text-align: right;
	background: url(/healthcare/dm-iroha/img/common/menu-leaf4-off.png) bottom left no-repeat;
	background-size: contain;
}
.iroha-menu ul.menu-main li.bt1 a:hover, .iroha-menu ul.menu-main li.bt1.active a{
	height: 131px;
	background: url(/healthcare/dm-iroha/img/common/menu-leaf1-on.png) top right no-repeat;
	background-size: contain;
	color: #00b9ef;
}
.iroha-menu ul.menu-main li.bt2 a:hover, .iroha-menu ul.menu-main li.bt2.active a{
	height: 131px;
	background: url(/healthcare/dm-iroha/img/common/menu-leaf2-on.png) top left no-repeat;
	background-size: contain;
	color: #f05b72;
}
.iroha-menu ul.menu-main li.bt3 a:hover, .iroha-menu ul.menu-main li.bt3.active a{
	height: 131px;
	background: url(/healthcare/dm-iroha/img/common/menu-leaf3-on.png) bottom right no-repeat;
	background-size: contain;
	color: #00b385;
}
.iroha-menu ul.menu-main li.bt4 a:hover, .iroha-menu ul.menu-main li.bt4.active a{
	height: 131px;
	background: url(/healthcare/dm-iroha/img/common/menu-leaf4-on.png) bottom left no-repeat;
	background-size: contain;
	color: #f36f21;
}

.iroha-menu .menu-sub{
	overflow: hidden;
	position: relative;
}
.about .iroha-menu .menu-sub{
	background: url(/healthcare/dm-iroha/img/common/menu-illust-about.png) bottom center no-repeat;
}
.about .iroha-menu .menu-sub ul li a {
	color: #00b9ef;
}
.treatment1 .iroha-menu .menu-sub{
	background: url(/healthcare/dm-iroha/img/common/menu-illust-treatment01.png) bottom center no-repeat;
}
.treatment1 .iroha-menu .menu-sub ul li a {
	color: #00b385;
}
.treatment2 .iroha-menu .menu-sub{
	background: url(/healthcare/dm-iroha/img/common/menu-illust-treatment02.png) bottom center no-repeat;
}
.treatment2 .iroha-menu .menu-sub ul li a {
	color: #f05b72;
}
.prevent .iroha-menu .menu-sub{
	background: url(/healthcare/dm-iroha/img/common/menu-illust-prevent.png) bottom center no-repeat;
}
.prevent .iroha-menu .menu-sub ul li a {
	color: #f36f21;
}

.iroha-menu .menu-sub ul{
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
	border-top: 2px solid #CCC;	
}
.iroha-menu .menu-sub ul.bg1{
	padding-bottom: 100px;
}
.iroha-menu .menu-sub ul.bg2{
	padding-bottom: 200px;
}
.iroha-menu .menu-sub ul li{
	float: left;
	width: 255px;	
	text-align: center;
	border-bottom: 2px solid #CCC;
}

.iroha-menu .menu-sub ul li a {
	display: block;
	padding: 15px 10px 10px 10px;
	width: 235px;
	height: 100px;
}
.iroha-menu .menu-sub ul li a:hover {
	background: url(/healthcare/dm-iroha/img/common/leaf1.png) top 3px center no-repeat;
	text-decoration: none;
}
.iroha-menu .menu-sub ul li a span{
	font-size: 20px;
	font-weight: bold;
}
.iroha-menu .menu-sub ul li a p{
	font-size: 16px;
}
.iroha-menu .menu-sub a.link{
	position: absolute;
	bottom: 40px;
	left:80px;
	color: #1b1b1b;
}

.iroha-menu .menu-sub a.link:hover {
    color: #d10000;
}

/* いろはサイド */
.iroha-side{
	width: 290px;
	float: left;
	background: #FFF;
	
}
.iroha-side h3{
	text-align: center;
	font-weight: bold;
	padding: 1em 0;
	width:250px;	
	color:#FFF;
font-size:1.23em;
}

.iroha-side ol {
margin-left:0;
}

.iroha-side ol li a{
	border-bottom:1px solid #CCC;
	display:inline-block;
	padding:20px;
	width:210px;
    font-size: 16px;
	color: #666;
	line-height: 130%;	
}
.about .iroha-side ol li a{
	background: url(/healthcare/dm-iroha/img/common/side-back1.png) right 10px center no-repeat;
}
.about .iroha-side h3{
	background: #32c4ed;	
}
.about .iroha-side ol li a:hover, .about .iroha-side ol li.active a{
	background: url(/healthcare/dm-iroha/img/common/side-back1.png) right 10px center no-repeat #edfafe;
	color: #32c4ed;		
}
.treatment1 .iroha-side ol li a{
	background: url(/healthcare/dm-iroha/img/common/side-back2.png) right 10px center no-repeat;
}
.treatment1 .iroha-side h3{
	background: #37bf97;	
}
.treatment1 .iroha-side ol li a:hover, .treatment1 .iroha-side ol li.active a{
	background: url(/healthcare/dm-iroha/img/common/side-back2.png) right 10px center no-repeat #eafffa;
	color: #37bf97;		
}
.treatment2 .iroha-side ol li a{
	background: url(/healthcare/dm-iroha/img/common/side-back3.png) right 10px center no-repeat;
}
.treatment2 .iroha-side h3{
	background: #e87382;	
}
.treatment2 .iroha-side ol li a:hover, .treatment2 .iroha-side ol li.active a{
	background: url(/healthcare/dm-iroha/img/common/side-back3.png) right 10px center no-repeat #fadde2;
	color: #e87382;		
}
.prevent .iroha-side ol li a{
	background: url(/healthcare/dm-iroha/img/common/side-back4.png) right 10px center no-repeat;
}
.prevent .iroha-side h3{
	background: #f48945;	
}
.prevent .iroha-side ol li a:hover, .prevent .iroha-side ol li.active a{
	background: url(/healthcare/dm-iroha/img/common/side-back4.png) right 10px center no-repeat #ffede2;
	color: #f48945;		
}

.iroha-side ol li.active a{
	pointer-events: none;
}


/* いろはボディ */
.iroha-body{
	width: 700px;
	float: right;
	text-align: left;
	background: #FFF;
	padding: 20px 15px;
	
}
.iroha-body .mab1{
	margin-bottom: 20px;	
}
.iroha-body .mat1{
	margin-top: 1em;	
}
.iroha-body .center{
	margin: 10px auto;
	text-align: center;	
	overflow: hidden;
}

.iroha-body h2{
	display: inline-block;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	font-size: 20px;
}
.iroha-body h2 span{
	display: inline-block;
	text-align: center;
	margin-right:10px;
	font-size: 20px;
	width: 41px;
	height: 42px;
	background: url(/healthcare/dm-iroha/img/common/leaf1.png) center center no-repeat;
	color: #00b9ef;	
}


.iroha-body .cont{
	margin: 20px 0;
	padding-bottom: 20px;
	font-size: 16px;
	overflow: hidden;
}
.iroha-body .cont p{
	text-align: left;
}

.iroha-body td {
vertical-align: middle;
}

.in-preparation{
text-align: center;
    width: 337px;
    margin-bottom: 15px;
}

.in-preparation p{
border: solid 2px #D10000;
border-radius:4px;
    padding: 10px 20px;
    color: #D10000;
    font-size: 1.5em;
    text-align: center !important;
}

/* どんな病気 */
.about .iroha-body h3 {
	clear: both;
	color: #0081cc;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}
.about .iroha-body h4 {
	clear: both;
	color: #FFF;
	background: #0081cc;
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	border-radius: 8px;
}
.about .iroha-body h5 {	
	color: #0081cc;
	border: 2px solid #0081cc;
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	display: inline-block;
	border-radius: 8px;
}
.about .iroha-body table.tb1{	
	font-size: 14px
}
.about .iroha-body table.tb1 th{
	text-align: center;
	padding: 10px 20px;
	border: 5px solid #FFF;
	background: #e7f2dd;
}
.about .iroha-body table.tb1 td{
	padding: 10px 20px;
	border: 5px solid #FFF;
	background: #e7f2dd;
}
.about .iroha-body p.tx1{
	text-indent: -3em;
	padding-left: 3em;
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 130%;
}


.about .iroha-body h2{
	color: #00b9ef;
}
	


/* 薬物療法 */
.treatment1 .iroha-body h3 {
	clear: both;
	color: #FFF;
	background: #da4f6a;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	border-radius: 8px;
}
.treatment1 .iroha-body h4 {
	clear: both;
	color: #FFF;
	background: #2aab79;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	border-radius: 8px;
}
.treatment1 .iroha-body h5 {	
	color: #da4f6a;
	border: 1px solid #da4f6a;
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	display: inline-block;
}

.treatment1 .iroha-body h2{
	color: #2aab79;
}
.treatment1 .iroha-body .img07-1{
	float: right;
	margin: 0 0 0 1em;
	text-align: right;
}




/* 食事療法・運動療法 */
.treatment2 .iroha-body h3 {
	clear: both;
	color: #FFF;
	background: #da4f6a;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	border-radius: 8px;
}
.treatment2 .iroha-body h4 {
	clear: both;
	color: #FFF;
	background: #e9546b;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	border-radius: 8px;
}
.treatment2 .iroha-body h5 {	
	color: #da4f6a;
	border: 1px solid #da4f6a;
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	display: inline-block;
}
.treatment2 .iroha-body div.box1 {
	background: #fff9b1;
	padding: 1em;
	margin: 1em 0;
	border-radius: 10px;
	
}
.treatment2 .iroha-body div.box1 p {
	text-indent: -2em;
	padding: 1em 0 1em 2em;
	border-bottom: 1px solid #fcd475;
}
.treatment2 .iroha-body div.box1 p::before {
	content: "●";
	text-indent: -1em;
	padding-left: 1em;
	color: #e9546b;
}
.treatment2 .iroha-body table.tb1{
	width: 100%;
	font-size: 14px;
}
.treatment2 table.tb1 th{
	background: #eaf6fd;
	border: 1px solid #CCC;
	text-align: center;
	padding: 10px;
}
.treatment2 .iroha-body table.tb1 td{
	border: 1px solid #CCC;
	text-align: center;
	padding: 10px;
}

.treatment2 .iroha-body dl.box1 {
	width: 100%;
	margin: 10px 0;
}
.treatment2 .iroha-body dl.box1 dt{
	width: 16%;
	padding: 2%;
	margin-bottom: 0.5em;
	background: #a6cd4b;
	color: #FFF;
	text-align: center;
	border-radius: 10px 0 0 10px;
	font-weight: bold;
	float: left;
}
.treatment2 .iroha-body dl.box1 dd{
	width: 76%;
	background: #ebf1bb;
	padding: 2%;
	margin-bottom: 0.5em !important;
	text-align: left;
	border-radius: 0 10px 10px 0;
	float: left;
}

.treatment2 .iroha-body table.box1 {
	width: 100%;
	margin: 10px 0;
}
.treatment2 .iroha-body table.box1 th{
	width: 20%;
	padding: 10px;
	background: #a6cd4b;
	color: #FFF;
	text-align: center;
	border-radius: 10px 0 0 10px;
	
	font-weight: bold;
}
.treatment2 .iroha-body table.box1 th img{
	margin-top: 5px;
}
.treatment2 .iroha-body table.box1 td{
	width: 80%;
	background: #ebf1bb;
	padding: 10px;
	text-align: left;
	border-radius: 0 10px 10px 0;
}
.treatment2 .iroha-body .img05-1{
	float: right;
}
.treatment2 .iroha-body .img06{
	float: right;
	margin: -1em 0 0 1em;
	text-align: right;
}


.treatment2 .iroha-body h2{
	color: #f05b72;
}


/* 予防 */
.prevent .iroha-body h3 {
	clear: both;
	color: #ed6c00;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}
.prevent .iroha-body h4 {
	clear: both;
	color: #FFF;
	background: #ed6c00;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	border-radius: 8px;
}
.prevent .iroha-body h5 {	
	color: #ed6c00;
	border: 2px solid #ed6c00;
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	border-radius: 8px;
}
.prevent .iroha-body table.box1 {
	width: 100%;
	margin: 10px 0;
	border: 2px solid #6fba2c;
}
.prevent .iroha-body table.box1 th{
	width: 20%;
	padding: 10px;
	background: #edf2c5;
	text-align: center;
	border-radius: 10px 0 0 10px;
	
	font-weight: bold;
}
.prevent .iroha-body table.box1 th img{
	margin-top: 5px;
}
.prevent .iroha-body table.box1 td{;
	width: 80%;
	padding: 10px;
	text-align: left;
	border-left: 2px solid #6fba2c;
	border-radius: 0 10px 10px 0;
}

.prevent .iroha-body .set1 span{
	color: #de6a00;
	
}
.prevent .iroha-body .set1 strong{
	font-weight: bold;
	color:#333333;
}
.prevent .iroha-body .set1 span.strong{
	color: #333;
	font-weight: bold;
	background: #fff9b1;
	padding: 0 5px;
	
}
.prevent .iroha-body .set1 p{
	margin: 5px 0 10px 0;
	padding-top: 5px;
	border-top: dotted 2px #de6a00;
	
}
.prevent .iroha-body p.tx1{
	text-align: center;
	padding-top: 20px;
	color: #de6a00;
	font-weight: bold;
	font-size: 18px;
	border-top: none;
	
}




.prevent .iroha-body h2{
	color: #f36f21;
}




/*===============================================
●style.css 画面の横幅が1024pxまで
===============================================*/
@media screen and (max-width: 1024px) {
.sub-title{
	width: 90%;
}
.iroha-menu{
	width: 100%;
}
.iroha-menu ul.menu-main{
	width: 100%;
}
.iroha-menu ul.menu-main li{
	width: 50%;
}
.iroha-menu ul.menu-main li a{
	width: 100%;
	font-size: 12px;
}
.iroha-menu ul.menu-main li.bt1 a p{
	margin: 0.5em 0 0 25px;
	line-height: 130%;
}
.iroha-menu ul.menu-main li.bt2 a p{
	margin: 0.5em 10px 0 0;
	line-height: 130%;
}
.iroha-menu ul.menu-main li.bt3 a p{
	margin: 0 0 0 5px;
	line-height: 130%;
}
.iroha-menu ul.menu-main li.bt4 a p{
	margin: 0.5em 10px 0 0;
	line-height: 130%;
}

.iroha-menu ul.menu-main li.bt1 a{
	height: 50px;
}
.iroha-menu ul.menu-main li.bt2 a{
	height: 50px;
}
.iroha-menu ul.menu-main li.bt3 a{
	height: 50px;
}
.iroha-menu ul.menu-main li.bt4 a{
	height: 50px;
}
.iroha-menu ul.menu-main li.bt1 a:hover, .iroha-menu ul.menu-main li.bt1.active a{
	height: 50px;
}
.iroha-menu ul.menu-main li.bt2 a:hover, .iroha-menu ul.menu-main li.bt2.active a{
	height: 50px;
}
.iroha-menu ul.menu-main li.bt3 a:hover, .iroha-menu ul.menu-main li.bt3.active a{
	height: 50px;
}
.iroha-menu ul.menu-main li.bt4 a:hover, .iroha-menu ul.menu-main li.bt4.active a{
	height: 50px;
}
	
.iroha-menu .menu-sub ul{
	width: 98%;
}
.iroha-menu .menu-sub ul.bg1{
	padding-bottom: 120px;
}
.iroha-menu .menu-sub ul.bg2{
	padding-bottom: 120px;
}
.iroha-menu .menu-sub ul li{
	width: 50%;	
}
.iroha-menu .menu-sub ul li a {
	padding: 5%;
	width: 90%;	
	height: 80px;
}
.iroha-menu .menu-sub ul li a span{
	font-size: 18px;
}
.iroha-menu .menu-sub ul li a p{
	font-size: 14px;
}
	
.iroha-menu .menu-sub a.link{
	bottom: 80px;
	left:10px;
	font-size: 12px;
}
	
	
.about .iroha-menu .menu-sub, .treatment1 .iroha-menu .menu-sub, .treatment2 .iroha-menu .menu-sub, .prevent .iroha-menu .menu-sub{
	background-size: contain;
}
	
	
/* いろはサイド */
.iroha-side{
	display: none;	
}
/* いろはボディ */
.iroha-body{
	width: 90%;
	float: none;
	margin: 0 auto;	
	padding: 5%;
}
.iroha-body h2{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.iroha-body h2 span{
	font-size: 18px;
	width: 30px;
	height: 30px;
	background: url(/healthcare/dm-iroha/img/common/leaf1.png) center center no-repeat;
	background-size: cover;
}
	
.about .iroha-body h4 {
	font-size: 14px;
	margin: 10px 0;
}
.treatment2 .iroha-body h4 {
	font-size: 14px;
}
.about .iroha-body h5 {	
	color: #0081cc;
	border: 2px solid #0081cc;
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	display: inline-block;
	border-radius: 8px;
}
.treatment1 .iroha-body .img07-1{
	float: none;
	margin: 0 auto 0 auto;
	text-align: center;
}

	
.treatment2 .iroha-body .img05-1{
	width: 30%;
	text-align: right;
}
.treatment2 .iroha-body .img06{
	width: 30%;
	margin: 0 0 0 1em;
}
/* 予防 */
.prevent .iroha-body h3 {
	font-size: 16px;
}
.prevent .iroha-body h3 img{
	width: 30px;
}

	
}

