@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* リード
------------------------------------------------------------------------------- */
.stLead01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 0 0 63px;
}
.stLead01_img {
	display: block;
	width: 11.613%;
	max-width: 144px;
}
.stLead01_info {
	display: -webkit-box;
	display: flex;
	align-items: center;
	width: 85.483%;
}

/* アンカー
------------------------------------------------------------------------------- */
.stAnchor01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 0 0 120px;
	font-size: 134%;
	font-weight: 700;
}
.stAnchor01 li {
	width: 32.419%;
	border-radius: 4px;
	background-color: #F5F4F0;
}
.stAnchor01 a {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 74px;
	padding: 0 60px 0 15px;
	text-align: center;
	text-decoration: none;
}
.stAnchor01 a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 24px;
	height: 24px;
	margin: -12px 0 0;
	margin: -12px 0 0;
	background: url(/tochikatsu/d-room/common/images/rn03/svg/ico_arw04.svg) center center no-repeat;
	background-size: contain;
}
/* 強調
------------------------------------------------------------------------------- */
.abCathc01 {
	line-height: 1.6;
	font-size: 134%;
	font-weight: 700;
}
.abImg01 {
	display: block;
	max-width: 200px;
	margin: 30px auto 0;
}
.abBtn01 {
	display: block;
	max-width: 280px;
	line-height: 1.5;
	margin: 30px auto 0;
	padding: 13px 10px 15px;
	border: 1px solid #CC3B33;
	border-radius: 4px;
	background-color: #fff;
	color: #CC3B33;
	font-size: 134%;
    font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.d_hover .abBtn01:hover {
	background-color: #CC3B33;
	color: #fff;
}