.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: 1em;
	}
	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.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 a{
	color: #0000ff;
	text-decoration: underline;
	display: inline-block;
}

/* 食物アレルギー */
.caseInner.box01{
	border-radius: 30px;
	padding-top: 60px;
	padding-bottom: 120px;
	margin-bottom: 120px;
}


/* フォーム部分 */
dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
dl dd{
	width: calc(100% - 260px);
	font-size: 1rem;
}
dl dt{
	padding-top: 0.5em;
	font-weight: bold;
	font-size: 1rem;
	width: 260px;
	box-sizing: border-box;
	position: relative;
	padding-left: 1em;
	line-height: 1;
}
dl dt span{
	display: block;
	position: absolute;
	line-height: 1;
	font-size: 0.75rem;
	height: 1em;
	color: #e96300;
	left: 0;
	top: 0.75em;
}

dl dd input{
	box-sizing: border-box;
	width: 100%;
	padding: 2px 10px;
	border-radius: 50px;
	border: solid 2px #ccc;
}
dl dd select{
	padding: 5px;
	height: 100%;
	border-radius: 50px;
	border: solid 2px #ccc;
	line-height: 1em;
}
dl dd textarea{
	width: 100%;
	padding: 10px 10px;
	box-sizing: border-box;
	border-radius: 25px;
	border: solid 2px #ccc;
}
dl dd input:focus,
dl dd select:focus ,
dl dd textarea:focus {
	outline: none;
	border-color: #534741;
}

dl.policy{
	display: block;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
dl.policy dd{
	width: 100%;
}
dl.policy dt h3{
	font-weight: bold;
}
dl.policy dt{
	margin-bottom: 10px;
	padding-top: 0;
	padding-left: 0;
	font-weight: bold;
	width: 100%;
	line-height: 1;
}
.box01 p{
	text-align: center;
}
input[type="submit"]{
	margin-top: 40px;
	border: none;
	background:#534741;
	color: #fff;
	line-height: 1;
	padding: 15px 20px;
	border-radius: 10px;
	font-size: 1.25rem;
}

.thanks h3{
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.thanks p{
	font-size: 1.8rem;
}
.caseInner.box01.thanks{
	padding-bottom: 90px;
}

.wpcf7-spinner{
	display: none;
}
@media screen and (max-width: 750px){
	.caseInner.box01{
		margin-bottom: 18vw;
		padding: 8vw 8vw 12vw;
	}
	.read{
		width: calc(100% - 10vw);
		max-height: 100%;
		margin-bottom: 8vw;
	}
	.read p{
		font-size: 1rem;
	}
	.read h3{
		line-height: 1.5;
		font-size: 1.5rem;
	}
	dl{
		display: block;
	}
	dl dt,
	dl dd{
		width: 100%;
		font-size: 1rem;
		max-height: 100%;
	}
	dl dt {
		margin-bottom: 10px;
	}
	dl dt span{
		top: 0.65em;
		font-size: 0.75rem;
	}

	.caseInner{
		width: calc(100% - 10vw);
	}

	.thanks p{
		font-size: 2.4rem;
	}

	header{
		margin-bottom: 0;
	}
	article{
		position: relative;
		overflow-x: hidden;
		padding-top: 20vw;
	}
	.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;
	}
	input[type="submit"]{
		font-size: 1rem;
		margin-top: 1em;
	}

}

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

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

}
