@charset "utf-8";

.h3-section figure img {
	margin-bottom: 10px;
}
.h3-section figcaption {
	padding: 0 0 0 10px;
	border-left: solid 9px #6c6c6c;
	font-size: 16px;
}
.h3-section{
	margin-bottom: 50px;
}
h3.h-style1 {
    margin: 0 0 50px 1%;
    vertical-align: middle;
}
.first-activity .l-side {
	width: 48.5%;
	display: block;
}
.first-activity .r-side {
	width: 48.5%;
}
.first-activity .r-side .link-style1 {
	margin-bottom: 12px;
}
.first-activity .r-side p.mb {
	margin-bottom: 22px;
}

.activities li {
	width: 31.5%;
	margin: 0 0 30px 2.7%;
	float: left;
}
.activities li.left {
	margin-left: 0;
}

.h4-sections {
	text-align: center;
}
.h4-section {
	width: 48.6%;
	margin-bottom: 50px;
	display: inline-block;
	vertical-align: top;
}
.h4-section.right {
	float: right;
}
.h4-section.left {
	float: left;
}
.h4-section.bottom {
	margin-bottom: 50px;
}
.h4-section .image {
	margin-bottom: 18px;
}
.h4-section h4 {
	margin-bottom: 10px;
}

.h4-section h4,
.h4-section p {
	margin-left: 2.05%;
	margin-right: 2.05%;
	text-align: left;
}

.h4-section p a{
	text-decoration: underline dotted;
}
.h4-section p a:hover{
	text-decoration: none;
}
.h4-section .link-style1 a{
	text-decoration: none!important;
	margin-top: 20px;
}
/*ページ内リンクの位置を少し上にあげる*/
#sec1::before,
#sec2::before {
    display: block;
    height: 7rem;
    margin-top: -7rem;
    content: "";
}