.form-ttl {
  margin-bottom: calc(8px * 5);
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .form-ttl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-ttl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .form-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .form-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .form-ttl {
    font-size: 2rem;
  }
}

.form-frame {
  padding: 40px 24px 32px;
  border: solid 2px #00318d;
  border-radius: 6px;
}

@media screen and (max-width: 959px) {
  .form-frame {
    padding: 24px 16px 20px;
  }
}

@media screen and (max-width: 519px) {
  .form-frame {
    padding: 20px 12px 16px;
  }
}

.form-field {
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .form-field {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form-field {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.form-field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
}

@media screen and (max-width: 959px) {
  .form-field__item {
    padding: 0 8px;
  }
}

@media screen and (max-width: 519px) {
  .form-field__item {
    padding: 0;
  }
}

.form-field__item:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #f5f5f5;
}

@media screen and (max-width: 959px) {
  .form-field__item:not(:nth-last-of-type(1)) {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 519px) {
  .form-field__item:not(:nth-last-of-type(1)) {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

.form-field dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  color: #00318d;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .form-field dt {
    width: 100%;
    margin-bottom: 8px;
  }
}

.form-field dd {
  width: calc(100% - 240px);
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .form-field dd {
    width: 100%;
  }
}

.form-field dd:has(.password-ico) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.form-field dd:has(.password-ico) input {
  width: calc(100% - 44px);
}

.form-field dd .password-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #23AF94;
  cursor: pointer;
}

.form-field dd .password-ico svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.form-required,
.form-optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 24px;
  margin-left: 8px;
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
}

.form-required {
  background: #C4090B;
}

.form-optional {
  background: #0F95C7;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: #f5f5f5;
  border-radius: 2px;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 48px;
}

@media screen and (max-width: 519px) {
  input,
  select,
  textarea {
    height: 40px;
    padding: 0 12px;
    line-height: 40px;
  }
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a8a8a8;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #a8a8a8;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a8a8a8;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a8a8a8;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #a8a8a8;
}

select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  max-width: 100%;
  background: url("/img/general/common/select.svg") center right 12px/9px 6px no-repeat #f5f5f5;
}

textarea {
  overflow: auto;
  height: 200px;
  padding: 16px;
  line-height: 1.8;
  resize: vertical;
}

.field-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 24px;
}

@media screen and (max-width: 767px) {
  .field-checkbox {
    gap: 12px 16px;
  }
}

.field-checkbox .field-checkbox__item {
  cursor: pointer;
}

.field-checkbox .field-checkbox__item input {
  display: none;
}

.field-checkbox .field-checkbox__item .field-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 32px;
  padding-left: 40px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .field-checkbox .field-checkbox__item .field-checkbox-label {
    height: 24px;
    padding-left: 32px;
  }
}

.field-checkbox .field-checkbox__item .field-checkbox-label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: #f5f5f5;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .field-checkbox .field-checkbox__item .field-checkbox-label::before {
    width: 24px;
    height: 24px;
  }
}

.field-checkbox .field-checkbox__item .field-checkbox-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 6px;
  left: 12px;
  z-index: 1;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

@media screen and (max-width: 767px) {
  .field-checkbox .field-checkbox__item .field-checkbox-label::after {
    top: 5px;
    left: 9px;
    width: 6px;
    height: 13px;
    border-width: 0 2px 2px 0;
  }
}

.field-checkbox .field-checkbox__item input:checked + .field-checkbox-label::before {
  background: #00318d;
}

.field-checkbox .field-checkbox__item input:checked + .field-checkbox-label::after {
  display: block;
}

.field-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.field-radio > .field-radio-ttl {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .field-radio > .field-radio-ttl {
    width: 100%;
  }
}

.field-radio > .field-radio__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.field-radio > .field-radio__item > label {
  cursor: pointer;
}

.field-radio > .field-radio__item > label input {
  display: none;
}

.field-radio > .field-radio__item > label .field-radio-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .field-radio > .field-radio__item > label .field-radio-label {
    padding-left: 26px;
    white-space: wrap;
  }
}

.field-radio > .field-radio__item > label .field-radio-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border: solid 2px #f5f5f5;
  border-radius: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .field-radio > .field-radio__item > label .field-radio-label::before {
    width: 20px;
    height: 20px;
  }
}

.field-radio > .field-radio__item > label .field-radio-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #00318d;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .field-radio > .field-radio__item > label .field-radio-label::after {
    left: 4px;
    width: 12px;
    height: 12px;
  }
}

.field-radio > .field-radio__item > label input:checked + .field-radio-label::before {
  border-color: #00318d;
}

.field-radio > .field-radio__item > label input:checked + .field-radio-label::after {
  display: block;
}

