@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
.oWrapper {
	padding: 60px 20px;
	background-color: #f1f4f6;
}
.oWrapper_block {
	max-width: 1240px;
	margin: 30px auto 0;
	padding: 80px 40px;
	background-color: #fff;
	box-sizing: border-box;
}
.oWrapper_block:first-child {
	margin-top: 0;
}
.oOutline {
	max-width: 950px;
	margin: 0 auto;
}
.oOutline_tit {
	line-height: 1.4;
	margin: 0 0 60px;
	color: #1e1e1e;
	font-size: 234%;
    font-weight: 400;
	text-align: center;
}
.oOutline_note {
	line-height: 1.571;
	margin: 40px 0 0;
	color: #1e1e1e;
	font-size: 117%;
	font-weight: 400;
}
.oData {
	width: 100%;
}
.oData th,
.oData td {
	line-height: 1.529;
	font-size: 142%;
    font-weight: 400;
}
.oData th {
	width: 10.58em;
	padding: 40px 0;
	border-bottom: 1px solid #d3d3d4;
	color: #969696;
	font-weight: normal;
}
.oData td {
	padding: 40px 0 40px 20px;
	border-bottom: 1px solid #d3d3d4;
	color: #1e1e1e;
}
.oData_bdnone th,
.oData_bdnone td {
	padding-bottom: 0;
	border-bottom: none;
}
.oData tr:first-child th,
.oData tr:first-child td {
	padding-top: 0;
}
.oData p {
	margin: 20px 0 0;
}
.oData p:first-child {
	margin-top: 0;
}
.oBtn {
	display: inline-block;
	position: relative;
	line-height: 26px;
	padding: 0 28px 0 14px;
	background-color: #d3d3d4;
	color: #4d4d4f;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	transition: background .3s, color .3s;
}
.d_hover .oBtn:hover {
	background-color: #1e1e1e;
	color: #fff;
}
.oBtn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 9px;
	height: 1px;
	background-color: #4d4d4f;
	transition: background .3s;
}
.oBtn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 4px;
	height: 4px;
	margin: -2px 0 0;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #4d4d4f;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	transition: border .3s;
}
.d_hover .oBtn:hover::before {
	background-color: #fff;
}
.d_hover .oBtn:hover::after {
	border-color: #fff;
}
.oLink {
	display: inline-block;
	position: relative;
	padding: 0 50px 0 0;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}
.oLink::after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	right: 20px;
	width: 19px;
	height: 12px;
	background: url(/common/images/rn03/arw_ico03.png) right top no-repeat;
	transition: all 0.2s;
	background-size: 39px 12px;
}
.d_hover .oLink:hover::after {
	right: 0;
	width: 39px;
}
.oLink span {
	display: block;
}
.oLink span::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1e1e1e;
	transition: width .3s;
}
.d_hover .oLink:hover span::before {
	width: 100%;
}
/* 相互リンク
------------------------------------------------------------------------------- */
.cmMutual01 {
	padding: 0 20px;
	background-color: #D0D7DB;
}
.cmMutual01_nav {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
	margin: 0 auto;
	font-size: 134%;
	font-weight: 500;
}
.cmMutual01_nav li {
	width: 50%;
}
.cmMutual01_nav a {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	min-height: 80px;
	padding: 10px;
	color: #1E1E1E;
	text-decoration: none;
	box-sizing: border-box;
}
.cmMutual01_nav .cmMutual01_current {
	background-color: #F1F4F6;
}
.cmMutual01_nav .cmMutual01_current::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	background-color: #F1F4F6;
}

/* コーポレートガイド
------------------------------------------------------------------------------- */
#guide{
	margin-top:-40px;
	padding-top:40px;
	font-family:'Noto Serif JP', serif;	
}
#guide > h2{
	padding:50px 10px 20px;
	font-size:256%;
	text-align: center;
}
#guide > p{
	font-size:164%;
	padding:0;	
	text-align: center;	
}
.oWrapper_guide{
	max-width: 960px;
	margin: 20px auto 50px;
	display:flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.oWrapper_guide_item{
	width:48%;
	margin-top:20px;
	text-align:center;
}
.oWrapper_guide_item img{
	box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
	max-width:400px;
}
.oWrapper_guide_item a{
	transition: .3s;
}
.oWrapper_guide_item a:hover{
	opacity: 0.7;
}
