@charset "UTF-8";
body{font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: 500;}
.mp{font-family: "M PLUS Rounded 1c", sans-serif;font-weight: 500;font-style: normal;}
img{max-width: 100%; height: auto;}
h2,h3{ font-weight: bold;}
p{line-height: 1.8;}
a{transition:0.5s;}
a:hover{opacity: 0.7;}
iframe {width: 100%;}
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
#header {
    display: flex;
    padding: 5px 10px;
    height: 65px;
    align-items: center;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
nav ul ul{
	display: block;
}

nav ul li{
	position: relative;
}
nav ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 15px 35px;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
nav ul li a:hover{
    color: #5dc473;
    opacity: 1;
}
nav ul li.tell a::before {
    content: "";
    display: inline-block;
    background-image: url(../img/ico-tell.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: contain;
    transition: 0.5s;
}
nav ul li.tell a:hover::before {
    background-image: url(../img/ico-tell2.png);
    transition: 0.5s;
}
nav ul li.tell a:hover {
    opacity: 1;
    background: #fff;
    color: #5dc574;
}
nav ul li li a{
	padding:10px 35px;
}
nav ul li.tell a {
    display: block;
    width: 320px;
    margin: 1rem auto 0;
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
    transition: 0.5s;
    background: #5dc473;
    border: 3px solid #5dc574;
}
#header .logo a {
    display: block;
}
.logo img,img.logo {
    width: 230px;
}

@media screen and (max-width:1200px){
#header .logo {
    position: relative;
    z-index: 9999;
}

#header::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
#g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    right: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
}
#g-nav.panelactive{
    top: 0;
}
#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 95%;
    height: 90vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    margin: 60px auto 0;
    padding: 20px 0 0;
    background: #fff;
    height: 90vh;
    width: 95%;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
nav{
    padding: 0;
}

nav ul{
    display: block;
}

.openbtn {
    position: fixed;
    z-index: 9999;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background: #5dc473;
    border-radius: 5px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 30px;
}
.openbtn::before {
    content: "close";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.4s;
    opacity: 0;
}
.openbtn.active::before {
    transition: 0.4s;
    opacity: 1;
}
.openbtn span:nth-of-type(1) {
	top: 15px;
}
.openbtn span:nth-of-type(2) {
	top: 27px;
}
.openbtn span:nth-of-type(3) {
	top: 39px;
}

.openbtn.active span:nth-of-type(1) {
    top: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 25px;
    left: 15px;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 28px;
    transform: translateY(-6px) rotate(45deg);
    width: 25px;
    left: 15px;
}
}
#mainvisual {
    margin-top: 65px;
    position: relative;
}
.slider {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slider-item img {
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.slider, .slider-item, .slider-item img {
    height: 70vh;
}
.slick-dots {
    position: relative;
    z-index: 3;
    margin: -25px 0 0 0;
    padding: 0;
    text-align: center;
}
.slick-dots li {
    display:inline-block;
	margin:0 8px;
}
.slick-dots > li:first-child:last-child {
    opacity: 0;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: none;
}
.slick-dots .slick-active button {
    background: #7cce65;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    height: 25px;
    width: 25px;
}
.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}
p.copy {
    color: #fff;
    position: absolute;
    bottom: 90px;
    z-index: 1;
    left: 20px;
    font-size: 35px;
    line-height: 1;
    text-shadow: 1px 1px 1px gray;
}
p.copy small {
    font-size: 18px;
}
section {
    padding: 3rem 0;
}
h2 {
    color: #5dc574;
    font-size: 35px;
    margin-bottom: 1rem;
}
h2 small {
    font-size: 18px;
    border-bottom: 1px solid;
    padding: 5px;
    display: block;
}
.notice-box {
  background: #fff;
  margin: 0 auto;
}
.tab-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 1rem;
    gap: 5px;
}
.tab-btn {
  flex: 1 1 160px;
  background: #e9f4e6;
  border: none;
  border-bottom: none;
  border-right-width: 0;
  padding: 1rem 0.75rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  color: #5dc473;
  cursor: pointer;
  user-select: none;
  line-height: 1.4;
  border-radius: 4px;
  transition: 0.5s;
  text-decoration: none;
}
.tab-btn:first-child {
  border-left-width: 1px;
}
.tab-btn:last-child {
  border-right-width: 1px;
}
.tab-btn.active {
    background: #fff;
    font-weight: 700;
    background: #5dc473;
    color: #fff!important;
}
@media (hover: hover) {
    .tab-btn:not(.active):hover,.tab-btn:hover {
        opacity: 0.8!important;
        transition: 0.5s;
    }
}
.notice-list {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
    border-top: 1px solid #cccccc;
    font-size: 0.95rem;
}
.notice-item {
  border-bottom: 1px solid #cccccc;
  padding: 1rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.5rem;
}
.notice-date {
    font-weight: bold;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.8;
    width: 95px;
}
.notice-cat {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0.3rem 0.75rem;
    line-height: 1.2;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    width: 140px;
    text-align: center;
    border-radius: 30px;
}
.notice-cat:hover{
    color: #f3f3ff;
}
.notice-cat.cat-tournament {
    background: #ff8b00;
}
.notice-cat.cat-hanasupo {
    background: #f5c827;
}
.notice-cat.cat-secretariat {
    background: #4eb58d;
}
a.notice-cat.cat-organization {
    background: #0dbecc;
}