.field-radio > .field-radio__item > .field-radio-other {
  height: 32px;
  padding: 0;
  background: none;
  border-bottom: solid 1px #a8a8a8;
}

.field-radio > .field-radio__item > .field-radio-sub {
  width: 100%;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .field-radio > .field-radio__item > .field-radio-sub {
    padding-left: 16px;
  }
}

@media screen and (max-width: 519px) {
  .field-radio > .field-radio__item > .field-radio-sub {
    padding-left: 0;
  }
}

.field-radio > .field-radio__item.--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .field-radio > .field-radio__item.--nowrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.field-radio.--stacking {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-send button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  height: 64px;
  background: #00318d;
  border-radius: 32px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  .form-send button {
    height: 56px;
    padding: 0 48px;
    border-radius: 28px;
  }
}

@media screen and (max-width: 767px) {
  .form-send button {
    height: 48px;
    border-radius: 24px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .form-send button {
    width: 100%;
    min-width: auto;
  }
}

.form-send button::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: solid 9px #004cda;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .form-send button::before {
    right: 16px;
    width: 20px;
    height: 20px;
    border-width: 7px;
  }
}

.form-send button:hover {
  color: #fff;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.error-txt {
  padding-top: 8px;
  color: #C4090B;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .error-txt {
    font-size: 1.2rem;
  }
}

#archive .search-form {
  margin-bottom: calc(8px * 5);
  padding: 32px;
  border: solid 2px #00318d;
  border-radius: 6px;
}

@media screen and (max-width: 959px) {
  #archive .search-form {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive .search-form {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #archive .search-form {
    padding: 24px;
  }
}

@media screen and (max-width: 519px) {
  #archive .search-form {
    padding: 16px;
  }
}

#archive .search-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 24px;
}

#archive .search-form__item:not(:nth-last-of-type(1)) {
  margin-bottom: 28px;
}

@media screen and (max-width: 959px) {
  #archive .search-form__item:not(:nth-last-of-type(1)) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 519px) {
  #archive .search-form__item:not(:nth-last-of-type(1)) {
    margin-bottom: 12px;
  }
}

#archive .search-form__item dt {
  width: 160px;
  color: #00318d;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #archive .search-form__item dt {
    width: 120px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  #archive .search-form__item dt {
    width: 100%;
  }
}

#archive .search-form__item dd {
  width: calc(100% - 184px);
}

@media screen and (max-width: 959px) {
  #archive .search-form__item dd {
    width: calc(100% - 144px);
  }
}

@media screen and (max-width: 519px) {
  #archive .search-form__item dd {
    width: 100%;
  }
}

#archive .post-list {
  position: relative;
  z-index: 1;
  width: 100%;
  border-top: solid 2px #f5f5f5;
}

#archive .post-list.--notopline {
  margin-top: -20px;
  border-top: none;
}

@media screen and (max-width: 959px) {
  #archive .post-list.--notopline {
    margin-top: -16px;
  }
}

#archive .post-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 16px;
  position: relative;
  padding: 20px 16px;
  border-bottom: solid 2px #f5f5f5;
}

@media screen and (max-width: 959px) {
  #archive .post-list__item {
    gap: 8px 12px;
    padding: 16px 8px;
  }
}

#archive .post-list__item .post-date {
  width: 164px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  #archive .post-list__item .post-date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6rem;
  }
}

#archive .post-list__item .post-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  min-height: 28px;
  padding: 6px 12px;
  background-color: rgba(0, 49, 141, 0.1);
  border-radius: 50px;
  color: #00318d;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #archive .post-list__item .post-cate {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 180px);
    min-height: 24px;
    padding: 4px 12px;
    font-size: 1.2rem;
  }
}

#archive .post-list__item .post-cate.--red {
  background-color: rgba(196, 9, 11, 0.1);
  color: #C4090B;
}

#archive .post-list__item .post-cate.--aqu {
  background-color: rgba(15, 149, 199, 0.1);
  color: #0F95C7;
}

#archive .post-list__item .post-cate.--blu {
  background-color: rgba(0, 49, 141, 0.1);
  color: #00318D;
}

#archive .post-list__item .post-cate.--nvy {
  background-color: rgba(0, 0, 128, 0.1);
  color: #000080;
}

#archive .post-list__item .post-cate.--grn {
  background-color: rgba(35, 175, 148, 0.1);
  color: #23AF94;
}

#archive .post-list__item .post-cate.--blk {
  background-color: rgba(51, 51, 51, 0.1);
  color: #333333;
}

#archive .post-list__item .post-cate.--wht {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

#archive .post-list__item .post-cate.--l-gry {
  background-color: rgba(245, 245, 245, 0.1);
  color: #f5f5f5;
}

