@charset "utf-8";
/*
Theme Name: 庭野平和財団
Theme URI: 
Description: original theme. 
Version: 1.0
Author: kosei-shuppan
Author URI: 
*/

html {
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 100%;
}

body,html {
    height: auto;
    min-height: 100%;
}

#page {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#under-page {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #eaf2f3;
}

#wrapper {
	max-width:1200px;
	width: 100%;
	padding-top: 60px;
	margin: 0 auto;
	background: #fff;
}

/*==========================================

header

============================================*/

#global-header {
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #f3f2f2;
	font-size: 1em;
}

.head-wrap {
	width: 95%;
	margin: 0 auto;
	position: relative;
}

#menu-btn {
	float: right;
  background: #242424;
  width: 50px;
  height: 45px;
  margin: 5px;
	display: none;
}

.menu-btm {
	width: 40px;
  height: 30px;
}

.menu-btm,
.menu-btm span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-btm {
  position: relative;
  width: 35px;
  height: 36px;
	background: #242424;
}

.menu-btm span {
	position: absolute;
  left: 0;
  width: 35px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  margin: 9px 0 0 8px;
}

.menu-btm span:nth-of-type(1) {
  top: 0;
}

.menu-btm span:nth-of-type(2) {
  top: 12px;
}

.menu-btm span:nth-of-type(3) {
  bottom: 0;
}

.menu-btm.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.menu-btm.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-btm.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

.head-contents {
	text-align: right;
	margin: 0 auto;
	height: 75px;
}

.search {
	display: inline-block;
}

.search form {
	display:inline-block;
	margin:20px 14px 0;
}

.search input[type="text"] {
	margin: 0;
	padding: 2px;
	width: 150px;
	height: 30px;
	font-size: 14px;
	line-height: 20px;
	top: 0;
	left: 0;
	border: 1px solid #d3d3d3;
	background-color: #FFFFFF;
}

.language {
	display: inline-block;
	margin: 20px 0;
	vertical-align: top;
}

.language ul {
  margin-top:0;
  padding:0;
  list-style:none;
  font-size:0;
}

.language li {
	margin: 0;
	padding: 0;
	display: inline-block;
	border: 1px solid #1c89f2;
	background-color: #FFFFFF;
	font-weight: bold;
}

.language li a {
	padding: 8.5px;
	display: block;
	text-decoration: none;
	font-size: 17px;
	color: #1c89f2;
}

.language li .select {
	background-color: #1c89f2;
}

.language li a.select {
	color:#fff;
}

h1.logo {
	float: left;
  margin: 8px 0 5px;
	height: 57px;
}

h1.logo::before {
    content:" ";
    display:inline-block;
    width:86px;
    height:57px;
    background:url(images/logo.png) no-repeat;    
    background-size:cover;
    vertical-align:middle;
	position: relative;
	top:-20px;
	z-index: 20;	
}

/*==========================================

global-nav

============================================*/

#global-nav {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	background: #E8E8E8;
	z-index: 10;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#global-nav ul.global-menu {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	overflow: hidden;
}

#global-nav ul.global-menu::before,
#global-nav ul.global-menu::after {
	content: "";
	display: table;
}

#global-nav li {
	float: left;
	height: auto;
}

#global-nav li a {  
	color: #000;
	line-height: 50px;
	padding: 0 1.3em;
	text-align: left;
	font-size: 0.9em;
	text-decoration: none;
	display: block;
}

span.arrow {
	display: none;
}

#global-nav ul.child-cat li a {
	font-weight: bold;
	color: #3B3B3B;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all  0.2s ease;
}

#global-nav li a.nav_grant{
	background: #424242;
	color: #fff;
	font-weight: bold;
}

#global-nav li > ul.child-cat {
	position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
	background: #c6cbd1;
	margin: 0 auto;
	display: none;
}

#global-nav ul > div.child-wrap {
	max-width: 1020px;
  margin: 20px auto;
  display: inline-block;
}

#global-nav li a:hover {
	color: #1577d8;
	font-weight: 600;
	background: url(images/triangle2.png) no-repeat center bottom;
}

#global-nav ul.child-cat li a:hover {
	color: #F8F8F8;
}

#global-nav li a.home:hover,
#global-nav li a.faq:hover,
#global-nav li a.nav_promote_peace:hover {
	background: none;
}

#global-nav li a.nav_grant:hover {
	color: #fff;
	background: #424242;
	opacity: .8;
}

#global-nav li:hover ul {
	display: block;
}

ul.child-cat > li {
	padding: 10px 0;
}

/*==========================================

background

============================================*/

.video-wrap {
	height: 400px;
	background-size: cover;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-top: 50px;
}

.video-wrap p {
	font-family: serif;          
	color: #fff;
	font-size: 200%;
	position: absolute;
	left: 10%;
	right: 10%;
	top: 225px;
	z-index: 2;
}

.main-visual video {
 	margin: 0 auto;
	z-index: 1;
	width: 100%;
}

.slider-img {
	padding-top: 49px;
    height: 160px;
    width: 100%;
}

.slider-img ul {
	z-index: -1;
}

.slider-img img {
	width: 100%;
	height: auto;
}

/*==========================================

breadcrumbs

============================================*/

#breadcrumbs ul {
	font-size: 13px;
	padding:15px 20px;
	float: right;
}

#breadcrumbs ul li {
	display: inline-block;
    list-style: none;
	padding: .2em;
}

#breadcrumbs ul li:last-child {
    color: #d3d3d3;	
}


#breadcrumbs ul li a {
	color:#000;
	text-decoration: none;
}

#breadcrumbs ul li a:hover {
color: #d3d3d3;	
}

#breadcrumbs ul li a.current {
color: #d3d3d3;	
}

/*==========================================

main-contents

============================================*/
 
#main {
	width: 100%;
	margin: 0 auto;
  padding: 0;
}

section.infomation,
section.topics,
section.archives {
	padding: 1em 0;
	overflow: hidden;
}

section h2 {
	position: relative;
	display: block;
	width: 630px;
	padding: 1em 0;
	text-align: center;
	color: #333;
	margin: auto;
}

section h2:before, section h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 140px;
	height: 3px;
	background-color: #333;
}

section h2:before {
	left: 0;
}

section h2:after {
	right: 0;
}

