@charset "utf-8";

/* ページフレーム
----------------------------------------- */
.m_maxW.s_sizeS {
	max-width: 962px;
}
.f_content {
	margin-bottom: 100px;
	padding: 0;
}

@media screen and (max-width: 1000px) {
  body {
    padding-top: 0;
  }
}

/* ヘッダー
----------------------------------------- */
.f_header {
	position: relative;
	border-bottom: 2px solid #008d61;
	background-color: #fff;
	height: 69px;
	padding: 0 10px;
	z-index: 1000;
}
.f_header .p_inner {
	position: relative;
	max-width: 1284px;
	margin: 0 auto;
	padding: 10px 0;
}
.f_header .p_logo {
	float: left;
}
.f_header .p_logo img {
	position: static;
}
.f_header .p_link {
	float: right;
	margin: 5px 20px 0 0;
	font-size: 1.3rem;
}
.f_header .p_link::after {
	content: none;
}
.f_header .p_link a:hover {
	color: #008d61;
}
.f_header .p_link a::after {
	content: "";
	display: inline-block;
	vertical-align: 0;
	margin-left: 8px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #008d61;
	border-right: 2px solid #008d61;
	transform: rotate(45deg);
}
body.s_fixHeader {
	padding-top: 69px;
}
body.s_fixHeader .f_header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 54px;
	animation: headerShow 1s;
}
body.s_fixHeader.s_hideHeader .f_header {
	animation: headerHide 0.5s;
	animation-fill-mode: forwards;
}
body.s_fixHeader .f_header .p_logo img {
	width: 135px;
}
body.s_fixHeader .f_header .p_link {
	margin-top: 8px;
}
@keyframes headerShow {
	0% { top: -80px; }
	100% { top: 0; }
}
@keyframes headerHide {
	0% { top: 0; }
	100% { top: -80px; }
}
@media screen and (max-width: 767px){
	.f_header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 43px;
		padding: 0 5px;
	}
	.f_header .p_logo {
		width: 105px;
	}
	.f_header .p_link {
		margin: 3px 10px 0 0;
		font-size: 1.2rem;
	}
	.f_header .p_link a::after {
		vertical-align: 1px;
		margin-left: 5px;
	}
	body,
	body.s_fixHeader {
		padding-top: 43px;
	}
	body.s_fixHeader .f_header {
		height: 43px;
		animation: none 1s;
	}
	body.s_fixHeader.s_hideHeader .f_header {
		animation: none;
	}
	body.s_fixHeader .f_header .p_logo img {
		width: 105px;
	}
	body.s_fixHeader .f_header .p_link {
		margin-top: 3px;
	}
}

/* フッター
----------------------------------------- */
.f_footer {
	border-top: 2px solid #008d61;
	padding: 15px 20px;
}
.f_footer .p_inner {
	max-width: 1243px;
	margin: 0 auto;
}
.f_footer .p_copyright {
	text-align: right;
	font-size: 1.3rem;
}
@media screen and (max-width: 767px){
	.f_footer .p_copyright {
		text-align: center;
		font-size: 1.1rem;
	}
}

/* ページスタイル
----------------------------------------- */

.pageTitle {
	padding: 80px 0 60px;
	font-size: 2.6rem;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.pageTitle {
		padding: 30px 0;
		font-size: 1.8rem;
	}
}
.m_h2 {
	margin: 70px 0 20px;
	border-top: 1px solid #d5d6d9;
	padding: 12px 0;
	color: #008d61;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.17;
}
.m_text {
  line-height: 1.63;
}

.kiyaku {
	border: 1px solid #ccc;
	height: 386px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.kiyaku .inner {
	padding: 25px 20px;
	font-size: 1.4rem;
}
.kiyaku h3 {
	margin: 25px 0 5px;
	font-weight: bold;
	font-size: 1.5rem;
}
.kiyaku h3:first-child {
	margin-top: 0;
}
.kiyaku h4 {
	margin: 15px 0 0;
	font-weight: bold;
}
.kiyaku ol {
	margin-left: 15px;
	padding-left: 1.3em;
}
.kiyaku ol li {
	text-indent: -1.3em;
}
.kiyaku .note {
	font-size: 1.3rem;
}
.kiyaku .note li {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px){
	.kiyaku {
		height: 250px;
	}
	.kiyaku .inner {
		padding: 20px 15px;
		font-size: 1.2rem;
	}
	.kiyaku h3 {
		font-size: 1.3rem;
	}
	.kiyaku .note {
		font-size: 1.1rem;
	}
}

.btnList {
	margin: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btnList li {
	width: 47.72%;
}
.btnList a {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #f3f4f4;
	height: 100px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
}
.btnList a:hover {
	box-shadow: 0 10px 35px rgba(68,75,82,0.3);
}
.btnList a.s_green {
	background-color: #008d61;
	color: #fff;
}
.btnList a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #008d61;
	border-right: 2px solid #008d61;
	transform-origin: right top;
	transform: rotate(45deg);
}
.btnList a.s_green::after {
	border-color: #fff;
}
.btnList a > span {
	padding: 10px 45px 10px 30px;
}
@media screen and (max-width: 767px){
	.btnList {
		display: block;
	}
	.btnList li {
		width: auto;
	}
	.btnList li:nth-child(n+2) {
		margin-top: 20px;
	}
	.btnList a {
		height: 70px;
		font-size: 1.8rem;
	}
	.btnList a > span {
		padding: 10px 45px 10px 20px;
	}
}
