@charset "utf-8";
/* 2017.12 added module */
/* filter selection module from here */
.header_nav {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 87.5%;
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 5px 0 25px;
  border-bottom: 1px solid #e8e9eb;
}

.header_nav a {
  color: #313233;
}

.header_nav_list {
  display: table;
  height: 30px;
  margin: 0 auto;
  max-width: 1700px;
}

.header_nav_list > li {
  display: table-cell;
  vertical-align: bottom;
  white-space: nowrap;
}

.header_nav_list > li a {
  background: #fff;
  border: 1px solid #bdbfc1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  line-height: 30px;
  margin: 0 11px 0 0;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

.header_nav_list > li a:hover {
  background: #545454;
  border: 1px solid #545454;
  color: #fff;
}

.header_nav_list > li:last-child a {
  margin-right: 0;
}

.header_nav_list > li a.stay {
  background: #545454;
  color: #fff;
  font-weight: bold;
  border: 1px solid #545454;
}

.header_nav_list > li span {
  border: none;
  display: inline;
  padding: 0;
}

.header_nav_list > li span.icon {
  margin: 0 3px;
}

.header_nav_list > li span > span {
  font-size: 1.1em;
}

@media screen and (max-width: 767px) {
  .header_nav {
    border-right: none;
    border-left: none;
    margin: 5px 0 40px;
  }
  .header_nav_list > li a {
    line-height: 42px;
    min-width: 44px;
    padding: 0 8px;
  }
}

/*/nav*/
/* filter selection module to here */
/* sns */
.page_main {
  padding: 50px 0 0;
}
h1.sns_page_title {
  font-size: 1.714288em;
  margin: 0.67em 0 1.3em;
}
.sns_article {
  width: 950px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 25px 60px;
}

.sns_category {
  width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 75px;
}

.sns_category_title {
  font-weight: normal;
  margin: 80px 0 0;
}

.sns_account {
  border-radius: 4px;
  padding: 15px;
  border: solid 1px #bdbfc1;
  margin: 20px 0;
}

.sns_account dt {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  width: 41%;
  margin-right: 2%;
}

.sns_account dd {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 56%;
  padding-bottom: 0;
}

.sns_account_name {
  font-size: 1.285712em;
  margin: 0;
  padding: 6px 10px 0;
}

.sns_account_name.notice_link a::after {
  top: 8px;
  right: -18px;
  height: 8px;
  width: 8px;
}

.sns_account_media li {
  display: inline-block;
  margin-left: 25px;
}

.sns_account_media li:first-child {
  margin-left: 0;
}

.sns_category_label {
  display: inline-block;
  border: 1px solid #ff0033;
  padding: 2px 10px;
  color: #ff0033;
  font-weight: bold;
  font-size: 1rem;
  margin: 40px 0 20px;
}

@media screen and (max-width: 950px) {
  .js .page_main {
    padding: 0;
  }
  .sns_category {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
  }
  .sns_article {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px 60px;
  }
}
.sns_account_media li a img {
  width: 35px;
}

@media screen and (max-width: 767px) {
  .js .page_main {
    padding: 10px 0 0;
  }
  h1.sns_page_title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.42857em;
  }
  .header_nav {
    border-right: none;
    border-left: none;
    margin: 5px 0 20px;
    padding: 10px 5px 15px;
    border-top: 1px solid #e8e9eb;
  }
  .sns_article {
    width: 100%;
    padding: 0 0 80px;
  }
  .sns_category {
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
  }
  .sns_account {
    width: 100%;
    border-radius: 0;
    padding: 0;
    border-top: solid 1px #bdbfc1;
    border-bottom: none;
    border-right: none;
    border-left: none;
    margin: 20px 0 30px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  .sns_account dt {
    text-align: left;
    display: block;
    vertical-align: top;
    font-weight: bold;
    width: 100%;
    padding: 15px; 
    border-bottom: solid 2px #f2f3f5;
    box-sizing: border-box;
  }
  .sns_account dd {
    text-align: left;
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px 15px 15px;
    box-sizing: border-box;
  }
  .sns_account_media li {
    display: inline-block;
    margin: 15px 20px 0 0;
  }
  .sns_account_media li a img {
    width: 40px;
  }
  .sns_category_title {
    font-weight: normal;
    margin: 20px auto 30px;
    position: relative;
    text-align: center;
    font-size: 87.54%;
    width: 90%;
    display: block;

  }
  .sns_category_title::before,
  .sns_category_title::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 20%;
    height: 0;
    border-bottom: solid 2px #f2f3f5;
  }
  .sns_category_title::before{
    left: 0;
  }
  .sns_category_title::after {
    right: 0;
  }
  .sns_category_label {
      margin: 0 15px 10px;
  }
  h3 a.arrow_link::after {
    top: -3px;
  }
}
