@charset "utf-8";

@media screen and (max-width: 600px) {

/* *************************************************************************
**
**  COMMON
**
************************************************************************* */

body {
	min-width: 100%;
}

/*
 * general
 *------------------------------------------------------ */

/* breadcrumb */
.breadcrumb {
	display: none;
}
.breadcrumb_btm_inner {
	width: 100%;
	padding: 21px 25px;
}

/* keyvisual */
.keyvisual {
	margin-top: 85px;
	height: 150px;
}
.keyvisual:before {
	height: 150px;
}
.keyvisual.normal {
	height: 150px;	
}
.keyvisual-box .ttl {
	font-size: 2.3rem;
}
.keyvisual.normal .keyvisual-box .ttl {
	margin: 0;
	line-height: 1.7;
}
.keyvisual-box .ttl span {
	margin: 0;
	font-size: 1.2rem;
}
.keyvisual-box .ttl span.en {
	margin: 0;
	letter-spacing: 1.2px;
}

/* intro */
.g-intro {
	width: 100%;
	margin: 0 auto 52px;
}
.g-intro-lead {
	margin-bottom: 32px;
	font-size: 2.3rem;
	letter-spacing: .05em;
}
.g-intro-lead:after {
	margin: 26px auto 0;
}

/* sec */
.g-sec-inner {
	width: 100%;
	padding: 45px 0 50px;
}

/* head */
.g-head {
	width: 200px;
	height: 40px;
	margin: 0 auto 24px;
	padding-top: 11px;
	font-size: 1.4rem;
	border-radius: 20px;
	padding-top: 0;
	line-height: 38px;
}

/* scroll */
.g-scroll {
	width: 86.7%;
	margin: 14px auto 0;
}
.g-scroll-ttl {
	width: 120px;
	height: 24px;
	margin: 0 auto 20px;
	padding-top: 0;
	border-radius: 12px;
	font-size: 1.1rem;
	line-height: 24px;
	letter-spacing: .05em;
}
.g-scroll-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	gap: 0 8px;
}
.g-scroll-list.clm2 {
	width: auto;
}
.g-scroll-list li {
	display: block;
	width: calc( 50% - 4px );
	margin: -1px 0 0;
	font-size: 1.2rem;
	line-height: 1.5;
}
.g-scroll-list.clm2 li {
	width: calc( 50% - 4px );
	margin-right: 0;
}
.g-scroll-list.clm2 li:nth-of-type(2n) {
	margin-right: 0;
}
.g-scroll-list li a {
	padding: 12px 0 12px 10px;
}
.g-scroll-list li a:before {
	vertical-align: top;
	width: 12px;
	height: 1.5em;
	padding-right: 0;
	margin-bottom: 0;
	margin-right: 10px;
	background: url("../img/arw_scroll.svg") no-repeat left center / contain;
}

/* contact */
.g-contact {
	padding: 51px 25px 50px;
}
.top .g-contact {
	background: none;
}
.g-contact-inner {
	width: 100%;
}
.g-contact-ttl {
	width: 100%;
	padding-top: 12px;
	font-size: 2.1rem;
}
.g-contact-box {
	padding: 23px 25px 31px;
	font-size: 1.6rem;
	background: #f9f9f9;
	border-radius: 0 0 10px 10px;
}
.g-contact-box .tel {
	display: block;
	width: 100%;
	margin: 16px 0 0 0;
	font-size: 1.0rem;
}
.g-contact-box .tel:before {
	width: 53px;
	height: 53px;
	padding-right: 9px;
}
.g-contact-box .tel p {
	margin-right: -10px;
}
.g-contact-box .tel span {
	font-size: 3.3rem;
	letter-spacing: .02em;
}
.g-contact-box .g-btn {
	display: block;
	margin-top: 22px;
}
.g-contact-box .g-btn a {
	width: 100%;
	height: 60px;
	min-width: 0;
	padding: 0;
	line-height: 60px;
}

/*
 * header
 *------------------------------------------------------ */
header {
	position: absolute;
	top: 0;
	min-width: 100%;
	background: #fff;
	height: 85px;
	transition: height .4s;
}
.nav-active header {
	background: #f9f9f9 !important;
	height: 100vh;
	overflow-y: auto;
}
header .inr {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}
.home header {
	background: transparent;
}
header.invisible {
  transform: translateY(0%);
}
header .logo {
	margin: 22px 0 15px 15px;
	width: 213px;
}
header .logo img {
	width: 213px;
	height: auto;
}
.home header .logo {
	background: url("../img/logo_w.svg") no-repeat 0 0/213px;
}
.home header .logo img {
	opacity: 0;
}
.home.nav-active header .logo {
	opacity: 1;
}
.home.nav-active header .logo img {
	opacity: 1;
}
header .nav-all {
	display: block;
	position: absolute;
	top: 17px;
	right: 15px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	z-index: 101;
	background: #f9f9f9;
}
header .nav-all span {
	position: absolute;
	left: 0;
	right: 0;
	width: 18px;
	height: 2px;
	margin: auto;
	background: #37bec3;
	border-radius: 1px;
	transition: all .4s;
}
header .nav-all span:nth-of-type(1) {
	top: 18px;
}
header .nav-all span:nth-of-type(2) {
	top: 24px;
}
header .nav-all span:nth-of-type(3) {
	top: 30px;
}

