@charset "UTF-8";
/* Typography
--------------------------------------------- */
/* breakpoint
--------------------------------------------- */
/*
// `sm` applies to x-small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// `md` applies to small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// `lg` applies to medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// `xl` applies to large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }

// `xxl` applies to x-large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { ... }
*/
.achievement_block {
  max-width: 1040px;
  margin: 98px auto;
  border-bottom: 1px solid #B1B1B1;
}
@media screen and (max-width: 1199.98px) {
  .achievement_block {
    margin: 70px 15px;
  }
}
.achievement_block .year {
  position: relative;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin: 7px 0;
  padding: 26px 0;
  line-height: 1;
  border-top: 1px solid #B1B1B1;
  cursor: pointer;
}
.achievement_block .year .plus-icon {
  display: inline-block;
  vertical-align: middle;
  color: #A00006;
  line-height: 1;
  width: 30px;
  height: 2px;
  background: currentColor;
  border-radius: 0;
  position: absolute;
  top: 35px;
  right: 30px;
}
.achievement_block .year .plus-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.achievement_block .year .plus-icon.open::before {
  transform: rotate(0);
}
@media screen and (max-width: 1199.98px) {
  .achievement_block .year .plus-icon {
    height: 3px;
    width: 22px;
    margin-right: 13px;
  }
}
.achievement_block .year-block {
  margin: 0;
  margin-bottom: 100px;
  /*
  .subheading{
      font-size:17px;
      font-weight: $fwbd;
      line-height:40px;
      color:#242424;
      @include mq(sp) {
          font-size:15px;
      }
  }
  */
  /*    
          .row{
              display:flex;
              flex-wrap: wrap;
              justify-content: space-between;
              margin:0 20px 30px;
              > .col{
                  width:440px;
                  @include mq(sp) {
                      width:100%;
                      word-break: normal;
                      overflow-wrap: break-word;
                      margin-bottom: 20px;
                  }
              }
              @include mq(sp) {
                  margin:0;
                  margin-bottom: 20px;
              }
          }
          */
}
@media screen and (max-width: 1199.98px) {
  .achievement_block .year-block {
    margin: 0;
    margin-bottom: 29px;
  }
}
.achievement_block .year-block h3 {
  height: 40px;
  background: #EAE7DB 0% 0% no-repeat padding-box;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 19px;
  color: #242424;
}
@media screen and (max-width: 1199.98px) {
  .achievement_block .year-block h3 {
    font-size: 15px;
  }
}
.achievement_block .year-block div {
  font-size: 17px;
  font-weight: 400;
  color: #3d3935;
}
@media screen and (max-width: 1199.98px) {
  .achievement_block .year-block div {
    font-size: 15px;
  }
}
.achievement_block .year-block p {
  line-height: 34px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199.98px) {
  .achievement_block .year-block p {
    line-height: 27px;
  }
}
.achievement_block .year-block ul {
  margin: 0;
  list-style: none;
  padding-left: 20px;
}
.achievement_block .year-block ul li {
  text-indent: -20px;
}
.achievement_block .year-block ul li::before {
  content: "・";
  margin-right: 5px;
}
@media screen and (max-width: 1199.98px) {
  .achievement_block .year-block ul {
    padding-left: 10px;
  }
  .achievement_block .year-block ul li {
    text-indent: -15px;
  }
}
.achievement_block .year-block .is-layout-flex {
  justify-content: space-between;
  padding: 0 20px 30px;
}
@media screen and (max-width: 1199.98px) {
  .achievement_block .year-block .is-layout-flex {
    flex-direction: column;
    padding: 0;
  }
}
.achievement_block .year-block .is-layout-flex > .wp-block-group {
  width: 440px;
}
@media screen and (max-width: 1199.98px) {
  .achievement_block .year-block .is-layout-flex > .wp-block-group {
    width: 100%;
    margin-bottom: 20px;
  }
}
.achievement_block .year-block .is-layout-flex.is-vertical > .wp-block-group {
  width: 100%;
}
@media screen and (max-width: 1199.98px) {
  .achievement_block .year-block .is-layout-flex.is-vertical > .wp-block-group {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=archive-achievement.css.map */