@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select::-ms-expand{
    display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  word-break: break-all;
  background: url("../images/img-bg-footer.png") left bottom repeat-x;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body {
    background: none;
    min-width: 320px;
  }
}
@media print {
  body {
    width: 1000px;
  }
}
.l-wrap {
  width: 1200px;
  margin: 0 auto;
}

.l-header-top {
  height: 70px;
  padding-top: 8px;
  padding-bottom: 5px;
}

.l-footer-top {
  margin-bottom: 22px;
  padding-top: 50px;
  border-bottom: 2px solid #c0c0c0;
}
.l-footer-bottom {
  padding-bottom: 40px;
}

.l-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.l-container.main-top {
  position: relative;
  min-width: 1200px;
  padding-top: 354px;
  background: url("../images/img-bg-main.jpg") center top repeat-x;
}
.l-container.main-bottom {
  padding-top: 40px;
  padding-bottom: 90px;
}
.l-container-full.breadcrumbBox {
  height: 118px;
  background: url("../images/img-bg-breadcrumb.png") center top repeat-x;
}
.l-container.contents {
  padding-top: 50px;
  padding-bottom: 90px;
}
.l-container-left.large {
  width: calc(100% - 240px);
}
.l-container-left.side {
  width: 260px;
  padding-right: 50px;
}
.l-container-right.small {
  width: 240px;
  padding-left: 30px;
}
.l-container-right.content {
  width: calc(100% - 260px);
}

.l-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.l-box.header-sub .l-box-left {
  margin-right: 16px;
}
.l-box.header-sub .l-box-right {
  padding-top: 7px;
}
.l-box.header-sub .l-box-right-top {
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .l-wrap {
    width: 100%;
  }

  .l-header-top {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    border-top: 2px solid #b7e6ac;
  }

  .l-footer-top {
    margin-bottom: 0;
    padding-top: 0;
    border-bottom: none;
  }
  .l-footer-bottom {
    padding-bottom: 0;
  }

  .l-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .l-container.header-top {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .l-container.main-top {
    min-width: 100%;
    padding-top: 38.7775%;
    background: url("../images/img-bg-main.jpg") center top repeat-x;
    background-size: contain;
  }
  .l-container.main-bottom {
    padding-top: 15px;
    padding-bottom: 35px;
  }
  .l-container-full.breadcrumbBox {
    display: none;
  }
  .l-container.contents {
    padding: 15px;
    border-top: 2px solid #a5e197;
  }
  .l-container-left.large {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-container-left.side {
    display: none;
    width: 100%;
    padding-right: 0;
  }
  .l-container-right.small {
    width: 100%;
    padding-left: 55px;
    padding-right: 55px;
  }
  .l-container-right.content {
    width: 100%;
  }

  .l-box.header-sub .l-box-left {
    display: none;
  }
  .l-box.header-sub .l-box-right {
    padding-top: 0;
  }
  .l-box.header-sub .l-box-right-top {
    display: none;
  }
}
@media print {
  .l-wrap {
    width: 1000px;
  }

  .l-container.main-top {
    width: 1000px;
    min-width: 1000px;
  }
}
.header-logo__link {
  display: -ms-flexbox;
  display: flex;
}
.header-logo--pc {
  width: 345px;
  height: 57px;
}

.news-list__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 3px solid #999999;
}
.news-list__heading__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 30px;
}
.news-list__heading__title__comment{
  display: inline-block;
  margin-left:10px;
  margin-top:6px;
  font-size:1.2rem;
}
.news-list__heading__link {
  font-size: 1.1rem;
}
.news-list__heading__link a {
  position: relative;
  padding-right: 12px;
}
.news-list__heading__link a:before, .news-list__heading__link a:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 6px;
  height: 1px;
  background-color: #000000;
}
.news-list__heading__link a:before {
  top: 6px;
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
}
.news-list__heading__link a:after {
  top: 9px;
  -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
}
.news-list__heading__link a:before {
  right: 0;
}
.news-list__heading__link a:after {
  right: 0;
}
.news-list__heading__tabbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.news-list__heading__tabbox__items {
  border-bottom: 3px solid transparent;
}
.news-list__heading__tabbox__items a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 30px;
  min-width: 132px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(to bottom, #b8b8b8, #9a9a9a);
  color: #ffffff;
  font-size: 1.2rem;
}


/*

.news-list__heading__tabbox__items:hover, .news-list__heading__tabbox__items.current {
  border-bottom-color: #9a9a9a;
}
*/


/*カレント*/
.news-list__heading__tabbox__items:hover, .news-list__heading__tabbox__items.current {
  border-bottom-color: #55a373;

}

