@charset "utf-8";

main ul li a{
	color: #298E40;
}

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	width: 750px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 5%;
}
#use  {
	width: 650px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}
#use h2.ttl  {
	text-align: center;
}
main h3.ttl {
	font-size: 46px;
	font-family: "Gabarito", sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 10%;
	text-align: center;
	margin-bottom: 5%;
}
main h3.ttl span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin-top: -10px;
}
#use .box {
	margin-bottom: 6%;
}
#use h4  {
	color: #1e9639;
	margin-left: -0.5em;
}
#use .oltext {
	text-indent: -1em;
	padding-left: 1em;
}
#use .oltext+ol {

}
#use ol li {
	text-indent: -2.9em;
	padding-left: 3em;
}
#use ol.normal li {
	text-indent: -1em;
	padding-left: 1em;
}
#use table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-top: 5%;
	margin-bottom: 5%;
}
#use table th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	line-height: 1.6em;
}
#use table td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	padding: 1%;
	line-height: 1.6em;
}
#use table td:first-child {
	text-align: left;
}





#rule  {
	width: 650px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	margin-top: 10%;
	padding-bottom: 10%;
}
#rule .box  {
	margin-top: 12%;
}
#rule .box h4  {
	color: #1e9639;
	font-size: 20px;
	border-left: 5px solid #1e9639;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	margin-bottom: 1.2%;
}
#rule .box p+h5 {
	margin-top: 5%;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	margin-bottom: 10%;
}
#use  {
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}
#use h2.ttl  {
	text-align: center;
}
main h3.ttl {
	font-size: 6vw;
	font-family: "Gabarito", sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 10%;
	text-align: center;
	margin-bottom: 5%;
}
main h3.ttl span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 5vw;
}
#use .box {
	margin-bottom: 6%;
}
#use h4  {
	color: #1e9639;
	margin-left: -0.5em;
}
#use .oltext {
	text-indent: -1em;
	padding-left: 1em;
}
#use .oltext+ol {

}
#use ol li {
	text-indent: -2.9em;
	padding-left: 3em;
}
#use ol.normal li {
	text-indent: -1.1em;
	padding-left: 1.1em;
}
#use table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-top: 5%;
	margin-bottom: 5%;
}
#use table th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	line-height: 1.6em;
}
#use table td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	padding: 1%;
	line-height: 1.6em;
}
#use table td:first-child {
	text-align: left;
}





#rule  {
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	margin-top: 15%;
	padding-bottom: 10%;
}
#rule .box  {
	margin-top: 12%;
}
#rule .box h4  {
	color: #1e9639;
	font-size: 4vw;
	border-left: 5px solid #1e9639;
	height: 4vw;
	line-height: 4vw;
	padding-left: 1vw;
	margin-bottom: 1.2%;
}
#rule .box p+h5 {
	margin-top: 5%;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}