@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------ 共通変数 */
/* ------------------------------------------------------------------------------------------------------ メディアクエリ関数 */
/* ------------------------------------------------------------------------------------------------------ フォントサイズ関数 */
/* ------------------------------------------------------------------------------------------------------ clearfix関数 */
/* ------------------------------------------------------------------------------------------------------ Text hidden関数 */
/* ------------------------------------------------------------------------------------------------------ HomeNavi */
.homenavi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(2, 155, 169, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px); }
  .homenavi ul.homemenu {
    margin: 0;
    padding: 60px 0 0;
    list-style: none; }
    .homenavi ul.homemenu li {
      position: relative;
      margin: 0;
      padding: 0; }
      .homenavi ul.homemenu li > a:first-child {
        display: block;
        width: 100%;
        height: 100%;
        padding: 18px 20px 17px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.075);
        text-align: center;
        color: #fff; }

@media screen and (min-width: 1025px) {
  .homenavi {
    position: fixed;
    top: 50%;
    right: 0;
    left: auto;
    width: 28%;
    padding: 30px 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 16px 0 0 16px;
    transform: translate(0, -50%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /* スクロール後 */ }
    .homenavi ul.homemenu {
      padding-top: 0; }
      .homenavi ul.homemenu li a:first-child {
        padding: 8px 30px;
        border-bottom: none;
        text-align: left;
        font-weight: bold;
        color: #333; }
        .homenavi ul.homemenu li a:first-child:hover {
          text-decoration: none;
          color: #029ba9; }
    .homenavi.headstyle {
      width: 240px; }
    .homenavi.headfix {
      top: 40px;
      transform: translate(0, 0); } }
/* mq-pc -- */
/***********************************************
 Menu button
 ***********************************************/
.home .menu-collapser {
  position: fixed;
  top: 0;
  right: calc(50% - 30px);
  width: 60px;
  height: 40px;
  border-radius: 0 0 16px 16px;
  overflow: hidden; }
.home .collapse-button {
  background-image: url(../images/btn_spmenu_down.svg); }
  .home .collapse-button.open {
    background-color: #fff;
    background-image: url(../images/btn_spmenu_up.svg); }

/* ------------------------------------------------------------------------------------------------------ Mainvisual */
.inner {
  padding: 20px;
  margin: 0 auto; }

.mainvisual {
  position: relative;
  background-image: url("../images/home/img_mainvisual.png"), url("../images/home/bg_main.jpg");
  background-size: contain,cover;
  background-position: center,right; }
  .mainvisual:before {
    content: "";
    display: block;
    padding-top: 115.79%; }
  .mainvisual h1 {
    margin: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

@media screen and (min-width: 601px) {
  .inner {
    padding: 50px; } }
/* mq-sl -- */
@media screen and (min-width: 1025px) {
  .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 80px; }

  .mainvisual {
    height: 100vh;
    background-size: auto 94%,cover;
    background-position: center,center; } }
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ 仕切り：Ａ */
.partition-a {
  height: 240px;
  margin: 0;
  background-image: url("../images/home/bg_partition-a.jpg");
  background-size: cover;
  background-position: center bottom; }

@media screen and (min-width: 1025px) {
  .partition-a {
    height: 320px; } }
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ 木材を日本から世界へ */
.global {
  position: relative;
  margin-top: 40px; }
  .global > section {
    padding: 0 20px; }
  .global .global_1 {
    position: relative; }
  .global .global_2 {
    margin-top: -160px; }
  .global .global_3 {
    margin-top: -160px; }
    .global .global_3 h3 {
      margin-top: 80px; }
    .global .global_3 ul {
      display: flex;
      flex-flow: row wrap;
      margin: 0;
      padding: 0; }
      .global .global_3 ul li {
        position: relative;
        width: 100%;
        margin: 25px 0;
        list-style: none; }
        .global .global_3 ul li:first-child::before, .global .global_3 ul li:last-child::before {
          content: "";
          position: absolute;
          top: -63px;
          right: -30px;
          width: 105px;
          height: 90px;
          background-size: contain; }
        .global .global_3 ul li:first-child::before {
          background-image: url("../images/home/img_graph_1_point.png"); }
        .global .global_3 ul li:last-child::before {
          background-image: url("../images/home/img_graph_2_point.png"); }
    .global .global_3 p {
      margin-top: 0; }
  .global .global_text div:last-child {
    margin: 20px 0 0; }
  .global .worldmap {
    position: relative;
    z-index: -1;
    height: 320px;
    background-image: url("../images/home/img_worldmap.png");
    background-size: auto 100%;
    background-position: left 40% top; }

@media screen and (min-width: 601px) {
  .global {
    padding-top: 0; }
    .global > section {
      padding: 0 50px; }
    .global .global_1 h2 {
      text-align: left; }
    .global .global_3 ul {
      justify-content: space-between; }
      .global .global_3 ul li {
        width: 45%;
        margin: 40px 0; }
        .global .global_3 ul li:first-child::before, .global .global_3 ul li:last-child::before {
          top: -75px;
          right: -35px;
          width: 110px;
          height: 110px; }
    .global .global_text div:last-child {
      margin: 25px 0 0; }
    .global .worldmap {
      height: 480px; } }
/* mq-sl -- */
@media screen and (min-width: 1025px) {
  .global {
    margin-top: 80px; }
    .global > section {
      max-width: 1280px;
      margin-right: auto;
      margin-left: auto;
      padding: 0 80px; }
    .global .global_2 {
      margin-top: -340px; }
    .global .global_3 {
      margin-top: -340px; }
      .global .global_3 ul {
        justify-content: space-between; }
        .global .global_3 ul li {
          width: 45%;
          margin: 20px 0 0; }
          .global .global_3 ul li:first-child::before, .global .global_3 ul li:last-child::before {
            top: -100px;
            right: -70px;
            width: 150px;
            height: 150px; }
    .global .global_text {
      margin: 0; }
      .global .global_text div {
        display: inline-block;
        width: 45%;
        margin: 0px 40px 40px 0px;
        vertical-align: top; }
        .global .global_text div:last-child {
          margin: 0px 0px 40px 40px; }
    .global .worldmap {
      height: 919px; } }
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ 仕切り：Ｂ */
.partition-b {
  margin: 30px 0; }

@media screen and (min-width: 1025px) {
  .partition-b {
    margin: 60px 0; } }
/* mq-pc -- */
/***********************************************
 画像スライド
 ***********************************************/
.photo-slide {
  margin: 0;
  padding: 0;
  list-style: none; }
  .photo-slide li {
    margin: 0 20px 0 0;
    padding: 0; }

/* ------------------------------------------------------------------------------------------------------ 木材だからこその良さ */
.quality {
  position: relative;
  margin-bottom: 50px;
  padding-top: 195px; }
  .quality::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 167px;
    background-image: url("../images/home/img_quality_visual.jpg");
    background-size: cover; }
  .quality-innr {
    padding: 0 20px; }
    .quality-innr p {
      margin: 0; }
    .quality-innr ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 15px 20px;
      margin: 25px 0 0;
      padding: 0; }
      .quality-innr ul li {
        border: solid 1px #ccc;
        border-radius: 8px;
        list-style: none; }
        .quality-innr ul li:nth-child(n+1) div {
          height: 64px;
          border-radius: 8px 8px 0 0;
          background-size: cover;
          background-position-y: center; }
        .quality-innr ul li:nth-child(1) div {
          background-image: url("../images/home/img_quality_list1.jpg"); }
        .quality-innr ul li:nth-child(2) div {
          background-image: url("../images/home/img_quality_list2.jpg"); }
        .quality-innr ul li:nth-child(3) div {
          background-image: url("../images/home/img_quality_list3.jpg"); }
        .quality-innr ul li:nth-child(4) div {
          background-image: url("../images/home/img_quality_list4.jpg"); }
        .quality-innr ul li:nth-child(5) div {
          background-image: url("../images/home/img_quality_list5.jpg"); }
        .quality-innr ul li:nth-child(6) div {
          background-image: url("../images/home/img_quality_list6.jpg"); }
        .quality-innr ul li:nth-child(7) div {
          background-image: url("../images/home/img_quality_list7.jpg"); }
        .quality-innr ul li:nth-child(8) div {
          background-image: url("../images/home/img_quality_list8.jpg"); }
        .quality-innr ul li:nth-child(9) div {
          background-image: url("../images/home/img_quality_list9.jpg"); }
        .quality-innr ul li p {
          margin: 0;
          padding: 10px 10px;
          text-align: center;
          line-height: normal;
          font-size: 11px;
          font-size: 1.1rem; }
          .quality-innr ul li p span {
            display: inline-block; }

@media screen and (min-width: 601px) {
  .quality-innr {
    padding: 0 50px; }
    .quality-innr ul {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px; }
      .quality-innr ul li:nth-child(n+1) div {
        height: 90px; }
      .quality-innr ul li p {
        padding: 10px 5px;
        font-size: 12px;
        font-size: 1.2rem; } }
/* mq-sl -- */
@media screen and (min-width: 1025px) {
  .quality {
    padding: 100px 0 100px 38.2%; }
    .quality::before {
      width: 38.2%;
      height: 100%; }
    .quality-innr {
      padding: 0 80px; }
      .quality-innr > * {
        max-width: 640px; }
      .quality-innr h2 {
        text-align: left; }
      .quality-innr ul {
        grid-gap: 25px;
        margin: 50px 0 0; }
        .quality-innr ul li:nth-child(n+1) div {
          height: 85px; }
        .quality-innr ul li p {
          font-size: 13px;
          font-size: 1.3rem; } }
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ 木材と健康 */
.health {
  position: relative;
  margin-bottom: 50px;
  background-color: #e4eddb; }
  .health:before, .health:after {
    content: "";
    display: block;
    width: 100%;
    height: 135px;
    background-size: contain;
    background-repeat: repeat-x; }
  .health:before {
    background-image: url("../images/home/img_health_visual.png"); }
  .health:after {
    margin-top: 40px;
    background-image: url("../images/home/img_health_visual_2.png"); }
  .health .anchor {
    /* common */
    top: 80px; }
  .health .sleep h3 {
    margin-top: 50px; }
  .health .sleep div ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0; }
    .health .sleep div ul li {
      list-style: none; }
  .health .sleep p {
    margin: 20px 0; }
  .health .sleep .sleep_date {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px; }
    .health .sleep .sleep_date h4 {
      margin: 0;
      font-size: 20px;
      font-size: 2rem;
      color: #029ba9; }
    .health .sleep .sleep_date h5 {
      margin: 5px 0;
      font-size: 14px;
      font-size: 1.4rem; }
    .health .sleep .sleep_date ul li p {
      position: relative;
      margin: 10px 0 5px 25px; }
      .health .sleep .sleep_date ul li p::before {
        content: "";
        position: absolute;
        top: 4px;
        left: -27px;
        width: 20px;
        height: 20px;
        background-color: #029ba9;
        border-radius: 50%; }
  .health .sleep .sleep_text {
    font-size: 14px;
    font-size: 1.4rem; }
    .health .sleep .sleep_text ul.sleep_text2 {
      margin: 0;
      padding: 15px 0;
      border-top: solid 1px #fff;
      border-bottom: solid 1px #fff; }
      .health .sleep .sleep_text ul.sleep_text2 li {
        position: relative;
        margin-left: 25px;
        padding: 5px 0;
        line-height: normal; }
        .health .sleep .sleep_text ul.sleep_text2 li:before {
          content: "※";
          position: absolute;
          top: 5px;
          left: -25px;
          width: 14px;
          height: 14px; }
    .health .sleep .sleep_text dl.supervision {
      margin: 0; }
      .health .sleep .sleep_text dl.supervision dt {
        margin: 15px 0 5px; }
      .health .sleep .sleep_text dl.supervision dd {
        margin: 0;
        line-height: normal; }
        .health .sleep .sleep_text dl.supervision dd span {
          display: inline-block; }
  .health .comfy .relax,
  .health .comfy .c_w {
    margin-top: 80px; }
    .health .comfy .relax p,
    .health .comfy .c_w p {
      margin: 0 0 25px; }
    .health .comfy .relax .relax_img img,
    .health .comfy .relax .c_w_img img,
    .health .comfy .c_w .relax_img img,
    .health .comfy .c_w .c_w_img img {
      display: block;
      object-fit: cover;
      width: 100%; }

@media screen and (min-width: 601px) {
  .health::before, .health::after {
    height: 215px; }
  .health .sleep .sleep_date ul li {
    width: 50%; } }
/* mq-sl -- */
@media screen and (min-width: 1025px) {
  .health {
    margin-top: 120px;
    margin-bottom: 80px; }
    .health::before, .health::after {
      height: 270px; }
    .health .anchor {
      /* common */
      top: 220px; }
    .health .sleep h3 {
      text-align: center; }
    .health .sleep p {
      margin: 36px 0; }
    .health .sleep .sleep_date {
      padding: 45px 80px;
      border-radius: 20px; }
      .health .sleep .sleep_date h4,
      .health .sleep .sleep_date h5 {
        text-align: center; }
      .health .sleep .sleep_date ul {
        margin: 30px 0 0; }
        .health .sleep .sleep_date ul li p {
          font-size: 20px;
          font-size: 2rem; }
    .health .sleep .sleep_text {
      font-size: 14px;
      font-size: 1.4rem; }
      .health .sleep .sleep_text ul.sleep_text2 {
        padding: 20px 0; }
        .health .sleep .sleep_text ul.sleep_text2 li {
          padding: 5px 0; }
          .health .sleep .sleep_text ul.sleep_text2 li:before {
            top: 4px; }
      .health .sleep .sleep_text dl.supervision {
        position: relative;
        float: right;
        margin-top: 30px; }
        .health .sleep .sleep_text dl.supervision dt {
          display: inline-block;
          position: absolute;
          top: 0;
          right: calc(100% + 30px);
          width: 100%;
          margin: 0;
          text-align: right; }
        .health .sleep .sleep_text dl.supervision dd {
          line-height: inherit; }
    .health .comfy {
      margin-top: 25px; }
      .health .comfy p {
        margin: 0; }
      .health .comfy .relax,
      .health .comfy .c_w {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 80px; }
        .health .comfy .relax div,
        .health .comfy .c_w div {
          grid-row: 1 / 2; }
        .health .comfy .relax .relax_img,
        .health .comfy .relax .c_w_img,
        .health .comfy .c_w .relax_img,
        .health .comfy .c_w .c_w_img {
          grid-row: 1 / 2; }
      .health .comfy .relax div {
        grid-column: 2 / 3; }
        .health .comfy .relax div h3 {
          margin-top: 0; }
      .health .comfy .relax .relax_img {
        grid-column: 1 / 2; }
      .health .comfy .c_w div {
        grid-column: 1 / 2; }
        .health .comfy .c_w div h3 {
          margin-top: 0; }
      .health .comfy .c_w .c_w_img {
        grid-column: 2 / 3; } }
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ 協議会概要 */
.council {
  padding-bottom: 70px;
  text-align: center; }
  .council p {
    margin: 0 0 25px; }
  .council table {
    width: 100%;
    margin: 50px 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
    border-bottom: none;
    font-size: 14px;
    font-size: 1.4rem; }
    .council table span {
      display: inline-block; }
    .council table tbody tr th,
    .council table tbody tr td {
      display: block;
      padding: 10px;
      text-align: left; }
    .council table tbody tr th {
      background-color: #E4EDDB;
      border-bottom: 1px solid #ccc; }
    .council table tbody tr td {
      border-bottom: 1px solid #ccc; }

@media screen and (min-width: 601px) {
  .council {
    max-width: 800px;
    margin-right: auto !important;
    margin-left: auto !important; }
    .council p {
      margin-bottom: 35px; }
    .council table {
      font-size: 16px;
      font-size: 1.6rem; }
      .council table tbody tr th,
      .council table tbody tr td {
        display: table-cell;
        padding: 18px 20px;
        border: 1px solid #ccc;
        text-align: left; }
      .council table tbody tr th {
        width: 28%;
        background-color: #E4EDDB;
        border-bottom: 1px solid #ccc;
        text-align: center; }
      .council table tbody tr td {
        border-bottom: 1px solid #ccc; }
    .council .btnlink {
      width: 60%; }
      .council .btnlink::after {
        top: 25px; } }
/* mq-sl -- */
@media screen and (min-width: 1025px) {
  .council {
    margin-top: 120px; } }
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ footer */
footer {
  height: 60px;
  background-color: #029ba9; }
  footer div {
    padding: 15px;
    text-align: center;
    color: #FFFFFF; }
    footer div small {
      font-size: 14px;
      font-size: 1.4rem; }

@media screen and (min-width: 1025px) {
  footer {
    height: 100px; }
    footer div {
      padding: 35px; } }
/* mq-pc */
/* ------------------------------------------------------------------------------------------------------ お問い合わせフォーム */
.form {
  width: 100%;
  padding: 20px 20px 60px;
  background-color: #ccc;
  color: #fff; }
  .form h2 {
    margin: 45px 0 60px;
    text-align: center;
    color: #333; }
  .form .form-cover .col-form {
    font-size: 12px;
    font-size: 1.2rem; }
    .form .form-cover .col-form div {
      position: relative;
      margin-bottom: 20px; }
      .form .form-cover .col-form div input {
        width: 100%;
        height: 40px; }
      .form .form-cover .col-form div textarea {
        width: 100%;
        height: 280px;
        padding: 12px 20px; }
      .form .form-cover .col-form div textarea,
      .form .form-cover .col-form div input[type="text"],
      .form .form-cover .col-form div input[type="tel"],
      .form .form-cover .col-form div input[type="email"] {
        background-color: #fff;
        border: 1px solid #ccc;
        border: none;
        outline: none;
        color: #000; }
      .form .form-cover .col-form div input[type="text"],
      .form .form-cover .col-form div input[type="tel"],
      .form .form-cover .col-form div input[type="email"] {
        padding: 0 20px; }
      .form .form-cover .col-form div textarea:focus,
      .form .form-cover .col-form div input[type="text"]:focus,
      .form .form-cover .col-form div input[type="tel"]:focus,
      .form .form-cover .col-form div input[type="email"]:focus {
        border: 1px solid #ccc;
        background-color: #fff; }
      .form .form-cover .col-form div textarea::placeholder,
      .form .form-cover .col-form div input[type="text"]::placeholder,
      .form .form-cover .col-form div input[type="tel"]::placeholder,
      .form .form-cover .col-form div input[type="email"]::placeholder {
        color: #000; }
      .form .form-cover .col-form div textarea:-ms-input-placeholder,
      .form .form-cover .col-form div input[type="text"]:-ms-input-placeholder,
      .form .form-cover .col-form div input[type="tel"]:-ms-input-placeholder,
      .form .form-cover .col-form div input[type="email"]:-ms-input-placeholder {
        color: #000; }
    .form .form-cover .col-form .req::before {
      content: "必須";
      position: absolute;
      top: 12px;
      left: -15px;
      width: 30px;
      background-color: #f22c4a;
      text-align: center;
      font-size: 10px;
      font-size: 1.0rem;
      line-height: 16px; }
    .form .form-cover .col-form input[type="submit"] {
      width: 100%;
      height: 40px;
      background-color: #029ba9;
      border: none;
      color: #fff;
      cursor: pointer; }

@media screen and (min-width: 481px) {
  .form-cover {
    max-width: 370px;
    margin: 0 auto; } }
/* mq-sm -- */
@media screen and (min-width: 601px) {
  .form {
    padding: 50px; } }
/* mq-sl -- */
@media screen and (min-width: 1025px) {
  .form {
    padding: 80px 40px 70px; }
    .form h2 {
      margin-top: 0; }
    .form .form-cover {
      max-width: 1100px;
      padding-right: 60px;
      *zoom: 1; }
      .form .form-cover::before, .form .form-cover::after {
        content: "";
        display: table; }
      .form .form-cover::after {
        clear: both; }
      .form .form-cover .col-form {
        float: left;
        width: 50%;
        margin-right: -60px; }
        .form .form-cover .col-form:first-child {
          margin-right: 60px; }
      .form .form-cover input[type="submit"] {
        -webkit-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
        -moz-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
        -ms-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
        -o-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
        transition: background-color 0.5s, border-color 0.5s, color 0.5s; }
        .form .form-cover input[type="submit"]:hover {
          background-color: #393; } }
/* min mq-pc -- */
/***********************************************
 お問い合わせ：送信内容確認以降
 ***********************************************/
.form-ch .contact {
  margin-top: 0; }

.form-ch .form {
  margin-top: 0; }

.check {
  margin: 0 0 40px;
  padding: 0; }

.check dt {
  margin: 20px 0 6px;
  padding: 0;
  color: #67a0b8; }

.check dt:first-of-type {
  margin-top: 0; }

.check dd {
  margin: 0;
  padding: 0; }

a.btnback {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  background-color: #999;
  border: none;
  text-align: center;
  line-height: 40px;
  color: #272932; }

a.backhome {
  display: inline-block;
  height: 40px;
  margin-top: 30px;
  padding: 0 20px;
  background-color: #272932;
  border: none;
  text-align: center;
  line-height: 40px;
  color: #fff; }

.yellow {
  color: #ecff7d; }

.gray {
  color: #ccc; }

@media screen and (min-width: 1025px) {
  .form-ch .form-cover {
    max-width: 640px;
    margin: 0 auto;
    padding-right: 0; }

  a.btnback:hover {
    background-color: #06c;
    text-decoration: none;
    color: #fff; }

  a.backhome:hover {
    background-color: #393;
    text-decoration: none; } }
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ member */
.member span {
  display: inline-block; }
.member h2 {
  margin: 0;
  text-align: center;
  line-height: normal; }
  .member h2 + p {
    margin: 15px 0; }
.member table {
  width: 100%;
  margin-bottom: 50px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 14px;
  font-size: 1.4rem; }
  .member table thead {
    display: none; }
  .member table tbody tr th,
  .member table tbody tr td {
    display: block;
    padding: 10px; }
  .member table tbody tr th[scope="row"] {
    background-color: #E4EDDB;
    border-bottom: 1px solid #ccc;
    text-align: left; }
    .member table tbody tr th[scope="row"]:has(a) {
      padding: 0; }
    .member table tbody tr th[scope="row"] a {
      position: relative;
      display: block;
      padding: 10px;
      text-decoration: underline;
      color: #029ba9; }
      .member table tbody tr th[scope="row"] a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        background-image: url("../images/more.svg");
        background-position: center;
        background-size: contain; }
  .member table tbody tr td {
    border-bottom: 1px solid #ccc; }

@media screen and (min-width: 601px) {
  .member h2 + p {
    text-align: right; }
  .member table {
    font-size: 14px;
    font-size: 1.4rem; }
    .member table thead {
      display: table-header-group; }
      .member table thead th {
        padding: 15px;
        background-color: #E4EDDB;
        border: 1px solid #ccc;
        font-size: 16px;
        font-size: 1.6rem; }
    .member table tbody tr th,
    .member table tbody tr td {
      display: table-cell;
      padding: 10px 20px;
      border: 1px solid #ccc; }
    .member table tbody tr th[scope="row"] {
      background-color: #f5f5f5;
      text-align: left; }
      .member table tbody tr th[scope="row"] a {
        padding: 10px 20px; } }
/* mq-sl -- */
@media screen and (min-width: 1025px) {
  .member table {
    font-size: 16px;
    font-size: 1.6rem; }
    .member table thead th {
      padding: 20px;
      font-size: 18px;
      font-size: 1.8rem; }
    .member table tbody tr th,
    .member table tbody tr td {
      padding: 15px 20px; }
    .member table tbody tr th[scope="row"] {
      text-align: center; }
      .member table tbody tr th[scope="row"] a {
        padding: 15px 20px;
        transition: 0.5s; }
        .member table tbody tr th[scope="row"] a:hover {
          background-color: #fff; } }
/* mq-pc -- */