section h2 p {
	font-size: 14px;
	color: #afafaf;
	padding-top: .5em;
}

.three-pillars {
	max-width: 1200px;
	margin: 2em auto;
}

.three-pillars ul {
	width: 760px;
	margin: 0 auto;
}

.three-pillars li {
	width: 205px;
	height: 280px;
	margin: 2em 1em;
	padding: .5em;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	list-style: none;
	float: left;
	background-color: #fff;
	overflow: hidden;
}

.three-pillars li.promote_peace{
	border-top: 4px solid #e4007f;
}

.three-pillars li.peace_prize{
	border-top: 4px solid #f9bb00;
}

.three-pillars li.grant{
	border-top: 4px solid #5600e4;
}

.three-pillars div {
	margin-top: .5em;
}

.three-pillars div p {
	text-align: center;
	font-size: 24px;
}

.three-pillars img {
	width: 170px;
	height: 170px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-top: .6em;
	transition-duration: 0.4s;
}

.three-pillars div p.promote_img a,
.three-pillars div p.peace_img a,
.three-pillars div p.grant_img a {
	transition: all 0.4s linear;
	display: block;
}

.three-pillars p.promote_img a:hover img,
.three-pillars p.peace_img a:hover img,
.three-pillars p.grant_img a:hover img {
	-webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
	/*-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;*/
	transition-duration: 0.4s;
}

.three-pillars div p.promote_more a,
.three-pillars div p.peace_more a,
.three-pillars div p.grant_more a {
	position: relative;
	display:inline-block;
	border:1px solid #333;
	padding: 10px 20px;
	margin: 11px 0;
	color: #333;
	text-decoration: none;
	font-size: 17px;
  z-index: 2;
  background-color: #fff;
  overflow: hidden;
}

.three-pillars div p.promote_more a::before,
.three-pillars div p.peace_more a::before,
.three-pillars div p.grant_more a::before,
.more-link p a::before,
.three-pillars div p.promote_more a::after,
.three-pillars div p.peace_more a::after,
.three-pillars div p.grant_more a::after,
.more-link p a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
	left: 0;
}

.three-pillars div p.promote_more a,
.three-pillars div p.peace_more a,
.three-pillars div p.grant_more a,
.more-link p a,
.three-pillars div p.promote_more a::before,
.three-pillars div p.peace_more a::before,
.three-pillars div p.grant_more a::before,
.more-link p a::before,
.three-pillars div p.promote_more a::after,
.three-pillars div p.peace_more a::after,
.three-pillars div p.grant_more a::after,
.more-link p a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.three-pillars div p.promote_more a:hover,
.three-pillars div p.peace_more a:hover,
.three-pillars div p.grant_more a:hover,
.more-link p a:hover {
	color: #fff;
	font-weight: bold;
}

.three-pillars div p.promote_more a::after,
.three-pillars div p.peace_more a::after,
.three-pillars div p.grant_more a::after,
.more-link p a::after {
  top: -100%;
  width: 100%;
  height: 100%;
}

.three-pillars div p.promote_more a:hover::after,
.three-pillars div p.peace_more a:hover::after,
.three-pillars div p.grant_more a:hover::after,
.more-link p a:hover::after {
  top: 0;
  background-color: #333;
}

.infomation {
	background: #eaf2f3;
}

.infomation li.select {
	background-color: #d2dadb;
	color: #000;
}

.tab_wrap {
  max-width: 600px;
  margin: 0 auto;
}

.tab_item {
  width: 32.7%;
  padding: 8px 0;
	margin: 0 .3%;
  background: #fff;
	color: #d4d4d4;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
	cursor: pointer;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

#all:checked ~ #all_content,
#news:checked ~ #news_content,
#event:checked ~ #event_content {
  display: block;
}

.tab_wrap input:checked + .tab_item {
	background-color: #145e99;
	color: #fff;
	background: repeating-linear-gradient(45deg, #145e99, #145e99 10px, #088eb6 10px, #088eb6 20px);
}

.info-nav {
	max-width: 600px;
	margin: 0 auto;
}

.tab_content_description article {
	clear: both;
	display: inline-block;
	width: 100%;
	max-width: 600px;
	margin: 1em auto 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #fff;
}

.info-contents div.tab_content {
	height: 50px;
	margin: 2em .5em;
}

.date {
	width: 100px;
  display: inline-block;
	float: left;
}

.date p {
	margin-bottom: 0.5em;
}

.info-title {
	padding-top: .2em;
	padding-left: 115px;
}

.info-title p{
	vertical-align: middle;
	line-height: 1.5em;
}

p.info-cat {
	width:100px;
	padding: 5px 0;
	text-align: center;
	color: #fff;
}

p.news {
	background: #169cad;
}

p.event {
	background: #1417ba;
}

.more-link {
	width: 200px;
	text-align: center;
	margin: 1.5em auto;
	border: 1px solid #000;
}

.more-link p {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.more-link p a {
	display: block;
	padding: .75em;
	color: #333;
	text-decoration: none;
	position: relative;
  z-index: 2;
  background-color: #fff;
  overflow: hidden;
}

.slide-list {
	min-height: 320px;
}

.list-item {
	position: relative;
	margin:60px 20px 0;
	width: 248px;
	height: 288px;
	border: 1px solid #828283;
	border-radius: 5px;
	overflow: hidden;
}

.list-item a {
	text-decoration: none;
	display: block;
  	height: 288px;
	overflow: hidden;
}

.list-item p {
	color:#111;
	margin: .5em;
}

.list-item p.title {
	font-size: 18px;
	margin: .5em;
}

.item-img img {
	width: 100%;
	height: auto;
}

.list-item p.item-img {
	margin: 0;
	max-height: 180px;
	overflow: hidden;
}

.list-item span {
	position: absolute;
	color:#333;
	font-size: 13px;
	text-align: center;
	height: 24px;
	width: 130px;
	line-height: 24px;
	top: -25px;
	left:0;
}

.slide-list .list-item img {
	display: block;
	transition-duration: 0.4s;
}

.slide-list .list-item a:hover {
	opacity: .6;
}

.slide-list .list-item a:hover img {
	transform: scale(1.2);	/*画像の拡大率*/
	transition-duration: 0.4s;	/*変化に掛かる時間*/
}

.promote_peace_item {
	background-color: #ffa2af;
}

.peace_prize_item {
	background-color: #ffdb6d;
}

.grant_item {
	background-color: #c8a6ff;
}

.archives {
	background-image: url(images/archives_bg.jpg);
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.archives select {
	display: block;
	width: 350px;
	height: 55px;
	margin: 40px auto 50px;
	font-size: 20px;
	border: 2px solid #696969;
	border-radius: 4px;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	text-indent:.01px; /* Firefox用 */
  text-overflow: ""; /* Firefox用 */
	padding: 0 1em;
	background-image: url(images/select_arrow.png) ;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: #fff;
	text-align: center;
	-webkit-text-align: center;
	cursor: pointer;
}

::-ms-expand {		
	display: none;
}

/*==========================================

archives

============================================*/

#wrapper > .archives {
	background: none;
}

.container{
	width: 100%;
	height: 100%;
	background-color: #eaf2f3;
	padding-bottom: 50px;
}

.post-list {
	max-width: 1000px;
	margin: 0 auto 2%;
}

.post-list > .list-item {
	float: left;
	margin: 2.5% 1%;
	width: 31%;
}

.post-list .list-item img {
	display: block;
	transition-duration: 0.3s;
}

.post-list .list-item a:hover {
	opacity: .7;
}

.post-list .list-item a:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.pagination{
	text-align: center;
	margin-bottom: 1em;
}

ul.page-numbers li{
	display: inline-block;
	border:1px solid #333;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 22px;
	background: #333;
	color: #fff;
}

.page-numbers a,
.page_layout a.page-numbers {
	display: block;
	text-decoration: none;
	color: #333;
	background: #fff;
}

.page-numbers a:hover{
		background: #333;
	color: #fff;
}

h2.page_title{
	display:inline-block;
	width: 100%;
	height: 65px;
	font-size: 28px;
	text-align: center;
	background: #ffc48a;
	line-height: 65px;
	box-shadow: 0px 0px 30px 10px rgba(0,0,0,.1)inset;
}

h3.sub_title{
	font-size: 20px;
	border-top:1px solid #1a89f2;
	border-bottom:1px solid #1a89f2;
	padding: .2em 0;
	text-align: center;
	margin: 20px 0;
}

table#donationTable{
	margin:0 auto 20px;
	width: 100%;
	
}

table#donationTable th{
	background-color: #6a6a6a;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	width: 20%;
	padding: 1em
}

