@charset "UTF-8";
/*
Theme Name: a
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	color: #000;
	font: inherit;
	vertical-align: baseline;
	transition: .3s;
	font-family: 'Noto Sans JP', sans-serif;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    margin-bottom: 50px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #000;
	text-decoration: none;
	transition: .3s;
}
a:hover {
	color: #f00;
}
a:hover img{
   opacity: .8;
}
img, iframe {
	vertical-align: bottom;
	width: 100%;
}
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
	outline-offset: -2px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
.clear:after,
.volunteer3 .box1:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 100;
	background: #fff;
}
.h1 {
    width: 500px;
    float: left;
}
.h1 span {
    font-size: 18px;
    display: inline-block;
    margin-left: 230px;
    position: relative;
    top: -13px;
    color: #f00;
    font-family: din-condensed, sans-serif;
    letter-spacing: 2px;
}
header h1 img {
    width: 190px;
    position: relative;
    top: 20px;
    left: 20px;
}
.navMenu {
	float: right;
	margin-top: 40px;
	margin-right: 70px;
}
.navMenu li {
    float: left;
    padding: 0 13px;
    font-weight: 700;
}
.navMenu {
	float: right;
	margin-top: 40px;
	margin-right: 70px;
}
.navMenu li.sns {
    width: 230px;
    padding: 0 22px;
}
.navMenu li.sns img {
	height: 18px;
	width: auto;
	float: left;
	padding: 0 8px;
}
.btn {
	position: absolute;
	right: 0;
	top: 0;
	background: #f00;
	width: 100px;
	height: 70px;
	padding-top: 30px;
	cursor: pointer;
}
.btn span {
	width: 35px;
	height: 3px;
	margin: 5px auto;
	background: #fff;
	display: block;
	transition: .3s;
}
.btn p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: futura;
}
.on .btn {
	z-index: 21;
	background: #fff;
}
.on .btn span {
	background: #f00;
}
.on .btn span:nth-child(1) {
	transform: rotate(45deg);
	transition: .3s;
	position: relative;
	top: 7px;
}
.on .btn span:nth-child(2) {
	opacity: 0;
	transition: .3s;
}
.on .btn span:nth-child(3) {
	transform: rotate(-45deg);
	transition: .3s;
	position: relative;
	top: -9px;
}
.menu .switchBox {
	opacity: 0;
	pointer-events: none;
	width: 320px;
	height: calc(100vw - 80px);
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 20;
	padding: 40px 30px;
	box-shadow: -1px -1px 5px #666;
}
.on.menu .switchBox {
	opacity: 1;
	pointer-events: auto;
}
.switchBox .close {
	font-size: 30px;
	font-weight: 700;
	width: 100%;
	text-align: right;
	color: #f00;
}
.menu .switchBox nav {
	margin-top: 20px;
}
nav ul li {
	width: 100%;
}
nav ul li a {
	border-bottom: 1px solid #c8c8c8;
	display: block;
	width: 100%;
	padding: 16px 0;
	font-size: 16px;
	font-weight: 700;
}
header .search input {
	width: 90.5%;
	padding: 5%;
	background: #f0f0f0;
	border: none;
	margin-top: 20px;
	font-size: 13px;
	letter-spacing: 1px;
}
header .info {
	margin-top: 20px;
}
header .info h2 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 6px;
}
header .info p {
	font-size: 14px;
	font-weight: 700;
	color: #8f8f8f;
	line-height: 23px;
}
header .info p a {
	color: #8f8f8f;
}
header .switchBox>.sns {
	margin-top: 60px;
}
header .switchBox>.sns img {
	width: 35px;
	margin-right: 15px;
	float: left;
}
article {
	margin-top: 70px;
}
.topSlide {
    overflow: hidden;
}
.topSlide li {
	position: relative;
}
.topSlide li p {
	position: absolute;
	top: 15vw;
	left: 19vw;
	font-size: 47px;
	color: #fff;
	font-weight: 700;
}
.topMessage {
	padding: 130px 0;
	max-width: 1700px;
	width: 90%;
	margin: 0 auto;
}
.tit {
	font-family: din-condensed, sans-serif;
	font-weight: 700;
   font-size: 80px;
   color: #f00;
}
.tit span {
    color: #f00;
    font-size: 18px;
    display: block;
    margin-top: 10px;
}
.topMessage h3 {
    margin: 40px 0;
    font-size: 32px;
    color: #f00;
    font-weight: 700;
    line-height: 42px;
}

.topMessage p {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 50px;
}
a.linkBtn,
.alm-load-more-btn {
    font-size: 15px;
    font-weight: 700;
    color: #87734c;
    border: 1px solid #87734c;
    padding: 15px 30px;
    display: inline-block;
    transition: .3s;
}
a.linkBtn:hover,
.alm-load-more-btn:hover {
   background:#87734c;
   color: #fff;
}
.topMessage .left {
    float: left;
    width: 50%;
    margin-right: 5%;
}
.topMessage img {
    float: left;
    width: 45%;
}
.topTopics {
    background: #efefef;
}
.topTopics .wrap {
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
}
.topTopics .tit {
    position: relative;
}
.topTopics .tit .linkBtn {
    position: absolute;
    right: 0;
    top: 56px;
}
.topTopics .tit:after {
    content: "";
    display: block;
    width: 81%;
    height: 1px;
    background: #666;
    position: absolute;
    top: 82px;
    margin: auto;
    left: -4%;
    right: 0;
}
.topTopics ul {
    margin-top: 80px;
}
.topTopics ul li {
    float: left;
    width: 31.3%;
    margin-left: 3%;
}
.topTopics ul li:nth-child(1) {
    margin-left: 0;
}
.topTopics ul li img {
    width: calc(100% - 4px);
    height: auto;
    margin-bottom: 40px;
    border: 1px solid #808080;
}
.topTopics ul li div p {
   color: #4d4d4d;
    font-size: 14px;
}
.topTopics ul li div p .cat {
    color: #f00;
    border: 1px solid #f00;
    padding: 2px 10px;
    margin-left: 20px;
}
.topTopics ul li div p .label,
.SinList1 .leftBlock ul li a .txt .label {
    display: inline-block;
    margin-right: 8px;
    background: red;
    padding: 2px 5px;
    font-size: 14px;
    color: #fff;
}
.topTopics ul li div h3 {
    font-size: 18px;
    margin-top: 22px;
    line-height: 28px;
    text-align: justify;
    font-weight: 700;
}
.topProf img {
    width: 70%;
    float: left;
}
.topProf .right {
    width: 24%;
    padding: 5% 3%;
    float: left;
    background: #87734c;
    position: relative;
    left: -3vw;
    top: 2vw;
}
.topProf .tit,
.topProf .tit span{
    color: #fff;
}
.topProf .right h3 {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    margin-top: 60px;
    letter-spacing: 4px;
}
.topProf .right h3 span {
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    margin-left: 30px;
    letter-spacing: 4px;
}
.topProf .right p {
    line-height: 31px;
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
    text-align: justify;
}
.topProf a.linkBtn {
    color: #fff;
    border: 2px solid #fff;
    margin-top: 60px;
}
.topProf a.linkBtn:hover {
    color: #87734c;
    background:#fff;
}
.topMovie {
    background: #fff;
}
.topMovie ul li {
    width: 22.7%;
}
.topMovie ul li iframe {
    width: 100%;
    height: 190px;
}
.topMovie ul li div p {
    margin-top: 10px;
}
.footMain {
    background: url(/wp-content/themes/a/img/footBg.jpg);
    background-size: cover;
    background-position: center;
    width: 96%;
    padding: 3% 2%;
    height: 420px;
}
.footMain .left {
    width: 50%;
    float: left;
}
.footMain .left h1 a {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 4px;
}
.footMain .left h1 a img {
    width: 200px;
}
.footMain .left h1 a span {
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    top: -5px;
}
.footMain .left p {
    color: #fff;
    margin-top: 40px;
    line-height: 24px;
}
.footMain .left p a {
    color: #fff;
    margin-top: 40px;
    line-height: 24px;
    font-size: 13.8px;
    text-decoration: underline;
}
.footMain .right {
    width: 10px;
    float: right;
}
.footMain .right ul {
    display: block;
    width: 500px;
    float: right;
    margin-top: 13px;
}
.footMain .right ul li a {
    float: left;
    color: #fff;
    margin-left: 40px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
.footMain .right ul li:nth-child(1) a {
    margin-left: 0;
}
.footMain .right ul.small {
    margin-top: 40px;
    width: 312px;
}
.footBox {
    width: 97%;
    padding: 1.5%;
}
.footBox ul {
    float: left;
    width: 50%;
    margin-top: -10px;
}
.footBox ul li {
    width: 25px;
    float: left;
    margin-right: 10px;
}
small {
    float: right;
    width: 30%;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    margin-top: -28px;
    margin-right: 13px;
}
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 500ms;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
.headImg {
    position: relative;
    overflow: hidden;
}
.headImg h2 {
    font-size: 80px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 8px #000;
    font-family: din-condensed, sans-serif;
    position: absolute;
    width: 100%;
    height: 110px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.headImg h2 span {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    color: #fff;
}
.message1 {
    position: relative;
    width: 90%;
    margin: 240px auto 0;
    padding-bottom: 200px;
}
.message1 .left {
    width: 50%;
}
.message1 .left h2 {
    font-size: 3.5vw;
    line-height: 5.5vw;
    font-weight: 700;
    color: #f00;
    margin-bottom: 300px;
}
.message1 .right {
    position: absolute;
    right: 0;
    top: 0;
    width: 54%;
    background: #fff;
    padding: 3% 3% 0;
}
.message1 .right > h2 {
    writing-mode: vertical-rl;
    position: absolute;
    right: 0;
    top: -80px;
    font-family: din-condensed, sans-serif;
    font-size: 54px;
    color: #f00;
}
.message1 .right div {
    border-left: 1px solid #f00;
    padding-left: 4%;
    width: 92%;
    margin-bottom: 50px;
    position: relative;
}
.message1 .right div h2 {
    font-size: 30px;
    font-weight: 700;
    color: #f00;
    margin-bottom: 20px;
}
.message1 .right p {
    margin-top: 23px;
    line-height: 2vw;
    font-size: 1.1vw;
    text-align: justify;
    font-weight: 400;
}
.message1 .right div:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #f00;
    border-radius: 50%;
    position: absolute;
    left: -3px;
    top: -3px;
}
.message1 .right div:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #f00;
    border-radius: 50%;
    position: absolute;
    left: -3px;
    bottom: -3px;
}
.message1 > a,
.pageProfile .wrap > a,
.privacy1 a,
.policy1 a {
    float: right;
    display: inline-block;
    text-align: right;
    border-bottom: 1px solid #f00;
    padding-bottom: 9px;
}
.message1 > a img,
.pageProfile .wrap > a img,
.privacy1 a img,
.policy1 a img {
    width: 15px;
    margin-left: 16px;
}
.singleContent {
    max-width: 680px;
    width: 90%;
    margin: 130px auto 0;
}
.singleContent .cat,
.SinList1 .leftBlock ul li a .txt .cat {
    font-size: 12px;
    color: #f00;
    border: 1px solid #f00;
    padding: 3px 10px;
    margin-left: 20px;
}
.singleContent .day {
    font-size: 14px;
    font-weight: 500;
}
.singleContent > h2 {
    font-size: 20px;
    margin: 20px 0 30px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: justify;
}
.singleContent img {
    width: 100%;
    height: auto;
}
.singleContent > img {
    margin-bottom: 80px;
}
.textConts {
    padding-bottom: 130px;
    border-bottom: 3px solid #000;
}
.wp-block-table td {
    line-height: 24px;
}
.textConts p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}
.singleShare {
    max-width: 680px;
    width: 90%;
    margin: auto;
    border-bottom: 3px solid #000;
    padding: 30px 0;
}
.singleShare p {
    width: 50%;
    float: left;
    line-height: 30px;
    text-align: center;
}
.addtoany_shortcode {
    width: 50%;
    float: right;
    text-align: center;
}
.prev_next{
    max-width: 680px;
    width: 90%;
    margin: 20px auto 80px;
}
.prev_next a:nth-child(2) {
    float: right;
}
.cat_search {
    max-width: 680px;
    width: 90%;
    margin: 0 auto 130px;
}
.cat_search > div {
    border-top: 3px solid #000;
    width: 45%;
    float: left;
}
.cat_search .searchList{
    float: right;
}
.cat_search > div h3{
   margin: 30px 0;
   font-size: 29px;
   font-family: din-condensed, sans-serif;
}
.cat_search > div input {
    width: 90%;
    padding: 4%;
}
.cat_search > div ul li {
    line-height: 50px;
}
.SinList1 {
    max-width: 1700px;
    width: 90%;
    margin: 130px auto;
}
.SinList1 .leftBlock {
    width: 75%;
    float: left;
    margin-right: 5%;
}
.SinList1 .leftBlock ul li {
   border-bottom: 1px solid #9a9a9a;
   padding-bottom: 30px;
   margin-bottom: 30px;
}
.SinList1 .leftBlock ul li a .img {
    width: 30%;
    float: left;
    margin-right: 3%;
}
.SinList1 .leftBlock ul li a .img img {
    width: 100%;
    height: auto;
}
.SinList1 .leftBlock ul li a .txt {
    width: 67%;
    float: right;
    padding-top: 18px;
}
.SinList1 .leftBlock ul li a .txt h3 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 20px;
}
.SinList1 .leftBlock ul li a .txt .conts {
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}
.alm-load-more-btn {
    margin: auto;
    display: block;
    cursor: pointer;
}
button.alm-load-more-btn.more.done {
    cursor: no-drop;
    pointer-events: none;
    color: #ddd;
    border-color: #ddd;
}
.SinList1 .rightBlock {
    float: right;
    width: 20%;
}
.SinList1 .rightBlock h3 {
    font-size: 22px;
    border-top: 2px solid #000;
    padding-top: 20px;
    font-family: din-condensed, sans-serif;
    letter-spacing:1px;
}
.SinList1 .rightBlock .cat-list li {
    margin-top: 20px;
}
.SinList1 .rightBlock .catList {
    padding-bottom: 20px;
}
.searchList input {
    margin-top: 20px;
    width: 88%;
    padding: 5%;
}
.pageProfile .wrap {
    max-width: 980px;
    width: 90%;
    margin: 130px auto;
    padding-bottom: 1px;
}
.pageProfile .wrap section {
    margin-bottom: 100px;
}
.pageProfile .wrap h2 {
    font-size: 32px;
    color: #f00;
    letter-spacing: 6px;
    margin-bottom: 40px;
    font-weight: 700;
}
.pageProfile .wrap h2 span {
    color: #f00;
    font-weight: 700;
    font-size: 13px;
    margin-left: 20px;
}
.profile1 p,
.profile1 li {
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
    text-align: justify;
    margin-bottom: 40px;
}
.profile1 li {
    margin-bottom: 0;
}
.profile1 li span {
    width: 120px;
    display: inline-block;
}
.profile2,
.profile3 {
    position: relative;
}
.profile2:before,
.profile3:before {
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
    display: block;
    background: #000;
    top: 14px;
    z-index: -1;
}
.profile2 h2,
.profile3 h2 {
    display: inline-block;
    background: #fff;
    padding-right: 20px;
}
.profile2 table {
    table-layout: fixed;
    width: 100%;
}
.profile2 table tr td {
    padding: 2% 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
}
.profile2 table tr td:nth-child(1) {
    width: 30%;
}
.profile2 table tr td:nth-child(2) {
    width: 70%;
}
.profile3 ul li {
    width: 23.5%;
    float: left;
    margin-left: 2%;
}
.profile3 ul li h3 {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
}
.profile3 p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 31px;
    text-align: justify;
    margin-top: 40px;
}
.profile3 ul li:nth-child(1) {
    margin-left: 0;
}
.privacy1 {
    max-width: 980px;
    margin: 230px auto;
    width: 90%;
}
.privacy1 h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: #f00;
    padding-bottom: 50px;
}
.privacy1 h2 span {
    display: block;
    font-size: 24px;
    margin-top: 16px;
    color: #f00;
}
.privacy1 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.page404 p {
    text-align: center;
}
.policy1 {
    margin: 150px auto;
    max-width: 980px;
    width: 90%;
    padding-bottom: 1px;
}
.policy1 h2 {
    text-align: center;
    font-size: 43px;
    line-height: 58px;
    font-weight: 700;
    color: #f00;
    margin-bottom: 50px;
}
.policyBlock div {
    height: auto;
    margin-bottom: 70px;
    opacity: 1;
}
.policyBlock h3 {
    background: #f00;
    color: #fff;
    font-size: 24px;
    padding: 2%;
    margin-bottom: 40px;
    position: relative;
}
.policyBlock h3:after {
    content: "－";
    display: block;
    position: absolute;
    font-size: 40px;
    top: 0;
    right: 20px;
    line-height: 60px;
}
.policyBlock .on h3:after {
    content: "+";
    right: 30px;
}
.policyBlock .on {
    margin-bottom: 0;
}
.policyBlock .on > p, .policyBlock .on h4 {
    opacity: 0;
    pointer-events: none;
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.policyBlock p{
   font-size: 16px;
   font-weight: 700;
   letter-spacing: 1px;
   line-height: 30px;
   text-indent: -1em;
   margin-left: 1em;
   margin-top: 6px;
}
.policyBlock p .red{
    color: #f00;
}
.policyBlock p.small {
    text-indent: 0;
    margin-left: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
}
.policy1 > p {
    text-align: center;
    font-weight: 700;
    margin-bottom: 100px;
    color: #ff0100;
    font-size: 16px;
    letter-spacing: 1px;
}
.policyBlock div.color2 h3{
   background:#827351;
}
.policyBlock h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 31px 0 10px;
}
.policy1 a {
    margin-top: 30px;
}
strong{
    font-weight: 700;
}
.sp{
    display: none;
}
.pc{
    display: block;
}
.ishin1 {
    margin: 200px auto;
    max-width: 1700px;
    width: 90%;
}
.ishin1 .left {
    position: relative;
    width: 48%;
    float: left;
    margin-right: 4%;
}
.ishin1 .left > img {
    max-width: 750px;
    display: block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index:-1;
}
.ishin1 .left h2 img {
    width: 250px;
    margin-top: 50px;
}
.ishin1 .right {
    width: 48%;
    float: left;
}
.ishin1 .left h3 {
    font-size: 32px;
    font-weight: 700;
    color: #6ab641;
    letter-spacing: .5px;
    margin: 70px 0 40px;
    line-height: 44px;
}
.ishin1 .left p {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
}
.ishin1 .left a {
    display: inline-block;
    margin-top: 40px;
    font-weight: 700;
    color: #0051e8;
    letter-spacing: 1px;
    border-bottom: 1px solid #0051e8;
    padding-bottom: 4px;
}
.ishin2 {
    background: #6ab641;
    padding: 110px 0;
}
.ishin2 .wrap{
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
}
.ishin2 .wrap .left {
    position: relative;
    width: 46%;
    margin-right: 8%;
    float: left;
}
/*
.ishin2 .wrap .left iframe {
    width: 100%;
    height: 440px;
    position: relative;
    z-index: 1;
}
*/
.ishin2 .wrap .left iframe {
    width: 690px;
    height: 390px;
    position: relative;
    z-index: 1;
}
.ishin2 .wrap .left img {
    position: absolute;
    max-width: 503px;
    width: 100%;
    right: -20px;
    bottom: -170px;
    z-index: 0;
}
.ishin2 .wrap .right {
    width: 46%;
    float: left;
}
.ishin2 .wrap .right h2 {
    font-size: 79px;
    letter-spacing: 1px;
    font-family: din-condensed;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
}
.ishin2 .wrap .right h2 span {
    display: block;
    font-size: 18px;
    margin-top: 19px;
    color: #fff;
}
.ishin2 .wrap .right h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 45px;
}
.ishin2 .wrap .right .txt1 {
    font-size: 15px;
    color: #fff;
    text-align: justify;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}
