<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* --------------------------------
  outline
------------------------------------- */
body {
  font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #505050;
  -webkit-animation: fade-in ease .5s;
          animation: fade-in ease .5s;
  overflow-x: hidden;
}

.no-scroll {
  overflow: hidden;
}

.main {
  width: 100%;
}
.inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.home .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.wrap {
  z-index: 99;
}
.wrap.js-serch_open::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .46;
}

@media screen and (max-width: 768px) {
  .main {
    width: 100%;
    max-width: 100%;
  }
  .inner {
    width: 100%;
    max-width: 89.3333%;
  }
  .home .inner {
    max-width: 100%;
  }
  .wrap.js-global_nav-active::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .46;
    z-index: 9;
  }
}


/* -----------------------------------------
  animation
----------------------------------------- */
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* --------------------------------
  scrollbar
------------------------------------- */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #096486;
  border-radius: 0 0 4px 4px;
}

.no_scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no_scrollbar::-webkit-scrollbar {
  display: none;
}

/* --------------------------------
  .pc-only / .sp-only / .dis_ib
------------------------------------- */
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/* --------------------------------
  common style
------------------------------------- */
h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}
h4 {
  font-size: 16px;
  line-height: 1.25;
}

p {
  display: block;
  font-size: 16px;
  line-height: 22px;
}

a,
button {
  color: #323232;
  -webkit-transition: .2s;
  transition: .2s;
}
a:hover,
button:hover,
input:hover {
  opacity: .7;
}

ol &gt;ol &gt;li {
  padding-left: 1em;
}
ol &gt;ol &gt;ol &gt;li {
  padding-left: 2em;
}

label:hover {
  cursor: pointer;
}
.label:hover {
  cursor: pointer;
  color: #096486;
}
select, textarea {
  font-size: 100%;
}
[type=password], [type=text] {
  font-size: 16px;
}
[type=button], [type=reset], [type=submit], button {
  /* width: 100%; */
  /* height: 100%; */
}

@media screen and (max-width: 767px) {
  a:hover,
  button:hover,
  input:hover {
    opacity: 1;
  }
}

/* common style - classname part_01 */
.headline {
  margin-bottom: 80px;
  text-align: center;
}

.none {
  display: none;
}

.sec_box {
  margin: 0 auto;
  text-align: left;
}

.txtlink {
  /* color: #fff; */
  color: #7DB9D0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}

.ul_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ul_dot li::before {
  content: "・";
}

.etc {
  margin-left: 4em;
}

@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
}

/* --------------------------------
// .lower_header
------------------------------------- */
.lower_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 106px;
  background: url(../images/bg_header.jpg) no-repeat center;
  background-size: cover;
  -webkit-transition: .25s;
  transition: .25s;
}

.page-login .global_nav {
  display: none;
}

.nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav_box a {
  color: #fff;
}
.nav_box .top_headline {
  -ms-flex-negative: 2;
      flex-shrink: 2;
  width: 398px;
  margin: 0 12px;
}

.pc_menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 14px 0;
  padding-right: 20px;
}
.pc_menu .menu_item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 35px;
  font-size: 14px;
}

.sp_menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_menu {
    display: none;
  }
  .sp_menu {
    display: block;
  }

  .page-top .lower_header {
    background: #ededed;
  }
  .lower_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 67px;
    background: none;
  }
  .lower_header .inner {
    max-width: 100%;
  }
  .nav_box .top_headline {
    max-width: 253px;
    width: 67.4666%;
    margin: 20px 0 0 17px;
  }

  /* .nav_box .btn */
  .nav_box .btn {
    width: 37px;
    height: 100%;
    margin-bottom: 1px;
    cursor: pointer;
    color: #fff;
    text-align: center;
  }
  .nav_box .btn_box {
    position: fixed;
    top: 18px;
    right: 20px;
    display: block;
    margin: 0 auto;
    width: 37px;
    height: 30px;
    z-index: 100;
  }
  .nav_box .btn_box.js-evt_none {
    pointer-events: none;
    z-index: 9;
  }
  .nav_box .btn_box span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #096486;
  }
  .nav_box .txt {
    margin-left: -3px;
    font-size: 14px;
    font-weight: bold;
    color: #096486;
    line-height: 1;
  }
  .nav_box .btn_box,
  .nav_box .btn_box span {
    -webkit-transition: .25s;
    transition: .25s;
  }
  .nav_box .btn_box span:nth-of-type(1) {
    top: 0px;
  }
  .nav_box .btn_box span:nth-of-type(2) {
    top: 12px;
  }
  .nav_box .btn_box span:nth-of-type(3) {
    bottom: 0;
  }
  .nav_box .btn_box.js-active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
            transform: translateY(11px) rotate(-45deg);
  }
  .nav_box .btn_box.js-active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: height0 .25s forwards;
            animation: height0 .25s forwards;
  }
  .nav_box .btn_box.js-active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
            transform: translateY(-13px) rotate(45deg);
  }

  /* .global_nav.js-active */
  .global_nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 78.9333%;
    height: 100vh;
    padding: 99px 16px 0 36px;
    color: #5A5A5A;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: auto;
    z-index: 99;
  }
  .global_nav.js-active {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    height: 100vh;
  }

  .global_nav li {
    margin-bottom: 25px;
  }
  .global_nav a {
    color: #5A5A5A;
    font-size: 16px;
    font-weight: bold;
  }
}

/* --------------------------------
// .homepage
------------------------------------- */
.homepage {
  padding: 68px 0 30px;
  background: url(../images/bg_login.jpg) no-repeat center;
  background-size: cover;
}

.wrap_home .sec_box {
  text-align: center;
}
.wrap_home .headline_box {
  padding: 175px 0 93px;
  text-align: center;
}
.wrap_home .headline {
  max-width: 612px;
  margin: 60px auto 100px;
}
.wrap_home .lead {
  max-width: 658px;
  margin: 0 auto 84px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 27px;
}

