@charset "UTF-8";
/* --------------------------------------------------
/* 共通ページ設定
------------------------------ */
/* メインカラー */
/* レスポンシブブレイクポイント */
/* コンテンツを分けるマージン */
/* --------------------------------------------------
サイト共通レイアウト用のCSS
-------------------------------------------------- */
/* HTMLタグ再定義
------------------------------ */
html, body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

body {
  min-width: 100%;
  -webkit-text-size-adjust: none;
  background-color: #ffffff;
  line-height: 180%;
  font-size: 16px; }
  @media screen and (max-width: 1000px) {
    body {
      font-size: 16px; } }

h1, h2, h3, h4, h5, h6, .btn01, .fontmaru {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg); }

a:link, a:visited, a:active {
  color: #ed7050;
  text-decoration: none; }
a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

img {
  image-rendering: -webkit-optimize-contrast; }
  @media screen and (max-width: 1000px) {
    img {
      max-width: 100%;
      height: auto; } }

hr {
  margin: 20px 0px;
  padding: 0px; }

.pcnone {
  display: none; }
  @media screen and (max-width: 789px) {
    .pcnone {
      display: block; } }

.tbnone {
  display: block; }
  @media screen and (max-width: 1000px) {
    .tbnone {
      display: none; } }

.spnone {
  display: block; }
  @media screen and (max-width: 789px) {
    .spnone {
      display: none; } }

.br-pctb {
  display: block; }
  @media screen and (max-width: 1000px) {
    .br-pctb {
      display: none; } }

.br-pcsp {
  display: block; }
  @media screen and (max-width: 789px) {
    .br-pcsp {
      display: none; } }

.br-tb {
  display: none; }
  @media screen and (max-width: 1000px) {
    .br-tb {
      display: block; } }

.br-sp {
  display: none; }
  @media screen and (max-width: 789px) {
    .br-sp {
      display: block; } }

.br-ssp {
  display: none; }
  @media screen and (max-width: 480px) {
    .br-ssp {
      display: block; } }

@media screen and (max-width: 789px) {
  textarea {
    width: 100%; } }

@media screen and (max-width: 789px) {
  input.check01 {
    width: auto; } }

@media (min-width: 791px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000000; } }
@media (max-width: 790px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none; } }
/* スクロールリンク
------------------------------ */
#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08 {
  margin-top: -150px !important;
  /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 150px !important;
  /* 打ち消し用のパディング */ }

/* ボタン
------------------------------ */
.btn01 a {
  display: block;
  text-align: center;
  border-radius: 50px;
  font-size: 1.5em;
  width: 20em;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  padding: 1rem; }
  @media screen and (max-width: 789px) {
    .btn01 a {
      width: 90%;
      font-size: 1.2em;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      padding: 10px; } }
.btn01 a:hover {
  text-decoration: none !important;
  display: block; }

