@charset "utf-8";
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#guide main {
  width: 910px;
  margin: 0 auto 40px;
  display: flex;
}
#main_contents_new2008 h1 {
  background: url(/wr_css/wr_img/under/title_bg_01.gif) no-repeat left top;
  padding: 5px 20px 2px 12px;
  margin: 40px 0 20px;
  font-size: 26px;
  color: #3c3c3c;
  font-weight: bold;
}
#main_contents_new2008 h2 {
  background: url(/wr_css/wr_img/under/subtitle_bg_01.gif) left bottom repeat-x;
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 1.4em;
  color: #3c3c3c;
  margin-bottom: 18px;
}
#main_contents_new2008 h2 span {
  display: block;
  border: 1px #c4d8e1 solid;
  padding: 8px 12px 6px;
}
#main_contents_new2008 h3 {
  margin: 1.5em 0px 10px;
}
.top_function {
  margin: 0;
  padding: 0px 10px 30px;
}
.top_function p {
  color: #3c3c3c;
  font-size: 15px !important;
  line-height: 1.6em !important;
  margin-bottom: 1em;
}
.top_function table {
  line-height: 1.6em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
}
 .top_function table tr th, .top_function table tr td {
  padding: 7px;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}
.top_function table tr th {
  background: #F1F9FA;
}
.top_function ul {
  margin: 1em 0;
}
.top_function ul li {
  font-size: 12px;
  list-style: none;
  line-height: 1.4em;
  margin-left: 1em;
  text-indent: -1em;
}
#cookie {
  padding-top: 90px;
  margin-top: -90px;
}
#accordion_area {
  margin: 2em 0;
}
#accordion_area dt {
  position: relative;
  box-sizing: border-box;
  padding: 13px 10px 10px;
  border: 1px solid #222222;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
}
#accordion_area dt:before, #accordion_area dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #222222;
  transition: 0.3s;
}
#accordion_area dt:after {
  transform: translateY(-50%) rotate(90deg);
}
#accordion_area dt.open:after {
  opacity: 0;
}
#accordion_area dt:hover {
  color: #1d2088;
  border: 1px solid #1d2088;
  opacity: 0.8;
}
#accordion_area dt:hover:before, #accordion_area dt:hover:after {
  background: #1d2088;
}
#accordion_area dd {
  display: none;
}
#accordion_area dd #online-privacy-notice p._opn_type_name {
  font-weight: bold;
  margin: 2em 0 0.5em;
}
#online-privacy-notice {
  width: 95%;
  margin: 0 auto;
}
._opn_node_title, ._opn_node {
  display: table;
  width: 100%;
  min-height: 2em;
}
span._opn_node_items.name, a._opn_node_items.name {
  border-left: 1px solid #cccccc;
}
span._opn_node_items, a._opn_node_items {
  display: table-cell;
  width: 25%;
  font-size: 75%;
  vertical-align: middle;
  background-color: #F1F9FA;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding: 0.5em;
  box-sizing: border-box;
}
span._opn_node_items {
  padding: 0.8em 0.5em;
}
a._opn_node_items {
  border-top: 0;
  background: none;
  color: #3273dc;
  text-decoration: none;
}
a._opn_node_items:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #guide main {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  #main_contents_new2008 {
    width: 100%;
  }
  #main_contents_new2008 h1 {
    font-size: 20px;
  }
  #main_contents_new2008 h3 {
    font-size: 16px;
  }
  #main_contents_new2008 .top_function {
    padding: 0px 10px 30px;
  }
  #main_contents_new2008 .top_function p {
    font-size: 1.4rem;
  }
  #main_contents_new2008 .top_function table {
    font-size: 1.4rem;
  }
  #main_contents_new2008 .top_function table tr th {
    width: 7em;
  }
  #main_contents_new2008 .top_function ul li {
    font-size: 1.2rem;
  }
  #cookie {
    padding-top: 50px;
    margin-top: -50px;
  }
  #accordion_area {
    margin: 2em 0 3em;
  }
  #accordion_area dt {
    font-size: 16px;
  }
  #ad, #an, #da {
    display: none;
  }
  span._opn_node_items, a._opn_node_items {
    display: block;
  }
  ._opn_node_inner_wrap {
    display: flex;
  }
  ._opn_node_inner_wrap.name span._opn_node_thead {
    border-top: 1px solid #cccccc;
  }
  span._opn_node_thead {
    width: 40%;
    background-color: #F1F9FA;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0 10px 5px;
  }
  a._opn_node_items {
    width: 60%;
    padding: 10px 0 10px 5px;
  }
  a._opn_node_items.name {
    border-top: 1px solid #cccccc;
    border-left: 0;
  }
  ._opn_node_title, ._opn_node {
    margin-bottom: 1em;
  }
}