@charset "UTF-8";
/*--------------------------------------------

貯める！増やす！変わる！初心者のためのマネーセミナー
https://www.khb-tv.co.jp/event/tyochiku202408/index.html

  [00] 基本設定
  [01] メインビジュアル
  [02] ABOUT
  [03] 開催概要
  [04] 講演内容
  [05] 参加申し込み
  [06] フッター
  [99] 標準機能

---------------------------------------------*/
/*--------------------------------------------
  [00] 基本設定
---------------------------------------------*/
html {
  font-size: 62.5%;
  /*1rem=10px*/
}

body {
  font-size: 1.8rem;
  /*本文サイズ 1.8rem=18px*/
  line-height: 2;
  color: #493139;
  font-family: "Noto Sans JP", sans-serif;
}
body.js-no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

a {
  transition: 0.6s;
  color: #4b469a;
  text-decoration-line: underline;
}
a:hover {
  transition: 0.6s;
  opacity: 0.7;
}

::-moz-selection {
  background: #4b469a;
  color: #ffffff;
}

::selection {
  background: #4b469a;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
th,
dt {
  line-height: 1.5;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif !important;
}

.fs-maru {
  font-family: "Zen Maru Gothic", sans-serif !important;
}

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

main {
  width: 100%;
}

/*セクション設定-------------------------*/
.wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.bg-fixed_02 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  z-index: -1;
  background-image: url(../images/bg_01.png);
}

/*.bg-fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: url("../images/bg.png");	
	background-size: 100% 100%;
  z-index: 0;
}*/
main {
  width: 100%;
}

section {
  padding: 30px 0;
}

section > .w_limit_1280 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.w_limit_sp {
  width: 92%;
}

.w_limit_1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.w_limit_1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.w_limit_1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.w_90per {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.w_limit_900 {
  max-width: 900px;
  margin: 0 auto;
}

h2 {
  line-height: 1;
  position: relative;
  margin-bottom: 20px;
  display: block;
  font-size: 3.6rem;
  text-align: left;
  vertical-align: middle;
  z-index: 1;
  padding-bottom: 40px;
}
h2 span {
  z-index: 1;
}
h2::after {
  content: "";
  height: 3px;
  border-radius: 50px;
  background: #62b7a3;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

h2.h2_mini {
  font-size: 2.4rem;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #147f7d;
  margin-bottom: 0.5rem;
  display: inline-block;
  position: relative;
}
h3::after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background: #a7e6e1;
  border-radius: 2px;
  margin: 4px auto;
}

@media screen and (max-width: 1230px) {
  section {
    padding-left: 15px;
    padding-right: 15px;
  }
  h2 {
    font-size: 2.8rem;
  }
  h2 span {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  section {
    padding: 25px inherit;
  }
  section > .w_limit_1280 {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 25px 0;
  }
  section > .w_limit_1280 {
    padding: 25px 0px;
  }
  body {
    font-size: 1.6rem;
  }
}
/*--------------------------------------------
  [01] メインビジュアル
---------------------------------------------*/
#Mainvisual {
  padding: 0px 10px;
  margin-bottom: 0;
  background: url(../images/bg_01.png);
}
#Mainvisual .w_limit_1440 {
  background-size: contain;
  background-repeat: no-repeat;
}

.three_okane_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 50px;
}
.three_okane_flex .okaneBox {
  width: 48%;
}
.three_okane_flex .toudan {
  width: 48%;
}

