@charset "UTF-8";

#underContent #ppBox{
	max-width: 1422px;
	padding: 0 102px;
	margin: 0 auto;
	margin-bottom: 102px;
}
#underContent #ppBox section{
	padding-bottom: 68px;
	border-bottom: dotted 1px #ddd;
	margin-bottom: 68px;
}
#underContent #ppBox h3{
	font-size: 130%;
	margin-bottom: 1em;
}
#underContent #ppBox h4{
	text-align: left;
	margin-top: 1em;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
}
#underContent #ppBox h4::before{
	content: "■ "
}
#underContent #ppBox ol{
	padding-left: 1.5em;
}
#underContent #ppBox ol li{
	list-style: decimal;
	line-height: 1.3;
	margin-top: 0.5em;
}

@media screen and (max-width: 1200px) {



}

@media screen and (max-width: 1024px) {/* iPad pro */


}

@media screen and (max-width: 920px) {/* vw */

#underContent #ppBox{
	max-width: inherit;
	padding: 0 4vw;
	margin: 0 auto;
	margin-bottom: 12vw;
}
#underContent #ppBox section{
	padding: 0 4vw;
	padding-bottom: 8vw;
	border-bottom: dotted 1px #ddd;
	margin-bottom: 8vw;
}

}

@media screen and (max-width: 768px) {/* TB */


}

@media screen and (max-width: 759px) {/* SP */


}