@charset "utf-8";
/*
theme Name: 徳島県南部地域林業成長産業化協議会様オリジナルテーマ
Author: 310
Description: 徳島県南部地域林業成長産業化協議会様のために作成したオリジナルテーマです。
version： 2019.03
*/

body {
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: medium;
  line-height: 1.8em;
  margin: 0px;
  padding: 0px;
  color: #222;
}

.container {}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

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

a:link {
  color: cornflowerblue;
  text-decoration: none;
}

a:visited {
  color: cornflowerblue;
  text-decoration: none;
}

a:hover {
  color: brown;
  text-decoration: underline;
}

a:active {
  color: cornflowerblue;
  text-decoration: none;
}

header {
  margin-bottom: 12px;
  max-width: 1152px;
  margin-right: auto;
  margin-left: auto;
}

footer {
  clear: both;
  padding: 36px;
}

.header-inner,
.container,
.footer-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1152px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

.contents,
#sidebar {
  margin: 20px 0;
}


/*ヘッダー*/

/*タイトル画像*/
.site-title {
  text-align: left;
  max-width: 1152px;
  margin-right: auto;
  margin-left: auto;
}

.site-title h1 {
  line-height: 1em;
  margin: 0px;
  padding: 12px;
  float: left;
}

.site-title img {
  width: auto;
  height: auto;
}

.site-title img:hover {
  opacity: 0.8;
}

.site-title .logo {
  float: left;
}

.site-title .hf {
  float: right;
  margin-top: 18px;
  margin-bottom: 18px;
}

@media(max-width:1090px) {
  .site-title {
    text-align: center;
  }

  .site-title h1 {
    float: none;
  }

  .site-title .logo {
    float: none;
  }

  .site-title .hf {
    float: none;
  }
}


/*スマホ用のメニューボタン*/
.header-inner {
  position: relative;
}

#navbutton {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 8px 12px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}

#navbutton:hover {
  background-color: #ddd;
}

#navbutton:focus {
  outline: none;
}

#navbutton i {
  font-size: 2em;
  color: #333;
}


/*ヘッダーナビ*/
#header-nav {
  display: none;
}

.header-nav {
  clear: both;
  padding-right: 6px;
  padding-left: 6px;
}

.header-nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}

.header-nav li a:before {}

.header-nav li a {
  display: inline-block;
  padding: 15px 5px;
  color: #000;
  font-size: 1em;
  text-decoration: none;
}

.header-nav li a:hover {
  color: crimson;
}

/*ヘッダーメニューPC閲覧時*/
@media (min-width: 900px) {
  .header-nav ul {
    max-width: 75%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  #header-nav {
    display: block !important;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    font-size: 90%;
  }

  .header-nav {
    max-width: 1152px;
    margin: 0px auto;
    padding: 0px 6px;
    box-sizing: border-box;
  }

  .header-nav ul:after {
    display: block;
    clear: both;
    content: '';
  }

  .header-nav li {
    display: inline-block;
    width: auto;
  }

  .header-nav li a {
    font-size: 1.1em;
    padding: 6px 12px;
  }

  #navbutton {
    display: none;
  }
}

