@charset "utf-8";
/*
Theme Name: Template
Author: 3eee
Author URI: https://3eee.co.jp/
Description: Template build.
Version: 1.0
*/


/*** ページ専用 共通CSS設定 ***/

/*----------------------------------------*/

	.disclosure {
		width:90%;
		margin: 0 auto !important;
	}
	
	.disc_title {
		padding: var(--margin_xxs) 0;
		border-bottom: 3px solid #000;
		width: fit-content;
		margin: 0 0 2em 0;
		font-size: large;
	}
	
	.disc_title span {
		font-size: 80%;
	}
	
	.disc_list {
		
	}
	
	.disc_list li{
		word-break: break-word;
	}
	
	.disc_list a{
		padding: var(--margin_xxs) var(--margin_xs);
		background: #ffffff61;
		margin: var(--margin_xxs) 0;
		display: block;
		color: #000;
	}
	
	.disc_list a:hover{
		background:#ffffffe0;
		color:#434343;
	}
	

/*　スマホ
----------------------------------------*/
@media screen and (max-width: 768px) {

}

/*　タブレット
----------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1280px) {

}

@media screen and (min-width: 768px) and (max-width: 900px) {


}

/*　PC
----------------------------------------*/
@media screen and (min-width: 1280px) {

}