@charset "UTF-8";
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  color: #000;
  font-size: 1.5rem;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, 'sans-serif';
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
input, button, textarea, select {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, Osaka, 'ＭＳ Ｐゴシック', MS PGothic, 'sans-serif';
  cursor: pointer;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 0;
}
hr {
  border-top: 1px solid #ccc;
  height: 0;
  padding: 0;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin: 20px 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.2;
  margin: 0.2em 0;
}
form {
  margin: 0;
  padding: 0;
}
input[type=button], input[type=submit], input[type=reset], input[type=image], button {
  transition: all .2s;
}
label + input, label + select {
  margin-left: 7px;
}
/*テキストフォーム*/
.input-text {
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid #A3A3A3;
  max-width: 100%;
  min-height: 34px;
  vertical-align: middle;
  font-size: 1.4rem;
}
/*セレクトメニュー*/
.select-form {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/icon-select-arrow.png")no-repeat right center/18px auto;
  border-radius: 3px;
  text-align: left;
  vertical-align: middle;
  padding: 3px 30px 3px 6px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #A3A3A3;
  font-size: 1.4rem;
}
.select-form::-ms-expand {
  display: none;
}
.top-mainnews-header .select-form {
  border-radius: 20px;
  padding: 3px 30px 2px 10px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #A3A3A3;
  font-size: 1.3rem;
}
/*チェックボックススタイル*/
.checkbox-input {
  display: none;
}
.checkbox-label {
  position: relative;
  padding: 2px 0 0 25px;
  line-height: 1.1;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
}
.checkbox-label .checkbox-input ~ .checkbox-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #A5A4A4;
  border-radius: 3px;
  background-color: #fff;
}
/*
.checkbox-input[disabled="disabled"] ~ .checkbox-text {
  cursor: default;
  color: #575757;
}
*/
/*
.checkbox-label2 .checkbox-input:checked ~ .checkbox-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #338844;
  border: 1px solid #4A6C51;
}
*/
.checkbox-label .checkbox-input:checked ~ .checkbox-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5.1px;
  width: 6px;
  height: 4px;
  transform: rotate(-45deg);
  border-left: 3px solid #53B124;
  border-bottom: 3px solid #53B124;
  border-radius: 0 0 2px 0;
}
/*
.checkbox-label .checkbox-input[disabled="disabled"] ~ .checkbox-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #f2f2f2;
  border: 1px solid #cbcbcb;
}
*/
/*ラジオボタン*/
.radio-input {
  display: none;
}
.radio-label {
  position: relative;
  padding: 3px 0 0 26px;
  line-height: 1.1;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
}
.radio-label .radio-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #4A6C51;
  border-radius: 100px;
  background-color: #fff;
}
.radio-input:checked ~ .radio-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #338844;
  border-radius: 100px;
}
.radio-input[disabled="disabled"] ~ .radio-text {
  cursor: default;
  color: #575757;
}
.radio-input[disabled="disabled"] ~ .radio-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #cbcbcb;
  border-radius: 100px;
  background-color: #f2f2f2;
}
.radio-input[disabled="disabled"]:checked ~ .radio-text::after {
  background-color: #ABABAB;
}
/*ページのトップに戻るボタン*/
.navi-pagetop {
  position: fixed;
  bottom: 40px;
  right: 0;
  height: 60px;
  width: 60px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  border-radius: 10px 0 0 10px;
}
.navi-pagetop a {
  display: block;
  height: 60px;
  width: 60px;
  padding-top: 12px;
  color: #fff;
  text-decoration: none;
  line-height: 1.1;
  font-size: 1.2rem;
  text-align: center;
  font-family: Arial;
}
.navi-pagetop a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  display: inline-block;
  transform: rotate(45deg);
}
.navi-pagetop a .txt {
  display: block;
}
/*----------------
　ヘッダー
-----------------*/
/*スマホ時メニューボタン*/
.sp-navi-open {
  display: none;
}
/*グローバルヘッダー ----------------------------*/
.globalheader {
  height: 125px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: height .2s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  border-top: 4px solid #A1D687;
  text-align: left;
}
.globalheader-content {
  transition: all .2s;
  height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 2%;
}
/*ロゴ*/
.header-sitename {
  margin: 13px 0 0;
}
.header-sitename .sitename {
  display: block;
  width: 386px;
  height: 45px;
  background: url("../img/logo-header.png")no-repeat left center / 386px auto;
  text-indent: -9999px;
}
/*ヘッダーコンテンツ ----------------------------*/
.header-content {
  display: flex;
  align-items: center;
  padding: 5px 10px 0 0;
}
/*メニュー*/
.header-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1;
}
.header-menu-list > li {
  margin: 0 10px;
}
.header-menu-list a {
  display: block;
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  padding: 2px 0 1px 23px;
}
.header-menu-list .hml-link-home {
  background-image: url("../img/icon-hd-home.png");
  background-size: 17px auto;
  background-position: left center;
}
.header-menu-list .hml-link-address {
  background-image: url("../img/icon-hd-address.png");
  background-size: 17px auto;
  background-position: left center;
}
.header-menu-list .hml-link-news {
  background-image: url("../img/icon-hd-news.png");
  background-size: 14px auto;
  background-position: 3px center;
}
.header-menu-list .hml-link-faq {
  background-image: url("../img/icon-hd-help.png");
  background-size: 11px auto;
  background-position: 6px center;
}
/*サイト内検索*/
.header-sitesearch {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.header-sitesearch .sitesearch-text-box {
  width: 200px;
}
.header-sitesearch .sitesearch-text-box input {
  width: 100%;
  height: 22px !important;
  /*  border: 1px solid #BCBCBC;*/
  /*  border-radius: 3px;*/
}
.header-sitesearch .gsc-search-button-v2 {
  height: 32px;
  width: 32px;
  border: 1px solid #83B968;
  border-radius: 3px;
  border-color: #83B968;
  background-color: #83B968;
  background-image: linear-gradient(top, #4d90fe, #4787ed);
  padding: 6px;
}
.header-sitesearch table.gsc-search-box td.gsc-input {
  padding-right: 3px;
}
.header-sitesearch .sitesearch-btn-box input {
  height: 32px !important;
}
.header-sitesearch .gsc-control-cse {
  padding: 0;
}
/*
.header-sitesearch .sitesearch-btn-box {
  margin-left: 3px;
}
.header-sitesearch .sitesearch-btn-box input {
  height: 32px;
  width: 32px;
  text-indent: -9999px;
  background: #83B968 url("../img/icon-hd-search.png")no-repeat center center / 18px auto;
  border: 1px solid #83B968;
  border-radius: 3px;
}
*/
/*グローバルナビゲーション ----------------------------*/
.globalheader-navi {
  height: 62px;
  padding: 19px 0 0;
  text-align: center;
  position: relative;
}
.headerlow .globalheader-navi {
  padding-left: 55px;
  padding-right: 55px;
  /*  background: url("../img/logo-mark.png")no-repeat 10px center / 35px auto;*/
}
.header-navi {
  height: 40px;
  display: flex;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  border-left: 1px solid #80D157;
}
.header-navi .navi-main {
  display: block;
  border-right: 1px solid #80D157;
  text-align: center;
  width: 25%;
  font-size: 1.6rem;
  text-decoration: none;
  color: #000;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}
.header-navi .navi-main .link-text {
  display: inline-block;
  background-repeat: no-repeat;
  padding: 5px 0 0 24px;
  background-position: left 3px;
}
.header-navi .navi-main.link-shutoku .link-text {
  background-image: url("../img/icon-navi-toru.png");
  background-size: 16px auto;
}
.header-navi .navi-main.link-shiru .link-text {
  background-image: url("../img/icon-navi-shiru.png");
  background-size: 18px auto;
}
.header-navi .navi-main.link-menjou .link-text {
  background-image: url("../img/icon-navi-license.png");
  background-size: 20px auto;
}
.header-navi .navi-main.link-shinsei .link-text {
  background-image: url("../img/icon-navi-shinsei.png");
  background-size: 19px auto;
}
/*プルダウンメニュー ----------------------------*/
.navi-menu-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  background: #fff;
  border: 3px solid #a1d687;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
  width: 1144px;
  max-width: 100%;
  z-index: 998;
  text-align: left;
  line-height: 1.1;
}
/*閉じるボタン*/
.navi-menu-close {
  text-align: right;
  padding: 5px 5px 0 0;
  width: 100%;
}
.navi-menu-close .btn-menu-close {
  background: transparent url("../img/icon-navi-close.png")no-repeat center center /21px auto;
  border: none;
  width: 21px;
  height: 21px;
  text-indent: -9999px;
}
.navi-main.selected {
  position: relative;
}
.navi-main.selected::after {
  content: "";
  position: absolute;
  background: url("../img/bg-navi-arrow.png")no-repeat center center/18px auto;
  width: 16px;
  height: 18px;
  bottom: -5px;
  left: 50%;
  margin-left: -8px;
  z-index: 999;
}
.menu-box-row {
  display: flex;
  justify-content: space-between;
  padding: 0 25px 20px;
}
.menu-box-row a {
  color: #000;
  text-decoration: none;
}
.link-shutoku + .navi-menu-box .menu-box-row > div {
  width: 23%;
}
.menu-box-col {
  width: 23%;
}
.menu-box-col .menu-main {
  font-size: 1.7rem;
  border-bottom: 1px solid #A1D687;
  padding: 10px 3px;
  margin-bottom: 18px;
}
.menu-box-col .menu-main a {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}
.menu-box-col .menu-main a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  color: #A1D687;
  position: absolute;
  display: block;
  left: 0;
  top: -1px;
}
.menu-box-col .menu-sub {
  list-style: none;
  margin: 1em 0 0 1.2em;
  padding: 0;
}
.menu-item {
  margin: 1em 0;
  font-size: 1.5rem;
  position: relative;
}
.menu-item a {
  display: inline-block;
  padding-left: 18px;
}
.menu-item a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  color: #A1D687;
  position: absolute;
  display: block;
  left: 0;
  top: -1px;
}
.navi-menu-list {
  list-style: none;
  margin: 0 1em;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.navi-menu-list .menu-item {
  width: 24%;
}
/*----------------
　フッター
-----------------*/
.global-footer {
  background-color: #696969;
  color: #fff;
}
.global-footer a {
  color: #fff;
}
.global-footer .footer-inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.footer-menu {
  font-size: 1.3rem;
  line-height: 1.1;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}
.footer-menu a {
  text-decoration: none;
}
.footer-menu .footer-meun-list {
  list-style: none;
  margin: 0 1%;
  padding: 0;
  width: 18%;
}
.footer-menu .footer-meun-list .f-menu-item {
  margin: 1em 0;
}
.footer-bottom {
  padding: 10px;
}
.footer-bottom .footer-copyr {
  font-size: 1.1rem;
  line-height: 1.1;
  letter-spacing: 1px;
}
/*★グローバル変更 202212*/
.header-navi { /*★global 202212*/
  border-left: none;
}
.header-navi .navi-main { /*★global 202212*/
  width: auto;
  border-right: none;
}
.del-line { /*★global 202212*/
  width: 1px;
  background: #80D157;
}
.is-branch .menu-box-col { /*★global 202212*/
  width: 11.5%;
}
.is-branch .menu-box-col .menu-main { /*★global 202212*/
  font-size: 1.5rem;
  position: relative;
  padding-left: 10px;
  padding-bottom: 7px;
}
.is-branch .menu-box-col .menu-main::before { /*★global 202212*/
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #93CE75;
  display: block;
  position: absolute;
  left: 0;
  top: 43%;
}
.header-navi .navi-main.link-shibu .link-text {/*★global 202212*/
  background-image: url("../img/icon-hd-address.png");
  background-size: 20px auto;
  background-position: left 6px;
}
.is-branch .menu-box-col .menu-sub {
  margin-left: 5px;
}
/*モーダル*/
/*★global 202212*/
.md_contents_wrap {
  line-height: 1.3;
  padding: 10px 15px;
}
.lity-container {
max-width: 96%!important;
}
.lity-content .mdscrl,
.lity-content > div.lity-hidden {
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 10px;
}
.md_contents_wrap .pref-list-block {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: 940px;
  max-width: 100%;
}
.md_title {
  font-size: 2rem;
}
.md_title img.titleicon {
  vertical-align: middle;
}
/*======================================================

　レスポンシブ

======================================================*/
/*
　PC以上
*/
@media screen and (min-width: 1200px) {
  a {
    transition: all .3s;
  }
  .header-navi a.navi-main {
    transition: all 0s;
  }
  a:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=image]:hover, button:hover {
    opacity: .7;
  }
  /*グローバルヘッダースクロール時 ----------------------------*/
  .headerlow .globalheader {
    height: 65px;
  }
  .headerlow .globalheader .globalheader-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .top-kv {
    margin-top: 125px;
    transition: all .3s;
  }
  .headerlow .top-kv {
    margin-top: 65px;
  }
  /*ナビメニュー ----------------------------*/
  .navi-menu-box {
    display: none;
  }
  .navi-main.selected:hover {
    opacity: 1;
  }
  .menu-box-row a:hover {
    text-decoration: underline;
  }
  .header-navi {
    display: flex !important;
  }
  .header-navi .header-content {
    display: none;
  }
  .footer-menu a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
/*
　タブレット
*/
@media screen and (max-width: 1199px) {
  /*----------------
　ヘッダー
-----------------*/
/*★グローバル変更 202212*/
  .del-line { /*★global 202212*/
    display: none;
  }
  .menu-box-row.is-branch { /*★global 202212*/
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .is-branch .menu-box-col { /*★global 202212*/
    width: 30%;
    margin-right: 3%;
  }
  .is-branch .menu-box-col .menu-main { /*★global 202212*/
    font-size: 1.6rem;
    border-top: none;
    border-bottom: 1px solid #A1D687;
  }
  .is-branch .menu-box-col .menu-main::before { /*★global 202212*/
    left: 0;
    top: 63%;
  }
  .is-branch .menu-box-col .menu-sub {/*★global 202212*/
    margin-right: 0;
  }
  .mb-none {/*★global 202212*/
    display: none;
  }
  /*スマホ時メニューボタン*/
/*スマホ時メニューボタン 202212*/
  .sp-navi-open {
    display: block;
    width: 50px;
    height: 56px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -9999px;
    background: #339900 url("../img/icon-sp-menu.png")no-repeat center 13px /15px auto; /*add menu text*/
    transition: all .3s;
  }
  .sp-navi-open.selected {
    background-image: url("../img/icon-sp-navi-close.png");
  }
  .sp-navi-open::before { /*add menu text*/
    content: "MENU";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 9px;
    left: 0;
    text-align: center;
    color: #fff;
    text-indent: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1;
  }
  .sp-navi-open.selected::before { /*add menu text*/
    content: "CLOSE";
  }
  /*グローバルヘッダー ----------------------------*/
  .globalheader {
    height: 60px;
    z-index: 1000;
  }
  .globalheader-content {
    height: 60px;
    display: block;
    margin-left: 0;
  }
  /*ロゴ*/
  .header-sitename {
    margin: 0 0 0 64px;
  }
  .header-sitename .sitename {
    width: 250px;
    height: 56px;
    background-size: contain;
  }
  /*ヘッダーコンテンツ ----------------------------*/
  .header-content {
    display: none;
  }
  .header-navi .header-content {
    display: block;
    border-top: 1px solid #a1d687;
    text-align: left;
    padding: 5px 10px 10px;
  }
  /*メニュー*/
  .header-menu-list {
    display: block;
    font-size: 1.6rem;
  }
  .header-menu-list > li {
    margin: 1.5em 10px;
  }
  .header-menu-list a {
    display: inline-block;
    padding: 2px 0 1px 26px;
  }
  /*サイト内検索*/
  .header-sitesearch {
    margin: 30px 10px 20px;
  }
  .header-sitesearch .sitesearch-text-box {
    width: auto;
    flex: 1;
  }
  .header-sitesearch .sitesearch-text-box input {
    height: 40px;
  }
  .header-sitesearch .sitesearch-btn-box {
    margin-left: 5px;
  }
  .header-sitesearch .gsc-search-button-v2 {
    height: 44px;
    width: 44px;
  }
  /*
  .header-sitesearch .sitesearch-btn-box input {
    height: 40px;
    width: 40px;
  }
*/
  /*グローバルナビゲーション ----------------------------*/
  .globalheader-navi {
    height: 0;
    padding: 0;
    margin-top: -4px;
  }
  .headerlow .globalheader-navi {
    padding-left: 0;
    padding-right: 0;
    background: none;
  }
  .header-navi {
    max-height: calc(100vh - 60px);
    min-height: -webkit-fill-available;
    height: auto;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    border: 3px solid #a1d687;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    display: none;
  }
  .header-navi .navi-main {
    border-right: none;
    text-align: left;
    width: 100%;
    font-size: 1.8rem;
    padding: 24px 24px 24px 10px;
    border-top: 1px solid #a1d687;
  }
  .header-navi .navi-main.is-pd {
    background: url("../img/icon-sp-navi-p.png")no-repeat 98% center / 20px auto;
  }
  .header-navi .navi-main.is-pd.selected {
    background: #E4F4DC url("../img/icon-sp-navi-m.png")no-repeat 98% center / 20px auto;
  }
  .header-navi .navi-main.link-shinsei {
    background: url("../img/icon-sp-navi-arrow.png")no-repeat 97% center / 11px auto;
  }
  .header-navi .navi-main:first-child {
    border-top: none;
  }
  .header-navi .navi-main .link-text {
    padding: 0 0 0 28px;
    background-position: left top;
  }
  .header-navi .navi-main.link-shibu .link-text {/*★global 202212*/
    background-position: left center;
  }
  /*プルダウンメニュー ----------------------------*/
  .navi-menu-box {
    display: none;
    position: relative;
    left: auto;
    transform: translateX(0);
    top: auto;
    padding: 10px 0 10px 30px;
    border: none;
    box-shadow: none;
  }
  /*閉じるボタン*/
  .navi-menu-close {
    display: none;
  }
  .navi-main.selected::after {
    background: none;
  }
  .menu-box-row {
    display: block;
    padding: 0;
  }
  .link-shutoku + .navi-menu-box .menu-box-row > div {
    width: 100%;
  }
  .menu-box-col {
    width: 100%;
  }
  .menu-box-col .menu-main {
    border-bottom: none;
    border-top: 1px dashed #339900;
    padding: 30px 3px 10px;
    margin-bottom: 0;
  }
  .menu-box-col:first-child .menu-main {
    border-top: none;
  }
  .menu-box-col .menu-sub {
    margin: 1em 1.5em 0 2em;
  }
  .menu-item {
    margin: 1.8em 0;
    font-size: 1.6rem;
  }
  .navi-menu-list {
    display: block;
  }
  .navi-menu-list .menu-item {
    width: 100%;
  }
  /*フッター -------------------------------------------*/
  .footer-menu {
    padding: 40px 10px;
  }
  .footer-menu .footer-meun-list {
    margin-bottom: 20px;
    width: 31%;
  }
  .footer-menu .footer-meun-list .f-menu-item {
    position: relative;
    padding-left: 8px;
  }
  .footer-menu .footer-meun-list .f-menu-item::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #ccc;
    border-radius: 100px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.4em;
  }
  /*ページのトップに戻るボタン*/
  .navi-pagetop {
    bottom: 0;
    border-radius: 10px 0 0 0;
  }
}
/*
　スマートフォン
*/
@media screen and (max-width: 599px) {
  /*★グローバル変更 202212*/
  .is-branch .menu-box-col { /*★global 202212*/
    width: 45%;
    margin-right: 5%;
  }
  .is-branch .menu-box-col .menu-main { /*★global 202212*/
    font-size: 1.7rem;
  }
  /*ロゴ*/
  .header-sitename {
    margin: 0 0 0 62px;
  }
  /*ページのトップに戻るボタン*/
  .navi-pagetop {
    height: 50px;
    width: 55px;
  }
  .navi-pagetop a {
    height: 50px;
    width: 55px;
    padding-top: 21px;
  }
  .navi-pagetop a::before {
    width: 12px;
    height: 12px;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
  }
  .navi-pagetop a .txt {
    display: none;
  }
  /*フッター -------------------------------------------*/
  .global-footer {
    padding-bottom: 50px;
  }
  .footer-menu {
    padding: 20px 10px;
  }
  .footer-menu .footer-meun-list {
    width: 48%;
    font-size: 1.4rem;
  }
  .footer-menu .footer-meun-list .f-menu-item {
    margin: 1.5em 0;
  }
}