@charset "UTF-8";
/*
Theme Name: Light up OSAKA 2019
Theme URL: 
Description: 
Author: Soma Onojima
Version: 
Tags: 
License:
License URI: 
*/

*{
	box-sizing: border-box;
	color: #36363e;
	line-height: 1.6em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
*::selection{
	background-color: #fdd000;
}

body{
	font-family: 'Noto Sans JP', 'Roboto',sans-serif;
}

/* 共通スタイル */
a,a:hover,a:active,a:visited,a:link{
	color: inherit;
	text-decoration: none;
}
p{
	font-size: 16px;
	line-height: 1.8em;
    margin: 0.5em 0 1em;
}
p:first-of-type{
	margin-top: 0em;
}
p:last-of-type{
	margin-bottom: 0px;
}

em,strong{
	font-weight: bold;
}

img{
	display: block;
	max-width: 100%;
}
table{
	margin: 1em 0em 2em;
}
table{
	border-top: 1px solid #e9e9e9;
}
th,td{
	padding: 0.5em 1em;
	border-bottom: 1px solid #e9e9e9;
	vertical-align: middle;
}
th{
	font-weight: bold;
	background-color: #f3f3f3;
	min-width: 180px;
}

ul.textlist {
    margin: 1em 0em 1em 20px;
    list-style-type: disc;
    font-size: 16px;
}

ul.textlist li{
	margin-bottom: 0.5em;
    line-height: 1.4em;
    color: #999;
}
ul.textlist li span{
	color: #333;
}


#article ul,
#article ol{
	margin: 0.5em 0em 1em;
	margin-left: 18px;
	color:#ccc;
}
#article ul{
	list-style-type: disc;
}
#article ol{
	list-style-type: decimal;
}

#article ul li,
#article ol li{
	margin-bottom: 0.5em;
}
#article ul li span,
#article ol li span{
	color: #36363e;
}
blockquote{
	margin: 0.5em auto 1em;
	padding: 20px;
	background-color: #eee;
}
cite{
	display: inline-block;
	line-height: 1.6em;
	margin: 0.5em auto 1em;
}
.prepare{
	margin: 0.5em auto 1em;
	padding: 20px;
	background-color: #eee;
}
small{
	display: block;
	font-size: 0.8em;
	line-height: 1.4em;
	color:#777;
}

.flex-wrap{display: flex;flex-wrap: wrap;}
.flex-nowrap{display: flex;flex-wrap: nowrap;}
.flex-column{flex-direction: column;}
.flex-top{align-items: flex-start;}
.flex-middle{align-items: center;}
.flex-c-middle{align-content: center;}
.flex-sa{justify-content: space-around;}
.flex-sb{justify-content: space-between;}
.flex-center{justify-content: center;}
.flex-right{justify-content: flex-end;}