.news-list__heading__tabbox__items:hover a, .news-list__heading__tabbox__items.current a {
	  background: linear-gradient(to bottom, #9BDB8C, #55a373);
}








.news-list__heading__tabbox__items + .news-list__heading__tabbox__items {
  margin-left: 2px;
}
.news-list__body__itembox__items {
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #808080;
}
.news-list__body__itembox__items__heading {
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  width: 270px;
}
.news-list__body__itembox__items__heading__cate {
  width: 130px;
  line-height: 20px;
  background-color: #55a373;
  color: #ffffff;
  font-size: 1.3rem;
  padding-left: 2px;
  padding-right: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.news-list__body__itembox__items__heading__date {
  width: 140px;
  display: -ms-flexbox;
  display: flex;
}
.news-list__body__itembox__items__body {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
}
.news-list__body__itembox__items__body a:hover {
  text-decoration: underline;
}

.news-list.top_news .news-list__body__itembox__items{
  display:none;
}

.items-list__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 3px solid #999999;
}
.items-list__heading__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 30px;
}
.items-list__heading__link {
  font-size: 1.1rem;
}
.items-list__heading__link a {
  position: relative;
  padding-right: 12px;
}
.items-list__heading__link a:before, .items-list__heading__link a:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 6px;
  height: 1px;
  background-color: #000000;
}
.items-list__heading__link a:before {
  top: 6px;
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
}
.items-list__heading__link a:after {
  top: 9px;
  -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
}
.items-list__heading__link a:before {
  right: 0;
}
.items-list__heading__link a:after {
  right: 0;
}
.items-list__heading__tabbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 10px;
}
.items-list__heading__tabbox__items {
  border-bottom: 3px solid transparent;
}
.items-list__heading__tabbox__items a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 30px;
  min-width: 132px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(to bottom, #b8b8b8, #9a9a9a);
  color: #ffffff;
  font-size: 1.2rem;
}
.items-list__heading__tabbox__items:hover, .items-list__heading__tabbox__items.current {
  border-bottom-color: #9a9a9a;
}
.items-list__heading__tabbox__items + .news-list__heading__tabbox__items {
  margin-left: 2px;
}
.items-list__body__itembox__items {
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #808080;
}
.items-list__body__itembox__items__heading {
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}
.items-list__body__itembox__items__heading__catewrap{

}
.items-list__body__itembox__items__heading__cate {
  width: 140px;
  line-height: 20px;
  background-color: #55a373;
  color: #ffffff;
  font-size: 1.3rem;
  padding-left: 2px;
  padding-right: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.items-list__body__itembox__items__heading__cate + .items-list__body__itembox__items__heading__cate{
  margin-top:5px;
}
.items-list__body__itembox__items__heading__date {
  width: 130px;
  display: -ms-flexbox;
  display: flex;
}
.items-list__body__itembox__items__body {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
}
.items-list__body__itembox__items__body a:hover {
  text-decoration: underline;
}
.items-list__body__itembox__items__body__state--start{
  margin-right:3px;
  padding:3px;
  color:#2196f3;
  border:1px solid #2196f3;
  text-align: center;
  min-width: 64px;
  display: inline-table;
}
.items-list__body__itembox__items__body__state--end{
  margin-right:8px;
  padding:2px;
  color:#ff0000;
  border:1px solid #ff0000;
  text-align: center;
  min-width: 64px;
  display: inline-table;
  line-height: 1;
}
.items-list__body__itembox__items__body__state {
  width: 70px;
  padding-right:10px;
}
.items-list__body__itembox__items__body__state .items-list__body__itembox__items__body__state--start{
  display: inline-block;
  width: 100%;
  margin-right:0;
  padding:3px;
  color:#2196f3;
  border:1px solid #2196f3;
  line-height: 1;
  font-size: 1.3rem;
  text-align:center;
}
.items-list__body__itembox__items__body__state .items-list__body__itembox__items__body__state--end{
  display: inline-block;
  width: 100%;
  margin-right:0;
  padding:3px;
  color:#ff0000;
  border:1px solid #ff0000;
  line-height: 1;
  font-size: 1.3rem;
  text-align:center;
}
.items-list__body__itembox__items__body__title{
  width: calc(100% - 70px);
}
.items-list.info .items-list__body__itembox__items__heading__date{
  width: 120px;
  margin-left:10px;
}
.info-search__body.info .items-list__body__itembox__items__heading__date{
  width: 120px;
  margin-left:10px;
}
.items-list__body__itembox__items__body__startday{
  margin-left:10px;
  font-size: 1.2rem;
}

.newsdetail-heading {
  margin-bottom: 30px;
}
.newsdetail-heading__title {
  position: relative;
  background: url("../images/img-heading03.png");
  color: #00731e;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 25px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 5px solid #a2cce1;
}
.newsdetail-heading__title:before {
  position: absolute;
  content: "";
  width: 27px;
  height: 51px;
  left: -27px;
  bottom: -5px;
  background: url("../images/img-heading02.png") no-repeat;
}
.newsdetail-heading__info {
  padding-top:5px;
  padding-bottom:5px;
  margin-bottom: 10px;
  text-align: right;
  color: #000000;
}
.newsdetail-heading__info__state--start {
  margin-right:10px;
  padding:3px;
  border:1px solid #2196f3;
  color:#2196f3;
}
.newsdetail-heading__info__state--end {
  margin-right:10px;
  padding:3px;
  border:1px solid #ff0000;
  color:#ff0000;
}
.newsdetail-heading__info__state{
  width: 70px;
  padding-right:10px;
}
.newsdetail-heading__info__state .newsdetail-heading__info__state--recruitment{
  display: inline-block;
  width: 100%;
  margin-right:0;
  padding:3px;
  border:1px solid #ff8c00;
  color:#ff8c00;
  line-height: 1;
  font-size: 1.3rem;
  text-align: center;
}

.newsdetail-heading__info__state--recruitment{
  margin-right:10px;
  padding:3px;
  border:1px solid #ff8c00;
  color:#ff8c00;
  text-align: center;
  min-width: 64px;
  display: inline-table;
}
.newsdetail-heading__info__date {

}
.backpage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 10px;
}
.backpage__item {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 20px;
  background-color: #2d9656;
  color: #ffffff;
}
.backpage__item:hover {
  background-color: #ffffff;
  color: #2d9656;
}
.backpage__item:hover:after {
  border-left: 9px solid #2d9656;
}
.backpage__item:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  top: 8px;
  right: 0;
  border: 6px solid transparent;
  border-left: 9px solid #ffffff;
}

.banner-list__body__itembox__items > a, .banner-list__body__itembox__items > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #dddddd;
}
.banner-list__body__itembox__items > a img, .banner-list__body__itembox__items > span img {
  width: 100%;
  height: auto;
}
.banner-list__body__itembox__items + .banner-list__body__itembox__items {
  margin-top: 5px;
}

.publication-list__itembox__items {
  display: -ms-flexbox;
  display: flex;
}
.publication-list__itembox__items__wrap {
  padding: 30px 20px;
  border-bottom: 1px dashed #ccc;
}
.publication-list__itembox__items__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 300px;
  height: 210px;
  padding: 20px;
  border: 1px solid #ccc;
}
.publication-list__itembox__items__heading img {
  max-width: 100%;
  max-height: 100%;
}
.publication-list__itembox__items__body {
  -ms-flex: 1;
      flex: 1;
  padding-left: 20px;
}
.publication-list__itembox__items__body__heading {
  margin-bottom: 20px;
}
.publication-list__itembox__items__body__heading__top {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 35px;
  border-bottom: 1px solid #7dc0e1;
  background: url("../images/img-heading04.png") left center no-repeat;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.publication-list__itembox__items__body__heading__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-top: 2px;
  padding-bottom: 2px;
}
.publication-list__itembox__items__body__heading__bottom span {
  display: inline-block;
  width: 70px;
  border: 1px solid #2196f3;
  padding: 3px;
  color: #2196f3;
  text-align: center;
}
.publication-list__itembox__items__body__heading__bottom span.soldout {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.publication-list__itembox__items__body__heading__bottom span.scheduled {
  border: 1px solid #ff8c00;
  color: #ff8c00;
}
.publication-list__itembox__items__body__comment {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}
.publication-list__itembox__items__body__comment:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 4px;
  border-radius: 50%;
  background-color: #81bf73;
}
.publication-list__itembox__items__body table {
  width: 100%;
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
}
.publication-list__itembox__items__body table tr th {
  width: 140px;
  padding: 5px;
  border: 1px solid #d5d5d5;
  background-color: #ecffee;
  vertical-align: middle;
  text-align: center;
  min-width: 100px;
  letter-spacing: 0.4em;
}
.publication-list__itembox__items__body table tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 5px;
  border: 1px solid #d5d5d5;
}
.publication-list__itembox__items__order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.publication-list__itembox__items__order__item {
  width: 200px;
  padding: 14px 20px;
  background-color: #2d9656;
  color: white;
  text-align: center;
  border-radius: 5px;
  font-size: 2.0rem;
  font-size: 20px;
}
.publication-list__itembox__items__order__item:visited {
  color: white;
}

.pagination {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.pagination .page-numbers {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #2d9656;
  padding: 5px;
  width: auto;
  min-width: 30px;
  height: 30px;
  text-align: center;
  font-size: 1.3rem;
  white-space: nowrap;
}
.pagination .page-numbers:hover {
  color: #ffffff;
  background-color: #2d9656;
}
.pagination .page-numbers.prev {
  width: 70px;
  padding-left: 10px;
}
.pagination .page-numbers.prev:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  top: 8px;
  left: 0;
  border: 6px solid transparent;
  border-right: 9px solid #2d9656;
}
.pagination .page-numbers.prev:hover:before {
  border-right-color: #ffffff;
}
.pagination .page-numbers.next {
  width: 70px;
}
.pagination .page-numbers.next:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  top: 8px;
  right: 0;
  border: 6px solid transparent;
  border-left: 9px solid #2d9656;
}
.pagination .page-numbers.next:hover:before {
  border-left-color: #ffffff;
}
.pagination .page-numbers.current {
  color: #ffffff;
  background-color: #2d9656;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 10px;
}

