@charset "UTF-8";

/*
	base.css(PC)
*/

html {
  border: 0px none;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: hidden;
}

body.corp {
  background-color: #efefef;
  font-size: 10px;
}


/* c_header
================================================ */

#c_header4smp1 {
  display: none;
}

#c_header4a {
  background-image: none;
  background-color: #FFF;
  font-size: 10px;
  padding: 0;
}


/* c_header_cont
================================================ */

#c_header4a .c_header_cont {
  width: 960px;
  display: table;
  margin: 0px auto;
  padding: 15px 0px 6px 0px;
}


/* logo_corp
------------------------------------------------ */

#c_header4a .logo_corp {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 0px 0px 0px 0px;
  width: 310px;
}


/* links
------------------------------------------------ */

#c_header4a .links2 {
  display: table;
}

#c_header4a .links2 li {
  width: auto;
  display: table-cell;
  vertical-align: middle;
}

#c_header4a .links2 li a {
  background-image: url(../../../img/common/c_arrow_rg.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-color: #FFF;
  color: #333;
  font-size: 1.2em;
  line-height: 1.4;
  text-decoration: none;
  margin-left: 18px;
  padding-left: 16px;
}

#c_header4a .links2 li a:hover {
  text-decoration: underline;
}

#c_header4a .links2 li.language {
  position: relative;
  background-image: url(../../../img/common/c_arrow_rg.png);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-color: #FFF;
  color: #333;
  font-size: 1.2em;
  line-height: 1.4;
  text-decoration: none;
  padding-left: 25px;
  margin-left: 18px;
  height: 30px;
}

#c_header4a .links2 li.language .child {
  display: none;
}

#c_header4a .links2 li.language .child {
  position: absolute;
  top: 30px;
  left: 0;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin: 0;
  z-index: 9999;
  white-space: nowrap;
}

#c_header4a .links2 li.language .child li {
  display: block;
  background: #fff;
  border-bottom: 1px solid #eee;
}

#c_header4a .links2 li.language .child li a {
  display: block;
  background-position: left 12px;
  padding: 10px 25px 10px 30px;
  margin-left: 10px;
  font-size: 12px;
}


/* header_link
------------------------------------------------ */

#c_header4a .header_link {
  display: table-cell;
  vertical-align: top;
}

#c_header4a .header_link>a {
  display: block;
}


/* gs
------------------------------------------------ */

#c_header4a .gs {
  background-color: #FFF;
  width: 19%;
  /*182px;*/
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 0;
}

#c_header4a .gs ol {
  border: 1px solid #c9c9c9;
  width: 100%;
  display: table;
  margin: 0;
  padding-bottom: 4px;
}

#c_header4a .gs ol li {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 8px 0px 0px 4px;
}

#c_header4a .gs input {
  border: 0px none!important;
  width: 96%;
  font-size: 1.4em;
  line-height: 1.4;
  margin: 0px 4px 0px 0px;
  padding: 0px 0px 0px 4px;
}

#c_header4a .gs a {
  width: 10%;
  margin: 0;
  padding: 0;
}


/* Googleカスタム検索BOXとボタンのcss
================================================ */

#c_header4a .gs form {
  border: 1px solid #c9c9c9;
  width: 100%;
  display: table;
  margin: 0;
  padding-bottom: 4px;
}

#c_header4a .gs td.gsc-search-button {
  width: 19px;
}

.cse input.gsc-search-button,
input.gsc-search-button {
  border: 0px none;
  background-color: transparent!important;
  background-image: url(../../../img/common/c_hd_btn_search.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 19px !important;
  min-width: 19px !important;
  text-indent: -1000px;
  overflow: hidden;
}

#c_header4a .gs .gsc-clear-button {
  display: none;
}


/* navi
================================================ */

#c_navi4smp1 {
  display: none;
}

#c_navi4a {
  position: relative;
  z-index: 9000;
  background-color: #FFF;
  border-bottom: 3px solid #03358c;
  height: auto;
  font-size: 10px;
  clear: both;
  margin: 0px auto;
}

