<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
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; }

.label-color.label-information-event, .postStyle .postStyle-item-label span.label-information-event, .slideContent .slideContent-category-list li a .label-information-event.label, .slideContent .slideContent-newpost-list-item-label span.label-information-event, .slideContent .slideContent-ranking-list-item-label span.label-information-event, .singleContent .singleContent-label span.label-information-event {
  background-color: #72A3D6; }

.set-color .key-color {
  color: #0A9132; }
.set-color .key-color-event {
  color: #72A3D6; }

.label-color.label-information-recruit, .postStyle .postStyle-item-label span.label-information-recruit, .slideContent .slideContent-category-list li a .label-information-recruit.label, .slideContent .slideContent-newpost-list-item-label span.label-information-recruit, .slideContent .slideContent-ranking-list-item-label span.label-information-recruit, .singleContent .singleContent-label span.label-information-recruit {
  background-color: #EAC250; }

.set-color .key-color {
  color: #0A9132; }
.set-color .key-color-recruit {
  color: #EAC250; }

.label-color.label-information-fieldwork, .postStyle .postStyle-item-label span.label-information-fieldwork, .slideContent .slideContent-category-list li a .label-information-fieldwork.label, .slideContent .slideContent-newpost-list-item-label span.label-information-fieldwork, .slideContent .slideContent-ranking-list-item-label span.label-information-fieldwork, .singleContent .singleContent-label span.label-information-fieldwork {
  background-color: #F29C9C; }

.set-color .key-color {
  color: #0A9132; }
.set-color .key-color-fieldwork {
  color: #F29C9C; }

.label-color.label-information-shopping, .postStyle .postStyle-item-label span.label-information-shopping, .slideContent .slideContent-category-list li a .label-information-shopping.label, .slideContent .slideContent-newpost-list-item-label span.label-information-shopping, .slideContent .slideContent-ranking-list-item-label span.label-information-shopping, .singleContent .singleContent-label span.label-information-shopping {
  background-color: #BCC947; }

.set-color .key-color {
  color: #0A9132; }
.set-color .key-color-shopping {
  color: #BCC947; }

.label-color.label-information-press, .postStyle .postStyle-item-label span.label-information-press, .slideContent .slideContent-category-list li a .label-information-press.label, .slideContent .slideContent-newpost-list-item-label span.label-information-press, .slideContent .slideContent-ranking-list-item-label span.label-information-press, .singleContent .singleContent-label span.label-information-press {
  background-color: #B780B6; }

.set-color .key-color {
  color: #0A9132; }
.set-color .key-color-press {
  color: #B780B6; }

.label-color.label-information-grant, .postStyle .postStyle-item-label span.label-information-grant, .slideContent .slideContent-category-list li a .label-information-grant.label, .slideContent .slideContent-newpost-list-item-label span.label-information-grant, .slideContent .slideContent-ranking-list-item-label span.label-information-grant, .singleContent .singleContent-label span.label-information-grant {
  background-color: #B5A388; }

.set-color .key-color {
  color: #0A9132; }
.set-color .key-color-grant {
  color: #B5A388; }

/* 
.label-color{
  &amp;.label-information-event{
    background-color: #72A3D6;
  }
  &amp;.label-information-recruit{
    background-color: #EAC250;
  }
  &amp;.label-information-fieldwork{
    background-color: #F29C9C;
  }
  &amp;.label-information-shopping{
    background-color: #BCC947;
  }
  &amp;.label-information-press{
    background-color: #B780B6;
  }
  &amp;.label-information-grant{
    background-color: #B5A388;
  }
}
 */
/* @mixin font($font-size:$fontsize-basic, $line-height:$font-size*1.2) {
  font-size: ($font-size / $fontsize-basic) * 1rem;
  line-height: ($line-height / $fontsize-basic) * 1rem;
} */
@media all and (max-width: 640px) {
  .pc {
    display: none !important; } }

@media all and (min-width: 641px) {
  .sp {
    display: none !important; } }

.hover {
  position: relative;
  display: inline-block; }
  .hover &gt; .nomal, .hover &gt; .active {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .hover &gt; .active {
    opacity: 0;
    filter: alpha(opacity=0); }
  .hover:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .hover:hover &gt; .nomal {
    opacity: 0;
    filter: alpha(opacity=0); }
  .hover:hover &gt; .active {
    opacity: 1;
    filter: alpha(opacity=100); }

html {
  font-size: 16px;
  line-height: 1.2; }

body {
  position: relative;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Montserrat',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 300;
  line-height: 1.2;
  vertical-align: top;
  background-color: #EEEEEE;
  color: #000000; }

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body {
    font-weight: 500; } }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #000; }

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

p {
  font-size: 16px;
  line-height: 24px; }

.test {
  font-size: 12px;
  line-height: 1.2; }

.container {
  min-width: 1000px; }
  @media all and (max-width: 640px) {
    .container {
      min-width: initial;
      width: 100%; } }

.content {
  margin: auto;
  width: 1000px; }
  .content:after {
    content: "";
    display: block;
    clear: both; }
  @media all and (max-width: 640px) {
    .content {
      width: 100%; } }
  @media all and (max-width: 640px) {
    .content .content-inner {
      padding: 0 0; } }
  @media all and (max-width: 640px) {
    .content .inner-style {
      padding: 0 12px; } }
  .content .mainContent {
    float: left;
    margin-bottom: 70px;
    width: 700px;
    height: auto; }
    @media all and (max-width: 640px) {
      .content .mainContent {
        margin-bottom: 35px;
        float: none;
        width: 100%; } }
    .content .mainContent-title {
      margin-bottom: 37px;
      color: #0A9132;
      font-size: 14px;
      line-height: 31px; }
      @media all and (max-width: 640px) {
        .content .mainContent-title {
          margin-bottom: 15px;
          padding: 0 12px;
          font-size: 16px;
          line-height: 20px; } }
      @media all and (max-width: 640px) {
        .content .mainContent-title span {
          display: block; } }
      .content .mainContent-title .main {
        padding-right: 12px;
        color: #0A9132;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: .2em; }
        @media all and (max-width: 640px) {
          .content .mainContent-title .main {
            border-left: 5px #0A9132 solid;
            padding-left: 8px;
            padding-right: 0;
            margin-bottom: 10px;
            display: block;
            font-size: 15px; } }
      .content .mainContent-title .sub {
        padding-left: 14px;
        color: #231815;
        font-size: 15px; }
        @media all and (max-width: 640px) {
          .content .mainContent-title .sub {
            padding-left: 0;
            font-size: 10px; } }
  .content .slideContent {
    float: right;
    margin-bottom: 70px;
    padding-top: 30px;
    width: 250px;
    height: auto; }
    @media all and (max-width: 640px) {
      .content .slideContent {
        float: none;
        margin-bottom: 35px;
        padding: 0 12px;
        width: 100%; } }
  .content .slideContentPage {
    float: left;
    margin-right: 50px;
    margin-bottom: 70px;
    width: 250px;
    height: auto;
    background-color: #fff; }
    @media all and (max-width: 640px) {
      .content .slideContentPage {
        display: none; } }

/* 
##### HEADER #####
 */
.mainheader {
  position: relative;
  padding: 30px 0;
  width: 100%;
  z-index: 99; }
  @media all and (max-width: 640px) {
    .mainheader {
      margin-bottom: 15px;
      padding: 12px;
      border-bottom: 1px #0A9132 solid; } }
  .mainheader .mainheader-inner {
    margin: auto;
    width: 1000px; }
    .mainheader .mainheader-inner:after {
      content: "";
      display: block;
      clear: both; }
    @media all and (max-width: 640px) {
      .mainheader .mainheader-inner {
        width: 100%; } }
  .mainheader .mainheader-logo {
    float: left; }
    .mainheader .mainheader-logo a {
      display: block;
      width: 275px;
      height: 82px; }
      @media all and (max-width: 640px) {
        .mainheader .mainheader-logo a {
          width: 132px;
          height: 39px; } }
      .mainheader .mainheader-logo a img {
        width: 100%;
        height: auto; }
  .mainheader .mainheader-links {
    float: right;
    width: 500px; }
    @media all and (max-width: 640px) {
      .mainheader .mainheader-links {
        display: none; } }
    .mainheader .mainheader-links-language {
      float: right; }
      .mainheader .mainheader-links-language li {
        margin-right: 12px;
        display: inline-block;
        font-size: 12px;
        line-height: 27px; }
        .mainheader .mainheader-links-language li a {
          padding-left: 8px;
          color: #0A9132;
          background: url("../images/common/header-language-arrow.png") no-repeat;
          background-position: left center; }
    .mainheader .mainheader-links-search {
      float: right;
      display: block;
      width: 165px;
      height: 27px;
      background-color: #fff; }
      .mainheader .mainheader-links-search p {
        float: left; }
      .mainheader .mainheader-links-search input {
        display: block;
        width: 100%;
        height: 27px;
        border: none; }
      .mainheader .mainheader-links-search-text {
        position: relative;
        width: 132px;
        font-size: 11px;
        line-height: 27px;
        color: #0A9132; }
        .mainheader .mainheader-links-search-text input {
          padding: 0 10px; }
          .mainheader .mainheader-links-search-text input::-webkit-input-placeholder {
            color: #0A9132; }
          .mainheader .mainheader-links-search-text input::-moz-placeholder {
            color: #0A9132; }
          .mainheader .mainheader-links-search-text input::-moz-placeholder {
            color: #0A9132; }
          .mainheader .mainheader-links-search-text input:-ms-input-placeholder {
            color: #0A9132; }
        .mainheader .mainheader-links-search-text:after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          width: 3px;
          height: 16px;
          background-color: #EEEEEE; }
      .mainheader .mainheader-links-search-submit {
        width: 33px;
        height: 27px; }
        .mainheader .mainheader-links-search-submit input {
          padding: 0;
          background: url("../images/common/header-search.png") no-repeat;
          background-position: center center;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          cursor: pointer; }
          .mainheader .mainheader-links-search-submit input:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
    .mainheader .mainheader-links-nav {
      clear: both;
      text-align: right; }
      .mainheader .mainheader-links-nav li {
        display: inline-block;
        vertical-align: top;
        margin-top: 6px;
        margin-left: 15px;
        font-size: 112%;
        line-height: 28px; }
        .mainheader .mainheader-links-nav li a {
          color: #0A9132;
          text-decoration: underline; }
  .mainheader .mainheader-spbtn {
    display: none; }
    @media all and (max-width: 640px) {
      .mainheader .mainheader-spbtn {
        float: right;
        display: block;
        margin-top: 8px;
        width: 21px;
        height: auto;
        text-align: center; }
        .mainheader .mainheader-spbtn .open {
          display: block; }
        .mainheader .mainheader-spbtn .close {
          display: none; } }
  .mainheader.open .mainheader-spbtn .open {
    display: none; }
  .mainheader.open .mainheader-spbtn .close {
    display: block; }

.mainnav {
  margin-bottom: 20px;
  width: 100%;
  height: 40px;
  background-color: #fff; }
  @media all and (max-width: 640px) {
    .mainnav {
      display: none; } }
  .mainnav-inner {
    position: relative;
    margin: auto;
    width: 1000px; }
  .mainnav-list li {
    position: relative;
    display: inline-block;
    margin-right: 32px;
    padding-right: 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px; }
    .mainnav-list li a {
      color: #0A9132; }
    .mainnav-list li:not(:last-child):after {
      content: "";
      position: absolute;
      top: 15px;
      right: 0;
      margin: auto;
      width: 2px;
      height: 10px;
      background-color: #0A9132;
      z-index: 2; }
  .mainnav-donation {
    position: absolute;
    top: -7px;
    right: 0;
    width: 180px;
    height: 54px; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .overlay.open {
    display: block; }

.spmenu {
  display: none;
  position: absolute;
  left: 0;
  top: 63px;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 110; }
  .spmenu .spmenu-inner {
    padding: 5px 38px 28px; }
  .spmenu .spmenu-list {
    margin-bottom: 20px; }
    .spmenu .spmenu-list li {
      padding: 0 8px; }
      .spmenu .spmenu-list li a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px; }
    .spmenu .spmenu-list &gt; li {
      border-bottom: 1px #CCCCCC solid; }
    .spmenu .spmenu-list &gt; .has_child {
      position: relative;
      border-bottom: 1px #CCCCCC solid; }
      .spmenu .spmenu-list &gt; .has_child &gt; a {
        /* background: url("../images/common/spmenu-list-plus.png") no-repeat;
        background-size: 10px 10px;
        background-position: right center; */ }
      .spmenu .spmenu-list &gt; .has_child .toggle-btn {
        position: absolute;
        top: 7px;
        right: 0px;
        width: 26px;
        height: 26px;
        background: url("../images/common/spmenu-list-plus.png") no-repeat;
        background-size: 10px 10px;
        background-position: center center; }
      .spmenu .spmenu-list &gt; .has_child.open {
        border-bottom: none; }
        .spmenu .spmenu-list &gt; .has_child.open &gt; a {
          /* background: url("../images/common/spmenu-list-minus.png") no-repeat;
          background-size: 10px 10px;
          background-position: right center; */ }
        .spmenu .spmenu-list &gt; .has_child.open .toggle-btn {
          background: url("../images/common/spmenu-list-minus.png") no-repeat;
          background-size: 10px 10px;
          background-position: center center; }
        .spmenu .spmenu-list &gt; .has_child.open .spmenu-list-child {
          height: auto; }
    .spmenu .spmenu-list-child {
      display: none; }
      .spmenu .spmenu-list-child &gt; li {
        background-color: #BBBBBB;
        margin-bottom: 1px; }
        .spmenu .spmenu-list-child &gt; li &gt; a {
          color: #fff; }
  .spmenu .donationBtn {
    margin-bottom: 15px; }
    .spmenu .donationBtn a {
      display: block;
      height: 35px;
      line-height: 35px;
      font-size: 12px;
      color: #fff;
      text-align: center;
      background-color: #0A9132;
      border-radius: 35px;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px; }
  .spmenu .spmenu-member {
    margin-bottom: 15px; }
    .spmenu .spmenu-member li {
      margin-bottom: 5px; }
      .spmenu .spmenu-member li a {
        display: block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        color: #0A9132;
        text-align: center;
        background-color: #ECECEC; }
  .spmenu .spmenu-search {
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
    width: 100%;
    height: auto;
    border: 1px #0A9132 solid; }
    .spmenu .spmenu-search input {
      display: block;
      margin: 0;
      padding: 0;
      height: 30px;
      border: none; }
    .spmenu .spmenu-search input[type="submit"] {
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      background: url("../images/common/header-search.png") no-repeat;
      background-position: center center; }
    .spmenu .spmenu-search input[type="text"] {
      width: 100%;
      text-align: center;
      font-size: 13px; }
      .spmenu .spmenu-search input[type="text"]::-webkit-input-placeholder {
        color: #0A9132; }
      .spmenu .spmenu-search input[type="text"]::-moz-placeholder {
        color: #0A9132; }
      .spmenu .spmenu-search input[type="text"]::-moz-placeholder {
        color: #0A9132; }
      .spmenu .spmenu-search input[type="text"]:-ms-input-placeholder {
        color: #0A9132; }
  .spmenu .spmenu-links {
    margin-bottom: 28px; }
    .spmenu .spmenu-links:after {
      content: "";
      display: block;
      clear: both; }
    .spmenu .spmenu-links li {
      float: left;
      margin-bottom: 15px;
      width: 50%;
      font-size: 12px; }
      .spmenu .spmenu-links li a {
        display: block;
        color: #0A9132; }
        .spmenu .spmenu-links li a:before {
          content: "- "; }
  .spmenu .spmenu-sns {
    text-align: center;
    width: 100%;
    font-size: 0; }
    .spmenu .spmenu-sns li {
      margin: 0 7px;
      display: inline-block;
      vertical-align: top; }

.breadarea {
  margin-bottom: 20px;
  width: 100%;
  height: auto; }
  @media all and (max-width: 640px) {
    .breadarea {
      display: none; } }
  .breadarea ul li {
    position: relative;
    display: inline-block; }
    .breadarea ul li:not(:first-child) {
      margin-left: 16px; }
    .breadarea ul li:not(:last-child) {
      padding-right: 16px; }
      .breadarea ul li:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 6px;
        height: 9px;
        background: url("../images/common/bread-arrow.png") no-repeat; }
    .breadarea ul li a {
      display: block;
      font-size: 15px;
      line-height: 26px; }

.members {
  padding: 30px 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  overflow: hidden; }
  .members .members-inner {
    margin: auto;
    width: 1000px; }
    @media all and (max-width: 640px) {
      .members .members-inner {
        width: 100%;
        padding: 0 12px; } }
  .members-title {
    margin-bottom: 22px;
    color: #0A9132;
    font-size: 13px;
    line-height: 1; }
    @media all and (max-width: 640px) {
      .members-title {
        text-align: center; } }
    .members-title span {
      display: inline-block;
      padding-bottom: 8px;
      border-bottom: 1px #0A9132 solid; }
  .members .members-slide {
    position: relative;
    width: 1000px;
    height: auto; }
    @media all and (max-width: 640px) {
      .members .members-slide {
        width: 100%; } }
    .members .members-slide-wrap {
      width: 1000px;
      height: 90px;
      overflow: hidden; }
      @media all and (max-width: 640px) {
        .members .members-slide-wrap {
          margin: 0 80px;
          width: auto; } }
    .members .members-slide-inner {
      position: relative;
      width: 10000px;
      height: 90px;
      font-size: 0; }
    .members .members-slide-item {
      display: inline-block;
      margin-right: 10px;
      width: 300px;
      height: 90px;
      font-size: 12px; }
      .members .members-slide-item:after {
        content: "";
        display: block;
        clear: both; }
      .members .members-slide-item a {
        display: block; }
      @media all and (max-width: 640px) {
        .members .members-slide-item {
          margin-right: 0; } }
      .members .members-slide-item-data {
        float: left;
        width: calc(50% - 5px);
        height: 90px; }
        .members .members-slide-item-data-name, .members .members-slide-item-data-ruby {
          overflow: hidden;
          white-space: normal;
          text-overflow: ellipsis;
          color: #444444; }
        .members .members-slide-item-data-name {
          font-size: 13px;
          line-height: 1; }
        .members .members-slide-item-data-ruby {
          margin-top: 5px;
          font-size: 10px;
          line-height: 1; }
        .members .members-slide-item-data-excerpt {
          margin-top: 10px;
          color: #444444;
          height: 45px;
          font-size: 10px;
          line-height: 15px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden; }
      .members .members-slide-item-logo {
        float: right;
        width: calc(50% - 5px);
        height: 90px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
        .members .members-slide-item-logo img {
          width: 100%;
          height: auto; }
    .members .members-slide-btn {
      position: absolute;
      top: 50%;
      margin-top: -8px;
      width: 12px;
      height: 16px; }
    .members .members-slide-prev {
      left: -40px; }
      @media all and (max-width: 640px) {
        .members .members-slide-prev {
          left: 0; } }
    .members .members-slide-next {
      right: -40px; }
      @media all and (max-width: 640px) {
        .members .members-slide-next {
          right: 0; } }
  .members-more {
    text-align: right;
    font-size: 13px;
    line-height: 1; }
    .members-more a {
      display: inline-block;
      color: #0A9132; }
      .members-more a:before {
        content: "&gt;";
        padding-right: 9px; }

.snsarea {
  padding: 40px 0;
  background-color: #EEEEEE; }
  @media all and (max-width: 640px) {
    .snsarea {
      padding: 20px 12px; } }
  .snsarea .snsarea-title {
    margin-bottom: 35px;
    text-align: center;
    color: #0A9132;
    font-size: 20px;
    line-height: 1;
    font-weight: 600; }
    @media all and (max-width: 640px) {
      .snsarea .snsarea-title {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1; } }
  .snsarea .snsarea-list {
    margin-bottom: 20px;
    text-align: center;
    font-size: 0; }
    @media all and (max-width: 640px) {
      .snsarea .snsarea-list {
        display: none; } }
    .snsarea .snsarea-list-item {
      position: relative;
      margin: 0 5px;
      display: inline-block;
      vertical-align: top;
      width: 230px;
      height: 276px;
      overflow: auto; }
      .snsarea .snsarea-list-item:last-child {
        width: 200px; }
      .snsarea .snsarea-list-item-newsletter, .snsarea .snsarea-list-item-youtube {
        position: absolute;
        left: 0; }
      .snsarea .snsarea-list-item-newsletter {
        top: 0; }
      .snsarea .snsarea-list-item-youtube {
        bottom: 0; }
  .snsarea .snsarea-icons {
    display: none; }
    @media all and (max-width: 640px) {
      .snsarea .snsarea-icons {
        margin-bottom: 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around; } }
    .snsarea .snsarea-icons-item {
      width: 22%;
      height: auto; }
      .snsarea .snsarea-icons-item img {
        width: 100%;
        height: auto; }

.mainfooter {
  padding: 40px 0;
  background-color: #0A9132; }
  @media all and (max-width: 640px) {
    .mainfooter {
      padding: 25px 0; } }
  .mainfooter .mainfooter-inner {
    margin: auto;
    width: 1000px; }
    @media all and (max-width: 640px) {
      .mainfooter .mainfooter-inner {
        padding: 0 12px;
        width: 100%; } }
  .mainfooter .mainfooter-sitemap {
    margin-bottom: 50px;
    font-size: 0; }
    @media all and (max-width: 640px) {
      .mainfooter .mainfooter-sitemap {
        margin-bottom: 20px; } }
    .mainfooter .mainfooter-sitemap-item {
      margin-right: 7%;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top; }
      @media all and (max-width: 640px) {
        .mainfooter .mainfooter-sitemap-item {
          margin-right: 0;
          width: 50%; } }
      .mainfooter .mainfooter-sitemap-item:last-child {
        margin-right: 0; }
        @media all and (max-width: 640px) {
          .mainfooter .mainfooter-sitemap-item:last-child {
            width: 100%; }
            .mainfooter .mainfooter-sitemap-item:last-child:after {
              content: "";
              display: block;
              clear: both; }
            .mainfooter .mainfooter-sitemap-item:last-child .mainfooter-sitemap-item-title {
              float: left;
              width: 50%; } }
      .mainfooter .mainfooter-sitemap-item-title {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 28px;
        font-weight: bold;
        color: #fff; }
        @media all and (max-width: 640px) {
          .mainfooter .mainfooter-sitemap-item-title {
            margin-bottom: 0;
            font-size: 13px;
            line-height: 27px; }
            .mainfooter .mainfooter-sitemap-item-title:before {
              content: "-";
              margin-right: .5rem; } }
        .mainfooter .mainfooter-sitemap-item-title a {
          color: #fff; }
      @media all and (max-width: 640px) {
        .mainfooter .mainfooter-sitemap-item-list {
          display: none; } }
      .mainfooter .mainfooter-sitemap-item-list li,
      .mainfooter .mainfooter-sitemap-item-list li a {
        font-size: 11px;
        line-height: 21px;
        color: #fff; }
  .mainfooter .mainfooter-links {
    margin-bottom: 60px; }
    .mainfooter .mainfooter-links:after {
      content: "";
      display: block;
      clear: both; }
    @media all and (max-width: 640px) {
      .mainfooter .mainfooter-links {
        margin-bottom: 20px; } }
    .mainfooter .mainfooter-links-list {
      float: left; }
      @media all and (max-width: 640px) {
        .mainfooter .mainfooter-links-list {
          float: none;
          border-top: 1px #fff solid;
          border-bottom: 1px #fff solid; } }
      .mainfooter .mainfooter-links-list li {
        position: relative;
        display: inline-block;
        font-size: 12px;
        line-height: 30px; }
        .mainfooter .mainfooter-links-list li:not(:first-child) {
          margin-left: 35px; }
          @media all and (max-width: 640px) {
            .mainfooter .mainfooter-links-list li:not(:first-child) {
              margin-left: 8px; } }
        .mainfooter .mainfooter-links-list li:not(:last-child) {
          padding-right: 35px; }
          @media all and (max-width: 640px) {
            .mainfooter .mainfooter-links-list li:not(:last-child) {
              padding-right: 8px; } }
          .mainfooter .mainfooter-links-list li:not(:last-child):after {
            content: "";
            position: absolute;
            top: 10px;
            right: 0;
            width: 1px;
            height: 10px;
            background-color: #fff; }
            @media all and (max-width: 640px) {
              .mainfooter .mainfooter-links-list li:not(:last-child):after {
                top: 0;
                height: 22px; } }
        @media all and (max-width: 640px) {
          .mainfooter .mainfooter-links-list li {
            margin: 15px 0;
            font-size: 11px;
            line-height: 22px; } }
        .mainfooter .mainfooter-links-list li a {
          color: #fff; }
    .mainfooter .mainfooter-links-search {
      float: right;
      padding: 6px 0 6px 10px;
      width: 250px;
      height: 30px;
      border: 1px #fff solid; }
      @media all and (max-width: 640px) {
        .mainfooter .mainfooter-links-search {
          display: none; } }
      .mainfooter .mainfooter-links-search input {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0;
        height: 18px;
        background: none;
        border: none; }
      .mainfooter .mainfooter-links-search input[type="text"] {
        width: 200px;
        color: #fff;
        border-right: 1px #fff solid;
        font-size: 10px;
        line-height: 18px; }
        .mainfooter .mainfooter-links-search input[type="text"]::-webkit-input-placeholder {
          color: #fff; }
        .mainfooter .mainfooter-links-search input[type="text"]::-moz-placeholder {
          color: #fff; }
        .mainfooter .mainfooter-links-search input[type="text"]::-moz-placeholder {
          color: #fff; }
        .mainfooter .mainfooter-links-search input[type="text"]:-ms-input-placeholder {
          color: #fff; }
      .mainfooter .mainfooter-links-search input[type="submit"] {
        width: 32px;
        border: none;
        background: url("../images/common/footer-search-icon.png") no-repeat;
        background-position: center center;
        cursor: pointer; }
  .mainfooter .mainfooter-information {
    position: relative; }
    .mainfooter .mainfooter-information:after {
      content: "";
      display: block;
      clear: both; }
    @media all and (max-width: 640px) {
      .mainfooter .mainfooter-information {
        position: relative;
        margin-bottom: 20px;
        padding-left: 90px;
        min-height: 88px; } }
    .mainfooter .mainfooter-information-logo {
      float: left;
      margin-right: 30px;
      width: 138px;
      height: 158px; }
      @media all and (max-width: 640px) {
        .mainfooter .mainfooter-information-logo {
          float: none;
          position: absolute;
          top: 0;
          left: 0;
          margin-right: auto;
          width: 76px;
          height: 88px; } }
      .mainfooter .mainfooter-information-logo img {
        width: 100%;
        height: auto; }
    .mainfooter .mainfooter-information-data {
      color: #fff;
      float: left; }
      @media all and (max-width: 640px) {
        .mainfooter .mainfooter-information-data {
          float: none;
          width: 100%; } }
      .mainfooter .mainfooter-information-data-title {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 22px;
        line-height: 28px;
        font-weight: bold; }
        @media all and (max-width: 640px) {
          .mainfooter .mainfooter-information-data-title {
            font-size: 14px;
            line-height: 22px; } }
      .mainfooter .mainfooter-information-data-address {
        margin-bottom: 2px;
        font-size: 15px;
        line-height: 22px; }
        @media all and (max-width: 640px) {
          .mainfooter .mainfooter-information-data-address {
            font-size: 10px;
            line-height: 15px; } }
        .mainfooter .mainfooter-information-data-address span {
          padding-left: 15px;
          font-size: 10px; }
          @media all and (max-width: 640px) {
            .mainfooter .mainfooter-information-data-address span {
              font-size: 8px; } }
          .mainfooter .mainfooter-information-data-address span a {
            padding-left: 10px;
            position: relative;
            color: #fff;
            text-decoration: underline; }
            .mainfooter .mainfooter-information-data-address span a:before {
              position: absolute;
              content: "";
              left: 0;
              top: 0;
              bottom: 0;
              margin: auto;
              width: 5px;
              height: 6px;
              background: url("../images/common/footer-address-arrow.png") no-repeat; }
      .mainfooter .mainfooter-information-data-tel {
        font-size: 15px;
        line-height: 22px; }
      .mainfooter .mainfooter-information-data-tel a{
        color: #fff;}
        @media all and (max-width: 640px) {
          .mainfooter .mainfooter-information-data-tel {
            font-size: 10px;
            line-height: 15px; } }
      .mainfooter .mainfooter-information-data-copy {
        font-size: 10px;
        line-height: 17px;
        margin-top: 20px;}
        @media all and (max-width: 640px) {
          .mainfooter .mainfooter-information-data-copy {
            display: none;
            font-size: 9px;
            line-height: 1.2; } }
    .mainfooter .mainfooter-information-map {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 352px;
      height: 160px; }
      @media all and (max-width: 640px) {
        .mainfooter .mainfooter-information-map {
          display: none; } }
  .mainfooter .mainfooter-copysp {
    display: none; }
    @media all and (max-width: 640px) {
      .mainfooter .mainfooter-copysp {
        display: block;
        color: #fff;
        font-size: 9px;
        line-height: 1.2; } }

.post-content-stype, .singleContent .singleContent-content, .pageContent .pageContent-content {
  font-size: 15px;
  line-height: 1.2; }
  .post-content-stype p, .singleContent .singleContent-content p, .pageContent .pageContent-content p {
    margin-top: 10px; }
    .post-content-stype p:after, .singleContent .singleContent-content p:after, .pageContent .pageContent-content p:after {
      content: "";
      display: block;
      clear: both; }
  .post-content-stype h2, .singleContent .singleContent-content h2, .pageContent .pageContent-content h2, .post-content-stype h3, .singleContent .singleContent-content h3, .pageContent .pageContent-content h3, .post-content-stype h4, .singleContent .singleContent-content h4, .pageContent .pageContent-content h4, .post-content-stype ul, .singleContent .singleContent-content ul, .pageContent .pageContent-content ul {
    margin-top: 30px; }
  .post-content-stype .title-label, .singleContent .singleContent-content .title-label, .pageContent .pageContent-content .title-label {
    margin-top: 40px;
    padding-left: 10px;
    color: #0A9132;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    border-left: 4px #0A9132 solid; }
    @media all and (max-width: 640px) {
      .post-content-stype .title-label, .singleContent .singleContent-content .title-label, .pageContent .pageContent-content .title-label {
        margin-top: 24px;
        padding-left: 8px;
        font-size: 14px;
        line-height: 21px; } }
  .post-content-stype .title-large, .singleContent .singleContent-content .title-large, .pageContent .pageContent-content .title-large {
    font-size: 25px;
    line-height: 39px;
    font-weight: bold; }
    @media all and (max-width: 640px) {
      .post-content-stype .title-large, .singleContent .singleContent-content .title-large, .pageContent .pageContent-content .title-large {
        font-size: 23px;
        line-height: 1.2; } }
  .post-content-stype .title-medium, .singleContent .singleContent-content .title-medium, .pageContent .pageContent-content .title-medium {
    font-size: 21px;
    line-height: 34px;
    font-weight: bold; }
    @media all and (max-width: 640px) {
      .post-content-stype .title-medium, .singleContent .singleContent-content .title-medium, .pageContent .pageContent-content .title-medium {
        font-size: 23px;
        line-height: 1.2; } }
  .post-content-stype .title-small1, .singleContent .singleContent-content .title-small1, .pageContent .pageContent-content .title-small1 {
    font-size: 17px;
    line-height: 27px;
    font-weight: bold; }
    @media all and (max-width: 640px) {
      .post-content-stype .title-small1, .singleContent .singleContent-content .title-small1, .pageContent .pageContent-content .title-small1 {
        font-size: 14px;
        line-height: 1.2; } }
  .post-content-stype .title-small2, .singleContent .singleContent-content .title-small2, .pageContent .pageContent-content .title-small2 {
    font-size: 17px;
    line-height: 27px;
    font-weight: bold;
    color: #0A9132; }
    @media all and (max-width: 640px) {
      .post-content-stype .title-small2, .singleContent .singleContent-content .title-small2, .pageContent .pageContent-content .title-small2 {
        font-size: 14px;
        line-height: 1.2; } }
  .post-content-stype p, .singleContent .singleContent-content p, .pageContent .pageContent-content p {
    font-size: 15px;
    line-height: 23px;
    clear: both; }
    @media all and (max-width: 640px) {
      .post-content-stype p, .singleContent .singleContent-content p, .pageContent .pageContent-content p {
        font-size: 14px;
        line-height: 20px; } }
  .post-content-stype .text-small, .singleContent .singleContent-content .text-small, .pageContent .pageContent-content .text-small {
    font-size: 13px;
    line-height: 21px; }
    @media all and (max-width: 640px) {
      .post-content-stype .text-small, .singleContent .singleContent-content .text-small, .pageContent .pageContent-content .text-small {
        font-size: 12px;
        line-height: 18px; } }
    .post-content-stype .text-small .notes, .singleContent .singleContent-content .text-small .notes, .pageContent .pageContent-content .text-small .notes {
      font-size: 13px;
      line-height: 21px; }
      @media all and (max-width: 640px) {
        .post-content-stype .text-small .notes, .singleContent .singleContent-content .text-small .notes, .pageContent .pageContent-content .text-small .notes {
          font-size: 12px;
          line-height: 18px; } }
  .post-content-stype strong, .singleContent .singleContent-content strong, .pageContent .pageContent-content strong {
    font-weight: bold;
    color: #0A9132; }
  .post-content-stype .notes, .singleContent .singleContent-content .notes, .pageContent .pageContent-content .notes {
    font-size: 11px;
    line-height: 19px; }
  .post-content-stype a, .singleContent .singleContent-content a, .pageContent .pageContent-content a {
    color: #0A9132;
    text-decoration: underline; }
  .post-content-stype ul li, .singleContent .singleContent-content ul li, .pageContent .pageContent-content ul li {
    padding-left: 1em;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px; }
    @media all and (max-width: 640px) {
      .post-content-stype ul li, .singleContent .singleContent-content ul li, .pageContent .pageContent-content ul li {
        font-size: 14px;
        line-height: 20px; } }
    .post-content-stype ul li:before, .singleContent .singleContent-content ul li:before, .pageContent .pageContent-content ul li:before {
      position: absolute;
      top: 7px;
      left: 0;
      content: "●";
      font-size: 8px;
      line-height: 1.2;
      color: #0A9132; }



  .post-content-stype table, .singleContent .singleContent-content table, .pageContent .pageContent-content table {
    margin: 20px 0;
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
    height: auto !important; }

    @media all and (max-width: 640px) {
      .post-content-stype table, .singleContent .singleContent-content table, .pageContent .pageContent-content table {
        display: block; } }

    @media all and (max-width: 640px) {
      .post-content-stype table tbody, .singleContent .singleContent-content table tbody, .pageContent .pageContent-content table tbody {
        display: block;
        width: 100%;
        border-top: 1px #000 solid; } }

    @media all and (max-width: 640px) {
      .post-content-stype table tr, .singleContent .singleContent-content table tr, .pageContent .pageContent-content table tr {
        display: block;
        width: 100%; } }

    .post-content-stype table th, .singleContent .singleContent-content table th, .pageContent .pageContent-content table th, .post-content-stype table td, .singleContent .singleContent-content table td, .pageContent .pageContent-content table td {
      padding: 15px;
      border: 1px #000 solid;
      font-size: 13px;
      line-height: 23px; }
      @media all and (max-width: 640px) {
        .post-content-stype table th, .singleContent .singleContent-content table th, .pageContent .pageContent-content table th, .post-content-stype table td, .singleContent .singleContent-content table td, .pageContent .pageContent-content table td {
          padding: 0 12px;
          display: block;
          font-size: 12px;
          line-height: 20px;
          border-top: none;
          border-left: none;
          border-right: none; } }

    .post-content-stype table td:nth-child(1), .singleContent .singleContent-content table td:nth-child(1), .pageContent .pageContent-content table td:nth-child(1) {
      width: 20% !important; }
      @media all and (max-width: 640px) {
        .post-content-stype table td:nth-child(1), .singleContent .singleContent-content table td:nth-child(1), .pageContent .pageContent-content table td:nth-child(1) {
          padding-top: 12px;
          border-bottom: none;
          width: 100% !important; } }

    .post-content-stype table td:nth-child(2), .singleContent .singleContent-content table td:nth-child(2), .pageContent .pageContent-content table td:nth-child(2) {
      width: 80% !important; }
      @media all and (max-width: 640px) {
        .post-content-stype table td:nth-child(2), .singleContent .singleContent-content table td:nth-child(2), .pageContent .pageContent-content table td:nth-child(2) {
          padding-bottom: 12px;
          width: 100% !important; } }


    .pageContent .pageContent-content table.res-table th,  .pageContent .pageContent-content table.res-table td {
      padding: 10px 5px 10px 10px;}
    .pageContent .pageContent-content table.res-table th.res-table-width,  .pageContent .pageContent-content table.res-table td.res-table-width{
        width:31%; }
    @media all and (max-width: 640px) {
    .pageContent .pageContent-content table.res-table {
        overflow: auto;
        white-space: nowrap;}
    .pageContent .pageContent-content table.res-table tbody {
        border-top: none; } 
    .pageContent .pageContent-content table.res-table th,  .pageContent .pageContent-content table.res-table td {
          display: table-cell;
          border: 1px solid #000;}
    .pageContent .pageContent-content table.res-table tr {
        display: table-row; }
    }



  .post-content-stype img, .singleContent .singleContent-content img, .pageContent .pageContent-content img {
    vertical-align: top;
    margin-bottom: 30px; }
    @media all and (max-width: 640px) {
      .post-content-stype img, .singleContent .singleContent-content img, .pageContent .pageContent-content img {
        width: 100%;
        height: auto; } }
    .post-content-stype img.alignleft, .singleContent .singleContent-content img.alignleft, .pageContent .pageContent-content img.alignleft {
      float: left;
      margin-right: 30px; }
      @media all and (min-width: 641px) {
        .post-content-stype img.alignleft:nth-child(3n), .singleContent .singleContent-content img.alignleft:nth-child(3n), .pageContent .pageContent-content img.alignleft:nth-child(3n) {
          margin-right: 0; } }
      @media all and (max-width: 640px) {
        .post-content-stype img.alignleft, .singleContent .singleContent-content img.alignleft, .pageContent .pageContent-content img.alignleft {
          display: block;
          float: none;
          margin: 0 auto 30px;
          width: 170px;
          height: auto; } }
    .post-content-stype img.alignright, .singleContent .singleContent-content img.alignright, .pageContent .pageContent-content img.alignright {
      float: right;
      margin-left: 30px; }
      @media all and (min-width: 641px) {
        .post-content-stype img.alignright:nth-child(3n), .singleContent .singleContent-content img.alignright:nth-child(3n), .pageContent .pageContent-content img.alignright:nth-child(3n) {
          margin-left: 0; } }
      @media all and (max-width: 640px) {
        .post-content-stype img.alignright, .singleContent .singleContent-content img.alignright, .pageContent .pageContent-content img.alignright {
          display: block;
          float: none;
          margin: 0 auto 30px;
          width: 170px;
          height: auto; } }

.pageTitle {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 31px; }
  @media all and (max-width: 640px) {
    .pageTitle {
      margin-bottom: 0;
      padding: 0 12px;
      font-size: 10px;
      line-height: 16px; } }
  .pageTitle .main {
    padding-right: 12px;
    color: #0A9132;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: .2em; }
    @media all and (max-width: 640px) {
      .pageTitle .main {
        border-left: 5px #0A9132 solid;
        padding-left: 8px;
        padding-right: 0;
        margin-bottom: 10px;
        display: block;
        font-size: 15px; } }
  @media all and (max-width: 640px) {
    .pageTitle .sub {
      display: none; } }

.pageTitle :not(span) {
  display: none; }

.searcharea {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -395px;
  width: 790px;
  height: auto;
  background-color: #fff;
  z-index: 100; }
  @media all and (max-width: 640px) {
    .searcharea {
      margin: 0;
      top: 50px;
      left: 10px;
      width: calc(100% - 20px); } }
  .searcharea .searcharea-inner {
    padding: 45px;
    max-height: calc(100vh - 100px);
    overflow: auto;
    background-color: #fff; }
    @media all and (max-width: 640px) {
      .searcharea .searcharea-inner {
        padding: 23px 0; } }
  .searcharea .searcharea-close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px; }
    @media all and (max-width: 640px) {
      .searcharea .searcharea-close {
        top: -10px;
        right: -10px;
        width: 20px;
        height: 20px; } }
    .searcharea .searcharea-close a:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .searcharea .searcharea-close img {
      width: 100%;
      height: auto; }
  .searcharea .searcharea-title {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    border-bottom: 1px #CCCCCC solid; }
    @media all and (max-width: 640px) {
      .searcharea .searcharea-title {
        padding: 0 15px 15px;
        font-size: 11px;
        line-height: 1; } }
  .searcharea .searcharea-subtitle {
    margin-top: 30px;
    font-size: 12px;
    line-height: 1;
    text-align: center; }
    @media all and (max-width: 640px) {
      .searcharea .searcharea-subtitle {
        display: none; } }
  .searcharea .searcharea-nav {
    margin-top: 20px;
    padding: 0 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media all and (max-width: 640px) {
      .searcharea .searcharea-nav {
        padding: 0 15px;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    .searcharea .searcharea-nav li {
      display: inline-block;
      text-align: center; }
      @media all and (max-width: 640px) {
        .searcharea .searcharea-nav li {
          margin: 0 20px 20px 0; } }
      .searcharea .searcharea-nav li a {
        display: block;
        padding: 5px 20px;
        color: #0A9132;
        border-color: #0A9132;
        border-style: solid;
        border-width: 1px 1px 0 1px;
        font-size: 10px;
        line-height: 1.2;
        font-weight: bold; }
        .searcharea .searcharea-nav li a span {
          font-size: 14px; }
        .searcharea .searcharea-nav li a:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
      .searcharea .searcharea-nav li.ui-tabs-active a, .searcharea .searcharea-nav li.ui-state-hover a {
        color: #fff;
        background-color: #0A9132; }
  .searcharea .searcharea-content-inner + .searcharea-content-inner {
    margin-top: 20px; }
  .searcharea-content {
    padding: 20px;
    border: 1px #0A9132 solid; }
    @media all and (max-width: 640px) {
      .searcharea-content {
        border: none; } }
    .searcharea-content-title {
      position: relative; }
      .searcharea-content-title span {
        position: relative;
        display: inline-block;
        padding-right: 10px;
        font-size: 16px;
        line-height: 20px;
        background-color: #fff;
        z-index: 2; }
      .searcharea-content-title:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        height: 1px;
        border-top: 1px #000 solid; }
    .searcharea-content-checkbox label {
      position: relative;
      margin: 20px 30px 0px 0;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      font-size: 12px;
      line-height: 1; }
      .searcharea-content-checkbox label input[type="radio"], .searcharea-content-checkbox label input[type="checkbox"] {
        display: none; }
      .searcharea-content-checkbox label span:before {
        margin-right: 5px;
        content: "";
        display: inline-block;
        vertical-align: top;
        width: 14px;
        height: 14px;
        background: url("../images/common/input-bg.png") no-repeat; }
      .searcharea-content-checkbox label input[type="radio"]:checked + span:before, .searcharea-content-checkbox label input[type="checkbox"]:checked + span:before {
        background: url("../images/common/input-bg-checkd.png") no-repeat; }
    .searcharea-content-checkbox.area-checkbox label {
      margin: 20px 0 0 0;
      width: 16%; }
      @media all and (max-width: 640px) {
        .searcharea-content-checkbox.area-checkbox label {
          width: auto; } }
  .searcharea .searcharea-btn {
    margin-top: 30px;
    text-align: center; }
    .searcharea .searcharea-btn a, .searcharea .searcharea-btn input {
      display: inline-block;
      padding: 12px 0;
      width: 140px;
      font-size: 16px;
      line-height: 1;
      color: #fff;
      background-color: #0A9132;
      border: none;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-appearance: none; }
      .searcharea .searcharea-btn a:hover, .searcharea .searcharea-btn input:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

.wordldModal {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -435px;
  width: 870px;
  height: auto;
  background-color: #fff;
  z-index: 100; }
  @media all and (max-width: 640px) {
    .wordldModal {
      margin: 0;
      top: 50px;
      left: 20px;
      width: calc(100% - 40px); } }
  .wordldModal .wordldModal-inner {
    position: relative;
    height: 555px;
    background-color: #fff;
    z-index: 1; }
    @media all and (max-width: 640px) {
      .wordldModal .wordldModal-inner {
        max-height: calc(100vh - 100px);
        height: auto;
        overflow: auto; } }
  .wordldModal .wordldModal-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 22px 22px 22px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1; }
    @media all and (max-width: 640px) {
      .wordldModal .wordldModal-content {
        padding: 20px; } }
    .wordldModal .wordldModal-content:nth-child(1) .key-color {
      color: #E4001E; }
    .wordldModal .wordldModal-content:nth-child(1) .key-bg, .wordldModal .wordldModal-content:nth-child(1) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(1) span:after {
      background-color: #E4001E; }
    .wordldModal .wordldModal-content:nth-child(2) .key-color {
      color: #D19F2A; }
    .wordldModal .wordldModal-content:nth-child(2) .key-bg, .wordldModal .wordldModal-content:nth-child(2) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(2) span:after {
      background-color: #D19F2A; }
    .wordldModal .wordldModal-content:nth-child(3) .key-color {
      color: #2C9A47; }
    .wordldModal .wordldModal-content:nth-child(3) .key-bg, .wordldModal .wordldModal-content:nth-child(3) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(3) span:after {
      background-color: #2C9A47; }
    .wordldModal .wordldModal-content:nth-child(4) .key-color {
      color: #C21F33; }
    .wordldModal .wordldModal-content:nth-child(4) .key-bg, .wordldModal .wordldModal-content:nth-child(4) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(4) span:after {
      background-color: #C21F33; }
    .wordldModal .wordldModal-content:nth-child(5) .key-color {
      color: #EF402A; }
    .wordldModal .wordldModal-content:nth-child(5) .key-bg, .wordldModal .wordldModal-content:nth-child(5) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(5) span:after {
      background-color: #EF402A; }
    .wordldModal .wordldModal-content:nth-child(6) .key-color {
      color: #26ADD2; }
    .wordldModal .wordldModal-content:nth-child(6) .key-bg, .wordldModal .wordldModal-content:nth-child(6) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(6) span:after {
      background-color: #26ADD2; }
    .wordldModal .wordldModal-content:nth-child(7) .key-color {
      color: #FDB714; }
    .wordldModal .wordldModal-content:nth-child(7) .key-bg, .wordldModal .wordldModal-content:nth-child(7) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(7) span:after {
      background-color: #FDB714; }
    .wordldModal .wordldModal-content:nth-child(8) .key-color {
      color: #8F1837; }
    .wordldModal .wordldModal-content:nth-child(8) .key-bg, .wordldModal .wordldModal-content:nth-child(8) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(8) span:after {
      background-color: #8F1837; }
    .wordldModal .wordldModal-content:nth-child(9) .key-color {
      color: #F36E24; }
    .wordldModal .wordldModal-content:nth-child(9) .key-bg, .wordldModal .wordldModal-content:nth-child(9) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(9) span:after {
      background-color: #F36E24; }
    .wordldModal .wordldModal-content:nth-child(10) .key-color {
      color: #E01A83; }
    .wordldModal .wordldModal-content:nth-child(10) .key-bg, .wordldModal .wordldModal-content:nth-child(10) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(10) span:after {
      background-color: #E01A83; }
    .wordldModal .wordldModal-content:nth-child(11) .key-color {
      color: #F99D24; }
    .wordldModal .wordldModal-content:nth-child(11) .key-bg, .wordldModal .wordldModal-content:nth-child(11) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(11) span:after {
      background-color: #F99D24; }
    .wordldModal .wordldModal-content:nth-child(12) .key-color {
      color: #CD8C2A; }
    .wordldModal .wordldModal-content:nth-child(12) .key-bg, .wordldModal .wordldModal-content:nth-child(12) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(12) span:after {
      background-color: #CD8C2A; }
    .wordldModal .wordldModal-content:nth-child(13) .key-color {
      color: #48773C; }
    .wordldModal .wordldModal-content:nth-child(13) .key-bg, .wordldModal .wordldModal-content:nth-child(13) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(13) span:after {
      background-color: #48773C; }
    .wordldModal .wordldModal-content:nth-child(14) .key-color {
      color: #007DBB; }
    .wordldModal .wordldModal-content:nth-child(14) .key-bg, .wordldModal .wordldModal-content:nth-child(14) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(14) span:after {
      background-color: #007DBB; }
    .wordldModal .wordldModal-content:nth-child(15) .key-color {
      color: #40AE49; }
    .wordldModal .wordldModal-content:nth-child(15) .key-bg, .wordldModal .wordldModal-content:nth-child(15) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(15) span:after {
      background-color: #40AE49; }
    .wordldModal .wordldModal-content:nth-child(16) .key-color {
      color: #00558A; }
    .wordldModal .wordldModal-content:nth-child(16) .key-bg, .wordldModal .wordldModal-content:nth-child(16) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(16) span:after {
      background-color: #00558A; }
    .wordldModal .wordldModal-content:nth-child(17) .key-color {
      color: #1A3667; }
    .wordldModal .wordldModal-content:nth-child(17) .key-bg, .wordldModal .wordldModal-content:nth-child(17) .wordldModal-top-right-messageText span:after, .wordldModal .wordldModal-top-right-messageText .wordldModal-content:nth-child(17) span:after {
      background-color: #1A3667; }
    .wordldModal .wordldModal-content.active {
      position: relative;
      opacity: 1;
      filter: alpha(opacity=100);
      z-index: 2; }
  .wordldModal .wordldModal-close {
    position: absolute;
    top: -21px;
    right: -21px;
    width: 42px;
    height: 42px;
    z-index: 2; }
    @media all and (max-width: 640px) {
      .wordldModal .wordldModal-close {
        top: -10px;
        right: -10px;
        width: 20px;
        height: 20px; } }
    .wordldModal .wordldModal-close a:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .wordldModal .wordldModal-close img {
      width: 100%;
      height: auto; }
  .wordldModal .wordldModal-top {
    margin-bottom: 10px;
    height: 440px;
    border-bottom: 3px #DCDCDC solid; }
    .wordldModal .wordldModal-top:after {
      content: "";
      display: block;
      clear: both; }
    @media all and (max-width: 640px) {
      .wordldModal .wordldModal-top {
        margin-bottom: 15px;
        padding-bottom: 15px;
        height: auto;
        border-bottom: 1px #DCDCDC solid;
        margin-top: 15px; } }
    .wordldModal .wordldModal-top-left {
      float: left;
      width: 400px; }
      @media all and (max-width: 640px) {
        .wordldModal .wordldModal-top-left {
          margin-bottom: 20px;
          float: none;
          width: 100%; } }
      .wordldModal .wordldModal-top-left-image {
        margin-bottom: 20px; }
        @media all and (max-width: 640px) {
          .wordldModal .wordldModal-top-left-image {
            margin-bottom: 10px; } }
        .wordldModal .wordldModal-top-left-image img {
          width: 100%;
          height: auto; }


      .wordldModal .wordldModal-top.freeformatbox {
        display: flex;
        flex-wrap: wrap;
        border-bottom: none;
        width: 850px;
        height: 510px;
        overflow: auto;
    }
      .wordldModal .wordldModal-top.freeformatbox .wordldModal-top-left-image {
        margin-bottom: 9px;
          width:275px;}
        @media all and (max-width: 640px) {
        .wordldModal .wordldModal-top.freeformatbox {
        width: 100%;
        overflow: auto;
        }
      .wordldModal .wordldModal-top.freeformatbox .wordldModal-top-left-image {
          width:100%;}}

      .wordldModal .wordldModal-top-left-download a {
        display: block;
        width: 100%;
        height: 51px;
        color: #fff;
        font-size: 20px;
        line-height: 51px;
        font-weight: bold;
        text-align: center;
        letter-spacing: .1rem; }
        @media all and (max-width: 640px) {
          .wordldModal .wordldModal-top-left-download a {
            height: 25px;
            font-size: 11px;
            line-height: 25px; } }
      .wordldModal .wordldModal-top-left-download.freeformat a {
        margin-top:10px; }
        @media all and (max-width: 640px) {
          .wordldModal .wordldModal-top-left-download.freeformat a {
            margin-top:10px; } }

    .wordldModal .wordldModal-top-right {
      float: right;
      width: calc(100% - 440px); }
      @media all and (max-width: 640px) {
        .wordldModal .wordldModal-top-right {
          float: none;
          width: 100%; } }
      .wordldModal .wordldModal-top-right-label {
        font-size: 20px;
        line-height: 35px;
        font-weight: bold; }
        @media all and (max-width: 640px) {
          .wordldModal .wordldModal-top-right-label {
            font-size: 10px;
            line-height: 18px; } }
      .wordldModal .wordldModal-top-right-title {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 36px;
        font-weight: bold; }
        @media all and (max-width: 640px) {
          .wordldModal .wordldModal-top-right-title {
            margin-bottom: 15px;
            font-size: 14px;
            line-height: 18px; } }
      .wordldModal .wordldModal-top-right-messageTitle {
        font-size: 16px;
        line-height: 29px; }
        @media all and (max-width: 640px) {
          .wordldModal .wordldModal-top-right-messageTitle {
            font-size: 10px;
            line-height: 15px; } }
      .wordldModal .wordldModal-top-right-messageText {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 38px; }
        @media all and (max-width: 640px) {
          .wordldModal .wordldModal-top-right-messageText {
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 18px; } }
        .wordldModal .wordldModal-top-right-messageText span {
          position: relative; }
          .wordldModal .wordldModal-top-right-messageText span:after {
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 1px;
            bottom: -2px; }
      .wordldModal .wordldModal-top-right-excerpt {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 25px; }
        @media all and (max-width: 640px) {
          .wordldModal .wordldModal-top-right-excerpt {
            margin-bottom: 10px;
            font-size: 13px;
            line-height: 19px; } }
        .wordldModal .wordldModal-top-right-excerpt.excerpt-large {
          margin-bottom: 0; }
          @media all and (max-width: 640px) {
            .wordldModal .wordldModal-top-right-excerpt.excerpt-large {
              margin-bottom: 0; } }
      .wordldModal .wordldModal-top-right-addtext {
        font-size: 13px;
        line-height: 27px; }
        @media all and (max-width: 640px) {
          .wordldModal .wordldModal-top-right-addtext {
            font-size: 11px;
            line-height: 14px; } }
  @media all and (max-width: 640px) {
    .wordldModal .wordldModal-bottom {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px #DCDCDC solid; } }
  .wordldModal .wordldModal-bottom p {
    font-size: 16px;
    line-height: 35px; }
    @media all and (max-width: 640px) {
      .wordldModal .wordldModal-bottom p {
        font-size: 13px;
        line-height: 17px; }
        .wordldModal .wordldModal-bottom p span {
          display: block;
          font-size: 10px; } }
  .wordldModal .wordldModal-spclose {
    display: none; }
    @media all and (max-width: 640px) {
      .wordldModal .wordldModal-spclose {
        display: block;
        text-align: center; }
        .wordldModal .wordldModal-spclose img {
          width: 65px;
          height: auto; } }

.snsContents {
  background-color: #fff;
  border: 1px #0A9132 solid; }
  .snsContents-inner {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .snsContents-inner.open {
      height: auto; }
  .snsContents-title {
    padding: 10px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #0A9132;
    cursor: pointer; }
  .snsContents-list {
    margin: 20px auto 0;
    width: 462px;
    font-size: 0; }
    @media all and (max-width: 640px) {
      .snsContents-list {
        width: 100%;
        padding: 0 15px; } }
    .snsContents-list li {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      width: 30px;
      height: 30px; }
  .snsContents-comment {
    margin: 20px auto 0;
    width: 462px; }
    @media all and (max-width: 640px) {
      .snsContents-comment {
        width: 100%;
        padding: 0 15px; } }

.content-index .mainvisual {
  position: relative;
  margin: 0 auto 40px;
  width: 1000px;
  height: auto; }
  @media all and (max-width: 640px) {
    .content-index .mainvisual {
      width: 100%;
      height: auto; } }
  .content-index .mainvisual-movie img {
    width: 100%;
    height: auto; }
  .content-index .mainvisual-inner {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0); }
  .content-index .mainvisual .swiper-container {
    margin: 0 auto 20px;
    width: 100%;
    height: 400px; }
    @media all and (max-width: 640px) {
      .content-index .mainvisual .swiper-container {
        position: relative;
        margin: 0 auto 10px;
        height: auto; }
        .content-index .mainvisual .swiper-container:after {
          content: "";
          padding-top: 40%;
          display: block; } }
  @media all and (max-width: 640px) {
    .content-index .mainvisual .swiper-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  .content-index .mainvisual .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .content-index .mainvisual .swiper-slide a {
      display: block;
      width: 100%;
      height: 100%; }
  .content-index .mainvisual .swiper-pagination-bullet {
    margin: 0 8px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fff;
    opacity: 1; }
    @media all and (max-width: 640px) {
      .content-index .mainvisual .swiper-pagination-bullet {
        width: 5px;
        height: 5px; } }
  .content-index .mainvisual .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0A9132; }
  .content-index .mainvisual .mainvisual-slide01 {
    background: url("../images/index/mainvisual01.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .content-index .mainvisual .mainvisual-slide02 {
    background: url("../images/index/mainvisual01.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .content-index .mainvisual .mainvisual-slide03 {
    background: url("../images/index/mainvisual01.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
.content-index .topBanner {
  margin-bottom: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media all and (max-width: 640px) {
    .content-index .topBanner {
      display: block;
      margin-bottom: 45px; } }
  .content-index .topBanner-item {
    width: 312px;
    height: 130px;
    overflow: hidden; }
    @media all and (max-width: 640px) {
      .content-index .topBanner-item {
        margin-bottom: 20px;
        width: 100%;
        height: auto; } }
    .content-index .topBanner-item img {
      width: 100%;
      height: auto; }
.content-index .indexTitleStyle {
  margin-bottom: 30px;
  position: relative;
  text-align: left; }
  @media all and (max-width: 640px) {
    .content-index .indexTitleStyle {
      margin-bottom: 15x;
      text-align: center; } }
  .content-index .indexTitleStyle-title {
    position: relative;
    display: inline-block;
    padding-right: 8px;
    background-color: #EEEEEE;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #0A9132;
    z-index: 2; }
    @media all and (max-width: 640px) {
      .content-index .indexTitleStyle-title {
        padding: 0 10px;
        font-size: 14px;
        line-height: 1; } }
  .content-index .indexTitleStyle:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #0A9132; }
.content-index .index-postStyle {
  margin-bottom: 20px; }
  @media all and (max-width: 640px) {
    .content-index .index-postStyle {
      margin-bottom: 20px; } }
  .content-index .index-postStyle .postStyle-item {
    width: 280px;
    margin-bottom: 0;
    margin-right: 80px; }
    @media all and (max-width: 640px) {
      .content-index .index-postStyle .postStyle-item {
        width: 100%;
        margin-bottom: 18px;
        margin-right: 0; } }
    .content-index .index-postStyle .postStyle-item:nth-child(even) {
      margin-right: 80px; }
      @media all and (max-width: 640px) {
        .content-index .index-postStyle .postStyle-item:nth-child(even) {
          margin-right: 0; } }
    .content-index .index-postStyle .postStyle-item:nth-child(3n) {
      margin-right: 0; }
    .content-index .index-postStyle .postStyle-item .postStyle-item-image {
      height: 140px; }
      @media all and (max-width: 640px) {
        .content-index .index-postStyle .postStyle-item .postStyle-item-image {
          height: auto; } }
    .content-index .index-postStyle .postStyle-item .postStyle-item-title {
      height: 110px; }
      @media all and (max-width: 640px) {
        .content-index .index-postStyle .postStyle-item .postStyle-item-title {
          height: auto; } }
      @media all and (min-width: 641px) {
        .content-index .index-postStyle .postStyle-item .postStyle-item-title a {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; } }
.content-index .indexMoreBtn {
  text-align: right; }
  @media all and (max-width: 640px) {
    .content-index .indexMoreBtn {
      text-align: center; } }
  .content-index .indexMoreBtn a {
    display: inline-block;
    color: #0A9132;
    font-size: 17px;
    line-height: 1;
    font-weight: bold; }
    @media all and (max-width: 640px) {
      .content-index .indexMoreBtn a {
        width: 195px;
        height: 25px;
        color: #777777;
        font-size: 10px;
        line-height: 25px;
        background-color: #fff; } }
    .content-index .indexMoreBtn a:before {
      content: "&gt;";
      padding-right: 9px; }
      @media all and (max-width: 640px) {
        .content-index .indexMoreBtn a:before {
          display: none; } }
.content-index .indexNews, .content-index .indexInformation {
  margin-bottom: 45px; }
  @media all and (max-width: 640px) {
    .content-index .indexNews, .content-index .indexInformation {
      margin-bottom: 35px; } }

.postStyle {
  margin-bottom: 26px;
  width: 100%;
  height: auto;
  font-size: 0; }
  @media all and (max-width: 640px) {
    .postStyle {
      margin-bottom: 41px;
      padding: 0 12px; } }
  .postStyle .postStyle-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px 42px 0;
    width: 330px;
    min-height: 320px;
    overflow: hidden;
    font-size: 16px; }
    @media all and (max-width: 640px) {
      .postStyle .postStyle-item {
        display: block;
        margin: 0 0 25px 0;
        width: 100%;
        min-height: initial;
        height: auto; }
        .postStyle .postStyle-item:after {
          content: "";
          display: block;
          clear: both; } }
    .postStyle .postStyle-item:nth-child(even) {
      margin-right: 0; }
    @media all and (max-width: 640px) {
      .postStyle .postStyle-item-left {
        float: left;
        width: 38%; } }
    @media all and (max-width: 640px) {
      .postStyle .postStyle-item-right {
        float: right;
        width: 58%; } }
    .postStyle .postStyle-item-label {
      height: 30px;
      text-align: center;
      color: #fff;
      text-align: left;
      font-size: 12px;
      line-height: 30px; }
      @media all and (max-width: 640px) {
        .postStyle .postStyle-item-label {
          height: 17px;
          font-size: 10px;
          line-height: 17px; } }
      .postStyle .postStyle-item-label span {
        display: inline-block;
        padding: 0 20px;
        background-color: #0A9132; }
        @media all and (max-width: 640px) {
          .postStyle .postStyle-item-label span {
            padding: 0 6px; } }
    .postStyle .postStyle-item-image {
      height: 165px;
      overflow: hidden; }
      .postStyle .postStyle-item-image img {
        width: 100%;
        height: auto; }
      @media all and (max-width: 640px) {
        .postStyle .postStyle-item-image {
          height: auto; } }
    .postStyle .postStyle-item-title {
      margin-bottom: 2px;
      padding: 16px 20px;
      height: 82px;
      font-size: 16px;
      line-height: 26px;
      font-weight: bold;
      background-color: #fff; }
      @media all and (max-width: 640px) {
        .postStyle .postStyle-item-title {
          padding: 0;
          height: auto;
          font-size: 13px;
          line-height: 20px;
          background: none; } }
      .postStyle .postStyle-item-title a {
        color: #000; }
        @media all and (min-width: 641px) {
          .postStyle .postStyle-item-title a {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; } }
    .postStyle .postStyle-item-date {
      padding: 0 20px;
      height: 38px;
      font-size: 11px;
      line-height: 38px;
      background-color: #fff;
      			/* display: -webkit-flex;
      			display: flex;
      	    -webkit-justify-content: flex-start;
        		justify-content:         flex-start;
      	    -webkit-align-items: center;
      	    align-items: center; */ }
      @media all and (max-width: 640px) {
        .postStyle .postStyle-item-date {
          display: block;
          margin-bottom: 12px;
          padding: 0;
          height: auto;
          color: #777777;
          font-size: 10px;
          line-height: 1;
          background: none; } }
    .postStyle .postStyle-item-from-date {
      padding: 0 20px;
      height: 38px;
      font-size: 11px;
      line-height: 1.5;
      background-color: #fff;
      			/* display: -webkit-flex;
      			display: flex;
      	    -webkit-justify-content: flex-start;
        		justify-content:         flex-start;
      	    -webkit-align-items: center;
      	    align-items: center; */ }
      .postStyle .postStyle-item-from-date span {
        font-size: 12px;
        font-weight: bold; }
      @media all and (max-width: 640px) {
        .postStyle .postStyle-item-from-date {
          clear: both;
          display: block;
          margin-bottom: 12px;
          padding: 0;
          height: auto;
          color: #777777;
          font-size: 10px;
          line-height: 1;
          background: none; } }

.paging {
  margin-bottom: 64px;
  text-align: center;
  font-size: 0; }
  @media all and (max-width: 640px) {
    .paging {
      margin-bottom: 0; } }
  .paging a, .paging span {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    font-size: 17px;
    line-height: 45px; }
    @media all and (max-width: 640px) {
      .paging a, .paging span {
        margin: 0 3px;
        width: 28px;
        height: 28px;
        font-size: 10px;
        line-height: 28px; } }
  .paging a {
    color: #0A9132;
    background-color: #fff; }
  .paging span {
    color: #fff;
    background-color: #0A9132; }
  .paging .extend {
    background: none;
    color: #0A9132; }

.slideContent .slideContent-titlestyle {
  color: #0A9132;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .1em; }
  @media all and (max-width: 640px) {
    .slideContent .slideContent-titlestyle {
      padding-bottom: 5px;
      border-bottom: 1px #0A9132 solid; } }
.slideContent .slideContent-titlestyle2 {
  margin-bottom: 18px;
  position: relative;
  color: #0A9132;
  height: 27px;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: .1em;
  border-bottom: 1px #0A9132 solid; }
  @media all and (max-width: 640px) {
    .slideContent .slideContent-titlestyle2 {
      height: auto;
      padding-bottom: 5px;
      font-size: 13px;
      line-height: 1; } }
  .slideContent .slideContent-titlestyle2 span {
    float: right;
    display: block;
    font-size: 12px;
    line-height: 27px;
    color: #000; }
    @media all and (max-width: 640px) {
      .slideContent .slideContent-titlestyle2 span {
        font-size: 10px;
        line-height: 1; } }
.slideContent .slideContent-search {
  margin-bottom: 30px;
  padding: 20px 40px;
  height: auto;
  background-color: #0A9132;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .slideContent .slideContent-search:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .slideContent .slideContent-search p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
    color: #fff;
    font-size: 10px;
    line-height: 22px;
    background: url("../images/common/side-search.png") no-repeat;
    background-position: left center; }
    .slideContent .slideContent-search p span {
      font-size: 22px; }
.slideContent .slideContent-category {
  margin-bottom: 30px;
  padding: 15px 20px;
  background-color: #fff; }
  @media all and (max-width: 640px) {
    .slideContent .slideContent-category {
      padding: 0;
      background: none; } }
  .slideContent .slideContent-category-list {
    padding-top: 15px; }
    @media all and (max-width: 640px) {
      .slideContent .slideContent-category-list {
        padding: 15px 15px 0 15px;
        background-color: #fff; } }
    .slideContent .slideContent-category-list li {
      margin-bottom: 15px; }
      @media all and (max-width: 640px) {
        .slideContent .slideContent-category-list li {
          display: inline-block;
          margin: 0 10px 10px 0; } }
      .slideContent .slideContent-category-list li:last-child {
        margin-bottom: 0; }
        @media all and (max-width: 640px) {
          .slideContent .slideContent-category-list li:last-child {
            margin-bottom: 15px; } }
      .slideContent .slideContent-category-list li a {
        display: block;
        height: 27px;
        font-size: 11px;
        line-height: 27px; }
        @media all and (max-width: 640px) {
          .slideContent .slideContent-category-list li a {
            height: 22px;
            font-size: 10px;
            line-height: 22px; } }
        .slideContent .slideContent-category-list li a .label {
          display: inline-block;
          margin-right: 12px;
          padding: 0 13px;
          background-color: #0A9132;
          height: 27px;
          color: #fff; }
          @media all and (max-width: 640px) {
            .slideContent .slideContent-category-list li a .label {
              height: 22px; } }
        @media all and (max-width: 640px) {
          .slideContent .slideContent-category-list li a .text {
            display: none; } }
.slideContent .slideContent-archive {
  margin-bottom: 40px;
  padding: 15px 20px;
  background-color: #fff; }
  @media all and (max-width: 640px) {
    .slideContent .slideContent-archive {
      padding: 0;
      background: none; } }
  .slideContent .slideContent-archive-list {
    padding-top: 15px; }
    @media all and (max-width: 640px) {
      .slideContent .slideContent-archive-list {
        padding: 15px 25px;
        background-color: #fff; } }
    .slideContent .slideContent-archive-list &gt; li:last-child {
      margin-bottom: 0; }
    .slideContent .slideContent-archive-list &gt; li &gt; a {
      display: block;
      height: 45px;
      border-bottom: 1px #EEEEEE solid;
      font-size: 14px;
      line-height: 45px;
      background: url("../images/common/side-archive-arrow.png") no-repeat;
      background-position: right 14px center; }
      @media all and (max-width: 640px) {
        .slideContent .slideContent-archive-list &gt; li &gt; a {
          height: 30px;
          font-size: 17px;
          line-height: 30px; } }
    .slideContent .slideContent-archive-list-child {
      display: none;
      padding-top: 12px; }
      .slideContent .slideContent-archive-list-child li {
        padding-left: 6px; }
        .slideContent .slideContent-archive-list-child li a {
          display: block;
          height: 30px;
          font-size: 12px;
          line-height: 30px; }
.slideContent .slideContent-newpost, .slideContent .slideContent-ranking {
  margin-bottom: 30px; }
  .slideContent .slideContent-newpost-list-item, .slideContent .slideContent-ranking-list-item {
    margin-bottom: 25px; }
    .slideContent .slideContent-newpost-list-item:after, .slideContent .slideContent-ranking-list-item:after {
      content: "";
      display: block;
      clear: both; }
    .slideContent .slideContent-newpost-list-item-left, .slideContent .slideContent-ranking-list-item-left {
      float: left;
      width: 85px; }
      @media all and (max-width: 640px) {
        .slideContent .slideContent-newpost-list-item-left, .slideContent .slideContent-ranking-list-item-left {
          width: 38%; } }
    .slideContent .slideContent-newpost-list-item-right, .slideContent .slideContent-ranking-list-item-right {
      padding-top: 18px;
      float: right;
      width: 152px; }
      @media all and (max-width: 640px) {
        .slideContent .slideContent-newpost-list-item-right, .slideContent .slideContent-ranking-list-item-right {
          width: 58%; } }
    .slideContent .slideContent-newpost-list-item-label, .slideContent .slideContent-ranking-list-item-label {
      width: auto;
      height: 18px;
      color: #fff;
      font-size: 10px;
      line-height: 18px; }
      @media all and (max-width: 640px) {
        .slideContent .slideContent-newpost-list-item-label, .slideContent .slideContent-ranking-list-item-label {
          height: 17px;
          font-size: 10px;
          line-height: 17px; } }
      .slideContent .slideContent-newpost-list-item-label span, .slideContent .slideContent-ranking-list-item-label span {
        padding: 0 8px;
        display: inline-block;
        background-color: #0A9132; }
    .slideContent .slideContent-newpost-list-item-image, .slideContent .slideContent-ranking-list-item-image {
      height: 64px; }
      @media all and (max-width: 640px) {
        .slideContent .slideContent-newpost-list-item-image, .slideContent .slideContent-ranking-list-item-image {
          height: auto; } }
      .slideContent .slideContent-newpost-list-item-image img, .slideContent .slideContent-ranking-list-item-image img {
        width: 100%;
        height: auto; }
    .slideContent .slideContent-newpost-list-item-title, .slideContent .slideContent-ranking-list-item-title {
      margin-bottom: 8px;
      font-size: 12px;
      line-height: 16px; }
      @media all and (max-width: 640px) {
        .slideContent .slideContent-newpost-list-item-title, .slideContent .slideContent-ranking-list-item-title {
          margin-bottom: 0;
          font-size: 13px;
          line-height: 20px; } }
      .slideContent .slideContent-newpost-list-item-title a, .slideContent .slideContent-ranking-list-item-title a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; }
    .slideContent .slideContent-newpost-list-item-date, .slideContent .slideContent-ranking-list-item-date {
      font-size: 11px;
      line-height: 1; }
      @media all and (max-width: 640px) {
        .slideContent .slideContent-newpost-list-item-date, .slideContent .slideContent-ranking-list-item-date {
          margin-bottom: 9px;
          color: #777777; } }

.singleContent {
  position: relative;
  padding-top: 30px; }
  .singleContent .singleContent-inner {
    margin-bottom: 10px;
    padding: 30px 20px;
    background-color: #fff; }
    @media all and (max-width: 640px) {
      .singleContent .singleContent-inner {
        position: relative;
        padding: 12px; } }
  .singleContent .singleContent-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    text-align: center;
    color: #fff;
    text-align: left;
    font-size: 13px;
    line-height: 30px; }
    @media all and (max-width: 640px) {
      .singleContent .singleContent-label {
        position: static;
        margin-bottom: 13px;
        height: 17px;
        font-size: 10px;
        line-height: 17px; } }
    .singleContent .singleContent-label span {
      display: inline-block;
      padding: 0 20px;
      background-color: #0A9132; }
      @media all and (max-width: 640px) {
        .singleContent .singleContent-label span {
          padding: 0 6px; } }
  .singleContent .singleContent-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 37px; }
    @media all and (max-width: 640px) {
      .singleContent .singleContent-title {
        font-size: 18px;
        line-height: 27px; } }
  .singleContent .singleContent-date {
    margin-bottom: 18px;
    font-size: 11px;
    line-height: 1; }
    @media all and (max-width: 640px) {
      .singleContent .singleContent-date {
        float: none;
        position: absolute;
        top: 12px;
        right: 12px;
        color: #000;
        line-height: 17px; } }
  .singleContent .singleContent-datemembers {
    margin-bottom: 18px;
    font-size: 11px;
    line-height: 1; }
    .singleContent .singleContent-datemembers:after {
      content: "";
      display: block;
      clear: both; }
    .singleContent .singleContent-datemembers-members {
      display: inline-block;
      width: 580px;
      font-size: 17px;
      line-height: 22px; }
      @media all and (max-width: 640px) {
        .singleContent .singleContent-datemembers-members {
          width: 100%;
          font-size: 12px;
          line-height: 20px; } }
      .singleContent .singleContent-datemembers-members span {
        padding-right: 18px;
        font-size: 13px; }
        @media all and (max-width: 640px) {
          .singleContent .singleContent-datemembers-members span {
            padding-right: 13px;
            font-size: 11px; } }
    .singleContent .singleContent-datemembers-date {
      float: right;
      width: 80px;
      text-align: right;
      font-size: 11px;
      line-height: 22px; }
      @media all and (max-width: 640px) {
        .singleContent .singleContent-datemembers-date {
          float: none;
          position: absolute;
          top: 12px;
          right: 12px; } }
  .singleContent .singleContent-thumbnail {
    margin-bottom: 25px;
    width: 100%;
    height: auto; }
    .singleContent .singleContent-thumbnail img {
      width: 100%;
      height: auto; }
  .singleContent .singleContent-content {
    		/* @include font(14px,23px);
    		@include mq-s{
    			@include font(14px,21px);
    		}
    		p+h3{
    			
    
    		}
    		p{
    			margin-top: 10px;
    			@include mq-s{
    				margin-top: 24px;
    			}
    		}
    		
    		.title-label{
    			margin-top: 40px;
    			padding-left: 10px;
    			color: $green;
    			@include font(16px,1.5);
    			border-left: 4px $green solid;
    			@include mq-s{
    				margin-top: 24px;
    				padding-left: 8px;
    				@include font(14px,21px);
    			}
    		} */ }
    .singleContent .singleContent-content img {
      max-width: 100%;
      height: auto; }
    .singleContent .singleContent-content.content-color h3 {
      color: #0A9132;
      border-color: #0A9132; }
    .singleContent .singleContent-content.content-color table td:nth-child(1) {
      color: #0A9132; }
    .singleContent .singleContent-content.content-color-event h3 {
      color: #72A3D6;
      border-color: #72A3D6; }
    .singleContent .singleContent-content.content-color-event table td:nth-child(1) {
      color: #72A3D6; }
    .singleContent .singleContent-content.content-color h3 {
      color: #0A9132;
      border-color: #0A9132; }
    .singleContent .singleContent-content.content-color table td:nth-child(1) {
      color: #0A9132; }
    .singleContent .singleContent-content.content-color-recruit h3 {
      color: #EAC250;
      border-color: #EAC250; }
    .singleContent .singleContent-content.content-color-recruit table td:nth-child(1) {
      color: #EAC250; }
    .singleContent .singleContent-content.content-color h3 {
      color: #0A9132;
      border-color: #0A9132; }
    .singleContent .singleContent-content.content-color table td:nth-child(1) {
      color: #0A9132; }
    .singleContent .singleContent-content.content-color-fieldwork h3 {
      color: #F29C9C;
      border-color: #F29C9C; }
    .singleContent .singleContent-content.content-color-fieldwork table td:nth-child(1) {
      color: #F29C9C; }
    .singleContent .singleContent-content.content-color h3 {
      color: #0A9132;
      border-color: #0A9132; }
    .singleContent .singleContent-content.content-color table td:nth-child(1) {
      color: #0A9132; }
    .singleContent .singleContent-content.content-color-shopping h3 {
      color: #BCC947;
      border-color: #BCC947; }
    .singleContent .singleContent-content.content-color-shopping table td:nth-child(1) {
      color: #BCC947; }
    .singleContent .singleContent-content.content-color h3 {
      color: #0A9132;
      border-color: #0A9132; }
    .singleContent .singleContent-content.content-color table td:nth-child(1) {
      color: #0A9132; }
    .singleContent .singleContent-content.content-color-press h3 {
      color: #B780B6;
      border-color: #B780B6; }
    .singleContent .singleContent-content.content-color-press table td:nth-child(1) {
      color: #B780B6; }
    .singleContent .singleContent-content.content-color h3 {
      color: #0A9132;
      border-color: #0A9132; }
    .singleContent .singleContent-content.content-color table td:nth-child(1) {
      color: #0A9132; }
    .singleContent .singleContent-content.content-color-grant h3 {
      color: #B5A388;
      border-color: #B5A388; }
    .singleContent .singleContent-content.content-color-grant table td:nth-child(1) {
      color: #B5A388; }
  .singleContent .singleContent-sns {
    margin-bottom: 36px;
    height: 46px;
    color: #fff;
    font-size: 17px;
    line-height: 46px;
    text-align: center;
    background-color: #0A9132; }
  .singleContent .singleContent-reration {
    margin-top: 20px; }
    @media all and (max-width: 640px) {
      .singleContent .singleContent-reration {
        padding: 0 12px; } }

.slideContentPage-pagelist a {
  opacity: 1;
  filter: alpha(opacity=100);
  font-weight: bold; }
.slideContentPage-pagelist &gt; li {
  position: relative;
  			/* &amp;.pagelist-parent{
  
  			} */ }
  .slideContentPage-pagelist &gt; li:not(:last-child) {
    border-bottom: 1px #CCCCCC solid; }
  .slideContentPage-pagelist &gt; li &gt; a {
    display: block;
    margin: 0 0 0 20px;
    height: 40px;
    font-size: 13px;
    line-height: 40px; }
  .slideContentPage-pagelist &gt; li &gt; span {
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0px;
    width: 40px;
    height: 40px;
    background: url("../images/common/side-page-list-plus.png") no-repeat;
    background-position: center center;
    cursor: pointer;
    z-index: 2; }
  .slideContentPage-pagelist &gt; li.open &gt; span {
    background: url("../images/common/side-page-list-minus.png") no-repeat;
    background-position: center center; }
  .slideContentPage-pagelist &gt; li .pagelist-child {
    display: none; }
    .slideContentPage-pagelist &gt; li .pagelist-child li {
      background-color: #CCCCCC;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .slideContentPage-pagelist &gt; li .pagelist-child li:not(:last-child) {
        border-bottom: 1px #fff solid; }
      .slideContentPage-pagelist &gt; li .pagelist-child li:hover{
        background-color: #0A9132; }
      .slideContentPage-pagelist &gt; li .pagelist-child li.active{
        background-color: #0A9132 !important; }
      .slideContentPage-pagelist &gt; li .pagelist-child li a {
        display: block;
        margin: 0 0 0 20px;
        height: 40px;
        font-size: 13px;
        line-height: 40px;
        color: #fff; }
  .slideContentPage-pagelist &gt; li.active{
	background-color: #0A9132 !important; }
  .slideContentPage-pagelist &gt; li.active &gt; a{
	color: #fff; }

.pageContent .pageContent-inner {
  padding: 30px 20px;
  background-color: #fff; }
  @media all and (max-width: 640px) {
    .pageContent .pageContent-inner {
      padding: 30px 12px; } }
.pageContent .pageContent-title {
  margin-bottom: 40px;
  padding-bottom: 5px;
  color: #0A9132;
  font-size: 17px;
  line-height: 27px;
  font-weight: bold;
  border-bottom: 1px #0A9132 solid; }
.pageContent .pageContent-content {
  /* @include font(15px);
  h2,h3,h4,p,ul{
  	margin-bottom: 30px;
  }
  .title-large{
  	@include font(25px,39px);
  	font-weight: bold;
  }
  .title-medium{
  	@include font(21px,34px);
  	font-weight: bold;
  }
  .title-small1{
  	@include font(17px,27px);
  	font-weight: bold;
  }
  .title-small2{
  	@include font(17px,27px);
  	font-weight: bold;
  	color: $green
  }
  p{
  	@include font(15px,23px);
  }
  .text-small{
  	@include font(13px,21px);
  	.notes{
  		@include font(13px,21px);
  	}
  }
  strong{
  	font-weight: bold;
  	color: $green;
  }
  .notes{
  	@include font(11px,19px);
  }
  a{
  	color: $green;
  	text-decoration: underline;
  }
  ul{
  	li{
  		margin-bottom: 10px;
  		@include font(15px,23px);
  		&amp;:before{
  			content:"●";
  			@include font(8px);
  			color: $green;
  		}
  	}
  } */ }

.pageContact .pageContent-inner {
  padding: 30px 40px; }
  @media all and (max-width: 640px) {
    .pageContact .pageContent-inner {
      padding: 30px 20px; } }
.pageContact .pageContact-mainText {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px; }
  @media all and (max-width: 640px) {
    .pageContact .pageContact-mainText {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 23px; } }
.pageContact .pageContact-subText {
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 18px; }
  @media all and (max-width: 640px) {
    .pageContact .pageContact-subText {
      margin-bottom: 10px;
      font-size: 10px;
      line-height: 16px; } }
.pageContact .pageContact-form {
  border-top: 1px #AAAAAA solid; }
  .pageContact .pageContact-form-text {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.2;
    text-align: right; }
    .pageContact .pageContact-form-text span {
      color: #E60012; }
  .pageContact .pageContact-form dl {
    margin-top: 30px; }
    @media all and (max-width: 640px) {
      .pageContact .pageContact-form dl {
        margin-top: 15px; } }
    .pageContact .pageContact-form dl:after {
      content: "";
      display: block;
      clear: both; }
    .pageContact .pageContact-form dl dt {
      position: relative;
      float: left;
      width: 110px;
      font-size: 13px;
      line-height: 18px; }
      @media all and (max-width: 640px) {
        .pageContact .pageContact-form dl dt {
          float: none;
          width: 100%; } }
      .pageContact .pageContact-form dl dt span {
        font-size: 10px; }
      .pageContact .pageContact-form dl dt .must-mark {
        position: absolute;
        top: 6px;
        right: 0;
        color: #E60012;
        font-size: 10px;
        line-height: 1.2; }
        @media all and (max-width: 640px) {
          .pageContact .pageContact-form dl dt .must-mark {
            position: static; } }
      @media all and (max-width: 640px) {
        .pageContact .pageContact-form dl dt br {
          display: none; } }
    .pageContact .pageContact-form dl dd {
      float: right;
      padding-left: 10px;
      width: 510px; }
      @media all and (max-width: 640px) {
        .pageContact .pageContact-form dl dd {
          padding-left: 0;
          float: none;
          width: 100%;
          text-align: left; } }
      .pageContact .pageContact-form dl dd input[type="text"], .pageContact .pageContact-form dl dd input[type="tel"], .pageContact .pageContact-form dl dd input[type="email"], .pageContact .pageContact-form dl dd input[type="url"] {
        display: inline-block;
        width: 100%;
        height: 24px;
        background-color: #EEEEEE;
        border: none; }
        .pageContact .pageContact-form dl dd input[type="text"].address-short, .pageContact .pageContact-form dl dd input[type="tel"].address-short, .pageContact .pageContact-form dl dd input[type="email"].address-short, .pageContact .pageContact-form dl dd input[type="url"].address-short {
          width: 90px; }
        .pageContact .pageContact-form dl dd input[type="text"].address-long, .pageContact .pageContact-form dl dd input[type="tel"].address-long, .pageContact .pageContact-form dl dd input[type="email"].address-long, .pageContact .pageContact-form dl dd input[type="url"].address-long {
          width: 120px; }
      .pageContact .pageContact-form dl dd textarea {
        display: inline-block;
        width: 100%;
        height: 200px;
        background-color: #EEEEEE;
        border: none;
        resize: none; }
      .pageContact .pageContact-form dl dd .privacyarea {
        display: inline-block;
        padding: 10px;
        width: 100%;
        height: 95px;
        background-color: #EEEEEE;
        overflow-y: scroll; }
        .pageContact .pageContact-form dl dd .privacyarea-title {
          font-size: 13px;
          line-height: 18px; }
        .pageContact .pageContact-form dl dd .privacyarea-text {
          font-size: 11px;
          line-height: 20px; }
      .pageContact .pageContact-form dl dd.address {
        text-align: left; }
      .pageContact .pageContact-form dl dd .address-mark {
        color: #AAAAAA;
        font-size: 15px; }
      .pageContact .pageContact-form dl dd.radio {
        text-align: center; }
        @media all and (max-width: 640px) {
          .pageContact .pageContact-form dl dd.radio {
            text-align: left; } }
        .pageContact .pageContact-form dl dd.radio span {
          /* display: inline-block;
          vertical-align: middle;
          width: 200px; */
          color: #000;
          font-size: 13px;
          line-height: 1; }
          .pageContact .pageContact-form dl dd.radio span label {
            padding-left: 5px; }
        .pageContact .pageContact-form dl dd.radio .wpcf7-not-valid-tip {
          color: #E60012;
          font-weight: bold; }
      .pageContact .pageContact-form dl dd select {
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0 10px;
        width: 100%;
        height: 24px;
        background-color: #EEEEEE;
        background-image: url("../images/contact/form-arrow.png");
        background-repeat: no-repeat;
        background-position: right 10px center;
        border: none;
        border-radius: 0;
        color: #898989; }
  .pageContact .pageContact-form-submit {
    margin-top: 20px;
    padding: 23px 0;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    background-color: #0A9132;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none; }
    .pageContact .pageContact-form-submit:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.pageActive .pageContent-inner {
  padding: 30px 40px; }
  @media all and (max-width: 640px) {
    .pageActive .pageContent-inner {
      padding: 30px 12px; } }
.pageActive .pageActive-title {
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  border-left: 8px #0A9132 solid; }
  @media all and (max-width: 640px) {
    .pageActive .pageActive-title {
      margin-bottom: 20px;
      padding-bottom: 20px;
      padding-left: 0;
      font-size: 17px;
      line-height: 30px;
      border-left: none;
      border-bottom: 2px #0A9132 solid; } }
.pageActive .pageActive-text {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 26px; }
  @media all and (max-width: 640px) {
    .pageActive .pageActive-text {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 23px; } }
.pageActive .pageActive-contentlists {
  margin-bottom: 55px;
  padding: 0 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pageActive .pageActive-contentlists li {
    padding: 10px 13px;
    width: 180px;
    border: 2px #0A9132 solid; }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-contentlists li {
        padding: 20px 30px;
        width: 100%; }
        .pageActive .pageActive-contentlists li:not(:last-child) {
          margin-bottom: 20px; } }
  .pageActive .pageActive-contentlists-title {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px #0A9132 solid; }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-contentlists-title {
        font-size: 15px;
        line-height: 38px; } }
  .pageActive .pageActive-contentlists-excerpt {
    margin-top: 20px;
    font-size: 11px;
    line-height: 21px; }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-contentlists-excerpt {
        font-size: 13px;
        line-height: 21px; } }
  .pageActive .pageActive-contentlists-more {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    text-align: right; }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-contentlists-more {
        font-size: 14px; } }
    .pageActive .pageActive-contentlists-more a {
      padding-left: 10px;
      color: #0A9132;
      background: url("../images/active/more-arrow.png") no-repeat;
      background-position: left center; }
.pageActive .pageActive-box + .pageActive-subtitle, .pageActive .pageActive-lists + .pageActive-subtitle {
  margin-top: 80px; }
  @media all and (max-width: 640px) {
    .pageActive .pageActive-box + .pageActive-subtitle, .pageActive .pageActive-lists + .pageActive-subtitle {
      margin-top: 50px; } }
.pageActive .pageActive-subtitle {
  margin-bottom: 30px;
  padding-left: 16px;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
  color: #0A9132;
  border-left: 8px #0A9132 solid; }
  @media all and (max-width: 640px) {
    .pageActive .pageActive-subtitle {
      position: relative;
      margin-bottom: 20px;
      padding-bottom: 10px;
      padding-left: 0;
      font-size: 15px;
      line-height: 1.2;
      text-align: center;
      border: none; }
      .pageActive .pageActive-subtitle:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -15px;
        width: 30px;
        height: 3px;
        background-color: #0A9132; } }
.pageActive .pageActive-box {
  margin-bottom: 30px;
  padding: 0 15px; }
  .pageActive .pageActive-box:after {
    content: "";
    display: block;
    clear: both; }
  @media all and (max-width: 640px) {
    .pageActive .pageActive-box {
      margin-bottom: 20px;
      padding: 0; } }
  .pageActive .pageActive-box-text {
    float: left;
    width: 54%;
    font-size: 14px;
    line-height: 25px;
    text-align: justify; }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-box-text {
        float: none;
        width: 100%;
        font-size: 13px;
        line-height: 21px; } }
    .pageActive .pageActive-box-text .text-green {
      color: #0A9132; }
    .pageActive .pageActive-box-text .text-small {
      font-size: 11px; }
    .pageActive .pageActive-box-text .text-small.display-block {
        display: block;
      line-height: 1.6;
        margin-top: 10px;}
    .pageActive .pageActive-box-text .text-label {
      margin-bottom: 10px;
      display: inline-block;
      font-size: 15px;
      line-height: 25px;
      border-bottom: 2px #231815 solid; }
    .pageActive .pageActive-box-text.text100 {
      width: 100%; }
    .pageActive .pageActive-box-text.text60 {
      width: 75%; }
    @media all and (max-width: 640px) {
    .pageActive .pageActive-box-text.text60 {
      width: 100%; }
    }
    .pageActive .pageActive-box-text a {
      color: #0A9132;
      text-decoration: underline; }
    .pageActive .pageActive-box-text .more-text {
      display: block;
      text-align: right;
      font-size: 12px;
      font-weight: bold; }
      .pageActive .pageActive-box-text .more-text a {
        padding-left: 10px;
        text-decoration: none;
        background: url("../images/active/more-arrow.png") no-repeat;
        background-position: left center; }
  .pageActive .pageActive-box-image {
    float: right;
    width: 42%;
    			/* display: -webkit-flex;
    			display: flex;
        	-webkit-justify-content: center;
        	justify-content: center;
        	-webkit-align-items: center;
    			align-items: center; */
    text-align: right; }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-box-image {
        margin-top: 40px;
        float: none;
        width: 100%;
        text-align: center;} }
    .pageActive .pageActive-box-image .mt {
      margin-top: 30px; }
      @media all and (max-width: 640px) {
        .pageActive .pageActive-box-image .mt {
          margin-top: 0; } }
    .pageActive .pageActive-box-image.text60 {
      width: 25%;
        margin-top: 45px;}
      @media all and (max-width: 640px) {
        .pageActive .pageActive-box-image.text60 {
        width: 100%;
        margin-top: 10px;
        text-align: center;}
        }
.pageActive .pageActive-lists {
  margin-top: 40px;
  padding: 0 25px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.pageActive .pageActive-lists.noflex{
  padding-bottom: 10px;
  width: 100%;
  display: block;
}
  @media all and (max-width: 640px) {
    .pageActive .pageActive-lists {
      padding: 0; } }
  .pageActive .pageActive-lists-item50 {
    margin-bottom: 25px;
    width: calc(50% - 25px); }
  .pageActive .noflex .pageActive-lists-item50 {
    margin-bottom: 35px;
    width: auto; }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-lists-item50 {
        width: 100%; } }
  .pageActive .pageActive-lists-item30 {
    width: calc(33% - 16px); }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-lists-item30 {
        margin-bottom: 25px;
        width: 100%; } }
    .pageActive .pageActive-lists-item30-title {
      height: 48px;
      font-size: 13px;
      line-height: 24px;
      font-weight: bold; }
    .pageActive .pageActive-lists-item30-excerpt {
      margin-top: 10px;
      font-size: 12px;
      line-height: 24px; }
    .pageActive .pageActive-lists-item30-more {
      margin-top: 10px;
      font-size: 12px;
      line-height: 1;
      text-align: right; }
      .pageActive .pageActive-lists-item30-more a {
        padding-left: 10px;
        color: #0A9132;
        background: url("../images/active/more-arrow.png") no-repeat;
        background-position: left center; }
  .pageActive .pageActive-lists-title {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold; }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-lists-title {
        font-size: 13px;
        line-height: 38px; } }
    .pageActive .pageActive-lists-title span {
      display: inline-block;
      vertical-align: top;
      border-bottom: 2px #000 solid; }
  .pageActive .pageActive-lists-label {
    font-size: 13px;
    line-height: 27px;
    font-weight: bold; }
    .pageActive .pageActive-lists-label span {
      display: inline-block;
      vertical-align: top;
      padding: 0 10px;
      border: 2px #000 solid; }
  .pageActive .pageActive-lists-excerpt {
    margin-top: 20px;
    font-size: 12px;
    line-height: 23px;
    text-align: justify; }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-lists-excerpt {
        font-size: 13px;
        line-height: 21px; } }
    .pageActive .pageActive-lists-excerpt a {
      color: #0A9132;
      text-decoration: underline; }
    .pageActive .pageActive-lists-excerpt .image-right {
      margin-left: 20px;
      float: right; }
    .pageActive .pageActive-lists-excerpt .text-green {
      color: #0A9132; }
    .pageActive .pageActive-lists-excerpt .image-bottom {
      margin-top: 20px; }
    .pageActive .pageActive-lists-excerpt img {
      max-width: 100%; }
    .pageActive .noflex .pageActive-lists-excerpt img {
      width: 170px;
    }
    .pageActive .pageActive-lists-excerpt input {
      margin-top: 20px;
      display: inline-block;
      width: 100%;
      height: 30px;
      border: 2px #0A9132 solid; }
    .pageActive .pageActive-lists-excerpt span {
      display: inline-block;
      width: calc(100% - 102px); }
  .pageActive .pageActive-lists-greenbox {
    position: relative;
    margin-top: 20px;
    padding: 10px 0;
    color: #0A9132;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border: 2px #0A9132 solid; }
  .pageActive .pageActive-lists-greenbox.adj {
    margin-right: 220px;
}
    @media all and (max-width: 640px) {
  .pageActive .pageActive-lists-greenbox {
    margin-right: 0px;}
}
    .pageActive .pageActive-lists-greenbox:not(:last-child):after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -15px;
      margin-left: -4px;
      width: 8px;
      height: 6px;
      background: url("../images/active/arrow-bottom.png") no-repeat; }
  .pageActive .pageActive-lists-link {
    margin-top: 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
  .pageActive .noflex .pageActive-lists-link {
    display:inline-block;
      margin-left: 260px;}
  @media all and (max-width: 640px) {
 .pageActive .noflex .pageActive-lists-link {
    display:flex;
      margin-left: 0px;}
 }
  .pageActive .pageActive-lists-link.flexflow-rowreverse {
     flex-flow: row-reverse;}
    .pageActive .pageActive-lists-link a, .pageActive .pageActive-lists-link input {
      display: inline-block;
      margin: 0 0;
      min-width: 120px;
      padding: 8px 2px;
      color: #fff;
      font-size: 12px;
      line-height: 1;
      background-color: #0A9132;
      border: none; }
      @media all and (max-width: 640px) {
        .pageActive .pageActive-lists-link a, .pageActive .pageActive-lists-link input {
          margin-bottom: 10px;
          padding: 18px 0;
          min-width: initial;
          width: 100%;
          font-size: 13px;
          line-height: 1; } }
      .pageActive .pageActive-lists-link a.a-center, .pageActive .pageActive-lists-link input.a-center {
        margin: 0 auto;
        min-width: 120px;
        width: auto; }
    .pageActive .pageActive-lists-link input {
      margin: 0 auto;
      min-width: 120px;
      width: auto; }
.pageActive .pageActive-linkbtn {
  margin-top: 35px;
  margin-bottom: 90px;
  text-align: center; }
  .pageActive .pageActive-linkbtn a {
    display: inline-block;
    vertical-align: top;
    padding: 18px 44px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    background-color: #0A9132; }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-linkbtn a {
        padding: 19px 0;
        width: 100%;
        font-size: 13px;
        line-height: 1; } }
.pageActive .pageActive-borderbox {
  margin: 0 auto 20px;
  width: 380px;
  height: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 36px;
  color: #0A9132;
  border: 2px #0A9132 solid; }
  @media all and (max-width: 640px) {
    .pageActive .pageActive-borderbox {
      width: 100%;
      height: 35px;
      font-size: 12px;
      line-height: 31px; } }
.pageActive .pageActive-graybox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px 0;
  background-color: #EEEEEE; }
  @media all and (max-width: 640px) {
    .pageActive .pageActive-graybox {
      padding: 0 20px; } }
  .pageActive .pageActive-graybox-content {
    padding: 0 30px;
    width: 50%; }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-graybox-content {
        padding: 20px 0;
        width: 100%; } }
    .pageActive .pageActive-graybox-content:first-child {
      border-right: 2px #fff solid; }
      @media all and (max-width: 640px) {
        .pageActive .pageActive-graybox-content:first-child {
          border-bottom: 2px #fff solid;
          border-right: none; } }
  .pageActive .pageActive-graybox-title {
    font-size: 13px;
    line-height: 25px;
    text-align: center; }
  .pageActive .pageActive-graybox-excerpt {
    margin-top: 20px;
    font-size: 12px;
    line-height: 23px; }
  .pageActive .pageActive-graybox-more {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    text-align: right; }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-graybox-more {
        font-size: 14px; } }
    .pageActive .pageActive-graybox-more a {
      padding-left: 10px;
      color: #0A9132;
      background: url("../images/active/more-arrow.png") no-repeat;
      background-position: left center; }
  .pageActive .pageActive-graybox-linkbtn {
    margin-top: 10px;
    text-align: center; }
    .pageActive .pageActive-graybox-linkbtn a {
      display: inline-block;
      vertical-align: top;
      width: 140px;
      padding: 9px 0;
      color: #fff;
      font-size: 11px;
      line-height: 1;
      text-align: center;
      background-color: #0A9132; }
      @media all and (max-width: 640px) {
        .pageActive .pageActive-graybox-linkbtn a {
          padding: 19px 0;
          width: 175px;
          font-size: 13px;
          line-height: 1; } }
.pageActive .pageActive-sitelist {
  margin-top: 70px; }
  @media all and (max-width: 640px) {
    .pageActive .pageActive-sitelist {
      margin-top: 20px; } }
  .pageActive .pageActive-sitelist-item {
    text-align: center;
    margin-bottom: 10px; }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-sitelist-item {
        text-align: left; } }
  .pageActive .pageActive-sitelist li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.2; }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-sitelist li {
        width: 49%; } }
    .pageActive .pageActive-sitelist li:not(:last-child) {
      margin-right: 10px;
      padding-right: 10px; }
      @media all and (max-width: 640px) {
        .pageActive .pageActive-sitelist li:not(:last-child) {
          margin-right: 0;
          padding-right: 0; } }
      .pageActive .pageActive-sitelist li:not(:last-child):after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #000; }
        @media all and (max-width: 640px) {
          .pageActive .pageActive-sitelist li:not(:last-child):after {
            display: none; } }
    .pageActive .pageActive-sitelist li a {
      border-bottom: 1px #000 solid; }
.pageActive .pageActive-memberlist {
  margin-top: 35px;
  padding: 0 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (max-width: 640px) {
    .pageActive .pageActive-memberlist {
      padding: 0; } }
  .pageActive .pageActive-memberlist li {
    width: 280px;
    font-size: 16px;
    line-height: 27px;
    font-weight: bold; }
    @media all and (max-width: 640px) {
      .pageActive .pageActive-memberlist li {
        margin-bottom: 10px;
        width: 100%; } }
    .pageActive .pageActive-memberlist li a {
      padding: 18px 0;
      display: block;
      text-align: center;
      color: #fff;
      background-color: #0A9132; }

.pageActiveBox {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  border: 2px #0A9132 solid; }
  @media all and (max-width: 640px) {
    .pageActiveBox {
      margin: 0 12px 15px;
      padding: 20px; } }
  .pageActiveBox-titlearea {
    padding-bottom: 18px;
    color: #0A9132;
    border-bottom: 2px #0A9132 solid; }
    .pageActiveBox-titlearea:after {
      content: "";
      display: block;
      clear: both; }
    @media all and (max-width: 640px) {
      .pageActiveBox-titlearea {
        padding-bottom: 0;
        border: none; } }
    .pageActiveBox-titlearea-title {
      float: left;
      font-size: 24px;
      line-height: 32px;
      font-weight: bold; }
      @media all and (max-width: 640px) {
        .pageActiveBox-titlearea-title {
          float: none;
          font-size: 17px;
          border-bottom: 2px #0A9132 solid; } }
    .pageActiveBox-titlearea-excerpt {
      float: right;
      margin-right: 15px;
      width: 350px;
      font-size: 14px;
      line-height: 21px; }
      @media all and (max-width: 640px) {
        .pageActiveBox-titlearea-excerpt {
          margin-top: 20px;
          float: none;
          width: 100%; } }
      .pageActiveBox-titlearea-excerpt img {
        display: none; }
        @media all and (max-width: 640px) {
          .pageActiveBox-titlearea-excerpt img {
            display: inline-block;
            float: right;
            padding-left: 15px;
            width: 85px;
            height: auto; } }
  .pageActiveBox-text {
    margin-top: 28px;
    padding: 0 10px; }
    @media all and (max-width: 640px) {
      .pageActiveBox-text {
        padding: 0; } }
    .pageActiveBox-text:after {
      content: "";
      display: block;
      clear: both; }
    .pageActiveBox-text .text-green {
      color: #0A9132; }
    .pageActiveBox-text a {
      color: #0A9132;
      text-decoration: underline; }
    .pageActiveBox-text p {
      float: left;
      width: 461px;
      font-size: 13px;
      line-height: 21px; }
      @media all and (max-width: 640px) {
        .pageActiveBox-text p {
          float: none;
          width: 100%; } }
    .pageActiveBox-text img {
      float: right; }
      @media all and (max-width: 640px) {
        .pageActiveBox-text img {
          display: none; } }

.pageAbout-section {
  margin-bottom: 40px;
  padding: 40px;
  background-color: #fff; }
  @media all and (max-width: 640px) {
    .pageAbout-section {
      margin: 0 12px 20px; } }
  .pageAbout-section-top {
    margin-top: 50px;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold; }
    @media all and (max-width: 640px) {
      .pageAbout-section-top {
        margin-top: 20px;
        font-size: 14px;
        line-height: 27px; } }
    .pageAbout-section-top img {
      max-width: 100%; }
  .pageAbout-section-title {
    color: #0A9132;
    font-size: 26px;
    line-height: 40px;
    font-weight: bold; }
    @media all and (max-width: 640px) {
      .pageAbout-section-title {
        font-size: 15px;
        line-height: 20px;
        text-align: center; } }
  .pageAbout-section-excerpt {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold; }
    @media all and (max-width: 640px) {
      .pageAbout-section-excerpt {
        font-size: 13px;
        line-height: 20px; } }
    .pageAbout-section-excerpt.text-center {
      text-align: center; }
    .pageAbout-section-excerpt .text-green {
      color: #0A9132;
      font-weight: normal; }
    .pageAbout-section-excerpt .text-large {
      font-size: 30px;
      font-weight: bold; }
.pageAbout-bottomtext {
  text-align: center;
  font-size: 13px;
  line-height: 22px; }

.pageAboutBox {
  margin-bottom: 30px;
  padding: 40px;
  background-color: #fff;
  border: 2px #0A9132 solid; }
  @media all and (max-width: 640px) {
    .pageAboutBox {
      margin: 0 12px 15px;
      padding: 20px; } }
  .pageAboutBox-text {
    color: #0A9132;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold; }
    @media all and (max-width: 640px) {
      .pageAboutBox-text {
        font-size: 13px;
        line-height: 27px; } }

.pageAboutSection {
  background-color: #fff; }

.pageNgo .pageContent-inner {
  padding: 55px 55px 60px 55px; }
  @media all and (max-width: 640px) {
    .pageNgo .pageContent-inner {
      padding: 30px 12px; } }
.pageNgo .pageNgo-title {
  padding-left: 20px;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  border-left: 8px #0A9132 solid; }
  @media all and (max-width: 640px) {
    .pageNgo .pageNgo-title {
      padding-bottom: 20px;
      padding-left: 0;
      font-size: 17px;
      line-height: 30px;
      border-left: none;
      border-bottom: 2px #0A9132 solid; } }
.pageNgo .pageNgo-text {
  margin-top: 50px;
  font-size: 14px;
  line-height: 26px; }
  @media all and (max-width: 640px) {
    .pageNgo .pageNgo-text {
      margin-top: 20px;
      font-size: 14px;
      line-height: 23px; } }
.pageNgo .pageNgo-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (max-width: 640px) {
    .pageNgo .pageNgo-list {
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  .pageNgo .pageNgo-list li {
    margin-top: 40px;
    width: 255px; }
    @media all and (max-width: 640px) {
      .pageNgo .pageNgo-list li {
        margin-top: 25px;
        width: calc(50% - 15px); } }
  .pageNgo .pageNgo-list-image img {
    width: 100%;
    height: auto; }
  .pageNgo .pageNgo-list-text {
    font-size: 13px;
    line-height: 23px; }
    @media all and (max-width: 640px) {
      .pageNgo .pageNgo-list-text {
        font-size: 13px;
        line-height: 21px; } }

.pageForngoBox {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff; }
  @media all and (max-width: 640px) {
    .pageForngoBox {
      margin: 0 0 15px;
      padding: 12px;
      background: none; } }
  .pageForngoBox-titlearea {
    color: #0A9132; }
    .pageForngoBox-titlearea-title {
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding: 20px 55px;
      font-size: 18px;
      line-height: 1;
      font-weight: bold;
      border: 2px #0A9132 solid; }
      @media all and (max-width: 640px) {
        .pageForngoBox-titlearea-title {
          padding: 12px 22px;
          font-size: 14px;
          line-height: 1;
          background-color: #fff; } }
      .pageForngoBox-titlearea-title span {
        position: absolute;
        bottom: -16px;
        left: 50%;
        margin-left: -5px;
        width: 16px;
        height: 16px; }
        .pageForngoBox-titlearea-title span:before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 16px 8px 0 8px;
          border-color: #0A9132 transparent transparent transparent; }
        .pageForngoBox-titlearea-title span:after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          left: 2px;
          border-style: solid;
          border-width: 13px 6px 0 6px;
          border-color: #fff transparent transparent transparent; }
  .pageForngoBox-subtitle {
    margin-top: 40px;
    font-size: 25px;
    line-height: 40px;
    font-weight: bold; }
    @media all and (max-width: 640px) {
      .pageForngoBox-subtitle {
        margin-top: 20px;
        font-size: 17px;
        line-height: 30px; } }
  .pageForngoBox-excerpt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px; }
    @media all and (max-width: 640px) {
      .pageForngoBox-excerpt {
        margin-top: 10px;
        font-size: 14px;
        line-height: 23px; } }

.pageForngo .pageContent-inner {
  padding: 30px 30px; }
  @media all and (max-width: 640px) {
    .pageForngo .pageContent-inner {
      padding: 30px 20px; } }
.pageForngo .pageForngo-title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 2px #0A9132 solid; }
  @media all and (max-width: 640px) {
    .pageForngo .pageForngo-title {
      position: relative;
      margin-bottom: 20px;
      padding-bottom: 20px;
      color: #0A9132;
      font-size: 15px;
      line-height: 1.2;
      text-align: center;
      border: none; }
      .pageForngo .pageForngo-title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -30px;
        width: 60px;
        height: 5px;
        background-color: #0A9132; } }
.pageForngo .pageForngo-excerpt {
  margin-bottom: 60px;
  font-size: 15px;
  line-height: 28px; }
  @media all and (max-width: 640px) {
    .pageForngo .pageForngo-excerpt {
      margin-bottom: 20px;
      font-size: 13px;
      line-height: 21px; } }
.pageForngo .pageForngo-list {
  margin-bottom: 60px;
  padding: 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (max-width: 640px) {
    .pageForngo .pageForngo-list {
      margin-bottom: 30px;
      padding: 0; } }
  .pageForngo .pageForngo-list.mt60 {
    margin-top: 60px;
    margin-bottom: 30px; }
    @media all and (max-width: 640px) {
      .pageForngo .pageForngo-list.mt60 {
        margin-top: 0; } }
  .pageForngo .pageForngo-list-item {
    width: 290px; }
    .pageForngo .pageForngo-list-item.item60 {
      width: 380px; }
    .pageForngo .pageForngo-list-item.item40 {
      width: 220px; }
    @media all and (max-width: 640px) {
      .pageForngo .pageForngo-list-item {
        margin-bottom: 20px;
        width: 100%; } }
    .pageForngo .pageForngo-list-item-label {
      margin-bottom: 20px;
      text-align: center; }
      @media all and (max-width: 640px) {
        .pageForngo .pageForngo-list-item-label {
          text-align: left; } }
      .pageForngo .pageForngo-list-item-label span {
        display: inline-block;
        vertical-align: top;
        color: #0A9132;
        font-size: 15px;
        line-height: 25px;
        font-weight: bold;
        border-bottom: 2px #0A9132 solid; }
        @media all and (max-width: 640px) {
          .pageForngo .pageForngo-list-item-label span {
            color: #231815;
            border-bottom: 2px #231815 solid; } }
    .pageForngo .pageForngo-list-item-text {
      font-size: 14px;
      line-height: 25px; }
      @media all and (max-width: 640px) {
        .pageForngo .pageForngo-list-item-text {
          font-size: 13px;
          line-height: 21px; } }
    .pageForngo .pageForngo-list-item-text.adj{
      margin-bottom: 1.8em; }
      @media all and (max-width: 640px) {
        .pageForngo .pageForngo-list-item-text.adj{
          margin-bottom: 0; } }
    .pageForngo .pageForngo-list-item-linkbtn {
      margin-bottom: 20px; }
      .pageForngo .pageForngo-list-item-linkbtn a {
        display: block;
        padding: 22px 0;
        width: 100%;
        color: #fff;
        font-size: 15px;
        line-height: 1;
        font-weight: bold;
        text-align: center;
        background-color: #0A9132; }
    .pageForngo .pageForngo-list-item-link {
      margin-bottom: 10px;
      text-align: right; }
      @media all and (max-width: 640px) {
        .pageForngo .pageForngo-list-item-link {
          text-align: left; } }
      .pageForngo .pageForngo-list-item-link a {
        padding-left: 8px;
        color: #0A9132;
        font-size: 12px;
        line-height: 1;
        font-weight: bold;
        background: url("../images/ngo/link-arrow.png") no-repeat;
        background-position: left center; }
        .pageForngo .pageForngo-list-item-link a:not(:last-child) {
          margin-right: 10px; }
.pageForngo .pageForngo-graybox {
  margin: 60px 10px;
  padding: 36px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #EEEEEE;
  background-image: url("../images/ngo/graybox-arrow.png");
  background-repeat: no-repeat;
  background-position: center center; }
  @media all and (max-width: 640px) {
    .pageForngo .pageForngo-graybox {
      margin: 30px 0;
      padding: 30px 60px;
      display: block;
      background-image: url("../images/ngo/graybox-arrow-sp.png");
      background-repeat: no-repeat;
      background-position: center top 60px;
      background-size: 12px auto; } }
  .pageForngo .pageForngo-graybox-text {
    margin-right: 80px;
    padding-top: 20px;
    width: 170px;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    text-align: right; }
    @media all and (max-width: 640px) {
      .pageForngo .pageForngo-graybox-text {
        margin-bottom: 40px;
        margin-right: 0;
        padding: 0;
        width: 100%;
        text-align: center; } }
  .pageForngo .pageForngo-graybox-link {
    margin-left: 80px;
    text-align: center; }
    @media all and (max-width: 640px) {
      .pageForngo .pageForngo-graybox-link {
        margin-left: 0; } }
    .pageForngo .pageForngo-graybox-link a {
      display: block;
      padding: 20px 38px;
      color: #0A9132;
      font-size: 15px;
      line-height: 1;
      font-weight: bold;
      border: 2px #0A9132 solid;
      background-color: #fff; }
.pageForngo .pageForngo-contactlink {
  text-align: center; }
  .pageForngo .pageForngo-contactlink a {
    display: inline-block;
    vertical-align: top;
    padding: 30px 0;
    width: 300px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    background-color: #0A9132; }
    @media all and (max-width: 640px) {
      .pageForngo .pageForngo-contactlink a {
        width: 100%; } }
.pageForngo .pageForngo-contactlinktext {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
  text-align: center; }
.pageForngo .pageForngo-contentlist {
  margin-bottom: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pageForngo .pageForngo-contentlist li {
    margin-bottom: 30px;
    width: 200px; }
    @media all and (max-width: 640px) {
      .pageForngo .pageForngo-contentlist li {
        margin-bottom: 25px;
        width: calc(50% - 15px); } }
  .pageForngo .pageForngo-contentlist-image img {
    width: 100%;
    height: auto; }
  .pageForngo .pageForngo-contentlist-text {
    font-size: 13px;
    line-height: 23px;
    text-align: center; }
    @media all and (max-width: 640px) {
      .pageForngo .pageForngo-contentlist-text {
        font-size: 13px;
        line-height: 21px; } }
.pageForngo .pageForngo-greenlist {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (max-width: 640px) {
    .pageForngo .pageForngo-greenlist {
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  .pageForngo .pageForngo-greenlist li {
    margin: 0 20px 40px;
    padding: 20px;
    width: 200px;
    border: 2px #0A9132 solid; }
    @media all and (max-width: 640px) {
      .pageForngo .pageForngo-greenlist li {
        margin: 0 0 25px;
        width: calc(50% - 15px); } }
    .pageForngo .pageForngo-greenlist li a {
      display: block; }
  .pageForngo .pageForngo-greenlist-title {
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 2px #0A9132 solid; }
  .pageForngo .pageForngo-greenlist-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 23px;
    text-align: center; }
    @media all and (max-width: 640px) {
      .pageForngo .pageForngo-greenlist-text {
        font-size: 13px;
        line-height: 21px; } }

.pageDonation-topnav {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (max-width: 640px) {
    .pageDonation-topnav {
      padding: 15px;
      background-color: #fff; } }
  .pageDonation-topnav li {
    display: inline-block; }
    @media all and (max-width: 640px) {
      .pageDonation-topnav li {
        width: calc(33% - 10px); } }
    .pageDonation-topnav li a {
      display: block;
      padding: 28px 0;
      width: 220px;
      color: #fff;
      font-size: 24px;
      line-height: 1;
      font-weight: bold;
      background-color: #0A9132;
      text-align: center; }
      @media all and (max-width: 640px) {
        .pageDonation-topnav li a {
          padding: 18px 0;
          width: 100%;
          font-size: 14px;
          line-height: 1; } }
.pageDonation .pageDonation-section {
  margin-bottom: 20px;
  background-color: #fff; }
.pageDonation .pageDonation-inner {
  padding: 0 25px 25px; }
  @media all and (max-width: 640px) {
    .pageDonation .pageDonation-inner {
      padding: 0 15px 15px; } }
.pageDonation .pageDonation-titlearea {
  padding: 27px 0 27px 30px;
  background-color: #0A9132; }
  @media all and (max-width: 640px) {
    .pageDonation .pageDonation-titlearea {
      padding: 10px 0 10px 15px; } }
  .pageDonation .pageDonation-titlearea-label, .pageDonation .pageDonation-titlearea-title {
    display: inline-block;
    vertical-align: middle;
    height: 30px; }
    @media all and (max-width: 640px) {
      .pageDonation .pageDonation-titlearea-label, .pageDonation .pageDonation-titlearea-title {
        height: 16px; } }
  .pageDonation .pageDonation-titlearea-label {
    margin-right: 10px;
    padding: 0 10px;
    color: #0A9132;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 20px;
    line-height: 30px; }
    @media all and (max-width: 640px) {
      .pageDonation .pageDonation-titlearea-label {
        font-size: 10px;
        line-height: 16px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px; } }
  .pageDonation .pageDonation-titlearea-title {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold; }
    @media all and (max-width: 640px) {
      .pageDonation .pageDonation-titlearea-title {
        font-size: 16px;
        line-height: 16px; } }
.pageDonation .pageDonation-title {
  margin-top: 30px;
  color: #0A9132;
  font-size: 21px;
  line-height: 36px; }
  @media all and (max-width: 640px) {
    .pageDonation .pageDonation-title {
      font-size: 20px;
      line-height: 30px; } }
.pageDonation .pageDonation-subtitle {
  margin-top: 30px;
  position: relative; }
  .pageDonation .pageDonation-subtitle span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    color: #0A9132;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    background-color: #fff;
    z-index: 2; }
  .pageDonation .pageDonation-subtitle:before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px #0A9132 dotted; }
.pageDonation .pageDonation-subtitleblack {
  margin-top: 30px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold; }
.pageDonation-decorationtitle {
  margin-top: 30px;
  color: #0A9132;
  text-align: center; }
  .pageDonation-decorationtitle span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold; }
    .pageDonation-decorationtitle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 2px;
      height: 20px;
      background-color: #0A9132;
      transform: rotate(-30deg); }
    .pageDonation-decorationtitle span:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 2px;
      height: 20px;
      background-color: #0A9132;
      transform: rotate(30deg); }
.pageDonation .pageDonation-excerpt {
  margin-top: 30px;
  font-size: 14px;
  line-height: 32px; }
  .pageDonation .pageDonation-excerpt a {
    color: #0A9132;
    text-decoration: underline; }
.pageDonation .pageDonation-excerptsub {
  margin-top: 30px;
  font-size: 10px;
  line-height: 18px; }
  .pageDonation .pageDonation-excerptsub a {
    color: #0A9132;
    text-decoration: underline; }
.pageDonation .pageDonation-box {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (max-width: 640px) {
    .pageDonation .pageDonation-box {
      display: block; } }
  .pageDonation .pageDonation-box-item50 {
    width: calc(50% - 20px); }
    @media all and (max-width: 640px) {
      .pageDonation .pageDonation-box-item50 {
        width: 100%; } }
  .pageDonation .pageDonation-box-item60 {
    width: calc(60% - 10px); }
    @media all and (max-width: 640px) {
      .pageDonation .pageDonation-box-item60 {
        width: 100%; } }
  .pageDonation .pageDonation-box-item40 {
    width: calc(40% - 10px); }
    @media all and (max-width: 640px) {
      .pageDonation .pageDonation-box-item40 {
        width: 100%; } }
  .pageDonation .pageDonation-box-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold; }
  .pageDonation .pageDonation-box-excerpt {
    margin-top: 20px;
    font-size: 15px;
    line-height: 28px; }
  .pageDonation .pageDonation-box-excerptsub {
    margin-top: 10px;
    font-size: 12px;
    line-height: 28px; }
  .pageDonation .pageDonation-box img {
    display: block; }
    @media all and (max-width: 640px) {
      .pageDonation .pageDonation-box img {
        margin: 10px auto;
        max-width: 100%; } }
.pageDonation .pageDonation-greenbox {
  position: relative;
  margin-top: 30px;
  padding: 25px;
  border: 1px #0A9132 solid; }
  .pageDonation .pageDonation-greenbox-label {
    position: absolute;
    padding: 0 10px;
    top: -9px;
    left: 25px;
    display: inline-block;
    color: #0A9132;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    background-color: #fff; }
  .pageDonation .pageDonation-greenbox-title {
    font-size: 13px;
    line-height: 26px; }
    .pageDonation .pageDonation-greenbox-title a {
      color: #0A9132;
      text-decoration: underline; }
  .pageDonation .pageDonation-greenbox-form {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media all and (max-width: 640px) {
      .pageDonation .pageDonation-greenbox-form {
        display: block; } }
    .pageDonation .pageDonation-greenbox-form-item {
      padding: 10px;
      width: calc(50% - 10px);
      background-color: #EDEDED; }
      @media all and (max-width: 640px) {
        .pageDonation .pageDonation-greenbox-form-item {
          width: 100%; } }
      @media all and (max-width: 640px) {
        .pageDonation .pageDonation-greenbox-form-item:not(last-child) {
          margin-top: 20px; } }
    .pageDonation .pageDonation-greenbox-form-title {
      color: #0A9132;
      font-size: 16px;
      line-height: 28px;
      font-weight: bold;
      text-align: center;
      border-bottom: 1px #0A9132 solid; }
    .pageDonation .pageDonation-greenbox-form-excerpt {
      margin-top: 10px;
      font-size: 13px;
      line-height: 22px; }
    .pageDonation .pageDonation-greenbox-form-input {
      margin-top: 10px;
      font-size: 13px;
      line-height: 22px; }
      .pageDonation .pageDonation-greenbox-form-input input {
        margin: 0 10px;
        display: inline-block;
        background-color: #EDEDED; }
      .pageDonation .pageDonation-greenbox-form-input select {
        margin: 0 10px;
        display: inline-block;
        vertical-align: middle;
        width: 60%; }
    .pageDonation .pageDonation-greenbox-form-submit {
      margin-top: 10px; }
      .pageDonation .pageDonation-greenbox-form-submit input {
        border-radius: 0;
        -webkit-box-sizing: content-box;
        -webkit-appearance: button;
        appearance: button;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        padding: 0;
        width: 100%;
        height: 40px;
        color: #fff;
        font-size: 11px;
        line-height: 40px;
        font-weight: bold;
        text-align: center;
        background-color: #0A9132;
        border: none;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px; }
  .pageDonation .pageDonation-greenbox-bank {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media all and (max-width: 640px) {
      .pageDonation .pageDonation-greenbox-bank {
        display: block; } }
    .pageDonation .pageDonation-greenbox-bank-item60 {
      width: calc(60% - 10px); }
      @media all and (max-width: 640px) {
        .pageDonation .pageDonation-greenbox-bank-item60 {
          width: 100%; } }
    .pageDonation .pageDonation-greenbox-bank-item40 {
      width: calc(40% - 10px); }
      @media all and (max-width: 640px) {
        .pageDonation .pageDonation-greenbox-bank-item40 {
          margin-top: 20px;
          width: 100%; } }
  .pageDonation .pageDonation-greenbox-btn {
    margin-top: 10px; }
    .pageDonation .pageDonation-greenbox-btn a {
      display: block;
      height: 40px;
      color: #fff;
      font-size: 13px;
      line-height: 40px;
      font-weight: bold;
      text-align: center;
      background-color: #0A9132;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }
.pageDonation .pageDonation-boxgray {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (max-width: 640px) {
    .pageDonation .pageDonation-boxgray {
      display: block; } }
  .pageDonation .pageDonation-boxgray-item50 {
    padding: 14px;
    width: calc(50% - 10px);
    background-color: #EDEDED; }
    @media all and (max-width: 640px) {
      .pageDonation .pageDonation-boxgray-item50 {
        margin-bottom: 20px;
        width: 100%; } }
  .pageDonation .pageDonation-boxgray-label {
    color: #0A9132;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    background-color: #fff; }
  .pageDonation .pageDonation-boxgray-excerpt {
    margin-top: 20px;
    font-size: 15px;
    line-height: 28px; }
  .pageDonation .pageDonation-boxgray-profile {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pageDonation .pageDonation-boxgray-profile-item {
      width: calc(50% - 10px); }
      .pageDonation .pageDonation-boxgray-profile-item-job {
        font-size: 13px;
        line-height: 22px;
        font-weight: bold; }
      .pageDonation .pageDonation-boxgray-profile-item-name {
        margin-top: 20px;
        color: #0A9132;
        font-size: 18px;
        line-height: 28px;
        font-weight: bold; }
        .pageDonation .pageDonation-boxgray-profile-item-name span {
          font-size: 14px; }
.pageDonation .pageDonation-greenborderbox {
  margin-top: 30px;
  position: relative;
  padding: 40px; }
  .pageDonation .pageDonation-greenborderbox:before, .pageDonation .pageDonation-greenborderbox:after {
    content: "";
    position: absolute;
    width: 88px;
    height: 48px; }
  .pageDonation .pageDonation-greenborderbox:before {
    top: 0;
    left: 0;
    border-top: 2px #0A9132 solid;
    border-left: 2px #0A9132 solid; }
  .pageDonation .pageDonation-greenborderbox:after {
    bottom: 0;
    right: 0;
    border-bottom: 2px #0A9132 solid;
    border-right: 2px #0A9132 solid; }
  .pageDonation .pageDonation-greenborderbox-title {
    font-size: 23px;
    line-height: 38px;
    font-weight: bold; }
  .pageDonation .pageDonation-greenborderbox-excerpt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px; }
.pageDonation .pageDonation-contactbox {
  margin-top: 20px;
  text-align: center; }
  .pageDonation .pageDonation-contactbox-inner {
    display: inline-block;
    padding: 23px 40px;
    background-color: #EDEDED; }
    @media all and (max-width: 640px) {
      .pageDonation .pageDonation-contactbox-inner {
        padding: 15px; } }
  .pageDonation .pageDonation-contactbox div, .pageDonation .pageDonation-contactbox span, .pageDonation .pageDonation-contactbox p {
    display: inline-block;
    vertical-align: middle; }
  .pageDonation .pageDonation-contactbox span {
    color: #fff;
    background-color: #0A9132;
    padding: 5px 16px;
    font-size: 10px;
    line-height: 1; }
  .pageDonation .pageDonation-contactbox p {
    margin-left: 12px;
    margin-right: 10px;
    color: #0A9132;
    font-size: 17px;
    line-height: 1; }
  @media all and (max-width: 640px) {
    .pageDonation .pageDonation-contactbox div {
      display: block;
      text-align: left; }
      .pageDonation .pageDonation-contactbox div:not(:last-child) {
        margin-bottom: 20px; } }

.allsearchContent {
  position: relative;
  margin: 0 auto 50px;
  padding: 50px 50px 70px;
  background-color: #fff; }
  @media all and (max-width: 640px) {
    .allsearchContent {
      margin-bottom: 40px;
      padding: 15px 12px; } }
  .allsearchContent-title-wrap {
    position: relative; }
  .allsearchContent-title {
    padding-bottom: 10px;
    color: #0A9132;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    border-bottom: 2px #0A9132 solid; }
    @media all and (max-width: 640px) {
      .allsearchContent-title {
        font-size: 13px;
        line-height: 1; } }
  .allsearchContent-resultnum {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 20px;
    color: #BBBBBB; }
    @media all and (max-width: 640px) {
      .allsearchContent-resultnum {
        position: static;
        margin-top: 10px;
        font-size: 10px;
        line-height: 1;
        text-align: right; } }
  .allsearchContent-lists {
    padding: 50px 20px 0; }
    @media all and (max-width: 640px) {
      .allsearchContent-lists {
        padding: 60px 0 0; } }
    .allsearchContent-lists-item {
      position: relative;
      margin-bottom: 50px; }
      @media all and (max-width: 640px) {
        .allsearchContent-lists-item {
          margin-bottom: 60px; } }
      .allsearchContent-lists-item-data {
        padding-right: 130px;
        min-height: 90px; }
        @media all and (max-width: 640px) {
          .allsearchContent-lists-item-data {
            min-height: 75px; } }
        @media all and (max-width: 640px) {
          .allsearchContent-lists-item-data.no-image {
            padding-right: 0;
            width: 100%; } }
      .allsearchContent-lists-item-title {
        font-size: 19px;
        line-height: 30px; }
        @media all and (max-width: 640px) {
          .allsearchContent-lists-item-title {
            font-size: 14px;
            line-height: 22px; } }
        .allsearchContent-lists-item-title a {
          text-decoration: underline; }
      .allsearchContent-lists-item-link {
        font-size: 12px;
        line-height: 20px; }
        @media all and (max-width: 640px) {
          .allsearchContent-lists-item-link {
            font-size: 10px;
            line-height: 1; } }
        .allsearchContent-lists-item-link a {
          color: #BBBBBB; }
      .allsearchContent-lists-item-excerpt {
        font-size: 15px;
        line-height: 22px; }
        @media all and (max-width: 640px) {
          .allsearchContent-lists-item-excerpt {
            margin-top: 10px;
            font-size: 10px;
            line-height: 14px; } }
      .allsearchContent-lists-item-image {
        position: absolute;
        right: 8px;
        top: 8px;
        width: 90px;
        height: 90px;
        overflow: hidden; }
        @media all and (max-width: 640px) {
          .allsearchContent-lists-item-image {
            width: 75px;
            height: 75px; } }
        .allsearchContent-lists-item-image img {
          width: 100%;
          height: auto; }
  .allsearchContent-search {
    margin-bottom: 50px; }
    @media all and (max-width: 640px) {
      .allsearchContent-search {
        margin-bottom: 40px; } }

.pageWorld {
  background-color: #fff; }
  .pageWorld .pageWorld-inner {
    padding: 30px; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-inner {
        padding: 25px; } }
  .pageWorld .pageWorld-title {
    font-size: 28px;
    line-height: 52px;
    font-weight: bold;
    color: #251E1C; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-title {
        font-size: 16px;
        line-height: 26px; } }
  .pageWorld .pageWorld-topimage {
    margin-top: 10px; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-topimage img {
        width: 100%;
        height: auto; } }
  .pageWorld .pageWorld-excerpt {
    margin-top: 10px;
    font-size: 17px;
    line-height: 32px; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-excerpt {
        font-size: 14px;
        line-height: 21px; } }
  .pageWorld .pageWorld-list {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-list {
        display: block; } }
    .pageWorld .pageWorld-list-item {
      position: relative;
      width: 210px;
      height: 210px;
      margin: 10px 0;}
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-list-item {
          margin-bottom: 30px;
          width: 100%;
          height: auto; } }
      .pageWorld .pageWorld-list-item-inner {
        padding: 0 10px;
        height: 180px;
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        background-color: #0A9132;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center; }
        @media all and (max-width: 640px) {
          .pageWorld .pageWorld-list-item-inner {
            height: auto;
            padding: 20px; } }
        .pageWorld .pageWorld-list-item-inner-top {
          width: 100%;
          height: 100px;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          text-align: center;
          font-size: 20px;
          line-height: 28px;
          font-weight: bold; }
          @media all and (max-width: 640px) {
            .pageWorld .pageWorld-list-item-inner-top {
              display: block;
              height: auto;
              font-size: 16px;
              line-height: 19px; } }
          .pageWorld .pageWorld-list-item-inner-top p {
            font-size: 18px;
            line-height: 25px; }
            @media all and (max-width: 640px) {
              .pageWorld .pageWorld-list-item-inner-top p {
                font-size: 16px;
                line-height: 19px; } }
          .pageWorld .pageWorld-list-item-inner-top span {
            font-size: 12px;
            font-weight: normal; }
            @media all and (max-width: 640px) {
              .pageWorld .pageWorld-list-item-inner-top span {
                font-size: 10px; } }
        .pageWorld .pageWorld-list-item-inner-bottom {
          width: 100%;
          height: 66px;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          text-align: center;
          font-size: 14px;
          line-height: 22px;
          font-weight: normal; }
          @media all and (max-width: 640px) {
            .pageWorld .pageWorld-list-item-inner-bottom {
              display: block;
              margin-top: 20px;
              height: auto;
              font-size: 13px;
              line-height: 18px; } }
      .pageWorld .pageWorld-list-item a {
        display: block; }
        .pageWorld .pageWorld-list-item a:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          width: 0;
          height: 0;
          margin: auto;
          border-style: solid;
          border-width: 12px 9px 0 9px;
          border-color: #0A9132 transparent transparent transparent; }
          @media all and (max-width: 640px) {
            .pageWorld .pageWorld-list-item a:after {
              display: none; } }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-list-item {
          width: 100%; } }
  .pageWorld .pageWorld-goal {
    padding-left: 20px;
    border-width: 0 0 0 3px;
    border-style: solid;
    height: auto; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-goal {
        padding-left: 0;
        border: none; } }
    .pageWorld .pageWorld-goal:not(:last-child) {
      margin-bottom: 55px; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal:not(:last-child) {
          margin-bottom: 20px; } }
    .pageWorld .pageWorld-goal-title {
      font-size: 24px;
      line-height: 36px;
      font-weight: bold; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal-title {
          font-size: 18px;
          line-height: 28px;
          border-width: 0 0 2px 0;
          border-style: solid; }
          .pageWorld .pageWorld-goal-title:after {
            content: "";
            display: block;
            clear: both; } }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal-title span {
          display: inline-block;
          vertical-align: middle; } }
      .pageWorld .pageWorld-goal-title .label {
        padding-right: 20px;
        font-size: 17px; }
        @media all and (max-width: 640px) {
          .pageWorld .pageWorld-goal-title .label {
            padding-right: 13px;
            font-size: 13px;
            width: 70px; } }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal-title .text {
          width: calc(100% - 70px); } }
    .pageWorld .pageWorld-goal-excerpt {
      margin-top: 20px;
      font-size: 14px;
      line-height: 26px; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal-excerpt {
          font-size: 13px;
          line-height: 21px; } }
      .pageWorld .pageWorld-goal-excerpt img {
        float: right;
        margin-left: 25px;
        width: 160px;
        height: auto; }
        @media all and (max-width: 640px) {
          .pageWorld .pageWorld-goal-excerpt img {
            width: 130px;
            height: auto; } }
      .pageWorld .pageWorld-goal-excerpt:after {
        content: "";
        display: block;
        clear: both; }
    .pageWorld .pageWorld-goal.goal1 {
      border-color: #D6243B; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal1 .pageWorld-goal-title {
          border-color: #D6243B; } }
      .pageWorld .pageWorld-goal.goal1 .pageWorld-goal-title .label {
        color: #D6243B; }
    .pageWorld .pageWorld-goal.goal2 {
      border-color: #C6933D; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal2 .pageWorld-goal-title {
          border-color: #C6933D; } }
      .pageWorld .pageWorld-goal.goal2 .pageWorld-goal-title .label {
        color: #C6933D; }
    .pageWorld .pageWorld-goal.goal3 {
      border-color: #4C9038; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal3 .pageWorld-goal-title {
          border-color: #4C9038; } }
      .pageWorld .pageWorld-goal.goal3 .pageWorld-goal-title .label {
        color: #4C9038; }
    .pageWorld .pageWorld-goal.goal4 {
      border-color: #B6192D; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal4 .pageWorld-goal-title {
          border-color: #B6192D; } }
      .pageWorld .pageWorld-goal.goal4 .pageWorld-goal-title .label {
        color: #B6192D; }
    .pageWorld .pageWorld-goal.goal5 {
      border-color: #FF3A21; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal5 .pageWorld-goal-title {
          border-color: #FF3A21; } }
      .pageWorld .pageWorld-goal.goal5 .pageWorld-goal-title .label {
        color: #FF3A21; }
    .pageWorld .pageWorld-goal.goal6 {
      border-color: #26AED3; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal6 .pageWorld-goal-title {
          border-color: #26AED3; } }
      .pageWorld .pageWorld-goal.goal6 .pageWorld-goal-title .label {
        color: #26AED3; }
    .pageWorld .pageWorld-goal.goal7 {
      border-color: #EDB40C; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal7 .pageWorld-goal-title {
          border-color: #EDB40C; } }
      .pageWorld .pageWorld-goal.goal7 .pageWorld-goal-title .label {
        color: #EDB40C; }
    .pageWorld .pageWorld-goal.goal8 {
      border-color: #931942; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal8 .pageWorld-goal-title {
          border-color: #931942; } }
      .pageWorld .pageWorld-goal.goal8 .pageWorld-goal-title .label {
        color: #931942; }
    .pageWorld .pageWorld-goal.goal9 {
      border-color: #ED6826; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal9 .pageWorld-goal-title {
          border-color: #ED6826; } }
      .pageWorld .pageWorld-goal.goal9 .pageWorld-goal-title .label {
        color: #ED6826; }
    .pageWorld .pageWorld-goal.goal10 {
      border-color: #CE1367; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal10 .pageWorld-goal-title {
          border-color: #CE1367; } }
      .pageWorld .pageWorld-goal.goal10 .pageWorld-goal-title .label {
        color: #CE1367; }
    .pageWorld .pageWorld-goal.goal11 {
      border-color: #EE8E24; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal11 .pageWorld-goal-title {
          border-color: #EE8E24; } }
      .pageWorld .pageWorld-goal.goal11 .pageWorld-goal-title .label {
        color: #EE8E24; }
    .pageWorld .pageWorld-goal.goal12 {
      border-color: #B0802E; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal12 .pageWorld-goal-title {
          border-color: #B0802E; } }
      .pageWorld .pageWorld-goal.goal12 .pageWorld-goal-title .label {
        color: #B0802E; }
    .pageWorld .pageWorld-goal.goal13 {
      border-color: #3F7E43; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal13 .pageWorld-goal-title {
          border-color: #3F7E43; } }
      .pageWorld .pageWorld-goal.goal13 .pageWorld-goal-title .label {
        color: #3F7E43; }
    .pageWorld .pageWorld-goal.goal14 {
      border-color: #0A88CA; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal14 .pageWorld-goal-title {
          border-color: #0A88CA; } }
      .pageWorld .pageWorld-goal.goal14 .pageWorld-goal-title .label {
        color: #0A88CA; }
    .pageWorld .pageWorld-goal.goal15 {
      border-color: #56B12B; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal15 .pageWorld-goal-title {
          border-color: #56B12B; } }
      .pageWorld .pageWorld-goal.goal15 .pageWorld-goal-title .label {
        color: #56B12B; }
    .pageWorld .pageWorld-goal.goal16 {
      border-color: #00688E; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal16 .pageWorld-goal-title {
          border-color: #00688E; } }
      .pageWorld .pageWorld-goal.goal16 .pageWorld-goal-title .label {
        color: #00688E; }
    .pageWorld .pageWorld-goal.goal17 {
      border-color: #19486A; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-goal.goal17 .pageWorld-goal-title {
          border-color: #19486A; } }
      .pageWorld .pageWorld-goal.goal17 .pageWorld-goal-title .label {
        color: #19486A; }
  .pageWorld .pageWorld-mediaTitle {
    position: relative;
    margin-top: 50px; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-mediaTitle {
        margin-top: 25px; } }
    .pageWorld .pageWorld-mediaTitle span {
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding-right: 10px;
      font-size: 20px;
      line-height: 30px;
      height: 30px;
      color: #0A9132;
      display: inline-block;
      background-color: #fff;
      z-index: 2; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-mediaTitle span {
          padding-right: 8px;
          font-size: 15px;
          line-height: 16px; } }
    .pageWorld .pageWorld-mediaTitle:before {
      content: "";
      position: absolute;
      top: 15px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #0A9132; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-mediaTitle:before {
          top: 8px; } }
  .pageWorld .pageWorld-mediaPosts {
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-mediaPosts {
        margin-top: 25px; } }
    .pageWorld .pageWorld-mediaPosts-item {
      margin-bottom: 70px;
      width: 270px;
      height: auto; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-mediaPosts-item {
          margin-bottom: 35px;
          width: 100%; } }
      .pageWorld .pageWorld-mediaPosts-item-image {
        margin-bottom: 30px;
        min-height: 78px;
        width: 100%;
        text-align: center;
        font-size: 0; }
        @media all and (max-width: 640px) {
          .pageWorld .pageWorld-mediaPosts-item-image {
            margin-bottom: 25px;
            min-height: initial; } }
        .pageWorld .pageWorld-mediaPosts-item-image img {
          max-width: 100%; }
      .pageWorld .pageWorld-mediaPosts-item-title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px; }
        @media all and (max-width: 640px) {
          .pageWorld .pageWorld-mediaPosts-item-title {
            font-size: 14px;
            line-height: 18px; } }
        .pageWorld .pageWorld-mediaPosts-item-title span {
          font-size: 13px; }
      .pageWorld .pageWorld-mediaPosts-item-excerpt {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 16px; }
        @media all and (max-width: 640px) {
          .pageWorld .pageWorld-mediaPosts-item-excerpt {
            font-size: 11px;
            line-height: 15px; } }
      .pageWorld .pageWorld-mediaPosts-item-link a {
        color: #0A9132;
        font-size: 13px;
        line-height: 32px; }
        @media all and (max-width: 640px) {
          .pageWorld .pageWorld-mediaPosts-item-link a {
            font-size: 11px;
            line-height: 15px; } }
        .pageWorld .pageWorld-mediaPosts-item-link a:before {
          content: "▶"; }
          @media all and (max-width: 640px) {
            .pageWorld .pageWorld-mediaPosts-item-link a:before {
              content: "&gt;"; } }
  .pageWorld .pageWorld-viatitle {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-viatitle {
        font-size: 16px;
        line-height: 26px; } }
  .pageWorld .pageWorld-vialist {
    padding-left: 18px;
    list-style-type: disc; }
    .pageWorld .pageWorld-vialist li {
      margin-bottom: 15px;
      font-size: 13px;
      line-height: 15px; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-vialist li {
          font-size: 13px;
          line-height: 19px; } }
  .pageWorld .pageWorld-viatext {
    font-size: 10px;
    line-height: 13px; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-viatext {
        font-size: 11px;
        line-height: 19px; } }
  .pageWorld .pageWorld-toolTitle {
    margin-bottom: 40px;
    color: #0A9132;
    font-size: 20px;
    line-height: 32px; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-toolTitle {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 20px;
        border-bottom: 1px #0A9132 solid; } }
  .pageWorld .pageWorld-toolMaintitle {
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 73px;
    font-weight: bold; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-toolMaintitle {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 40px; } }
  .pageWorld .pageWorld-toolExcerpt {
    margin-bottom: 70px;
    font-size: 17px;
    line-height: 32px; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-toolExcerpt {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 22px; } }
  .pageWorld .pageWorld-toolBordertitle {
    margin-bottom: 30px;
    padding-left: 12px;
    color: #0A9132;
    border-left: 5px #0A9132 solid; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-toolBordertitle {
        margin-bottom: 20px;
        padding-left: 10px;
        border-right-width: 4px; } }
    .pageWorld .pageWorld-toolBordertitle .en {
      font-size: 20px;
      line-height: 1;
      font-weight: bold;
      letter-spacing: .1rem; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-toolBordertitle .en {
          font-size: 15px;
          line-height: 1; } }
    .pageWorld .pageWorld-toolBordertitle .jp {
      margin-top: 16px;
      font-size: 14px;
      line-height: 1; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-toolBordertitle .jp {
          margin-top: 13px;
          font-size: 10px;
          line-height: 1; } }
  .pageWorld .pageWorld-toolHowto {
    margin-bottom: 80px; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-toolHowto {
        margin-top: 40px;
        margin-bottom: 40px; } }
    .pageWorld .pageWorld-toolHowto-item {
      position: relative;
      margin-bottom: 15px; }
      @media all and (max-width: 640px) {
        .pageWorld .pageWorld-toolHowto-item {
          margin: 0 12px 30px; } }
      .pageWorld .pageWorld-toolHowto-item-label {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20px;
        margin: auto;
        width: 52px;
        height: 52px;
        color: #fff;
        font-size: 10px;
        line-height: 13px;
        background-color: #0A9132;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
        @media all and (max-width: 640px) {
          .pageWorld .pageWorld-toolHowto-item-label {
            top: -17px;
            bottom: auto;
            left: -17px;
            width: 34px;
            height: 34px; } }
        .pageWorld .pageWorld-toolHowto-item-label span {
          font-size: 13px; }
        .pageWorld .pageWorld-toolHowto-item-label.ws-label{
          font-size: 30px; }
      .pageWorld .pageWorld-toolHowto-item:after {
        content: "";
        display: block;
        clear: both; }
      .pageWorld .pageWorld-toolHowto-item-image {
        float: right;
        width: 536px; }
        @media all and (max-width: 640px) {
          .pageWorld .pageWorld-toolHowto-item-image {
            float: none;
            width: 100%;
            height: auto; } }
        .pageWorld .pageWorld-toolHowto-item-image img {
          width: 100%;
          height: auto; }



.wscontent .pageWorld a{
    color:#0A9132;
    text-decoration: underline;
}
.pageWorld .pageWorld-wsbox h3{
    color:#0A9132;
    font-size: 17px;
    padding-top: 10px;
    font-weight: bold;
}
.pageWorld .pageWorld-wsbox ul.card3{
    display: flex;
    padding-top: 20px;
    padding-bottom: 40px;
    }
.pageWorld .pageWorld-wsbox ul.card3 li{
    width: 210px;
    text-align: center;
    }
.pageWorld .pageWorld-wsbox ul.card3 li img{
    width: 120px;
    }
.pageWorld .pageWorld-wsbox ul.card3 li p.name{
    padding-top: 10px;
    }
.pageWorld .pageWorld-wsbox p.download{
    padding-top: 15px;
    text-align: center;
    }
.pageWorld .pageWorld-wsbox a{
    font-size: 14px;
    }
.pageWorld .pageWorld-wsbox dl{
    display: flex;
    padding-top: 20px;
    padding-bottom: 10px;
    }
.pageWorld .pageWorld-wsbox dl dt{
    margin-left: 90px;
    width: 115px;
    }
.pageWorld .pageWorld-wsbox dl dt img{
    width: 115px;
    }
.pageWorld .pageWorld-wsbox dl dd{
   margin-left: 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    }
.pageWorld .pageWorld-wsbox dl dd p{
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    font-weight: bold;
    }
.pageWorld .pageWorld-wsbox dl dd ol{
    list-style: decimal;
    list-style-position: inside;
    padding-top: 15px;
}
.pageWorld .pageWorld-wsbox dl dd ol li{
    padding-left: 30px;
    padding-bottom: 5px;
    }
.pageWorld .pageWorld-wsbox .sub{
    padding-top: 40px;
    padding-bottom: 50px;
    list-style: disc;
    padding-left: 25px;
    line-height: 1.6;
    }
.pageWorld .pageWorld-wsbox .sub li{
    padding-top: 10px;
    }
.pageWorld .pageWorld-wsbox .contactbox{
    border: 2px solid #ccc;
    text-align: center;
    padding: 20px 0;
    }
.pageWorld .pageWorld-wsbox .contactbox .contactto{
    padding-top: 10px;
    color:#0A9132;
    }

@media all and (max-width: 640px) {
.pageWorld .pageWorld-toolHowto-item-label.ws-label{
    font-size: 20px; }
.pageWorld .pageWorld-wsbox ul.card3{
    display:block;
    padding-top: 0px;
    padding-bottom: 40px;
    }
.pageWorld .pageWorld-wsbox ul.card3 li{
    width: auto;
    font-size: 14px;
    padding-top: 30px;
    }
.pageWorld .pageWorld-wsbox ul.card3 li img{
    width: 200px;
    }
.pageWorld .pageWorld-wsbox ul.card3 li p.name{
    padding-top: 10px;
    }
.pageWorld .pageWorld-wsbox p.download{
    padding-top: 10px;
    text-align: center;
    }
.pageWorld .pageWorld-wsbox a{
    font-size: 14px;
    }
.pageWorld .pageWorld-wsbox dl{
    display: block;
    padding-top: 20px;
    padding-bottom: 0px;
    }
.pageWorld .pageWorld-wsbox dl dt{
    margin-left: 0px;
    text-align: center;
    width: auto;
    }
.pageWorld .pageWorld-wsbox dl dt img{
    text-align: center;
    width: 200px;
    }
.pageWorld .pageWorld-wsbox dl dd{
   margin-left: 0px;
    border-top: none;
    border-bottom: none;
    font-size: 14px;
    }
.pageWorld .pageWorld-wsbox dl dd p{
    padding-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
    }
.pageWorld .pageWorld-wsbox dl dd ol{
    padding-top: 15px;
}
.pageWorld .pageWorld-wsbox dl dd ol li{
    padding-left: 0px;
    padding-bottom: 5px;
    }
.pageWorld .pageWorld-wsbox .sub{
    padding-top: 40px;
    padding-bottom: 50px;
    list-style: disc;
    padding-left: 25px;
    line-height: 1.6;
    }
.pageWorld .pageWorld-wsbox .sub li{
    padding-top: 10px;
    }
.pageWorld .pageWorld-wsbox .contactbox{
    padding: 20px 10px;
    font-size: 14px;
    }
.pageWorld .pageWorld-wsbox .contactbox .contactto{
    padding-top: 10px;
    font-size: 14px;
    }
}





  .pageWorld .pageWorld-toolBanners:after {
    content: "";
    display: block;
    clear: both; }
  .pageWorld .pageWorld-toolBanners-item {
    float: left;
    margin: 0 20px 25px 0;
    width: 200px;
    height: auto; }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-toolBanners-item {
        margin: 0 15px 15px 0;
        width: calc(50% - 8px); } }
    @media all and (min-width: 641px) {
      .pageWorld .pageWorld-toolBanners-item:nth-child(3n) {
        margin-right: 0; } }
    @media all and (max-width: 640px) {
      .pageWorld .pageWorld-toolBanners-item:nth-child(2n) {
        margin-right: 0; } }
    .pageWorld .pageWorld-toolBanners-item img {
      width: 100%;
      height: auto; }
.pageWorld + .pageWorld {
  margin-top: 5px; }
  @media all and (max-width: 640px) {
    .pageWorld + .pageWorld {
      margin-top: 35px; } }

.pageWorld .freeformatdownload {
    text-align: center;}
.pageWorld .freeformatdownload .pageWorld-toolBanners-item {
    float: none;
    width: auto;
    clear: both;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;}
.pageWorld .freeformatdownload .pageWorld-toolBanners-item a{
    color: #fff;
    background: #0A9132;
    padding: 13px 23px;}


/*# sourceMappingURL=style.css.map */</pre></body></html>