@charset "UTF-8";

html {
  font-size: 62.5%;
}
body {
  font-size: 1rem; /*基本のフォントサイズを【1rem = 10px】に指定*/
}
.no {
  display: none;
}

/*------------------------------
  Wrap
------------------------------*/
#wrap {
  font-size: 1.5rem;
  letter-spacing: .03rem;
}
@media screen and (max-width: 768px){
  #wrap {
  font-size: 1rem;
  letter-spacing: .03rem;
  }
}
/*------------------------------
  ヘッダー
------------------------------*/
#header {
  height: 100%;
}
.header__inn {
  margin: 0 auto;
}
.sp {
  position: relative;
  z-index: 2;
}

/*------------------------------
  コンテンツ
------------------------------*/
.c__section1 {
  background: url(/member/img/img_bg.png) no-repeat center 20%;
  background-size: cover;
  margin-bottom: 50px;
  -moz-box-shadow: inset 0px -50px 30px -15px #fff;
  -webkit-box-shadow: inset 0px -50px 30px -15px #fff;
  box-shadow: inset 0px -50px 30px -15px #fff;
}
.c__section1_inn {
  margin: 0 auto;
}
.ttl1 {
  color: #1d4c78;
  font-family: 'Hind Vadodara', sans-serif;
}
.c__section1 h1 {
  background: url(/consulting/img/ttl_border.png) no-repeat center 180px;
  font-size: 4.5rem;
  letter-spacing: .03rem;
  line-height: 3.4rem;
  padding: 100px 0 ;
}
.c__section1 small {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
}
.c__section1_h3 {
  color: #1d4c78;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: .03rem;
  margin-bottom: 50px;
}
.pdf_area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 625px;
  text-align: left;
}
.pdf_area a {
  text-decoration: none;
}
.pdf_area a span {
  background: url(/member/img/ico_pdf.png) no-repeat left center;
  background-size: 30px;
  color: #1d4c78;
  display: block;
  font-size: 1.4rem;
  padding: 12px 0 12px 45px;
  text-decoration: none;
}
.pdf_area li {
  margin-bottom: 15px;
  width: 235px;
}
.pdf_area li.wid {
  width: 150px;
}
.pdf_bottom {
  background-color: #f7f7f7;
  margin-top: 100px;
  padding:50px 0;
}

@media screen and (max-width: 768px){
  .c__section1 {
    background: url(/member/img/img_bg.png) no-repeat center 60%;
    margin-bottom:100px;
  }
  .c__section1 h1 {
    background: url(/consulting/img/ttl_border.png) no-repeat center 170px;
    font-size: 3rem;
    line-height: 3rem;
    padding: 100px 0 ;
  }
  .c__section1 small {
    font-size: 1.5rem;
  }
  .c__section1_h3 {
    font-size: 2rem;
    letter-spacing: .03rem;
    margin-bottom: 30px;
  }
  .pdf_area {
    max-width: 280px;
    padding: 0 20px;
  }
  .pdf_area li {
    width: 50%;
    margin-bottom: 20px;
  }
  .pdf_area li.wid {
    width: 50%;
  }
  .pdf_bottom {
    margin-top: 50px;
  }
}


/*ログインページ*/
.login input {
  margin-top: 3px;
  outline: 0;
  padding: 5px;
}
.login input.buttons {
  background-color: #f9a356;
  border: 0;
  color: #fff;
  display: block;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  height: 46px;
  margin: 15px auto 0;
  width: 40%;
}
.login input.buttons:hover {
  background-color: #ea8932;
  cursor: pointer;
}
.login legend {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ea8932;
  margin-bottom: 15px;
}
.login label {
  font-size: 1.5rem;
}
.login .link-text,.req-text {
  font-size: 1.3rem;
}
.login .link-text {
  margin-top: 10px;
  text-align: center;
}
.login .link-text a {
  color: #ea8932;
  display: block;
  margin-top: 3px;
  text-decoration: none;
}
.login .link-text a:hover {
  text-decoration: underline;
}
div#wpmem_login {
  display: none;
}
div#wpmem_reg {
  display: none;
}
.login div#wpmem_login,.login div#wpmem_reg,.login div#wpmem_msg {
  background-color: #fbeed9;
  margin: 0 auto;
  max-width: 500px;
  padding: 20px;
}
.login div#wpmem_login {
  margin: 0px auto 20px;
}
.login div#wpmem_msg {
  font-size: 1.5rem;
}
div.wpmem_msg {
  display: none;
  font-size: 1.5rem;
}
.login input#log,.login input#pwd,.login input#user_login,.login input#user_email {
  margin-bottom: 10px;
  width: 50%;
}
.req,.req-text {
  color: red;
  margin-top: 10px;
}