#c_navi4a ul.lv1 {
  display: flex;
  justify-content: space-between;
  background-image: url(../../../img/common/c_hd_gn_sep_l.png);
  background-repeat: no-repeat;
  background-position: left top;
  max-width: 960px;
  position: relative;
  z-index: 100;
  margin: 0px auto;
  padding: 0 0 0 1px;
}

#c_navi4a ul.lv1 li {
  background-image: url(../../../img/common/c_hd_gn_sep_l.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.1em;
  margin: 5px 0 0;
  padding: 0 1px 0 0;
  text-align: center;
  z-index: 110;
  width: calc((160 / 960) * 100%);
}

#c_navi4a ul.lv1 li.link_sustainability .arrow span {
  font-size: 0.9em;
}

#c_navi4a ul.lv1 li.link_waon {
  font-size: 12px;
  width: calc((180 / 960) * 100%);
}

#c_navi4a ul.lv1 li a {
  height: 42px;
  /*42px;*/
  color: #03358c;
  text-decoration: none;
  display: block;
  /*margin-left:		1px;*/
  padding: 10px 0px 2px;
}

#c_navi4a ul.lv1 li a:hover {
  background-color: #EEE;
}

#c_navi4a ul.lv1 li.active>a,
#c_navi4a ul.lv1 li.now>a {
  background-color: #022c7b;
  color: #FFF;
}

#c_navi4a ul.lv1 li .ja {
  display: block;
  padding: 10px 10px 0;
}

#c_navi4a ul.lv1 .link_waon .ja {
  padding-top: 0;
  text-align: left;
}

#c_navi4a ul.lv1 li .en {
  background: url(../../../img/common/c_arrow_bg2.png) no-repeat right center;
  color: #aaa;
  font-size: 0.6em;
  font-family: sans-serif;
  text-align: center;
  margin-right: -10px;
  padding: 0 10px 0 0;
}

#c_navi4a ul.lv1 li.active .en {
  color: #FFF;
}


/* プルダウン */

#c_navi4a ul.lv1 li>ul {
  background-color: #022c7b;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.65);
  font-size: 0.8em;
  position: absolute;
  left: 0px;
  top: 55px;
  z-index: 200;
  display: none;
  padding: 10px 0px;
}

#c_navi4a ul.lv1 li ul>li {
  background-image: none;
  background-color: transparent;
  width: 200px;
  font-size: 1.2em;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  float: none;
  display: list-item;
}

#c_navi4a ul.lv1 li ul>li a {
  background-image: none;
  background-image: url(../../../img/common/c_hd_gn_arrow_rw.png);
  background-repeat: no-repeat;
  background-position: 12px 11px;
  height: auto!important;
  color: #FFF;
  line-height: 1.4;
  margin: 0px;
  padding: 4px 4px 4px 24px;
}

#c_navi4a ul.lv1 li ul>li a:hover {
  background-color: #1d508c;
}

#c_navi4a ul.lv1 li>.f_left li a.lv3 {
  font-size: 12px;
  background-image: none;
}

#c_navi4a a:hover {
  cursor: pointer;
}


/* #c_header4a + #c_navi4a scroll　固定 */

#c_header4a.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 301;
}

#c_header4a.fixed .c_header_cont {
  padding: 10px 0;
}

#c_navi4a.fixed {
  z-index: 300;
  position: fixed;
  top: 59px;
  width: 100%;
}

#c_navi4a.fixed ul.lv1>li>a {
  height: 40px;
  padding: 0px 0px 2px;
}

#c_navi4a.fixed ul.lv1 li>ul {
  position: absolute;
  top: 45px;
  padding: 10px 0;
}


/* breadcrumb
================================================ */

.breadcrumbs_cont {
  background-color: #03358c;
  margin-bottom: 30px;
  padding: 9px 0px 7px 0px;
}

.breadcrumbs_cont ol {
  max-width: 940px;
  /*960px;*/
  margin: 0px auto;
  padding: 0px 10px;
}

.breadcrumbs_cont ol li {
  color: #FFF;
  font-size: 1.2em;
  line-height: 1.4;
  float: left;
  margin-right: 10px;
}

