/*=================================================================*/
/*	postwar80th
/*=================================================================*/
.postwar80th {
  background: url(../../../common/img/sec/special/202508/postwar80th/bg.png);
  padding: 20px;
}
.postwar80th .contWrap {
  margin-bottom: 40px;
}
.postwar80th .contWrap .h2topTtl {
  background: url(../../../common/img/sec/special/202508/postwar80th/top.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.postwar80th .contWrap .h2topTtl h2 {
  font-size: 250%;
  text-align: center;
  padding: 10px 0;
}
.postwar80th .contWrap .topCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #FFF33A solid 5px;
}
.postwar80th .contWrap .topCol p {
  width: 60%;
}
.postwar80th .contWrap .topCol .top_img {
  width: 40%;
}
.postwar80th .contWrap .topCol .top_img figure {
  width: 100%;
}
.postwar80th .contWrap p.right {
  text-align: right;
}
.postwar80th .tag01 {
  display: flex;
  margin: 0 0 10px;
  justify-content: start;
  gap: unset;
}
.postwar80th .tag01 dt {
  flex: 0 0 120px;
  margin-right: 15px;
}
.postwar80th .tag01 dt p {
  background-color: #6c5726;
  text-align: center;
  color: #FFF;
  padding: 2px;
  display: block;
  font-size: 1.4rem;
  border-radius: 4px;
}
.postwar80th .lineBox {
  border: solid 4px #008B5C;
  padding: 25px;
  margin: 0;
  background-color: #fff;
}
.postwar80th .roundBox {
  border: solid 4px #FFF33A;
  padding: 25px;
  margin: 40px 0;
  border-radius: 30px;
  background-color: #fff;
}
.postwar80th .roundBox.green {
  border: solid 4px #008B5C;
}
.postwar80th .roundBox h4 {
  font-size: 3rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}
.postwar80th .roundBox h4 .h4_small {
  font-size: 2.5rem;
}
.postwar80th .roundBox .bg_yellow {
  padding: 25px;
  background-color: #FFF9B9;
  border-radius: 30px;
}
.postwar80th .roundBox .bg_yellow .btn a {
  background-color: #fff;
}
.postwar80th .btn {
  text-align: center;
  margin-top: 10px;
}
.postwar80th .p_bold {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
}
.postwar80th figure {
  width: 50%;
  margin: 0 auto;
}
.postwar80th figure figcaption {
  margin-top: 10px;
  text-align: center;
  line-height: 1.2;
}
.postwar80th figure.tsuru {
  position: relative;
}
.postwar80th figure.tsuru::after {
  position: absolute;
  content: "";
  background: url(../../../common/img/sec/special/202508/postwar80th/15.png) no-repeat center center;
  width: 200px;
  height: 160px;
  right: -70px;
  bottom: 70px;
  max-width: 200px;
}
.postwar80th ul.timeLine {
  position: relative;
  margin-left: 1rem;
  padding-left: 2.5rem;
  border-left: #000 solid 3px;
}
.postwar80th ul.timeLine li {
  padding-bottom: 30px;
}
.postwar80th ul.timeLine li h3 {
  position: relative;
  padding-bottom: 10px;
  border-bottom: #000 3px solid;
  margin-bottom: 10px;
}
.postwar80th ul.timeLine li h3 span {
  font-size: 2.5rem;
  background: #000;
  border-radius: 10px;
  padding: 5px 6vw 5px 10px;
  color: #fff;
}
.postwar80th ul.timeLine li h3 span::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  left: -46px;
}
.postwar80th ul.timeLine li h3 span.h3_second {
  background: #818285;
}
.postwar80th ul.timeLine li h3 span.h3_second::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: #818285;
  border-radius: 50%;
  left: -46px;
}
.postwar80th ul.timeLine li h3 span.h3_third {
  background: #FFF9B9;
  color: #000;
}
.postwar80th ul.timeLine li h3 span.h3_third::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: #FFF9B9;
  border-radius: 50%;
  left: -46px;
}
.postwar80th ul.timeLine li h3 span.h3_fourth {
  background: #ABD695;
  color: #000;
}
.postwar80th ul.timeLine li h3 span.h3_fourth::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: #ABD695;
  border-radius: 50%;
  left: -46px;
}
.postwar80th ul.timeLine li .tl_contents .tl_col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-evenly;
}
.postwar80th ul.timeLine li .tl_contents .tl_col figure {
  width: 50%;
  margin-bottom: 10px;
}
.postwar80th ul.timeLine li .tl_contents .tl_col figure figcaption {
  text-align: center;
  line-height: 1.2;
}
.postwar80th ul.timeLine li .tl_contents .tl_col figure.small {
  width: 40%;
}

