@charset "UTF-8";
@media screen and (min-width: 767px) {
  .vpc_ct {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc_ct {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  .vsp_ct {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vsp_ct {
    display: block;
  }
}

.dur_ct {
  transition-property: all;
  transition-duration: 1.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.scroll-fade_ct {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s;
}

.fade_on_ct {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}

html,
body {
  height: 100%;
}

body {
  word-break: break-all;
}

.fsc_gfooter__breadcrumb {
  margin-top: 0;
  position: relative;
  z-index: 10;
}

/* ---------------------------------
  ヘッダー
--------------------------------- */
#header_ct {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*
  border-bottom: 1px solid #EEEEEE;
  */
}
@media screen and (max-width: 767px) {
  #header_ct {
    display: none;
  }
}
#header_ct .logoImg_ct {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
}
#header_ct img {
  width: 140px;
  height: auto;
}

#header_sp_ct {
  display: none;
}
@media screen and (max-width: 767px) {
  #header_sp_ct {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #header_sp_ct .h-inner {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #header_sp_ct .h-inner .logo a img {
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
    width: 110px;
  }
}

/* ---------------------------------
  フッター
--------------------------------- */
footer {
  position: relative;
  z-index: 11;
}

#l-content-body_ct {
  font-size: 10px;
  font-feature-settings: normal;
  font-family: "A1 Gothic M","游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  color: #333;
  overflow: hidden;
  position: relative;
  padding-bottom: 115px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct {
    padding-bottom: 75px;
  }
}
#l-content-body_ct button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
#l-content-body_ct ul,
#l-content-body_ct ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#l-content-body_ct dl {
  margin-bottom: 0;
}
#l-content-body_ct dl dt {
  margin-bottom: 0;
}
#l-content-body_ct dl dd {
  margin-bottom: 0;
}
#l-content-body_ct a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  -webkit-transform: 0.3s all;
  transform: 0.3s all;
  text-decoration: none !important;
}
@media screen and (min-width: 767px) {
  #l-content-body_ct a:hover {
    text-decoration: none;
  }
}
#l-content-body_ct i, #l-content-body_ct em, #l-content-body_ct strong {
  font-style: normal;
  font-weight: normal;
}
#l-content-body_ct h2,
#l-content-body_ct h3,
#l-content-body_ct h4,
#l-content-body_ct h5,
#l-content-body_ct h6 {
  position: relative;
  margin-bottom: 0;
  font-size: 100%;
  font-family: "A1 Gothic M", sans-serif;
}
#l-content-body_ct h2 > span,
#l-content-body_ct h3 > span,
#l-content-body_ct h4 > span,
#l-content-body_ct h5 > span,
#l-content-body_ct h6 > span {
  display: inline-block;
}
#l-content-body_ct img {
  max-width: 100%;
  height: auto;
}
#l-content-body_ct img.auto_ct {
  width: 100%;
}
#l-content-body_ct figure {
  margin: 0;
  padding: 0;
}
#l-content-body_ct p {
  margin-bottom: 0;
  line-height: 1.6;
}
#l-content-body_ct .c-outer_ct {
  position: relative;
}
#l-content-body_ct .c-outer_ct .c-inner_ct.base_ct {
  max-width: 1206px;
  padding: 0 18px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#l-content-body_ct .contents-body_ct {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 90px 45px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct {
    padding: 35px 20px 35px;
  }
}
#l-content-body_ct .contents-body_ct .min-ttl_ct {
  text-align: center;
  font-size: 100%;
  border-bottom: 1px solid #707070;
  padding: 0 0 17px;
  margin: 0 0 45px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .min-ttl_ct {
    margin: 0 0 25px;
  }
}
#l-content-body_ct .contents-body_ct .min-ttl_ct span {
  display: block;
}
#l-content-body_ct .contents-body_ct .min-ttl_ct span.t01_ct {
  font-size: 400%;
  font-family: "A1 Gothic B", sans-serif;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .min-ttl_ct span.t01_ct {
    font-size: 260%;
  }
}
#l-content-body_ct .contents-body_ct .min-ttl_ct span.t02_ct {
  font-size: 200%;
  margin: 7px 0 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .min-ttl_ct span.t02_ct {
    font-size: 160%;
  }
}
#l-content-body_ct .contents-body_ct > ul {
  counter-reset: listnum;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct > ul li .l-inner_ct {
    padding: 0 5px;
  }
}
#l-content-body_ct .contents-body_ct > ul li .l-inner_ct .num_ct {
  position: relative;
  max-width: 680px;
  margin: 0 auto 0;
  font-size: 160%;
  line-height: 1.7;
  padding: 0 0 0 60px;
  letter-spacing: 0.01em;
  font-family: "A1 Gothic R", sans-serif;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct > ul li .l-inner_ct .num_ct {
    padding: 0 0 0 45px;
  }
}
#l-content-body_ct .contents-body_ct > ul li .l-inner_ct .num_ct em {
  color: #E049A6;
  font-size: 125%;
  font-family: "A1 Gothic M", sans-serif;
}

