@charset "UTF-8";
/* ========================================

サブサイト..地域活動応援サイト

=========================================*/
/* ================================================
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
Changed from CSS to SCSS 
================================================ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Add Reset Code */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  	/*
  	//---font-size早見表----
  
  		10	63%
  		11	69%
  		12	75%
  		13	82%
  		14	88%
  		15	94%
  		16	100%   <- 基準
  		17	107%
  		18	113%
  		19	119%
  		20	125%
  		21	132%
  		22	138%
  		23	144%
  		24	150%
  		25	157%
  		26	163%
  		27	169%
  		28	175%
  		29	182%
  		30	188%
  		31	194%
  		32	200%
  		33	207%
  		34	213%
  		35	219%
  		36	225%
  		37	232%
  		38	238%
  		39	244%
  		40	250%
  		41	257%
  		42	263%
  		43	269%
  		44	275%
  		45	282%
  		46	288%
  		47	294%
  		48	300%
  		49	307%
  		50	313%
  
  	//-------------------
  	*/
}

body {
  font-size: 100%;
  color: #333333;
  background-color: white;
  font-family: -apple-system, tbudgothic-std, 'BIZ UDPゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}
@media all and (-ms-high-contrast: none) {
  body {
    text-shadow: none;
  }
}
@media screen and (max-width: 769px) {
  body {
    font-size: calc(16px * 1vw);
  }
}

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}
@media only screen and (max-width: 1024px) {
  .contents {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .contents {
    max-width: 90%;
  }
}

header.pc {
  background-color: white;
}
header.pc .logo-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}
@media only screen and (max-width: 1024px) {
  header.pc .logo-area {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  header.pc .logo-area {
    max-width: 90%;
  }
}
@media print, screen and (max-width: 1024px) {
  header.pc .logo-area {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 769px) {
  header.pc .logo-area {
    max-width: 100% !important;
  }
}
header.pc .logo-area .left {
  flex-basis: calc(100% - 450px);
  max-width: calc(100% - 450px);
}
header.pc .logo-area .left .logo {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
}
header.pc .logo-area .right {
  flex-basis: 450px;
  max-width: 450px;
  position: relative;
  padding-top: 20px;
}
header.pc .logo-area .right .back-to-site {
  text-align: right;
  float: right;
  vertical-align: middle;
  background-color: #f2f2f2;
  font-size: 83%;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  color: gray;
}
header.pc .logo-area .right .back-to-site:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
  vertical-align: middle;
  background-image: url(../img/btn-right-arrow.svg);
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
header.pc .logo-area .right .back-to-site:hover {
  background-color: #e2e2e2;
  border-color: #7c7373;
  color: black;
  transition: .5s ease;
}
@media screen and (max-width: 769px) {
  header.pc .logo-area {
    display: none;
  }
}
header.pc .menu-bar {
  background-color: #349a76;
}
@media screen and (max-width: 769px) {
  header.pc .menu-bar {
    display: none;
  }
}
header.sp {
  display: none;
}
@media screen and (max-width: 769px) {
  header.sp {
    display: block;
    position: relative;
    z-index: 900;
    background-color: white;
    padding-top: 10px;
  }
}
@media print, screen and (max-width: 480px) {
  header.sp .subMenu {
    min-height: 60px;
  }
}
header.sp .logo-box {
  width: 60vw;
  display: flex;
  padding-left: 15px;
}
@media print, screen and (max-width: 475px) {
  header.sp .logo-box {
    width: auto;
  }
}
@media print, screen and (max-width: 375px) {
  header.sp .logo-box {
    margin: 1.05vh 0;
  }
}
header.sp .logo-box img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 769px) {
  header.sp .logo-box img {
    height: auto;
    max-height: none;
    width: auto;
    max-width: 100%;
  }
}
header.sp .menu-box {
  position: fixed;
  z-index: 2;
}
header.sp .menu-box .subMenu {
  height: 58px;
}
header.sp .menu-box nav.globalMenuSp {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  color: #000;
  text-align: center;
  display: none;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  overflow-y: auto;
}
header.sp .menu-box nav.globalMenuSp .main-menu {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  text-align: right;
  letter-spacing: normal;
  padding-right: 0;
  padding: 16px;
  padding-top: 10px;
  text-align: left;
  background-color: white;
  box-shadow: 0px 4px 10px rgba(128, 128, 128, 0.3);
}
@media only screen and (max-width: 1024px) {
  header.sp .menu-box nav.globalMenuSp .main-menu {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  header.sp .menu-box nav.globalMenuSp .main-menu {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  header.sp .menu-box nav.globalMenuSp .main-menu {
    max-width: 100%;
  }
}
header.sp .menu-box nav.globalMenuSp .main-menu .logo-box {
  padding-left: 0;
  padding-bottom: 25px;
}
header.sp .menu-box nav.globalMenuSp .main-menu .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}
@media only screen and (max-width: 1024px) {
  header.sp .menu-box nav.globalMenuSp .main-menu .item-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  header.sp .menu-box nav.globalMenuSp .main-menu .item-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  header.sp .menu-box nav.globalMenuSp .main-menu .item-box {
    max-width: 100%;
  }
}
header.sp .menu-box nav.globalMenuSp .main-menu .item-box .item {
  flex-basis: 100%;
  max-width: 100%;
  color: white;
  text-decoration: none;
  padding: 6px 15px;
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
  background-color: #349a76;
  border-radius: 5px;
  font-size: 88%;
}
@media print, screen and (max-width: 400px) {
  header.sp .menu-box nav.globalMenuSp .main-menu .item-box .item {
    max-width: 100%;
    padding: 10px 10px;
    margin-left: 1%;
    margin-bottom: 5px;
  }
}
header.sp .menu-box nav.globalMenuSp .main-menu .right-sp {
  display: inline-block;
}
header.sp .menu-box nav.globalMenuSp .main-menu .right-sp .btn {
  padding: 5px 10px;
  border: 1px solid #349a76;
  color: white;
  font-size: 88%;
  text-decoration: none;
  float: right;
  margin-left: 10px;
  position: relative;
}
header.sp .menu-box nav.globalMenuSp .main-menu .right-sp .btn:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
  vertical-align: middle;
  background-image: url(../img/icon-arrow-gray.svg);
  width: 5px;
  height: 6px;
  margin-right: 0px;
  margin-left: 10px;
}
header.sp .menu-box nav.globalMenuSp .main-menu .right-sp .btn:hover {
  background-color: #eaeaea;
  color: #eaeaea;
}

.menu-bar .menu .item {
  display: inline-block;
}
.menu-bar .menu .item a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 15px 20px;
  font-size: 90%;
  width: 100%;
  height: 100%;
}
.menu-bar .menu .item.active {
  background-color: #eaeaea;
}
.menu-bar .menu .item.active a {
  color: #333333;
}
.menu-bar .menu .item:hover {
  background-color: #eaeaea;
  transition: .3s ease;
}
.menu-bar .menu .item:hover a {
  color: #333333;
}

