@charset "UTF-8";
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*                login
======================================================= */
video {
  max-width: 100%;
}

.lower {
  background-color: #e8f4fd;
  letter-spacing: 0.05em;
}

#single__main {
  margin-top: 180px;
  margin-bottom: 113px;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  #single__main {
    margin-top: 100px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #single__main {
    padding: 0 10px;
    margin-bottom: 60px;
    margin-top: 80px;
  }
}

.single__main_inr {
  max-width: 1200px;
  margin: 0 auto;
}

.section__ttl {
  text-align: center;
}

.archivelist__ttl_inr {
  font-size: 30px;
}

.single__list_ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .single__list_ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .single__list_ul {
    margin-top: 5px;
  }
}

.content__group {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .content__group {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .content__group {
    display: block;
  }
}

.content__group_l {
  width: calc(100% - 360px);
}
@media only screen and (max-width: 1279px) {
  .content__group_l {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 1023px) {
  .content__group_l {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .content__group_l {
    width: 100%;
  }
}

/*               back__btn_wrap
======================================================= */
.back__btn_wrap {
  margin-top: 48px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .back__btn_wrap {
    margin-top: 40px;
  }
}

.back__btn {
  width: 240px;
  height: 60px;
  background-color: #ffffff;
  color: #003670;
  border: 2px solid #003670;
  border-radius: 5px;
  line-height: 58px;
  text-align: center;
  transition: 0.5s;
}
.back__btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .back__btn:hover {
    opacity: 1;
    background-color: #003670;
    color: #ffffff;
  }
}

/*                content__group_side
======================================================= */
.content__group_side {
  width: 280px;
}
@media only screen and (max-width: 1279px) {
  .content__group_side {
    width: 230px;
  }
}
@media only screen and (max-width: 1023px) {
  .content__group_side {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .content__group_side {
    width: 100%;
    margin-top: 60px;
  }
}
.content__group_side .single__list_ul {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 22px;
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .content__group_side .single__list_ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content__group_side .single__list_ul {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
    margin-top: 8px;
  }
}

.rcommend__ttl {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .rcommend__ttl {
    text-align: center;
  }
}

/*                single__list
======================================================= */
.single__list {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 103px;
}
@media only screen and (max-width: 767px) {
  .single__list {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.single__list .single__list_ul {
  margin-top: 20px;
}

.single__list_ttl {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .single__list_ttl {
    text-align: center;
  }
}

.single__list_ul {
  margin-top: 10px;
}

.single__list_li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .single__list_li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single__list_li:first-child {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 767px) {
  .single__list_li:nth-child(2) {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 767px) {
  .single__list_li:nth-child(3) {
    grid-column: 1/2;
  }
}
@media only screen and (max-width: 767px) {
  .single__list_li:nth-child(3) .single__ttl_inr {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .single__list_li:nth-child(4) {
    grid-column: 2/3;
  }
}
@media only screen and (max-width: 767px) {
  .single__list_li:nth-child(4) .single__ttl_inr {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .single__list_li:nth-child(n+3) .single__cat {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .single__list_li:nth-child(n+3) .single__ttl {
    font-size: 14px;
    line-height: 1.428;
  }
}
@media only screen and (max-width: 767px) {
  .single__list_li:nth-child(n+3) .single__date {
    margin-top: 0px !important;
  }
}

.single__list_link {
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .single__list_link:hover {
    opacity: 0.6;
  }
}

.single__img_main {
  border-radius: 10px;
  display: block;
  aspect-ratio: 285/160;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .single__img_main {
    width: 100%;
  }
}

.single__img {
  display: block;
}

.single__cat {
  background-color: #6a768b;
  color: #ffffff;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  border-radius: 25px;
  padding: 0 12px;
  margin-top: 20px;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single__cat {
    margin-top: 14px;
    height: 28px;
    line-height: 28px;
  }
}

.single__ttl {
  margin-top: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  .single__ttl {
    margin-top: 10px;
  }
}

.single__date {
  color: #6a768b;
  font-size: 14px;
  line-height: 1.71;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .single__date {
    font-size: 12px;
    line-height: 1.83;
  }
}

.single__fav_icon {
  position: absolute;
  bottom: -6px;
  right: 0;
  transition: 0.5s;
}
.single__fav_icon .fav_icon {
  margin-right: 0;
}
.single__fav_icon:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .single__fav_icon:hover {
    opacity: 0.6;
  }
}

.tooltip {
  position: absolute;
  bottom: 55px;
  right: -25px;
  width: 82px;
  height: 50px;
  background-color: #222124;
  padding: 8px 0;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.tooltip::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: #222124 transparent transparent transparent;
  z-index: 0;
}

.tooltip__txt {
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}

.new__icon {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  background-color: #fedb18;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new__icon_txt {
  color: #003670;
  font-size: 16px;
  font-weight: 600;
}

/*                art__section
======================================================= */
#art__section {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 51px 50px 47px;
}
@media only screen and (max-width: 1023px) {
  #art__section {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  #art__section {
    padding: 15px 20px 40px;
  }
}

.cat__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cat__group {
    flex-direction: column-reverse;
  }
}

.group__r {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .group__r {
    margin-left: auto;
  }
}

.group__l {
  max-width: calc(100% - 322px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .group__l {
    max-width: 100%;
    margin-right: auto;
  }
}

.sub_menu_wrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .sub_menu_wrap {
    margin-left: auto;
  }
}

.fav_icon {
  margin-left: 20px;
  margin-right: 0px;
  transition: 0.5s;
  width: 34px;
}
@media only screen and (max-width: 1023px) {
  .fav_icon {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .fav_icon {
    margin-left: 10px;
  }
}
.fav_icon:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .fav_icon:hover {
    opacity: 0.6;
  }
}

.art__cat {
  background-color: #6a768b;
  color: #ffffff;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  padding: 0 12px;
  display: inline-block;
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .art__cat {
    margin-top: 11px;
    margin-right: auto;
    height: 32px;
    line-height: 32px;
  }
}

.art__date {
  color: #6a768b;
  font-size: 14px;
}

.update__date {
  color: #6a768b;
  font-size: 14px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .update__date {
    margin-left: 10px;
  }
}

.art__ttl {
  margin-top: 20px;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  .art__ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .art__ttl {
    font-size: 18px;
    margin-top: 15px;
  }
}

.keyword__group {
  margin-top: 14px;
}

.keyword__group_inr {
  margin: -5px -11px;
}
@media only screen and (max-width: 767px) {
  .keyword__group_inr {
    margin: 0 -5px;
  }
}

.keyword__txt {
  padding: 5px 11px;
  font-size: 14px;
  color: #6a768b;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .keyword__txt {
    font-size: 12px;
    padding: 5px 5px;
  }
}

.art__img {
  margin-top: 50px;
  text-align: center;
}

.art_img_main {
  border-radius: 10px;
  display: block;
}

/*                reaction
======================================================= */
.baloon__txt {
  max-width: 410px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #e8f4fd;
  color: #6a768b;
  padding: 8px 0 8px;
  border-radius: 25px;
  margin: 0 auto;
  position: relative;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .baloon__txt {
    border-radius: 40px;
    padding: 10px 0 10px;
    font-size: 14px;
  }
}
.baloon__txt::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: #e8f4fd transparent transparent transparent;
  z-index: 0;
}

.reaction {
  margin-top: 46px;
}

.reaction_icon__group {
  margin: 30px auto 0;
  padding: 0 0px;
  max-width: 374px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .reaction_icon__group {
    max-width: 275px;
    padding: 0;
  }
}

.icon__txt {
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .icon__txt {
    margin-top: 5px;
    font-size: 10px;
  }
}

.good_icon_img,
.more_icon_img,
.bad_icon_img {
  transition: 0.5s;
  width: 50px;
}
.good_icon_img:hover,
.more_icon_img:hover,
.bad_icon_img:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .good_icon_img:hover,
  .more_icon_img:hover,
  .bad_icon_img:hover {
    opacity: 0.6;
  }
}

/*                favorite
======================================================= */
.favorite {
  margin-top: 51px;
  text-align: center;
}
.favorite .baloon__txt {
  width: 294px;
}
@media only screen and (max-width: 767px) {
  .favorite .baloon__txt {
    width: 183px;
    font-size: 14px;
    line-height: 1.42;
    border-radius: 40px;
  }
}

.favorite_icon_img {
  width: 60px;
  margin-top: 20px;
  transition: 0.5s;
}
.favorite_icon_img:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .favorite_icon_img:hover {
    opacity: 0.6;
  }
}

/*                profile
======================================================= */
.profile {
  margin-top: 45px;
  border: 3px solid #dbe1ea;
  border-radius: 10px;
  padding: 26px 30px 26px;
}
@media only screen and (max-width: 767px) {
  .profile {
    padding: 30px 17px 26px;
    margin-top: 38px;
  }
}
.profile + .profile {
  margin-top: 20px;
  padding: 27px 30px 26px;
}
@media only screen and (max-width: 767px) {
  .profile + .profile {
    padding: 27px 17px;
  }
}

.profile__inr {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .profile__inr {
    display: block;
  }
}

.prof__icon {
  width: 100px;
  margin-right: 17px;
}
@media only screen and (max-width: 767px) {
  .prof__icon {
    margin: 0 auto;
  }
}

.prof__icon_img {
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35%;
}

.prof__cont {
  width: calc(100% - 117px);
}
@media only screen and (max-width: 767px) {
  .prof__cont {
    width: 100%;
    margin: 11px auto 0;
  }
}

.name {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  line-height: 1.55;
}

.second_name {
  font-weight: 400;
  font-size: 14px;
  vertical-align: middle;
  padding-right: 9px;
  line-height: 1.71;
}
@media only screen and (max-width: 767px) {
  .second_name {
    display: block;
  }
}

.manager {
  vertical-align: middle;
  background-color: #6a768b;
  color: #ffffff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  padding: 0 13px;
  border-radius: 5px;
}

.prof__txt {
  margin-top: 8px;
  font-size: 14px;
  color: #222124;
  line-height: 1.71;
}
@media only screen and (max-width: 767px) {
  .prof__txt {
    margin-top: 10px;
  }
}
.prof__txt button {
  transition: 0.5s;
}
.prof__txt button:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .prof__txt button:hover {
    opacity: 0.6;
  }
}