.okaneBox {
  width: 100%;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.okaneBox .sho01,
.okaneBox .sho02,
.okaneBox .sho03 {
  position: relative;
  margin-top: 30px;
}

.sho01,
.sho02,
.sho03 {
  position: relative;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}

.toudan {
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.fade-in {
  opacity: 1;
}

.title {
  text-align: center;
}

.mv_datebox {
  text-align: center;
  margin-top: 25px;
}

.flex_cal2_01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.flex_cal2_01 > div:nth-of-type(1) {
  width: 65%;
}
.flex_cal2_01 > div:nth-of-type(2) {
  width: 32%;
}

.moushikomi_wrap {
  background-color: #5fb58e;
}

.moushikomi_box {
  padding-top: 25px;
  padding-bottom: 25px;
}

.Btn.cta_btn {
  max-width: 900px;
  height: 100px;
  line-height: 92px;
  font-size: clamp(2.4rem, 2vw, 3.6rem);
  background-color: #ff5460;
  font-family: "zen maru gothic", sans-serif;
  text-shadow: #d44650 3px 3px 0px;
  border: 4px solid #ff5460;
}
.Btn.cta_btn::before {
  content: "";
  border: 1px dashed #ffffff;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100px;
}
.Btn.cta_btn::after {
  width: 12px;
  height: 12px;
  border-top-width: 3px;
  border-right-width: 3px;
}
.Btn.cta_btn:hover {
  border: 4px solid #ff5460;
  color: #ff5460;
  text-shadow: none;
  opacity: 1;
}
.Btn.cta_btn:hover::before {
  content: "";
  border: 1px dashed #ff5460;
  color: #ff5460;
}
.Btn.cta_btn:hover::after {
  border-color: #ff5460;
}

.title_moushikomi {
  font-family: "zen maru gothic", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.5;
}

.bdt_green {
  border-top: solid 10px #00b297;
}

.section_bdt {
  border-top: solid 5px #62b7a3;
}

.MV-pc {
  display: block;
}

.MV-sp {
  display: none;
}

.MV-pc > .w_limit_1280 {
  position: relative;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #Mainvisual {
    margin-bottom: 0;
    padding: 0;
  }
  .okaneBox .sho01,
  .okaneBox .sho02,
  .okaneBox .sho03 {
    margin-top: 15px;
  }
  .title {
    text-align: center;
  }
  .mv_datebox {
    text-align: center;
    margin-top: 25px;
  }
  .moushikomi_box {
    padding-top: 25px !important;
  }
  .three_okane_flex {
    flex-direction: column;
  }
  .three_okane_flex .okaneBox {
    order: 1;
    width: 100%;
  }
  .three_okane_flex .toudan {
    order: 2;
    width: 100%;
  }
  .flex_cal2_01 {
    flex-direction: column;
  }
  .flex_cal2_01 > div:nth-of-type(1) {
    width: 100%;
  }
  .flex_cal2_01 > div:nth-of-type(2) {
    width: 100%;
  }
  .announcer {
    text-align: center;
  }
  .announcer img {
    width: 70%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 0%;
       object-position: 100% 0%;
  }
}
@media screen and (max-width: 480px) {
  .MV-pc {
    display: block;
  }
  .MV-sp {
    display: block;
  }
}
/*
  youtube埋め込み
---------------------------------------------*/
section#youtube {
  background: rgba(255, 255, 255, 0);
}
section#youtube .w_limit_1280 {
  padding: 15px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  section#youtube {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  section#youtube .w_limit_1280 {
    padding: 0px;
  }
}
#top-to-Form {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
#top-to-Form .toForm-box {
  max-width: 720px;
  margin: 0 auto;
  border: solid 8px #fff4a9;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 15px;
}

/*--------------------------------------------
  [02] ABOUT
---------------------------------------------*/
#About {
  padding-bottom: 80px;
  border-bottom: solid 10px #62b7a3;
}
#About h2 {
  margin-bottom: 15px;
}
#About h2 span.h2-about {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 9.2rem;
  font-style: italic;
  color: #fff4a9;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  padding-left: 25px;
  background: #ffffff;
}
#About p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#About {
  padding-top: 60px;
}

.about_description {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 25px;
}

