@charset "utf-8";
/* CSS Document */

.add_contents_header{
	background:#FFD73F;
	text-align:center;
	margin-bottom:3rem;
}
h1{
	font-size:1.75rem;
	color:#000;
	font-weight:bold;
	line-height:2.2rem;
	padding-top:1rem;
}
.h1_subtitle{
	font-size:1.25rem;
	line-height:1.rem;

}
h2{
	color:#000;
	font-size:1.25rem;
	padding-left:40px;
	line-height:35px;
	font-weight:bold;
	text-align:left;
	margin-bottom:1rem;
}

.add_img{
	width:100%;
	margin-bottom:1rem;
}
.main_img{
	width:90%;
	height:auto;
}
.contents_box{
	padding-left:15%;
	padding-right:15%;
	text-align:center;
}
.add_contents_txt{
	font-size:0.95rem;
	text-align:left;
}
.explain{
	font-size:0.75rem;
	padding-bottom:3rem;
	margin-bottom:3rem;
	border-bottom:1px solid #403127;

}
figure{
	margin-bottom:3rem;
}
figcaption{
	text-align:left;
}

@media (max-width: 768px) {
.contents_box{
	padding-left:0;
	padding-right:0;
}


	}