@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. リンクスタイル
　02. 回り込み解除
　03. テキストスタイル
　04. 汎用スタイル
　05. モジュール
　99. 印刷

******************************************************************************* */

#main{
	font-weight: normal;
}
section p,
section ul,
section ol {
	margin: 0 0 20px;
	font-size: 134%;
}
#topicPath{
	margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
	#main{
		padding: 0 20px 50px;
	}
}



/* ==

　01. リンクスタイル

=============================================================================== */
.linkTxt {
	padding-left: 15px;
	background: url(../../images/rn/ico_arw02.png) 1px 0.6em no-repeat;
}
.linkTxtL {
	padding-left: 27px;
	background: url(../../images/rn/ico_arw12.png) left 0.2em no-repeat;
}
.linkTxtL.fsL {
	background-position: left 0.25em;
}
span.linkTxt,
a.linkTxt,
span.linkTxtL,
a.linkTxtL {
	display: inline-block;
}
.linkExternal {
	padding-left: 18px;
	background: url(../../images/rn/ico_blank03.png) left 0.4em no-repeat;
}
span.linkExternal,
a.linkExternal {
	display: inline-block;
}
.linkPdf {
	margin-left: 5px;
	padding-left: 21px;
	background: url(../../images/rn/ico_pdf01.png) left 0.3em no-repeat;
}
*:first-child+html .linkTxt,
*:first-child+html .linkTxtL,
*:first-child+html .linkExternal,
*:first-child+html .linkPdf {
	zoom: 1;
} /* ie7 */
*:first-child+html span.linkTxt,
*:first-child+html a.linkTxt,
*:first-child+html span.linkTxtL,
*:first-child+html a.linkTxtL,
*:first-child+html span.linkExternal,
*:first-child+html a.linkExternal { display: inline; zoom: 1; } /* ie7 */
* html span.linkTxt,
* html a.linkTxt,
* html span.linkTxtL,
* html a.linkTxtL,
* html span.linkExternal,
* html a.linkExternal { display: inline; zoom: 1; } /* ie6 */
.icoPdf {
	margin: 0 5px;
	vertical-align: middle;
}
/* ==

　02. 回り込み解除

=============================================================================== */
.clearfix:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .clearfix { zoom: 1; } /* ie7 */
* html .clearfix { zoom: 1; } /* ie6 */
/* ==

　03. テキストスタイル

=============================================================================== */
/* 文字色
------------------------------------------------------------------------------- */
.caution {
	color: #ec193d;
}
.fcEm {
	color: #eb4c63;
}
.fcCatch {
	color: #ff8001;
}
/* 文字サイズ
------------------------------------------------------------------------------- */
.fsXXS {
	font-size: 84%;
}
.fsXS {
	font-size: 100%;
}
.fsS {
	font-size: 117%;
}
.fsM {
	font-size: 134%;
}
.fsL {
	font-size: 150%;
}
.fsXL {
	font-size: 167%;
}
/* 注釈
------------------------------------------------------------------------------- */
.notes li {
	margin: 0 0 3px 1em;
	text-indent: -1em;
}
.note {
	margin-left: 1em;
	text-indent: -1em;
}
.notesNum li {
	margin-left: 1.9em;
	margin-bottom: 2px;
	text-indent: -1.9em;
}
/* ==

　04. 汎用スタイル

=============================================================================== */
/* 余白調整
------------------------------------------------------------------------------- */
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }

