@charset "utf-8";

@import url("/common/css/fonts.css");
@import url("/common/css/tfr/hd_ftr.css");
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. リセット用スタイル
　02. タグ固有のスタイル指定
　03. 大枠レイアウト
　04. グローバルヘッダー
　05. 固定ヘッダー
　06. トピックスパス
　07. リキッドメイン
　08. メインコンテンツ
　09. サイド
　10. ソーシャル
　11. 固定フッター
　12. リッチフッター
　13. グローバルフッター
　14. 見出し
　15. 表示切替
　16. 機能
　99. 印刷

******************************************************************************* */
/* ==

　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; }


/* 移行用追記 */
.anystretch img{ max-width: 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; }
html,
body { height: 100%; }
body {
  line-height: 1.7;
	background-color: #fff;
	color: #666;
  /* font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif; */
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 75%;
	-webkit-text-size-adjust: 100%;
}
body.fsLarge { font-size: 85%; }
img {	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: 84%;
  vertical-align: 2px;
}
sub { vertical-align: baseline; }


/* ==

　03. 大枠レイアウト

=============================================================================== */
#header {
  position: relative;
  width: 100%;
  min-width: 950px;
  height: 96px;
  padding: 0 20px;
  border-top: 3px solid #fa0046;
  /*border-bottom: 1px solid #ddd;*/
  background-color: #fff;
  font-family:"ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
  box-sizing: border-box;
}
#header.header_n {
  min-width: 730px;
  height: 34px;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0;
  font-size: 12px;
}
#subHeader {
	width: 100%;
  min-width: 950px;
	height: 51px;
}
#topicPath {
	width: 100%;
}
#fluidVisualS,
#fluidVisual,
#fluidVisualL {
	position: relative;
  min-width: 950px;
	height: 300px;
	overflow: hidden;
}
#fluidVisualS {
  height: 200px;
  margin-bottom: 20px;
}
#fluidVisualL {
  height: 470px;
}
#mainVisual {
  width: 100%;
  min-width: 950px;
  margin-bottom: 35px;
  background-color: #f8f8f8;
  text-align: center;
}
#container,
#main {
	width: 950px;
	margin: 0 auto;
	padding: 35px 0 70px;
}
#main.main_n {
  width: 730px;
  padding: 10px 0 35px;
}
#container {
  padding-top: 15px;
}

#container #main {
	float: right;
	width: 730px;
  margin: 0;
  padding: 0;
}
#container #aside {
	float: left;
	width: 200px;
}
#fixFooter {
	width: 100%;
  min-width: 950px;
	height: 40px;
}
#socialArea {
  margin-bottom: 20px;
  clear: both;
}
#subFooter {
	width: 100%;
  min-width: 950px;
	padding: 30px 0 25px;
	background-color: #6e6e6e;
}
#footer {
	width: 100%;
  min-width: 950px;
	height: 80px;
	margin-top: 24px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
}
#footer.footer_n {
  min-width: 730px;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  border-top: 3px solid #fa0046;
}
.baseIn {
	width: 950px;
	position: relative;
	margin: 0 auto;
  text-align: left;
}

/* 回り込み解除
------------------------------------------------------------------------------- */
#container:after { content: ''; display: block; clear: both; height: 0; }


