@charset "utf-8";

/*==========================================
 body
===========================================*/
html {
  background: #F1F1F1;
}
body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color:#F1F1F1;
  line-height: 1.6;
}

body { -webkit-text-size-adjust: 100%； }

/* font */
body {
  font:14px/1 'Koburina Gothic W3 JIS2004', "游ゴシック体", "Yu Gothic", Meiryo, メイリオ, sans-serif;
  color: #333;
}
h2,h3,h4,th {
  font-family: 'Koburina Gothic W6 JIS2004';
}

/* link */
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a { outline: none; text-decoration: none; }
a:link    { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: underline; }
a:hover   { color: #666; text-decoration: underline; }
a:active  { color: #666; text-decoration: underline; }



/* common */
.bold { font-weight: bold; }
.big { font-size: 129%; }
.small { font-size: 79%; }
.error { font-weight: bold; color: #FF0000; }

.Fleft { float: left; }
.Fright { float: right; }
.Tright { text-align: right !important; }
.Tcenter { text-align: center !important; }

.columnBlock01 { float: left; }
.columnBlock02 { float: right; }

/* overlay */
#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 11000;
  display: none;
  background: rgba(0,0,0,0.8);
}

/* Link */
.link_Area {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 0 80px;
}
.link_Area_d10 {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 0 10px;
}
.link_Page,
.link_Page_W,
.link_Page_M,
.link_Page_L,
.link_OutPage,
.link_OutPage_L,
.link_OutPage_W,
.link_OutPage_M {
  position: absolute;
  top: 0;
  right: 0;
  margin: 40px 0 0;
  padding: 17px 0 17px 40px;
  border: 1px solid #A2A2A2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.link_Page,
.link_Page_M,
.link_Page_L,
.link_OutPage,
.link_OutPage_L,
.link_OutPage_M {
  width: 239px;
}
.link_Page_L {
  left: 0;
}
.link_OutPage_L {
  left: 0;
  margin: 0;
}
.link_Page_W,
.link_OutPage_W {
  width: 280px;
}
.link_Page_W,
.link_Page_M,
.link_Page_L,
.link_OutPage_M {
  margin: 0;
}
.link_Page a,
.link_Page_W a,
.link_Page_M a,
.link_Page_L a,
.link_OutPage a,
.link_OutPage_L a,
.link_OutPage_W a,
.link_OutPage_M a {
  display: block;
  position: relative;
  font-size: 100%;
}
.link_Page a:before,
.link_Page_W a:before,
.link_Page_M a:before,
.link_Page_L a:before {
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #D22046;
  border-right: 2px solid #D22046;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.link_OutPage a:before,
.link_OutPage_L a:before,
.link_OutPage_W a:before,
.link_OutPage_M a:before {
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -6px;
  content: url(/common/img/header_icon_01.png);
}
.link_Rss {
  width: 100%;
  margin: 40px 0 0;
}
.link_Rss a {
  position: relative;
  padding: 8px 0 0 40px;
  font-size: 108%;
}
.link_Rss a:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: url(/common/img/link_icon_rss.png);
}
a.link_Out {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.4;
  text-decoration: underline;
}
a.link_Out:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0;
  content: url(/common/img/header_icon_01.png);
}
a.link_Arrow {
  display: inline-block;
  position: relative;
  padding: 0 0 0 17px;
  text-decoration: underline;
  line-height: 1.4;
}
a.link_Arrow:before {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  display: block;
  border-top: 2px solid #D22046;
  border-right: 2px solid #D22046;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
/*スマホ用*/
@media only screen and (max-width: 767px) {
  .link_Area {
    height: 45px;
    margin: 0 0 60px;
  }
  .link_Area_d10 {
    height: 45px;
    margin: 0 0 10px;
  }
  .link_Page,
  .link_Page_W,
  .link_Page_M,
  .link_Page_L,
  .link_OutPage,
  .link_OutPage_W,
  .link_OutPage_M {
    margin: 30px 3% 0 0;
    padding: 14px 0 14px 30px;
  }
  .link_Page,
  .link_Page_M,
  .link_Page_L,
  .link_OutPage {
    width: 218px;
  }
  .link_OutPage_W,
  .link_Page_W {
    width: 235px;
  }
  .link_Page_W,
  .link_Page_M,
  .link_OutPage_M {
    margin: 0;
  }
  .link_Page a,
  .link_Page_W a,
  .link_Page_M a,
  .link_Page_L a,
  .link_OutPage a,
  .link_OutPage_W a,
  .link_OutPage_M a {
    font-size: 86%;
  }
  .link_Page a:before,
  .link_Page_W a:before,
  .link_Page_M a:before,
  .link_Page_L a:before {
    top: 50%;
    margin: -5px 0 0;
  }
  .link_OutPage a:before,
  .link_OutPage_W a:before,
  .link_OutPage_M a:before {
    position: absolute;
    left: -20px;
    top: 50%;
    margin: -5px 0 0;
  }
  .link_Rss a {
    padding: 8px 0 0 35px;
    font-size: 100%;
  }
  .link_Rss a:before {
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
  }
  a.link_Out {
    margin: -5px 0 0;
    font-size: 79%;
  }
  a.link_Out:before {
    left: 0;
    top: 50%;
    margin: -6px 0 0;
  }
  td a.link_Out {
    font-size: 100%;
  }
}

/* p */
div.ex {
  width: 100%;
  margin: 15px 0 0;
  text-align: right;
}
div.ex p {
  font-size: 86%;
}
p.text_R {
  width: 100%;
  text-align: right;
  margin: 10px 0 0 0;
}
/* span */
span.super {
  vertical-align: super;
  font-size: 79%;
}

/*スマホ用*/
@media only screen and (max-width: 767px) {
  div.ex {
    margin: 10px 0 0;
  }
  div.ex p {
    font-size: 79%;
  }
  p.text_R {
    display: none;
  }
}

/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}


/*==========================================
 ベースレイアウト
===========================================*/
#menu_SP {
  display: none;
}
#body_inner {}
#main {
  background: #fff;
}
div#wrap {
  width: 940px;
  margin: 0 auto;
  zoom: 1;
}
div#wrap:before, div#wrap:after {
	content: "";
	display: table;
}
div#wrap:after {
	clear: both;
}

