@charset "utf-8";

.webcontents{
	max-width:1050px;
	letter-spacing: 0.8px;
	font-size: medium;
	padding: 0;
	line-height: 1.75 !important;
}

.webcontents h1 img{
	width:100%;
}

.main-contents{
	max-width: 840px;
	margin:60px auto;
}

.main-contents p{
	font-family:"Times New Roman",Times,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	line-height: 1.75 !important;
}

.intro_box{
	font-family: sans-serif;
	margin-bottom: 3em;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

section + section{
	margin-top: 4em;
}

.subhead{
	font-weight: 700;
	border-bottom: dotted #55BF7A;
	padding-bottom: 2px;
	position: relative;
	margin-left: 52px;
	font-size: 26px;
	margin-bottom: 1.4em;
	line-height: 1.4;
}
.subhead::before{
	content:'';
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #15A748;
	border-radius: 5px;
	position: absolute;
	left: -52px;
}
.interviewer{
	color: #165c6f;
	margin-left: 40px;
	text-indent: -20px;
}
.interviewer::before{
	content:'';
	display: inline-block;
	background:#165c6f;
	width: 20px;
	height: 1px;
	vertical-align: middle;
}
.doctor{
	color: #39646F;
	font-family: sans-serif;
	font-weight: 700;
	margin-right: 16px;
	display: inline-block;
	text-indent: -1em;
}
.rcm_area{
	background-color: #f3f9f1;
	padding: 1px 10px;
	margin: 5px 40px;
	border: 1px dotted #666;
	text-align: center;
}
.rcm_area h4 {
	font-size: small;
	font-weight: bold;
}
.rcm_area p:not(:root){
	font-family: sans-serif;
	font-size: small;
}

@media screen and (max-width: 480px) {
	.subhead {
	margin-left: 32px;
	font-size: 20px;
	margin-bottom: 1.6em;
	line-height: 1.4;
	}
	.subhead::before {
	width: 24px;
	height: 24px;
	left: -32px;
}
.interviewer{
	margin-left: 20px;
}
}

.figure001{
	margin:3em auto 4em;
	max-width: 80%;
	}

.figure001 a{
	margin-bottom:1.8em;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.figure002{
	display: flex;
	margin: 3em auto;
	justify-content: space-around;
}
.figure002 img{
	max-width: 90%;
}

@media screen and (max-width: 640px) {
	.figure001, .figure002{
    max-width:100%;
    }
	.figure001 a:last-child{
		margin-bottom:0;
}
	.figure002{
		flex-wrap: wrap;
}
	.figure002 a:not(:last-child){
		margin-bottom: 1em;
}
}


.mt0-5{
	margin-top:0.5em !important;
}

.mt0-9{
	margin:0.9em 0 !important;
}

.mt1{
	margin-top:1em !important;
}

.mt2{
	margin-top:2em !important;
}

.mt3{
	margin-top:3em !important;
}

.mt4{
	margin-top:4em !important;
}

.mt6{
	margin-top:6em !important;
}

.mt7{
	margin-top:7em !important;
}

.mt8{
	margin-top:8em !important;
}

.mb1{
	margin-bottom:1em !important;
}

.mb1-5{
	margin-bottom:1.5em !important;
}

.mb2{
	margin-bottom:2em !important;
}

.mb3{
	margin-bottom:3em !important;
}

.mb4{
	margin-bottom:4em !important;
}

.mb5{
	margin-bottom:5em !important;
}
