@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin-bottom: 90px;
}
.comLink a {
	height: 100px;
	display: flex;
	width: 620px;
	color: #F7EDDD;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-weight: bold;
	font-size: 3.1rem;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	background: #bc272d;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comLink {
        margin-bottom: 50px;
    }
    .comLink a {
        height: 60px;
        display: flex;
        width: 100%;
        max-width: 450px;
        font-size: 2rem;
    }
}
@media all and (-ms-high-contrast:none){
	.comLink a {
		padding-top: 8px;
		height: 92px;
	}
}