.prof__txt_link {
  font-size: 14px;
  color: #003670;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .prof__txt_link {
    color: #222124;
    font-weight: 600;
  }
}

/*                art__leyword
======================================================= */
.art__keyword {
  margin-top: 40px;
}

.art__keyword__inr {
  border-top: 1px solid #bfcad6;
  border-bottom: 1px solid #bfcad6;
  padding: 18px 0 18px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .art__keyword__inr {
    padding: 20px 0 22px;
  }
}

/*                share
======================================================= */
.share {
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .share {
    margin-top: 20px;
  }
}

.share__inr {
  padding: 50px 0 46px;
}
@media only screen and (max-width: 767px) {
  .share__inr {
    padding: 41px 0 139px;
  }
}

.share__txt {
  font-size: 24px;
  line-height: 1.55;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .share__txt {
    font-size: 18px;
    line-height: 1.33;
  }
}

.icon__group {
  margin: 29px auto 0;
  max-width: 360px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .icon__group {
    max-width: 280px;
    margin-top: 21px;
  }
}

.icon__link {
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .icon__link:hover {
    opacity: 0.6;
  }
}

.god__icon {
  position: absolute;
  top: 49%;
  right: -28px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .god__icon {
    right: 50%;
    top: 55%;
    transform: translateX(50%);
  }
}

.god__icon_inr {
  display: flex;
  align-items: center;
}

.god__icon_img {
  width: 91px;
}
@media only screen and (max-width: 767px) {
  .god__icon_img {
    width: 65px;
  }
}

.god__icon_txt {
  background-color: #f5fafd;
  max-width: 150px;
  padding: 14px 12px 10px;
  font-size: 14px;
  border: 3px solid #bfcad6;
  border-radius: 10px;
  line-height: 1.28;
  margin-left: 10px;
  margin-top: 0px;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .god__icon_txt {
    padding: 12px 12px 10px;
    flex-shrink: 0;
  }
}
.god__icon_txt:before {
  content: "";
  position: absolute;
  top: 63%;
  left: -14px;
  margin-top: -14px;
  border: 4px solid transparent;
  border-right: 12px solid #f5fafd;
  z-index: 2;
}
.god__icon_txt::after {
  content: "";
  position: absolute;
  top: 63%;
  left: -23px;
  margin-top: -16px;
  border: 6px solid transparent;
  border-right: 14px solid #bfcad6;
  z-index: 1;
}

/*                comment
======================================================= */
.comment {
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 52px 50px 50px;
}
@media only screen and (max-width: 767px) {
  .comment {
    padding: 30px 20px;
  }
}

.topic__ttl {
  text-align: center;
}
.topic__ttl + .topic__group {
  margin-top: 14px;
}

.topic__ttl_inr {
  font-size: 24px;
  line-height: 1.55;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topic__ttl_inr {
    font-size: 18px;
    line-height: 1.33;
  }
}
.topic__ttl_inr span {
  display: inline-block;
}

.comment__area {
  margin-top: 23px;
}
.comment__area label {
  display: flex;
  align-items: center;
}

.txt_count {
  margin-top: 11px;
  font-size: 14px;
  color: #6a768b;
}

.topic__submit {
  text-align: right;
  margin-top: 0px;
}
.topic__submit--center {
  margin-top: 30px;
  text-align: center;
}

.topic__submit_btn {
  width: 167px;
  height: 50px;
  background-color: #003670;
  color: #ffffff;
  padding: 0 25px;
  border-radius: 35px;
  font-weight: 600;
  transition: 0.5s;
}
.topic__submit_btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .topic__submit_btn:hover {
    opacity: 0.6;
  }
}
.topic__submit_btn--post {
  width: 184px;
}

.comment_group_ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.user__icon {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-top: 4px;
  margin-right: 10px;
}

.user__name {
  font-size: 14px;
  line-height: 1.71;
}

.comment__date {
  font-size: 12px;
  line-height: 1.5;
  margin-left: 10px;
}

.report {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}
.report:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .report:hover {
    opacity: 0.6;
  }
}

.report__icon {
  margin-right: 10px;
}

.report__txt {
  font-size: 14px;
}

.comment__group {
  border-top: 1px solid #bfcad6;
  padding: 20px 0 8px;
}
.comment__group:nth-child(2) {
  margin-top: 40px;
}
.comment__group:last-child {
  border-bottom: 1px solid #bfcad6;
}

.comment__group_txt {
  margin-top: 8px;
}

.comment__group_txt_inr {
  line-height: 1.625;
  color: #222124;
}

.good__btn {
  margin-top: 6px;
  text-align: right;
  transition: 0.5s;
}
.good__btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .good__btn:hover {
    opacity: 0.6;
  }
}

.btn_count {
  vertical-align: middle;
}

.search__more {
  text-align: center;
  margin-top: 35px;
}

.search__more_link {
  color: #6a768b;
  position: relative;
  padding-left: 25px;
  padding-top: 2px;
  transition: 0.5s;
}
.search__more_link::before, .search__more_link::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 5px;
  top: 50%;
  left: 0;
  background-color: #6a768b;
  transform: translateY(-50%);
}
.search__more_link::after {
  transform: translateY(-50%) rotate(90deg);
}
.search__more_link:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .search__more_link:hover {
    opacity: 0.6;
  }
}

/*                topic
======================================================= */
.topic {
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .topic {
    margin-top: 20px;
    padding: 30px 20px 53px;
  }
}
.topic .user__icon {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-top: 0;
}

.topic__group {
  border-top: 1px solid #bfcad6;
  padding: 20px 0 19px;
}
.topic__group:first-of-type {
  margin-top: 14px;
}
.topic__group:last-child {
  border-bottom: 1px solid #bfcad6;
}

.topic__group_ttl {
  margin-top: 9px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  transition: 0.5s;
}
.topic__group_ttl:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .topic__group_ttl:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .topic__group_ttl {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 6px;
  }
}

.text__wrap {
  margin-top: 15px;
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #f5fafd;
  border-radius: 5px;
}

.topic_txt_icon {
  margin-right: 5px;
}

.topic__group_txt {
  font-size: 14px;
  line-height: 1.428;
  color: #6a768b;
}

