@charset "UTF-8";
/*--------------------------------------------

資産形成カンファレンス
https://www.khb-tv.co.jp/event/shisan2023/index.html

---------------------------------------------*/
/*--------------------------------------------
  [00] 基本設定
---------------------------------------------*/
* {
  font-family: 'Noto Sans JP', sans-serif; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.8rem;
  line-height: 2;
  color: #231815; }
  body.js-no-scroll {
    overflow: hidden; }

img {
  max-width: 100%;
  height: auto;
  text-align: center; }

a {
  transition: 0.6s;
  color: #0084DB;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline; }
  a:hover {
    transition: 0.6s;
    opacity: 0.7; }

h1 {
  font-weight: 700; }

h2 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto 40px;
  padding-bottom: 25px;
  padding-left: 70px;
  display: block;
  font-size: 3.6rem;
  text-align: center;
  z-index: 1; }
  h2 span {
    text-align: center;
    display: inline-block;
    position: relative; }
    h2 span::before {
      content: "";
      height: 50px;
      width: 50px;
      background-image: url("../images/icon-h2.svg");
      background-repeat: no-repeat;
      position: absolute;
      left: -70px;
      top: 0;
      bottom: 0;
      text-align: left; }

h3, h4, h5, th {
  font-weight: 700; }

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto; }

main {
  width: 100%;
  width: 100%; }

.bg-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -1; }

section {
  padding: 80px 0; }

.w_limit_sp {
  width: 92%; }

.w_limit_1400 {
  max-width: 1400px;
  margin: 0 auto; }

.w_limit_1200 {
  max-width: 1200px;
  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; }

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.8rem; } }
@media screen and (max-width: 480px) {
  section {
    padding: 50px 0 25px; }

  body {
    font-size: 1.5rem; }

  .MV-pc, .MV-sp {
    display: block; } }
/*--------------------------------------------
  [01] メインビジュアル
---------------------------------------------*/
.sotowaku {
  background-color: white;
  border-radius: 50px;
  border: solid 10px #FFBD2E;
  margin: 25px auto;
  background-image: url("../images/bg.svg"); }

#Mainvisual {
  padding: 0;
  text-align: center; }
  #Mainvisual img {
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 0px; }

.mv_bg {
  /*  background-image: url("../images/bg.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0% center;
  width: 100%;
  height: 100%; }

.toForm-box {
  padding: 35px 15px;
  box-shadow: rgba(35, 24, 21, 0.15) 7px 7px 25px;
  border-radius: 20px;
  border: solid 5px #E3E0D4; }
  .toForm-box h3 {
    font-size: 2.1rem;
    margin-bottom: 15px;
    text-align: center; }
  .toForm-box p {
    max-width: 650px;
    margin: 0 auto; }

#top-to-Form {
  padding-top: 0; }
  #top-to-Form .toForm-box {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 0;
    border: none; }

@media screen and (max-width: 1400px) {
  .sotowaku {
    margin-top: 0; } }
@media screen and (max-width: 767px) {
  #Mainvisual img {
    padding-top: 25px;
    margin-bottom: 15px; }
  #Mainvisual .w_limit_sp {
    width: 100%; } }
@media screen and (max-width: 767px) and (max-width: 480px) {
  .toForm-box {
    padding: 15px; } }
/*--------------------------------------------
  [02] ABOUT
---------------------------------------------*/
section#About {
  padding-top: 0px; }
  section#About p {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }

.about-catch {
  margin-bottom: 15px;
  color: #118F57;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600; }

.chuusen figure {
  margin-top: 80px;
  margin-bottom: 25px; }

.js-animation.poyoyon2 {
  -webkit-transform: perspective(1px) translateZ(0) scale(0.8);
  transform: perspective(1px) translateZ(0) scale(0.8);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-delay: 0.5s; }

.js-animation.is-show.poyoyon2 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

@media screen and (max-width: 960px) {
  .chuusen figure {
    margin-top: 40px;
    margin-bottom: 15px; } }
@media screen and (max-width: 480px) {
  .about-catch {
    font-size: 2.6rem; }

  .about-read {
    font-size: 1.6rem; } }
/*--------------------------------------------
  [03] 開催概要
---------------------------------------------*/
#Date table {
  background: #ffffff;
  margin: 0 auto;
  font-size: 2.1rem;
  line-height: 1.5;
  width: 100%;
  max-width: 900px; }
  #Date table th {
    width: 20%;
    background: #E88909;
    padding: 20px 30px;
    text-align: center;
    border-bottom: solid 1px #ffffff;
    z-index: 3;
    color: #ffffff;
    vertical-align: middle; }
  #Date table td {
    width: 80%;
    padding: 20px 30px;
    vertical-align: middle;
    border-bottom: solid 1px #c7ba9a; }
    #Date table td p {
      margin-top: 5px; }
    #Date table td span.disp-pc-only {
      display: inline; }
    #Date table td .date-kome {
      font-size: 1.6rem;
      text-align: left; }
  #Date table tr:last-of-type th, #Date table tr:last-of-type td {
    border-bottom: none; }

