/* {
  outline: 2px red solid;
} */

.section_1 {
  background-color: #0d3e30;
  padding-bottom: 50px;
}

.mein_img img {
  width: 100%;
  height: auto;
}

.marathon_content {
  margin: 2em 10vw;
  width: 80vw;
}

.marathon_text {
  color: #ffffff;
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 40px;
  width: fit-content;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-image-source: linear-gradient(90deg, #0d3e30, #48922b, #0d3e30);
  border-image-slice: 1;
}

.text_color {
  color: #ffffff;
}

.marathon_text_sub {
  font-size: 1.1em;
  margin: 20px 2vw;
}

.marathon_text_sub div {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 15px;
}

.marathon_button {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.button_common {
  margin: 0 auto;
}

.marathon_content .button_entry {
  margin: 3em auto;
  display: flex;
  flex-flow: column;
  color: #ffffff;
  width: 58vw;
  font-size: 0.95em;
  text-align: center;
}

.marathon_text2 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-image-source: linear-gradient(90deg, #ffffff, #48922b, #ffffff);
  border-image-slice: 1;
  max-width: fit-content;
  min-width: 30vw;
  margin: 40px auto;
  padding-bottom: 20px;
}

.marathon_content_sub {
  display: flex;
  width: 70vw;
  margin: 40px auto;
}

.marathon_img img {
  width: 300px;
  height: auto;
  margin: auto 0;
  padding: 5px;
  border-width: 2px;
  border-style: solid;
  border-image-source: linear-gradient(60deg, #48922b, #ffffff, #48922b);
  border-image-slice: 1;
}
.louis_img {
  display: flex;
  margin-left: -200px;
  margin-top: -40px;
  z-index: -100;
}

.louis_img img {
  width: 500px;
  height: auto;
  top: -100px;
}


.DB_content{
  color: #000;
  text-align: center;
  margin-top: 60px;
}



.DB_content .details-table th,
.DB_content .details-table td{
  border-top: solid 1px #c7c7c7; /* 枠線指定 */
  border-bottom: solid 1px #c7c7c7;
}

.DB_content .details-table{
  border-collapse: collapse;
}

.DB_content .details-table th{
  width: 20vw;
  border-right: solid 1px #c7c7c7;
  padding: 10px 5px 10px 15px;
 }

.DB_content .details-table td{
  padding: 10px;
  background-color: #f1f1f1;
 }




@media screen and (max-width: 700px) {
  * {
    font-size: 0.98em;
  }
  .marathon_text {
    font-size: 1.5em;
    margin: 20px;
  }
  .marathon_content {
    margin: 1em auto;
    width: 96vw;
    overflow: hidden;
  }

  .marathon_content_sub {
    flex-wrap: wrap-reverse;
    justify-content: center;
    width: 83vw;
    margin: 40px auto;
  }

  .marathon_text2 {
    margin: 10px auto;
  }

  .louis_content {
    flex-wrap: nowrap;
    margin: 40px 20px;
  }

  .louis_img {
    display: flex;
    margin-left: -160px;
    margin-right: -110px;
    margin-top: -10px;
    z-index: -100;
    margin-bottom: auto;
  }

  .louis_img img {
    max-width: 400px;
    min-width: 30vw;
    height: auto;
  }

  .marathon_content .button_entry {
    width: 63vw;
  }
}