.present_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 30px 5%;
  border-radius: 15px;
  line-height: 1.5;
  border: solid 5px #fbd03c;
}
.present_box > figure {
  text-align: center;
  width: 45%;
}
.present_box > figure img {
  border-radius: 15px;
}
.present_box > div {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .about_description {
    font-size: 2.1rem;
  }
  .present_box {
    flex-direction: column;
  }
  .present_box > figure {
    width: 100%;
  }
  .present_box > div {
    margin: auto;
    width: 100%;
    margin-top: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  section#About > .w_limit_1280 {
    padding: 0px inherit;
  }
}
/*--------------------------------------------
  [03] 開催概要
---------------------------------------------*/
#Date {
  background-color: #fcf1f6;
}

#Date table,
table.default-table {
  background: #ffffff;
  margin: 0 auto;
  font-size: 2.1rem;
  line-height: 1.5;
  width: 100%;
  max-width: 900px;
}
#Date table th,
table.default-table th {
  width: 20%;
  background: #62b7a3;
  color: #ffffff;
  padding: 20px 30px;
  text-align: center;
  border-bottom: solid 1px #ffffff;
  /*    border-right: dashed 1px $theme-color;*/
  z-index: 3;
  vertical-align: middle;
}
#Date table td,
table.default-table td {
  width: 80%;
  padding: 20px 30px;
  vertical-align: middle;
  border-bottom: solid 1px #fff4a9;
}
#Date table td:first-of-type,
table.default-table td:first-of-type {
  border-top: solid 1px #fff4a9;
}
#Date table td p,
table.default-table td p {
  margin-top: 5px;
}
#Date table td span.disp-pc-only,
table.default-table td span.disp-pc-only {
  display: inline;
}
#Date table td .date-kome,
table.default-table td .date-kome {
  font-size: 1.6rem;
  text-align: left;
}
.to-googlemap-wrap {
  margin: 15px 0;
}

.to-googlemap.Btn {
  margin-left: 0rem;
  margin-top: 15px;
  position: relative;
  font-size: 18px;
  height: 50px;
  line-height: 46px;
  max-width: 280px;
  background-color: #ffffff;
  color: #1a1a1e;
  border: solid 2px #1a1a1e;
  text-align: center;
}
.to-googlemap.Btn::before {
  content: "";
  background-image: url("../images/icon-mappin.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 15px;
  height: 22px;
}
.to-googlemap.Btn::after {
  border-color: #1a1a1e;
}
.toform-Btn img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(5px 5px 5px rgba(104, 69, 18, 0.3));
}

#PD table.default-table {
  margin-top: 25px;
  font-size: 1.6rem;
  max-width: 100%;
}
#PD table.default-table th {
  font-size: 1.8rem;
  padding: 20px 10px;
}
#PD table.default-table td {
  padding: 20px;
}
#PD table.default-table td p {
  margin-top: 5px;
}
#PD table.default-table td ul li {
  margin-bottom: 15px;
  padding-left: 1em;
  position: relative;
}
#PD table.default-table td ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #EA6000;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 10px;
}

@media screen and (max-width: 767px) {
  #Date table,
  table.default-table {
    border: none;
  }
  #Date table th,
  #Date table td,
  table.default-table th,
  table.default-table td {
    display: block;
    width: 100%;
  }
  #Date table th,
  table.default-table th {
    margin-top: 35px;
    border-right: none;
    border-bottom: none;
    padding: 5px 0px;
  }
  #Date table th:first-of-type,
  table.default-table th:first-of-type {
    margin-top: 0;
  }
  #Date table td,
  table.default-table td {
    border-bottom: none;
    border-top: none;
    text-align: center;
    padding: 15px 15px 30px;
  }
  .to-googlemap.Btn {
    margin: 25px auto 0;
  }
}
table.default-table td {
  text-align: left;
}

@media screen and (max-width: 480px) {
  #Date table td span.disp-pc-only,
  table.default-table td span.disp-pc-only {
    display: none;
  }
}
section#Outline {
  background-color: #fff4a9;
  padding: 100px 0;
}

