@charset "utf-8";
/*----------------------------------------------
common
---------------------------------------------*/
/*----------------------------------------------
	section
---------------------------------------------*/
/*  .c_sec
---------------------------------------------*/
.c_sec:not(:last-of-type) {
	padding: 0 0 80px;
}
/*  .c_sec_lg
---------------------------------------------*/
.c_sec_lg {
	padding: 0 0 120px;
}
/*  .c_sec_cont
---------------------------------------------*/
.c_sec_cont {
	margin-bottom: 20px;
}
/*  .c_sec_ttl
---------------------------------------------*/
.c_sec_ttl {
	margin-bottom: 30px;
	text-align: center;
}
.c_sec_ttl img {
	height: 60px;
}
@media (max-width: 768px) {
	/*  .c_sec
---------------------------------------------*/
	.c_sec:not(:last-of-type) {
		padding: 0 0 40px;
	}
	/*  .c_sec_lg
---------------------------------------------*/
	.c_sec_lg {
		padding: 0 0 80px;
	}
	/*  .c_sec_ttl
---------------------------------------------*/
	.c_sec_ttl img {
		height: 40px;
	}
}
@media (max-width: 640px) {
	/*  .c_sec_lg
---------------------------------------------*/
	.c_sec_lg {
		padding: 0 0 60px;
	}
	/*  .c_sec_ttl
---------------------------------------------*/
	.c_sec_ttl {
		margin-bottom: 20px;
	}
}
/*----------------------------------------------
	ttl
---------------------------------------------*/
/*  .c_ttl_type01
---------------------------------------------*/
.c_ttl_type01 {
	margin-bottom: 30px;
	font-size: 1.78em;
	text-align: center;
	line-height: 1.2;
}
.c_ttl_type01 span {
	position: relative;
	display: inline-block;
	padding: 0 2px 8px;
}
.c_ttl_type01 span::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 10px;
	background-color: transparent;
	background-image: radial-gradient(var(--main-color) 30%, transparent 30%);
	background-size: 10px 10px;
}
/*  .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
	margin-bottom: 15px;
	color: var(--main-color);
	font-size: 1.33em;
	text-align: center;
	line-height: 1.2;
}
/*  .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
	font-size: 1.22em;
	text-align: center;
	line-height: 1.2;
}
.c_ttl_type03 span {
	color: var(--main-color);
}
.is_ttl_lg {
	margin-bottom: 20px;
	font-size: 1.78em;
}
@media screen and (max-width: 640px) {
	.is_ttl_lg {
		margin-bottom: 10px;
		font-size: 1.33em;
	}
}
/*----------------------------------------------
	tbl
---------------------------------------------*/
/*  .c_tbl_common
---------------------------------------------*/
.c_tbl_common th {
	width: 10em;
	text-align: left;
}
.c_tbl_common th,
.c_tbl_common td {
	padding: 5px;
	border-top: 2px solid var(--bw-color);
	border-bottom: 2px solid var(--bw-color);
	vertical-align: top;
}
.is_tbl_sm {
	width: 640px;
	max-width: 100%;
	margin: auto;
}
/*  .c_tbl_chart
---------------------------------------------*/
.c_tbl_chart {
	width: 100%;
}
.c_tbl_chart tr:nth-child(odd) {
	background: #fff;
}
.c_tbl_chart th,
.c_tbl_chart td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}
@media (max-width: 640px) {
	/*  .c_tbl_common
---------------------------------------------*/
	.c_tbl_common th {
		width: 7em;
	}
	.is_tbl_sm {
		width: 100%;
	}
	/*  .c_tbl_chart
---------------------------------------------*/
	.c_tbl_chart th,
	.c_tbl_chart td {
		padding: 5px;
	}
	.c_tbl_chart th:nth-child(1) {
		width: 5em;
	}
	.c_tbl_chart th:nth-child(2) {
		width: 3.5em;
	}
}
/*----------------------------------------------
	box
---------------------------------------------*/
/*  .c_box_type01
---------------------------------------------*/
.c_box_type01 {
	background: #fff;
	padding: 30px 40px;
	border-radius: 8px;
}
.is_box_sm {
	padding: 15px 20px;
}
@media screen and (max-width: 640px) {
	.c_box_type01 {
		padding: 20px;
	}
}
/*----------------------------------------------
	btn
---------------------------------------------*/
/*  .c_btn
---------------------------------------------*/
.c_btn a {
	display: block;
	padding: 5px 0;
	background: #fff;
	border: 2px solid var(--main-color);
	border-radius: 100px;
	color: var(--bk-color);
	font-size: 1.33em;
	font-weight: 600;
	text-align: center;
	transition: 0.3s;
}
.c_btn a:hover {
	background: var(--main-color);
	color: #fff;
}
.is_btn_w300 a {
	width: 300px;
	max-width: 90%;
	margin: auto;
}
/*  .c_btn_detail
---------------------------------------------*/
.c_btn_detail {
	text-align: center;
}
.c_btn_detail a {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.c_btn_detail a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: var(--key-color);
}
.c_btn_detail a:hover::after {
	animation: btn_hover 1s backwards;
}
@keyframes btn_hover {
	0% {
		left: 0;
		background: var(--key-color);
	}
	40% {
		left: 100%;
		background: var(--key-color);
	}
	45% {
		left: 100%;
		background: transparent;
	}
	55% {
		left: -100%;
		background: transparent;
	}
	60% {
		left: -100%;
		background: var(--key-color);
	}
	0% {
		left: 0;
		background: var(--key-color);
	}
}
/*----------------------------------------------
	anchor
---------------------------------------------*/
.c_anchor {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.c_anchor li {
	width: calc(33% - 20px);
}
.c_anchor li a {
	display: block;
	width: 100%;
	padding: 5px 0 7px;
	background: #fff;
	border: 2px solid var(--main-color);
	border-radius: 100px;
	color: var(--bk-color);
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}
.c_anchor li a:hover {
	background: var(--main-color);
	color: #fff;
}
.c_anchor li a.current {
	background: var(--main-color);
	color: #fff;
}
@media (max-width: 768px) {
	.c_anchor {
		margin-bottom: 20px;
	}
	.c_anchor li {
		width: calc(33% - 10px);
	}
}
@media (max-width: 640px) {
	.c_anchor {
		font-size: 0.8em;
	}
	.c_anchor li {
		width: calc(33% - 5px);
	}
}
/*----------------------------------------------
	link
---------------------------------------------*/
.c_link_alpha {
	transition: 0.3s;
}
.c_link_alpha:hover {
	opacity: 0.5;
}
.c_link_txt {
	color: var(--main-color);
	text-decoration: underline;
}
.c_link_txt:hover {
	text-decoration: none;
}
/*----------------------------------------------
	lead
---------------------------------------------*/
/*  .c_lead_type01
---------------------------------------------*/
.c_lead_type01 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.67em;
	line-height: 1.2;
}
/*----------------------------------------------
	list
---------------------------------------------*/
ol.c_list_bkt li {
	position: relative;
	margin-bottom: 10px;
	margin-left: 1.3em;
	list-style-type: none;
}

