@charset "UTF-8";
body {
  color: #444444;
}

.p-entry__body--page {
  font-size: 16px;
}

@media (max-width: 1199px) {
  .l-header__logo img {
    max-height: 50px;
    height: 50px;
    width: auto;
  }
}

.p-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 55px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  background: #2C70B5;
  color: #ffffff;
  text-decoration: none;
}

.p-btn:hover {
  background: #22578c;
}

@media (-ms-high-contrast: none) {
  .p-btn {
    height: 55px;
  }
}

.p-triangle {
  pointer-events: none;
}

@media (min-width: 768px) {
  .p-article08__content {
    display: flex;
    flex-direction: column;
  }
  .p-article08__btn {
    margin-top: auto;
  }
}

@media (min-width: 992px) {
  .p-footer-link {
    height: auto;
    padding: 85px 0;
  }
}

@media (min-width: 768px) {
  .p-footer-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .p-footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .p-copyright {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 50px;
    line-height: 1.2;
    text-align: left;
  }
}

.post-type-archive-news .l-primary,
.single-news .l-primary {
  width: 100%;
}

.post-type-archive-news .l-secondary,
.single-news .l-secondary {
  display: none;
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .row:not(:last-child) {
    margin-bottom: 4%;
  }
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row > .col {
  flex: 1;
}

.row > .col.flex_0 {
  flex: 0;
}

.row > .col.flex_1 {
  flex: 1;
}

.row > .col.flex_2 {
  flex: 2;
}

.row > .col.flex_3 {
  flex: 3;
}

.row > .col.flex_4 {
  flex: 4;
}

.row > .col.flex_5 {
  flex: 5;
}

.row > .col.flex_6 {
  flex: 6;
}

.row > .col.flex_7 {
  flex: 7;
}

.row > .col.flex_8 {
  flex: 8;
}

.row > .col.flex_9 {
  flex: 9;
}

.row > .col.flex_10 {
  flex: 10;
}

@media (max-width: 767px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

figure {
  text-align: center;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
  .link-tel {
    text-decoration: none !important;
    pointer-events: none;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 768px) and (min-width: 1181px) {
  .tablet-only {
    display: none !important;
  }
  .sp-tablet-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.p-entry__body img {
  vertical-align: middle;
}

.p-entry__body a {
  text-decoration: underline;
}

.p-entry__body a:hover {
  text-decoration: none;
}

.p-entry__body p, .p-entry__body ul, .p-entry__body ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.p-entry__body p:last-child, .p-entry__body ul:last-child, .p-entry__body ol:last-child {
  margin-bottom: 0;
}

.p-entry__body li {
  line-height: 1.8;
}

.p-entry__body .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .p-entry__body .sec_basic {
    margin-bottom: 50px;
  }
}

.p-entry__body .sec_basic:last-child {
  margin-bottom: 0;
}

.p-entry__body .highlight {
  padding: 40px 25px;
  background-color: #f2f2f2;
}

@media (max-width: 767px) {
  .p-entry__body .highlight {
    padding: 20px 15px;
  }
}

.p-entry__body .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.p-entry__body .title_h2 {
  color: #2C70B5;
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: .8em;
}

@media (max-width: 767px) {
  .p-entry__body .title_h2 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .p-entry__body .title_h2.large {
    font-size: 36px;
  }
}

.p-entry__body .title_h3 {
  color: #2C70B5;
  font-size: 24px;
  border-bottom: 2px solid #2C70B5;
  padding-bottom: .3em;
  font-weight: bold;
  margin-bottom: .8em;
}

@media (max-width: 767px) {
  .p-entry__body .title_h3 {
    font-size: 18px;
  }
}

.p-entry__body .title_h4 {
  position: relative;
  color: #2C70B5;
  padding-left: .8em;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .8em;
}

@media (max-width: 767px) {
  .p-entry__body .title_h4 {
    font-size: 16px;
  }
}

.p-entry__body .title_h4::after {
  content: "";
  position: absolute;
  display: block;
  background: #2C70B5;
  width: 7px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-entry__body .p-btn {
  background: #2C70B5;
  color: #ffffff;
  text-decoration: none;
}

.p-entry__body .p-btn:hover {
  background: #22578c;
}

.p-entry__body table {
  width: 100%;
}

.p-entry__body table th, .p-entry__body table td {
  font-size: 16px;
  line-height: 1.8;
  padding: 1em;
}

@media (max-width: 767px) {
  .p-entry__body table th, .p-entry__body table td {
    padding: .6em;
  }
}

.p-entry__body .table_default {
  width: 100%;
}

@media (max-width: 767px) {
  .p-entry__body .table_default th, .p-entry__body .table_default td {
    display: block;
    width: 100% !important;
  }
}

.p-entry__body .table_menu {
  width: 100%;
}

.p-entry__body .table_menu th, .p-entry__body .table_menu td {
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.p-entry__body .table_menu th:last-child, .p-entry__body .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p-entry__body .table_menu th, .p-entry__body .table_menu td {
    display: block;
  }
  .p-entry__body .table_menu th:not(:first-child), .p-entry__body .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

@media (min-width: 768px) {
  .p-entry__body .table_menu th {
    background-color: transparent;
  }
}

.p-entry__body .list_check {
  list-style: none;
  margin-left: 10px;
}

.p-entry__body .list_check li {
  position: relative;
  padding-left: 25px;
}

.p-entry__body .list_check li::before, .p-entry__body .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.p-entry__body .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.p-entry__body .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.p-entry__body .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 767px) {
  .p-entry__body .map_container {
    padding-top: 100%;
  }
}

.p-entry__body .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-entry__body .sns_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  padding: 0 24px;
  list-style: none;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons {
    gap: 20px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

.p-entry__body .sns_icons a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 0;
  padding-top: 48px;
  background: center / contain no-repeat;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons a {
    width: 40px;
    padding-top: 40px;
  }
}

.p-entry__body .sns_icons a.facebook {
  background-image: url(./img/facebook_bl.png);
}

.p-entry__body .sns_icons a.instagram {
  background-image: url(./img/instagram_cl.png);
}

.p-entry__body .sns_icons a.youtube {
  background-image: url(./img/youtube.png);
}

.p-entry__body .sns_icons a.line {
  background-image: url(./img/line.png);
}

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

.p-social-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.p-social-nav::after {
  display: none;
}

.p-social-nav .p-social-nav__item {
  display: block;
  margin: 0;
}

.p-social-nav .p-social-nav__item a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

.p-social-nav .p-social-nav__item a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 0;
}

.p-social-nav .p-social-nav__item--facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--twitter a::before {
  font-size: 0;
  background: url(./img/x_bk.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--instagram a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 767px) {
  .p-social-nav {
    gap: 20px;
  }
  .p-social-nav .p-social-nav__item a::before {
    width: 40px;
    height: 40px;
    font-size: 0;
  }
  .p-social-nav .p-social-nav__item--hpb a::before {
    width: 120px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

.grecaptcha-message a {
  text-decoration: underline;
}

/* ================================
TOP
================================ */
.home .container {
  width: calc(100% - 20px);
}

.home .p-entry__body {
  margin-bottom: 0;
}

/* ================================
header
================================ */
.p-global-nav > ul > li > a {
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .p-global-nav > ul > li > a {
    padding-inline: 14px;
  }
}

@media (max-width: 767px) {
  .p-page-header__title {
    min-width: 250px;
  }
}

.p-page-header__desc {
  font-weight: bold;
}

/* ================================
メインビジュアル
================================ */
.p-header-slider__item {
  position: relative;
}

.p-header-slider__item:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/main_copy.png) no-repeat left 50% top 58%;
  background-size: min(70vw, 752px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .p-header-slider__item:before {
    background-position: left 50% bottom 15%;
    background-size: min(90vw, 400px) auto;
  }
}

@media (min-width: 768px) {
  .p-header-slider__item-img {
    padding-bottom: calc(815 / 1920 * 100%);
  }
}

/* ================================
ヘッダーコンテンツ下
================================ */
@media (min-width: 768px) {
  .p-index-content01 {
    padding: 60px 0 75px;
  }
}

.p-index-content01 .p-index-content01__title {
  margin-bottom: .6em;
}

.p-index-content01 .p-index-content01__title span {
  display: inline-block;
}

.p-index-content01 .p-index-content01__desc {
  max-width: 769px;
  margin-inline: auto;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
}

.p-index-content01 .p-index-content01__link {
  border-width: 1px;
}

/* ================================
index_concept_sec
================================ */
.index_concept_sec {
  position: relative;
  z-index: 0;
  padding-block: 0 112px;
}

@media (max-width: 767px) {
  .index_concept_sec {
    padding-block: 0 40px;
  }
}

.index_concept_sec::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img001.png) no-repeat top center/contain;
  width: 725px;
  max-width: 47vw;
  height: 599px;
  top: 0;
  left: 0;
  z-index: -1;
}

.index_concept_sec .img_wrap {
  display: flex;
}

.index_concept_sec .content_wrap {
  background: #EDE489;
  padding: 50px 20px;
}

@media (max-width: 767px) {
  .index_concept_sec .content_wrap {
    padding: 20px 10px;
  }
}

.index_concept_sec .content_wrap .text_wrap {
  max-width: 768px;
  margin-inline: auto;
}

.index_concept_sec .content_wrap .text_wrap h2 {
  margin-bottom: .5em;
}

@media (min-width: 768px) {
  .index_concept_sec .content_wrap .text_wrap p {
    line-height: 2.2;
  }
}

/* ================================
index_feature_sec
================================ */
.index_feature_sec {
  position: relative;
  z-index: 0;
  background: #ECF2F8;
  padding-block: 112px;
}

@media (max-width: 767px) {
  .index_feature_sec {
    padding-block: 40px;
  }
}

.index_feature_sec::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img002.png) no-repeat top 15% right, url(/wp-content/uploads/bg_img003.png) no-repeat bottom 9.5% left;
  background-size: min(42vw, 627px) auto, min(51vw, 799px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .index_feature_sec .title_h2 {
    margin-bottom: 1.8em;
  }
}

@media (min-width: 768px) {
  .index_feature_sec .content_row_01 {
    flex-wrap: wrap;
    gap: 36px 3%;
  }
}

.index_feature_sec .content_row_01:not(:last-child) {
  margin-bottom: 6.5%;
}

@media (min-width: 768px) {
  .index_feature_sec .content_row_01 > .col {
    width: calc((100% - 6%) / 3);
    flex: none;
  }
}

.index_feature_sec .content_row_01 .content_wrap {
  background: #fff;
  border-radius: 16px;
  height: 100%;
  padding: 60px 10px;
}

@media (max-width: 767px) {
  .index_feature_sec .content_row_01 .content_wrap {
    padding: 20px 10px;
  }
}

.index_feature_sec .content_row_01 .content_wrap figure {
  background: #2C70B5;
  border-radius: 50%;
  aspect-ratio: 1;
  max-width: 140px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6em;
}

@media (max-width: 767px) {
  .index_feature_sec .content_row_01 .content_wrap figure {
    max-width: 60px;
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .index_feature_sec .content_row_01 .content_wrap figure img {
    max-width: 40px;
  }
}

.index_feature_sec .content_row_01 .content_wrap h3 {
  color: #4BB462;
  border: 0;
  padding: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .index_feature_sec .content_row_01 .content_wrap h3 {
    font-size: min(2.7vw, 24px);
    line-height: 1.6;
    margin-bottom: 1.2em;
  }
}

@media (min-width: 768px) {
  .index_feature_sec .content_row_01 .content_wrap p {
    max-width: 284px;
    margin-inline: auto;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  .index_feature_sec .content_row_02 {
    flex-wrap: wrap;
    gap: 48px 5.7%;
  }
}

@media (min-width: 768px) {
  .index_feature_sec .content_row_02 > .col {
    width: calc((100% - 5.7%) / 2);
    flex: none;
  }
}

.index_feature_sec .content_row_02 .content_wrap {
  position: relative;
  display: block;
  text-decoration: none;
  background: #fff;
  color: #444444;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  max-width: 556px;
  margin-inline: auto;
  transition: .3s;
}

.index_feature_sec .content_row_02 .content_wrap::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/arrow.png) no-repeat center/contain;
  width: 42px;
  height: 8px;
  bottom: 20px;
  right: 5%;
}

.index_feature_sec .content_row_02 .content_wrap:hover {
  opacity: .7;
}

.index_feature_sec .content_row_02 .content_wrap .text_wrap {
  max-width: 512px;
  margin-inline: auto;
  padding: 32px 10px;
}

@media (max-width: 767px) {
  .index_feature_sec .content_row_02 .content_wrap .text_wrap {
    padding: 20px 10px 32px;
  }
}

.index_feature_sec .content_row_02 .content_wrap .text_wrap h3 {
  border: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .index_feature_sec .content_row_02 .content_wrap .text_wrap h3 {
    font-size: min(2.7vw, 24px);
    line-height: 1.6;
  }
}

@media (min-width: 768px) {
  .index_feature_sec .content_row_02 .content_wrap .text_wrap p {
    line-height: 2;
  }
}

/* ================================
フル幅画像
================================ */
.p-index-content07 {
  margin-bottom: 0;
}

.p-index-content07 .p-index-content07__title {
  margin-bottom: 1.1em;
}

@media (max-width: 767px) {
  .p-index-content07 .p-index-content07__title {
    margin-bottom: .8em;
  }
}

.p-index-content07 .p-index-content07__desc {
  max-width: 772px;
  margin-inline: auto;
  text-align: left;
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .p-index-content07 .p-index-content07__desc {
    line-height: 1.8;
  }
}

.p-index-content07 .p-btn {
  background: #fff;
  color: #2C70B5;
}

.p-index-content07 .p-btn:hover {
  background: #ECF2F8;
}

/* ================================
お知らせとイベント
================================ */
.p-index-content04 {
  margin-bottom: 0;
}

.p-index-content04:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .p-index-content04 {
    padding: 94px 0 110px;
  }
}

.p-index-content04 .p-index-content04__col--news {
  width: 100%;
}

.p-index-content04 .p-index-content04__col--event {
  display: none;
}

@media (min-width: 768px) {
  .p-index-content04 .p-headline02 {
    margin-bottom: 3em;
  }
}

.p-index-content04 .p-article09 {
  border-color: #C4C4C4;
}

@media (min-width: 768px) {
  .p-index-content04 .p-article09 {
    padding: 20px 45px;
  }
}

.p-index-content04 .p-article09 .p-article09__date {
  color: #2C70B5;
  font-size: 14px;
  margin-bottom: 8.5px;
}

.p-index-content04 .p-article09 .p-article09__title {
  color: #444444;
  font-size: 16px;
}

/* ================================
index_info_sec
================================ */
.index_info_sec {
  background: url(/wp-content/uploads/bg_img005.jpg) no-repeat center/cover;
  padding-block: 80px;
}

@media (max-width: 767px) {
  .index_info_sec {
    padding-block: 40px;
  }
}

.index_info_sec .content_row {
  background: rgba(255, 255, 255, 0.8);
  gap: 0;
}

.index_info_sec .content_row .content_wrap {
  padding: 80px 10px 61px;
}

@media (max-width: 767px) {
  .index_info_sec .content_row .content_wrap {
    padding: 20px 10px;
  }
}

.index_info_sec .content_row .content_wrap .logo {
  margin-bottom: 2.4em;
}

@media (max-width: 767px) {
  .index_info_sec .content_row .content_wrap .logo {
    margin-bottom: 1.5em;
  }
}

.index_info_sec .content_row .content_wrap table {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  margin-bottom: 2.5em;
}

@media (max-width: 767px) {
  .index_info_sec .content_row .content_wrap table {
    margin-bottom: 1.5em;
  }
}

.index_info_sec .content_row .content_wrap table th, .index_info_sec .content_row .content_wrap table td {
  border: 0;
  padding: 0;
  background: none;
  text-align: left;
  line-height: 2;
}

@media (min-width: 768px) {
  .index_info_sec .content_row .map_container {
    padding-top: 0;
    height: 100%;
  }
}

/* ================================
PR エリア
================================ */
@media (min-width: 768px) {
  .p-footer-link {
    padding-block: 85px 92px;
  }
}

.p-footer-link .p-footer-link__title {
  font-weight: 500;
}

@media (min-width: 768px) {
  .p-footer-link .p-footer-link__title {
    margin-bottom: 1.1em;
  }
}

.p-footer-link .p-footer-link__desc {
  max-width: 772px;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.4;
  text-align: left;
  margin-bottom: 3em;
}

@media (max-width: 767px) {
  .p-footer-link .p-footer-link__desc {
    line-height: 2;
  }
}

.p-footer-link .p-footer-link__list .p-article07__title {
  background: #fff;
  font-size: 16px;
  font-weight: 500;
}

/* ================================
footer
================================ */
.l-footer .p-info__address {
  margin-bottom: 0;
}

.l-footer .p-social-nav {
  display: none;
}

.l-footer .p-footer-nav {
  padding: 16px 16px;
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media (min-width: 768px) {
  .l-footer .p-footer-nav li {
    margin-inline: 1em;
  }
}

.l-footer .p-footer-nav li + li:before {
  content: none;
}

@media (min-width: 768px) {
  .l-footer .p-copyright {
    font-size: 16px;
  }
}

.l-footer .p-pagetop {
  background: #EDE489;
  color: #2C70B5;
}

/* ================================
下層
================================ */
.qa .question {
  position: relative;
  background: rgba(44, 112, 181, 0.08);
  margin-top: 0;
  padding: 1em 60px 1em 1em;
  cursor: pointer;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .qa .question {
    padding-right: 35px;
  }
}

.qa .question::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #444444;
  border-right: 2px solid #444444;
  position: absolute;
  top: 45%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
}

@media (max-width: 767px) {
  .qa .question::before {
    width: 8px;
    height: 8px;
    right: 14px;
  }
}

.qa .question.open::before {
  transform: rotate(225deg);
}

.qa .answer {
  display: none;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=custom.css.map */