.section-wrap{
	padding: 80px;
}
.bg-yellow{
	background-color: #fdd000;
	background:repeating-linear-gradient(-30deg, #ffda31 0, #ffda31 10px, #fdd000 10px, #fdd000 20px);
}
.bg-gray{
	background-color: #f9f9fa;
}
.whiteSpace{
	padding: 40px;
	background-color: #fff;
	border-radius: 4px;
}
.bold{
	font-weight: bold;
}
.marker {
    display: inline;
    background-image: linear-gradient(transparent 60%, #ffe484 60%);
}
.black{
	color: #1a1a1a;
}
.fontSize12{
	font-size: 1.2em;
}

.btn{
	margin: 2em auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.btn a:hover{
	opacity: 0.8;
}
.btn-sqare{
	padding: 0.5em 1em;
	font-weight: bold;
}
.btn-sqare i {
    margin-right: 0.5em;
}
.btn-yellow{
	background-color: #ffb100;
}

.morebtn-yellow,
.morebtn-white{
	display: inline-block;
	margin-top: 1em;
	position: relative;
	font-weight: bold;
	font-size: 14px;
}
a.morebtn-white{
	color: #fff;
}
.morebtn-yellow:after,
.morebtn-white:after{
	position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    transform: scale(0.4, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.morebtn-yellow:after{background: #fdd000;}
.morebtn-white:after{background: #fff;}

.morebtn-yellow:hover:after,
.morebtn-white:hover:after{
	transform: scale(1, 1);
}
a.roundbtn-white,
a.roundbtn-grey{
    display: block;
    margin: 2em 1em;
    border-radius: 2em;
    padding: 0.5em 2em;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.1);
	transition: 0.3s all;
}
a.roundbtn-white{
	border: 2px solid #fff;
	color: #fff;
}
a.roundbtn-grey{
	border: 2px solid #36363e;
	color: #36363e;
}
a.roundbtn-white:hover,
a.roundbtn-grey:hover{
	transform: translateY(-4px);
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
a.roundbtn-white:hover{
	background-color: #fff;
}
a.roundbtn-grey i {
    display: inline-block;
    margin-bottom: 0.5em;
    color: #8a6b01;
    font-size: 10px;
    line-height: 1.5em !important;
    margin-right: 0.5em;
    transform: translateY(-1px) scale(0.8);
}
.boxShadow{
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
}
.sp{
	display: none;
}
/* End 共通スタイル */
header{
	width: 100%;
    background-color: #fff;
    z-index: 999;
	border-bottom: 1px solid #eee;
}
.headerBorder{
	width: 100%;
	height: 3px;
	background-image: -webkit-linear-gradient(0deg,rgba(255,227,103,1.00) 0%,rgba(253,208,0,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(255,227,103,1.00) 0%,rgba(253,208,0,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(255,227,103,1.00) 0%,rgba(253,208,0,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,227,103,1.00) 0%,rgba(253,208,0,1.00) 100%);
}

h1{
	font-weight: bold;
}

h1 svg{
	width: 50px;
}
.h1text{
	margin-left: 1em;
}
.h1text span{
	display: block;
}
.h1text span:nth-of-type(1){
	margin-bottom: 0.3em;
	font-size: 0.675em;
}
.h1text span:nth-of-type(2){
	font-size: 18px;
	font-family: 'Roboto';
}
/* カラム設定 */
.column-1 main{
	width: 100%;
}
.column-2{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.column-2 main{
	width: calc(100% - 240px);
}
.column-2 aside#sidebar{
	width: 200px;
	margin-right: 40px;
}
.box2{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.box2 .box-item{
	width: 50%;
}
.box-bg{
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.box-overlay,
.box-inner{
	height: 100%;
}
.separater{
	background-image: linear-gradient(to right, #f9a741, #f9d041);
	height: 4px;
}
/* End カラム設定 */

.container{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
#breadcrumb {
    margin-bottom: 0.5em;
}
.titleBox{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}
h3{
	font-size: 28px;
	font-weight: bold;
	font-family: 'Roboto';
}
.h3sub{
	font-size: 12px;
	font-weight: bold;
	position: relative;
	color: #666;
}
.h3sub:after {
    display: block;
    content: "";
    width: 60%;
    height: 4px;
    background-color: #fdd000;
    position: absolute;
    left: 20%;
    bottom: -6px;
}

.imageNParagraph .imgbox{
	width: calc(50% - 40px);
	margin-right: 40px;
}
.imageNParagraph .paragraph{
	width: 50%;
}
.imageNParagraph .title{
	margin-bottom: 0.5em;
}

.header-content{
	padding: 20px;
	background-color: #ffffff;
}
.bgWide{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 350px;
}

/* グローバルナビ */
#global-nav a,
#mb-global-nav a{
    display: block;
	position: relative;
    margin: 0 1em;
	padding: 0.5em 0em;
}

#global-nav a:after,
#mb-global-nav a:after{
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fdd000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#global-nav a:hover:after {
  transform: scale(1, 1);
}
#global-nav .en,#global-nav .ja,
#mb-global-nav .en,#mb-global-nav .ja{
	display: block;
	text-align: center;
	font-weight: bold;
}
#global-nav .en,
#mb-global-nav .en{
	font-size: 1.03em;
	font-family: 'Roboto';
}
#global-nav .ja,
#mb-global-nav .ja{
	margin-top: 0.5em;
	font-size: 0.65em;
	color: #777;
}
.drawer-hamburger{
	display: none;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
	height: 3px;
	background-color: #36363e;
}
#mb-global-nav{
	border-left: 1px solid #eee;
	background-color: #ffffff;
	background-image: url("img/bg-texture-square.png");
}
#mb-global-nav ul{
	margin-top: 20px;
}
#mb-global-nav ul li{
	width: 100%;
	margin-bottom: 20px;
}
#mb-global-nav a:after{
	width: 20%;
	left: 40%;
	transform: scale(1, 1);
}
/* End グローバルナビ */

/* ヒーローイメージ */
#heroImage{
	width: 100%;
	height: calc(100vh - 94px);
	background-image: url("img/heroImage.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.heroOverlay{
	align-items: center;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	padding: 40px;
	background-color: rgba(0,70,100,0.3);
}
.heroOverlay p{
	width: 100%;
	max-width: 510px;
}
.heroCatchCopy,.heroSubCatch{
	display: block;
	color:#fff;
	font-weight: bold;
}
.heroCatchCopy{
	display: inline-block;
	position: relative;
	font-size: 36px;
	line-height: 1.5em;
	font-family: serif;
	margin-bottom: 0.5em;
	padding: 10px 20px;
}
.heroCatchCopy:before{
	height: 100%;
	position: absolute;
	top:0;right: 0;left: 0;border: 0;
	z-index: -1;
	content: "";
	transform: scale(0, 1);
	background-color: #0c161b;
	transform-origin: left top;
	-webkit-animation: catch-slide 0.6s 1s 1 ease forwards;
    animation: catch-slide 0.6s 1s 1 ease forwards;
}
.heroSubCatch{
	padding: 0px 20px;
}
@keyframes catch-slide{
	0%{transform: scale(0, 1);}
	100%{transform: scale(1, 1);}
}
/* End　ヒーローイメージ */

/* トップメッセージ */
#about h3{
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
}
#about h3 span{
	line-height: 1.2em;
	color: #000;
	transform: skewX(-10deg);
	margin-bottom: 0.5em;
}
#about img{
	transform: rotate(-2deg);
	border: 4px solid #fff;
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
}

