@charset "UTF-8";
/*--common--*/
html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, h1 h2 {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  color: #333;
  font-size: 15px;
  line-height: 1.65;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #ECF4E3;
}

:root {
	--maincolor: #347535;
	--subcolor: #ECF4E3;
	--thirdcolor: #EAEAEA;
}



/* safari */
_::-webkit-full-page-media, _:future, :root body {
  font-family: "Hiragino Sans";
}
* {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.align-r {
  text-align: right;
}
.align-l {
  text-align: left;
}
.align-c {
  text-align: center;
}
.flex-content {
  display: flex;
  display: -webkit-flex;
}
.flex-align-c {
  align-items: center;
  -webkit-align-items: center;
}
.flex-align-e {
  align-items: flex-end;
  -webkit-align-items:end;
}
.flex-space-between {
  justify-content: space-between;
}
.border-bottom {
  text-decoration: underline;
}
.border-b {
  border-bottom: solid 1px #000;
}
.row {
  display: flex;
 /* margin-top: 10px;*/
}
.row nav {
  flex-basis: 26%;
}
nav ul li {
  margin: 0;
}
.row .main-content {
  width: 71%;
  margin-left: auto;
  margin-right: 0.8rem;
}
main .col-half {
  width: 50%;
  margin-right: 50px;
}
main .col-half:last-child {
  margin-right: 0;
}
.main-content h2 {
  color: white;
  padding: 4px 0 4px 10px;
  background-color: var(--maincolor);
  font-size: 20px;
}
.main-content h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0.8rem;
  color: var(--maincolor);
}
h2.lower {
  margin-bottom: 0.8rem;
  padding-left: 10px;
    background: #F2E9C2;
	color: var(--maincolor);
}

h3 {
  font-size: 19px;
}
.content-box h3 {
  margin: 25px 0 15px;
  padding-left: 10px;
  border-left: solid 4px #0068B7;
  font-size: 19px;
}
h4 {
  font-size: 16px;
    border-bottom: 1px solid var(--maincolor);
    margin-bottom: 1rem;
}
.content-box h4 {
  margin: 2em 0 0.5em;
  font-size: 19px;
  border-bottom: solid 1px #0068B7;
}
h5.lower {
  font-size: 15px;
  font-weight: bold;
  color: var(--maincolor);
}
.content-wrap {
  margin-bottom: 65px;
}
.content-wrap:last-child {
  margin-bottom: 0;
}
.content-box {
  margin-bottom: 40px;
}
.content-box:last-child {
  margin-bottom: 0;
}
ol.number-list {
  margin-left: 1.3em;
}
ol.number-list li {
  margin-bottom: 10px;
}
ol.number-list-brackets {
  margin-bottom: 15px;
}
ol.number-list-brackets > li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1.4em;
  margin-left: 1.4em;
  margin-bottom: 4px;
}
ol.number-list-brackets > li::before {
  content: ""counter(cnt) ") ";
}
table {
  border-collapse: collapse;
  width: 100%;
}
tr th {
  text-align: left;
  width: 8.6em;
  vertical-align: top;
}
tr td {
  background: #fff;
  font-size: 15px;
}
tr th, tr td {
  padding: 1.3em 0.7em;
  border-bottom: solid 1px #e6e6e6;
}
tr td span.mini {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
}
a {
  text-decoration: none;
  color: #333;
}

del.delate {
	color: #ff6f6f;
	margin-right: 0.5rem;
}
/*.delate span {
  color: #333;
}*/
/*.row:after {
  content: "";
  display: block;
  clear: both;
}*/
ul {
  list-style: none;
  margin-bottom: 15px;
}
ul li {
  margin-bottom: 7px;
    width: 100%;
}
ul.list-circle {
  margin-bottom: 0;
}
ul.list-circle li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
}
ul.list-circle li:before {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  content: '';
  margin-right: 0;
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background: var(--maincolor);
}
.content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
    padding: 1.5rem 0;
}
/*トップページ*/
.home {
  width: 100%;
  background: url(../img/contents/bg.jpg) top center / contain no-repeat;
	background-color: #fff;
}
/*下層ページ*/
.under {
  background: #fff;
  padding-top: 2rem;
}
.s-txt {
  font-size: 14px;
}
a:hover img, a:active img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  opacity: 0.7;
  transition: 1s;
}