.nav-active header .nav-all {
	background: #fff;
}
.nav-active header .nav-all span:nth-of-type(1) {
	top: 17px;
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.nav-active header .nav-all span:nth-of-type(2) {
	opacity: 0;
}
.nav-active header .nav-all span:nth-of-type(3) {
	top: 31px;
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}

header .nav {
	display: none;
	background: #f9f9f9;
	padding: 0 0 40px;
}
.nav-active header .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	gap: 0 0;
}

header .nav-list {
	order: 2;
	width: 100%;
	margin-top: 25px;
	display: block;
	border-top: 1px solid #e9e9e9;
	line-height: 1;
}
header .nav-list > li {
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
}
header .nav-list > li.sp {
	display: block;
}
header .nav-list li a {
	display: block;
}
header .nav-list li a:hover {
	color: #37bec3;
}
header .nav-list > li > a,
header .nav-list > li > span.parent {
	display: block;
	font-size: 1.4rem;
	height: auto;
	padding: 20px 25px;
	position: relative;
}
header .nav-list > li.cu > a,
header .nav-list > li.cu > span.parent {
	color: #333;
}
header .nav-list > li > a::after,
header .nav-list > li > span.parent::after {
	display: none !important;
}

header .nav-list > li > a::before,
header .nav-list > li > span.parent::before {
	content: '';
	display: inline-block;
	position: relative;
	width: 12px;
	height: 1px;
	margin: 0 10px 3px 0;
	background: #37bec3;
	vertical-align: middle;	
}
header .nav-list .btn {
	display: block;
	font-size: 1.4rem;
	width: calc( 1em + 40px );
	height: calc( 1em + 40px );
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #e9e9e9;
}
header .nav-list .btn::before,
header .nav-list .btn::after {
	content: '';
	display: block;
	position: absolute;
	background: #898989;
}
header .nav-list .btn::before {
	width: 12px;
	height: 1px;
	top: calc( 50% - .5px );
	left: calc( 50% - 6px );
}
header .nav-list .btn::after {
	width: 1px;
	height: 12px;
	top: calc( 50% - 6px );
	left: calc( 50% - .5px );
	transition: transform .5s;
}
header .nav-list li.on .btn {
	background-color: #efefef;
}
header .nav-list li.on .btn::after {
	transform: scale(1, 0);
}
header .nav-list .children {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #efefef;
	border-top: 1px solid #e9e9e9;
}
header .nav-list li.on.outline .children {
	display: none !important;
}
header .nav-list .children a {
	padding: 12px 25px;
}

header .nav-btn {
	order: 1;
	display: block;
	margin: 0 auto;
	width: 86.7%;
}
header .nav-btn li + li {
	margin-top: 15px;
}
header .nav-btn a {
	width: 100%;
	max-width: 325px;
	font-size: 1.4rem;
	border-radius: 4px;
}
header .nav-btn a::before {
	content: '';
	display: inline-block;
	position: relative;
	width: 12px;
	height: 1px;
	margin: 0 10px 3px 0;
	background: #fff;
	vertical-align: middle;
}
header .nav-btn a .sp {
	display: inline;
}

header .info {
	order: 3;
	display: block;
	width: 86.7%;
	margin: 35px auto 0;
	font-size: 0;
}
header .info-logo {
	margin-bottom: 16px;
}
header .info-name {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B',  sans-serif;
	font-weight: bold;
	line-height: 1.75;
}
header .info-address {
	margin-bottom: 12px;
	font-size: 1.4rem;
	line-height: 1.75;
}
header .info-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	gap: 0 26px;
}
header .info-link a {
	font-size: 1.2rem;
}
header .info-link a:before {
	content: '';
	display: inline-block;
	width: 4.5px;
	height: 4.5px;
	margin: 0 5px 2px 0;
	vertical-align: middle;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: none;
}

header .nav-sns {
	margin-top: 15px;
}
header .nav-sns li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 12px;
	border: none;
}
header .nav-sns li.fb,
header .nav-sns li.tw {
	background: none;
}
header .nav-sns li a {
	width: 30px;
	height: 30px;
	padding: 0;
	line-height: 1;
}
header .info-copyright {
	margin-top: 17px;
	font-size: 1.2rem;
	line-height: 1.667;
	letter-spacing: 0;
}
header .info-copyright br {
	display: none;
}


/*
 * footer
 *------------------------------------------------------ */
footer {
	padding: 25px 0 40px;
	background: #f9f9f9;
}
footer .inner {
	width: 100%;
	display: block;
}
footer nav {
	width: 100%;
}
footer .nav-btn {
	display: block;
	margin: 0 auto;
	width: 86.7%;
}
footer .nav-btn li + li {
	margin-top: 16px;
}
footer .nav-btn a {
	width: 100%;
	max-width: 325px;
	height: 50px;
	font-size: 1.4rem;
	line-height: 50px;
}