.notice-title {
    flex: 1 1 auto;
    font-weight: bold;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-weight: normal;
}
.notice-title a {
    color: #000;
    text-decoration: none;
}
.notice-title a:hover {
    opacity: 1;
    color: #5dc473;
}
@media (max-width: 600px) {
  .notice-title {
    white-space: normal;
  }
}
.hidden {
  display: none !important;
}
a.link-btn {
    display: block;
    background: #5dc473;
    width: 300px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto 0;
    padding: 20px 0;
    border-radius: 5px;
    border: 2px solid #5dc473;
}

a.link-btn:hover {
    color: #5dc473;
    background: #fff;
    opacity: 1;
}
#news {
    background-image: url(../img/news-top.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 5px;
}
#calendar {
    margin-top: 4rem;
}
#report {
    position: relative;
    background: #e4f4dc;
}
#report h2 {
    color: #fff;
}
#report::before {
    content: "";
    background-image: url(../img/report-top.png);
    display: block;
    width: 360px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    z-index: 0;
    background-position-x: -7rem;
}
#report::after {
    content: "";
    background-image: url(../img/report-bottom.png);
    display: block;
    width: 360px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background-position-x: 11rem;
    right: 0;
    background-position-y: 2rem;
}
#report .container {
    position: relative;
    z-index: 1;
}
ul.report-list {
    padding: 0;
    margin: 0;
}
ul.report-list li {
    margin-bottom: 1rem;
    list-style-type: none;
}
ul.report-list li a {
    display: block;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    color: #000;
    text-decoration: none;
}
ul.report-list li a figure {
    overflow: hidden;
    border-radius: 10px;
}

ul.report-list li a figure img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    transition: 0.5s;
}

ul.report-list li a h3 {
    font-size: 18px;
}
ul.report-list li a:hover figure img {
    transform: scale(1.2);
    transition: 0.5s;
}
ul.report-list li a:hover{
    opacity: 1;
    color: #5dc473;
}
#about a.col-lg-4 {
    display: block;
    background: #5dc473;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border: 3px solid #5dc473;
}

#about a.col-lg-4 img {
    width: 85px;
    border: 2px solid #5dc473;
    border-radius: 50%;
}

#about a.col-lg-4 h3 {
    margin: 0 0 0 1rem;
}

#about a.col-lg-4:hover {
    opacity: 1;
    background: #fff;
    color: #5dc473;
}
.map iframe {
    height: 300px;
}
#banner {
    padding-top: 0;
}
#banner a {
    padding: 0;
}
#banner .row {
    gap: 10px;
}
#banner a.col-6 {
    width: 48.5%;
}
#contact {
    background: #f0f7e7;
}
#contact .row {
    margin: 2rem 0 0;
}
a.mail {
    display: block;
    background: #5dc473;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    margin: 1rem 0 0;
    border-radius: 5px;
    border: 2px solid #5dc473;
}
a.mail::before {
    content: "";
    background-image: url(../img/ico-mail.png);
    display: inline-block;
    width: 45px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 10px;
}
a.mail:hover {
    color: #5dc473;
    background: #fff;
    opacity: 1;
}
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 55px;
	height: 55px;
	text-align: center;
	transition:all 0.3s;
}
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

@media screen and (max-width:760px) {
ul.report-list li a {
    display: flex;
    gap: 10px;
}

ul.report-list li a figure {
    width: 35%;
    margin: 0;
}

ul.report-list li a .info {
    width: 65%;
    font-size: 14px;
}

ul.report-list li a figure img {
    height: 80px;
}

ul.report-list li a .info p {
    margin: 0;
}

ul.report-list li a .info h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-size: 15px;
}
}

