@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic&subset=cyrillic,japanese,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Questrial');
/* ---------------------------------------------------------------------------



	donation.css #donation
	
	* Editor:    contents ueno
	


	

----------------------------------------------------------------------------- */


/* =====================================================



寄付金について_donation



===================================================== */


/* 
common
---------------------------------------------------*/

span{
	margin: 0;
	padding: 0;
}

.donationWrap{
	width: 735px;
	margin: 0 auto;
}

.donation__text{
	font-size: 13px;
	line-height: 1.4;
	
}
.donation__text__red{
	color: #E55858;
}


.tbl01{
	width:100%;
	margin:10px auto 35px auto;
	border-collapse:collapse;
}

.tbl01 th{
	background: #FFF;
	border:1px solid #cccccc;
	padding:10px 5px 7px 5px;
	font-weight:normal;
	font-size:13px;
	line-height: 1.4;
}
.tbl01 td{
	background: #FFF;
	border:1px solid #cccccc;
	padding:12px 5px 8px 5px;
	vertical-align: middle;
	font-weight:normal;
	font-size:13px;
	line-height: 1.4;
	text-align: center;
}


.tbl01 .cell01{
	background:#4CB9EC;
	color:#FFFFFF;
}

.tbl01 .cell02{
	background: #EAF9FF;
}

.tbl01 .cell03{
	background: #FFFCE1;
	color: #FD7E2B;
}
.tbl01 .small{
	font-size: 12px;
}
.tbl01 .big{
	font-size: 14px;
}

.tbl01 td p,
.tbl01 td ul{
	padding:5px 5px 5px 5px;
}

.donation__attention li:first-child{
	margin-top: 0;
}

.donation__attention li{
	text-indent: -3.5em;
	margin-left: 3.5em;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 5px;
}

/* 
ご利用の流れ
---------------------------------------------------*/
.donation__flow__item{
	background: #FFF;
	border: 3px solid #E7EFF4;
	padding: 14px 20px;
	box-sizing: border-box;
	position: relative;
	margin-top: 25px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.donation__flow__item:first-child{
	margin-top: 0;
	border: 3px solid #1EA6E8;
	padding: 10px 5px 7px;
	background: #1EA6E8;
	display: block;
}

.donation__flow__title{
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Sawarabi Gothic', sans-serif;
}

.donation__flow__item::before{
	width: 31px;
	height: 18px;
	background: url(../../donation/img/don_arrow01.png) 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	display: block;
}
.donation__flow__item:first-child::before{
	width: 31px;
	height: 18px;
	background: url(../../donation/img/don_arrow02.png) 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	display: block;
}
.donation__flow__item:last-child::before{
	display: none;
}

.donation__flow__textarea{
	width: 70%;
	display: flex;
	display: -webkit-flex;
}

.donation__flow__number{
	display: flex;
	display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.donation__flow__number span{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #1EA6E8;
	color: #FFF;
	font-family: 'Questrial', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	line-height: 35px;
	text-align: center;
}


.donation__flow__text{
	width: 85%;
	/*padding-top: 10px;*/
	margin-left: 15px;
	color: #333333;
	font-size: 14px;
	letter-spacing: -0.04em;
	font-family: 'Sawarabi Gothic', sans-serif;
	line-height: 1.6;
	display: flex;
  align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap    : wrap;

}
.donation__flow__text__red{
	color: #D80000;
	font-weight: bold;
}


/* 
お問い合わせ
---------------------------------------------------*/

.donation__contact{
	border: 4px solid #E7EFF4;
	background: #FFF;
	box-sizing: border-box;
	padding: 30px 0 25px;
}

.donation__contact__title{
	color:#009BE4;
	 font-family: Meiryo, "メイリオ", "sans-serif";
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 5px;
}

.donation__contact__text{
	text-align: center;
	 font-family: Meiryo, "メイリオ", "sans-serif";
	font-size: 14px;
	display: block;
}


/*--------------------------------------------------------

	margin
	
----------------------------------------------------------*/

.mb05{
	margin-bottom: 5px;
}

.mb10{
	margin-bottom: 10px;
}

.mb15{
	margin-bottom: 15px;
}

.mb50{
	margin-bottom: 50px;
}



/*--------------------------------------------------------

	clearfix
	
----------------------------------------------------------*/


/* For modern browsers */
.clearfix:before,
div:before,
dl:before,
ul:before,
.clearfix:after,
div:after,
dl:after,
ul:after{
  content: " ";
  display: table;
}
 
.clearfix:after,
div:after,
dl:after,
ul:after{
  clear: both;
}
 
/* For IE 6/7 only */
div,dl,ul,.clearfix {
  *zoom: 1;
}

/*---------------------------------------------------*/

