<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  font-feature-settings: "palt";
  line-height: 0;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
  box-sizing: border-box;
  color: #4f4f4f;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  overflow-x: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

input {
  -webkit-appearance: none;
  appearance: none;
}

.clrfx::after {
  content: "";
  display: block;
  clear: both;
}

p {
  margin: 0;
  line-height: 0;
  letter-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: separate;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  line-height: 0;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  width: 100%;
  height: auto;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  letter-spacing: 0.05em;
}
a:hover {
  opacity: 0.65;
}

*:focus {
  outline: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ANIMATION
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.js-In {
  opacity: 0;
  transition: 0.75s;
}
.js-In.is-inview {
  opacity: 1;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMON
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.ap__pc {
  display: none;
}

.ap__sp {
  display: block;
}

.ap__h2 {
  width: 300px;
  margin: 0 auto;
}

.ap__illust {
  position: absolute;
}

.btn_cta {
  filter: drop-shadow(0px 5px #092d47);
  display: block;
  width: 330px;
  height: 60px;
  margin: 0 auto;
  transform: translateZ(0);
}
.btn_cta:hover {
  opacity: 1;
  transform: translateY(4px);
  filter: drop-shadow(0px 0px #092d47);
}

@media screen and (min-width: 900px) {
  .ap__pc {
    display: block;
  }
  .ap__sp {
    display: none;
  }
}
@media screen and (max-width: 390px) {
  .btn_cta {
    width: 300px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
MENU
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.sp__bar {
  display: block;
  background-color: #20557a;
  width: 100%;
  height: 75px;
  position: fixed;
  bottom: -75px;
  transition: 0.6s ease-in-out;
  z-index: 200;
  padding: 12px 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp__bar.isActive {
  bottom: 0;
  opacity: 1;
}
.sp__bar .fix_cta {
  width: 215px;
}

@media screen and (min-width: 500px) {
  .sp__bar {
    display: none;
  }
}
#nav-drawer {
  width: 24px;
  height: 24px;
  z-index: 100;
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
}
#nav-drawer .nav_line {
  transition: all 0.3s;
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
}
#nav-drawer .nav_line:nth-of-type(1) {
  top: 6px;
}
#nav-drawer .nav_line:nth-of-type(2) {
  top: 12px;
}
#nav-drawer .nav_line:nth-of-type(3) {
  top: 18px;
}
#nav-drawer.nav_open .nav_line:nth-of-type(1) {
  transform: rotate(45deg);
  top: 12px;
}
#nav-drawer.nav_open .nav_line:nth-of-type(2) {
  opacity: 0;
}
#nav-drawer.nav_open .nav_line:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 12px;
}

