@charset "utf-8";

.container{
	margin-top: var(--header-height);
	border-top: 8px solid #35dcd6;
	background-color: #fffaef;
}
.inner{
	max-width: 1052px;
	margin: 0 auto;
}
.logo{
	margin: 46px 0;
	text-align: center;
}
.photo{
	position: relative;
	margin-bottom: 46px;
}
.photo::before{
	content: "";
	position: absolute;
	top: -18px;
	left: -18px;
	width: 113px;
	height: 113px;
	background: url(../img/header_photo_top.png) no-repeat 0 0;
}
.photo::after{
	content: "";
	position: absolute;
	bottom: -18px;
	right: -18px;
	width: 113px;
	height: 113px;
	background: url(../img/header_photo_bottom.png) no-repeat 0 0;
}
.oa{
	position: relative;
	margin-bottom: 46px;
	padding-bottom: 51px;
	text-align: center;
	background: url(../img/bg_bar.gif) no-repeat center bottom;
}
.textArea p{
	padding: 0 50px;
	font-family: 'TsukuARdGothic-Regular', '秀英丸ゴシック L', serif;
	line-height: 2.5;
}
.textArea ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 20px 0;
}
.textArea li{
	width: 39.45%;
	max-width: 415px;
	margin-bottom: 28px;
}
.textArea li:nth-child(odd){
	margin-right: 3.8%;
}
.container footer{
	margin-top: 100px;
	padding: 20px 0;
	background-color: #ffb10b;
}
.copy{
	text-align: right;
	font-size: 14px;
	color: #fff;
}

@media screen and (max-width: 1088px) {
	.photo{
		padding: 18px;
	}
	.photo::before{
		top: 0;
		left: 0;
	}
	.photo::after{
		bottom: 0;
		right: 0;
	}
}

@media screen and (max-width: 1052px) {
	.inner{
		padding: 0 4%;
	}
	.logo{
		margin: 4.3% 0;
	}
	.photo{
		margin-bottom: 4.3%;
	}
	.oa{
		position: relative;
		margin-bottom: 4.3%;
		padding-bottom: 4.8%;
		background-size: 30% 2px;
	}
	.textArea p{
		padding: 0;
		font-size: 18px;
		line-height: 2;
	}
	.textArea ul{
		margin: 1.9% 0;
	}
	.textArea li{
		width: 45%;
		margin-bottom: 14px;
	}
}

@media screen and (max-width: 768px) {
	.photo{
		padding: 6px;
	}
	.photo::before{
		width: 40px;
		height: 40px;
		background-size: 40px;
	}
	.photo::after{
		width: 40px;
		height: 40px;
		background-size: 40px;
	}
	.container footer{
		margin-top: 10%;
		padding: 8px 0;
	}
	.copy{
		font-size: 12px;
	}
}