@charset "UTF-8";
/* ------------------------------------------------------------

	Local navigation style

------------------------------------------------------------ */
#l_nav {
  float: right;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}
#l_nav * {
  padding: 0;
  box-sizing: border-box;
}
#l_nav p.l_nav {
  position: relative;
  width: 240px;
  height: 67px;
  background: url(../images/arw_white.png) no-repeat 12px center, url(../images/l_nav_head.jpg) no-repeat center center;
  background-size: 12px, cover;
  border-radius: 4px 4px 0 0;
}
#l_nav p.l_nav a {
  position: absolute;
  padding-left: 30px;
  display: block;
  color: white;
  font-weight: bold;
  font-size: 17px;
  text-shadow: -1px -1px 1px blue;
  width: 100%;
  height: 100%;
}
#l_nav p.l_nav a span {
  position: absolute;
  top: 50%;
}
#l_nav p.l_nav:nth-child(1) {
  margin: 0;
  line-height: 0;
}
#l_nav dl {
  border-radius: 0 0 4px 4px;
  border: 1px solid #a7e0f1;
  background-color: #caf3ff;
  padding: 4px;
  width: 240px;
  display: flex;
  flex-direction: column;
  line-height: 2em;
}
#l_nav dl dt {
  background-color: white;
  width: 100%;
  padding: 1px 0;
  font-weight: bold;
}
#l_nav dl dt:not(:first-child) {
  border-top: 1px dotted rgb(180, 193, 216);
  padding-top: 1px;
}
#l_nav dl dt a {
  display: block;
  background-image: url(../images/l_nav_arrow_01.gif);
  background-repeat: no-repeat;
  background-position: left 8px center;
  padding: 6px 9px 6px 25px;
  color: #000000;
  text-decoration: none;
  line-height: 2;
}
#l_nav dl dt a.newwin {
  background-image: url(../images/l_nav_arrow_01.gif), url(../images/icon_newwin.gif);
  background-repeat: no-repeat, no-repeat;
  background-position: left 8px center, right 8px center;
}
#l_nav dl dt a.pdf {
  background-image: url(../images/l_nav_arrow_01.gif), url(../images/icon_pdf.gif);
  background-repeat: no-repeat, no-repeat;
  background-position: left 8px center, right 8px center;
}
#l_nav dl dt.active a, #l_nav dl dt a:hover {
  background-color: #CFE8FC;
  color: #000000;
  text-decoration: none;
}
#l_nav dl ul {
  background-color: white;
  width: 230px;
  padding: 0;
}
#l_nav dl ul li {
  width: 100%;
  border-top: 1px dotted rgb(180, 193, 216);
  padding: 1px 0;
  font-weight: normal;
}
#l_nav dl ul li ul li,
#l_nav dl ul li ul li ul li {
  background-image: none;
  padding: 0;
  font-size: 91.7%;
  font-weight: normal;
}
#l_nav dl ul li ul li ul li {
  font-size: 100%;
}
#l_nav dl ul li a {
  display: block;
  background-image: url(../images/l_nav_arrow_02.gif);
  background-repeat: no-repeat;
  background-position: left 25px top 0.8em;
  padding: 3px 9px 3px 36px;
  color: #000000;
}
#l_nav dl ul li a.newwin {
  background-image: url(../images/l_nav_arrow_02.gif), url(../images/icon_newwin.gif);
  background-repeat: no-repeat, no-repeat;
  background-position: left 25px top 0.8em, right 25px top 0.8em;
  padding-right: 19px;
}
#l_nav dl ul li a.pdf {
  background-image: url(../images/l_nav_arrow_02.gif), url(../images/icon_pdf.gif);
  background-repeat: no-repeat, no-repeat;
  background-position: left 25px top 0.8em, right 25px top 0.8em;
}
#l_nav dl ul li ul li a,
#l_nav dl ul li ul li a:visited,
#l_nav dl ul li.active ul li a,
#l_nav dl ul li.active ul li a:visited,
#l_nav dl ul li ul li ul li a,
#l_nav dl ul li ul li ul li a:visited,
#l_nav dl ul li ul li.active ul li a,
#l_nav dl ul li ul li.active ul li a:visited {
  display: block;
  background: url(../images/l_nav_arrow_02.gif) no-repeat 39px 1em transparent;
  padding: 6px 9px 6px 50px;
  color: #000000;
}
#l_nav dl ul li ul li ul li a,
#l_nav dl ul li ul li ul li a:visited,
#l_nav dl ul li ul li.active ul li a,
#l_nav dl ul li ul li.active ul li a:visited {
  background: url(../images/l_nav_arrow_03.gif) no-repeat 51px 1em transparent;
  padding-left: 62px;
}
#l_nav dl ul li a:hover,
#l_nav dl ul li.active a,
#l_nav dl ul li.active a:visited,
#l_nav dl ul li ul li a:hover,
#l_nav dl ul li ul li.active a,
#l_nav dl ul li ul li.active a:visited,
#l_nav dl ul li ul li ul li a:hover,
#l_nav dl ul li ul li ul li.active a,
#l_nav dl ul li ul li ul li.active a:visited {
  background-color: #CFE8FC;
  color: #000000;
  text-decoration: none;
}
#l_nav ul li {
  line-height: 2em;
}
#l_nav .lnav-more_link:hover {
  cursor: pointer;
}
#l_nav .lnav-more_g {
  display: none;
}
#l_nav dl:not(.showall) dd,
#l_nav dl:not(.showall) dd ul li ul {
  /* ------------------------------------------------------------
      テンプレート化に伴うローカルナビ制御
  ------------------------------------------------------------ */
  display: none;
}

