@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

.is-pc {
	display: none;
}

button:hover {
	opacity: 0.7;
	cursor: pointer;
}

* {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
}

.sans {
	font-family: "Noto Sans JP", sans-serif;
}

body {
	background-color: #FFFFFF;
}

button {
	background: #E9F1D5;
	border: 3px solid #E9F1D5;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 60px;
	color: #333333;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ヘッダー */
header {
	background-color: #FFFFFF;
	border-bottom: 1px solid #ccc;
}

#header-contents {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	border-bottom: 1px solid #9AC143;
}

.header-logo {
	max-width: 244px;
	height: 68px;
	object-fit: cover;
}

@media (max-width:768px) {
	.header-logo {
		width: 120px;
		height: auto;
	}
}

.header-logo a {
	display: block;
}

.header-logo a img {
	display: block;
	max-width: 100%;
	height: auto;
}

#header-contents>a {
	padding: 0;
	display: block;
}

#header-contents .hamburger-img {
	max-width: 36px;
	max-height: 36px;
}

.sp-icon-tell {
	background-color: #F7514E;
}

.sp-icon-menu {
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
	padding: 0;
	list-style-type: none;
}

.sp-icon-menu li {
	padding: 10px 0;
	border-left: 1px solid #C4C4C4;
	width: 100%;
	text-align: center;
}

.sp-icon-menu li:first-child {
	border-left: none;
}

.sp-icon-menu li img {
	display: block;
	height: 21px;
	object-fit: cover;
	margin: 0 auto;
}

.sp-icon-menu p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 5px;
}

.sp-icon-tell p {
	color: #FFFFFF;
}

.hamburger-menu-active {
	color: #333333;
	z-index: 999;
	display: none;
}

.hamburger-menu-active {
	position: fixed;
	background-color: #E9F1D5;
	height: 100%;
	top: 0;
	right: 0;
	width: 72%;
}

.hamburger-menu-active ul {
	padding-left: 0;
}

.hamburger-menu-active li {
	list-style-type: none;
	border-bottom: 1px solid #FFFFFF;
	padding: 16px 9px 10px 26px;
}

.humburger-menu-list p {
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	width: 100%;
}

.hamburger-menu-active li a {
	display: flex;
	flex-direction: row;
}

.humburger-menu-list img:first-of-type {
	width: 20px;
	margin-right: 16px;
	object-fit: contain;
}

.humburger-menu-list img:last-of-type {
	max-height: 16px;
}

.hamburger-head {
	background-color: #9AC143;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
}

.hamburger-head p {
	display: inline-block;
	margin: 12px 21px;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
}

.hamburger-head img {
	display: block;
	width: 36px;
	height: 36px;
	margin: 4px;
}

.header-upper {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #9AC143;
	align-items: center;
	padding: 10px 1em
}

.header-upper .document {
	background-color: #9AC143;
}

.header-upper img {
	vertical-align: middle;
}

.header-upper .header-pc-tell-img {
	width: auto;
	max-height: 50px;
	object-fit: cover;
}

.header-upper__right {
	display: flex;
	align-items: center;
	column-gap: 30px;
}

.header-upper__document {
	text-align: center;
	width: 180px;
}

.header-upper__document a {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	background-color: #fff;
	color: #9AC143;
	display: block;
	line-height: 1;
	width: 100%;
	padding: 15px;
	border: 2px solid #9AC143;
	border-radius: 50px;
	transition: all .3s ease-in-out;
}

.header-upper__document a:hover {
	background-color: #9AC143;
	color: #fff;
}

.header-lower {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 30px;
	padding: 20px 1em;
}

.header-lower ul {
	display: flex;
}

.header-lower li {
	line-height: 1;
	padding: 0 15px;
	border-right: 1px solid #C4C4C4;
	list-style-type: none;
}

@media (max-width: 1200px) {
	.header-lower li {
		padding: 0 10px;
	}
}

.header-lower li:first-child {
	padding-left: 0;
}

.header-lower li:last-child {
	padding-right: 0;
}

.header-lower li a {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	display: block;
	padding-bottom: 2px;
	transition: all .3s ease-in-out;
}

@media (max-width: 1200px) {
	.header-lower li a {
		font-size: 1.25vw;
	}
}

.header-lower li a:hover {
	color: #9AC143;
	text-decoration: underline;
}

.header-lower li:last-of-type {
	border: none;
}

.header-lower__hurry {
	text-align: center;
	width: 180px;
}

.header-lower__hurry a {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	background-color: #fff;
	color: #ff6600;
	display: block;
	line-height: 1;
	width: 100%;
	padding: 15px;
	border: 2px solid #ff6600;
	border-radius: 50px;
	transition: all .3s ease-in-out;
}

