@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.bg_cont {
	padding: 70px 0;
}
.cont_inner {
	max-width: 850px;
}

.firttl {
	font-size: 30px;
	font-family: 'Libre Franklin', sans-serif;
}
.cvi_list {
	margin-bottom: 100px;
}
.cvi_list li {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d8d8d8;
}
.cvi_list li .pic {
	max-width: 200px;
	float: left;
}
.cvi_list li .text_box {
	width: calc(100% - 250px);
	float: right;
}
.cvi_list li .text_box .ttl {
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: normal;
}
.cvi_list li .text_box .text {
	line-height: 1.8;
}

.summary_box {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.secttl {
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 30px;
}

.btn_link {
	text-align: center;
	max-width: 400px;
}
.btn_link .notetex {
	font-size: 90%;
    color: #666;
    margin-top: 4px;
    display: inline-block;
	text-align: center;
}


.donor_box {
	padding: 80px 0 0;
}
.donor_box .ttl {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
.donor_box .secttl {
	letter-spacing: 0.03em;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.bg_cont {
	padding: 40px 0;
}
.cvi_list {
	margin-bottom: 60px;
}
.firttl {
	font-size: 19px;
	text-align: center;
}
.cvi_list li {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cvi_list li .pic {
	max-width: 200px;
	float: none;
	margin: 0 auto 20px;
}
.cvi_list li .text_box {
	width: 100%;
	float: none;
}
.cvi_list li .text_box .ttl {
	text-align: center;
	font-size: 18px;
}
.secttl {
	font-size: 22px;
}

.donor_box {
	padding: 40px 0 0;
}
.donor_box .ttl {
	font-size: 15px;
}
}
.listbox {
	border: 1px solid #9e3d3f;
	padding: 8px;
}
.listbox table {
	width: 100%;
	
}
.listbox table th,
.listbox table td {
	padding: 8px 16px;
}
.listbox table tr:first-child th,
.listbox table tr:first-child td {
	font-weight: bold;
}
.listbox table th {
	width: 36%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #777;
	font-weight: normal;
}
.listbox table td {
	border-bottom: 1px solid #ccc;
}
.listbox table tr:last-child th,
.listbox table tr:last-child td {
	border-bottom: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.listbox table tr th,
.listbox table tr td {
	font-size: 12px;
	padding: 4px 4px;
}
.listbox table th {
	width: auto;
}
.listbox {
	padding: 4px;
}
}


