@charset "utf-8";


/*** Sanjo Styles ***/


/* Details Selector
------------------------------------------------------------- */

.sanjo_genre_selector {
	width: 100%;
	display: grid;
	gap: 5px 10px;
}

.sanjo_genre_selector > label {
	margin-bottom: 5px !important;
	white-space: nowrap;
	width: fit-content;
}



/* Index List
------------------------------------------------------------- */

ul.sanjo_index_list {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	display: grid;
	gap: 15px;
}

ul.sanjo_index_list li {
	width: 100%;
	min-width: 19em;
	margin: 0;
	padding: 0;
}

ul.sanjo_index_list a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 20px;
	line-height: 50px;
	color: #151515;
/*	background-color: #e4f4ee;	*/
	background-color: #fff;
	font-weight: 400;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	position: relative;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}

ul.sanjo_index_list a:hover,
ul.sanjo_index_list a:active {
	background-color: #f0fbf6;
	transform: translate(1px, 1px);
	box-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

/* bosyu Button */

.contents_inner_box:has(.btn_sanjo_bosyu) {
	position: relative;
}

.btn_sanjo_bosyu {
	margin: 0;
	width: 100%;
}

.btn_sanjo_bosyu .btn_txt {
	max-width: none;
	width: 100%;
	padding: 15px 30px 15px 45px;
}

.btn_sanjo_bosyu .btn_txt::before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -30px;
}

.btn_sanjo_bosyu .btn_txt::before {
	background-image: url(../img/icon_sanjo_join.svg);
}



/* Result List
------------------------------------------------------------- */

.sanjo_cont_box > h2 {
	width: 100%;
	margin: 0 0 40px 0;
	padding: 8px 15px;
	line-height: 1.6;
	font-size: 2.2rem;
	font-weight: 400;
	text-align: left;
	color: #fff;
	background-color: #006865;
	background: linear-gradient(45deg,#067d9b 0%, #36c6c1 50%, #069b69 100%);
}

.sanjo_article_box {
	margin: 0 0 40px 0;
	padding: 0 2px;
}

.sanjo_article_box > .sanjo_cate {
	margin: 0 -10px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
}

.sanjo_article_box > .sanjo_cate > span {
	display: inline-block;
	line-height: 26px;
	margin: 10px 10px 0 0;
	padding: 0 6px;
	font-weight: 500;
	font-size: 1.4rem;
	color: #fff;
	background-color: #067d9b;
	border-radius: 4px;
}

.sanjo_article_box > .sanjo_cate a,
.sanjo_article_box > .sanjo_cate a:hover,
.sanjo_article_box > .sanjo_cate a:active {
	text-decoration: none;
	color: #fff;
}

.sanjo_article_box > h3 {
	margin: 0;
	padding: 8px 2px;
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0;
	border-top: 5px solid #067d9b;
	position: relative;
}

.sanjo_article_box > h3.newc::before {
	content: "新規会員";
	display: inline-block;
	margin-right: 5px;
	width: 5em;
	height: 24px;
	line-height: 24px;
	font-size: 1.3rem;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background-color: #f4870a;
	border-radius: 4px;
	vertical-align: 3px;
}

dl.sanjo_list {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	background-color: #f9f5ed;
	border-bottom: 1px solid #d5d5d5;
}

dl.sanjo_list dt {
	font-weight: 500;
	width: 6em;
	padding: 6px 15px 6px 0;
	text-align: right;
	white-space: nowrap;
	float: left;
	clear: left;
	border-top: 1px solid #d5d5d5;
}

dl.sanjo_list dd {
	width: calc(100% - 6em);
	margin-left: 6em;
	padding: 6px 10px 6px 15px;
	background-color: #fff;
	border-top: 1px solid #d5d5d5;
}

dl.sanjo_list dd a::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: -0.2em;
	margin-left: 0.2em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/icon_extlink_blue.svg);
}



/* Supporter Selector (Header type)
------------------------------------------------------------- */

.sanjo_selector {
	margin: -60px 0 60px 0;
	padding: 30px 20px;
	background-color: #d5d5d5;
	background: linear-gradient(0deg,#eee 0%, #d5d5d5 100%);
}

.sanjo_selector ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1200px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
	gap: 15px 10px;
}

.sanjo_selector ul li {
	margin: 0;
	padding: 0;
	line-height: 24px;
}

.sanjo_selector ul li label {
	white-space: nowrap;
	font-size: 1.6rem;
}

.sanjo_selector ul li label.check_style::before {
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background-color: #fff;
	border: 0;
	border-radius: 2px;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.16);
}