.wrap_home {
  margin: 91px auto 63px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .wrap_home .headline_box {
    padding: 175px 0 93px;
  }
  .wrap_home .headline {
    max-width: 298px;
    margin: 73px auto 37px;
  }
  .wrap_home .lead {
    max-width: 298px;
    margin: 0 auto 44px;
    font-size: 18px;
  }
  .wrap_home {
    margin: 43px auto 10px;
    text-align: center;
  }
}

/* .submit_btn */
.submit_btn input[type=submit] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  height: 63px;
  margin: 80px auto;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  background-color: #000;
  background: url(../images/bg_login_btn.jpg) no-repeat center;
  border-radius: 32px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 7px 7px rgba(0,0,0,.16));
          filter: drop-shadow(0 7px 7px rgba(0,0,0,.16));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: .25s;
  transition: .25s;
}
/* .submit_btn input[type=submit]::after {
  content: "";
  position: absolute;
  right: 35px;
  width: 12px;
  height: 17px;
  background: url(../images/ico_login.svg) no-repeat center;
  background-size: contain;
} */
.submit_btn input[type=submit]:hover {
  opacity: .7;
}
.register_link {
  display: inline-block;
  margin: 28px auto 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .submit_btn  input[type=submit] {
    width: 242px;
    height: 51px;
    margin: 43px auto 10px;
    font-size: 20px;
    font-weight: 400;
  }
  /* .submit_btn input[type=submit]::after {
    right: 18px;
    width: 12px;
    height: 17px;
    background: url(../images/ico_login.svg) no-repeat center;
    background-size: contain;
  } */
  .register_link {
    position: relative;
    margin: 22px auto 0;
    font-size: 18px;
  }
  .register_link::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    -webkit-transition: .5s;
    transition: .5s;
    background: url(../images/line_register_link.svg) no-repeat center;
  }
  .register_link:hover::after {
    bottom: -100px;
    opacity: 0;
  }
}

/* --------------------------------
// .lowerpage
------------------------------------- */
.lowerpage {
  padding: 81px 0 108px;
}

/* --------------------------------
// /include/form-member_xxx - common style
------------------------------------- */
.form-member_box {
  /* max-width: 547px; */
  margin: 0 auto;
}
.form-member_box legend {
  display: none;
}

/* .form-member_box .form */
.form-member_box .form .label_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* margin-bottom: 23px; */
  text-align: left;
}
.form-member_box .form .label_box .label {
  width: 118px;
}
.form-member_box .form .label_box .div_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* width: 428px;
  height: 34px;
  padding: 0 .75em;
  font-size: 16px;
  border-radius: 27px;
  border: 1px solid #BCBCBC;
  background-color: #fff; */
}
.form-member_box .form .label_box input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

@media screen and (max-width: 767px) {
  .form-member_box {
    /* max-width: 73.3333%; */
  }

  .form-member_box .form .label_box {
    display: block;
    width: 100%;
    margin: 0 auto 12px;
  }
  .form-member_box .form .label_box .label {
    width: 100%;
    margin-bottom: 2px;
  }
  .form-member_box .form .label_box .div_text {
    display: block;
    width: 100%;
    /* height: 34px; */
  }
}

/* .form-member_box .form .item_box */
.form-member_box .form .item_box {
  padding-left: 118px;
}
.form-member_box .form .item_box01 {
  margin-bottom: 24px;
}
.form-member_box .form .item_box02 {
  margin-bottom: 81px;
  text-align: left;
}
.form-member_box .form .item_box .button_div {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .form-member_box .form .item_box {
    padding-left: 0;
  }
  .form-member_box .form .item_box01 {
    margin-top: 20px;
    margin-bottom: 34px;
  }
  .form-member_box .form .item_box02 {
    margin-bottom: 66px;
    text-align: left;
  }
  .form-member_box .form .item_box .button_div {
    margin-bottom: 10px;
  }
}

/* .form-member_box .form .item_box .label */
.form-member_box .form .item_box .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-member_box .form .item_box .label .checkbox_input {
  display: none;
}
.form-member_box .form .item_box .label .txt {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
}
.form-member_box .form .item_box .label .txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  outline: 1px solid #BCBCBC;
  background: #fff;
  border-radius: 3px;
}
.form-member_box .form .item_box .label .checkbox_input:checked + .txt {
  color: #096486;
}
.form-member_box .form .item_box .label .checkbox_input:checked + .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #096486;
  border-right: 3px solid #096486;
}

.form-member_box .form .item_box .txtlink {
  color: #7DB9D0;
  font-size: 14px;
  font-weight: 400;
}
.wrap_home .txtlink {
  color: #fff;
  /* text-decoration: none; */
}

/* --------------------------------
// .about
------------------------------------- */
.lowerpage_about {
  padding: 87px 0 172px;
}

.wrap_about .headline {
  max-width: 612px;
  margin: 60px auto 114px;
}
.wrap_about .sec_title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}
.wrap_about .lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.wrap_about .sec_box {
  max-width: 682px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.wrap_about .terms_box .sec_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .lowerpage_about {
    padding: 62px 0 80px;
  }
  .wrap_about .inner {
    width: 88%;
    margin: 0 auto;
  }
  .wrap_about .headline {
    max-width: 83.0303%;
    margin: 60px auto 56px;
  }
  .wrap_about .sec_title {
    margin-bottom: 31px;
    line-height: 29px;
  }
  .wrap_about .lead {
    line-height: 24px;
  }
  .wrap_about .sec_box {
    max-width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }
}

/* .wrap_about .sec_box01 */
.wrap_about .sec_box01 {
  margin-bottom: 152px;
}
.wrap_about .sec_box01 .sec_title {
  color: #08428F;
}

/* .wrap_about .sec_box02 */
.wrap_about .sec_box02 {
  margin-bottom: 60px;
}
.wrap_about .sec_box02 .sec_title {
  color: #57416B;
}
.wrap_about .sec_box02 .box_title {
  width: 58px;
  font-size: 16px;
  font-weight: 400;
}

.wrap_about .sec_box02 .ul_dot {
  margin-bottom: 43px;
}
.wrap_about section .ul_box:last-of-type .ul_dot:last-of-type {
  margin-bottom: auto;
}
/* .wrap_about .sec_box03 */
.wrap_about .sec_box03 {
  margin-bottom: 135px;
}
.wrap_about .sec_box03 .sec_title {
  color: #086279;
}