#l_nav_adapter, .l_nav_adapter {
  width: 240px;
  float: right;
}

.nav_in_contents {
  /* ------------------------------------------------------------
        コンテンツ内のローカルナビ
    ------------------------------------------------------------ */
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  border-radius: 4px;
  border: 1px solid #a7e0f1;
  flex-direction: column;
}
.nav_in_contents * {
  box-sizing: border-box;
}
.nav_in_contents.tiles {
  background: #ddeeee;
}
.nav_in_contents.tiles .nav_title {
  padding: 5px 0 5px 10px;
}
.nav_in_contents.tiles ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.nav_in_contents.tiles ul > li {
  border-right: 1px dotted gray;
}
.nav_in_contents.tiles ul > li > a {
  padding: 10px 20px 10px 20px;
}
.nav_in_contents.tiles.tiles-col-2 ul > li {
  width: 50%;
}
.nav_in_contents.tiles.tiles-col-2 ul > li:nth-child(2) {
  border-top: 1px dotted gray;
}
.nav_in_contents.tiles.tiles-col-2 ul > li:nth-child(2n+1) {
  border-left: 1px dotted gray;
}
.nav_in_contents.tiles.tiles-col-3 ul > li {
  width: 33.33%;
}
.nav_in_contents.tiles.tiles-col-3 ul > li:nth-child(2), .nav_in_contents.tiles.tiles-col-3 ul > li:nth-child(3) {
  border-top: 1px dotted gray;
}
.nav_in_contents.tiles.tiles-col-3 ul > li:nth-child(3n+1) {
  border-left: 1px dotted gray;
}
.nav_in_contents.tiles.tiles-col-4 ul > li {
  width: 25%;
}
.nav_in_contents.tiles.tiles-col-4 ul > li:nth-child(2), .nav_in_contents.tiles.tiles-col-4 ul > li:nth-child(3), .nav_in_contents.tiles.tiles-col-4 ul > li:nth-child(4) {
  border-top: 1px dotted gray;
}
.nav_in_contents.tiles.tiles-col-4 ul > li:nth-child(4n+1) {
  border-left: 1px dotted gray;
}
.nav_in_contents.accordion {
  background: linear-gradient(to bottom, #ddeeee, #aaeeee);
}
.nav_in_contents.accordion .nav_title {
  padding: 10px 0 10px 30px;
  cursor: pointer;
  background-image: url(../images/icon_exp-box_plus.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
}
.nav_in_contents.accordion .nav_title.opened {
  background: url(../images/icon_exp-box_minus.png) no-repeat left 10px center;
}
.nav_in_contents.accordion .nav_title + ul, .nav_in_contents.accordion .nav_title + dd {
  display: none;
}
.nav_in_contents .nav_title {
  box-sizing: border-box;
  color: darkblue;
  font-size: 1rem;
  width: 100%;
}
.nav_in_contents ul {
  margin-left: 4px;
  margin-right: 4px;
}
.nav_in_contents ul li {
  background-color: white;
  border-bottom: 1px dotted gray;
  position: relative;
  display: flex;
}
.nav_in_contents ul li:first-child {
  border-top: 1px dotted gray;
}
.nav_in_contents ul li > a {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  background-color: white;
  padding: 10px 20px 10px 40px;
  background: url(../images/icon_arrow_01.gif) no-repeat left 10px center;
  color: black;
}
.nav_in_contents ul li > a.active {
  background-color: #CFE8FC;
  border: 1px solid white;
}
@media only print {
  .nav_in_contents {
    display: none;
  }
}

/*# sourceMappingURL=l_nav.css.map */