#archive .post-list__item .post-cate.--gry {
  background-color: rgba(221, 221, 221, 0.1);
  color: #ddd;
}

#archive .post-list__item .post-cate.--d-gry {
  background-color: rgba(168, 168, 168, 0.1);
  color: #a8a8a8;
}

#archive .post-list__item .post-ttl {
  width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
  #archive .post-list__item .post-ttl {
    width: 100%;
  }
}

#archive .post-list__item .post-ttl a {
  padding-right: 48px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 519px) {
  #archive .post-list__item .post-ttl a {
    font-size: 1.6rem;
  }
}

#archive .post-list__item .post-ttl a::before, #archive .post-list__item .post-ttl a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  background: rgba(0, 49, 141, 0.1);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 519px) {
  #archive .post-list__item .post-ttl a::before, #archive .post-list__item .post-ttl a::after {
    right: 12px;
  }
}

#archive .post-list__item .post-ttl a::after {
  right: 30px;
  width: 5px;
  height: 7px;
  background: #00318d;
  -webkit-mask-image: url("/img/general/icon/arrow.svg");
  mask-image: url("/img/general/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 519px) {
  #archive .post-list__item .post-ttl a::after {
    right: 22px;
  }
}

#archive .post-list__item .post-ttl a:hover {
  text-decoration: underline;
}

#archive .post-list__item:has(.post-cate) .post-ttl {
  width: calc(100% - 360px);
}

@media screen and (max-width: 767px) {
  #archive .post-list__item:has(.post-cate) .post-ttl {
    width: 100%;
  }
}

#archive .pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  text-align: center;
  padding-top: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  #archive .pagenavi {
    padding-top: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive .pagenavi {
    padding-top: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  #archive .pagenavi {
    padding-bottom: 64px;
  }
}

#archive .pagenavi .current,
#archive .pagenavi .page,
#archive .pagenavi .previouspostslink,
#archive .pagenavi .nextpostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: solid 2px #00318d;
  border-radius: 24px;
  color: #00318d;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #archive .pagenavi .current,
  #archive .pagenavi .page,
  #archive .pagenavi .previouspostslink,
  #archive .pagenavi .nextpostslink {
    font-size: 1.6rem;
  }
}

#archive .pagenavi .current:hover,
#archive .pagenavi .page:hover,
#archive .pagenavi .previouspostslink:hover,
#archive .pagenavi .nextpostslink:hover {
  background: #00318d;
  color: #fff;
}

#archive .pagenavi .current {
  background-color: #00318d;
  color: #fff;
}

#archive .pagenavi .previouspostslink,
#archive .pagenavi .nextpostslink {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 120px;
  height: 56px;
  padding: 0 28px;
  border-radius: 28px;
}

@media screen and (max-width: 767px) {
  #archive .pagenavi .previouspostslink,
  #archive .pagenavi .nextpostslink {
    position: absolute;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50% - 6px);
    height: 48px;
  }
}

#archive .pagenavi .previouspostslink::before,
#archive .pagenavi .nextpostslink::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 42px;
  width: 5px;
  height: 7px;
  background: #00318d;
  -webkit-mask-image: url("/img/general/icon/arrow.svg");
  mask-image: url("/img/general/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

#archive .pagenavi .previouspostslink:hover,
#archive .pagenavi .nextpostslink:hover {
  background: #00318d;
}

#archive .pagenavi .previouspostslink:hover::before,
#archive .pagenavi .nextpostslink:hover::before {
  background: #fff;
}

#archive .pagenavi .previouspostslink {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  #archive .pagenavi .previouspostslink {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
  }
}

#archive .pagenavi .previouspostslink::before {
  left: 24px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 767px) {
  #archive .pagenavi .previouspostslink::before {
    left: 16px;
  }
}

@media screen and (max-width: 767px) {
  #archive .pagenavi .nextpostslink {
    right: 0;
  }
}

#archive .pagenavi .nextpostslink::before {
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #archive .pagenavi .nextpostslink::before {
    right: 16px;
  }
}

#single .post-message {
  width: 100%;
  padding: 20px 24px;
  border: solid 2px #00318d;
  border-radius: 2px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  #single .post-message {
    padding: 16px 20px;
  }
}

@media screen and (max-width: 519px) {
  #single .post-message {
    padding: 12px 16px;
  }
}

#single .post-message__txt {
  color: #C4090B;
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  #single .post-message__txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  #single .post-message__txt {
    font-size: 1.6rem;
  }
}

#single .post-message.--end {
  border-color: #C4090B;
}

#single .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px 12px;
  margin-bottom: 8px;
}

#single .post-meta__date {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}

@media screen and (max-width: 959px) {
  #single .post-meta__date {
    font-size: 1.6rem;
  }
}