.btn__wrap {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.smile__icon_btn,
.comment__icon_btn {
  display: flex;
  align-items: center;
}

.comment__icon_img,
.smile__icon_img {
  margin-right: 8px;
}

.comment__icon_btn {
  margin-right: 20px;
}

.under {
  margin-top: 19px;
}
@media only screen and (max-width: 767px) {
  .under {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under_block {
    font-size: 12px;
    line-height: 1.5;
  }
}

.under_block__link {
  color: #003670;
  font-weight: 600;
  text-decoration: none !important;
}

/*                comment__post
======================================================= */
.comment__post {
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .comment__post {
    padding: 30px 15px;
  }
}
.comment__post label {
  font-size: 16px;
}
.comment__post .user__icon {
  width: 50px;
}
.comment__post .comment__area {
  margin-top: 27px;
}

/*                topic__post
======================================================= */
.topic__post {
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .topic__post {
    padding: 30px 20px;
  }
}

.topic__post_txt {
  text-align: center;
  margin-top: 18px;
}
.topic__post_txt + .topic__submit {
  margin-top: 32px;
}
.topic__post_txt + .post__btn_wrap {
  margin-top: 29px;
}

.topic__post_txt_inr {
  line-height: 1.625;
  color: #222124;
}
@media only screen and (max-width: 767px) {
  .topic__post_txt_inr {
    font-size: 14px;
  }
}

/*                search_item
======================================================= */
.search__item {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .search__item {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .search__item {
    margin-top: 36px;
    gap: 10px;
  }
}

.item__group {
  border: 3px solid #dbe1ea;
  padding: 42px 48px 45px;
  background-color: #ffffff;
  border-radius: 20px;
}
.item__group:last-child {
  padding: 40px 47px 48px;
}
@media only screen and (max-width: 767px) {
  .item__group:last-child {
    padding: 30px 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .item__group {
    padding: 32px 17px 25px;
  }
}

.group__ttl_inr {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .group__ttl_inr {
    font-size: 18px;
  }
}

.cat__tag {
  margin-top: 22px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cat__tag {
    margin-top: 15px;
  }
}

.key__tag {
  margin-top: 22px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .key__tag {
    margin-top: 15px;
  }
}

.cat__tag_item,
.key__tag_item {
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
}

.cat__tag_inr,
.key__tag_inr {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
@media only screen and (max-width: 767px) {
  .cat__tag_inr,
  .key__tag_inr {
    margin: -3px;
  }
}

.cat__tag_link,
.key__tag_link {
  padding: 9px 5px 8px;
}
@media only screen and (max-width: 767px) {
  .cat__tag_link,
  .key__tag_link {
    padding: 5px 3px;
  }
}

.cat__tag_item {
  display: inline-block;
  background-color: #6a768b;
  color: #ffffff;
  padding: 14px 25px 12px 24px;
  line-height: 1.375;
  border-radius: 35px;
}
@media only screen and (max-width: 767px) {
  .cat__tag_item {
    padding: 10px 15px 10px;
    font-size: 12px;
    border-radius: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .cat__tag_item:hover {
    opacity: 0.6;
  }
}

.key__tag_item {
  transition: 0.5s;
  display: inline-block;
  background-color: #ffffff;
  color: #003670;
  padding: 14px 23px 12px 24px;
  border-radius: 10px;
  border: 1px solid #dbe1ea;
  line-height: 1.375;
}
@media only screen and (max-width: 767px) {
  .key__tag_item {
    padding: 11px 15px 9px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .key__tag_item:hover {
    background-color: #dbe1ea;
  }
}

.side__btn {
  position: fixed;
  top: 305px;
  left: 50px;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}
@media only screen and (max-width: 1439px) {
  .side__btn {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .side__btn {
    display: none;
  }
}

.side__btn_link {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 140px;
  text-align: center;
  line-height: 38px;
  color: #6a768b;
  writing-mode: vertical-lr;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(101, 170, 221, 0.2);
  font-size: 14px;
  transition: 0.5s;
  background: linear-gradient(to bottom, #65aadd, #003670);
}
.side__btn_link::before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 2px;
  background: #ffffff;
  background-clip: content-box;
  content: "";
}
.side__btn_link img {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
}
.side__btn_link span {
  writing-mode: vertical-lr;
  position: absolute;
  top: 35px;
  left: 49%;
  transform: translateX(-50%);
  z-index: 1;
  color: #003670;
}
.side__btn_link:nth-child(n+2) {
  margin-top: 10px;
}
.side__btn_link:hover {
  opacity: 0.6;
}

.side__btn_img {
  margin-bottom: 3px;
  width: 13px;
}

.custom__search {
  margin-top: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .custom__search {
    margin-top: 15px;
  }
}

.search__input {
  border: 1px solid #dbe1ea;
  border-radius: 10px;
  height: 70px;
  width: 100%;
  padding: 25px 85px 25px 30px;
}
.search__input::-moz-placeholder {
  color: #bfcad6;
}
.search__input::placeholder {
  color: #bfcad6;
}
@media only screen and (max-width: 767px) {
  .search__input {
    height: 60px;
    padding: 20px 60px 20px 20px;
    font-size: 14px;
  }
}
.search__input::-webkit-search-cancel-button {
  position: absolute;
  top: 0;
  right: 65px;
  width: 11px;
  height: 11px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .search__input::-webkit-search-cancel-button {
    right: 45px;
  }
}

.search__btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.5s;
  padding: 0 30px 0 35px;
  height: 100%;
}
.search__btn:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .search__btn {
    padding: 0 20px 0 0px;
  }
}

/*              event_single
======================================================= */
#event_single #art__section {
  padding-top: 50px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 1023px) {
  #event_single #art__section {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  #event_single #art__section {
    padding: 15px 20px 40px;
  }
}
#event_single .single__main_inr {
  max-width: 840px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  #event_single .update_date_txt {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 1023px) {
  #event_single .update_date_txt::before {
    top: 3px;
    left: 12px;
  }
}
@media only screen and (max-width: 374px) {
  #event_single .sub__menu_wrap {
    display: block;
  }
}
#event_single .art__cat {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #event_single .art__cat {
    margin-top: 11px;
  }
}
#event_single .content__group {
  display: block;
}
#event_single .keyword__group {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  #event_single .keyword__group {
    margin-top: 20px;
  }
}
#event_single .art__img {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #event_single .art__img {
    margin-top: 30px;
  }
}
#event_single .topic__submit_btn--post {
  max-width: 360px;
  width: 100%;
  height: 74px;
  line-height: 72px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 2px solid #003670;
  color: #003670;
}
@media only screen and (min-width: 1024px) {
  #event_single .topic__submit_btn--post:hover {
    opacity: 1;
    background-color: #003670;
    color: #ffffff;
  }
}
#event_single .back__btn {
  display: block;
  margin: 0 auto;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  #event_single .back__btn:hover {
    opacity: 1;
    background-color: #003670;
    color: #ffffff;
  }
}
#event_single .share {
  margin-top: 20px;
}
#event_single .topic__post {
  margin-top: 20px;
  padding-bottom: 48px;
}
#event_single .comment__wrap {
  margin-top: 20px;
}
#event_single .back__btn_wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 374px) {
  #event_single .single__fav_icon {
    bottom: -18px;
  }
}
@media only screen and (max-width: 374px) {
  #event_single .single__list {
    padding: 0;
  }
}

.comment__wrap {
  margin-top: 30px;
  padding: 51px 50px 50px;
  background-color: #e3f3fd;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .comment__wrap {
    padding: 30px 20px;
  }
}

.comment__ttl_main {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .comment__ttl_main {
    font-size: 18px;
    line-height: 1.55;
  }
}

.posted__comment {
  margin-top: 20px;
}
.posted__comment + .comment__area {
  border-top: 2px solid #bfcad6;
  padding-top: 29px;
}

.posted__comentt_wrap {
  width: calc(100% - 50px);
}

.posted__comentt_wrap_inr {
  display: inline-block;
}

.posted__textarea {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 24px 25px 19px;
  display: inline-block;
  max-width: 680px;
}
.posted__textarea.self {
  background-color: rgba(255, 255, 255, 0.5);
}