table.default-table {
  background: #ffffff;
  margin: 0 auto;
  font-size: 2.1rem;
  line-height: 1.5;
  width: 100%;
  max-width: 900px; }
  table.default-table th {
    width: 40%;
    background: #c7ba9a;
    padding: 20px 30px;
    text-align: center;
    border-bottom: solid 1px #ffffff;
    z-index: 3;
    color: #00334e;
    vertical-align: middle; }
  table.default-table td {
    width: 60%;
    padding: 20px 30px;
    vertical-align: middle;
    border-bottom: solid 1px #c7ba9a;
    text-align: left; }
    table.default-table td p {
      margin-top: 5px; }
    table.default-table td span.disp-pc-only {
      display: inline; }
    table.default-table td .date-kome {
      font-size: 1.6rem;
      text-align: left; }
  table.default-table tr:last-of-type th, table.default-table tr:last-of-type td {
    border-bottom: none; }

.to-googlemap-wrap {
  margin: 15px 0; }

.to-googlemap.Btn {
  margin-left: 0rem;
  margin-top: 15px;
  position: relative;
  font-size: 16px;
  height: 50px;
  line-height: 46px;
  max-width: 280px;
  background-color: #ffffff;
  color: #00334e;
  border: solid 2px #00334e;
  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: #00334e; }

.toform-Btn a:hover {
  opacity: 1;
  filter: saturate(170%); }
.toform-Btn img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(5px 5px 5px rgba(104, 69, 18, 0.3)); }

/*--------------------------------------------
  [04] 講演内容
---------------------------------------------*/
section#Kouen {
  padding: 80px 0 0; }
  section#Kouen .toform-Btn {
    margin-top: 40px; }

.tokubetsu {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  max-width: 260px;
  height: auto;
  margin-bottom: 20px; }

.kouen-box {
  padding: 25px 0 45px;
  position: relative;
  z-index: 99; }
  .kouen-box:first-of-type {
    padding-top: 10px; }

.kouen-number {
  margin: 0 auto 30px;
  border-bottom: 1px solid #118F57;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 5px 15px 0px;
  /*	display: inline-block;*/
  color: #118F57; }
  .kouen-number span {
    font-size: 6rem;
    margin-left: 0.5rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.5; }

.kouen-box-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start; }
  .kouen-box-wrap > figure {
    width: 25%;
    margin-left: 5%;
    display: block; }
  .kouen-box-wrap > div {
    width: 70%; }
  .kouen-box-wrap:nth-of-type(2) .company-logo {
    margin-bottom: 30px; }

h3.kouen-title {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 15px; }

.logo-name-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .logo-name-box > figure {
    margin-top: 30px; }
  .logo-name-box > p {
    width: 65%;
    margin-right: 5%; }

.company-logo {
  margin-top: 0px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  max-width: 200px; }
  .company-logo img {
    width: 200px; }

.speaker-name {
  font-size: 2.1rem;
  font-weight: 600;
  display: block; }
  .speaker-name span {
    margin-left: 1rem;
    font-weight: 400;
    font-size: 1.6rem; }

.speaker-profile {
  font-size: 1.5rem;
  margin-top: 15px; }

@media screen and (max-width: 767px) {
  .tokubetsu {
    max-width: 200px; }

  .kouen-number {
    margin-bottom: 0; }

  .kouen-box-wrap {
    display: block; }
    .kouen-box-wrap > figure {
      width: 50%;
      margin-left: 0%;
      margin-top: 0px; }
    .kouen-box-wrap > div {
      width: 100%; }

  .logo-name-box {
    display: block; }
    .logo-name-box > p {
      width: 100%; }
    .logo-name-box > figure {
      margin-top: 10px;
      margin-bottom: 0; } }
/*
タイムライン
--------------------------------------------*/
/*タイムライン全体の設定*/
.timeline {
  width: 100%;
  margin: 50px auto;
  padding: 0 25px; }