/* End トップメッセージ */

/* 記事一覧 */
#news .section-wrap{
	padding: 80px 0px;
}
#articleList{
	padding: 10px;
}
#articleList li{
	width: calc(100% / 3 - 20px);
	display: flex;
    flex-wrap: wrap;
	margin: 0px 10px 40px;
	background-color: #fff;
}
#articleList li a{
	display: block;
	width: 100%;
	padding: 10px;
	transition: 0.3s;
	border: 3px solid #fff;
	border-radius: 4px;
}
#articleList li a:hover{
	opacity: 0.9;
	border-color: #fdd000;
}
.post-list-img-wrap{
	position: relative;
    width: 100%;
    padding: 66% 0 0;
}
#articleList li a .post-list-img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 4px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #eee;
}
.articleInfo{
	padding: 0.5em;
}
.articleTime{
	font-size: 12px;
	font-weight: bold;
}
.articleCat{
	display: inline-block;
    margin-top: 0.5em;
	padding: 0em 0.5em;
	background-color: #fdd000;
    font-size: 12px;
    font-weight: 400;
}

.articleCat:before{
	content: "\f07b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
#articleList li a h4{
	font-weight: bold;
}
#news-navigation,
#pagenation{
	padding: 40px;
}
.page-numbers{
	display: flex;
	justify-content: center;
	align-items: center;
}