.posted__comment_inr {
  display: flex;
}

.quote__wrap {
  padding-bottom: 17px;
  border-bottom: 1px solid #dbe1ea;
}
.quote__wrap + .posted__textarea_name {
  padding-top: 19px;
}

.quote__textarea_name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  color: #6a768b;
}

.quote__textarea_txt {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.71;
  color: #6a768b;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 767px) {
  .quote__textarea_txt {
    -webkit-line-clamp: 3;
    line-height: 1.42;
  }
}

.posted__textarea_name {
  font-weight: 600;
  line-height: 1.625;
  color: #222124;
}
@media only screen and (max-width: 767px) {
  .posted__textarea_name {
    font-size: 14px;
    line-height: 1.71;
  }
}

.posted__txtarea_txt {
  margin-top: 3px;
  line-height: 1.625;
  color: #222124;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .posted__txtarea_txt {
    font-size: 14px;
    line-height: 1.71;
  }
}

.posted__menu_wrap {
  margin-top: 10px;
}

.posted__menu_wrap_inr {
  display: flex;
  justify-content: space-between;
}

.posted__date_txt {
  font-size: 12px;
  color: #6a768b;
  line-height: 1.5;
}

.delete__btn {
  margin-left: 10px;
  margin-right: 8px;
  position: relative;
  transition: 0.5s;
}
.delete__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(/media/images/common/trash_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
}
.delete__btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .delete__btn:hover {
    opacity: 0.6;
  }
}

.delete__btn_txt {
  font-size: 12px;
  color: #6a768b;
  line-height: 1.5;
  padding-left: 15px;
}

.alert__btn {
  margin-left: 10px;
}

.alert__btn_txt {
  font-size: 12px;
  color: #6a768b;
  line-height: 1.5;
}

.reply__btn_txt {
  font-size: 12px;
  color: #6a768b;
  line-height: 1.5;
}

.posted_good__btn {
  margin-left: 10px;
}

.posted_good__btn_txt {
  font-size: 12px;
  color: #6a768b;
  line-height: 1.5;
}

.posted__menu_l {
  display: flex;
}

.posted__menu_r {
  display: flex;
}

.comment__ttl {
  text-align: center;
}
.comment__ttl + .comment__area {
  margin-top: 18px;
}

.comment__ttl_main {
  line-height: 1.5;
}

.comment__area {
  margin-top: 29px;
}
.comment__area label {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #222124;
  font-size: 16px;
}

.textarea_wrap {
  display: flex;
  align-items: flex-start;
}

.textarea_label {
  flex: 1;
  position: relative;
  border-radius: 5px;
  padding: 22px 23px 22px;
  border-radius: 20px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .textarea_label {
    padding: 20px 15px 20px;
  }
}

.user__icon {
  width: 50px;
  margin-right: 11px;
}

#comment__txt_area {
  width: 100%;
  display: block;
  height: 100px;
  margin-top: 10px;
  background-color: #ffffff;
}
#comment__txt_area:hover {
  cursor: text;
}
@media only screen and (max-width: 767px) {
  #comment__txt_area {
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  #comment__txt_area::-moz-placeholder {
    font-size: 14px;
  }
  #comment__txt_area::placeholder {
    font-size: 14px;
  }
}

.txt_count {
  margin-top: 13px;
  font-size: 14px;
  color: #6a768b;
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .txt_count {
    font-size: 12px;
  }
}

.topic__submit_btn {
  width: 160px;
  height: 50px;
  text-align: center;
  background-color: #003670;
  color: #ffffff;
  padding: 0 25px;
  border-radius: 35px;
  font-weight: 600;
  transition: 0.5s;
  font-size: 16px;
  line-height: 50px;
}
.topic__submit_btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .topic__submit_btn:hover {
    opacity: 0.6;
  }
}
.topic__submit_btn--post {
  width: 184px;
}

.request__btn {
  margin-top: 45px;
}

.request__btn_link {
  max-width: 315px;
  background-color: #003670;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  height: 60px;
  line-height: 60px;
  display: block;
  border-radius: 5px;
  margin: 0 auto;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .request__btn_link:hover {
    opacity: 0.6;
  }
}

.free__word {
  margin-top: 46px;
}
@media only screen and (max-width: 767px) {
  .free__word {
    margin-top: 30px;
  }
}

.free__word_wrap {
  margin-top: 10px;
}

.free__word_txt {
  font-size: 18px;
  line-height: 2;
  color: #222124;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .free__word_txt {
    font-size: 15px;
    word-break: break-all;
  }
}

.free__word_ttl {
  font-size: 18px;
  line-height: 2;
  color: #222124;
  word-break: break-all;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .free__word_ttl {
    font-size: 15px;
    word-break: break-all;
  }
}
@media only screen and (max-width: 374px) {
  .free__word_ttl {
    display: block;
  }
}

.youtube__btn_wrap {
  margin-top: 50px;
}

.youtube__btn {
  width: 100%;
  max-width: 400px;
  background-color: #003670;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  height: 60px;
  line-height: 60px;
  display: block;
  border-radius: 5px;
  margin: 0 auto;
  transition: 0.5s;
}

.youtube__section {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .youtube__section {
    margin-top: 30px;
  }
}

.youtube__section_txt_wrap {
  margin-top: 20px;
}

.youtube__section_txt {
  text-align: center;
}

.youtube__section_txt_inr {
  display: inline-block;
  line-height: 1.71;
  font-size: 14px;
  color: #6a768b;
}

.post__btn_wrap {
  margin-top: 49px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .post__btn_wrap {
    padding: 0 20px;
  }
}

.post__btn {
  background: linear-gradient(to right, #65aadd, #003670);
  border-radius: 5px;
  height: 80px;
  text-align: center;
  max-width: 364px;
  width: 100%;
  transition: 0.5s;
  display: block;
  line-height: 76px;
  margin: 0 auto;
  position: relative;
}
.post__btn::before {
  position: absolute;
  border-radius: 5px;
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 4px;
  background-clip: content-box;
  transition: 0.5s;
}
.post__btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .post__btn:hover:before {
    background-color: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .post__btn:hover {
    color: #ffffff;
  }
}

.post__btn_txt {
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  margin-top: 2px;
}
.post__btn_txt::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("/media/images/common/pencil_icon.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
}

.under__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.under__cat {
  height: 34px;
  line-height: 34px;
  background-color: #dbe1ea;
  color: #222124;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  padding: 0 12px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .under__cat {
    height: 22px;
    line-height: 22px;
  }
}

.under__cat_txt {
  white-space: nowrap;
}

@media only screen and (max-width: 374px) {
  #archive_single .sub__menu_wrap {
    display: block;
  }
}
@media only screen and (max-width: 374px) {
  #archive_single .update_date_txt {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 374px) {
  #archive_single .fav_icon {
    margin-top: -3px;
  }
}
#archive_single .back__btn {
  font-weight: 600;
  max-width: 240px;
  height: 60px;
  line-height: 58px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  #archive_single .back__btn {
    border-radius: 10px;
    height: 50px;
    line-height: 48px;
  }
}
#archive_single .keyword__group {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  #archive_single .keyword__group {
    margin-top: 22px;
  }
}
#archive_single .art__img {
  margin-top: 30px;
}
#archive_single .reaction {
  margin-top: 51px;
}
@media only screen and (max-width: 767px) {
  #archive_single .reaction {
    margin-top: 42px;
    max-width: 275px;
    margin: 42px auto 0;
  }
}
#archive_single .favorite {
  margin-top: 27px;
}
#archive_single .search__item {
  margin-top: 76px;
}
@media only screen and (max-width: 767px) {
  #archive_single .search__item {
    margin-top: 54px;
  }
}
#archive_single .item__group {
  padding: 44px 47px 48px;
}
@media only screen and (max-width: 767px) {
  #archive_single .item__group {
    padding: 32px 17px 48px 17px;
  }
}
#archive_single .keyword__txt {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #archive_single .comment__wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #archive_single .user__icon {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #archive_single .posted__textarea {
    padding: 19px 14px 15px;
  }
}
@media only screen and (max-width: 767px) {
  #archive_single .posted__txtarea_txt {
    margin-top: 2px;
    line-height: 1.428;
  }
}
@media only screen and (max-width: 767px) {
  #archive_single .quote__wrap {
    margin-top: 0;
  }
}
#archive_single .quote__wrap + .posted__textarea_name {
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  #archive_single .txt_count {
    margin-top: 15px;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #archive_single .topic__submit_btn {
    font-size: 14px;
    max-width: 140px;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #archive_single .comment__date {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #archive_single .under__menu {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #archive_single .post__btn_wrap {
    margin-top: 53px;
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #archive_single .content__group_side {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 767px) {
  #archive_single .single__ttl {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  #archive_single .single__date {
    margin-top: 17px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #archive_single .single__fav_icon {
    bottom: -12px;
  }
}
@media only screen and (max-width: 767px) {
  #archive_single .single__list_li:first-child .single__fav_icon, #archive_single .single__list_li:nth-child(2) .single__fav_icon {
    bottom: 0px;
  }
}