#nav-content {
  width: 100%;
  height: calc(100vh - 70px);
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(32, 85, 122, 0.95);
  z-index: 100;
  display: none;
}
#nav-content .nav_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu_common {
  width: 290px;
}
.menu_common li {
  padding: 18px 0;
  background-image: linear-gradient(to right, #fff 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.menu_common li:last-child {
  background-image: none;
}
.menu_common li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.menu_common li a img {
  height: 14px;
  width: auto;
}
.menu_common li a p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.nav_inner .menu_common li a img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(41deg) brightness(104%) contrast(101%);
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PC
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.pc__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #d1e0e9;
}
.pc__bg .pc__bg_half {
  width: 50%;
  height: 100%;
  min-height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc__bg .pc__bg_half .pc__menu {
  width: 400px;
  height: 675px;
  background-color: #fff;
  z-index: 2;
  box-sizing: border-box;
  padding: 25px 50px 30px;
}
.pc__bg .pc__bg_half .pc__menu .pc__logo {
  margin-bottom: 25px;
}
.pc__bg .pc__bg_half .pc__menu .btn_cta {
  width: 300px;
}
.pc__bg .pc__bg_half .pc__menu .menu_common {
  width: 80%;
  margin: 15px auto;
}
.pc__bg .pc__bg_half .pc__menu .menu_common li {
  padding: 14px 0;
  background-image: linear-gradient(to right, #3474a2 1px, transparent 1px);
}
.pc__bg .pc__bg_half .pc__menu .menu_common li:last-child {
  background-image: none;
}
.pc__bg .pc__bg_half .pc__menu .menu_common li a {
  color: #20557a;
}
.pc__bg .pc__bg_half .pc__menu .menu_common li a img {
  height: 11px;
}
.pc__bg .pc__bg_half .pc__menu .menu_common li a p {
  font-size: 12px;
  font-size: 0.75rem;
}
.pc__bg .illust-a {
  position: absolute;
  width: 150px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.pc__bg .illust-b {
  position: absolute;
  width: 180px;
  bottom: 0;
  right: 10px;
  z-index: 2;
}

.main__contents {
  position: absolute;
  right: 18%;
  width: 100%;
  max-width: 440px;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 1500px) {
  .main__contents {
    right: 22%;
  }
}
@media screen and (max-width: 1200px) {
  .main__contents {
    right: 10%;
  }
  .pc__bg .illust-b {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .pc__menu {
    display: none;
  }
  .main__contents {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SP
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝
FV
＝＝＝＝＝＝＝＝*/
#ap__fv {
  background-color: #e8f2f8;
}

/*＝＝＝＝＝＝＝＝
CONCEPT
＝＝＝＝＝＝＝＝*/
#ap__concept {
  background-color: #e8f2f8;
  padding: 70px 0 100px;
  position: relative;
}
#ap__concept .concept_contents {
  margin-top: 35px;
  position: relative;
}
#ap__concept .concept_contents .illust_rat {
  width: 75px;
  right: 0;
  top: 35px;
}
#ap__concept .concept_contents p {
  color: #012843;
  font-size: 14px;
  line-height: 1.88;
  text-align: center;
  margin-bottom: 16px;
}
#ap__concept .concept_contents p span {
  font-weight: 700;
  border-bottom: 2px dotted #266490;
}
#ap__concept .illust_cat {
  width: 120px;
  left: 0;
  bottom: 0;
}
#ap__concept .illust_note {
  width: 100px;
  right: 20px;
  bottom: 20px;
}

/*＝＝＝＝＝＝＝＝
OVERVIEW
＝＝＝＝＝＝＝＝*/
#ap__overview {
  padding: 60px 0 50px;
  position: relative;
}
#ap__overview .overview_sub {
  width: 240px;
  margin: 25px auto;
}
#ap__overview .point_lists {
  margin: 0 15px;
}
#ap__overview .point_lists li {
  border: 1px solid #aea57f;
  padding: 25px 16px;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  margin-top: 60px;
}
#ap__overview .point_lists li .point_deco {
  position: absolute;
  top: -2.55rem;
  left: 50%;
  width: 50px;
  height: 25px;
  line-height: 5px;
  transform: translateX(-50%);
  border-radius: 50px 50px 0 0;
  border: 1px solid #aea57f;
  border-bottom: transparent;
  padding: 1rem 1rem 0 1rem;
  background: #fff;
}
#ap__overview .point_lists li .point_deco::before {
  content: "";
  background-size: cover;
  width: 36px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 22px;
}
#ap__overview .point_lists li .point_deco.p_1::before {
  background-image: url(../img/p_1.png);
}
#ap__overview .point_lists li .point_deco.p_2::before {
  background-image: url(../img/p_2.png);
}
#ap__overview .point_lists li .point_deco.p_3::before {
  background-image: url(../img/p_3.png);
}
#ap__overview .point_lists li .point_deco.p_4::before {
  background-image: url(../img/p_4.png);
}
#ap__overview .point_lists li .p_ttl {
  font-size: 16px;
  font-size: 1rem;
  margin: 20px 0 16px;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(transparent 0%, transparent 1.96em, #aea57f 2px, #aea57f 100%); /* 点線2の色と太さ */
  background-size: 4px 100%, 50% 2em;
}
#ap__overview .point_lists li .p_ttl h4 {
  line-height: 2;
  letter-spacing: 0.04em;
}
#ap__overview .point_lists li .p_ttl h4 span {
  color: #3474a2;
}
#ap__overview .point_lists li p {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: justify;
  line-height: 1.55;
}
#ap__overview .point_lists li p span {
  font-size: 11px;
  font-size: 0.6875rem;
}
#ap__overview .point_lists li .point4_worry {
  padding: 25px 18px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  background-color: #b6ae8c;
}
#ap__overview .point_lists li .point4_worry .p_worry {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 1px solid;
  display: inline-block;
  margin-bottom: 20px;
}
#ap__overview .point_lists li .point4_worry .worry_wrap {
  display: flex;
}
#ap__overview .point_lists li .point4_worry .worry_wrap .worry_img {
  width: 90px;
  margin-right: 15px;
}
#ap__overview .point_lists li .point4_worry .worry_wrap .worry_list {
  font-size: 13px;
  font-size: 0.8125rem;
}
#ap__overview .point_lists li .point4_worry .worry_wrap .worry_list span {
  font-size: 10px;
  font-size: 0.625rem;
}
#ap__overview .point_lists li .point4_worry .worry_arrow {
  margin: 20px 0;
}
#ap__overview .point_lists li .point4_worry .solve_h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
#ap__overview .point_lists li .point4_worry .solve_p span {
  font-weight: 700;
  border-bottom: 1px dotted;
  font-size: 13px;
  font-size: 0.8125rem;
}
#ap__overview .illust_pig {
  width: 95px;
  right: 0;
  bottom: 0;
}