@media screen and (max-width: 767px) {
  .wrap_about .sec_box01 {
    margin-bottom: 125px;
  }
  .wrap_about .sec_box02 {
    margin-bottom: 66px;
  }
  .wrap_about .sec_box02 .box_title {
    width: 58px;
  }
  .wrap_about .sec_box02 .ul_dot {
    margin-bottom: 29px;
  }
  .wrap_about .sec_box03 {
    margin-bottom: 81px;
  }
  .wrap_about .sec_box03 .sec_title {
    line-height: 27px;
  }
}

/* .terms_box */
.terms_box {
  max-width: 682px;
  margin: 0 auto;
}
.terms_box .sec_title {
  margin-bottom: 20px;
  color: #5A5A5A;
  font-size: 24px;
  font-weight: 400;
}
.terms_box .box_title {
  font-weight: 300;
}

.terms_box .scroll_box {
  width: 100%;
  height: 191px;
  padding: .25em .5em;
  border: 1px solid #707070;
  overflow-y: auto;
}
@media print {
  .terms_box .scroll_box {
    height: auto;
  }
}
.terms_box .txt_box {
  margin-bottom: 1em;
}
.terms_box .txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .terms_box {
    max-width: 100%;
  }
  .terms_box .sec_title {
    font-size: 20px;
  }
  .terms_box .scroll_box {
    width: 100%;
    height: 272px;
  }
}

/* --------------------------------
// .login
------------------------------------- */


/* --------------------------------
// .register
------------------------------------- */

@media screen and (max-width: 767px) {
  .wrap_register .inner {
    max-width: 100%;
  }
  .wrap_register .form-member_box .submit_btn {
    margin: 139px auto 10px;
  }
}

/* --------------------------------
// .pwdreset
------------------------------------- */
.wrap_pwdreset .form-member_box {
  max-width: 594px;
}
@media screen and (max-width: 767px) {
  .wrap_pwdreset .form-member_box {
    max-width: 73.3333%;
  }
  .wrap_pwdreset .form-member_box .submit_btn {
    margin: 139px auto 10px;
  }
}

/* --------------------------------
// .privacy
------------------------------------- */
.lowerpage_privacy {
  padding: 63px 0 120px;
}

.wrap_privacy .headline {
  margin-bottom: 62px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
.wrap_privacy .sec_title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.wrap_privacy .terms_box {
  max-width: 100%;
}
.wrap_privacy .terms_box .txt_box {
  max-width: 634px;
  margin: 0 auto 1.6em;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.wrap_privacy .terms_box .txt {
  margin-bottom: 1.6em;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .lowerpage_privacy {
    padding: 98px 0 120px;
  }
  .wrap_privacy .headline {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
  }
  .wrap_privacy .sec_title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }
  .wrap_privacy .terms_box {
    max-width: 100%;
  }
  .wrap_privacy .terms_box .txt_box {
    max-width: 634px;
    margin: 0 auto 1.6em;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }
  .wrap_privacy .terms_box .txt {
    margin-bottom: 1.6em;
    line-height: 26px;
  }
}

/* --------------------------------
// .top
------------------------------------- */
.lowerpage_top {
  position: relative;
  padding: 0 0 120px;
}

.wrap_top .headline {
  margin-bottom: 62px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

.wrap_top .top_topics_box .sec_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 31px;
}
.wrap_top .top_topics_box .sec_title {
  font-size: 24px;
  font-weight: bold;
}
.wrap_top .top_topics_box .sec_title_box .pc_morelink {
  margin-left: 15px;
}

/* .wrap_top .top_topics_box */
.wrap_top .top_topics_box {
  padding: 63px 0 52px;
  background: #ededed;
}
.top_topics_box .sp_morelink {
  display: none;
}

/* .wrap_top .top_memberlist_box */
.wrap_top .headline_memberlist_box {
  padding: 55px 0 0;
}

.wrap_top .memberdate .dl_box {
  padding: 17px 11px;
}
.wrap_top .memberdate .dl_box dl {
  margin-bottom: 15px;
}

/* .ul_postlist */
.ul_postlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ul_postlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 217px;
  margin-right: 28px;
  color: #5a5a5a;
}
.ul_postlist li:last-of-type {
  margin-right: 0;
}
.ul_postlist .img_box {
  max-width: 217px;
  height: 135px;
  margin-bottom: 4px;
  border: 1px solid #707070;
}
.ul_postlist .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ul_postlist li .post_title {
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 24px;
}
.ul_postlist li .post_date {
  margin-top: auto;
  color: #969696;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .lowerpage_top {
    padding: 0 0 80px;
  }
  .wrap_top .inner {
    max-width: 100%;
  }
  .wrap_top .top_topics_box .sec_title_box {
    display: block;
    text-align: center;
    margin-bottom: 23px;
  }
  .wrap_top .top_topics_box .sec_title {
    font-size: 20px;
    font-weight: bold;
  }
  .wrap_top .top_topics_box .sec_title_box .pc_morelink {
    display: none;
  }

  /* .wrap_top .top_topics_box */
  .wrap_top .top_topics_box {
    padding: 29px 0 23px;
    background: #ededed;
  }
  .top_topics_box .ul_postlist li:nth-child(n+2) {
    display: none;
  }

  /* .wrap_top .top_memberlist_box */
  .wrap_top .headline_memberlist_box {
    max-width: 89.3333%;
    margin: 0 auto;
    padding: 18px 0 0;
  }

  /* .ul_postlist */
  .ul_postlist {
    display: block;
    margin-bottom: 20px;
    padding: 8px 10px;
  }
  .ul_postlist li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 94.1333%;
    max-width: 94.1333%;
    margin: 0 auto;
    margin-right: 0;
  }
  .ul_postlist .img_box {
    width: 144px;
    min-width: 144px;
    max-width: 144px;
    height: 91px;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .ul_postlist li .txt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ul_postlist li .post_title {
    font-size: 15px;
    line-height: 20px;
  }

  .top_topics_box .sp_morelink {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .top_topics_box .sp_morelink a {
    font-size: 12px;
    font-weight: 400;
  }

  .wrap_top .memberdate .dl_box {
    padding: 0;
  }
  .wrap_top .memberdate .dl_box dl {
    margin-bottom: 7px;
  }
}

/* .headline_memberlist */
.headline_memberlist_box {
  padding: 55px 0;
}
.headline_memberlist {
  margin-bottom: 23px;
  font-size: 24px;
  font-weight: bold;
}

/* .tag_box */
.tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 115px;
}
.tag_box .tag_name {
  margin-left: 1em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.tag_box .tag_name:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .top_memberlist_box {
    padding: 20px 0;
  }
  .headline_memberlist_box {
    padding: 0 17px;
  }
  .headline_memberlist {
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: bold;
  }
  .tag_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 18px;
  }
  .tag_box .tag_name {
    margin-left: 1em;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  .tag_box .tag_name:first-of-type {
    margin-left: 0;
  }
}

