
.qhead{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
h2.pagetitle{
	margin-bottom: 70px;
	padding-top: 15px;
	position: relative;
	padding-left: 120px;
	line-height: 1;
	font-size: 3.75rem;
	font-weight: bold;
}
h2.pagetitle span{
	top: 0;
	position: absolute;
	width: 92px;
	line-height: 1;
	height: 92px;
	left: 0;
	border-radius: 50%;
	background: #ffda01;
}

h2.pagetitle span img{
	width: 100%;
}
@media screen and (max-width: 750px){
	h2.pagetitle{
		padding: 0.25em 0 0.25em 2em;
        z-index: 1;
        position: relative;
        font-size: 1.75rem;
		margin-bottom: 1.5em;
	}
	h2.pagetitle span{
		width: 1.5em;
		height: 1.5em;
	}
	
}
h3.mida02{
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	width: 1000px;
	font-size: 2.8125rem;
	font-weight: bold;
	line-height: 1;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 50px;
	padding-right: 50px;
	color: #534741;
}

/* それぞれ色変えんといかん */
.main_title.case01{
	background: #3fb1c8;
}


/* それぞれ色変えんといかん */
.main_title.anaphy{
	margin-top: 230px;
	background: #f6a500;
}

.caseInner{
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
	background: #fff;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.caseInner p + img{
	margin-top: 20px;
}
.caseInner a{
	color: #0000ff;
	text-decoration: underline;
	display: inline-block;
  overflow-wrap: anywhere;
}

/* 食物アレルギー */
.caseInner.box01{
	border-radius: 30px 30px 0 0 ;
	padding-top: 60px;
	padding-bottom: 120px;
}

.caseInner.box01 p{
	line-height: 1.666;
	font-weight: bold;
	font-size: 1.5rem;
}
@media screen and (max-width: 750px){
	.caseInner.box01{
		padding: 8vw 5vw 12vw;
	}
	.caseInner.box01 p{
		font-size: 1rem;
	}	
}
.caseInner.box02{
	padding-top: 50px;
	padding-bottom: 100px;
}
@media screen and (max-width: 750px){
	.caseInner.box02{
		padding-top: 5vw;
		padding-bottom: 10vw;
	}
}
.caseInner.box02.radius{
	border-radius: 0 0 30px 30px;
	margin-bottom: 100px;
	padding-bottom: 30px;
}
.caseInner.box02 p{
	font-weight: normal;
	line-height: 1.666;
	font-size: 1.375rem;
}
.caseInner.box02 p:nth-child(n+2){
	margin-top: 1em;
}
.box03 h4{
	margin-top: 50px;
	border-radius: 25px;
	margin-bottom: 20px;
	padding: 10px 15px;
	font-size: 3rem;
	font-weight: bold;
	box-sizing: border-box;
}
.box03 .illust p{
	float: left;
	max-width: 600px;
}
.box03 .illust img{
	float: right;
}
p.illust img{
	float: right;
	margin-left: 40px;
	margin-bottom: 10px;
}


#case01 h3.mida02{
	background: #FFDA02;
}

#case01 .box03 h4{
	background: #e8f3f6;
	color: #3fb1c8;
}


/* アナフィラキシー */

#anaphy{
	margin-bottom: 150px;
}
#anaphy .caseInner.box01{
	padding-bottom: 100px;
}
#anaphy .caseInner.box01 p{
	margin-bottom: 0;
}
#anaphy h3.mida02{
	background: #f6a500;
}
.linlImg{
	padding: 20px;
	box-sizing: border-box;
	border-radius: 25px;
	border: solid 5px #d7d7d7;
}
.linlImg p{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	line-height: 1.5!important;
}
.linlImg a{
	display: inline;
	line-height: 1;
}

/* 私が答えました */
.kaitousya{
	width: 1000px;
	box-sizing: border-box;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 140px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.kaitousya{
	width: 1000px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 140px;
	padding: 30px;
	color: #534741;
	position: relative;
}
.kaitousya .flex{
	display: flex;
	gap: 20px 40px;
	flex-wrap: wrap;
	align-items: flex-start;
}
.kaitousya:before,
.kaitousya:after{
	left: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: url(../img/case/ans/border.png);
	display: block;
}
.kaitousya:before{
	top: 0;
}
.kaitousya:after{
	bottom: 0;
}
.kaitousya .txt .post:first-child{
	font-weight: 700;
}
.kaitousya .txt .post{
	font-size: 1.25rem;
	line-height: 1.25em;
}
.kaitousya .txt .post:nth-child(n+2){
	margin-top: 0.5em;
}
.kaitousya .txt .name{
	font-weight: 700;
	font-size: 1.25rem;
}
.kaitousya .txt .name span{
	font-size: 1.2em;
}

@media screen and (max-width: 750px){
	.kaitousya .flex{
		gap: 3vw;
	}
	.kaitousya .txt .post{
		font-size: 1rem;
	}
	.kaitousya .txt .name{
		font-size: 1rem;
	}
}

.caseInner.box01{
}


/* 鼻炎 */
#case02 .box03 h4{
	background: #e5eed8;
	color: #7ba93c;
}
/* ぜんそく */
#case03 .box03 h4{
	background: #e1e6f3;
	color: #6883c1;
}
/* ぜんそく */
#case04 .box03 h4{
	background: #fbe2cc;
	color: #ec6c00;
}
/* ぜんそく */
#case05 .box03 h4{
	background: #fbe2cc;
	color: #ec6c00;
}
/* ぜんそく */
#case06 .box03 h4{
	background: #fbe0e3;
	color: #eb6675;
}


