@charset "UTF-8";
/*--------------------------------------------

>親子de再エネ 学習バスツアー
https://www.khb-tv.co.jp/event/topo_cup/index.html

  [00] 基本設定
  [01] メインビジュアル
  [02] ABOUT
  [03] 開催概要
  [04] 講演内容
  [05] 参加申し込み
  [06] フッター
  [99] 標準機能

---------------------------------------------*/
/*--------------------------------------------
  [00] 基本設定
---------------------------------------------*/
* {
  font-family: 'Noto Sans JP', sans-serif; }

html {
  font-size: 62.5%;
  /*1rem=10px*/ }

body {
  font-size: 1.8rem;
  /*本文サイズ 1.8rem=18px*/
  line-height: 2;
  color: #33312b; }
  body.js-no-scroll {
    overflow: hidden; }

img {
  max-width: 100%;
  height: auto;
  text-align: center; }

a {
  transition: 0.6s;
  color: #0084DB;
  text-decoration-line: underline; }
  a:hover {
    transition: 0.6s;
    opacity: 0.7; }

::selection {
  background: #0084DB;
  color: #ffffff; }

h1, h2, h3, h4, h5, th {
  font-weight: 700; }

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto; }

main {
  width: 100%; }

/*セクション設定-------------------------*/
.bg-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.jpg");
  background-position: left 35% bottom 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  z-index: -1; }

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto; }

main {
  width: 100%; }

section {
  padding: 50px 0; }

section > .w_limit_1440 {
  padding-top: 50px;
  padding-bottom: 50px;
  	/*
    background-color: #ffffff;
  	margin-bottom: 100px;
  	border-style: solid;
  	border-width: 3px;
  	border-top-color: $yellow;
  	border-right-color: $blue;
  	border-bottom-color: $green_d;
  	border-left-color: $green_l;*/ }

.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: 40px;
  display: block;
  font-size: 3.2rem;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  padding-bottom: 80px;
  	/*
    &::after {
      content: '';
      height: 5px;
      width: 50px;
      background: $theme-color_02;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
  	
      margin: auto;
    }*/ }
  h2 span {
    z-index: 1; }
  h2::before {
    content: '';
    height: 50px;
    text-align: center;
    width: 160px;
    background-repeat: no-repeat;
    background-image: url("../images/icon_h2.svg");
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

@media screen and (max-width: 1230px) {
  section {
    padding-left: 15px;
    padding-right: 15px; }

  h2 {
    font-size: 2.8rem; } }
@media screen and (max-width: 1000px) {
  section {
    padding: 25px inherit; }
    section > .w_limit_1440 {
      padding: 70px 15px; } }
@media screen and (max-width: 767px) {
  section {
    padding: 25px 0; }
    section > .w_limit_1440 {
      padding: 70px 0px; }

  body {
    font-size: 1.6rem; } }
/*--------------------------------------------
  [01] メインビジュアル
---------------------------------------------*/
#Mainvisual {
  padding: 50px 15px 25px;
  margin-bottom: 0px;
  /*background-image: url("../images/bg_mv.jpg");*/
  background-repeat: no-repeat;
  background-size: contain; }
  #Mainvisual .w_limit_1440 {
    padding: 0; }

.MV-pc {
  display: block; }

.MV-sp {
  display: none; }

.MV-pc > .w_limit_1440 {
  position: relative; }

.about_read {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 100px; }

@media screen and (max-width: 768px) {
  #Mainvisual {
    padding: 50px 0px 25px; }

  .about_read {
    text-align: left;
    font-size: 1.6rem; } }
@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_1440 {
    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_1440 {
      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 10px $theme-color_02;
    	border-top-color: #1d9fcb;
    	border-right-color: #de342a;
    	border-bottom-color: #f29635;
    	border-left-color: #32a54f;
    	  background-color: #ffffff;
    	  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    	  border-radius: 15px;*/ }

/*--------------------------------------------
  [02] ABOUT
---------------------------------------------*/
#About > .w_limit_1440 {
  padding-top: 35px;
  padding-bottom: 60px; }
#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: #5cb531;
    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_description {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px; }

@media screen and (max-width: 768px) {
  .about_description {
    font-size: 2.4rem; } }
@media screen and (max-width: 480px) {
  section#About > .w_limit_1440 {
    padding: 0px inherit; } }