/*------フッター------*/
footer {
  background-color: #26453d;
  background-image: url(https://hello-forest.com/wp-content/uploads/2019/03/07back.png);
  background-repeat: repeat-x;
  background-position: center top;
  color: #fff;
  text-align: center;
  padding-top: 72px;
  padding-bottom: 36px;
}

footer h2 {
  margin-top: 0px;
  font-weight: normal;
  line-height: 1.5em;

}

footer .smbotan {

  padding: 6px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: 1px solid #FFFFFF;
  width: 120px;
}

footer .smbotan:hover {
  opacity: 0.8;
}

footer .smbotan a {
  display: block;
  color: #fff;
}

footer .smbotan a:link {
  color: #fff;
  text-decoration: none;
}

footer .smbotan a:hover {
  color: #fff;
  text-decoration: none;
}

footer .smbotan a:visited {
  color: #fff;
  text-decoration: none;
}

footer .smbotan a:active {
  color: #fff;
  text-decoration: none;
}

/*フッターメニュー*/
.footer-nav {
  margin-bottom: 20px;
}

.footer-nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.footer-nav ul:after {
  display: block;
  clear: both;
  content: '';
}

.footer-nav li {
  display: inline-block;
  width: auto;
}

.footer-nav li a {
  font-size: .9em;
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none;
}

.footer-nav li a:hover {
  opacity: .6;
}

/*コピーライト*/
.copyright p {
  color: #fff;
  font-size: .9em;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-nav li {
    width: auto;
    text-align: center;
  }

  .footer-nav li a {
    font-size: 1em;
    padding: 10px 20px;
  }

  /*コピーライト*/
  .copyright p {
    color: #fff;
    text-align: center;
  }
}

/*------サイドバー------*/
.sidebar-wrapper {
  margin-bottom: 1.8em;
  padding: 10px;
}

.sidebar-wrapper h4 {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 7px 10px;
  color: #fff;
  background-color: #464646;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul {
  padding: 0;
  list-style: none;
}

.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li {
  position: relative;
  padding: 10px;
}

.widget_recent_entries li,
.widget_nav_menu li {
  padding-left: 25px;
}

.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a {
  text-decoration: none;
  color: #333;
}

.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_recent_comments a:hover,
.widget_pages a:hover,
.widget_meta a:hover,
.widget_categories a:hover,
.widget_archive a:hover,
.widget_nav_menu a:hover {
  opacity: .6;
}

/*カテゴリウィジェット*/
.widget_categories li {
  display: inline-block;
  margin: 2px;
  padding: 2px 10px;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #777;
}

.widget_categories li:before {
  font-family: 'Font Awesome 5 Free';
  font-size: .8em;
  font-weight: bold;
  padding-right: 2px;
  content: '\f02b';
  color: #fff;
}

.widget_categories li a {
  font-size: .8em;
  color: #fff;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: .9em !important;
  line-height: 2.5em;
  margin: 2px;
  padding: 2px 10px;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
}

/*新着ウィジェット*/
.widget_recent_entries li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  left: 5px;
  content: '\f303';
  color: #464646;
}

/*メニューウィジェット*/
.widget_nav_menu li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  left: 5px;
  content: '\f0da';
  color: #464646;
}

/*カレンダーウィジェット*/
#wp-calendar {
  width: 100%;
}

#wp-calendar tbody {
  text-align: center;
}

/*ループのCSS*/
.kiji-list {
  margin: 0 0 15px;
  border: solid 1px #ddd;
  background-color: #fff;
}

.kiji-list a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000;
}

.kiji-list a:after {
  display: block;
  clear: both;
  content: '';
}

.kiji-list a:hover {
  background-color: #eee;
}

.kiji-list img {
  float: left;
  width: 220px;
  height: 150px;
  object-fit: cover;
}

.kiji-list .text {
  width: auto;
  margin-left: 250px;
}

.kiji-list h2 {
  font-size: 1.05em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
}

.kiji-date {
  font-size: .8em;
  margin-bottom: 8px;
  color: #666;
}

.cat-data {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
}

.kiji-list p {
  font-size: .8em;
  margin: 10px 0 0;
}

.contents>h1 {
  font-size: 1.5em;
  margin: 0 0 20px;
}

@media (max-width: 599px) {
  .kiji-list a {
    padding: 10px;
  }

  .kiji-list img {
    width: 100px;
    height: 80px;
  }

  .kiji-list .text {
    margin-left: 120px;
  }

  .kiji-list h2 {
    font-size: .95em;
  }

  .kiji-date {
    margin-bottom: 0;
  }

  .kiji-list p {
    visibility: hidden;
    height: 0;
  }

  .contents>h1 {
    font-size: 1.3em;
  }
}

/*ページネーション*/
.pagination {
  margin: 40px 0 30px;
  text-align: center;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  width: auto;
}

.pagination li a,
.pagination li>span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.pagination li>span {
  color: #fff;
  background-color: #464646;
}

.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}

.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}

/*記事のCSS*/
.kiji {
  font-size: 1em;
  margin: 0;
  padding: 0 25px 25px;
}

.kiji-info .cat-data a {
  text-decoration: none;
  color: #fff;
}

.kiji-info .cat-data a:hover {
  opacity: .8;
}

.kiji-img {
  max-width: 640px;
  margin: 30px auto;
  text-align: center;
}


/*タグ*/

.kiji-tag {
  text-align: right;
}

.kiji-tag ul {
  list-style: none;
}

.kiji-tag li {
  display: inline-block;
  color: #464646;
}

.kiji-tag li a {
  font-size: .8em;
  margin-right: 7px;
  padding: 2px 7px;
  text-decoration: none;
  color: #464646;
  border: solid 1px #464646;
  border-radius: 2px;
}

.kiji-tag li a:hover {
  opacity: .8;
}

.kiji p {
  margin-top: 0;
  margin-bottom: 30px;
}

.kiji h1 {
  text-align: center;
  font-size: xx-large;
  font-weight: normal;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-bottom: 12px;
  border-bottom: solid 5px #a5dee4;
}

.kiji h2 {
  font-size: x-large;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: solid 1px #a5dee4;
}