table#donationTable td{
	border-bottom: 1px solid #fff;
	background-color: #eee;
	width: 80%;
	padding: 1em;
}

ul.gra_item{
	font-weight: bold;
	margin: 1em 0; 
	list-style: none;
}

/*==========================================

category

============================================*/

.page_layout .lede {
  max-width: 1020px;
  width: 100%;
  margin: 2.5% auto;
}

.page_layout .list-item {
	float: left;
    margin: 2.5% .8%;
	overflow: hidden;
}

.page_layout .list-item .title {
	background: rgba(255,255,255,.6);
    padding: 3px 6px 0.5em;
    margin: 0;
    font-weight: bold;
	line-height: 1.5em;
}

.page_layout .list-item:first-child,
.page_layout .list-item:nth-child(6n),
.page_layout .list-item:nth-child(7) {
	width: 45%;
}

.page_layout .list-item:first-child p.title,
.page_layout .list-item:nth-child(6n) p.title,
.page_layout .list-item:nth-child(7) p.title {
  position: absolute;
  bottom: 0;
}

.page_layout .list-item img {
	display: block;
	transition-duration: 0.3s;
}

.cat-list > .list-item p.item-img:first-child,
.cat-list > .list-item p.item-img:nth-child(6n),
.cat-list > .list-item p.item-img:nth-child(6n+1) {
  	max-height: 235px;
}

.page_layout .list-item:first-child img,
.page_layout .list-item:nth-child(6n) img,
.page_layout .list-item:nth-child(6n+1) img {
  	height: 288px;
	display: block;
	transition-duration: 0.3s;
}

.page_layout .list-item a:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

ul.gra_item{
	font-weight: bold;
	margin: 1em 0; 
	list-style: none;
}

h3.center {
	text-align: center;
}

.period,
.pdf_box,
.word_box {
	width: 760px;
	margin: 1em auto;
}

.pdf_box ul,
.word_box ul {
	padding-bottom: 20px;
}

.pdf_box ul li{
	background: url("images/i_pdf.png") left 6px no-repeat;
	text-indent: 30px;
	margin-left: 20px;
}

.grant-table tr td a {
	background: url("images/i_pdf.png") left 0px no-repeat;
	text-indent: 18px;
	padding: 5px;
	display: block;
}

a.iconLink{
	background: url("images/i_link.png") 4px no-repeat;
	text-indent: 30px;
}

.membersLead {
    color: #558040;
    font-style: italic;
	margin-bottom: 1.5em;
}

.form {
	text-align: center;
}

.word_box ul li p,
.form + p {
	width: 220px;
  height: auto;
	border: 1px solid #4286f4;
	margin: 10px;
	text-align: center;
	color: #aaa;
}

.form + p {
	width: 40%;
	margin: 50px auto;
}

.word_box ul li p > a,
.form + p a {
  display: block;
  width: 200px;
  height: auto;
  padding: 10px;
  background: #4286f4;
  color: #fff;
}

.form + p a {
  display: block;
  width: auto;
  margin: 0 auto;
}

.form + p.form-btn a {
  display: block;
  padding: 10px;
  background: #4286f4;
  color: #fff;
}

.pdf_box ul li a:hover,
.word_box ul li p a:hover,
.form + p a:hover {
	opacity: .7;
}

.pdf_download > a {
	width: 88px;
  height: auto;
  display: block;
}

img.getacro {
	width: 88px;
	height: auto;
}

.non_gra_item > li{
	font-weight: bold;
	margin-bottom: 3em;
}

.non_gra_item li p,
.non_gra_item li > ul li {
	font-weight: 200;
	margin-bottom: 5px;
}

.non_gra_innar li,
.gra_innar {
    font-weight: normal;
}

.page_layout .tab_content_description article{
	border-bottom: 1px solid #169cad;
}

/*==========================================

contents

============================================*/

/*under-page*/

.page_contents {
	width: 1200px;
	margin: 10px auto 0;
	background-color: #fff;
}

