/* Base
------------------------------------- */
/* Utilities
------------------------------------- */
@media screen and (max-width: 480px) {
  .only_pc {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .only_sp {
    display: none;
  }
}
/*
Archive
------------------------------------- */
.prnews_28th_index {
  margin: 2em 0 0;
  padding-bottom: 2em;
  background: white;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
.prnews_28th_index .tab {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.prnews_28th_index .tab .button {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 1em 0.5em 2em;
  color: white;
  background: #cf0f31;
  font-size: 87.5%;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
.prnews_28th_index .tab .button::after {
  content: "";
  position: absolute;
  bottom: 1.1em;
  left: 50%;
  width: 0.7em;
  height: 0.7em;
  border: solid;
  border-width: 2px;
  border-color: white;
  border-style: none solid solid none;
  transform: rotate(45deg);
  margin-left: -0.35em;
}
.prnews_28th_index .tab .button:nth-child(n+2) {
  border-left: 1px solid white;
}
.prnews_28th_index .tab .button:hover {
  background: #ef2246;
}
.prnews_28th_index .tab .button.on {
  border-left-color: #cf0f31;
  color: #cf0f31;
  background: white;
  font-weight: bold;
}
.prnews_28th_index .tab .button.on::after {
  border-color: #cf0f31;
}
.prnews_28th_index ul {
  padding: 2em 2em 0;
  min-height: 10em;
}
.prnews_28th_index li {
  line-height: 1.75;
  border-bottom: 1px solid #ddddd6;
}
.prnews_28th_index li > .wrap {
  padding: 1em;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.prnews_28th_index li > .wrap .date {
  margin-right: 1em;
  padding: 0.25em 0;
  white-space: nowrap;
  font-size: 87.5%;
}
.prnews_28th_index li > .wrap .label {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0.5em 1.5em 0.5em 0.75em;
  color: white;
  background-image: linear-gradient(to left, transparent, transparent 1.5em, #cf0f31 1.5em);
  white-space: nowrap;
  min-width: 6.5em;
  line-height: 1;
  text-align: center;
  border-radius: 0.25em;
  font-size: 75%;
}
.prnews_28th_index li > .wrap .label::before, .prnews_28th_index li > .wrap .label::after {
  content: "";
  position: absolute;
}
.prnews_28th_index li > .wrap .label::before {
  right: 0.7em;
  top: 50%;
  z-index: 1;
  margin-top: -0.15em;
  width: 0.3em;
  height: 0.3em;
  background: white;
  border-radius: 100%;
}
.prnews_28th_index li > .wrap .label::after {
  right: 0.28em;
  top: 0;
  z-index: -1;
  width: 2em;
  height: 2em;
  background: #cf0f31;
  border-radius: 0.25em;
  transform: rotate(45deg) skew(5deg, 5deg);
}
.prnews_28th_index li > .wrap .name {
  margin-left: 1em;
  font-size: 87.5%;
  text-underline-offset: 0.2em;
}
.prnews_28th_index li a:hover {
  background: #f4f4f2;
}
.prnews_28th_index li a:hover .name {
  color: #cf0f31;
  text-decoration: underline;
}
.prnews_28th_index .more {
  padding: 2em 2em 0;
}
.prnews_28th_index .more .button {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  max-width: 400px;
  color: white;
  background-color: #cf0f31;
  border-radius: 6px;
  text-align: center;
  font-size: 87.5%;
}
.prnews_28th_index .more .button:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .prnews_28th_index {
    padding-bottom: 1em;
  }
  .prnews_28th_index .tab {
    table-layout: auto;
  }
  .prnews_28th_index .tab .button {
    font-size: 81.25%;
  }
  .prnews_28th_index ul {
    padding: 1em 1em 0;
  }
  .prnews_28th_index li > .wrap {
    padding: 0.5em;
    flex-wrap: wrap;
  }
  .prnews_28th_index li > .wrap .name {
    margin: 0.25em 0 0;
    width: 100%;
  }
  .prnews_28th_index .more {
    padding: 1.5em 1em 0;
  }
}
@media screen and (max-width: 480px) {
  .prnews_28th_index .tab .button {
    font-size: 3.2vw;
  }
  .prnews_28th_index li > .wrap .date {
    font-size: 12px;
  }
  .prnews_28th_index li > .wrap .label {
    font-size: 10px;
  }
  .prnews_28th_index li > .wrap .name {
    font-size: 13px;
  }
}

/*
Article
------------------------------------- */
#prnews_28th article {
  margin: 80px auto;
  padding: 0 1em;
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  line-height: 2;
}
#prnews_28th article > .property {
  display: flex;
  align-items: center;
}
#prnews_28th article > .property .date {
  margin-right: 1em;
}
#prnews_28th article > .property .label {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0.5em 1.5em 0.5em 0.75em;
  color: white;
  background-image: linear-gradient(to left, transparent, transparent 1.5em, #cf0f31 1.5em);
  white-space: nowrap;
  min-width: 6.5em;
  line-height: 1;
  text-align: center;
  border-radius: 0.25em;
  font-size: 12px;
}
#prnews_28th article > .property .label::before, #prnews_28th article > .property .label::after {
  content: "";
  position: absolute;
}
#prnews_28th article > .property .label::before {
  right: 0.7em;
  top: 50%;
  z-index: 1;
  margin-top: -0.15em;
  width: 0.3em;
  height: 0.3em;
  background: white;
  border-radius: 100%;
}
#prnews_28th article > .property .label::after {
  right: 0.28em;
  top: 0;
  z-index: -1;
  width: 2em;
  height: 2em;
  background: #cf0f31;
  border-radius: 0.25em;
  transform: rotate(45deg) skew(5deg, 5deg);
}
#prnews_28th article img {
  width: 100%;
  vertical-align: bottom;
}
#prnews_28th article a {
  color: #cf0f31;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
