@charset "UTF-8";
/*
Theme Name: gomi-zero
Template: twentynineteen
*/
/* Scss Document */
/***********************************************/
/*RESET*/
/***********************************************/
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:100,300,400,500,700,800,900");
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.modal-overlay #allmenu ul li.page_item.page-item-5159 {
    display: none;
}

/***********************************************/
/*FONT*/
/***********************************************/
.round_txt {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-feature-settings: "palt";
}

/***********************************************/
/*BASE*/
/***********************************************/
.only_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only_sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}

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

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.clearboth {
  clear: both;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  width: 100%;
  min-height: 100%;
  font-size: 1.6rem;
  line-height: 1.6em;
  color: #4f4c4b;
  -webkit-text-size-adjust: 100%;
}

/***********************************************/
/* LINK */
/***********************************************/
/* IMAGE LINK */
.img_alpha:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

a {
  color: #484f47;
  text-decoration: none;
}
a:hover {
  color: #484f47;
  text-decoration: none;
}

a.link_mark-01 {
  background-image: url("img/link_mark-01.png");
  background-repeat: no-repeat;
  background-size: auto 74%;
  background-position: center right;
  text-decoration: none;
  padding: 0 1.2em 0 0;
}
a.link_mark-01:hover {
  color: #00A547;
}

#pagetop {
  right: 0;
}

a.pagetop-btn {
  position: fixed;
  background-color: rgba(15, 152, 45, 0.6);
  color: #ffffff;
  z-index: 80;
}
a.pagetop-btn:hover {
  color: #ffffff;
  background-color: #0f982d;
}
a.pagetop-btn div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  width: 4em;
  height: 4em;
  line-height: 1em;
}

/***********************************************/
/* HEADER */
/***********************************************/
header {
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  header {
    border-bottom: solid 2px #f4f1e9;
  }
}

.header {
  display: flex;
  position: relative;
  max-width: 1000px;
  margin: 10px auto 0;
  padding: 28px 0 20px;
}
@media screen and (max-width: 767px) {
  .header {
    display: block;
    margin: 0;
    padding: 2vw 2vw 2vw 0;
  }
}
.header h1 {
  align-self: center;
  flex: 1 0 320px;
}
@media screen and (max-width: 999px) {
  .header h1 {
    margin: 0 0 0 2vw;
    width: 70%;
  }
}
.header nav {
  font-size: 1.4rem;
  line-height: 1em;
  align-self: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .header nav {
    margin-right: 2vw;
  }
}
.header nav ul li {
  float: left;
  margin-left: 1.5em;
}
.header nav li {
  margin-top: 5px;
}
.header li {
  margin-top: 5px;
}
.header .btn_eg {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4rem;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .header .btn_eg {
    margin-right: 2vw;
  }
}
.header .btn_eg a {
  padding: 0.3em 1em;
  display: block;
  border: 1px solid #484F47;
  border-radius: 0.8em;
  display: inline-block;
}
.header .btn_eg a:hover {
  color: #ffffff;
  background-color: #484F47;
}

/***********************************************/
/* MENU */
/***********************************************/
#site_route {
  background-color: #f4f1e9;
  overflow: hidden;
}
#site_route .site_route {
  font-size: 1.2rem;
  max-width: 1000px;
  margin: 1px auto;
  display: flex;
}
#site_route .site_route-path {
  display: flex;
  align-items: center;
}
#site_route .site_route-path::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url("img/link_mark-03.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0.5em 0 0.2em;
}
#site_route .site_route li {
  margin-left: 0.5em;
}
#site_route .site_route a:hover {
  text-decoration: underline;
}

#allmenu a {
  color: #ffffff;
}
#allmenu a:hover {
  text-decoration: underline;
}
#allmenu ul {
  color: #ffffff;
  text-align: center;
}
#allmenu ul li {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1.2em;
  dding: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  #allmenu ul li {
    padding: 5px 10px 0 0;
  }
}
#allmenu .btn_close {
  text-align: right;
  padding: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  #allmenu .btn_close {
    padding: 5px 10px 0 0;
  }
}