.page_layout {
	padding: 30px 60px;
	line-height: 40px;
	font-size: 18px;
	max-width: 1000px;
  margin: 0 auto;
}

.pp_box {
	background-color: #f0f0f0;
	padding: 2em;
	line-height: 2em;
	margin-top: 40px;
}

ul.contents_item {
	list-style: none;
	margin: 70px auto;
}

ul.contents_item li a,
.nppc_btn a{
	display: inline-block;
	width: 279px;
	padding:.4em;
	background-color: #fae1cf;
	border-left: #f19149 4px solid;
	text-align: center;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
	color: #000;
	text-decoration: none;
	margin-bottom: 5px;
	line-height: 1.8em;
}

ul.contents_item li a:hover,
.nppc_btn a:hover{
	background-color: #f89b55;
	color: #fff;
  transition: all 0.2s ease;
}

table#aboutTable, table.timetable {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	table-layout: fixed;
	margin: auto;
	line-height: 1.5em;
}

table#aboutTable th,
table.timetable th {
	display: table-cell;
	width: 180px;
	padding: 1em 0;
	background: #d4d4d4;
	color: #242424;
	border-bottom: 1px solid #c0c0c0;
	vertical-align: top;
}

table.timetable th {
	width: 30%;
	background: #fff;
}

table#aboutTable td,
table.timetable td {
	display: table-cell;
	width: 540px;
	padding: 1em;
	border-bottom: 1px solid #c0c0c0;
	font-size: 17px;
}

table.timetable td {
	width: 70%;
}

table#aboutTable td p,
table.timetable td p {
	margin-bottom: .5em;
}

table#aboutTable td a,
.page_layout a {
	text-decoration: none;
	color: #0f54d2;
}

span.h_line {
	display: inline-block;
	width: 100%;
	border-top:3px solid #7f9bb4;
	font-size: 22px;
	padding-top: 1em;
	margin: 1em 0;
}

.page_layout p {
	margin-bottom: 1em;
	line-height: 2em;
}

.qa_box {
	display: block;
	border: 1px solid #333;
	border-radius: 8px;
	padding:20px 20px 0;
	margin: 20px 0;
}

.q_box,
.a_box {
	display: block;
	font-size: 18px;
	position:relative;
	padding-left: 70px;
	/*line-height: 60px;*/
	margin: 10px 0 35px;
}

.q_box::before {
	content: "Q";
	display:inline-block;
	position: absolute;
	left: 0;
	top: -5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #e8fadc;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	vertical-align: middle;
}

.a_box::before {
	content: "A";
	display:inline-block;
	position: absolute;
	left: 0;
	top: -5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #effbc7;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
}

.pagination {
	text-align: center;
	margin-bottom: 3em;
	clear: both;
}

.page_link {
	display: inline-block;
	border:1px solid #333;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 22px;
	background: #333;
	color: #fff;
}

.page_link a {
	display: block;
	text-decoration: none;
	color: #333;
	background: #fff;
}

.page_link a:hover {
		background: #333;
	color: #fff;
}

h2.page_title {
	display:inline-block;
	width: 100%;
	height: 65px;
	font-size: 28px;
	text-align: center;
	background: #ffc48a;
	line-height: 65px;
	box-shadow: 0px 0px 30px 10px rgba(0,0,0,.1)inset;
}

h3.sub_title {
	font-size: 20px;
	border-top:1px solid #1a89f2;
	border-bottom:1px solid #1a89f2;
	padding: .2em 0;
	text-align: center;
	margin: 20px 0;
}

.contents > h4 {
	text-align: center;
	font-size: 1.25em;
	padding: 1em 0;
	line-height: 1.1;
} 

table#donationTable {
	margin:0 auto 20px;
	width: 100%;
	
}

table#donationTable th {
	background-color: #6a6a6a;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	width: 20%;
	padding: 1em
}

table#donationTable td {
	border-bottom: 1px solid #fff;
	background-color: #eee;
	width: 80%;
	padding: 1em;
}

ul.gra_item {
	font-weight: bold;
	margin: 1em 0; 
	list-style: none;
}

.page_layout .cat-d p {
    margin-bottom: 0.5em;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*==========================================

peace-list

============================================*/

h2.cat_name {
	display:inline-block;
	width: 100%;
	height: 65px;
	font-size: 22px;
	background: #dde7f1;
	line-height: 65px;
}

h2.cat_name p {
padding-left: 1em;
}

.peace-photo {
	background: #282828; /* Old browsers */
	background: -moz-linear-gradient(left, #282828 0%, #595959 21%, #666666 51%, #595959 80%, #282828 100%);
	background: -webkit-linear-gradient(left, #282828 0%,#595959 21%,#666666 51%,#595959 80%,#282828 100%);
	background: linear-gradient(to right, #282828 0%,#595959 21%,#666666 51%,#595959 80%,#282828 100%);
	max-height: 300px;
}

.peace-photo p {
	display: block;
	max-width: 992px;
	margin: 0 auto;
}

.peace-photo img {
	width: 100%;
	max-width: 992px;
  height: auto;
	max-height: 300px;
	object-fit: cover;
}

.winner-list {
	padding: 1em;
	margin: 1em;
	border: 1px solid #70b1db;
}

.winner-list a {
	display: block;
}

.winner-list p {
	margin: 0;
	color: #000;
}

.winner-list a:hover {
	opacity: 0.5;
}

.thumbnail {
	display: block;
	padding-right: 1.5em;
  float: left;
	height: 70px;
}

.thumbnail img {
	width: 70px;
	height: 70px;
}

.winner-name,
.winner-year {
	line-height: 35px !important;
}

.committee-name,
.committee-year {
	line-height: 35px !important;
	float: left;
	display: inline-block;
	width: 85%;
}

.winner-name,
.committee-name {
	font-weight: bold;
}

.nppc_headline{
	width:500px;
	background-color: #DCF8DA;
	padding: 20px 0;
	text-indent:1em;
	margin:1em;
	border-left:#4E9A78 4px solid;
	font-size:21px;
}

.nppc_btn a{
	color:#333;
}

/*==========================================

grant

============================================*/

.grant-year {
	margin: 30px auto;
}

.grant-year ul {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}

.grant-year li {
	float: left;
	padding: 0 0.5em;
	width: 22%;
	margin: 0.5em 0;
}

.grant-year li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 1em 1.2em;
	background: #c0bdc4;
	text-align: center;
}

.grant-year li a.select {
	background: #605d66;
}

.grant-year li a:hover {
	background: #605d66;
	transition-duration: 0.5s;
}

.grant-name {
	width: 100%;
	border-top: 3px solid #7442bd;
}

.grant-title {
	max-width: 780px;
	width: 100%;
	color: #7442bd;
	padding: 1em 0 1em;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
}

.half ul {
	width: 100%;
	height: 50px;
}

.half li {
	float: left;
	padding: 0;
	width: 85px;
	margin: 0;
}

.half li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 1em 0.6em;
	background: #dfd4f2;
	text-align: center;
	font-weight: bold;
}

.half li a.select {
	background: #7342bf;
}

.half li a:hover {
  background: #8659cc;
	transition-duration: 0.5s;
}

.grant-table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}

.grant-table table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.grant-table table th {
	background: #817f84;
	color: #fff;
}

.grant-table table th,
.grant-table table td {
  padding: .625em;
  text-align: center;
	border-right: 1px solid #ccc;
}

/*==========================================

pages

============================================*/

/* PAGE style */

.timeline-box {
	max-width: 750px;
	margin: 0 auto;
}

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.timeline > li p {
  margin-top: 16px;
}

.timeline-date {
	font-weight: bold;
}

.timeline-date {
  width: 125px;
  float: left;
  margin-top: 20px;
}

.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #cce6ff solid;
  padding-left: 30px;
}