.sub__menu_wrap {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .sub__menu_wrap {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .sub__menu_wrap {
    display: flex;
  }
}

.topic_date {
  margin-left: 10px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  .topic_date {
    margin-left: 0;
  }
}

.update_date {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .update_date {
    margin-left: 0;
  }
}

.topic_date_txt {
  font-size: 14px;
  line-height: 1.71;
  color: #6a768b;
}

.update_date_txt {
  font-size: 14px;
  line-height: 1.71;
  color: #6a768b;
  position: relative;
  padding-left: 35px;
}
.update_date_txt::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 13px;
  background-image: url("/media/images/common/reload_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 15px;
}
@media only screen and (max-width: 1023px) {
  .update_date_txt::before {
    top: 2px;
    left: 4px;
  }
}

.alert__btn {
  margin-left: 8px;
  padding-left: 20px;
  margin-right: 8px;
  position: relative;
  transition: 0.5s;
}
.alert__btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .alert__btn:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 1023px) {
  .alert__btn {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .alert__btn {
    margin-right: 0;
  }
}
.alert__btn::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  background-image: url(/media/images/common/allert_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.alert__btn_txt {
  font-size: 12px;
  color: #6a768b;
  line-height: 1.5;
}

.reply__btn {
  position: relative;
  transition: 0.5s;
}
.reply__btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .reply__btn:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .reply__btn {
    margin-right: 10px;
    margin-top: 5px;
    padding-top: 21px;
  }
}
.reply__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  background-image: url(/media/images/common/reply_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .reply__btn::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.reply__btn_txt {
  font-size: 12px;
  color: #6a768b;
  line-height: 1.5;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .reply__btn_txt {
    padding-left: 0;
    margin-left: 8px;
  }
}

.posted_good__btn {
  margin-right: 5px;
  margin-left: 8px;
  position: relative;
  transition: 0.5s;
}
.posted_good__btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .posted_good__btn:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .posted_good__btn {
    margin-right: 0;
  }
}
.posted_good__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  background-image: url(/media/images/common/thumbs_up_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 21px;
  transform: translateY(-50%);
}

.posted_good__btn_txt {
  font-size: 12px;
  color: #6a768b;
  line-height: 1.5;
  padding-left: 30px;
}

.comment_btn {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -2px;
}
@media only screen and (max-width: 767px) {
  .comment_btn {
    margin-right: 5px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 374px) {
  .comment_btn {
    margin-top: 0;
  }
}
.comment_btn::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0px;
  background-image: url(/media/images/common/community_comment.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .comment_btn::before {
    top: -2px;
    left: 8px;
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 374px) {
  .comment_btn::before {
    top: -2px;
    left: 0px;
    width: 15px;
    height: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .comment_icon {
    width: 18px;
  }
}

.comment_count {
  padding-left: 30px;
  font-size: 14px;
  color: #6a768b;
}
@media only screen and (max-width: 767px) {
  .comment_count {
    font-size: 12px;
  }
}
@media only screen and (max-width: 374px) {
  .comment_count {
    padding-left: 20px;
  }
}

.good {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .good {
    margin-right: 5px;
    margin-top: 3px;
    margin-left: 7px;
  }
}
.good::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  background-image: url(/media/images/common/community_good.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
}
@media only screen and (max-width: 767px) {
  .good::before {
    top: -5px;
    left: 1px;
    width: 20px;
    height: 20px;
  }
}

.good_icon {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .good_icon {
    margin-left: 10px;
    width: 20px;
  }
}

.good_count {
  margin-left: 8px;
  font-size: 14px;
  color: #6a768b;
  padding-left: 22px;
}
@media only screen and (max-width: 767px) {
  .good_count {
    margin-left: 5px;
    font-size: 12px;
  }
}

.icon_wrap {
  position: relative;
  transition: 0.5s;
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .icon_wrap {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .icon_wrap img {
    width: 40px;
  }
}
.icon_wrap:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .icon_wrap:hover {
    opacity: 0.6;
  }
}

.reaction_count {
  position: absolute;
  top: -14px;
  right: 10px;
  background-color: #6a768b;
  border-radius: 20px;
  height: 28px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .reaction_count {
    top: -16px;
    right: -3px;
  }
}

.reaction_count_num {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  padding: 0 9px;
}

@media only screen and (max-width: 767px) {
  .btn__wrap {
    margin-top: 0;
  }
}

.archive__list_cat {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .archive__list_cat {
    margin-top: 25px;
  }
}

.archive__list_cat_inr {
  display: flex;
  margin: -3px -3px;
  flex-wrap: wrap;
}

.archive__list_cat_txt {
  padding: 3px 3px;
}
@media only screen and (max-width: 767px) {
  .archive__list_cat_txt {
    padding: 0 3px;
  }
}

.archive__list_cat_txt_inr {
  background-color: #6a768b;
  border-radius: 20px;
  border: 1px solid #dbe1ea;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .archive__list_cat_txt_inr {
    height: 28px;
    line-height: 26px;
  }
}

.float_btn_wrap {
  width: 100%;
  padding: 14px 0;
  display: flex;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 1024px) {
  .float_btn_wrap {
    display: none;
  }
}

.float_btn {
  text-align: center;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float_btn:nth-child(n+2) {
  border-left: 1px solid #dbe1ea;
}
.float_btn:nth-child(n+2) .float_btn_icon {
  width: 30px;
  height: 30px;
}
.float_btn .float_btn_icon {
  width: 31px;
  height: 31px;
}

.float_btn_txt {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
}

.float_btn_icon {
  margin-right: 10px;
}

.event__index {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .event__index {
    margin-top: 20px;
  }
}
.event__index + .art__img {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .event__index + .art__img {
    margin-top: 20px;
  }
}

.event__index_txt {
  font-size: 22px;
  line-height: 1.54;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .event__index_txt {
    font-size: 18px;
  }
}

.editorial_modal {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.editorial_modal.active {
  opacity: 1;
  visibility: visible;
}

.editorial_modal_inr {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 54, 112, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.editornal_modal {
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .editorial_modal_img {
    text-align: center;
  }
}

.editorial_modal_img_main {
  max-width: 200px;
  width: 100%;
  border-radius: 35%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.editornal_modal_cont {
  padding: 0 10px;
}

.editornal_modal_cont_inr {
  background-color: #ffffff;
  opacity: 1;
  margin: 240px auto;
  max-width: 840px;
  width: 100%;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .editornal_modal_cont_inr {
    margin-top: 80px;
    display: block;
    padding: 50px 20px;
    max-width: 355px;
  }
}

.editornal_modal_txt {
  margin-left: 30px;
  width: calc(100% - 200px);
}
@media only screen and (max-width: 767px) {
  .editornal_modal_txt {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}

.editornal_modal_txt_dept {
  font-size: 14px;
  line-height: 1.71;
}
@media only screen and (max-width: 767px) {
  .editornal_modal_txt_dept {
    text-align: center;
  }
}

.editornal_modal_txt_name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.55;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .editornal_modal_txt_name {
    text-align: center;
  }
}

.editornal_modal_txt_free {
  color: #222124;
  line-height: 1.625;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .editornal_modal_txt_free {
    font-size: 14px;
    word-break: break-all;
  }
}

.address_wrap {
  margin-top: 40px;
  color: #222124;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .address_wrap {
    margin-top: 35px;
    font-size: 14px;
  }
}

.web_site_link {
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .web_site_link:hover {
    opacity: 0.6;
  }
}

.tel_number {
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .tel_number:hover {
    opacity: 0.6;
  }
}

.close_btn {
  width: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.5s;
}
.close_btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .close_btn:hover {
    opacity: 0.6;
  }
}

.community_modal {
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 54, 112, 0.8);
  padding: 0 10px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}
.community_modal textarea {
  line-height: 1.625;
  color: #222124;
}

.modal__window_inr {
  max-width: 840px;
  width: 100%;
  height: auto;
  padding: 0 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.input__form.modal {
  margin-top: 30px;
}

.inputbox.modal {
  height: 200px;
}

.allert__group {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 70px 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .allert__group {
    padding: 50px 20px 50px;
  }
}

.modal__txt_group {
  margin-top: 30px;
}

.modal__txt_inr {
  line-height: 1.625;
  color: #222124;
}
@media only screen and (max-width: 767px) {
  .modal__txt_inr {
    font-size: 14px;
  }
}

.modal__txt_link {
  color: #003670;
  text-decoration: underline !important;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .modal__txt_link:hover {
    opacity: 0.6;
  }
}

.modal__note {
  margin-top: 30px;
  line-height: 1.42;
  font-size: 14px;
  color: #6a768b;
}
.modal__note + .modal__note {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .modal__note {
    margin-top: 20px;
    font-size: 12px;
  }
}

.modal__count {
  margin-top: 10px;
}

.modal__count_txt {
  font-size: 14px;
  line-height: 1.71;
  color: #6a768b;
}

.modal__god_icon {
  margin-top: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modal__god_icon {
    margin-top: 30px;
  }
}

.modal__god_icon {
  text-align: center;
}

.modal__god_main {
  width: 180px;
  height: 226px;
  opacity: 1;
  display: block;
  margin: 0 auto;
  animation: god_opacity 5s linear 1 forwards;
}
@media only screen and (max-width: 767px) {
  .modal__god_main {
    width: 150px;
    height: auto;
  }
}

.modal__god_txt_wrap {
  animation: god_opacity 5s linear 1 forwards;
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}

.modal__god_txt {
  background-color: #ffffff;
  max-width: 120px;
  padding: 15px 12px 13px;
  font-size: 14px;
  border: 3px solid #bfcad6;
  border-radius: 10px;
  line-height: 1.28;
  margin-left: 10px;
  position: relative;
  font-weight: 600;
  height: auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .modal__god_txt {
    padding: 10px 10px 10px;
    font-size: 12px;
  }
}
.modal__god_txt::before {
  content: "";
  position: absolute;
  top: 70%;
  left: -14px;
  margin-top: -24px;
  border: 4px solid transparent;
  border-right: 12px solid #f5fafd;
  z-index: 2;
}
.modal__god_txt::after {
  content: "";
  position: absolute;
  top: 70%;
  left: -23px;
  margin-top: -26px;
  border: 6px solid transparent;
  border-right: 14px solid #bfcad6;
  z-index: 1;
}

.modal__cloud {
  position: relative;
}

.modal__cloud1 {
  width: 200px;
  height: 128px;
  position: absolute;
  bottom: 20%;
  left: 23%;
  animation: wobbling_ry 0.9s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1023px) {
  .modal__cloud1 {
    width: 160px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .modal__cloud1 {
    left: 12%;
  }
}
@media only screen and (max-width: 480px) {
  .modal__cloud1 {
    left: 0;
  }
}

.modal__cloud2 {
  position: absolute;
  bottom: -10%;
  right: 29%;
  width: 143px;
  height: 91px;
  animation: wobbling_ry 1.2s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1023px) {
  .modal__cloud2 {
    width: 100px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .modal__cloud2 {
    right: 20%;
  }
}
@media only screen and (max-width: 480px) {
  .modal__cloud2 {
    right: 10%;
  }
}

.allert_comp {
  background-color: #dbe1ea;
  border-radius: 20px;
  padding: 70px 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .allert_comp {
    padding: 50px 20px 50px;
  }
}
.allert_comp .modal__god_txt_wrap {
  top: 40%;
  right: 20%;
  width: 160px;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .allert_comp .modal__god_txt_wrap {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .allert_comp .modal__god_txt_wrap {
    right: 10%;
  }
}
@media only screen and (max-width: 480px) {
  .allert_comp .modal__god_txt_wrap {
    right: -5%;
  }
}
.allert_comp .modal__god_txt {
  max-width: 100%;
  background-color: #f5fafd;
}

.request_comp {
  background-color: #dbe1ea;
  border-radius: 20px;
  padding: 70px 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .request_comp {
    padding: 50px 20px 50px;
  }
}
.request_comp .modal__god_txt_wrap {
  top: 40%;
  right: 20%;
  width: 160px;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .request_comp .modal__god_txt_wrap {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .request_comp .modal__god_txt_wrap {
    right: 5%;
  }
}
@media only screen and (max-width: 480px) {
  .request_comp .modal__god_txt_wrap {
    width: 110px;
    right: 0%;
  }
}
.request_comp .modal__god_txt {
  max-width: 100%;
  flex-shrink: 0;
  width: 150px;
  height: 85px;
}
@media only screen and (max-width: 1023px) {
  .request_comp .modal__god_txt {
    height: auto;
  }
}

.modal_request {
  padding: 70px 50px;
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modal_request {
    padding: 70px 20px 50px;
  }
}
.modal_request .submit_btn_wrap {
  max-width: 400px;
  margin: 40px auto 0;
}
.modal_request .submit_btn {
  max-width: 195px;
}

.close_btn {
  width: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.5s;
}
.close_btn:hover {
  cursor: pointer;
}

.modal__comment {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 70px 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modal__comment {
    padding: 70px 20px 50px;
  }
}
.modal__comment .posted__textarea {
  border: 2px solid #bfcad6;
}
.modal__comment .textarea_wrap {
  display: block;
}
.modal__comment .comment__area {
  border: none;
}
.modal__comment #comment__txt_area {
  margin-top: 0px;
}
.modal__comment .textarea_label {
  border: 2px solid #bfcad6;
  border-radius: 20px;
}
.modal__comment .textarea_label label {
  position: absolute;
  top: -43px !important;
  left: 65px !important;
}
.modal__comment .txt_count {
  margin-left: 0 !important;
}
.modal__comment .user__icon_wrap {
  position: relative;
}
.modal__comment .user__icon_wrap::after {
  position: absolute;
  content: "";
  left: 24px;
  top: 58px;
  width: 4px;
  height: 100%;
  background-color: #dbe1ea;
}
.modal__comment .posted__textarea {
  display: block;
}
.modal__comment .posted__comentt_wrap_inr {
  display: block;
}

#allert_modal .modal__window_inr {
  position: static;
  margin: 100px auto;
  transform: none;
}
@media only screen and (max-width: 767px) {
  #allert_modal .form__subttl--regilabel {
    margin-top: 30px;
  }
}
#allert_modal.active {
  opacity: 1;
  visibility: visible;
}

#allert_comp.active {
  opacity: 1;
  visibility: visible;
}

#request_comp.active {
  opacity: 1;
  visibility: visible;
}

#commentdel_comp.active {
  opacity: 1;
  visibility: visible;
}

#commentdel_modal.active {
  opacity: 1;
  visibility: visible;
}

#request_modal.active {
  opacity: 1;
  visibility: visible;
}