/* スマホ用 */
@media only screen and (max-width: 767px) {
  #menu_SP {
    /*z-index: 100;*/
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F1F1F1;
  }
  #menu_SP #menu_SP_Close {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 3px solid #fff;
  }
  #menu_SP #menu_SP_Close img {
    position: absolute;
    right: 3%;
    top: 14px;
    width: 17px;
    height: 17px;
  }
  #menu_SP ul {
    width: 100%;
  }
  #menu_SP ul li {
    border-bottom: 1px solid #fff;
    list-style-type: none;
  }
  #menu_SP ul li.mSP_PDF {
    border-bottom: none;
  }
  #menu_SP ul li a {
    display: block;
    position: relative;
    width: 87%;
    height: 31px;
    padding: 17px 0 0 13%;
    font-size: 108%;
  }
  #menu_SP ul li.mSP_PDF a {
    height: 20px;
    padding: 17px 0 0 13%;
  }
  #menu_SP ul li a:hover {
    text-decoration: none;
  }
  #menu_SP ul li a:before{
    position: absolute;
    right: 15px;
    top: 17px;
    width: 10px;
    height: 10px;
    display: block;
    border-top: 2px solid #D22046;
    border-right: 2px solid #D22046;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  #menu_SP ul li.mSP_PDF a:before{
    display: none;
  }
  #menu_SP ul li.mSP_C_bra,
  #menu_SP ul li.mSP_C_csr,
  #menu_SP ul li.mSP_C_com,
  #menu_SP ul li.mSP_C_ir,
  #menu_SP ul li.mSP_C_cus,
  #menu_SP ul li.mSP_C_rec {
    display: none;
    border-bottom: none;
  }
  #menu_SP ul li.mSP_C_bra a,
  #menu_SP ul li.mSP_C_csr a,
  #menu_SP ul li.mSP_C_com a,
  #menu_SP ul li.mSP_C_ir a,
  #menu_SP ul li.mSP_C_cus a,
  #menu_SP ul li.mSP_C_rec a {
    width: 83%;
    height: 14px;
    padding: 10px 0 10px 17%;
    font-size: 100%;
  }
  #menu_SP ul li.mSP_C_bra a:first-child,
  #menu_SP ul li.mSP_C_csr a:first-child,
  #menu_SP ul li.mSP_C_com a:first-child,
  #menu_SP ul li.mSP_C_ir a:first-child,
  #menu_SP ul li.mSP_C_cus a:first-child,
  #menu_SP ul li.mSP_C_rec a:first-child {
    padding: 20px 0 10px 17%;
  }
  #menu_SP ul li.mSP_C_bra a:before,
  #menu_SP ul li.mSP_C_csr a:before,
  #menu_SP ul li.mSP_C_com a:before,
  #menu_SP ul li.mSP_C_ir a:before,
  #menu_SP ul li.mSP_C_cus a:before,
  #menu_SP ul li.mSP_C_rec a:before {
    content: none;
  }
  #menu_SP #menu_SP_search {
    width: 87%;
    margin: 20px 0 0 13%;
  }
  #menu_SP #menu_SP_search input {
    width: 93%;
    height: 45px;
    padding: 0 0 0 3%;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 108%;
  }
  #body_inner {
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow:rgba(51, 51, 51, 0.4) 0px -6px 6px 3px;
    -webkit-box-shadow:rgba(51, 51, 51, 0.4) 0px -6px 6px 3px;
    -moz-box-shadow:rgba(51, 51, 51, 0.4) 0px -6px 6px 3px;
  }
  div#wrap {
    width: 100%;
  }
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  z-index: 90;
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 121px;
  border-bottom: 6px solid #D22046;
  box-shadow:rgba(51, 51, 51, 0.4) 0px 0px 6px 3px;
  -webkit-box-shadow:rgba(51, 51, 51, 0.4) 0px 0px 6px 3px;
  -moz-box-shadow:rgba(51, 51, 51, 0.4) 0px 0px 6px 3px;
}
header #header {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
header #header h1 img {
  position: absolute;;
  width: 120px;
  height: 33px;
  left: 0;
  top: 16px;
}
header #header p {
  position: absolute;;
  left: 130px;
  top: 28px;
  font-size: 93%;
}
header #header #header_subNavi {
  position: absolute;;
  /* left: 570px; */
  right: 0;
  top: 26px;
}
header #header #header_subNavi ul {
}
header #header #header_subNavi ul li {
  float: left;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  color: #666;
  font-size: 100%;
  list-style-type: none;
  background: url(../img/header_icon_01.png) right 1px no-repeat;
}
header #header #header_subNavi ul li.noIcon {
  float: left;
  padding: 0 0 0 0;
  margin: 0 20px 0 0;
  color: #666;
  font-size: 100%;
  list-style-type: none;
  background: none;
}
header #header #header_subNavi ul li a:link    { color: #666; text-decoration: none; }
header #header #header_subNavi ul li a:visited { color: #666; text-decoration: none; }
header #header #header_subNavi ul li a:hover   { color: #666; text-decoration: underline; }

