@charset "utf-8";

/* ヘッダー　ここから　*/
#kifu_sien .container,
#kouza .container,
#menber .container,
#form .container
{
	max-width: 1310px;
}
/* 寄付支援のお願い */
#kifu_sien .contents_title h2 {
	font-size: 4rem;
	color: #acbb0f;
	margin: 0;
	letter-spacing: 0.15rem;
	font-weight: 500;
  }
#kifu_sien{
	margin:0;
	padding: 6rem 10% 0 10%;
	background-color: #f7f9d9;
	padding-bottom: 11rem;
}
#kifu_sien .kifu_sien_1,
 .kifu_sien_2,
 .kifu_sien_3{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 6rem auto 0 auto;
	max-width: 1310px;
}
.kifu_sien_text{
	padding-right: 4.5rem;
	width: 32%;
}
.kifu_sien_text h3{
	font-size: 3.6rem;
	font-weight: 400;
	margin: 3.5rem 0 5rem 0;
}
.kifu_sien_text p{
	font-size: 1.6rem;
	margin: 1rem 0 0 0;
}
.image {
	position: relative;
	width:60%;
}
.image img{
	width: 100%;
}

.explanation_part {
	margin-top: 1.4rem;
}
.explanation {
	font-size: 1.4rem;
}
/* スライドボタン */
.image .button-1{
	position: absolute;
	border-radius: 50px;
	width: 50%;
	height: 20%;
	background-color: #e2e768;
	border: none;
	text-align: center;
	bottom: 0;
	right:0;
}
.image .button-1 a{
	position: relative;
	width: 100%;
}
.image .button-1 span{
	color: #626262;
	font-size: 1.6rem;
	font-weight: bold;
	position: absolute;
	top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.image .button-1 span:hover{
	color: #a7b400;
}
/* 口座 */
#kouza .container{
	background-color: white;
	border-radius: 20px;
	text-align: center;
	width:98%;
	margin-top: 4.5rem;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}
#kouza .container h4{
	font-size: 2.5rem;
	margin: 2.5rem;
	padding-top: 1em;
	font-weight: 500;
}
hr{
    height: 0.1rem;
    width: 95%;
    background-color: #a7b400;
    border: none;
}
.kouza_text{
	font-size: 1.6rem;
	text-align: left;
	margin: 0 7rem;
}
.kouza_text .tyui{
	line-height: 2em;
}
.kouza_syousai{
	margin-bottom: 2em;
}
.kouza_syousai p{
	margin: 0;
	line-height: 2.5rem;
}
.kouza_syousai .flex_p{
	display:flex;
}
.kouza_syousai .flex_p .label{
	white-space:nowrap;
}
.kouza_syousai .flex_span{
	display:flex;
	flex-direction:column;
}
.rei{
	margin-top: 3rem;
	padding: 0 3rem 3rem 3rem;
}
.rei_1_1{
	font-size: 2.5rem;
	font-weight: 500;
	color: #a7b400;
	margin-bottom: 0;
}
.rei_1_1 span{
	font-size: 1.6rem;
	font-weight: normal;
}
.rei_1_2{
	font-size: 1.6rem;
	line-height: 2em;
	margin-top: 1rem;
}
.rei_1_2 span{
	font-weight: bold;
}

/* ボランティア募集ボタン */
#toggle_button{
	display: none;
	/*display: inline-block;*/
	font-size: 1.6rem;
	color: #a7b400;
	font-family: "Zen Maru Gothic";
	border-style: none;
	background-color: transparent;
	margin-top: 4rem;
}
#toggle_button:hover {
	opacity       : 50%;
  }
 /* ボランティア募集ボタン-中身 */
.toggle_ex .container{
	margin-top: 4rem;
	background-color: white;
	border-radius: 20px;
	text-align: center;
	font-size: 1.6rem;
	width:98%;
  }
  .toggle_ex .container h4{
	font-size: 2.5rem;
	font-weight: 500;
	padding-top: 1em;
}
.toggle_ex .container .bosyu{
	font-size: 1.6rem;
	text-align: left;
	margin-left: 7rem;
}
.toggle_ex .container .bosyu li{
	list-style: none;
	margin-left: -3rem;
	padding-left: 1em;
	text-indent: -1em;
}
.bosyu a{
	text-decoration: none;
	color: #262626;
}
.bosyu a:hover{
	color: #a7b400;
}
.bosyu_ex{
	text-align: left;
	padding-bottom: 2em;
}
.bosyu_ex h4{
	font-size: 2.5rem;
	padding: 0 6rem;
	margin: 0;
	display: inline-block;
}
.bosyu_ex span{
	margin-left: 2rem;
}
.bosyu_ex br{
	display: none;
}
.toggle_ex .bosyu_ex .bosyu_ex_ex p{
	margin: 1rem 0 0 0;
	padding: 6rem;
	padding-top:0;
	width: 100%;
}

