@charset "UTF-8";

/* ------------------------------------------------------------
   temporary - style.css
------------------------------------------------------------ */
/*
* 00 -subhead
* 01 -temporary contents
*/

/* 00 -subhead
------------------------------------------------------------ */
.subhead::before {
  background-image: url(../img/subhead.jpg);
}

/* 01 -temporary contents
------------------------------------------------------------ */
.temporary__contents {
  margin: 10% 0;
}

.subtitle04 {
  /*    font-weight: normal;*/
  margin: 40px 0 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
  /*    color: #0f4299;*/
}
.temporary__contents table {
  width: 100%;
  max-width: 800px;
  text-align: center;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.temporary__contents table tr {
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.temporary__contents table th {
  padding: 10px;
  background: #f2f2f2;
  width: 50%;
}
.temporary__contents table td {
  padding: 10px;
}

.temporary__contents .tb_long {
  max-width: inherit;
  text-align: left;
  border: none;
}
.temporary__contents .tb_long tr {
  border: none;
}
.temporary__contents .tb_long th {
  background: none;
  width: auto;
}

.layer__contents .anker__box ul {
  width: auto;
  flex-flow: wrap;
  justify-content: center;
  flex-wrap: wrap;
}
.layer__contents .anker__box.colum_there li {
  width: 23%;
  margin: 1%;
}

@media screen and (min-width: 1090px) and (max-width: 1300px) {
  /* ▼PC用================================================================== */

  /* 01 -temporary contents
    ------------------------------------------------------------ */

  /* ▲PC用================================================================== */
}

@media screen and (min-width: 768px) and (max-width: 1089px) {
  /* ▼Tab用================================================================= */

  /* 01 -temporary contents
    ------------------------------------------------------------ */

  /* ▲Tab用================================================================= */
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* ▼SP用================================================================ */

  /* 01 -temporary contents
    ------------------------------------------------------------ */
  .subhead h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .temporary__contents .tb_long {
    display: block;
  }
  .temporary__contents .tb_long tr {
    display: block;
  }
  .temporary__contents .tb_long th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .temporary__contents .tb_long td {
    display: block;
  }

  .layer__contents .anker__box.colum_there li {
    width: auto;
  }
  .layer__contents .anker__box ul {
    flex-flow: wrap;
    display: flex;
    justify-content: baseline;
  }
  .layer__contents .anker__box li {
    flex-basis: 48%;
    margin: 2% 0;
  }

  /* ▲SP用================================================================ */
}