footer .nav-list {
	margin-top: 25px;
	display: block;
	line-height: 1;
}
footer .nav-list > li {
	padding: 0;
}
footer .nav-list > li.inline {
	width: 100%;
}
footer .nav-list > li.hierarchical {
	display: block;
	position: relative;
}
footer .nav-list > li > a,
footer .nav-list > li > span {
	padding: 20px 25px;
}
footer .nav-list > li.hierarchical > a,
footer .nav-list > li.hierarchical > span {
	width: 100%;
}
footer .nav-list > li.hierarchical .btn {
	display: block;
	width: calc( 1em + 40px );
	height: calc( 1em + 40px );
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #e9e9e9;
}
footer .nav-list > li.hierarchical.on .btn {
	background-color: #efefef;
}
footer .nav-list > li.hierarchical .btn::before {
	content: '';
	display: block;
	width: 12px;
	height: 1px;
	position: absolute;
	top: calc( 50% - .5px );
	left: calc( 50% - 6px );
	background: #898989;
}
footer .nav-list > li.hierarchical .btn::after {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	position: absolute;
	top: calc( 50% - 6px );
	left: calc( 50% - .5px );
	background: #898989;
	transition: transform .5s;
}
footer .nav-list > li.hierarchical.on .btn::after {
	transform: scale(1, 0);
}
footer .nav-list .hierarchical .children {
	display: none;
	width: 100%;
	border-top: 1px solid #e9e9e9;
	background: #efefef;
	padding: 17px 0;
}
footer .nav-list > li.hierarchical.on .children {
	display: block;
}
footer .nav-list .activity .children ul:nth-child(1),
footer .nav-list .activity .children ul:nth-child(2),
footer .nav-list .activity .children ul:nth-child(3),
footer .nav-list .individual .children ul {
	width: 100%;
}
footer .nav-list .hierarchical ul a {
	font-size: 1.2rem;
	padding: 12px 25px;
}

footer .info {
	width: 86.7%;
	margin: 35px auto 0;
}
footer .info-logo {
	margin-bottom: 16px;
}
footer .info-name {
	margin-bottom: 8px;
}
footer .info-address {
	margin-bottom: 12px;
}
footer .info-link a:before {
	content: '';
	display: inline-block;
	width: 4.5px;
	height: 4.5px;
	margin: 0 5px 2px 0;
	vertical-align: middle;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: none;
}
footer .nav-sns {
	display: inline-block;
	margin-top: 15px;
	vertical-align: top;
}
footer .nav-sns li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 12px;
	border: none;
}
footer .nav-sns li.fb,
footer .nav-sns li.tw {
	background: none;
}
footer .nav-sns li a {
	width: 30px;
	height: 30px;
	padding: 0;
	line-height: 1;
}
footer .nav-sns li a:before {
	display: none;
}
footer .nav-sns li a:hover img {
	opacity: 1;
}
footer .info-copyright {
	margin-top: 17px;
	font-size: 1.2rem;
	line-height: 1.667;
	letter-spacing: 0;
}
footer .info-copyright br {
	display: none;
}

/*
 * main
 *------------------------------------------------------ */
main {
	padding-top: 46px;
}
main .only-sp {
	display: block;
}
main br.sp {
	display: inline;
}
main .only-pc,
main br.pc {
	display: none;
}

/* switch */
.js-switch ul:nth-of-type(1) {
	width: 217px;
	height: 431px;
	margin: auto;
	background: url("../img/img_sample_base@2x.png") no-repeat 0 0/217px;
}
.js-switch ul:nth-of-type(1) > li img {
	width: 217px;
	height: auto;
}

/*
 * top
 *------------------------------------------------------ */
.top main {
	padding: 0;
}
.top-head, .top-head02 {
	margin-bottom: 42px;
}
.top-lead {
	margin-bottom: 30px;
	font-size: 2.3rem;
	line-height: 1.6;
	text-align: center;
}
.top-lead:after {
	margin-top: 32px;
}
.top .g-btn a {
	width: 100%;
	height: 60px;
	min-width: auto;
	padding: 0;
	line-height: 60px;
}

.top .keyvisual {
	overflow: hidden;
	height: 500px;
	margin: 0;
	border-radius: 0 0 25px 25px;
	z-index: 1;
}
.top .keyvisual:before {
	height: 500px;
	margin: 0;
}
.top .keyvisual .pc {
	display: none;
}
.top .keyvisual .sp {
	display: block;
}
.top .keyvisual .video {
	border-radius: 0 0 25px 25px;	
}
.top .keyvisual-inner {
	top: 116px;
}
.top .keyvisual-inner .catch {
	margin-bottom: 16px;
	font-size: 2.6rem;
}
.top .keyvisual-inner .img {
	margin: 0 auto 22px;
}
.top .keyvisual-inner .img img {
	width: 94px;
	height: auto;
	vertical-align: top;
}
.top .keyvisual-inner .text {
	width: auto;
	display: inline-block;
	vertical-align: top;
	padding-left: 22px;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1;
}
.top .keyvisual-inner .text:before {
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: url("../img/top/img_kv_by.png") no-repeat left center / 11px 20px;
}
.top .keyvisual-inner .text span {
	font-size: 10px;
	transform: scale(.9);
	transform-origin: left top;
	margin-bottom: 5px;
}
.top .keyvisual-inner .donate {
	display: block;
	text-decoration: none;
	width: 56%;
	max-width: 210px;
	height: 40px;
	line-height: 40px;
	background: #f6ad3c;
	color: #fff;
	margin: 32px auto 0;
	font-size: 1.4rem;
	border-radius: 4px;
}
.top .keyvisual-inner .donate::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 12px;
	height: 1px;
	margin: 0 10px 3px 0;
	background: #fff;
}

