/* トップ「バナー」スタイル */

#top-content2 {
	background: url(/wp-content/uploads/bg-concept.png) no-repeat center bottom;
	background-size: cover;
	padding: 30px 0;
}


.top-text-bnr-ul {
	display: table;
	width: 100%;
}
.top-text-bnr-li {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	box-sizing: border-box;
}
.top-text-bnr-li-img {
	width: 100%;
}
.top-text-bnr-li-a {
	display: table !important;
	position: absolute;
	top: 3%;
	left: 3%;
	width: 94%;
	height: 94%;
	border: transparent 3px solid;
	text-align: center;
}
.top-text-bnr-li-a-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	z-index: 500;
	padding: 10px;
	/* 位置調整用 */
	padding-bottom: 20px;
}
.top-text-bnr-li-a:hover {
	background: rgba(255,255,255,0.3);
	border: 3px solid #FFF;
	text-decoration: none;
}

/* タイトル部分 */
.top-text-bnr-ttl {
	color:#FFF;
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:250%;
	font-weight: bold;
	text-align:center;
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	width:100%;
	margin-bottom:15px;
	text-transform:uppercase;
	width: 90%;
	margin: 0 auto;
	padding: 10px 10px;
	margin-bottom: 15px;
}

/* テキスト部分 */
.top-text-bnr-text {
	text-align: center;
	line-height: 2;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 117%;
}
.top-text-bnr-text span {
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	color: #666666;
	padding: 8px 25px;
}

/* リンクボタン */
.top-text-bnr-btn {
	color:#fff;
	font-size:117%;
	margin: 0 auto;
	display:block;
	padding: 5px 25px 4px 25px;
	display: table;
	border: 1px solid #FFF;
}


@media screen and (min-width: 768px) and (max-width: 979px) {
	/* 768px - 979px用（タブレット用）の記述 */
	.top-text-bnr-text {
		line-height: 1.5;
		font-size: 100%;
		margin-bottom: 10px;
	}
}

/* **************************************************** */
/* メディアクエリ
/* **************************************************** */

@media screen and (max-width: 979px) {
	/* 979px以下用（タブレット用）の記述 */
}
@media screen and (max-width: 767px) {
	/* 767px以下用（タブレット／スマートフォン用）の記述 */
}
@media screen and (max-width: 479px) {
	/* 479px以下用（スマートフォン用）の記述 */
}

	/* デフォルト：479px以下用（スマートフォン用）の記述 */
@media screen and (min-width: 480px) {
	/* 480px以上用（タブレット／スマートフォン用）の記述 */
}
@media screen and (min-width: 768px) {
	/* 768px以上用（タブレット用）の記述 */
}
@media screen and (min-width: 980px) {
	/* 980px以上用（PC用）の記述 */
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	/* 768px - 979px用（タブレット用）の記述 */
}
@media screen and (min-width: 480px) and (max-width: 767px)  {
	/* 480px - 767px用（タブレット／スマートフォン用）の記述 */
}