.event-info {
  border-radius: 16px;
  /*  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);*/
}
.event-info .info-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "datetime fee" "venue   side";
  gap: 2rem;
}
.event-info .info-grid .info-box {
  background: #ffffff;
  border: 2px dashed #cbe6e4;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s;
  text-align: center;
}
.event-info .info-grid .info-box strong {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.event-info .info-grid .info-box p {
  margin: 0;
  color: #333;
  line-height: 1.6;
}
.event-info .info-grid .info-box iframe {
  width: 100%;
  height: 280px;
  margin-top: 1rem;
  border: none;
  border-radius: 10px;
}
.event-info .info-grid .datetime {
  grid-area: datetime;
}
.event-info .info-grid .fee {
  grid-area: fee;
}
.event-info .info-grid .venue {
  grid-area: venue;
}
.event-info .info-grid .side {
  grid-area: side;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  /**/
}
.event-info .info-grid .side .info-box {
  height: 100%;
}

@media (max-width: 768px) {
  .event-info .info-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "datetime" "venue" "fee" "side";
    gap: 1rem;
  }
  .event-info .info-grid .side {
    gap: 1rem;
  }
}
/*--------------------------------------------
  [04] 講演内容
---------------------------------------------*/
.profile-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.profile-container .profile_card {
  background: #fff;
  padding: 2rem;
  margin-top: 30px;
  /*h3のリボンはみ出し分*/
  border-radius: 16px;
  width: 48%;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.profile-container .profile_card .role {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.profile-container .profile_card .name {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.profile-container .profile_card .agency {
  margin-bottom: 1rem;
}
.profile-container .profile_card .desc {
  line-height: 1.6;
  margin-top: 15px;
  font-size: 1.5rem;
}
.profile-container .profile_card.speaker {
  width: 60%;
}
.profile-container .profile_card.announcer {
  width: 38%;
}
.profile-container .profile_card.announcer .profile_img {
  min-width: 200px;
  margin-right: 15px;
}

.profile_flex {
  display: flex;
  justify-content: space-between;
}
.profile_flex .profile_img {
  max-width: 200px;
  height: 200px;
  position: relative;
  width: 35%;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.profile_flex .profile_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 500px;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

.speaker .profile_img img {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.announcer .profile_img img {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

.profile_flex.no-desc {
  align-items: center;
}

.profile_text {
  width: 63%;
}

.ribbon5 {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #f28916;
  color: #FFF;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100px;
  position: relative;
  margin-left: -30px;
  margin-top: -30px;
}
.ribbon5 h3 {
  margin: 0;
  padding: 0 30px 0 15px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  line-height: 60px;
  color: #ffffff;
}
.ribbon5 h3::after {
  display: none;
}
.ribbon5:after {
  position: absolute;
  content: "";
  z-index: 1;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.present_card {
  border: 8px solid rgba(255, 84, 96, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background-color: #ffffff;
}

.present_flex {
  align-items: center;
  display: flex;
  background: #fff;
  max-width: 1100px;
  margin: auto;
  padding: 3%;
}
.present_flex .present_text {
  width: 65%;
}
.present_flex .present_text h3.h3_present {
  font-size: 3.2rem;
  color: #ff5460;
  z-index: 1;
  position: relative;
}
.present_flex .present_text h3.h3_present span {
  z-index: 1;
  text-align: center;
  padding-left: 1em;
}
.present_flex .present_text h3.h3_present::after {
  width: 100%;
  background-color: #ffe0e7;
  z-index: 0;
}
.present_flex .ribbon5 {
  width: 300px;
}
.present_flex .present_name {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 15px;
}

.fc-caramel {
  color: #eb8d25;
}

.present_img {
  position: relative;
  width: 48%;
}
.present_img img {
  border-radius: 16px;
}
.present_img .badge {
  position: absolute;
  top: -20px;
  left: -20px;
  display: none;
}

@media (max-width: 768px) {
  .profile-container {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .profile-container .profile_card {
    width: 100%;
    margin-bottom: 25px;
  }
  .profile-container .profile_card.speaker {
    width: 100%;
  }
  .profile-container .profile_card.announcer {
    width: 100%;
    margin-top: 0;
  }
  .profile-container .profile_flex {
    flex-direction: column;
    width: 100%;
  }
  .profile-container .profile_flex .profile_img {
    width: 100%;
    margin-bottom: 15px;
  }
  .profile-container .profile_flex .profile_text {
    width: 100%;
  }
  .present_flex {
    flex-direction: column;
    background: #fff;
    max-width: 800px;
    margin: auto;
    padding: 5%;
  }
  .present_flex .present_text {
    width: 100%;
  }
  .present_flex .present_text .present_name {
    text-align: center;
  }
  .present_flex .present_text h3.h3_present {
    text-align: center;
    width: 100%;
    font-size: 3.6rem;
  }
  .present_flex .present_text h3.h3_present::after {
    width: 100%;
    background-color: #ffe0e7;
  }
  .present_flex .present_img {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
  .present_flex .present_img img {
    border-radius: 16px;
  }
  .present_flex .present_img .badge {
    position: absolute;
    top: -20px;
    right: 0;
  }
  .present_flex .present-box .badge {
    position: static;
    margin-top: 1rem;
  }
}
/*--------------------------------------------
  [05] 参加申し込み
---------------------------------------------*/
#toForm {
  /*  background-color: rgba(#efd5fe,1);*/
}

.toForm-box {
  padding: 45px 15px 0;
}
.toForm-box p {
  max-width: 650px;
  margin: 0 auto;
}

.close_txt {
  display: none;
}

.form_close {
  text-align: center;
  background-color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 100px;
}
.form_close a.Btn {
  display: none;
}
.form_close .close_txt {
  display: block;
}

/*--------------------------------------------
  [04] 注意事項
---------------------------------------------*/
section#Caution {
  padding: 100px 0;
}
section#Caution p i {
  color: #62b7a3;
  margin-right: 5px;
}

/*--------------------------------------------
  [06] フッター
---------------------------------------------*/
footer {
  padding: 100px 0;
  z-index: 5;
  border-top: solid 10px #fff4a9;
}

/* スポンサー
---------------------------------------------*/
#Sponsor {
  margin-bottom: 50px;
}
#Sponsor .w_limit_1280 {
  background-color: #ffffff;
  position: relative;
  padding: 15px;
  border-radius: 15px;
}
#Sponsor dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 25px;
  position: relative;
  background-color: #fff;
  border-radius: 16px;
}
#Sponsor dl::before {
  content: "";
  background-image: linear-gradient(to right, #62b7a3, #62b7a3 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 10px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}
#Sponsor dl:first-of-type::before {
  display: none;
}
#Sponsor dl::before {
  top: 0;
}
#Sponsor dl:last-of-type::after {
  bottom: 0;
}
#Sponsor dl dt {
  width: 25%;
  text-align: center;
}
#Sponsor dl dd {
  width: 75%;
  align-self: center;
}
#Sponsor dl dd.kyosan-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle;
}