.btncolor01 a:link, .btncolor01 a:visited {
  color: #ffffff !important;
  background-color: #f7b022; }
.btncolor01 a:hover {
  opacity: 0.8; }

.btncolor02 a:link, .btncolor02 a:visited {
  color: #000000 !important;
  background-color: #f3e300; }
.btncolor02 a:hover {
  opacity: 0.8; }

.btncolor03 a:link, .btncolor03 a:visited {
  color: #000000 !important;
  background-color: #77c4a1; }
.btncolor03 a:hover {
  opacity: 0.8; }

/* ヘッダー
------------------------------ */
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  transition: padding .3s; }

.headerInner {
  max-width: 100%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .headerInner {
      height: 70px; } }
  .headerInner .headerlogo {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%); }
    .headerInner .headerlogo img {
      width: 100%;
      max-width: 438px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      @media (max-width: 1400px) {
        .headerInner .headerlogo img {
          max-width: 300px; } }
      @media (max-width: 1370px) {
        .headerInner .headerlogo img {
          max-width: 208px; } }
    @media (max-width: 1600px) {
      .headerInner .headerlogo {
        left: 1%;
        top: 50%;
        transform: translateY(-50%); } }
    @media screen and (max-width: 1000px) {
      .headerInner .headerlogo {
        left: 5px;
        top: 50%;
        transform: translateY(-50%); } }
  .headerInner .headernavi {
    font-weight: 400;
    position: absolute;
    right: 2%;
    top: 75%;
    transform: translateY(-75%); }
    @media screen and (max-width: 1000px) {
      .headerInner .headernavi {
        left: 5px;
        top: 5px; } }
    .headerInner .headernavi ul {
      text-align: right; }
    .headerInner .headernavi li {
      font-size: 1.2em;
      padding: 0 10px;
      list-style: none;
      display: inline;
      font-weight: bold; }
      @media (max-width: 1370px) {
        .headerInner .headernavi li {
          font-size: 1em;
          padding: 0 5px; } }
      .headerInner .headernavi li:first-child {
        margin-left: 0; }
      .headerInner .headernavi li:last-child {
        padding: 0; }
      .headerInner .headernavi li a {
        display: inline;
        box-sizing: border-box;
        text-decoration: none;
        color: #000000; }
        .headerInner .headernavi li a:hover {
          text-decoration: underline; }
    .headerInner .headernavi .btn01 a {
      font-weight: bold;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.0em;
      border-radius: 50px;
      padding-left: 2em;
      padding-right: 2em; }
      @media (max-width: 1240px) {
        .headerInner .headernavi .btn01 a {
          padding-left: 0.5em;
          padding-right: 0.5em; } }
  .headerInner .freedial {
    position: absolute;
    right: 2%;
    top: 3px; }
    .headerInner .freedial a {
      color: #ed7050 !important;
      font-size: 2.4em;
      font-weight: bold;
      line-height: 150%;
      font-family: 'M PLUS Rounded 1c', sans-serif;
      padding-right: 3px; }
    .headerInner .freedial img {
      height: 30px;
      margin-right: 6px; }
    @media screen and (max-width: 1000px) {
      .headerInner .freedial {
        display: none; } }

.openbtn1 {
  display: none; }
  @media screen and (max-width: 1000px) {
    .openbtn1 {
      z-index: 9999;
      right: 2%;
      top: 20px;
      display: block;
      position: fixed; } }

/* スクロール後  */
#header.scroll .headerInner {
  height: 90px; }
  @media screen and (max-width: 1000px) {
    #header.scroll .headerInner {
      height: 70px; } }
  #header.scroll .headerInner .btn01 a {
    font-size: 0.9em;
    border-radius: 50px;
    padding: 0.4em 1.2em; }
  #header.scroll .headerInner .freedial {
    position: absolute;
    right: 2%;
    top: 0px; }
    #header.scroll .headerInner .freedial a {
      color: #ed7050 !important;
      font-size: 2em;
      line-height: 140%; }
    #header.scroll .headerInner .freedial img {
      height: 21px;
      margin-right: 6px; }
#header.scroll .headerlogo img {
  max-width: 200px; }

/*========= スマホナビゲーション ===============*/
.bnrmenu {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh; }
  .bnrmenu img {
    height: 100%; }

#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  /*   height: 100vh;*/
  /*ナビの高さ*/
  transition: all 0.3s;
  background-color: #fff7e0;
  margin-left: auto;
  margin-right: auto;
  /*アクティブクラスがついたら透過なしにして最前面へ*/
  /*ナビゲーション*/ }
  #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
    height: 100vh;
    /*ナビゲーションの縦スクロール*/ }
    #g-nav.panelactive #g-nav-list {
      /*ナビの数が増えた場合縦スクロール*/
      position: fixed;
      z-index: 99;
      width: 100%;
      height: 100vh;
      /*表示する高さ*/
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
  #g-nav .menuBox {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0; }
  #g-nav.panelactive .menuBox {
    display: block;
    padding-top: 40px;
    padding-bottom: 80px;
    width: 100%; }

