<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.fade {
	transition: all 0.5s ease-in-out 0s;
}
.fade:hover {
	opacity: 0.0;
}

/*サイト*/
#sites {
    margin-top: 8%;
}

.site_wrap {
    margin: 0 3%;
}

.site_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site_inner a {
    display: block;
    color: #777;
    font-family:sans-serif;
    width: 48%;
    padding-top: 10%;
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
    padding-bottom: 1.6%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.site h4 {
    font-weight: normal;
    font-size: 3.75vw;
    text-align: center;
    line-height: 1.2em;
    padding-top: 2.8%;
    padding-bottom: 2.8%;
		line-height: 1.3;
}

/*全てを見るボタン*/
.more_btn {
	display: flex;
	justify-content: center;
	   align-items: center;
	   padding-top: 10%;
}

.more_btn a {
	display:block;
	color: #666;
	padding-right: 2%;
	font-size: 3.75vw;
}

.more_btn p {
	font-size: 4.0625vw;
}

.arroe_all {
	width: 4%;
	height: 4%;
}


/*========================767以下========================*/
@media screen and (max-width: 767px) {
.pc {
	display: none;
}
.site_inner {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/*サイトテキスト*/
.site p {
	font-size: 3.125vw;
	line-height: 1.5em;
	padding-top: 1.6%;
	margin-top: auto;
}


}


/*========================768px以上========================*/
@media (min-width:768px) {
.sp {
	display: none;
}
/*サイト*/
.site_wrap {
	width: 1200px;
	margin: 0 auto;
}

#sites {
	margin-top: 71px;
}

.content_ttl h3 {
	font-size: 28px;
}

.content_ttl p {
	font-size: 16px;
	padding-top: 23px;
}

.site_inner a {
	width: 360px;
	padding: 37px 0 15px;
	margin: 0 20px 36px;
}

.site_inner a:hover{
	opacity: 0.6;
	transition: all 0.65s;
}

.site h4 {
	font-size: 19px;
	padding-top: 15px;
}

.site p {
	text-align: center;
	font-size: 14px;
	padding-top: 11px;
}
.more_btn a {
	font-size: 16px;
	padding-right: 17px;
}

.arroe_all {
	width: 17px;
	height: 17px;
}

.more_btn {
	padding-top: 72px;
}





}
</pre></body></html>