#single .post-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  max-width: 100%;
  height: 32px;
  padding: 0 24px;
  background: rgba(0, 49, 141, 0.1);
  border-radius: 16px;
  color: #00318d;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #single .post-meta__cate {
    min-width: auto;
    height: 28px;
    padding: 0 16px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  #single .post-meta__cate {
    padding: 0 12px;
    font-size: 1.2rem;
  }
}

#single .post-meta__cate.--red {
  background-color: rgba(196, 9, 11, 0.1);
  color: #C4090B;
}

#single .post-meta__cate.--aqu {
  background-color: rgba(15, 149, 199, 0.1);
  color: #0F95C7;
}

#single .post-meta__cate.--blu {
  background-color: rgba(0, 49, 141, 0.1);
  color: #00318D;
}

#single .post-meta__cate.--nvy {
  background-color: rgba(0, 0, 128, 0.1);
  color: #000080;
}

#single .post-meta__cate.--grn {
  background-color: rgba(35, 175, 148, 0.1);
  color: #23AF94;
}

#single .post-meta__cate.--blk {
  background-color: rgba(51, 51, 51, 0.1);
  color: #333333;
}

#single .post-meta__cate.--wht {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

#single .post-meta__cate.--l-gry {
  background-color: rgba(245, 245, 245, 0.1);
  color: #f5f5f5;
}

#single .post-meta__cate.--gry {
  background-color: rgba(221, 221, 221, 0.1);
  color: #ddd;
}

#single .post-meta__cate.--d-gry {
  background-color: rgba(168, 168, 168, 0.1);
  color: #a8a8a8;
}

#single .post-ttl {
  margin-bottom: 16px;
  color: #00318d;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  #single .post-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  #single .post-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  #single .post-ttl {
    font-size: 1.8rem;
  }
}

#single .post-data {
  margin-bottom: 24px;
}

#single .post-data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

#single .post-data__item:not(:nth-last-of-type(1)) {
  margin-bottom: 12px;
}

#single .post-data__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 26px;
  border: solid 1px #0F95C7;
  border-radius: 2px;
  color: #0F95C7;
  font-size: 1.2rem;
}

#single .post-data__item dd {
  width: calc(100% - 68px);
  font-size: 1.4rem;
}

#single .post-vsl {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 3/2;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  #single .post-vsl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single .post-vsl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#single .post-vsl img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#single .post-dtl {
  margin-bottom: calc(8px * 5);
  padding-top: calc(8px * 4);
  padding-bottom: calc(8px * 4);
  border-top: solid 2px #f5f5f5;
  border-bottom: solid 2px #f5f5f5;
}

@media screen and (max-width: 959px) {
  #single .post-dtl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single .post-dtl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single .post-dtl {
    padding-top: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single .post-dtl {
    padding-top: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single .post-dtl {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single .post-dtl {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

#single .post-dtl.--nounderline {
  padding-bottom: 0;
  border-bottom: none;
}

#single .post-dtl h1 {
  margin-bottom: 16px;
  color: #00318d;
  font-size: 3.2rem;
  font-weight: bold;
}

#single .post-dtl h2 {
  margin-bottom: 16px;
  color: #00318d;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  #single .post-dtl h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  #single .post-dtl h2 {
    font-size: 1.8rem;
  }
}

#single .post-dtl h3 {
  margin-bottom: 16px;
  color: #00318d;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  #single .post-dtl h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  #single .post-dtl h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  #single .post-dtl h3 {
    font-size: 1.6rem;
  }
}

#single .post-dtl h4 {
  margin-bottom: 16px;
  color: #00318d;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  #single .post-dtl h4 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  #single .post-dtl h4 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  #single .post-dtl h4 {
    font-size: 1.4rem;
  }
}

#single .post-dtl > p {
  margin-bottom: 16px;
}

#single .post-dtl strong {
  font-weight: bold;
}

#single .post-dtl em {
  font-style: italic;
}

#single .post-dtl a {
  color: #0F95C7;
  text-decoration: underline;
}

#single .post-dtl a:hover {
  text-decoration: none;
}

#single .download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px 32px;
}

#single .download-btn__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 240px;
}

@media screen and (max-width: 519px) {
  #single .download-btn__item {
    width: 100%;
  }
}

#single .download-btn__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background: #00318d;
  border-radius: 24px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #single .download-btn__item a {
    height: 40px;
    border-radius: 20px;
    font-size: 1.2rem;
  }
}

#single .download-btn__item .download-file {
  padding-top: 16px;
  color: #00318d;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  #single .download-btn__item .download-file {
    padding-top: 12px;
    font-size: 1rem;
  }
}

/*# sourceMappingURL=../../../maps/general/pages/news.css.map */