.breadcrumbs_cont ol li a {
  background-image: url(../../../img/common/c_sep_breadcrumb.png);
  background-repeat: no-repeat;
  background-position: right 5px;
  color: #FFF;
  text-decoration: none;
  float: left;
  padding-right: 12px;
}

.breadcrumbs_cont ol li a:hover {
  text-decoration: underline;
}


/* breadcrumb override(既存サイトの上書き)
================================================ */

#breadcrumb {
  background-color: #03358c;
  height: auto;
  font-size: 10px;
  line-height: inherit;
  margin-bottom: 30px;
  padding: 9px 0px 7px 0px;
}

#breadcrumb:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  min-height: 1;
  visibility: hidden;
}

#breadcrumb .wrapper {
  font-size: 10px;
  margin: 0px auto;
  padding: 0;
}

#breadcrumb #crumb {
  background-color: transparent;
  max-width: 940px;
  /*960px;*/
  height: auto;
  font-size: 10px;
  margin: 0px auto;
  padding: 0px 10px;
}

#breadcrumb #crumb li {
  color: #FFF;
  font-size: 1.2em;
  line-height: 1.4;
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 0;
}

#breadcrumb #crumb li.home {
  background-image: none;
  padding: 0;
}

#breadcrumb #crumb li.home a {
  width: auto;
}

#breadcrumb #crumb li a {
  background-image: url(../../../img/common/c_sep_breadcrumb.png);
  background-repeat: no-repeat;
  background-position: right 5px;
  color: #FFF;
  font-size: 1.0em;
  text-decoration: none;
  float: left;
  padding: 0px 12px 0px 0px;
}

#breadcrumb #crumb li a:hover {
  text-decoration: underline;
}

#breadcrumb #crumb li:last-child a {
  background-image: none;
}


/* p, pre
================================================ */


/*.corp p, .corp pre
{
	margin:				0;
}*/


/* p, pre(既存サイト再定義用)
================================================ */


/*p, pre
{
	margin:				1em 0;
}
*/


/* directorynav(既存サイトのパーツ用)
================================================ */

#directorynav h3 {
  margin: 1em 0em;
}


/* footer(既存サイトの上書き)
================================================ */

footer {
  border: 0px none;
  background-image: none;
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 10px;
  margin: 0;
  padding: 0;
}


/* footer
================================================ */

#c_footer_cont {
  background-image: url(../../../img/common/c_ft_bg.png);
  background-repeat: repeat-x;
  background-position: left top;
  width: 100%;
  clear: both;
}

#footer {
  width: 960px;
  margin: 0px auto;
}

#footer ul {
  height: 30px;
}

#footer ul li {
  font-size: 1.2em;
  line-height: 1.2px;
  float: right;
  margin-right: 32px;
  padding-top: 15px;
}

#footer ul li.logo_corp {
  width: 180px;
  /*540px;*/
  float: left;
  margin-right: 0px;
  padding: 5px 12px 0px 18px;
}

#footer ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 0.8em;
}

#footer ul li a:hover {
  text-decoration: underline;
}

#footer p {
  height: 30px;
  color: #333;
  font-size: 1.0em;
  line-height: 30px;
  text-align: center;
  clear: both;
  margin: 0;
  padding: 0;
}


/* btn_pagetop
================================================ */

.btn_pagetop {
  width: auto;
  max-width: 1200px;
  text-align: right;
  position: fixed;
  z-index: 300;
  bottom: 64px;
  right: 32px;
  display: none;
}


/*safari対応*/

_::-webkit-full-page-media,
_:future,
 :root #c_navi4a ul.lv1 li .ja {
  padding: 10px 5px 0;
}


/* ================================================
	aaaa
================================================ */


/* aaaa
================================================ */


/* ================================
	aaaa
================================ */


/* aaaa
================================ */


/* ======== aaaa ======== */


/* ------------------------------------------------
	aaaa
------------------------------------------------ */


/* aaaa
------------------------------------------------ */


/* --------------------------------
	aaaa
-------------------------------- */


/* aaaa
-------------------------------- */


/* -------- aaaa -------- */


/* ---- aaaa ---- */


/* -- aaaa -- */


/* aaaa */