.sanjo_selector ul li label.check_style::after {
	content: "✔︎";
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	display: inline-block;
	height: 16px;
	width: 16px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	opacity: 0;
}

.sanjo_selector ul li label.check_style:has(input:checked)::before {
	background-color: #007aff;
	/* box-shadow: none; */
}

.sanjo_selector ul li label.check_style:has(input:checked)::after {
	opacity: 1;
}


.sanjo_selector ul li label.radio_style::before {
	left: 0;
	top: 3px;
	background-color: #fff;
}

.sanjo_selector ul li label.radio_style::after {
	left: 4px;
	top: 7px;
}
/*
.sanjo_selector ul li:has(a) {
	grid-column: 1 / -1;
	text-align: center;
	padding-top: 5px;
}
*/
.sanjo_selector ul li > a {
	display: inline-block;
	width: 7em;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	color: #151515;
	text-decoration: none;
	letter-spacing: 0.03em;
	background-color: #fff;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}

.sanjo_selector ul li > a label {
	cursor: pointer;
}

.sanjo_selector ul li > a:hover {
	box-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	transform: translate(1px, 1px);
}

.sanjo_selector_submit {
	text-align: center;
	padding-top: 10px;
}







/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:460px) {

	/* bosyu Button */

	.btn_sanjo_bosyu {
		width: calc(100% - 190px);
		max-width: 460px;
		position: absolute;
		right: 20px;
		top: 22px;
	}

}





/* for MiddleSize(540-787)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:540px) {

	/* Details Selector
	------------------------------------------------------------- */

	.detail_search_cont dl > div {
		display: grid;
		grid-template-columns: 3em 1fr;
	}


	/* Result List
	------------------------------------------------------------- */

	.sanjo_article_box > h3 {
		font-size: 2rem;
	}


}





/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/* Details Selector
	------------------------------------------------------------- */

	.sanjo_genre_selector {
		grid-auto-flow: column;
		grid-template-rows: repeat(15, auto);
	}


	/* Index List
	------------------------------------------------------------- */

	ul.sanjo_index_list {
		grid-auto-flow: column;
		grid-template-rows: repeat(15, auto);
		gap: 15px 30px;
	}

	/* bosyu Button */

	.btn_sanjo_bosyu {
		width: calc(50% - 58px);
		right: 40px;
		top: 27px;
	}


	/* Supporter Selector (Header type)
	------------------------------------------------------------- */

	.sanjo_selector {
		padding: 30px 40px;
	}




}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:980px) {

	/* Common
	------------------------------------------------------------- */

	.section_title + .sanjo_cont_box {
		margin-top: 40px;
	}


	/* Index List
	------------------------------------------------------------- */

	/* bosyu Button */

	.btn_sanjo_bosyu {
		top: 33px;
		max-width: none;
	}


	/* Result List
	------------------------------------------------------------- */

	.sanjo_cont_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px 40px;
		align-items: start;
	}

	.sanjo_cont_box > h2 {
		grid-column: 1 / -1;
		margin-bottom: 20px;
		font-size: 2.4rem;
	}

	.sanjo_article_box > h3 {
		font-size: 1.8rem;
	}


}


/* for ExtraLargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1080px) {

	/* Details Selector
	------------------------------------------------------------- */

	.sanjo_genre_selector {
		grid-auto-flow: column;
		grid-template-rows: repeat(10, auto);
		gap: 8px 10px;
	}


	/* Index List
	------------------------------------------------------------- */

	ul.sanjo_index_list {
		grid-template-rows: repeat(10, auto);
	}

	/* bosyu Button */

	.btn_sanjo_bosyu {
		width: calc(50% - 35px);
	}


	/* Result List
	------------------------------------------------------------- */

	.sanjo_cont_box {
		gap: 20px 60px;
	}

	.sanjo_article_box > h3 {
		font-size: 2rem;
	}


}





/* for ExtraLargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1280px) {

	/* Result List
	------------------------------------------------------------- */

	.sanjo_cont_box > h2 {
		font-size: 2.6rem;
	}


}






/*** Print Styles ***/

@media print{

	/* Selector
	------------------------------------------------------------- */

	.sanjo_selector {
		display: none;
	}

	.detail_search_box {
		display: none;
	}


	/* Index List
	------------------------------------------------------------- */

	ul.sanjo_index_list {
		grid-auto-flow: column;
		grid-template-rows: repeat(15, auto);
		gap: 15px 30px;
	}


	/* Result List
	------------------------------------------------------------- */

	.sanjo_cont_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	.sanjo_article_box {
		margin-bottom: 20px;
	}



}
