@charset "utf-8";

@import url("/jutaku/common/css/rn03/fonts.css");
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. リセット用スタイル
　02. タグ固有のスタイル指定
　03. 大枠レイアウト
　04. グローバルヘッダー
　05. 固定ヘッダー
　06. トピックスパス
　07. 固定フッター
　08. リッチフッター
　09. グローバルフッター
　77. お問い合わせエリア
　88. 表示切替

******************************************************************************* */
/* ==

　01. リセット用スタイル

=============================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
ol, ul { list-style: none; }
/* ==

　02. タグ固有のスタイル指定

	□　各フォントサイズの指定値
 *  10 px : 84%   |  11 px : 92%
 *  12 px : 100%  |  13 px : 109%
 *  14 px : 117%  |  15 px : 125%
 *  16 px : 134%  |  17 px : 142%
 *  18 px : 150%  |  19 px : 159%
 *  20 px : 167%  |  22 px : 184%
 *  24 px : 200%  |  26 px : 217%
 *  28 px : 234%  |  30 px : 250%
 *  32 px : 267%

 	※％指定がネストする場合の指定値は別途要計算
=============================================================================== */
html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1.7;
	background-color: #fff;
	color: #666;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a img {
	border: none;
}
a {
	color: #404f6f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
em {
	font-weight: bold;
	font-style: normal;
}
th,
td {
	text-align: left;
	vertical-align: top;
}
sup,
sub {
	margin: 0 1px;
	font-size: 60%;
	vertical-align: 0.45em;
}
sub {
	vertical-align: baseline;
}
ul,
ol,
dl,
p {
	line-height: 1.75;
	font-size: 134%;
}
/* ==

　03. ヘッダーラップ

=============================================================================== */
#nHeaderWrap_wrap {
	min-width: 950px;
	overflow: hidden;
}
#nHeaderWrap {
	position: static;
	width: 100%;
	transition: top 0.5s;
}
#nHeaderWrap.nHeaderWrap-fix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}
#nHeaderWrap.nHeaderWrap-down #nHeader {
	margin-top: -54px;
}
#nHeaderWrap.nHeaderWrap-up #nHeader {
	transition: margin 0.3s;
	margin-top: 0;
}
/* ==

　04. グローバルヘッダー

=============================================================================== */
#nHeader {
	width: 100%;
	min-width: 950px;
	height: 50px;
	padding: 0 40px;
	border-bottom: 1px solid #e7e7e7;
	background-color: #fff;
	box-sizing: border-box;
}
.nHeader-open {
	position: relative;
	z-index: 1010;
}
.theme-a #nHeader {
	height: 50px;
	border-bottom: 1px solid #e7e7e7;
}
.theme-a2 #nHeader,
.theme-b #nHeader,
.theme-c #nHeader,
.theme-d #nHeader,
.theme-e #nHeader,
.theme-f #nHeader,
.theme-g #nHeader {
	height: 50px;
	border-bottom: 1px solid #e7e7e7;
}
.nHeader_in {
	position: relative;
	max-width: 1325px;
	margin: 0 auto;
}
.nHeader_id {
	display: inline-block;
	line-height: 1;
	margin: 14px 0 0;
	font-size: 20px;
}
.nHeader_id a {
	color: #b4b4b4;
	text-decoration: none;
}
.nHeader_nav {
	position: absolute;
	top: 0;
	left: 160px;
	line-height: 1;
	color: #b4b4b4;
	font-size: 15px;
}
.nHeader_item {
	float: left;
}
.nHeader_item a {
	display: block;
	line-height: 47px;
	padding: 2px 29px 0 30px;
	color: #b4b4b4;
	text-decoration: none;
	transition: background-color 0.3s;
}
.nHeader_item-active a {
	background-color: #f4f4f4;
	color: #000;
}
.nHeader_search {
	display: block;
	position: absolute;
	top: 0;
	right: 233px;
	width: 49px;
	height: 49px;
	cursor: pointer;
	transition: background-color 0.3s;
}
.nHeader_search-active {
	background-color: #f4f4f4;
}
.nHeader_search:after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 19px;
	height: 19px;
	background-image: url(/jutaku/common/images/rn03/header_ico01.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.nHeader_search-active:after {
	background-image: url(/jutaku/common/images/rn03/header_ico01_active.png);
}
.nHeader_logo {
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 168px;
	height: 30px;
}
.nHeader_form {
	position: absolute;
	top: 49px;
	left: 0;
	width: 100%;
	min-width: 950px;
	height: 0;
	background-color: #f4f4f4;
	z-index: 9999;
	box-sizing: border-box;
	overflow: hidden;
	transition: height 0.4s ease;
}
.nHeader_form_wrap {
	padding: 31px 0 35px;
}
.nHeader_form-desktop {
	display: block !important;
}
.nHeader_form-mobile {
	display: none !important;
}
.nHeader_form:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #bbb;
}
.nHeader_form:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e7e7e7;
}
.nHeader_form_in {
	position: relative;
	width: 600px;
	height: 50px;
	margin: 0 auto;
	padding: 0 0 0 52px;
	border: 2px solid #b4b4b4;
	border-radius: 4px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.nHeader_send {
	position: absolute;
	top: 14px;
	left: 18px;
	width: 19px;
	height: 19px;
	border: none;
	background: none;
	background-image: url(/jutaku/common/images/rn03/header_ico08.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -99999px;
	cursor: pointer;
}
.nHeader_send:hover {
	background-image: url(/jutaku/common/images/rn03/header_ico01_active.png);
}
.nHeader_input {
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0 0 2px;
	border: none;
	background-color: #fff;
	color: #000;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	outline: none;
	box-sizing: border-box;
}
.nHeader_input::placeholder {
	color: #b4b4b4;
}
.nHeader_input:-ms-input-placeholder {
	color: #b4b4b4;
}
.nHeader_input::-ms-input-placeholder {
	color: #b4b4b4;
}
.nHeader_menu {
	position: absolute;
	top: 49px;
	left: 0;
	width: 100%;
	min-width: 950px;
	height: 0;
 	padding: 0 40px;
	background-color: #f4f4f4;
	z-index: 9999;
	overflow: hidden;
	box-sizing: border-box;
	transition: height 0.4s ease;
}
.nHeader_menu:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #bbb;
	z-index: 9999;
}
.nHeader_menu:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e7e7e7;
	z-index: 9999;
}
.nHeader_menu_item {
	display: none;
	max-width: 1268px;
	margin: 0 auto;
	border-top: 35px solid #f4f4f4;
	border-bottom: 35px solid #f4f4f4;
	overflow: hidden;
}
.nHeader_menu_col {
	float: left;
	margin: 0 0 -500px;
	padding: 5px 25px 511px 28px;
	border-left: 1px solid #d8d8d8;
	box-sizing: border-box;
}
.nHeader_menu_col-w1 {
	width: 33%;
}
.nHeader_menu_col-w2 {
	width: 19%;
}
.nHeader_menu_col-w3 {
	width: 18.5%;
}
.nHeader_menu_col-w4 {
	width: 28.4%;
}
.nHeader_menu_col-w5 {
	width: 32.7%;
}
.nHeader_menu_col-w6 {
	width: 28.1%;
}
.nHeader_menu_col-w7 {
	width: 19.9%;
}
.nHeader_menu_col-w8 {
	width: 19.1%;
}
.nHeader_menu_col-w9 {
	width: 22%;
}
.nHeader_menu_col-w10 {
	width: 28.4%;
}
.nHeader_menu_col-w11 {
	width: 24%;
}
.nHeader_menu_col-w12 {
	width: 24%;
}
.nHeader_menu_col-w13 {
	width: 46.9%;
}
.nHeader_menu_col-w14 {
	width: 28.5%;
}
.nHeader_menu_col-w15 {
	width: 24.5%;
}
.nHeader_menu_col-w16 {
	width: 35.4%;
}
.nHeader_menu_col-w17 {
	width: 19.9%;
}
.nHeader_menu_col-w18 {
	width: 25.4%;
}
.nHeader_menu_col-w19 {
	width: 38.6%;
}
.nHeader_menu_tit {
	line-height: 1.5;
	min-height: 75px;
	color: #8f8f8f;
	font-size: 18px;
}
.nHeader_menu_tit-tc {
	min-height: 0;
	margin: 30px 0 15px;
}
.nHeader_menu_tit a {
	color: #000;
	text-decoration: none;
	transition: color 0.3s;
}
.nHeader_menu_tit a:hover {
	color: #fa0046;
}
.nHeader_menu_sub {
	display: block;
	margin: 1px 0 0;
	font-size: 14px;
	vertical-align: top;
}
.nHeader_menu_block {
	float: left;
	width: 49%;
}
.nHeader_menu_block:last-child {
	float: right;
}
.nHeader_menu_stit {
	line-height: 1.7;
	margin: 45px 0 15px;
	color: #8f8f8f;
	font-size: 14px;
}
.nHeader_menu_tit + .nHeader_menu_stit,
.nHeader_menu_stit:first-child {
	margin-top: 0;
}
.nHeader_menu_list {
	line-height: 1.65;
	font-size: 14px;
}
.nHeader_menu_col .nHeader_menu_list-add_desktop {
	display: block;
}
.nHeader_menu_col .nHeader_menu_list-add_mobile {
	display: none;
}
.nHeader_menu_col .nHeader_menu_list-bnr li a {
	transition: opacity 0.3s;
}
.nHeader_menu_col .nHeader_menu_list-bnr li a:hover {
	opacity: .7;
}
.nHeader_menu_col .nHeader_menu_list-bnr img {
	max-width: 100%;
	height: auto;
}
.nHeader_menu_list-mb {
	margin-bottom: 20px;
}
.nHeader_menu_fs {
	display: block;
	line-height: 1.4;
	margin: 3px 0 0;
	font-size: 12px;
}
.nHeader_menu_list li {
	margin: 15px 0 0;
}
.nHeader_menu_list li:first-child {
	margin-top: 0;
}
.nHeader_menu_list a {
	color: #000;
	text-decoration: none;
	transition: color 0.3s;
}
.nHeader_menu_list a:hover {
	color: #fa0046;
}
#headerJt,
#g_header {
	width: 0 !important;
	height: 0 !important;
	border: none !important;
	overflow: hidden !important;
}
.nHeader_nav:after,
.nHeader_menu_item:after,
.nHeader_menu_col:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .nHeader_nav,
*:first-child+html .nHeader_menu_item,
*:first-child+html .nHeader_menu_col { zoom: 1; } /* ie7 */
/* スマホナビ
------------------------------------------------------------------------------- */
#nSpNav {
	display: none !important;
}
@media only screen and (max-width: 1430px) {
	.nHeader_nav {
		left: 140px;
	}
	.nHeader_item a {
		padding-right: 22px;
		padding-left: 22px;
	}
	.nHeader_search {
		right: 218px;
	}
}
@media only screen and (max-width: 1330px) {
	.nHeader_nav {
		left: 120px;
	}
	.nHeader_item a {
		padding-right: 16px;
		padding-left: 16px;
	}
	.nHeader_search {
		right: 203px;
	}
}
@media only screen and (max-width: 1230px) {
	#nHeader {
		padding-right: 20px;
		padding-left: 20px;
	}
	.nHeader_nav {
		font-size: 14px;
	}
	.nHeader_item a {
		padding-right: 13px;
		padding-left: 13px;
	}
	.nHeader_menu {
		padding-right: 20px;
		padding-left: 20px;
	}
	.nHeader_menu_tit {
		font-size: 16px;
	}
	.nHeader_menu_sub {
		font-size: 12px;
	}
	.nHeader_search {
		right: 188px;
	}
}
@media only screen and (max-width: 1100px) {
	.nHeader_nav {
		left: 95px;
		font-size: 13px;
	}
	.nHeader_item a {
		padding-right: 8px;
		padding-left: 8px;
	}
	.nHeader_search {
		right: 173px;
	}
}
/* ==

　05. サブヘッダー

=============================================================================== */
#subHeader {
	position: relative;
	min-width: 950px;
	height: 65px;
	padding: 0 40px;
	border-width: 0 0 5px;
	border-style: solid;
	background-color: #fff;
	z-index: 100;
	box-sizing: border-box;
}
.subHeader_in {
	position: relative;
	max-width: 1325px;
	margin: 0 auto;
}
.theme-a2 #subHeader {
	border-color: #fa0046;
}
.theme-b #subHeader {
	border-color: #afa477;
}
.theme-c #subHeader {
	border-color: #00693E;
}
.theme-d #subHeader {
	border-color: #8ca2bd;
}
.theme-e #subHeader {
	border-color: #869999;
}
.theme-f #subHeader {
	border-color: #7b8080;
}
.theme-g #subHeader {
	border-color: #75b4d1;
}
.subHeader_id {
	display: block;
	float: left;
	margin: 0 130px 0 0;
}
.subHeader_nav {
	color: #b4b4b4;
	overflow: hidden;
}
.subHeader_list {
	line-height: 1;
	font-size: 20px;
}
.subHeader_item {
	display: table;
	float: left;
	height: 60px;
	margin: 0 70px 0 0;
}
.subHeader_item:last-child{
	margin: 0;
}
.subHeader_item-busy {
	margin-right: 35px;
}
.subHeader_item-localtop {
	display: none !important;
}
.subHeader_item a {
	display: table-cell;
	color: #b4b4b4;
	text-decoration: none;
	transition: color 0.3s;
	vertical-align: middle;
}
.theme-a2 .subHeader_item a:hover {
	color: #fa0046;
}
.theme-b .subHeader_item a:hover {
	color: #afa477;
}
.theme-c .subHeader_item a:hover {
	color: #00693E;
}
.theme-d .subHeader_item a:hover {
	color: #8ca2bd;
}
.theme-e .subHeader_item a:hover {
	color: #869999;
}
.theme-f .subHeader_item a:hover {
	color: #979d9d;
}
.theme-g .subHeader_item a:hover {
	color: #75b4d1;
}
.theme-a2 .nHeaderWrap-menu1 .subHeader_item:nth-child(2) a,
.theme-a2 .nHeaderWrap-menu2 .subHeader_item:nth-child(3) a,
.theme-a2 .nHeaderWrap-menu3 .subHeader_item:nth-child(4) a,
.theme-a2 .nHeaderWrap-menu4 .subHeader_item:nth-child(5) a,
.theme-a2 .nHeaderWrap-menu5 .subHeader_item:nth-child(6) a,
.theme-a2 .nHeaderWrap-menu6 .subHeader_item:nth-child(7) a,
.theme-a2 .nHeaderWrap-menu7 .subHeader_item:nth-child(8) a,
.theme-a2 .nHeaderWrap-menu8 .subHeader_item:nth-child(9) a {
	color: #fa0046;
}
.theme-b .nHeaderWrap-menu1 .subHeader_item:nth-child(2) a,
.theme-b .nHeaderWrap-menu2 .subHeader_item:nth-child(3) a,
.theme-b .nHeaderWrap-menu3 .subHeader_item:nth-child(4) a,
.theme-b .nHeaderWrap-menu4 .subHeader_item:nth-child(5) a,
.theme-b .nHeaderWrap-menu5 .subHeader_item:nth-child(6) a,
.theme-b .nHeaderWrap-menu6 .subHeader_item:nth-child(7) a,
.theme-b .nHeaderWrap-menu7 .subHeader_item:nth-child(8) a,
.theme-b .nHeaderWrap-menu8 .subHeader_item:nth-child(9) a {
	color: #afa477;
}
.theme-c .nHeaderWrap-menu1 .subHeader_item:nth-child(2) a,
.theme-c .nHeaderWrap-menu2 .subHeader_item:nth-child(3) a,
.theme-c .nHeaderWrap-menu3 .subHeader_item:nth-child(4) a,
.theme-c .nHeaderWrap-menu4 .subHeader_item:nth-child(5) a,
.theme-c .nHeaderWrap-menu5 .subHeader_item:nth-child(6) a,
.theme-c .nHeaderWrap-menu6 .subHeader_item:nth-child(7) a,
.theme-c .nHeaderWrap-menu7 .subHeader_item:nth-child(8) a,
.theme-c .nHeaderWrap-menu8 .subHeader_item:nth-child(9) a {
	color: #00693E;
}
.theme-d .nHeaderWrap-menu1 .subHeader_item:nth-child(2) a,
.theme-d .nHeaderWrap-menu2 .subHeader_item:nth-child(3) a,
.theme-d .nHeaderWrap-menu3 .subHeader_item:nth-child(4) a,
.theme-d .nHeaderWrap-menu4 .subHeader_item:nth-child(5) a,
.theme-d .nHeaderWrap-menu5 .subHeader_item:nth-child(6) a,
.theme-d .nHeaderWrap-menu6 .subHeader_item:nth-child(7) a,
.theme-d .nHeaderWrap-menu7 .subHeader_item:nth-child(8) a,
.theme-d .nHeaderWrap-menu8 .subHeader_item:nth-child(9) a {
	color: #8ca2bd;
}
.theme-e .nHeaderWrap-menu1 .subHeader_item:nth-child(2) a,
.theme-e .nHeaderWrap-menu2 .subHeader_item:nth-child(3) a,
.theme-e .nHeaderWrap-menu3 .subHeader_item:nth-child(4) a,
.theme-e .nHeaderWrap-menu4 .subHeader_item:nth-child(5) a,
.theme-e .nHeaderWrap-menu5 .subHeader_item:nth-child(6) a,
.theme-e .nHeaderWrap-menu6 .subHeader_item:nth-child(7) a,
.theme-e .nHeaderWrap-menu7 .subHeader_item:nth-child(8) a,
.theme-e .nHeaderWrap-menu8 .subHeader_item:nth-child(9) a {
	color: #869999;
}
.theme-f .nHeaderWrap-menu1 .subHeader_item:nth-child(2) a,
.theme-f .nHeaderWrap-menu2 .subHeader_item:nth-child(3) a,
.theme-f .nHeaderWrap-menu3 .subHeader_item:nth-child(4) a,
.theme-f .nHeaderWrap-menu4 .subHeader_item:nth-child(5) a,
.theme-f .nHeaderWrap-menu5 .subHeader_item:nth-child(6) a,
.theme-f .nHeaderWrap-menu6 .subHeader_item:nth-child(7) a,
.theme-f .nHeaderWrap-menu7 .subHeader_item:nth-child(8) a,
.theme-f .nHeaderWrap-menu8 .subHeader_item:nth-child(9) a {
	color: #979d9d;
}
.theme-g .nHeaderWrap-menu1 .subHeader_item:nth-child(2) a,
.theme-g .nHeaderWrap-menu2 .subHeader_item:nth-child(3) a,
.theme-g .nHeaderWrap-menu3 .subHeader_item:nth-child(4) a,
.theme-g .nHeaderWrap-menu4 .subHeader_item:nth-child(5) a,
.theme-g .nHeaderWrap-menu5 .subHeader_item:nth-child(6) a,
.theme-g .nHeaderWrap-menu6 .subHeader_item:nth-child(7) a,
.theme-g .nHeaderWrap-menu7 .subHeader_item:nth-child(8) a,
.theme-g .nHeaderWrap-menu8 .subHeader_item:nth-child(9) a,
.theme-g .nHeaderWrap-menu9 .subHeader_item:nth-child(10) a,
.theme-g .nHeaderWrap-menu10 .subHeader_item:nth-child(11) a {
	color: #75b4d1;
}
.subHeader_in:after,
.subHeader_list:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .subHeader_in,
*:first-child+html .subHeader_list { zoom: 1; } /* ie7 */
@media only screen and (max-width: 1430px) {
	.subHeader_id {
		margin-right: 100px;
	}
	.subHeader_item {
		margin-right: 60px;
	}
	.subHeader_item-busy {
		margin-right: 30px;
	}
}
@media only screen and (max-width: 1330px) {
	.subHeader_id {
		margin-right: 70px;
	}
	.subHeader_item {
		margin-right: 50px;
	}
	.subHeader_item-busy {
		margin-right: 20px;
	}
}
@media only screen and (max-width: 1230px) {
	#subHeader {
		padding-right: 20px;
		padding-left: 20px;
	}
	.subHeader_id {
		margin-right: 60px;
	}
	.subHeader_list {
		font-size: 18px;
	}
	.subHeader_item {
		margin-right: 40px;
	}
	.subHeader_item-busy {
		margin-right: 17px;
	}
}
@media only screen and (max-width: 1100px) {
	.subHeader_id {
		margin-right: 40px;
	}
	.subHeader_list {
		font-size: 16px;
	}
	.subHeader_item {
		margin-right: 30px;
	}
	.subHeader_item-busy {
		margin-right: 14px;
	}
}
/* ==

　06. ユーティリティーヘッダー

=============================================================================== */
#utility {
	position: relative;
	min-width: 950px;
	height: 45px;
	padding: 0 40px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
	z-index: 10;
}
#utility.utility-n1 {
	height: 40px;
	background-color: #404040;
}
#utility.utility-n1 .utility_breadcrumbs {
	line-height: 1.5;
	padding: 10px 0 0;
	color: #8d8d8d;
	font-size: 12px;
}
#utility.utility-n1 .utility_breadcrumbs li {
	margin: 0 0 0 20px;
}
#utility.utility-n1 .utility_breadcrumbs li:first-child {
	margin: 0;
}
#utility.utility-n1 .utility_breadcrumbs li:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: -14px;
	width: 10px;
	height: 10px;
	border: none;
	background-image: url(/jutaku/common/images/rn03/breadcrumbs_ico01.png);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