.timeline-content:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #4286f4;
  position: absolute;
  left: 120px;
  top: 24px;
  border-radius: 100%;
}

p.comment {
	margin: 2.5em 0;
}

.page-img img {
	width: 100%;
	height: auto;
}

/*==========================================

single

============================================*/

section.single-wrap {
	max-width: 780px;
	margin: 0 auto;
	padding: 0 10px;
}

.post-title {
	margin: 2em 0 1.2em;
}

.post-title h3,
.post-title h4 {
	margin-bottom: .5em;
}

.title {
	font-size: 1.3em;
	line-height: 1.2;
}

.post-date {
	margin: 1.5em 0;
}

/*.lang > a.current_language:first-child {
	display: none;
}*/

.lang a{
	text-decoration: none;
	margin-right: 1em;
	color: #424242;
}

.lang a:hover {
	opacity: .7;
}

.post {
	max-width: 780px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 50px;
}

.post > .top-img,
.detail-photos p,
.imgList a img {
	border: 1px solid #242424;
	padding: 1.1%;
}

.imgList a img {
   object-fit: cover;
   width: 200px;
   height: 200px;
}
	
.post > .top-img img {
	width: 100%;
	height: auto;
}

.post > .contents,
.detail-photos {
	margin: 1.5em auto;
}

.post > .contents p {
	line-height: 1.9em;
	font-size: 1.1em;
}

.post > .contents .top-img p,
.detail-photos p {
	line-height: 1em !important;
}

.contents li a,
.contents p a {
	display: inline-block;
	text-decoration: none;
	color: #1A89F2;
	padding: .7em 0;
}

.detail-photos p a {
	padding: 0;
}

.contents li a:hover,
.contents p a:hover{
	opacity: .5;
}

.contents p > img {
	border: 1px solid #ddd;
	padding: 1%;
	height: auto;
}

.peace-item {
	max-width: 700px;
	margin: 0 auto;
	padding: 1.5em 0 0;
}

.peace-item ul li {
	float: left;
	margin: 0 .5em;
	width: 30.8%;
	box-shadow: 5px 6px 0px #f8bb00;
}

.peace-item li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 1.2em 0.7em;
	background: #ffdb6d;
	border: 1px solid #eeb202;
	text-align: center;
}

.peace-item li a:hover {
	background: #fff;
}

.detail-photos p {
	width: 30.8%;
	float: left;
}

.detail-photos img {
  width: 100%;
  height: 236px;
  object-fit: cover;
}

.navigation {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  /*margin-bottom: 50px;*/
  width: 100%;
}

.navigation p a {
	color: #242424;
	font-weight: bold;
	text-decoration: none;
}

.navigation p a:hover {
	color: #ccc;
}

.prev,
.next {
	display: block;
	float: left;
	font-size: 1.2em;
	width: 49%;
	padding: 40px 0;
}

.prev {
	text-align: right;
	border-right: 1px solid #ccc;
}

.next {
	border-left: 1px solid #ccc;
}

.prev span,
.next span {
	display: inline-block;
	padding: 0 35px;
}

span.s-prev {
	float: right;
}

/*==========================================

default_img

============================================*/

img.alignright {  
	float:right;
}

img.alignleft {  
	float:left;
	padding: .5em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
	padding: .5em;
}

/*==========================================

SNSボタン

============================================*/

.sns{
margin-bottom: 20px;
margin-top: 20px;
}

.sns p{
margin-top: 20px;
font-weight: bold;
}

.snstext{
font-size: 15px;
vertical-align: middle;
padding-left: 10px;
padding-right: 10px;
}

.sns ul {
padding: 0px;
}

.sns li {
width: 100px;
float: left;
padding: 5px 5px 5px 0;
text-aligh: center;
list-style: none;
}

.sns li a {
font-size: 14px;
position: relative;
display: block;
padding: 10px;
color: #fff;
border-radius: 6px;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.sns li a:hover {
-webkit-transform: translate3d(0px, 5px, 1px);
-moz-transform: translate3d(0px, 5px, 1px);
transform: translate3d(0px, 5px, 1px);
box-shadow: none;
}

/* ツイッター */
.sns .twitter a {
background: #00acee;
box-shadow: 0 5px 0 #0092ca;
}
.sns .twitter a:hover {
background: #0092ca;
}
/* Facebook */
.sns .facebook a {
background: #3b5998;
box-shadow: 0 5px 0 #2c4373;
}
.sns .facebook a:hover {
background:#2c4373;
}
/* グーグル */
.sns .googleplus a {
background: #dc4e41;
box-shadow: 0 5px 0 #d51e31;
}
.sns .googleplus a:hover {
background:#bb4237;
}
/* はてブ */
.sns .hatebu a {
background:#00a5de;
box-shadow: 0 5px 0 #0081b8;
}
.sns .hatebu a:hover {
background: #008cbd;
}
/* LINE */
.sns .line a {
background: #25af00;
box-shadow: 0 5px 0 #219900;
}
.sns .line a:hover {
background: #219900;
}
/* Pocket */
.sns .pocket a {
background: #f03e51;
box-shadow: 0 5px 0 #c0392b;
}
.sns .pocket a:hover {
background: #c0392b;
}
/* EverNote */
.sns .evernote a {
background: #87c040;
box-shadow: 0 5px 0 #74a436;
}
.sns .evernote a:hover {
background: #74a436;
}

/*==========================================

footer

============================================*/

#foot {
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
	height: auto;
	min-height: 400px;
	background-color: #414647;
}

