﻿@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Lato&display=swap");
.smzpreview-page-alert-indent.smzpreview-red {
  position: relative;
  z-index: 10000;
}
body {
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  min-width: 1440px;
  margin-top: 130px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.5;
}
input[type="submit"],
button {
  cursor: pointer;
}
@media screen and (min-width: 800px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.header {
  width: 100%;
  height: 131px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
          box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.header-top {
  background: #177047;
}
.header-wrap {
  width: 1200px;
  margin: 0 auto;
}
.header-top_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-top_link {
  color: #333;
  font-size: 11px;
  line-height: 3;
  padding: 0 0 0 20px;
}
.header-top_link a {
  color: #fff;
  text-decoration: none;
}
.header-top_link a:hover {
  text-decoration: underline;
}
.header-main {
  background: #fff;
}
.header-wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 24px;
}
.header-main_logo {
  width: 300px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header-main_logo:hover {
  opacity: 0.3;
}
.header-main_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-main_link {
  margin-left: 64px;
}
.header-main_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header-main_link a:hover {
  opacity: 0.3;
}
.header-main_link .small {
  font-size: 10px;
  font-weight: normal;
}
.footer {
  position: relative;
  margin-top: 70px;
  width: 100%;
  min-width: 1440px;
  background: #177047;
  padding: 70px 0 30px;
}
.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_item {
  margin: 15px 60px;
}
.footer_link {
/*  font-size: 14px;*/
  font-size: 16px;
  color: #e6f4ed;
}
.footer_link:hover {
  text-decoration: underline;
}
.link-icon::after {
  content: '';
  background: url("/cms/hor/img/common/link.png");
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 3px;
}
.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: bottom;
      -ms-flex-align: bottom;
          align-items: bottom;
  padding: 17px 0;
}
.footer_sns .footer_item {
  margin: 50px 25px 0;
}
.footer_snsIcon {
  width: 56px;
}
.footer_links-small .footer_link {
/*  font-size: 12px;*/
  font-size: 15px;
}
.footer_links-small .footer_item {
/*  font-size: 12px;*/
  font-size: 15px;
  margin: 20px 10px;
  color: #1f5d41;
}
.footer_copy {
  font-size: 12px;
  text-align: center;
  color: #cfe8dc;
  padding: 20px 0 10px;
}
#totop {
  position: absolute;
  right: 50px;
  top: -50px;
  z-index: 10;
  width: 43px;
  height: 43px;
  display: block;
  cursor: pointer;
}
#totop::after {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: 1px solid #63666a;
  border-right: 1px solid #63666a;
}
.mv {
  position: relative;
  height: 200px;
  border-bottom: 1px solid #e0e0e0;
}
.mv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  font: Bold 28px/34px Lato;
  letter-spacing: 2.8px;
  color: #333;
}
.mv-subtitle {
  font-size: 19px;
  font-weight: normal;
  color: #333;
  letter-spacing: 1.4px;
}
.topicPath {
  padding: 40px 0;
  width: 1000px;
  margin: 0 auto;
}
.topicPath_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topicPath_item {
  margin-right: 10px;
}
.topicPath_text {
/*  font-size: 11px;*/
  font-size: 14px;
  text-align: left;
  color: #333;
}
.readstatement {
  font-size: 14px;
  padding: 40px 0;
  width: 1200px;
  margin: 0 auto;
}
.smzpreview-frontmenu__list img {
  width: auto;
}

.link_gr-icon::after {
  content: '';
  background: url("/cms/hor/img/common/link_gr.png");
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 3px;
}

/*# sourceMappingURL=common.css.map */

/*20210910ADD*/
.w-auto{
	width:auto !important;
}