main a {
  color: #0068B7;
  text-decoration: underline;
}
main a:hover {
  text-decoration: underline;
}
.align-c {
  display: block;
  text-align: center;
}
.border-box, .border-box1 {
  padding: 20px;
  border: solid 1px #ccc;
  font-size: 14px;
  background: #fff;
}
.border-box1 {
  margin: 45px 0 25px;
}
.border-box1 p {
  margin-bottom: 15px;
}
.border-box1 p:last-child {
  margin-bottom: 0;
}
.border-box1 .right-txt {
  margin-top: 20px;
}
.border-box {
  margin-bottom: 25px;
}
.right-txt {
  text-align: right;
}
.breadcrumb {
  background-color: #eaeaea;
  line-height: 1;
  padding: 9px 15px 11px;
  margin: 0 10px;
}
.breadcrumb .content {
  margin: 0 auto;
  padding: 0;
}
.breadcrumb ul li {
  display: inline-block;
  position: relative;
  font-size: 12px;
}
.breadcrumb ul li:not(:last-child)::after {
  position: absolute;
  content: "＞";
  right: -3px;
}
.breadcrumb ul li:not(:last-child) {
  padding-right: 1.2em;
  margin-right: 0.2em;
}
.dot {
  font-size: 15px;
  border: dotted 1px #333;
  padding: 20px;
}
.info {
  margin-top: 10px;
  color: red;
  text-align: center;
}
.t-c-red {
  color: #ff2e2e;
}
.border-b-r {
  border-bottom: solid 1px red;
}
.part-box div:first-child {
  margin-right: 10px;
}
header {
  padding: 1rem;
  background: var(--maincolor);
  margin: 0;
  text-align: center;
}
.logo {
  max-width: 900px;
}
.logo img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

nav ul li {
  background: white;
  border-bottom: solid 1px var(--maincolor);
}
nav ul li:first-child {
 border-top: solid 1px var(--maincolor);
}
nav ul li a {
  /*position: relative;*/
  display: block;
  padding: 20px;
  font-size: 16px;
  transition: 0.3s;
}
nav ul li a span, .nav_seminar li a span {
    display: inline-block;
    font-size: 13px;
	font-weight: bold;
    margin-left: 5px;
    color: #ff6f6f;
}
nav ul li.no-link  span {
    display: inline-block;
    font-size: 11px;
    margin-left: 5px;
    color: #ff6f6f;
	font-weight: normal;
}
nav ul li.no-link {
    background: var(--thirdcolor);
    /*position: relative;*/
    display: block;
}
nav ul li.emphasis-menu a {
  background: #ffc002;
}
nav ul.bnr-link li {
  margin: 0 auto 10px;
  width: 90%;
  background: none;
  border: none;
}
nav ul.bnr-link:last-child {
  margin-bottom: 0;
}
nav ul.bnr-link li a, .nav_seminar li a {
  position: inherit;
  display: block;
  padding: 0;
  border-bottom: none;
  font-size: inherit;
  transition: inherit;
  background: none;
}
nav ul.bnr-link li a:hover {
  background: none;
}
nav ul li.none {
  padding: 18px;
  background: #c6c6c6;
  font-size: 14px;
  border-bottom: solid 1px #e1e0e0;
}
nav ul li a:hover, .nav_seminar li a:hover {
  color: #fff;
  background: var(--maincolor);
}
nav ul li:nth-last-child(4) {
  position: relative;
}
nav ul li.special a {
  color: #ea2929;
  font-weight: bold;
}
nav ul li.special a:hover {
  color: white;
}
nav ul li.active{
  color: #fff;
  background: var(--maincolor);
  border: solid 2px var(--maincolor)!important;
}
nav ul li.active a {
  color: #fff;
}
.content .row nav ul.bnr-link li a:after {
  display: none;
}
nav ul li a:hover:before {
  content: "";
  width: 100%;
}
nav ul li a:hover:after {
  right: 11px;
}
.poster {
  padding: 30px;
  font-size: 13px;
  color: #444;
}
.poster img {
  width: 100%;
	border: 1px solid #444;
}
header .top-logo {
  text-align: center;
}
header .top-logo img {
  width: 700px;
  margin: 0 auto;
  padding: 0 30px;
}
h1 {
  color: #0068B7;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: double 2px;
}
footer {
  width: 100%;
  background: var(--maincolor);
  color: #fff;
  padding: 1rem 1.5rem;
}
footer p {
  font-size: 14px;
}
footer .footer_inner {
  max-width: 1000px;
  margin: 0 auto;
}
footer .copyright {
  margin-bottom: 0;
  padding: 15px 0 20px;
  text-align: center;
  font-size: 12px;
}