#reply_modal .modal__window_inr {
  padding: 70px 50px;
}
@media only screen and (max-width: 767px) {
  #reply_modal .modal__window_inr {
    padding: 70px 20px 50px;
  }
}
#reply_modal .posted__comment {
  margin-top: 0;
}
#reply_modal.active {
  opacity: 1;
  visibility: visible;
}

@keyframes wobbling_rx {
  0% {
    margin-right: 10px;
  }
  100% {
    margin-right: 0px;
  }
}
@keyframes wobbling_ry {
  0% {
    margin-bottom: 0px;
  }
  100% {
    margin-bottom: 10px;
  }
}
@keyframes wobbling_lx {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes wobbling_ly {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
@keyframes god_opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.window__ttl {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .window__ttl {
    font-size: 24px;
  }
}

.window__img {
  margin-top: 40px;
  text-align: center;
}
.window__img + .window__ttl {
  margin-top: 35px;
}
.window__img.maintenance {
  width: 50px;
  margin: 0 auto;
}

.window__img_main {
  width: 86px;
}

.submit_btn_wrap {
  margin-top: 60px;
  display: flex;
  gap: 10px;
}
.submit_btn_wrap.allert {
  max-width: 400px;
  justify-content: center;
  margin: 60px auto 0;
}
@media only screen and (max-width: 767px) {
  .submit_btn_wrap.allert {
    margin-top: 30px;
  }
}

.submit_btn.white {
  width: 50%;
  background-color: #ffffff;
  color: #6a768b;
  border: 1px solid #dbe1ea;
}
.submit_btn.blue {
  width: 50%;
}
.submit_btn.allert {
  color: #ffffff;
  background-color: #bfcad6;
}
.submit_btn:hover {
  cursor: pointer;
}

.window__txt {
  margin-top: 20px;
}
.window__txt + .submit_btn_wrap {
  margin-top: 40px;
}
.window__txt.modal {
  margin-top: 30px;
}

.window__txt_inr {
  color: #222124;
  line-height: 1.625;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .window__txt_inr {
    font-size: 14px;
  }
}

/*                ブロックエディタパーツ
======================================================= */
.block_group {
  max-width: 840px;
  margin: 0 auto;
}

.block_group_inr {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px 40px;
}
@media only screen and (max-width: 767px) {
  .block_group_inr {
    padding: 50px 20px;
  }
}

.kv__block_img {
  border-radius: 10px;
}

.index__block {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .index__block {
    margin-top: 40px;
  }
}

.index__block_inr {
  margin-top: 40px;
  background-color: #ffffff;
  border: 3px solid #dbe1ea;
  border-radius: 10px;
  padding: 26px 27px 28px 27px;
}
@media only screen and (max-width: 767px) {
  .index__block_inr {
    margin-top: 30px;
    padding: 20px 20px 15px;
  }
}

.index__block_ttl {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #dbe1ea;
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  .index__block_ttl {
    font-size: 15px;
    line-height: 1.66;
    padding-bottom: 10px;
  }
}

.index__block_li {
  padding: 19px 0 0;
}
@media only screen and (max-width: 767px) {
  .index__block_li {
    padding-top: 15px;
  }
}

.index__block_link {
  transition: 0.5s;
}
.index__block_link:hover {
  opacity: 0.6;
}

.anker_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #65aadd;
  border-radius: 50%;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .anker_icon {
    margin-right: 5px;
  }
}

.index__block_txt {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.55;
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .index__block_txt {
    font-size: 15px;
    padding-left: 25px;
  }
}
.index__block_txt::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  background-image: url(/media/images/common/anker_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.h3__block {
  margin-top: 70px;
  padding: 25px 0;
  border-top: 3px solid #dbe1ea;
  border-bottom: 3px solid #dbe1ea;
}
@media only screen and (max-width: 767px) {
  .h3__block {
    margin-top: 50px;
  }
}

.h3__block_txt {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .h3__block_txt {
    font-size: 18px;
    line-height: 1.55;
  }
}

.h4__block {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .h4__block {
    margin-top: 40px;
  }
}

.h4__block_txt {
  font-size: 22px;
  line-height: 1.54;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .h4__block_txt {
    font-size: 18px;
    line-height: 1.55;
  }
}

.h5__block {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .h5__block {
    margin-top: 20px;
  }
}

.h5__block_txt {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .h5__block_txt {
    font-size: 18px;
    line-height: 1.55;
  }
}

.text__block {
  color: #222124;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .text__block {
    margin-top: 40px;
  }
}

.text__block_big {
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .text__block_big {
    font-size: 15px;
    line-height: 1.66;
  }
}
.text__block_big.center {
  text-align: center;
}
.text__block_big.right {
  text-align: right;
}

.txt__color.bold {
  font-weight: 700;
}
.txt__color.blue {
  color: #003670;
}
.txt__color.pink {
  color: #e33665;
}

.txt__marker {
  color: #003670;
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: rgba(101, 170, 221, 0.3);
  text-underline-offset: -0.3em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.txt__block_link {
  text-decoration: underline !important;
  text-decoration-color: #6a768b !important;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .txt__block_link:hover {
    opacity: 0.6;
  }
}

.text__block_sml {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.71;
}
@media only screen and (max-width: 767px) {
  .text__block_sml {
    font-size: 12px;
    line-height: 1.5;
  }
}
.text__block_sml.gray {
  color: #6a768b;
}
.text__block_sml.pink {
  color: #e33665;
}

.text_link__block {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .text_link__block {
    margin-top: 40px;
  }
}

.text_link__block_inr {
  font-size: 18px;
  line-height: 2;
  color: #222124;
}
@media only screen and (max-width: 767px) {
  .text_link__block_inr {
    font-size: 15px;
    line-height: 1.66;
  }
}

.text_link__block_link {
  color: #003670;
  text-decoration: underline !important;
  padding-right: 20px;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .text_link__block_link:hover {
    opacity: 0.6;
  }
}

.text_link_icon {
  position: relative;
}
.text_link_icon::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 1px;
  background-image: url(/media/images/common/menu_link_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .text_link_icon::after {
    top: 0;
    left: 5px;
    width: 16px;
    height: 16px;
  }
}

.list__block_bullet {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .list__block_bullet {
    margin-top: 40px;
  }
}

.list__block_bullet_ul {
  padding-left: 2em;
}
@media only screen and (max-width: 767px) {
  .list__block_bullet_ul {
    padding-left: 20px;
  }
}

.list__block_bullet_li {
  font-size: 18px;
  line-height: 2;
  list-style: disc;
  color: #222124;
}
@media only screen and (max-width: 767px) {
  .list__block_bullet_li {
    font-size: 15px;
    line-height: 1.66;
  }
}
.list__block_bullet_li:nth-child(n+2) {
  margin-top: 20px;
}
.list__block_bullet_li::marker {
  color: #6a768b;
}

.list__block_number {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .list__block_number {
    margin-top: 40px;
  }
}

.list__block_ol {
  padding-left: 2em;
}
@media only screen and (max-width: 767px) {
  .list__block_ol {
    padding-left: 20px;
  }
}

.list__block_number_li {
  font-size: 18px;
  line-height: 2;
  list-style: decimal;
  color: #222124;
}
@media only screen and (max-width: 767px) {
  .list__block_number_li {
    font-size: 15px;
    line-height: 1.66;
  }
}
.list__block_number_li:nth-child(n+2) {
  margin-top: 20px;
}
.list__block_number_li::marker {
  color: #6a768b;
}

.list__block_bullet_text {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .list__block_bullet_text {
    margin-top: 40px;
  }
}

.list__block_ul {
  padding-left: 2em;
}
@media only screen and (max-width: 767px) {
  .list__block_ul {
    padding-left: 20px;
  }
}

.list__block_li {
  list-style: disc;
}
.list__block_li:nth-child(n+2) {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .list__block_li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.list__block_li::marker {
  color: #6a768b;
}

.list__bLock_ttl {
  font-size: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .list__bLock_ttl {
    font-size: 15px;
    line-height: 1.66;
  }
}

.list__block_txt {
  margin-top: 13px;
  font-size: 18px;
  line-height: 2;
  color: #222124;
}
@media only screen and (max-width: 767px) {
  .list__block_txt {
    font-size: 15px;
    line-height: 1.66;
  }
}

.border__block {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .border__block {
    margin-top: 40px;
  }
}

.border__block_inr {
  width: 100%;
  height: auto;
  display: block;
}
.border__block_inr.horizontal {
  border: 2px solid #dbe1ea;
}
.border__block_inr.dot {
  margin-top: 50px;
  border-bottom: 2px dotted #dbe1ea;
}

.quote__block {
  margin-top: 50px;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .quote__block {
    padding: 0;
    margin-top: 40px;
  }
}

.quote__block_inr {
  padding: 40px 30px;
  background-color: #f5fafd;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .quote__block_inr {
    padding: 30px 20px;
  }
}

.quote__block_txt {
  font-size: 18px;
  line-height: 2;
  color: #6a768b;
}
@media only screen and (max-width: 767px) {
  .quote__block_txt {
    font-size: 15px;
    line-height: 1.66;
  }
}
.quote__block_txt + .quote__block_txt {
  margin-top: 10px;
}
.quote__block_txt.free {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.71;
}
@media only screen and (max-width: 767px) {
  .quote__block_txt.free {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.quote__block_acce {
  position: absolute;
  width: 23px;
  height: auto;
}
.quote__block_acce.top {
  top: -8px;
  left: -10px;
}
.quote__block_acce.bottom {
  bottom: -8px;
  right: -10px;
  transform: rotate(180deg);
}

.bubble__block {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .bubble__block {
    margin-top: 40px;
  }
}

.bubble__block_item {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .bubble__block_item {
    gap: 5px;
  }
}
.bubble__block_item.writer-2 {
  flex-direction: row-reverse;
}
.bubble__block_item.writer-2 .bubble__block_name {
  text-align: right;
}
.bubble__block_item.writer-2 .bubble__block_txt {
  background-color: #dbe1ea;
}
.bubble__block_item.writer-2 .bubble__block_txt::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px; /* 吹き出しサイズ */
  right: -10px;
  left: auto;
  top: 30px; /* 位置 */
  transform: rotate(45deg) skew(-20deg, -20deg); /* 傾斜角(skew) */
  background-color: #dbe1ea;
}
.bubble__block_item.writer-3 {
  display: block;
}
.bubble__block_item.writer-3 .bubble__block_main {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  width: 100%;
}
.bubble__block_item.writer-3 .bubble__block_txt {
  background-color: #ffffff;
  border: 2px solid #dbe1ea;
}
.bubble__block_item.writer-3 .bubble__block_txt::before {
  content: none;
}
.bubble__block_item.writer-4 {
  display: block;
}
.bubble__block_item.writer-4 .bubble__block_main {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  width: 100%;
}
.bubble__block_item.writer-4 .bubble__block_name {
  text-align: right;
}
.bubble__block_item.writer-4 .bubble__block_txt {
  background-color: #ffffff;
  border: 2px solid #dbe1ea;
}
.bubble__block_item.writer-4 .bubble__block_txt::before {
  content: none;
}
.bubble__block_item + .bubble__block_item {
  margin-top: 30px;
}

.bubble__block_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .bubble__block_icon {
    width: 40px;
    height: 40px;
  }
}

.article__block {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .article__block {
    margin-top: 40px;
  }
}

.bubble__block_main {
  width: 500px;
}

.bubble__block_name {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 600;
  color: #6a768b;
}

.bubble__block_txt {
  margin-top: 15px;
  padding: 40px 30px;
  border-radius: 10px;
  background-color: #e8f4fd;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .bubble__block_txt {
    margin-top: 6px;
    padding: 25px 15px;
  }
}
.bubble__block_txt::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px; /* 吹き出しサイズ */
  left: -10px;
  top: 30px; /* 位置 */
  transform: rotate(45deg) skew(-20deg, -20deg); /* 傾斜角(skew) */
  background-color: #e8f4fd;
}