/*＝＝＝＝＝＝＝＝
VOICE
＝＝＝＝＝＝＝＝*/
#ap__voice {
  padding: 50px 0;
  background-color: #e8f2f8;
}
#ap__voice .ap__h2 {
  margin-bottom: 42px;
}
#ap__voice .swiper .swiper-wrapper li {
  padding: 18px 18px 22px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  height: auto;
}
#ap__voice .swiper .swiper-wrapper li:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: radial-gradient(circle at top left, #e8f2f8 16px, #aea57f 16px, #aea57f 17px, #fff 17px) left top/17px 17px no-repeat, radial-gradient(circle at top right, #e8f2f8 16px, #aea57f 16px, #aea57f 17px, #fff 17px) right top/17px 17px no-repeat, radial-gradient(circle at bottom left, #e8f2f8 16px, #aea57f 16px, #aea57f 17px, #fff 17px) left bottom/17px 17px no-repeat, radial-gradient(circle at bottom right, #e8f2f8 16px, #aea57f 16px, #aea57f 17px, #fff 17px) right bottom/17px 17px no-repeat, linear-gradient(90deg, #fff 16px, #aea57f 17px) left top/51% 1px no-repeat, linear-gradient(-90deg, #fff 16px, #aea57f 17px) right top/51% 1px no-repeat, linear-gradient(90deg, #fff 16px, #aea57f 17px) left bottom/51% 1px no-repeat, linear-gradient(-90deg, #fff 16px, #aea57f 17px) right bottom/51% 1px no-repeat, linear-gradient(180deg, #fff 16px, #aea57f 17px) left top/1px 51% no-repeat, linear-gradient(0deg, #fff 16px, #aea57f 17px) left bottom/1px 51% no-repeat, linear-gradient(180deg, #fff 16px, #aea57f 17px) right top/1px 51% no-repeat, linear-gradient(0deg, #fff 16px, #aea57f 17px) right bottom/1px 51% no-repeat;
}
#ap__voice .swiper .swiper-wrapper li .swiper_box {
  height: 100%;
}
#ap__voice .swiper .swiper-wrapper li .voice_h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 20px 0 8px;
}
#ap__voice .swiper .swiper-wrapper li .voice_comment {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.55;
  text-align: justify;
}
#ap__voice .swiper .swiper-wrapper li .voice_name {
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: right;
  line-height: 1;
}

/*＝＝＝＝＝＝＝＝
GALLERY
＝＝＝＝＝＝＝＝*/
#ap__gallery {
  padding: 50px 0;
  position: relative;
}
#ap__gallery .gallery_lists {
  margin: 38px 15px 0;
  display: flex;
  flex-wrap: wrap;
}
#ap__gallery .gallery_lists .gallery_item {
  width: 47%;
  margin: 1.5%;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid #aea57f;
  cursor: pointer;
}
#ap__gallery .illust_bird {
  width: 60px;
  left: 15px;
  top: -30px;
}

