@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* アンカー
------------------------------------------------------------------------------- */
.tecAnchor01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 61px 0 0;
	font-size: 134%;
	font-weight: 700;
}
.tecAnchor01 li {
	width: 18.951%;
	background-color: #F5F4F0;
	border-radius: 4px;
}
.tecAnchor01 a {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100px;
	padding: 0 50px 0 20px;
	text-align: center;
	text-decoration: none;
}
.tecAnchor01 a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 24px;
	width: 24px;
	height: 24px;
	margin: -12px 0 0;
	background: url(/tochikatsu/d-room/common/images/rn03/svg/ico_arw04.svg) center center no-repeat;
	background-size: contain;
}
/* テキスト
------------------------------------------------------------------------------- */
.tecTxt01 {
	line-height: 1.6;
	margin: 35px 0 61px;
	color: #CC3B33;
	font-size: 150%;
	font-weight: 400;
}
/* ブロック
------------------------------------------------------------------------------- */
.tecBlock01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 35px 0;
}
.tecBlock01_item {
	width: 47.581%;
	max-width: 590px;
}
.tecBlock02 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 35px 0;
}
.tecBlock02_n {
	width: 32%;
}
.tecBlock02_w {
	width: 66.21%;
	max-width: 821px;
}
.tecBlock02_imgs {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}
.tecBlock02_imgs span {
	display: -webkit-box;
	display: flex;
	align-items: center;
	width: 49.269%;
	max-width: 404px;
}
.tecBlock02_list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}
.tecBlock02_list li {
	position: relative;
	width: 31.708%;
	max-width: 260px;
	border-radius: 100%;
	background-color: #F5F4F0;
}
.tecBlock02_list li::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.tecBlock02_ico {
	display: block;
	position: absolute;
	top: 14%;
	right: 0;
	left: 0;
	width: 33%;
	max-width: 84%;
	margin: 0 auto;
	text-align: center;
}
.tecBlock02_caption {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 66%;
	right: 0;
	left: 0;
	height: 2em;
	margin: 0 auto;
	text-align: center;
}
.tecBlock02_sec {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 350px;
	margin: 30px auto 0;
}
.tecBlock02_sec span {
	display: block;
	width: 115px;
}
.tecBlock02_sec p {
	width: 210px;
	margin: 0 0 0 1em;
	font-size: 84%;
	text-indent: -1em;
}
/* プラザ館導線
------------------------------------------------------------------------------- */
.graPlaza01 {
	max-width: 900px;
	margin: 100px auto 0;
}
.graPlaza01_txt {
	margin: 10px 0 0;
	color: #666;
	font-size: 117%;
}