header #header #header_search {
  position: absolute;;
  left: 714px;
  top: 21px;
}
header #header #header_search input {
  width: 215px;
  height: 24px;
  padding: 0 0 0 10px;
  border: 1px solid #B3B3B3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/*ナビゲーション*/
header #header #header_Navi {
  position: absolute;;
  left: 0;
  top: 68px;
}
header #header #header_Navi ul {
}
header #header #header_Navi ul li {
  position: relative;
  float: left;
  width: 134px;
  height: 53px;
  text-align: center;
  font-family: 'Koburina Gothic W6 JIS2004';
  font-size: 115%;
  line-height: 1.4;
  list-style-type: none;
}
header #header #header_Navi ul li#hN_01,
header #header #header_Navi ul li#hN_04,
header #header #header_Navi ul li#hN_06,
header #header #header_Navi ul li#hN_07 {
  height: 43px;
  padding: 10px 0 0;
}
header #header #header_Navi ul li a { color: #333333; text-decoration: none; }
header #header #header_Navi ul li a:hover   { color: #D22046; text-decoration: none; }

#top header #header #header_Navi ul li#hN_01 a { color: #D22046; }
#brand header #header #header_Navi ul li#hN_02 a { color: #D22046; }
#csr header #header #header_Navi ul li#hN_03 a { color: #D22046; }
#company header #header #header_Navi ul li#hN_04 a { color: #D22046; }
#ir header #header #header_Navi ul li#hN_05 a { color: #D22046; }
#customer header #header #header_Navi ul li#hN_06 a { color: #D22046; }
#recruit header #header #header_Navi ul li#hN_07 a { color: #D22046; }

