/* ============================================================
// Tokubatsu
============================================================ */
.tokubatsu-ttl-img {
  background: url(../images/tokubatsu/title-image.png) no-repeat center center/cover;
}

.about-box {
  display: flex;
  gap: 40px;
}
.about-box .box:first-child {
  flex: 1;
}
.about-box .box:last-child {
  width: 45%;
}
.about-box .box:last-child img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .about-box {
    flex-direction: column;
    gap: 20px;
  }
  .about-box .box:first-child, .about-box .box:last-child {
    width: 100%;
  }
}

.difference-table {
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #121212;
  border-left: 1px solid #121212;
}
.difference-table tr th,
.difference-table tr td {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
  padding: 1em;
  border-right: 1px solid #121212;
  border-bottom: 1px solid #121212;
}
.difference-table tr th {
  font-weight: 500;
  text-align: center;
  background: #aee8c1;
}
.difference-table tr th:nth-child(1) {
  width: 20%;
  min-width: 100px;
}
.difference-table tr th:nth-child(2) {
  width: 40%;
}
.difference-table tr th:nth-child(3) {
  width: 40%;
}
.difference-table tr td {
  font-size: 15px;
  background: #ffffff;
}
.difference-table tr td:first-child {
  font-weight: 500;
  background: #aee8c1;
}
.difference-table tr td:first-child br {
  display: none;
}
@media screen and (max-width: 767px) {
  .difference-table tr th,
  .difference-table tr td {
    padding: 1em 0.5em;
  }
  .difference-table tr th:nth-child(1) {
    min-width: 60px;
  }
  .difference-table tr td:first-child {
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    background: #aee8c1;
  }
  .difference-table tr td:first-child br {
    display: inline;
  }
}

.background-box {
  display: flex;
  gap: 40px;
  padding: 40px;
  background: #ffffff;
  border: 3px solid #aee8c1;
  border-radius: 10px;
}
.background-box:not(:last-child) {
  margin-bottom: 20px;
}
.background-box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding-right: 40px;
  border-right: 2px dashed #aee8c1;
}
.background-box .txt {
  flex: 1;
  padding: 10px 0;
}
.background-box .txt dl dt {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .background-box {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
  }
  .background-box .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 2px dashed #aee8c1;
  }
  .background-box .txt dl dt {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.method-box-1 {
  display: flex;
  gap: 40px;
}
.method-box-1 .box:first-child {
  flex: 1;
}
.method-box-1 .box:first-child .ttl {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0 40px 0 5px;
  z-index: 1;
}
.method-box-1 .box:first-child .ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  background: #aee8c1;
  z-index: -1;
}
.method-box-1 .box:first-child p {
  margin-left: 2em;
}
.method-box-1 .box:first-child .list-box {
  margin: 20px 0 0 24px;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 4px;
}
.method-box-1 .box:first-child .list-box .list-name {
  font-weight: 500;
  margin-bottom: 10px;
}
.method-box-1 .box:first-child .list-box ul {
  margin-left: 2.5em;
}
.method-box-1 .box:first-child .list-box ul li {
  list-style-type: disc;
  color: #68a67c;
  margin-bottom: 5px;
}
.method-box-1 .box:last-child {
  width: 40%;
}
.method-box-1 .box:last-child img {
  border-radius: 10px;
}
@media print, screen and (max-width: 991px) {
  .method-box-1 .box:first-child .ttl {
    font-size: 20px;
  }
  .method-box-1 .box:last-child {
    width: 32%;
  }
}
@media print, screen and (max-width: 767px) {
  .method-box-1 {
    flex-direction: column;
    gap: 20px;
  }
  .method-box-1 .box:first-child, .method-box-1 .box:last-child {
    width: 100%;
  }
  .method-box-1 .box:first-child p {
    margin-left: 0;
  }
  .method-box-1 .box:first-child .list-box {
    margin: 20px 0 0 0;
    padding: 20px 20px;
  }
  .method-box-1 .box:first-child .list-box ul {
    margin-left: 2.5em;
  }
  .method-box-1 .box:first-child .list-box ul li {
    margin-bottom: 2px;
  }
}

.method-box-2 {
  display: flex;
  gap: 40px;
  margin: 60px 0;
  padding: 60px 0;
  border-top: 1px dashed #ffffff;
  border-bottom: 1px dashed #ffffff;
}
.method-box-2 .box:first-child {
  order: 2;
  flex: 1;
}
.method-box-2 .box:first-child .ttl {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0 40px 0 5px;
  z-index: 1;
}
.method-box-2 .box:first-child .ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  background: #aee8c1;
  z-index: -1;
}
.method-box-2 .box:first-child p {
  padding-left: 2em;
}
.method-box-2 .box:first-child .list-box {
  margin: 20px 0 0 24px;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 4px;
}
.method-box-2 .box:first-child .list-box .list-name {
  font-weight: 500;
  margin-bottom: 10px;
}
.method-box-2 .box:first-child .list-box ul {
  margin-left: 2.5em;
}
.method-box-2 .box:first-child .list-box ul li {
  list-style-type: disc;
  color: #68a67c;
  margin-bottom: 5px;
}
.method-box-2 .box:last-child {
  order: 1;
  width: 45%;
}
.method-box-2 .box:last-child img {
  border-radius: 10px;
}
@media print, screen and (max-width: 991px) {
  .method-box-2 .box:first-child .ttl {
    font-size: 20px;
  }
  .method-box-2 .box:last-child {
    width: 32%;
  }
}
@media print, screen and (max-width: 767px) {
  .method-box-2 {
    flex-direction: column;
    gap: 20px;
    margin: 40px 0;
    padding: 40px 0;
  }
  .method-box-2 .box:first-child, .method-box-2 .box:last-child {
    width: 100%;
  }
  .method-box-2 .box:first-child p {
    margin-left: 0;
  }
  .method-box-2 .box:first-child .list-box {
    margin: 20px 0 0 0;
    padding: 20px 20px;
  }
  .method-box-2 .box:first-child .list-box ul {
    margin-left: 2.5em;
  }
  .method-box-2 .box:first-child .list-box ul li {
    margin-bottom: 2px;
  }
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.case-list li {
  padding: 40px;
  width: calc((100% - 40px) / 2);
  background: #ffffff;
  border-radius: 10px;
}
.case-list li .ttl {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4;
  padding: 6px 34px 6px 34px;
  border-radius: 4px;
  background: #121212;
}
.case-list li .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  height: 35px;
  width: 2px;
  background: #ffffff;
}
.case-list li p {
  margin-left: 10px;
  padding: 20px 0 20px 24px;
  border-left: 2px solid #121212;
}
@media screen and (max-width: 767px) {
  .case-list {
    flex-direction: column;
    gap: 20px;
  }
  .case-list li {
    padding: 30px 20px;
    width: 100%;
  }
  .case-list li .ttl {
    display: block;
    font-size: 16px;
    padding: 6px 20px 6px 34px;
  }
}