@charset "UTF-8";
@font-face {
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: normal;
}
@font-face {
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: bold;
}
@font-face {
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  font-family: "localYuGothic";
  font-weight: normal;
}
@font-face {
  src: local("YuGothic-Bold"), local("Yu Gothic");
  font-family: "localYuGothic";
  font-weight: bold;
}
@font-face {
  src: url("../fonts/icomoon.eot?5tmtaq");
  src: url("../fonts/icomoon.eot?5tmtaq#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?5tmtaq") format("truetype"), url("../fonts/icomoon.woff?5tmtaq") format("woff"), url("../fonts/icomoon.svg?5tmtaq#icomoon") format("svg");
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
}
.icon-facebook-circle:before {
  font-family: icomoon !important;
  content: "";
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: revert;
  font-weight: revert;
}

p, figure, address {
  -webkit-margin-after: 0;
  margin: revert;
          margin-block-end: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #111;
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "localYuGothic", HelveticaNeue, Helvetica Neue, Helvetica, Arial, Roboto, "Droid Sans", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
}

a {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  color: #111;
  text-decoration: none;
  transition: 0.25s;
}
a:hover, a:active {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  color: #dc050a;
  text-decoration: underline;
  transition: 0.25s;
}

i {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

#content #primary {
  -webkit-box-flex: 0;
      -ms-flex: none;
  display: block;
          flex: none;
  max-width: none;
  padding: 0;
}

.container {
  max-width: none !important;
}

.edit-link {
  position: absolute;
  right: 0;
  padding: 0.5rem;
  border-radius: 0.5rem 0 0 0.5rem;
  background-color: rgba(0, 0, 255, 0.1);
}

.text-align-left {
  text-align: left !important;
}

.text-align-right {
  text-align: right !important;
}

.text-align-center {
  text-align: center !important;
}

sup > sub {
  font-size: 12.5px;
  font-size: 1.25rem;
}

.align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

td > p {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}

body.category #block-jpmayors-page-title span {
  font-size: 0;
}

body.category #block-jpmayors-page-title span > span {
  font-size: 3.2rem;
}

.dropdown-toggle::after {
  position: absolute;
  bottom: 0.15em;
  left: calc(50% - .15em);
  margin-left: 0;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  vertical-align: 0;
}

.icon-facebook-circle {
  display: none;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.ghead {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
}
.ghead__inner {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: flex-start;
          justify-content: space-between;
}
.ghead__button__facebook a:hover {
  text-decoration: none;
}
.ghead__button__facebook a:hover i {
  color: #dc050a;
  text-decoration: none;
}
.ghead__button__facebook .icon-facebook-circle {
  color: #717171;
  font-size: 2.1rem;
}
.ghead__mobile__nav {
  display: block;
  height: 50px;
  padding-top: 15px;
  color: #717171;
  font-size: 1.2rem;
  text-align: center;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent !important;
}

.ghead__button__login {
  margin-right: 1rem;
}
.ghead__button__login a {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  display: block;
  padding: 0.5em 1em;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  border-color: #dc050a;
  background: #fff;
  color: #dc050a;
  text-align: center;
  transition: 0.25s;
}
.ghead__button__login a:hover {
  background: #dc050a;
  color: #fff;
  text-decoration: none;
}

.ghead__mobile .ghead__button__login {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.ghead__mobile .ghead__button__login a {
  width: 75%;
  margin: 0 auto;
}

.gfooter {
  width: 100%;
  background: #f4f4f4;
}
.gfooter__breadcrumb {
  background: #dc050a;
  background: -webkit-gradient(linear, left top, right top, from(#dc050a), to(#780305));
  background: -o-linear-gradient(left, #dc050a, #780305);
  background: linear-gradient(to right, #dc050a, #780305);
}
.gfooter__breadcrumb .btn__pagetop {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  display: block;
  position: fixed;
  right: 2vw;
  bottom: 2vh;
  width: 50px;
  height: 45px;
  padding-top: 0.3em;
  background: #780305;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  transition: 0.25s;
}
.gfooter__breadcrumb .btn__pagetop:hover {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  background: #fee2e2;
  transition: 0.25s;
}
.gfooter .sitemap, .gfooter #menu-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gfooter .sitemap__item > a, .gfooter .sitemap > li > a, .gfooter #menu-footer-menu__item > a, .gfooter #menu-footer-menu > li > a {
  display: none;
}
.gfooter .sitemap__item__title, .gfooter .sitemap__item .widget-title, .gfooter .sitemap > li__title, .gfooter .sitemap > li .widget-title, .gfooter #menu-footer-menu__item__title, .gfooter #menu-footer-menu__item .widget-title, .gfooter #menu-footer-menu > li__title, .gfooter #menu-footer-menu > li .widget-title {
  display: block;
  padding-left: 0.75em;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: #dc050a;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.25;
}
.gfooter .sitemap__item > ul > li > a, .gfooter .sitemap > li > ul > li > a, .gfooter #menu-footer-menu__item > ul > li > a, .gfooter #menu-footer-menu > li > ul > li > a {
  display: block;
  display: inline-block;
  margin: 0 1em 1.75em 0;
  padding-left: 0.75em;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: #dc050a;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.25;
}
.gfooter .sitemap__item__stitle, .gfooter .sitemap > li__stitle, .gfooter #menu-footer-menu__item__stitle, .gfooter #menu-footer-menu > li__stitle {
  display: block;
  font-weight: bold;
}
.gfooter .sitemap__item__list, .gfooter .sitemap__item > ul > li > ul, .gfooter .sitemap > li__list, .gfooter .sitemap > li > ul > li > ul, .gfooter #menu-footer-menu__item__list, .gfooter #menu-footer-menu__item > ul > li > ul, .gfooter #menu-footer-menu > li__list, .gfooter #menu-footer-menu > li > ul > li > ul {
  display: block;
  list-style: none;
}
.gfooter .sitemap__item__list > li, .gfooter .sitemap__item > ul > li > ul > li, .gfooter .sitemap > li__list > li, .gfooter .sitemap > li > ul > li > ul > li, .gfooter #menu-footer-menu__item__list > li, .gfooter #menu-footer-menu__item > ul > li > ul > li, .gfooter #menu-footer-menu > li__list > li, .gfooter #menu-footer-menu > li > ul > li > ul > li {
  position: relative;
}
.gfooter .sitemap__item__list > li > a, .gfooter .sitemap__item > ul > li > ul > li > a, .gfooter .sitemap > li__list > li > a, .gfooter .sitemap > li > ul > li > ul > li > a, .gfooter #menu-footer-menu__item__list > li > a, .gfooter #menu-footer-menu__item > ul > li > ul > li > a, .gfooter #menu-footer-menu > li__list > li > a, .gfooter #menu-footer-menu > li > ul > li > ul > li > a {
  display: inline-block;
  padding: 0;
}
.gfooter .sitemap__item__list > li > ul, .gfooter .sitemap__item > ul > li > ul > li > ul, .gfooter .sitemap > li__list > li > ul, .gfooter .sitemap > li > ul > li > ul > li > ul, .gfooter #menu-footer-menu__item__list > li > ul, .gfooter #menu-footer-menu__item > ul > li > ul > li > ul, .gfooter #menu-footer-menu > li__list > li > ul, .gfooter #menu-footer-menu > li > ul > li > ul > li > ul {
  display: none;
}
.gfooter__address {
  border-width: 3px 0 0;
  border-style: solid;
  border-color: #e8e8e8;
}
.gfooter .link__title, .gfooter .link .widget-title, .gfooter #text-2__title, .gfooter #text-2 .widget-title {
  display: block;
  padding-left: 0.75em;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: #dc050a;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.25;
}
.gfooter .link__list, .gfooter #text-2__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gfooter .link__item a:hover i, .gfooter #text-2__item a:hover i {
  color: #dc050a;
}
.gfooter .address, .gfooter #text-3 {
  font-style: normal;
  line-height: 1.5;
}
.gfooter .address__title, .gfooter .address .widget-title, .gfooter #text-3__title, .gfooter #text-3 .widget-title {
  display: block;
  padding-left: 0.75em;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: #dc050a;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.25;
}
.gfooter .address__tel, .gfooter .address__email, .gfooter #text-3__tel, .gfooter #text-3__email {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.gfooter .address__tel:before, .gfooter .address__email:before, .gfooter #text-3__tel:before, .gfooter #text-3__email:before {
  display: inline-block;
  width: 19px;
  color: #717171;
}
.gfooter .address__tel:before, .gfooter #text-3__tel:before {
  font-family: FontAwesome !important;
  content: "";
}
.gfooter .address__email > a:before, .gfooter #text-3__email > a:before {
  color: #717171;
  font-family: FontAwesome !important;
  content: "";
}
.gfooter .address__email > a:after, .gfooter #text-3__email > a:after {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 22px;
  width: 207px;
  height: 16px;
  background: url("../img/img_mail.png");
  background-position: top left;
  background-repeat: no-repeat;
  content: " ";
}
.gfooter__copyright {
  padding: 15px 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e8e8e8;
}
.gfooter__copyright .copyright {
  margin: 0;
  padding: 0;
  color: #717171;
  font-size: 1.2rem;
}
.gfooter__copyright .sitesupport {
  display: block;
}
.gfooter__copyright .sitesupport ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#g_menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative !important;
          flex-direction: column;
      flex-wrap: wrap;
          justify-content: center;
  width: 100%;
  border-width: 2px 0 1px 0;
  border-style: solid;
  border-top-color: #dc050a;
  border-bottom-color: #e8e8e8;
}