#page-top {
	background-color: #b6d3bc;
	padding: 1em;
}

#page-top p {
	text-align: center;
}

#page-top a {
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: bold;	
}

.sns-box ul {
	text-align: center;
	margin-top: 1em;
}

.sns-box ul li {
	display: inline-block;
	margin: 10px;
}

.sns-box ul li img {
	width:40px;
	height: 40px;
}

.sitemap{
	width: 1200px;
	margin: 30px auto 10px;
}

.sitemap ul.first-floor {
	display:table;
	width: 100%;
	margin: 0 auto;
}

.sitemap ul.first-floor li {
	display:table-cell;
	font-weight: bold;
	min-width: 125px;
	max-width: 180px;
}

.sitemap ul.second-floor {
	margin: 15px 0;
}

.sitemap ul.second-floor li {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-top: .8em;
}

.sitemap ul.second-floor li::before {
	content: "・";
	color: #fff;
}

.sitemap ul.third-floor li::before {
	content: "-";
	color: #fff;
	margin-left: 1em;	
}

.sitemap ul li a {
	color:#fff;
	text-decoration: none;
}

.sitemap ul li.donation a {
	display: block;
	background-color: #afafaf;
	color: #414647;
	padding: 10px;
	width: 123px;
	text-align: center;
}

.sitemap ul li.donation,
.sitemap ul li.sitepolicy,
.sitemap ul li.mail,
.sitemap ul li.access {
	display: block;
	margin-bottom: 20px;
}

.copyright {
	font-size: 14px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}

#foot.en-foot{
	min-height: 263px;
}

/*==========================================

seach

============================================*/

.seach-page{
	width: 100%;
	height: auto;
	margin-top: 30px;
}

section.seach-page h2::before,
section.seach-page h2::after{
	content: '';
	display: none;
}

.seach-page .search input[type="text"]{
	width: 300px;
}

/*==========================================

under-footer

============================================*/

#top-btn {
	width: 50px;
	height: auto;
	position: fixed;
	right: 1%;
	bottom: 2%;
}

#top-btn a,
#top-btn img {
	width: 50px;
	height: 50px;
	display: block;

}

.under-footer {
	padding-top: 20px;
	min-height: 300px !important;
}

.under-footer.en-foot{
	min-height: 200px !important;	
}

/*==========================================

clearfix

============================================*/

.clearfix:after {  
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;  
	content: " ";  
	clear: both;  
}

/*==========================================

responsiv

============================================*/

@media only screen and (min-width:768px) and (max-width:1199px) {
/*tablet用のcssを記述*/

h1.logo::before {
  width: 100px;
  height: 75px;
  top: -14px;
	background-size: contain;	
}

#global-nav ul.global-menu {
  width: 768px;
	margin: 0 auto;
}

#global-nav li a {
  padding: 0 1.05em;
	text-align: center;
}

.slider-img {
	padding-top: 0;
  height: 150px;
}

.page_layout .list-item,
.page_layout .list-item:nth-child(6n),
.page_layout .list-item:nth-child(6n+1)  {
	width: 31%;
}

.page_layout .list-item:first-child {
	width: 64%;
}

.page_layout .list-item:nth-child(6n) p.title,
.page_layout .list-item:nth-child(6n+1) p.title {
  position: static;
}

.page_layout .list-item:first-child p.title {
	position: absolute;
}

.page_layout .list-item:nth-child(6n) img,
.page_layout .list-item:nth-child(6n+1) img {
  height: auto;
}

.sitemap {
    width: 90%;
    padding-left: 8%;
}

.sitemap ul.first-floor li {
  min-width: 150px;
  float: left;
  list-style: none;
}

.sitemap ul.first-floor li:nth-child(5) {
	clear: both;
}

.sitemap ul.second-floor {
  margin: 20px 0;
	display: inline-block;
}

.sitemap ul li.sitepolicy,
.sitemap ul li.mail,
.sitemap ul li.access {
	margin-left: 5%;
}
	
.page_contents {
	width: 100%;
	height: 100%;
}
	
	
table#aboutTable {
	width: auto;
	margin-top: 30px;
}
	
.page_layout{
	padding-top: 30px;
	margin: auto;
}

ul.contents_item {
	/*max-width: 750px;*/
	width: auto;
}

.prev a,
.next a,
.prev span,
.next span {
	display: block;
	padding: 10px 20px;
}

span.s-prev {
	float: none;
}

.winner-name, 
.winner-year{
width: 80%;
float: right;
display: inline-block;
}
	
}

@media screen and (max-width:767px) {
/*スマホ用のcssを記述*/

#wrapper {
	padding-top: 0;
}

h1.logo {
  margin: 7px 0 7px;
  height: 40px;
}

h1 img {
  width: 150px;
  height: 40px;
}

h1.logo::before {
  width: 70px;
  height: 40px;
	top: -12px;
	background-size: contain;	
}

#menu-btn {
	display: block;
}

.head-contents {
	text-align: center;
  margin: 0 auto 20px;
  height: 50px;
	width: 300px;
  clear: both;
  display: none;
}

.language {
  margin: 20px 0 0;
}

#global-nav {
	display: none;
}

#global-nav li {
  float: none;
  height: 100%;
	position: relative;
}

#global-nav li a {
	text-align: center;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}

span.arrow {
	display: block;
  position: absolute;
	right: 5px;
	top: 0;
  padding: 1.1em;
}

#global-nav li a.home::after,
#global-nav li a.faq::after,
#global-nav li a.nav_grant::after,
#global-nav li > ul.child-cat li a::after {
	content: " ";
}

#global-nav li > ul.child-cat {
	position: static;
	display: none;
}