.header-lower__hurry a:hover {
	background-color: #ff6600;
	color: #fff;
}

.header-inner-box {
	width: 230px;
}

.header-inner-box a {
	display: block;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 40px 0px;
}

.header-lower .hurry {
	background-color: #C40000;
}

/* アクセス */
.access {
	background-color: #F8F4EB;
	padding: 40px 0;
}

.access__inner {
	padding: 0 1em;
}

.access iframe {
	box-sizing: border-box;
}

.iframe-container {
	padding: 0;
}

.iframe-wrapper {
	position: relative;
	width: 100%;
	padding-top: 80%;
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.table-container {
	background-color: #fff;
	padding: 10px;
	margin: 20px auto 0;
}

.table-container h4 {
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
	color: #000000;
	margin-bottom: 6px;
}

.table-container p {
	font-size: 9px;
	line-height: 13px;
}

table th,
table td {
	border: 1px solid #C4C4C4;
	background-color: #fff;
	font-size: 12px;
	line-height: 18px
}

/* のぼりと倶楽部について */
.about {
	max-width: 100%;
	margin: 60px 1em 0;
}

.about h2 {
	font-size: 24px;
	line-height: 28px;
	display: block;
	position: relative;
	margin: 0 auto 20px;
	box-sizing: border-box;
	padding: 0 0 8px;
	color: #9AC143;
	text-align: center;
	border-bottom: 2px solid #9AC143;
}

.benefits {
	color: #333333;
	max-width: 100%;
	margin: 40px auto 0;
	padding: 30px 10px;
	border: 2px solid #9AC143;
	border-top: none;
	box-sizing: border-box;
	position: relative;
}

.benefits h3 {
	position: absolute;
	display: flex;
	text-align: center;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	padding: 0;
	color: #9AC143;
	font-weight: 400;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.benefits h3::before {
	content: "";
	height: 2px;
	flex-grow: 1;
	background-color: #9AC143;
	margin-right: 20px;
}

.benefits h3::after {
	content: "";
	height: 2px;
	flex-grow: 1;
	background-color: #9AC143;
	margin-left: 20px;
}

.benefits h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 5px;
	border-bottom: 2px solid #9AC143;
}

.benefit {
	margin: 0 auto 30px;
}

.benefit p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	margin-top: 10px;
	padding: 0 5px;
}

.benefits>p {
	font-size: 18px;
	color: #9AC143;
	text-align: center;
	line-height: 1.6;
}

.about button {
	display: block;
	margin: 0 auto;
	padding: 13px 15px;
	font-size: 16px;
	line-height: 24px;
}

/* チェックリスト */
.check-list {
	list-style: none;
	margin: 20px auto 0;
	padding: 0;
}

.check-list li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 9px;
}

.check-list img {
	width: 33.3px;
	height: auto;
	object-fit: contain;
}

.check-list p {
	font-size: 16px;
	background: #E9F1D5;
	display: block;
	line-height: 1.4;
	width: 100%;
	padding: 10px;
	margin-left: 10px;
}

/* フッター */

.breadcrumb {
	display: none;
}

footer {
	background-color: #9AC143;
	color: #fff;
	text-align: center;
	max-width: 100%;
	margin-top: 60px;
	padding: 40px 10px;
}

footer.article-footer {
	display: none;
}

footer p {
	margin-bottom: 5px;
}

footer .info-inner-box {
	margin-bottom: 15px;
}

footer .info-inner-box p {
	font-family: "Noto Sans JP", sans-serif;
}

footer .info-inner-box p a {
	font-family: "Noto Sans JP", sans-serif;
}

.footer-logo-content {
	width: 240px;
	height: auto;
	margin: auto;
}

.contact-icon-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.contact-icon-container img {
	max-height: 20px;
	margin-right: 8px;
}

.footer-contact {
	margin: 30px auto 43px;
}

.footer-navi {
	display: flex;
	justify-content: space-between;
	list-style: none;
	font-size: 12px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer-navi li a {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.common-header {}

.common-header h2 {
	font-size: 40px;
	color: #9AC143;
	text-align: center;
	display: block;
	line-height: 1;
	margin: auto;
	padding-bottom: 20px;
	border-bottom: 4px solid #9AC143;
}

.common-header p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 1.6;
	margin-top: 20px;
}

.common-header p strong {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 36px;
	color: #9AC143;
}

.common-header p span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
}

@media (max-width: 768px) {
	.common-header {}

	.common-header h2 {
		font-size: 20px;
		line-height: 1.2;
		margin: 0 auto 20px;
		padding-bottom: 12px;
		border-bottom: 2px solid #9AC143;
	}

	.common-header p {
		font-size: 16px;
		margin-top: 15px;
	}
}

