/* **************#volunteer************* */

#volunteer {
	padding: 0;
	margin: 0 auto;
 	-js-display: flex;
	display: flex;
}

@media screen and (max-width: 640px) {
	#volunteer {
	padding: 0; 
	width:100%;
	}
}

#volunteer h1 {
	font-family: 'Play', sans-serif;
	font-size: 300%;
	font-weight: 600;
	line-height: 1.6em;
	background-image:url(image);
	max-height: 100%;
	text-align:center;
	letter-spacing:5px;
	color: #FFFFFF;
}

@media screen and (max-width: 640px) {
#volunteer h1 {
	font-size:168%;
	color: #FFFFFF;
}
}

#volunteer h1 span {
	color: #FF4F00;
}

#volunteer h2 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 600;
	font-size:168%;
	line-height:1.6em;	
	background-image:url(image);
	max-height: 100%;
	text-align: center;
	margin-bottom: 5%;
	color: #000000;
}

@media screen and (max-width: 640px) {
#volunteer h2 {
	font-size:124%;
}
}

#volunteer h3 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 600;
	font-size:168%;
	line-height:1.6em;	
	background-image:url(image);
	max-height: 100%;
	text-align: center;
	margin-bottom: 5%;
}

@media screen and (max-width: 640px) {
#volunteer h3 {
	font-size:124%;
}
}

#volunteer h3 span {
	font-size:80%;
}

#volunteer h4 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 400;
	font-size:100%;
	line-height:1.6em;	
	background-image:url(image);
	max-height: 100%;
	text-align: left;
	letter-spacing:2px;
	color: #FFFFFF;
	margin-bottom: 2%;
}

@media screen and (max-width: 640px) {
#volunteer h4 {
	font-size:100%;
	margin-bottom: 5%;
}
}

#volunteer h4 span {
	font-size: 90%;
}

#volunteer h5 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 400;
	font-size:128%;
	line-height:1.6em;	
	letter-spacing:3px;
	text-align:center;
}

@media screen and (max-width: 640px) {
#volunteer h5 {
	font-size:100%;
	letter-spacing:2px;
}
}

#volunteer h5 a:hover {
	color: #FFFFFF;
}

#volunteer .close {
	font-size:100%;
}

#volunteer .button {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    padding: 2% 0;
	width: 80%;
    text-decoration: none;
	background: #389300;
	color: #FFFFFF;
}

@media screen and (max-width: 640px) {
#volunteer .button {
	padding: 5% 0;
	width: 100%;
}
}

#volunteer p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.6em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
}

#volunteer .fa {
	display: inline;
}

/* **************#volunteer_menu************ */

#volunteer_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
}

@media screen and (max-width: 640px) {
#volunteer_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
}
}

#volunteer_menu .dit {
	-js-display: flex;
	display: flex;
	 flex: 1;
	margin:0 auto;
	align-items: center;
	justify-content: center;
	padding: 150px 0 ;
}

@media screen and (max-width: 640px) {
#volunteer_menu .dit  {
 -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
	padding: 0;
}
}

#volunteer_menu .dit section {
	width:100%;
	text-align: center;
/*	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;*/
}

@media screen and (max-width: 640px) {
#volunteer_menu .dit section {
	width:100%;
}
}

#volunteer_menu .ttl {
	margin: 0 auto;
	width: 90%;
	padding:0;
}

@media screen and (max-width: 640px) {
#volunteer_menu .ttl {
	width: 90%;
	padding:100px 5%;
	}
}

#volunteer_menu .ttlbg {
	background-image: url(img/bg_volunteer.jpg);
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 640px) {
#volunteer_menu .ttlbg {
	background: none;
	}
}

#volunteer_menu .ttlbgs {
	background: none;
}

@media screen and (max-width: 640px) {
#volunteer_menu .ttlbgs {
	background-image: url(img/bg_volunteer_s.jpg);
	background-size: cover;
	background-position: center;
	}
}

#volunteer_menu .txt {
	margin: 0 auto;
	width: 80%;
	padding:5%;
	background-color:rgba(255,255,255,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media screen and (max-width: 640px) {
#volunteer_menu .txt {
	width: 90%;
	padding:5%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	}
}

#volunteer_menu .dits {
/*	-js-display: flex;
	display: flex;
	 flex: 1;
	margin:0 auto;
	align-items: stretch;
	justify-content: center;*/
	margin: 30px auto;
	padding: 0;
	max-width: 991px;
}