/* このクラスを、jQueryで付与・削除する */
.navToggle {
  display: block;
  position: fixed;
  right: 2%;
  top: 8px;
  width: 50px;
  height: 51px;
  cursor: pointer;
  z-index: 100;
  border-radius: 5px;
  text-align: center;
  background-color: #eaeaea;
}
.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 27px;
  border-bottom: solid 3px #eee;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 12px;
}
.navToggle span:nth-child(1) {
  top: 9px;
}
.navToggle span:nth-child(2) {
  top: 18px;
}
.navToggle span:nth-child(3) {
  top: 27px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  font-family: "FP-ヒラギノUD角ゴF StdN W6";
  top: 34px;
  width: 50px;
  left: 0px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 10;
}
#overlay.open {
  display: block;
}

.dummy {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  box-shadow: none !important;
  border: none !important;
  background-image: none !important;
}

@media screen and (max-width: 769px) {
  main {
    padding-top: 10px;
  }
}
main .home02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media only screen and (max-width: 1024px) {
  main .home02 {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  main .home02 {
    max-width: 90%;
  }
}
main .home02 .left {
  flex-basis: 70%;
  max-width: 70%;
}
@media screen and (max-width: 769px) {
  main .home02 .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
main .home02 .left .slide_viewer {
  height: 574px !important;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
  border-radius: 12px;
}
main .home02 .left .slide_viewer .slide {
  background-size: auto !important;
}
main .home02 .content01 {
  flex-basis: 30%;
  max-width: 30%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 769px) {
  main .home02 .content01 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
main .home02 .content01 .contents {
  max-width: 85%;
}
@media screen and (max-width: 769px) {
  main .home02 .content01 .contents {
    max-width: 100%;
    margin-top: 20px;
  }
}
main .home02 .content01 .contents .news-title {
  padding-left: 20px;
}
main .home02 .content01 .contents .news {
  padding: 50px 20px 80px;
}
main .home02 .content01 .contents .news .cms-pages article header {
  flex-basis: 100%;
  max-width: 100%;
  padding: 15px 0px;
}
main .home02 .content01 .contents .news .cms-pages article h2 {
  flex-basis: 100%;
  max-width: 100%;
}
main .crumbs {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1024px) {
  main .crumbs {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  main .crumbs {
    max-width: 90%;
  }
}
main .crumbs .crumb .page {
  font-size: 83%;
}
main .crumbs .crumb .page:last-of-type {
  color: #808080;
}
main .crumbs .crumb .page:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
  vertical-align: middle;
  background-image: url(../img/icon-arrow-gray.svg);
  width: 6px;
  height: 6px;
  margin-left: 15px;
  margin-right: 10px;
  margin-top: -3px;
}
main .crumbs .crumb .page:first-of-type:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
  vertical-align: middle;
  background-image: url(../img/icon-home.svg);
  width: 20px;
  height: 17px;
  margin-right: 5px;
  margin-left: 0px;
  vertical-align: middle;
  margin-top: -4px;
}
main .crumbs .crumb .page a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}
main .crumbs .crumb .separator {
  display: none;
}

.slider {
  margin: 0 auto;
  max-width: 100%;
}
.slider .slide_viewer {
  height: 613px !important;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1440px) {
  .slider .slide_viewer {
    height: 32vw !important;
  }
}
.slider .slide_viewer .slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}
.slider .slide_viewer .slide_group .slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: 100% auto;
}
@media (max-width: 568px) {
  .slider .slide_viewer .slide_group .slide {
    background-size: cover;
  }
}
.slider .slide_viewer .slide_group .slide:first-child {
  display: block;
}
.slider .slide_viewer .slide_group .slide:nth-of-type(1) {
  background-image: url("../img/top_img.jpg");
}
.slider .slide_viewer .slide_group .slide:nth-of-type(2) {
  background-image: url("../img/top_img.jpg");
}
.slider .slide_viewer .slide_group .slide:nth-of-type(3) {
  background-image: url("../img/top_img.jpg");
}
.slider .slide_viewer .slide_group .slide:nth-of-type(4) {
  background: url("../img/top_img.jpg");
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.slide_btn.active, .slide_btn:hover {
  cursor: pointer;
}

.directional_nav {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  top: -470px;
}
@media (max-width: 1440px) {
  .directional_nav {
    top: -175px;
  }
}
@media (max-width: 1040px) {
  .directional_nav {
    top: -200px;
  }
}
@media (max-width: 568px) {
  .directional_nav {
    top: -130px;
  }
}

.previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }

  .next_btn {
    right: 50px;
  }
}
.section-b {
  padding-top: 16px;
  padding-bottom: 16px;
}

