@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. タグ固有のスタイル指定
　01. サブヘッダー
　02. トピックパス
　03. メインコンテンツ
　04. サブフッター

******************************************************************************* */
/* ==

　00. タグ固有のスタイル指定

=============================================================================== */
p {
	line-height: 1.6;
	margin: 0 0 25px;
	font-size: 134%;
	font-weight: 400;
}
p:last-child {
	margin-bottom: 0;
}
/* ==

　01. サブヘッダー

=============================================================================== */
.cmnHeader {
	position: relative;
	min-width: 950px;
	height: 80px;
	padding: 0;
	border-bottom: 1px solid #F5F4F0;
	background-color: #fff;
	z-index: 51;
}
.cmnHeader_wrapper {
	position: relative;
	min-width: 950px;
	padding: 0 15px;
	background-color: #fff;
	z-index: 100;
	transition: transform .3s;
	box-sizing: border-box;
}
.cmnHeader_wrapper-fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	animation: headerFix .4s both;
	border-bottom: 1px solid #F5F4F0;
}
.cmnHeader_wrapper-fix.cmnHeader_wrapper-down {
    transform: translateY(-100%);
}
@keyframes headerFix {
	0% {
		top: -110px;
	}
	100% {
		top: 0;
	}
}
.cmnHeader_in {	
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1240px;
	height: 100%;
	margin: 0 auto;
}
.cmnHeader_id {
	width: 15%;
	margin: 0;
	font-size: 22px;
	font-weight: 700;
}
.cmnHeader_id a {
	display: -webkit-box;
	display: flex;
	align-items: center;
	height: 80px;
	text-decoration: none;
}
.cmnHeader_id img {
	width: 137px;
}
.cmnHeader_menu {
	display: none !important;
}
.cmnHeader_nav {
	display: -webkit-box;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 73%;
	padding: 0 1.2% 0 0;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
}
.cmnHeader_nav li {
	padding: 0 1.5%;
}
.cmnHeader_action {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 12%;
}
.cmnHeader_action a {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 40px;
	border-radius: 5px;
	background-color: #CC3B33;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.d_hover .cmnHeader_action a:hover {
	background-color: #B2B1AE;
}
.cmnHeader_btn {	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	height: 80px;
	color: #1e1e1e;
	text-decoration: none;
	cursor: pointer;
	transition: color .15s;
	white-space: nowrap;
}
.cmnHeader_btn[target='_blank']::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 10px;
	background: url(/tochikatsu/d-room/common/images/rn03/svg/ico_blank04.svg) center center no-repeat;
	background-size: contain;
	vertical-align: -0.3em;
}
.cmnHeader_btn span {
	display: inline-block;
	position: relative;
}
.cmnHeader_btn span::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #fff;
	transition: all .1s;
}
.cmnHeader_nav-active span,
.cmnHeader_btn:hover {
	color: #CC3B33;
}
.cmnHeader_nav-active span::after,
.cmnHeader_btn:hover span::after {
	width: 100%;
	background-color: #CC3B33;
}
.r3Header {
	position: relative;
	z-index: 51;
}
.cmnDrop_overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	background: rgba(0, 0, 0, 0.8);
	z-index: 50;
	opacity: 0;
	transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
	transition-delay: 100ms;
	visibility: hidden;
}
.cmnDrop_overlay-show {
	opacity: 1;
	visibility: visible;
}
.cmnDrop {
	position: absolute;
	top: 79px;
	right: 0;
	left: 0;
	height: 0;
	margin: 0;
	padding: 0 20px;
	background-color: #fff;
	z-index: 51;
	box-sizing: border-box;
	overflow: hidden;
}
.cmnDrop-show {
	animation: cmnDropShow .2s both;
}
.cmnDrop_in {
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px 0 50px;
}
.cmnDrop_navs {	
	display: -webkit-box;
	display: flex;
	margin: 0 -8px;
}
.cmnDrop_navs li {
	width: 25%;
	padding: 0 8px;
	box-sizing: border-box;
}
.cmnDrop a {
	display: block;
	color: #000;
	text-decoration: none;
	transition: opacity .3s;
}
.d_hover .cmnDrop a:hover {
	opacity: 0.6;
}
.cmnDrop_img {
	display: block;
}
.cmnDrop_tit1 {
	line-height: 1.35;
	margin: 13px 0 4px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.01em;
}
.cmnDrop_tit1 span {
	color: #000;
	font-size: 16px;
}
.cmnDrop_tit1:last-child {
	margin-bottom: 0;
}
.cmnDrop_tit2 {
	line-height: 1.6;
	margin: 13px 0 0;
	font-size: 18px;
	font-weight: 700;
}
.cmnDrop_tit2:last-child {
	margin-bottom: 0;
}
.cmnDrop_txt {
	line-height: 1.6;
	margin: 0;
	font-size: 100%;
	font-weight: 400;
}
.cmnDrop .cmnDrop_btn {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #CC3B33;
}
.cmnDrop .cmnDrop_btn p {
	line-height: 1;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}