@media screen and (min-width:760px) {
.slider, .slider-item, .slider-item img {
    height: 40vh;
}
p.copy {
    font-size: 50px;
    left: 10%;
    bottom: 65px;
    line-height: 0.6;
}
p.copy small {
    font-size: 30px;
}
h2.ttl {
    display: flex;
    align-items: center;
}
h2 small {
    width: 100%;
    margin-left: 5px;
}
.tab-btn {
    flex: 1 1 130px;
}
.notice-item {
    flex-wrap: nowrap;
}
.notice-title {
    width: 40%;
}
ul.report-list {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
}
ul.report-list li {
    width: 48%;
    margin: 0;
}
#about h2.ttl span {
    width: 235px;
}
#map .col-md-6 img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}
#banner a.col-6 {
    width: 49.2%;
}
#contact h2.ttl span {
    width: 305px;
}
a.mail {
    margin: 0;
}
#contact .row {
    align-items: baseline;
}
}

@media screen and (min-width:1200px) {
nav ul li a {
    padding: 10px;
    font-size: 16px;
}
nav ul li.tell a {
    width: 230px;
    margin: 0;
}
#header {
    justify-content: space-between;
}
nav ul {
    padding: 0;
    margin: 0;
    align-items: center;
}
.slider, .slider-item, .slider-item img {
    height: 80vh;
}
p.copy {
    line-height: 0.8;
    font-size: 68px;
}
p.copy small {
    font-size: 40px;
}
section {
    padding: 5rem 0;
}
.container {
    max-width: 1000px;
}
h2 {
    font-size: 68px;
    margin-bottom: 2rem;
}
h2 span.mp {
    line-height: 1;
}
h2 small {
    font-size: 24px;
}
.notice-item {
    padding: 1.5rem;
}
#calendar {
    margin-top: 6rem;
}
#report {
    padding: 8rem 0;
}
#report::before {
    width: 600px;
    height: 520px;
    background-position-x: -4rem;
}
ul.report-list li {
    width: 31.4%;
}
ul.report-list li a h3 {
    margin: 0;
    min-height: 80px;
}
#report::after {
    width: 450px;
    height: 380px;
    background-position-y: 5px;
    background-position-x: 5px;
}
#about h2.ttl span {
    width: 505px;
}
#about a.col-lg-4 {
    margin: 1rem 0;
    display: block;
    padding: 1.5rem 0 2rem;
    width: 31.2%;
}

#about .row {
    gap: 30px;
}

#about a.col-lg-4 img {
    width: 130px;
    margin-bottom: 1rem;
}

#about a.col-lg-4 h3 {
    margin: 0;
    font-size: 24px;
}
#banner .row {
    gap: 15px;
}
#contact h2.ttl span {
    width: 715px;
}
#contact .row {
    gap: 39px;
    justify-content: space-between;
}
#contact .row .col-md-6 {
    width: 42%;
}
#contact .row .col-md-6.mail {
    width: 54%;
}
a.mail {
    font-size: 20px;
    padding: 25px 0;
}
img.logo {
    margin-bottom: 2rem;
}
p.copyright {
    text-align: center;
}

ul.f-nav {
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

ul.f-nav li {
    width: 50%;
}
ul.f-nav li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 10px 0;
}
ul.f-nav li a:hover{
    opacity: 1;
    color: #5dc473;
}
#f-bottom {
    padding: 4rem 0 3rem;
}
#f-bottom .row {
    margin-bottom: 2rem;
}
}

@media screen and (min-width:1400px) {
.logo img, img.logo {
    width: 300px;
}
nav ul li a {
    padding: 0 20px;
    font-size: 18px;
}
nav ul li.tell a {
    padding: 9px 0;
}
.slider, .slider-item, .slider-item img {
    height: 85vh;
}
p.copy {
    font-size: 82px;
}
p.copy small {
    font-size: 48px;
}
section {
    padding: 7rem 0;
}
.container {
    max-width: 1200px;
}
h2 {
    font-size: 80px;
}
h2 small {
    font-size: 30px;
    margin-left: 20px;
}
.tab-btn {
    flex: 1 1 220px;
    font-size: 18px;
}
.notice-item {
    padding: 1.5rem 3rem;
}
.notice-cat {
    font-size: 16px;
    width: 170px;
    padding: 8px;
}
.notice-title {
    width: 60%;
}
a.link-btn {
    font-size: 18px;
    margin: 3rem auto 0;
}
#calendar {
    margin-top: 8rem;
}
#calendar iframe {
    height: 700px;
}
ul.report-list {
    gap: 34px;
}
ul.report-list li a figure img {
    height: 230px;
}
#about h2.ttl span {
    width: 600px;
}
#about a.col-lg-4 {
    margin: 2rem 0;
}
    #about a.col-lg-4 img {
    width: 150px;
}
#map .col-md-6 img, .map iframe {
    height: 400px;
}
#banner .row {
    gap: 18px;
}
#contact h2.ttl span {
    width: 830px;
}
a.mail {
    font-size: 25px;
    padding: 30px 0;
}
a.mail::before {
    width: 65px;
    height: 40px;
}
#contact .row .col-md-6 {
    width: 41%;
}