/* .sort_box */
.sort_box .sort_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 574px;
  margin: 0 auto;
}
.sort_box .sort_btn_box .sort_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 38px;
  width: 172px;
  height: 43px;
  padding-right: 10px;
  border-radius: 32px;
  background: url(../images/bg_sort_btn.jpg) no-repeat center;
  background-size: cover;
  font-size: 16px;
  font-weight: bold;
  -webkit-filter: drop-shadow(3px 7px 7px rgba(0,0,0,.16));
          filter: drop-shadow(3px 7px 7px rgba(0,0,0,.16));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.sort_box .sort_btn_box .sort_btn:last-child {
  margin-right: 0;
}
.sort_box .sort_btn_box .sort_btn::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 9px;
  height: 7px;
  background: url(../images/ico_sort_btn.svg) no-repeat center;
}
.sort_box .sort_btn_box .sort_btn_search::after {
  right: 9px;
  width: 20px;
  height: 20px;
  background: url(../images/ico_search.svg) no-repeat center;
}

.sort_box .sort_btn_box .sort_btn_search.js-serch_open {
  margin-bottom: 0;
  border-radius: 16px 16px 0 0;
  background: #ededed;
  -webkit-filter: none;
          filter: none;
  z-index: 99;
}
.sort_box .sort_btn_box .sort_btn_search.js-serch_open:hover {
  opacity: 1;
}
.sort_box .sort_btn_box .sort_btn_search.js-serch_open::before {
  position: absolute;
  bottom: -62px;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 172px;
  height: 62px;
  background: #ededed;
  -webkit-box-shadow: 3px 7px 7px 0 rgb(0 0 0 / 16%);
          box-shadow: 3px 7px 7px 0 rgb(0 0 0 / 16%);
}

@media screen and (max-width: 767px) {
  .sort_box {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    z-index: 9;
  }
  .sort_box .sort_btn_box::after {
    content: "　";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    background: transparent;
  }
  .sort_box .sort_btn_box {
    width: 100%;
    padding: 0 0 0 17px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .sort_box .sort_btn_box::-webkit-scrollbar {
    display: none;
  }

  .sort_box .sort_btn_box .sort_btn {
    position: relative;
    margin-bottom: 40px;
    width: 141px;
    min-width: 141px;
    height: 40px;
    margin-right: 13px;
    padding-left: 0;
    padding-right: 10px;
    border-radius: 32px;
    background: url(../images/bg_sort_btn.jpg) no-repeat center;
    background-size: cover;
    font-size: 14px;
  }
  .sort_box .sort_btn_box .sort_btn:last-child {
    margin-right: 0;
  }
  .sort_box .sort_btn_box .sort_btn::after {
    content: "";
    /* position: relative; */
    /* left: 12px; */
    width: 9px;
    height: 7px;
    background: url(../images/ico_sort_btn.svg) no-repeat center;
  }

  .sort_box .sort_btn_box .sort_btn_register.js-filter,
  .sort_box .sort_btn_box .sort_btn_qualification.js-filter {
    pointer-events: none;
  }
  .sort_box .sort_btn_box .sort_btn_register.js-filter::before,
  .sort_box .sort_btn_box .sort_btn_qualification.js-filter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    background: rgba(0,0,0,.46);
  }

  .sort_box .sort_btn_box .sort_btn_search::after {
    /* left: 9px; */
    width: 20px;
    height: 20px;
    background: url(../images/ico_search.svg) no-repeat center;
  }
  .sort_box .sort_btn_box .sort_btn_search.js-serch_open {
    margin-bottom: 0;
    border-radius: 19px 19px 0 0;
    background: #ededed;
    -webkit-filter: none;
            filter: none;
  }
  .sort_box .sort_btn_box .sort_btn_search.js-serch_open:hover {
    opacity: 1;
  }
  .sort_box .sort_btn_box .sort_btn_search.js-serch_open::before {
    position: absolute;
    bottom: -62px;
    left: 0;
    right: 0;
    content: "";
    display: block;
    width: 141px;
    height: 62px;
    background: #ededed;
  }
}

/* .search_form_box */
.search_form_box {
  position: relative;
  width: 775px;
  height: 418px;
  margin: -30px auto 0;
  padding: 20px 18px;
  background: #EDEDED;
  border-radius: 12px;
  -webkit-box-shadow: 3px 7px 7px 0 rgba(0,0,0,.16);
          box-shadow: 3px 7px 7px 0 rgba(0,0,0,.16);
  z-index: 99;
  display: none;
}
.search_form_box.js-serch_open {
  margin-top: -10px;
}

.search_form_box .search_submit_btn_box input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 121px;
  height: 37px;
  margin: 0 auto 8px;
  background: url(../images/ico_search_submit_btn.svg) no-repeat ,url(../images/bg_search_submit_btn.jpg) no-repeat ;
  background-size: 9px 14px ,cover;
  background-position: center right 15px, center center;
  border-radius: 32px;
  font-size: 15px;
  -webkit-filter: drop-shadow(3px 7px 7px rgba(0,0,0,.16));
          filter: drop-shadow(3px 7px 7px rgba(0,0,0,.16));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  color: #fff;
}