#top header #header #header_Navi ul li#hN_01:after {
  position: absolute;
  top: 47px;
	left: 58px;
  width: 18px;
  height: 9px;
	padding: 0;
	display: block;
	content: "";
	background: #D22046;
	text-align: center;
	color: #FFF;
	border-radius: 9px 9px 0 0;
}
#brand header #header #header_Navi ul li#hN_02:after {
  position: absolute;
  top: 47px;
	left: 58px;
  width: 18px;
  height: 9px;
	padding: 0;
	display: block;
	content: "";
	background: #D22046;
	text-align: center;
	color: #FFF;
	border-radius: 9px 9px 0 0;
}
#csr header #header #header_Navi ul li#hN_03:after {
  position: absolute;
  top: 47px;
	left: 58px;
  width: 18px;
  height: 9px;
	padding: 0;
	display: block;
	content: "";
	background: #D22046;
	text-align: center;
	color: #FFF;
	border-radius: 9px 9px 0 0;
}
#company header #header #header_Navi ul li#hN_04:after {
  position: absolute;
  top: 47px;
	left: 58px;
  width: 18px;
  height: 9px;
	padding: 0;
	display: block;
	content: "";
	background: #D22046;
	text-align: center;
	color: #FFF;
	border-radius: 9px 9px 0 0;
}
#ir header #header #header_Navi ul li#hN_05:after {
  position: absolute;
  top: 47px;
	left: 58px;
  width: 18px;
  height: 9px;
	padding: 0;
	display: block;
	content: "";
	background: #D22046;
	text-align: center;
	color: #FFF;
	border-radius: 9px 9px 0 0;
}
#recruit header #header #header_Navi ul li#hN_07:after {
  position: absolute;
  top: 47px;
	left: 58px;
  width: 18px;
  height: 9px;
	padding: 0;
	display: block;
	content: "";
	background: #D22046;
	text-align: center;
	color: #FFF;
	border-radius: 9px 9px 0 0;
}

header #header_Navi_down {
  z-index: 100;
  position: absolute;
  width: 100%;
  padding: 10px 0 10px;
  left: 0;
  top: 121px;
  background: #D22046;
  display: none;
}
header #header_Navi_down ul {
  display: none;
  width: 940px;
  margin: 0 auto;
  padding: 30px 0 0;
}
header #header_Navi_down ul li {
  position: relative;
  float: left;
  margin: 0 20px 20px 0;
  padding: 0 0 0 18px;
  font-size: 115%;
  list-style-type: none;
}
header #header_Navi_down ul li:before{
  position: absolute;
  left: 0;
  top: 2px;
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
header #header_Navi_down ul li a {
  color: #fff;
}
header #header_Navi_down ul {
  display: none;
}
header #header #header_SP_MenuOpen {
  display: none;
}

/* スマホ用 */
@media only screen and (max-width: 767px) {
  header {
    height: 40px;
    border-bottom: 3px solid #D22046;
    box-shadow:rgba(51, 51, 51, 0) 0px 0px 6px 3px;
    -webkit-box-shadow:rgba(51, 51, 51, 0) 0px 0px 6px 3px;
    -moz-box-shadow:rgba(51, 51, 51, 0) 0px 0px 6px 3px;
  }
  header #header {
    width: 94%;
  }
  header #header h1 img {
    width: 68px;
    height: 19px;
    left: 0;
    top: 10px;
  }
  header #header p {
    left: 76px;
    top: 16px;
    font-size: 72%;
  }
  header #header #header_SP_MenuOpen {
    display: block;
    position: absolute;
    right: 0;
    top: 13px;
  }
  header #header #header_SP_MenuOpen img {
    width: 20px;
    height: 18px;
  }
  header #header #header_subNavi,
  header #header #header_search,
  header #header #header_Navi {
    display: none;
  }
}


