﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    donation css
------------------------------------------------------------*/  

.sprt-Donation{ margin-top:40px;}
.sprt-Donation__title{
	width: auto;
	padding:0.5em 1em;
	background: #465EA6;
	color: #fff;
	font-size: 2.1rem;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 1em;
}

.formTbl{
	width:100%;
	margin-top:20px;
}

.formTbl th{
	width:160px;
	padding:15px 0;
	line-height:44px;
	vertical-align:top;
	text-align:left;
	font-size:1.4rem;
	border-bottom:1px solid #E5E5E5;
}

.formTbl td{
	padding:15px 0;
	vertical-align:top;
	border-bottom:1px solid #E5E5E5;
}

.formTbl p,
.radioList small{ font-size:1.3rem;}

.form-input + .sprt-Text,
.sprt-Text + .radioList,
.radioList + .sprt-Text{ margin-top:12px;}

.form-input{
	width: 100%;
	height: 44px;
	padding: 0 10px;
	border: none;
	outline: none;
	font-size:1.4rem;
	border-radius:0;
	background: #F0F0F0;
	box-sizing: border-box;
}

.form-input.small{
	max-width:150px;
	margin-left:20px;
}

.radioList li + li{ margin-top:5px;}
.radioList input[type="radio"]{ display:none;}
.radioList label{ cursor:pointer;}
.radioList span{
	display:inline-block;
	line-height:26px;
	padding-left:30px;
	font-size:1.4rem;
	position:relative;
}

.radioList span::before{
	display:block;
	content:"";
	width:18px;
	height:18px;
	border:1px solid #ccc;
	border-radius:50%;
	position:absolute;
	left:0;
	top:3px;
}

.radioList input:checked + span::after{
	display:block;
	content:"";
	width:10px;
	height:10px;
	background:#465EA5;
	border-radius:50%;
	position:absolute;
	left:5px;
	top:8px;
}

.radioList small{
	display:block;
	padding-left:25px;
}

#submit{
	width:240px;
	height:50px;
	margin:30px auto 0;
}

#submit a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 1.6rem;
    background: #F9C33D;
    border-radius: 5px;
}

.donationTbl{
	margin-top:20px;
	box-sizing:border-box;
	border-radius: 10px;
	overflow: hidden;
	background:#E7E6E6;
}

.donationTbl th{
	vertical-align:middle;
	text-align:center;
	height:40px;
	font-size:1.4rem;
	line-height:1.6;
}

.donationTbl thead th{ border-bottom:1px solid #fff;}

.donationTbl td{
	vertical-align:middle;
	padding:0 20px;
	font-size:1.4rem;
	box-sizing:border-box;
}

.donationTbl tbody tr:first-child td{ padding-top:15px;}
.donationTbl tbody tr:last-child td{ padding-bottom:15px;}

.thead1{
	width:300px;
	border-right:1px solid #fff;
}

.thead2{ width:350px;}

.bankName,
.bankNumber{ font-size:1.4rem;}



/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* TABLET */
@media screen and (min-width: 835px){

}

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


	.donationTbl{ width:100%;}

	.donationTbl td{ padding:0 15px;}
	.donationTbl tbody tr:first-child td{ padding-top:10px;}
	.donationTbl tbody tr:last-child td{ padding-bottom:10px;}
	.thead1{ width:245px;}
	.thead2{ width:auto;}


}


/* SP */
@media screen and (min-width: 481px){


}

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

	.sprt-Donation{ margin-top:32px;}
	.sprt-Donation__title{
		padding:0.5em 0.8em;
		font-size: 1.8rem;
	}

	.formTbl,
	.formTbl tbody,
	.formTbl tr,
	.formTbl th,
	.formTbl td{ display:block;}

	.formTbl th{
		width:100%;
		padding:0;
		line-height:inherit;
		border-bottom:none;
	}

	.formTbl tr + tr{ margin-top:15px;}

	#submit{ margin-top:20px;}

	.donationTbl,
	.donationTbl tbody,
	.donationTbl tr,
	.donationTbl td{ display:block;}
	
	.donationTbl thead{ display:none;}
	
	.donationTbl td + td{ border-top:1px solid #fff;}
	
	.donationTbl td{
		padding-left:95px;
		position:relative;
		font-size:1.2rem;
	}
	
	.donationTbl td::before{
		display:block;
		content:attr(data-label);
		text-align:center;
		width:85px;
		padding:10px 0;
		box-sizing:border-box;
		border-right:1px solid #fff;
		height:100%;
		position:absolute;
		left:0;
		top:0;
	}

	.bankName,
	.bankNumber{ font-size:1.2rem;}
	
}



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


}