/* ==

　04. グローバルヘッダー

=============================================================================== */
#header .baseIn {
  width: 100%;
  max-width: 1240px;
  padding-top: 23px;
}
#header p {
  font-size: 10px;
}
#header li {
  float: left;
  font-size: 10px;
}
#header #siteLogo {
  position: absolute;
  top: 11px;
  left: 0;
}
#header #siteId {
  line-height: 1;
  margin: 0 0 10px 105px;
  padding: 0;
  border: none;
  font-size: 10px;
}
#header #headerNav {
  line-height: 1;
  position: absolute;
  top: 42px;
  right: 60px;
}
#header #headerNav li {
  float: left;
  font-size: 0;
}
#header #headerNav a {
  display: block;
}
#header #headerNav a:hover {
  opacity: 0.7;
}
.d_hover #header #headerSiteNav a {
  -moz-opacity: 1.0;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.d_hover #header #headerSiteNav a:hover {
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#header #headerSiteNav {
  line-height: 1;
  position: absolute;
  top: 13px;
  right: 0;
  font-size: 12px;
}
#header #securitiesCode {
  line-height: 1;
  position: absolute;
  top: 14px;
  right: 150px;
  font-size: 12px !important;
}
#header #securitiesCode a {
  color: #666;
  text-decoration: none;
}
#header #securitiesCode a:hover {
  text-decoration: underline;
}
#header .header_search {
  position: absolute;
  top: 42px;
  right: 0;
  cursor: pointer;
}
#header .header_search span {
  display: block;
  width: 50px;
  height: 32px;
  background-image: url(/common/images/header_btn15.png);
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -99999px;
  overflow: hidden;
}
#header .header_search-active span {
  height: 50px;
  background-position: left -32px;
}
#header .header_form {
  display: none !important;
  position: absolute;
  top: 92px;
  right: 0;
  padding: 10px;
  background-color: #333;
  z-index: 1110;
}
#header .header_form-open {
  display: block !important;
}
#header form fieldset {
  line-height: 1;
  font-size: 12px;
}
#header form fieldset input {
  float: left;
}
#header .header_input {
  width: 500px;
  height: 32px;
  line-height: 32px;
  margin: 0 8px 0 0;
  padding: 0 10px;
  border: none;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-appearance: none;
  vertical-align: top;
}
#header .header_input::placeholder  {
  color: #ccc;
}
#header .header_input:-ms-input-placeholder  {
  color: #ccc;
}
#header .header_input::-ms-input-placeholder  {
  color: #ccc;
}
#header form .btn {
  height: 32px;
  vertical-align: top;
}
#header form .btn:hover {
  opacity: 0.8;
}
.secondNav {
  position: relative;
  width: 100%;
  min-width: 950px;
  height: 27px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1100;
}
.secondNav_wrap {
  position: relative;
  padding: 0 20px;
}
.secondNav-fix {
   height: 27px;
}
.secondNav-fix2 {
  position: fixed !important;
}
.secondNav-fix2,
.secondNav-fix .secondNav_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 950px;
  height: 48px;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  z-index: 1100;
  box-sizing: border-box;
}
.secondNav-fix2 .secondNav_wrap {
  position: static;
  min-width: 0;
  height: auto;
  padding: 0;
  border-bottom: none;
  background: none;
}
.secondNav_in {
  max-width: 1240px;
  margin: 0 auto;
}
.secondNav_logo {
  display: none !important;
  float: left;
  width: 212px;
  height: 47px;
}
.secondNav_list {
  float: right;
  margin: 0 -10px 0 0;
  font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  text-align: right;
  letter-spacing: -0.5em;
}
.secondNav_list li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  vertical-align: top;
}
.secondNav_list a {
  display: block;
  position: relative;
  line-height: 1.05;
  height: 27px;
  padding: 0 10px;
  color: #000;
  text-decoration: none;
}
.secondNav_list .fnHcDrop a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 0 6px;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #666666 transparent transparent transparent;
  vertical-align: 3px;
}
.secondNav-fix .secondNav_logo,
.secondNav-fix2 .secondNav_logo {
  display: block !important;
}
.secondNav-fix .secondNav_list a,
.secondNav-fix2 .secondNav_list a {
  height: 30px;
  padding-top: 17px;
}
@media only screen and (max-width: 1100px) {
  .secondNav_list li {
    font-size: 12px;
  }
  .secondNav-fix .secondNav_list a,
  .secondNav-fix2 .secondNav_list a {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.secondNav_list .fnHcDrop-show a:before,
.secondNav_list li a:hover:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #333;
  z-index: 1111;
}
.secondNav-fix .secondNav_list .fnHcDrop-show a:before,
.secondNav-fix .secondNav_list li a:hover:before {
  bottom: -1px;
}
.secondNav_in:after { content: ''; display: block; clear: both; height: 0; }
#header.header_n .baseIn {
  width: 730px;
  padding-top: 11px;
}
#header.header_n .baseIn p {
  line-height: 1;
}
#header.header_n .baseIn img {
  vertical-align: top;
}
#header #globalNav {
  margin-left: 100px;
  overflow: hidden;
}
#header #globalNav li {
  margin: 0;
  padding: 6px 5px 0 5px;
  height: 25px;
}
#header #globalNav .fnHcDrop-show {
  background-color: #6e6e6e;
}
.d_hover #header #globalNav .fnHcDrop a:hover,
.d_hover #header #headerSiteNav .fnHcDrop a:hover {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.hcNav {
  position: absolute;
  top: 27px;
  left: 0;
  width: 100%;
  min-width: 950px;
  height: 0;
  background-color: #fff;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  transition: height 0.3s ease;
  z-index: 1110;
}
.secondNav-fix .hcNav,
.secondNav-fix2 .hcNav {
  top: 48px;
}
.hcNav:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #3d3d3d;
}
.hcNav:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  margin: 0 0 0 -398px;
  height: 100%;
  background-color: #fff;
}
.hcNav_wrap {
  display: none;
  position: relative;
  z-index: 10;
}
.hcNav_wrap-show {
  display: block !important;
}
.hcNav_in {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}
.hcNav_n {
  float: left;
  width: 222px;
  padding: 30px 30px 27px 0;
  background-color: #3d3d3d;
  box-sizing: border-box;
}
.hcNav_w {
  float: right;
  width: 988px;
  margin: 0;
  padding: 25px 0 40px 30px;
  background-color: #fff;
}
.hcNav_head {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 10px;
  border-bottom: 1px solid #999;
  font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.hcNav_head:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 7px;
  margin: -4px 0 0 17px;
  background: url(/common/images/ico_arw28.png) left top no-repeat;
  vertical-align: 3px;
}
.hcNav_head a {
  color: #333;
  text-decoration: none;
}
.hcNav_body {
  width: 988px;
  margin: 0 auto;
  overflow: hidden;
}
.hcNav_col {
  float: left;
}
.hcNav_col-3-1 {
  width: 320px;
  margin: 0 30px 0 0;
}
.hcNav_col-3-2 {
  width: 298px;
}
.hcNav_col-2-1 {
  width: 648px;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
.hcNav_col-special {
  position: relative;
  width: 340px;
  margin: 0 0 -50%;
  padding: 0 0 50% 30px;
  box-sizing: border-box;
}
.hcNav_col-special:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.hcNav_col-4 {
  width: 224px;
  margin: 30px 30px 0 0;
}
.hcNav_col-4:nth-child(4n) {
  margin-right: 0;
}
.hcNav_col-4:nth-child(1),
.hcNav_col-4:nth-child(2),
.hcNav_col-4:nth-child(3),
.hcNav_col-4:nth-child(4) {
  margin-top: 0;
}
.hcNav_col-bnr {
	display: inline-block;
	margin-top: 20px;
	width: 49%;
	max-width: 478px;
}
.hcNav_col-bnr:hover {
  opacity: 0.8;
}
.hcNav_col-bnr img {
	width: 100%;
	height: auto;
}
.hcNav_close {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 21px;
  height: 21px;
  margin: -10px 0 0;
  background-color: #4d4d4d;
  cursor: pointer;
}
.hcNav_close:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 10px;
  width: 1px;
  height: 15px;
  background-color: #fff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.hcNav_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 10px;
  width: 1px;
  height: 15px;
  background-color: #fff;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hcNav_tit1 {
  margin: 25px 0 8px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
.hcNav_tit1:first-child {
  margin-top: 3px;
}
.hcNav_tit1 a {
  color: #333;
}
.hcNav_tit2 {
  margin: 23px 0 13px;
  padding: 5px 10px 5px 14px;
  background-color: #f5f5f5;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
.hcNav_tit2:first-child {
  margin-top: 5px;
}
.hcNav_tit2 a {
  color: #333;
}
.hcNav_list1 li {
  float: none;
  margin: 4px 0 0;
}
.hcNav_list1 li:first-child {
  margin-top: 0;
}
.hcNav_box1 {
  display: table;
  width: 100%;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
}
.hcNav_box1:hover {
  opacity: 0.8;
}
.hcNav_img1 {
  display: table-cell;
  width: 96px;
}
.hcNav_txt1 {
  display: table-cell;
  position: relative;
  line-height: 1.3846;
  padding: 10px 20px;
  font-size: 13px;
  vertical-align: middle;
}
.hcNav_txt1:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  position: absolute;
  top: 28px;
  right: 24px;
  background: url(/common/images/ico_arw28.png) left top no-repeat;
}
.hcNav_list2-bd {
  margin: 20px 0 0;
  padding: 5px 0 0;
  border-top: 2px solid #f5f5f5;
}
.hcNav_list2 li {
  float: none;
  line-height: 1.45;
  margin: 8px 0 0;
  font-size: 12px;
}
.hcNav_list2 li ul {
  margin-left: 24px;
  padding-top: 3px;
}
.hcNav_list2 li li {
  margin-top: 5px;
}
.hcNav_list2 .hcNav_External:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 0 8px;
  background: url(/common/images/ico_arw29.png) left top no-repeat;
  vertical-align: 0;
}
.hcNav_list2 a,
.hcNav_list2 span {
  color: #333;
  text-decoration: none;
}
.hcNav_list2 a {
  display: inline-block;
  padding: 0 0 0 10px;
  background: url(/common/images/ico_arw27.png) left 0.5em no-repeat;
}
.hcNav_list2_cap {
  padding: 0 0 0 10px;
}
.hcNav_list2 a:hover {
  text-decoration: underline;
}
.hcNav_box2 {
  display: block;
  margin: 0 0 15px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
}
.hcNav_box2:hover {
  opacity: 0.8;
}
.hcNav_img2 {
  display: block;
}
.hcNav_txt2 {
  display: block;
  position: relative;
  line-height: 1.3846;
  padding: 10px 17px;
  font-size: 13px;
  vertical-align: middle;
}
.hcNav_txt2:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin: -4px 0 0;
  background: url(/common/images/ico_arw28.png) left top no-repeat;
}
.hcNav_list3 li {
  float: none;
  margin: 8px 0 0;
}
.hcNav_list3 li:first-child {
  margin-top: 0;
}
.hcNav_box3 {
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
}
.hcNav_box3:hover {
  text-decoration: none;
}
.hcNav_box3:hover {
  opacity: 0.8;
}
.hcNav_img3 {
  display: table-cell;
  width: 96px;
}
.hcNav_txt3 {
  display: table-cell;
  position: relative;
  line-height: 1.4166;
  padding: 10px 27px 10px 15px;
  font-size: 12px;
  vertical-align: middle;
}
.hcNav_txt3:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  position: absolute;
  top: 33px;
  right: 15px;
  background: url(/common/images/ico_arw28.png) left top no-repeat;
}
.hcNav_txt3-external:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 33px;
  right: 15px;
  background: url(/common/images/ico_arw29.png) left top no-repeat;
}
.hcNav_list4 {
  line-height: 1;
  font-size: 100%;
}
.hcNav_list4 li {
  float: none;
  margin: 15px 0 0;
}
.hcNav_list4 li:first-child {
  margin-top: 0;
}
.hcNav_box4 {
  display: block;
  color: #fff;
  text-decoration: none;
}
.hcNav_box4:hover {
  opacity: 0.8;
}
.hcNav_img4 {
  display: block;
}
.hcNav_img4 img {
  max-width: 100%;
  height: auto;
}
.hcNav_txt4 {
  line-height: 1.5;
  margin: 10px 0 0;
  font-size: 12px;
}
.hcNav_txt4-link {
  padding: 0 0 0 12px;
  background: url(/common/images/ico_arw28.png) left 0.45em no-repeat;
}
.hcNav_box5 {
  display: block;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
}
.hcNav_box5:hover {
  opacity: 0.8;
}
.hcNav_img5 {
  display: block;
}
.hcNav_txt5 {
  display: table;
  position: relative;
  width: 100%;
  height: 64px;
  vertical-align: middle;
  box-sizing: border-box;
}
.hcNav_txt5 p {
  display: table-cell;
  line-height: 1.3846;
  padding: 0 17px;
  font-size: 13px;
  vertical-align: middle;
}
.hcNav_txt5 p:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin: -4px 0 0;
  background: url(/common/images/ico_arw28.png) left top no-repeat;
}
.hcNav_category li {
  float: left;
  width: 110px;
  margin: 0 10px 0 0;
}
.hcNav_category li:last-child {
  margin-right: 0;
}
.hcNav_category a:hover {
  opacity: 0.8;
}
.hcNav_tags {
  margin: -10px 0 0;
}
.hcNav_tags li {
  float: left;
  margin: 10px 10px 0 0;
  font-size: 13px;
  white-space: nowrap;
}
.hcNav_tags a,
.hcNav_tags span {
  display: block;
  padding: 0 15px;
  line-height: 42px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
}
.hcNav_tags .hcNav_tagList {
  font-size: 12px;
}
.hcNav_tagList a {
  border: none;
}
.hcNav_tagList a:hover {
  text-decoration: underline;
}
.hcNav_tagList a:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 4px;
  margin: 0 5px 0 0;
  background: url(/common/images/ico_arw27.png) left top no-repeat;
  vertical-align: 2px;
}
.hcNav_release {
  margin: 30px 0 0;
  padding: 19px 0 0;
  border-top: 1px solid #ddd;
}
.hcNav_release li {
  float: left;
  width: 230px;
  margin: 10px 10px 0 0;
}
.hcNav_release li:nth-child(4) {
  margin-right: 0;
}
.hcNav_release .hcNav_box1 {
  height: 64px;
}
.hcNav_txt5-external span:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 0 8px;
  background: url(/common/images/ico_arw29.png) left top no-repeat;
  vertical-align: 0;
}
.hcNav_shadow {
  display: none !important;
}
.hcNav-open .hcNav_shadow {
  display: block !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  margin: 0 0 -15px;
  background: -moz-linear-gradient(top, rgba(119,119,119,0.3) 0%, rgba(170,170,170,0) 100%);
  background: -webkit-linear-gradient(top, rgba(119,119,119,0.3) 0%,rgba(170,170,170,0) 100%);
  background: linear-gradient(to bottom, rgba(119,119,119,0.3) 0%,rgba(170,170,170,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d777777', endColorstr='#00aaaaaa',GradientType=0 );
}
.hcNav_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
  background-color: #f5f5f5;
}
.hcNav_block:first-child {
  margin-top: 0;
}
.hcNav_img6 {
  width: 150px;
}
.hcNav_info {
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  padding: 10px;
  box-sizing: border-box;
}
.hcNav_tit3 {
  padding: 0 0 0 12px;
  background: url(/common/images/ico_arw28.png) left 0.55em no-repeat;
  font-size: 117%;
  font-weight: bold;
}
.hcNav_tit3 a,
.hcNav_tit3 span {
  color: #333;
  text-decoration: none;
}
.hcNav_list5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 100%;
  letter-spacing: -0.02em;
}
.hcNav_list5-c2 li {
  margin: 2px 0 0;
  padding: 0 5px 0 0;
  box-sizing: border-box;
}
.hcNav_list5-c2 li:nth-child(2n-1) {
  width: 39%;
}
.hcNav_list5-c2 li:nth-child(2n) {
  width: 61%;
}
.hcNav_list5-c3 li {
  width: 33.333%;
  margin: 2px 0 0;
  padding: 0 5px 0 0;
  box-sizing: border-box;
}
.hcNav_list5 a,
.hcNav_list5 span {
  color: #333;
  text-decoration: none;
}
.hcNav_list5 a {
  display: inline-block;
  padding: 0 0 0 8px;
  background: url(/common/images/ico_arw27.png) left 0.7em no-repeat;
}
.hcNav_list5 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1270px) {
  .hcNav:before,
  .hcNav:after {
    display: none !important;
  }
  .hcNav_in {
    position: relative;
    max-width: none;
  }
  .hcNav_body {
    width: 950px;
    padding-bottom: 0;
  }
  .hcNav_n {
    float: none;
    width: auto;
    padding-right: 0;
    padding-bottom: 25px;
  }
  .hcNav_w {
    float: none;
    width: auto;
    max-width: 950px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 30px;
    padding-left: 0;
  }
  .hcNav_list4 {
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
  }
  .hcNav_list4 li {
    float: left;
    width: 200px;
    margin-top: 0;
    margin-right: 50px;
  }
  .hcNav_list4 li:nth-child(4n) {
    margin-right: 0;
  }
  .hcNav_list4 img {
    width: 100%;
  }
  .hcNav_tit3 {
    margin-bottom: 5px;
  }
  .hcNav_list5 {
    font-size: 92%;
  }
  .hcNav_list5 a {
    padding: 0 0 0 7px;
    background-position: left 0.55em;
  }
  .hcNav_col-4 {
    margin-top: 18px;
    margin-right: 18px;
  }
  .hcNav_col-3-1 {
    width: 290px;
  }
  .hcNav_col-2-1 {
    width: 618px;
    padding: 0 30px 0 0;
  }
  .hcNav_list5-c2 li:nth-child(2n-1) {
    width: 39%;
  }
  .hcNav_list5-c2 li:nth-child(2n) {
    width: 61%;
  }
  .hcNav_col-special {
    width: 330px;
  }
}
/* 回り込み解除
------------------------------------------------------------------------------- */
#header ul:after { content: ''; display: block; clear: both; height: 0; }