.search-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 25px;
  width: 305px;
}
.breadcrumb {
  padding-top: 17px;
  padding-bottom: 17px;
}
.breadcrumb__itembox:before, .breadcrumb__itembox:after {
  content: " ";
  display: table;
}
.breadcrumb__itembox:after {
  clear: both;
}
.breadcrumb__itembox__items {
  position: relative;
  float: left;
  padding-left: 20px;
  color: #000;
  font-size: 12px;
}
.breadcrumb__itembox__items:before {
  position: absolute;
  content: ">";
  top: -1px;
  left: 8px;
  color: #000;
  font-weight: normal;
}
.breadcrumb__itembox__items:first-child:before {
  content: none;
}
.breadcrumb__itembox__items.current {
  color: #000;
}
.breadcrumb__itembox__items a {
  color: #000;
}
.breadcrumb__itembox__items a:hover {
  text-decoration: underline;
}
.breadcrumb__itembox__items a:visited {
  color: #000;
}
.breadcrumb__itembox__items:first-child {
  padding-left: 5px;
}

.spnav-btn {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #a5e097;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.spnav-btn.menuOn .spnav-btn__item {
  background: rgba(111, 111, 111, 0);
}
.spnav-btn.menuOn .spnav-btn__item:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  bottom: 0px;
}
.spnav-btn.menuOn .spnav-btn__item:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 0px;
}
.spnav-btn .spnav-btn__item {
  display: block;
  position: absolute;
  width: 28px;
  height: 6px;
  right: 6px;
  margin-top: -3px;
  border-radius: 5px;
  background: white;
  top: 50%;
  opacity: 1;
  transition: all .1s ease-in-out;
}
.spnav-btn .spnav-btn__item:before, .spnav-btn .spnav-btn__item:after {
  position: absolute;
  display: block;
  content: "";
  width: 28px;
  height: 6px;
  border-radius: 5px;
  background: white;
  transition: all .1s ease-in-out;
}
.spnav-btn .spnav-btn__item:before {
  bottom: 10px;
}
.spnav-btn .spnav-btn__item:after {
  top: 10px;
}

.footer-misc {
  text-align: center;
}
.footer-misc__name {
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-misc__name__logo {
  display: none;
}
.footer-misc__copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.2rem;
}
.footer-misc__copyright .footer-misc__copyright__addr {
  margin-right: 15px;
}
.footer-misc__copyright .footer-misc__copyright__copy {
  font-size: 1rem;
}

#goto-top {
  position: fixed;
  display: none;
  z-index: 99;
}
#goto-top a {
  display: block;
  width: 37px;
  height: 56px;
  background: url(../images/icon-pagetop.png) center center no-repeat;
  background-size: 37px 56px;
}

.login-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 170px;
  height: 41px;
  border: 1px solid #a5e097;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: linear-gradient(to bottom, #b4f4a5, #a5e197);
}
.login-btn--sp {
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 290px;
  height: 38px;
  margin: 0 auto 20px;
  border: 1px solid #a5e097;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: linear-gradient(to bottom, #b4f4a5, #a5e197);
}

.content-list__items {
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dashed #81bf73;
  border-bottom: 1px dashed #81bf73;
}
.content-list__items__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 250px;
  height: 110px;
  border: 3px solid #a5c3ad;
  border-radius: 10px;
  background: linear-gradient(to bottom, #338849 0%, #30b051 45%, #30b051 55%, #338849 100%);
  margin-right: 28px;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 0 #3c824e, -1px 1px 0 #3c824e, 1px -1px 0 #3c824e, -1px -1px 0 #3c824e, 0px 1px 0 #3c824e, 0px -1px 0 #3c824e, -1px 0px 0 #3c824e, 1px 0px 0 #3c824e, 0px 2px 0 #3c824e, 0px -2px 0 #3c824e, 1px 2px 0 #3c824e, -1px 2px 0 #3c824e, 1px -2px 0 #3c824e, -1px -2px 0 #3c824e, 2px 1px 0 #3c824e, -2px 1px 0 #3c824e, 2px -1px 0 #3c824e, -2px -1px 0 #3c824e;
}
.content-list__items__body {
  -ms-flex: 1;
      flex: 1;
}
.content-list__items__body__content {
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: 1.3rem;
}
.content-list__items__body__link {
  margin-top: 20px;
}
.content-list__items__body__link a[href$=".pdf"] {
  position: relative;
  display: inline-block;
  margin-right: 34px;
  margin-left: 4px;
  line-height: 24px;
  color: #000000;
  background-size: 24px 24px;
  border-bottom: 1px solid #81bf73;
}
.content-list__items__body__link a[href$=".pdf"]:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icon-pdf.png) center center no-repeat;
}

.imagesbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
}
.imagesbox__items {
  -ms-flex: 1;
      flex: 1;
}
.imagesbox__items__image {
  font-size: 0;
}
.imagesbox__items__image img {
  width: 100%;
  height: auto;
}
.imagesbox__items__caption {
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.3rem;
}
.imagesbox__items + .imagesbox__items {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .header-logo--pc {
    width: 230px;
    height: 38px;
  }

  .news-list__heading {
    border-bottom: none;
    margin-bottom: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-list__heading__title {
    -ms-flex-order: 1;
        order: 1;
    width: 85%;
  }
  .news-list__heading__title__comment{
    font-size:1.1rem;
    margin-left:5px;
  }
  .news-list__heading__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-order: 2;
        order: 2;
    width: 15%;
  }
  .news-list__heading__tabbox {
    -ms-flex-order: 3;
        order: 3;
    background-color: #c7c7c7;
    margin-left: 0;
    margin-bottom: 5px;
    padding: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-list__heading__tabbox__items {
    border-bottom: none;
    margin-bottom: 3px;
    padding: 2px;
    width: 50%;
  }
  .news-list__heading__tabbox__items a {
    height: 38px;
    border-radius: 0;
    font-size: 1.4rem;
    padding-left: 5px;
    padding-right: 5px;
  }
  .news-list__heading__tabbox__items + .news-list__heading__tabbox__items {
    margin-left: 0;
  }
  /*.news-list__heading__tabbox__items:nth-last-of-type(1) {
    width: 100%;
  }*/
  .news-list__body__itembox__items {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .news-list__body__itembox__items__heading {
    padding: 6px;
    margin-right: 0;
    width: 100%;
    background-color: initial;
    border-top: 1px dashed #c7c7c7;
    border-bottom: 1px dashed #c7c7c7;
  }
  .news-list__body__itembox__items__body {
    padding: 8px;
  }

  .items-list__heading {
    border-bottom: none;
    margin-bottom: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .items-list__heading__title {
    -ms-flex-order: 1;
        order: 1;
    width: 50%;
  }
  .items-list__heading__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-order: 2;
        order: 2;
    width: 50%;
  }
  .items-list__heading__tabbox {
    -ms-flex-order: 3;
        order: 3;
    background-color: #c7c7c7;
    margin-left: 0;
    margin-bottom: 5px;
    padding: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .items-list__heading__tabbox__items {
    border-bottom: none;
    margin-bottom: 3px;
    padding: 2px;
    width: 50%;
  }
  .items-list__heading__tabbox__items a {
    height: 38px;
    border-radius: 0;
    font-size: 1.4rem;
  }
  .items-list__heading__tabbox__items + .news-list__heading__tabbox__items {
    margin-left: 0;
  }
  .items-list__heading__tabbox__items:nth-last-of-type(1) {
    width: 100%;
  }
  .items-list__body__itembox__items {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .items-list__body__itembox__items__heading {
    padding: 6px;
    margin-right: 0;
    width: 100%;
    background-color: initial;
    border-top: 1px dashed #c7c7c7;
    border-bottom: 1px dashed #c7c7c7;
  }
  .items-list__body__itembox__items__body {
    padding: 8px;
  }
  .banner-list {
    margin: 0 auto;
  }
  .banner-list__body__itembox__items + .banner-list__body__itembox__items {
    margin-top: 10px;
  }

  .publication-list__itembox__items {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .publication-list__itembox__items__wrap {
    padding: 15px 10px;
  }
  .publication-list__itembox__items__heading {
    width: 100%;
    margin-bottom: 20px;
  }
  .publication-list__itembox__items__body {
    padding-left: 0;
  }
  .publication-list__itembox__items__body__heading__top {
    font-size: 1.6rem;
  }
  .publication-list__itembox__items__body table tr th {
    width: 100px;
  }
  .publication-list__itembox__items__order {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .spnav-btn {
    display: block;
  }

  .footer-misc {
    border-top: 2px solid #b7e6ac;
    border-bottom: 2px solid #b7e6ac;
  }
  .footer-misc__name {
    display: none;
  }
  .footer-misc__name__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 8px;
    border-bottom: 2px solid #b7e6ac;
  }
  .footer-misc__name__logo img {
    max-width: 230px;
  }
  .footer-misc__copyright {
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #f0f0f0;
  }
  .footer-misc__copyright .footer-misc__copyright__addr {
    display: none;
  }
  .footer-misc__copyright .footer-misc__copyright__copy {
    padding: 8px;
    text-align: center;
    font-size: 0.9rem;
  }

  .login-btn--sp {
    display: -ms-flexbox;
    display: flex;
  }

  .content-list__items {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .content-list__items__heading {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
  }

  .imagesbox {
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 100%;
  }
  .imagesbox__items {
    width: 100%;
  }
  .imagesbox__items + .imagesbox__items {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media print {
  .news-list__heading__tabbox__items a {
    min-width: 92px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .items-list__heading__tabbox__items a {
    min-width: 92px;
    padding-left: 5px;
    padding-right: 5px;
  }

  #goto-top {
    display: none !important;
  }
}
.global-nav__head {
  height: 6px;
  border-top: 1px solid #b0b0b0;
  background-color: #ebebeb;
}
.global-nav__body {
  height: 52px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background: linear-gradient(to bottom, #ffffff, #fafafa);
}
.global-nav__body__itembox {
  width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.global-nav__body__itembox__items {
  position: relative;
  height: 50px;
  -ms-flex: 1;
      flex: 1;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #e2e2e2;
}
.global-nav__body__itembox__items > a, .global-nav__body__itembox__items > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.global-nav__body__itembox__items.current:before, .global-nav__body__itembox__items:hover:before {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: 5px;
  top: -6px;
  background-color: #a5e097;
  animation: fadeIn 0.3s ease-in-out;
}
.global-nav__body__itembox__items:hover .global-nav__subitembox {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
.global-nav__subitembox {
  display: none;
  position: absolute;
  left: 0;
  width: 150%;
  padding-top: 3px;
  z-index: 90;
}
.global-nav__subitembox__items {
  background-color: #a5e097;
}
.global-nav__subitembox__items a {
  display: block;
  padding: 8px;
  color: rgba(0, 0, 0, 0.8);
}
.global-nav__subitembox__items + .global-nav__subitembox__items {
  border-top: 1px solid #ffffff;
}

.sub-nav__itembox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.sub-nav__itembox__items {
  position: relative;
  padding-left: 13px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.sub-nav__itembox__items:before {
  position: absolute;
  content: ":";
  left: 0;
  top: -1px;
  font-weight: bold;
}
.sub-nav__itembox__items:nth-last-child(1) {
  padding-right: 13px;
}
.sub-nav__itembox__items:nth-last-child(1):after {
  position: absolute;
  content: ":";
  right: -2px;
  top: -1px;
  font-weight: bold;
}
.sub-nav__itembox__items + .sub-nav__itembox__items {
  margin-left: 11px;
}

/*2019-04-05*/
/*ヘッダーから追加した個人情報保護方針を削除*/
.sub-nav__itembox__items:nth-child(3){
/*color: #FE0004;*/
display: none;
}








.footer-nav {
  display: -ms-flexbox;
  display: flex;
}
.footer-nav__linkbox {
  -ms-flex: 1;
      flex: 1;
  border-left: 2px solid #c0c0c0;
  padding-left: 10px;
}
.footer-nav__linkbox__items {
  position: relative;
  margin-bottom: 20px;
}
.footer-nav__linkbox__items__heading {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 1.3rem;
}
.footer-nav__linkbox__items__heading:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  top: 4px;
  left: -8px;
  border: 4px solid transparent;
  border-left: 7px solid #2d9656;
}
.footer-nav__linkbox__items__list {
  font-size: 1.2rem;
}
.footer-nav__linkbox__items__list__item {
  position: relative;
  padding-left: 10px;
}
.footer-nav__linkbox__items__list__item:before, .footer-nav__linkbox__items__list__item:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 1px;
  background-color: #000000;
}
.footer-nav__linkbox__items__list__item:before {
  top: 5px;
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
}
.footer-nav__linkbox__items__list__item:after {
  top: 9px;
  -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
}
.footer-nav__linkbox__items__list__item:before {
  left: 0;
}
.footer-nav__linkbox__items__list__item:after {
  left: 0;
}

.sp-nav {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 320px;
  border-bottom: 5px solid #c5f1ba;
  background-color: #ffffff;
  z-index: 110;
  top: 55px;
  left: 0;
}
.sp-nav__search {
  position: relative;
  height: 38px;
  border-top: 2px solid #a5e097;
  border-bottom: 2px solid #a5e097;
  padding-left:13px;
  padding-right:13px;
}
.sp-nav__cate {
  padding: 8px 13px;
  background-color: #c5f1ba;
}
.sp-nav__cate__itembox__items {
  position: relative;
}
.sp-nav__cate__itembox__items__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 38px;
  padding-right: 38px;
  padding-left: 38px;
  border: 1px solid #91c885;
  background: url("../images/img-bg-spbtn.jpg") left top;
  background-size: 8px 38px;
  font-size: 1.5rem;
}
.sp-nav__cate__itembox__items__arrow--slide {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("../images/img-arrow01.png") center center no-repeat;
  background-size: 18px 12px;
  transition: all 0.3s;
}
.sp-nav__cate__itembox__items__arrow--slide.active {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.sp-nav__cate__itembox__items__arrow--link {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("../images/img-arrow02.png") center center no-repeat;
  background-size: 14px 15px;
  z-index: 10;
}
.sp-nav__cate__itembox__items + .sp-nav__cate__itembox__items {
  margin-top: 3px;
}
.sp-nav__links__itembox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp-nav__links__itembox__items {
  width: 50%;
  padding-left: 13px;
  padding-right: 13px;
  border-bottom: 1px solid #b5b5b5;
}
.sp-nav__links__itembox__items > a, .sp-nav__links__itembox__items > span {
  display: block;
  position: relative;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.3rem;
}
.sp-nav__links__itembox__items > a:before, .sp-nav__links__itembox__items > span:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  top: 10px;
  left: 0;
  border: 4px solid transparent;
  border-left: 7px solid #84a578;
}
.sp-nav__links__itembox__items:nth-last-of-type(1) {
  width: 100%;
}
.sp-nav__login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 290px;
  height: 38px;
  margin: 10px auto 10px;
  border: 1px solid #a5e097;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: linear-gradient(to bottom, #b4f4a5, #a5e197);
}
.sp-nav__subitembox {
  display: none;
}
.sp-nav__subitembox__items {
  border: 1px solid #91c885;
  background-color: #deffd6;
  font-size: 1.5rem;
}
.sp-nav__subitembox__items__link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 38px;
  padding-left: 38px;
}
.sp-nav__subitembox__items__link.hasChild {
  padding-right: 38px;
}
.sp-nav__subitembox__items__arrow--slide {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("../images/img-arrow03.png") center center no-repeat;
  background-size: 18px 12px;
  z-index: 10;
  transition: all 0.3s;
}
.sp-nav__subitembox__items__arrow--slide.active {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.sp-nav__lastsubitembox {
  display: none;
  border-top: 2px solid #ccc;
}
.sp-nav__lastsubitembox__items {
  border-bottom: 1px solid #ccc;
}
.sp-nav__lastsubitembox__items__link {
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -ms-flex-align: center;
      align-items: center;
  min-height: 38px;
  padding-right: 38px;
  background-color: #ffffff;
}

.side-nav {
  margin-bottom: 30px;
}
.side-nav__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  margin-bottom: 2px;
  font-size: 1.5rem;
  color: #ffffff;
  background: url("../images/img-bg-sidenav.gif");
  letter-spacing: 0.2em;
}
.side-nav__body__itembox__items,
.members_zenkoku_side_nav li{
  margin-bottom: 2px;
  position: relative;
}
.side-nav__body__itembox__items.current .side-nav__body__itembox__items__link,
.members_zenkoku_side_nav li.menu-item-object-members_zenkoku a{
  background-color: #E0E0E0;
}
.side-nav__body__itembox__items.current .side-nav__body__itembox__items__subnav{
  display: block;
}
.side-nav__body__itembox__items__link,
.members_zenkoku_side_nav li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 36px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 4px;
  background-color: #f1f1f1;
}
.side-nav__body__itembox__items__link.hasChild {
  padding-right: 36px;
}
.side-nav__body__itembox__items__slide {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../images/img-arrow03.png") center center no-repeat;
  background-size: 18px 12px;
  z-index: 10;
  transition: all 0.3s;
}
.side-nav__body__itembox__items__slide.active {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.side-nav__body__itembox__items__subnav {
  display: none;
  background-color: #ffffff;
}
.side-nav__body__itembox__items__subnav li {
  border-left: 1px dotted #c0c0c0;
  border-right: 1px dotted #c0c0c0;
  border-bottom: 1px dotted #c0c0c0;
}
.side-nav__body__itembox__items__subnav li.current a{
  background-color: #f5f5f5;
}
.side-nav__body__itembox__items__subnav li > a, .side-nav__body__itembox__items__subnav li > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 36px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 4px;
}

@media screen and (max-width: 767px) {
  .global-nav {
    display: none;
  }

  .footer-nav {
    display: none;
  }

  .sub-nav {
    display: none;
  }
}
@media print {
  .global-nav__body__itembox {
    width: 1000px;
  }
}
.error-message--line {
  position: relative;
  margin-top: 5px;
  color: #ff0000;
}

.btn-area {
  padding-top: 20px;
  padding-bottom: 20px;
}
.btn-area__btnbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-area__btnbox__items input,
.btn-area__btnbox__items a {
  -webkit-appearance: none;
  border: none;
  padding: 15px;
  width: 150px;
  font-size: 1.4rem;
  color: #ffffff;
  transition: all .3s;
}
.btn-area__btnbox__items--confirm {
  background-color: rgba(45, 150, 86, 0.6);
}
.btn-area__btnbox__items--confirm:hover {
  background-color: #2d9656;
}
.btn-area__btnbox__items--cancel {
  background-color: rgba(176, 176, 176, 0.6);
}
.btn-area__btnbox__items--cancel:hover {
  background-color: #b0b0b0;
}
.btn-area__btnbox__items + .btn-area__btnbox__items {
  margin-left: 40px;
}

.contact-heading {
  padding-left: 20px;
  padding-right: 20px;
}
.contact-heading--notice {
  color: #ff0000;
}
.contact-heading p {
  margin-bottom: 5px;
}

.table-contact {
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.table-contact table {
  width: 100%;
  border: 1px solid #c0c0c0;
}
.table-contact table tr th {
  width: 30%;
  padding: 15px;
  border: 1px solid #c0c0c0;
  background-color: rgba(197, 241, 186, 0.3);
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
}
.table-contact table tr th .item-heading--narrow {
  letter-spacing: 1em;
}
.table-contact table tr td {
  width: 70%;
  padding: 15px;
  border: 1px solid #c0c0c0;
}
.table-contact table tr textarea {
  width: 100%;
  padding: 5px;
  resize: none;
  border: 1px solid #b0b0b0;
  -webkit-appearance: none;
  font-size: 1.4rem;
}
.table-contact table tr input[type=text], .table-contact table tr input[type=email] {
  padding: 5px;
  border: 1px solid #b0b0b0;
  -webkit-appearance: none;
  font-size: 1.4rem;
	width: 100%;
}
.table-contact table tr input[type=checkbox], .table-contact table tr input[type=radio] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.table-contact table tr select {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 15px;
  border: 1px solid #b0b0b0;
  background-color: #ffffff;
  border-radius: 0;
/*  -webkit-appearance: none;*/
  font-size: 1.4rem;
}
.table-contact table tr select::-ms-expand{
  display: none;
}
.table-contact table tr #select_workshop_name::-ms-expand{
    display: block;
}
.table-contact table tr select option {
  padding: 5px;
  -webkit-appearance: none;
  background-color: #ffffff;
  border-bottom: 1px dotted #b0b0b0;
}
.table-contact table tr label {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}
.table-contact table tr .inputWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.table-contact table tr .inputWrap.full label {
  -ms-flex: 1;
      flex: 1;
}
.table-contact table tr .inputWrap.full label input {
/*  width: 100%;*/
}
.table-contact table tr .inputWrap.post div {
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
}
.table-contact table tr .inputWrap.post div input {
  position: relative;
  margin-left: 0;
  margin-right: 20px;
}
.table-contact table tr .inputWrap.post div:after {
  position: absolute;
  display: inline-block;
  content: "-";
  right: 8px;
  top: 10px;
}
.table-contact table tr .inputWrap.post div:nth-last-of-type(1):after {
  content: none;
}



/*ボタンの形状*/
#btn_zip{
	padding: 0.4em 1em;
	margin-top: 0.6em;
box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	
}





.table-contact table tr .inputWrap.col2 {
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
}
.table-contact table tr .inputWrap.col2 input {
  position: relative;
  margin-left: 0;
  margin-right: 20px;
  width: 182px;
}
.table-contact table tr .inputWrap.multi2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.table-contact table tr .inputWrap.multi2 .quantity {
  font-size: 1.2rem;
  padding-top:2px;
  padding-bottom:2px;
}
.table-contact table tr .inputWrap.multi2 .quantity input {
  width: 50px;
  margin-right: 5px;
  margin-left: 5px;
  text-align:right;
  padding-top:3px;
  padding-bottom:3px;
}
.table-contact table tr .inputWrap.multi3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.table-contact table tr .inputWrap.multi3 .quantity{
  font-size: 1.2rem;
  padding-top:2px;
  padding-bottom:2px;
}
.table-contact table tr .inputWrap.multi3 .quantity input {
  width: 50px;
  margin-right: 5px;
  margin-left:5px;
  text-align: right;
  padding-top:3px;
  padding-bottom:3px;
}
.table-contact table.publication_table tr .inputWrap.multi2{
  display:none;
}



@media screen and (max-width: 767px) {
  .table-contact table tr .inputWrap.multi3 {
    display: block;
  }
}
.table-contact table tr .inputWrap.multi3 > label:nth-of-type(1) {
  -ms-flex: 3;
      flex: 3;
}
.table-contact table tr .inputWrap.multi3 > label:nth-of-type(2) {
  -ms-flex: 1;
      flex: 1;
}
.table-contact table tr .inputWrap.multi3 > label:nth-of-type(3) {
  -ms-flex: 1;
      flex: 1;
}
.table-contact table tr .inputWrap.multi3 .quantity input {
  width: 50px;
}
.table-contact table tr .inputWrap.select label {
  position: relative;
}
.table-contact table tr .inputWrap.select label:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  right: 4px;
  top: calc(50% - 3px);
  border: 6px solid transparent;
  border-top: 6px solid #9a9a9a;
}
.table-contact table tr .inputWrap.post div input{
  width: 100px;
}
.table-contact table tr .item-comment {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.2rem;
}
.table-contact table tr .item-comment + .error-message--line {
  margin-top: 5px;
}
.table-contact table tr .inputWrap.full label br {
  display: none;
}


@media screen and (max-width: 767px) {
  .error-message {
    margin-left: 10px;
    margin-right: 10px;
  }

  .btn-area__btnbox__items input {
    width: 100px;
  }

  .contact-heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-contact {
    padding: 10px;
  }
  .table-contact table tr th {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    padding: 10px;
  }
  .table-contact table tr td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    padding: 10px;
  }
  .table-contact table tr:last-child td {
    border-bottom: none;
  }
  .table-contact table tr .inputWrap.post div input {
    margin-left: 0;
    margin-right: 20px;
    width: 100px;
  }
  .table-contact table tr .inputWrap.post div:nth-last-of-type(1) input {
    margin-right: 0;
  }
  .table-contact table tr .inputWrap.col2 input {
    width: 80px;
  }
  .table-contact table tr .inputWrap.col2 label:nth-last-of-type(1) input {
    margin-right: 0;
  }
  .table-contact table tr .inputWrap.multi2 {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 5px;
  }
}
#detail-cts h1 {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 2.2rem;
  background-color: #00731e;
  color: #ffffff;
  background: linear-gradient(to right, #00731e 40%, #fcfdfc);
}
#detail-cts h1:before, #detail-cts h1:after {
  content: " ";
  display: table;
}
#detail-cts h1:after {
  clear: both;
}
#detail-cts h2 {
  position: relative;
  background: url("../images/img-heading03.png");
  color: #00731e;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 25px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 5px solid #a2cce1;
}
#detail-cts h2:before {
  position: absolute;
  content: "";
  width: 27px;
  height: 51px;
  left: -27px;
  bottom: -5px;
  background: url("../images/img-heading02.png") no-repeat;
}
#detail-cts h2:before, #detail-cts h2:after {
  content: " ";
  display: table;
}
#detail-cts h2:after {
  clear: both;
}
#detail-cts h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 2px solid #81bf73;
  border-radius: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: bold;
}
#detail-cts h3:before, #detail-cts h3:after {
  content: " ";
  display: table;
}
#detail-cts h3:after {
  clear: both;
}
#detail-cts h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 35px;
  border-bottom: 1px solid #7dc0e1;
  background: url("../images/img-heading04.png") left center no-repeat;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
