
.mainContents {
    margin-top: 45px;
}

#main h3 {
	font-size: 30px;
	font-weight: bold;
}

.resultList {
    margin: 30px auto;
}
	.resultList li {
		float: left;
		width: 13.572%;
		max-width: 95px;
		margin-right: 3.7136%;
		margin-bottom: 25px;
		border: 1px solid #529200;
		box-sizing: border-box;
		background-color: #fff;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		position: relative;
		cursor: pointer;
	}
	.resultList li:nth-child(6n){
		margin-right: 0;
	}
	.resultList li p {
		display: block;
	}

#gakkai{
	margin-bottom: 135px;
}

/* plugin - iziModal custom */
.page .iziModal {
    max-height: 90%;
    border-bottom: none !important;
}
.page .iziModal-overlay {
    background-color: rgba(51,51,51,.8) !important;
}
	.page .iziModal .iziModal-wrap {
	    background: #fff;
	}
	.page .iziModal.hasShadow::after {
	    opacity: 0 !important;
	}

/* モーダル内 */
.iziModal_inner {
    padding: 5.571%;
}
.iziModal {
	font-size: 16px;
}
.iziModal h3 {
	font-size: 30px;
	font-weight: bold;
}
.iziModal h4 {
    margin: auto auto 30px;
    background: #f5f5f5;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #000;
}
.iziModal h5 {
    margin: auto auto 10px;
    font-weight: bold;
    font-size: 18px;
}
.iziModal hr {
    margin: 40px auto;
}

.iziModal-navigate-caption {
    display: none !important;
}

@media screen and (max-width: 768px) {
	.resultList li {
		float: left;
		width: 32.143%;
		max-width: 180px;
		margin-right: 1.7855%;
		margin-bottom: 15px;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.resultList li:nth-child(6n){
		margin-right: 1.7855%;
	}
	.resultList li:nth-child(3n){
		margin-right: 0;
	}

	#gakkai{
		margin-bottom: 50px;
	}


	/*Modal Custom*/

	.iziModal {
	    display: none;
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin: auto;
	    background: #fff;
	    box-shadow: 0 0 8px rgba(0,0,0,.3); 
	    transition: margin-top .3s ease,height .3s ease;
	    transform: translateZ(0);
	    border: 1px solid #529200;
	    box-sizing: border-box;
	}

		.iziModal .iziModal_inner{
			width: 85%;
			max-width: 700px;
			margin-left: auto;
			margin-right: auto;
			padding: 7.2% 0;
			position: relative;
		}
		.iziModal-navigate-caption {
		    display: none !important;
		}
		.iziModal {
		    max-height: 90%;
		    overflow: scroll !important;
		    max-width: calc(100vw - 100px) !important;
		    -webkit-overflow-scrolling: touch !important;
		}
		.iziModal-overlay {
		    background-color: rgba(51,51,51,.8) !important;
		}
			.iziModal .iziModal-wrap {
			    background: none;
			}
			.iziModal .iziModal-content {
			    font-size: 14px;
			}
			.iziModal.hasShadow::after {
			    opacity: 0 !important;
			}

		.iziModal-navigate>button {
		    background-size: 50%!important;
		}

	/* モーダル内コンテンツ */
	.iziModal {
		font-size: 14px;
	}
		.iziModal h3 {
		    font-size: 18px;
		}
		.iziModal h4 {
		    height: 40px;
		    line-height: 40px;
		}
		.iziModal h5 {
		    font-size: 16px;
		}

	.iziModal-navigate-next {
		right: 54% !important;
	}

	.iziModal-navigate-prev {
		left: 54% !important;
	}



}