/*リストのレイアウト設定*/
#g-nav ul {
  min-width: 170px;
  margin-bottom: 20px;
  padding-left: 0px; }
  #g-nav ul ul {
    min-width: 100%;
    margin-bottom: 00px; }
#g-nav li {
  list-style: none;
  text-align: center;
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #FFD376;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }
  #g-nav li a {
    color: #000000;
    text-decoration: none;
    display: block;
    text-transform: uppercase; }
  #g-nav li li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 0px solid #F3F3F3;
    font-size: 0.9em;
    width: 100%; }
    #g-nav li li a {
      display: inherit;
      font-weight: normal; }
      #g-nav li li a::before {
        content: ">"; }
#g-nav .btn01 a {
  width: 50%;
  margin-bottom: 20px; }

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  cursor: pointer;
  width: 50px;
  height: 50px;
  /*×に変化*/ }
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 0px;
    width: 80%;
    z-index: 99999; }
    .openbtn1 span:nth-of-type(1) {
      background-color: #f7b022;
      top: 0px; }
    .openbtn1 span:nth-of-type(2) {
      top: 13px;
      background-color: #f7b022; }
    .openbtn1 span:nth-of-type(3) {
      background-color: #f7b022;
      top: 26px; }
  .openbtn1 .txt {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    border-radius: 2px;
    width: 45%;
    top: 30px;
    font-size: 10px;
    color: #f7b022; }
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
    background-color: #f7b022; }
  .openbtn1.active span:nth-of-type(2) {
    display: none; }
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
    background-color: #f7b022; }
  .openbtn1.active .txt {
    color: #ffffff; }

/* コンテンツ
------------------------------ */
#contents {
  margin-top: 20px; }

.contentsInner {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 1%;
  padding-right: 1%;
  text-align: left;
  max-width: 1100px; }
  @media screen and (max-width: 1000px) {
    .contentsInner {
      width: 96%;
      padding: 0 2%; } }

.flexarea {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  /*折り返し有り・複数行*/
  justify-content: space-between;
  /*均等に間隔をあける*/ }

.flexarea02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  /*折り返し有り・複数行*/
  justify-content: space-around;
  /*均等に間隔をあける・両端にも間隔をあける*/ }

/* コンテンツ（メインカラム）
	------------------------------ */
/* コンテンツ（サブカラム）
	------------------------------ */
/* フッター
------------------------------ */
.pagetop {
  position: fixed;
  bottom: 45px;
  right: 40px;
  margin: 0 auto;
  z-index: 1; }

@media screen and (max-width: 789px) {
  .pagetop {
    display: none; } }
#footer {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  background-color: #f0f0f0; }
  @media screen and (max-width: 789px) {
    #footer {
      margin-bottom: 0px;
      margin-top: 0px;
      font-size: 1em;
      line-height: 140%;
      padding-top: 20px;
      padding-bottom: 100px; } }
  #footer .footercompany {
    width: 45%; }
    @media screen and (max-width: 1000px) {
      #footer .footercompany {
        width: 100%;
        text-align: center; } }
  #footer .footerlogo {
    width: 80%; }
    @media screen and (max-width: 1000px) {
      #footer .footerlogo {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 30px; } }
    #footer .footerlogo img {
      width: 100%;
      max-width: 430px; }
    #footer .footerlogo .add {
      margin-top: 20px;
      text-align: left; }
      @media screen and (max-width: 1000px) {
        #footer .footerlogo .add {
          width: 100%;
          text-align: center; } }
  #footer .footersitemap {
    width: 50%;
    text-align: right; }
    @media screen and (max-width: 1000px) {
      #footer .footersitemap {
        width: 100%;
        text-align: center; } }
    #footer .footersitemap .btnBox {
      text-align: right;
      margin-top: 30px;
      margin-bottom: 30px;
      justify-content: flex-end; }
      #footer .footersitemap .btnBox .freedial {
        margin-bottom: 10px; }
        #footer .footersitemap .btnBox .freedial a {
          color: #ed7050 !important;
          font-size: 2.1em;
          font-weight: bold;
          line-height: 150%;
          margin-bottom: 20px;
          font-family: 'M PLUS Rounded 1c', sans-serif; }
          #footer .footersitemap .btnBox .freedial a img {
            height: 20px;
            margin-right: 5px; }
      #footer .footersitemap .btnBox .btn01 a {
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.0em;
        border-radius: 50px;
        padding-left: 2em;
        padding-right: 2em; }
      @media screen and (max-width: 1000px) {
        #footer .footersitemap .btnBox {
          display: none; } }
    #footer .footersitemap ul {
      text-align: right; }
    #footer .footersitemap li {
      font-size: 1em;
      padding-left: 1em;
      list-style: none;
      display: inline; }
      #footer .footersitemap li a {
        display: inline;
        box-sizing: border-box;
        text-decoration: none;
        color: #000000; }
        #footer .footersitemap li a:hover {
          text-decoration: underline; }
    #footer .footersitemap .copyright {
      font-size: 0.9em;
      text-align: right;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 0px;
      padding-top: 10px; }
      @media screen and (max-width: 1000px) {
        #footer .footersitemap .copyright {
          width: 100%;
          text-align: center; } }
      @media screen and (max-width: 789px) {
        #footer .footersitemap .copyright {
          font-size: 0.7em; } }

