@charset "UTF-8";

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width:900px) {

  /* =====================
    about
  ===================== */
  
  #about {
    padding-bottom: 0;
  }

  #about .post {
    padding-top: 0;
  }
  
  #about .post .wp-block-image {
    width: 100%;
    margin: 25px auto;
  }

  #about .post .ttl_en:not(:first-child) {
    margin-top: 50px;
  }
    
  #about .post ol,
  #about .post ul {
    margin: 35px 0;
    padding: 20px 30px;
    border: 10px solid #F5F5F5;
    font-size: 15px;
    font-weight: 600;
  }

  #about .post ul li,
  #about .post ol li {
    position: relative;
    padding-left: 20px;
  }

  #about .post ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    background: #23ABAF;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 4px;
  }

  #about .post ul li .kome,
  #about .post ol li .kome {
    color: #656565;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    top: -4px;
    right: -2px;
  }

  #about .post ol {
    counter-reset: number 0;
  }

  #about .post ol li {
    counter-increment: number 1;
  }

  #about .post ol li::before {
    content: counter(number)'';
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    width: 15px;
    color: #23ABAF;
    position: absolute;
    top: -1px;
    left: 0;
  }

  /* =====================
    member
  ===================== */
  
  /*  nav_local
  ------------------------*/

  #member .nav_local {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  
  #member .nav_local li {
    width: 24%;
    margin-bottom: 15px;
    color: #111111;
    background: #fff;
    border: 3px solid #111;
    text-align: center;
    padding: 12px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.3s linear;
  }

  #member .nav_local li.active {
    background: #7FBBE6;
    color: #fff;
  }

  #member .nav_local li:hover,
  #member .nav_local li.active  {
    background: #000000;
    color: #fff;
  }

  #member .nav_local li::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    width: 9px;
    height: 9px;
    border-top: 3px solid #111111;
    border-right: 3px solid #111111;
    transform: rotate(45deg);
    transition: 0.3s linear;
  }

  #member .nav_local li:hover::after,
  #member .nav_local li.active::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  #member .type_item {
    display: none;
    margin-bottom: 50px;
  }

  #member .type_item.all,
  #member .type_item.show {
    display: block;
  }

  #member .type_item:last-of-type {
    margin-bottom: 0;
  }

  .ttl_list {
    position: relative;
    padding-left: 25px;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .ttl_list::before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: #23ABAF;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
  }

  .member_table {
    width: 100%;
  }

  .member_table th,
  .member_table td {
    border: 3px solid #CCCCCC;
    padding: 12px;
  }

  .member_table th {
    text-align: center;
    background: #23ABAF;
    color: #FFFFFF;
  }

  .member_table td {
    text-align: left;
    font-size: 15px;
  }

  .member_table td a {
    text-decoration: underline;
  }

  .member_table th:nth-child(1) {
    width: 30%;
  }

  .member_table th:nth-child(2) {
    width: 60%;
  }
  
}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

@media screen and (max-width:899px) {
    
  /* =====================
    about
  ===================== */
  
  #about {
    padding-bottom: 0;
  }

  #about .post {
    padding-top: 0;
  }
  
  #about .post .wp-block-image {
    width: 100%;
    margin: 20px auto;
  }

  #about .post .ttl_en:not(:first-child) {
    margin-top: 40px;
  }
    
  #about .post ol,
  #about .post ul {
    margin: 20px 0;
    padding: 15px 20px;
    border: 6px solid #F5F5F5;
  }

  #about .post ul,
  #about .post ol {
    font-size: 15px;
    font-weight: 600;
  }

  #about .post ul li,
  #about .post ol li {
    position: relative;
    padding-left: 20px;
  }

  #about .post ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    background: #23ABAF;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 4px;
  }

  #about .post ul li .kome,
  #about .post ol li .kome {
    color: #656565;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    top: -4px;
    right: -2px;
  }

  #about .post ol {
    counter-reset: number 0;
  }

  #about .post ol li {
    counter-increment: number 1;
  }

  #about .post ol li::before {
    content: counter(number)'';
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    width: 15px;
    color: #23ABAF;
    position: absolute;
    top: -1px;
    left: 0;
  }

  /* =====================
    member
  ===================== */
  
  /*  nav_local
  ------------------------*/

  #member .nav_local {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  #member .nav_local li {
    width: 48.5%;
    margin-bottom: 10px;
    color: #111111;
    background: #fff;
    border: 3px solid #111111;
    text-align: center;
    padding: 10px;
    position: relative;
    font-size: 13px;
    border-radius: 5px;
  }

  #member .nav_local li.active {
    background: #111111;
    color: #fff;
  }

  #member .nav_local li::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4.5px;
    width: 9px;
    height: 9px;
    border-top: 3px solid #111111;
    border-right: 3px solid #111111;
    transform: rotate(45deg);
    transition: 0.3s linear;
  }

  #member .nav_local li.active::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  #member .type_item {
    display: none;
    margin-bottom: 30px;
  }

  #member .type_item.all,
  #member .type_item.show {
    display: block;
  }

  #member .type_item:last-of-type {
    margin-bottom: 0;
  }

  .ttl_list {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .ttl_list::before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    background: #23ABAF;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
  }

  .member_table thead {
    display: none;
  }

  .member_table,
  .member_table tbody,
  .member_table tr,
  .member_table th,
  .member_table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .member_table {
    border: 2px solid #CCCCCC;
    font-size: 14px;
  }

  .member_table tr {
    border-bottom: 1px solid #CCCCCC;
    padding: 15px;
  }

  .member_table td a {
    text-decoration: underline;
    color: #23ABAF;
  }

  .member_table td a[href^="tel:"] {
    color: #666;
    text-decoration: none;
  }

  .member_table tr:last-of-type {
    border-bottom: none;
  }

  .member_table td:nth-of-type(1) {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .member_table td:nth-of-type(2) {
    font-size: 12px;
  }
  
  
}