#pagenation li{
	font-weight: bold;
	margin: 4px;
}
.page-numbers.prev,
.page-numbers.next,
a.page-numbers,
.page-numbers.current{
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #36363e;
	transition: 0.3s all;
}
.page-numbers.current,
.page-numbers.prev:hover,
.page-numbers.next:hover,
a.page-numbers:hover{
	background-color: #36363e;
	color: #fff;
}
.page-numbers.prev:hover i{
	color: #fff;
}
.news-select{
	width: 30%;
	overflow: hidden;
	text-align: center;
	position: relative;
	border: 2px solid #36363e;
	border-radius: 2px;
	background: #ffffff;
}
.news-select:nth-of-type(1){
	margin-right: 2em;
}
.news-select:before{
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.news-select select{
    width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 38px 8px 8px;
	color: #36363e;
	font-size: 14px;
	font-weight: bold;
}
.news-select select::-ms-expand {
    display: none;
}
/* End 記事一覧*/


/* トップページイベント */
#top-event{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("img/top-event-bg.jpg");
}
#top-event img{
	padding: 40px;
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
}
#top-event .whiteSpace{
	position: relative;
}
/* End トップページイベント */

/* トップページ:協賛・ボランティア */
#top-support{
	border-top:4px solid rgba(140, 175, 0, 1);
}
#top-volunteer{
	border-top:4px solid #e46883;
}
#top-support .box-overlay,
#top-volunteer .box-overlay{
	padding: 40px;
}
#top-support .box-inner,
#top-volunteer .box-inner{
	padding: 40px;
	max-width: 400px;
	display: flex;
    flex-direction: column;
}
#top-support h4,
#top-volunteer h4{
	margin-bottom: 1em;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 0.5em;
	background-color: #fff;
	box-shadow: 0 1px 3px 2px rgba(0,0,0,0.2);
}
#top-support h4{
	color: #5e7500;
}
#top-volunteer h4{
	color: #b51e5a;
}
#top-support p,
#top-volunteer p{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	flex-grow: 1;
}
#top-support .box-bg{
	background-image: url("img/support-bg.jpg");
}
#top-support .box-overlay{
	background-color: rgba(140, 175, 0, 0.4);
}
#top-support .box-inner{
	margin-left: auto;
	background-color: rgba(140, 175, 0, 0.9);
}
#top-volunteer .box-bg{
	background-image: url("img/volunteer-bg.jpg");
}
#top-volunteer .box-overlay{
	background-color: rgba(185, 51, 80, 0.3);
}
#top-volunteer .box-inner{
	margin-right: auto;
	background-color: rgba(185, 51, 80, 0.8);
}
#top-support .roundbtn-white:hover,
#top-volunteer .roundbtn-white:hover{
	background-color: #fff;
}
#top-support .roundbtn-white:hover{
	color: rgba(140, 175, 0, 0.9);
}
#top-volunteer .roundbtn-white:hover{
	color: rgba(185, 51, 80, 0.8);
}
/* Endトップページ:協賛・ボランティア */