.ghead__mobile__menu {
  position: relative;
}
.ghead__mobile__menu .nav-unshown {
  display: none;
}
.ghead__mobile__menu #nav-open {
  display: inline-block;
  z-index: 9999;
  position: absolute;
  width: 30px;
  height: 22px;
  margin-top: 18px;
  margin-left: 12px;
  vertical-align: middle;
}
.ghead__mobile__menu #nav-open span, .ghead__mobile__menu #nav-open span:before, .ghead__mobile__menu #nav-open span:after {
  display: block;
  z-index: 9999;
  position: absolute;
  width: 25px;
  height: 2px;
  border-radius: 3px;
  background: #717171;
  content: "";
  cursor: pointer;
}
.ghead__mobile__menu #nav-open span:before {
  bottom: -6px;
}
.ghead__mobile__menu #nav-open span:after {
  bottom: -12px;
}
.ghead__mobile__menu #nav-close {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.ghead__mobile__menu #nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.5;
}
.ghead__mobile__menu #nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
      transform: translateX(0%);
          box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}
.ghead__mobile__menu #nav-input:checked ~ #nav-open span {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
  top: 5px;
          transform: rotate(30deg);
  background: #fff;
}
.ghead__mobile__menu #nav-input:checked ~ #nav-open span:before {
  display: none;
}
.ghead__mobile__menu #nav-input:checked ~ #nav-open span:after {
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
  top: 0px;
          transform: rotate(-60deg);
  background: #fff;
}
.ghead__mobile__menu #nav-content {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 90%;
  max-width: 330px;
  height: 100%;
  overflow: auto;
      transform: translateX(-105%);
  background: #dc050a;
  transition: 0.3s ease-in-out;
}
.ghead__mobile__menu #nav-content .gnav {
  margin-top: 48px;
  background: #fff;
  font-size: 1.6rem;
}
.ghead__mobile__menu #nav-content .gnav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ghead__mobile__menu #nav-content .gnav ul li {
  display: block;
}
.ghead__mobile__menu #nav-content .gnav a[href="#"] {
  text-decoration: none;
  pointer-events: none;
}
.ghead__mobile__menu #nav-content .gnav > ul {
  margin-top: 26px;
  border-bottom: 1px solid #e8e8e8;
}
.ghead__mobile__menu #nav-content .gnav > ul > li {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e8e8e8;
}
.ghead__mobile__menu #nav-content .gnav > ul > li > a {
  display: block;
  padding: 0.5em 1.5em;
  color: #111;
  font-weight: bold;
}
.ghead__mobile__menu #nav-content .gnav > ul > li > a[href=""] {
  pointer-events: none;
}
.ghead__mobile__menu #nav-content .gnav > ul > li > ul {
  padding-bottom: 20px;
}
.ghead__mobile__menu #nav-content .gnav > ul > li > ul > li {
  position: relative;
}
.ghead__mobile__menu #nav-content .gnav > ul > li > ul > li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 2.1em;
  margin-top: 0.25em;
  margin-right: 0.25em;
  color: #dc050a;
  font-family: FontAwesome !important;
  font-size: 1.2rem;
  content: "";
}
.ghead__mobile__menu #nav-content .gnav > ul > li > ul > li a {
  display: block;
  padding: 0 2.75em;
  color: #111;
  font-size: 1.5rem;
}
.ghead__mobile__menu #nav-content .gnav__menu {
  padding-bottom: 20px;
}
.ghead__mobile__menu #nav-content .gnav__menu__inner ul li {
  position: relative;
}
.ghead__mobile__menu #nav-content .gnav__menu__inner ul li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 2.1em;
  margin-top: 0.6em;
  margin-right: 0.25em;
  color: #dc050a;
  font-family: FontAwesome !important;
  font-size: 1.2rem;
  content: "";
}
.ghead__mobile__menu #nav-content .gnav__menu__inner ul li a {
  display: block;
  padding: 0 2.75em;
  color: #111;
  font-size: 1.5rem;
}
.ghead__mobile__menu #nav-content .gnav__menu__cat_title {
  display: block;
  margin-top: 10px;
  padding: 0 2em;
  color: #717171;
  font-size: 1.3rem;
  font-weight: bold;
}
.ghead__mobile__menu #nav-content .gnav__menu__cat_title:before {
  content: "" !important;
}

#block-jpmayors-main-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
      flex-wrap: wrap;
          justify-content: center;
  width: 100%;
  margin-top: 200px;
  border-width: 2px 0 1px 0;
  border-style: solid;
  border-top-color: #dc050a;
  border-bottom-color: #e8e8e8;
  background: #f0f0f0;
}
.page--events .events__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-bottom-color: #ccc;
}
.page--events .events__item:last-child {
  border-width: 0;
}
.page--events .events__item h3 {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.page--events .events__item h3 > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page--events .events__item ul {
  display: block;
  width: 85%;
  margin: 0;
  padding: 0 0 0 20px;
  background-image: none;
  list-style: none;
  list-style-image: none;
}
.page--events .events__item ul li {
  list-style-image: none !important;
}
.page--events .events__item__title {
  display: block;
  margin: 0;
  padding: 0 0 0.5em;
  line-height: 1.5;
}
.page--events .events__item__title a {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  color: #111;
  text-decoration: none;
  transition: 0.25s;
}
.page--events .events__item__title a:hover, .page--events .events__item__title a:active {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  color: #dc050a;
  text-decoration: underline;
  transition: 0.25s;
}
.page--events .events__item__created {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #dc050a;
  font-size: 1.1rem;
  font-weight: bold;
}
.page--events .events__item__body {
  display: block;
  margin-top: 30px;
  font-size: 1.8rem;
  text-align: justify;
}
.page--events .events__item__body a {
  display: block;
}

#block-jpmayors-breadcrumbs {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#dc050a), to(#780305));
  background: -o-linear-gradient(left, #dc050a, #780305);
  background: linear-gradient(to right, #dc050a, #780305);
}
#block-jpmayors-breadcrumbs #system-breadcrumb {
  display: none;
}
#block-jpmayors-breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
#block-jpmayors-breadcrumbs ol li {
  display: inline-block;
  position: relative;
  margin-right: 0.5em;
  padding-right: 1em;
  list-style-type: none;
}
#block-jpmayors-breadcrumbs ol li:after {
  position: absolute;
  top: 0;
  right: 0;
  color: #bbb;
  content: ">";
}
#block-jpmayors-breadcrumbs ol li:last-child:after {
  content: "";
}
#block-jpmayors-breadcrumbs ol li a {
  display: block;
  color: #e8e8e8;
  font-size: 1.2rem;
  pointer-events: none;
}
#block-jpmayors-breadcrumbs ol li:first-child a {
  font-size: 0;
  pointer-events: auto;
}
#block-jpmayors-breadcrumbs ol li:first-child a:before {
  display: block;
  height: 15.2px;
  margin-top: -2px;
  font-family: icomoon !important;
  font-size: 1.5rem;
  content: "";
}
.pager {
  margin-top: 30px;
}
.pager__items {
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: nowrap;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pager__item {
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: #dc050a;
}
.pager__item + .pager__item {
  border-right-width: 0;
}
.pager__item--next {
  border-right-width: 2px !important;
}
.pager__item a {
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em;
  color: #dc050a;
}
.pager__item.is-active a {
  background: #dc050a;
  color: #fff;
  font-weight: bold;
}
.pager__item--ellipsis {
  padding: 0.5em 1em;
  color: #dc050a;
}
.pager__item--first, .pager__item--last {
  display: none;
}
#content.page table.tbl_signature-municipality-list {
  width: 100%;
  min-width: 100%;
}
#content.page table.tbl_signature-municipality-list thead, #content.page table.tbl_signature-municipality-list tbody, #content.page table.tbl_signature-municipality-list tfoot {
  width: 100%;
}
#content.page table td.text-left, #content.page table th.text-left {
  text-align: left;
}
#content.page table td.text-center, #content.page table th.text-center {
  text-align: center;
}
#content.page table td.text-right, #content.page table th.text-right {
  text-align: right;
}
#content.page table.no-stripe tr, #content.page table.no-stripe td {
  background-color: #fff !important;
}
#content.page .text-red {
  color: #dc050a;
}

.kv {
  -webkit-transition: 1s;
  -o-transition: 1s;
  position: relative;
  width: 100%;
  background: #f4f4f4;
  transition: 1s;
}
.kv:hover {
  -webkit-transition: 1s;
  -o-transition: 1s;
  background: #fff;
  transition: 1s;
}
.kv__img {
  display: block;
  vertical-align: bottom;
}
.kv__txt .title {
  display: block;
  margin: 0.5em 0 0.75em;
  padding: 0;
  color: #444;
  text-align: center;
}
.kv__txt .read {
  display: block;
  margin: 0;
  padding: 0;
  color: #444;
  line-height: 1.5;
  text-indent: 1em;
}
.kv__txt .read--en {
  display: block;
  margin: 1.75em 0 0;
  color: #333;
  line-height: 1.4;
}
.kv__txt .readmore {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  display: block;
  margin: 3em auto 1em;
  padding: 0.85em 1.5em;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  border-color: #dc050a;
  background: #fff;
  color: #dc050a;
  text-align: center;
  transition: 0.25s;
}
.kv__txt .readmore:hover {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  background: #dc050a;
  color: #fff;
  text-decoration: none;
  transition: 0.25s;
}
.kv__overtext {
  position: absolute;
}
.kv__overtext p {
  margin: 0;
  padding: 0;
}
.kv__overtext a {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  color: #0c74b2;
  text-decoration: underline;
  transition: 0.25s;
}
.kv__overtext a:hover, .kv__overtext a:active {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  color: #dc050a;
  text-decoration: underline;
  transition: 0.25s;
}