/* ==

　05. 固定ヘッダー

=============================================================================== */
#subHeader .baseIn {
  position: static;
}
#subHeader .fixArea {
	position: relative;
  z-index: 10;
	width: 100%;
	background-color: #f2f2f2;
}
#subHeader p {
	float: left;
	height: 51px;
	padding-right: 5px;
}
#subHeader ul {	overflow: hidden; }
#subHeader li {
  display: inline;
	float: left;
	height: 51px;
  line-height: 1;
  margin-left: 5px;
  padding-left: 5px;
  background: url(/common/images/subheader_bg01.gif) left 16px no-repeat;
  font-size: 12px;
}
#subHeader li a,
#subHeader .dropNav span {
	display: block;
  padding: 16px 0;
  cursor: pointer;
}
#subHeader li a:hover { background:url(/common/images/subheader_bg02.png) left 16px repeat-x; }
#subHeader .subIn {
  float: left;
  width: 800px;
}
#subHeader .subBtn,
#subHeader.funcFix .subBtn {
  float: right;
  height: auto;
  margin: 0;
  padding: 8px 0 0;
}
#subHeader p.subBtn a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}
#subHeader .navActive span {	background: #6e6e6e; }
#subHeader .dropDown {
	display: none;
	position: absolute;
	top: 51px;
	left: 0;
	z-index: 1000;
	width: 100%;
  padding: 32px 0 26px;
	background-color: #6e6e6e;
}
#subHeader .dropDown .subCol {
	float: left;
	width: 174px;
  padding-right: 20px;
}
#subHeader .dropDown .subCol.lastChild {
  width: 173px;
  padding-right: 0;
}
#subHeader .dropDown .subCol p {
  float: none;
  height: auto;
  line-height: 1.7;
  margin: 0 0 6px;
  padding: 3px 3px 3px 8px;
  background: #5c5c5c;
  color: #fff;
  font-weight: bold;
}
#subHeader .dropDown .subCol ul { padding-bottom: 5px; }
#subHeader .dropDown .subCol li {
  display: block;
  float: none;
  height: auto;
  line-height: 1.6;
  margin-bottom: 6px;
  padding: 0 0 0 19px;
  background: url(/common/images/ico_arw14.gif) 11px 0.6em no-repeat;
  font-size: 117%;
}
#subHeader .dropDown .subCol .external {
  padding: 0 0 0 19px;
  background: url(/common/images/ico_blank03.gif) left 0.45em no-repeat;
}
#subHeader .dropDown .subCol a {
  display: inline;
  padding: 0;
  background: none;
  color: #fff;
  text-decoration: none;
}
#subHeader .dropDown .subCol a:hover { text-decoration: underline; }
#subHeader.funcFix .fixArea {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	border-top: 3px solid #fa0046;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
}
#subHeader.funcFix p { height: 51px; }
#subHeader .dropDown .dropLinkList {
  padding-top: 5px;
}
#subHeader .dropDown .dropLinkList li {
  display: block;
  float: left;
  height: auto;
  line-height: 1.1;
  margin: 0 30px 0 0;
  padding: 0 0 7px 8px;
  background: url(/common/images/ico_arw14.gif) left 0.45em no-repeat;
  font-size: 117%;
  white-space: nowrap;
}
#subHeader .dropDown .dropLinkList a {
  display: inline;
  padding: 0;
  background: none;
  color: #fff;
  text-decoration: none;
}
#subHeader .dropDown .dropLinkList a:hover {
  text-decoration: underline;
}
#subHeader .dropDown .dropLinkList .external {
  padding: 0 0 7px 19px;
  background: url(/common/images/ico_blank03.gif) left 0.2em no-repeat;
}