.bubble__block_txt_inr {
  font-size: 18px;
  line-height: 2;
  color: #222124;
}
@media only screen and (max-width: 767px) {
  .bubble__block_txt_inr {
    font-size: 15px;
    line-height: 1.66;
  }
}
.bubble__block_txt_inr.blue {
  color: #003670;
}
.bubble__block_txt_inr.pink {
  color: #e33665;
}

.article__block_inr {
  border: 1px solid #dbe1ea;
  border-radius: 10px;
}

.article__block_link {
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .article__block_link {
    padding: 25px 15px;
    gap: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .article__block_link:hover {
    opacity: 0.6;
  }
}

.article__block_ttl {
  width: calc(100% - 120px);
}

.article__block_ttl_inr {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .article__block_ttl_inr {
    font-size: 15px;
    line-height: 1.66;
  }
}

.audio__block {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .audio__block {
    margin-top: 40px;
  }
}

.audio__block_inr {
  border: 1px solid #dbe1ea;
  border-radius: 10px;
}

.audio__block_link {
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .audio__block_link {
    padding: 25px 15px;
    gap: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .audio__block_link:hover {
    opacity: 0.6;
  }
}

.article__block_thumb_main {
  max-width: 120px;
}

.audio__block_ttl {
  width: calc(100% - 120px);
}

.audio__block_ttl_inr {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .audio__block_ttl_inr {
    font-size: 15px;
    line-height: 1.66;
  }
}

.audio__block_thumb_main {
  max-width: 120px;
}

.table__block {
  margin-top: 50px;
  overflow-x: scroll;
}
@media only screen and (max-width: 767px) {
  .table__block {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .table__block_inr {
    width: 600px;
    margin: 0 auto;
  }
}

.table__block_dl {
  display: flex;
  border-bottom: 1px solid #dbe1ea;
}
.table__block_dl.title {
  background-color: #f5fafd;
}

.table__block_dt {
  max-width: 230px;
  width: 100%;
  padding: 14px 15px 12px;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .table__block_dt {
    width: 160px;
  }
}

.table__block_dd {
  width: 25%;
  padding: 14px 15px 12px;
  border-left: 1px solid #dbe1ea;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .table__block_dd {
    width: 110px;
  }
}

.table__block_note {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.71;
  color: #6a768b;
}
@media only screen and (max-width: 767px) {
  .table__block_note {
    font-size: 12px;
    line-height: 1.5;
  }
}

.img__block {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .img__block {
    margin-top: 40px;
  }
}

.img__block_item.sml {
  max-width: 480px;
  width: 100%;
  height: auto;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .img__block_item.sml {
    max-width: 260px;
    margin: 40px auto 0;
  }
}
.img__block_item.column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .img__block_item.column2 {
    max-width: 260px;
    grid-template-columns: repeat(1, 1fr);
    margin: 40px auto;
    gap: 14px;
  }
}
.img__block_item.column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .img__block_item.column3 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    gap: 14px;
  }
}