/*＝＝＝＝＝＝＝＝
FLOW
＝＝＝＝＝＝＝＝*/
#ap__flow {
  background-color: #e8f2f8;
  padding: 60px 0 40px;
  position: relative;
}
#ap__flow .illust_rabbit {
  width: 65px;
  right: 0;
  top: -80px;
}
#ap__flow .flow_lists {
  margin: 70px 25px 0;
}
#ap__flow .flow_lists li {
  margin-left: 20px;
  padding-left: 38px;
  padding-bottom: 40px;
  border-left: 3px solid #266490;
}
#ap__flow .flow_lists li .f_h4 {
  margin-bottom: 12px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1;
}
#ap__flow .flow_lists li .f_h4:before {
  content: "";
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -65px;
  top: -15px;
}
#ap__flow .flow_lists li .f_h4.f1:before {
  background-image: url(../img/f_1.png);
}
#ap__flow .flow_lists li .f_h4.f2:before {
  background-image: url(../img/f_2.png);
}
#ap__flow .flow_lists li .f_h4.f3:before {
  background-image: url(../img/f_3.png);
}
#ap__flow .flow_lists li .f_h4.f4:before {
  background-image: url(../img/f_4.png);
}
#ap__flow .flow_lists li .f_h4.f5:before {
  background-image: url(../img/f_5.png);
}
#ap__flow .flow_lists li .f_h4.f6:before {
  background-image: url(../img/f_6.png);
}
#ap__flow .flow_lists li:last-child {
  border: none;
}
#ap__flow .flow_lists li:last-child .f_h4::before {
  left: -62px;
}
#ap__flow .flow_lists li p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}
#ap__flow .flow_lists li p span {
  font-weight: 700;
  color: #266490;
}

@media screen and (min-width: 385px) {
  #ap__flow .flow_lists {
    margin: 70px 35px 0;
  }
}
/*＝＝＝＝＝＝＝＝
PLACE
＝＝＝＝＝＝＝＝*/
#ap__place {
  padding: 60px 32px 0;
  margin-bottom: 130px;
  position: relative;
}
#ap__place .illust_bear {
  width: 55px;
  left: 15px;
  top: -80px;
}
#ap__place .ap__h2 {
  margin-bottom: 50px;
}
#ap__place .place_list .place_item {
  margin-bottom: 50px;
}
#ap__place .place_list .place_item .p__region {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #aea57f;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  border-top: 1px dotted #aea57f;
  border-bottom: 1px dotted #aea57f;
  position: relative;
}
#ap__place .place_list .place_item .p__region::before, #ap__place .place_list .place_item .p__region::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #aea57f;
  position: absolute;
  left: 0;
}
#ap__place .place_list .place_item .p__region::before {
  top: -3px;
}
#ap__place .place_list .place_item .p__region::after {
  bottom: -3px;
}
#ap__place .place_list .place_item .p__venue {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 8px;
}
#ap__place .place_list .place_item .p__address {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  line-height: 1.53;
  color: #4f4f4f;
}
#ap__place .place_list .place_item .p__wrap {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 15px;
}
#ap__place .place_list .place_item .p__wrap .p__thumbnail {
  width: 43.5%;
}
#ap__place .place_list .place_item .p__wrap .p__thumbnail img {
  border-radius: 4px;
}
#ap__place .place_list .place_item .p__wrap .p__detail {
  width: 52%;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
}
#ap__place .place_list .place_item .p__wrap .p__detail div {
  padding-bottom: 12px;
  padding-left: 40px;
  position: relative;
}
#ap__place .place_list .place_item .p__wrap .p__detail .p__date::before {
  content: "日程";
  font-size: 11px;
  font-size: 0.6875rem;
  border: 1px solid #aea57f;
  color: #aea57f;
  position: absolute;
  left: 0;
  top: -1px;
  padding: 2px 4px;
}
#ap__place .place_list .place_item .p__wrap .p__detail .p__time::before {
  content: "時間";
  font-size: 11px;
  font-size: 0.6875rem;
  border: 1px solid #aea57f;
  color: #aea57f;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 4px;
}
#ap__place .place_list .place_item .p__merit {
  margin-bottom: 10px;
}
#ap__place .place_list .place_item .p__merit li {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: 12px;
  color: #9a9069;
  background-color: #efede4;
  line-height: 1;
  padding: 2px 8px;
  display: inline-block;
  border-radius: 10px;
  margin-right: 8px;
  margin-bottom: 8px;
}
#ap__place .place_list .place_item .p__note {
  line-height: 1.5;
  font-size: 12px;
  font-size: 0.75rem;
}
#ap__place .place_list .place_item .btn_cta {
  margin-top: 30px;
}

