@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#s_action {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
  padding: 0 0 115px;
}
#s_action::before, #s_action::after {
  content: '';
  position: absolute;
}
#s_action::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: #fff;
}
#s_action::after {
  top: 140px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 210px 3350px 0 0;
  border-color: #fff transparent transparent transparent;
  margin-left: -1675px;
}
#s_action.single::before, #s_action.single::after {
  display: none;
}
#s_action .p_ttl {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 700;
  color: #000;
  box-sizing: border-box;
}
#s_action .p_ttl::after {
  content: '';
  display: block;
  width: 30px;
  height: 38px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -25px;
  background: url("../img/ico_ktrb_gre.svg") no-repeat center 0/30px;
}
#s_action h2.p_ttl {
  height: 240px;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3em;
  padding-top: 80px;
}
#s_action h2.p_ttl .logo {
  display: block;
  margin-top: 20px;
}
#s_action h2.p_ttl a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
#s_action div.p_ttl {
  height: auto;
  padding: 70px 0;
  position: relative;
}
#s_action div.p_ttl::before {
  content: '';
  position: absolute;
  left: calc( 50% - 1675px );
  top: 0;
  bottom: -105px;
  width: 3350px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc( 100% - 210px ), 0 100%);
}
#s_action div.p_ttl h2 {
  width: 90%;
  max-width: 800px;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4em;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 0 .5em;
}
#s_action div.p_ttl.active h2 {
  color: #df0006;
}
#s_action div.p_ttl .label_time {
  position: relative;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#s_action div.p_ttl .label {
  padding: .4em 1em;
  color: #fff;
  border-radius: 2px;
  font-size: 1em;
  margin-right: 1.5em;
}
#s_action div.p_ttl.active .label {
  background-color: #df0006;
}
#s_action div.p_ttl.inactive .label {
  background-color: #bcbcbc;
}
#s_action div.p_ttl time {
  font-size: 1.4em;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
}
#s_action div.p_ttl .logo {
  margin-top: 25px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#s_action div.p_ttl .logo span {
  color: #bcbcbc;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 1.4em;
  margin-right: 14px;
}
#s_action div.p_ttl .logo a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
#s_action div.p_ttl::after {
  display: none;
}
#s_action > .breadcrumb_hd {
  margin: 35px 0 55px;
  position: relative;
  z-index: 2;
}
#s_action > .content {
  width: 670px;
  margin: 0 auto;
}
#s_action .p_lead {
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 2;
}
#s_action .article_list {
  margin-top: 40px;
  border-top: 1px solid #eaeaea;
}
#s_action .article_list article {
  padding: 35px 0;
  border-bottom: 1px solid #eaeaea;
  min-height: 87px;
  position: relative;
  text-align: left;
}
#s_action .article_list article a {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
#s_action .article_list article a:hover .img img {
  transform: scale(1.1);
}
#s_action .article_list article a:hover .ttl {
  text-decoration: underline;
}
#s_action .article_list article .img {
  width: 130px;
  aspect-ratio: 130 / 87;
  overflow: hidden;
  text-align: center;
  background: url("../img/pat2.png") repeat center top/3px;
}
#s_action .article_list article .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: .25s;
}
#s_action .article_list article .txt {
  flex: 1;
  display: flex;
  flex-flow: column;
}
#s_action .article_list article .ttl {
  margin: -.15em 0;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: 2.2em;
  line-height: 1.3;
}
#s_action .article_list article .ttl .label {
  display: inline-block;
  vertical-align: top;
  margin-top: calc( 2.2em * 1.3 / 2 - 9px );
  margin-right: .8em;
  padding: 0 1em;
  color: #fff;
  border-radius: 2px;
  font-family: 'MFW-YuGoPr6N-Medium', sans-serif;
  font-size: 10px;
  line-height: 18px;
}
#s_action .article_list article.active .ttl {
  color: #df0006;
}
#s_action .article_list article.active .label {
  background-color: #df0006;
}
#s_action .article_list article.inactive .label {
  background-color: #bcbcbc;
}
#s_action .article_list article time {
  margin-top: 12px;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.5;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
}
#s_action .pagination {
  display: none;
}
#s_action .btn_lin_s {
  margin: 50px auto 0;
}
#s_action .btn_lin_s.on {
  display: none;
}
#s_action .coming {
  margin-top: 20px;
  text-align: left;
  font-size: 1.6em;
}
#s_action .container {
  margin: 0 auto;
  width: 1080px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 180px 0 140px;
}
#s_action .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  clip-path: polygon(0 68px, 100% 0, 100% calc(100% - 68px), 0 100%);
  background-color: #fff;
}
#s_action .container::after {
  content: '';
  display: block;
  width: 30px;
  height: 38px;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -15px;
  top: -13px;
  background: url("../img/ico_ktrb_gre.svg") no-repeat center 0/30px;
}
#s_action .container .breadcrumb_hd {
  padding: 0;
  margin-bottom: 95px;
}
#s_action .container .breadcrumb_hd p {
  padding-left: 35px;
}
#s_action .container article > .img {
  width: 800px;
  margin: -180px calc( 50% - 400px ) 70px;
}
#s_action .container article > .img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
#s_action .container .content {
  position: relative;
  width: 650px;
  border-bottom: 1px solid #f5f5f5;
  text-align: left;
  padding: 0 0 65px;
  margin: 0 auto;
}
#s_action .container .lead {
  font-size: 1.6em;
  line-height: 2;
  zoom: 1;
}
#s_action .container .lead:before, #s_action .container .lead:after {
  content: '';
  display: table;
}
#s_action .container .lead:after {
  content: '';
  display: table;
  clear: both;
}
#s_action .container .lead a {
  word-break: break-all;
  font-size: 1em;
}
#s_action .container .lead a:not(.btn_lin) {
  color: #30a2dc;
}
#s_action .container .lead p > strong,
#s_action .container .lead p > b {
  color: #000;
}
#s_action .container .lead strong,
#s_action .container .lead b {
  font-family: 'MFW-YuGoPr6N-Bold', sans-serif;
  font-weight: bold;
}
#s_action .container .lead em {
  font-style: italic;
}
#s_action .container .lead div {
  max-width: 100%;
}
#s_action .container .lead p {
  clear: both;
}
#s_action .container .lead p + * {
  margin-top: 60px;
}
#s_action .container .lead p + p {
  margin-top: 2em;
}
#s_action .container .lead p + p.cap {
  margin-top: 10px;
}
#s_action .container .lead p + img,
#s_action .container .lead p img:not(:first-child) {
  margin-top: 20px;
}
#s_action .container .lead p.cap {
  color: #989898;
  font-size: 12px;
  line-height: 1.5;
}
#s_action .container .lead p + a.embed {
  margin-top: 30px;
}
#s_action .container .lead h1, #s_action .container .lead h2, #s_action .container .lead h3, #s_action .container .lead h4, #s_action .container .lead h5, #s_action .container .lead h6 {
  color: #000;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
}
#s_action .container .lead h1 + p, #s_action .container .lead h2 + p, #s_action .container .lead h3 + p, #s_action .container .lead h4 + p, #s_action .container .lead h5 + p, #s_action .container .lead h6 + p {
  margin-top: 20px;
}
#s_action .container .lead h1 + img, #s_action .container .lead h1 + blockquote, #s_action .container .lead h1 + div, #s_action .container .lead h1 + a.embed, #s_action .container .lead h2 + img, #s_action .container .lead h2 + blockquote, #s_action .container .lead h2 + div, #s_action .container .lead h2 + a.embed, #s_action .container .lead h3 + img, #s_action .container .lead h3 + blockquote, #s_action .container .lead h3 + div, #s_action .container .lead h3 + a.embed, #s_action .container .lead h4 + img, #s_action .container .lead h4 + blockquote, #s_action .container .lead h4 + div, #s_action .container .lead h4 + a.embed, #s_action .container .lead h5 + img, #s_action .container .lead h5 + blockquote, #s_action .container .lead h5 + div, #s_action .container .lead h5 + a.embed, #s_action .container .lead h6 + img, #s_action .container .lead h6 + blockquote, #s_action .container .lead h6 + div, #s_action .container .lead h6 + a.embed {
  margin-top: 30px;
}
#s_action .container .lead h1, #s_action .container .lead h2 {
  font-size: 1.44em;
  line-height: 1.74;
  padding-top: 80px;
  border-top: 1px solid #f5f5f5;
}
#s_action .container .lead h1:after, #s_action .container .lead h2:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #00ab8d;
  margin: 35px 0 60px;
}
#s_action .container .lead h1:first-child, #s_action .container .lead h2:first-child {
  padding-top: 0;
  border-top: none;
}
#s_action .container .lead h3, #s_action .container .lead h4 {
  font-size: 1.125em;
  line-height: 1.78;
}
#s_action .container .lead h3.bar, #s_action .container .lead h4.bar {
  color: #00ab8d;
  background: #f5f5f5;
  padding: 8px 20px 6px;
}
#s_action .container .lead img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
}
#s_action .container .lead img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
#s_action .container .lead img + * {
  margin-top: 60px;
}
#s_action .container .lead img + p {
  margin-top: 20px;
}
#s_action .container .lead img + p.cap {
  margin-top: 10px;
}
#s_action .container .lead div.box {
  background: #f5f5f5;
  padding: 45px;
  font-size: 0.875em;
}
#s_action .container .lead div.box h3,
#s_action .container .lead div.box h4,
#s_action .container .lead div.box h5,
#s_action .container .lead div.box h6 {
  color: #00ab8d;
}
#s_action .container .lead div.box + * {
  margin-top: 60px;
}
#s_action .container .lead blockquote {
  font-style: italic;
  border-left: 1px solid #f5f5f5;
  padding-left: 45px;
}
#s_action .container .lead blockquote + * {
  margin-top: 60px;
}
#s_action .container .lead a.embed {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  padding: 10px 20px 10px 10px;
  background-color: #f5f5f5;
  color: #000;
  text-decoration: none;
  gap: 20px;
}
#s_action .container .lead a.embed + * {
  margin-top: 60px;
}
#s_action .container .lead a.embed + p {
  margin-top: 30px;
}
#s_action .container .lead a.embed + a.embed {
  margin-top: 10px;
}
#s_action .container .lead a.embed .thumb {
  aspect-ratio: 1200 / 630;
  overflow: hidden;
  width: 130px;
  background-color: #fff;
}
#s_action .container .lead a.embed .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
#s_action .container .lead a.embed p {
  flex: 1;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: .875em;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc( 1.75em * 2 );
}
#s_action .container .lead a.embed:hover {
  color: #00ab8d;
}
#s_action .container .lead > p:first-child {
  margin-top: -.5em;
}
#s_action .container .lead .red {
  color: #df0006;
}
#s_action .container .lead + .donate {
  margin-top: 45px;
}
#s_action .container .body {
  margin-top: 2em;
  padding-bottom: 70px;
  border-bottom: 1px solid #f5f5f5;
}
#s_action .container .body:has(.toc) {
  margin-top: 55px;
}
#s_action .container .body .toc {
  border-top: 1px solid #f5f5f5;
}
#s_action .container .body .toc li {
  border-bottom: 1px solid #f5f5f5;
}
#s_action .container .body .toc li a {
  display: inline-block;
  padding: 15px 0 15px 25px;
  text-decoration: none;
  color: #000;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: .875em;
  line-height: 1.2;
  position: relative;
}
#s_action .container .body .toc li a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: calc( 50% - 5px );
  width: 10px;
  height: 10px;
  background: url(../img/arr1_gre.svg) no-repeat center center/contain;
  transform: rotate(90deg);
}
#s_action .container .body .toc li a:hover {
  color: #00ab8d;
}
#s_action .container .body .toc + h1,
#s_action .container .body .toc + h2 {
  border-top: none;
}
#s_action .container .body {
  font-size: 1.6em;
  line-height: 2;
  zoom: 1;
}
#s_action .container .body:before, #s_action .container .body:after {
  content: '';
  display: table;
}
#s_action .container .body:after {
  content: '';
  display: table;
  clear: both;
}
#s_action .container .body a {
  word-break: break-all;
  font-size: 1em;
}
#s_action .container .body a:not(.btn_lin) {
  color: #30a2dc;
}
#s_action .container .body p > strong,
#s_action .container .body p > b {
  color: #000;
}
#s_action .container .body strong,
#s_action .container .body b {
  font-family: 'MFW-YuGoPr6N-Bold', sans-serif;
  font-weight: bold;
}
#s_action .container .body em {
  font-style: italic;
}
#s_action .container .body div {
  max-width: 100%;
}
#s_action .container .body p {
  clear: both;
}
#s_action .container .body p + * {
  margin-top: 60px;
}
#s_action .container .body p + p {
  margin-top: 2em;
}
#s_action .container .body p + p.cap {
  margin-top: 10px;
}
#s_action .container .body p + img,
#s_action .container .body p img:not(:first-child) {
  margin-top: 20px;
}
#s_action .container .body p.cap {
  color: #989898;
  font-size: 12px;
  line-height: 1.5;
}
#s_action .container .body p + a.embed {
  margin-top: 30px;
}
#s_action .container .body h1, #s_action .container .body h2, #s_action .container .body h3, #s_action .container .body h4, #s_action .container .body h5, #s_action .container .body h6 {
  color: #000;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
}
#s_action .container .body h1 + p, #s_action .container .body h2 + p, #s_action .container .body h3 + p, #s_action .container .body h4 + p, #s_action .container .body h5 + p, #s_action .container .body h6 + p {
  margin-top: 20px;
}
#s_action .container .body h1 + img, #s_action .container .body h1 + blockquote, #s_action .container .body h1 + div, #s_action .container .body h1 + a.embed, #s_action .container .body h2 + img, #s_action .container .body h2 + blockquote, #s_action .container .body h2 + div, #s_action .container .body h2 + a.embed, #s_action .container .body h3 + img, #s_action .container .body h3 + blockquote, #s_action .container .body h3 + div, #s_action .container .body h3 + a.embed, #s_action .container .body h4 + img, #s_action .container .body h4 + blockquote, #s_action .container .body h4 + div, #s_action .container .body h4 + a.embed, #s_action .container .body h5 + img, #s_action .container .body h5 + blockquote, #s_action .container .body h5 + div, #s_action .container .body h5 + a.embed, #s_action .container .body h6 + img, #s_action .container .body h6 + blockquote, #s_action .container .body h6 + div, #s_action .container .body h6 + a.embed {
  margin-top: 30px;
}
#s_action .container .body h1, #s_action .container .body h2 {
  font-size: 1.44em;
  line-height: 1.74;
  padding-top: 80px;
  border-top: 1px solid #f5f5f5;
}
#s_action .container .body h1:after, #s_action .container .body h2:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #00ab8d;
  margin: 35px 0 60px;
}
#s_action .container .body h1:first-child, #s_action .container .body h2:first-child {
  padding-top: 0;
  border-top: none;
}
#s_action .container .body h3, #s_action .container .body h4 {
  font-size: 1.125em;
  line-height: 1.78;
}
#s_action .container .body h3.bar, #s_action .container .body h4.bar {
  color: #00ab8d;
  background: #f5f5f5;
  padding: 8px 20px 6px;
}
#s_action .container .body img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
}
#s_action .container .body img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
#s_action .container .body img + * {
  margin-top: 60px;
}
#s_action .container .body img + p {
  margin-top: 20px;
}
#s_action .container .body img + p.cap {
  margin-top: 10px;
}
#s_action .container .body div.box {
  background: #f5f5f5;
  padding: 45px;
  font-size: 0.875em;
}
#s_action .container .body div.box h3,
#s_action .container .body div.box h4,
#s_action .container .body div.box h5,
#s_action .container .body div.box h6 {
  color: #00ab8d;
}
#s_action .container .body div.box + * {
  margin-top: 60px;
}
#s_action .container .body blockquote {
  font-style: italic;
  border-left: 1px solid #f5f5f5;
  padding-left: 45px;
}
#s_action .container .body blockquote + * {
  margin-top: 60px;
}
#s_action .container .body a.embed {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  padding: 10px 20px 10px 10px;
  background-color: #f5f5f5;
  color: #000;
  text-decoration: none;
  gap: 20px;
}
#s_action .container .body a.embed + * {
  margin-top: 60px;
}
#s_action .container .body a.embed + p {
  margin-top: 30px;
}
#s_action .container .body a.embed + a.embed {
  margin-top: 10px;
}
#s_action .container .body a.embed .thumb {
  aspect-ratio: 1200 / 630;
  overflow: hidden;
  width: 130px;
  background-color: #fff;
}
#s_action .container .body a.embed .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
#s_action .container .body a.embed p {
  flex: 1;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: .875em;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc( 1.75em * 2 );
}
#s_action .container .body a.embed:hover {
  color: #00ab8d;
}
#s_action .container .body h2 {
  text-align: center;
}
#s_action .container .body h2::after {
  margin: 35px auto 60px;
}
#s_action .container .donate {
  margin-top: 70px;
  background-color: #f5f5f5;
  border-top: 6px solid #df0006;
  padding: 45px 40px 50px;
  text-align: center;
}
#s_action .container .donate h2 {
  color: #df0006;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3em;
}
#s_action .container .donate p {
  margin-top: 15px;
  color: #000;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 2;
}
#s_action .container .donate .btn {
  border-radius: 9999px;
  background-color: #df0006;
  color: #fff;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  width: 260px;
  height: 60px;
  box-sizing: border-box;
  display: block;
  margin: 18px auto 0;
  text-decoration: none;
  font-size: 1.8em;
  line-height: 60px;
  position: relative;
}
#s_action .container .donate .btn::after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  right: 25px;
  background: url(../img/arr1_whi.svg) no-repeat center center/contain;
}
#s_action .container .donate .btn:hover {
  background-color: #b70000;
}
#s_action .container .faq {
  margin-top: 70px;
}
#s_action .container .faq h3 {
  color: #00ab8d;
  background: #f5f5f5;
  padding: 8px 20px 6px;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.78;
}
#s_action .container .faq ul {
  margin-top: 40px;
}
#s_action .container .faq ul li + li {
  margin-top: 30px;
  border-top: 1px solid #f5f5f5;
  padding-top: 30px;
}
#s_action .container .faq ul .ttl {
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.7;
  margin: 0 0 4px 0;
  display: flex;
}
#s_action .container .faq ul .ttl span.icn {
  width: 58px;
  color: #00ab8d;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  top: -10px;
}
#s_action .container .faq ul .ttl span.txt {
  flex: 1;
}
#s_action .container .faq ul .a {
  font-size: 1.4em;
  line-height: 2;
}
#s_action .container .faq ul .a a {
  color: #30a2dc;
}
#s_action .container .aboutus {
  margin-top: 55px;
}
#s_action .container .aboutus h3 {
  color: #00ab8d;
  background: #f5f5f5;
  padding: 8px 20px 6px;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.78;
}
#s_action .container .aboutus .table {
  margin-top: 35px;
  border-top: 1px solid #f5f5f5;
}
#s_action .container .aboutus .table li {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 22px 20px;
  border-bottom: 1px solid #f5f5f5;
}
#s_action .container .aboutus .table .th {
  width: 100px;
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.17;
}
#s_action .container .aboutus .table .td {
  flex: 1;
  font-size: 1.4em;
  line-height: 2;
  margin: -.5em 0;
}
#s_action .container .sonaeru {
  margin-top: 60px;
  background-color: #f5f5f5;
  padding: 40px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
