﻿@charset "utf-8";
/* =====================================

		専用CSS

===================================== */

.decoH1Bg {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
}


/* ---------------------------------------------------------
		リンクバナー
--------------------------------------------------------- */
.decoLink {
	background: #666666;
	border-radius: 6px;
	color: #FFF;
	display: block;
	font-size: 1.6rem;
	height: 50px;
	line-height: 50px;
	margin-bottom: 16px;
	margin-left: 0em;
	text-align: left;
	transition: all 0.6s;
	vertical-align: middle;
	width: 22em;
}
.decoLink:before {
	background-image: url(../../common/images/icon_arrow.png);
	background-size: contain;
	content: "";
	display: inline-block;
	height: 28px;
	margin: 0 10px;
	vertical-align: middle;
	width: 28px;
}
.decoLink:link,
.decoLink:visited,
.decoLink:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.decoLink:hover {background: #111111;}

/* ---------------------------------------------------------
		その他
--------------------------------------------------------- */
/* テキストマージン*/
.tM20 {
	margin-bottom: 20px;
	padding-left: 0.5em;
}


@media only screen and (max-width: 768px) {

	/* ---------------------------------------------------------
		リンクバナー
	--------------------------------------------------------- */
	.decoLink {
		font-size: 1.4rem;
		height: 44px;
		line-height: 44px;
	}
	.decoLink:before {
		height: 24px;
		width: 24px;
	}

	.flyer__image a {
		width: 100%;
		margin: 10px 0;
	}

}
