@charset "UTF-8";

/*======================

  coniasとは（PC

========================*/

#title_block:before {
    background-image: url(../images/about/title_about_icon.png);
}

h3 {
	font-size:18px;
	color:#666;
	line-height:2em;
	letter-spacing:0.1em;
	text-align:center;
	background:url(../images/about/title_bg.png) no-repeat bottom center;
	background-size:80px;
	padding:0 0 15px;
	margin-bottom:50px;
}
h3 span {
	font-size:30px;
	letter-spacing:0.2em;
	font-weight:bold;
	color:#8CD0C5;
	display:block;
}
.inner_box {
	background:#FFF;
	padding:60px 50px;
	width:1000px;
	margin:0 auto;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

/**/
#read_block .inner {
	background:url(../images/about/read_bg.jpg) no-repeat center;
	background-size:1100px;
	height:398px;
}
#read_block .read_box {
	width:50%;
	float:left;
}
#read_block .read_box .read_title {
	font-size:33px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	letter-spacing:0.1em;
	background:url(../images/about/read_text_bg.png) no-repeat bottom center;
	background-size:5px;
	padding:45px 0 50px;
	line-height:1.1em;
}
#read_block .read_box .read_title span {
	display: block;
    font-size: 15px;
}
#read_block .read_box div {
	text-align: center;
    width: 380px;
    display: table;
    margin: 30px auto 0;
}
#read_block .read_box h2 {
	display:table-cell;
	background:rgba(255, 255, 255, 0.85);
	height:108px;
	margin:30px auto;
	padding:30px 0;
	text-align:center;
	font-size:20px;
	line-height:1.7em;
	vertical-align:middle;
}

/*なぜやるのか*/
#why_block {
    margin: 30px auto;
}
#why_block ul li {
	border-bottom:3px dashed #DBE700;
	padding-bottom:30px;
	margin-bottom:30px;
}
#why_block ul li:last-child {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
#why_block ul li .text_box {
	float:left;
	width:685px;
}
#why_block ul li .photo {
	float:right;
}
#why_block ul li h4 {
	font-size:27px;
	line-height:1.4em;
    padding-bottom: 25px;
    letter-spacing: 0.1em;
}
#why_block ul li h4 img {
	margin: 0 13px -10px 0;
}
#why_block p {
	font-size:17px;
	margin:10px 0;
	line-height:1.8em;
}

/*活動*/
#action_block {
    margin: 30px auto;
}
#action_block h4 {
	font-size:27px;
	line-height:1em;
	padding:15px;
	text-align:center;
	color:#77B4AB;
	border:3px solid #77B4AB;
	letter-spacing:0.1em;
	margin-bottom: 25px;
}
#action_block p {
	font-size:18px;
	line-height:1.9em;
}

/*団体について*/
#overview_block {
	margin-bottom:40px;
}
#overview_block h5 {
	font-size: 18px;
    letter-spacing: 0.2em;
    color: #FFF;
    background: #7BB7AD;
    text-align: center;
    padding: 17px 0;
    line-height: 1em;
	margin-bottom:20px;
}
#overview_block .about_box {
	width:510px;
	float:left;
}
#overview_block .about_box table {
	width:100%;
	border-top:1px solid #CCC;
	margin-bottom:30px;
}
#overview_block .about_box table th,
#overview_block .about_box table td {
	color:#666;
	line-height:1.4em;
	font-size:16px;
	padding:20px;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#overview_block .about_box table th {
	width:130px;
	letter-spacing:0.1em;
	font-weight:bold;
	text-align:left;
}
#overview_block .about_box table td {
	border-right:1px solid #CCC;
}
#overview_block .contact a {
	display:block;
	text-align:center;
	font-size:18px;
	color:#77B4AB;
	line-height:1.4em;
	padding:18px;
	border:1px solid #77B4AB;
	text-decoration:none;
	letter-spacing:0.1em;
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
#overview_block .contact a:hover {
	background:#EFF7F6
}
#overview_block .fb_box {
	width:450px;
	float:right;
}

/*add 2019.5.22*/
#overview_block .fb_box #facebook_box{
	margin-top: 0.5em;
}
/*ここまで*/

/*リンク*/
#donation_box a,
#employ_box a {
	display: block;
    width: 540px;
    height: 155px;
    font-size: 27px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
}
#donation_box:hover,
#employ_box:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#donation_box a p,
#employ_box a p {
	border: 1px solid #FFF;
    margin: 10px;
    height: 97px;
    padding-top: 45px;
}
#donation_box {
	background:url(../images/about/donation_bg.jpg) no-repeat;
	background-size:100%;
	float:left;
}
#employ_box {
	background:url(../images/about/employ_bg.jpg) no-repeat;
	background-size:100%;
	float:right;
}