@charset "UTF-8";
/* css Subsidy [top] */

@import url("../content.css");
@import url("main.css");
@import url("list2.css");

/*---------------------------------------------------- */
/* list */
/*---------------------------------------------------- */
/*== Waku ==*/
.listMain {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.listMain2 {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*---------------------------------------------------- */
/* Town */
/*---------------------------------------------------- */
.townbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.button {
	font-size: 0;
	text-align: center;
	font-weight: 600;
}

.button a {
	color: #51bde5;
	text-decoration: none;
	line-height: 1;
	min-width: 20%;
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, .65);
	box-sizing: border-box;
}

.button a + a {
	margin-left: 20px;
}

.button a:hover {
	color: rgba(255, 255, 255, 1);
	background-color: #51bde5;
}

.button-def {
	position: relative;
	border: 2px solid #51bde5;
}

.button-def:before {
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	position: absolute;
	top: 2px;
	left: 2px;
	border: 1px solid #51bde5;
	transition: all .25s ease-in-out;
}

.button-def:hover {
	text-decoration: none;
	border-color: #51bde5;
}

.button-def:hover:before {
	border-color: rgba(255, 255, 255, .6);
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* list */
/*---------------------------------------------------- */
/*== Waku ==*/
.listMain {
	padding-bottom: 25px;
	width: 98%;
}

.listMain2 {
	padding-bottom: 40px;
	width: 98%;
}

/*---------------------------------------------------- */
/* Town */
/*---------------------------------------------------- */
.townbox {
	padding-top: 10px;
	padding-bottom: 25px;
	width: 98%;
}

.townbox:last-child {
	padding-bottom: 0;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 98%;
}

.button a {
	padding: 15px 24px;
	min-width: 32%;
	font-size: 18px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 650px) {
/*---------------------------------------------------- */
/* list */
/*---------------------------------------------------- */
/*== Waku ==*/
.listMain {
	padding-bottom: 20px;
	width: 97%;
}

/*== Waku.2 ==*/
.listMain2 {
	padding-bottom: 30px;
	width: 97%;
}

/*---------------------------------------------------- */
/* Town */
/*---------------------------------------------------- */
.townbox {
	padding-top: 5px;
	padding-bottom: 20px;
	width: 97%;
}

.townbox:last-child {
	padding-bottom: 0;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn {
	padding-top: 0;
	padding-bottom: 10px;
	width: 98%;
}

.button a {
	padding: 13px 21px;
	min-width: 40%;
	font-size: 17px;
}



}


/* SP */
@media only screen and (max-width: 649px) {
/*---------------------------------------------------- */
/* list */
/*---------------------------------------------------- */
/*== Waku ==*/
.listMain {
	padding-bottom: 15px;
	width: 96%;
}

/*== Waku.2 ==*/
.listMain2 {
	padding-bottom: 25px;
	width: 96%;
}

/*---------------------------------------------------- */
/* Town */
/*---------------------------------------------------- */
.townbox {
	padding-top: 5px;
	padding-bottom: 10px;
	width: 96%;
}

.townbox:last-child {
	padding-bottom: 0;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn {
	padding-top: 5px;
	padding-bottom: 10px;
	width: 98%;
}

.button a {
	padding: 11px 18px;
	min-width: 60%;
	font-size: 16px;
}



}