.img__block_item_main {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.img__block_note {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.71;
  color: #6a768b;
}
@media only screen and (max-width: 767px) {
  .img__block_note {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.movie__block {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .movie__block {
    margin-top: 40px;
  }
}
.movie__block iframe {
  width: 100%;
  aspect-ratio: 304/154;
  display: block;
}

.movie__block_inr img {
  border-radius: 10px;
}

.map__block {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .map__block {
    margin-top: 40px;
  }
}

.map__block_inr {
  text-align: center;
}

.map_frame {
  border-radius: 10px;
  width: 100%;
}

.link_btn__block {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .link_btn__block {
    margin-top: 40px;
  }
}

.link_btn__block_link {
  max-width: 400px;
  width: 100%;
  height: 60px;
  background-color: #003670;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 5px;
  margin: 0 auto;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .link_btn__block_link:hover {
    opacity: 0.6;
  }
}

.link_btn__block_note {
  font-size: 14px;
  line-height: 1.71;
  color: #6a768b;
}
@media only screen and (max-width: 767px) {
  .link_btn__block_note {
    font-size: 12px;
    line-height: 1.5;
  }
}
.link_btn__block_note.center {
  text-align: center;
}
.link_btn__block_note:first-of-type {
  margin-top: 20px;
}

.margin_big {
  margin-top: 100px;
}

.margin_mid {
  margin-top: 50px;
}

.margin_sml {
  margin-top: 30px;
}

.margin_xsml {
  margin-top: 10px;
}

/*          ブロックエディタパーツここまで
======================================================= */

/*20241129追記*/
.btn__block {
  margin-top: 50px;
}
@media only screen and (min-width: 1024px) {
  .btn__block:hover .btn__block-inr {
    background-color: #003670;
  }
  .btn__block:hover .btn__block-link {
    color: #ffffff;
  }
  .btn__block:hover .btn__block-link::after {
    background-color: #ffffff;
  }
}

.btn__block-inr {
  margin: 0 auto;
  background-color: #ffffff;
  max-width: 315px;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 2px solid #003670;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn__block-link {
  display: block;
  line-height: 58px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  position: relative;
}
.btn__block-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(/media/images/common/mypage_arrow_sub.svg);
          mask-image: url(/media/images/common/mypage_arrow_sub.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #003670;
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}