.top__news, .top__events {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e8e8e8;
}
.top__news__inner, .top__events__inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
.top__news .title, .top__events .title {
  display: block;
  margin: 0;
  padding: 0 0 1em;
  color: #444;
  font-size: 3.6rem;
  font-weight: normal;
  text-align: center;
}
.top__news .summary, .top__events .summary {
  margin-top: 15px;
}
.top__news .summary > div > div > div > div, .top__events .summary > div > div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__news .news__item, .top__news .events__item, .top__events .news__item, .top__events .events__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
      flex-wrap: nowrap;
  padding: 0 0.5rem;
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
}
.top__news .news__item h3, .top__news .events__item h3, .top__events .news__item h3, .top__events .events__item h3 {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.top__news .news__item h3:before, .top__news .events__item h3:before, .top__events .news__item h3:before, .top__events .events__item h3:before {
  background-image: none;
}
.top__news .news__item h3 img, .top__news .events__item h3 img, .top__events .news__item h3 img, .top__events .events__item h3 img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.top__news .news__item ul, .top__news .events__item ul, .top__events .news__item ul, .top__events .events__item ul {
  display: block;
  margin: 0;
  list-style: none;
  list-style-image: none !important;
}
.top__news .news__item ul li, .top__news .events__item ul li, .top__events .news__item ul li, .top__events .events__item ul li {
  list-style-image: none !important;
}
.top__news .news__item__title, .top__news .events__item__title, .top__events .news__item__title, .top__events .events__item__title {
  display: block;
  margin: 1em 0 0;
  padding: 0;
  font-size: 2rem;
  line-height: 1.5;
  word-break: break-all;
}
.top__news .news__item__title.en, .top__news .events__item__title.en, .top__events .news__item__title.en, .top__events .events__item__title.en {
  color: #de1c1f;
  font-size: 13px;
  line-height: 1.4;
}
.top__news .news__item__title a, .top__news .events__item__title a, .top__events .news__item__title a, .top__events .events__item__title a {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  color: #111;
  text-decoration: none;
  transition: 0.25s;
}
.top__news .news__item__title a:hover, .top__news .news__item__title a:active, .top__news .events__item__title a:hover, .top__news .events__item__title a:active, .top__events .news__item__title a:hover, .top__events .news__item__title a:active, .top__events .events__item__title a:hover, .top__events .events__item__title a:active {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  color: #dc050a;
  text-decoration: underline;
  transition: 0.25s;
}
.top__news .news__item__created, .top__news .events__item__created, .top__events .news__item__created, .top__events .events__item__created {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #dc050a;
  font-size: 1.2rem;
  font-weight: bold;
}
.top__news .news__item__body, .top__news .events__item__body, .top__events .news__item__body, .top__events .events__item__body {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: justify;
  word-break: break-all;
}
.top__news .news__item__body a, .top__news .events__item__body a, .top__events .news__item__body a, .top__events .events__item__body a {
  visibility: hidden;
}
.top__news .all, .top__events .all {
  text-align: center;
}
.top__news .all__btn, .top__events .all__btn {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  display: block;
  margin: 3em auto 1em;
  padding: 0.85em 1.5em;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  border-color: #dc050a;
  background: #fff;
  color: #dc050a;
  text-align: center;
  transition: 0.25s;
}
.top__news .all__btn:hover, .top__events .all__btn:hover {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  background: #dc050a;
  color: #fff;
  text-decoration: none;
  transition: 0.25s;
}

.top__news .news__item h3,
.top__events .events__item h3 {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  background-color: #F4F4F4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top__news .news__item h3 img,
.top__events .events__item h3 img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
     object-fit: cover;
}
.page--news .news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--news .news__item h3 {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #F4F4F4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page--news .news__item h3 > img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
  background-color: #F4F4F4;
}
.page--news .news__item ul {
  display: block;
  margin: 0;
  list-style: none;
  list-style-image: none !important;
}
.page--news .news__item ul li {
  list-style-image: none !important;
}
.page--news .news__item__title {
  display: block;
  margin: 0;
  padding: 0 0 0.5em;
  line-height: 1.5;
}
.page--news .news__item__title a {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  color: #111;
  text-decoration: none;
  transition: 0.25s;
}
.page--news .news__item__title a:hover, .page--news .news__item__title a:active {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  color: #dc050a;
  text-decoration: underline;
  transition: 0.25s;
}
.page--news .news__item__title.en {
  margin: 0 0 1.5em 0;
  padding: 0;
  color: #de1c1f;
}
.page--news .news__item__title.en a {
  color: #de1c1f;
}
.page--news .news__item__created {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #dc050a;
  font-size: 1.1rem;
  font-weight: bold;
}
.page--news .news__item__body {
  display: block;
  margin-top: 30px;
  font-size: 1.8rem;
  text-align: justify;
}
.page--news .news__item__body a {
  display: block;
}

.form__toiawase--msg {
  margin-top: 30px;
}
.form__toiawase--msg a {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  color: #0c74b2;
  text-decoration: underline;
  transition: 0.25s;
}
.form__toiawase--msg a:hover, .form__toiawase--msg a:active {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  color: #dc050a;
  text-decoration: underline;
  transition: 0.25s;
}

.form__toiawase {
  display: block;
  font-size: 1.6rem;
}
.form__toiawase [role=contentinfo] {
  margin: 30px 0;
}
.form__toiawase [role=contentinfo] [role=alert] {
  padding: 0.5em 1em;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  border-color: #dc050a;
  color: #dc050a;
}
.form__toiawase--hr {
  height: 4px;
  margin: 30px 0 !important;
  border: 0;
  background: #dc050a;
}
.form__toiawase .js-form-type-textfield,
.form__toiawase .js-form-type-email,
.form__toiawase .js-form-type-textarea {
  margin-bottom: 10px;
}
.form__toiawase .js-form-type-textfield > label,
.form__toiawase .js-form-type-email > label,
.form__toiawase .js-form-type-textarea > label {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.form__toiawase .js-form-type-textfield > label.form-required:before,
.form__toiawase .js-form-type-email > label.form-required:before,
.form__toiawase .js-form-type-textarea > label.form-required:before {
  margin-right: 0.25em;
  color: #dc050a;
  content: "*";
}
.form__toiawase .js-form-type-textfield > input,
.form__toiawase .js-form-type-textfield .form-textarea,
.form__toiawase .js-form-type-email > input,
.form__toiawase .js-form-type-email .form-textarea,
.form__toiawase .js-form-type-textarea > input,
.form__toiawase .js-form-type-textarea .form-textarea {
  display: block;
  padding: 0.25em 0.5em;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-color: #e8e8e8;
  font-size: 1.6rem;
}
.form__toiawase .js-form-type-textfield > input.error,
.form__toiawase .js-form-type-textfield .form-textarea.error,
.form__toiawase .js-form-type-email > input.error,
.form__toiawase .js-form-type-email .form-textarea.error,
.form__toiawase .js-form-type-textarea > input.error,
.form__toiawase .js-form-type-textarea .form-textarea.error {
  border-color: #dc050a;
}
.form__toiawase .js-form-type-textfield .description,
.form__toiawase .js-form-type-email .description,
.form__toiawase .js-form-type-textarea .description {
  display: block;
  width: 100%;
  color: #717171;
  font-size: 1.3rem;
}
.form__toiawase__privacy {
  display: block;
  height: 400px;
  margin: 0;
  padding: 15px 30px 30px;
  overflow: scroll;
  border-width: 1px;
  border-style: solid;
  border-color: #e8e8e8;
  background: #f4f4f4;
}
.form__toiawase__privacy h1 {
  display: block;
  margin: 0 0 1em;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.form__toiawase__privacy h2 {
  display: block;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.form__toiawase__privacy p {
  display: block;
  margin: 0 0 1.5em;
  padding: 0;
  font-size: 1.4rem;
  font-weight: normal;
}
.form__toiawase__privacy address {
  font-style: normal;
}
.form__toiawase__privacy address p {
  margin: 0;
}
.form__toiawase__privacy address .img__mail {
  display: inline-block;
  position: relative;
  margin-top: 0.75em;
}
.form__toiawase__privacy address .img__mail:after {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 55px;
  width: 207px;
  height: 16px;
  background: url("../img/img_mail.png");
  background-position: top left;
  background-repeat: no-repeat;
  content: " ";
}
.form__toiawase .webform-type-radios {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: left;
  margin-bottom: 10px;
}
.form__toiawase .webform-type-radios > legend {
  display: block;
}
.form__toiawase .webform-type-radios .fieldset-legend {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.form__toiawase .webform-type-radios .fieldset-legend.form-required:before {
  margin-right: 0.25em;
  color: #dc050a;
  content: "*";
}
.form__toiawase .webform-type-radios .fieldset-wrapper {
  display: block;
}
.form__toiawase .webform-type-radios .fieldset-wrapper #edit-org-category {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.form__toiawase .webform-type-radios .fieldset-wrapper .error + label {
  color: #dc050a;
}
.form__toiawase .form-actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-flow: column nowrap;
          justify-content: center;
}
.form__toiawase .form-actions .form-submit {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  display: block;
  margin: 3em auto 1em;
  padding: 0.85em 1.5em;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  border-color: #dc050a;
  background: #fff;
  color: #dc050a;
  text-align: center;
  transition: 0.25s;
}
.form__toiawase .form-actions .form-submit:hover {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  background: #dc050a;
  color: #fff;
  text-decoration: none;
  transition: 0.25s;
}
.form__toiawase--preview {
  padding-top: 15px;
  border-width: 3px 0 0;
  border-style: solid;
  border-color: #dc050a;
}
.form__toiawase--preview .form-item {
  display: block;
  margin-bottom: 15px;
}
.form__toiawase--preview .form-item label {
  font-weight: bold;
}
.form__toiawase--confirm {
  display: block;
  margin-top: 30px;
}
.form__toiawase--confirm .webform-confirmation__message {
  font-size: 1.6rem;
  line-height: 1.75em;
  text-align: justify;
}
.form__toiawase--confirm .webform-confirmation__message .toiawase_address {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #e8e8e8;
  background: #f4f4f4;
  text-align: center;
}
.form__toiawase--confirm .webform-confirmation__back a {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  display: block;
  margin: 3em auto 1em;
  padding: 0.85em 1.5em;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  border-color: #dc050a;
  background: #fff;
  color: #dc050a;
  text-align: center;
  transition: 0.25s;
}
.form__toiawase--confirm .webform-confirmation__back a:hover {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  background: #dc050a;
  color: #fff;
  text-decoration: none;
  transition: 0.25s;
}
.form__toiawase--confirm .img__email {
  display: block;
  position: relative;
}
.form__toiawase--confirm .img__email:after {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 44px;
  width: 207px;
  height: 16px;
  background: url("../img/img_mail.png");
  background-position: top left;
  background-repeat: no-repeat;
  content: " ";
}
.mw_wp_form .form-group > p > label {
  font-weight: 700;
}
.mw_wp_form .form-group.required > p:after {
  margin-right: 0.25em;
  color: #dc050a;
  content: "*";
}
.mw_wp_form .form-control {
  font-size: 16px;
}

.mw_wp_form_input .form__toiawase--msg.confirm {
  display: none;
}

.mw_wp_form_confirm .form__toiawase--msg.input {
  display: none;
}
.mw_wp_form_confirm small {
  display: none;
}
.mw_wp_form_confirm #edit-processed-text-privacy {
  display: none;
}
.mw_wp_form_confirm #edit-processed-text-privacy ~ div {
  display: none;
}
.mw_wp_form_confirm .form-actions {
  display: block !important;
  padding: 3em 0 1em !important;
  text-align: center;
}
.mw_wp_form_confirm .form-actions > * {
  display: inline-block !important;
  margin: 1em 0 !important;
}

.img__email {
  display: block;
  position: relative;
}
.img__email:after {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 44px;
  width: 207px;
  height: 16px;
  background: url("../img/img_mail.png");
  background-position: top left;
  background-repeat: no-repeat;
  content: " ";
}

#user-login-form.user-login-form {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  width: 1024px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}
#user-login-form.user-login-form .form-item {
  padding-bottom: 2em;
}
#user-login-form.user-login-form .form-required {
  display: inline-block;
  width: 150px;
  font-size: 1.6rem;
}
#user-login-form.user-login-form .form-text {
  display: inline-block;
  width: 400px;
  padding: 0.5em;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  border-color: #ccc;
  font-size: 16px;
}
#user-login-form.user-login-form .form-text.required {
  background: #f4f4f4;
}
#user-login-form.user-login-form .description {
  display: none;
  width: 80%;
  margin-top: 0.25em;
  margin-bottom: 1em;
  margin-left: 20%;
  color: #666;
  font-size: 13px;
}
#user-login-form.user-login-form .form-actions {
  width: 100%;
  margin-left: 150px;
}
@media screen and (max-width: 767px){
  .ghead {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e8e8e8;
  }
  .ghead__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
  }
  .ghead__logo {
    width: 80%;
  }
  .ghead__logo .site-logo {
    display: block;
    width: auto;
    height: 36px;
    margin: 7px;
  }
  .ghead__button {
    display: none;
  }
  .ghead__button__facebook {
    display: none;
  }
  .ghead__mobile {
    display: block;
    position: relative;
  }
  .ghead__google_translate {
    position: absolute;
    height: 0px;
  }
  .ghead__google_translate .goog-te-gadget {
    display: inline-block;
    position: fixed;
    bottom: 2vh;
    left: 2vw;
  }
  .gfooter {
    margin-top: 30px;
  }
  .gfooter__breadcrumb {
    height: 15px;
  }
  .gfooter__breadcrumb__inner {
    position: relative;
  }
  .gfooter__sitemap__inner {
    width: 100%;
    margin-top: 25px;
  }
  .gfooter .sitemap, .gfooter #menu-footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .gfooter .sitemap__item, .gfooter .sitemap > li, .gfooter #menu-footer-menu__item, .gfooter #menu-footer-menu > li {
    width: 100%;
    font-size: 1.6rem;
  }
  .gfooter .sitemap__item__title, .gfooter .sitemap__item .widget-title, .gfooter .sitemap > li__title, .gfooter .sitemap > li .widget-title, .gfooter #menu-footer-menu__item__title, .gfooter #menu-footer-menu__item .widget-title, .gfooter #menu-footer-menu > li__title, .gfooter #menu-footer-menu > li .widget-title {
    margin: 0 30px 1.25em 30px;
  }
  .gfooter .sitemap__item > ul > li > a, .gfooter .sitemap > li > ul > li > a, .gfooter #menu-footer-menu__item > ul > li > a, .gfooter #menu-footer-menu > li > ul > li > a {
    margin: 0 30px 1.25em 30px;
  }
  .gfooter .sitemap__item__stitle, .gfooter .sitemap > li__stitle, .gfooter #menu-footer-menu__item__stitle, .gfooter #menu-footer-menu > li__stitle {
    color: #717171;
    font-size: 1.1rem !important;
  }
  .gfooter .sitemap__item__list, .gfooter .sitemap__item > ul > li > ul, .gfooter .sitemap > li__list, .gfooter .sitemap > li > ul > li > ul, .gfooter #menu-footer-menu__item__list, .gfooter #menu-footer-menu__item > ul > li > ul, .gfooter #menu-footer-menu > li__list, .gfooter #menu-footer-menu > li > ul > li > ul {
    margin: 0;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e8e8e8;
  }
  .gfooter .sitemap__item__list > li, .gfooter .sitemap__item > ul > li > ul > li, .gfooter .sitemap > li__list > li, .gfooter .sitemap > li > ul > li > ul > li, .gfooter #menu-footer-menu__item__list > li, .gfooter #menu-footer-menu__item > ul > li > ul > li, .gfooter #menu-footer-menu > li__list > li, .gfooter #menu-footer-menu > li > ul > li > ul > li {
    margin: 0 0 0.25em 0;
    padding: 0 0 0 1em;
    font-size: 1.4rem;
  }
  .gfooter__address__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-flow: column nowrap;
    width: 100%;
  }
  .gfooter__address__inner .facebook_iframe {
    text-align: center;
  }
  .gfooter .link, .gfooter #text-2 {
    width: 100%;
    padding: 15px 0;
  }
  .gfooter .link__title, .gfooter .link .widget-title, .gfooter #text-2__title, .gfooter #text-2 .widget-title {
    margin: 0 30px 1.25em 30px;
  }
  .gfooter .link__list, .gfooter #text-2__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-flow: column nowrap;
            justify-content: space-between;
    margin: 0 15px 0 30px;
  }
  .gfooter .link__item, .gfooter #text-2__item {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.25em;
    word-break: break-all;
  }
  .gfooter .address, .gfooter #text-3 {
    width: 100%;
    padding: 15px 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #e8e8e8;
  }
  .gfooter .address__title, .gfooter .address .widget-title, .gfooter #text-3__title, .gfooter #text-3 .widget-title {
    margin: 0 30px 1.25em 30px;
  }
  .gfooter .address__address, .gfooter .address__tel, .gfooter .address__email, .gfooter #text-3__address, .gfooter #text-3__tel, .gfooter #text-3__email {
    margin: 0 0 0 30px;
  }
  .gfooter .address__address, .gfooter #text-3__address {
    margin-bottom: 1em;
  }
  .gfooter__copyright__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-flow: column nowrap;
  }
  .gfooter__copyright .copyright {
    width: 100%;
    padding-left: 30px;
  }
  .gfooter__copyright .sitesupport {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 15px 30px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e8e8e8;
  }
  .gfooter__copyright .sitesupport ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-flow: column nowrap;
            justify-content: left;
    width: 100%;
  }
  #g_menu {
    display: none;
  }
  #block-jpmayors-main-menu {
    display: none;
  }
  .page--events {
    padding: 15px;
  }
  .page--events .events__item {
    margin: 0 0 20px 0;
    padding: 0;
  }
  .page--events .events__item h3 {
    width: 80px;
    min-width: 80px;
    height: 80px;
    max-height: 80px;
    margin-top: 10px;
  }
  .page--events .events__item h3 > img {
    width: 80px;
    max-height: 80px;
  }
  .page--events .events__item__title {
    font-size: 1.8rem;
  }
  #block-jpmayors-breadcrumbs {
    display: none;
  }
  #block-jpmayors-breadcrumbs ol {
    width: 100%;
  }
  #content.page {
    margin-top: 51px;
  }
  #content.page #block-jpmayors-page-title > h1 {
    display: block;
    margin: 0;
    padding: 20px 30px;
    border-width: 4px 0 0;
    border-style: solid;
    border-color: #dc050a;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.5;
  }
  #content.page #block-jpmayors-page-title .en {
    display: block;
    margin: 0;
    padding: 20px 30px;
    padding-top: 0;
    color: #de1c1f;
  }
  #content.page #block-jpmayors-content .node__content {
    padding-right: 30px;
    padding-left: 30px;
  }
  #content.page #block-jpmayors-content .node__content .field__item .address__email {
    display: block;
    position: relative;
  }
  #content.page #block-jpmayors-content .node__content .field__item .address__email:before {
    color: #717171;
    font-family: FontAwesome !important;
    content: "";
  }
  #content.page #block-jpmayors-content .node__content .field__item .address__email:after {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 24px;
    width: 207px;
    height: 16px;
    background: url("../img/img_mail.png");
    background-position: top left;
    background-repeat: no-repeat;
    content: " ";
  }
  #content.page #block-jpmayors-content .node__content .field__item [id^=faq-] {
    margin-top: -50px;
    padding-top: 70px;
  }
  #content.page #block-jpmayors-content .node__content .field__item [id^=chart_] {
    margin-top: -50px;
    padding-top: 70px;
  }
  #content.page #block-jpmayors-content .node__content .field__item a {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    color: #0c74b2;
    text-decoration: underline;
    transition: 0.25s;
  }
  #content.page #block-jpmayors-content .node__content .field__item a:hover, #content.page #block-jpmayors-content .node__content .field__item a:active {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    color: #dc050a;
    text-decoration: underline;
    transition: 0.25s;
  }
  #content.page #block-jpmayors-content .node__content .field__item > h1 {
    display: block;
    font-size: 2.8rem;
    line-height: 1.25em;
  }
  #content.page #block-jpmayors-content .node__content .field__item > h2, #content.page #block-jpmayors-content .node__content .field__item > h3 {
    display: block;
    margin-top: 2.5em;
    margin-bottom: 1em;
    font-size: 2.1rem;
    line-height: 1.25em;
  }
  #content.page #block-jpmayors-content .node__content .field__item > h2.page-demiliter {
    display: block;
    padding: 0.5em 0.75em;
    background: #f4f4f4;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.25em;
  }
  #content.page #block-jpmayors-content .node__content .field__item > h4 {
    display: block;
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.8rem;
    line-height: 1.25em;
  }
  #content.page #block-jpmayors-content .node__content .field__item > h5 {
    display: block;
    font-size: 1.6rem;
    line-height: 1.25em;
  }
  #content.page #block-jpmayors-content .node__content .field__item > h6 {
    display: block;
    padding-left: 30px;
    color: #717171;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  #content.page #block-jpmayors-content .node__content .field__item > p {
    display: block;
    font-size: 1.6rem;
    line-height: 1.75em;
    text-align: justify;
  }
  #content.page #block-jpmayors-content .node__content .field__item > p img, #content.page #block-jpmayors-content .node__content .field__item > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
  }
  #content.page #block-jpmayors-content .node__content .field__item > ul, #content.page #block-jpmayors-content .node__content .field__item ol {
    display: block;
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0 0 0 1.25em;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  #content.page #block-jpmayors-content .node__content .field__item > ul li, #content.page #block-jpmayors-content .node__content .field__item ol li {
    margin: 0.5em 0;
    line-height: 1.25;
  }
  #content.page #block-jpmayors-content .node__content .field__item > ul li > ul, #content.page #block-jpmayors-content .node__content .field__item > ul li ol, #content.page #block-jpmayors-content .node__content .field__item ol li > ul, #content.page #block-jpmayors-content .node__content .field__item ol li ol {
    padding: 0 0 0 1em;
  }
  #content.page #block-jpmayors-content .node__content .field__item > ul {
    list-style-type: none !important;
  }
  #content.page #block-jpmayors-content .node__content .field__item > ul li {
    list-style-type: none !important;
  }
  #content.page #block-jpmayors-content .node__content .field__item > ul li:before {
    position: absolute;
    left: 0;
    margin-top: 0.1em;
    color: #dc050a;
    font-family: FontAwesome !important;
    font-size: 1.4rem;
    content: "";
  }
  #content.page #block-jpmayors-content .node__content .field__item > ul li ul li:before {
    position: absolute;
    left: 20px;
    margin-top: 0.5em;
    color: #e8e8e8;
    font-family: FontAwesome !important;
    font-size: 1rem;
    content: "";
  }
  #content.page #block-jpmayors-content .node__content .field__item table {
    position: relative;
    margin: 2em 0;
    border-collapse: collapse;
    font-size: 1.4rem;
    line-height: 1.25em;
  }
  #content.page #block-jpmayors-content .node__content .field__item table th {
    padding: 0.25em 0.5em;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #e8e8e8;
    background: #dc050a;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    word-break: break-all;
  }
  #content.page #block-jpmayors-content .node__content .field__item table th + td {
    border-width: 0 1px 1px 0;
  }
  #content.page #block-jpmayors-content .node__content .field__item table td {
    padding: 0.5em 1em;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #e8e8e8;
    word-break: break-all;
  }
  #content.page #block-jpmayors-content .node__content .field__item table td figure, #content.page #block-jpmayors-content .node__content .field__item table td img {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  #content.page #block-jpmayors-content .node__content .field__item table td figure figcaption, #content.page #block-jpmayors-content .node__content .field__item table td img figcaption {
    color: #717171;
    font-size: 1.2rem;
  }
  #content.page #block-jpmayors-content .node__content .field__item table ul {
    margin: 0;
    padding: 0 0 0 1em;
  }
  #content.page #block-jpmayors-content .node__content .field__item table ul li {
    margin-bottom: 0.5em;
  }
  #content.page #block-jpmayors-content .node__content .field__item .qa--q {
    position: relative;
    padding-top: 65px;
    padding-left: 40px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #content.page #block-jpmayors-content .node__content .field__item .qa--q:before {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    padding: 0.75em auto auto;
    border-radius: 50%;
    background: #717171;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    content: "Q";
  }
  #content.page #block-jpmayors-content .node__content .field__item .qa--a {
    position: relative;
    padding-bottom: 30px;
    padding-left: 40px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e8e8e8;
    line-height: 1.5;
  }
  #content.page #block-jpmayors-content .node__content .field__item .qa--a:before {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    padding: 0;
    border-radius: 50%;
    background: #dc050a;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    content: "A";
  }
  #content.page #block-jpmayors-content .node__content .field__item h2 + .qa--q {
    padding-top: 95px !important;
  }
  #content.page #block-jpmayors-content .node__content .field__item div.tbl--responsive,