/* 協賛企業 */
#sponser {
    background-color: #eee;
	padding:40px 20px;
}
#sponser h4 {
    display: block;
    margin-bottom: 2em;
    text-align: center;
    color: #999;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
}
#sponser ul li {
    color: #999;
    margin: 0 0.5em;
    margin-bottom: 1em;
}
.bannersml,
.sponser1{
	margin-bottom: 1.5em;
}
.bannersml li {
    width: 70%;
    max-width: 200px;
}
#sponser ul.sponser2 {
    font-size: 0.8em;
}
/* End 協賛企業 */
/* フッター */
footer{
	background-color: #fdd000;
}
footer .container{
	padding: 40px;
}
.footer-box,
.footer-logo-box{
	padding: 20px;
}
.footer-logo-box{
	width: 300px;
}
footer .copyright{
	display: block;
	width: 100%;
	padding: 1em;
	background-color: #0c161b;
	text-align: center;
	color: #fff;
}
footer ul > span{
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 14px;
	line-height: 2em;
}
footer ul li a{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
}
.footer-box ul li i {
    display: inline-block;
	margin-bottom: 0.5em;
    color: #8a6b01;
    font-size: 10px;
    line-height: 1.5em !important;
    margin-right: 0.5em;
    transform: translateY(-1px) scale(0.8);
}
.footer-logo-box a img{
	width: 50px;
}
.footer-logo-text{
	font-weight: bold;
	margin-left: 1em;
}
.footer-logo-text span{
	display: block;
}
.footer-logo-text span:nth-of-type(1){
    margin-bottom: 0.3em;
    font-size: 0.675em;
}
.footer-logo-text span:nth-of-type(2){
	font-family: 'Roboto';
	font-size: 18px;
}
.address{
	margin: 0.5em 0em;
}
.address span{
	color: #50482a;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
}
.footer-sns-icons {
	max-width: 180px;
	margin: 0.5em auto;
}
.footer-sns-icons li a{
	display: block;
    width: 50px;
    height: 50px;
    background-color: #36363e;
    line-height: 50px;
    text-align: center;
	border-radius: 25px;
	transition: 0.3s all;
}
.footer-sns-icons li a:hover{
	transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.footer-sns-icons li:nth-child(1) a i{
	transform: translate(1px,1px);
}
.footer-sns-icons li:nth-child(3) a i{
	transform: translate(0.5px,0px);
}
.footer-sns-icons li:nth-child(1) a:hover{
	background-color: #1da1f2;
}
.footer-sns-icons li:nth-child(2) a:hover{
	background-color: #2477f2;
}
.footer-sns-icons li:nth-child(3) a:hover{
	background-color: #E1306C;
}
.footer-sns-icons li a i {
    color: #fff;
    font-size: 18px;
}
footer .roundbtn-grey{
	margin: 0.5em 0em;
}
footer .roundbtn-grey:hover{
	background-color: #ffeca9;
}
/* End フッター */

/* 団体について */
.about-item{
	max-width: 720px;
	padding: 30px;
	margin: 0 auto 30px;
	border:1px solid #ddd;
	border-radius: 4px;
}
.about-item-left{
	width: calc(100% - 330px);
	margin-right: 30px;
}
.about-item-right{
	width: 300px;
}
.about-item-left h4 {
    font-weight: bold;
    font-size: 1.2em;
}
.about-item-left p{
	color: #666;
	font-size: 14px;
}
/* End 団体について */


/* 個別ページ */
.telnum{
	display: block;
    font-size: 56px;
    line-height: 1.2em;
    font-weight: bold;
    font-family: 'Roboto';
}
/* End 固定ページ */

/* 404 */
#page404 span{
	display: block;
	text-align: center;
	font-size: 60px;
	line-height: 1.6em;
	font-weight: bold;
	font-family: 'Roboto';
}
#page404 h2{
	font-size: 36px;
	text-align:center;
	margin-bottom: 0.5em;
	line-height: 1.6em;
}
#page404 h3{
	text-align: center;
}
#page404 img{
	max-width: 96px;
	margin: 0 auto 1em;
}
#page404 p{
	text-align: center;
}
/* End 404 */