/*--------------------------------------------
  [03] 開催概要
---------------------------------------------*/
#Date table, table.default-table {
  background: #ffffff;
  margin: 0 auto;
  font-size: 2.1rem;
  line-height: 1.5;
  width: 100%; }
  #Date table th, table.default-table th {
    width: 20%;
    background: #5cb531;
    padding: 20px 30px;
    text-align: center;
    border-bottom: solid 1px #ffffff;
    /*    border-right: dashed 1px $theme-color;*/
    z-index: 3;
    color: #ffffff;
    vertical-align: middle; }
  #Date table td, table.default-table td {
    width: 80%;
    padding: 20px 30px;
    vertical-align: middle;
    border-bottom: solid 1px #5cb531; }
    #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; }
  #Date table tr:last-of-type th, #Date table tr:last-of-type td, 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: #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 {
    font-size: 1.8rem; }

  #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; } }
@media screen and (max-width: 480px) {
  #Date table td span.disp-pc-only,
  table.default-table td span.disp-pc-only {
    display: none; }

  table.default-table td {
    text-align: center; } }
/*--------------------------------------------
  [04] 講演内容
---------------------------------------------*/
.kouen-wrap {
  position: relative;
  /*
    &::after {
      content: "";
      background-image: linear-gradient(to right, #fc9c37, #fc9c37 3px, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 10px);
      background-size: 10px 3px;
      background-repeat: repeat-x;
      height: 3px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none;
    }*/ }

.kouen-subtitle {
  color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 30px;
  line-height: 1.5;
  border-top-right-radius: 50px;
  display: flex;
  align-items: center; }

.bgc-green {
  background-color: #32a54f; }

.bgc-red {
  background-color: #de342a; }

.bgc-orange {
  background-color: #fc9c37; }

.bgc-pink {
  background-color: #e5207c; }

.bgc-blue {
  background-color: #1d9fcb; }

#Kouen .toform-Btn {
  margin-top: 40px; }

.kouen-container {
  display: flex;
  justify-content: space-between; }

.kouen_number .num {
  display: block;
  text-align: center;
  font-size: 3.6rem; }

.kouen-box {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 45px;
  position: relative; }
  .kouen-box:first-of-type {
    padding-top: 20px; }
  .kouen-box > figure {
    width: 30%; }
    .kouen-box > figure img {
      border-radius: 25px; }
  .kouen-box > div {
    width: 65%; }

.logo-name-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

h3.kouen-title {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 15px; }

.speaker-name {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  display: block; }
  .speaker-name span {
    margin-left: 1rem;
    font-size: 1.6rem;
    font-weight: 600; }

@media screen and (max-width: 767px) {
  .kouen-container {
    flex-direction: column; }

  .kouen-box {
    flex-direction: column;
    width: 100%; }
    .kouen-box > figure, .kouen-box > div {
      width: 100%;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }

  .bio {
    text-align: left; }

  h3.kouen-title {
    font-size: 2.4rem;
    text-align: center; }

  .speaker-info {
    margin: auto; }

  .speaker-name {
    margin-left: 0rem;
    margin: auto;
    display: block; }

  .logo-name-box {
    margin: auto;
    margin-top: 15px;
    text-align: center; } }
/*--------------------------------------------
  体験・ポイント
---------------------------------------------*/
.list_point {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  font-size: 2.1rem;
  flex-direction: column;
  margin: auto; }
  .list_point li {
    margin-right: 2rem;
    text-align: center; }

.list_point_wrap {
  margin: auto;
  text-align: center; }

.taiken_box {
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .taiken_box .flex_cal2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    /*		border-right: solid 2px $green_l;*/
    width: calc(95%/3);
    margin-right: calc(5%/2); }
    .taiken_box .flex_cal2:last-of-type {
      border-right: none; }
    .taiken_box .flex_cal2 > div {
      margin-bottom: 15px; }
      .taiken_box .flex_cal2 > div p:nth-of-type(1) {
        font-size: 2.1rem;
        font-weight: 600; }

@media screen and (max-width: 767px) {
  .taiken_box {
    flex-direction: column; }
    .taiken_box .flex_cal2 {
      width: 100%;
      margin-right: 0;
      margin-bottom: 50px; } }
/*--------------------------------------------
  [05] 参加申し込み
---------------------------------------------*/
section#toForm {
  padding-top: 100px 0; }
  section#toForm > .w_limit_1440 {
    background-color: rgba(255, 255, 255, 0.75);
    padding-top: 100px;
    padding-bottom: 100px;
    border-style: solid;
    border-width: 5px;
    border-top-color: #14bd6a;
    border-right-color: #6ac24c;
    border-bottom-color: #14bd6a;
    border-left-color: #6ac24c; }

.toForm-box {
  padding: 0px 15px; }
  .toForm-box h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center; }
  .toForm-box p {
    max-width: 650px;
    margin: 0 auto; }

/*--------------------------------------------
  [06] フッター
---------------------------------------------*/
footer {
  background: #5cb531;
  padding: 100px 0;
  z-index: 5;
  /*  border-top: solid 10px $yellow;*/
  box-shadow: rgba(0, 0, 0, 0.7) -15px 15px 5px; }

/* スポンサー
---------------------------------------------*/
#Sponsor {
  margin-bottom: 50px; }
  #Sponsor .w_limit_1440 {
    position: relative; }
  #Sponsor dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 25px;
    position: relative;
    color: #ffffff;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    	  /*
        &::before, &:last-of-type::after {
          content: "";
          background-image: linear-gradient(to right, $theme-color_02, $theme-color_02 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;
        }
        &::before {
          top: 0;
        }
        &: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: -webkit-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: 1440px;
  padding: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  align-items: center;
  margin: 100px auto 100px;
  border: solid 5px #ffffff; }

.contact-title {
  display: block;
  width: 24%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #33312b;
  text-align: center;
  font-weight: 600;
  padding-right: 25px; }

h2.contact-title::after {
  display: none; }

.contact-txt {
  display: -webkit-flex;
  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.8rem;
    font-weight: 600; }
    .contact-add .tel-link a {
      text-decoration: none;
      color: inherit; }

.contactBtn-box .contact-title {
  display: block;
  width: 40%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #33312b;
  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: #14bd6a;
  border: solid 2px #ffffff;
  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: #ffffff;
    transform: rotate(315deg);
    position: absolute;
    margin: auto;
    top: 7px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 15px;
    height: 15px; }
  .PageTop:hover {
    background: #ffffff;
    border: solid 2px #14bd6a;
    transition: 0.3s; }
    .PageTop:hover::before {
      border-color: #14bd6a; }

@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-right: 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; }

  footer {
    padding-bottom: 50px; } }