.box03 li{
	font-weight: bold;
	font-size: 2rem;
}
.box03 li p{
	padding-left: 1em;
}

.urlLink{
	word-break: break-all;
}

.box03 .list01 li{
	text-indent: -2em;
	font-weight: normal;
	position: relative;
	padding-left: 2em;
}
.box03 .list01 > li{
	font-weight: bold;
}
.box03 .list01 li.nom{
	display: inline-block;
	position: absolute;
	left: 0;
}
.box03 .list01 li + li{
	margin-top: 5px;
}
.box03 .list01 li li{
	padding-left: 2em;
}
.box03 .list01 .list01 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.box03 .list01 .list01 > li{
	font-weight: normal;
}
.box03 p.tyuu{
	line-height: 1.2;
	font-size: 1.6rem;
}

.table01{
	width: 100%;
	margin-top: 40px;
}
.table01 td{
	border: solid 3px #d7d7d7;
	padding: 10px 20px;
	font-size: 2rem;
}

.table01 li{
	position: relative;
	padding-left: 1.5em;
}
.table01 li .nom{
	display: inline-block;
	left: 0;
	position: absolute;
}


/* 花粉のやつ */

.kahun table{
	width: 100%;
	font-size: 1.6rem;
	table-layout: fixed;
}
.kahun thead td{
	font-size: 1.8rem;
	text-align: center;
}

.kahun thead td:first-child{
	width: 9em;
}
.kahun thead td:nth-child(2){
	width: 4em;
}
.kahun th{
	text-align: center;
}
.kahun th.name{
	width: 9em;
}

.kahun tbody th,
.kahun tbody td{
	border: solid 3px #d7d7d7;
}
.kahun tbody td{
	padding: 6px;
}
.kahun tbody td.bg01{
	background: #f5f476;
}
.kahun tbody td.bg02{
	background: #ffb268;
}
.kahun tbody td.bg03{
	background: #f76d6b;
}
.kahun tbody td.bg04{
	background: #b9fe89;
}
.kahun tbody td.bg05{
	background: #7edfff;
}
.kahun tbody td.bg06{
	background: #8ea2ff;
}

@media screen and (max-width: 750px){

header{
	margin-bottom: 0;
}
article{
	position: relative;
	overflow-x: hidden;
	padding-top: 12vw;
}
.main_title h2{
	z-index: 1;
	position: relative;
	padding-left: 180px;
	font-size: 4.6rem;
}
.main_title.case01{
	position: relative;
}
.main_title {
	position: relative;
}
.main_title .main_title_in{
	position: relative;
	width: 100%;
}
.main_title .main_title_in img.illust{
	z-index: 0;
}
.main_title.case01 .main_title_in img.illust{
	right: -60px;
	width: 280px;
}

.main_title .main_title_in img.icon{
	width: 170px;
	left: 10px;
}


h3.mida02{
	font-size: 2rem;
	padding-left: 1em;
	padding-right: 1em;
	width: calc(100% - 10vw);
}
.caseInner{
	box-sizing: border-box;
	padding-left: 5vw;
	padding-right: 5vw;
	width: calc(100% - 10vw);
}
.caseInner p + img{
	margin-top: 5vw;
}
.caseInner p{
	max-height: 100%;
}

.kaitousya{
	width: calc(100% - 60px);
	box-sizing: border-box;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 140px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.caseInner.box02 p{
	line-height: 1.66;
	font-size: 1rem;
}


.box03 li{
	font-weight: bold;
	font-size: 2.4rem;
}
.box03 .illust p{
	float: none;
	max-width: 600px;
}
.box03 .illust img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
}

/*====================
よくある質問部分
====================*/

@media screen and (max-width: 750px){
	.qhead,
	.questio{
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 60px);
	}

}

#skincase .caseInner.box01 {
  padding-bottom: 50px;}
#skincase h3.mida02 {
  background: #ffda01;}
#skincase h4 {
  margin-top: 40px;
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
  padding-left: 1.125em;}
#skincase h4::before {
  content: "●";
  top: 4px;
  position: absolute;
  font-size: 0.8em;
  left: 0;
  color: #ffda01;}
#skincase h5 {
  margin-top: 40px;
  line-height: 1.84;
  font-size: 1.375rem;}
#skincase h5 span { color: #ffda01;}
#skincase .youtube-wrap {
  margin: 30px 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */}
#skincase .youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;}

#skincase .video-wrap {
  margin: 30px 0 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */}
#skincase .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 864px;
  height: 100%;}

@media screen and (max-width: 750px){
  #skincase .caseInner.box01 { padding-bottom: 30px;}
  .caseInner.box02.radius { margin-bottom: 12vw;}
}