.bosyu_ex .bosyu_ex_ex h3{
	padding-left: 6rem;
}

/* 会員募集 */
#menber .container{
	text-align: center;
	font-size: 1.6rem;
	width:98%;
}
#menber h2{
	font-size: 4rem;
	font-weight: 500;
	margin: 11.8rem 0 0 0;
}
#menber .p_div{
	margin-top: 5rem;
	line-height: 2rem;
}
#menber .kaiin{
	display: flex;
	align-items: center;
	justify-content:space-between;
	width:100%;
}
#menber .kaiin .rei{
	width: 31%;
	background-color: white;
	border-radius: 20px;
	font-weight: 500;
	padding:0 0 20px 0;

}
#menber .kaiin .rei p.bun1{
	font-size: 2.7rem;
	margin: 1.7rem 0 0 0;
}
#menber .kaiin .rei p.bun2{
	font-size: 2.5rem;
	color: #a7b400;
	margin: -0.5rem 0 0 0;
}
#menber .kaiin .rei .bun2 .kingaku{
	font-size: 3.7rem;
}
#menber h4{
	font-size: 3.6rem;
	color: #a7b400;
	font-weight: 500;
}
#menber .tokuten {
	padding-bottom: 6rem;
}
#menber .tokuten .rei{
	margin-bottom: 0;
	padding-bottom: 0;
}
#menber .tokuten .rei h5{
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 0;
}
#menber .tokuten .rei p{
	font-size: 1.6rem;
	line-height: 3rem;
}
#menber .kaiin_mousikomi{
	font-size: 1.6rem;
	font-weight: 600;
	background-color: #e2e768;
	border-radius: 50rem;
	width: 50%;
	max-width: 35rem;
	margin:auto;
	padding: 1.2em 1em;
	cursor:pointer
}
#menber .kaiin_mousikomi:hover{
	opacity: 50%;
}
#menber .kaiin_mousikomi a{
	color: #626262;
}

/* お問い合わせフォーム */
#form{
	margin-bottom: 11rem;
}
#form .container{
	width: 81%;
}
#form h2{
	font-size: 4.8rem;
	color: #a7b400;
	font-weight: 500;
	text-align: center;
	padding: 13rem 0 0 0;
}
.form_ex form{
	font-size: 1.6em;
	width:100%;
}
.form_ex table{
	margin-top: 12rem;
	border-collapse: collapse;
	width: 100%;
	margin:auto;
}
#form .form_ex th{
	border-bottom: 1px solid #dcdcdc;
	font-weight: 400;
	width: 37%;
	padding: 2.5rem 3rem;
    white-space: nowrap;
    text-align: left;
    position: relative;
}
#form .form_ex th span.hissu {
	background-color: #f55555;
	border-radius: 5px;
	color: white;
	font-size: 1.2rem;
	padding: 0.5rem;
	text-align: center;
    position: absolute;
    right: 0;
	margin-right: 2rem;
}
#form .form_ex th span.nini {
	background-color: #6c757d;
	border-radius: 5px;
	color: white;
	font-size: 1.2rem;
	padding: 0.5rem;
	text-align: center;
    position: absolute;
    right: 0;
	margin-right: 2rem;
}
#form .form_ex td.naiyo{
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 0 1rem;
}
#form .form_ex td.naiyo select{
	width: 98%;
	padding:1rem;
	border-radius: 5px;
}
#form .form_ex td.naiyo #name,
#form .form_ex td.naiyo #activity_aria,
#form .form_ex td.naiyo #activity_content,
#form .form_ex td.naiyo #mail,
#form .form_ex td.naiyo #tel,
#form .form_ex td.naiyo #postal_code,
#form .form_ex td.naiyo #address{
	height: 3rem;
	width: 100%;
	border-radius: 5px;
	padding: 8px 13px;
	box-sizing: border-box;
	vertical-align: baseline;
}
#form .form_ex td.naiyo #detail{
	height: 12rem;
	width: 96.5%;
	border-radius: 5px;
	margin-top: 0.5rem;
}
#form .form_ex td.naiyo .rei{
	font-size: 1.2rem;
	padding:0;
}
#form .form_ex td.naiyo span.reply{
	margin-left: 1rem;
}
#form .form_ex td.naiyo span #reply_time{
	border-radius: 5px;
	width: 78%;
	height: 3rem;
	margin-top: 0.5rem;
}
#form .form_ex td.naiyo .rei_1{
	font-size: 1.2rem;
	margin-left: 10.5rem;
}
#form .form_ex td.naiyo #reply_mail,
#form .form_ex td.naiyo #reply_none{
	margin-bottom: 2rem;
}