/*--------------------------------------------
  [07] 参加申し込み_fixed
---------------------------------------------*/
.sticky_ticket {
  z-index: 5;
  position: fixed;
  top: 50px;
  right: 0;
  width: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 60px;
  height: 304px; }
  .sticky_ticket img {
    width: 60px;
    height: 304px; }

@media screen and (max-width: 480px) {
  .sticky_ticket {
    top: auto;
    bottom: 0;
    left: auto;
    right: auto;
    margin: auto;
    width: auto;
    height: auto;
    width: 100%;
    background-color: #32a54f;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; }
    .sticky_ticket img {
      height: 60px;
      width: 304px; } }
@media screen and (max-width: 480px) and (max-width: 480px) {
  #PageTop {
    display: none !important; } }
/*--------------------------------------------
  [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: calc(2.8rem * 0.8); }

  .fz-32 {
    font-size: calc(3.2rem * 0.8); } }
.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: #ba1c20; }

.fc-blue {
  color: #036eb7; }

.fc-yellow {
  color: #FCCF00; }

.fc-orange {
  color: #f7711e; }

.pdt-0 {
  padding-top: 0 !important; }

.mgt-10 {
  margin-top: 10px; }

.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; }

.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-50 {
  margin-bottom: 50px; }

.mglr_auto {
  margin-left: auto;
  margin-right: auto; }

.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_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-gray {
  background: #ffffff; }

.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(#ffd4d4 12%, rgba(255, 255, 255, 0) 32%), radial-gradient(#ffd4d4 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(#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); }

/*
  ボタン
---------------------------------------------*/
/*#2fa14d*/
/*#2fa14d*/
a.Btn {
  font-size: 21px;
  font-weight: 700;
  text-decoration-line: none;
  max-width: 400px;
  height: 80px;
  line-height: 72px;
  border-radius: 80px;
  background: #1a1a1e;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  border: solid 5px 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: #1a1a1e;
    border: solid 5px #1a1a1e;
    opacity: 1; }
    a.Btn:hover::after {
      border-color: #1a1a1e;
      transition: 0.6s; }

.btn_shadow {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2)); }

@media screen and (max-width: 768px) {
  a.Btn {
    font-size: 18px; } }
/*
  スクロールアニメーション
    (スクロールしたら表示してほしいところに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); }
