@charset "UTF-8";
@media screen and (max-width:1000px) {
.other{
	padding-bottom: 15em;
	padding-top: 3em;
}

.other .titleArea p.title2{
	font-size: 28px;
}
.reportMain{
	margin-bottom: 10em;
	padding: 3em 0 5em;
}
.reportMain .txArea{
	padding-top: 3em;
	width: 90%;
}
.reportMain .txArea p.mainTitle{
	font-size: 22px;
}
.reportMain .txArea p.tx{
	font-size: 15px;
}
.gaiyo{
	margin-bottom: 10em;
}
.newsArea{
	width: 90%;
	
}
.photo ul{
	width: 90%;
}
.programArea dl dt{
	width: 55%;
	padding-right: 3em;
	
}
.programArea dl:nth-child(odd) dt{
	padding-left: 3em;
	padding-right: 0;
}
.programArea dl dd{
	width: 45%;
}
.programArea p.cat{
	font-size: 20px;
}
.programArea p.tx{
	font-size: 15px;
}
.guest{
	margin-bottom: 10em;
}
.guest ul{
	width: 80%;
}
.guest p.name{
	font-size: 22px;
}
.interview dl{
	width: 90%;
}
.interview dl dt{
	width: 35%;
}
.interview dl dd{
	width: 65%;
	padding-left: 3em;
}
.interview p.name{
	font-size: 22px;
}
.interview p.qa{
	font-size: 16px;
}
}
@media screen and (max-width:767px) {
.other{
	padding-bottom: 10rem;
	padding-top: 2rem;
}
.other .titleArea{
	margin-bottom: 5rem;
}
.other .titleArea p.title2{
	font-size: 1.5rem;
}
.reportMain{
	margin-bottom: 5rem;
	padding: 2rem 0 5rem;
}
.reportMain .txArea{
	padding-top: 2rem;
	width: 94%;
}
.reportMain .txArea p.mainTitle{
	font-size: 1.3rem;
}
.gaiyo{
	margin-bottom: 8rem;
}
.newsArea{
	width: 94%;
	
}
.newsArea dt{
	width: 23%;
	font-size: 16px;
}
.photo ul{
	row-gap:1.5rem;
	column-gap: 3.5%;
}
.programArea dl dt{
	padding-right: 2rem;
	
}
.programArea dl:nth-child(odd) dt{
	padding-left: 2rem;
	padding-right: 0;
}
.programArea p.cat{
	font-size: 1.1rem;
}
.programArea p.tx{
	font-size: .8rem;
}
.clinic{
	margin-bottom: 8rem;
}
.guest{
	margin-bottom: 8rem;
}
.guest ul{
	width: 90%;
}
.guest p.name{
	font-size: 1.2rem;
}
.guest p.pp{
	font-size: .9rem;
	margin-bottom: .5rem;
}
.guest p.tx{
	font-size: .8rem;
}
.interview dl dd{
	padding-left: 1.5rem;
}
.interview p.name{
	font-size: 1.1rem;
	margin-bottom: 1rem;
}
.interview p.qa{
	font-size: .8rem;
}
.interview p.tx{
	font-size: .7rem;
}
.interview ul{
	row-gap:1.5rem;
}
}
@media screen and (max-width:500px) {
.other .titleArea{
	margin-bottom: 6rem;
}
.other .titleArea p.title2{
	font-size: 1.8rem;
}
.newsArea{
	width: 90%;	
}
.newsArea dl{
	flex-wrap: wrap;
	padding: 0 2rem 2rem 2rem;
	column-gap: 2rem;
	border-bottom: 1px solid #ccc;
	row-gap:.5rem;
}
.newsArea dt{
	width: 100%;
	font-size: 1.5rem;
	text-align: left;
}
	.newsArea p.tx{
		font-size: 1.3rem;
	}
.reportMain .txArea p.mainTitle{
	font-size: 1.7rem;
	text-align: left;
}
.reportMain .txArea p.mainTitle br{
	display: block;
}
.reportMain .txArea p.tx{
	font-size: 1.4rem;
	line-height: 1.8;
}
.photo ul{
	width: 86%;
}
.photo ul{
	column-gap: 4%;
}
.photo li{
	width: 48%;
}
.programArea dl{
	flex-wrap: wrap;
	justify-content: center;
	row-gap:2rem;
}
.programArea dl dt{
	padding-right:0;
	width: 100%;
	
}
.programArea dl dd{
	width: 80%;
	
}
.programArea dl:nth-child(odd) dt{
	padding-left: 0;
	padding-right: 0;
}
.programArea p.cat{
	font-size: 1.65rem;
	margin-bottom: .5rem;
}
.programArea p.tx{
	font-size: 1.3rem;
}
.programArea{
	row-gap:4rem;
	margin-bottom: 7rem;
}
.guest ul{
	width: 90%;
	row-gap:2rem;
}
.guest p.im{
	margin:0 auto 1rem;;
	width: 60%;
}
.guest p.name{
	font-size: 1.8rem;
}
.guest p.pp{
	font-size: 1.5rem;
}
.guest p.tx{
	font-size:1.3rem;
}
.guest ul li{
	width: 100%;
}
.interview dl{
	flex-wrap: wrap;
	margin-bottom: 7rem;
	justify-content: center;
	row-gap:1rem;
}
.interview dl:last-child{
	margin: 0 auto;
}
.interview dl dt{
	width: 60%;
}
.interview dl dd{
	width: 100%;
	padding-left: 0em;
}
.interview p.name{
	font-size: 1.5rem;
	margin-bottom: 2rem;
	text-align: center;
}
.interview p.qa{
	font-size: 1.3rem;
}
.interview p.tx{
	font-size: 1.3rem;
}
.interview ul{
	row-gap:2rem;
}
}