#form .form_ex .privacy-section {
	width:100%;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
}
#form .privacy-section .privacy-text{
	width: 75%;
	height: 17rem;
	border-radius: 5px;
	overflow: scroll;
	margin: 2rem auto;
	border: 1px solid #dcdcdc;
	line-height: 1.5;
}

/* ボランティアについて選択時の項目切り替え */
.volunteer-toggle {
	display: none;
}
/* /ボランティアについて選択時の項目切り替え */


/* submitボタン */
#form .privacy-section .privacy-input{
	text-align: center;
	margin-top: 2rem;
}
#form .privacy-section .privacy-input p{
	font-size: 1.2rem;
	margin-top: 0.5rem;
}
#form .submit_button #submit[disabled] {
	background-color: #dcdcdc;
	border: none;
	width: 23.5rem;
	height: 5rem;
	border-radius: 50px;
	color: white;
	font-family: "Zen Maru Gothic";
	font-size: 1.6rem;
	cursor: inherit;
}
#form .submit_button {
	margin: 3.5rem;
	text-align: center;
}
#form .submit_button #submit{
	background-color: #e2e768;
	border: none;
	width: 23.5rem;
	height: 5rem;
	border-radius: 50px;
	color: #626262;
	font-family: "Zen Maru Gothic";
	font-size: 1.6rem;
	transition: 2.0s;
	cursor:pointer;
}

/* お問い合わせ送信画面 */
#otoiawase_ok{
	text-align: center;
	background-color: #f7f9d9;
	padding: 4rem 0 8rem 0;
}
#otoiawase_ok .hensin h4{
	font-size: 2.5rem;
	font-weight: 500;
}
#otoiawase_ok .hensin a{
	font-size: 1.6rem;
	text-decoration: none;
	border-radius: 50px;
	color: #a7b400;
	font-weight: 500;
}
#otoiawase_ok .hensin a:hover{
	opacity: 60%;
	transition: 1s;
}

/* レスポンシブ対応 */
@media screen and (max-width:749px) {
	.kifu_sien_text p,
	.image .button-1 span,
	#kouza .kouza_text,
	.rei_1_1 span,
	.rei_1_2,
	#toggle_button,
	.toggle_ex .container,
	.toggle_ex .container .bosyu,
	#menber .container,
	#menber .tokuten .rei p,
	#form .form_ex form,
	#form .submit_button #submit[disabled],
	#form .submit_button #submit,
	#otoiawase_ok .hensin a{
		font-size: 1.4rem;
	}
	body{
		margin: auto;
	}
	#menber .kaiin{
		flex-direction: column;
		align-items: center;
	}
	#kifu_sien {
		padding: 6rem 5% 10rem 5%;
	}
	#kifu_sien .contents_title h2 {
		font-size: 2rem;
	  }
	#kifu_sien .kifu_sien_1,
	.kifu_sien_2,
	.kifu_sien_3{
		flex-direction: column;
		align-items: center;
		margin:auto;
		padding-top: 3rem;
		width: 90%;
	}
	.kifu_sien_text{
		width: 100%;
		padding: 0;
		margin:auto;
	}
	.kifu_sien_text h3{
		font-size: 1.8rem;
		margin:3rem 0;
	}
	#kifu_sien .kifu_sien_3{
		display: flex;
		text-align: left;
	}