/* .search_form_box .checkbox_box */
.search_form_box .checkbox_box {
  height: 330px;
  margin-bottom: 10px;
  padding: 0 18px 0 10px;
  overflow-y: auto;
}
.search_form_box .checkbox_box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.search_form_box .checkbox_box::-webkit-scrollbar-track {
  background-color: transparent;
}
.search_form_box .checkbox_box::-webkit-scrollbar-thumb {
  background-color: #BABABA;
  border-radius: 3px;
}

.search_form_box .checkbox_title {
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.search_form_box .checkbox_name {
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #CBCBCB;
}

.search_form_box .label_box,
.search_form_box .label_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #CBCBCB;
}
.search_form_box .label_box {
  display: none;
  padding-bottom: 1em;
  border-top: 0;
}
/* .search_form_box .label_box_etc */
.search_form_box .label_box_etc {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search_form_box .label_box_etc .label {
  width: 48%;
}

.search_form_box .label_box .label {
  margin-right: 12px;
}
.search_form_box .label_box .checkbox_input {
  margin-right: 2px;
}

.search_form_box .label_box:last-child {
  border-bottom: 1px solid #CBCBCB;
}

/* .checkbox_box .tgl */
.checkbox_box .tgl {
  background: url(../images/ico_checkbox_box_tgl_down.svg) no-repeat;
  background-position: center right 10px;
}
.checkbox_box .tgl.js-open {
  background: url(../images/ico_checkbox_box_tgl_up.svg) no-repeat;
  background-position: center right 10px;
}
.checkbox_box .tgl:hover {
  cursor: pointer;
}

/* .search_form_box .label */
.search_form_box .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 10px 0 10px 1px;
}
.search_form_box .label .checkbox_input {
  display: none;
}
.search_form_box .label .txt {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}
.search_form_box .label .txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  outline: 1px solid #BCBCBC;
  background: #fff;
}
.search_form_box .label .checkbox_input:checked + .txt {
  color: #096486;
}
.search_form_box .label .checkbox_input:checked + .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  width: 8px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #096486;
  border-right: 3px solid #096486;
}
.search_form_box .close_btn {
  position: absolute;
  top: -50px;
  left: auto;
  right: 16px;
  width: 30px;
  height: 30px;
  background: url(../images/ico_close.svg) no-repeat center;
  background-size: contain;
}
.search_form_box .close_btn:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search_form_box {
    position: absolute;
    right: 17px;
    width: 292px;
    height: 529px;
    margin: -22px 0 0 auto;
    padding: 18px 4px;
    background: #EDEDED;
    border-radius: 12px 0 12px 12px;
    -webkit-box-shadow: 3px 7px 7px 0 rgba(0,0,0,.16);
            box-shadow: 3px 7px 7px 0 rgba(0,0,0,.16);
    z-index: 999;
    display: none;
  }
  .search_form_box.js-serch_open {
    margin-top: -25px;
  }

  .search_form_box .close_btn {
    position: absolute;
    top: -33px;
    left: 16px;
    right: auto;
    width: 21px;
    height: 21px;
    background: url(../images/ico_close.svg) no-repeat center;
  }
  .search_form_box .close_btn:hover {
    cursor: pointer;
  }

  .search_form_box .search_submit_btn_box input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 121px;
    height: 37px;
    margin: 0 auto 16px;
    border-radius: 32px;
    font-size: 15px;
    -webkit-filter: drop-shadow(3px 7px 7px rgba(0,0,0,.16));
            filter: drop-shadow(3px 7px 7px rgba(0,0,0,.16));
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  /* .search_form_box .search_submit_btn_box input {
    color: #fff;
  }
  .search_form_box .search_submit_btn_box::after {
    content: "";
    position: relative;
    right: 15px;
    width: 9px;
    height: 14px;
    background: url(../images/ico_search_submit_btn.svg) no-repeat center;
    background-size: cover;
  } */

  /* .search_form_box .checkbox_box */
  .search_form_box .checkbox_box {
    height: 444px;
    padding: 10px 24px;
    overflow-y: auto;
  }
  .search_form_box .checkbox_title {
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
  }
  .search_form_box .checkbox_name {
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #cbcbcb;
  }
  .search_form_box .label_box,
  .search_form_box .label_single {
    display: block;
    margin-bottom: 0;
    padding: 0;
    border-top: 1px solid #d9d9d9;
  }
  .search_form_box .label_box {
    display: none;
    border-top: 0;
  }

  /* .search_form_box .label_box_etc */
  .search_form_box .label_box_etc {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .search_form_box .label_box_etc .label {
    width: 100%;
  }

  .search_form_box .label_single {
    margin: 0;
    padding: 7.25px 0;
    border-top: 1px solid #d9d9d9;
  }
  .search_form_box .label_box label {
    margin-right: 0;
    margin: 5px 0;
    padding: 5px 0 5px 1px;
  }
  .search_form_box .label_box .checkbox_input {
    margin-right: 2px;
  }

  /* .search_form_box .label */
  .search_form_box .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search_form_box .label .checkbox_input {
    display: none;
  }
  .search_form_box .label .txt {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
  }
  .search_form_box .label .txt::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    outline: 1px solid #BCBCBC;
    background: #fff;
  }
  .search_form_box .label .checkbox_input:checked + .txt {
    color: #096486;
  }
  .search_form_box .label .checkbox_input:checked + .txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 3px;
    width: 8px;
    height: 14px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    border-bottom: 3px solid #096486;
    border-right: 3px solid #096486;
  }
}

/* .postlist_box_work */
.postlist_box_work .box_title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

/* .memberdate_box */
.memberdate_box {
  position: relative;
  max-width: 634px;
  margin: 0 auto 33px;
  background: #F8F8F8;
}

/* .memberdate */
.memberdate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px;
}