.cmnDrop .cmnDrop_btn p::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 0 0 10px;
	background: url(/tochikatsu/d-room/common/images/rn03/svg/ico_arw02.svg) center center no-repeat;
	background-size: contain;
	vertical-align: -0.3em;
}
@keyframes cmnDropShow {
	0% {
		top: 79px;
		opacity: 0;
	}
	100% {
		top: 79px;
		opacity: 1;
	}
}
@keyframes rSubHeaderShow {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.cmnHeader .cmnDrop01-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.45);
	background: rgba(0, 0, 0, 0.45);
	z-index: 100;
	opacity: 0;
	transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
	transition-delay: 100ms;
	visibility: hidden;
}
.cmnHeader .cmnDrop01-overlay-show {
	opacity: 1;
	visibility: visible;
}
@media only screen and (max-width: 1150px) { 
	.cmnHeader_id {
		width: 15%;
		margin: 0;
		font-size: 22px;
		font-weight: 700;
	}
	.cmnHeader_nav {
		width: 70.5%;
	}
	.cmnHeader_nav li {
		padding: 0 1%;
	}
	.cmnHeader_nav > li {
		font-size: 12px;
	}
	.cmnHeader_action {
		width: 14.5%;
	}
}
/* ==

　02. トピックパス

=============================================================================== */
.cmnBreadcrumbs {
	padding: 0 20px;
	background-color: #fff;
}
.cmnBreadcrumbs_navs {
	max-width: 1240px;
	height: 40px;
	line-height: 38px;
	margin: 0 auto;
	color: #807F7D;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: -0.5em;
}
.cmnBreadcrumbs_navs h1,
.cmnBreadcrumbs_navs p,
.cmnBreadcrumbs_navs li {
	display: inline-block;
	position: relative;
	line-height: 38px;
	margin: 0 0 0 20px;
	font-size: 10px;
	vertical-align: top;
	letter-spacing: normal;
}
.cmnBreadcrumbs_navs h1:first-child,
.cmnBreadcrumbs_navs p:first-child,
.cmnBreadcrumbs_navs li:first-child {
	margin-left: 0;
}
.cmnBreadcrumbs_navs h1::before,
.cmnBreadcrumbs_navs p::before,
.cmnBreadcrumbs_navs li::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -12px;
	width: 6px;
	height: 12px;
	margin: -5px 0 0;
	background: url(/tochikatsu/d-room/common/images/rn03/svg/ico_arw03.svg) left top no-repeat;
	background-size: contain;
}
.cmnBreadcrumbs_navs h1:first-child::before,
.cmnBreadcrumbs_navs p:first-child::before,
.cmnBreadcrumbs_navs li:first-child::before {
	display: none !important;
}
.cmnBreadcrumbs_navs a {
	color: #807F7D;
}
/* ==

　03. メインコンテンツ

=============================================================================== */
.cmnContent {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 15px;
}
.cmnContentN {
	max-width: 950px;
	margin: 0 auto;
}
/* ==

　00. サブフッター

=============================================================================== */
.cmnFooter {
	min-width: 950px;
	margin: 0 0 0;
	padding: 80px 20px 120px;
	background-color: #625F5F;
	color: #fff;
	box-sizing: border-box;
}
.cmnFooter_in {
	display: -webkit-box;
	display: flex;
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
}
.cmnFooter_head {
	width: 25%;
}
.cmnFooter_body {	
	display: -webkit-box;
	display: flex;
	width: 75%;
}
.cmnFooter_block {
	width: 33.333%;
}
.cmnFooter_tit {
	line-height: 1.3;
	font-size: 24px;
	font-weight: 500;
}
.cmnFooter_tit a {
	color: #fff;
	text-decoration: none;
}
.cmnFooter_tit a:hover {
	text-decoration: underline;
}
.cmnFooter_stit {
	line-height: 1.6;
	margin: 20px 0 20px;
	font-size: 16px;
	font-weight: 500;
}
.cmnFooter_stit a {
	color: #fff;
	text-decoration: none;
}
.cmnFooter_list1 {
	line-height: 1.6;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}
.cmnFooter_list1 li {
	margin: 20px 0 0;
}
.cmnFooter_list1 li:first-child {
	margin-top: 0;
}
.cmnFooter_list1 a {
	color: #fff;
	text-decoration: none;
}
.cmnFooter_list2 {
	line-height: 1.6;
	margin: -8px 0 22px;
	font-size: 12px;
	font-weight: 500;
}
.cmnFooter_list2:last-child {
	margin-bottom: 0;
}
.cmnFooter_list2 li {
	position: relative;
	margin: 7px 0 0;
	padding: 0 0 0 16px;
}
.cmnFooter_list2 li:first-child {
	margin-top: 0;
}
.cmnFooter_list2 li::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 1px;
	background-color: #fff;
}
.cmnFooter_list2 a {
	color: #fff;
	text-decoration: none;
}
.cmnFooter_list2 span {
	font-weight: 300;
}