.top-news {
	border-radius: 0 38px;
	margin-top: -35px;
	padding: 35px 0;
}
.top-news:before {
	top: -43px;
	width: 56px;
	height: 45px;
	background-size: 56px;	
}
.top-news:after {
	bottom: -41px;
	width: 50px;
	height: 45px;
	background-size: 50px;	
}
.top-news .top-sec-inner {
	display: block;
	width: 100%;
	padding: 68px 0 68px;
}
.top-news .top-head {
	margin-bottom: 0;
}
.top-news-index1 {
	margin: 35px 0;
	padding: 0 25px;
}
.top-news-index1-item {
	display: table;
	width: 100%;
	margin-bottom: 25px;
}
.top-news-index1-item:last-child {
	margin-bottom: 39px;
}
.top-news-index1-item .img {
	display: table-cell;
	width: 160px;
	padding-top: 5px;
	border: none;
	background-position: 0 5px;
}
.top-news-index1-item .img a {
	width: 160px;
	height: 120px;
	border: 1px solid #eee;
}
.top-news-index1-item .img img {
}
.top-news-index1-item .img .pickup {
	top: 21px;
}
.top-news-index1-item .text {
	display: table-cell;
	padding: 0 0 0 17px;
	line-height: 1;
}
.top-news-index1-item h3,
.top-news-index2-item h3 {
	margin-bottom: 6px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.top-news-index1-item .date,
.top-news-index2-item .date {
	margin-bottom: 7px;
}
.top-news-index1-item .cate a,
.top-news-index2-item .cate a {
	display: inline-block;
	margin-bottom: 5px;
}
.top-news-index2 {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	padding: 0 25px;
}
.top-news-index2-item {
	padding: 15px 20px 13px 20px;
	line-height: 1;
}
.top-news-index2-item h3 {
	display: block;
	margin-bottom: 3px;
}
.top-news-index2-item .date,
.top-news-index2-item .cate {
	display: inline-block;
	width: auto;
	margin: 0 18px 5px 0;
	padding-right: 0;
	vertical-align: top;
}
.top-news-index2-item .cate {
	margin: 1px 0 0 0;
}
.top-news-index2-item .pc {
	display: none;
}
.top-news-index2-item .sp {
	display: inline-block;
}
.top-news .g-btn {
	margin: 0 50px;
}

/* intro */
.top-intro {
	margin: -35px auto 0;
	border-radius: 0 35px 0 35px;
}
.top-intro::before,
.top-intro::after {
	width: 35px;
	height: 35px;
	background: url("../img/top/bg_sec_w.svg") no-repeat 0 0 / 35px;
}
.top-intro::before {
	top: -35px;
}
.top-intro::after {
	bottom: -35px;
}
.top-intro .top-sec-inner {
	position: relative;
	width: 86.7%;
	padding: 65px 0 70px;
}
.top-intro .top-lead {
	margin-bottom: 45px;
	font-size: 2.3rem;
	text-align: center;
	line-height: 1.5;
}
.top-intro .top-lead:after {
	margin: 39px auto 0;
}
.top-intro-mobile {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
}
.top-intro-mobile p img {
	width: 219px;
	height: auto;
}
.top-intro .top-switch {
	margin: 10px 0 0 4px;
}
.top-switch-btn .item a {
	padding-top: 1px;
}
.top-text {
	margin-top: 32px;
}
.top-intro-tool {
	margin: 16px auto 0;
	padding-left: 0;
	text-align: center;
}
.top-intro-tool .img .ico {
	position: relative;
	margin-bottom: 35px;
}
.top-intro-tool .img .ico img {
	width: 100px;
	height: auto;
}
.top-intro-tool .img .tool {
	position: relative;
	padding-top: 40px;
}
.top-intro-tool .img .tool::before {
	position: absolute;
	top: 0;
	left: calc( 50% - 10px );
	transform: rotate(90deg);
	transform-origin: center top;
}
.top-intro-tool .img .tool img {
	vertical-align: top;
}
.top-intro-tool .text {
	width: 92.3%;
	margin: 10px auto 0;
}

/* km */
.top-km {
	margin-top: -35px;
	padding: 35px 0;
	border-radius: 0 35px 0 0;
}
.top-km .top-sec-inner {
	margin: auto;
	width: 86.7%;
	padding: 70px 0;
}
.top-km-box {
	width: 100%;
	margin: 39px 0 0 0;
}
.top-km-box-list {
	display: block;
	width: 100%;
	margin-bottom: 23px;
}
.top-km-box-list:nth-of-type(4) {
	margin-bottom: 25px;
}
.top-km-box-list .inner {
	padding: 0;
}
.top-km-box-list:before {
	left: 0;
	right: 0;
	margin: auto;
}
.top-km-box-list .img {
	height: 162px;
}
.top-km-box-list.n1 .img {
	padding: 3px 3px 0 0;
}
.top-km-box-list.n2 .img {
	padding: 9px 22px 0 0;
}
.top-km-box-list.n3 .img {
	padding: 0 13px 0 0;
}
.top-km-box-list.n4 .img {
	padding: 0 2px 0 0;
}
.top-km-box-list p {
	margin: 0 36px;
}
.top-km-sv {
	width: 100%;
	margin: 25px auto 0;
	position: relative;
	padding: 35px 25px;
	min-height: auto;
	text-align: center;
}
.top-km-sv h3 {
	font-size: 1.7rem;
	line-height: 1.75;
}
.top-km-sv img {
	margin-top: 20px;
	position: relative;
	left: 0;
	top: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.top-km-sv p {
	margin-top: 20px;
	text-align: left;
}
.top-km .g-btn {
	margin-top: 30px;
}

/* top-activity */
.top-activity {
	margin-top: -35px;
	border-radius: 0 35px 0 0;
	padding: 0 0 35px;
}
.top-activity:before {
	top: -35px;
	width: 35px;
	height: 35px;
	background: url("../img/top/bg_sec_w.svg") no-repeat 0 0 / 35px;
}
.top-activity .top-sec-inner {
	width: 86.7%;
	padding: 70px 0;
}
.top-activity .top-text {
	text-align: left;
}
.top-activity .top-text br {
	display: none;
}
.top-activity .activity-list-g {
	gap: 20px 0;
	margin-top: 26px;
}
.top-activity .activity-list-g + .activity-list-g {
	margin-top: 30px;
}
.top-activity .activity-list-g + .activity-list-g::before {
	width: 100%;
	margin: 0 auto 10px;
}
.top-activity .activity-list-g a {
	width: 100%;
}
.top-activity .activity-list-g .ico {
	width: 40px;
	height: 24px;
}
.top-activity .activity-list-g .ico img {
	width: 100%;
	height: auto;
}
.top-activity .activity-list-g .img {
	width: 100%;
	height: auto;
}
.top-activity .activity-list-g .img img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform .5s;
}
.top-activity .activity-list-g a:hover .img img {
	transform: scale(1.1);
}
.top-activity .activity-list-g h3 img {
	width: 100%;
	height: auto;
}
.top-activity .activity-list-g + .top-text {
	margin-top: 28px;
}
.top-activity .g-btn {
	margin-top: 24px;
}

/* donate */
.top-donate {
	margin-top: -35px;
	border-radius: 0 35px 0 35px;
	padding: 70px 0;
}
.top-donate::before,
.top-donate::after {
	width: 35px;
	height: 35px;
	background: url('../img/top/bg_sec_b.svg') no-repeat 0 0 / 35px;
}
.top-donate::before {
	top: -35px;
}
.top-donate::after {
	bottom: -35px;
}
.top-donate-head .top-lead {
	margin-bottom: 40px;
}
.top-donate-head .top-text {
	margin: auto;
	width: 80%;
	text-align: left;
}
.top-donate-head .top-text br {
	display: none;
}
.top-donate-box {
	width: 86.7%;
	margin: 25px auto 0;
	gap: 0 0;
	padding-bottom: 45px;
	text-align: center;
}
.top-donate-box h3 {
	padding: 14px 0;
	font-size: 1.6rem;
	line-height: 1.5;
}
.top-donate-box h4 {
	font-size: 2rem;
}
.top-donate-box p {
	margin-top: 1em;
	font-size: 1.4rem;
	min-height: auto;
	margin-bottom: 20px;
}
.top-donate-box .g-btn {
	display: block;
}
.top-donate-box-l {
	width: 85%;
	padding: 35px 0 40px;
}
.top-donate-box-l h4 {
	padding-left: 0;
}
.top-donate-box-l h4 img {
	position: relative;
	top: 0;
	left: 0;
	margin: 20px auto 0;
}
.top-donate-box-l p {
	padding-left: 0;
}
.top-donate-box-l .g-btn.wh {
	margin: 16px auto 0;
}
.top-donate-box-r {
	width: 85%;
	padding-top: 35px;
}
.top-donate-box-r::before {
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
}

/* message */
.top-message {
	margin-top: -35px;
	padding: 35px 0;
}
.top-message:before {
	height: 395px;
}
.top-message .top-sec-inner {
	width: 100%;
	padding: 75px 0 70px;
}
.top-message-head {
	width: 78.67%;
}
.top-message-head .top-head {
	margin-bottom: 53px;
}
.top-message-head .top-lead br {
	display: none;
}
.top-message-head .top-lead br.sp {
	display: block;
}
.top-message-l {
	display: block;
	width: 100%;
	margin-top: 39px;
}
.top-message-box.m1,
.top-message-box.m2,
.top-message-box.m3 {
	width: 100%;
	margin: 0 0 25px;
	padding: 0 25px;
}
.top-message-r {
	display: block;
	width: 100%;
	margin: 0 0 6px;
}
.top-message-box-fukidashi {
	padding: 28px 25px 23px 25px;
	line-height: 1.8;
}
.top-message-box-fukidashi .ttl {
	margin: 0 0 10px;
	text-align: center;
}
.top-message-box-fukidashi .ttl:after {
	display: none;
}
.top-message-box-fukidashi:after,
.top-message-box.m1 .top-message-box-fukidashi:after {
	left: 21%;
}
.top-message-box-text,
.top-message-box.m1 .top-message-box-text {
	margin: 25px 0 0 5%;
}
.top-message .g-btn {
	margin: 0 50px;
}

/* feed */
.top-feed {
	margin-top: -35px;
	padding: 70px 0 calc( 70px + 35px );
	border-radius: 0 35px 0 0;
}
.top-feed::before {
	top: -35px;
	width: 35px;
	height: 35px;
	background: url("../img/top/bg_sec_lg.svg") no-repeat 0 0 / 35px;
}
.top-mm {
	width: 86.7%;
	margin: 0 auto 15px;
	padding: 22px;
	display: block;
}
.top-mm h2 {
	margin-right: 0;
	margin-bottom: 16px;
}
.top-mm div[name="frmLB1612051"] {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	width: 100%;
	gap: 7px 0;
}
.top-mm .formbox-field-email-1612051 {
	width: 100%;
}
.top-mm .formbox-field-email-1612051 input.formbox-field-1612051 {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
}
.top-mm .formbox-field-fname-1612051 {
	width: calc( 100% - 110px);
}
.top-mm .formbox-field-fname-1612051 input.formbox-field-1612051 {
	width: 100%;
	box-sizing: border-box;
	border-radius: 0 0 5px 5px;
}
.top-mm .formbox-button-1612051 {
	width: 100px;
	margin: 0 0 0 10px;
}
.top-x,
.top-fb {
	width: 42%;
	margin: 0 1.3%;
}
.top-x a,
.top-fb a {
	width: 100%;
	height: 60px;
}
.top-x a img,
.top-fb a img {
	width: 60%;
}
.top-x a {
	padding-top: 19px;
}
.top-fb a {
	padding-top: 17px;
}


/* about */
.top-about {
	margin-top: -35px;
	border-radius: 0 35px 0 0;
}
.top-about::before {
	top: -35px;
	width: 35px;
	height: 35px;
	background: url("../img/top/bg_sec_w.svg") no-repeat 0 0 / 35px;
}
.top-about .top-sec-inner {
	width: 86.7%;
	margin: auto;
	padding: 60px 0 0;
}
.top-about-lead {
	margin-bottom: 24px;
	font-size: 1.6rem;
	line-height: 1.7;
}
.top-about-box-l {
	display: block;
	width: 100%;
}
.top-about-box-l-menu {
	width: 100%;
	margin-bottom: 24px;
}
.top-about-box-l-menu li {
	width: 46%;
	margin: -1px 7.5% 0 0;
	font-size: 1.2rem;
}
.top-about-box-l-menu li a {
	padding: 10px 10px 9px 10px;
}
.top-about-box-l-menu li a:before {
	height: 12px;
	padding-right: 14px;
}
.top-about .g-btn {
	margin: 0 63px;
}
.top-about .g-btn a {
	height: 50px;
	font-size: 1.4rem;
	line-height: 50px;
}
.top-about-box-r {
	display: block;
	width: 100%;
	border: none;
	text-align: center;
}
.top-about-box-r:before {
	top: 159px;
	right: -11px;
	background-color: transparent;
	z-index: 2;
}
.top-about-box-r .img {
	position: relative;
	margin: 33px 33px 0 0;
	z-index: 1;
}
.top-about-box-r .text {
	margin: 8px 0 21px;
	text-align: left;
}
.top-about-box-r .ttl {
	text-align: center;
}

/*
 * news
 *------------------------------------------------------ */
.news-sec {
	padding-bottom: 50px;
}
.news-intro .g-intro-lead {
	margin-bottom: 50px;
	font-size: 2.0rem;
}
.news-intro .g-intro-lead:after {
	margin-top: 26px;
}
.news-category,
.news-monthly {
	width: 100%;
	margin-bottom: 22px;
}
.news-category dt,
.news-monthly dt {
	width: 92px;
	padding: 0 0 0 25px;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
}
.news-category dd,
.news-monthly dd {
	padding: 0 25px 0 14px;
	vertical-align: middle;
}
.news-category dd ul {
	margin-bottom: -14px;
}
.news-category dd li {
	margin: 0 10px 14px 0;
	font-size: 1.2rem;
	line-height: 1;
}
.news-index {
	width: 100%;
	margin: 47px auto 25px;
	padding: 0 25px;
}
.news-index-item {
	display: table;
	width: 100%;
	margin-bottom: 25px;
	padding: 0;
	background: none;
}
.news-index-item:last-child {
	margin-bottom: 39px;
}
.news-index-item-img {
	display: table-cell;
	width: 160px;
	padding-top: 5px;
	border: none;
	background-position: 0 5px;
	background-size: 160px;
}
.news-index-item-img a {
	width: 160px;
	height: 120px;
	border: 1px solid #eee;
}
.news-index-item-img .pickup {
	top: 21px;
	padding-left: 5px;
}
.news-index-item-text {
	display: table-cell;
	padding: 9px 0 0 17px;
	line-height: 1;
}
.news-index-item-text h3 {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.news-index-item-text .date {
	margin-bottom: 7px;
}
.news-index-item-text .cate a {
	display: inline-block;
	margin-bottom: 5px;
}
.news-index .pagination {
	display: none;
}
.news-index-btn {
	width: auto;
	margin-top: 25px;
	padding: 25px 50px 0;
}
.news-index-btn a {
	width: 100%;
	height: 60px;
	padding: 0px 8px 0 0px;
	line-height: 60px;
}
.news-index-btn a:hover {
	background: none;
}

/* single */
.news-single {
	overflow: hidden;
	width: 100%;
	margin-top: 3px;
	padding: 0 25px;
}
.news-single-head {
	margin-bottom: 35px;
	font-size: 2.5rem;
}
.news-single-box {
	padding: 6px 20px;
}
.news-single-box .date {
	margin-right: 10px;
	font-size: 1.2rem;
}
.news-single-box .cate {
	font-size: 1.2rem;
}
.news-single-box .cate a {
	display: inline-block;
}
.news-single-content {
	padding: 0 0 35px 0;
	word-break: break-all;	
}
.news-single-content * {
	width: auto !important;
	height: auto !important;
}
.news-single-content p {
	margin-top: 32px;
	font-size: 1.6rem;
	word-break: break-all;
}
.news-single-content h2 {
	margin-top: 45px;
	font-size: 1.8rem;
	word-break: break-all;
}
.news-single-content pre {
	white-space: normal;
}
.news-single-content .wp-caption {
	margin-top: 17px;
	color: #868686;
	font-size: 1.4rem;
	line-height: 1.2;
}
.news-single-content img {
	max-width: 100%;
}
.news-single-content .share {
	margin: 25px auto 0;
	gap: 10px 20px;
}
.news-single-content .share > p {
	font-size: 1.2rem;
}
.news-single-content .share ul {
	gap: 0 15px;
}
.news-single-content .share a {
	width: 6.4vw !important;
	max-width: 24px !important;
}
.news-single-content .share a:hover {
	opacity: 1;
}
.news-single-content .share img {
	width: 100% !important;
}
.news-single-content .share .bal {
	white-space: nowrap;
	width: 90px !important;
	font-size: 10px;
	left: calc( 50% - 45px );
	top: -40px;
}
.news-pagination {
	position: relative;
	display: block;
	width: auto;
	margin: 40px 25px 39px;
	font-size: 0;
}
.news-pagination-box.top {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
}
.news-pagination-box.top a {
	width: 100%;
	height: 50px;
	font-size: 1.4rem;
	line-height: 50px;
}
.news-pagination-box.top a:hover {
	background: none;
}
.news-pagination-box.prev,
.news-pagination-box.next {
	display: inline-block;
	width: 48%;
	padding-top: 63px;
}
.news-pagination-box.prev {
	margin-right: 3.6%;
}
.news-pagination-box.prev > *,
.news-pagination-box.next > * {
	display: none;
}
.news-pagination-box.prev > .link,
.news-pagination-box.next > .link {
	display: block;
	text-align: center;
}
.news-pagination-box.prev > .link a,
.news-pagination-box.next > .link a {
	display: block;
	height: 50px;
	color: #333333;
	font-size: 1.4rem;
	line-height: 50px;
	font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B',  sans-serif;
	font-weight: bold;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
}
.news-pagination-box.prev > .link a:hover,
.news-pagination-box.next > .link a:hover {
	text-decoration: none;
}
.news-pagination-box.prev > .link a:before,
.news-pagination-box.next > .link a:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 1px;
	margin: 0 10px 2px 0;
	background: #37bec3;
	vertical-align: middle;
}
.news .single-btm {
	margin-bottom: 49px;
}


/*
 * donate
 *------------------------------------------------------ */

.donate .keyvisual {
	background: url("../img/donate/img_donate_kv.jpg") no-repeat center center / 480px;
}
.donate .keyvisual-box .ttl {
	margin: 20px 0 0;
}
.donate-intro .g-intro-lead {
	font-size: 2.3rem;
}
.donate-intro .g-intro-lead:after {
	margin-top: 26px;
}
.donate .g-intro-text {
	width: 86.7%;
	text-align: left;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.75;
}
.donate .g-intro-text br {
	display: none;
}
.donate-01 .g-head {
	margin: 0 auto 40px;
}
.donate-01-img {
	width: 190px;
}
.donate-01-img img:not(.bal) {
	width: 190px;
	height: auto;
}
.donate-01-img .bal {
	left: -78px;
	top: -24px;
	width: 122px;
	height: auto;
}
.donate-01-lead {
	margin-top: 18px;
	font-size: 2rem;
	line-height: 1.75;
}
.donate-01-special {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	width: 80%;
	margin: 26px auto 0;
	gap: 25px 0;
}
.donate-01-special li {
	width: 100%;
}
.donate-01-special .label {
	top: -16px;
	left: -16px;
	width: 46px;
	height: 46px;
	padding-top: 9px;
}
.donate-01-special .label span {
	margin-top: 0;
	font-size: 20px;
}
.donate-01-special img {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	margin-right: 12px;
}
.donate-01-special .txt {
	display: inline-block;
	vertical-align: middle;
	width: calc( 100% - 135px );
	margin-top: 0;
	font-size: 1.3rem;
	line-height: 1.54;
}
.donate-01-box {
	width: 92%;
	margin: 35px auto 0;
	padding: 25px 6.7% 35px;
}
.donate-01-box .lead {
	font-size: 1.4rem;
	line-height: 1.75;
}
.donate-01-box .card {
	width: 202px;
	margin: 18px auto 0;
}
.donate-01-box .price {
	margin: 24px -5px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	gap: 10px 10px;
}
.donate-01-box .price li {
	width: calc( 50% - 5px );
}
.donate-01-box .price a {
	padding: 12px 10px 12px 32px;
	font-size: 1.2rem;
	letter-spacing: 0;
}
.donate-01-box .price a::before {
	left: 12px;
}
.donate-01-box .price .num {
	font-size: 2rem;
}
.donate-01-box .btn {
	width: 100%;
	max-width: 300px;
	height: 60px;
	font-size: 1.4rem;
	line-height: 60px;
}
.donate-01-box .note {
	margin-top: 16px;
	font-size: 1rem;
	line-height: 1.6;
	text-align: left;
}
.donate-01-box .cancell {
	padding-top: 30px;
	margin-top: 35px;
}
.donate-01-box .cancell h3 {
	font-size: 1.4rem;
}
.donate-01-box .cancell p {
	text-align: left;
}
.donate-01-box .cancell p + p {
	margin-top: .5em;
	text-align: center;
}
.donate-01-box .cancell p a {
	display: block;
	text-align: left;
	word-break: break-all;
	line-height: 1.5;
}
.donate-02-lead {
	font-size: 1.5rem;
}
.donate-02-way {
	gap: 20px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	width: 86.7%;
	margin: 24px auto 0;
}
.donate-02-way > div {
	width: 100%;
	padding: 0 25px 35px;
}
.donate-02-way > div h3 {
	line-height: 40px;
	font-size: 1.6rem;
}
.donate-02-card h3 {
	margin: 0 -25px 22px;
}
.donate-02-card input[type="text"] {
	max-width: 100%;
}
.donate-02-card .btn {
	max-width: 100%;
}
.donate-02-card .note {
	font-size: 1rem;
	margin-bottom: -.25em;
}
.donate-02-bank h3 {
	margin: 0 -25px 22px;
}
.donate-02-bank .txt {
	margin-top: 4px;
}
.donate-02-bank .table {
	margin-top: 18px;
}
.donate-02-bank .table h4 {
	width: 68px;
	padding-left: 4px;
	font-size: 1.1rem;
	line-height: 2.22;
}


/*
 * epds ( add: 2024/02/08 )
 *------------------------------------------------------ */
 
section.epds section {
	width: 86.7%;
	margin: 0 auto 50px;
}

section.epds p.lead {
	font-size: 1.8rem;
	letter-spacing: .05em;
}

section.epds .error p {
	margin: 30px 0 0;
}

section.epds ul li {
	padding: 30px 0 30px 45px;
}
section.epds ul li p.ttl {
	font-size: 1.6rem;
	line-height: 1.75;
	margin-bottom: 10px;
	position: relative;
	padding-left: 0;
}
section.epds ul li p.ttl span {
	position: absolute;
	top: calc( 1.4rem - .5em);
	left: -45px;
	width: 45px;
	box-sizing: border-box;
	padding-right: 5px;
	font-size: 32px;
	line-height: 1;
}
section.epds ul li p.item {
	padding-left: 0;
	font-size: 16px;
	line-height: 1.75;
	line-height: 2;
}
section.epds ul li p.item input[type="radio"] {
	margin: 0 10px 0 0;
}

section.epds .epds-form-btn {
	margin: 30px auto 20px;
	width: 100%;
	max-width: 300px;
}
section.epds .epds-form-btn > div {
	display: block;
	margin: 0 auto;
	font-size: 1.6rem;
}
section.epds .epds-form-btn > div:before {
	left: calc( 50% - 3em - 24px );
}
section.epds .epds-form-btn input[type="submit"] {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 70px;
	padding: 0 0 0 18px;
	font-size: 1.6rem;
}

/*-- result --*/

.result_num {
	width: auto;
	margin: 0 auto 35px;
	padding: 30px 10px;
}
.result_num p {
	font-size: 1.8rem;
	line-height: 1;
}
.result_num p span.ttl {
	display: block;
	margin: 0 auto 10px;
}
 