/*==========================================
 パンクズのスタイル
===========================================*/
#main #pankuzu {
  width: 940px;
  margin: 0 auto;
  padding: 24px 0 40px;
  font-size: 79%;
}
#main #pankuzu a {
  position: relative;
  margin: 0 20px 0 0;
}
#main #pankuzu a:after {
  position: absolute;
  right: -10px;
  top: 5px;
  width: 6px;
  height: 6px;
  display: block;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #main #pankuzu {
    width: 94%;
    padding: 14px 0 14px;
    font-size: 65%;
  }
  #main #pankuzu a {
    margin: 0 15px 0 0;
  }
  #main #pankuzu a:after {
    right: -9px;
    top: 50%;
    width: 4px;
    height: 4px;
    margin: -3px 0 0;
  }
}

/*==========================================
 フルコンテンツ
===========================================*/
#wrap #full_Contents {
  width: 940px;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #wrap #full_Contents {
    width: 94%;
    margin: 0 auto;
  }
}

/*==========================================
 左ナビ
===========================================*/
#wrap #left_Memu {
  float: left;
  width: 300px;
}
#left_Memu h2 {
  font-size: 129%;
}
#left_Memu ul {
  width: 249px;
  margin: 20px 0 0;
  list-style-type: none;
}
#left_Memu ul li {
  position: relative;
  margin: 0 0 1px;
  padding: 8px 0 7px 30px;
  line-height: 1.4;
}
#left_Memu ul li.l_Sub_Nav_Ty3 {
  position: relative;
  margin: 0 0 1px;
  padding: 8px 0 7px 50px;
  line-height: 1.4;
}
#left_Memu ul li:hover {
  background: #FAE8EC;
}
#left_Memu ul li.l_Nav_No:hover {
  background: #fff;
}
#left_Memu ul li:before {
  position: absolute;
  left: 10px;
  top: 14px;
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #D22046;
  border-right: 2px solid #D22046;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
#left_Memu ul li.l_Sub_Nav:before {
  position: absolute;
  left: 20px;
  top: 9px;
  border: none;
  content: "・";
}
#left_Memu ul li.l_Nav_No:before {
  display: none;
}
#left_Memu ul li.l_Sub_Nav_Ty2:before {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 15px;
  height: 15px;
  content: url(/common/img/left_Navi_Icon01.svg);
  border:none;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#left_Memu ul li.l_Sub_Nav_Ty3:before {
  position: absolute;
  left: 30px;
  top: 14px;
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #D22046;
  border-right: 2px solid #D22046;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
#left_Memu ul li.l_Nav_No,
#left_Memu ul li a {
  font-size: 115%;
}
#left_Memu ul li a:hover {
  color: #D22046;
  text-decoration: none;
}
#left_Memu #left_Bana {
  margin: 20px 0 0;
}
#left_Memu #left_Bana img {
  margin: 0 0 10px;
}
body.noLeftBana #left_Memu #left_Bana {
  display: none;
}
/*アクティブ設定*/
/*会社概要*/
body.rinen #left_Memu ul li.l_M01 { background: #FAE8EC; }
body.rinen #left_Memu ul li.l_M01 a { color: #D22046; }

body.outline #left_Memu ul li.l_M02 { background: #FAE8EC; }
body.outline #left_Memu ul li.l_M02 a { color: #D22046; }

body.history #left_Memu ul li.l_M03 { background: #FAE8EC; }
body.history #left_Memu ul li.l_M03 a { color: #D22046; }

body.management #left_Memu ul li.l_M04 { background: #FAE8EC; }
body.management #left_Memu ul li.l_M04 a { color: #D22046; }

body.business #left_Memu ul li.l_M05 { background: #FAE8EC; }
body.business #left_Memu ul li.l_M05 a { color: #D22046; }

body.compliance #left_Memu ul li.l_M06 { background: #FAE8EC; }
body.compliance #left_Memu ul li.l_M06 a { color: #D22046; }

