@charset "UTF-8";
/* Scss Document */
/* hover opacity */
/* hover txt */
/*-----------------------------------------------
tableタグで成形されるものを定義
----------------------------------------------- */
table a:first-of-type {
  margin: 0;
}

.table_wap {
  margin-top: 25px;
}

.table_wap .table_subarea {
  border-top: #ccc 1px solid;
  padding-top: 25px;
}

table.table_typeA {
  width: 100%;
  border-collapse: collapse;
}

table.table_typeA tr:first-child th, table.table_typeA tr:first-child td {
  border-top: none;
}

table.table_typeA tr th, table.table_typeA tr td {
  border-top: #ccc 1px solid;
}

table.table_typeA tr th {
  width: 140px;
  text-align: left;
  color: #008FBE;
  font-weight: bold;
  font-size: 16px;
  padding: 25px 10px 25px 0px;
}

table.table_typeA tr td {
  padding: 25px 0px;
}

table.table_typeA.tbl_noline tr th, table.table_typeA.tbl_noline tr td {
  border: none;
}

table.table_typeA.tbl_noline tr th {
  width: 140px;
  padding: 10px 10px 10px 0px;
}

table.table_typeA.tbl_noline tr td {
  padding: 10px 0px;
}

table.table_typeB {
  margin: 30px 0 0;
  border-spacing: 0px;
  width: 100%;
  border-collapse: collapse;
}

table.table_typeB tr th,
table.table_typeB tr td {
  padding: 15px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #E6E6E6;
  vertical-align: middle;
  text-align: left;
}

table.table_typeB tr th {
  background-color: #F8F8F8;
  font-weight: bold;
}

table.table_typeB tr td ol {
  margin: 0;
}

table.table_typeB tr td ol:first-of-type {
  margin: 0;
}

table.table_typeB tr td a[href^="tel:"] {
  padding: 0;
}

table.table_typeB tr td.bg01 {
  background: #F8F8F8;
  font-weight: bold;
}

table.table_typeB .w50 {
  width: 50%;
}

table.table_typeB .w40 {
  width: 40%;
}

table.table_typeB .w30 {
  width: 30%;
}

table.table_typeB .w15 {
  width: 15%;
}

table.table_typeB.td_center tr td {
  text-align: center;
}

table.table_typeB.th_center tr th {
  text-align: center;
}

table.table_typeB .center {
  text-align: center;
}

.wysiwyg_flex {
  display: table;
  width: 100%;
  padding: 0 20px;
}

.wysiwyg_flex .wysiwyg_nisseicom {
  margin: 0;
}

.wysiwyg_flex figure {
  max-width: 320px;
  width: 34.8%;
  padding: 30px 0 0 30px;
  text-align: center;
  display: table-cell;
  vertical-align: top;
}

.wysiwyg_nisseicom table ol:first-of-type {
  margin: 0;
}

.wysiwyg_nisseicom table td ol li {
  margin: 0;
}

.wysiwyg_nisseicom table ul:first-of-type {
  margin: 0;
}

.wysiwyg_nisseicom table td ul li {
  margin: 0;
}

.implementation {
  margin: 20px 0 0;
  display: flex;
}

.implementation li {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 1px solid #E6E6E6;
  border-right: 0px;
  padding: 17px 0;
}

.implementation li img {
  height: 23px;
  margin: 0 5px 0 0;
}

.implementation li:first-child {
  background: #F7F7F7;
  font-size: 16px;
}

.implementation li:last-child {
  border-right: 1px solid #E6E6E6;
}

.implementation li:nth-child(2) {
  width: 18%;
}

.implementation li:nth-child(4) {
  width: 22%;
}

@media screen and (min-width: 1024px) {
  /* over wright
  --------------------------------------------------*/
}

@media screen and (max-width: 1100px) {
  .implementation {
    flex-wrap: wrap;
  }
  .implementation li {
    width: 25%;
    padding: 8px 0;
    font-size: 14px;
  }
  .implementation li:first-child {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-bottom: 0px;
  }
  .implementation li:nth-child(2) {
    width: 22%;
  }
  .implementation li:nth-child(4) {
    width: 28%;
  }
}

@media screen and (max-width: 1023px) {
  /* over wright
  --------------------------------------------------*/
  table.table_typeA tr th {
    font-size: 14px;
  }
  table.table_typeB {
    margin: 25px 0 0;
  }
  table.table_typeB .tab_w20 {
    width: 20%;
  }
  table.table_typeB .tab_w40 {
    width: 40%;
  }
  .wysiwyg_flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .wysiwyg_flex .wysiwyg_nisseicom {
    width: 100%;
    margin: 0 auto;
  }
  .wysiwyg_flex figure {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .wysiwyg_flex figure img {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 600px) {
  /* over wright
--------------------------------------------------*/
  .table_wap {
    margin-top: 10px;
  }
  .table_wap .table_subarea {
    border-top: #ccc 1px solid;
    padding-top: 25px;
  }
  table.table_typeA {
    width: 100%;
    border-collapse: collapse;
  }
  table.table_typeA tr:first-child th, table.table_typeA tr:first-child td {
    border-top: none;
  }
  table.table_typeA tr th, table.table_typeA tr td {
    display: block;
    width: 100%;
  }
  table.table_typeA tr th {
    border-top: #ccc 1px solid;
    padding: 25px 0px 5px 0px;
  }
  table.table_typeA tr td {
    border: none;
    padding: 0px 0px 25px 0px;
  }
  table.table_typeA.tbl_noline tr th {
    width: 100%;
    padding: 20px 0 0;
  }
  table.table_typeA.tbl_noline tr td {
    padding: 10px 0 0;
  }
  table.table_typeB {
    margin: 25px 0 0;
    width: 100%;
  }
  table.table_typeB tr th, table.table_typeB tr td {
    padding: 12px 10px;
  }
  .sp_slide {
    max-width: 600px;
    overflow: auto;
  }
  .sp_slide table.table_typeB {
    min-width: 600px;
  }
  .sp_drop table.table_typeB tr:first-child th {
    border-top: 1px solid #E6E6E6;
  }
  .sp_drop table.table_typeB tr th,
  .sp_drop table.table_typeB tr td {
    display: block;
    width: 100%;
  }
  .sp_drop table.table_typeB tr .td_upper {
    border-bottom: none;
    padding: 12px 10px 0 10px;
  }
  .sp_drop table.table_typeB tr .td_middle {
    border-top: none;
    border-bottom: none;
    padding: 0 10px;
  }
  .sp_drop table.table_typeB tr .td_under {
    border-top: none;
    padding: 0 10px 12px 10px;
  }
  .sp_drop table.table_typeB tr th, .sp_drop table.table_typeB tr .td_repeat {
    border-top: none;
    border-bottom: none;
  }
  .sp_drop table.table_typeB tr .td_repeat_last {
    border-top: none;
  }
  .wysiwyg_flex {
    padding: 0;
  }
  .implementation {
    flex-wrap: wrap;
  }
  .implementation li {
    width: 50%;
    border: 1px solid #E6E6E6;
  }
  .implementation li:first-child {
    width: 100%;
  }
  .implementation li:nth-of-type(2), .implementation li:nth-of-type(4) {
    width: 50%;
    border-right: 0px;
  }
  .implementation li:nth-of-type(2), .implementation li:nth-of-type(3) {
    border-bottom: 0px;
  }
}