.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb01 { margin-bottom: 1px !important; }
.mb02 { margin-bottom: 2px !important; }
.mb03 { margin-bottom: 3px !important; }
.mb04 { margin-bottom: 4px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb06 { margin-bottom: 6px !important; }
.mb07 { margin-bottom: 7px !important; }
.mb08 { margin-bottom: 8px !important; }
.mb09 { margin-bottom: 9px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb100 { margin-bottom: 100px !important; }

.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

.pt00 { padding-top: 0 !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }

.pr00 { padding-right: 0 !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }

.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }

.pl00 { padding-left: 0 !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }

#main .firstChild { margin-top: 0; }
#main .lastChild { margin-bottom: 0; }
/* 幅調整
------------------------------------------------------------------------------- */
.w00 { width: 0 !important; }
.w05p { width: 5% !important; }
.w10p { width: 10% !important; }
.w15p { width: 15% !important; }
.w20p { width: 20% !important; }
.w25p { width: 25% !important; }
.w30p { width: 30% !important; }
.w35p { width: 35% !important; }
.w40p { width: 40% !important; }
.w45p { width: 45% !important; }
.w50p { width: 50% !important; }
.w55p { width: 55% !important; }
.w60p { width: 60% !important; }
.w65p { width: 65% !important; }
.w70p { width: 70% !important; }
.w75p { width: 75% !important; }
.w80p { width: 80% !important; }
.w85p { width: 85% !important; }
.w90p { width: 90% !important; }
.w95p { width: 95% !important; }
.w100p { width: 100% !important; }
/* 位置調整
------------------------------------------------------------------------------- */
.aCenter { text-align: center; }
.aRight { text-align: right; }
.aLeft { text-align: left; }
.vTop { vertical-align: top; }
.vMiddle { vertical-align: middle; }
.vBottom { vertical-align: bottom; }

.aCenter th,
.aCenter td { text-align: center; }
.aRight th,
.aRight td { text-align: right; }
.vTop th,
.vTop td { vertical-align: top; }
.vMiddle th,
.vMiddle td { vertical-align: middle; }

.dHide { display: none !important; }
.dShow { display: block !important; }

/* ==

　05. モジュール

=============================================================================== */
/* 画像可変
------------------------------------------------------------------------------- */
.liquidRange img {
	max-width: 100%;
	width: auto\9;
	height: auto;
}
*:first-child+html .liquidRange img { /* IE7 */
	-ms-interpolation-mode: bicubic;
}
/* 事例
------------------------------------------------------------------------------- */
.bricks_in {
	margin: 0;
}
.bricks_one {
	float: left;
	width: 250px;
	margin: 0 0 20px 0;
}
.bricks_wrap {
	display: block;
	height: 100%;
	line-height: 1.5;
	margin: 0 10px;
	padding: 0 9px;
	border: 1px solid #dbd3ce;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.d_hover a.bricks_wrap:hover {
	background-color: #e6e7e8;
}
.brick_item a {
	text-decoration: none;
}
.bricks_photo {
	display: block;
	height: 210px;
	margin: 0 0 10px;
	padding: 9px 0 0;
}
*:first-child+html .bricks_photo { height: auto; } /* ie7 */
* html .bricks_photo { height: auto; } /* ie6 */
.bricks_info {
	display: block;
	padding: 0 0 7px;
}
.bricks_data {
	display: block;
	margin: 10px 0 0;
	padding: 5px 8px 4px;
	background-color: #333;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.bricks_tit {
	display: block;
	line-height: 1.4;
	margin: 8px 0 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;	
}
.bricks_txt {
	display: block;
	margin: 5px 0 0;
	color: #333;
	font-size: 14px;
}
.bricks_category {
	display: block;
	margin: 15px 0 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
*:first-child+html .bricks_in { padding: 0 0 20px; } /* ie7 */
.bricks_in:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .bricks_in { zoom: 1; } /* ie7 */
* html .bricks_in { zoom: 1; } /* ie6 */
/* heading01
------------------------------------------------------------------------------- */
.heading01 {
	margin: 0 0 30px;
	padding: 30px 0;
	background-color: #e7e2de;
	color: #333;
}
.heading01_in {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 20px;
}
.heading01_tit {
	min-height: 63px;
	height: auto !important;
	height: 63px;
	padding: 1px 0 0 90px;
	background: url(../../images/rn/ico_tit01.png) left top no-repeat;
}
.heading01_sub {
	line-height: 1.2;
	margin: 0 0 7px;
	font-size: 134%;
	font-weight: bold;
}
.heading01_main {
	line-height: 1.2;
	font-size: 200%;
	font-weight: bold;
}
/* heading02
------------------------------------------------------------------------------- */
.heading02 {
	position: relative;
	line-height: 1.2;
	margin: 0 0 28px;
	padding: 0 0 18px;
	border-bottom: 3px solid #ddd;
	background-position: left top;
	background-repeat: no-repeat;
	color: #333;
	font-size: 167%;
	font-weight: bold;
}
.heading02-info {
	padding-left: 35px;
	background-image: url(../../images/rn/ico_info01.png);
}
.heading02-contact {
	padding-left: 35px;
	background-image: url(../../images/rn/ico_contact01.png);
}
.heading02-money {
	padding-left: 35px;
	background-image: url(../../images/rn/ico_money01.png);
}
.heading02-global {
	padding-left: 35px;
	background-image: url(../../images/rn/ico_global01.png);
}
.heading02-tel {
	padding-left: 35px;
	background-image: url(../../images/rn/ico_tel01.png);
}
.heading02-check {
	padding-left: 35px;
	background-image: url(../../images/rn/ico_check01.png);
}
.heading02-tool {
	padding-left: 35px;
	background-image: url(../../images/rn/ico_tool01.png);
}
.heading02-movie {
	padding-left: 35px;
	background-image: url(../../images/rn/ico_movie01.png);	
}
.heading02-gallery {
	padding-left: 35px;
	background-image: url(../../images/rn/ico_gallery01.png);	
}
.heading02-outline {
	padding-left: 35px;
	background-image: url(../../images/rn/ico_outline01.png);	
}
.heading02-bukken {
	padding-left: 35px;
	background-image: url(../../images/rn/ico_bukken01.png);	
}
.heading02-s {
	margin: 0 0 20px;
}
.heading02:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 230px;
	height: 3px;
	background-color: #ff8102;
}
.heading02-s:after {
	width: 70px;
}
/* heading03
------------------------------------------------------------------------------- */
.heading03 {
	line-height: 1.65;
	margin: 0 0 25px;
	padding: 6px 10px 5px;
	background-color: #e7e2de;
	color: #333;
	font-size: 150%;
	font-weight: bold;
}
.heading03-m {
	margin: 0 0 20px;
}
.heading03-n {
	margin: 0 0 15px;
}
/* heading04
------------------------------------------------------------------------------- */
.heading04 {
	min-height: 30px;
	height: auto !important;
	height: 30px;
	line-height: 1.65;
	margin: 0 0 14px;
	padding: 2px 0 0 42px;
	background: url(../../images/rn/ico_tit02.png) left top no-repeat;
	color: #333;
	font-size: 150%;
	font-weight: bold;
}
.heading04-author {
	background-image: url(../../images/rn/ico_tit03.png);
}
/* heading05
------------------------------------------------------------------------------- */
.heading05 {
	margin: 0 0 40px;
	text-align: center;
}
/* heading06
------------------------------------------------------------------------------- */
.heading06 {
	margin: 0 0 30px;
	text-align: center;
}
/* heading07
------------------------------------------------------------------------------- */
.heading07 {
	position: relative;
	line-height: 1.2;
	margin: 0 0 30px;
	padding: 14px 10px 12px 57px;
	background-color: #4a3e3c;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	font-size: 167%;
	font-weight: bold;
}
.heading07:after,
.heading07_after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	width: 20px;
	height: 42px;
	font-size: 0;
	background: url(../../images/rn/bg_heading01.png) left top no-repeat;
}
*:first-child+html .heading07 { zoom: 1; } /* ie7 */
/* backBtn01
------------------------------------------------------------------------------- */
.backBtn01 {
	clear: both;
	margin: 45px 0 0;
	font-size: 134%;
}
/* formBtn01
------------------------------------------------------------------------------- */
.formBtn01 {
	line-height: 1.2;
	margin: 0 0 30px;
	font-size: 167%;
	font-weight: bold;
}
.formBtn01_item {
	margin: 10px 0 0;
	text-align: center;
}
.formBtn01_item-fit {
	display: inline-block;
}
*:first-child+html .formBtn01_item-fit { display: inline; zoom: 1; } /* ie7 */
* html .formBtn01_item-fit { display: inline; zoom: 1; } /* ie6 */
.formBtn01_item:first-child {
	margin: 0;
}
.formBtn01 a {
	display: block;
	padding: 15px 10px;
	border: 3px solid #dc2535;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ec4c63;
	color: #fff;
	text-decoration: none;
}
.formBtn01_item-fit a {
	padding: 15px 40px;
}
.d_hover .formBtn01 a:hover {
	border: 3px solid #e3515d;
	background-color: #f07082;
}
.formBtn01 span {
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding: 0 0 0 27px;
	background: url(../../images/rn/ico_arw10.png) left center no-repeat;	
}
/* data01
------------------------------------------------------------------------------- */
.data01 {
	margin: 0 0 30px;
}
.data01 table {
	width: 100%;
	line-height: 1.45;
	margin: 0 0 10px;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 134%;
}
.data01 th {
	padding: 7px 13px 3px;
	background-color: #888;
	color: #fff;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
.data01_table1 th {
	width: 104px;
}
.data01_table2 th {
	width: 84px;
}
.data01_table3 th {
	width: 154px;
}
.data01 td {
	padding: 7px 13px 3px;
	background-color: #f4f3f5;
	vertical-align: top;
}
.data01 .data01_tit {
	font-weight: bold;
}
.data01 .data01_info {
	padding: 10px 13px 9px;
}
.data01_txt {
	line-height: 1.65;
	margin: 0;
	font-size: 134%;
}
*:first-child+html .data01 table { table-layout: fixed; } /* ie7 */
/* anchor01
------------------------------------------------------------------------------- */
.anchor01 {
	line-height: 1.2;
	margin: 0 0 35px;
	font-size: 134%;
}
.anchor01 li {
	float: left;
	margin: 0 5px 5px 0;
}
*:first-child+html .anchor01 li { white-space: nowrap; } /* ie7 */
.anchor01 a {
	display: block;
	line-height: 50px;
	padding: 0 14px 0 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #eeebe8;
}
*:first-child+html .anchor01 a { zoom: 1; cursor: pointer; } /* ie7 */
.anchor01 span {
	display: inline-block;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding: 0 0 0 27px;
	background: url(../../images/rn/ico_arw18.png) left center no-repeat;
	vertical-align: top;
}
*:first-child+html .anchor01 span { display: inline; zoom: 1; } /* ie7 */
* html .anchor01 span { display: inline; zoom: 1; } /* ie6 */
.anchor01:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .anchor01 { zoom: 1; } /* ie7 */
* html .anchor01 { zoom: 1; } /* ie6 */
/* anchor02
------------------------------------------------------------------------------- */
.anchor02 {
	padding: 0 0 0 27px;
	background: url(../../images/rn/ico_arw11.png) left 0.2em no-repeat;
}
*:first-child+html .anchor02 { zoom: 1; } /* ie7 */
/* リード
------------------------------------------------------------------------------- */
.lead01 {
	margin: 0 0 40px;
}
.lead01-min {
	margin: 0 0 25px;
}
.lead01 p {
	margin-bottom: 20px;
	font-size: 134%;
}
.lead01 .lead01_elem-last {
	margin-bottom: 0;
}
.lead01 > p:last-child {
	margin-bottom: 0;	
}
/* リード
------------------------------------------------------------------------------- */
.lead02 {
	margin: 0 0 50px;
}
.lead02-min {
	margin: 0 0 25px;
}
.lead02 p {
	margin-bottom: 10px;
	font-size: 134%;
}
.lead02 .lead02_elem-last {
	margin-bottom: 0;
}
.lead02 > p:last-child {
	margin-bottom: 0;	
}
/* visual01
------------------------------------------------------------------------------- */
.visual01 {
	margin: 0 0 35px;
}
.visual01_in {
	max-width: 980px;
	margin: 0 auto;
}
.visual01_in img {
	width: 100%;
	height: auto;
}
/* visual02
------------------------------------------------------------------------------- */
.visual02 {
	position: relative;
	min-width: 950px;
	height: 350px;
	margin: 0 0 40px;
}
#container .visual02 {
	min-width: 750px;
}
.visual02_in {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	text-align: center;
}
.visual02 .anystretch img {
	max-width: none;
}
/* visual03
------------------------------------------------------------------------------- */
.visual03 {
	position: relative;
	min-width: 950px;
	height: 200px;
	margin: 0 0 40px;
}
#container .visual03 {
	min-width: 750px;
}
.visual03_in {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}
.visual03 .anystretch img {
	max-width: none;
}
/* col01
------------------------------------------------------------------------------- */
.col01 {
	width: 730px;
	margin: 0 auto 30px;
}
.col01 p {
	margin-bottom: 20px;
}
.col01 .col01_elem-last {
	margin-bottom: 0;
}
.col01 > *:last-child {
	margin-bottom: 0;
}
.col01_img {
	margin: 0 0 20px;
}
/* col02
------------------------------------------------------------------------------- */
.col02 {
	width: 750px;
	margin: 0 auto 30px;
}
@media screen and (max-width:1205px) {
	.col02 {
		margin: 0 -10px 30px;
	}
}
.col02 p {
	margin-bottom: 20px;
}
.col02 .col02_elem-last {
	margin-bottom: 0;
}
.col02_col > *:last-child {
	margin-bottom: 0;
}
.col02_col {
	float: left;
	width: 355px;
	margin: 25px 10px 0;
}
.col02-reverse .col02_col {
	float: right;
}
.col02 > .col02_col:nth-child(1),
.col02 > .col02_col:nth-child(2) {
	margin-top: 0;
}
.col02_col-top {
	margin-top: 0;
}
.col02:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .col02 { zoom: 1; } /* ie7 */
* html .col02 { zoom: 1; } /* ie6 */
/* col03
------------------------------------------------------------------------------- */
.col03 {
	width: 750px;
	margin: 0 auto 30px;
}
@media screen and (max-width:1205px) {
	.col03 {
		margin: 0 -10px 30px;
	}
}
.col03 p {
	margin-bottom: 20px;
}
.col03 .col03_elem-last {
	margin-bottom: 0;
}
.col03_col > *:last-child {
	margin-bottom: 0;
}
.col03_col {
	float: left;
	width: 230px;
	margin: 25px 10px 0;
}
.col03_col-first {
	margin-top: 0;
}
.col03 > .col03_col:nth-child(1),
.col03 > .col03_col:nth-child(2),
.col03 > .col03_col:nth-child(3) {
	margin-top: 0;
}
.col03_col-top {
	margin-top: 0;
}
.col03:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .col03 { zoom: 1; } /* ie7 */
* html .col03 { zoom: 1; } /* ie6 */
/* col04
------------------------------------------------------------------------------- */
.col04 {
	margin: 0;
}
.col04_elem-last {
	margin-bottom: 0;
}
.col04_colW > *:last-child,
.col04_colN > *:last-child {
	margin-bottom: 0;
}
.col04_colW {
	overflow: hidden;
}
.col04_colN {
	float: right;
	margin-left: 20px;
}
.col04-reverse .col04_colN {
	float: left;
	margin-right: 20px;
	margin-left: 0;
}
.col04:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .col04 { zoom: 1; } /* ie7 */
* html .col04 { zoom: 1; } /* ie6 */
/* col05
------------------------------------------------------------------------------- */
.col05 {
	margin: 0 0 30px;
	display: flex;
	gap: 0 20px;
}
.col05_col1 > *:last-child,
.col05_col2 > *:last-child {
	margin-bottom: 0;
}
.col05_elem-last {
	margin-bottom: 0;
}
.col05_col1,
.col05_col2 {
	width: calc((100% - 20px) / 2);
}
.col05-reverse {
	flex-direction: row-reverse;
}
/* col06
------------------------------------------------------------------------------- */
.col06 {
	margin: 0 0 30px;
	overflow: hidden;
}
.col06_in {
	margin: 0 -25px 0 0;
}
.col06 .col06_elem-last {
	margin-bottom: 0;
}
.col06_col > *:last-child {
	margin-bottom: 0;
}
.col06_col {
	float: left;
	width: 300px;
	margin: 25px 25px 0 0;
}
.col06_col:nth-child(1),
.col06_col:nth-child(2),
.col06_col:nth-child(3) {
	margin-top: 0;
}
.col06_col-top {
	margin-top: 0;
}
.col06:after,
.col06_in:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .col06,
*:first-child+html .col06_in { zoom: 1; } /* ie7 */
* html .col06,
* html .col06_in { zoom: 1; } /* ie6 */
/* col07
------------------------------------------------------------------------------- */
.col07 {
	margin: 0 0 30px;
}
.col07_colN > *:last-child,
.col07_colW > *:last-child {
	margin-bottom: 0;
}
.col07_elem-last {
	margin-bottom: 0;
}
.col07_colN {
	float: left;
	width: 355px;
}
.col07_colW {
	float: right;
	width: 605px;
}
.col07-reverse .col07_colN {
	float: right;
}
.col07-reverse .col07_colW {
	float: left;
}
.col07:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .col07 { zoom: 1; } /* ie7 */
* html .col07 { zoom: 1; } /* ie6 */
@media screen and (max-width:1205px) {
	.col07_colW {
		width: 355px;
	}
}
/* col08
------------------------------------------------------------------------------- */
.col08 {
	margin: 0 0 30px;
}
.col08_colN > *:last-child,
.col08_colW > *:last-child {
	margin-bottom: 0;
}
.col08_elem-last {
	margin-bottom: 0;
}
.col08_colN {
	float: left;
	width: 230px;
}
.col08_colW {
	float: right;
	width: 730px;
}
.col08-reverse .col08_colN {
	float: right;
}
.col08-reverse .col08_colW {
	float: left;
}
.col08:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .col08 { zoom: 1; } /* ie7 */
* html .col08 { zoom: 1; } /* ie6 */
@media screen and (max-width:1205px) {
	.col08_colW {
		width: 480px;
	}
}
/* col09
------------------------------------------------------------------------------- */
.col09 {
	margin: 0 0 30px;
}
.col09_col1 > *:last-child,
.col09_col2 > *:last-child {
	margin-bottom: 0;
}
.col09_elem-last {
	margin-bottom: 0;
}
.col09_col1 {
	float: left;
	width: 480px;
}
.col09_col2 {
	float: right;
	width: 480px;
}
.col09-reverse .col09_col1 {
	float: right;
}
.col09-reverse .col09_col2 {
	float: left;
}
.col09:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .col09 { zoom: 1; } /* ie7 */
* html .col09 { zoom: 1; } /* ie6 */
@media screen and (max-width:1205px) {
	.col09_col1 {
		width: 355px;
	}
	.col09_col2 {
		width: 355px;
	}
}
/* sentence01
------------------------------------------------------------------------------- */
.sentence01 {
	width: 730px;
	margin: 0 auto 50px;
}
.sentence01 p {
	margin-bottom: 20px;
	font-size: 134%;
}
.sentence01 .sentence01_elem-last {
	margin-bottom: 0;
}
.sentence01 > p:last-child {
	margin-bottom: 0;	
}
/* sentence02
------------------------------------------------------------------------------- */
.sentence02-line {
	padding: 30px 0 0;
	border-top: 1px solid #ddd;
}
.sentence02 {
	margin: 0 auto 32px;
}
.sentence02 p {
	margin-bottom: 30px;
	font-size: 134%;
}
.sentence02 .sentence02_elem-last {
	margin-bottom: 0;
}
.sentence02 > p:last-child {
	margin-bottom: 0;	
}
/* cvArea
------------------------------------------------------------------------------- */
.cvArea {
	position: relative;
	min-width: 950px;
	margin: 0 0 70px;
	padding: 59px 0 60px;
	background: #594b4a url(/common/images/rn/bg_cvarea01.jpg) center center no-repeat;
    background-size: cover;
}
.cvArea:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.03) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.03) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.03) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#08000000',GradientType=0);
}
.cvArea:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.25) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.25) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08000000', endColorstr='#40000000',GradientType=0);
}
.cvArea_in {
	width: 950px;
	margin: 0 auto;
}
.cvCol {
	margin: 30px 0 0;
	display: flex;
	justify-content: space-between;
	gap: 0 30px;
}
.cvCol_col1,
.cvCol_col2 {
	width: calc((100% - 30px) / 2);
}
.cvCol_col1 img,
.cvCol_col2 img{
	max-width: 100%;
	height: auto;
}
.cvCol02 {
	margin: 30px 0 0;
}
.cvArea_kyoten {
	display: block;
	height: 77px;
	padding: 23px 0 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e6e9f1 url(../../images/rn/cv/office02.jpg) right top no-repeat;
}
.cvArea_kyoten { -ms-filter: "alpha(opacity=100)"; }
.d_hover .cvArea_kyoten:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