.content01 .news-box {
  position: relative;
  padding-top: 50px;
}
.content01 .news-box .news-title {
  position: absolute;
  max-width: 100%;
  margin-bottom: 16px;
  top: 10px;
  left: 0;
  background-color: white;
  border-radius: 10px 10px 0px 0px;
  padding: 15px 30px 0px 30px;
  box-shadow: 0px -2px 2px rgba(128, 128, 128, 0.5);
  font-size: 135%;
  font-weight: bold;
  color: #505050;
}
.content01 .news-box .news-title span {
  font-size: 50%;
  color: #c7c7c7;
  padding-left: 10px;
}
.content01 .news-box .news {
  background-color: white;
  padding: 50px 40px 80px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
}
@media screen and (max-width: 769px) {
  .content01 .news-box .news {
    padding: 50px 20px 80px;
  }
}
.content01 .news-box .news .cms-pages article header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  border-bottom: 1px dashed #d0d0d0;
  padding: 15px 20px;
}
@media only screen and (max-width: 1024px) {
  .content01 .news-box .news .cms-pages article header {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .content01 .news-box .news .cms-pages article header {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .content01 .news-box .news .cms-pages article header {
    max-width: 100% !important;
  }
}
.content01 .news-box .news .cms-pages article header:hover {
  opacity: 0.8;
}
.content01 .news-box .news .cms-pages article header time {
  flex-basis: 150px;
  max-width: 150px;
}
@media print, screen and (max-width: 554px) {
  .content01 .news-box .news .cms-pages article header time {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.content01 .news-box .news .cms-pages article header h2 {
  flex-basis: calc(100% - 160px);
  max-width: calc(100% - 160px);
}
.content01 .news-box .news .cms-pages article header h2 a {
  color: #349a76;
  text-decoration: none;
  display: block;
}
.content01 .news-box .news .cms-pages article header h2 a:hover {
  text-decoration: underline;
}
@media print, screen and (max-width: 554px) {
  .content01 .news-box .news .cms-pages article header h2 {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.content01 .news-box .news .more {
  text-align: right;
  float: right;
  padding-top: 30px;
  margin-bottom: 20px;
  color: #349a76;
  vertical-align: middle;
}
.content01 .news-box .news .more:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
  vertical-align: middle;
  background-image: url(../img/btn-right-arrow.svg);
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.banner {
  background-color: #e3fff5;
}
.banner.b-w {
  background-color: white;
}
.banner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}
@media only screen and (max-width: 1024px) {
  .banner ul {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .banner ul {
    max-width: 90%;
  }
}
@media print, screen and (max-width: 1024px) {
  .banner ul {
    max-width: 100% !important;
  }
}
.banner ul li {
  flex-basis: 20%;
  max-width: 20%;
}
@media print, screen and (max-width: 554px) {
  .banner ul li {
    flex-basis: 48%;
    max-width: 48%;
    padding-bottom: 10px;
  }
}
.banner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner ul li a img {
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.25);
  max-width: 80%;
  display: block;
  border-radius: 10px;
  margin: 0 auto;
}
.banner ul li a img:hover {
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.8);
  transition: .3s ease;
}
.banner .ads-banners .banners {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}
@media only screen and (max-width: 1024px) {
  .banner .ads-banners .banners {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .banner .ads-banners .banners {
    max-width: 90%;
  }
}
@media print, screen and (max-width: 1024px) {
  .banner .ads-banners .banners {
    max-width: 100% !important;
  }
}
.banner .ads-banners .banners span {
  flex-basis: 16%;
  max-width: 16%;
}
@media print, screen and (max-width: 554px) {
  .banner .ads-banners .banners span {
    flex-basis: 32.5%;
    max-width: 32.5%;
    padding-bottom: 10px;
  }
}
.banner .ads-banners .banners span a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .ads-banners .banners span a img {
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.25);
  max-width: 100%;
  display: block;
  border-radius: 3px;
}
.banner .ads-banners .banners span a img:hover {
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.8);
  transition: .3s ease;
}

footer {
  background: url(/img/img-map.png) right center no-repeat;
  background-position-x: 85%;
}
footer.contact-area {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #effff9;
}
footer.contact-area .contact-area .logo-box img {
  max-width: 100%;
  max-height: 50px;
}
footer.contact-area .contact-area p {
  padding: 15px 10px 20px 15px;
  font-size: 100%;
  display: inline-block;
  color: #333333;
}
footer.contact-area .contact-area p strong {
  display: inline-block;
  font-size: 110%;
  line-height: 2;
  border-bottom: 1px solid #333333;
  margin-bottom: 10px;
}
footer.contact-area .contact-area .box-footer {
  vertical-align: middle;
}
footer.contact-area .contact-area .box-footer img {
  vertical-align: middle;
  max-height: 75px;
}
@media screen and (max-width: 769px) {
  footer.contact-area .contact-area .box-footer img {
    max-height: 55px;
  }
}
footer.contact-area .contact-area .box-footer p {
  vertical-align: middle;
  padding: 0px 10px 0px 15px;
}
footer.contact-area .link-list li {
  display: inline-block;
  vertical-align: middle;
}
footer.contact-area .link-list li a {
  text-decoration: none;
  display: block;
  padding: 10px;
  background-color: #caeddf;
  font-size: 83%;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #92e8ca;
  border-radius: 20px;
  color: #333333;
}
footer.contact-area .link-list li a:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
  vertical-align: middle;
  background-image: url(../img/btn-right-arrow.svg);
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
footer.contact-area .link-list li a:hover {
  background-color: #92e8ca;
  border-color: #caeddf;
  transition: .3s ease;
}

.main-content {
  padding-bottom: 60px;
}
@media print, screen and (max-width: 1024px) {
  .main-content .contents {
    max-width: 100% !important;
  }
}
.main-content .page-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  .main-content .page-content {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .main-content .page-content {
    max-width: 90%;
  }
}
.main-content .page-content .page-box {
  padding: 40px;
  -webkit-box-shadow: 0px 0px 20px 0px #e6e6e6;
  -moz-box-shadow: 0px 0px 20px 0px #e6e6e6;
  box-shadow: 0px 0px 20px 0px #e6e6e6;
  background-color: white;
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box {
    padding: 25px;
  }
}
.main-content .page-content .page-box h1 {
  font-size: 188%;
  color: #333333;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box h1 {
    padding: 15px;
    font-size: 132%;
  }
}
.main-content .page-content .page-box .img-title {
  background-color: #018154;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.main-content .page-content .page-box .img-title h1 {
  font-size: 188%;
  color: white;
  font-weight: bold;
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box .img-title h1 {
    padding: 15px;
    font-size: 132%;
  }
}
.main-content .page-content .page-box header h1 {
  font-size: 188%;
  color: #333333;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
}
.main-content .page-content .page-box strong {
  font-weight: bold;
}
.main-content .page-content .page-box article.body {
  color: #4d4d4d;
  letter-spacing: .5px;
}
.main-content .page-content .page-box article.body h2 {
  position: relative;
  color: #333333;
  font-size: 163%;
  font-weight: bold;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 4px solid #349a76;
  clear: both;
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box article.body h2 {
    font-size: 115%;
  }
}
.main-content .page-content .page-box article.body h3 {
  font-size: 119%;
  color: #4d4d4d;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #349a76;
  clear: both;
}
.main-content .page-content .page-box article.body h3:before {
  content: '■';
  padding-right: 15px;
  color: #349a76;
}
.main-content .page-content .page-box article.body h4 {
  font-size: 107%;
  color: #4d4d4d;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #349a76;
  clear: both;
}
.main-content .page-content .page-box article.body p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 100%;
  margin-bottom: 10px;
  word-break: break-all;
  clear: both;
}
.main-content .page-content .page-box article.body p.text-center {
  text-align: center;
}
.main-content .page-content .page-box article.body p .img-float {
  float: left;
  padding-right: 15px;
  margin-bottom: 10px;
}
.main-content .page-content .page-box article.body p .img-float:after {
  clear: left;
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box article.body p .img-float {
    float: none;
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    padding: 0;
  }
}
.main-content .page-content .page-box article.body img {
  max-width: 100%;
}
.main-content .page-content .page-box article.body .article-pages.pages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  padding-top: 20px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .main-content .page-content .page-box article.body .article-pages.pages {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box article.body .article-pages.pages {
    max-width: 90%;
  }
}
@media print, screen and (max-width: 1024px) {
  .main-content .page-content .page-box article.body .article-pages.pages {
    max-width: 100% !important;
  }
}
.main-content .page-content .page-box article.body .article-pages.pages article {
  flex-basis: 100%;
  max-width: 100%;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box article.body .article-pages.pages article {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.main-content .page-content .page-box article.body .article-pages.pages article header {
  padding-left: 0px;
}
.main-content .page-content .page-box article.body .article-pages.pages article header time {
  display: none;
}
.main-content .page-content .page-box article.body .article-pages.pages article header h2, .main-content .page-content .page-box article.body .article-pages.pages article header h3 {
  flex-basis: 100%;
  max-width: 100%;
  font-size: 128%;
  border-bottom: none;
  margin: 0;
}
.main-content .page-content .page-box article.body .article-pages.pages article header h2 a, .main-content .page-content .page-box article.body .article-pages.pages article header h3 a {
  display: block;
  text-decoration: none;
  padding: 25px 15px 25px 30px;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.25);
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  color: gray;
  background-color: white;
}
.main-content .page-content .page-box article.body .article-pages.pages article header h2 a:before, .main-content .page-content .page-box article.body .article-pages.pages article header h3 a:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
  vertical-align: middle;
  background-image: url(../img/icon-file.svg);
  width: 28px;
  height: 22px;
  margin-right: 15px;
}
.main-content .page-content .page-box article.body .article-pages.pages article header h2 a:hover, .main-content .page-content .page-box article.body .article-pages.pages article header h3 a:hover {
  background-color: #f9f9f9;
  transition: .3s ease;
}
.main-content .page-content .page-box article.body .article-pages.pages article header h2 a:after, .main-content .page-content .page-box article.body .article-pages.pages article header h3 a:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
  vertical-align: middle;
  background-image: url(../img/icon-arrow-gray.svg);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 25px;
  top: calc(50% - 5px);
}
.main-content .page-content .page-box article ul {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 100%;
}
.main-content .page-content .page-box article ul.number {
  list-style-type: decimal;
}
.main-content .page-content .page-box article ol {
  list-style-type: decimal;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 100%;
}
.main-content .page-content .page-box .category-nodes, .main-content .page-content .page-box .cms-nodes {
  padding-top: 20px;
}
.main-content .page-content .page-box .category-nodes article, .main-content .page-content .page-box .cms-nodes article {
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box .category-nodes article, .main-content .page-content .page-box .cms-nodes article {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.main-content .page-content .page-box .category-nodes article header time, .main-content .page-content .page-box .cms-nodes article header time {
  display: none;
}
.main-content .page-content .page-box .category-nodes article header h2, .main-content .page-content .page-box .category-nodes article header h3, .main-content .page-content .page-box .cms-nodes article header h2, .main-content .page-content .page-box .cms-nodes article header h3 {
  font-size: 128%;
  border-bottom: none;
  margin: 0;
}
.main-content .page-content .page-box .category-nodes article header h2 a, .main-content .page-content .page-box .category-nodes article header h3 a, .main-content .page-content .page-box .cms-nodes article header h2 a, .main-content .page-content .page-box .cms-nodes article header h3 a {
  display: block;
  text-decoration: none;
  padding: 25px 15px 25px 30px;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.25);
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  color: gray;
  background-color: white;
}
.main-content .page-content .page-box .category-nodes article header h2 a:before, .main-content .page-content .page-box .category-nodes article header h3 a:before, .main-content .page-content .page-box .cms-nodes article header h2 a:before, .main-content .page-content .page-box .cms-nodes article header h3 a:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
  vertical-align: middle;
  background-image: url(../img/icon-folder.svg);
  width: 28px;
  height: 22px;
  margin-right: 15px;
}
.main-content .page-content .page-box .category-nodes article header h2 a:hover, .main-content .page-content .page-box .category-nodes article header h3 a:hover, .main-content .page-content .page-box .cms-nodes article header h2 a:hover, .main-content .page-content .page-box .cms-nodes article header h3 a:hover {
  background-color: #f9f9f9;
  transition: .3s ease;
}
.main-content .page-content .page-box .category-pages, .main-content .page-content .page-box .cms-pages, .main-content .page-content .page-box .cms-group-pages, .main-content .page-content .page-box article-pages {
  padding-top: 20px;
}
.main-content .page-content .page-box .category-pages article header time, .main-content .page-content .page-box .cms-pages article header time, .main-content .page-content .page-box .cms-group-pages article header time, .main-content .page-content .page-box article-pages article header time {
  display: none;
}
.main-content .page-content .page-box .category-pages article header h2, .main-content .page-content .page-box .category-pages article header h3, .main-content .page-content .page-box .cms-pages article header h2, .main-content .page-content .page-box .cms-pages article header h3, .main-content .page-content .page-box .cms-group-pages article header h2, .main-content .page-content .page-box .cms-group-pages article header h3, .main-content .page-content .page-box article-pages article header h2, .main-content .page-content .page-box article-pages article header h3 {
  font-size: 128%;
  border-bottom: none;
  margin: 0;
}
.main-content .page-content .page-box .category-pages article header h2 a, .main-content .page-content .page-box .category-pages article header h3 a, .main-content .page-content .page-box .cms-pages article header h2 a, .main-content .page-content .page-box .cms-pages article header h3 a, .main-content .page-content .page-box .cms-group-pages article header h2 a, .main-content .page-content .page-box .cms-group-pages article header h3 a, .main-content .page-content .page-box article-pages article header h2 a, .main-content .page-content .page-box article-pages article header h3 a {
  display: block;
  text-decoration: none;
  padding: 25px 15px 25px 30px;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.25);
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  color: gray;
  background-color: white;
}
.main-content .page-content .page-box .category-pages article header h2 a:before, .main-content .page-content .page-box .category-pages article header h3 a:before, .main-content .page-content .page-box .cms-pages article header h2 a:before, .main-content .page-content .page-box .cms-pages article header h3 a:before, .main-content .page-content .page-box .cms-group-pages article header h2 a:before, .main-content .page-content .page-box .cms-group-pages article header h3 a:before, .main-content .page-content .page-box article-pages article header h2 a:before, .main-content .page-content .page-box article-pages article header h3 a:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
  vertical-align: middle;
  background-image: url(../img/icon-file.svg);
  width: 27px;
  height: 28px;
  margin-right: 15px;
}
.main-content .page-content .page-box .category-pages article header h2 a:hover, .main-content .page-content .page-box .category-pages article header h3 a:hover, .main-content .page-content .page-box .cms-pages article header h2 a:hover, .main-content .page-content .page-box .cms-pages article header h3 a:hover, .main-content .page-content .page-box .cms-group-pages article header h2 a:hover, .main-content .page-content .page-box .cms-group-pages article header h3 a:hover, .main-content .page-content .page-box article-pages article header h2 a:hover, .main-content .page-content .page-box article-pages article header h3 a:hover {
  background-color: #f9f9f9;
  transition: .3s ease;
}
.main-content .page-content .page-box .category-pages article header h2 a:after, .main-content .page-content .page-box .category-pages article header h3 a:after, .main-content .page-content .page-box .cms-pages article header h2 a:after, .main-content .page-content .page-box .cms-pages article header h3 a:after, .main-content .page-content .page-box .cms-group-pages article header h2 a:after, .main-content .page-content .page-box .cms-group-pages article header h3 a:after, .main-content .page-content .page-box article-pages article header h2 a:after, .main-content .page-content .page-box article-pages article header h3 a:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
  vertical-align: middle;
  background-image: url(../img/icon-arrow-gray.svg);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 25px;
  top: calc(50% - 5px);
}
.main-content .page-content .page-box .article-pages-a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-content .page-content .page-box .article-pages-a article {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d9d9d9;
}
.main-content .page-content .page-box .article-pages-a article header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .main-content .page-content .page-box .article-pages-a article header {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box .article-pages-a article header {
    max-width: 90%;
  }
}
@media print, screen and (max-width: 1024px) {
  .main-content .page-content .page-box .article-pages-a article header {
    max-width: 100% !important;
  }
}
.main-content .page-content .page-box .article-pages-a article header time {
  flex-basis: 150px;
  max-width: 150px;
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box .article-pages-a article header time {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.main-content .page-content .page-box .article-pages-a article header h2 {
  flex-basis: calc(100% - 150px);
  max-width: calc(100% - 150px);
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box .article-pages-a article header h2 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.main-content .page-content .page-box .article-pages-a article header h2 a {
  color: #349a76;
  text-decoration: none;
  display: block;
}
.main-content .page-content .page-box .article-pages-a article header h2 a:hover {
  text-decoration: underline;
}
.main-content .page-content .page-box .article-pages-a .photo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  padding: 20px 30px;
}
@media only screen and (max-width: 1024px) {
  .main-content .page-content .page-box .article-pages-a .photo {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box .article-pages-a .photo {
    max-width: 90%;
  }
}
.main-content .page-content .page-box .article-pages-a .photo a {
  text-decoration: none;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.25);
  display: block;
  width: 100%;
  color: #333333;
  background-color: white;
}
.main-content .page-content .page-box .article-pages-a .photo a:hover {
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
  transition: .3s;
}
.main-content .page-content .page-box .article-pages-a .photo .thumb {
  flex-basis: 250px;
  max-width: 250px;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box .article-pages-a .photo .thumb {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.main-content .page-content .page-box .article-pages-a .photo .title {
  padding: 20px;
  flex-basis: calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box .article-pages-a .photo .title {
    flex-basis: 100%;
    max-width: 100%;
    display: block;
  }
}
.main-content .page-content .page-box .categories {
  display: none !important;
}
.main-content .page-content .page-box .related-pages header h2 {
  position: relative;
  color: #333333;
  font-size: 163%;
  font-weight: bold;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 4px solid #349a76;
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box .related-pages header h2 {
    font-size: 115%;
  }
}
.main-content .page-content .page-box .related-pages .pages ul li a {
  color: #349a76;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d9d9d9;
  font-size: 100%;
  display: block;
  padding-left: 20px;
}
.main-content .page-content .page-box .map-page header h2 {
  position: relative;
  color: #333333;
  font-size: 163%;
  font-weight: bold;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 4px solid #349a76;
}
@media screen and (max-width: 769px) {
  .main-content .page-content .page-box .map-page header h2 {
    font-size: 115%;
  }
}
.main-content .page-content .page-box table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 100%;
}
.main-content .page-content .page-box table caption {
  display: none;
}
.main-content .page-content .page-box table tr {
  border-top: 1px solid #349a76;
}
.main-content .page-content .page-box table th, .main-content .page-content .page-box table td {
  padding: 8px;
  vertical-align: middle;
}
.main-content .page-content .page-box table th {
  background-color: #f3f2f2;
  font-weight: bold;
  border: 1px solid #349a76;
}
.main-content .page-content .page-box table td {
  border: 1px solid #349a76;
}
.main-content .page-content .pagination {
  text-align: center;
}
.main-content .page-content .pagination span {
  vertical-align: middle;
}
.main-content .page-content .pagination .page {
  padding: 10px 5px 10px 10px;
  border: 1px solid #349a76;
  margin-left: 5px;
  margin-right: 5px;
}
.main-content .page-content .pagination .page.current {
  background-color: #349a76;
  color: white;
  border: 1px solid #349a76;
}
.main-content .page-content .pagination .page a {
  color: grey;
}
.main-content .page-content .pagination a {
  text-decoration: none;
}
.main-content .page-content .pagination .prev a, .main-content .page-content .pagination .next a {
  color: grey;
  vertical-align: middle;
}
.main-content .page-content .pagination .prev {
  padding-right: 10px;
}
.main-content .page-content .pagination .next {
  padding-left: 10px;
}
.main-content .page-content .pagination .first, .main-content .page-content .pagination .last {
  font-size: 148%;
  margin: 0px 10px;
  vertical-align: middle;
}
.main-content .page-content .pagination .first a, .main-content .page-content .pagination .last a {
  color: #349a76 !important;
}

strong {
  font-weight: bold;
}

.footer {
  text-align: center;
  background-color: #002446;
  padding-top: 6vw;
  padding-bottom: 6vw;
  color: white;
}
.footer h2 {
  font-size: 169%;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .footer h2 {
    font-size: 115%;
  }
}
.footer p {
  font-size: 100%;
}

.go-top {
  position: fixed;
  bottom: 2.5em;
  right: 2rem;
  text-decoration: none;
  color: white !important;
  background-color: #349a76;
  font-size: 88%;
  padding: 1rem 1rem 0.8rem;
  display: none;
  transition: .3s;
  z-index: 2;
}
.go-top:before {
  content: '';
  background-image: url(../img/icon-arrow-up-white.svg);
  width: 16.5px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 769px) {
  .go-top {
    bottom: 0;
    right: 0;
  }
}

.copyright {
  background-color: #349a76;
  color: white;
  text-align: center;
  font-size: 83%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.contact {
  display: none;
}

main-content .page-content .page-box.news .article-pages article header {
  flex-basis: 100%;
  max-width: 100%;
  padding: 15px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px dashed #d0d0d0;
  padding: 15px 20px;
}
main-content .page-content .page-box.news .article-pages article header time {
  flex-basis: 150px;
  max-width: 150px;
}
main-content .page-content .page-box.news .article-pages article header h2 {
  flex-basis: calc(100% - 160px);
  max-width: calc(100% - 160px);
}
main-content .page-content .page-box.news .article-pages article header h2 a {
  color: #349a76;
  text-decoration: none;
  display: block;
}
main-content .page-content .page-box.news .article-pages article header h2 a:hover {
  text-decoration: underline;
}