#content.page #block-jpmayors-content .node__content .field__item section.tbl--responsive {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
    overflow-x: scroll;
  }
  #content.page #block-jpmayors-content .node__content .field__item div.tbl--responsive table,
#content.page #block-jpmayors-content .node__content .field__item section.tbl--responsive table {
    position: relative;
    left: 0;
  }
  #content.page #block-jpmayors-content .node__content .field__item .tbl--fixed table {
    table-layout: fixed;
  }
  #content.page #block-jpmayors-content .node__content .field__item .tbl_european-best-practices {
    position: relative;
    left: 0;
  }
  #content.page #block-jpmayors-content .node__content .field__item .tbl_european-best-practices td {
    white-space: nowrap;
  }
  #content.page #block-jpmayors-content .node__content .field__item .tbl_european-best-practices td:nth-child(5) {
    display: inline-block;
    width: 343px;
    white-space: normal;
    word-break: break-all;
  }
  #content.page #block-jpmayors-content .node__content .field--name-field-eyecatch > img {
    visibility: hidden;
    position: absolute;
    width: 100px;
  }
  #content.page #block-jpmayors-content .node__content .field--name-field-eyecatch-read > p {
    display: block;
    position: relative;
    margin: 0 -30px;
    padding: 0 30px 1em;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e8e8e8;
    background: #f4f4f4;
    font-size: 1.4rem;
  }
  #content.top {
    margin-top: 50px;
  }
  .kv__img {
    -o-object-fit: cover;
    width: 100%;
    height: 60vh;
       object-fit: cover;
    border-width: 0 0 4px;
    border-style: solid;
    border-color: #dc050a;
  }
  .kv__txt {
    padding: 1em 2em;
  }
  .kv__txt .title {
    font-size: 2.4rem;
  }
  .kv__txt .read {
    font-size: 1.6rem;
  }
  .kv__txt .read--en {
    font-size: 1.4rem;
  }
  .kv__txt .readmore {
    width: 80%;
    font-size: 1.3rem;
  }
  .kv__overtext {
    top: 7.5vw;
    left: 3.5vw;
    width: 90vw;
    padding: 15px;
    border-width: 3px;
    border-style: dotted;
    border-color: rgba(113, 113, 113, 0.3);
    background: rgba(244, 244, 244, 0.8);
  }
  .top__news, .top__events {
    padding: 30px;
  }
  .top__news .summary > div > div > div > div, .top__events .summary > div > div > div > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -ms-flex-wrap: nowrap;
            flex-direction: column;
        flex-wrap: nowrap;
  }
  .top__news .news__item, .top__news .events__item, .top__events .news__item, .top__events .events__item {
    width: 100%;
    margin: 0 0 45px 0;
  }
  .top__news .news__item ul, .top__news .events__item ul, .top__events .news__item ul, .top__events .events__item ul {
    padding: 10px 0 0;
  }
  .top__news .all__btn, .top__events .all__btn {
    width: 80%;
    font-size: 1.3rem;
  }
  .page--news {
    padding: 15px 30px;
  }
  .page--news .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -ms-flex-wrap: nowrap;
            flex-direction: column;
        flex-wrap: nowrap;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 30px 0;
  }
  .page--news .news__item h3 {
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  .page--news .news__item ul {
    padding: 10px 0 0;
  }
  .page--news .news__item__title {
    font-size: 1.8rem;
  }
  .page--news .news__item__title.en {
    font-size: 12px;
    line-height: 1.5;
  }
  .form__toiawase {
    width: 100%;
  }
  .form__toiawase .js-form-type-textfield,
.form__toiawase .js-form-type-email,
.form__toiawase .js-form-type-textarea {
    display: block;
  }
  .form__toiawase .js-form-type-textfield > label,
.form__toiawase .js-form-type-email > label,
.form__toiawase .js-form-type-textarea > label {
    width: 100%;
  }
  .form__toiawase .js-form-type-textfield > input,
.form__toiawase .js-form-type-textfield .form-textarea,
.form__toiawase .js-form-type-email > input,
.form__toiawase .js-form-type-email .form-textarea,
.form__toiawase .js-form-type-textarea > input,
.form__toiawase .js-form-type-textarea .form-textarea {
    width: 100%;
  }
  .form__toiawase .js-form-type-textfield .form-textarea,
.form__toiawase .js-form-type-email .form-textarea,
.form__toiawase .js-form-type-textarea .form-textarea {
    height: 200px;
  }
  .form__toiawase .js-form-type-textfield .description,
.form__toiawase .js-form-type-email .description,
.form__toiawase .js-form-type-textarea .description {
    padding: 0.25em 0;
  }
  .form__toiawase .webform-type-radios {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .form__toiawase .webform-type-radios > legend {
    width: 100%;
  }
  .form__toiawase .webform-type-radios .fieldset-wrapper {
    max-width: 100%;
    margin-left: 0;
  }
  .form__toiawase .webform-type-radios .fieldset-wrapper #edit-org-category .js-form-type-radio {
    width: 50%;
  }
  .form__toiawase .form-actions .form-submit {
    width: 80%;
    font-size: 1.3rem;
  }
  .form__toiawase--preview .form-item label {
    display: block;
  }
  .form__toiawase--confirm {
    width: 100%;
  }
  .form__toiawase--confirm .webform-confirmation__message .toiawase_address {
    padding: 1em 1em;
  }
  .form__toiawase--confirm .webform-confirmation__back a {
    width: 80%;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px){
  #g_menu .gnav > ul > li:hover > a.text-nallow {
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
    -webkit-transform: scale(0.9, 1);
        -ms-transform: scale(0.9, 1);
    display: block;
    width: 110%;
            transform: scale(0.9, 1);
            transform-origin: top left;
  }
}
@media screen and (min-width: 768px){
  body {
    top: 0 !important;
  }
  .ghead__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1024px;
    height: 75px;
    margin-right: auto;
    margin-left: auto;
  }
  .ghead__logo {
    width: 50%;
    height: 75px;
  }
  .ghead__logo .site-logo {
    display: inline-block;
    width: auto;
    height: 55px;
    margin: 10px 0 0 10px;
  }
  .ghead__button {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: flex-end;
    width: 50%;
    height: 75px;
  }
  .ghead__button__facebook {
    margin-right: 15px;
  }
  .ghead__mobile {
    display: none;
    z-index: -999;
    position: absolute;
  }
  .ghead__google_translate {
    position: relative;
    height: 27px;
    background-color: #f4f4f4;
  }
  .ghead__google_translate .goog-te-gadget {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0 !important;
    width: 320px;
  }
  .gfooter__breadcrumb {
    height: 3px;
  }
  .gfooter__breadcrumb__inner {
    position: relative;
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
  .gfooter__sitemap__inner {
    width: 1024px;
    margin-top: 45px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .gfooter .sitemap, .gfooter #menu-footer-menu {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row wrap !important;
            flex-flow: row wrap !important;
    margin: 0 15px;
  }
  .gfooter .sitemap__item, .gfooter .sitemap > li, .gfooter #menu-footer-menu__item, .gfooter #menu-footer-menu > li {
    width: 100%;
    font-size: 1.4rem;
  }
  .gfooter .sitemap__item__title, .gfooter .sitemap__item .widget-title, .gfooter .sitemap > li__title, .gfooter .sitemap > li .widget-title, .gfooter #menu-footer-menu__item__title, .gfooter #menu-footer-menu__item .widget-title, .gfooter #menu-footer-menu > li__title, .gfooter #menu-footer-menu > li .widget-title {
    margin: 0 1em 1.75em 0;
  }
  .gfooter .sitemap__item > ul > li > a, .gfooter .sitemap > li > ul > li > a, .gfooter #menu-footer-menu__item > ul > li > a, .gfooter #menu-footer-menu > li > ul > li > a {
    margin: 0 1em 1.75em 0;
  }
  .gfooter .sitemap__item__stitle, .gfooter .sitemap > li__stitle, .gfooter #menu-footer-menu__item__stitle, .gfooter #menu-footer-menu > li__stitle {
    font-size: 1.1rem;
  }
  .gfooter .sitemap__item__list, .gfooter .sitemap__item > ul > li > ul, .gfooter .sitemap > li__list, .gfooter .sitemap > li > ul > li > ul, .gfooter #menu-footer-menu__item__list, .gfooter #menu-footer-menu__item > ul > li > ul, .gfooter #menu-footer-menu > li__list, .gfooter #menu-footer-menu > li > ul > li > ul {
    margin: 0 1em 30px 0;
    padding: 0;
  }
  .gfooter .sitemap__item__list > li, .gfooter .sitemap__item > ul > li > ul > li, .gfooter .sitemap > li__list > li, .gfooter .sitemap > li > ul > li > ul > li, .gfooter #menu-footer-menu__item__list > li, .gfooter #menu-footer-menu__item > ul > li > ul > li, .gfooter #menu-footer-menu > li__list > li, .gfooter #menu-footer-menu > li > ul > li > ul > li {
    margin: 0 0 1em 0;
    padding: 0;
  }
  .gfooter .sitemap__item__list > li.text--nallow, .gfooter .sitemap__item > ul > li > ul > li.text--nallow, .gfooter .sitemap > li__list > li.text--nallow, .gfooter .sitemap > li > ul > li > ul > li.text--nallow, .gfooter #menu-footer-menu__item__list > li.text--nallow, .gfooter #menu-footer-menu__item > ul > li > ul > li.text--nallow, .gfooter #menu-footer-menu > li__list > li.text--nallow, .gfooter #menu-footer-menu > li > ul > li > ul > li.text--nallow {
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
    -webkit-transform: scale(0.9, 1);
        -ms-transform: scale(0.9, 1);
    width: 110%;
            transform: scale(0.9, 1);
            transform-origin: top left;
  }
  .gfooter .link, .gfooter #text-2 {
    width: 65%;
  }
  .gfooter .link__title, .gfooter .link .widget-title, .gfooter #text-2__title, .gfooter #text-2 .widget-title {
    margin: 0 1em 1.75em 0;
  }
  .gfooter .link__list, .gfooter #text-2__list {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-flow: column wrap;
            justify-content: left;
    height: 160px;
  }
  .gfooter .link__item, .gfooter #text-2__item {
    display: inline-block;
    width: 50%;
    padding: 0 0 0.5em 0;
    white-space: nowrap;
  }
  .gfooter .link__item .text--small, .gfooter #text-2__item .text--small {
    font-size: 1.2rem;
  }
  .gfooter .address, .gfooter #text-3 {
    width: 35%;
    padding-bottom: 15px;
  }
  .gfooter .address__title, .gfooter .address .widget-title, .gfooter #text-3__title, .gfooter #text-3 .widget-title {
    margin: 0 1em 1.75em 0;
  }
  .gfooter .address__address, .gfooter #text-3__address {
    margin-bottom: 1em;
  }
  .gfooter__copyright__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-flow: row-reverse wrap;
            justify-content: flex-end;
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
  .gfooter__copyright .copyright {
    width: 30%;
    margin-left: 30px;
  }
  .gfooter__copyright .sitesupport {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-flow: row wrap;
            justify-content: left;
    width: 30%;
    margin-left: 4em;
    font-size: 1.1rem;
  }
  .gfooter__copyright .sitesupport ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-flow: row wrap;
            justify-content: center;
  }
  .gfooter__copyright .sitesupport ul li {
    display: inline-block;
  }
  .gfooter__copyright .sitesupport ul li + li {
    margin-left: 0.75em;
    padding-left: 0.75em;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: #e8e8e8;
  }
  #g_menu .gnav {
    width: 100%;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
  #g_menu .gnav a {
    color: #111;
  }
  #g_menu .gnav a:hover {
    color: #fff;
  }
  #g_menu .gnav > ul {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  #g_menu .gnav > ul > li {
    display: inline-block;
  }
  #g_menu .gnav > ul > li:hover {
    background: #dc050a;
    color: #fff;
  }
  #g_menu .gnav > ul > li:hover > a {
    color: #fff;
  }
  #g_menu .gnav > ul > li:hover > a.nolink {
    pointer-events: none;
  }
  #g_menu .gnav > ul > li:hover > a[class~=gnav__menu--contacts] {
    pointer-events: auto;
  }
  #g_menu .gnav > ul > li:hover .gnav__menu {
    visibility: visible;
    max-height: 9999px;
    opacity: 0.95;
  }
  #g_menu .gnav > ul > li > a {
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    display: block;
    position: relative;
    padding: 15px 1.25em;
    transition: all 0.1s ease-in;
  }
  #g_menu .gnav > ul > li.mobileonly {
    display: none;
  }
  #g_menu .gnav__menu {
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    visibility: hidden;
    position: relative;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.1s ease-in;
  }
  #g_menu .gnav__menu__inner {
    position: absolute;
    left: 0;
  }
  #g_menu .gnav__menu__inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-flow: column wrap;
    margin: 0;
    padding: 0;
    background: #780305;
    list-style: none;
  }
  #g_menu .gnav__menu__inner li {
    display: block;
    width: 300px;
  }
  #g_menu .gnav__menu__inner li:last-child {
    border-width: 0;
  }
  #g_menu .gnav__menu__inner li a {
    display: block;
    padding: 0.75em 1em 0.75em 2.25em;
    color: #f4f4f4;
  }
  #g_menu .gnav__menu__inner li a:hover {
    background: #dc050a;
    color: #fff;
  }
  #g_menu .gnav__menu__inner li a:before {
    position: absolute;
    left: 15px;
    margin-top: 5px;
    color: #f4f4f4;
    font-family: FontAwesome !important;
    font-size: 1rem;
    content: "";
  }
  #g_menu .gnav__menu__inner.step li {
    width: 425px;
  }
  #g_menu .gnav__menu__cat_title {
    display: block;
    padding: 1em 1em 0 1em !important;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: black;
    background: #780305;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #g_menu #menu-top-menu > li {
    position: unset;
  }
  #g_menu #menu-top-menu > li.current-menu-ancestor {
    background: #dc050a;
  }
  #g_menu #menu-top-menu > li.current-menu-ancestor > a {
    color: #fff;
  }
  #g_menu #menu-top-menu > li > ul {
    -webkit-transform: none !important;
        -ms-transform: none !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100vw;
    height: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow: overlay;
            transform: none !important;
    border: none;
    border-radius: unset;
    background-color: #f8f9fa !important;
    transition: all 0.2s;
  }
  #g_menu #menu-top-menu > li > ul.show {
    height: 50vh;
    max-height: 90vh;
  }
  #g_menu #menu-top-menu > li > ul > li {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
  #g_menu #menu-top-menu > li > ul > li > a {
    display: inline-block;
    width: auto;
    padding-bottom: 0 !important;
    border-bottom: solid 3px #000000;
  }
  #g_menu #menu-top-menu > li > ul > li > a:hover {
    border-bottom: solid 3px #ff0000;
  }
  #g_menu #menu-top-menu > li > ul > li > a[href="#"] {
    border-bottom: none;
  }
  #g_menu #menu-top-menu > li > ul > li ul {
    display: block !important;
    position: static !important;
    border: none !important;
    border-radius: unset !important;
    background-color: transparent !important;
  }
  #g_menu #menu-top-menu > li > ul > li a {
    margin: 1rem 0;
    padding: 0.5rem 1rem;
    color: #212529 !important;
    font-size: 3rem;
  }
  #g_menu #menu-top-menu > li > ul > li a:hover {
    color: #ff0000 !important;
  }
  #g_menu #menu-top-menu > li > ul > li a[href="#"] {
    color: #212529 !important;
    pointer-events: none;
  }
  #g_menu #menu-top-menu > li > ul > li > ul {
    -ms-flex-wrap: wrap;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
        flex-wrap: wrap;
    width: 100%;
    padding: 0.5rem 1rem;
  }
  #g_menu #menu-top-menu > li > ul > li > ul > li {
    display: inline-block !important;
    margin: 0;
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
  #g_menu #menu-top-menu > li > ul > li > ul > li > a {
    margin: 0;
    padding: 0.5rem 1rem;
    padding-bottom: 0;
    border-bottom: solid 1px #000000;
    font-size: 2rem;
  }
  #g_menu #menu-top-menu > li > ul > li > ul > li > a:hover {
    border-bottom: solid 1px #ff0000;
  }
  #g_menu #menu-top-menu > li > ul > li > ul > li > ul > li > a {
    margin: 0;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
  }
  #g_menu .dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
    display: none;
  }
  #block-jpmayors-main-menu > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-flow: row wrap;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  #block-jpmayors-main-menu > ul > li {
    display: inline-block;
  }
  #block-jpmayors-main-menu > ul > li:hover {
    background: #dc050a;
    color: #fff;
  }
  #block-jpmayors-main-menu > ul > li:hover > a {
    color: #fff;
  }
  #block-jpmayors-main-menu > ul > li:hover > a.nolink {
    pointer-events: none;
  }
  #block-jpmayors-main-menu > ul > li > a {
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    display: block;
    position: relative;
    padding: 15px 1.25em;
    transition: all 0.1s ease-in;
  }
  #block-jpmayors-main-menu > ul li > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-flow: column nowrap;
    background: rgba(0, 0, 255, 0.1);
    list-style: none;
  }
  .page--events {
    width: 924px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0;
  }
  .page--events .events__item h3 {
    width: 250px;
    min-width: 250px;
    height: 100px;
    max-height: 100px;
  }
  .page--events .events__item h3 > img {
    width: auto;
    max-height: 100px;
  }
  .page--events .events__item__title {
    padding-right: 30px;
    font-size: 2.4rem;
  }
  #block-jpmayors-breadcrumbs ol {
    width: 900px;
    margin: 0 auto;
    padding: 0.5em 0;
  }
  #content.page {
    margin-top: 156px;
    padding-bottom: 60px;
  }
  #content.page #block-jpmayors-page-title > h1 {
    display: block;
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding: 30px 0 20px;
    font-size: 3.2rem;
    line-height: 1.25em;
  }
  #content.page #block-jpmayors-page-title .en {
    display: block;
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 20px;
    color: #de1c1f;
  }
  #content.page #block-jpmayors-content .node__content {
    display: block;
  }
  #content.page #block-jpmayors-content .node__content .field--name-field-eyecatch > img {
    visibility: hidden;
    position: absolute;
    width: 100px;
  }
  #content.page #block-jpmayors-content .node__content .field--name-field-eyecatch-read {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #e8e8e8;
    background: #f4f4f4;
  }
  #content.page #block-jpmayors-content .node__content .field--name-field-eyecatch-read > p {
    display: block;
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding: 0 0 1.5em 0;
    font-size: 1.4rem;
  }
  #content.page #block-jpmayors-content .node__content .field--name-field-field-news-main-image,