.timeline li {
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
  padding: 0 0 20px 0; }
  .timeline li:last-of-type {
    padding-bottom: 0; }

.timeline dl {
  margin: 0 0 20px 3em; }

.timeline dd strong {
  display: block;
  padding: 10px 0; }

/*絶対配置で線を設定*/
.border-line {
  /*線の位置*/
  position: absolute;
  left: 55px;
  top: 0;
  width: 10px;
  /*線の太さ*/
  height: 0;
  /*はじめは高さを0に*/
  background: #F7E65A; }

/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: #FFBD2E;
  border-radius: 50%; }

.timeline li dt {
  display: block;
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 25px;
  right: 0;
  margin: auto;
  z-index: 2;
  line-height: 1.5; }
  .timeline li dt span {
    font-size: 2.8rem;
    font-weight: 900;
    text-indent: 1em; }

.timeline li dd {
  padding-left: 120px;
  position: relative;
  z-index: 5; }

@media screen and (max-width: 767px) {
  .timeline {
    margin-top: 15px;
    padding-left: 0; }
    .timeline li dl {
      margin: 0 0 20px 0em; }
      .timeline li dl dt {
        top: 15px;
        left: 15px; }
        .timeline li dl dt span {
          font-size: 2.1rem;
          margin-left: -10px; }
      .timeline li dl dd {
        padding-left: 100px;
        position: relative;
        z-index: 5; }
    .timeline li::after {
      width: 90px;
      height: 90px;
      left: -10px; }

  .border-line {
    left: 30px; } }
/*無料相談ブース*/
.booth-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 25px; }

.booth-midashi {
  width: 40%;
  padding-right: 3%;
  border-right: solid 1px #cccccc;
  margin-top: 30px; }

.booth-list {
  width: 60%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .booth-list li {
    width: calc(96%/2);
    margin-right: calc(4%/1); }
    .booth-list li:nth-of-type(2n) {
      margin-right: 0; }

@media screen and (max-width: 767px) {
  .booth-flex {
    flex-direction: column; }

  /*無料相談ブース*/
  .booth-midashi {
    width: 100%;
    padding-right: 0;
    border-right: none;
    padding-bottom: 25px;
    margin-top: 30px;
    text-align: center; }

  .booth-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
    .booth-list li {
      border: solid 1px #cccccc;
      margin-bottom: 15px; } }
/*--------------------------------------------
  [05] CTAセクション
---------------------------------------------*/
section#toForm {
  padding-bottom: 100px;
  background-image: url(../images/bg-form.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 50% center; }
  section#toForm h2 {
    margin-bottom: 15px; }
  section#toForm .toForm-box {
    padding: 35px 15px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    border: none; }
    section#toForm .toForm-box h3 {
      font-size: 2.1rem;
      margin-bottom: 15px;
      text-align: center; }
    section#toForm .toForm-box p {
      max-width: 650px;
      margin: 0 auto; }

@media screen and (max-width: 767px) {
  section#toForm {
    background-position: bottom left 25%; } }
/*--------------------------------------------
  [06] フッター
---------------------------------------------*/
footer {
  background: #F0B618;
  padding: 0px 0 10px;
  z-index: 5; }

#Sponsor {
  margin-bottom: 50px;
  margin-top: -50px; }
  #Sponsor .w_limit_1100 {
    position: relative; }
  #Sponsor dl {
    background-color: #ffffff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 25px;
    position: relative;
    border-bottom: solid 1px #118F57; }
    #Sponsor dl:last-of-type {
      border-bottom: none; }
    #Sponsor dl dt {
      text-align: center;
      width: 20%;
      margin-right: 5%;
      padding-left: 15px;
      background-color: #118F57;
      color: #ffffff;
      position: relative;
      height: 50px;
      line-height: 50px; }
      #Sponsor dl dt::after {
        content: '';
        border-top: solid 50px #ffffff;
        border-left: solid 25px transparent;
        bottom: 100%;
        position: absolute;
        top: 0;
        right: 0; }
    #Sponsor dl dd {
      width: 75%;
      align-self: center; }

.kyosan-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle; }
  .kyosan-flex img {
    width: 280px;
    height: auto; }
  .kyosan-flex p {
    width: calc(96%/3);
    margin-right: calc(4%/2); }

.kyosan-flex .khb img {
  width: 220px;
  margin-left: 25px;
  padding-bottom: 10px; }

.kyosan-flex p:nth-of-type(3n) {
  margin-right: 0; }