#subHeader .subDropDown {
  position: relative;
}
#subHeader .subDropDown_btn {
  display: block;
  cursor: pointer;
}
#subHeader .subDropDown_body {
  display: none;
  position: absolute;
  top: 31px;
  right: 0;
  width: 210px;
  padding: 12px 0 0;
  background: url(/common/images/ico_arw20.png) 70% 5px no-repeat;
  overflow: visible;
}
#subHeader .subDropDown-open .subDropDown_body {
  display: block;
}
#subHeader .subDropDown_body li {
  display: block;
  float: none;
  height: auto;
  line-height: 1.5;
  margin: 0 0 1px;
  padding: 0;
  background: none;
  font-size: 12px;
}
#subHeader .subDropDown_body li a {
  display: block;
  padding: 5px 10px 5px 24px;
  background-color: #474748;
  background-image: url(/common/images/ico_arw19.png);
  background-position: 12px 0.95em;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.d_hover #subHeader .subDropDown_body li a:hover { background-color: #666; }
#subHeader .subHide {
  display: none !important;
}
#subHeader.funcFix .subHide {
  display: block !important;
}


#subHeader .dropDown.dropDown-ir .subCol {
  width: 222px;
}
#subHeader .dropDown.dropDown-ir .subCol.lastChild {
  width: 222px;
}
#subHeader .dropDown.dropDown-ir .subCol p {
  margin: 11px 0 10px;
  padding: 3px 10px;
  font-size: 13px;
}
#subHeader .dropDown.dropDown-ir .subCol p:first-child {
  margin-top: 0;
}
#subHeader .dropDown.dropDown-ir .subCol ul { padding-bottom: 0; }
#subHeader .dropDown.dropDown-ir .subCol li {
  line-height: 1.7;
  margin-bottom: 3px;
  padding-left: 9px;
  background-position: 1px 0.6em;
  font-size: 12px;
}
#subHeader .dropDown.dropDown-ir .subCol .external {
  padding-left: 18px;
  background-position: left 0.45em;
}
#subHeader .dropDown.dropDown-ir .subCol li span{
  margin:0 0 5px;
  padding: 0 0 0 15px;
  background-color:#6e6e6e;
  margin-left:-16px;
  cursor:default;
  display:block;
  color:#fff;
}
#subHeader .dropDown.dropDown-ir .subCol li ul { padding-bottom:0; }
#subHeader .dropDown.dropDown-ir .subCol li li {
  margin-bottom:3px;
  padding: 0 0 0 7px;
  background: url(/common/images/ico_arw14.gif) left 0.6em no-repeat;
  font-size: 100%;
}
#subHeader .dropDown.dropDown-ir .subCol ul.other{ padding-top:20px; }
/* 回り込み解除
------------------------------------------------------------------------------- */
#subHeader div:after,
#subHeader ul:after { content: ''; display: block; clear: both; height: 0; }