/*******************************************************************/
/* SP
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	postwar80th
  /*=================================================================*/
  .postwar80th {
    padding: 4%;
  }
  .postwar80th .contWrap {
    margin-bottom: 30px;
  }
  .postwar80th .contWrap .h2topTtl {
    height: 11vw;
    margin-bottom: 30px;
  }
  .postwar80th .contWrap .h2topTtl h2 {
    font-size: 200%;
    padding: 0;
    line-height: 1;
  }
  .postwar80th .contWrap .h2topTtl h2 .small {
    font-size: 70%;
  }
  .postwar80th .contWrap .topCol {
    display: block;
    border-bottom: #FFF33A solid 3px;
  }
  .postwar80th .contWrap .topCol p {
    width: 100%;
    margin-bottom: 10px;
  }
  .postwar80th .contWrap .topCol .top_img {
    width: 100%;
  }
  .postwar80th .tag01 dt {
    flex: 0 0 88px;
    margin-right: 10px;
    flex-basis: 88px !important;
  }
  .postwar80th .tag01 dt p {
    padding: 4px 2px;
    line-height: 1.2;
  }
  .postwar80th .lineBox {
    border: solid 3px #008B5C;
    padding: 20px;
  }
  .postwar80th .roundBox {
    border: solid 3px #FFF33A;
    padding: 15px;
    margin: 20px 0;
    border-radius: 20px;
    background-color: #fff;
  }
  .postwar80th .roundBox.green {
    border: solid 3px #008B5C;
  }
  .postwar80th .roundBox h4 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .postwar80th .roundBox h4 .h4_small {
    font-size: 1.5rem;
  }
  .postwar80th .roundBox .bg_yellow {
    padding: 15px;
    border-radius: 20px;
  }
  .postwar80th .btn {
    text-align: center;
    margin-top: 10px;
  }
  .postwar80th .p_bold {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
  }
  .postwar80th figure {
    width: 100%;
    margin: 0 auto;
  }
  .postwar80th figure figcaption {
    font-size: 1.4rem;
  }
  .postwar80th figure.tsuru::after {
    background-size: 25vw;
    right: -60px;
    bottom: 7px;
  }
  .postwar80th ul.timeLine {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .postwar80th ul.timeLine li {
    padding-bottom: 30px;
  }
  .postwar80th ul.timeLine li h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .postwar80th ul.timeLine li h3 span {
    font-size: 1.9rem;
    border-radius: 5px;
    padding: 2px 3vw;
    color: #fff;
  }
  .postwar80th ul.timeLine li h3 span::before {
    display: none;
  }
  .postwar80th ul.timeLine li .tl_contents .tl_col {
    margin-bottom: 20px;
    display: block;
  }
  .postwar80th ul.timeLine li .tl_contents .tl_col figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .postwar80th ul.timeLine li .tl_contents .tl_col figure figcaption {
    font-size: 1.4rem;
    margin-top: 0;
  }
  .postwar80th ul.timeLine li .tl_contents .tl_col figure.small {
    width: 100%;
  }
  /*<end>============================================================*/
}/*# sourceMappingURL=special_202508_postwar80th.css.map */