small {
  display: block;
  text-align: center; }

a.pagetop {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 70px;
  height: 70px;
  transition: 0.3s; }
  a.pagetop:hover {
    bottom: 7%;
    opacity: 1; }

@media screen and (max-width: 767px) {
  #Sponsor {
    margin-bottom: 50px;
    margin-top: 0px; }
    #Sponsor .w_limit_1100 {
      margin: auto;
      width: 100%; }
    #Sponsor dl {
      padding: 15px; }
      #Sponsor dl dt {
        text-align: left;
        align-self: flex-start; }

  .kyosan-flex img {
    width: 280px;
    height: auto; }
  .kyosan-flex p {
    width: calc(96%/2);
    margin-right: calc(4%/1); }

  .kyosan-flex p:nth-of-type(3n) {
    margin-right: calc(4%/1); }

  .kyosan-flex p:nth-of-type(2n) {
    margin-right: 0; }

  #PageTop {
    bottom: 0px;
    right: 0px; }

  footer {
    padding-bottom: 120px; } }
@media screen and (max-width: 480px) {
  #Sponsor dl {
    flex-direction: column; }
    #Sponsor dl dt {
      width: 30%;
      height: 40px;
      line-height: 40px; }
    #Sponsor dl dd {
      text-align: left;
      margin: 0;
      width: 100%; }

  .kyosan-flex {
    padding: 0;
    justify-content: center;
    flex-direction: column; }
    .kyosan-flex p {
      width: 100%;
      margin-right: 0;
      text-align: center; }

  .kyosan-flex .khb img {
    margin-left: 0px;
    margin-top: 25px; } }