@media screen and (max-width: 1000px) {

	.cvArea_in {
		width: auto;
		margin: 0 20px;
	}


}



/* newsList01
------------------------------------------------------------------------------- */
.newsList01 dl {
	line-height: 1.5;
	padding: 18px 0 17px;
	border-bottom: 1px dotted #7f7f7f;
	font-size: 134%;
}
.newsList01 dl:first-child {

	border-top: 1px dotted #7f7f7f;
}
.newsList01 dt {
	float: left;
	width: 120px;
}
.newsList01 dd {
	overflow: hidden;
}
/* list01
------------------------------------------------------------------------------- */
.list01 li {
	line-height: 1.65;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	background: url(../../images/rn/ico_disc01.png) left 0.45em no-repeat;
}
.list01-v2 li {
	background: url(../../images/rn/ico_disc02.png) left 0.45em no-repeat;
}
/* 画像配置
------------------------------------------------------------------------------- */
.image01 {
	line-height: 1.43;
	font-size: 117%;
}
.image01-bd {
	line-height: 1;
	display: block;
	border: 1px solid #ccc;
	font-size: 12px;
}
.contents .image01 {
	font-size: 117%;	
}
.image01_img {
	display: block;
}
.image01_img-bd {
	border: 1px solid #ccc;
	text-align: center;
}
.image01_img-bdV2 {
	border: 1px solid #d4bda7;
	text-align: center;
}
.image01_txt {
	display: block;
	margin: 10px 0 0;
}
.image02 {
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: top;
}
*:first-child+html .image02 { display:inline; zoom: 1; } /* ie7 */
* html .image02 { display:inline; zoom: 1; } /* ie6 */
/* indent01
------------------------------------------------------------------------------- */
.indent01 {
	width: 950px;
	margin: 0 auto;
}
/* ==

　99. 印刷

=============================================================================== */
@media print {
	#side {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
	}
	.col02 {
		margin: 0 -10px 30px;
	}
	.col03 {
		margin: 0 -10px 30px;
	}
	.col07_colW {
		width: 355px;
	}
	.col08_colW {
		width: 480px;
	}
	.col09_col1 {
		width: 355px;
	}
	.col09_col2 {
		width: 355px;
	}
}