@charset "utf-8"; /* =======================================

Structure CSS

========================================== */
/* Table */
.table-over {
  overflow: auto;
  width: 100%;
}

.table-01 {
  border-collapse: collapse;
  color: #333;
  margin-bottom: 20px;
  width: 100%;
}

.table-01 th {
  background-color: #e9f5ff;
  color: #fff;
  font-size: 16px;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  width: 250px;
  color: #3E3E3E;
  font-weight: normal;
}

.table-01 td {
  background-color: #fff;
  color: #333;
  font-size: 17px;
  font-weight: 400;
  padding: 15px 20px 16px;
  vertical-align: top;
}

.table-01 tr:first-child {
  border-top: 1px solid #b4d5ed;
}

.table-01 tr {
  border-bottom: 1px solid #b4d5ed;
}

.table-02 {
  border-collapse: collapse;
  color: #333;
  line-height: 1.6em;
  word-break: break-all;
}

.table-02 th {
  background-color: #EEF4FF;
  border: none;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}

.table-02 th:last-child {
  border-right: 0;
}

.table-02 td {
  background-color: #fff;
  border: none;
  vertical-align: top;
  border-right: 1px solid #dbdbdb;
}

.table-02 td:last-child {
  border-right: 0;
}

.table-02 th, .table-02 td {
  letter-spacing: .06em;
  padding: 10px 20px;
}

.table-02 tr {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #dbdbdb;
  border-top: 1px solid #dbdbdb;
}

table.w-100 {
  width: 100%;
}

th.need::before {
  content: "必須";
  background-color: #BF4747;
  color: #fff;
  padding: 0px 8px 4px;
  font-size: 12px;
  height: 23px;
  position: absolute;
  top: 16px;
  left: 15px;
  margin-right: 10px;
}

th.need {
  position: relative;
  padding-left: 65px;
}

/*ul ol*/
ul,ol {
  margin: 0;
}

ul.style-none, #contents ul.style-none {
  padding: 0;
}

ul.style-none li, #contents ul.style-none li {
  list-style: none;
}

/*hx*/
#contents h1 {
  color: #333;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  margin: 0 0 22px;
  padding: 0;
  position: relative;
}

#contents h2 {
  background-color: #2865b5;
  border-radius: 7px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.7em;
  margin: 0 0 30px;
  padding: 4px;
  position: relative;
  text-align: center;
}

#contents h3 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: .06em;
  margin: 0 0 23px;
  text-align: center;
}

#contents h4 {
  color: #333;
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 1.7em;
  border-left: 5px solid #7D7D7D;
  padding-left: 10px;
  margin: 0 0 10px;
}

#contents h5 {
  font-size: 16px;
  color: #333;
  margin: 0 0 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #efefef;
}

.txt-2box {
  width: calc(50% - 20px);
}

.txt-3box {
  margin-right: 2.75%;
  width: 31.5%;
}

.txt-3box.end {
  margin-right: 0;
}

.img-2box-txt {
  width: 75%;
}

.img-2box {
  margin-right: 20px;
  max-width: 240px;
  width: calc(25% - 20px);
}

.txt-5box {
  width: calc(20% - 20px);
  /*100 / 5 = 20*/
  margin-right: 20px;
}

.txt-6box.end, .txt-5box.end, .txt-4box.end {
  margin-right: 0;
}

.txt-4box {
  width: calc(25% - 8px);
  margin-right: 10px;
}

/* flex */
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex.start {
  justify-content: flex-start;
}

.flex.end {
  justify-content: flex-end;
}

.flex.center {
  justify-content: center;
}

/* grid */
.grid {
  display: grid;
}

.grid.col-2 {
  grid-template-columns: 1fr 1fr;
}

/* pc sp change */
.sp-none {
  display: block;
}

.pc-none {
  display: none;
}

.no-mt {
  margin-top: 0 !important;
}

.no-mb {
  margin-bottom: 0 !important;
}

#contents .txt-center {
  text-align: center;
}

#contents .txt-right {
  text-align: right;
}

#contents .bold {
  font-weight: 600;
}

.sp-button {
  display: none;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-65 {
  margin-bottom: 65px;
}

/* system style */

.hide {
  display: none;
}

.error-text {
  color: #BF4747;
}
.info-text {
  color: #53b9d6;
}
.warning-text {
  color: #e3901b;
}

/* input */
select, input[type="text"],input[type="email"], input[type="password"], .input-textarea {
  background-color: #fff;
  border: none;
  border-radius: 7px;
  padding: 0.8em;
  width: 100%;
  font-weight: 500;
}

.input-textarea {
  width: 100%;
  min-height: 130px;
}

input[type="text"]::placeholder {
  font-weight: normal;
}

@media screen and (max-width: 1400px) {
  #contents h2 {
    font-size: 22px;
  }

  #contents h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1140px) {
  .table-02 th, .table-02 td {
    letter-spacing: .04em;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 559px) {
  .table-02 th, .table-02 td {
    padding: 8px 15px;
  }

  .mb-40 {
    margin-bottom: 30px;
  }

  select, input[type="text"], input[type="email"], input[type="password"], .input-textarea {
    padding: 0.6em;
  }
}
