<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------------------------------------*/
.lawer_content_inner {
  margin-bottom: 40px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
  margin-bottom: 0;
}

.lawer_content_flex01 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.lawer_content_flex01_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27%;
  -moz-box-flex: 0;
       flex: 0 0 27%;
  padding: 0 15px;
}

.lawer_content_flex01_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 73%;
  -moz-box-flex: 0;
       flex: 0 0 73%;
  padding: 0 15px;
}

.lawer_content_flex01_right a {
  color: #32b3c7;
}

.lawer_content_flex01_left img {
  max-width: 100%;
  height: auto;
}

.lawer_content_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.lawer_content_inner {
  margin-bottom: 40px;
}

.table {
  width: 100%;
}

.table,
.table_row_inner {
  list-style: none;
}

.table_row_inner {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-box-align: start;
       align-items: flex-start;
  padding: 20px 10px;
  border-bottom: solid 1px #ebebeb;
}

.table_row_inner02 {
  padding: 20px 10px;
  border-bottom: solid 1px #ebebeb;
}

.table_item_left {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #131313;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  -moz-box-flex: 0;
       flex: 0 0 70%;
}

.table_item_left02 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #131313;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -moz-box-flex: 0;
       flex: 0 0 100%;
}

.table_item_left03 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #131313;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  -moz-box-flex: 0;
       flex: 0 0 20%;
}

.table_list_content {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #131313;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  -moz-box-flex: 0;
       flex: 0 0 75%;
}

.table_tel_link {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #131313;
  font-weight: 500;
}

.table_item_right {
  font-size: 1.8rem;
  color: #131313;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  -moz-box-flex: 0;
       flex: 0 0 25%;
  text-align: right;
}

.table_item_left03_wh {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  -moz-box-flex: 0;
       flex: 0 0 20%;
  text-align: left;
}

.table_list_content_wh {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  -moz-box-flex: 0;
       flex: 0 0 75%;
  text-align: left;
}

.table_tel_link_wh {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .lawer_content_wrap {
    margin-bottom: 60px;
  }
  .lawer_content_flex01 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
  }
  .lawer_content_flex01_left,
  .lawer_content_flex01_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -moz-box-flex: 0;
         flex: 0 0 100%;
    padding: 0 15px;
  }
  .lawer_content_flex01_left {
    margin-bottom: 10px;
  }
  .lawer_content_flex01_left img {
    width: 100%;
    height: auto;
  }
  .table_item_left {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #131313;
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    -moz-box-flex: 0;
         flex: 0 0 60%;
  }
  .table_item_right {
    font-size: 1.8rem;
    color: #131313;
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    -moz-box-flex: 0;
         flex: 0 0 35%;
    text-align: right;
  }
}
</pre></body></html>