/* ==

　06. トピックスパス

=============================================================================== */
#topicPath ul {	padding: 4px 0 5px; }
#topicPath li {
	float: left;
	font-size: 10px;
  color: #333;
}
#topicPath li a {
	margin-right: 4px;
	padding-right: 12px;
	background: url(/common/images/ico_arw01.gif) right center no-repeat;
}
#topicPath a { color: #333; }

/* 回り込み解除
------------------------------------------------------------------------------- */
#topicPath ul:after { content: ''; display: block; clear: both; height: 0; }


/* ==

　07. リキッドメイン

=============================================================================== */
#fluidVisualS .fluidIn,
#fluidVisual .fluidIn,
#fluidVisualL .fluidIn {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1400px;
	margin-left: -700px;
}
#fluidVisualS h1,
#fluidVisual h1,
#fluidVisualL h1 {
  line-height: 1;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 12px;
}
#mainVisual .baseIn { text-align: center; }


/* ==

　08. メインコンテンツ

=============================================================================== */
#main p,
#main dt,
#main dd,
#main th,
#main td,
#main ul,
#main ol { font-size: 117%; }

#main th p,
#main td p,
#main th dt,
#main th dd,
#main td dt,
#main td dd,
#main dl ul,
#main dl ol { font-size: 100%; }

