.read{
	box-sizing: border-box;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.read h3{
	line-height: 1.8;
	font-weight: bold;
	text-align: justify;
	font-size: 1.5rem;
}
.read p{
	padding-left: 1em;
	font-weight: bold;
	color: #867e7a;
	font-size: 1.25rem;
	position: relative;
}
.read p:before{
	content: "※";
	display: block;
	position: absolute;
	left: 0;
}
.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;
	padding-left: 50px;
	padding-right: 50px;
	width: 1000px;
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 1;
	padding-top: 22px;
	padding-bottom: 25px;
	color: #534741;
}


/* それぞれ色変えんといかん */
.main_title.anaphy{
	margin-top: 230px;
	background: #f6a500;
}

.caseInner{
	box-sizing: border-box;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.caseInner a{
	color: #0000ff;
	text-decoration: underline;
	display: inline-block;
}

/* 食物アレルギー */
.caseInner.box01{
	display: flex;
	margin-bottom: 120px;
}
.caseInner.box01 > div{
	border-radius: 30px;
	box-sizing: border-box;
	padding-bottom: 40px;
	padding-top: 40px;
	background: #fff;
	width: calc(50% - 20px);
}
.caseInner.box01 > div + div{
	margin-left: 40px;
}


.box01 p{
	text-align: center;
}
.contact h3{
	color: #534741;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.contact h3{
	text-align: center;
	font-size: 2.25rem;
	font-weight: bold;
	margin-bottom: 30px;
}
@media screen and (max-width: 750px){
	.contact h3{
		font-size: 1.75rem;
		margin-bottom: 0.5em;
	}
}
.contact h3 span{
	display: inline-block;
	position: relative;
	padding-left: 2em;
}
.contact h3 span img{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2em;
}
.contact p{
	font-weight: bold;
	font-size: 1.125rem;
}
.caseInner.box01 .contact{
	text-align: center;
}
.caseInner.box01 .contact a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-top: 40px;
	font-size: 1.25rem;
	padding: 0.5em 80px;
	background: #1aa7c1;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}
.caseInner.box01 .contact a:after{
	content: "";
	display: block;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
}
@media screen and (max-width: 750px){
	.caseInner.box01 .contact a{
		font-size: 1rem;
		padding: 0.5em 4em;
		margin-top: 2em;
	}
	.caseInner.box01 .contact a:after{}
}

.caseInner.box01 .contact a:hover::after{
	right: 18px;
}
.caseInner.box01 > div + div.contact a{
	color: #534741;
	background: #ffda01;
}
.caseInner.box01 > div + div.contact a:after{
	border-right-color:  #534741;
	border-bottom-color:  #534741;
}


@media screen and (max-width: 750px){
	.read{
		width: calc(100% - 10vw);
		max-height: 100%;
	}
	.read p{
		font-size: 1rem;
	}
	.read h3{
		line-height: 1.5;
		font-size: 1.125rem;
	}
	.caseInner{
		width: calc(100% - 10vw);
	}

	.caseInner.box01{
		display: block;
		margin-bottom: 12vw;
	}
	.caseInner.box01 > div{
		border-radius: 30px;
		background: #fff;
		padding-top: 8vw;
		padding-bottom: 8vw;
		width: 100%;
	}
	.caseInner.box01 > div + div{
		margin-left: 0px;
		margin-top: 5vw;
	}

.contact p{
	font-size: 1rem;
}

header{
	margin-bottom: 0;
}
article{
	position: relative;
	overflow-x: hidden;
	padding-top: 120px;
}
@media screen and (max-width: 750px){
	article{
		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;
}

}

/*====================
よくある質問部分
====================*/

@media screen and (max-width: 750px){
	.qhead,
	.questio{
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 60px);
	}

}