.memberdate .img_box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  height: 160px;
  margin-right: 14px;
  border: 1px solid #707070;
}
.memberdate .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.memberdate .memberlink {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 119px;
  height: 36px;
  color: #fff;
  font-size: 12px;
  background: url(../images/bg_memberdetail_btn.jpg) no-repeat center;
  background-size: cover;
  border-radius: 32px;
  -webkit-filter: drop-shadow(0 7px 7px rgba(0,0,0,.16));
          filter: drop-shadow(0 7px 7px rgba(0,0,0,.16));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.memberdate .memberlink::after {
  content: "";
  position: relative;
  left: 8px;
  width: 7px;
  height: 10px;
  background: url(../images/ico_memberlink.svg) no-repeat center;
}

.memberdate_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  margin-bottom: 7px;
  text-align: right;
}
.memberdate_box dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 400;
}
.memberdate_box dd {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

/* .js-open_btn */
.js-open_btn {
  width: 100%;
  height: 18px;
  background-image: url(../images/ico_open_btn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaeaea;
}
.js-open_btn:hover {
  cursor: pointer;
  opacity: .7;
}

.js-open_btn.close {
  background-image: url(../images/ico_close_btn.svg);
}

/* .postlist_box_work */
.postlist_box_work {
  display: none;
  padding: 0 27px 35px;
}

.postlist_box_work .ul_postlist li {
  width: 184px;
  margin-right: 13px;
}
.postlist_box_work .ul_postlist li:last-of-type {
  margin-right: 0;
}
.postlist_box_work .ul_postlist .img_box {
  max-width: 184px;
  height: 109px;
  margin-bottom: 7px;
  border: 1px solid #707070;
}
.postlist_box_work .ul_postlist .post_title {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

@media screen and (max-width: 767px) {
  .postlist_box_work .headline04 {
    margin-bottom: 8px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
  }

  /* .memberdate_box */
  .memberdate_box {
    position: relative;
    max-width: 94.1333%;
    margin: 0 auto 27px;
    background: #F8F8F8;
  }

  /* .memberdate */
  .memberdate {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 15px;
  }
  .memberdate .img_box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 90px;
    height: 120px;
    margin-right: 11px;
    border: 1px solid #707070;
  }
  .memberdate .img_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .memberdate .memberlink {
    position: absolute;
    top: 18px;
    right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 99px;
    height: 22px;
    color: #fff;
    font-size: 10px;
    background: url(../images/bg_memberdetail_btn.jpg) no-repeat center;
    background-size: cover;
    border-radius: 32px;
    -webkit-filter: drop-shadow(0 7px 7px rgba(0,0,0,.16));
            filter: drop-shadow(0 7px 7px rgba(0,0,0,.16));
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .memberdate .memberlink::after {
    content: "";
    position: relative;
    left: 7px;
    width: 7px;
    height: 10px;
    background: url(../images/ico_memberlink.svg) no-repeat center;
  }

  .memberdate_box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
    margin-bottom: 7px;
    text-align: right;
  }
  .memberdate_box dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 44px;
    margin-right: 12px;
    font-size: 12px;
    font-weight: 400;
  }
  .memberdate_box dd {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }

  /* .js-open_btn */
  .js-open_btn {
    width: 100%;
    height: 18px;
    background-image: url(../images/ico_open_btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eaeaea;
  }
  .js-open_btn:hover {
    cursor: pointer;
    opacity: .7;
  }

  .js-open_btn.close {
    background-image: url(../images/ico_close_btn.svg);
  }

  /* .postlist_box_work */
  .postlist_box_work {
    display: none;
    padding: 0;
  }
  .postlist_box_work .box_title {
    max-width: 89.3333%;
    margin: 0 auto 7px;
  }

  .postlist_box_work .ul_postlist li {
    width: 94.1333%;
    max-width: 94.1333%;
    margin: 0 auto 19px;
  }
  .postlist_box_work .ul_postlist li:last-of-type {
    margin-right: auto;
  }
  .postlist_box_work .ul_postlist .img_box {
    max-width: 144px;
    height: 91px;
    margin-bottom: 0;
    margin-right: 0;
    border: 1px solid #707070;
  }
  .postlist_box_work .ul_postlist li .txt_box {
    padding: 0 12px;
  }
  .postlist_box_work .ul_postlist .post_title {
    margin-bottom: 2px;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
}
@media screen and (max-width: 320px) {
  .memberdate {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 0;
  }
}


/* --------------------------------
// .member_result
------------------------------------- */
.lowerpage_member_result {
  padding: 9px 0 108px;
}

.wrap_member_result .tag_box {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .lowerpage_member_result {
    padding: 0 0 108px;
  }
  .wrap_member_result .inner {
    max-width: 100%;
  }
  .wrap_member_result .tag_box {
    margin-bottom: 18px;
  }
}

/* --------------------------------
// .topics
------------------------------------- */

@media screen and (max-width: 767px) {
  .lowerpage_topics {
    padding: 98px 0 120px;
  }
}

/* .sec_topics_box */
.sec_topics_box .headline {
  margin-bottom: 37px;
  text-align: left;
}
.sec_topics_box .post_title {
  margin-bottom: 8px;
  color: #5A5A5A;
  font-size: 24px;
  font-weight: 500;
}
.sec_topics_box .post_box {
  width: 634px;
  margin: 0 auto 118px;
}
.sec_topics_box .post_box .img_box {
  width: 100%;
  height: 376px;
  margin-bottom: 12px;
  overflow: hidden;
}
.sec_topics_box .post_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_topics_box .post_box .post_date {
  margin-bottom: 14px;
  color: #969696;
  font-size: 10px;
}
.sec_topics_box .post_box .post_txt {
  color: #505050;
  font-size: 16px;
  line-height: 24px;
}
.sec_topics_box .post_box .post_txt p {
  line-height: 1.5;
  margin: .8em auto;
}
.sec_topics_box .post_box a {
  /* display: block; */
  /* height: 100%; */
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .sec_topics_box .headline {
    margin-bottom: 33px;
    text-align: left;
  }
  .sec_topics_box .post_title {
    margin-bottom: 6px;
    color: #5A5A5A;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }
  .sec_topics_box .post_box {
    width: 100%;
    margin: 0 auto 75px;
  }
  .sec_topics_box .post_box .img_box {
    width: 100%;
    height: 198px;
    margin-bottom: 12px;
    overflow: hidden;
  }
  .sec_topics_box .post_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec_topics_box .post_box .post_date {
    margin-bottom: 14px;
    color: #969696;
    font-size: 10px;
  }
  .sec_topics_box .post_box .post_txt {
    color: #505050;
    font-size: 16px;
    line-height: 24px;
  }

  .sec_topics_box .post_box a {
    display: block;
    height: 100%;
  }
}

/* --------------------------------
// .membercard
------------------------------------- */
.lowerpage_membercard {
  padding: 8px 0 108px;
}
.lowerpage_membercard .headline_memberlist_box {
  padding: 55px 0 20px;
}

/* .card_box */
.card_box {
  width: 655px;
  height: 428px;
  margin: 0 auto 115px;
  border: 1px solid #707070;
  background: #f0f0f0;
  overflow: hidden;
}
/* .card_box .card_number_box */
.card_box .card_number_box {
  position: relative;
  width: 100%;
  height: 122px;
  background: url(../images/bg_card_number_box.png) no-repeat left center;
  background-size: cover;
}
.card_box .card_number_box .card_number {
  position: absolute;
  right: 19px;
  bottom: 15px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: right;
}
/* .card_box .card_info_box */
.card_box .card_info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 306px;
  padding: 36px 41px;
  background: #f0f0f0;
}
.card_box .card_info_box .img_box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 169px;
  height: 225px;
  margin-right: 50px;
  border: 1px solid #707070;
}
.card_box .card_info_box .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* .card_box .card_name_box */
.card_box .card_name_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 54px 0 45px;
}
.card_box .card_name_box .card_name {
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: bold;
}
.card_box .card_name_box .card_name_ruby {
  margin-bottom: 52px;
  font-size: 18px;
  font-weight: bold;
}
.card_company {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 654px) {
  .card_box {
    width: 95%;
    height: 100%;
    overflow: hidden;
  }
  .card_box .card_number_box .card_number {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .card_box .card_info_box {
    height: 100%;
    padding: 20px;
  }
  .card_box .card_info_box .img_box {
    width: 90px;
    height: 120px;
    margin-right: 15px;
  }
  .card_box .card_name_box {
    padding: 0;
  }
  .card_box .card_name_box .card_name {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: bold;
  }
  .card_box .card_name_box .card_name_ruby {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: bold;
  }
}


/* --------------------------------
// .mypage
------------------------------------- */
.lowerpage_mypage {
  padding: 111px 0 108px;
}

.wrap_mypage .memberdate {
  margin-bottom: 100px;
  padding: 20px 20px 20px ;
}

.wrap_mypage .memberdate .memberlink {
  top: 10px;
  right: 10px;
  width: 93px;
  height: 28px;
  background: url(../images/bg_membercard_btn.jpg) no-repeat center;
  background-size: cover;
  border-radius: 32px;
}
.wrap_mypage .memberdate .memberlink::after {
  width: 6px;
  height: 12px;
  background: url(../images/ico_membercard.svg) no-repeat center;
}

@media screen and (max-width: 767px) {
  .lowerpage_mypage {
    padding: 98px 0 120px;
  }

  .wrap_mypage .memberdate {
    margin-bottom: 48px;
    padding: 21px 15px;
  }

  .wrap_mypage .memberdate .memberlink {
    top: 15px;
    right: 6px;
    width: 85px;
    height: 25px;
    background: url(../images/bg_membercard_btn.jpg) no-repeat center;
    background-size: cover;
    border-radius: 32px;
  }
  .wrap_mypage .memberdate .memberlink::after {
    width: 6px;
    height: 12px;
    left: 15px;
    background: url(../images/ico_membercard.svg) no-repeat center;
  }

  .wrap_mypage .memberdate_box dl {
    margin-bottom: 17px;
  }
}

/* --------------------------------
// .footer
------------------------------------- */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 81px;
  background: #fff;
}
.footer .menu_item {
  display: block;
  margin-bottom: 11px;
  font-size: 14px;
  text-align: center;
}
.copyright {
  display: block;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    height: 58px;
  }
  .footer .inner {
    max-width: 100%;
  }
  .footer .menu_item_privacy {
    display: none;
  }
  .copyright {
    font-size: 12px;
    font-weight: 500;
  }
  .copyright br.sp-only {
    display: none;
  }
}