#prnews_28th article .headline {
  margin-top: 0.5em;
  padding: 1em 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
#prnews_28th article .headline span {
  margin-bottom: 0.5em;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
}
#prnews_28th article section {
  margin: 80px 0;
}
#prnews_28th article .mainvisual {
  margin: 60px 0;
}
#prnews_28th article .heading {
  margin-left: 2em;
  margin-bottom: 20px;
  font-size: 20px;
  color: #cf0f31;
  line-height: 1.5;
  text-indent: -2em;
}
#prnews_28th article .heading::before {
  content: "";
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background: url(/content/wp-content/themes/whiteboard/images/prnews/icon_hat.svg) bottom no-repeat;
  line-height: 1;
  position: relative;
  top: 5px;
}
#prnews_28th article .subheading {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}
#prnews_28th article .box {
  margin: 0;
  padding: 1.5em;
  border: 1px solid #ccc;
  border-radius: 8px;
}
#prnews_28th article .picture {
  margin: calc(30px - 0.5em) -0.5em;
  display: flex;
}
#prnews_28th article .picture figure {
  margin: 0.5em;
}
#prnews_28th article .picture figure img {
  border: 1px solid #ccc;
}
#prnews_28th article .picture figure figcaption {
  margin-top: 0.5em;
  line-height: 1.5;
  color: #666;
  font-size: 14px;
}
#prnews_28th article hr {
  height: 1px;
  border: none;
  background-color: #ccc;
}
#prnews_28th article p {
  margin-top: 30px;
}
#prnews_28th article table {
  margin-top: 30px;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  width: 100%;
  line-height: 1.75;
}
#prnews_28th article th,
#prnews_28th article td {
  padding: 1em;
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #ccc;
  border-collapse: collapse;
}
#prnews_28th article th {
  width: 20%;
  min-width: 6em;
  background-color: #f3f3f3;
}
#prnews_28th article ul {
  margin: 0.5em 0 0 0;
  padding: 0;
  list-style: none;
}
#prnews_28th article ul li {
  padding-left: 1.5em;
  text-indent: -1em;
}
#prnews_28th article ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #cf0f31;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 0.5em;
}
#prnews_28th article em {
  font-weight: bold;
  font-style: normal;
}
#prnews_28th article strong {
  font-size: 1.1em;
}
#prnews_28th article mark {
  background-color: #ffff9b;
}
#prnews_28th article dl {
  margin: 0;
}
#prnews_28th article dl dt {
  font-weight: bold;
}
#prnews_28th article dl dd {
  margin-left: 0;
}
#prnews_28th article .notes {
  font-size: 90%;
}
#prnews_28th article .warn {
  color: #cf0f31;
}
#prnews_28th article .summary .head {
  font-size: 18px;
  line-height: 1.5;
}
#prnews_28th article .summary .appeal {
  color: #cf0f31;
}
#prnews_28th article .summary address {
  margin-top: 1.5em;
  font-size: 90%;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  #prnews_28th article {
    margin: 2.5em auto;
  }
  #prnews_28th article > .property .date {
    font-size: 12px;
  }
  #prnews_28th article > .property .label {
    font-size: 10px;
  }
  #prnews_28th article .headline {
    font-size: 18px;
  }
  #prnews_28th article .headline span {
    font-size: 16px;
  }
  #prnews_28th article section {
    margin: 2.5em auto;
  }
  #prnews_28th article .subheading {
    margin-top: 2.5em;
  }
  #prnews_28th article p {
    margin-top: 1em;
  }
  #prnews_28th article th,
#prnews_28th article td {
    display: block;
    padding: 0.5em;
    width: auto;
    border-bottom: 0;
    border-collapse: collapse;
  }
  #prnews_28th article td {
    border: 0;
  }
}

#prnews_28th + .addtoany_share_save_container {
  margin: 0 auto 80px;
  box-sizing: border-box;
  padding: 0 1em;
  max-width: 720px;
}

.picture.cols-3 {
  flex-wrap: wrap;
}
.picture.cols-3 figure {
  width: calc(33.33% - 1em);
}
@media screen and (max-width: 480px) {
  .picture.cols-3 figure {
    width: calc(50% - 1em);
  }
}

/*# sourceMappingURL=prnews.css.map */