@media screen and (max-width: 768px){
  .login div#wpmem_login,.login div#wpmem_reg,.login div#wpmem_msg {
    margin: 0 20px;
    max-width: 100%;
  }
  .login div#wpmem_login {
    margin: 0px 20px 20px;
  }
  .login div#wpmem_msg {
    font-size: 1.5rem;
  }
  div.wpmem_msg {
    font-size: 1.5rem;
  }
  .login legend {
    font-size: 2.3rem;
    margin-bottom: 25px;
  }
  .login input#log, .login input#pwd, .login input#user_login, .login input#user_email {
    width: 94%;
  }
  .login input.buttons {
    width: 100%;
  }
}


/*会員専用ページログイン後*/
.member01 .member_menu ul {
  display: flex;
  flex-direction: row;
  margin: 0 auto 80px;
  max-width: 625px;
  justify-content: space-around;
}
.member01 .member_menu ul li {
  background-color: #f9a356;
  margin-bottom: 30px;
  width: 40%;
}
.member01 .member_menu ul li a {
  color: #fff;
  display: block;
  font-size: 1.7rem;
  padding: 25px;
  text-decoration: none;
}
.member01 .member_menu ul li:hover {
  background-color: #ea8932;
}

@media screen and (max-width: 768px){
  .member01 .member_menu ul {
    align-items: center;
    flex-direction: column;
    margin: 0 20px 50px;
  }
  .member01 .member_menu ul li {
    width: 100%;
  }
  .member01 .member_menu ul li a {
    font-size: 1.5rem;
    padding: 20px;
  }
}


/*会員専用ページログイン後(登録情報の編集)*/
.member02 legend {
  font-size: 2rem;
  font-weight: bold;
  color: #ea8932;
  margin: 0 auto 15px;
}
.member02 .div_text {
  display: inline-block;
  width: 50%;
  padding-left:15px;
  text-align: left;
}
.member02 .text {
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 15px;
  text-align: right;
  width: 48%;
}
.member02 .noinput {
  font-size: 2rem;
}
.member02 input#user_email {
  font-size: 1.5rem;
  margin-bottom: 10px;
  outline: 0;
  padding: 5px;
}
.member02 input.buttons {
  background-color: #f9a356;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 1.5rem;
  margin: 15px auto 0;
  padding: 15px;
  width: 200px;
}
.member02 input.buttons:hover {
  background-color: #ea8932;
}
.member02 #wpmem_reg {
    background-color: #fbeed9;
    max-width: 625px;
    margin: 0 auto 100px;
    padding: 20px;
}


/*パスワード変更*/
.member03 #wpmem_login {
    background-color: #fbeed9;
    max-width: 625px;
    margin: 0 auto 100px;
    padding: 20px;
}
.member03 legend {
  font-size: 2rem;
  font-weight: bold;
  color: #ea8932;
  margin: 0 auto 15px;
}
.member03 label {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 3px;
}
.member03 input#pass1,input#pass2 {
  outline: 0;
  padding: 5px;
}
.member03 .div_text {
  margin: 0 auto 15px;
}
.member03 input.buttons {
    background-color: #f9a356;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    margin: 15px auto 0;
    padding: 15px;
    width: 200px;
}
.member03 input.buttons:hover {
  background-color: #ea8932;
}