.postPage img {
  border-radius: 4px;
}
.postPage .box.bg_gray {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 80px;
  padding-bottom: 80px;
}
.postPage .box:nth-of-type(n + 2) {
  margin-top: 120px;
}
.postPage h3 {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  border-bottom: #999999 solid 1px;
  padding-bottom: 12.5px;
}
.postPage img:has(+ :is(h1, h2, h3, h4, h5, h6, p)) {
  margin-bottom: 20px;
}
.postPage .img200, .postPage .img150, .postPage .img100 {
  display: flex;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.postPage .img100 {
  max-height: 100px !important;
}
.postPage .img150 {
  max-height: 150px !important;
}
.postPage .img200 {
  max-height: 200px !important;
}
.postPage .bg_gray {
  background: #f8f8f8;
}
.postPage .bg_gray .bg-txt {
  color: #fff !important;
}
.postPage .bg_white_box .columnBox {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}
.postPage .padding_base {
  padding: 53px 30px 60px;
}
.postPage .bgtxt-pagetll {
  font-size: 24px !important;
  font-weight: 400;
  color: #333333;
  text-align: center;
  position: relative;
  margin: 0 0 63px;
  z-index: 0;
}
.postPage .bgtxt-pagetll .color {
  font-size: 48px;
  font-weight: 100;
  color: #e77e0d;
}
.postPage .bgtxt-pagetll .bg-txt {
  font-size: 120px;
  font-weight: 100;
  color: #f8f8f8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.postPage .pageInLink {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 45px;
}
.postPage .pageInLink.link03 .pageInLink_inr {
  width: 33.3333333333%;
}
.postPage .pageInLink.link04 .pageInLink_inr {
  width: 25%;
}
.postPage .pageInLink_inr {
  position: relative;
  height: 130px;
}
.postPage .pageInLink_inr::before {
  position: absolute;
  content: "";
  background: url("images/common/accordion02.svg") no-repeat;
  background-position: center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.postPage .pageInLink_inr::after {
  content: "";
  background: #999999;
  width: 1px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.postPage .pageInLink_inr:last-child::after {
  display: none;
}
.postPage .pageInLink_inr a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 400;
  color: #333;
}
.postPage .pageInLink_inr a p {
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .postPage .pageInLink_inr a:hover, .postPage .pageInLink_inr a:focus {
    color: #333 !important;
    opacity: 0.8;
  }
}
.postPage .pageInLink__tabtxt {
  font-size: 10px;
  font-weight: 100;
}
.postPage .pageInLink__tabtxt02 {
  font-size: 24px;
  font-weight: 100;
  color: #e77e0d;
}
.postPage .imgCircle img {
  width: 150px !important;
  height: 150px !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.postPage .imgCircle.side .columnBox {
  display: flex;
  align-content: center;
  align-items: center;
}
.postPage .imgCircle.side .columnBox img {
  margin-right: 10px;
}
.postPage .imgCircle.stack .columnBox img {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.postPage .white_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}
.postPage .white_list.column3 li {
  background: #fff;
  padding: 10px 15px;
  margin: 0 0 20px;
  border-radius: 8px;
  text-align: center;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .postPage .white_list.column3 li {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .postPage .white_list.column3 li {
    width: 100%;
  }
}
.postPage .white_list.column3:after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 20px);
}
.postPage .sideList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 20px;
  text-align: center;
}
.postPage .sideList li {
  width: auto;
  padding: 5px 15px;
  margin: 0 0 10px;
}
.postPage .sideList.white li {
  background: #fff;
}/*# sourceMappingURL=add.css.map */