@media screen and (max-width: 640px) {
#volunteer_menu .dits  {
	margin: 30px auto;
	padding: 0;
}
}

#volunteer_menu .dits section {
	width:100%;
	text-align: center;
}

@media screen and (max-width: 640px) {
#volunteer_menu .dits section {
	width:100%;
}
}

#volunteer_menu .txts {
	margin: 0 auto;
	width: 90%;
	padding:50px 0;
}

@media screen and (max-width: 640px) {
#volunteer_menu .txts {
	width: 90%;
	padding:30px 0;
	}
}

#volunteer_menu .txts img {
	width: 100%;
}

#volunteer_menu .otbl {
	width: 100%;
	margin: 0 auto 5% auto;
	padding: 0;
	border-collapse: collapse;
}

#volunteer_menu .otbl a:link{
	text-decoration: underline;
	color: #22B0C7;
}

#volunteer_menu .otbl a:visited {
	text-decoration: underline;
	color: #22B0C7;
}

#volunteer_menu .otbl a:hover{
	text-decoration: none;
	color: #FFA600;
}

#volunteer_menu .otbl a:active {
	text-decoration: underline;
	color: #22B0C7;
}

#volunteer_menu .otbl th {
	margin:0;
	padding:1% 5% 1% 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.6em;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	background-image:url(image);
	max-height: 100%;
	/*word-break: keep-all;*/
	
	word-break: keep-all;
	border-bottom: 1px dotted #30353a;
	color: #000000;
}

#volunteer_menu .otbl td {
	margin:0;
	padding:1% 5%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.6em;
	text-align:left;
	vertical-align: middle;
	background-image:url(image);
	max-height: 100%;
	border-bottom: 1px dotted #30353a;
	color: #000000;
}

@media screen and (max-width: 640px) {
#volunteer_menu .otbl tr{
        display: block;
        /*margin-bottom: 1.2em;*/
		padding:0 0 3% 0;
    }
#volunteer_menu .otbl th,
#volunteer_menu .otbl td{
        display: list-item;
		list-style:none;
        border: none
		
    }
#volunteer_menu .otbl th{
	padding:2% 0;
	text-align:center;
	width: 100%;
	background: #30353a;
	color: #FFFFFF;
	font-size: 88%;
	letter-spacing: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
#volunteer_menu .otbl td{
	padding:2% 0 0 0;
	word-break: break-all;
	font-size: 88%;
	}
}

#volunteer_menu .dul {
	margin: 0px 0px 10% 15px;
	padding:0;
	list-style-position: outside;
}

#volunteer_menu .dul li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 88%;
	line-height: 1.6em;
	list-style: disc;
	text-align:left;
	max-height: 100%;
	color: #FF4F00;
}

#volunteer_menu .dul li span {
	color:#000000;
}


#volunteer_menu .databg {
	background-color:rgba(255,255,255,0.9);
}

#volunteer_menu .vtxt {
	margin: 0 30px;
	padding:50px 0;
}

@media screen and (max-width: 640px) {
#volunteer_menu .vtxt {
	padding:30px 0;
	}
}

#volunteer_menu .wtbl {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

#volunteer_menu .wtbl a:link{
	text-decoration: underline;
	color: #22B0C7;
}

#volunteer_menu .wtbl a:visited {
	text-decoration: underline;
	color: #22B0C7;
}

#volunteer_menu .wtbl a:hover{
	text-decoration: none;
	color: #FFA600;
}

#volunteer_menu .wtbl a:active {
	text-decoration: underline;
	color: #22B0C7;
}

#volunteer_menu .wtbl th {
	margin:0;
	padding:1%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.4em;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	background-image:url(image);
	max-height: 100%;
	/*word-break: keep-all;*/
	background-color:rgba(0,0,0,0.7);
	color: #FFFFFF;
	word-break: keep-all;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#volunteer_menu .wtbl td {
	margin:0;
	padding:1%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.4em;
	text-align: center;
	vertical-align: middle;
	background-image:url(image);
	max-height: 100%;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	
}

@media screen and (max-width: 640px) {
#volunteer_menu .wtbl td {
	text-align: left;
	}
}

#volunteer_menu .trc {
	background-color: #EFEFEF;
}