/* フォーム */
div.wpcf7 {
    margin-top: 1em !important;
}
.form-title,
.req,.opt{
    margin-bottom: 0.5rem;
    display: inline-block;
    line-height: 1.5rem;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group input,
.form-group textarea{
	display: block;
    width: 100%;
    padding: 0.5em 0.8em;
	font-size: 16px;
    line-height: 1.25em;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.25rem;
}
.req,.opt{
	display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
	margin-left: 0.5em;
}
.req{
	color: #fff;
    background-color: #dc3545;
}
.opt{
	color: #fff;
    background-color: #6c757d;
}
input.wpcf7-submit {
    font-size: 20px;
    line-height: 150%;
    border-radius: 4px;
    background-image: linear-gradient(to right, #f9a741, #f9d041);
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
.form-group small{
	padding: 0em 0.5em;
	margin-top: 0.5em;
	line-height: 1.4em;
}
.input-harf {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.input-group{
	width: 45%;
    max-width: 200px;
	display: flex;
	align-items: center;
}
.input-group input{
	border-radius: 0rem;
}
.input-between-text{
	margin: 0em 0.5em;
}
.input-group-text{
	padding: 0.375rem 0.75rem;
	background-color: #e9ecef;
    border: 1px solid #ced4da;
}
.radio-group {
    display: flex;
    flex-wrap: wrap;
}
.radio-group label {
	padding: 0.5em;
	margin: 0.5em;
    width: calc(33% - 1em);
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(0,0,0,0.15);
	border-radius: 0.25rem;
}
.radio-group label:nth-of-type(3n-2){
	margin-left: 0em;
}
.radio-group input {
    display: inline-block;
    width: auto;
    margin-right: 0.5em;
}
/* End フォーム */

/* 記事 */
#article,
#contents{
	max-width: 800px;
	padding: 40px;
	margin: 0 auto;
}
#contents{
	margin-bottom: 80px;
}
#article h2,
.page-header h2{
	margin: 1em 0em 0.5em;
	line-height: 1.5em;
	font-size: 2em;
	font-weight: bold;
}
.page-header h2{
  	position: relative;
  	display: inline-block;
  	margin-bottom: 1em;
	text-align: center;
}
.page-header h2:before {
    content: '';
    position: absolute;
    bottom: -14px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffed89;
    border-radius: 2px;
}
span.h2sub {
    display: block;
    font-size: 0.45em;
    line-height: 1.6em;
    color: #666;
	font-family: 'Roboto';
}

#article h3,
#contents h3{
	margin: 4em 0em 0.5em;
	line-height: 1.5em;
	font-size: 1.5em;
	padding-bottom: 0.3em;
	border-bottom: 2px solid #36363e;
}
#article h4,
#contents h4{
	margin: 2em 0em 0.5em;
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: bold;
}
#article .article-content h3:nth-of-type(1),
#contents h3:nth-of-type(1){
	margin-top: 2em;
}
.article-img {
    border: 1px solid #eee;
}
.article-img img{
	border-radius: 4px;
	margin: 0 auto;
}
.article-time-cat{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.article-time-cat time,
a.article-category{
	color: #999;
}
#article .post-categories{
	list-style-type: none;
	margin: 0;
}
.post-categories li a{
    display: inline-block;
    margin-top: 0.5em;
    padding: 0em 0.5em;
    background-color: #fdd000;
    font-size: 12px;
    font-weight: 400;
}
.post-categories li a:before {
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.5em;
}
.article-time-cat time{
	margin-right: 20px;
}

a.article-category{
	padding-left: 2em;
}

