@charset "UTF-8";

div.service_anker>ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

div.service_anker>ul>li {
  max-width: 24%;
  width: 240px;
  margin: 10px 0.5%;
}
div.about_anker>ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

div.about_anker>ul>li {
  max-width: 42%;
  width: 360px;
  margin: 0 4%;
}

a.service_glay__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 105px;
  border-radius: 53px;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  background-color: #78878c;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  position: relative;
  line-height: 1.227;
  text-align: center;
}

a.service_glay__btn::after {
  content: "";
  position: absolute;
  background: url(../img/common/button_arrow.svg) no-repeat center;
  background-size: 100%;
  width: 10px;
  height: 30px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

a.service_glay__btn:hover {
  opacity: 0.65;
}

div.service_box2_cont_wrap4 {
  margin-bottom: 120px;
}

.service_shadowbox {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.3);
}

.service_shadowbox img {
  width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 944px) {
  a.top_meeq__button--exam {
    width: 90%;
    max-width: 350px;
    height: 60px;
    font-size: 1.8rem;
  }

  a.top_meeq__button--exam span {
    width: 8px;
    height: 19px;
  }

  a.top_meeq__button--exam span img {
    vertical-align: top;
  }

  div.about_anker>ul {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }

  div.about_anker>ul>li {
    max-width: 100%;
    width: 80%;
    margin: 0 4% 20px;
  }

  a.about_glay__btn {
    padding-top: 10px;
    width: 100%;
    height: 80px;
    border-radius: 40px;
    font-weight: bold;
    font-size: 2rem;
    background-color: #78878c;
  }

  a.about_glay__btn::after {
    bottom: 10px;
  }

  a.about_glay__btn:hover {
    opacity: 0.65;
  }

  div.service_box2_cont_wrap4 {
    margin-bottom: 60px;
  }
}

div.global_box_cont_wrap>ul>li.service_shadowbox {
  padding-top: 50px;
  margin-bottom: 50px;
}

div.global_box_cont_wrap>ul>li.service_shadowbox:last-child {
  margin-bottom: 0;
}

.global_box_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 54px;
  background-color: #292854;
  color: #fff;
  font-weight: bold;
  border-radius: 0 27px 27px 0;
  margin-top: 50px;
}

.global_box_title .__en {
  font-size: 2.5rem;
}

.global_box_title .__num {
  font-size: 3.8rem;
  line-height: 1;
}

.global_box_wrap {
  padding: 0 76px 54px 60px;
}

.global_box__title04 {
  font-size: 2.9rem;
  line-height: 1.24;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
}