body.publicnotice #left_Memu ul li.l_M07 { background: #FAE8EC; }
body.publicnotice #left_Memu ul li.l_M07 a { color: #D22046; }

body.conduct #left_Memu ul li.l_M08 { background: #FAE8EC; }
body.conduct #left_Memu ul li.l_M08 a { color: #D22046; }

/*ブランド*/
body.news #left_Memu ul li.l_M01 { background: #FAE8EC; }
body.news #left_Memu ul li.l_M01 a { color: #D22046; }

body.identity #left_Memu ul li.l_M02 { background: #FAE8EC; }
body.identity #left_Memu ul li.l_M02 a { color: #D22046; }

body.greeting #left_Memu ul li.l_M03 { background: #FAE8EC; }
body.greeting #left_Memu ul li.l_M03 a { color: #D22046; }

body.spirit #left_Memu ul li.l_M04 { background: #FAE8EC; }
body.spirit #left_Memu ul li.l_M04 a { color: #D22046; }

body.highquality #left_Memu ul li.l_M04 { background: #FAE8EC; }
body.highquality #left_Memu ul li.l_M04 a { color: #D22046; }
body.highquality #left_Memu ul li.l_M05 { background: #FAE8EC; }
body.highquality #left_Memu ul li.l_M05 a { color: #D22046; }

body.bra_business #left_Memu ul li.l_M04 { background: #FAE8EC; }
body.bra_business #left_Memu ul li.l_M04 a { color: #D22046; }
body.bra_business #left_Memu ul li.l_M06 { background: #FAE8EC; }
body.bra_business #left_Memu ul li.l_M06 a { color: #D22046; }

body.visit #left_Memu ul li.l_M04 { background: #FAE8EC; }
body.visit #left_Memu ul li.l_M04 a { color: #D22046; }
body.visit #left_Memu ul li.l_M07 { background: #FAE8EC; }
body.visit #left_Memu ul li.l_M07 a { color: #D22046; }

/*CSR*/
body.news_csr #left_Memu ul li.l_M01 { background: #FAE8EC; }
body.news_csr #left_Memu ul li.l_M01 a { color: #D22046; }

body.thought #left_Memu ul li.l_M02 { background: #FAE8EC; }
body.thought #left_Memu ul li.l_M02 a { color: #D22046; }

body.policy #left_Memu ul li.l_M03 { background: #FAE8EC; }
body.policy #left_Memu ul li.l_M03 a { color: #D22046; }

body.society #left_Memu ul li.l_M06 { background: #FAE8EC; }
body.society #left_Memu ul li.l_M06 a { color: #D22046; }

body.region #left_Memu ul li.l_M07 { background: #FAE8EC; }
body.region #left_Memu ul li.l_M07 a { color: #D22046; }

body.customer #left_Memu ul li.l_M08 { background: #FAE8EC; }
body.customer #left_Memu ul li.l_M08 a { color: #D22046; }

body.environment #left_Memu ul li.l_M09 { background: #FAE8EC; }
body.environment #left_Memu ul li.l_M09 a { color: #D22046; }

body.csr_business #left_Memu ul li.l_M10 { background: #FAE8EC; }
body.csr_business #left_Memu ul li.l_M10 a { color: #D22046; }

body.staff #left_Memu ul li.l_M11 { background: #FAE8EC; }
body.staff #left_Memu ul li.l_M11 a { color: #D22046; }

body.iso #left_Memu ul li.l_M12 { background: #FAE8EC; }
body.iso #left_Memu ul li.l_M12 a { color: #D22046; }

/*IR*/
body.news_ir #left_Memu ul li.l_M01 { background: #FAE8EC; }
body.news_ir #left_Memu ul li.l_M01 a { color: #D22046; }

body.library #left_Memu ul li.l_M02 { background: #FAE8EC; }
body.library #left_Memu ul li.l_M02 a { color: #D22046; }

body.information #left_Memu ul li.l_M03 { background: #FAE8EC; }
body.information #left_Memu ul li.l_M03 a { color: #D22046; }

body.yutai #left_Memu ul li.l_M04 { background: #FAE8EC; }
body.yutai #left_Memu ul li.l_M04 a { color: #D22046; }

