/* CSS Document */

#volunteer {
}



#fv {
}
#fv dl {
	display: flex;
	flex-direction: row-reverse;
	margin: 0 0 40px;
}
#fv dl dt {
	width: 50%;
	height: 560px;
	position: relative;
  top: -40px;
}
#fv dl dt img {
	width: 100%;
  height: 100%;
	object-fit: cover;
}
#fv dl dt.feather::after {
	left: -50px;
	bottom: -50px;
}
#fv dl dd {
	width: 50%;
	display: flex;
  justify-content: flex-end;
}
#fv dl dd .block {
	max-width: 520px;
	margin: 60px 0 0;
	padding: 0 80px 0 0;
  box-sizing: border-box;
}
#fv dl dd .block h2 {
	font-size: 110%;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 0 0 10px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}
#fv dl dd .block h2::after {
	content: '';
	border-bottom: 1px solid #000;
	width: 100px;
}
#fv dl dd .block h3 {
	margin: 0 0 30px;
}
#fv dl dd .block p {
	text-align: justify;
}


#whats {
	padding: 80px 0 0;
}
#whats .box {
	text-align: justify;
	padding: 40px 70px;
	border: 1px solid #000;
	position: relative;
}
#whats .box h3 {
	background: #f2f2e9;
	position: absolute;
	top: -18px;
    left: -5px;
	padding: 0 30px 15px 0;
}
#whats .box h3::after {
	content: url("/module/img/line_end.svg");
	width: 23px;
	position: absolute;
	right: -7px;
	top: 5px;
}
#whats .box ul{
	margin: 20px 20px 0;
}
#whats .box ul li{
	list-style: disc;	
}


#flow {
	padding: 80px 0 0;
}
#flow h2 {
	align-items: center;
	margin: 20px 0;
}
#flow p{
	text-align: center;
	padding: 20px 0;
}
#flow p img{
	width: 70%;
}


#requirements {
	padding: 80px 0 0;
}
#requirements h2 {
	align-items: center;
	margin: 20px 0;
}
#requirements table {
	width: 100%;
  border-collapse: unset;
  border-spacing: 5px;
}
#requirements table th,
#requirements table td {
	padding: 15px;
	box-sizing: border-box;
}
#requirements table th {
	text-align: center;
	color: #fff;
	background: #55B458;
	width: 190px;
}
#requirements table td {
	vertical-align: middle;
	background: #fff;
}
#requirements table td .i_pdf a {
	flex-direction: row-reverse;
}
#requirements table td .i_pdf a:hover {
	text-decoration: underline;
}
#requirements table td .i_word a {
	flex-direction: row-reverse;
}
#requirements table td .i_word a:hover {
	text-decoration: underline;
}

#request {
	padding: 80px 0 0;
}
#request h2 {
	align-items: center;
	margin: 20px 0;
}
#request .listGreen a{
	max-width: 653px;
}


#contact {
	padding: 80px 0 0;
}
#contact h2 {
	align-items: center;
	margin: 20px 0;
}
#contact address {
	text-align: center;
	max-width: 600px;
	margin: 20px auto;
	border-top: 1px solid #000;
	padding: 20px;
}
#contact address strong {
	display: flex;
  justify-content: center;
  gap: 10px;
}
#contact address strong em {
	font-size: 120%;
}








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

	
	#fv dl {
		flex-direction: column-reverse;
    margin: 0 30px 40px;
	}
	#fv dl dt {
		width: auto;
		height: auto;
    top: 0;
    margin: 30px 0 0;
	}
	#fv dl dt.feather::after {
		width: 40px;
		left: -20px;
		bottom: -20px;
	}
	#fv dl dd {
		width: auto;
	}
	#fv dl dd .block {
		margin: 0;
    padding: 0;
	}
	
	
	#whats {
		padding: 40px 0 0;
	}
	#whats .box {
		padding: 20px;
	}
	#whats .box h3 {
		top: -15px;
		padding: 0 30px 10px 0;
	}
	#whats .box p{
		margin: 20px 0;
	}
	
	#flow {
		padding: 20px 0 0;
	}
	#flow p img {
		width: 100%;
	}
	    
	#requirements {
		padding: 20px 0 0;
	}
	#requirements tr {
		display: block;
		margin: 0 0 10px;
	}
	#requirements table th,
	#requirements table td {
		display: block;
	}
	#requirements table th {
		line-height: 1.4em;
		padding: 5px;
		width: 100%;
	}
	#requirements table td {
		padding: 15px;
	}
	
	#request {
		padding: 20px 0 0;
	}
	
	#contact {
		padding: 40px 0;
	}
	#contact address {
		text-align: left;
		padding: 15px;
	}
	#contact address strong {
		justify-content: flex-start;
	}
	
	
	
	
}