.global_box__text {
  font-size: 1.5rem;
  line-height: 1.8666;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.global_box__group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.global_box__detail {
  width: 54%;
}

.global_box__detail>h4.global_box__title04 {
  margin-top: 40px;
}

.global_box__group .global_box__img {
  width: 45%;
  margin-top: 0;
}

.global_box__title05 {
  margin-bottom: 15px;
}

.global_box__title05 a {
  font-size: 2rem;
  color: #78c700;
  font-weight: 600;
  transition: 0.3s;
}

.global_box__title05 a:hover {
  opacity: 0.65;
}

.global_plan__table {
  margin-bottom: 20px;
}

.global_plan__table table {
  border-collapse: collapse;
  width: 100%;
}

.global_plan__table table thead th {
  background-color: #292855;
  border: solid 1px #fff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
}

.global_plan__table table tbody td {
  background-color: #c5c5c9;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 10px;
  vertical-align: middle;
  border: solid 1px #fff;
  font-weight: 600;
}

.global_plan__table table tbody tr:nth-child(2) td {
  background-color: #e0e0e1;
}

.global_box__img {
  margin-top: 30px;
}

.global_box__img.__point2 {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.global_box__img.__point3 {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.global_box__img.__point3 {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 944px) {
  div.global_box_cont_wrap>ul>li.service_shadowbox {
    padding-top: 25px;
    margin-bottom: 30px;
  }

  div.global_box_cont_wrap>ul>li.service_shadowbox:last-child {
    margin-bottom: 0;
  }

  .global_box_title {
    width: 180px;
    height: 42px;
    border-radius: 0 21px 21px 0;
    margin-top: 20px;
  }

  .global_box_title .__en {
    font-size: 1.8rem;
  }

  .global_box_title .__num {
    font-size: 2.6rem;
  }

  .global_box_wrap {
    padding: 0 20px 30px 20px;
  }

  .global_box__title04 {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .global_box__text {
    font-size: 1.2rem;
  }

  .global_box__group {
    flex-wrap: wrap;
  }

  .global_box__detail {
    width: 100%;
  }

  .global_box__detail>h4.global_box__title04 {
    margin-top: 20px;
  }

  .global_box__group .global_box__img {
    width: 100%;
    margin-top: 20px;
  }

  .global_box__title05 a {
    margin-bottom: 10px;
  }

  .global_box__title05 a {
    font-size: 1.4rem;
  }

  .global_plan__table {
    margin-bottom: 20px;
    overflow: auto;
    white-space: nowrap;
  }

  .global_plan__table table {
    border-collapse: collapse;
    width: 100%;
  }

  .global_plan__table table thead th {
    font-size: 1.2rem;
    padding: 5px;
  }

  .global_plan__table table tbody td {
    font-size: 1.2rem;
    padding: 5px;
  }

  .global_box__img {
    margin-top: 10px;
  }
}

.service_shadowbox.__dpf {
  padding: 50px 65px 70px;
  margin-bottom: 40px;
}

.service_shadowbox.__dpf>h3 {
  text-align: center;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.coverage_table p {
  margin-top: 40px;
}

.coverage_table table {
  border-collapse: collapse;
  width: 100%;
}

.coverage_table table thead th {
  background-color: #292855;
  border: solid 1px #fff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.coverage_table table tbody td {
  background-color: #c5c5c9;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 10px;
  text-align: center;
  border: solid 1px #fff;
  font-weight: 600;
  vertical-align: middle;
}

.coverage_table table tbody tr:nth-child(even) td {
  background-color: #e0e0e1;
}

@media screen and (max-width: 944px) {
  .coverage_table {
    overflow: auto;
    white-space: nowrap;
  }

  .coverage_table table thead th {
    font-size: 1.2rem;
  }

  .coverage_table table tbody td {
    font-size: 1.2rem;
  }
}

/*202101追加*/

.p-iot__anchor__group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  list-style: none;
  padding-left: 0;
}

.p-iot__anchor {
  width: calc(100% / 6);
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
  height: 45px;
}

.p-iot__anchor__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3e ease-in-out;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 1px #171f29;
  color: #171f29;
}

.p-iot__anchor__link:hover {
  background-color: #171f29;
  color: #fff;
}

.p-iot__anchor02__title {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  background: #171f29;
  color: #fff;
  line-height: 30px;
  height: 160px;
  padding: 0;
}

.p-iot__anchor02__title h3 {
  font-size: 17px;
  letter-spacing: 2px;
  margin: 40px 0 10px;
  color: #fff;
  text-align: center;
}

.p-iot__anchor02__title h3 .line {
  display: block;
  height: 1px;
  background: #fff;
  width: 144px;
  margin: 25px auto 0;
}

.p-iot__anchor02__title p {
  padding: 15px;
  text-align: center;
  margin: 0;
  border-bottom: solid 1px #fff;
}

.p-iot__anchor02__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #171f29;
  border: solid 1px #171f29;
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
}

.p-iot__anchor02__link:hover {
  background-color: #fff;
  color: #171f29;
}

.p-iot__card {
  margin-bottom: 60px;
}

.p-iot__card__title03 {
  font-family: 'SST W55 Bold';
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.p-iot__support {
  padding-bottom: 80px;
}

.p-iot__support h3 {
  font-size: 18px;
  border-bottom: solid 1px #171f29;
  text-align: center;
  display: inline-block;
  padding-bottom: 5px;
  margin: 0 0 10px 0;
}

.p-iot__support h4 {
  display: inline-block;
  font-size: 17px;
  border-bottom: solid 1px #171f29;
}

.p-mvno__plan {
  max-width: initial;
  padding: 40px 0;
}

.p-mvno__box {
  background-color: #f2f2f2;
  padding: 20px;
  margin: 0 10px 20px 0;
}

.p-mvno__box.__last {
  margin: 0 0 20px 0;
}

.p-mvno_col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}

.p-mvno_col2__detail {
  width: 50%;
}

@media screen and (max-width: 767.9px) {
  .p-mvno_col2__detail {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-mvno_col2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-mvno_col2__img {
  width: 43%;
}

@media screen and (max-width: 767.9px) {
  .p-mvno_col2__img {
    width: 100%;
  }
}

.p-mvno__text {
  padding-bottom: 20px;
}

/*  ## PRICE  */
.p-iot__price-box {
  padding: 20px 40px 40px;
  border-radius: 9px;
}

.p-iot__price-head {
  width: 150px;
  margin-left: auto;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.p-iot__price-list {
  margin: 0;
}

.p-iot__price-listItem {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #B3B3B3;
  position: relative;
}

.p-iot__price-listItem:first-child {
  border-top: 1px dotted #B3B3B3;
}

.p-iot__price-listItem:last-child {
  padding-bottom: 75px;
}

.p-iot__price-listItem.__ai:last-child {
  padding-bottom: 20px;
}

.p-iot__price-list__ttl3 {
  margin-right: 250px;
  margin-bottom: 0;
  color: #75A24C;
  font-size: 2.0rem;
  font-weight: bold;
}

.p-iot__price-list__text {
  margin-right: 250px;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.p-iot__price-list__yen {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  /*width: 250px;*/
  height: calc(100% - 40px);
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.p-iot__price-list__yen.__ai {
  position: static;
  margin-bottom: 30px;
}

.p-iot__price-list__yen.__ai:last-of-type {
  margin-bottom: 0;
}

.p-iot__price-list__yen small {
  display: inline-block;
  margin-right: .5em;
  margin-bottom: 5px;
  font-size: 1.7rem;
}

.p-iot__price-list__yen small.__last {
  margin: 0;
}

.p-iot__price-buttonWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.p-iot__price-buttonWrap .c-meeq__button {
  height: 70px;
}

.p-iot__price-buttonWrap .c-meeq__button+.c-meeq__button {
  margin-left: 20px;
}

.pb30 {
  padding-bottom: 33px;
}
/* -------------------------------------
    pc 下層 iotstorage
  ------------------------------------- */
  .p-meeq__box {
    padding: 50px 40px 60px;
    background-color: #fff;
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 0.15))
  }

  .p-iot__about_text {
    text-align: left !important;
  }

  .p-iot__about_text .__bigger {
    display: inline-block;
    margin: 10px 0;
    font-size: 2.0rem;
  }

  .p-iot__about_img {
    display: block;
    max-width: 100%;
    text-align: center;
  }

  .p-iot__about_img figure figcaption {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 10px;
  }

  .p-iot__feature-list {
    margin: 0;
  }

  .p-iot__feature-listItem {
    /* min-height: 180px; */
    margin: 0;
    position: relative;
  }

  .p-iot__feature-listItem:not(:first-child) {
    margin-top: 71px;
  }

  .p-iot__feature-listItem:not(:first-child)::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dotted #B3B3B3;
    position: absolute;
    top: -36px;
    left: 0;
  }

  .p-iot__feature-list__ttl4 {
    /* margin-right: 306px; */
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .p-iot__feature-list__text {
    /* margin-right: 306px; */
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .p-iot__feature-list__img {
    display: none;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    width: 260px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

.p-iot__feature-list__text a {
  transition: 0.4s;
  text-decoration: underline;
  color: #886817;
}

.p-iot__feature-list__text a:hover {
  text-decoration: none;
}

@media screen and (max-width: 639px) {

  /* -------------------------------------
    sp 下層 iotstorage
  ------------------------------------- */
  .p-iot__about_text {
    font-size: 1.3rem;
    margin-top: 20px;
  }

  .p-iot__about_text .__bigger {
    font-size: 1.5rem;
  }

  .p-meeq__box {
    padding: 20px 20px 35px;
  }

  .p-iot__about_img figure img {
    display: block;
    max-width: 100%;
    text-align: center;
  }

  .p-iot__about_img figure figcaption {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 10px;
  }

  .p-iot__feature-listItem {
    min-height: auto;
  }

  .p-iot__feature-listItem:not(:first-child) {
    margin-top: 71px;
  }

  .p-iot__feature-listItem:not(:first-child)::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dotted #B3B3B3;
    position: relative;
    top: -36px;
    left: 0;
  }

  .p-iot__price-box {
    padding: 10px 20px 25px;
    border-radius: 5px;
  }

  .p-iot__price-head {
    width: auto;
    font-size: 1.1rem;
    text-align: right;
    font-weight: bold;
  }

  .p-iot__price-listItem:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .p-iot__price-list__ttl3 {
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 1.5rem;
    color: #75A24C;
    font-weight: bold;
  }

  .p-iot__price-list__text {
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 1.3rem;
  }

  .p-iot__price-listItem {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #B3B3B3;
    position: relative;
  }

  .p-iot__price-listItem:first-child {
    border-top: 1px dotted #B3B3B3;
  }

  .p-iot__price-listItem:last-child {
    padding-bottom: 0;
  }

  .p-iot__price-list__yen {
    width: auto;
    position: static;
    font-size: 2.0rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: calc(100% - 40px);
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .p-iot__price-list__yen.__ai {
    margin-bottom: 10px;
  }

  .p-iot__price-list__yen.__ai small {
    font-size: 1.2rem;
  }

  .p-iot__price-list__yen small {
    margin-bottom: 3px;
    font-size: 1.4rem;
  }

  .p-iot__price-buttonWrap {
    display: block;
  }

  .p-iot__price-buttonWrap .c-meeq__button {
    margin-left: auto;
    margin-right: auto;
  }

  .p-iot__price-buttonWrap .c-meeq__button+.c-meeq__button {
    margin-top: 12px;
    margin-left: auto;
  }

  .p-iot__feature-list__text a {
    transition: 0.4s;
    text-decoration: underline;
    color: #886817;
  }

  .p-iot__feature-list__text a:hover {
    text-decoration: none;
  }

  .p-iot__feature-list__ttl4 {
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 1.5rem;
    font-weight: bold;
  }

  .p-iot__feature-list__text {
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 1.3rem;
  }

  .p-iot__feature-list__img {
    position: static;
  }

  .p-iot__anchor__group {
    margin-bottom: 30px;
  }

  .p-iot__anchor {
    width: 50%;
  }

  .p-iot__anchor02__title {
    height: auto;
  }

  .p-iot__anchor02__title h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 10px 0 10px;
  }

  .p-iot__anchor02__title h3 .line {
    width: 100px;
    margin: 20px auto 0;
  }

  .p-iot__anchor02__content p {
    padding: 8px;
  }

  .p-iot__anchor02__link {
    font-size: 15px;
    height: 40px;
  }

  .p-iot__card {
    margin-bottom: 30px;
  }

  .p-iot__card__title03 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .p-iot__how__section {
    padding-bottom: 5px;
  }

  .p-iot__how {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Meeq {
    padding-bottom: 40px;
  }

  h3.meeq__ttl3 {
    margin-bottom: 20px !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-iot__support {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-iot__support h3 {
    font-size: 17px;
  }

  .p-iot__support h4 {
    font-size: 16px;
  }
}
.service_meeq_feature_button>.feature_button_wrap {
  text-align: center;
  padding-top: 30px;
}

.service_meeq_feature_button>.feature_button_wrap>a {
  display: inline-block;
  width: 80%;
  max-width: 350px;
  margin: 0 10px;
  padding: 17px 0 18px;
  font-size: 1.6rem;
  letter-spacing: 0.2px;
  font-weight: bold;
}
.service_meeq_feature_button>.feature_button_wrap>a>span {
  top: 17px;
  right: 12px;
}

.service_meeq_feature_button>.feature_button_wrap>a.plan {
  margin-bottom: 10px;
  background-color: #292854;
}

.service_meeq_feature_button>.feature_button_wrap>a.plan:hover {
  background-color: #3a3877;
}

.service_meeq_feature_button>.feature_button_wrap>a.quotation {
  margin-bottom: 10px;
  background-color: #D46324;
  border: 1px #D46324 solid;
}

.service_meeq_feature_button>.feature_button_wrap>a.quotation:hover {
  background: #fff;
    color: #D46324;
}

/* 2405 資料CTA追加 */
.fixed_wp_banner__wrap {
  position: fixed;
  display: block;
  right: 0;
  bottom: 80px;
  width: 300px;
  height: min-content;
  border: 2px solid #78c700;
  background-color: #fff;
  a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 639px) {
  .fixed_wp_banner__wrap {
    display: none;
  }
}
#fixed_wp_banner__close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -2px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  justify-content: center;
  color: #fff;
  background-color: #78c700;
  border: 2px solid #78c700;
}
.fixed_wp_banner__contents {
  width: 100%;
  text-align: center;
  
  padding: 8px;
  img {
    width: 80%;
    height: auto;
    object-fit: contain;
  }
  p {
    font-size: 16px;
    font-weight: bold;
  }
}
.fixed_wp_banner__link {
  display: block;
  width: 100%;
  background-color: #78c700;
  text-align: center;
  justify-content: center;
  padding-block: 4px;
  a {
    margin-inline: auto;
    position: initial;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
}
.fixed_wp_banner__link a::after {
  display: inline-block;
  content: "";
  background-image: url(../img/common/navigate_next.svg);
  background-size: cover;
  vertical-align: sub;
  width: 20px;
  height: 20px;
}

.fixed_wp_banner__wrap.js_close {
  display: none;
}

/* 2406 SMS一括送信ページ追加 */
.sms_inner figure {
  width: 80%;
  margin-inline: auto;
  img {
    object-fit: cover;
    width: 100%;
  }
}
 
.common_white_box.sms-box_item {
  margin-bottom: 24px;
  padding: 24px;
  h3 {
    color: #78c700;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2em;
    span {
      font-size: 1.6rem;
    }
  }
  p {
    margin-top: 1.6rem;
  }
}
.sms-box_flexwrap {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  li {
    width: calc(33% - 16px);
    padding: 16px;
    text-align: center;
    font-weight: 700;
  }
  figure {
    width: 80%;
    height: auto;
    margin-inline: auto;
    img {
      width: 100%;
      object-fit: cover;
    }
  }
}
@media screen and (max-width: 639px) {
  .sms-box_flexwrap {
    flex-direction: column;
  gap: 24px;
    li {
      width: 100%;
    }
    figure {
      max-width: 160px;
    }
  }
  .common_white_box.sms-box_item h3 {
    font-size: 1.6rem;
  }
}
.common_white_box.sms-box_table {
  padding: 24px;
  table {
    width: 100%;
    text-align: center;
    tr th {
      padding: 10px;
      background-color: #829196;
      color: #fff;
      border: 1px solid #fff;
    vertical-align: middle;
    }
    tr td {
      padding: 10px;
      vertical-align: middle;
      border: 1px solid #829196;
    }
  }
}

/* 2411 coverage先頭行固定 */
.coverage_table {
  height: calc(100vh - 115px);
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color:#262753 #fff;
}
.coverage_table table thead tr th {
  position: sticky;
    top: 0;
    left: 0;
}