#contact .row .col-md-6.mail {
    width: 51%;
}
#contact .row {
    gap: 70px;
}
#news {
    position: relative;
}
#news::before {
    content: "";
    background-image: url(../img/deco-news-r.png);
    display: block;
    width: 140px;
    height: 190px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 7px;
    top: 8rem;
}
#news::after {
    content: "";
    background-image: url(../img/deco-news-l.png);
    display: block;
    width: 200px;
    height: 230px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 45%;
    z-index: -1;
}
#report::before {
    width: 790px;
    height: 660px;
    background-position-x: -4rem;
}
#report ul.report-list::before {
    content: "";
    background-image: url(../img/deco-report-r.png);
    display: block;
    width: 270px;
    height: 430px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -11%;
    top: -3rem;
}
#report ul.report-list::after {
    content: "";
    background-image: url(../img/deco-report-l.png);
    display: block;
    width: 220px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -9%;
    bottom: -12rem;
}
#report a.link-btn {
    margin-top: 4rem;
}
}

@media screen and (min-width:1600px) {
nav ul li a {
    padding: 0 25px;
}
.slider, .slider-item, .slider-item img {
    height: 100vh;
}
p.copy {
    font-size: 88px;
    bottom: 90px;
}
p.copy small {
    font-size: 54px;
}
section {
    padding: 8rem 0;
}
h2 {
    font-size: 88px;
}
.container {
    max-width: 1300px;
}
.tab-btn {
    flex: 1 1 250px;
    font-size: 20px;
    padding: 20px;
}
.notice-cat {
    margin: 0 1rem;
}
ul.report-list {
    gap: 45px;
}
ul.report-list li {
    width: 30.9%;
}
#report::before {
    width: 830px;
    height: 710px;
}
ul.report-list li a h3 {
    min-height: 100px;
    font-size: 20px;
}
#report {
    padding: 10rem 0;
}
#report::after {
    width: 600px;
    height: 510px;
    background-position-y: 15px;
}
#about h2.ttl span {
    width: 660px;
}
#about p {
    font-size: 18px;
    line-height: 2.2;
}
#map .col-md-6 img, .map iframe {
    height: 430px;
}
#banner .row {
    gap: 30px;
}
#banner a.col-6 {
    width: 48.8%;
}
#contact h2.ttl span {
    width: 920px;
}
#f-bottom {
    font-size: 18px;
}
p.copyright {
    font-size: 16px;
}
}

@media screen and (min-width:1900px) {
#news::before {
    width: 180px;
    height: 230px;
    right: 2%;
    top: 8rem;
}
#news::after {
    width: 315px;
    height: 340px;
    left: 2%;
    top: 47%;
    z-index: -1;
}
#report::before {
    width: 915px;
    height: 775px;
    background-position-x: 0;
}
#report ul.report-list::before {
    width: 380px;
    height: 620px;
    right: -17%;
    top: -5rem;
}
#report ul.report-list::after {
    width: 320px;
    height: 360px;
    left: -17%;
    bottom: -5rem;
}
#report::after {
    width: 645px;
    height: 545px;
    background-position: 0;
}
}

/* page */
#page_header {
    margin-top: 65px;
    background: #f0f7e7;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
h1.page-title {
    margin: 0;
    font-weight: bold;
    color: #5dc574;
    font-size: 30px;
    letter-spacing: 2px;
}
@media screen and (max-width:760px) {
.page-id-80 h1.page-title {
    font-size: 25px;
}
.wp-block-columns.bn {
    gap: 0;
}
}
.bread {
    margin: 1rem 0;
}
.bread span,.bread a {
    color: #000;
    text-decoration: none;
    padding: 0 2px;
}
#page-content {
    padding: 2rem 0 4rem;
}
h2.wp-block-heading {
    font-size: 26px;
    border-bottom: 2px solid;
    padding: 5px;
    margin: 3rem 00 1rem;
}
h3.wp-block-heading {
    background: #f0f7e7;
    padding: 10px;
    margin: 2rem 0 1rem;
    border-radius: 5px;
    color: #5dc574;
    font-size: 22px;
}
h4.wp-block-heading{
    color: #5dc574;
}
a.pdf-link {
    display: block;
    border: 1px solid #5dc574;
    color: #5dc574;
    text-decoration: none;
    font-weight: bold;
    padding: 20px 15px;
    max-width: 400px;
    position: relative;
}
#page-content a:not(.pdf-link,.notice-cat,.link-btn,.tab-btn) {
    color: #000;
    word-break: break-all;
}
#page-content a:not(.pdf-link,.notice-cat,.link-btn):hover {
    color: #5dc473;
    opacity: 1;
}