ol.c_list_bkt li:before {
	position: absolute;
	right: calc(100% + 0.5rem); /* 0.5remは連番とテキストとの余白 */
	content: "(" counter(list-item) ")";
}
/*----------------------------------------------
	news
---------------------------------------------*/
.c_news_box:not(:last-child) {
	margin-bottom: 40px;
}
.c_news_date {
	color: var(--main-color);
	font-weight: 600;
}
.c_news_title {
	margin-bottom: 10px;
	font-size: 1.67em;
	line-height: 1.2;
}
.c_news_cont {
	position: relative;
	padding: 15px 0 17px;
}
.c_news_cont::before,
.c_news_cont::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: transparent;
	background-image: radial-gradient(var(--bw-color) 75%, transparent 75%);
	background-size: 2px 2px;
}
.c_news_cont::before {
	top: 0;
}
.c_news_cont::after {
	bottom: 0;
}
@media (max-width: 640px) {
	.c_news_block {
		padding: 20px 25px 25px;
	}
}
/*----------------------------------------------
	pagenation
---------------------------------------------*/
.c_pagenation {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.c_pagenation > * {
	display: inline-block;
	margin: 0 5px;
	padding: 0px 10px 2px;
	background: #fff;
	border: 2px solid var(--main-color);
	border-radius: 3px;
	color: var(--bk-color);
	font-weight: 600;
	text-align: center;
	transition: 0.3s;
}
.c_pagenation > *.current {
	background: var(--main-color);
	color: #fff;
}
.c_pagenation > a:hover {
	background: var(--main-color);
	color: #fff;
}
/*----------------------------------------------
	grid
---------------------------------------------*/
.c_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.c_grid p {
	padding: 5px;
}
@media (max-width: 768px) {
	.c_grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 640px) {
	.c_grid {
		display: block;
	}
}
/*----------------------------------------------
	flex
---------------------------------------------*/
.c_flex {
	display: flex;
	flex-wrap: wrap;
}
/*  column - ぴったりカラム用   */
.is_fl_column2 > * {
	width: calc(100% / 2);
}
.is_fl_column3 > * {
	width: calc(100% / 3);
}
.is_fl_column4 > * {
	width: calc(100% / 4);
}
.is_fl_column5 > * {
	width: calc(100% / 5);
}
.is_fl_column6 > * {
	width: calc(100% / 6);
}
/*  column - space-between用   */
.is_fl_bw_column2 > * {
	width: calc((100% / 2) - 20px);
}
.is_fl_bw_column3 > * {
	width: calc((100% / 3) - 20px);
}
.is_fl_bw_column4 > * {
	width: calc((100% / 4) - 20px);
}
.is_fl_bw_column5 > * {
	width: calc((100% / 5) - 20px);
}
.is_fl_bw_column6 > * {
	width: calc((100% / 6) - 20px);
}
/*  option   */
.is_fl_nowrap {
	/* 横幅に収まる */
	flex-wrap: nowrap;
}
.is_fl_column {
	/* 縦並び */
	flex-direction: column;
}
.is_fl_jc_end {
	/* 右寄せ */
	justify-content: flex-end;
}
.is_fl_jc_center {
	/* 左右中央 */
	justify-content: center;
}
.is_fl_jc_between {
	/* 均等 */
	justify-content: space-between;
}
.is_fl_al_center {
	/* 上下中央 */
	align-items: center;
}
@media screen and (max-width: 768px) {
	.is_tab_fl_column {
		flex-direction: column;
	}
	.is_tab_fl_jc_center {
		justify-content: center;
	}
	.is_tab_fl_column_full > * {
		width: 100%;
	}
	.is_tab_fl_column_full > *:not(:last-child) {
		margin-bottom: 20px;
	}
	/*  column - ぴったりカラム用   */
	.is_tab_fl_column2 > * {
		width: calc(100% / 2);
	}
	/*  column - space-between用   */
	.is_tab_fl_bw_column2 > * {
		width: calc((100% / 2) - 20px);
	}
	/*  column - space-between用 PC版の調整  */
	.is_fl_bw_column2 > * {
		width: calc((100% / 2) - 10px);
	}
	.is_fl_bw_column3 > * {
		width: calc((100% / 3) - 10px);
	}
	.is_fl_bw_column4 > * {
		width: calc((100% / 4) - 10px);
	}
	.is_fl_bw_column5 > * {
		width: calc((100% / 5) - 10px);
	}
	.is_fl_bw_column6 > * {
		width: calc((100% / 6) - 10px);
	}
}
@media screen and (max-width: 640px) {
	.is_sp_fl_column {
		flex-direction: column;
	}
	.is_sp_fl_jc_center {
		justify-content: center;
	}
	.is_sp_fl_column_full > * {
		width: 100%;
	}
	.is_sp_fl_column_full > *:not(:last-child) {
		margin-bottom: 20px;
	}
	/*  column - ぴったりカラム用   */
	.is_sp_fl_column2 > * {
		width: calc(100% / 2);
	}
	/*  column - space-between用   */
	.is_sp_fl_bw_column2 > * {
		width: calc((100% / 2) - 20px);
	}
}