#main section,
#main .section { margin-bottom: 30px; }
#main section section,
#main section .section,
#main .section section,
#main .section .section {
  margin-top: 20px;
  margin-bottom: 20px;
}
#main #loacalNav {
  margin-top: 40px;
  padding: 20px 25px 15px;
  border: 5px solid #ececec;
  background-color: #f8f8f8;
}
#main #loacalNav h2 {
  margin-bottom: 12px;
  padding: 0.1em 0 18px 46px;
  border-bottom: 1px solid #ccc;
  background: none;
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 150%;
}
#main #loacalNav.typeBusinessField h2 { background-image: url(/common/images/localnav_ico01.png); }
#main #loacalNav.typeAbout h2 { background-image: url(/common/images/localnav_ico03.png); }
#main #loacalNav.typeInnovation h2 { background-image: url(/common/images/localnav_ico04.png); }
#main #loacalNav.typeSustainable h2 { background-image: url(/common/images/localnav_ico05.png); }
#main #loacalNav.typeTech h2 { background-image: url(/common/images/localnav_ico07.png); }
#main #loacalNav.typeTorikumi h2 { background-image: url(/common/images/localnav_ico10.png); }
#main #loacalNav h2 a {
  padding-left: 15px;
  background: url(/common/images/ico_arw04.gif) 1px center no-repeat;
}
#main #loacalNav li {
  float: left;
  margin: 0 15px 5px 0;
  white-space: nowrap;
}
#main #loacalNav .navCurrent {
  float: none;
  margin: 0 0 10px;
}
#main #loacalNav .navCurrent div {
  margin-left: -13px;
  padding-left: 13px;
  background: url(/common/images/bg_line03.gif) left bottom repeat-x;
}
#main #loacalNav .linkListS {
  padding: 6px 0 9px;
  font-size: 100%;
}
#main #loacalNav .linkListS li {
  margin: 0 15px 0 0;
  padding-bottom: 3px;
}
#main .leadArea {
  margin-bottom: 25px;
}
#loacalNav .navCurrent.linkNoneAt{ background:none; }
#loacalNav .navCurrent.linkNoneAt span{ margin-left:-10px; }
/* ==

　09. サイド

=============================================================================== */
#aside p,
#aside dl,
#aside ul,
#aside ol { font-size: 117%; }