#utility.utility-n1 .utility_breadcrumbs li:first-child:before {
	display: none !important;
}
#utility.utility-n1 .utility_breadcrumbs a {
	color: #8d8d8d;
}
.utility_in {
	position: relative;
	max-width: 1325px;
	margin: 0 auto;
}
.utility_breadcrumbs {
	line-height: 1.2;
	padding: 13px 0 0;
	color: #b4b4b4;
	font-size: 14px;
	letter-spacing: -0.5em;
}
.utility_breadcrumbs li,
.breadcrumbs_item {
	display: inline-block;
	line-height: 1.2;
	position: relative;
	margin: 0 0 0 46px;
	font-size: 100%;
	letter-spacing: normal;
}
.utility_breadcrumbs li:first-child,
.breadcrumbs_item:first-child {
	margin-left: 0;
}
.utility_breadcrumbs li:before,
.breadcrumbs_item:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: -32px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #b4b4b4;
	border-right: 2px solid #b4b4b4;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.utility_breadcrumbs li:first-child:before,
.breadcrumbs_item:first-child:before {
	display: none !important;
}
.utility_breadcrumbs a {
	color: #b4b4b4;
	text-decoration: none;
}
.utility_nav {
	position: absolute;
	top: 7px;
	right: 0;
	line-height: 1;
	font-size: 20px;
}
.utility_data,
.utility_search {
	float: left;
	margin: 0 0 0 12px;
}
.utility_data:first-child,
.utility_search:first-child {
	margin-left: 0;
}
.utility_data a,
.utility_search a {
	color: #000;
	text-decoration: none;
	transition: opacity 0.3s;
	/*
	backface-visibility: hidden;
	*/
}
.utility_data a:hover,
.utility_search a:hover {
	opacity: 0.7;
}
.theme-b .utility_data a,
.theme-b .utility_search a {
	color: #afa477;
}
.theme-c .utility_data a,
.theme-c .utility_search a {
	color: #00693E;
}
.theme-d .utility_data a,
.theme-d .utility_search a {
	color: #8ca2bd;
}
.theme-e .utility_data a,
.theme-e .utility_search a {
	color: #869999;
}
.theme-g .utility_data a,
.theme-g .utility_search a {
	color: #75b4d1;
}
.utility_data a:before,
.utility_search a:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: -9px;
}
.utility_data a:before {
	margin: 0 5px 0 0;
}
.utility_search a:before {
	margin: 0 -3px 0 0;
}
.utility_data a:before {
	background-image: url(/jutaku/common/images/rn03/header_ico06.png);
}
.utility_search a:before {
	background-image: url(/jutaku/common/images/rn03/header_ico07.png);
}
.theme-b .utility_data a:before {
	background-image: url(/jutaku/common/images/rn03/header_ico04.png);
}
.theme-b .utility_search a:before {
	background-image: url(/jutaku/common/images/rn03/header_ico05.png);
}
.theme-c .utility_data a:before {
	background-image: url(/jutaku/common/images/rn03/header_ico09.png);
}
.theme-c .utility_search a:before {
	background-image: url(/jutaku/common/images/rn03/header_ico10.png);
}
.theme-d .utility_data a:before {
	background-image: url(/jutaku/common/images/rn03/header_ico11.png);
}
.theme-d .utility_search a:before {
	background-image: url(/jutaku/common/images/rn03/header_ico12.png);
}
.theme-e .utility_data a:before {
	background-image: url(/jutaku/common/images/rn03/header_ico13.png);
}
.theme-e .utility_search a:before {
	background-image: url(/jutaku/common/images/rn03/header_ico14.png);
}
.theme-f .utility_data a:before {
	background-image: url(/jutaku/common/images/rn03/header_ico15.png);
}
.theme-f .utility_search a:before {
	background-image: url(/jutaku/common/images/rn03/header_ico16.png);
}
.theme-g .utility_data a:before {
	background-image: url(/jutaku/common/images/rn03/header_ico17.png);
}
.theme-g .utility_search a:before {
	background-image: url(/jutaku/common/images/rn03/header_ico18.png);
}
@media only screen and (max-width: 1420px) {
	.utility_breadcrumbs li {
		margin-left: 36px;
	}
	.utility_breadcrumbs li:before {
		left: -25px;
	}
}
@media only screen and (max-width: 1330px) {
	#utility {
		padding-right: 20px;
		padding-left: 10px;
	}
	.utility_breadcrumbs {
		padding-top: 12px;
	}
	.utility_breadcrumbs li,
	.breadcrumbs_item {
		margin-left: 22px;
		font-size: max(10px, 1.0vw);
	}
	.utility_breadcrumbs li:before,
	.breadcrumbs_item:before {
		top: 4px;
		left: -19px;
		width: 4px;
		height: 4px;
	}
	.utility_nav {
		font-size: 14px;
	}
	.utility_data,
	.utility_search {
		margin-left: 4px;
	}
}
/* ==

　07. コンテンツ

=============================================================================== */
#container {
	min-width: 950px;
	margin-top: -45px;
	padding-bottom: 150px;
}
#container.container-pt {
	margin-top: 0;
	padding-top: 85px;
}
#container.container-pt2 {
	margin-top: 0;
	padding-top: 40px;
}
#container.container-pt3 {
	margin-top: 0;
	padding-top: 85px;
}
/* ==

　08. サブフッター

=============================================================================== */
.nFooterNav {
	min-width: 950px;
	padding: 0 40px;
	background-color: #f4f4f4;
	box-sizing: border-box;
}
.nFooterNav-space {
	border-bottom: 20px solid #fff;
}
.nFooterNav_in {
	max-width: 1325px;
	margin: 0 auto;
}
.nFooterNav_head {
	position: relative;
	height: 74px;
}
.nFooterNav_head_id {
	float: left;
	line-height: 74px;
	margin: 0 60px 0 0;
	color: #000;
	font-size: 15px;
	white-space: nowrap;
}
.nFooterNav_head_txt {
	float: left;
	line-height: 72px;
	margin: 0;
	color: #8f8f8f;
	font-size: 12px;
}
.nFooterNav_head_btn {
	display: block;
	position: absolute;
	top: 50%;
	right: -13px;
	width: 44px;
	height: 44px;
	margin: -22px 0 0;
	cursor: pointer;
}
.nFooterNav_head_btn span {
	display: block;
	position: absolute;
	top: 21px;
	left: 13px;
	width: 18px;
	height: 2px;
	background-color: #000;
	transition: transform 0.3s;
}
.nFooterNav_head_btn span:first-child {
	top: 13px;
	left: 21px;
	width: 2px;
	height: 18px;
}
.nFooterNav_head_btn-active span:first-child {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.nFooterNav_body {
	display: none !important;
	padding: 35px 0 38px;
}
.nFooterNav_body-show {
	display: block !important;
	animation: navshow 1s linear 0s;
}
@keyframes navshow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.nFooterNav_item {
	margin: 73px 0 0;
	overflow: hidden;
}
.nFooterNav_item:first-child {
	margin-top: 0;
}
.nFooterNav_category {
	line-height: 1.33333;
	float: left;
	width: 12%;
	padding: 8px 10px 0 0;
	color: #000;
	font-size: 18px;
	box-sizing: border-box;
}
.nFooterNav_category a {
	color: #000;
	text-decoration: none;
	transition: color 0.3s;
}
.nFooterNav_category a:hover {
	color: #fa0046;
}
.nFooterNav_col {
	float: left;
	margin: 0 0 -500px;
	padding: 9px 25px 510px 26px;
	border-left: 1px solid #d8d8d8;
	box-sizing: border-box;
}
.nFooterNav_col-w1 {
	width: 29%;
}
.nFooterNav_col-w2 {
	width: 16.5%;
}
.nFooterNav_col-w3 {
	width: 16.5%;
}
.nFooterNav_col-w4 {
	width: 25.4%;
}
.nFooterNav_col-w5 {
	width: 26.2%;
}
.nFooterNav_col-w6 {
	width: 22%;
}
.nFooterNav_col-w7 {
	width: 18%;
}
.nFooterNav_col-w8 {
	width: 21%;
}
.nFooterNav_col-w9 {
	width: 18.5%;
}
.nFooterNav_col-w10 {
	width: 25.2%;
}
.nFooterNav_col-w11 {
	width: 22%;
}
.nFooterNav_col-w12 {
	width: 22%;
}
.nFooterNav_col-w13 {
	width: 40%;
}
.nFooterNav_col-w14 {
	width: 26%;
}
.nFooterNav_col-w15 {
	width: 22%;
}
.nFooterNav_col-w16 {
	width: 31%;
}
.nFooterNav_col-w17 {
	width: 18%;
}
.nFooterNav_col-w18 {
	width: 23%;
}
.nFooterNav_col-w19 {
	width: 33%;
}
.nFooterNav_col-w20 {
	width: 21%;
	margin-left: 12%;
}
.nFooterNav_col-w21 {
	width: 21%;
}
.nFooterNav_col-w22 {
	width: 21%;
}
.nFooterNav_col-w23 {
	width: 24%;
}
/*
.nFooterNav_col-w20 {
	width: 20%;
	margin-left: 12%;
}
.nFooterNav_col-w21 {
	width: 41%;
}
.nFooterNav_col-w22 {
	width: 27%;
}
*/
.nFooterNav_col-w24 {
	width: 16%;
}
.nFooterNav_col a {
	text-decoration: none;
}
.nFooterNav_block {
	float: left;
	width: 49%;
}
.nFooterNav_block:last-child {
	float: right;
}
.nFooterNav_tit {
	line-height: 1.33333;
	min-height: 72px;
	color: #8f8f8f;
	font-size: 18px;
}
.nFooterNav_tit-tc {
	min-height: 0;
	margin: 30px 0 15px;
}
.nFooterNav_tit a {
	color: #8f8f8f;
	text-decoration: none;
	transition: color 0.3s;
}
.nFooterNav_tit a:hover {
	color: #fa0046;
}
.nFooterNav_stit {
	line-height: 1.5714285;
	margin: 45px 0 15px;
	color: #8f8f8f;
	font-size: 14px;
}
.nFooterNav_tit + .nFooterNav_stit,
.nFooterNav_stit:first-child {
	margin-top: 0;
}
.nFooterNav_sub {
	display: block;
	margin: 3px 0 0;
	font-size: 14px;
	vertical-align: top;
}
.nFooterNav_list {
    line-height: 1.65;
	font-size: 14px;
}
.nFooterNav_col .nFooterNav_list-add_desktop {
	display: block;
}
.nFooterNav_col .nFooterNav_list-add_mobile {
	display: none;
}
.nFooterNav_col .nFooterNav_list-bnr li a {
	transition: opacity 0.3s;
}
.nFooterNav_col .nFooterNav_list-bnr li a:hover {
	opacity: .7;
}
.nFooterNav_col .nFooterNav_list-bnr img {
	max-width: 100%;
	height: auto;
}
.nFooterNav_list-mb {
	margin-bottom: 20px;
}
.nFooterNav_list li {
	margin: 15px 0 0;
}
.nFooterNav_list li:first-child {
	margin-top: 0;
}
.nFooterNav_list a {
	color: #000;
	transition: color 0.3s;
}
.nFooterNav_list a:hover {
	color: #fa0046;
}
.nFooterNav_fs {
	display: block;
	line-height: 1.4;
	margin: 3px 0 0;
	font-size: 12px;
}
.nFooterNav_item:after,
.nFooterNav_col:after,
.nFooterNav_block:after,
.nFooterNav_list:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .nFooterNav_item,
*:first-child+html .nFooterNav_col,
*:first-child+html .nFooterNav_block,
*:first-child+html .nFooterNav_list { zoom: 1; } /* ie7 */
@media only screen and (max-width: 1230px) {
	.nFooterNav {
		padding-right: 20px;
		padding-left: 20px;
	}
	.nFooterNav_tit {
		font-size: 15px;
	}
	.nFooterNav_sub {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1100px) {
	.nFooterNav_head_id {
		margin-right: 30px;
	}
	.nFooterNav_category {
		font-size: 16px;
	}
	.nFooterNav_col {
		padding-right: 15px;
		padding-left: 15px;
	}
}
/* ==

　09. グローバルフッター

=============================================================================== */
#nFooter {
	position: relative;
	min-width: 950px;
	padding: 0 40px;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
}
.nFooter_in {
	position: relative;
	max-width: 1325px;
	height: 80px;
	margin: 0 auto;
	padding: 36px 0 0;
}
.nFooter_nav {
	height: 30px;
	line-height: 1;
	color: #b4b4b4;
	font-size: 15px;
	letter-spacing: -0.5em;
}
.nFooter_item {
	display: inline-block;
	position: relative;
	margin: 0 12px 0 0;
	letter-spacing: normal;
}
.nFooter_item:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 1px;
	height: 17px;
	margin: -8px 0 0;
}
.nFooter_item:last-child:after {
	display: none !important;
}
.nFooter_item:after {
	right: -7px;
	background-color: #4d4d4f;
}
.nFooter_nav a {
	color: #4d4d4f;
	text-decoration: none;
}
.nFooter_nav span {
	color: #4d4d4f;
}
.nFooter_nav a:hover {
	text-decoration: underline;
}
.nFooter_copy {
	position: absolute;
	right: 0;
	bottom: 35px;
	line-height: 1;
	color: #4d4d4f;
	font-size: 12px;
	font-style: normal;
}
/* ページトップ
------------------------------------------------------------------------------- */
.nPagetop {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background-color: #231815;
	cursor: pointer;
	z-index: 100;
	transition: opacity 0.3s;
	/*
	backface-visibility: hidden;
	*/
}
.fnPagetop_none .nPagetop {
	display: none !important;
}
.nPagetop:hover {
	opacity: 0.7;
}
.nPagetop:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	margin-top: -4px;
	margin-left: -6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
@media only screen and (max-width: 1230px) {
	#nFooter {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 1100px) {
	.nFooter_nav {
		font-size: 13px;
	}
	.nFooter_copy {
		font-size: 10px;
	}
}
/* ==

　99. 表示切替

=============================================================================== */
.devPc { display: block; }
.devPcTbl { display: block; }
.devTbl { display: none; }
.devTblSmp { display: none; }
.devSmp { display: none; }
img.devPc,
img.devPcTbl { display: inline; }
img.devTbl,
img.devTblSmp,
img.devSmp { display: none; }