.kyosan-flex div:first-of-type {
  line-height: 0;
}

@media screen and (max-width: 767px) {
  #Sponsor dl {
    padding: 25px 15px;
  }
  #Sponsor dl dt {
    margin-right: 5%;
  }
  #Sponsor dl dd {
    width: 70%;
    text-align: center;
  }
  #Sponsor dl dd.kyosan-flex {
    flex-direction: column;
  }
  #Sponsor dl dd.kyosan-flex p {
    margin-bottom: 40px;
  }
  #Sponsor dl dd.kyosan-flex p:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #Sponsor dl dd {
    text-align: left;
  }
}
.footer-logo {
  text-align: center;
  padding-bottom: 50px;
}
.footer-logo img {
  width: 465px;
  height: 39px;
}

.contact-box {
  /*  border: solid 1px #372163;*/
  max-width: 1000px;
  padding: 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto 100px;
  border: solid 5px #c7ba9a;
}

.contact-title {
  display: block;
  width: 24%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #493139;
  text-align: center;
  font-weight: 600;
  padding-right: 25px;
}

h2.contact-title::after {
  display: none;
}

.contact-txt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  width: 70%;
}

.contact-add {
  text-align: left;
  margin-left: 25px;
}
.contact-add p.contact-email span {
  color: #0083da;
  font-size: 2.1rem;
}
.contact-add .tel-link {
  font-size: 2.4rem;
}
.contact-add .tel-link a {
  font-size: 2.4rem;
}

