@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* キャッチ
------------------------------------------------------------------------------- */
.flCatch01 {
	line-height: 1.6;
	margin: 0 0 22px;
	font-size: 200%;
	font-weight: 700;
}
/* アンカー
------------------------------------------------------------------------------- */
.flAnchor01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 35px 0 103px;
}
.flAnchor01_item {
	width: 24.033%;
	max-width: 298px;
	height: 230px;
	border-radius: 4px;
	background-color: #F5F4F0;
	overflow: hidden;
}
.flAnchor01_item a {
	display: block;
	position: relative;
	height: 100%;
	padding: 35px 0 0;
	color: #000;
	text-decoration: none;
	box-sizing: border-box;
}
.flAnchor01_item a::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 24px;
	left: 0;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	background: url(/tochikatsu/d-room/common/images/rn03/svg/ico_arw04.svg) center center no-repeat;
	background-size: contain;
}
.flAnchor01_num {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	line-height: 48px;
	padding: 0;
	background-color: #CC3B33;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 184%;
	font-weight: 400;
	text-align: center;
}
.flAnchor01_ico {
	display: block;
	text-align: center;
}
.flAnchor01_txt {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2em;
	line-height: 1.6;
	margin: 26px 0 0;
	font-size: 150%;
	font-weight: 700;
	text-align: center;
}
/* 流れ
------------------------------------------------------------------------------- */
.flFlow01 {
	position: relative;
}
.flFlow01::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: 40px;
	width: 3px;
	height: 200px;
	background: rgb(229,228,224);
	background: -moz-linear-gradient(top,  rgba(229,228,224,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(229,228,224,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,228,224,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4e0', endColorstr='#ffffff',GradientType=0 );
}
.flFlow01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 3px;
	background-color: #E5E4E0;
}
.flFlow01_head {
	position: relative;
	margin: 0 0 66px;
	padding: 0 0 0 100px;
}
.flFlow01_item {
	margin: 120px 0 0;
}
.flFlow01_item:first-child {
	margin-top: 0;
}
.flFlow01_num {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #CC3B33;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 300%;
	font-weight: 500;
	text-align: center;
}
.flFlow01_tit {
	line-height: 78px;
	color: #CC3B33;
	font-size: 250%;
	font-weight: 700;
}
.flFlow01_body {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}
.flFlow01_n {
	display: -webkit-box;
	display: flex;
	align-items: center;
	width: 30%;
	padding: 0 40px 0 0;
	box-sizing: border-box;
}
.flFlow01_list {
	position: relative;
	line-height: 1.6;
	font-size: 150%;
	font-weight: 700;
	z-index: 1;
}
.flFlow01_list-mt1 {
	margin-top: -80px;
}
.flFlow01_list li {
	position: relative;
	margin: 24px 0 0;
	padding: 0 0 0 66px;
}
.flFlow01_list li:first-child {
	margin-top: 0;
}
.flFlow01_list li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.35em;
	left: 31px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #CC3B33;
}
.flFlow01_w {
	width: 69.838%;
}
.flFlow02 {
	position: relative;
	padding: 39px 50px;
	background-color: #F5F4F0;
}
.flFlow02::before {
	content: "";
	display: block;
	position: absolute;
	width: 44px;
	height: 100%;
	background: linear-gradient(to bottom right, transparent 50% , #F5F4F0 50%) no-repeat top left / 100% 50%,
	linear-gradient(to top right,transparent 50%, #F5F4F0 50%) no-repeat bottom left/100% 50%;
	left: -44px;
	top: 0;
	bottom: 50%;
}
.flFlow02_tit {
	position: relative;
	line-height: 1.6;
	margin: 0 0 25px;
	color: #CC3B33;
	font-size: 150%;
	font-weight: 700;
}
.flFlow02_list {
	line-height: 1.6;
	margin: 0;
	padding: 5px 20px 17px;
	border-radius: 5px;
	font-size: 100%;
	background-color: #fff;
	color: #3F3E3C;
	font-weight: 400;
}
.flFlow02_list li {
	display: inline-block;
	position: relative;
	margin: 10px 15px 0 0;
	padding: 0 0 0 20px;
	vertical-align: top;
}
.flFlow02_list li::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 1px;
	background-color: #807F7D;
}
.flFlow02_in {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}
.flFlow02_info {
	display: -webkit-box;
	display: flex;
	align-items: center;
	width: 60.508%;
}
.flFlow02_stit {
	line-height: 1.6;
	margin: 0 0 12px;
	font-size: 150%;
	font-weight: 500;
}
.flFlow02_txt {
	line-height: 1.6;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
}
.flFlow02_img {
	width: 32.333%;
	max-width: 250px;
}
.flFlow01_btns {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	max-width: 616px;
	margin: 25px 0 0 50px;
	font-size: 134%;
	font-weight: 700;
}
.flFlow01_btns li {
	width: 48.0519%;
}
.flFlow01_btns a {
	display: block;
	line-height: 60px;
	padding: 0 0 2px;
	border: 1px solid #CC3B33;
	border-radius: 4px;
	background-color: #fff;
	color: #CC3B33;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.d_hover .flFlow01_btns a:hover {
	background-color: #CC3B33;
	color: #fff;
}