#detail-cts h4:before, #detail-cts h4:after {
  content: " ";
  display: table;
}
#detail-cts h4:after {
  clear: both;
}
#detail-cts h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #116c46;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  font-size: 1.6rem;
}
#detail-cts h5:before, #detail-cts h5:after {
  content: " ";
  display: table;
}
#detail-cts h5:after {
  clear: both;
}
#detail-cts h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #116c46;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#detail-cts h6:before, #detail-cts h6:after {
  content: " ";
  display: table;
}
#detail-cts h6:after {
  clear: both;
}
#detail-cts p {
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}
#detail-cts table {
  width: 100%;
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
}
#detail-cts table tr th {
  padding: 5px;
  border: 1px solid #d5d5d5;
  background-color: #ecffee;
  color: #37745b;
  vertical-align: middle;
  text-align: center;
  min-width: 100px;
}
#detail-cts table tr td {
  padding: 5px;
  border: 1px solid #d5d5d5;
}
#detail-cts table.info-table{
  width: 85%;
  margin:0 auto;
  margin-top:20px;
  margin-bottom: 20px;
}
#detail-cts table.info-table tr th {
  width: 200px;
}
#detail-cts ul {
  margin-bottom: 20px;
}
#detail-cts ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
#detail-cts ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 4px;
  border-radius: 50%;
  background-color: #81bf73;
}
#detail-cts ol {
  counter-reset: olList;
  margin-bottom: 20px;
}
#detail-cts ol li {
  position: relative;
  counter-increment: olList;
  padding-left: 24px;
  margin-bottom: 5px;
}
#detail-cts ol li:before {
  position: absolute;
  left: 0;
  content: counter(olList) ".";
}
#detail-cts a {
  color: #1e88e5;
  text-decoration: underline;
}
#detail-cts a:visited {
  color: #1e88e5;
}
#detail-cts a[href$=".pdf"] {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  line-height: 24px;
  padding-right: 30px;
  color: #1e88e5;
  background: url(../images/icon-pdf.png) right center no-repeat;
  background-size: 24px 24px;
  text-decoration: underline;
}
#detail-cts strong {
  font-weight: bold;
}
#detail-cts em {
  font-style: oblique;
}
#detail-cts blockquote {
  border-left: 3px solid #c0c6c9;
  margin-left: 1.618em;
  padding-left: 1.618em;
}
#detail-cts del {
  text-decoration: line-through;
}
#detail-cts sub {
  vertical-align: sub;
  font-size: smaller;
}
#detail-cts sup {
  vertical-align: super;
  font-size: smaller;
}
#detail-cts hr {
  margin: 20px 0 10px;
  clear: both;
  border: 1px solid #e0e0e0;
}
#detail-cts img {
  max-width: 100%;
  height: auto;
}
#detail-cts .alignleft {
  float: left;
  margin-right: 10px;
}
#detail-cts .alignright {
  float: right;
  margin-right: 10px;
}
#detail-cts .aligncenter {
  display: block;
  margin: 0 auto;
}

