/*========================================================*/
/*  ABOUT
/*========================================================*/
body{
	background: #ffbbea;
}

/*  .content
---------------------------------------------------*/
.content{
	font-size: 18px;
	line-height: 2;
}
.second_ttl{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 40px;
}
.line_color{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}
.line_color li{
	height: 12px;
	width: 16.666%;
}
.line_color li:nth-of-type(1){
	background: #ffff00;
}
.line_color li:nth-of-type(2){
	background: #ff0000;
}
.line_color li:nth-of-type(3){
	background: #00c6ff;
}
.line_color li:nth-of-type(4){
	background: #ff7200;
}
.line_color li:nth-of-type(5){
	background: #12ff00;
}
.line_color li:nth-of-type(6){
	background: #ff7bd2;
}
.content_box{
	padding: 94px 0 150px;
	width: 700px;
	margin: 0 auto;
}
.content_box h3{
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 90px;
}
.content_box p{
	font-size: 14px;
	line-height: 2.1;
	margin-bottom: 40px;
}
.content_box p:last-of-type{
	margin-bottom: 0;
}
.content_box figure{
	text-align: center;
}


/* PDFのコンテンツをdisplay: flex;で横並び(2列にしている) */
.content_box_flex {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px 0;
}
.content_box_flex > div {
	width: 50%;
}
.content_box_flex > div:only-child {
	width: 100%;
}
.content_box_flex h4 {
    text-align: center;
}
.content_box_flex:not(:first-of-type) {
	margin-top: 80px;
}

/*========================================================*/
/*  767px
/*========================================================*/
@media screen and (max-width:767px) {
	.content{
		font-size: 15px;
	}
	.second_ttl{
		margin-top: 40px;
	}
	.content_box dl{
		display: block;
	}
	.content_box{
		padding: 64px 6% 80px;
		width: 100%;
	}
	.content_box h3{
		font-size: 24px;
		margin-bottom: 50px;
	}
	.content_box figure img{
		width: 80%;
	}

	.content_box_flex:not(:first-of-type) {
		margin-top: 30px;
	}

}
