
.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%;
}
#disaster{
	margin-bottom: 120px;
}
@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;
	}
	#disaster{
		margin-bottom: 12vw;
	}
	
}
h3.mida02{
	background-color: #ffda01;
	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 a{
	color: #0000ff;
	text-decoration: underline;
	display: inline-block;
}

/* 食物アレルギー */
.caseInner.box01{
	border-radius: 30px 30px 0 0 ;
	padding-top: 60px;
	padding-bottom: 60px;
}

.caseInner.box01 h3{
	line-height: 1.12;
	border-left: solid 13px #ffda01;
	position: relative;
	padding-left: 0.25em;
	font-weight: bold;
	font-size: 3rem;
	color: #534741;
	margin-bottom: 0.5em;
}
.caseInner.box01 h3:before{
	content: "";
	position: absolute;
	left: -13px;
	top: 0;
	display: block;
	width: 13px;
	height: 100%;
	background: url(../img/disaster/title-border.png);
}
.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 8vw;
	}
	.caseInner.box01 h3{
		border-left: 4px;
		font-size: 1.75rem;
	}
	.caseInner.box01 h3:before{
		width: 4px;
		left: -4px;
		background-size: 100% auto;
		background-repeat: repeat;
	}
	.caseInner.box01 p{
		font-size: 1.125rem;
	}	
}
.caseInner.box05,
.caseInner.box04,
.caseInner.box03,
.caseInner.box02{
	padding-top: 50px;
	padding-bottom: 100px;
}

@media screen and (max-width: 750px){
	.caseInner.box05,
	.caseInner.box04,
	.caseInner.box03,
	.caseInner.box02{
		padding-top: 5vw;
		padding-bottom: 10vw;
	}
}
#disaster .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 8vw;
}
@media screen and (max-width: 750px){
	#disaster .flex{
		display: flex;
    gap:20px;
		flex-wrap: wrap;
	}
	#disaster .flex figure{
		width: 100%;
		text-align: center;
	}
	#disaster .flex figure img{
		max-width: 38vw;
	}
}
@media screen and (min-width: 751px){
	#disaster .flex{
	margin-top: 40px;
	}
}


.caseInner.box02.radius,
.caseInner.box03.radius,
.caseInner.box04.radius,
.caseInner.box05.radius{
	border-radius: 0 0 30px 30px;
	margin-bottom: 100px;
	padding-bottom: 30px;
}
.caseInner.box02 p,
.caseInner.box03 p,
.caseInner.box04 p,
.caseInner.box05 p{
	font-weight: normal;
	line-height: 1.666;
	font-size: 1.375rem;
}
.caseInner.box02 p:nth-child(n+2),
.caseInner.box03 p:nth-child(n+2),
.caseInner.box04 p:nth-child(n+2),
.caseInner.box05 p:nth-child(n+2){
	margin-top: 1em;
}
/* 私が答えました */
.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{
}



@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{
	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;
}
}
/*====================
dtto
====================*/
.dots-titles{
	position: relative;
	font-weight: 700;
	font-size: 1.5625rem;
	padding-left: 1.125em;
}
.dots-titles span {
  font-weight: normal;
  font-size: 90%;
}
.dots-titles:nth-child(n+2){
	margin-top: 1.75em;
}
.dots-titles:before{
	content: "●";
	position: absolute;
	font-size: 0.8em;
	left: 0;
  top: 2px;
	color: #ffda01;
}
.dots-list{
	margin-top: 0.5em;
}
.dots-list li{
	line-height: 2;
	padding-left: 1em;
	position: relative;
	font-size: 1.3rem;
}
.dots-list li:before{
	content: "・";
	position: absolute;
	left: 0;
}
@media screen and (max-width: 750px){
	.dots-titles{
		font-size: 1.35rem;
	}
	.dots-list li{
		font-size: 1rem;
	}
}


.dots-text{
	margin-top: 70px;
	padding: 1.5em 2.5em;
	border: dotted 3px #ffda01;
}
.dots-text a{word-break: break-all;}
.dots-text p{ font-weight: 700; font-size: 1.375rem; line-height: 1.666; }
.caseInner.box02 .dots-text p{ font-weight: 700; }

.dots-text.dots-title{
	padding-top: 2.5em;
	position: relative;
}
.dots-text.dots-title .flow-title{
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	max-width: 28vw;
}


@media screen and (max-width: 750px){
	.dots-text,
	.bg-text{
		margin-top: 12vw;
		padding: 5vw;
	}
	.bg-text.bg-title{
		padding-top: 6vw;
	}
	.dots-text.dots-title{
		padding-top: 8vw;
	}
}

/*====================
最初
====================*/

@media screen and (min-width: 751px){
	.box01 p{
		width: calc(100% - 330px);
	}
}

/*====================
食物アレルギー
====================*/
.box02 .flex p+h4{
	margin-top: 0.75em;
}

.caseInner.box02.radius {
  border-radius: 0 0 30px 30px;
  padding-bottom: 120px;
}


@media screen and (max-width: 750px){

	.box02 .flex{
		gap: 3vw;
	}
	.box02 .flex+.flex{
		margin-top: 6vw;
	}
  
  .caseInner.box02.radius {
  padding-bottom: 10vw;}
}
/*====================
ぜんそく
====================*/

.box03 .dots-titles:nth-child(n+2){
	margin-top: 0.75em;
}

@media screen and (min-width: 751px){
	.box03 .text{
		width: calc(100% - 203px);
	}
	.box03 .dots-titles{
		white-space: nowrap;
	}
}



/*====================
ぜんそく
====================*/
@media screen and (min-width: 751px){

	.box04 .flex{
		align-items: flex-end;
	}
.box04 .text{
	width: calc(100% - 282px);
}
}

@media screen and (max-width: 750px) {
    .qhead, .questio {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 60px);
    }
}