#detail-cts .publication-list__itembox__items__order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}
#detail-cts .publication-list__itembox__items__order__item {
  width: 200px;
  padding: 14px 20px;
  background-color: #2d9656;
  color: white;
  text-align: center;
  border-radius: 5px;
  font-size: 2.0rem;
  font-size: 20px;
  text-decoration: none;
}
#detail-cts .publication-list__itembox__items__order__item:visited {
  color: white;
}
#detail-cts .publication-list__itembox__items__order__item:visited{
  color: white;
}
#detail-cts .pdfbox{
  margin-bottom:10px;
  text-align: center;
  display: flex;
  flex-direction:column;
  align-items:center;

}
#detail-cts .pdfbox a[href$=".pdf"]{
  width: 45%;
  background: none;
  padding-right: 0;
}
#detail-cts .pdfbox a[href$=".pdf"]:nth-last-of-type(1){
  width: auto;
  padding-right:30px;
  background: url(../images/icon-pdf.png) right center no-repeat;
}
#detail-cts .pdfbox a img{

}

.heading1 {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 2.2rem;
  background-color: #00731e;
  color: #ffffff;
  background: linear-gradient(to right, #00731e 40%, #fcfdfc);
}
.heading1:before, .heading1:after {
  content: " ";
  display: table;
}
.heading1:after {
  clear: both;
}

.heading2 {
  position: relative;
  background: url("../images/img-heading03.png");
  color: #00731e;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 25px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 5px solid #a2cce1;
}
.heading2:before {
  position: absolute;
  content: "";
  width: 27px;
  height: 51px;
  left: -27px;
  bottom: -5px;
  background: url("../images/img-heading02.png") no-repeat;
}
.heading2:before, .heading2:after {
  content: " ";
  display: table;
}
.heading2:after {
  clear: both;
}

.heading3 {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 2px solid #81bf73;
  border-radius: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: bold;
}
.heading3:before, .heading3:after {
  content: " ";
  display: table;
}
.heading3:after {
  clear: both;
}

.heading4 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 35px;
  border-bottom: 1px solid #7dc0e1;
  background: url("../images/img-heading04.png") left center no-repeat;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.heading4:before, .heading4:after {
  content: " ";
  display: table;
}
.heading4:after {
  clear: both;
}

.heading5 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #116c46;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  font-size: 1.6rem;
}
.heading5:before, .heading5:after {
  content: " ";
  display: table;
}
.heading5:after {
  clear: both;
}