#sitemap_list {
  margin-bottom: 2em;
}
#sitemap_list .cat-item-1 ul,
#sitemap_list .cat-item-2 ul,
#sitemap_list .cat-item-3 ul,
#sitemap_list .page-item-72 ul.children {
  display: none;
}
#sitemap_list .cat-item,
#sitemap_list ul.children li {
  font-weight: normal;
  margin-top: 0.25em;
  font-size: 1.6rem;
}

.modal-overlay {
  background-color: #00A547;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
}

.modal-open,
.modal-close {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-open img,
  .modal-close img {
    width: 48px;
    height: 48px;
  }
}

.sitemenu {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sitemenu {
    position: fixed;
    top: 5px;
    right: 10px;
  }
}
.sitemenu .menu {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .sitemenu .menu {
    position: static;
  }
}
.sitemenu .menu.fixed {
  position: fixed;
}
@media screen and (max-width: 767px) {
  .sitemenu .menu.fixed {
    position: static;
  }
}

/***********************************************/
/* FOOTER */
/***********************************************/
footer {
  text-align: center;
  background-color: #00A547;
  color: #ffffff;
  overflow: hidden;
}
footer .footer_copy {
  font-size: 1.4rem;
  line-height: 1.4em;
  margin: 24px 1em;
}
@media screen and (max-width: 767px) {
  footer .footer_copy {
    margin: 1em 1em 1.5em;
  }
}
footer .footer_icon {
  display: flex;
  justify-content: center;
}
footer .footer_logo {
  margin: 0 10px;
}
footer .footer_logo-ipledge {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  footer .footer_logo-ipledge {
    margin: 24px 0;
  }
}
footer .footer_sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 112px;
  margin: 0 10px;
}
footer .footer_sns li {
  display: block;
}
footer .copyright {
  line-height: 1;
  margin: 10px;
  font-size: 1.2rem;
}

/***********************************************/
/* TOP */
/***********************************************/
body.home .slider_box {
  max-width: 1000px;
  margin: 0 auto;
}
body.home .volunteer_copy {
  text-align: center;
  margin: 24px;
}
body.home .volunteerlist {
  justify-content: center;
}
body.home .corestaff {
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.home .corestaff {
    display: block;
  }
}
body.home .corestaff_photo {
  flex: 0 1 800px;
  overflow: hidden;
}
body.home .corestaff_photo .object-fit-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left center;
  font-family: "object-fit: cover; object-position: left center;";
}
body.home .corestaff_text {
  flex: 1 0 400px;
}
body.home .corestaff_text-copy {
  margin-left: -2em;
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  body.home .corestaff_text-copy {
    margin: -2em 0 0 0;
  }
}
body.home .corestaff_text-text {
  font-size: 1.4rem;
  line-height: 1.4em;
  margin: 1.5em 2em;
}
@media screen and (max-width: 767px) {
  body.home .corestaff_text-text {
    margin: 1.5em;
  }
}
body.home .corestaff_text-btn {
  text-align: right;
  margin: 2vw;
}
@media screen and (max-width: 767px) {
  body.home .corestaff_text-btn {
    margin: 1.5em;
  }
}
body.home #top_action .actionlist {
  padding: 8px;
}
body.home #top_pickup {
  background-image: url("img/bg_stripe.png");
}
@media screen and (max-width: 767px) {
  body.home #top_pickup {
    background-size: 25%;
  }
}
body.home #top_pickup .content_title_w {
  letter-spacing: 2px;
}
body.home #top_pickup .pickup_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
body.home #top_pickup .pickup_list figure {
  border: 6px solid #ffffff;
  margin: 15px;
}
@media screen and (max-width: 767px) {
  body.home #top_pickup .pickup_list figure {
    margin: 8px;
  }
}
body.home #top_topics {
  background-color: #ffffff;
}
body.home #top_topics .content_box {
  margin-top: 0;
}
body.home #top_sponsor {
  overflow: hidden;
}
body.home #top_sponsor ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px;
}
@media screen and (max-width: 767px) {
  body.home #top_sponsor ul {
    margin: 4vw 1vw;
  }
}
body.home #top_sponsor ul li {
  margin: 20px;
}
@media screen and (max-width: 767px) {
  body.home #top_sponsor ul li {
    margin: 2vw;
  }
}

/***********************************************/
/* MAIN */
/***********************************************/
main {
  background-color: #f4f1e9;
}
main article {
  overflow: hidden;
}

