@charset "utf-8";

.grid-item a h2 {
  padding-left: calc(2em + 30px);
  padding-right: 2em;
  position: relative;
}

.grid-item a h2::before {
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  top: 50%;
  left: 2em;
  background-image: url(../../../assets/images/icon_arrow_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  transform: translateY(-50%);
}

table {
  border-collapse: collapse;
}
table th,
table td {
  border: 1px solid #ddd;
  padding: 1em;
}
table thead th {
  background-color: #f5f5f5;
}
table tbody td {
  text-align: left;
}
.tbl_send {
  width: 100%;
}
h4 {
  margin-top: 2em;
}

table + * {
  margin-top: 1em;
}
p + * {
  margin-top: 1em;
}
h3 + * {
  margin-top: 1em;
}
h4 + * {
  margin-top: 1em;
}
dd + dt {
  margin-top: 1em;
}
dt + dd .scroll {
  margin-top: 1em;
}
dt {
  font-weight: 500;
}

dl + table {
  margin-top: 1em;
}
.red_c {
  color: var(--color-theme-primary);
}

.form__btn {
  margin-top: 2em;
}
.form__btn a {
  height: var(--button-height);
  color: var(--color-theme-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
  max-width: 420px;
  line-height: 1;
  text-decoration: none;
  background-color: var(--color-font-base);
  transition: var(--transition);
}
.form__btn a:hover {
  opacity: .5;
}

.tab-list {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
}
.tab-list li {
  width: 50%;
}

.tab-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  min-height: 64px;
  background-color: #dbdbdb;
  color: #999;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.tab-list li:first-child,
.tab-list li:first-child label {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.tab-list li:last-child,
.tab-list li:last-child label {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.tab-list li.current {
  background-color: var(--color-font-base) !important;
  color: var(--color-theme-white) !important;
}
.content-box {
  margin-top: var(--content-margin);
}

section#sec01 {
  padding: var(--section-padding) 0 !important;
}

.disc {
  margin-left: 1.75em;
  list-style-type: disc;
  margin-bottom: 1em;
}
li table {
  margin-top: 1em;
  margin-bottom: 1em;
}

.this_mon_list ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: var(--grid-gap);
}
.this_mon_list ul li {
  width: calc(calc(100% - 120px) / 4);
}
.this_mon_list ul li .button a {
  min-width: auto;
  width: 100%;
}

.sitemap .cont_grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: var(--grid-gap);
  flex-wrap: wrap;
}
.sitemap .cont_grid .s_categry {
  width: calc(calc(100% - 120px) / 4);
}
.sitemap h3 {
  margin-top: 0 !important;
}


@media only screen and (max-width: 1240px) {
  .this_mon_list ul li,
  .sitemap .cont_grid .s_categry {
    width: calc(calc(100% - 80px) / 3);
  }
}

@media only screen and (max-width: 900px) {
  .this_mon_list ul li,
  .sitemap .cont_grid .s_categry {
    width: calc(calc(100% - 40px) / 2);
  }
    .grid-item a h2 {
    padding-left: 1em;
    font-size: 16px;
    min-height: 80px;
    padding-right: 1em;
  }
  .grid-item a h2 {
    padding-left: calc(1em + 30px);
  }
  .grid-item a h2::before {
    left: 1em;
  }
}

@media only screen and (max-width: 600px) {
  .this_mon_list ul li,
  .sitemap .cont_grid .s_categry {
    width: 100%;
  }
}
