@charset "UTF-8";
/* CSS Document */

.gmenu {
	display: none;
}


.title_area {
	background: url(../img/internist_clinic/title_bgs.png) center top no-repeat;
}

.h5 {
	width: 90%;
	max-width: 360px;
	margin: auto;
	text-align: center;
	font-size: 2.4rem;
	line-height: 40px;
	font-weight: 700;
	color: #0b2f80;
	border: 3px solid #0b2f80;
	border-radius: 23px;
	background: #FFF;
}

.h5b {
	width: 90%;
	max-width: 360px;
	margin: auto;
	text-align: center;
	font-size: 2.4rem;
	line-height: 46px;
	font-weight: 700;
	color: #009e96;
	border-radius: 23px;
	background: #f5ecd3;
}

.area1,
.area2 {
	line-height: 1.5;
}

.area1 {
	padding: 20px 0 30px;
	width: 90%;
	max-width: 460px;
	margin: auto;
}

.area1 article {
	max-width: 460px;
}

.area1 article h3,
.area2 article h3 {
	margin: 18px 0 0;
	color: #009e96;
}

.area1 article dl dt {
	text-indent: -0.5em;
}

.area1 .mphoto>ul>li>ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
}

.bg_gray {
	background: #f0eeef;
}

.area2 {
	padding: 30px 0 50px;
}

.area2 article {
	width: 90%;
	max-width: 480px;
	margin: auto;
}

.content {
	margin-top: 26px;
}

.content>ul>li:last-child {
	margin-top: 20px
}

.content h4 {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 15px;
}

.content h4 span {
	border-bottom: 3px solid #009e96;
	padding-bottom: 5px;
}

.content ol li {
	list-style-type: decimal;
	margin-left: 1.25em
}

.last_margin {
	height: 20px;
}

.symptom {
	margin-top: 30px;
	border-top: 1px solid #0b2f80
}

.symptom>ul {
	padding: 15px;
	border-bottom: 1px solid #0b2f80
}

.symptom>ul>li:first-child {
	box-sizing: border-box;
	background: #ecf4d9;
	font-size: 1.8rem;
	line-height: 24px;
	padding: 7px 10px;
}

.symptom>ul>li:last-child {
	box-sizing: border-box;
	line-height: 1.5;
	padding: 7px 10px
}

.symptom ul li p {
	text-indent: -1em;
	padding-left: 1em
}

.symptom ol {
	margin: 8px 0;
}

.symptom ol>li {
	list-style-type: decimal;
	margin-left: 1.5em
}

.symptom_caption {
	padding: 15px;
	font-size: 1.4rem;
}

.nika_sub {
	text-align: center;
	margin: 20px auto 0;
}

.nika_sub li {
	display: inline-block;
	text-align: left;
	width: 7em;
	font-size: 1.4rem;
	line-height: 2;
}

.nika_sub li a {
	color: #6c5d55;
	text-decoration: none
}

.nika_sub li a:hover {
	text-decoration: underline;
}

@media (min-width: 320px){
} /*iPhone 5*/

@media (min-width: 375px){
} /*iPhone 7*/

@media (min-width: 414px){
	.nika_sub li {
		font-size: 1.6rem;
	}
} /*iPhone 7 Plus*/

@media (min-width: 600px){
	.area1 article dl {
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -o-flex;

		align-items: flex-start;
		-webkit-align-items: flex-start;
		-ms-align-items: flex-start;
		-moz-align-items: flex-start;
		-o-align-items: flex-start;
	}
	
	.area1 article dl dt {
		width: 9em
	}
	
	.nika_sub li {
		font-size: 1.7rem;
	}
	
} /*Nexus 7*/

@media (min-width: 768px){
	.gmenu {
		display: block;
	}
	
	.title_area {
		background: url(../img/internist_clinic/title_bg.png) center top no-repeat;
	}
	
	.area1 {
		padding: 30px 0 80px;
	}
	
	.area1 article .mphoto {
		max-width: 460px;
		margin: auto;
	}
	
	.area2 {
		padding: 40px 0 60px;
	}
} /*iPad*/

@media (min-width: 960px){
	.area1 {
		box-sizing: border-box;
		width: 100%;
		max-width: 960px;
		padding-left: 250px;
		margin: 0 auto 0
	}
	
	.area1 article {
		max-width: inherit;
	}
	
	.area1 article .copy {
		display: inline-block;
		text-align: left;
		min-width: 460px;
		max-width: 460px;
	}
	
	.area1 article .mphoto {
		max-width: 710px;
		margin: 0;
	}
	
	.area1 .mphoto>ul>li>ul {
		display: -webkit-box; /*Android4.3*/
		display: -moz-box;    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;

		-webkit-box-pack: justify; /*Android4.3*/
		-moz-box-pack: justify;    /*Firefox21*/
		-ms-flex-pack: justify;    /*IE10*/
		-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
		justify-content: space-between;
		
		-ms-flex-wrap : wrap; /*for IE10*/
		-webkit-flex-wrap : wrap; /*for old webkit browser*/
		flex-wrap : wrap;
	}
	
	.area1 .mphoto>ul {
		display: -webkit-box; /*Android4.3*/
		display: -moz-box;    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;

		-webkit-box-pack: justify; /*Android4.3*/
		-moz-box-pack: justify;    /*Firefox21*/
		-ms-flex-pack: justify;    /*IE10*/
		-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
		justify-content: space-between;
	}
	
	.area1 .mphoto>ul>li:first-child {
		width: 64.7887323%;
	}
	
	.area1 .mphoto>ul>li:last-child {
		width: 35.2112676%;
	}
	
	.area2 article {
		width: 95%;
		max-width: 850px;
	}
	
	.content>ul {
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -o-flex;

		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-o-justify-content: space-between;

		align-items: flex-start;
		-webkit-align-items: flex-start;
		-ms-align-items: flex-start;
		-moz-align-items: flex-start;
		-o-align-items: flex-start;
	}
	
	.content>ul>li:first-child {
		width: 43.146%;
	}
	
	.content>ul>li:last-child {
		width: 53.9325%;
		margin: 0
	}
	
	.content div {
		margin-top: 24px
	}
	
	.symptom>ul {
		padding: 15px;
		border-bottom: 1px solid #0b2f80;display: flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: -moz-flex;
		display: -o-flex;

		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-o-justify-content: space-between;
	}

	.symptom>ul>li:first-child {
		box-sizing: border-box;
		background: #ecf4d9;
		font-size: 1.8rem;
		line-height: 24px;
		padding: 10px 20px;
		width: 255px;
	}

	.symptom>ul>li:last-child {
		box-sizing: border-box;
		line-height: 1.5;
		padding: 8px 0 8px 25px;
		flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		-moz-flex: 1;
		-o-flex: 1;
	}
	
	.symptom_caption {
		text-align: right;
	}
	
	.symptom_caption p {
		display: inline-block;
		text-align: left;
	}
	
	.last_margin {
		height: 100px;
	}
	
} /*Minimum size PC*/

@media (min-width: 1024px){
} /*Basic PC*/