@charset "utf-8";

#wrapper{
  overflow: visible;
}
.bgMain1Pc{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.content{
  overflow: hidden;
}
.overflow-hidden{
  overflow: hidden;
}
.sub_ttl{
  color: #1BA0B2;
  font-size: 1.8rem;
  padding: 0 10px;
  border-left: #1BA0B2 solid 4px;
  font-weight: normal;
}

/* 目次 */

.p-toc__list li{
  position: relative;
}
.p-toc__list li a:before{
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid #1BA0B2;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
}

/* ぜん息の重症度とは？ */
.severe_ex {
  font-size: 1.4rem;
}
.severe_ex dt{
  margin-bottom: 15px;
}
.severe_ex dd:not(:last-child){
  border-bottom: #CFCFCF solid 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/*
sub{
  font-size: 50%;
  bottom: -.5em;
  display: inline-block;
  position: relative;
}
*/
 /* ぜん息の治療ステップとは？ */
.treatment_ex{
  overflow: hidden;
  margin-bottom: 15px;
}
.treatment_ex dt{
  color: #002B49;
  float: left;
}
.treatment_ex dd{
  margin-left: 65px;
  margin-bottom: 15px;
}

.treatment_ex dd.pat2{
    margin-left: 140px;
}

.notice {
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.notice dt{
  float: left;
}
.notice dd{
  margin-left: 2.5em;
}

/* ぜん息の検査について */
#inspection ul::after{
	content:"";
	display:block;
	clear:both;
}
#inspection li{
	width:50%;
	float:left;
}

.llinkArea h6{
	font-size:2.6rem;
	margin-bottom:0.1em;
}
.llinkArea p{
	margin-bottom:0.8em;
}

.llinkArea li{
	display:flex;
	align-items:flex-end;
	margin-bottom:5%;
}
.llinkArea li:nth-child(2n){
	flex-direction:row-reverse;
}
.llinkArea li img{
	margin-right:5%;
}
.llinkArea li:nth-child(2n) img{
	margin-left:5%;
	margin-right:0;

}
.llinkArea .btn{
	width:70%;
}

.checklistLinkArea{
	text-align:center;
	border-top:1px solid #42B3BF;
	border-bottom:1px solid #42B3BF;
	padding:2%;
}
.checklistLinkArea h6{
	margin-bottom:1em;
}

.checklistLinkArea .btn{
	width:60%;
	margin:auto;
}

.p-toc aside{
display: none;
}

.indent-source{
  display: block;
  text-indent: -3em;
  padding-left: 3em;
}



@media screen and (max-width:768px){
  
  /* 目次 */
  .p-toc{
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 3em;
    overflow: hidden;
    font-size: 1.4rem;
    -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 7px rgba(0,0,0,0.16);
    background: #fff;
    position: relative;
    border-radius: 10px;
  }
  .p-toc aside{
    content:attr(title);
    background: #1BA0B2;
    color: #fff;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    cursor: pointer;
  }
  
  .p-toc__list{
    padding: 0 8px;/*8px*/
    height: 0;
  }
  
  .p-toc li{
   padding: 8px 10px 8px 20px;
  }
  .p-toc li br{
    display: none;
  }
  
	/* ---- */
  
	.videoBox{
		padding-top:15%;
	}

	#inspection li{
		width:auto;
		float:none;
	}
	
	.llinkArea{
		margin-top:15%;
	}
	.llinkArea h6{
		font-size:2.2rem;
		margin-bottom:0.3em;
	}
	.llinkArea li{
		flex-wrap:wrap;
	}
	.llinkArea li img{
		width:40%;
	}
	.llinkArea li div{
		width:57%;
	}
	.llinkArea li > p{
		width:100%;
		margin-top:5%;
		font-size:1.2rem;
	}
	.llinkArea li img{
		margin-right:3%;
	}
	.llinkArea li:nth-child(2n) img{
		margin-left:3%;
	}
	.llinkArea .btn{
		width:100%;
	}
	.checklistLinkArea{
		border:none;
		text-align:left;
	}
	.checklistLinkArea .btn{
		width:100%;
	}
}


@media screen and (max-width:768px){

#severe{
padding-top: 6.8rem;
/*        padding-top: calc(241px + 3.0rem);*/
}

.source{
position: relative;
}

.p-toc{
position: relative;
}
.p-toc::after{
content:"";
position: absolute;
top: 11px;
right:28px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
}
  
p-toc__list{
height: 0;
}

  /* 目次　*/
  .page-nav{
    max-width: 768px;
    margin: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 16px;
    z-index: 2;
    height: 0;
    }


}

@media screen and (min-width:769px){
  
  .bgMain1Pc::after{
    margin-top: 4258px;
  }
  
  /* 目次　*/
  .page-nav{
    max-width: 1200px;
    margin: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    height: 0;
    }
  .p-toc{
    width: 180px;
  }
  
  .p-toc__list li{
    -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 7px rgba(0,0,0,0.16);
    font-size: 1.4rem;
    height: 60px;
    letter-spacing: 0;
    background: #fff;
    margin-bottom: 5px;
  }
  .p-toc__list li a{
    color: #42B3BF;
    padding: 5px 10px 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    transition: all 0.2s;
  }
  
  .p-toc__list li a:hover{
    background: #F9423A;
    color: #fff;
  }
  .p-toc__list li.current a{
    background: #1BA0B2;
    color: #fff;
  }
  .p-toc__list li a:hover:before,
  .p-toc__list li.current a:before{
    border-left-color: #fff;
  }


  /* ぜん息の気道はどうなっている？ */
	#condition > *{
		position:relative;
	}
	#condition::before{
		content:"";
		display:block;
		background:url(../images/severe/bg2.png) no-repeat;
		background-size:100% 738px;
		width:100vw;
		min-width:1440px;
		height:738px;
		position:absolute;
		top:0;
		margin-top:16%;
		left:50%;
		transform:translateX(-50%);
	}
	
}

  
.bList li, .iList li{
padding-left:2em;
position:relative;
font-size: 1.4rem;
margin-bottom:1em;
}

footer{
  overflow: hidden;
}
@media screen and (max-width:768px){
	html {
	  scroll-padding-top: 7em;
	}
}