.content_title {
  background-color: #ffffff;
  text-align: center;
  padding: 64px 0 40px;
}
@media screen and (max-width: 767px) {
  .content_title {
    padding: 2.5em 0 1.8em;
  }
}
.content_title span {
  font-size: 2.8rem;
  padding: 0.6em 1.5em;
  color: #00A547;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content_title span {
    font-size: 2.1rem;
    display: inline-block;
    margin: 0 1em;
  }
}
.content_title span::before {
  content: url(img/title_mark-l.png);
  position: absolute;
  top: 0;
  left: 0;
}
.content_title span::after {
  content: url(img/title_mark-r.png);
  position: absolute;
  bottom: 0;
  right: 0;
}
.content_title_w {
  text-align: center;
  padding: 64px 0 40px;
}
@media screen and (max-width: 767px) {
  .content_title_w {
    padding: 2.5em 0 1.8em;
  }
}
.content_title_w span {
  font-size: 2.8rem;
  padding: 0.6em 1.5em;
  color: #ffffff;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content_title_w span {
    font-size: 2.1rem;
  }
}
.content_title_w span::before {
  content: url(img/title_mark_w-l.png);
  position: absolute;
  top: 0;
  left: 0;
}
.content_title_w span::after {
  content: url(img/title_mark_w-r.png);
  position: absolute;
  bottom: 0;
  right: 0;
}
.content_box {
  max-width: 1000px;
  margin: 32px auto;
}
@media screen and (max-width: 999px) {
  .content_box {
    margin: 32px 2%;
  }
}
.content_box.r {
  border-radius: 16px;
  background-color: #ffffff;
  padding: 2%;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .content_box.r {
    padding: 1em;
    border-radius: 12px;
  }
}

#article_page .content_box.r h2:first-child {
  margin: 0.5em 0 1em;
}
#article_page .content_box.r p:first-child {
  margin: 0.5em 0 1.5em;
}
#article_page .content_box.r .wp-block-column p:first-child {
  margin: 0 0 1.5em;
}
#article_page .content_box.r .wp-block-column .has-small-font-size {
  line-height: 1.4em;
}
#article_page .content_box h2 {
  font-size: 2.1rem;
  color: #000000;
  border-bottom: 3px solid #cccccc;
  padding-bottom: 0.2em;
  position: relative;
  margin: 2em 0 1em;
}
#article_page .content_box h2::before {
  content: '';
  width: 328px;
  height: 3px;
  background-image: url("img/title_line.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -3px;
}
#article_page .content_box h3 {
  font-size: 1.8rem;
  background-color: #ddffb0;
  display: inline-block;
  padding: 0.3em 0.8em;
  color: #000000;
}
#article_page .content_box h4 {
  font-size: 1.8rem;
  font-wight: bold;
  color: #000000;
  margin: 1em 0 0.8em;
}
#article_page .content_box p {
  margin: 1em 0 1.5em;
}
#article_page .content_box p strong {
  font-weight: bold;
}
#article_page .content_box p em {
  font-style: italic;
}
#article_page .content_box p a {
  color: #00A547;
}
#article_page .content_box p a:hover {
  text-decoration: underline;
}
#article_page .content_box ul {
  margin: 1em 0 1.5em;
  padding-left: 1.4em;
  list-style-type: disc;
}
#article_page .content_box ul.wp-block-gallery {
  list-style-type: none;
  padding: 0;
}
#article_page .content_box ul li {
  display: list-item;
}
#article_page .content_box ol {
  margin: 1em 0 1.5em;
  padding-left: 1.4em;
  list-style-type: decimal;
}
#article_page .content_box .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#article_page .content_box .ggmap iframe,
#article_page .content_box .ggmap object,
#article_page .content_box .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#article_page .content_box .wp-block-image {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #article_page .content_box .wp-block-image {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  #article_page .content_box .wp-block-image .alignright {
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #article_page .content_box .wp-block-image .alignleft {
    margin: 0 auto;
    float: none;
  }
}

/* TEXT */
/***********************************************/
.text_bg-01 {
  display: inline-block;
  color: #ffffff;
  background-color: #7ABB3F;
  padding: 0.6em 1.4em;
  font-weight: bold;
}