/*＝＝＝＝＝＝＝＝
FAQ
＝＝＝＝＝＝＝＝*/
#ap__faq {
  padding: 0 32px;
}
#ap__faq .accordion {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 2px 0;
  margin: 50px 0 70px;
  border-top: 1px solid #aea57f;
  border-bottom: 1px solid #aea57f;
}
#ap__faq .accordion li {
  padding: 20px 0;
  border-bottom: 1px dotted #aea57f;
}
#ap__faq .accordion li:first-child {
  border-top: 1px dotted #aea57f;
}
#ap__faq .accordion .accordion-header {
  cursor: pointer;
  position: relative;
  line-height: 1.4;
  font-weight: 700;
  padding-left: 40px;
}
#ap__faq .accordion .accordion-header::before {
  position: absolute;
  content: "";
  background-image: url(../img/faq_q.png);
  background-size: cover;
  width: 27px;
  height: 20px;
  left: 0;
}
#ap__faq .accordion .accordion-header span {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 8px;
  top: 0;
  border-radius: 50%;
  border: 1px solid #aea57f;
}
#ap__faq .accordion .accordion-header span::before, #ap__faq .accordion .accordion-header span::after {
  position: absolute;
  top: 7px;
  left: 4px;
  content: "";
  width: 7px;
  height: 1px;
  margin: auto;
  background: #aea57f;
}
#ap__faq .accordion .accordion-header span::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
#ap__faq .accordion .accordion-header.active span::after {
  transform: rotate(0deg);
}
#ap__faq .accordion .accordion-content {
  position: relative;
  display: none;
  margin-top: 20px;
  padding-left: 40px;
  line-height: 1.5;
}
#ap__faq .accordion .accordion-content::before {
  position: absolute;
  content: "";
  background-image: url(../img/faq_a.png);
  background-size: cover;
  width: 28px;
  height: 20px;
  left: 0;
}

/*＝＝＝＝＝＝＝＝
FORM
＝＝＝＝＝＝＝＝*/
#ap__form {
  background-color: #e8f2f8;
  padding: 60px 15px;
}
#ap__form .form_sub {
  width: 300px;
  margin: 35px auto;
}
#ap__form .merit_lists li {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 22px 12px 22px 25px;
  border-radius: 5px;
  margin-bottom: 24px;
  position: relative;
}
#ap__form .merit_lists li::before {
  content: "";
  width: 38px;
  height: 17px;
  background-image: url(../img/form_1.png);
  background-size: cover;
  position: absolute;
  top: -10px;
  left: 15px;
}
#ap__form .merit_lists li:nth-child(2)::before {
  background-image: url(../img/form_2.png);
}
#ap__form .merit_lists li:nth-child(3)::before {
  background-image: url(../img/form_3.png);
}
#ap__form .merit_lists li .icon {
  width: 46px;
  padding: 3px;
  box-sizing: border-box;
}
#ap__form .merit_lists li:first-child .icon {
  padding: 0;
}
#ap__form .merit_lists li p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.55;
  margin-left: 20px;
}
#ap__form .btn_cta {
  margin-top: 30px;
}

/*＝＝＝＝＝＝＝＝
FOOTER
＝＝＝＝＝＝＝＝*/
#ap__footer {
  text-align: center;
  margin-bottom: 100px;
}
#ap__footer .footer_logo {
  width: 160px;
  margin: 45px auto 15px;
}
#ap__footer .footer_logo_sub {
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
}
#ap__footer .footer_logo_sub a {
  color: #4f4f4f;
}
#ap__footer .footer_box {
  background-color: #e8f2f8;
  width: 80%;
  margin: 24px auto 12px;
}
#ap__footer .footer_box p {
  color: #fff;
  background-color: #256491;
  padding: 1em 0;
}
#ap__footer .footer_box .footer_box_inner {
  padding: 18px 0;
}
#ap__footer .footer_box .footer_box_inner a {
  display: block;
  color: #4f4f4f;
  margin-top: 12px;
  line-height: 1;
}
#ap__footer .footer_box .footer_box_inner a:first-child {
  margin-top: 0;
}
#ap__footer .footer_credit {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #c8c8c8;
  margin-top: 30px;
}

@media screen and (min-width: 500px) {
  #ap__footer {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=global.css.map */</pre></body></html>