.contactBtn-box .contact-title {
  display: block;
  width: 40%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #493139;
  text-align: center;
  font-weight: 600;
  padding-right: 25px;
}
.contactBtn-box .contact-txt {
  width: 60%;
}
.contactBtn-box .contact-txt .toform-Btn {
  margin: auto;
}

small {
  display: block;
  text-align: center;
}

.PageTop {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: solid 2px #62b7a3;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: 0.3s;
}
.PageTop a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.PageTop::before {
  content: "";
  border-style: solid;
  border-width: 3px 3px 0px 0px;
  border-color: #62b7a3;
  transform: rotate(315deg);
  position: absolute;
  margin: auto;
  top: 7px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
}
.PageTop:hover {
  background: #62b7a3;
  border: solid 2px #62b7a3;
  transition: 0.3s;
  opacity: 1;
}
.PageTop:hover::before {
  border-color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .contact-txt {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-add {
    margin-left: 0px !important;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-box {
    flex-direction: column;
    padding: 25px;
  }
  .contact-title {
    display: block;
    width: 100%;
    font-size: 2.8rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: solid 1px #050403;
  }
  .contact-txt {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 0;
    align-items: center;
    margin-top: 15px;
  }
  .contact-txt .contact-add {
    align-items: center;
    text-align: center;
  }
  #PageTop {
    bottom: 0px;
    right: 0px;
  }
  footer {
    padding-bottom: 50px;
  }
}
/*--------------------------------------------
  [99] 標準機能
---------------------------------------------*/
/*
  微調整用
---------------------------------------------*/
.fz-12 {
  font-size: 1.2rem;
}

.fz-14 {
  font-size: 1.4rem;
}

.fz-15 {
  font-size: 1.5rem;
}

.fz-16 {
  font-size: 1.6rem;
}

.fz-18 {
  font-size: 1.8rem;
}

.fz-21 {
  font-size: 2.1rem;
}

.fz-24 {
  font-size: 2.4rem;
}

.fz-28 {
  font-size: 2.8rem;
}

.fz-32 {
  font-size: 3.2rem;
}

@media screen and (max-width: 600px) {
  /*
  .fz-18 {
    font-size: calc(1.8rem * 0.8);
  }
  .fz-21 {
    font-size: calc(2.1rem * 0.8);
  }
  */
  .fz-28 {
    font-size: 2.24rem;
  }
  .fz-32 {
    font-size: 2.56rem;
  }
}
.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fc-normal {
  color: #493139;
}

.fc-white {
  color: #ffffff;
}

.fc-red {
  color: #ba1c20;
  color: #db3119;
}

.fc-yellow {
  color: #FCCF00;
}

.fc-orange {
  color: #f7711e;
}

.fc-green {
  color: #00b297;
}

.pdt-0 {
  padding-top: 0 !important;
}

.mgt-15 {
  margin-top: 15px;
}

.mgt-20 {
  margin-top: 20px !important;
}

.mgt-30 {
  margin-top: 30px;
}

.mgt-40 {
  margin-top: 40px;
}

.mgt-50 {
  margin-top: 50px;
}

.mgt-100 {
  margin-top: 100px;
}

.mgb-10 {
  margin-bottom: 10px;
}

.mgb-15 {
  margin-bottom: 15px;
}

.mgb-20 {
  margin-bottom: 20px;
}

.mgb-30 {
  margin-bottom: 30px;
}

.mgb-40 {
  margin-bottom: 40px;
}

.mgb-50 {
  margin-bottom: 50px;
}

.mgb-100 {
  margin-bottom: 100px;
}

.mglr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.lh-12 {
  line-height: 1.2;
}

.lh-15 {
  line-height: 1.5;
}

.lh-20 {
  line-height: 2;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.indent-kome {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .ta-center_sp {
    text-align: center;
  }
  .ta-right_sp {
    text-align: right;
  }
  .ta-left_sp {
    text-align: left;
  }
}
/*レスポンシブ改行
-------------------------------*/
.br_480,
.br_768,
.br_1200 {
  display: none;
}

@media screen and (max-width: 1200px) {
  br.br_pconly {
    display: none;
  }
  .br_1200 {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .br_768 {
    display: inline;
  }
  .block-768 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .block-600 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .br_480 {
    display: inline;
  }
}
/*
  背景パターン
---------------------------------------------*/
.bg-white {
  background: #ffffff;
}

.bg-themecolor {
  background-color: #62b7a3;
}

.bg-themecolor_02 {
  background-color: #fff4a9;
}

.bg-gray {
  background: #ffffff;
}

.bg-shasen {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, rgb(245, 245, 245) 5px, rgb(245, 245, 245) 10px);
}

.bg-shasen-bold {
  background-size: auto auto;
  background-color: rgb(191, 98, 88);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgb(184, 80, 69) 15px, rgb(184, 80, 69) 30px);
}

.bg-hougan {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 14px, rgb(231, 231, 231) 16px), linear-gradient(90deg, rgba(255, 255, 255, 0) 14px, rgb(231, 231, 231) 16px);
  background-size: 16px 16px;
}