#content.page #block-jpmayors-content .node__content .field--name-field-field-events-main-image {
    width: 900px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  #content.page #block-jpmayors-content .node__content .field--name-field-field-news-main-image img,
#content.page #block-jpmayors-content .node__content .field--name-field-field-events-main-image img {
    -o-object-fit: contain;
    max-width: 100%;
    height: auto;
    max-height: 400px;
       object-fit: contain;
  }
  #content.page #block-jpmayors-content .node__content .address__email {
    display: block;
    position: relative;
  }
  #content.page #block-jpmayors-content .node__content .address__email:before {
    color: #717171;
    font-family: FontAwesome !important;
    content: "";
  }
  #content.page #block-jpmayors-content .node__content .address__email:after {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 24px;
    width: 207px;
    height: 16px;
    background: url("../img/img_mail.png");
    background-position: top left;
    background-repeat: no-repeat;
    content: " ";
  }
  #content.page #block-jpmayors-content .node__content .field--name-body {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body [id^=faq-] {
    margin-top: -156px;
    padding-top: 201px;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body [id^=chart_] {
    margin-top: -156px;
    padding-top: 201px;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body a {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    color: #0c74b2;
    text-decoration: underline;
    transition: 0.25s;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body a:hover, #content.page #block-jpmayors-content .node__content .field--name-body a:active {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    color: #dc050a;
    text-decoration: underline;
    transition: 0.25s;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > h1 a, #content.page #block-jpmayors-content .node__content .field--name-body > h2 a, #content.page #block-jpmayors-content .node__content .field--name-body > h3 a, #content.page #block-jpmayors-content .node__content .field--name-body > h4 a, #content.page #block-jpmayors-content .node__content .field--name-body > h5 a {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    color: #111;
    transition: 0.25s;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > h1 a:hover, #content.page #block-jpmayors-content .node__content .field--name-body > h1 a:active, #content.page #block-jpmayors-content .node__content .field--name-body > h2 a:hover, #content.page #block-jpmayors-content .node__content .field--name-body > h2 a:active, #content.page #block-jpmayors-content .node__content .field--name-body > h3 a:hover, #content.page #block-jpmayors-content .node__content .field--name-body > h3 a:active, #content.page #block-jpmayors-content .node__content .field--name-body > h4 a:hover, #content.page #block-jpmayors-content .node__content .field--name-body > h4 a:active, #content.page #block-jpmayors-content .node__content .field--name-body > h5 a:hover, #content.page #block-jpmayors-content .node__content .field--name-body > h5 a:active {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    color: #dc050a;
    transition: 0.25s;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > h1 .txt-small, #content.page #block-jpmayors-content .node__content .field--name-body > h2 .txt-small, #content.page #block-jpmayors-content .node__content .field--name-body > h3 .txt-small, #content.page #block-jpmayors-content .node__content .field--name-body > h4 .txt-small, #content.page #block-jpmayors-content .node__content .field--name-body > h5 .txt-small, #content.page #block-jpmayors-content .node__content .field--name-body > p .txt-small,
#content.page #block-jpmayors-content .node__content .field--name-body th .txt-small, #content.page #block-jpmayors-content .node__content .field--name-body td .txt-small {
    font-size: calc(1em * 0.8);
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > h1 {
    display: block;
    font-size: 2.8rem;
    line-height: 1.25em;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > h2, #content.page #block-jpmayors-content .node__content .field--name-body > h3 {
    display: block;
    margin-top: 2.5em;
    margin-bottom: 1em;
    font-size: 2.5rem;
    line-height: 1.25em;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > h2.page-demiliter {
    display: block;
    padding: 20px 0.5em;
    background: #f4f4f4;
    font-size: 2.8rem;
    line-height: 1.25em;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > h4 {
    display: block;
    position: relative;
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 2rem;
    line-height: 1.25em;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > h5 {
    display: block;
    font-size: 1.8rem;
    line-height: 1.25em;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > h6 {
    display: block;
    padding-left: 60px;
    color: #717171;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > p {
    display: block;
    margin: 1em 0;
    font-size: 1.8rem;
    line-height: 1.5em;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > p img, #content.page #block-jpmayors-content .node__content .field--name-body > img {
    display: block;
    width: 100%;
    height: auto;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > ul, #content.page #block-jpmayors-content .node__content .field--name-body ol {
    display: block;
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0 0 0 25px;
    font-size: 1.8rem;
    line-height: 1.5em;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > ul li, #content.page #block-jpmayors-content .node__content .field--name-body ol li {
    margin: 0.5em 0;
    line-height: 1.25;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > ul li > ul, #content.page #block-jpmayors-content .node__content .field--name-body > ul li ol, #content.page #block-jpmayors-content .node__content .field--name-body ol li > ul, #content.page #block-jpmayors-content .node__content .field--name-body ol li ol {
    padding: 0 0 0 20px;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > ul {
    list-style-type: none !important;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > ul li {
    list-style-type: none !important;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > ul li:before {
    position: absolute;
    left: 0;
    color: #dc050a;
    font-family: FontAwesome !important;
    content: "";
  }
  #content.page #block-jpmayors-content .node__content .field--name-body > ul li ul li:before {
    position: absolute;
    left: 22px;
    margin-top: 5px;
    color: #e8e8e8;
    font-family: FontAwesome !important;
    font-size: 1rem;
    content: "";
  }
  #content.page #block-jpmayors-content .node__content .field--name-body table {
    position: relative;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
    border-collapse: collapse;
    font-size: 1.6rem;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body table tr:nth-child(even) {
    background: #f4f4f4;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body table th {
    padding: 0.5em 1em;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #e8e8e8;
    background: #dc050a;
    color: #fff;
    text-align: center;
    white-space: nowrap;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body table th + td {
    border-width: 0 1px 1px 0;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body table td {
    padding: 0.5em 1em;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #e8e8e8;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body .qa--q {
    position: relative;
    padding-top: 171px;
    padding-left: 40px;
    font-size: 1.8rem;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body .qa--q:before {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    padding: 0.75em auto auto;
    border-radius: 50%;
    background: #717171;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    content: "Q";
  }
  #content.page #block-jpmayors-content .node__content .field--name-body .qa--a {
    position: relative;
    padding-bottom: 30px;
    padding-left: 40px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e8e8e8;
  }
  #content.page #block-jpmayors-content .node__content .field--name-body .qa--a:before {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    padding: 0;
    border-radius: 50%;
    background: #dc050a;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    content: "A";
  }
  #content.page #block-jpmayors-content .node__content .field--name-body h2 + .qa--q {
    padding-top: 201px !important;
  }
  #content.top {
    margin-top: 156px;
  }
  .kv__img {
    -o-object-fit: cover;
    width: 100%;
    height: 500px;
       object-fit: cover;
  }
  .kv__txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
            flex-flow: column nowrap;
            justify-content: center;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding: 1em 2em;
  }
  .kv__txt .title {
    font-size: 3.3rem;
  }
  .kv__txt .read {
    font-size: 1.8rem;
    text-align: justify;
  }
  .kv__txt .read--en {
    font-size: 1.6rem;
    text-align: justify;
  }
  .kv__txt .readmore {
    width: 25%;
    font-size: 1.4rem;
  }
  .kv__overtext {
    top: 120px;
    right: 2.5vw;
    width: 25vw;
    padding: 15px;
    border-width: 3px;
    border-style: dotted;
    border-color: rgba(113, 113, 113, 0.3);
    background: rgba(244, 244, 244, 0.8);
  }
  .top__news, .top__events {
    padding: 60px 30px;
  }
  .top__news .summary > div > div > div > div, .top__events .summary > div > div > div > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            flex-direction: row;
        flex-wrap: wrap;
            justify-content: space-between;
  }
  .top__news .news__item, .top__news .events__item, .top__events .news__item, .top__events .events__item {
    width: calc(calc(100% - 60px) / 3);
  }
  .top__news .news__item ul, .top__news .events__item ul, .top__events .news__item ul, .top__events .events__item ul {
    padding: 10px;
  }
  .top__news .all__btn, .top__events .all__btn {
    width: 25%;
    font-size: 1.4rem;
  }
  .page--news {
    width: 924px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0;
  }
  .page--news .news__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
            flex-direction: row;
        flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0 0 45px 0;
  }
  .page--news .news__item h3 {
    width: 250px;
    min-width: 250px;
    height: 187.5px;
  }
  .page--news .news__item ul {
    padding: 0 0 0 30px;
  }
  .page--news .news__item__title {
    font-size: 2.4rem;
  }
  .page--news .news__item__title.en {
    font-size: 14px;
    line-height: 1.4;
  }
  .form__toiawase {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  .form__toiawase .js-form-type-textfield,
.form__toiawase .js-form-type-email,
.form__toiawase .js-form-type-textarea {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-flow: row wrap;
            justify-content: left;
  }
  .form__toiawase .js-form-type-textfield > label,
.form__toiawase .js-form-type-email > label,
.form__toiawase .js-form-type-textarea > label {
    width: 200px;
  }
  .form__toiawase .js-form-type-textfield > input,
.form__toiawase .js-form-type-textfield .form-textarea,
.form__toiawase .js-form-type-email > input,
.form__toiawase .js-form-type-email .form-textarea,
.form__toiawase .js-form-type-textarea > input,
.form__toiawase .js-form-type-textarea .form-textarea {
    width: 600px;
  }
  .form__toiawase .js-form-type-textfield .form-textarea,
.form__toiawase .js-form-type-email .form-textarea,
.form__toiawase .js-form-type-textarea .form-textarea {
    height: 200px;
  }
  .form__toiawase .js-form-type-textfield .description,
.form__toiawase .js-form-type-email .description,
.form__toiawase .js-form-type-textarea .description {
    padding: 0.25em 0 0.25em 200px;
  }
  .form__toiawase .webform-type-radios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  .form__toiawase .webform-type-radios > legend {
    width: 200px;
  }
  .form__toiawase .webform-type-radios .fieldset-wrapper {
    max-width: calc(200px - $_layout_width_max_inner);
    margin-left: 200px;
  }
  .form__toiawase .webform-type-radios .fieldset-wrapper #edit-org-category .js-form-type-radio {
    display: inline-block;
    max-width: 50%;
    margin-right: 1em;
  }
  .form__toiawase .form-actions .form-submit {
    width: 25%;
    font-size: 1.4rem;
  }
  .form__toiawase--preview .form-item label {
    display: inline-block;
    width: 200px;
  }
  .form__toiawase--confirm {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  .form__toiawase--confirm .webform-confirmation__message .toiawase_address {
    padding: 1em 4em;
  }
  .form__toiawase--confirm .webform-confirmation__back a {
    width: 25%;
    font-size: 1.4rem;
  }
  .mw_wp_form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mw_wp_form .form-group > p {
    width: 200px;
    margin: 0.5rem 0;
  }
  .mw_wp_form .form-group > p > label {
    margin: 0;
  }
  .mw_wp_form .form-group > div {
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 1000px){
  .gfooter .sitemap, .gfooter #menu-footer-menu {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row wrap !important;
            flex-flow: row wrap !important;
    margin: 0 30px;
  }
  .gfooter .sitemap__item, .gfooter .sitemap > li, .gfooter #menu-footer-menu__item, .gfooter #menu-footer-menu > li {
    width: 25%;
    font-size: 1.4rem;
  }
  .gfooter__address__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
            flex-flow: column nowrap;
    width: 1024px;
    height: 505px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
    padding: 0 30px;
    overflow: hidden;
  }
  .gfooter__address__inner .facebook_iframe {
    position: absolute;
    right: 30px;
  }
  .gfooter__address__inner #text-3 {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=style.css.map*/