#article .articleCat{
	margin-top: 0em;
}
#article p a{
    color: #00a1d6;
    text-decoration: underline;
}
.articleTags{
	margin-top: 40px;
}
.articleTags span{
	font-size: 14px;
	color: #666;
	margin-right: 1em;
}
#article .articleTags a{
	font-size: 14px;
	margin: 0 0.3em;
	color: #00a1d6;
}
#article .articleTags a:before{
	content: "#";
}
.articlePrevNext{
	margin-top: 40px;
}
.articlePrevWrap, .articleNextWrap{
	width: calc(50% - 10px);
}
.articlePrevImg,
.articleNextImg{
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.article-prev, .article-next {
    padding: 10px;
    border: 1px solid #eee;
	border-radius:4px;
    transition: 0.5s all;
}
.articlePrevInfo,
.articleNextInfo{
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.articlePrevInfo .prev,
.articleNextInfo .next{
	display: block;
    line-height: 1.6em;
    font-size: 12px;
    color: #00a1d6;
}
.articlePrevInfo .title,
.articleNextInfo .title{
    display: block;
    font-size: 14px;
    line-height: 1.6em;
}
.articlePrevInfo .time,
.articleNextInfo .time {
    display: block;
    font-size: 12px;
    line-height: 1.6em;
    color: #999;
}
#page-header{
	height: 180px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#breadcrumb ul li {
    color: #333;
    font-size: 14px;
    font-weight: bold;
	margin-right: 0.5em;
}
#breadcrumb ul li:before{
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	margin-right: 0.5em;
}
#breadcrumb ul li:first-child:before{
	content: "\f015";
}
#contents .headdingText p{
	font-size: 24px;
	text-align: center;
	color: #666;
}

/* メンバーページ */
.member-list{
	margin-top: 2em;
}
.member-list li {
    width: calc(100% / 3 - 20px);
    margin: 10px;
}
.member-list li img{
	margin-bottom: 0.5em;
	border-radius: 4px;
	border: 1px solid #eee;
}
.member_title,
.member_name,
.member_eng{
	display: block;
	margin: 0em 10px;
}
.member_name{
	font-size: 1.2em;
	font-weight: bold;
}
.member_title{
	font-size: 0.9em;
}
.member_eng {
    color: #999;
    font-size: 0.9em;
}
/* End メンバーページ */

/* シェアボタン */
.shareBtn {
    display: block;
}
#share-btn,
#tw-share-btn,
#line-share-btn,
#fb-share-btn{
	display: block;
	position: fixed;
	right: 20px;
    bottom: 20px;
	width: 50px;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	transition: 0.3s all;
	border-radius: 25px;
}
#share-btn{
	background-color: #fff;
	z-index: 999;
}
#share-btn i {
    transform: scale(0.75) translate(2px,-4px);
}
#tw-share-btn{
	background-color: #55acee;
}
#tw-share-btn.open{
	transform: translateY(-180px);
}
#line-share-btn{
	background-color: #00c300;
}
#line-share-btn.open{
	transform: translateY(-120px);
}
#fb-share-btn{
	background-color: #315096;
}
#fb-share-btn.open{
	transform: translateY(-60px);
}
#tw-share-btn i,
#line-share-btn i,
#fb-share-btn i{
	color: #fff;
}
/* End シェアボタン */

