@charset "utf-8";

/*----------------------------------------------------
    PC・SP共通css
----------------------------------------------------*/
.official {
  margin: 0 auto;
  margin-top: 50px;
  background: #f5f5f559;
  border-radius: 30px 30px 30px 30px;
  width: 80%;
  padding: 20px 50px;
}

.official ul {
  width: 100%;
  padding: 15px;
  display: block;
  margin: auto;
  max-height: 300px;
  overflow-y: scroll;
  border: 3px double #333;
  margin-bottom: 15px;
}

.contents-left .official ul li {
  background: none;
  display: block;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  padding: 0px 0px 5px 0px;
  text-align: left;
}

.official ul li span {
  font-size: 0.8em;
  display: block;
  background: none;
  color: #000;
  margin: 0px;
  font-weight: bold;
}

.official ul div {
  padding: 0rem 1rem;
  border-left: 6px double #333;
  font-weight: bold;
}

.official h4 {
  font-size: 1.3em;
  border-bottom: 3px double #333;
  padding-left: 10px;
}

.official h5 {
  font-size: 1.2em;
  border-bottom: 1px dashed #333;
}

.official h6 {
  font-size: 1.1em;
}

.official h4,
.official h5,
.official h6 {
  font-weight: bold;
  margin: 20px 0;
}

.official h4:before,
.official h5:before,
.official h6 {
  content: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.date p {
  font-size: 12px;
}

table.toptbl td b {
  font-size: 18px;
  display: block;
  line-height: 1;
  padding: 1rem 0;
}

table.toptbl td {
  width: 26%;
}

.fw {
  font-weight: bold;
}

.lower_bottom {
  margin-bottom: 0;
}

.kanren {
  border: 3px solid #ddd;
  padding: 20px 30px;
  margin: 30px auto;
  position: relative;
  box-sizing: border-box;
  background: #FFF;
}

.midasi {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.kanren br {
  display: none;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 120px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50px;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 5px auto;
  z-index: 2;
  padding: 7px 15px;
  background-color: #004ea2;
  border-radius: 10px;
  color: #FFF;
}

.readmore-label:before {
  content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check {
  display: none;
}

.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.readmore-check:checked~.readmore-label:before {
  content: "\9589\3058\308B";
}

.readmore-check:checked~.readmore-content {
  height: auto;
}

.readmore-check:checked~.readmore-content::before {
  display: none;
}


h1.l-header__sitename,
.l-header__sitename a {
  display: block;
}
h1.l-header__sitename:before,
.l-header__sitename a:before {
  background: #000;
  color: #fff;
  content: "PR";
  display: flex;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0 1rem;
  margin: 0 auto 6px;
  width: fit-content;
  font-family: 'Meiryo', 'メイリオ';
}

.l-footer-copy p:first-child a:before {
  content: "【PR】";
}




/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 481px) {

}


/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
  .lower_bottom {
    padding: 3% 3% 10%;
  }

  .comparison-table td li {
    padding-left: 20px !important;
    background-position-x: 3px !important;
  }

  .comparison-table th, .comparison-table td {
    padding: 4px;
  }

  a.lplist3 {
    padding: 4px 8px 4px 0px;
    width: 100%;
    font-size: 14px;
  }

  .comparison-table th {
    width: 20px;
  }

  a.lplist3:before {
    right: 3px;
  }

  .lower_bottom {
    padding: 3% 0% 10%;
  }
  .l-header__sitename {
    margin: 0 auto;
    text-align: center;
  }
}