a.pdf-link::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #5dc574;
}

a.pdf-link:hover {
    opacity: 1;
    background: #5dc574;
    color: #fff;
}

a.pdf-link:hover::after {
    border-bottom: 20px solid #fff;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 1rem 1.5rem;
    /* border-left: none;
    border-right: none; */
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    background: #f0f7e7;
    font-weight: 500;
}
.wp-block-group.box {
    border: 4px solid #f5c827;
    /* background: #f0f7e7; */
    padding: 0rem 1rem 2rem;
    border-radius: 15px;
}
.wp-block-group.rinen ol {
    padding-left: 1rem;
    margin: 0;
}
.wp-block-group.rinen p.r-ttl {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 -1rem 1rem;
    background: #f5c827;
    color: #fff;
    padding: 10px;
}
.wp-block-group.member ul {
    padding-left: 1rem;
}
.wp-block-group.member ul li + li {
    margin-top: 8px;
}
.wp-block-group.box.member {
    border: 4px solid #5dc473;
    padding: 2rem 1rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.pagination {
    margin: 1rem auto 0;
    justify-content: center;
    gap: 5px;
}
.pagination span,.pagination a {
    border: 1px solid #5dc473;
    display: block;
    padding: 2px 10px;
    text-decoration: none;
    color: #5dc473;
}
span.page-numbers.current {
    background: #5dc473;
    color: #fff;
}
.post-contents h2.wp-block-heading:nth-of-type(1) {
    margin-top: 0;
}
h2.post-ttl {
    text-align: center;
    font-size: 26px;
}
.entry-pager {
    display: flex;
    margin: 2rem 0;
    justify-content: space-between;
    align-items: center;
}
.back a,.next a {
    color: #000!important;
    text-decoration: none;
    border: 1px solid #5dc473;
    display: block;
    padding: 10px 20px;
    border-radius: 70px;
}
.back a::before, .next a::after {
    content: "＜";
    color: #5dc473;
    margin-right: 5px;
}
.next a::after {
    content: "＞";
    color: #5dc473;
    margin-right: 0;
    margin-left: 5px;
}

@media screen and (min-width:1200px) {
#page_header {
    height: 12rem;
}
h1.page-title {
    font-size: 45px;
}
#page-content {
    padding: 4rem 0 6rem;
}
h2.wp-block-heading {
    font-size: 30px;
    margin: 6rem 0 1rem;
}
h3.wp-block-heading {
    font-size: 25px;
}
.wp-block-group.rinen p.r-ttl {
    font-size: 24px;
    margin-bottom: 2rem;
}
p.r-copy {
    font-size: 25px;
}
.wp-block-group.rinen ol {
    padding-left: 17%;
    font-size: 18px;
    margin: 2rem 0 0;
}
.wp-block-group.box.rinen {
    padding: 0 1rem 3rem;
    margin-top: 3rem;
}
.wp-block-group.box.member {
    padding: 3rem 6rem;
    margin: 4rem 0;
}
h2.post-ttl {
    font-size: 32px;
}
.entry-pager {
    margin-top: 4rem;
}
}
@media screen and (min-width:1600px) {
#page_header {
    height: 16rem;
}
h1.page-title {
    font-size: 50px;
}
h2.wp-block-heading {
    font-size: 35px;
}

h3.wp-block-heading {
    font-size: 28px;
}
h2.post-ttl {
    font-size: 38px;
}
}

/* form */
.wp-block-snow-monkey-forms-item {
    border-top: 1px solid #ddd;
}

.wp-block-snow-monkey-forms-item:last-child {
    border-bottom: 1px solid #ddd;
}

.smf-item__label {
    font-weight: bold;
}

.smf-item__label strong {
    color: red;
    font-size: 12px;
    margin-left: 4px;
}

.smf-action .smf-button-control__control {
    background: #5dc473;
    color: #fff;
    border: none;
    font-weight: bold;
    padding: 15px  35px;
}

@media screen and (min-width:1200px){
#snow-monkey-form-143 {
    margin-top: 3rem;
}
.smf-form--simple-table .smf-item {
    padding: 2rem 3rem;
}
}