@charset "UTF-8";
/*----ページ内共通パーツ----*/
.contents_inner {
	max-width: 1100px;
}
h3 {
	font-size: 20px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
	margin-bottom: 32px;
}
.link_underline {
    color: #38af80 !important;
    text-decoration: underline !important;
	display: ruby !important;
}
.btn {
	background: #38af80;
	color: #FFFFFF !important;
	border: 8px solid #FFFFFF;
	border-radius: 100px;
	height: 80px;
	width: 80%;
	max-width: 400px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	box-shadow: 15px 15px 15px 0px rgba(4, 0, 0, 0.1);
	display: flex !important;
	align-items: center;
    justify-content: center;
	margin: auto;
	margin-top: 75.2px;
}
.btn::after {
	content: "";
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	position: absolute;
	display: flex;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
	h3 {
		font-size: 18px;
		margin-bottom: 24px;
		text-align: center;
	}
	.btn {
		width: 100%;
		border: 5px solid #FFFFFF;
		font-size: 14px;
		height: 68px;
		margin-top: 40px;
	}
}
/*-----------------------------------

	introduce_mail_block

-----------------------------------*/
#introduce_mail_block {
	padding: 140px 0 104px;
}
#introduce_mail_block .contents_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#introduce_mail_block .contents_inner p {
	max-width: 697px;
	text-align: center;
	width: 90%;
	line-height: 2em;
	font-size: 17.6px;
}

@media screen and (max-width: 840px) {
	
}
@media screen and (max-width: 640px) {
	#introduce_mail_block {
		padding: 100px 0;
	}
	#introduce_mail_block .contents_inner p {
		font-size: 16px;
	}
}
@media screen and (max-width: 470px) {

}

/*-----------------------------------

	about_block

-----------------------------------*/
#about_block h4 {
	font-size: 22.4px;
	font-weight: 500;
	width: 100%;
	border-bottom: 1px solid #38af80;
	padding-bottom: 10px;
	margin-bottom: 19.2px;
}
#about_block .contents_inner {
	display: flex;
	flex-direction: column;
	gap: 113.6px;
}
#about_block h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}
#about_block p {
	line-height: 2em;
}
#about_block .annotation {
	font-size: 12px;
	font-weight: 300;
	margin-top: 8px;
}
@media screen and (max-width: 640px) {
	#about_block h4 {
		font-size: 20px;
	}
	#about_block h5 {
		font-size: 14px;
		line-height: 2em;
	}
	#about_block .contents_inner {
		gap: 80px;
	}
}

/*-----------------------------------

	backnumber_block

-----------------------------------*/
#backnumber_block {
	padding-top: 155px;
	margin-bottom: 420px;
}
#backnumber_block .border_box {
	border: 8px solid #D1E8DA;
	border-radius: 30px;
	max-width: 900px;
	width: 100%;
	padding: 72px 90px;
	margin: auto;
}

#backnumber_block .border_box h3 {
	font-size: 28px;
	margin-bottom: 24px;
}
#backnumber_block .border_box p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 72px;
}

#backnumber_block ul li {
	border-top: 1px dashed #231815;
	display: flex;
	flex-direction: row;
    justify-content: space-between;
	font-size: 16px;
	font-weight: 500;
	padding: 18px 0;
}
#backnumber_block ul li:last-child {
	border-bottom: 1px dashed #231815;
}
#backnumber_block ul li a {
	width: 70%;
	font-weight: 400;
}

@media screen and (max-width: 840px) {
	#backnumber_block ul li a {
		width: 60%;
	}
}
@media screen and (max-width: 640px) {
	#backnumber_block {
		padding-top: 70px;
		margin-bottom: 320px;
	}
	#backnumber_block .border_box {
		padding: 8%;
	}
	#backnumber_block .border_box h3 {
		font-size: 22px;
	}
	#backnumber_block .border_box p {
		font-size: 14px;
		margin-bottom: 30px;
	}
	#backnumber_block ul li {
		font-size: 14px;
		line-height: 1.8em;
	}
	#backnumber_block ul li a {
		width: 50%;
	}
}
@media screen and (max-width: 400px) {
	#backnumber_block ul li {
		flex-direction: column;
	}
	#backnumber_block ul li a {
		width: 100%;
	}
}


/*-----------------------------------

	以下詳細ページ

-----------------------------------*/
/*---about---*/
#about_block.detail_about {
	padding: 140px 0 0;
}
@media screen and (max-width: 640px) {
	#about_block.detail_about {
		padding: 100px 0 0;
	}
}

/*---バックナンバー---*/
#backnumber_block.detail_bn {
	padding-top: 74px;
}
#backnumber_block.detail_bn .border_box {
	max-width: 1100px;
	border: 4px solid #D1E8DA;
}
#backnumber_block.detail_bn .border_box p {
	text-align: left;
	font-size: 14px;
	margin-bottom: 0;
}

#backnumber_block.detail_bn .border_box a {
	display: ruby;
	overflow-wrap: break-word;
}