/*------------------------------
　セカンド共通
------------------------------ */
/* 枠
------------------------------ */
.styled {
  margin-bottom: 50px;
  text-align: left;
  min-height: 300px;
  margin-top: 50px; }
  @media screen and (max-width: 789px) {
    .styled {
      padding-right: 2%;
      padding-left: 2%;
      padding-top: 0px; } }

.section_l {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .section_l {
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 789px) {
    .section_l {
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 20px; } }

.section_m {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .section_m {
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 789px) {
    .section_m {
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: 10px; } }

/* 見出し
------------------------------ */
.pagetitle {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 2.5em; }
  @media screen and (max-width: 789px) {
    .pagetitle {
      padding: 0.5em;
      font-size: 1.8em; } }
  @media screen and (max-width: 789px) {
    .pagetitle {
      padding: 0.5em;
      font-size: 1.6em; } }

.pagetitle:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000; }

.pagetitle span {
  position: relative;
  padding: 0 1em;
  background: #fff; }

h2 {
  position: relative;
  padding: 1em;
  text-align: center;
  font-size: 2.5em;
  color: #000000; }
  @media screen and (max-width: 789px) {
    h2 {
      padding: 0.5em;
      font-size: 1.8em; } }
  @media screen and (max-width: 789px) {
    h2 {
      padding: 0.5em;
      font-size: 1.6em; } }

h3 {
  position: relative;
  padding: 1em;
  text-align: center;
  font-size: 2.2em;
  font-weight: 900;
  margin-bottom: 2em;
  margin-top: 2em; }
  @media screen and (max-width: 789px) {
    h3 {
      padding: 0.5em;
      font-size: 1.6em; } }
  @media screen and (max-width: 789px) {
    h3 {
      padding: 0.5em;
      font-size: 1.4em; } }

h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #f7b022; }
  @media screen and (max-width: 789px) {
    h3:before {
      height: 3px; } }

h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 6px solid #f7b022;
  color: #f7b022;
  font-size: 1.8em;
  font-weight: bold; }
  @media screen and (max-width: 1000px) {
    h4 {
      font-size: 1.4em; } }

h4:first-child {
  margin-top: 0px; }

h5 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 150%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 20px;
  background-color: #d0eae8; }
  @media screen and (max-width: 789px) {
    h5 {
      font-size: 1.1em; } }

h6 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 150%;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 1.5em;
  border-bottom: 3px dotted #f7b022; }

.boxcolor02 h6 {
  font-size: 1.4em;
  color: #ffffff;
  font-weight: bold;
  line-height: 150%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0em;
  border-bottom: none; }

/* 段落
------------------------------ */
.styled p {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  line-height: 170%; }

/* リスト
------------------------------ */
.styled ul {
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 10px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0px; }

.styled li ul {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 50px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0px; }

.styled li ul li {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px; }

/* 番号付き
------------------------------ */
.styled ol {
  margin: 15px 0px 15px 25px;
  padding: 0px 20px; }

.styled ol ol {
  margin: 0px 0px 0px 25px;
  padding: 0px; }

.styled ol li {
  list-style: decimal;
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

.styled table p {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px; }

/*アンカーリンク先の位置調整
--------------------------------------*/
.scroll_adjust {
  scroll-margin-top: 100px;
  /* ヘッダーが隠れないように調整 */ }

/* テーブル02
------------------------------ */
.table02 {
  margin-top: 50px !important;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 50px;
  border: 1px solid #CCCCCC !important; }
  @media screen and (max-width: 789px) {
    .table02 {
      margin: 0px;
      width: 100%; } }

.table02 th, .table02 td {
  padding: 20px 20px;
  vertical-align: top;
  border: 1px solid #CCCCCC !important;
  background-color: #FFFFFF; }
  @media screen and (max-width: 789px) {
    .table02 th, .table02 td {
      display: block;
      border-top: none; } }

/*.table02 td:nth-of-type(2n+1) {
    background: #EEE;
    border-right: 1px solid #CCCCCC!important;
    white-space: nowrap;

}*/
.table02 th {
  background: #EEE; }

.table02 td {
  text-align: left; }

.table02 td.pt01 {
  text-align: center;
  background-color: #DAECF9; }

/* テーブル03
------------------------------ */
.styled .table03 {
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC; }

.styled .table03 th, .styled .table03 td {
  padding: 8px 10px;
  vertical-align: top;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background-color: #FFFFFF; }

.styled .table03 th {
  font-weight: bold;
  background: #EEE;
  border-right: 1px solid #CCCCCC; }

/* テーブル
------------------------------ */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  /*margin: 10px 20px;*/
  border: 1px solid #CCCCCC !important; }

.table {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #CCCCCC; }

.table th, .table td {
  padding: 8px 10px;
  vertical-align: top;
  border: 1px solid #CCCCCC; }

.table th {
  font-weight: bold;
  background: #EEE; }

.table thead th {
  vertical-align: bottom; }

/*ページ下部固定メニュー*/
.fbtn {
  display: none; }

@media screen and (max-width: 789px) {
  .fbtn {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ECEFF1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    z-index: 1; }
    .fbtn a {
      width: calc(100% / 2);
      display: block;
      text-align: center;
      color: #fff;
      line-height: 1;
      padding: 8px;
      border-radius: 50px;
      text-decoration: none; }

  a:active, a:hover, a:visited, a:focus {
    text-decoration: none; }

  /*#footer .fbtn a + a {
  border-left: 1px solid #06C755;
}*/
  .fbtn a span {
    display: block;
    padding-top: 2px;
    font-weight: bold;
    font-size: 60%; }
  .fbtn a.icon1 {
    font-weight: bold;
    color: #000;
    margin: 10px 5px 10px 10px;
    padding: 26px 10px 0px 10px;
    background: #77c4a1; }
  .fbtn a.icon3 {
    background: #f3e300;
    font-weight: bold;
    color: #000;
    margin: 10px 10px 10px 5px;
    padding: 20px 10px;
    line-height: 102%; }
  .fbtn a.icon1:before {
    font-family: "Font Awesome 6 Free";
    content: "\f095";
    font-weight: 900;
    font-size: 16px;
    margin: 0 5px 0 0; }
  .fbtn a.icon3:before {
    font-family: "Font Awesome 6 Free";
    content: "\f0e0";
    font-weight: 900;
    font-size: 16px;
    margin: 0 5px 0 0; }

  /*Font Awesome*/ }