.kiji h3 {
  font-size: large;
  margin-top: 24px;
  margin-bottom: 12px;
}

.kiji h4 {
  font-size: large;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 12px;
}

.kiji h5 {
  font-size: medium;
  font-weight: normal;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (max-width: 599px) {
  .kiji {
    font-size: 92%;
    padding: 0 10px 25px;
  }

  .kiji h1 {
    font-size: 1.3em;
  }

  .kiji h2 {
    font-size: 1.25em;
  }

  .kiji h3 {
    font-size: 1.2em;
  }

  .kiji h3:after {
    display: none;
  }

  .kiji h4 {
    font-size: 1.15em;
  }

  .kiji h5 {
    font-size: 1.1em;
  }
}

/*--- トップページ用ここから ---*/
#home_box {
  padding: 0px;
  max-width: 1152px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

#home_box h2 {
  font-size: x-large;
  font-weight: normal;
  border-bottom: none;
  margin-top: 0px;
}

.home_box02 {
  clear: both;
  text-align: center;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.home_box02 a img:hover {
  opacity: 0.8;
}

.home_box03 {
  max-width: 1140px;
  margin-top: 12px;
  margin-right: auto;
  margin-bottom: 6px;
  margin-left: auto;
  padding: 6px;
  background-color: #26453d;
  color: #fff;
  font-size: 110%;
  text-align: center;
}

.home_box04 {
  text-align: center;
  max-width: 1152px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 72px;
  border-top: solid 1px #ccc
}

.home_box04 h2 {
  font-size: x-large;
  font-weight: normal;
}

.home_box04 ul {
  margin: 0px;
  padding: 0px;
}

.home_botan {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: large;
  font-weight: bold;
  background-color: #516e41;
  padding: 12px;
  margin-bottom: 36px;
  max-width: 558px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  text-align: center;
}

.home_botan:hover {
  opacity: 0.8;
}

.home_botan a {
  display: block;
  color: #fff;
}

.home_botan a:link {
  color: #fff;
  text-decoration: none;
}

.home_botan a:hover {
  color: #fff;
  text-decoration: none;
}

.home_botan a:visited {
  color: #fff;
  text-decoration: none;
}

.home_botan a:active {
  color: #fff;
  text-decoration: none;
}

.home_menu {
  margin-right: 11px;
  margin-bottom: 36px;
  margin-left: 11px;
}

.home_news {
  list-style: none;
  border-bottom: solid 1px #eeeeee;
}

/*--- トップページ用ここまで ---*/

/*トップへ戻るボタンここから*/
.topBtn {
  position: fixed;
  /*固定*/
  bottom: 20px;
  /*場所を右下に移動*/
  right: 20px;
  /*場所を右下に移動*/
  display: block;
  /*aタグをblock要素に変更*/
  background-color: #280C00;
  /*以下、デザインはご自由に！！*/
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 22px;
  border-radius: 30px;
  padding-top: 30px;
  box-sizing: border-box;
}

.white a {
  color: #FFFFFF;
  text-decoration: none;
}

.white a:link {
  color: #FFFFFF;
  text-decoration: none;
}

.white a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.white a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.white a:active {
  color: #FFFFFF;
  text-decoration: none;
}

.topBtn:before {
  content: '\25B2';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.topBtn:hover {
  opacity: 0.7;
}

/*トップへ戻るボタンここまで*/
/*記事内画像まわりこみここから*/
.alignleft {
  float: left;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 0px;
}

.alignright {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-left: 24px;
}

.aligncenter {
  display: block;
  margin: auto;
  margin-bottom: 24px;
}

.alignnone {
  clear: both;
}

/*記事内画像まわりこみここまで*/
.kakomi {
  padding: 24px;
  border: 2px solid #a5dee4;

}

/* 2019-09 アンケートページ追加時 */
p.text-indent {
  text-indent: 1em;
}

.is-mb30 {
  margin-bottom: 30px;
}

p.is-mb12 {
  margin-bottom: 12px;
}

.is-attention {
  padding: 20px;
  border-radius: 10px;
  background: #ffe699;
  font-weight: bold;
}

.is-attention p {
  margin-bottom: 0;
}

.is-attention strong {
  color: #c0392b;
}

/* 2019-09 個人情報保護方針 */

.policy ul {
  list-style-type: none;
}

.policy li:not(:last-child) {
  margin-bottom: 4px;
}

.policy h4 {
  font-weight: normal;
}

.policy__cnt01 dt {
  float: left;
}

.policy__cnt01 dd {
  margin-left: 60px;
}

.policy__itm {
  float: left;
}

.policy__cnt02__li li {
  position: relative;
}

.policy__cnt02__li li:first-child:before {
  content: "ア";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt02__li li:nth-child(2):before {
  content: "イ";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt02__li li:nth-child(3):before {
  content: "ウ";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt02__li li:nth-child(4):before {
  content: "エ";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt02__li li:nth-child(5):before {
  content: "オ";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt03__li dd {
  position: relative;
}

.policy__cnt03__li dd:nth-child(2):before {
  content: "ア";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt03__li dd:nth-child(3):before {
  content: "イ";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt03__li dd:nth-child(4):before {
  content: "ウ";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt03__li dd:nth-child(5):before {
  content: "エ";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt03__li dd:nth-child(6):before {
  content: "オ";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt03__li.is-itm01 dt {
  position: relative;
}

.policy__cnt03__li.is-itm01 dt:before {
  content: "①";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt03__li.is-itm02 dt {
  position: relative;
}

.policy__cnt03__li.is-itm02 dt:before {
  content: "②";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt03__li.is-itm03 dt {
  position: relative;
}

.policy__cnt03__li.is-itm03 dt:before {
  content: "③";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt03__li.is-itm04 dt {
  position: relative;
}

.policy__cnt03__li.is-itm04 dt:before {
  content: "④";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt04__li li {
  position: relative;
}

.policy__cnt04__li li:first-child:before {
  content: "①";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt04__li li:nth-child(2):before {
  content: "②";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt04__li li:nth-child(3):before {
  content: "③";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt04__li li:nth-child(4):before {
  content: "④";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt04__li li:nth-child(5):before {
  content: "⑤";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt04__li li:nth-child(6):before {
  content: "⑥";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt04__li li:nth-child(7):before {
  content: "⑦";
  position: absolute;
  left: -30px;
  top: 0;
}

.policy__cnt04__li li:nth-child(8):before {
  content: "⑧";
  position: absolute;
  left: -30px;
  top: 0;
}

.form__dl * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.7;
}

.form__dl {
  margin-bottom: 30px;
}

.form__dl>div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.form__dl>div.js-hidden {
  height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  opacity: 0;
  transition: .3s;
  overflow: hidden;
}

.mw_wp_form_confirm .form__dl>div.js-hidden,
.form__dl>div.js-active {
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  opacity: 1;
}

.form__dl>div>dt,
.form__dl>div>dd {
  padding: 0 20px;
}

.form__dl>div>dt {
  width: 360px;
  font-weight: bold;
}

.form__dl>div>dt span.is-memo {
  display: block;
  font-size: 12px;
}

.form__dl>div>dt span.is-required {
  display: block;
  color: #f00;
  font-size: 12px;
}

.form__dl>div>dd {
  width: calc(100% - 360px);
}

.form__text,
.form__select,
.form__postcode,
.form__tel,
.form__email {
  height: 40px;
  padding: 0 10px;
}

.form__text,
.form__textarea,
.form__email {
  width: 100%;
}

.form__select+input+span {
  margin-right: 5px;
}

.form__select+input+span:last-child {
  margin-right: 0;
}

.form__btn {
  display: flex;
  justify-content: center;
}

.form__submit,
.form__back {
  width: 40%;
  max-width: 200px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: #516e41;
  color: #fff;
  font-size: 16px;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
  transition: .3s;
}

.form__submit:hover,
.form__back:hover {
  opacity: .7;
}

.form__back {
  margin-right: 20px;
}

@media (max-width: 768px) {

  .form__dl>div>dt,
  .form__dl>div>dd {
    width: 100%;
    padding: 0;
  }

  .form__dl>div>dt {
    margin-bottom: 10px;
  }

  .form__submit,
  .form__back {
    font-size: 14px;
  }

  .mw_wp_form_confirm .form__dl>div>dd {
    padding: 0 20px;
  }
}

.fix__bnr__wrap {
  position: relative;
  margin-bottom: 20px;
}

.fix__bnr {
  position: fixed;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  text-align: center;
}

.fix__bnr.is-stop {
  position: absolute;
  bottom: 0;
}

.fix__bnr a {
  display: block;
  width: 250px;
  padding: 5px 20px;
  border-radius: 5px;
  background: #ed7d31;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .fix__bnr {
    position: fixed;
    left: 20px;
    bottom: 32px;
    width: calc(100% - 160px);
    transform: none;
    text-align: center;
  }

  .fix__bnr a {
    display: block;
    width: 100%;
    max-width: 250px;
    padding: 5px 20px;
    border-radius: 5px;
    background: #ed7d31;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
}

/* 20240709追記 */
.u-text-hover {
  transition: opacity .3s;
  cursor: pointer;
}

.u-text-hover:hover {
  opacity: .6;
  transition: opacity .3s;
}