#aside .asideTit {
	padding: 5px 10px 4px;
	background-color: #e9e9e9;
	color: #333;
}
#aside .asideNav {
	overflow: hidden;
  line-height: 1.5;
}
#aside .asideNav dt {
	display: block;
	margin: -1px 0 5px;
	padding-top: 11px;
	border-top: 1px solid #ccc;
	color: #000;
	font-weight: bold;
}
#aside .asideNav dd {	padding-bottom: 11px; }
#aside .asideNav ul {	font-size: 100%; }
#aside .asideNav a {
	display: block;
	color: #404f6f;
}
#aside ul.asideNav {
	padding-top: 7px;
	border-top: 1px solid #ccc;	
}
#aside ul.asideNav.firstChild { margin-bottom: 15px; }
#aside .asideNav li a {
	padding: 4px 5px 3px 20px;
	background: url(/common/images/ico_arw02.gif) 11px 0.85em no-repeat;
}
#aside .asideNav li .external { background: url(/common/images/ico_arw03.gif) 0 0.7em no-repeat; }
#aside .asideNav a { text-decoration: none; }
#aside .asideNav a:hover { text-decoration: underline; }
#aside .asideNav .navCurrent { background: #f6f6f6; }
#aside .asideNav .navCurrent div { padding: 0 15px 10px; }
#aside .asideNav .navCurrent ul {
  border: 1px solid #fff;
  background-color: #fff;
}
#aside .asideNav .navCurrent ul ul {
  margin-left: 10px;
  border: none;
  background: none;
}
#aside .asideNav .navCurrent div a {
  background: url(/common/images/ico_arw02.gif) 11px 0.85em no-repeat;
  color: #404f6f;
}


/* バナー */
#aside div.bnrs{ margin-top:40px; }
#aside p.fsS{ font-size:100%; line-height:1.4; }
#aside p.bnr img{ margin-bottom:10px; }




/* ==

　10. ソーシャル

=============================================================================== */
#socialArea li {
  line-height: 1;
  float: left;
  margin-right: 11px;
  vertical-align: top;
}
#socialArea .facebookL {
  margin-right: 1px;
}


/* ==

　11. 固定フッター

=============================================================================== */
#fixFooter .fixArea {
	width: 100%;
  background: url(/common/images/fixfooter_bg01.png) left 24px repeat-x;
}
#fixFooter ul {
	float: left;
	width: 290px;
	padding-left: 5px;
}
#fixFooter li { float: left; }
#fixFooter p {
	float: right;
	width: 155px;
	padding-right: 5px;
}
#fixFooter.funcFix .fixArea {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

/* 回り込み解除
------------------------------------------------------------------------------- */
#fixFooter div:after,
#fixFooter ul:after { content: ''; display: block; clear: both; height: 0; }


/* ==

　12. リッチフッター

=============================================================================== */
#subFooter .baseIn {
  padding-top: 5px;
  border-top: 1px solid #8a8a8a;
}
#subFooter .subCol {
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid #8a8a8a;
}
#subFooter p {
  float: left;
  width: 190px;
	font-size: 117%;
	font-weight: bold;
}
#subFooter .subCol div {
  float: right;
  width: 750px;
}
#subFooter .subCol li {
  float: left;
  margin: 0 17px 2px 0;
  font-size: 100%;
  white-space: nowrap;
}
#subFooter .subCol li li{ margin-right:13px; }
#subFooter .subCol li li.lastChild{ margin-right:0; }
#subFooter .subCol li li.mr00{ /width:100%; /clear:both; /float:none; }
#subFooter .subCol li li.flNone{ float:none; }

#subFooter .subCol .devTblSmp { font-size: 0; }
#subFooter .subCol .navWrap {
  float: none;
  width: 750px;
  margin: 0;
  padding-bottom: 11px;
  vertical-align: top;
}
#subFooter .subCol .opSeparate {
  margin-bottom: 6px;
  padding-bottom: 3px;
  border-bottom: 1px solid #8a8a8a;
}
#subFooter .subCol .navWrap span {
  display: block;
  float: left;
  width: 142px;
  padding: 1px 1px 1px 6px;
  color: #fff;
  background-color: #5a5a5a;
}
#subFooter .subCol .navWrap li span {
  width: auto;
  margin: 2px 4px 2px 0;
  padding: 0;
  background-color: transparent;
  font-size:90%;
  line-height:1.7;
}
#subFooter .subCol .navWrap li span.vline {
  margin: 0;
  font-size:100%;
  display:inline;
  float:none;
}
#subFooter .subCol .navWrap ul {
  float: right;
  width: 590px;
  padding: 1px 0;
}
#subFooter .subCol .navWrap li ul { width:auto; float:left; }



#subFooter .subCol .external {
  margin: 0;
  padding: 0 12px 0 0;
  background: url(/common/images/ico_blank01.gif) right center no-repeat;
}
#subFooter a {
	color: #fff;
	text-decoration: none;
}
#subFooter a:hover { text-decoration: underline; }