.page #wpmem_login input[type=text],
.page #wpmem_login input[type=password],
.page #wpmem_reg input[type=date],
.page #wpmem_reg input[type=email],
.page #wpmem_reg input[type=number],
.page #wpmem_reg input[type=password],
.page #wpmem_reg input[type=text],
.page #wpmem_reg input[type=url],
.page #wpmem_reg textarea {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

}
#wpmem_login {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.page #wpmem_reg {
  margin: auto;
  width: 800px;
}
.page #wpmem_reg .form-member_box {
  /* max-width: 800px; */
}
#wpmem_login .form-member_box  {
  /* max-width: 600px; */
}
@media screen and (max-width: 767px) {
  #wpmem_login {
    width: 90%;
  }

  .page #wpmem_reg {
    width: 90%;
  }
}
#wpmem_reg input[type="checkbox"] {
  display: none;
  margin: 0;
  height: 0px;
  width: 0px;

}
#wpmem_reg input[type="checkbox"] + label {
  /* white-space: nowrap; */
  margin:  .5em 2em .5em 0;
  display: block;
  position: relative;
}
#wpmem_reg input[type="checkbox"] + label + br{
  display: none;
}
#wpmem_reg input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: .1em;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #999;
  border-radius: 3px;
}
.label_box &gt; label {
  font-weight: bold;
  width: 50%;
  position: relative;
}
#wpmem_reg input[type="checkbox"]:checked+ label::after {
  content: "";
  display: block;
  position: absolute;
  top: .25em;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #096486;
  border-right: 3px solid #096486;
}
#wpmem_reg .label_box {
  /* border-bottom: 1px solid #efefef; */
}
.multicheckbox {
}
.div_multicheckbox {
  width: 50%;
}
@media screen and (max-width: 767px) {
.label_box &gt; label {
  /* .multicheckbox { */
    width: 100%;
  }
  .div_multicheckbox {
    width: 100%;
  }
}

.is-hide {
  display:none;
}