/* 募金箱 */
.bokinbako-wrap {
    padding: 20px;
    max-width: 450px;
    margin: 0 auto;
}
img[alt=募金箱イラスト] {
    width: 200px;
    margin: 0 auto 40px;
}
#bokin_disp{
	width: 160px;
    padding: 0px 6px;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    outline: none;
    border: none;
    border-bottom: 2px solid #555;
}
.pay_btn{
	display: block;
    margin: 40px auto;
    cursor: pointer;
	padding: 1em 3em;
	border-radius: 50px;
	color: #FFF;
	background-color: #008000;
	font-size: 1rem;
	font-weight: bold;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.pay_btn:hover{
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.pay_btn i{
	margin-left: 0.8em;
	color: #fff;
}
.yen{
	font-weight: bold;
}

/* End 募金箱 */

@media screen and (max-width:1080px){
	.heroOverlay {
		align-items: flex-end;
	}
}
@media screen and (max-width:960px){
	.header-content{
		padding: 16px;
	}
	h1 svg{
		width: 36px;
	}
	.h1text {
    	margin-left: 0.6em;
	}
	#global-nav a{
		margin: 0 0.75em
	}
	#global-nav .en{
		font-size: 1em;
	}
	#global-nav .ja{
		font-size: 0.5em;
	}
}
@media screen and (max-width:864px){
	.section-wrap,
	.whiteSpace{
		padding: 60px 40px;
	}
	main{
		padding-top: 70px;
	}
	header{
		position: fixed;
		top: 0;
	}
	.drawer-hamburger{
		top: 8px;
	}
	#global-nav{
		display: none;
	}
	.drawer-hamburger{
		display: block;
	}
	#about h3{
		font-size: 24px;
		margin-bottom: 20px;
	}
	#top-support .box-overlay, #top-volunteer .box-overlay,
	#top-support .box-inner, #top-volunteer .box-inner{
		padding: 30px;
	}
	#pagetitle{
		height: 150px;
	}
	.about-item-right {
    	width: 250px;
	}
	.about-item-left {
		width: calc(100% - 280px);
	}
	#news-navigation, #pagenation{
		padding: 40px 20px;
	}
	.news-select {
    	width: calc(50% - 2em);
	}
}
@media screen and (max-width:640px){
	p{
		font-size: 14px;
	}
	.section-wrap,
	.whiteSpace{
		padding: 30px;
	}
	.sp{
		display: block;
	}
	th,td{
		font-size: 14px;
	}
	th{
		text-align: left;
	}
	table.break tr,
	table.break th,
	table.break td{
		display: block;
	}
	#article, #contents{
		padding: 20px;
	}
	#top-support .box-inner, #top-volunteer .box-inner{
		width: 100%;
	}
	.box2 .box-item{
		width: 100%;
	}
	.imageNParagraph .imgbox{
		width: 100%;
		max-width: 300px;
    	margin: 0 auto 20px;
	}
	.imageNParagraph .paragraph{
		width: 100%;
		margin-bottom: 20px;
	}
	.heroOverlay{
		padding: 20px;
	}
	.heroCatchCopy{
		font-size: 30.5px;
	}
	.heroCatchCopy br{
		display: none;
	}
	#about h3{
		margin-top: 20px;
	}
	#top-support .box-inner, #top-volunteer .box-inner{
		max-width: 100%;
	}
	#articleList li{
		width: calc(100% / 2 - 20px);
	}
	#articleList li a h4{
		font-size: 14px;
	}
	footer .container{
		padding: 20px;
	}
	.footer-box, .footer-logo-box{
		padding: 10px;
		margin: 0 auto;
	}
	.about-item-left{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.about-item-right{
		width: 100%;
	}
	ul.textlist{
		font-size: 14px;
	}
	#pagenation{
		padding: 40px 10px;
	}
	#article{
		padding: 40px 20px;
	}
	#article h2{
		font-size: 1.5em;
	}
	#article h3{
		font-size: 1.3em;
	}
	#article h4{
		font-size: 1.1em;
	}
	.articlePrevWrap, .articleNextWrap{
		width: 100%;
		margin-bottom: 20px;
	}
	.member-list li {
    width: calc(100% / 2 - 10px);
    margin: 5px;
}
}
@media screen and (max-width:480px){
	.section-wrap, .whiteSpace{
		padding: 20px;
	}
	.heroCatchCopy{
		display: block;
		font-size: 24px;
		padding: 0.5em;
	}
	.heroSubCatch{
		padding: 0px 0.5em;
		font-size: 14px;
	}
	.heroCatchCopy br{
		display: block;
	}
	#articleList li{
		width: 100%;
	}
	#sponser{
		padding: 40px 4px;
	}
	#sponser .bannersml li{
		margin: 0 4px 4px;
	    width: calc(50% - 8px);
	}
	.about-item{
		padding: 20px;
	}
	.news-select:nth-of-type(1){
		margin-right: auto;
	}
	.news-select{
		width: 80%;
		margin: 0 auto 1em;
	}
	.telnum{
		font-size: 13vw;
	}
	.member_name{
		font-size: 1.1em;
	}
	.member_eng{
		font-size: 0.8em;
	}
}