.heading6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #116c46;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.heading6:before, .heading6:after {
  content: " ";
  display: table;
}
.heading6:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  #detail-cts h1 {
    font-size: 2rem;
  }
  #detail-cts h2 {
    margin-left: 0;
    font-size: 2rem;
  }
  #detail-cts h2:before {
    content: none;
  }
  #detail-cts h3 {
    font-size: 1.8rem;
  }
  #detail-cts h4 {
    font-size: 1.6rem;
  }
  #detail-cts h5 {
    font-size: 1.6rem;
  }
  #detail-cts h6 {
    font-size: 1.4rem;
  }
  #detail-cts p {
    font-size: 1.3rem;
  }
  #detail-cts table {
    border: none;
  }
  #detail-cts table tr th {
    min-width: 80px;
  }
  #detail-cts table.info-table {
    width: 100%;
  }
  #detail-cts table.info-table tr th{
    width: 90px;
    padding:5px 2px;
  }
  .heading1 {
    font-size: 2rem;
  }

  .heading2 {
    font-size: 2rem;
  }

  .heading3 {
    font-size: 1.8rem;
  }

  .heading4 {
    font-size: 1.6rem;
  }

  .heading5 {
    font-size: 1.6rem;
  }

  .heading6 {
    font-size: 1.4rem;
  }
}
.overlay {
  display: none;
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  min-width: 320px;
  height: 100%;
  z-index: 100;
}
.overlay.active {
  display: block;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb30 {
  margin-bottom: 30px;
}

.main-title {
  position: absolute;
  top: 30px;
  left: calc(50% - 600px);
}

.main-cars {
  position: absolute;
  height: 254px;
  width: 100%;
  bottom: 0;
  background: url("../images/img-main-cars.png") center center repeat-x;
}

@media screen and (max-width: 767px) {
  .main-title {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .main-title img {
    width: 100%;
  }

  .main-cars {
    height: auto;
    padding-top: 17.3%;
    bottom: 20px;
    background: url("../images/img-main-cars.png") center center no-repeat;
    background-size: contain;
  }
}

/*堀井追記（CSS上書き）*/
.content-list02{
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
}
.global-nav__body__itembox__items{
  flex: 1 1 auto;
}
.content-list__items02{
  border-top: none;
  border-bottom: none;
  margin-right: 20px;
}
.content-list__items02:nth-child(3n){
  margin-right: 0;
}
.content-list__items__heading02{
  margin-right: 0;
}
.content-list__items__heading02:hover{
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .content-list02{
    display: block;
  }
  .content-list__items02{
    margin-right: 0;
  }
}
/*歴代会長・副会長*/
.history-list__itembox__items{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.history-list__items{
  width: 160px;
  margin-top: 20px;
  margin-right: 35px;
  margin-bottom: 20px;
  text-align: center;
}
.history-list__items:nth-child(5n){
  margin-right: 0;
}
.history-list__items img{
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
#detail-cts .history-list__items h3{
  font-size: 1.6rem !important;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #81bf73;
  padding: 0 0 4px;
  margin: 0 0 4px;
}
.history-list__items h3 span{
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .history-list__itembox__items{
  }
  .history-list__items{
    width: 44%;
    max-width: 100%;
    height: auto;
    margin-right: 0;
    margin: 20px 3%;
  }
  .history-list__items:nth-child(5n){
    margin-right: auto;
  }
}
.history-list__itembox__items02{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.history-list__itembox__items02__body{
  width: 300px;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
}
.history-list__itembox__items02__body:nth-child(3n){
  margin-right: 0;
}
.history-list__items02__heading{
  margin-right: 20px;
}
.history-list__items02__heading__bottom{

}
@media screen and (max-width: 767px) {
  .history-list__itembox__items02__body{
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #c7c7c7;
  }
  .history-list__itembox__items02__body:first-child{
    border-top: 1px dashed #c7c7c7;
    padding-top: 14px;
  }
}
@media print {
  .history-list__items{
    width: 20%;
    padding-left:1%;
    padding-right:1%;
    margin-right: 0;
    margin-top:10px;
    margin-bottom:10px;
  }
  .history-list__itembox__items__bottom{
    font-size:1.2rem;
  }
  .history-list__itembox__items02__body{
    width: 33.33%;
    display: flex;
    margin-right: 0;
    margin-bottom: 20px;
    padding-left:10px;
    padding-right:10px;
    font-size:1.2rem;
  }
}
.link-list__body__itembox{
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .link-list__body__itembox{
    display: block;
  }
}
.link-list__itembox{
  width: 48%;
  border: 1px solid #81bf73;
  margin-top: 20px;
  margin-right: 4%;
  position: relative;
  border-radius: 10px;
}
.link-list__itembox:nth-child(2n){
  margin-right: 0;
}
.link-list__itembox a{
  display: block;
  padding: 10px;
}
.link-list__itembox a:hover{
  font-weight: bold;
  color: #00731e;
}
.link-list__itembox:after{
  content:'>';
  position: absolute;
  right: 4px;
  color: #81bf73;
  top: 16%;
  font-size: 2.0rem;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .link-list__itembox{
    width: 100%;
    margin-right: 0;
  }
}
.pdf-img{
  margin: 0 auto 20px;
  text-align: center;
  width: 40%;
}
.pdf-img a{
  display: block;
}
.pdf-img a:hover{
  opacity: 0.7;
}
.pdf-img img{
  width: 100%;
}
.pdf-img span{
  display: block;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .pdf-img{
    margin: 20px auto;
    width: 60%;
  }
}
.info-news-btn{
  padding-top: 20px;
  padding-bottom: 10px;
}
.info-news-btn ul{
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: flex-end;
}
.info-news-btn ul li{
  margin-right: 10px;
}
.info-news-btn a{
  position: relative;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 20px;
  background-color: #2d9656;
  color: #ffffff;
}
.info-news-btn a:hover{
  background-color: #ffffff;
  color: #2d9656;
}
.info-news-btn a:after{
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  top: 8px;
  right: 0;
  border: 6px solid transparent;
  border-left: 9px solid #ffffff;
}
.info-news-btn.backnum li a{
  text-align:center;
}
.info-news-btn.backnum li a:after{
  text-align:center;
  top:calc(50% - 6px);
}
@media screen and (max-width: 767px) {
  .info-news-btn ul{
    -webkit-flex-wrap: nowrap;
    flex-wrap: wrap;
  }
  .info-news-btn ul li{
    margin-bottom: 10px;
  }
  .info-news-btn ul li:nth-child(3){
    margin-right: 0;
  }
  .info-news-btn ul li a{
    width: 120px;
  }
  .info-news-btn ul li:last-child a{
    width: auto;
  }
}
.backnumber-list__itembox{
  width: 14%;
  margin-right: 3.2%;
}
.link-list__itembox:nth-child(4n).backnumber-list__itembox{
  margin-right: 3.2%;
}
.link-list__itembox:nth-child(6n).backnumber-list__itembox{
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .backnumber-list__itembox{
    width: 31%;
  }
  .link-list__itembox.backnumber-list__itembox{
    margin-right: 0;
    margin-right: 3.2%;
  }
  .link-list__itembox.backnumber-list__itembox:nth-child(3n){
    margin-right: 0;
  }
}
.members-list__body__itembox span{
  display: block;
}
@media screen and (max-width: 767px) {
  .members-list__body__itembox th,
  .members-list__body__itembox td{
    display: block;
  }
}
.info-search__body{
  margin-top: 30px;
}
.info-search__body__itembox{
  position: relative;
  margin-bottom: 20px;
}
.info-search__body__itembox .info-search__comment{
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .info-search__body__itembox .info-search__comment{
    text-align: right;
    margin-bottom: 10px;
    position: static;
  }
}
.info-search__checkbox ul{
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .info-search__checkbox ul{
    display: block;
  }
}
.info-search__checkbox input[type=checkbox] {
  display: none;
}
.info-search__checkbox .info-search__check {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 42px;
  vertical-align: middle;
  cursor: pointer;
}
.info-search__checkbox .info-search__check:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 60%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 14px;
  height: 14px;
  border: 1px solid #535353;
  content: '';
}
.info-search__checkbox .info-search__check:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 44%;
  left: 20px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #00731e;
  border-bottom: 2px solid #00731e;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.info-search__checkbox input[type=checkbox]:checked + .info-search__check:before {
  opacity: 1;
}
.info-search__keywords select{
  width: 336px;
  padding: 1px 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #acacac;
  background: url(../images/icon-arrow.gif) right 50% no-repeat;
  background-size: 24px, 100%;
}

.info-search__keywords select::-ms-expand {
    display: none;
}

.info-search__keywords input[type="text"]{
  width: 450px;
  padding:2px 10px 3px;
  box-sizing: border-box;
  border: 1px solid #acacac;
}
@media screen and (max-width: 767px) {
  .info-search__keywords select , .info-search__keywords input[type="text"]{
    width: 100%;
  }
}
.info-search__itembox__column02{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .info-search__itembox__column02{
    display: block;
  }
}
.info-search__itembox__column02 .info-search__body__itembox{
  flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .info-search__itembox__column02 .info-search__body__itembox{
    margin-right: 0;
  }
}
.info-search__itembox__column02 .info-search__body__itembox.info-search__body__itembox02{
  margin-right: 0;
}
.info-search__itembox__column02 .info-search__comment{
  top: 22px;
}
@media screen and (max-width: 767px) {
  .info-search__itembox__column02 .info-search__comment{
    top: 8px;
  }
}
.info-search__itembox__column02 .info-search__category.info-search__checkbox{
  width: 450px;
  line-height: 1.7;
}
.info-search__day input{
  width: 120px;
}
@media screen and (max-width: 767px) {
  .info-search__day input{
    width: 86px;
  }
}
.info-search__day img{
  vertical-align: middle;
  margin-left: 14px;
}
.search_submit_btn{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  margin: 20px 0 30px;
}
.search_submit_btn .content-list__items__heading{
  width: 200px;
  height: 70px;
  margin: 0;
}
.search_submit_btn .content-list__items__heading:first-child{
  margin-right: 40px;
}
.search_result{
  background: #f1f1f1;
  border: 1px solid #c5c5c5;
  border-radius: 18px;
  padding: 7px 0 8px;
  text-align: center;
  margin-bottom: 20px;
}
.message-box{
  margin-top:30px;
  padding:10px;
}
@media screen and (max-width: 767px) {
  #detail-cts iframe{
    max-width: 100%;
    height: auto;
  }
}
.img_colum02{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.wp-caption-text{
  text-align: center;
  font-size: 1.6rem;
  font-size: 16px;
}
.members-list__block{
  margin-bottom:50px;
}
.members-list__body__itembox th{
  padding-left:15px !important;
  text-align: left !important;
  width: 350px !important;
}

@media screen and (max-width: 767px) {
  .members-list__body__itembox th{
    padding-left:10px !important;
    width: 100% !important;
  }
}

#detail-cts .mw_wp_form_input .form-confirm {
  display: none;
}

#detail-cts .mw_wp_form_confirm.mw_wp_form_preview .form-preview,
#detail-cts .mw_wp_form_confirm.mw_wp_form_preview #btn_zip{
  display: none;
}

