article.pickup {
  padding-bottom: 135px;
}

article.pickup .article_header {
  background-image: url(/hospital/assets/images/h1/bg_h1_pickup_pc.jpg);
}

h1 {
  font-weight: bold;
}

section .section__inner {
  display: flex;
  justify-content: space-between;
}

.narrow {
  width: 210px;
  margin-right: calc(28 / 980 * 100%);
}

.narrow .narrow__inner {
  border: 1px solid #7fd3bd;
  padding: 20px 5px 5px;
}

.narrow .narrow__inner h2 {
  font-size: 15px;
  text-align: center;
  padding: 0;
}

.narrow .narrow__inner h2::after {
  content: none;
}

.narrow .narrow__inner ul {
  margin-top: 15px;
  padding: 15px 10px 35px;
  background-color: #f1fbf8;
  margin-left: 0;
  line-height: 1;
  font-size: 0;
}

.narrow .narrow__inner ul li {
  font-size: 12px;
  list-style: none;
  position: relative;
}

.narrow .narrow__inner ul li:nth-of-type(n + 2) {
  margin-top: 12px;
}

.narrow .narrow__inner ul li label {
  display: flex;
  align-items: center;
}

.narrow .narrow__inner ul li label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #999;
  background-color: #fff;
  margin-right: 10px;
}

.narrow .narrow__inner ul li input[type="checkbox"] {
  display: none;
}

.narrow .narrow__inner ul li input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 13px;
  height: 7px;
  top: 15%;
  left: 2px;
  transform: rotate(-45deg);
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}

.contents {
  width: calc(740 / 980 * 100%);
}

.contents .contents__inner .boxArea {
  display: flex;
  flex-wrap: wrap;
}

.contents .contents__inner .boxArea .box {
  width: calc(240 / 740 * 100%);
  margin-bottom: 60px;
  margin-right: calc(10 / 740 * 100%);
}

.contents .contents__inner .boxArea .box:nth-child(3n), .contents .contents__inner .boxArea .box.box3n {
  margin-right: 0;
}

.contents .contents__inner .boxArea .box.boxHide {
  display: none;
}

.contents .contents__inner .boxArea .box .box__inner figure {
  overflow: hidden;
  position: relative;
  padding-top: calc(2 / 3 * 100%);
}

.contents .contents__inner .boxArea .box .box__inner figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.contents .contents__inner .boxArea .box .box__inner figure img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s linear;
}

.contents .contents__inner .boxArea .box .box__inner figure img:hover {
  transform: scale(1.1);
}

.contents .contents__inner .boxArea .box .box__inner .thumb {
  padding-top: 0;
}

.contents .contents__inner .boxArea .box .box__inner .thumb a {
  display: block;
  position: relative;
  height: 0;
  padding-top: calc(2 / 3 * 100%);
}

.contents .contents__inner .boxArea .box .box__inner .thumb a .thumb-img {
  position: absolute;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s linear;
}

.contents .contents__inner .boxArea .box .box__inner .thumb a:hover .thumb-img {
  transform: scale(1.1);
}

.contents .contents__inner .boxArea .box .box__inner ul {
  margin-top: 10px;
  margin-left: 0;
  line-height: 1;
  font-size: 0;
}

.contents .contents__inner .boxArea .box .box__inner ul li {
  padding: 6px;
  border: 1px solid #999;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
}

.contents .contents__inner .boxArea .box .box__inner ul li.new {
  border: 1px solid #fca432;
  background-color: #fca432;
  color: #fff;
}

.contents .contents__inner .boxArea .box .box__inner ul li:nth-of-type(n + 2) {
  margin-left: 5px;
}

.contents .contents__inner .boxArea .box .box__inner ul li a {
  text-decoration: none;
}

.contents .contents__inner .boxArea .box .box__inner p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}

.contents .contents__inner .boxArea .box .box__inner p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}

.contents .contents__inner .boxArea .box .box__inner p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

.contents .contents__inner .boxArea .box .box__inner p a {
  text-decoration: none;
}

.contents .contents__inner .pages {
  width: 100%;
}

.contents .contents__inner .pages .pages__inner {
  width: 100%;
  margin: 0 auto;
}

.contents .contents__inner .pages .pages__inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: inherit;
  margin: 0;
  line-height: 1;
  font-size: 0;
}

.contents .contents__inner .pages .pages__inner ul li {
  list-style: none;
  font-size: 14px;
  padding: 0 10px;
}

.contents .contents__inner .pages .pages__inner ul li img {
  max-width: 24px;
}

label:hover {
  cursor: pointer;
}

.narrowButton {
  display: none;
}

.wp-block-image .alignleft {
  text-align: left;
}

.wp-block-image .aligncenter {
  text-align: center;
}

.wp-block-image .alignright {
  text-align: right;
}

@media screen and (max-width: 768px) {
  article.pickup {
    padding-bottom: 78px;
  }

  article.pickup .article_header {
    background-image: url(/hospital/assets/images/h1/bg_h1_pickup_sp.jpg);
  }

  .contents {
    width: 100%;
  }

  .contents .contents__inner .boxArea .box {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .contents .contents__inner .pages .pages__inner ul li img {
    max-width: 45px;
  }

  article section {
    padding-top: 40px;
  }

  article section .section__inner {
    flex-wrap: wrap;
  }

  .narrowButton {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
    max-width: 335px;
    box-sizing: border-box;
    position: relative;
  }

  .narrowButton .narrowButton__inner {
    font-size: 1.4rem;
    background-color: #00a87b;
    color: #fff;
    width: 100%;
    height: 50px;
    padding: 0;
    display: block;
    border-radius: 6px;
    position: relative;
    box-shadow: 3px 3px #fff;
    transition: 0.3s;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .narrowButton .narrowButton__inner:hover {
    opacity: 0.7;
    cursor: pointer;
  }

  .narrow {
    display: none;
    width: 100%;
    height: 100%;
    float: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000000;
    background: #fff;
    margin-right: 28px;
    border: 1px solid #e3edf9;
    padding: 25px 20px 18px;
    box-sizing: border-box;
  }

  .narrow .narrow__inner .narrowButton {
    display: block;
    margin: 20px auto;
  }
}
/*# sourceMappingURL=style_pickup.css.map */

/*# sourceMappingURL=style_pickup.css.map */
