@charset "utf-8";

/* --------------------------------
Common Styles
-------------------------------- */

/*=====================

font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif', serif;

=====================*/

@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i");

/*	Common
============================================== */

html {
  font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
}

body {
  font-family: "Noto Sans JP", "Roboto", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus,
a:active {
  color: #333;
  text-shadow: 0 1px #fff;
  text-decoration: none;
  outline: none;
}

/*	#nav
============================================== */

#nav {
  padding-top: 10px;
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#nav div {
  position: relative;
  display: block;
  overflow: hidden;
}
#nav .layerFirst.ul_12 {
  margin-bottom: 100px;
}
#nav .layerFirst div {
  width: 100%;
  *zoom: 1;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#nav .icon-arrow-right {
  background-image: url("https://sbisec.akamaized.net/sbisec/images/static/2025/assets_common_icon_arrow_right_001.png");
}
#nav .icon-arrow-down {
  background-image: url("https://sbisec.akamaized.net/sbisec/images/static/2025/assets_common_icon_arrow_down.png");
}
#nav .icon-arrow-right,
#nav .icon-arrow-down {
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: 8px 10px;
  position: absolute;
  width: 28px;
  height: 100%;
  top: 0;
  left: 0px;
  z-index: 10001;
}
#nav .icon-minus {
  background-image: url("https://sbisec.akamaized.net/sbisec/images/static/2025/assets_common_icon_minus_001.png");
}
#nav .icon-plus {
  background-image: url("https://sbisec.akamaized.net/sbisec/images/static/2025/assets_common_icon_plus_001.png");
}
#nav .icon-minus,
#nav .icon-plus {
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 28px 9px;
  position: absolute;
  width: 48px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10001;
}
#nav .layerFirst div a:hover {
  background-color: #f5f5f5;
}
#nav .layerFirst div a.active {
  background-color: #0058a2;
  color: #fff;
  text-shadow: none;
}
#nav .secondLevel .layerFirst div a {
  padding-left: 28px;
}
#nav .secondLevel .layerFirst div.haschild a {
  padding-left: 48px;
}
#nav .secondLevel .layerSecond div a {
  padding-left: 48px;
}
#nav .layerFirst div a {
  display: block;
  position: relative;
  padding: 8px 8px 7px 8px;
  *zoom: 1;
  will-change: transform, opacity;
}
/* .layerSecond */
#nav .layerSecond {
  display: none;
}
#nav .layerSecond.open {
  display: block;
}
/* .layerThird */
#nav .layerThird {
  display: none;
}
#nav .layerThird.open {
  display: block;
}