body.soukai #left_Memu ul li.l_M05 { background: #FAE8EC; }
body.soukai #left_Memu ul li.l_M05 a { color: #D22046; }

body.strategy #left_Memu ul li.l_M06 { background: #FAE8EC; }
body.strategy #left_Memu ul li.l_M06 a { color: #D22046; }

body.governance #left_Memu ul li.l_M07 { background: #FAE8EC; }
body.governance #left_Memu ul li.l_M07 a { color: #D22046; }

/*Customer*/
body.faq #left_Memu ul li.l_M01 { background: #FAE8EC; }
body.faq #left_Memu ul li.l_M01 a { color: #D22046; }

body.guide #left_Memu ul li.l_M01 { background: #FAE8EC; }
body.guide #left_Memu ul li.l_M01 a { color: #D22046; }
body.guide #left_Memu ul li.l_M02 a { color: #D22046; }

body.mate #left_Memu ul li.l_M01 { background: #FAE8EC; }
body.mate #left_Memu ul li.l_M01 a { color: #D22046; }
body.mate #left_Memu ul li.l_M03 a { color: #D22046; }

body.item #left_Memu ul li.l_M01 { background: #FAE8EC; }
body.item #left_Memu ul li.l_M01 a { color: #D22046; }
body.item #left_Memu ul li.l_M04 a { color: #D22046; }

body.cus_voice #left_Memu ul li.l_M05 { background: #FAE8EC; }
body.cus_voice #left_Memu ul li.l_M05 a { color: #D22046; }

body.effort #left_Memu ul li.l_M06 { background: #FAE8EC; }
body.effort #left_Memu ul li.l_M06 a { color: #D22046; }

body.important #left_Memu ul li.l_M07 { background: #FAE8EC; }
body.important #left_Memu ul li.l_M07 a { color: #D22046; }

/*RECRUIT*/
body.rec_Info #left_Memu ul li.l_M01 { background: #FAE8EC; }
body.rec_Info #left_Memu ul li.l_M01 a { color: #D22046; }

body.voice #left_Memu ul li.l_M02 { background: #FAE8EC; }
body.voice #left_Memu ul li.l_M02 a { color: #D22046; }

/*utility*/
body.privacypolicy #left_Memu ul li.l_M01 { background: #FAE8EC; }
body.privacypolicy #left_Memu ul li.l_M01 a { color: #D22046; }

body.u_guide #left_Memu ul li.l_M02 { background: #FAE8EC; }
body.u_guide #left_Memu ul li.l_M02 a { color: #D22046; }

body.personal #left_Memu ul li.l_M03 { background: #FAE8EC; }
body.personal #left_Memu ul li.l_M03 a { color: #D22046; }

body.social #left_Memu ul li.l_M04 { background: #FAE8EC; }
body.social #left_Memu ul li.l_M04 a { color: #D22046; }

body.houtei #left_Memu ul li.l_M05 { background: #FAE8EC; }
body.houtei #left_Memu ul li.l_M05 a { color: #D22046; }

body.sitemap #left_Memu ul li.l_M06 { background: #FAE8EC; }
body.sitemap #left_Memu ul li.l_M06 a { color: #D22046; }

/* スマホ用 */
@media only screen and (max-width: 767px) {
  #wrap #left_Memu {
    float: none;
    width: 94%;
    margin: 0 auto;
  }
  #left_Memu h2 {
    font-size: 129%;
  }
  #left_Memu ul {
    display: none;
  }
  #left_Memu #left_Bana {
    display: none;
  }
}

/*==========================================
 右コンテンツ
===========================================*/
#wrap #right_Contents {
  float: right;
  width: 640px;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #wrap #right_Contents {
    float: none;
    width: 100%;
  }
}


/*==========================================
 フッターのスタイル
===========================================*/
/*スマホ用フッターナビゲーション*/
#menu_down_SP {
  display: none;
}
footer {
  width: 100%;
  background: #D22046;
}
footer #footer_PageUp {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 110px 0 0;
  text-align: center;
  background: #fff;
}
footer #footer_PageUp a {
  display: block;
  position: relative;
  width: 200px;
  margin: 0 auto;
  font-size: 115%;
}
footer #footer_PageUp a:before {
  position: absolute;
  left: 45%;
  top: -15px;
  width: 13px;
  height: 13px;
  display: block;
  border-top: 2px solid #D22046;
  border-right: 2px solid #D22046;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