/* LINK */
/***********************************************/
.link_type-01 {
  display: flex;
  align-items: center;
}
.link_type-01::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("img/link_mark-01.png");
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  margin-left: auto;
}
.link_type-01:hover {
  color: #00A547;
}

.btn_type-01 {
  color: #00A547;
  font-size: 1.4rem;
  border: 2px solid #00A547;
  border-radius: 1.4em;
  display: inline-flex;
  align-items: center;
  padding: 0.5em 1.5em 0.5em 2.5em;
}
.btn_type-01::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url("img/link_mark-02.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.7em;
}
.btn_type-01:hover {
  color: #ffffff;
  background-color: #00A547;
}
.btn_type-01:hover::after {
  background-image: url("img/link_mark-02h.png");
}

.btn_type-02 {
  color: #ffffff;
  font-size: 1.4rem;
  border: 2px solid #ffffff;
  border-radius: 1.4em;
  display: inline-flex;
  align-items: center;
  padding: 0.5em 1.5em 0.5em 2.5em;
}
.btn_type-02::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url("img/link_mark-02h.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.7em;
}
.btn_type-02:hover {
  color: #00A547;
  background-color: #ffffff;
}
.btn_type-02:hover::after {
  background-image: url("img/link_mark-02.png");
}

/***********************************************/
/* volunteer */
/***********************************************/
.volunteer_header {
  max-width: 1000px;
  margin: 32px auto;
}
.volunteerlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media screen and (max-width: 999px) {
  .volunteerlist {
    padding: 0 1vw;
  }
}
.volunteerlist .list {
  flex: 0 1 250px;
  padding: 10px;
}
@media screen and (max-width: 999px) {
  .volunteerlist .list {
    flex: 0 1 33.3333%;
    padding: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .volunteerlist .list {
    flex: 0 1 50%;
    padding: 1vw;
  }
}
.volunteerlist .box {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .volunteerlist .box {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  }
}
.volunteerlist .name {
  font-weight: bold;
  line-height: 1.2em;
  padding: 1.2em 5%;
}
@media screen and (max-width: 767px) {
  .volunteerlist .name {
    padding: 0.5em 5%;
  }
}
.volunteerlist .image {
  order: -1;
  width: 100%;
  height: 170px;
}
@media screen and (max-width: 767px) {
  .volunteerlist .image {
    height: 120px;
  }
}
.volunteerlist .image .object-fit-img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
}
.volunteerlist .detail {
  font-size: 1.4rem;
  line-height: 1.3em;
  padding: 0 5%;
}
.volunteerlist .link {
  text-align: center;
  padding: 32px 0;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .volunteerlist .link {
    padding: 1em 0;
  }
}
.volunteer_know {
  text-align: center;
  padding: 0 2vw;
}
.volunteer_know dl {
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 16px;
  align-items: center;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .volunteer_know dl {
    flex-direction: column;
    align-items: stretch;
    padding: 20px 0;
  }
}
.volunteer_know dl dt {
  border-right: solid 1px #cccccc;
  padding: 20px 25px 20px  0;
}
@media screen and (max-width: 767px) {
  .volunteer_know dl dt {
    text-align: center;
    border-right: none;
    padding: 0 0 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}
.volunteer_know dl dd {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .volunteer_know dl dd {
    padding: 10px 30px 0;
    text-align: left;
  }
}
.volunteer_footer {
  background-color: #EA9B17;
  text-align: center;
  margin-bottom: 3em;
  padding: 32px;
}
.volunteer_footer-title {
  color: #ffffff;
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.volunteer-info {
  width: 60%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  #article_page .volunteerlist .list {
    flex: 0 1 236px;
  }
}

/***********************************************/
/* action */
/***********************************************/
.actionlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #ffffff;
}
.actionlist .box {
  display: flex;
  flex-direction: column-reverse;
  flex: 0 1 25%;
}
@media screen and (max-width: 767px) {
  .actionlist .box {
    flex: 0 1 50%;
  }
}
.actionlist .box:nth-child(odd) p.copy {
  background-color: #00A547;
}
.actionlist .name {
  margin: 12px 10px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
}
.actionlist .image {
  margin: 12px 10px 0;
  position: relative;
}
.actionlist .image .object-fit-img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
}
.actionlist .copy {
  position: absolute;
  display: inline-block;
  background-color: #7ABB3F;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4em;
  padding: 0.5em 1em;
  margin: 0 !important;
  left: 0;
  bottom: 16px;
}
@media screen and (max-width: 767px) {
  .actionlist .copy {
    font-size: 1.2rem;
    line-height: 1.4em;
    padding: 0.4em 0.8em;
    bottom: 10px;
  }
}
.action_text-btn {
  text-align: center;
  margin: 32px 0 56px;
}

