.btnWrap {
  margin-bottom: 40px;
  padding: 0 23px;
}
.btnWrap .btn:nth-child(n + 2) {
  margin-top: 10px;
}
a.btn {
  background-color: #0066B5;
  border-radius: 60px;
  color: #FFF;
  display: block;
  padding: 15px 30px;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  transition: .3s;
}
a.btn:hover {
  opacity: .7;
}
a.btn span {
  text-align: left;
}
a.btn[target="_blank"] span {
  background: url("/common/img/ic_window.svg") right 1px center no-repeat;
  background-size: 15px auto;
  padding-right: 32px;
  display: inline-block;
}
a.btnNormal > span {
  background-image: url("/common/img/ic_arrow_white_bold.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  display: inline-block;
  padding-left: 20px;
}
a.btnPdf > span {
  background: url("/common/img/ic_pdf.png") right center no-repeat;
  background-size: 16px auto;
  padding-right: 40px;
}
@media screen and (min-width:768px) {
  .btnWrap {
    text-align: center;
    margin-bottom: 60px;
  }
  a.btn {
    background-color: #0066B5;
    border-radius: 60px;
    color: #FFF;
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    transition: .3s;
  }
  a.btn:hover {
    opacity: .7;
  }
  a.btn span {
    text-align: left;
  }
  a.btn[target="_blank"] span {
    background: url("/common/img/ic_window.svg") right 1px center no-repeat;
    background-size: 15px auto;
    padding-right: 32px;
    display: inline-block;
  }
  a.btnNormal {
    background-image: url("/common/img/ic_arrow_white.svg");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 6px auto;
    padding: 10px 30px 10px 40px;
    margin-bottom: 20px;
  }
  a.btnNormal:nth-child(n + 2) {
    margin-right: 20px;
  }
  a.btnNormal:last-child {
    margin-right: 0;
  }
}
.heading {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .heading {
    flex-direction: row;
    justify-content: center;
  }
}
.headingLogo {
  position: relative;
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  .headingLogo {
    font-size: 32px;
    margin-right: 25px;
  }
}
.headingLogo img {
  position: absolute;
  top: -0.5em;
  height: 30px;
}
@media print, screen and (min-width: 768px) {
  .headingLogo img {
    height: 48px;
  }
}
.headingLogo span {
  padding-left: 3.8em;
}
.storyBox {
  margin-bottom: 50px;
}
.storyTitle {
  position: relative;
  margin-bottom: 15px;
}
.storyLogo {
  position: absolute;
  top: -5px;
}
.storyTitleInner {
  background-color: #62534c;
  border-radius: 5px;
  padding: 5px 5px 0 65px;
}
.storyTitleInner h3 {
  position: relative;
}
.storyNum {
  color: #62534c;
  font-size: 13px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  padding: 0px 13px;
  top: 3px;
}
.storyTitleInner .storyTitleTxt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-left: 70px;
}
.storyContents {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .storyContents {
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
  }
}
.storyImgWrapper {
  display: flex;
  gap: 25px;
}
.storyLabel {}
.storyLabel p {
  color: #fff;
  font-size: 11px;
  background-color: #eb6b00;
  border-radius: 12px;
  width: 60px;
  text-align: center;
}
.storyContentsImg {
  width: calc(100% - 85px);
}
@media print, screen and (min-width: 768px) {
  .storyContentsImg {
    width: 160px;
  }
}
.storyContentsImg img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .storyContentsImg img {
    width: 160px;
    height: 130px;
  }
}
.storyContentsInner {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .storyContentsInner {
    width: calc(100% - 270px);
  }
}
.sec .storyContentsInner p {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .sec .storyContentsInner p {
    margin-bottom: 0;
  }
}
.storyDetailWrapper {
  width: 100%;
  text-align: right;
}
a.storyDetail {
  position: relative;
  text-align: center;
  background-color: #eb6b00;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 0 15px 0 30px;
  border: solid 2px #fff;
  border-radius: 4px;
  box-shadow: 0 0 3px #999;
  width: 155px;
  display: inline-block;
  letter-spacing: 0.08em;
  transition: .3s;
}
a.storyDetail:link {
  color: fff;
}
a.storyDetail:hover {
  opacity: 0.7;
}
a.storyDetail:link:visited {
  color: #fff;
}
.storyDetail::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
}
.lightbox .lb-image {
  border: none;
}
.lb-nav a.lb-prev, .lb-nav a.lb-next {
  opacity: 1 !important;
}
.lb-nav a.lb-prev:hover, .lb-nav a.lb-next:hover {
  opacity: 0.7 !important;
}
.lb-nav a.lb-prev {
  background: url(/effort/bousai/ss/img/img_story_prev.webp) left 10px bottom 10px no-repeat;
  background-size: 60px 17px;
}
.lb-nav a.lb-next {
  background: url(/effort/bousai/ss/img/img_story_next.webp) right 10px bottom 10px no-repeat;
  background-size: 60px 17px;
}
@media print, screen and (min-width: 768px) {
  .lb-nav a.lb-prev {
    background-size: 100px 28px;
  }
  .lb-nav a.lb-next {
    background-size: 100px 28px;
  }
}