@charset "utf-8";

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

  BASE

----------------------------------------------------- */
body {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    color: #333;
		background: #fff;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
		border-top: 14px solid #bbbf1a;;
		padding-top: 25px;
}

img { vertical-align: bottom; }

._sp { display:none!important; }

a {
    text-decoration: none;
    color: #00b9ef;
}

li { list-style: none; }



* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media screen and (max-width:599px){
  ._pc { display:none!important; }
  ._sp { display:block!important; }
}


/* MEDIUM
----------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width:959px) {
}

/* SMALL
----------------------------------------------------- */
@media screen and (max-width: 599px) {
}

.siteLogo {
	margin-bottom: 25px;
}

.siteList {
	width: 100%;
	margin: 0 auto 35px auto;
}

.siteList li {
	width: 33.33%;
	height: 400px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	position: relative;
	padding-top: 115px
}

.siteList li:last-child {
	margin-right: 0;
}

.siteList li a {
	display: block;
	width: 100%;
	height: 100%;
}



.bt01 {
	background: #00b9ef;
	background: repeating-linear-gradient(-45deg, #00b9ef, #00b9ef 10px, #0abff4 0, #0abff4 20px);
}

.bt02 {
	background: #bbbf1a;
	background: repeating-linear-gradient(-45deg, #bbbf1a, #bbbf1a 10px, #c0c420 0, #c0c420 20px);
}


.bt03 {
	background: #e95513;
	background: repeating-linear-gradient(-45deg, #e95513, #e95513 10px, #f16222 0, #f16222 20px);
}


.siteTitle {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	padding: 30px 0;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	opacity: 0;
	transition: .2s;
}

.siteList li a:hover .siteTitle {
	bottom: 0;
	opacity: 1;
}
.bt01 .siteTitle {
	background: #fff;
	color: #00b9ef;
	border-bottom: 2px solid #00b9ef;
}

.bt02 .siteTitle {
	background: #fff;
	color: #bbbf1a;
	border-bottom: 2px solid #bbbf1a;
}

.bt03 .siteTitle {
	background: #fff;
	color: #e95513;
	border-bottom: 2px solid #e95513;
}
.copyright {
	font-size: 10px;
	margin-bottom: 15px;
}

@media screen and (max-width: 676px) {
	.siteList li {
		width: 100%;
		height: 150px;
		padding-top: 0;
	}

	.siteList li img {
		width: 80px;
	}

	.siteList li a:hover .siteTitle {
	bottom: 0;
	opacity: 0;
}

}


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

  CLEARFIX

----------------------------------------------------- */
*:first-child+html .clearFix{ display: inline-block; } /* for IE7 */
.clearFix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearFix { display: inline-block; }
/* no ie mac \*/
* html .clearFix { height: 1%; }
 .clearFix { display: block; }
/* */