/* 回り込み解除
------------------------------------------------------------------------------- */
#subFooter div:after,
#subFooter ul:after,
#subFooter li:after { content: ''; display: block; clear: both; height: 0; }


/* ==

　13. グローバルフッター

=============================================================================== */
#footer .baseWrap {	border-bottom: 3px solid #fa0046; }
#footer .baseIn ul {
	line-height: 1.2;
	padding: 0 0 8px;
	overflow: hidden;
}
#footer #siteNav {
	margin-bottom: 10px;
	padding: 5px 0 0;
}
#footer li {
	float: left;
	margin: 0 13px 0 -7px;
	padding-left: 6px;
	border-left: 1px solid #4d4d4f;
	color: #4d4d4f;
	font-size: 12px;
}
#footer #siteNav li {	font-size: 11px; }
#footer #copyright {
  display: block;
  line-height: 1.1;
	padding-bottom: 15px;
	font-size: 11px;
	text-align: right;
	color: #4d4d4f;
}
#footer a {
	color: #4d4d4f;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
#footer.footer_n .baseIn {
  width: 730px;
}
/* 回り込み解除
------------------------------------------------------------------------------- */
#footer ul:after { content: ''; display: block; clear: both; height: 0; }


/* ==

　14. 見出し

=============================================================================== */
h1,
.heading1 {
  line-height: 1.5;
	margin: 0 0 20px;
	padding: 0 0 7px;
	border-bottom: 1px solid #999;
  background: none;
	color: #333;
	font-size: 184%;
	font-weight: bold;
}
h2,
.heading2 {
  line-height: 1.6;
	margin: 0 0 15px;
	padding: 6px 10px 4px;
  border-bottom: none;
	background-color: #e5e5e5;
	color: #333;
	font-size: 134%;
	font-weight: bold;
}
h3,
.heading3 {
  line-height: 1.6;
	margin: 0 0 10px;
	padding: 0 0 1px;
	border-bottom: 1px solid #ccc;
  background: none;
	color: #666;
	font-size: 134%;
	font-weight: bold;
}
#main .imgTit,
#main .imgTxt {
  line-height: 1;
  font-size: 12px;
}
#main .imgTitBN,
#main .imgTxtBN {
  padding: 0;
  line-height: 1;
  font-size: 12px;
  border: none;
  background: none;
}
#main .headingWrap {
  margin-bottom: 15px;
  position: relative;
}
#main .headingWrap h2,
#main .headingWrap .heading2 { margin-bottom: 0; }
#main .headingWrap p {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 1.5;
  margin-top: -10px;
  font-size: 14px;
}


/* ==

　15. 表示切替

=============================================================================== */
.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; }


/* ==

　16. 機能

=============================================================================== */
#main .fnReplace { display: block; width: 100%; }
#main .fnZoom {}
#main .fnInlineB { display: inline-block; vertical-align: top; }


/* ==

　99. 印刷

=============================================================================== */
.printClear {
  display: none;
}
@media print {
  #header {
    min-width: 0;
  }
  #subHeader,
  .secondNav {
    min-width: 0;
  }
  #fluidVisualS,
  #fluidVisual,
  #fluidVisualL {
    min-width: 0;
  }
  #mainVisual {
    min-width: 0;
  }
  #fixFooter {
    min-width: 0;
  }
  #subFooter {
    min-width: 0;
  }
  #footer {
    min-width: 0;
  }
  #subHeader,
  #fixFooter{
    display: none;
  }
  .printClear {
    display: block;
    clear: both;
  }
  #header #siteId {
    zoom: 1;
  }
}

/* ==

　99. カテゴリーナビ

=============================================================================== */
.rnCmnLocalNav {
  min-width: 950px;
  position: relative;
  background-color: #F5F5F5;
  margin: 70px 0 0;
  padding: 80px 15px;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
.rnCmnLocalNav_in {
  max-width: 1240px;
  margin: 0 auto;
}
.rnCmnLocalNav_nav {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #4a4a4d;
}
.rnCmnLocalNav_head {
  width: 22.6%;
}
.rnCmnLocalNav_body {
  width: 74%;
  display: flex;
  flex-wrap: wrap;
}
.rnCmnLocalNav_tit {
  margin-bottom: 20px;
}
.rnCmnLocalNav_tit a {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  padding-right: 70px;
}
.rnCmnLocalNav_tit + .rnCmnLocalNav_nav {
  border-top: 1px solid #4a4a4d;
}
.rnCmnLocalNav_item {
  width: 23%;
  margin: 10px 2.666% 0 0;
}
.rnCmnLocalNav_item:nth-child(1),
.rnCmnLocalNav_item:nth-child(2),
.rnCmnLocalNav_item:nth-child(3),
.rnCmnLocalNav_item:nth-child(4) {
  margin-top: 0;
}
.rnCmnLocalNav_item:nth-child(4n) {
  margin-right: 0;
}
.rnCmnLocalNav_label {
  background-color: #939399;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
}
.rnCmnLocalNav_item a {
  position: relative;
  display: block;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  padding-right: 35px;
}
.rnCmnLocalNav_tit a:hover,
.rnCmnLocalNav_item a:hover {
  text-decoration: underline;
}
.rnCmnLocalNav_item a::after,
.rnCmnLocalNav_tit a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  right: 5px;
  width: 22px;
  height: 12px;
  background: url(/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
  background-size: contain;
}