/*--------------------------------------------
  [99] 標準機能
---------------------------------------------*/
/*
  ボタン
---------------------------------------------*/
a.Btn {
  font-size: 18px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 400px;
  height: 60px;
  line-height: 56px;
  background: #23a1db;
  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: 15px;
    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 {
    opacity: 1; }
    a.Btn:hover::after {
      right: -15px; }

a.Btn.btn-red {
  background-color: #CA330D; }
  a.Btn.btn-red:hover {
    background: #ffffff;
    color: #CA330D;
    border: solid 1px #CA330D; }
    a.Btn.btn-red:hover::after {
      border-color: #CA330D;
      transition: 0.6s; }
    a.Btn.btn-red:hover::before {
      background-color: #CA330D; }

@media screen and (max-width: 1000px) {
  a.Btn {
    text-align: left;
    padding-left: 5%; } }
/*
  微調整用
---------------------------------------------*/
.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-22 {
  font-size: 2.2rem; }

.fz-24 {
  font-size: 2.4rem; }

.fz-26 {
  font-size: 2.6rem; }

.fz-28 {
  font-size: 2.8rem; }

.fz-32 {
  font-size: 3.2rem; }

.fw-400 {
  font-weight: 400; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fc-normal {
  color: #33312b; }

.fc-white {
  color: #ffffff; }

.fc-red {
  color: #EF442E; }

.fc-yellow {
  color: #FCCF00; }

.fc-mizuiro {
  color: #0FACE5; }

.fc-pink {
  color: #F0629F; }

.fc-orange {
  color: #EE680A; }

.fc-green {
  color: #118F57; }

.mgl-1em {
  margin-left: 1em; }

.mgl-10 {
  margin-left: 10px; }

.mgr-1em {
  margin-right: 1em; }

.mgt-0 {
  margin-top: 0px; }

.mgt-10 {
  margin-top: 10px; }

.mgt-15 {
  margin-top: 15px; }

.mgt-20 {
  margin-top: 20px; }

.mgt-25 {
  margin-top: 25px; }

.mgt-30 {
  margin-top: 30px; }

.mgt-40 {
  margin-top: 40px; }

.mgt-50 {
  margin-top: 50px; }

.mgt-60 {
  margin-top: 60px; }

.mgt-70 {
  margin-top: 70px; }

.mgt-80 {
  margin-top: 80px; }

.mgb-0 {
  margin-bottom: 0px !important; }

.mgb-5 {
  margin-bottom: 5px; }

.mgb-10 {
  margin-bottom: 10px; }

.mgb-15 {
  margin-bottom: 15px; }

.mgb-20 {
  margin-bottom: 20px; }

.mgb-25 {
  margin-bottom: 25px; }

.mgb-30 {
  margin-bottom: 30px; }

.mgb-40 {
  margin-bottom: 40px; }

.mgb-50 {
  margin-bottom: 50px; }

.mgb-100 {
  margin-bottom: 100px; }

/*padding*/
.pdt-0 {
  padding-top: 0 !important; }

.pdb-0 {
  padding-bottom: 0 !important; }

.lh-15 {
  line-height: 1.5; }

.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: 480px) {
  .ta-center_sp {
    text-align: center; }

  .ta-right_sp {
    text-align: right; }

  .ta-left_sp {
    text-align: left; }

  .fz-14_sp {
    font-size: 1.4rem; }

  .fz-15_sp {
    font-size: 1.5rem; }

  .fz-16_sp {
    font-size: 1.6rem; }

  .fz-18_sp {
    font-size: 1.8rem; }

  .fz-21_sp {
    font-size: 2.1rem; }

  .fz-22_sp {
    font-size: 2.2rem; }

  .fz-24_sp {
    font-size: 2.4rem; }

  .fz-26_sp {
    font-size: 2.6rem; }

  .fz-28_sp {
    font-size: 2.8rem; } }
/*テキスト装飾
-------------------------------*/
.marker_yellow_futo {
  background: linear-gradient(transparent 0%, #ffff66 0%); }

.marker_yellow_hoso {
  background: linear-gradient(transparent 60%, #ffff66 60%); }

/*レスポンシブ改行
-------------------------------*/
.br_480 {
  display: none; }

.br_768 {
  display: none; }

.br_767 {
  display: none; }

.br_1000 {
  display: none; }

.br_1200 {
  display: none; }

/*
  背景パターン
---------------------------------------------*/
.bg-white {
  background: #ffffff; }

.bg-gray {
  background: #eaeaea; }

.bg-yellow {
  background-color: #FFF3BC; }

.bg-shasen {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, whitesmoke 5px, whitesmoke 10px); }

.bg-shasen-bold {
  background-size: auto auto;
  background-color: #bf6258;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, #b85045 15px, #b85045 30px); }

.bg-hougan {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 14px, #e7e7e7 16px), linear-gradient(90deg, rgba(255, 255, 255, 0) 14px, #e7e7e7 16px);
  background-size: 16px 16px; }

.bg-dot-naname {
  background-color: #ffffff;
  background-image: radial-gradient(#f5e5c6 12%, rgba(255, 255, 255, 0) 32%), radial-gradient(#f5e5c6 12%, rgba(255, 255, 255, 0) 32%);
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px; }

.bg-dot-naname-yellow {
  background-color: #f5e961;
  background-image: radial-gradient(#f5efbd 16%, transparent 19%), radial-gradient(#f5efbd 16%, transparent 19%);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px; }

.bg-dot-hougan {
  background-color: #ffffff;
  background-image: radial-gradient(#C9D9C9 10%, rgba(255, 255, 255, 0) 30%);
  background-size: 15px 15px; }

.bg-dot-hougan-m {
  background-color: #ffffff;
  background-image: radial-gradient(#C9D9C9 10%, rgba(255, 255, 255, 0) 30%);
  background-size: 15px 15px; }

.bg-dot-hougan-s {
  background-color: #ffffff;
  background-image: radial-gradient(#a1e6a4 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 12px 12px; }

.bg-gradation {
  background: #6ca861;
  background: linear-gradient(45deg, #6ca861 0%, #379e8e 100%); }

.bg-stripe {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 15px, #ebca0e 15px, #ebca0e 30px); }

@media screen and (max-width: 600px) {
  .fz-28 {
    font-size: calc(2.8rem * 0.8); }

  .fz-32 {
    font-size: calc(3.2rem * 0.8); }

  .mgt-15_sp {
    margin-top: 15px; }

  .mgb-15_sp {
    margin-bottom: 15px; }

  .block-600 {
    display: block; } }
@media screen and (max-width: 1200px) {
  .br_1200 {
    display: inline; }

  .br_pconly {
    display: none; } }
@media screen and (max-width: 1000px) {
  .br_1000 {
    display: inline; } }
@media screen and (max-width: 768px) {
  .br_768 {
    display: inline; }

  .block-768 {
    display: block; } }
@media screen and (max-width: 767px) {
  .br_767 {
    display: inline; } }
@media screen and (max-width: 480px) {
  .br_480 {
    display: inline; }

  .fz-24_sp {
    font-size: 2.4rem; }

  .fz-22_sp {
    font-size: 2.2rem !important; }

  .fz-21_sp {
    font-size: 2.1rem; } }
/*
  スクロールアニメーション
    (スクロールしたら表示してほしいところに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); }