#l-content-body_ct .contents-body_ct > ul li .l-inner_ct .num_ct em.url_ct {
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct > ul li .l-inner_ct .num_ct em {
    line-height: 1;
  }
  #l-content-body_ct .contents-body_ct > ul li .l-inner_ct .num_ct em.url_ct {
    font-size: 80%;
    font-weight: bolder;
    width: 100%;
    padding: 0.3em;
  }
}
#l-content-body_ct .contents-body_ct > ul li .l-inner_ct .num_ct::before {
  counter-increment: listnum;
  content: counter(listnum);
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 160%;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E049A6;
  color: #fff;
  font-family: "A1 Gothic M", sans-serif;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct > ul li .l-inner_ct .num_ct::before {
    top: 0px;
    font-size: 115%;
    width: 34px;
    height: 34px;
  }
}
#l-content-body_ct .contents-body_ct > ul li .l-inner_ct .btn-outer_ct {
  margin: 30px 0 0;
  padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct > ul li .l-inner_ct .btn-outer_ct {
    margin: 15px -13px 0;
    padding: 0 0 0px;
  }
}
#l-content-body_ct .contents-body_ct > ul li .l-inner_ct .btn-outer_ct .fukidashi-outer_ct {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct > ul li .l-inner_ct .btn-outer_ct .fukidashi-outer_ct {
    padding: 15px 13px 0;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct > ul li .l-inner_ct .btn-outer_ct .btn_ct {
    margin: 0 auto;
    width: auto;
  }
}
#l-content-body_ct .contents-body_ct > ul li .l-inner_ct figure {
  margin: 25px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct > ul li .l-inner_ct figure {
    margin: 15px auto 0;
  }
}
#l-content-body_ct .contents-body_ct > ul li + li {
  margin-top: 50px;
}
#l-content-body_ct .contents-body_ct .sns-qr_ct {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 45px 0 40px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .sns-qr_ct {
    padding: 50px 0 0px;
  }
}
#l-content-body_ct .contents-body_ct .sns-qr_ct .sns_ct,
#l-content-body_ct .contents-body_ct .sns-qr_ct .qr_ct {
  /*
  display: flex;
  flex-direction: column;
  */
}
#l-content-body_ct .contents-body_ct .sns-qr_ct .qr-body_ct {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .sns-qr_ct .qr-body_ct {
    margin-top: 22px;
  }
}
#l-content-body_ct .contents-body_ct .sns-qr_ct .fuki_ct {
  text-align: center;
  margin: 0 0 15px;
}
#l-content-body_ct .contents-body_ct .sns-qr_ct .fuki_ct span {
  font-size: 200%;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 25px;
  font-family: "A1 Gothic R", sans-serif;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .sns-qr_ct .fuki_ct span {
    font-size: 160%;
    padding: 0 15px;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_ct .contents-body_ct .sns-qr_ct .fuki_ct span.adj_ct {
    padding: 21px 25px 10px;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .sns-qr_ct .fuki_ct span.adj_ct {
    padding-bottom: 10px;
  }
}
#l-content-body_ct .contents-body_ct .sns-qr_ct .fuki_ct span::before, #l-content-body_ct .contents-body_ct .sns-qr_ct .fuki_ct span::after {
  content: "";
  display: inline-block;
  background: #707070;
  position: absolute;
  width: 2px;
  height: 65px;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .sns-qr_ct .fuki_ct span::before, #l-content-body_ct .contents-body_ct .sns-qr_ct .fuki_ct span::after {
    height: 50px;
  }
}
#l-content-body_ct .contents-body_ct .sns-qr_ct .fuki_ct span::before {
  left: 0;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .sns-qr_ct .fuki_ct span::before {
    transform: rotate(-25deg);
  }
}
#l-content-body_ct .contents-body_ct .sns-qr_ct .fuki_ct span::after {
  right: 0;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .sns-qr_ct .fuki_ct span::after {
    transform: rotate(25deg);
  }
}
#l-content-body_ct .contents-body_ct .sns-qr_ct .qr_ct {
  text-align: center;
}
@media screen and (min-width: 767px) {
  #l-content-body_ct .contents-body_ct .sns-qr_ct .qr_ct {
    padding-left: 50px;
    width: 43.3%;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .sns-qr_ct .qr_ct {
    width: 100%;
    margin-top: 45px;
  }
}
#l-content-body_ct .contents-body_ct .sns-qr_ct .sns_ct {
  width: 56.7%;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .sns-qr_ct .sns_ct {
    width: 100%;
  }
}
#l-content-body_ct .contents-body_ct .sns-qr_ct .sns_ct .sns-list_ct {
  border: 1px solid #E049A6;
  border-radius: 15px;
  padding: 42px 10.5%;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .sns-qr_ct .sns_ct .sns-list_ct {
    padding: 25px 15px;
    margin-top: 20px;
  }
}
#l-content-body_ct .contents-body_ct .sns-qr_ct .sns_ct .sns-list_ct ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -8.2%;
}
#l-content-body_ct .contents-body_ct .sns-qr_ct .sns_ct .sns-list_ct ul li {
  width: 16.8%;
  margin: 0 0 0px 8.2%;
}
#l-content-body_ct .contents-body_ct .sns-qr_ct .sns_ct .sns-list_ct .link-text {
  color: #333 !important;
  text-decoration: none !important;
  font-size: 200%;
  font-family: "A1 Gothic R", sans-serif;
  text-align: center;
  margin: 18px 0 -20px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .sns-qr_ct .sns_ct .sns-list_ct .link-text {
    font-size: 140%;
    margin: 15px 0 -8px;
  }
}
#l-content-body_ct .contents-body_ct .sns-qr_ct .sns_ct .sns-list_ct .link-text a {
  color: #333 !important;
  text-decoration: none !important;
  pointer-events: none;
}
#l-content-body_ct .contents-body_ct .img-list_ct {
  max-width: 872px;
  margin: 15px auto 0;
}
#l-content-body_ct .contents-body_ct .img-list_ct ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .img-list_ct ul {
    margin: 0 0 -10px -6px;
  }
}
#l-content-body_ct .contents-body_ct .img-list_ct ul li {
  width: calc( 100% / 7);
  margin-top: 0;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .img-list_ct ul li {
    width: calc(100% / 4);
    padding-left: 6px;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .img-list_ct ul li figure {
    margin-top: 0;
  }
}
#l-content-body_ct .contents-body_ct .p-link_ct {
  max-width: 700px;
  text-align: right;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .contents-body_ct .p-link_ct {
    text-align: center;
  }
}
#l-content-body_ct .contents-body_ct .p-link_ct a {
  display: inline-block;
  text-decoration: underline !important;
  font-size: 160%;
  font-family: "A1 Gothic R", sans-serif;
}
@media screen and (min-width: 767px) {
  #l-content-body_ct .contents-body_ct .p-link_ct a:hover {
    text-decoration: none !important;
  }
}
#l-content-body_ct .contents-body_ct .img-text_ct {
  position: absolute;
}
#l-content-body_ct .contents-body_ct .fukidashi_ct {
  font-family: "A1 Gothic R", sans-serif;
  font-size: 160%;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #l-content-body_ct .contents-body_ct .fukidashi_ct {
    min-width: 167px;
  }
}
#l-content-body_ct .contents-body_ct .fukidashi_ct.abs_ct {
  position: absolute;
}
#l-content-body_ct .contents-body_ct .fukidashi_ct span {
  display: inline-block;
  padding: 0px 0 30px;
  text-align: left;
  position: relative;
}
#l-content-body_ct .contents-body_ct .fukidashi_ct span.center_ct {
  text-align: center;
}
#l-content-body_ct .contents-body_ct .fukidashi_ct span::after {
  display: block;
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(./../images/fukidashi01.png);
  background-size: 100% 100%;
  width: 184px;
  height: 73px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 767px) {
  #l-content-body_ct .fuki-group_ct.abs_ct {
    position: absolute;
  }
}
#l-content-body_ct .fuki-group_ct figure {
  margin-top: 10px !important;
}
#l-content-body_ct .flex_ct {
  text-align: center;
  display: flex;
  justify-content: center;
}
#l-content-body_ct .flex_ct .in-block_ct {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 767px) {
  #l-content-body_ct .flex_ct .in-block_ct.b01_ct {
    display: flex;
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .flex_ct .in-block_ct.b01_ct figure {
    max-width: 90px;
    margin-left: 0;
    margin-right: auto;
  }
}
#l-content-body_ct .flex_ct .in-block_ct.b01_ct .fukidashi_ct {
  padding: 25px 0 0 0px;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .flex_ct .in-block_ct.b01_ct .fukidashi_ct {
    position: absolute;
    top: -15px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .flex_ct .in-block_ct.b01_ct .fukidashi_ct span {
    padding: 0px 0 25px;
  }
}
#l-content-body_ct .flex_ct .in-block_ct.b01_ct .fukidashi_ct span::after {
  width: 164px;
  height: 65px;
}
@media screen and (min-width: 767px) {
  #l-content-body_ct .flex_ct .in-block_ct.b02_ct {
    display: flex;
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .flex_ct .in-block_ct.b02_ct .fuki-group_ct {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .flex_ct .in-block_ct.b02_ct .fuki-group_ct figure {
    margin-left: 0;
    margin-right: auto;
    width: 86px;
  }
}
#l-content-body_ct .flex_ct .in-block_ct.b02_ct .fukidashi_ct {
  padding: 25px 0 0 0px;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .flex_ct .in-block_ct.b02_ct .fukidashi_ct {
    position: absolute;
    top: -20px;
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .flex_ct .in-block_ct.b02_ct .fukidashi_ct span {
    padding: 0 0 30px 10px;
  }
}
#l-content-body_ct .flex_ct .in-block_ct.b02_ct .fukidashi_ct span::after {
  background-image: url(./../images/fukidashi02.png);
}
@media screen and (min-width: 969px) {
  #l-content-body_ct .flex_ct .in-block_ct.b03_ct .fukidashi_ct {
    position: relative;
    left: 60px;
    top: 7px;
  }
}
@media screen and (max-width: 970px) {
  #l-content-body_ct .flex_ct .in-block_ct.b03_ct .fukidashi_ct {
    position: absolute;
    top: 20px;
    right: 7px;
    min-width: auto;
  }
}
@media screen and (max-width: 970px) {
  #l-content-body_ct .flex_ct .in-block_ct.b03_ct .fukidashi_ct span {
    padding: 0px 0 35px;
  }
}
#l-content-body_ct .flex_ct .in-block_ct.b03_ct .fukidashi_ct span::after {
  background-image: url(./../images/fukidashi03.png);
}
@media screen and (min-width: 969px) {
  #l-content-body_ct .flex_ct .in-block_ct.b03_ct .fuki-group_ct {
    top: 15px;
    right: -30px;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 970px) {
  #l-content-body_ct .flex_ct .in-block_ct.b03_ct .fuki-group_ct {
    margin-top: 17px;
  }
}
@media screen and (max-width: 970px) {
  #l-content-body_ct .flex_ct .in-block_ct.b03_ct .fuki-group_ct figure {
    margin-left: 0;
    margin-right: auto;
    width: 74px;
  }
}
@media screen and (max-width: 970px) {
  #l-content-body_ct .flex_ct .in-block_ct.b03_ct .fuki-group_ct.sp-list-wide_ct {
    position: relative;
    max-width: 244px !important;
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media screen and (max-width: 970px) {
  #l-content-body_ct .flex_ct .in-block_ct.b04_ct .sp-list-wide_ct {
    position: relative;
    max-width: 244px !important;
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media screen and (max-width: 970px) {
  #l-content-body_ct .flex_ct .in-block_ct.b04_ct .fukidashi_ct {
    position: absolute;
    top: -5px;
    left: 5px;
    min-width: auto;
  }
}
@media screen and (max-width: 970px) {
  #l-content-body_ct .flex_ct .in-block_ct.b04_ct .fukidashi_ct span {
    padding: 0 0 27px 17px;
  }
}
#l-content-body_ct .flex_ct .in-block_ct.b04_ct .fukidashi_ct span::after {
  background-image: url(./../images/fukidashi04.png);
}
@media screen and (min-width: 969px) {
  #l-content-body_ct .flex_ct .in-block_ct.b04_ct .fuki-group_ct {
    bottom: 10px;
    left: -30px;
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 970px) {
  #l-content-body_ct .flex_ct .in-block_ct.b04_ct .fuki-group_ct {
    margin-top: 35px;
  }
}
@media screen and (max-width: 970px) {
  #l-content-body_ct .flex_ct .in-block_ct.b04_ct .fuki-group_ct figure {
    margin-left: auto;
    margin-right: 0;
    width: 83px;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_ct .flex_ct .in-block_ct.b05_ct {
    display: flex;
    left: 30px;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_ct .flex_ct .in-block_ct.b05_ct .fukidashi_ct {
    padding: 25px 0 0 0px;
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .flex_ct .in-block_ct.b05_ct .fukidashi_ct {
    position: absolute;
    top: -10px;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .flex_ct .in-block_ct.b05_ct .fukidashi_ct span {
    padding: 0px 0 19px;
    line-height: 1.5;
  }
}
#l-content-body_ct .flex_ct .in-block_ct.b05_ct .fukidashi_ct span::after {
  background-image: url(./../images/fukidashi05.png);
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .flex_ct .in-block_ct.b05_ct .fuki-group_ct {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .flex_ct .in-block_ct.b05_ct .fuki-group_ct figure {
    margin-left: 0;
    margin-right: auto;
    width: 90px;
  }
}
#l-content-body_ct .btn-outer_ct {
  text-align: center;
}
#l-content-body_ct .btn-outer_ct .fukidashi-outer_ct {
  text-align: center;
  margin: 0 0 15px;
  max-width: 400px;
}
#l-content-body_ct .btn-outer_ct .fukidashi-outer_ct span {
  font-size: 200%;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .btn-outer_ct .fukidashi-outer_ct span {
    font-size: 160%;
    padding: 0 20px;
  }
}
#l-content-body_ct .btn-outer_ct .fukidashi-outer_ct span::before, #l-content-body_ct .btn-outer_ct .fukidashi-outer_ct span::after {
  content: "";
  display: inline-block;
  background: #333;
  position: absolute;
  width: 3px;
  height: 65px;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .btn-outer_ct .fukidashi-outer_ct span::before, #l-content-body_ct .btn-outer_ct .fukidashi-outer_ct span::after {
    height: 55px;
  }
}
#l-content-body_ct .btn-outer_ct .fukidashi-outer_ct span::before {
  left: 0;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .btn-outer_ct .fukidashi-outer_ct span::before {
    left: 5px;
    transform: rotate(-25deg);
  }
}
#l-content-body_ct .btn-outer_ct .fukidashi-outer_ct span::after {
  right: 0;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .btn-outer_ct .fukidashi-outer_ct span::after {
    right: 5px;
    transform: rotate(25deg);
  }
}
#l-content-body_ct .btn-outer_ct .fukidashi-outer_ct span em {
  background-color: #FFFF00;
}
#l-content-body_ct .btn-outer_ct .btn_ct {
  display: flex;
  font-size: 220%;
  background-color: #F00C41;
  border-radius: 100px;
  max-width: 378px;
  margin: 0 auto;
  line-height: 1.25;
  color: #fff;
  width: 100%;
  padding: 9px 50px;
  position: relative;
  min-height: 72px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .btn-outer_ct .btn_ct {
    font-size: 180%;
    width: calc(100% - 24px);
    padding: 7px 40px;
    min-height: 60px;
  }
}
#l-content-body_ct .btn-outer_ct .btn_ct::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 22px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .btn-outer_ct .btn_ct::before {
    width: 13px;
    height: 13px;
    border-width: 2px;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_ct .btn-outer_ct .btn_ct:hover {
    opacity: 0.7;
  }
}
#l-content-body_ct .normal-ttl_ct {
  text-align: center;
  font-size: 200%;
  border-bottom: 1px solid #707070;
  padding: 0 0 10px;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .normal-ttl_ct {
    font-size: 160%;
    margin: 0 0 25px;
  }
}
#l-content-body_ct #mv_ct {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
}
#l-content-body_ct #mv_ct::before, #l-content-body_ct #mv_ct::after {
  content: "";
  width: 306px;
  height: 181px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  background-image: url(./../images/mv_dec.png);
  position: absolute;
  top: 0px;
  left: 0;
}
@media screen and (max-width: 970px) {
  #l-content-body_ct #mv_ct::before, #l-content-body_ct #mv_ct::after {
    width: 200px;
    height: 118px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #mv_ct::before, #l-content-body_ct #mv_ct::after {
    width: 110px;
    height: 65px;
    top: 0;
  }
}
#l-content-body_ct #mv_ct::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
#l-content-body_ct #mv_ct .mv-ttl_ct {
  margin: 0 0 0;
  text-align: center;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #mv_ct .mv-ttl_ct {
    padding-top: 20px;
  }
}
#l-content-body_ct #mv_ct .mv-sub_ct {
  display: flex;
  flex-wrap: wrap;
  max-width: 810px;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #mv_ct .mv-sub_ct {
    flex-direction: column-reverse;
  }
}
#l-content-body_ct #mv_ct .mv-sub_ct > p {
  font-size: 200%;
  margin: 33px 0 0;
  line-height: 1.6;
  font-family: "A1 Gothic R", sans-serif;
}
@media screen and (min-width: 767px) {
  #l-content-body_ct #mv_ct .mv-sub_ct > p {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #mv_ct .mv-sub_ct > p {
    font-size: 160%;
    margin: 15px 0 0;
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_ct #mv_ct .mv-sub_ct figure {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #mv_ct .mv-sub_ct figure {
    width: 99.5%;
    margin: -30px auto 0;
    position: relative;
    right: -10px;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_ct #mv_ct .mv-sub_ct figure img {
    width: 128.6%;
    max-width: none;
    margin: -31.5% 0 0 0;
  }
}
@media screen and (max-width: 970px) {
  #l-content-body_ct #mv_ct .mv-sub_ct figure img {
    width: 110%;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #mv_ct .mv-sub_ct figure img {
    margin: 0 auto;
    width: 100%;
  }
}
#l-content-body_ct #block01_ct {
  background-color: #FAFAFA;
  margin-top: -150px;
  padding: 0 0 95px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct {
    margin-top: -60px;
    padding: 0 0 45px;
  }
}
#l-content-body_ct #block01_ct::before {
  content: "";
  display: block;
  background-image: url(./../images/bg_dec01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 108px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct::before {
    width: 180%;
    background-position: center center;
    transform: translateX(-23%);
    margin-top: -15%;
  }
}
#l-content-body_ct #block01_ct .c-inner_ct {
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .c-inner_ct {
    padding-top: 40px;
  }
}
#l-content-body_ct #block01_ct .lead_ct {
  font-size: 100%;
  text-align: center;
  font-family: "A1 Gothic R", sans-serif;
}
#l-content-body_ct #block01_ct .lead_ct span {
  display: block;
  font-size: 160%;
}
#l-content-body_ct #block01_ct .lead_ct span em {
  background-color: #FFFF00;
  font-family: "A1 Gothic M", sans-serif;
}
#l-content-body_ct #block01_ct .lead_ct .t01_ct em {
  font-size: 110%;
}
#l-content-body_ct #block01_ct .lead_ct .t02_ct em {
  font-size: 120%;
}
#l-content-body_ct #block01_ct .link_ct {
  max-width: 990px;
  margin: 90px auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct {
    margin: 65px auto 0;
    max-width: 375px;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct {
    display: flex;
    flex-direction: column;
  }
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct {
  border: 2px solid #E049A6;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 25px 33px;
  /*
  @include pc() {
  height: calc( 100% - 33px );
  }
  */
}
@media screen and (min-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct {
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct {
    padding: 0 8px 55px;
  }
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct .t01_ct {
  background-color: #E049A6;
  color: #fff;
  font-size: 160%;
  line-height: 1;
  padding: 12px 10px 12px 95px;
  border-radius: 100px;
  max-width: 343px;
  margin: -6% auto 10px;
  /*
  transform: translateY(-50%);
  */
  position: relative;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct .t01_ct {
    padding: 12px 10px 12px 77px;
    letter-spacing: -0.01em;
  }
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct .t01_ct::before {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(./../images/link01.png);
  background-size: 100% 100%;
  width: 65px;
  height: 71px;
  position: absolute;
  bottom: -1px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct .t01_ct::before {
    width: 58px;
    height: 64px;
    left: 17px;
  }
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct .t01_ct em {
  font-size: 125%;
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct .t02_ct {
  font-size: 160%;
  padding: 30px 45px 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct .t02_ct {
    padding: 10px 25px 0;
  }
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct .t02_ct i {
  color: #FF6A75;
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct ul {
  margin: 0 0 -15px -4%;
  counter-reset: section;
}
@media screen and (min-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct ul {
    margin: 0 0 -15px 0;
    padding: 5px 8px 0;
  }
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct ul li {
  margin: 0 0 15px 4%;
  padding: 0 0 0 33px;
  position: relative;
}
@media screen and (min-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct ul li {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct ul li {
    margin: 0 0 15px 0;
  }
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct ul li::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 160%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  border-radius: 25px;
  color: #fff;
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct ul li:first-child {
  width: 100%;
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct ul li:first-child::after {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(./../images/sarani.png);
  background-size: 100% 100%;
  width: 98px;
  height: 44px;
  margin: -10px auto 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct ul li:first-child::after {
    margin: 10px auto 0;
    position: relative;
    right: -16px;
  }
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct ul li span {
  display: block;
  font-size: 160%;
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .line-inner_ct ul li span em {
  color: #FF6A75;
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .link-body_ct {
  font-size: 100%;
  margin: -25px 0 0;
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .link-body_ct a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 203px;
  height: 203px;
  border-radius: 203px;
  background-color: #E049A6;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .link-body_ct a {
    width: 150px;
    height: 150px;
    border-radius: 150px;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .link-body_ct a:hover {
    opacity: 0.7;
  }
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .link-body_ct a span {
  display: block;
  width: 100%;
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .link-body_ct a span.t01_ct {
  font-size: 240%;
  line-height: 1.4;
  margin: 0 0 3px;
  font-family: "A1 Gothic B", sans-serif;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .link-body_ct a span.t01_ct {
    font-size: 200%;
  }
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .link-body_ct a span.t02_ct {
  font-size: 160%;
  font-family: "A1 Gothic R", sans-serif;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .link-body_ct a span.t02_ct {
    font-size: 120%;
  }
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .link-body_ct a .o_ct {
  position: relative;
  padding-top: 5px;
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .link-body_ct a .o_ct::before {
  content: "";
  width: 78px;
  height: 86px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  background-image: url(./../images/link01.png);
  position: absolute;
  top: -92px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .link-body_ct a .o_ct::before {
    width: 51px;
    height: 55px;
    top: -55px;
  }
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct .link-body_ct a .o_ct::after {
  content: "";
  width: 32px;
  height: 13px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  background-image: url(./../images/arrow.png);
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct .link-body_ct a .o_ct::after {
    width: 25px;
    height: 12px;
    bottom: -21px;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct.m01_ct {
    width: 41.7%;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct.m01_ct {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct.m02_ct {
    width: 53.5%;
    margin-left: 4.8%;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct.m02_ct {
    width: 100%;
    margin-top: 50px;
  }
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct.m02_ct .line-inner_ct {
  border-color: #14A9CC;
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct.m02_ct .line-inner_ct .t01_ct {
  background-color: #14A9CC;
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct.m02_ct .line-inner_ct .t01_ct::before {
  background-image: url(./../images/link02.png);
  background-size: 100% 100%;
  width: 59px;
  height: 72px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct.m02_ct .line-inner_ct .t01_ct::before {
    width: 57px;
    height: 70px;
  }
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct.m02_ct .link-body_ct a {
  background-color: #14A9CC;
}
#l-content-body_ct #block01_ct .link_ct .link-inner_ct.m02_ct .link-body_ct a .o_ct::before {
  background-image: url(./../images/link02.png);
  width: 70px;
  height: 87px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block01_ct .link_ct .link-inner_ct.m02_ct .link-body_ct a .o_ct::before {
    width: 50px;
    height: 59px;
  }
}
#l-content-body_ct #block02_ct {
  background-color: #FAFAFA;
  background-image: url(./../images/base_pink.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 145px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block02_ct {
    padding-bottom: 66px;
  }
}
#l-content-body_ct #block02_ct .sub-ttl_ct {
  font-size: 400%;
  color: #957451;
  text-align: center;
  position: relative;
  background-color: #FAFAFA;
  margin: 0 0 230px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block02_ct .sub-ttl_ct {
    font-size: 260%;
    margin: 0 0 70px;
  }
}
#l-content-body_ct #block02_ct .sub-ttl_ct span {
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block02_ct .sub-ttl_ct span {
    padding: 0 0 10px;
  }
}
#l-content-body_ct #block02_ct .sub-ttl_ct::after {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  width: 100%;
  display: block;
  height: 100px;
  position: absolute;
  z-index: 1;
  background-color: #FAFAFA;
  bottom: -99px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block02_ct .sub-ttl_ct::after {
    height: 40px;
    bottom: -39px;
  }
}
#l-content-body_ct #block03_ct {
  background-image: url(./../images/base_blue.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 145px 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block03_ct {
    padding: 66px 0;
  }
}
#l-content-body_ct #block03_ct .contents-body_ct > ul li .l-inner_ct .num_ct em {
  color: #14A9CC;
}
#l-content-body_ct #block03_ct .contents-body_ct > ul li .l-inner_ct .num_ct::before {
  background-color: #14A9CC;
}
#l-content-body_ct #block04_ct {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block04_ct {
    padding: 70px 0 0;
  }
}
#l-content-body_ct #block04_ct .c-inner_ct {
  max-width: 1026px;
}
#l-content-body_ct #block04_ct .sub-ttl_ct {
  font-size: 400%;
  color: #AD8A65;
  border-bottom: 3px solid #AD8A65;
  text-align: center;
  padding: 0 0 5px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block04_ct .sub-ttl_ct {
    font-size: 260%;
  }
}
#l-content-body_ct #block04_ct .sub-ttl_ct span {
  display: block;
  border-bottom: 1px solid #AD8A65;
  padding: 0 0 22px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block04_ct .sub-ttl_ct span {
    padding: 0 0 17px;
  }
}
#l-content-body_ct #block04_ct .item-list_ct {
  margin: 75px 0 100px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block04_ct .item-list_ct {
    margin: 35px 0 45px;
  }
}
#l-content-body_ct #block04_ct .item-list_ct ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -65px -36px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block04_ct .item-list_ct ul {
    margin: 0 0 -45px -20px;
  }
}
#l-content-body_ct #block04_ct .item-list_ct ul li {
  width: calc(100% / 4);
  padding-left: 36px;
  margin: 0 0 65px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block04_ct .item-list_ct ul li {
    width: calc(100% / 2);
    padding-left: 20px;
    margin: 0 0 45px;
  }
}
#l-content-body_ct #block04_ct .item-list_ct ul li a {
  display: block;
  font-size: 100%;
}
@media screen and (min-width: 767px) {
  #l-content-body_ct #block04_ct .item-list_ct ul li a:hover {
    opacity: 0.7;
  }
}
#l-content-body_ct #block04_ct .item-list_ct ul li a figure {
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block04_ct .item-list_ct ul li a figure {
    margin: 0 0 10px 0;
  }
}
#l-content-body_ct #block04_ct .item-list_ct ul li a figure img {
  max-width: none;
  width: 100%;
}
#l-content-body_ct #block04_ct .item-list_ct ul li a span {
  display: block;
  font-size: 140%;
  font-family: "A1 Gothic R", sans-serif;
}
#l-content-body_ct #block04_ct .item-list_ct ul li a .t02_ct {
  margin: 7px 0 0;
}
#l-content-body_ct #block04_ct .item-list_ct ul li a .t02_ct em {
  font-size: 130%;
}
#l-content-body_ct #block04_ct .item-list_ct ul li a .t03_ct {
  margin: 3px 0 0;
  color: #E50012;
  font-family: "A1 Gothic B", sans-serif;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block04_ct .item-list_ct ul li a .t03_ct {
    margin: 5px 0 0;
  }
}
#l-content-body_ct #block04_ct .item-list_ct ul li a .t04_ct {
  color: #E50012;
  line-height: 1.4;
  font-family: "A1 Gothic B", sans-serif;
}
#l-content-body_ct #block04_ct .item-list_ct ul li a .t04_ct em {
  font-size: 170%;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block04_ct .item-list_ct ul li a .t04_ct em {
    font-size: 145%;
  }
}
#l-content-body_ct #block05_ct {
  padding-top: 175px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block05_ct {
    padding-top: 70px;
  }
}
#l-content-body_ct #block05_ct .text-inner_ct {
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  #l-content-body_ct #block05_ct .text-inner_ct {
    display: flex;
    flex-wrap: wrap;
  }
}
#l-content-body_ct #block05_ct .text-inner_ct .ttl-img_ct {
  width: 112px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block05_ct .text-inner_ct .ttl-img_ct {
    margin: 0 auto 15px;
  }
}
#l-content-body_ct #block05_ct .text-inner_ct .text_ct {
  font-size: 160%;
  line-height: 1.7;
  font-family: "A1 Gothic R", sans-serif;
}
@media screen and (min-width: 767px) {
  #l-content-body_ct #block05_ct .text-inner_ct .text_ct {
    width: calc(100% - 112px);
    padding: 0 0 0 30px;
  }
}
#l-content-body_ct #block06_ct {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block06_ct {
    padding-top: 60px;
  }
}
#l-content-body_ct #block06_ct .fukidashi_ct {
  font-size: 320%;
  color: #F00C41;
  text-align: center;
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block06_ct .fukidashi_ct {
    font-size: 220%;
  }
}
#l-content-body_ct #block06_ct .fukidashi_ct span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block06_ct .fukidashi_ct span {
    padding: 0 25px;
  }
}
#l-content-body_ct #block06_ct .fukidashi_ct span::before, #l-content-body_ct #block06_ct .fukidashi_ct span::after {
  content: "";
  display: inline-block;
  background: #EE0080;
  position: absolute;
  width: 3px;
  height: 60px;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block06_ct .fukidashi_ct span::before, #l-content-body_ct #block06_ct .fukidashi_ct span::after {
    width: 2px;
    height: 45px;
  }
}
#l-content-body_ct #block06_ct .fukidashi_ct span::before {
  left: 0;
  transform: rotate(-30deg);
}
#l-content-body_ct #block06_ct .fukidashi_ct span::after {
  right: 0;
  transform: rotate(30deg);
}
#l-content-body_ct #block06_ct .present-box_ct {
  background-color: #EAF3F5;
  border-radius: 20px;
  padding: 60px 90px 50px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block06_ct .present-box_ct {
    padding: 30px 15px 30px;
  }
}
#l-content-body_ct #block06_ct .present-box_ct .ttl_ct {
  font-size: 350%;
  text-align: center;
  margin: 0 0 45px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block06_ct .present-box_ct .ttl_ct {
    font-size: 220%;
    margin: 0 0 25px;
  }
}
#l-content-body_ct #block06_ct .present-box_ct .present-inner_ct {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block06_ct .present-box_ct .present-inner_ct {
    justify-content: center;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_ct #block06_ct .present-box_ct .present-inner_ct .left_ct {
    width: 56.6%;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block06_ct .present-box_ct .present-inner_ct .left_ct figure {
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_ct #block06_ct .present-box_ct .present-inner_ct .right_ct {
    width: 43.4%;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block06_ct .present-box_ct .present-inner_ct .right_ct figure {
    text-align: center;
  }
}
#l-content-body_ct #block06_ct .present-box_ct .present-inner_ct .right_ct .text_ct {
  padding: 15px 0 0 45px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block06_ct .present-box_ct .present-inner_ct .right_ct .text_ct {
    padding: 15px 0 0 0;
  }
}
#l-content-body_ct #block06_ct .present-box_ct .present-inner_ct .right_ct .text_ct ol {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}
#l-content-body_ct #block06_ct .present-box_ct .present-inner_ct .right_ct .text_ct ol li {
  position: relative;
}
#l-content-body_ct #block06_ct .present-box_ct .present-inner_ct .right_ct .text_ct ol li span {
  padding-left: 15px;
  display: block;
}
#l-content-body_ct #block06_ct .present-box_ct .present-inner_ct .right_ct .text_ct ol li::before {
  content: "■";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 55%;
}
#l-content-body_ct #block06_ct .present-box_ct .present-inner_ct .right_ct .text_ct p,
#l-content-body_ct #block06_ct .present-box_ct .present-inner_ct .right_ct .text_ct li {
  font-size: 160%;
  font-family: "A1 Gothic R", sans-serif;
}
#l-content-body_ct #block06_ct .present-box_ct .present-inner_ct .right_ct .text_ct p + p,
#l-content-body_ct #block06_ct .present-box_ct .present-inner_ct .right_ct .text_ct li + p {
  margin-top: 25px;
}
#l-content-body_ct #block07_ct {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block07_ct {
    padding-top: 55px;
  }
}
#l-content-body_ct #block07_ct .text-inner_ct {
  max-width: 990px;
  margin: 0 auto;
}
#l-content-body_ct #block07_ct .text-inner_ct strong {
  font-family: "A1 Gothic M", sans-serif;
}
#l-content-body_ct #block07_ct .text-inner_ct p {
  font-size: 160%;
  line-height: 1.7;
  margin: 35px 0 0;
  font-family: "A1 Gothic R", sans-serif;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block07_ct .text-inner_ct p {
    margin: 25px 0 0;
  }
}
#l-content-body_ct #block07_ct .text-inner_ct p.tmax_ct {
  font-family: "A1 Gothic M", sans-serif;
}
#l-content-body_ct #block07_ct .text-inner_ct ul li {
  font-size: 160%;
  position: relative;
  margin-top: 3px;
  line-height: 1.7;
}
#l-content-body_ct #block07_ct .text-inner_ct ul li::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#l-content-body_ct #block07_ct .text-inner_ct ul li span {
  display: block;
  padding: 0 0 0 15px;
}
#l-content-body_ct #block07_ct .text-inner_ct a {
  display: inline-block;
  text-decoration: underline !important;
}
#l-content-body_ct #block07_ct .text-inner_ct a:hover {
  text-decoration: none !important;
}
#l-content-body_ct #block07_ct .text-inner_ct .bg-text_ct p {
  display: inline-block;
  background-color: #EAE7E7;
  line-height: 1.4;
  padding: 12px 11px 12px 21px;
  font-size: 200%;
  font-family: "A1 Gothic M", sans-serif;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block07_ct .text-inner_ct .bg-text_ct p {
    font-size: 180%;
    display: block;
    margin-top: 40px;
    padding: 12px 15px;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block07_ct .text-inner_ct .bg-text_ct p span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #block07_ct .text-inner_ct .bg-text_ct p span.t02_ct {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .sp-list-wide_ct {
    position: relative;
    /*
    width: 84.5% !important;
    */
    max-width: 244px !important;
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

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