.footer_inner dl {
  margin: 25px auto;
  display: flex;
  align-items: center;
}
.footer_inner  dt {
  margin:0 25px 0 0 ;
}
.footer_inner dl dt {
  border: 1px solid #fff;
  width: 200px;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
}

.footer_inner a{
  color: #fff;
  text-decoration: underline;
}

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.scroll-top a {
  display: block;
  font-size: 18px;
  color: #fff;
  background: #999;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.scroll-top a:hover {
  background: var(--maincolor);
}
.scroll-top a::after {
  position: absolute;
  content: " ";
  z-index: 2;
  left: 50%;
  top: 18px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: .2s;
}
.main-content .sub-box h3 {
  font-size: 19px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 5px;
}
.main-content .sub-box {
  padding: 17px;
  border: solid 1px #e1e0e0;
  font-size: 14px;
  background: #fafcff;
  margin-top: 25px;
}
.main-content .main-inner {
  margin-bottom: 40px;
 /* background-color: #fff;*/
  padding: 20px;
}
.b-txt {
  font-size: 25px;
  display: inline-block;
}
.main-content nav .sub-box {
  margin-top: 20px;
  background: #fff;
}
.main-content nav .sub-box .sub-box-txt b {
  margin-bottom: 15px;
  display: block;
  line-height: 1.4;
}
.footer-box {
  /*padding: 1.5rem 0 0;*/
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
.footer-content .contact-btn {
  margin-top: 2rem;
}
.footer-content .contact-btn a {
  padding: 20px;
  display: inline-block;
  background: #0068B7;
  color: #fff;
  border-radius: 2px;
  text-align: center;
}
.footer-col h3 {
  margin-top: 2rem;
  font-size: 16px;
    color: #0068B7;
}
.btn-area {
  margin-top: 30px;
}
.btn-area p {
  margin-bottom: 10px;
}
.btn-box {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.btn-box p {
  margin-right: 20px;
  line-height: 1.4;
  text-align: center;
}
.btn-box p a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  background: #0068B7;
  border-radius: 3px;
  transition: 0.3s;
  text-decoration: none;
}
.btn-box p a:hover {
  background: #4b79c1;
  text-decoration: none;
}
.btn-box p:last-child {
  margin-right: 0;
}
.btn-emphasis-box {
  /* display: flex; */
  /* -webkit-justify-content: center; */
  /* justify-content: center; */
}
.btn-emphasis-box p {
  width: inherit;
  margin-right: 0;
  line-height: 1.4;
  text-align: center;
  max-width: 210px;
  margin: 0 auto 10px;
}
.btn-emphasis-box p:last-child {
  margin: 0 auto; /* max-width: 160px; */
}
.btn-emphasis-box p:last-child a {
  font-size: 12px;
  background: #5d7daf;
}
.btn-emphasis-box p:last-child a:hover {
  background: #4b79c1;
}
.btn-emphasis-box p a {
  display: block;
  padding: 15px 25px;
  color: #fff;
  background: #ff7a02;
  border-radius: 5px;
  transition: 0.3s;
  text-decoration: none;
}
.btn-emphasis-box p a:hover {
  background: #da6e0c;
  text-decoration: none;
}
.content-box-details {
  padding: 15px;
  border: 1px dotted #d0d0d0;
  background: #fff;
  word-break: break-all;
  line-height: 1.45;
}
.emphasis-box {
  padding: 25px 10px;
  background: #ffd3d3;
}
main p {
  margin-bottom: 15px;
}
main p:last-child {
  margin-bottom: 0;
}


.btn {
    margin-top: 1rem;
    text-align: center;
}
.btn a {
    padding: 20px 30px;
border-radius: 3px;
display: inline-block;
transition: 0.4s;
    border: 2px solid var(--maincolor);
    color: var(--maincolor);
    text-decoration: none;
    width: 50%;
}
.btn a:hover {
    background: var(--maincolor);
    color: #fff;
    text-decoration: none;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb2 {
  margin-bottom: 2rem;
}
.mb5 {
  margin-bottom: 5rem;
}
.mt5 {
  margin-top: 5rem;
}
.mt2 {
  margin-top: 2rem;
}
.mt1 {
  margin-top: 1rem;
}
.ml3_8 {
    margin-left: 3.8rem;
}


/*各種協賛・寄付の募集について*/
.moshikomi {
    display: flex;
    flex-wrap: wrap;
}
.moshikomi li {
    width: 45%;
    margin: 1rem 2.5%;
  padding: 10px 15px;
  background-color: #F2E9C2;
}
.moshikomi li:last-child {
    margin-bottom: 0;
}
.moshikomi li .btn a {
    width: 100%;
}

.pc {display: block;}
.sp {display: none;}
.tyu {
    text-indent: -1rem;
    padding-left: 1rem;
}
.red {
    color: #ff6f6f;
}
.bk_gray {
    background: #ddd;
    padding: 2px;
}



@media (max-width:800px) {
  .pc {display: none;}
.sp {display: block;}
  header, .breadcrumb {
    margin: 0;
  }
  .content .row {
    display: block;
  }
  .content .row nav, .content .row .main-content {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 15px;
  }
  .content .row nav ul {
    display: flex;
    flex-wrap: wrap;
   /* justify-content: end;*/
  }
nav ul li {
    width: 31.2%;
    border: solid 2px var(--subcolor)!important;
  margin: 1%;
}

nav ul.bnr-link {
    margin-top: 10px;
  }
nav ul.bnr-link li{
    margin: 10px 1% 0;
  width: 31.2%;
  border: none!important;
  }
 nav ul.bnr-link li a {
    border: none;
   padding: 0!important;
  }

  nav ul li.none {
    border-right: solid 1px #e1e0e0;
  }
  .content .row nav .poster {
    display: none;
  }
.footer_inner dl dt {
    width: 12%;
  margin: 0 1.5rem 0 0;
}
.footer_inner dl dd {
  width: 95%;
}
}
@media (max-width:670px) {
.main-content .main-inner {
    margin-bottom: 0;
  }
    .footer_inner dl {
    margin: 25px auto;
    display: flex;
    align-items: center;
    flex-flow: column;
}
  .footer_inner dl dt {
    border: 1px solid #fff;
    width: 100%;
    padding: 5px 15px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto 0.6rem;
}
.footer_inner dl dd {
  width: 100%;
}
    
.moshikomi li {
    width: 100%;
}
}
@media (max-width:600px) {
  .home {
    width: 100%;
    background: url(../img/contents/bg_sp.jpg) top center / contain no-repeat;
}
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 19px;
  }
  h3 {
    font-size: 17px;
  }

 .content .row nav ul::after {
    display: block;
    content: "";
    width: 49%;
}
  .content .row nav ul li {
    width: 49%;
    margin: 0 0.5% 2px;
    border: none;
    text-align: center;
    border: 1px solid var(--subcolor);
    font-weight: bold;
  }
.content .row nav ul li a {
  /* position: relative; */
  display: block;
  padding: 1rem 0.8rem;
}

  .content .row nav ul li a, .content .row nav ul li {
    font-size: 13px;
  }
.content .row nav ul.bnr-link li{
    width: 45%;
    margin: 0 auto 1rem;
  }
  .main-content .main-inner {
    padding: 0;
  }
  .scroll-top {
    bottom: 40px;
  }
  .footer-col h3 {
    margin-top: 10px;
    font-size: 15px;
  }
  footer p {
    font-size: 12px;
  }
}