.bg-dot-naname {
  background-color: #ffffff;
  background-image: radial-gradient(rgb(255, 212, 212) 12%, rgba(255, 255, 255, 0) 32%), radial-gradient(rgb(255, 212, 212) 12%, rgba(255, 255, 255, 0) 32%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
}

.bg-dot-hougan {
  background-color: #ffffff;
  background-image: radial-gradient(rgb(161, 230, 164) 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 12px 12px;
}

.bg-gradation {
  background: rgb(108, 168, 97);
  background: linear-gradient(45deg, rgb(108, 168, 97) 0%, rgb(55, 158, 142) 100%);
}

.bg-stripe {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 15px, rgb(235, 202, 14) 15px, rgb(235, 202, 14) 30px);
}

/*
  ボタン
---------------------------------------------*/
a.Btn {
  font-size: 21px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 400px;
  height: 80px;
  line-height: 76px;
  border-radius: 80px;
  background: #62b7a3;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  border: solid 2px rgba(255, 255, 255, 0);
  margin: auto;
  text-align: center;
}
a.Btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #ffffff;
  transform: rotate(45deg);
  transition: 0.6s;
}
a.Btn:hover {
  background: #ffffff;
  color: #62b7a3;
  border: solid 2px #62b7a3;
}
a.Btn:hover::after {
  border-color: #ffffff;
  transition: 0.6s;
}

.btn_shadow {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
}

.dropshadow {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 768px) {
  a.Btn {
    font-size: 21px;
  }
}
/*
  スクロールアニメーション
    (スクロールしたら表示してほしいところにjs-animationをつける)
---------------------------------------------*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.js-animation.js-ani-nomove {
  transform: translateY(0px);
  transition: all 1.2s;
}
.js-animation.js-ani-nomove.is-show {
  transform: translateY(0px);
}

.js-animation.poyoyon2 {
  transform: perspective(1px) translateZ(0) scale(0.8);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}

.js-animation.is-show.poyoyon2 {
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}/*# sourceMappingURL=style.css.map */