/* =============================================== */
/* font */
/* =============================================== */

#nv_members.grayout {
  color: #333;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    opacity: 0.5;
}

#nv_members.grayout:hover,
#nv_members.grayout.act {
    background: url(/assets/img/common/icon_list_outerlink.png) no-repeat!important;
    background-position: 0.1em 0!important;
}
#header_menu li.return_false {
    padding: 15px 0;
    background: url(/assets/img/common/arrow_header_menu_off.svg) no-repeat;
    background-position: 0 50%;
    padding-left: 25px;
    opacity: 0.4;
}
#header_menu li.return_false a{
    color: #333!important;
    pointer-events: none;
}

/* =============================================== */
/* toggle */
/* =============================================== */

.accordion_btn{
  cursor: pointer;
}
.accordion_contents{
  display: none;
}
.edw_contents .accordion_btn.open {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  border: 1px solid #838383;
  padding: 0.9em 4.1em;
  background: url(/assets/img/common/btn_open.png) no-repeat;
  background-position: 0.6em 50%;
}
.contents_more{
  display: none;
}
.btn_more.open a {
    font-size: 16px;
    line-height: 1.75;
    color: #0D63C8;
    background-color: rgba(13,99,200,0.1);
    display: inline-block;
    padding: 0.53em 3em 0.5em 3.8em;
    background-image: url(/assets/img/common/icon_btn_more_close.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 2.4em 50%;
    line-height: 1;
    text-decoration: none;
    margin-top: 10px;
}

#header_menu_overlay {
    display: none;
    z-index: 8000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: rgba(255,255,255,.8);
}
#header_menu {
    display: none;
    z-index: 8001;
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 24px 12px;
    background-color: #ffffff;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}
#header_menu,
#header_menu ul,
#header_menu div,
#header_menu_overlay{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
#header_menu li {
  padding: 10px 0;
  background: url(/assets/img/common/arrow_header_menu.svg) no-repeat;
  background-position: 0 50%;
  padding-left: 25px;
}
#header_menu li a {
  color: #0D63C8;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  text-decoration: none;
}
#header_menu .border_dot:before {
    content: "";
    display: block;
    width: 104%;
    height: 1px;
    background: url(/assets/img/common/border.gif) repeat-x;
    background-position: 0 0;
    position: absolute;
    bottom: 0;
    left: -7px;
}

.edw_contents .title_toggle {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  border: 1px solid #838383;
  padding: 0.9em 4.1em;
  background: url(/assets/img/common/btn_close.png) no-repeat;
  background-position: 0.6em 50%;
}
.edw_contents .title_toggle.close {
  background-image: url(/assets/img/common/btn_close.png);
}
#js-open-false{

}

@media only screen and (max-width: 768px) {
  .edw_contents .title_toggle {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    border: 1px solid #838383;
    padding: 0.9em 1em 0.9em 4.4em;
    background: url(/assets/img/common/btn_close.png) no-repeat;
    background-position: 0.6em 50%;
  }
  .edw_contents .title_toggle.close {
    background-image: url(/assets/img/common/btn_close.png);
  }
  .edw_contents .accordion_btn.open {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      border: 1px solid #838383;
    padding: 0.9em 1em 0.9em 4.4em;
      background: url(/assets/img/common/btn_open.png) no-repeat;
      background-position: 0.6em 50%;
  }
}