.ishin2 .wrap .right .name {
    text-align: right;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
}
.ishin3 {
    padding: 100px 0;
    clear: both;
    width: 580px;
    margin: 0 auto;
}
.ishin3 a {
    width: 200px;
    text-align: center;
    color: #6ab641;
    border-color: #6ab641;
}
.ishin3 a:hover {
    color: #fff;
    background: #6ab641;
    border-color: #6ab641;
}
.ishin3 a:nth-child(1) {
    display: inline-block;
    margin-right: 50px;
    background: #6ab641;
    color: #fff;
    border:1px solid #6ab641;
}
.ishin3 a:nth-child(1):hover {
    background: #fff;
    color: #6ab641;
    border:1px solid #6ab641;
}
.fix_volunteer {
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 5;
    background: #ff0100;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}
.fix_volunteer:hover{
    background: #fff;
    color: #ff0100;    
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.textConts a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: #1877f2;
}
.scheduleBtn {
    background: #87734c;
    width: 96%;
    padding: 1% 2%;
    display: block;
    color: #fff;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 700;
}
.scheduleBtn img {
    width: 20px;
    margin-right: 10px;
}
.scheduleBtn:after {
    content: ">";
    color: #fff;
    position: absolute;
    right: 10px;
    transform: scale(0.5, 1);
    font-size: 20px;
}
.scheduleBtn:hover {
    color: #fff;
    background: #ae9a72;
}
.pageActivity .leftBlock ul li {
    border: none;
    width: 30%;
    float: left;
    margin-left: 5%;
}
.pageActivity .leftBlock ul li:nth-child(3n+1) {
    margin-left: 0;
}
.pageActivity .leftBlock ul li a .img,
.pageActivity .leftBlock ul li .img img{
    width: 100%;
}
.topActivity{
    background: #fff;
}
.topActivity .tit:after {
    width: 70%;
}
.topActivity ul {
    margin: 0;
}
.topActivity .right {
    width: 25%;
    float: left;
}
.topActivity .right .wrap {
    height: 28vw;
    overflow-y: scroll;
    padding: 0;
}
.topActivity h3 {
    font-family: din-condensed, sans-serif;
    font-size: 38px;
    color: #87734c;
    margin: 0 0 20px;
}
.topActivity {
    background: #fff;
    max-width: 1700px;
    width: 90%;
    margin: 0 auto 100px;
}
.topActivity .tit:after {
    width: 81%;
}
.topActivity .left {
    width: 50%;
    margin-right: 5%;
    float: left;
}
.topActivity .left .wrap {
    height: 26vw;
    overflow-y: scroll;
    padding: 0;
    width: 100%;
}
.topActivity .right {
    width: 45%;
    float: left;
}
.topActivity ul li {
    float: left;
    width: 48.5%;
    margin-left: 3%;
}
.topActivity ul li:nth-child(4) {
    margin-left: 3%;
}
.topActivity ul li:nth-child(odd) {
    margin-left: 0;
}
/* 2020/06/23追記 */
.pageDonation {
    max-width: 1660px;
    width: 90%;
    margin: 100px auto;
}
.pageDonation .box1 h2 {
    color: #cf2d25;
    font-size: 39px;
    line-height: 64px;
    margin-bottom: 30px;
    font-weight: 700;
}
.pageDonation .box1 p {
    font-size: 20px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 100px;
}
.pageDonation .box2 h2 {
    color: #cf2d25;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
}
.pageDonation .box2 ul li {
    font-size: 16px;
    line-height: 50px;
}
.pageDonation .box2 ul li a{
    color: #0000ff;
    font-size: 16px;
    margin-top: 20px;
    text-decoration: underline;
}
.pageDonation .box2 .txt1 {
    font-size: 16px;
    background: #f0f0f0;
    width: 94%;
    padding: 3%;
    margin-top: 30px;
    line-height: 26px;
    max-width: 850px;
}
.pageDonation .box2 .txt2 {
    margin-top: 50px;
    line-height: 28px;
}
.pageDonation .box2 .link2 {
    display: inline-block;
    background: #cf2d25;
    color: #fff;
    padding: 1% 2%;
    margin-top: 100px;
}
.kihu a {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 110px;
    background: #f00;
    color: #fff;
    text-decoration: none;
    padding: 20px 0;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #ddd;
    transition: .3s;
    top: 0;
    left: 0;
}
.kihu a:after {
    content: ">";
    position: absolute;
    right: 14px;
    transform: scale(0.5, 1);
    font-size: 30px;
}
.kihu a:hover {
    left: 5px;
    top: 5px;
    box-shadow: 0 0 0 #fff;
    background: #d18100;
}
.kifuBtn {
    background: #705f4d;
}
.fixBtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.fixBtn li a {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}
.fixBtn li a br{
    display: none;
}
.fixBtn li:nth-child(1) a {
    background: #cf2d25;
}
.fixBtn li:nth-child(2) a {
    background: #705f4d;
}
.topBlog ul li {
    width: 31.3%;
}
.topBlog .wrap {
    padding: 100px 0 0;
}
.topBlog {
    background: #fff;
}
.topBlog .tit:after {
    right: 0;
    left: auto;
    width: 93%;
}
/* 2020/07/02追記 */
.pagePolicy .SinList1{
    width: 100%;
}
.pagePolicy .SinList1 .leftBlock {
    width: 100%;
    margin: 0 auto;
    float: none;
}
.pagePolicy .SinList1 .leftBlock ul li a {
    border-bottom: 0;
    margin-top: 10px;
}
.pagePolicy .SinList1 .leftBlock ul li a .img img {
    margin-left: 0;
}
.pagePolicy .SinList1 .leftBlock ul li a .txt {
    text-align: left;
}
.volunteer1 {
    max-width: 760px;
    width: 90%;
    margin: 0 auto 200px;
}
.volunteer1 h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    margin: 30px 0 120px;
}
.volunteer1 h3 {
    font-style: italic;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin: 70px 0 50px;
}
.volunteer1 p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 46px;
}
.volunteer1 p.sTit {
    font-size: 40px;
    text-align: center;
    margin: 110px 0 20px;
    transform: skewX(-10deg);
    color: #d10412;
}
.voTit {
    color: red;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 100px;
}
.voTit span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
}
.volunteer2,
.volunteer3 {
    max-width: 980px;
    width: 90%;
    margin: 0 auto 200px;
}
.volunteer2 table{
    table-layout: fixed;
    width: 100%;
    margin-top: 70px;
}
.volunteer2 tr{
    border-bottom: 1px solid #D0D0D0;
}
.volunteer2 tr:first-child{
    border-top: 1px solid #D0D0D0;
}
.volunteer2 table tr > *{
    font-size: 15px;
    padding: 30px 0;
    line-height: 24px;
}
.volunteer2 th {
    width: 20%;
    text-align: left;
    font-weight: 700;
}
.volunteer2 table td {
    width: 80%;
    font-weight: 500;
}
.volunteer2 .red {
    color: red;
    font-size: 15px;
    font-weight: 500;
    margin-top: 30px;
    line-height: 22px;
}
.volunteer3 .box1 .right .rirekisyo {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
a.mailBtn {
    background: #f0f0f0;
    padding: 2%;
    display: table;
    margin-top: 20px;
}
.volunteer3 .box1 .right.syokusyu {
    margin-top: 30px;
}
.volunteer3 .box1 {
    margin-top: 20px;
}
.volunteer3 .box1 .label {
    float: left;
    width: 25%;
    padding: 17px 0;
    font-size: 16px;
}
.volunteer3 .box1 .label span {
    font-size: 11px;
    color: #fff;
    background: #d10412;
    padding: 4px 10px;
    margin-left: 7px;
    float: right;
}
.volunteer3 .box1 .right{
    float: left;
    width: 65%;
    margin-left: 10%;
} 
.volunteer3 .box1 .right > br{
    display: none;
}
.volunteer3 .box1 .right input[type="text"],
.volunteer3 .box1 .right input[type="email"],
.volunteer3 .box1 .right select,
.volunteer3 .box1 .right textarea {
    border: none;
    background: #f0f0f0;
    padding: 3%;
    width: 96%;
}
.volunteer3 .box1 .right textarea {
    height: 320px;
}
.volunteer3 .box1 .right .txt1 {
    font-size: 13px;
    line-height: 22px;
    margin: 40px 0 60px;
}
.volunteer3 .box1 .right h3 {
    color: #233b6c;
    font-size: 16px;
    margin: 30px 0 10px;
}
.volunteer3 .box1 .right .scroll {
    border: 1px solid #000;
    padding: 6% 10%;
    overflow-y: scroll;
    height: 110px;
}
.volunteer3 .box1 .right .scroll p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 14px;
}
.volunteer3 .box1 .right input[type="submit"] {
    font-size: 16px;
    font-weight: 700;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic;
    padding: 30px 70px;
    background: #444;
    color: #fff;
    margin-top: 70px;
    transition: .3s;
}
.volunteer3 .box1 .right input[type="submit"]:hover {
    background: #d10412;
}
.mw_wp_form .error {
    font-size: 14px;
    margin:10px 0 20px;
}
.volunteer3 .comp h3 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    color: #d10412;
}
.volunteer3 .comp p {
    text-align: center;
    line-height: 26px;
}
.volunteer3 .box1 .right.chui:after {
    content: "※誤入力にお気をつけください。";
    color: red;
    padding-top: 10px;
    display: block;
    font-size: 12px;
}
.volunteer3 .box1.culm2 input {
    width: 43% !important;
    margin-bottom: 4px;
}
footer a.fixd {
    display: none;
}
@media screen and (max-width: 1460px) {
   .navMenu {
   	display: none;
   }
   .message1 > a {
       margin-top: 80px;
   }
    .ishin2 .wrap .left iframe {
        width: 600px;
        height: 336px;
    }
}
@media screen and (max-width: 1240px) {
    .ishin2 .wrap .left iframe {
        width: 470px;
        height: 265px;
    }
	footer a.fixd {
	    position: fixed;
	    display: block;
	    bottom: 0;
	    background: #d20414;
	    width: 100%;
	    color: #fff;
	    text-align: center;
	    height: 60px;
	    line-height: 60px;
	    font-weight: 700;
	    z-index: 10;
	}
    .var2Footer {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 900px) {
    body {
        margin-bottom: 120px;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .topTopics .tit:after {
        content: "";
        display: block;
        width: 52vw;
    }
    .topProf img {
        width: 100%;
        float: none;
    }
    .topProf .right {
        width: 90%;
        margin: 0 auto;
        float: none;
        padding: 5% 5% 60px;
        position: static;
    }
    .topMovie ul li {
        width: 48.5%;
        margin-bottom: 40px;
    }
    .topMovie ul li:nth-child(odd) {
        margin-left: 0;
    }
    .footMain {
        padding: 7% 2% 8%;
        height: auto;
    }
    .footMain .left {
        width: 100%;
        float: none;
        text-align: center;
    }
    .footMain .left h1 a span {
        display: block;
        margin-top: 14px;
    }
    .footMain .right {
        width: 100%;
        float: none;
        margin-top: 40px;
    }
    .footMain .right ul {
        width: 100%;
        float: none;
    }
    .footMain .right ul li a {
        float: none;
        margin: 0;
        text-align: center;
        width: 100%;
        display: block;
        line-height: 34px;
    }
    .footMain .right ul li a {
        float: none;
        margin: 0;
        text-align: center;
        width: 100%;
        display: block;
        line-height: 34px;
    }
    .footMain .right ul.small {
        margin-top: 0;
        width: 100%;
        float: none;
    }
    .footBox {
        position: fixed;
        bottom: -1px;
        padding: 0;
        width: 100%;
        background: #fff;
        height: 42px;
        z-index: 1;
    }
    .footBox ul {
        float: left;
        margin: 0;
        width: 70%;
    }
    .footBox ul li {
        width: 16.65%;
        float: left;
        margin: 0;
    }
    .footBox.sp p {
        font-size: 23px;
        width: 30%;
        float: left;
        font-family: din-condensed, sans-serif;
        color: #f00;
        text-align: center;
        line-height: 42px;
    }
    .footBox ul li img {
        height: 17px;
        padding: 13px 0;
    }
    .footBox ul li:nth-child(1) {
        background: #42598f;
    }
    .footBox ul li:nth-child(2) {
        background: #4fa0eb;
    }
    .footBox ul li:nth-child(3) {
        background: #e43323;
    }
    .footBox ul li:nth-child(4) {
        background: #952096;
    }
    .footBox ul li:nth-child(5) {
        background: #41c9b4;
    }
    .footBox ul li:nth-child(6) {
        background: #06ba06;
    }
    small {
        text-align: center;
        width: 100%;
        margin: 10px 0;
        display: block;
    }
    .headImg h2 {
        font-size: 50px;
        height: 80px;
    }
    .headImg img {
        left: -50%;
        width: 200%;
        position: relative;
    }
    .message1 {
        margin: 100px auto 0;
    }
    .message1 .left {
        width: 100%;
    }
    .message1 .left h2 {
        text-align: center;
        margin-bottom: 40px;
    }
    .message1 .right {
        position: absolute;
        right: 0;
        top: 150px;
        width: 94%;
        background: rgba(255, 255, 255, .8);
        padding: 3% 3% 0;
        margin: auto;
        left: 0;
        right: 0;
        height: 70%;
        top: 123px;
        height: auto;
    }
    .message1 .right div h2 {
        font-size: 24px;
    }
    .message1 .right p {
        line-height: 24px;
        font-size: 14px;
    }
    .SinList1 .leftBlock {
        width: 100%;
        float: none;
        margin: 0;
    }
    .SinList1 .rightBlock {
        float: none;
        width: 100%;
        margin-top: 40px;
    }
    .policyBlock h3 {
        width: 90%;
        padding-right: 10%;
        line-height: 29px;
        padding: 10px 5%;
    }
    .ishin1 {
        margin: 100px auto;
    }
    .ishin2 .wrap .left img {
        right: -10px;
        bottom: -190px;
    }
    .ishin1 .left h2 img {
        width: 250px;
        margin-top: 0;
    }
    .ishin1 .left h3 {
        margin: 10px 0 20px;
    }
    .ishin2 .wrap .left {
        width: 100%;
        float: none;
    }
    .ishin2 .wrap .right {
        width: 100%;
        float: none;
        margin-top: 40px;
    }
    .policy1 > p {
        margin-bottom: 50px;
    }
    .scheduleBtn {
        padding: 5%;
        width: 90%;
    }
    .pageDonation .box1 h2 br{
        display: none;
    }
    .pageDonation .box1 p {
        font-size: 18px;
        line-height: 40px;
    }
    .pageDonation .box1 p br {
        display: none;
    }
    .pageDonation .box2 ul li {
        line-height: 35px;
    }
    .pageDonation .box1 p {
        text-align: justify;
    }
    .pageDonation .box2 .link2 {
        width: 96%;
        text-align: center;
        padding: 5% 2%;
    }
    .fixBtn {
        bottom: 41px;
    }
    .fixBtn li a {
        line-height: 18px;
        font-size: 14px;
        padding: 7px 0;
    }
    .fixBtn li a br {
        display: block;
    }
    .pageDonation .box1 h2 {
        font-size: 37px;
    }
    section.topBlog ul li {
        width: 100%;
        margin-bottom: 0;
    }
    .pagePolicy .policy1 h2 {
        font-size: 29px;
        margin-bottom: 10px;
    }
    .pagePolicy .SinList1 .leftBlock ul li {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 800px) {
    header {
        height: 60px;
    }
    header .h1 {
        width: auto;
    }
    header .h1 a {
        font-size: 26px;
        line-height: 60px;
        padding-left: 10px;
    }
    .h1 span {
        font-size: 14px;
        margin-left: 164px;
        top: -37px;
    }
    header .h1 img {
        width: 140px;
        position: relative;
        top: -10px;
        left: 0;
    }
    .btn {
        width: 60px;
        height: 50px;
        padding-top: 10px;
    }
    .btn span {
        width: 26px;
        height: 2px;
     }
     .on .btn span:nth-child(3) {
        top: -7px;
    }
    .on.menu .switchBox {
        height: 100vh;
    }
    .menu .switchBox {
        width: 90%;
        padding: 5%;
    }
    nav ul li a {
        padding: 10px 0;
        font-size: 14px;
    }
    article {
        margin-top: 60px;
    }
    .topSlide li p {
        right: 14%;
        z-index: 1;
        writing-mode: vertical-rl;
        text-shadow: 0 0 10px #666;
        letter-spacing: 5px;
    }
    .topMessage {
        padding: 50px 0;
    }
    .tit {
        font-size: 70px;
    }
    .topMessage .left {
        float: none;
        width: 100%;
        margin: 0;
    }
    .topMessage img {
        display: none;
    }
    .topTopics .wrap {
        padding: 50px 0;
    }
    .topTopics .tit:after{
       display: none;
    }
    .topTopics ul {
        margin-top: 30px;
    }
    .topTopics ul li {
        float: none;
        width: 100%;
        margin: 0 0 40px;
    }
    .topTopics ul li div p .cat{
    }
    .topTopics ul li img {
        margin-bottom: 20px;
    }
    .topTopics ul li div h3 {
        font-size: 17px;
        margin-top: 16px;
    }
    .topTopics .tit {
        position: static;
    }
    .topTopics .wrap {
        position: relative;
    }
    .topTopics .tit .linkBtn {
        position: absolute;
        right: 0;
        top: unset;
        bottom: 0;
    }
    .topMessage p {
        text-align: justify;
    }
    .footMain .left p{
       line-height: 30px;
    }
    .headImg img {
        left: -100%;
        width: 400%;
    }
    .message1 {
        margin: 0 auto;
    }
    .message1 .left h2 {
        font-size: 22px;
        line-height: 34px;
        background: #fff;
        padding: 50px;
    }
    .message1 .right > h2 {
        writing-mode: unset;
        text-align: center;
        width: 100%;
        position: static;
    }
    .message1 .left img {
        position: relative;
        top: -200px;
        z-index: -1;
    }
    .message1 .right {
        position: static;
        margin-top: -170px;
    }
    .message1 .right div {
        margin-top: 30px;
    }
    .message1 .right div h2 {
        font-size: 21px;
        line-height: 31px;
    }
    .pageSinList .headImg img,
    .pageSingle .headImg img{
        left: -183%;
    }
    .pageIshin .headImg img {
        left: -51%;
        width: 200%;
    }
    .SinList1 {
        margin: 60px auto;
    }
    .SinList1 .leftBlock ul li a .img {
        width: 100%;
        float: none;
        margin: 0;
    }
    .SinList1 .leftBlock ul li a .txt {
        width: 100%;
    }
    .pageProfile .headImg img {
        left: -193%;
    }
    .pageProfile .wrap {
        margin: 50px auto;
    }
    .pageProfile .wrap h2 span {
        letter-spacing: 3px;
    }
    .profile1 li span {
        width: 100%;
        display: block;
        font-size: 18px;
        font-weight: 500;
    }
    .profile1 li {
        margin-bottom: 20px;
        font-weight: 400;
    }
    .profile2 table tr {
        border-bottom: 1px solid #000;
        display: block;
        padding: 10px 0;
    }
    .profile2 table tr td {
        display: block;
        width: 100% !important;
        padding: 0;
    }
    .profile2 table tr td:nth-child(2) {
        font-weight: 300;
    }
    .profile3 ul li {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 30px;
    }
    .profile3 ul li:nth-child(odd) {
        margin-left: 0;
    }

    .policy1 {
        margin: 50px auto;
        padding-bottom: 60px;
    }
    .policy1 h2 {
        font-size: 35px;
        line-height: 48px;
        margin-bottom: 50px;
    }
    .policyBlock h3:after {
        font-size: 20px;
        top: 0;
        right: 10px;
        line-height: 10px;
        height: 10px;
        bottom: 0;
        margin: auto;
    }
    .policyBlock h3 {
        width: 83%;
        padding: 10px 5%;
        padding-right: 12%;
        text-align: justify;
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .policyBlock div {
        margin-bottom: 40px;
    }
    .policyBlock .on h3:after {
        right: 15px;
    }
    .privacy1 {
        margin: 140px auto;
    }
    .privacy1 h2 {
        font-size: 26px;
     }
    .privacy1 h2 span {
        font-size: 18px;
        margin-top: 14px;
    }
    .ishin1 {
        margin: 70px auto;
    }
    .ishin1 .left {
        width: 100%;
        float: none;
        margin: 0;
    }
    .ishin1 .left h3 {
        font-size: 23px;
        text-align: center;
    }
    .ishin1 .left p {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }
    .ishin1 .right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .ishin2 {
        padding: 60px 0;
    }
    /*
    .ishin2 .wrap .left iframe {
        height: 190px;
    }
    */
    .ishin2 .wrap .left iframe {
        height: 187px;
        width: 334px;
        margin: 0 auto;
        display: block;
    }
    .ishin2 .wrap .left img {
        right: -10px;
        bottom: -90px;
        width: 251px;
    }
    .ishin2 .wrap .right {
        margin-top: 20px;
    }
    .ishin2 .wrap .right h2 {
        font-size: 60px;
    }
    .ishin2 .wrap .right h2 span {
        font-size: 16px;
        margin-top: 16px;
    }
    .ishin2 .wrap .right h2 {
        font-size: 60px;
        margin-bottom: 30px;
    }
    .ishin2 .wrap .right h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .ishin2 .wrap .right .txt1 {
        font-size: 14px;
        text-align: justify;
        line-height: 28px;
        font-weight: 500;
    }
    .ishin3 {
        padding: 60px 0;
        width: 100%;
    }
    .ishin3 a {
        margin:0 auto;
        float: none;
        display: block;
    }
    .ishin3 a:nth-child(1) {
        display: block;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .ishin2 .wrap .left {
        width: 100%;
        float: none;
    }
    .pageActivity .leftBlock ul li {
        width: 47.5%;
        margin-bottom: 0;
    }
    .topActivity ul li {
        width: 47%;
        float: left;
        margin: 0 0 0 6%;
    }
    .topActivity ul li:nth-child(3n+1){
        margin: 0 0 0 6%;
    }
    .pageActivity .leftBlock ul li:nth-child(3n+1) {
        margin-left: 5%;
    }
    .pageActivity .leftBlock ul li:nth-child(odd) {
        margin-left: 0;
    }
    .topActivity .right, .topActivity .left {
        width: 100%;
        margin: 0;
    }
    .topActivity ul li:nth-child(odd) {
        margin: 0;
    }
    .topActivity .right h3 {
        margin-top: 50px;
    }
    .topActivity .right .wrap {
        height: 500px;
        width: 100%;
    }
    .topActivity .left {
        width: 100%;
        padding-bottom: 50px;
    }
    .topActivity .left .wrap {
        height: 500px;
    }
    .topActivity .right {
        width: 100%;
        float: none;
    }
    .topActivity .right ul {
        margin-top: 30px;
    }
    .fix_volunteer {
        right: 0;
        left: 0;
        width: 70%;
        margin: auto;
        text-align: center;
        bottom: 50px;
    }
}
@media screen and (max-width: 320px) {
    .ishin2 .wrap .left iframe {
        height: 160px;
        width: 280px;
    }
}
/* ipad縦 */
@media screen and (max-width: 768px){
    @media screen and (min-height: 1024px){
        .ishin2 .wrap .left iframe {
            height: 388px;
            width: 691px;
        }
		.topTopics ul li div h3 {
		    overflow: hidden;
		    text-overflow: ellipsis;
		    white-space: nowrap;
		}
    }
}
@media screen and (min-width: 1024px){
    @media screen and (min-height: 768px){
        .topSlide li img {
            display: none;
        }
        .topSlide li {
            background: url(/wp-content/themes/a/img/topMain4.jpg)0 0 no-repeat;
            background-size: 100%;
            width: 100%;
            height: 40vw;
        }
    }
}
@media screen and (min-width: 1366px){
    @media screen and (min-height: 1024px){
        .topSlide li img {
            display: none;
        }
        .topSlide li {
            background: url(/wp-content/themes/a/img/topMain4.jpg)0 0 no-repeat;
            background-size: 100%;
            width: 100%;
            height: 40vw;
        }
    }
}
/* var2 */
.var2Page {
    margin-bottom: 0;
}
.var2_header {
    background: #d10412;
    height: 70px;
}
.var2_header .h1 {
    width: 380px;
}
.var2_header h1 {
    float: left;
}
.var2_header h1 a {
    font-size: 32px;
    color: #fff;
    height: 70px;
    line-height: 70px;
    font-weight: 900;
    margin-left: 30px;
}
.var2_header .h1 span {
    position: static;
    margin: 0;
    color: #fff;
    float: left;
    margin: 31px 0 0 20px;
    font-size: 14px;
    letter-spacing: 0;
}
.var2_header .btn {
    background: #d10412;
    height: 40px;
    padding-top: 16px;
    display: none;
}
.var2_header .on .btn {
    background: #fff;
}
.var2_header .navMenu {
    margin-right: 20px;
    margin-top: 29px;
}
.var2_header .navMenu li a {
    color: #fff;
}
.var2_header .navMenu li.sns {
    border: none;
    margin-top: -6px;
    padding: 0 20px 0 0;
    width: 170px;
}
.var2_header .navMenu li.sns a {
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 5px;
    position: relative;
    margin-left: 9px;
}
.var2_header .navMenu li.sns a img {
    height: 13px;
    padding: 0;
    margin: auto;
    display: block;
    float: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.var2Page .topBlock2 {
    background: #f0f0f0;
    padding: 140px 0;
}
.var2Page .topBlock2 .wrap{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.tit_var2 span {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    font-family: din-condensed, sans-serif;
    letter-spacing: 1px;
}
.tit_var2 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: .6px;
}
.var2pageTop .topBlock1 {
    border-bottom: 5px solid #f0f0f0;
}
.var2Page .topBlock2 ul {
    margin-top: 60px;
}
.var2Page .topBlock2 ul li {
    padding: 30px 0;
    border-bottom: 1px solid #666;
}
.var2Page .topBlock2 ul li p {
    font-size: 17px;
    font-weight: 700;
    float: left;
}
.var2Page .topBlock2 ul li p .cat {
    background: #d15264;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 4px 7px;
    line-height: 20px;
    margin: 0 30px;
    width: 90px;
    display: inline-block;
    text-align: center;
}
.var2Page .topBlock2 ul li p .cat.note {
    background: #2cb696;
}
.var2Page .topBlock2 ul li p .cat.other {
    background: #ffa958;
}
.var2Page .topBlock2 ul li p .cat.schedule {
    background: #cf5698;
}
.var2Page .topBlock2 ul li p .cat.blog {
    background: #358eaa;
}
.var2Page .topBlock2 ul li p .lecture {
    background: #9fd665;
}
.var2Page .topBlock2 ul li h3 {
    font-size: 17px;
    float: left;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}
.topBlock2 .linkBtn {
    margin: 50px auto 0;
    float: none;
    display: table;
}
.topBlock3 {
    position: relative;
    max-width: 1240px;
    width: 90%;
    margin: 140px auto;
}
.topBlock3 > img {
    position: absolute;
    top: -60px;
    right: 0;
    width: 50%;
    z-index: 1;
}
.topBlock3 .left {
    background: #f0f0f0;
    width: 50%;
    padding: 3% 5%;
}
.topBlock3 .left .tit_var2 {
    margin-bottom: 30px;
}
.topBlock3 .left .txt1 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
}
.topBlock3 .left .txt2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
}
.topBlock3 a {
    max-width: 230px;
    text-align: center;
    display: block;
    width: 90%;
    border: 1px solid;
    padding: 20px 0;
    margin: 40px 40px 0;
}
.topBlock3 a:hover {
    color: #000;
    background:#fff;
}
.topBlock4 .box1{
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.topBlock4 .left {
    background: #d10412;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 3% 2%;
    height: 160px;
    margin: auto;
}
.topBlock4 .left h2 span {
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-style: italic;
}
.topBlock4 .left h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}
.topBlock4 .left p {
    position: absolute;
    bottom: 10%;
    color: #fff;
    font-family: din-condensed, sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
}
.topBlock4 .list1{
    max-width: 1400px;
    width: 90%;
    margin: 180px auto 0;
}
.topBlock4 .list1 li {
    margin-bottom: 200px;
}
.topBlock4 .list1 li .txtBox {
    float: left;
    width: 41%;
    margin-right: 9%;
}
.topBlock4 .list1 li img {
    float: right;
    width: 50%;
}
.topBlock4 .list1 li .txtBox .num {
    font-size: 98px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 40px;
}
.topBlock4 .list1 li .txtBox h3 {
    position: relative;
    font-size: 1.6vw;
    font-weight: 500;
    line-height: 2.6vw;
    border-left: 4px solid #d10412;
    padding-bottom: .5vw;
    padding-left: 1.4vw;
    margin-bottom: 1.7vw;
}
.topBlock4 .list1 li:nth-child(1) .txtBox h3:after,
.topBlock4 .list1 li:nth-child(2) .txtBox h3:after {
    content: "2020.7";
    display: block;
    position: absolute;
    bottom: -36px;
    font-weight: 500;
    font-size: 12px;
    left: -4px;
}
.topBlock4 .list1 li .txtBox .txt1 {
    font-size: 1.1vw;
    font-weight: 700;
    line-height: 2.5vw;
    text-align: justify;
}
.topBlock4 .list1 li:nth-child(even) .txtBox {
    float: right;
    margin-left: 9%;
    margin-right: 0;
}
.topBlock4 .list1 li:nth-child(even) img {
    float: left;
}
.topBlock4 .list1 li .txtBox a {
    display: block;
    margin-top: 10px;
    color: #d10412;
    font-weight: 500;
    text-decoration: underline;
}
.topBlock5 {
    background: #fafafa;
    padding: 100px 0;
}
.topBlock5 .wrap{
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
}
.topBlock5 .wrap > div {
    width: 48%;
    float: left;
    border-bottom: 2px solid #e2a6a6;
}
.topBlock5 .wrap > div:nth-child(1) {
    margin-right: 4%;
}
.topBlock5 .wrap > div h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    color: #d10412;
    margin-bottom: 40px;
}
.topBlock5 .wrap > div p {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 40px;
    border-bottom: 2px solid #e2a6a6;
}
.topBlock5 .wrap > div ul {
    padding: 40px 0;
    max-width: 216px;
    width: 90%;
    margin: 0 auto;
}
.topBlock5 .wrap > div ul li {
    text-align: center;
}
.topBlock5 .wrap > div ul li img {
    height: 20px;
    float: left;
    width: auto;
    margin: 0 16px;
}
.topBlock5 .wrap > div ul li a {
    font-size: 16px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
}
.footMain .left h1 span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-left: 20px;
    font-family: din-condensed, sans-serif;
    letter-spacing: 0;
}
.var2Footer .footMain {
    background: #d10412;
    height: auto;
}
.var2Footer .footMain .right .big {
    width: 460px;
}
.var2footBox1 img {
    float: left;
    width: 160px;
    margin: 20px 20px 10px;
}
.var2footBox1 small {
    float: right;
    margin-right: 50px;
    margin: 32px 30px 32px 0;
}
.pageProfileVar2 .profile1 .box1 {
    margin-bottom: 50px;
}
.pageProfileVar2 .profile1 img {
    width: 40%;
    margin-left: 5%;
}
.pageProfileVar2 .profile1 .left {
    width: 55%;
    float: left;
}
.pageProfileVar2 .profile3 div {
    margin-top: 30px;
}
.pageProfileVar2 .profile3 div img {
    width: 47.8%;
}
.pageProfileVar2 .profile3 div img:nth-child(1) {
    margin-right: 4%;
}
@media screen and (max-width: 1460px){
	.var2_header .navMenu {
	    display: block;
	}
}
@media screen and (max-width: 1170px){
	.var2_header .navMenu li.sns {
	    width: 230px;
	}
	.var2_header .btn {
	    display: block;
	    padding-top: 10px;
	}
	.var2_header .navMenu {
	    display: none;
	}
	.var2_header h1 a {
	    line-height: 58px;
	}
	.var2_header .h1 span {
	    margin: 26px 0 0 20px;
	}
	.var2Page .topBlock2 ul li p {
	    width: 40%;
	}
	.var2Page .topBlock2 ul li h3 {
	    width: 60%;
	}
	.topBlock3 {
	    width: 90%;
	    background: #f0f0f0;
	    padding: 5%;
	}
	.topBlock3 .left {
	    width: 100%;
	    margin: 0 auto;
	    padding: 0 0 5%;
	}
	.topBlock3 > img {
	    width: 100%;
	    float: none;
	    position: static;
	    display: block;
	}
	.topBlock4 .list1 {
	    width: 100%;
	    margin: 100px auto 0;
	}
	.topBlock4 .list1 li {
	    margin-bottom: 50px;
	}
	.topBlock4 .list1 li img,
	.topBlock4 .list1 li .txtBox {
	    float: none;
	    width: 100%;
	}
	.topBlock4 .list1 li .txtBox{
	    width: 90%;
	    margin: 0 auto 50px;
	}
	.topBlock4 .list1 li .txtBox {
	    width: 90%;
	    margin: 0 auto 30px;
	}
	.topBlock4 .list1 li .txtBox h3 {
	    font-size: 25px;
	    line-height: 34px;
	    padding-bottom: 8px;
	    padding-left: 12px;
	    margin-bottom: 40px;
	}
	.topBlock4 .list1 li .txtBox .txt1 {
	    font-size: 16px;
	    line-height: 27px;
	}
	.topBlock4 .list1 li:nth-child(even) .txtBox {
	    margin: 0 auto 30px;
	    float: none;
	}
	.topBlock5 {
	    margin-top: 80px;
	}
	.topBlock5 .wrap > div {
	    width: 100%;
	    float: none;
	    margin: auto;
	}
	.topBlock5 .wrap > div:nth-child(1) {
	    margin-right: auto;
	    margin-bottom: 80px;
	}
	.var2Footer {
	    margin-top: 80px;
	}
	.var2Footer .footMain .right .big {
	    width: 100%;
	}
	.var2footBox1 img {
	    float: none;
	    margin: 20px auto 0;
	    display: block;
	}
	.var2footBox1 small {
	    display: block;
	    float: none;
	    text-align: center;
	    padding-bottom: 20px;
	    margin: 10px 0 0;
	}
}
@media screen and (max-width: 700px){
	.var2_header {
	    height: 60px;
	}
	.var2_header h1 a {
	    font-size: 24px;
	    margin-left: 4px;
	}
	.var2_header .h1 span {
	    margin: 28px 0 0 10px;
	    font-size: 11px;
	}
	.var2Page .topBlock2 ul {
	    margin-top: 20px;
	}
	.var2Page .topBlock2 ul li p {
	    width: 100%;
	}
	.var2Page .topBlock2 ul li h3 {
	    width: 100%;
	    float: none;
	    margin-top: 40px;
	}
	.var2Page .topBlock2 {
	    padding: 80px 0;
	}
	.topBlock3 {
	    padding: 50px 5%;
	    margin: 0;
	}
	.topBlock3 .left .txt2 {
	    font-size: 14.5px;
	}
	.topBlock3 a {
	    padding: 20px 0;
	    margin: 34px 0 40px 0;
	}
	.topBlock4 .box1 {
	    width: 100%;
	}
	.topBlock4 .left {
	    position: static;
	    padding: 10% 5% 90px;
	    width: 90%;
	    height: auto;
	}
	.topBlock4 .left h2 span {
	    font-size: 16px;
	}
	.topBlock4 .left h2 {
	    font-size: 30px;
	}
	.topBlock4 .left p {
	    bottom: 60px;
	}
	.topBlock4 .list1 li .txtBox .num {
	    font-size: 70px;
	}
	.topBlock4 .list1 {
	    margin: 50px auto 0;
	}
	.topBlock4 .list1 li .txtBox .num {
	    font-size: 70px;
	    margin-bottom: 30px;
	}
	.topBlock4 .list1 li:nth-child(2) .txtBox h3 br,
	.topBlock4 .list1 li:nth-child(3) .txtBox h3 br,
	.topBlock4 .list1 li:nth-child(4) .txtBox h3 br {
	    display: none;
	}
	.topBlock4 .list1 li .txtBox h3 span {
	    display: block;
	}
	.topBlock5 .wrap > div p {
	    font-size: 13px;
	}
	.footMain {
	    padding: 50px 2%;
	}
	.footMain .left h1 span {
	    display: block;
	    margin: 20px 0 0;
	}
    .pageProfileVar2 .profile1 img {
    	width: 100%;
    	margin: 0 0 20px;
    }
    .pageProfileVar2 .profile1 .left {
        width: 100%;
    }
    .pageProfileVar2 .profile1 .box1 {
        margin-bottom: 30px;
    }
    .pageProfileVar2 .wrap h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .pageProfileVar2 .profile3 div img {
        width: 47.3%;
    }
    .volunteer1 {
        margin: 0 auto 100px;
    }
    .volunteer1 h2 {
        font-size: 26px;
        margin: 40px 0;
    }
    .volunteer1 h3 {
        font-size: 20px;
        margin: 50px 0 30px;
    }
    .volunteer1 p.sTit {
        margin: 60px 0 20px;
    }
    .volunteer1 p {
        font-size: 15px;
        font-weight: 500;
        text-align: left;
        line-height: 32px;
    }
    .volunteer1 p br {
        display: none;
    }
    .voTit {
        margin-bottom: 40px;
        font-size: 20px;
    }
    .voTit span {
        font-size: 12px;
        margin-top: 12px;
    }
    .volunteer2 table tr > * {
        display: block;
        width: 100%;
        padding: 0;
    }
    .volunteer2 tr {
        padding: 20px 0;
        display: block;
    }
    .volunteer2 th {
        margin-bottom: 6px;
    }
    .volunteer3 .box1 .label {
        float: none;
        width: 100%;
    }
    .volunteer3 .box1 .label span {
        float: none;
        margin-left: 20px;
    }
    .volunteer3 .box1 .right {
        margin: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .volunteer3 .box1 .right input[type="submit"] {
        width: 90%;
        margin: 20px auto;
        display: block;
        padding: 20px 0;
    }
}