.flow {
  max-width: 90%;
  margin: 0 auto;
}
.flow_box {
  background-color: #f3ffa9;
  border-radius: 16px;
  text-align: center;
  padding: 1em;
}
.flow ul.flow_list {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.flow ul.flow_list li.arrow::after {
  content: '↓';
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: block;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #999999;
  padding: 0.5em;
}
.flow ul.flow_list p.title {
  margin: 1em !important;
  font-weight: bold;
  font-size: 1.8rem;
}

/***********************************************/
/* TOPICS */
/***********************************************/
.topics span.date {
  font-size: 1.4rem;
  display: block;
}
.topics span.category {
  display: inline-block;
  background-color: #cccccc;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 8px;
  padding: 0.3em 1em 0.2em;
}
.topics span.category a {
  color: #ffffff;
}
.topics span.category.press {
  background-color: #ea9b17;
}
.topics span.category.media {
  background-color: #6741af;
}
.topics span.category.column {
  background-color: #4fadc6;
}
.topics span.category.photo {
  background-color: #000000;
}
.topics span.category.report {
  background-color: #6b8e23;
}
.topics_list {
  text-align: center;
}
.topics_list li {
  position: relative;
  margin-bottom: 3em;
}
.topics_list li span.category {
  padding: 0.3em 1em 0.2em;
}
.topics_list li::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -24px;
  display: inline-block;
  width: 200px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #cccccc;
}
.topics_list li p {
  font-size: 1.8rem;
  margin: 0.5em 1em 0.8em;
}
.topics_list li p a:hover {
  text-decoration: underline;
}
.topics_info {
  list-style-type: none !important;
  padding: 0 !important;
}
.topics_info-date {
  float: left;
}
.topics_info-cate {
  float: right;
}
.topics_text-btn {
  text-align: center;
  margin: 32px 0 56px;
}
.topics_footer {
  text-align: center;
  margin-top: 2em;
}

.pagination {
  margin-top: 2em;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers li {
  margin: 4px;
}
.pagination .page-numbers li .page-numbers {
  border: solid 2px #00A547;
  width: 2.5em;
  height: 2.5em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers li .page-numbers.current {
  border-color: #cccccc;
  color: #888888;
}
.pagination .page-numbers li a:hover {
  background-color: #00A547;
  color: #ffffff;
}

/***********************************************/
/* STAFF */
/***********************************************/
.stafflist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .stafflist {
    display: block;
  }
}
.stafflist .box {
  border-top: solid 5px #00A547;
  margin-bottom: 2em;
  flex: 0 1 48.5%;
}
.stafflist .box:nth-child(odd) {
  border-color: #7ABB3F;
}
.stafflist .box:first-child {
  border-color: #EA9B17;
  flex: 1 0 100%;
}
.stafflist .box dl {
  font-size: 1.4rem;
  line-height: 1.5em;
}
.stafflist .box dt {
  font-weight: bold;
  color: #EA9B17;
  margin-top: 1.2em;
}
.staff-head {
  margin: 1.2em 0 0;
}
.staff-photo {
  float: left;
  margin-right: 1.5em;
}

/***********************************************/
/* FORM */
/***********************************************/
.wpcf7-form-control {
  max-width: 100%;
}

#contactform {
  text-align: center;
}
#contactform div.wpcf7 {
  display: inline-block;
  text-align: left;
}
#contactform input[type="submit"] {
  color: #00A547;
  font-size: 1.4rem;
  border: 2px solid #00A547;
  border-radius: 1.4em;
  padding: 0.5em 2.5em;
  background-color: #ffffff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
#contactform input[type="submit"]:hover {
  background-color: #00A547;
  color: #ffffff;
}

div.wpcf7 .ajax-loader {
  display: block;
  margin: 4px auto 0;
}

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