.displayhide{
  display: none !important;
}

/* editor */
.clearfix{
  clear:both;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

@media screen and (max-width: 767px) {
  #wpadminbar{
    position:fixed !important;
  }
}

.gsc-results-wrapper-overlay{
  padding-left:15% !important;
}

@media screen and (max-width: 767px) {
.gsc-results-wrapper-overlay{
  width: 90% !important;
  padding-left:5% !important;
  top:10% !important;
  left:5% !important;
}
}

form.gsc-search-box{
  margin-bottom:0 !important;
}
table.gsc-search-box{
  margin-bottom:0 !important;
}
.gsst_a{
  padding-top:4px !important;
}
tr .gsib_a{
  padding: 0 0 0 4px !important;
  height: 23px !important;
}
td.gsc-input{
  padding-right:0 !important;
}
.gsc-control-cse{
  padding:0 !important;
}
.gsc-search-button input{
  width: 36px !important;
  height: 25px !important;
  padding:4px 9px !important;
  margin-top:0 !important;
}
input.gsc-search-button{
  background-color: #a5e097 !important;
  border:1px solid #dddddd !important;
  border-radius: 0 !important;
}
.gsc-selected-option-container{
  max-width: 100% !important;
}

.sp-nav__search .gsc-input-box{
  height: 32px !important;
}

.sp-nav__search tr .gsib_a{
  padding: 0 0 0 4px !important;
  height: 30px !important;
}
.sp-nav__search .gsc-input-box{
  border:none;
}
.sp-nav__search .gsst_a .gscb_a{
  margin-top:5px !important;
}
.mw_wp_form .horizontal-item {
	margin-left: 10px;
}


/*SNS*/
.sns_box{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 50px;
	max-height: 500px;
}

.sns_box .sns_tw, .sns_box .sns_fb{
	width: calc(50% - 20px);
	height: 500px;
}

.sns_box .sns_content{
	height:100%;
}

.sns_box iframe{
	width:100%!important;
}

.sns_box .sns_tw .sns_content{
	overflow-y: scroll;
	border:1px solid #eee;
}

.sns_box h2{
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.fb_iframe_widget{
	display: flex!important;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.sns_box{
		display: block;
		margin-top: 50px;
		max-height: none;
	}
	
	.sns_box .sns_tw, .sns_box .sns_fb{
		width:80%;
		margin: auto;
		height:auto;
	}
	
	.sns_box .sns_content{
		width:100%;
		margin: auto;
		margin-bottom: 50px;
		max-height: 500px;
	}
	
	.sns_box iframe{
		max-width: none!important;
		width: 100%!important;
	}
}

.mz_tbl th,
.mz_tbl td{
    padding: 20px!important;
}
.mz_tbl th{
    text-align: left!important;
}
.mz_tbl td p{
    margin-bottom: 20px!important;
}
.mz_tbl td p:last-child{
    margin-bottom: 0!important;
}

@media screen and (max-width: 767px) {
    .mz_tbl{
    border-bottom: 1px solid #d5d5d5!important;}
.mz_tbl th,
.mz_tbl td{
    display: block;
    text-align: left!important;
    border-bottom: none!important;
}
.mz_tbl th{
    padding: 10px 20px!important;
}
.mz_tbl td{
}
}