#s_action .container .sonaeru .logo {
  margin-right: 35px;
}
#s_action .container .sonaeru .hd {
  flex: 1;
}
#s_action .container .sonaeru .hd h3 {
  color: #00ab8d;
  font-family: 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
}
#s_action .container .sonaeru .hd h3 .en {
  letter-spacing: .06em;
}
#s_action .container .sonaeru .hd p {
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1.75;
}
#s_action .container .sonaeru .hd p a {
  color: #30a2dc;
}
#s_action .container .sonaeru .archive {
  width: 100%;
  border-top: 1px solid #eaeaea;
  margin-top: 20px;
  padding-top: 25px;
}
#s_action .container .sonaeru .archive h4 {
  font-family: 'brandon-grotesque', 'MFW-PA1GothicStdN-Medium', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
}
#s_action .container .sonaeru .archive ul {
  margin-top: 15px;
}
#s_action .container .sonaeru .archive li {
  font-size: 1.2em;
  line-height: 1.75;
}
#s_action .container .sonaeru .archive li + li {
  margin-top: .5em;
}
#s_action .container .sonaeru .archive h5 {
  font-family: 'MFW-YuGoPr6N-Bold', sans-serif;
  font-weight: bold;
}
#s_action .container .sonaeru .archive h5::before {
  content: '';
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #00ab8d;
  margin-top: calc(.875em - 5px);
  margin-right: 2px;
}
#s_action .container + .btn_lin {
  margin-top: 45px;
}
#s_action .share_side {
  position: absolute;
  left: 50%;
  margin-left: -475px;
  top: 0;
  width: 22px;
  text-align: center;
}
#s_action .share_side.fix {
  position: fixed;
  top: 120px;
}
#s_action .share_side.fix.end {
  position: absolute;
  top: auto;
  bottom: 0;
}
#s_action .share_side p::before, #s_action .share_side p::after {
  content: '';
  display: block;
}
#s_action .share_side p::before {
  margin: 0 1px 10px 4px;
  width: 17px;
  height: 22px;
  background: url("../img/ico_ktrb.svg") no-repeat center top/17px;
}
#s_action .share_side p::after {
  margin: 6px auto 0;
  width: 22px;
  height: 98px;
  background: url("../img/arr2_down.svg") no-repeat center bottom/12px;
}
#s_action .share_side p span {
  margin: 0 2px;
  display: block;
  color: #000;
  display: inline-block;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: 'futura-pt-condensed', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
}
#s_action .share_side p span .combine {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
}
#s_action .share_side ul {
  margin-top: 20px;
  width: 22px;
  border-top: 1px solid #000;
}
#s_action .share_side li {
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
#s_action .share_side .btn_li,
#s_action .share_side .btn_fb,
#s_action .share_side .btn_tw {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
}
#s_action .share_side .btn_li {
  width: 22px;
  height: 22px;
  background: url("../img/ico_li.svg") no-repeat center center/22px;
}
#s_action .share_side .btn_li:hover {
  background: url("../img/ico_li_gre.svg") no-repeat center center/22px;
}
#s_action .share_side .btn_fb {
  width: 22px;
  height: 22px;
  background: url("../img/ico_fb.svg") no-repeat center center/22px;
}
#s_action .share_side .btn_fb:hover {
  background: url("../img/ico_fb_gre.svg") no-repeat center center/22px;
}
#s_action .share_side .btn_tw {
  width: 24px;
  height: 19px;
  margin: 0 -1px;
  background: url("../img/ico_tw.svg") no-repeat center center/18px;
}
#s_action .share_side .btn_tw:hover {
  background: url("../img/ico_tw_gre.svg") no-repeat center center/18px;
}
#s_action .share_ft {
  position: relative;
  margin-top: 50px;
  text-align: center;
}
#s_action .share_ft ul {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  #s_action {
    padding: 0 0 60px;
  }
  #s_action::before {
    height: 140px;
  }
  #s_action::after {
    border-width: 38px 600px 0 0;
    top: 140px;
    margin-left: -300px;
  }
  #s_action > .breadcrumb_hd {
    display: none;
  }
  #s_action h2.p_ttl {
    height: 160px;
    font-size: 2.3em;
    padding: 50px 0 0;
  }
  #s_action h2.p_ttl .logo {
    margin-top: 15px;
  }
  #s_action div.p_ttl {
    padding: 50px 0;
    background-color: #fff;
  }
  #s_action div.p_ttl::before {
    display: none;
  }
  #s_action div.p_ttl h2 {
    font-size: 2.4em;
    line-height: 1.58;
  }
  #s_action div.p_ttl .label_time {
    margin-top: 15px;
  }
  #s_action div.p_ttl .label {
    margin-right: 1em;
  }
  #s_action div.p_ttl .logo {
    margin-top: 20px;
  }
  #s_action div.p_ttl .logo span {
    font-size: 1.2em;
    margin-right: 10px;
  }
  #s_action div.p_ttl .logo img {
    width: 100px;
    height: auto;
  }
  #s_action > .content {
    width: 86%;
    margin-top: 40px;
  }
  #s_action .article_list {
    margin-top: 20px;
  }
  #s_action .article_list article {
    min-height: inherit;
    padding: 26px 0;
  }
  #s_action .article_list article a {
    gap: 20px;
    position: relative;
  }
  #s_action .article_list article a:hover .img img {
    transform: scale(1);
  }
  #s_action .article_list article a:hover .ttl {
    text-decoration: none;
  }
  #s_action .article_list article .img {
    width: 40%;
    max-width: 130px;
  }
  #s_action .article_list article .ttl {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 5px;
    font-size: 1.4em;
    margin: 0 0 -.35em;
  }
  #s_action .article_list article .ttl .label {
    margin: 0;
  }
  #s_action .article_list article time {
    margin-top: 8px;
  }

  #s_action .btn_lin_s {
    margin: 40px auto 0;
  }

  #s_action .coming {
    text-align: center;
    font-size: 1.4em;
  }

  #s_action .container {
    width: 100%;
    padding: 50px 0 38px;
  }
  #s_action .container::before {
    top: 0;
    left: calc( 50% - 300px );
    width: 600px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 38px), 0 100%);
  }
  #s_action .container::after {
    content: '';
    display: block;
    width: 30px;
    height: 38px;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -15px;
    top: -13px;
    background: url("../img/ico_ktrb_gre.svg") no-repeat center 0/30px;
  }
  #s_action .container .breadcrumb_hd {
    display: none;
  }
  #s_action .container article > .img {
    width: 100%;
    margin: -50px 0 45px;
  }
  #s_action .container .content {
    width: 100%;
    border-bottom: none;
    padding: 0 7%;
    box-sizing: border-box;
  }
  #s_action .container .lead h1, #s_action .container .lead h2 {
    font-size: 1.31em;
    padding-top: 0;
    border-top: none;
  }
  #s_action .container .lead h1:after, #s_action .container .lead h2:after {
    margin: 30px 0 50px;
  }
  #s_action .container .lead div.box {
    padding: 30px 25px 25px;
  }
  #s_action .container .lead blockquote {
    padding-left: 25px;
  }
  #s_action .container .lead table {
    width: 100%;
    height: auto;
  }
  #s_action .container .lead a.embed {
    gap: 10px;
    padding: 10px;
  }
  #s_action .container .lead a.embed .thumb {
    width: 100px;
  }
  #s_action .container .lead a.embed p {
    font-size: .75em;
    margin: -.25em 0;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    max-height: calc( 1.5em * 3 );
  }
  #s_action .container .lead + .donate {
    margin-top: 40px;
  }
  #s_action .container .body {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  #s_action .container .body:has(.toc) {
    margin-top: 40px;
  }
  #s_action .container .body .toc li a {
    padding: 12px 0 12px 25px;
  }
  #s_action .container .body .toc li a br.sp {
    display: none;
  }
  #s_action .container .body .toc .btn {
    margin: 15px auto 0;
  }
  #s_action .container .body .toc .btn:hover {
    background-color: #df0006;
  }
  #s_action .container .body .toc + * {
    margin-top: 60px;
  }
  #s_action .container .body h1, #s_action .container .body h2 {
    font-size: 1.31em;
    padding-top: 0;
    border-top: none;
  }
  #s_action .container .body h1:after, #s_action .container .body h2:after {
    margin: 30px 0 50px;
  }
  #s_action .container .body div.box {
    padding: 30px 25px 25px;
  }
  #s_action .container .body blockquote {
    padding-left: 25px;
  }
  #s_action .container .body table {
    width: 100%;
    height: auto;
  }
  #s_action .container .body a.embed {
    gap: 10px;
    padding: 10px;
  }
  #s_action .container .body a.embed .thumb {
    width: 100px;
  }
  #s_action .container .body a.embed p {
    font-size: .75em;
    margin: -.25em 0;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    max-height: calc( 1.5em * 3 );
  }
  #s_action .container .body h2 {
    text-align: center;
  }
  #s_action .container .body h2::after {
    margin: 30px auto 50px;
  }
  #s_action .container .donate {
    margin-top: 40px;
    border-top: 5px solid #df0006;
    padding: 35px 0 40px;
  }
  #s_action .container .donate h2 {
    font-size: 2.4em;
  }
  #s_action .container .donate p {
    margin: 10px 8% 0;
    font-size: 1.4em;
    line-height: 1.75;
  }
  #s_action .container .donate .btn {
    width: 210px;
    height: 50px;
    margin: 10px auto 0;
    font-size: 1.6em;
    line-height: 50px;
  }
  #s_action .container .faq {
    margin-top: 40px;
  }
  #s_action .container .faq ul {
    margin-top: 25px;
  }
  #s_action .container .faq ul li + li {
    margin-top: 20px;
    padding-top: 20px;
  }
  #s_action .container .faq ul .ttl {
    margin: 0;
  }
  #s_action .container .faq ul .a {
    font-size: 1.2em;
  }
  #s_action .container .aboutus {
    margin-top: 40px;
  }
  #s_action .container .aboutus .table {
    margin-top: 25px;
  }
  #s_action .container .aboutus .table li {
    padding: 18px 0;
  }
  #s_action .container .aboutus .table .th {
    width: 70px;
    font-size: 1.1em;
    line-height: 1.09;
  }
  #s_action .container .aboutus .table .td {
    font-size: 1.2em;
    line-height: 1.75;
    margin: -.375em 0;
  }
  #s_action .container .sonaeru {
    margin-top: 40px;
    padding: 25px 20px;
    flex-flow: column;
  }
  #s_action .container .sonaeru .logo {
    margin-right: 0;
  }
  #s_action .container .sonaeru .hd h3 {
    margin-top: 20px;
    text-align: center;
  }
  #s_action .container .sonaeru .hd p {
    margin-top: 15px;
  }
  #s_action .container .sonaeru .archive h4 {
    font-size: 1.3em;
  }
  #s_action .container .sonaeru .archive li + li {
    margin-top: .375em;
  }

  #s_action .share_side {
    display: none;
  }

  #s_action .share_ft {
    margin-top: 0;
    padding: 40px 0 60px;
  }
  #s_action .share_ft ul {
    width: 86%;
    flex-flow: wrap;
    gap: 10px;
    margin: 0 auto;
    border-top: 1px solid #f5f5f5;
    padding-top: 40px;
  }
}
#infscr-loading {
  margin: 60px auto 10px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #00ab8d;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #00ab8d), color-stop(42%, rgba(34, 181, 174, 0)));
  background: -webkit-linear-gradient(left, #00ab8d 10%, rgba(34, 181, 174, 0) 42%);
  background: -o-linear-gradient(left, #00ab8d 10%, rgba(34, 181, 174, 0) 42%);
  background: linear-gradient(to right, #00ab8d 10%, rgba(34, 181, 174, 0) 42%);
  -webkit-animation: load 1.4s infinite linear;
  animation: load 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media screen and (max-width: 600px) {
  #infscr-loading {
    margin: 50px auto 10px;
  }
}
#infscr-loading::before {
  width: 50%;
  height: 50%;
  background: #00ab8d;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
#infscr-loading::after {
  background: #f5f5f5;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#infscr-loading div,
#infscr-loading img {
  display: none !important;
}