.sp-footer-info {
	margin: 20px auto 0;
}

.sp-footer-info .info-inner-box {
	margin: 0 auto 20px;
}

.sp-footer-info .info-inner-box p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
}

.plan-box__btn {
	text-align: center;
	width: 300px;
	margin: 40px auto 0;
}

.plan-box__btn a {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	color: #9AC143;
	display: block;
	line-height: 1;
	padding: 20px;
	border: 2px solid #9AC143;
	border-radius: 50px;
	transition: all .3s ease-in-out;
}

.plan-box__btn a:hover {
	background-color: #9AC143;
	color: #fff;
}

@media (max-width:768px) {
	.plan-box__btn {
		text-align: center;
		width: 260px;
		margin: 20px auto 0;
	}

	.plan-box__btn a {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		color: #9AC143;
		display: block;
		line-height: 1;
		padding: 15px;
		border: 2px solid #9AC143;
		border-radius: 50px;
		transition: all .3s ease-in-out;
	}
}

.pc-banner-container {
	display: flex;
	justify-content: center;
	list-style-type: none;
	column-gap: 2%;
	max-width: 960px;
	margin: auto;
	padding-left: 0;
}

.pc-banner-container li {
	max-width: 32%;
	height: auto;
	display: block;
}

.pc-banner-container li a {
	display: block;
}

.pc-banner-container li a img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (max-width:768px) {
	.pc-banner-container {
		display: none;
	}
}

.sp-banner-container {
	display: none;
}

@media (max-width:768px) {
	.sp-banner-container {
		display: block;
		list-style-type: none;
		margin: 0 1.5em;
		padding-left: 0 !important;
	}

	.sp-banner-container li {
		margin-bottom: 15px !important;
	}

	.sp-banner-container li:last-child {
		margin-bottom: 0;
	}

	.sp-banner-container li a {
		display: block;
	}

	.sp-banner-container li a img {
		display: block;
		max-width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 768px) {
	header {
		border-bottom: 1px solid #f3f3f3;
	}

	.is-mobile {
		display: none;
	}

	.is-pc {
		display: block;
	}

	/* アクセス */
	.access {
		max-width: 100%;
		margin: auto;
		padding: 80px 0;
	}

	.access__inner {
		max-width: 1040px;
		margin: auto;
	}

	.iframe-container {
		padding: 0;
		width: 369px;
	}

	.iframe-wrapper {
		position: relative;
		width: 100%;
		padding-top: 100%;
	}

	.access-flex-box {
		display: flex;
		flex-direction: row;
		column-gap: 2%;
		margin: 40px auto 0;
	}

	.table-container {
		width: 63%;
		margin: 0;
		padding: 17px 37px 4px 25px;
	}

	.table-container h4 {
		font-size: 36px;
		line-height: 54px;
	}

	.table th,
	table td {
		font-size: 20px;
		line-height: 36px;
	}

	.table-container p {
		font-size: 18px;
		line-height: 27px;
	}

	/* フッター */
	footer {
		padding: 58px 0;
	}

	.footer-flex-container {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		column-gap: 60px;
		max-width: 1200px;
		margin: auto;
	}

	.footer-logo-content {
		width: 360px;
		height: auto;
	}

	.footer-logo-content a {
		display: block;
	}

	.footer-logo-content a img {
		display: block;
		max-width: 100%;
		height: auto;
	}

	.pc-footer-info {
		font-family: "Noto Sans JP", sans-serif;
	}

	.pc-footer-info table th,
	.pc-footer-info table td {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 18px;
		font-weight: 400;
		background-color: #9AC143;
		border: none;
		text-align: left;
	}

	.pc-footer-info table td {
		padding-right: 28px;
	}

	.footer-navi {
		font-size: 18px;
		line-height: 160%;
		justify-content: left;
		padding: 0;
		padding-top: 20px;
	}

	.footer-navi li {
		margin-right: 70px;
	}

	.footer-navi li a {
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		text-decoration: underline;
	}

	/* のぼりと倶楽部について */
	.about {
		max-width: 1040px;
		margin: 0 auto;
	}

	.about h2 {
		font-size: 40px;
		color: #9AC143;
		line-height: 1;
		margin: auto;
		padding-bottom: 10px;
		border-bottom: 4px solid #9AC143;
	}

	.about>p {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 20px;
		font-weight: 500;
		color: #000;
		text-align: center;
		line-height: 1.6;
		margin-top: 20px;
	}

	.about strong {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 36px;
		color: #9AC143;
	}

	.about span {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 20px;
	}

	.benefits {
		max-width: 960px;
		margin: 60px auto;
		padding: 48px 30px;
	}

	.benefits h3 {
		font-size: 36px;
		line-height: 54px;
	}

	.benefits h3::after {
		margin-left: 320px;
	}

	.benefits h3::before {
		margin-right: 320px;
	}

	.benefits h4 {
		font-size: 24px;
		line-height: 150%;
		text-align: left;
	}

	.benefits p {
		font-size: 18px;
	}

	.benefits-inner-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.benefit {
		width: 100%;
	}

	.benefits>p {
		font-size: 32px;
		line-height: 48px;
	}

	p.advertising {
		font-size: 32px;
		line-height: 48px;
		color: #000000;
		text-align: left;
	}

	.about button {
		margin-top: 30px;
		padding: 13px 15px;
		font-size: 32px;
		line-height: 48px;
	}

	/* チェックリスト */
	.check-list img {
		width: 53px;
	}

	.check-list p {
		padding: 13px;
		font-size: 20px;
	}
}

input[type='submit'] {
	background-color: #9AC143;
	font-size: 28px;
	border-radius: 50px;
}

@media screen and (max-width: 480px) {
	input[type='submit'] {
		background-color: #9AC143;
		font-size: 20px;
		border-radius: 50px;
	}

	input[type="text"] {
		font-size: 14px;
	}
}

/* single-page */
.single-page {
	max-width: 1040px;
	margin: 40px auto 0;
}

.single-page__header {}

.single-page__header h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight: 700;
	background-color: #eee;
	color: #000;
	line-height: 1;
	padding: 15px;
}