#global-nav li > ul.child-cat li a {
	text-align: left;
	font-size: 14px;
    line-height: 40px;
}

.slider-img {
	padding-top: 0;
  height: 50px;
}

.video-wrap {
  padding-top: 0;
	height: 250px;
}

.video-wrap p {
	top: 25%;
}

section h2 {
	width: 200px;
	padding: .5em 0;
}

section h2:before,
section h2:after {
  width: 0;
}

.three-pillars {
  max-width: 100%;
  margin: 2em auto;  
}

.three-pillars ul {
	width: 100%;
}

.three-pillars li {
  width: 90%;
	height: auto;
  margin: .8em auto;
  padding: .5em;
  float: none;
}

.three-pillars img {
  width: 100px;
  height: 100px;
  display: block;
  margin-left: .5em;
	margin-top: 0;
}

.promote_img,
.peace_img,
.grant_img {
	display: inline-block;
	float: left;
	padding-top: 2px;
}

.promote_more,
.peace_more,
.grant_more {
	padding: 25px 0 30px;
}

.three-pillars div p a {
	padding: 4% 10%;
}

.tab_content_description {
	margin-top: 25px;
	padding: 5px;
}

.tab_content_description article {
  width: 100%;
  margin: 4px auto;
  border-bottom: none;
  background: rgba(255,255,255,0.6);
  padding: 1em 0;
}
	
.page_layout .tab_content_description{
  margin-top: 10px;
}

.date {
	padding-left: 8px;
}

.info-title {
	padding-top: 0;
}

.archives {
	margin-top: 0;
}

.archives select {
	width: 300px;
	margin: 20px auto 40px;
}
	
#breadcrumbs ul {
	float: left;
}

.page_contents {
	width: 100%;
	padding: 0;
	margin: 0;
}

.page_layout {
	padding: 10px 0;
	font-size: 15px;
}

h2.cat_name {
    height: auto;
    font-size: 20px;
    line-height: 30px;
	padding: 10px 0;
}

.page_layout p,
.non_gra_item,
.non_gra_innar {
	width: 90%;
	margin:1em auto;
}

.page_layout p {
	font-size: 17px;
}

.page_layout .list-item p {
	width: 100%;
}

.page_layout .list-item,
.page_layout .list-item:first-child
.page_layout .list-item:nth-child(6n),
.page_layout .list-item:nth-child(6n+1)  {
	width: 47.5% !important;
  	height: auto;
}

.page_layout .list-item p.title,
.page_layout .list-item:first-child p.title,
.page_layout .list-item:nth-child(6n) p.title,
.page_layout .list-item:nth-child(6n+1) p.title {
  	position: static;
	width: 95%;
}

.page_layout .list-item:first-child img,
.page_layout .list-item:nth-child(6n) img,
.page_layout .list-item:nth-child(6n+1) img {
  	height: auto;
}

/* PAGE style */

.timeline {
  list-style: none;
}

.timeline > li {
  margin-bottom: 10px;
}

.timeline-date {
  float: none;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #4286f4;
}

.timeline-content {
  width: 90%;
  float: none;
  border: none;
  padding-left: 0px;
  margin: 0 auto;
}

.timeline-content:before {
	display: none;
}

.pdf_box ul li {
    margin-left: 2px;
}

/* CATEGORY style*/

h3.center {
	text-align: left;
	line-height: 1.5em;
}

.pdf_box,
.word_box {
	width: 90%;
  	margin: 1em auto;
}

.post > .contents p {
  font-size: 17px;
}

.pp_box {
	padding: 1em;
}
	
ul.contents_item li a {
	display: block;
	margin:5px auto ;
}
	
table#aboutTable,
table.timetable {
	width: 90%;
	margin-top: 20px;
}

table.timetable thead {
	display: none;
}	

table#aboutTable th,
table.timetable th {
	display: block;
	width: 100%;
	padding: .5em 0;
}
	
table#aboutTable td,
table.timetable td {
	display: block;
	width: auto;
}

table.timetable td {
	text-align:center;
}
	
span.h_line {
	margin: 0 auto;
	text-align: center;
}
	
.qa_box {
	display: block;
	width: 90%;
	margin:2em auto;
	padding: 10px;
	text-align: center;
}

.q_box,
.a_box {
	padding: 0 10px;
	margin: 0;
	line-height: 2em;
	text-align: left;
	font-size: 15px;
}

.q_box::before,
.a_box::before {
	display: block;
	margin: 0 auto 10px;
	position: static;
}

.pagination {
	margin-top: 20px;
}

.post-title {
    margin: .5em 0 1em;
}	

h3 {
	/*margin: 1em;*/
}

h4 {
    width: 90%;
    margin: 0 auto;
}

h3.sub_title {
	width:90%;
	margin: auto;
}

.contents p > img {
	width: 97%;
}

table#donationTable {
	width: 90%;
}
	
table#donationTable th {
	display: block;
	width: 100%;
    padding: .5em 0;
}
	
table#donationTable td{
	display: block;
	width: auto;
}
	
ul.contents_item li a{
	width: 90%;
}
	
ul.gra_item{
	width: 90%;
	margin: 1em auto;
}

.peace-item ul li {
  margin: 0;
  width: 33%;
}

.peace-item li a {
	font-size: 0.8em;
}

.winner-list {
	padding: .8em;
	margin: .8em;
}

.winner-list p {
	width: auto;
	font-size: 15px;
	margin: 0 auto;
}

.thumbnail {
	height: 50px;
	padding-right: .5em;
}

.thumbnail img {
	width: 50px;
	height: 50px;
}

.winner-name,
.winner-year,
.committee-name,
.committee-year {
	line-height: 25px !important;
}

.winner-list p.winner-name,
.winner-list p.winner-year{
	width: 78%;
    float: right;
}	

.committee-name {
	float: none;
	display: block;	
}
	
.nppc_headline, .nppc_btn {
    width: 90%;
    margin: auto;
}

.grant-year {
  padding-left: 5px;
}	

.grant-year li {
  float: left;
  padding: 0 0.2em;
  width: 23%;
  margin: 0.2em 0;
}

.grant-title {
	width: auto;
	margin: 0 0.5em;
}

.grant-table table {
	border: none;
}

.grant-table table thead {
    display: none;
}

