@charset "utf-8";
/* CSS Document */

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
	padding: 150px 0 320px;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 100px 0 280px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: local;
  }
}

.sub {
    margin: 3em 1.4em!important;
}

.bkg {
  background-color: #82cddd;
  padding: 30px 0 150px;
}
.tab_cont {
  background-color: #fff;
  max-width: 80%;
  margin: 0 auto;
  padding: 80px 0;
  border-radius: 30px;
}
.content {
  display: none;
}
.content.show {
  display: block;
}
table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
table th,
table td {
  text-align: center;
  padding: 10px;
}
table td.red {
  color: red;
}
table th {
  background-color: #00668C;
  color: #fff;
  border-right: solid 1px #fff;
}
table th:last-of-type {
  border-right: solid 1px #00668C;
}
table th:first-of-type {
  border-left: solid 1px #00668C;
}
table td {
  background-color: #fff;
  border: solid 1px #ccc;
  vertical-align: middle;
}
table tr.gly td {
  background-color: #f0f0f0;
}
.tab-container {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}
.tab {
  text-align: center;
  background-color: #bdb377;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  width: calc(95%/3);
  font-size: 20px;
  cursor: pointer;
}
.p-inner {
  margin-top: 80px;
}
.column_3,
.column_2 {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.column_2 {
  margin-top: 40px;
}
.column_2 img {
  width: 100%;
  margin-bottom: 15px;
  object-fit: cover;
}
.air_cont {
  background-color: #e9ecf2;
  border-radius: 10px;
  padding: 20px;
  width: calc(80%/3);
  min-width: 348px;
}
.column_2_inn {
  width: calc(82%/2);
  min-width: 348px;
}
.column_2_inn .air_cont {
  width: 100%;
}
.air_cont img {
  height: 215px;
  object-fit: cover;
}
.air_cont h4 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background-color: #00668C;
  width: fit-content;
  padding: 0 5px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.air_cont p span {
  font-weight: bold;
  display: block;
  font-size: 16px;
}
.cont_flex {
  display: flex;
  gap: 10px;
  margin: 10px 0;
  align-items: stretch;
}
.air_cont li p::before {
  content: '■';
  color: #00668C;
  padding-right: 3px;
}
.air_cont li p {
  text-indent: -1rem;
  padding-left: 1rem;
}
.service_3 h4 {
  background-color: inherit;
  color: #00668C;
}
.award {
  width: 250px;
  position: absolute;
  right: 10%;
  bottom: -20%;
}
.l-contents__inner {
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width:1200px) {
  .tab_cont {
    max-width: 95%;
  }
}
@media screen and (max-width:920px) {
  .tab {
    font-size: 16px;
  }
  .heading {
    font-size: 16px;
  }
  .p-top__text {
    max-width: 95%;
  }
}
@media screen and (max-width:768px) {
  .award {
    width: 170px;
    bottom: 0;
  }
  table {
    width: 600px;
  }
  .table_out {
    width: 100%;
    overflow-x: scroll;
  }
  table th,
  table td {
    font-size: 13px;
    padding: 5px;
  }
}
@media screen and (max-width:500px) {
  .award {
        width: 170px;
        right: 10px;
        /* left: 0; */
        margin: auto;
        bottom: 290px;
    }
  .tab-container {
    gap: 10px;
  }
}


.annotations {
    font-size: 0.7rem;
    margin-left: 3px;
    padding-left: 1em;
    padding: 3px;
    border: solid 1px;
    line-height: 1;
    width: fit-content;
}