/*	#kifu_sien .kifu_sien_3 .kifu_sien_text{
		display: contents;
	}
	#kifu_sien .kifu_sien_3 .kifu_sien_text h3{
		order: 1;
	}
	#kifu_sien .kifu_sien_3 .kifu_sien_text p{
		order: 2;
	}
	#kifu_sien .kifu_sien_3 .image{
		order: 3;
	}
	#kifu_sien .kifu_sien_3 .kifu_sien_text #toggle_button{
		order:4
	}
*/
	.image {
		position: relative;
		width:100%;
	}
	.image{
		margin-top: 20px;
	}
	.image .button-1 span{
		font-size:1.2rem;
	}
	#kouza .container{
		margin-top: 4.5rem;
		box-sizing: border-box;
		padding: 0 5% 10px 5%;
		width: 90%;
	}
	#kouza .container h4{
		font-size: 1.6rem;
		margin:0;
		padding: 1.5rem 0 1rem 0;
	}
	.kouza_text{
		font-size: 1.6rem;
		text-align: left;
		margin: 1rem;
	}
	.kouza_syousai p {
		line-height: 1.5em;
	}
	.kouza_syousai .flex_p {
		justify-content:space-between;
	}
	.rei_1_1{
		font-size: 1.8rem;
	}
	hr{
		width: 95%;
	}
	#menber .container {
		width: 100%;
	}
	#menber .kaiin .rei{
		width: 70%;
	}

	.toggle_ex .container{
		margin:auto;
		width: 90%;
	}
	main .toggle_ex .container .bosyu{
		margin-left: 0;
	}
	.toggle_ex .container h4{
		font-size: 1.8rem;
	}
	main .bosyu_ex {
		margin-left: 0;
	}
	.bosyu_ex h4{
		padding: 0;
		font-size: 1.8rem;
	}
	.bosyu_ex br{
		display: block;
	}
	.toggle_ex .bosyu_ex .bosyu_ex_ex p{
		margin: 1rem 0 0 0;
		padding:0;
	}
	.toggle_ex .bosyu_ex .bosyu_ex_ex img{
		width: 100%;
	}

	.bosyu_ex .bosyu_ex_ex h3{
		padding-left: 0;
	}

	#menber h2{
		font-size: 2rem;
		margin: 6rem 0 0 0;
	}
	#menber .kaiin .rei p.bun1{
		font-size: 1.9rem;
	}
	#menber .kaiin .rei p.bun2{
		font-size: 1.6rem;
	}
	#menber .kaiin .rei .bun2 .kingaku{
		font-size: 1.9rem;
	}
	#menber h4{
		font-size: 1.8rem;
		margin-top: 4rem;
	}
	#menber .tokuten {
		padding-bottom: 6rem;
	}
	#menber .tokuten .rei h5{
		font-size: 1.6rem;
	}

	#form .container {
		width: 90%;
	}
	#form h2{
		font-size: 2rem;
		padding: 8rem 0 0 0;
	}
	#form .form_ex td.naiyo .rei_1 {
		margin-left: 0;
	}
	#form .form_ex table tbody{
		border-collapse: collapse;
		width: auto;
		padding: 0;
	}
	#form .form_ex th {
		box-sizing: border-box;
		border-collapse: collapse;
		border: none;
		display: block;
		width: auto;
		padding: 1.5rem;
		font-weight: 500;
	}
	#form .form_ex td.naiyo {
		box-sizing: border-box;
		display: block;
		width: auto;
		padding-bottom: 0.5rem;
	}
	#form .privacy-section .privacy-text{
		width: 90%;
	}

	/* お問い合わせ送信画面 */
	#otoiawase_ok .hensin h4{
		font-size: 2rem;
	}
	#otoiawase_ok .hensin a{
		font-size: 1.4rem;
	}
  }

@media screen and (max-width:499px){
	#kifu_sien .image .button-1 span{
		font-size: 25%;
	}
	#menber .kaiin_mousikomi{
		width: 70%;
	}
	#kifu_sien .kifu_sien_1,
	.kifu_sien_2,
	.kifu_sien_3,
	#kouza .container,
	.toggle_ex .container{
		width: 100%;
	}
}

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

	.kifu_sien_text{
		font-size: 1.4rem;
	}
	.kifu_sien_text h3{
		font-size: 2.5rem;
	}
	.image .button-1 span{
		font-size:1.3rem;
	}

	.toggle_ex .container{
		margin:auto;
	}
	.toggle_ex .container .bosyu{
		margin-left: 3rem;
	}

	.bosyu_ex h4{
		padding: 0;
		font-size: 1.8rem;
	}
	.bosyu_ex {
		margin-left: 3rem;
	}
	.bosyu_ex br{
		display: block;
	}
	.bosyu_ex span{
		margin-left: 0;
	}

	.toggle_ex .bosyu_ex .bosyu_ex_ex p{
		padding-left: 0;
	}
	.bosyu_ex .bosyu_ex_ex h3{
		padding-left: 0;
	}

	#menber .container{
		margin: 0 auto;
		padding:0;
	}
	#menber .kaiin .rei p.bun1{
		font-size: 2rem;
	}
	#menber .kaiin .rei p.bun2{
		font-size: 1.8rem;
	}
	#menber .kaiin .rei .bun2 .kingaku{
		font-size: 1.8rem;
	}

	#form .container {
		margin: 0 auto;
		padding:0;
		font-size: 1rem;
	}
}

@media screen and (max-width:1061px) {
	#form .form_ex td.naiyo .rei_1,
	#form .form_ex td.naiyo span.reply,
	#form .form_ex td.naiyo span.reply  #reply_time{
		margin-left: 3rem;
	}
	#form .form_ex td.naiyo .rei_1{

	display: block;
	padding-left: 1.5em;
	text-indent: -1.5em;
	}

}
@media screen and (max-width:306px){
	#kifu_sien .image .button-1 span{
		width:80px;
	}
}