footer #footer_Sns {
  width: 122px;
  height: 74px;
  margin: 20px auto 0;
}
footer #footer_Sns ul {
  margin: 0 0 0 -20px;
}
footer #footer_Sns ul li {
  float: left;
  margin: 0 0 0 20px;
  list-style-type: none;
}
footer #footer_Sns ul li img {
  width: 51px;
  height: 51px;
}
footer #footer_Navi {
  width: 800px;
  margin: 20px auto 20px;
  text-align: center;
}
footer #footer_Navi a {
  display: inline-block;
  margin: 0 0 10px 15px;
  padding: 0 0 0 15px;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 86%;
}
footer #footer_Navi a:nth-child(1) {
  border-left: none;
}
footer #footer_Navi a:nth-child(4) {
  border-left: none;
}

footer #footer_SP_Navi {
  display: none;
}
footer #footer_Address {
  width: 940px;
  margin: 0 auto;
  padding: 0 0 45px;
  text-align: center;
}
footer #footer_Address small {
  color: #fff;
  font-size: 72%;
}

/* スマホ用 */
@media only screen and (max-width: 767px) {

  /*スマホ用フッターナビゲーション*/
  #menu_down_SP {
    display: block;
    width: 94%;
    margin: 50px auto 0;
  }
  #menu_down_SP h2 {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
  }
  #menu_down_SP ul {
    margin: 8px 0 0;
    border-bottom: 1px solid #CCC;
    list-style-type: none;
  }
  #menu_down_SP ul li {
    position: relative;
    padding: 17px 10px 16px;
    border-top: 1px solid #CCC;
    font-size: 100%;
  }
  #menu_down_SP ul li.Active a {
    color: #D22046;
  }
  #menu_down_SP ul li:after {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -7px;
    border-top: 2px solid #D22046;
    border-right: 2px solid #D22046;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  #menu_down_SP ul li.Active:after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #menu_down_SP ul li.no_Link:after {
    display: none;
  }
  #menu_down_SP ul li.md_s01 {
    position: relative;
    padding: 17px 10px 16px 30px;
    font-size: 100%;
    border: none;
  }
  #menu_down_SP ul li.md_s01:after {
    display: none;
  }
  #menu_down_SP ul li.md_s02 {
    position: relative;
    padding: 17px 10px 16px 40px;
    font-size: 100%;
    border: none;
  }
  #menu_down_SP ul li.md_s02:before {
    content: "－";
  }
  #menu_down_SP ul li.md_s02:after {
    display: none;
  }

  footer #footer_PageUp {
    width: 100%;
    height: 30px;
    padding: 80px 0 0;
  }
  footer #footer_PageUp a {
    font-size: 86%;
  }
  footer #footer_Sns {
    width: 91px;
    height: 55px;
    margin: 13px auto 0;
  }
  footer #footer_Sns ul {
    margin: 0 0 0 -17px;
  }
  footer #footer_Sns ul li {
    float: left;
    margin: 0 0 0 17px;
    list-style-type: none;
  }
  footer #footer_Sns ul li img {
    width: 37px;
    height: 37px;
  }
  footer #footer_Navi {
    display: none;
  }
  footer #footer_SP_Navi {
    display: block;
    width: 94%;
    margin: 20px auto 20px;
    text-align: center;
  }
  footer #footer_SP_Navi a {
    display: inline-block;
    margin: 0 0 10px;
    color: #fff;
    font-size: 86%;
    line-height: 1.4;
  }
  footer #footer_SP_Navi a:nth-of-type(1),
  footer #footer_SP_Navi a:nth-of-type(4) {
    margin: 0 14px 10px 0;
  }
  footer #footer_SP_Navi a:nth-of-type(5) {
    margin: 0 14px 10px 0;
  }
  footer #footer_Address {
    width: 94%;
  }
}