.search_submit_count {
  margin: 0 auto 20px;
}
.search_submit_count_txt {
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.search_clear_box {
  text-align: left;
  margin: 20px 0;
}
.search_clear_btn {
  text-align: center;
  display: inline-block;
  margin: .5em 0 .5em auto ;
  width: auto;
  font-size: 12px;
  background-color: #999;
  color: #fff;
  border: 1px solid 999;
  padding: .5em 1em;
  line-height: 1;
  border-radius: 5px;
}
input::-webkit-input-placeholder {
  color: #ddd;
}
input::-moz-placeholder {
  color: #ddd;
}
input:-ms-input-placeholder {
  color: #ddd;
}
input::-ms-input-placeholder {
  color: #ddd;
}
input::placeholder {
  color: #ddd;
}


.page #wpmem_login .textbox,
.page #wpmem_reg .textbox,
.page #wpmem_login input[type=text],
.page #wpmem_login input[type=password],
.page #wpmem_reg input[type=date],
.page #wpmem_reg input[type=email],
.page #wpmem_reg input[type=number],
.page #wpmem_reg input[type=password],
.page #wpmem_reg input[type=text],
.page #wpmem_reg input[type=url],
.page #wpmem_reg textarea {
  /* border: 1px solid #999; */
  display: block;
  width: 428px;
  height: 34px;
  padding: 0 .75em;
  font-size: 16px;
  border-radius: 27px;
  border: 1px solid #BCBCBC;
  background-color: #fff;
}
#wpmem_reg .wpmem_msg ,
#wpmem_login .wpmem_msg {
  margin: auto;
}
.page .wpmem_msg {
  margin-left: auto;
  margin-right: auto;
}

/* .submit_btn */
.submit_btn {
  text-align: center;
}
.type_submit_btn {
  max-width: 340px;
}
.type_submit_btn,
#wpmem_login input[type=submit] ,
#wpmem_reg input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 340px;
  width: auto;
  padding: 0 2.5em 0 2em;
  height: 63px;
  margin: 80px auto;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  background-color: #000;
  background-image: url(../images/ico_login.svg),url(../images/bg_login_btn.jpg);
  background-repeat: no-repeat,no-repeat;
  background-position: center right 25px,center center;
  background-size: 12px 17px, cover ;
  border-radius: 32px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 7px 7px rgba(0,0,0,.16));
          filter: drop-shadow(0 7px 7px rgba(0,0,0,.16));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: .25s;
  transition: .25s;
}
.type_submit_btn:hover,
#wpmem_reg input[type=submit]:hover ,
#wpmem_login  input[type=submit]:hover {
  opacity: .7;
}
.register_link {
  display: inline-block;
  margin: 28px auto 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .type_submit_btn,
  #wpmem_login input[type=submit] ,
  #wpmem_reg input[type=submit] {
      min-width: unset;
      width: 242px;
      height: 51px;
      margin: 43px auto 10px;
      font-size: 20px;
      font-weight: 400;
      font-size: 16px;
    background-position: center right 18px,center center;
  }
  .page .wpmem_msg {
    width: 90%;
  }
}

.not_login_text_box {
  max-width:90%;
  text-align: center;
  margin: 50px auto;
}
.not_login_text {
  line-height: 1.8;
}

.mypage_setting_menu {
  text-align: center;
  margin: 20px auto 50px;
}
.mypage_setting_menu a {
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .mypage_setting_menu {
    margin: 20px auto;
  }
  .mypage_setting_menu a {
    font-size: 12px;
    margin: 20px auto;
  }
}

.wrap_account section {
  /* max-width: 960px; */
}
.label_box {
  padding-top: 1em;
  padding-bottom: 1em;
}

#wpmem_reg .label_box {
  border-top: 1px solid #cfcfcf;

}

  /* pc */
@media screen and (min-width: 768px) {
  fieldset .label_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  fieldset .label_box &gt; label  {
    width: 15em;
  }
  fieldset .label_box &gt; label + * {
    width: calc( 100% - 16em );
  }
}
.div_multicheckbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page #wpmem_reg .div_text {
  margin: 0;
}
/*
html {
  padding-top: 0!important;
} */
.avater_change_box {
  width: 800px;
  max-width: 90%;
  margin: auto;
  /* text-align: center; */
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 30px;
  padding-bottom: 30px;
}
.avater_change_box h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3em;
  width: 100%;
}
.avater_change_box #wpua-upload-messages-existing {
  /* text-align: center; */
  margin: 1em auto;
  font-size: 14px;
}
.avater_change_box button[type=button],
.avater_change_box button[type=submit],
.avater_change_box input[type=submit]{
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  margin:  1em 0 1em;
  padding: 1em 3em 1em 2em;
  color: #fff;
  /* font-size: 25px; */
  font-weight: 400;
  text-align: center;
  background-color: #000;
  background-image: url(../images/ico_login.svg),url(../images/bg_login_btn.jpg);
  background-repeat: no-repeat,no-repeat;
  background-position: center right 1em,center center;
  background-size: 12px 17px, cover ;
  border-radius: 32px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 7px 7px rgba(0,0,0,.16));
          filter: drop-shadow(0 7px 7px rgba(0,0,0,.16));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: .25s;
  transition: .25s;
}
.avater_change_box button[type=button]:hover,
.avater_change_box button[type=submit]:hover ,
.avater_change_box  input[type=submit]:hover {
  opacity: .7;
}

.register_status {
  text-align: center;
}
.register_links {
  text-align: center;
  font-size: inherit;
  margin-top: 2em;
}
.register_links li {
  margin: 1em auto;
}
.register_links a {
  text-decoration: underline;
}

/* パスワード再発行画面の邪魔な文字を消す */
.link-text-username {
  display: none;
}

  /* pc */
@media screen and (min-width: 768px) {
  /* プロフィール修正画面 */
  #wpua-upload-button-existing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
input#wpua-file-existing {
  margin-right: 1em;
}
#wpua-allowed-files-existing {
  display: none;
}
#wpua-max-upload-existing {
  display: none;
}
#wpua-images-existing::before {
  content: "";
}</pre></body></html>