@charset "UTF-8";
/* CSS Document */


/*==========================================================

==========================================================*/

/* ============== header ============== */
.header h1{
	text-align: center;
}

/* ============== box_top ============== */
.box_top{
	background-color: #FFF6E3;
	width:100%;
	margin: 0 auto;
	padding: 30px 0 40px;
	text-align: center;
}
.box_top h2 img{

}
.box_top .txt{
	line-height: 200%;
	margin: 30px 0 40px;
	font-size: 16px;
	letter-spacing:0.03em;
}
.box_top .photo{
	width: 960px;
}

/* ============== member ============== */
.member{
	background-color: #FFF6E3;
}
.member .title{
	text-align: center;
	margin: 0 0 15px;
	padding: 10px 0;
	height: 27px;
}
.member .member_list{
	width: 917px;
	margin: 0 auto;
}
.member .member_list ul{
	display: flex;
	justify-content: center;
	margin: 0 0 40px;
}
.member .member_list ul:last-child{
	margin: 0;
}
.member .member_list li{
	width: 170px;
	margin: 0 70px 0 0;
	float: left;
}
.member .member_list li:last-child{
	margin: 0;
}
.member_list .photo{
	width: 170px;
	height: 170px;
}
.member_list .photo img {
		width: 100%;
}
.member_list .name{
	font-size: 18px;
	text-align: center;
	margin: 15px 0 5px;
}
.member_list .name.last_name{
	margin-top: 2px;
	margin-bottom: 8px;
	font-size: 14px;
}
.member_list .text{
	width: 130px;
    margin: 0 auto;
 	text-align: left;
 	font-size: 14px;
}

/* ============== schedule ============== */
.schedule{
	padding-top:80px;
	margin-bottom:100px;
}
.schedule .schedule_title{
	text-align:center;
	margin-bottom:15px;
}
.schedule .schedule_title_lead{
	font-size: 22px;
	text-align:center;
	margin-bottom:35px;
}
.schedule_table{
	width:834px;
	margin:0 auto;
	display: flex;
}
.schedule_table table {
	width: 50%;
	margin-right: 20px;
}
.schedule_table table tr{
	width:834px;
	font-size:16px;
	border-bottom:dashed 2px #000000;
}
.schedule_table table tr:last-child {
	border-bottom: none;
}
.schedule_table table tr th{
	width:200px;
	/*text-align:center;*/
	font-size:16px;
	font-weight:bold;
	color:#231815;
	padding:7px 0 7px 0;
}
.schedule_table table tr td{
	width:634px;
	font-size:16px;
	padding:7px 0 7px 0;
}



/* ============== projectHouse ============== */
.projectHouse{
	margin-bottom:60px;
}
.projectHouse_title{
	text-align:center;
	margin-bottom:15px;
}
.projectHouse_title_lead{
	font-size: 22px;
	text-align:center;
	margin-bottom:35px;
}

.projectHouse .column {
	margin-bottom: 40px;
}
.projectHouse .column .title{
	text-align:center;
}
.projectHouse .column .txt{
	line-height: 1.6;
	margin-bottom: 20px; 
	font-size: 18px;
	letter-spacing:0.03em;
}
.projectHouse .column a{
	color: #4d4d4d;
}

.projectHouse_wish li{
	display: flex;
	justify-content: space-between;
	border-bottom: dashed 1px #000000;
}
.projectHouse_wish li .wishBox{
	width: 290px;
	padding: 22px 0;
}
.projectHouse_wish li.first .wishBox {
	padding-top: 0;
}
.projectHouse_wish li:last-child {
	border-bottom: none;
}
.projectHouse_wish .txt{
	line-height: 1.6;
	margin: 10px 0; 
	font-size: 18px;
	letter-spacing:0.03em;	
}
.projectHouse_wish li p.txt:last-child {
	margin-bottom: 0;
}


/* ============== bnr ============== */
.bnr {
	margin-bottom: 100px;
}
.bnr_sub .bnr_title{
	text-align:center;
	margin-bottom:35px;
}


.introduction .report .list_2 a:hover{
	filter:alpha(opacity=80);
    opacity:0.7;
}

.introduction{
    margin: 0 auto 0;
}

.mem {
	text-align: center;
	margin-bottom: 40px;
}

.footer{
    padding: 60px 0 10px;
}