.grant-table table tr {
		border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    display: block;
		margin-bottom: 1em;
}

.grant-table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: left;
}

.grant-table table td:before {
    content: attr(aria-label);
    float: left;
}

.detail-photos p {
	width: 30.5%;
}

.detail-photos img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.post-list > .list-item {
    width: 47%;
		margin: 5% 1%;
}

.peace-item ul li {
    margin: 0;
    width: 33%;
}

.peace-item li a {
		font-size: 0.8em;
}

.detail-photos p {
	width: 30.4%;
}

.detail-photos img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.prev,
.next {
	padding: 10px 0 20px;
	font-size: 1em;
}

.prev a,
.next a,
.prev span,
.next span {
	display: block;
	padding: 10px 5px;
}

span.s-prev {
	float: none;
}

.sitemap {
	width: 94%;
  margin: 0 4% 20px;
}

.sitemap ul.first-floor li {
	display: block;
	width: 100%;
	max-width: 340px;
	margin: 5px auto;
	font-size: 13px;
}

.sitemap ul.first-floor li a {
	padding: 5px 0;
	font-size: 1.1em;
}

.sitemap ul.second-floor li {
	padding: 0;
	margin: 10px 0;
}

.sitemap ul li.f-home,
.sitemap ul li.donation,
.sitemap ul li.sitepolicy,
.sitemap ul li.mail,
.sitemap ul li.access {
	padding: 10px 0;
}

.copyright {
  padding: 10px;
}

/*seach*/
section.seach-page h2{
    width:300px;
}

.seach-page .search input[type="text"] {
    width: 200px;
}
	
}

@media screen and (max-width:415px) {
.post-list > .list-item {
  width: 98%;
	margin: 5% 1%;
	height: auto;
}

.post-list > .list-item a {
    height: auto;
}

.page_layout .list-item,
.page_layout .list-item:first-child
.page_layout .list-item:nth-child(6n),
.page_layout .list-item:nth-child(6n+1)  {
	width: 97% !important;
  height: auto;
}

.page_layout .list-item p.title {
  overflow: -webkit-paged-x;
}
	
}

.page_layout p a {
	display: inline-block;
	text-decoration: none;
	color: #1A89F2;
	padding: .7em 0;
}

/* button fix kk */
.peace-item2 ul {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  padding: 1.5em 0 0;
}	
.peace-item2 ul li {
  display: flex;
  width: 33%;
  box-shadow: 5px 6px 0px #f8bb00;
  margin: 0 .5em;
}
.peace-item2 ul li a {
  display: grid;
  align-items: center;
  text-align: center;
  width: 100%;
  text-decoration: none;
  color: #000;
  padding: 1.2em 0.7em;
  background: #ffdb6d;
  border: 1px solid #eeb202;
  line-height: 1.3em;
}
.peace-item2 li a:hover {
    background: #fff;
}

@media screen and (max-width: 767px){
  .peace-item2 ul li {
    margin: 0;
  }
  .peace-item2 ul li a {
    font-size: 0.8em;
  }
}

.icon_pdf {
  background: url(/wp-content/themes/npf/images/i_pdf.png) left 6px no-repeat !important;
}

.icon_word {
  background: url(/wp-content/themes/npf/images/i_word.png) left 6px no-repeat !important;
}

.icon_link {
  background: url(/wp-content/themes/npf/images/i_link.png) left 6px no-repeat !important;
}


/*公募助成　ボタン　時間切り替え関連*/
.cursor-none {
  pointer-events: none;
}

/* reCAPTCHA */
.grecaptcha-badge { visibility: hidden; }
.lead-center {
    text-align: center;
    font-size: 12px;
}

/*　理事長挨拶　テキスト追加関連*/
.chairman-right-block {
  text-align: right;
  margin-right: 64px;
}
.chairman-left-text {
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 767px){
  .chairman-right-block {
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}

/*　庭野平和財団　追加関連*/
.encouragement-list:not(:first-of-type) {
  display: flex;
  width: 100%;
  border: 1px solid #70b1db;
  margin: 30px 0;
  padding: 20px;
  box-sizing: border-box;
}
.visionary .encouragement-list {
  display: flex;
}
.encouragement-list .item-01 {
  max-width: 300px;
}
.encouragement-list:first-of-type .item-01 {
  display: none;
}
.visionary .encouragement-list:first-of-type .item-01 {
  display: block;
}
.visionary .detail-photos p:last-of-type {
  display: none;
}
.encouragement-list .item-01 img {
  max-width: 300px;
  width: 100%;
  object-fit: contain;
}
.encouragement-list .item-02 {
  flex: 1;
  margin-left: 20px;
}
.encouragement-list .item-02 p {
  margin: 0 0 1em;
}
.encouragement-btn {
  text-align: center;
}
.encouragement-btn a {
  display: block;
  background: #ffdb6d;
  padding: 8px 12px;
  max-width: 200px;
  color: #000;
  transition: 0.2s ease-in-out;
}
.encouragement-btn a:hover {
  opacity: 0.7;
}
.receipient-movie {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 767px){
  .encouragement-list {
    width: calc(100% - 40px);
    margin: 30px auto;
  }
  .encouragement-list .item-01 {
    width: 34%;
  }
  .encouragement-list .item-02 {
    width: 66%;
  }
}

@media screen and (max-width: 560px){
  .encouragement-list {
    flex-direction: column;
  }
  .encouragement-list .item-01 {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  .encouragement-list .item-02 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .encouragement-btn a {
    margin: 0 auto;
  }
  .receipient-movie {
    max-width: 100%;
    height: 54vw;
  }
}

.visionary-arrow {
  position: relative;
  margin-left: 14px;
}
.visionary-arrow:before {
  position: absolute;
  content: "→";
  top: -12px;
  left: -23px;
}

/* 20240424～20240501 追加　start */
.page_layout p.reason,
.page_layout p.speech {
  margin: 0;
}
.page_layout .reason a,
.page_layout p.speech a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 1.2em 0;
  background: #ffdb6d;
  border: 1px solid #eeb202;
  text-align: center;
  font-size: 0.8em;
}
.post.visionary .encouragement-list {
  border: none;
  margin: 0;
  padding: 0;
}

.disabled-link {
    pointer-events: none;
    background: #888 !important;
}
/* 20240424～20240501　追加　end */