.single-page__content {
	padding: 40px;
}

.single-page__content p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 20px;
}

.single-page__content p:first-child {
	margin-top: 0;
}

.single-page__content p span {
	font-family: "Noto Sans JP", sans-serif;
	text-decoration: underline;
}

.single-page__content p strong {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 800;
}

.single-page__content dl {
	margin-top: 30px;
}

.single-page__content dl dt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
}

.single-page__content dl dd {
	margin-top: 10px;
}

.single-page__content dl dd p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}

.single-page__content ul {
	margin-top: 10px;
}

.single-page__content ul li {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}

@media (max-width:768px) {
	.single-page {
		max-width: 100%;
		margin: 20px 1em 0;
	}

	.single-page__header h2 {
		font-size: 18px;
	}

	.single-page__content {
		padding: 15px;
	}

	.single-page__content p {
		font-size: 14px;
		line-height: 1.6;
	}

	.single-page__content p strong {
		font-size: 18px;
	}

	.single-page__content dl {
		margin-top: 20px;
	}

	.single-page__content dl dt {
		font-size: 18px;
	}

	.single-page__content dl dd p {
		font-size: 14px;
		line-height: 1.6;
	}

	.single-page__content ul li {
		font-size: 14px;
		line-height: 1.6;
	}
}

.post-content {
	padding: 20px;
}

.post-content__title {
	font-size: 24px;
	line-height: 1.4;
}

.post-1231 .post-content__title,
.post-1434 .post-content__title {
	display: none;
}

.eye-catch-wrap {
	margin-top: 20px;
}

.post-content p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	margin: 15px 0 0;
}

.post-content p:first-child {
	margin-top: 0;
}

.post-content p span,
.post-content p strong,
.post-content p b {
	font-family: "Noto Sans JP", sans-serif;
}

@media (max-width:768px) {
	.post-content {
		padding: 20px 0;
	}

	.post-content__title {
		font-size: 18px;
		line-height: 1.8;
	}
}

.related-content {
	margin: 80px auto 0;
}

.related-content__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	background-color: #eee;
	color: #333;
	line-height: 1;
	padding: 15px;
}

.related-list {
	margin-top: 20px;
}

.related-list .cat-label {
	display: none;
}

.related-entry-card-title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500 !important;
}

.related-entry-card-snippet {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400 !important;
}

@media (max-width:768px) {
	.related-content {
		margin: 60px auto 0;
	}

	.related-content__title {
		font-size: 18px;
		padding: 10px;
	}

	.related-list {
		margin-top: 10px;
	}

	.related-entry-card-title {
		font-size: 14px !important;
	}
}

.recaptcha-text {
	text-align: center;
}

.recaptcha-text p {
	font-size: 13px;
}

.recaptcha-text p a {
	color: #007cae;
	text-decoration: underline;
}

.recaptcha-text p a:hover {
	text-decoration: none;
}

.grecaptcha-badge {
	visibility: hidden;
}

@media (max-width:768px) {
	.recaptcha-text p {
		font-size: 11px;
	}
}