@charset "UTF-8";


/*----------------------------------------------------
 about
------------------------------------------------------*/
#kosodate_wrap #contents.about section{
	padding-top: 0;
}
#kosodate_wrap #contents.about section:nth-child(6){
	padding-top: 0;
	margin-top: 5%;
}
#kosodate_wrap #contents.about h3{
	margin: 75px auto 30px;
	text-align: center;
}
#kosodate_wrap #contents.about #shisetsu h3{
	margin: 0px auto 30px;
	text-align: center;
}
#kosodate_wrap #contents.about .inner{
	width: 850px;
	margin: auto;
	padding: 50px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
}

#kosodate_wrap #contents.about .inner + .inner{
	margin-top: 20px;
}


/* #effort */
#kosodate_wrap #contents.about #effort h3{
	margin: 40px 0 30px;
}
#kosodate_wrap #contents.about #effort .inner.happy{
	display: table;
}
#kosodate_wrap #contents.about #effort .inner.happy div{
	display: table-cell;
	padding: 0 30px 0 15px;
	vertical-align: middle;
}

#kosodate_wrap #contents.about #effort .inner.happy p {
	display: table-cell;
	vertical-align: middle;
	font-size: 114%;
}

/* #project */
#kosodate_wrap #project h4{
	text-align: center;
	color: #f29600;
	font-weight: bold;
	letter-spacing: 0.2em;
	background: #fff2dd;
	padding: 2% 0 1%;
}
#kosodate_wrap #project h4 a{
	color: #f29600;
}
#kosodate_wrap #project h4 span{
	font-size: 171%;
}
#kosodate_wrap #project .station .lead{
	display: table;
	margin: 20px 0 0 0;
}
#kosodate_wrap #project .station .lead div{
	width: 320px;
	display: table-cell;
	vertical-align: middle;
}
#kosodate_wrap #project .station .lead div img{
	width: 100%;
}
#kosodate_wrap #project .station .lead p{
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}
#kosodate_wrap #project .photo{
	margin: 20px 0 0;
}
#kosodate_wrap #project .photo li{
	float: left;
	width: 415px;
}
#kosodate_wrap #project .photo li:nth-child(2){
	margin-left: 20px;
}
#kosodate_wrap #project li img,
#kosodate_wrap #event ul li img{
	width: 100%;
	margin-bottom: .5em;
}
#kosodate_wrap #project .photo li .cap,
#kosodate_wrap #project .case .cap{
	font-size: 86%;
}
#kosodate_wrap #project .cap:before,
#kosodate_wrap #event ul li .cap:before{
	content: "\25A0";
}
#kosodate_wrap #project .case{
	position: relative;
}
/*#kosodate_wrap #project .case:not(:first-child){
	margin-top: 40px;
}*/
#kosodate_wrap #project .case .case_txt{
	float: left;
	width: 270px;
	margin: 40px 20px 0 0;
}
#kosodate_wrap #project .case .case_txt li{
	padding: 0 1em;
	border-left: 6px solid #f29600;
	line-height: 1.4;
	color: #f29600;
	text-indent: -.5em;
	font-weight: bold;
}
#kosodate_wrap #project .case .case_txt li a{
	color: #f29600;
}
#kosodate_wrap #project .case .case_txt li:not(:first-child){
	margin-top: 30px;
}
#kosodate_wrap #project .case .case_txt li span{
	font-size: 142%;
}
#kosodate_wrap #project .case .case_photo{
	float: left;
	width: 560px;
}
#kosodate_wrap #project .case .case_photo li{
	float: left;
	width: 270px;
	margin: 40px 0 0 ;
}
#kosodate_wrap #project .case .case_photo li:first-child{
	margin-right: 20px;
}
#kosodate_wrap #project .case img{
	width: 100%;
}
#kosodate_wrap #project .case.other .txt{
	width: 560px;
}
#kosodate_wrap #project .case.other img{
	float: right;
	width: 263px;
}

#kosodate_wrap #project .cotonior{
	display: table;
	margin: 40px 0 0;
}
#kosodate_wrap #project .cotonior div,
#kosodate_wrap #project .cotonior p{
	display: table-cell;
	vertical-align: middle;
}
#kosodate_wrap #project .cotonior p{
	width: 640px;
	padding-left: 40px;
}
#kosodate_wrap #project .cotonior_photo{
	margin: 40px 0 0;
}
#kosodate_wrap #project .cotonior_photo li{
	float: left;
	width: 197.5px;
}
#kosodate_wrap #project .cotonior_photo li:not(:first-child){
	margin:0 0 0 20px;
}
#kosodate_wrap #project .cotonior_photo li img{
	width: 100%;
}

#kosodate_wrap #project .cotonior_garden p{
    width: 640px;
    margin-right: 10px;
    margin-top: 40px;
    float: left;
}
#kosodate_wrap #project .btn {
	margin: 0 auto;
	width: 630px;
}
#kosodate_wrap #project .btn li{
	width: 290px;
	height: 54px;
	line-height: 54px;
	margin: auto 0;
	background-color: #f29600;
	border-radius: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-right: 50px;
}
#kosodate_wrap #project .btn li:nth-child(2){
	margin-right: 0;
}
#kosodate_wrap #project .btn li a {
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
}
#kosodate_wrap #project .btn li a:after {
	content: "";
	background: url(../../common_kosodate/img/ico-extnl.gif) no-repeat right center;
	width: 9px;
	height: 9px;
	display: inline-block;
	position: absolute;
	top: 22px;
	right: 10px;
}





/* shisetsu_btn */
#kosodate_wrap #contents.about #shisetsu_btn{
    width: 850px;
	margin-top: 80px;
	text-align: center;
	padding: 50px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);	
}
#kosodate_wrap #contents.about #shisetsu_btn .title{
	width: 486px;
	margin: 0 auto;
}
#kosodate_wrap #contents.about #shisetsu_btn ul{
	display: flex;
	justify-content: space-between;
	width: 810px;
    margin: 38px auto 0;
}
#kosodate_wrap #contents.about #shisetsu_btn li{
	width: 391px;
}


/* new */
#kosodate_wrap #new .needs_txt,
#kosodate_wrap #new .needs,
#kosodate_wrap #new .new_photo{
	float: left;
	width: 270px;
	margin-right: 20px;
}
#kosodate_wrap #new .new_photo{
	margin-right: 0;
}
#kosodate_wrap #new .new_photo img{
	width: 100%;
}

#kosodate_wrap #new .needs li{
	float: left;
	width: 130px;
	height: 95px;
	border-radius: 10px;
	background-color: #fff2f7;
	text-align: center;
	color: #ff82b4;
}
#kosodate_wrap #new .needs li:nth-child(odd){
	margin-right: 10px;
}
#kosodate_wrap #new .needs li:nth-child(-n+2){
	margin-bottom: 10px;
}
#kosodate_wrap #new .needs li p{
	width: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#kosodate_wrap #new h4{
	text-align: center;
	color: #fe89b5;
	font-weight: bold;
	letter-spacing: 0.2em;
	background: #fff2f7;
	padding: 2% 0 1%;
}
#kosodate_wrap #new h4 span{
	font-size: 171%;
}
#kosodate_wrap #new .mamorail_txt{
	margin: 10px auto 20px;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}
#kosodate_wrap #new .mamorail_txt img{
	width: 151px;
	vertical-align: middle;
}
#kosodate_wrap #new .mamorail_wrap{
	overflow: hidden;
	margin: 40px 0 0 0;
}
#kosodate_wrap #new .mamorail_photo{
	float: left;
	width: 430px;
	margin-right: 20px;
}
#kosodate_wrap #new .mamorail_wrap .txt_wrap{
	float: left;
	width: 400px;
}
#kosodate_wrap #new .mamorail_wrap p{
	font-size: 14px;
	font-weight: bold;
}
#kosodate_wrap #new .mamorail_wrap ul{
	overflow: hidden;
	margin-top: 16px;
}
#kosodate_wrap #new .mamorail_wrap li{
	float: left;
	width: 122px;
}
#kosodate_wrap #new .mamorail_wrap li img{
	width: 100%;
}
#kosodate_wrap #new .mamorail_wrap li:not(:first-child){
	margin-left: 11px;
}
#kosodate_wrap #new .mamorail_wrap .note{
	margin-top: 2.5em;
}
#kosodate_wrap #new .mamorail_wrap .note p{
	font-size: 11px;
	font-weight: normal;
/*	text-align: right;*/
    text-indent: -1em;
    padding-left: 1em;
	line-height: 1.7;
	margin-top: -17px;
}
#kosodate_wrap #new .mamorail_wrap .note .pasmo_01{
	width: 31px;
    margin-bottom: 2px;
    padding: 0 6px;
}
#kosodate_wrap #new .mamorail_wrap .note .pasmo_02{
	width: 47px;
    margin-bottom: 5px;
    padding: 0 6px;
}
#kosodate_wrap #new .btn{
	width: 280px;
	height: 54px;
	line-height: 54px;
	margin: 28px auto 0;
	background-color: #ff82b4;
	border-radius: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#kosodate_wrap #new .btn a {
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
}
#kosodate_wrap #new .btn a:after {
	content: "";
	background: url(../../common_kosodate/img/ico-extnl.gif) no-repeat right center;
	width: 9px;
	height: 9px;
	display: inline-block;
	position: absolute;
	top: 22px;
	right: 10px;
}

#kosodate_wrap #new .babycal{
	display: table;
	margin: 40px 0 0;
}
#kosodate_wrap #new .babycal img{
    width: 120px;
    margin: 10px 0px 10px 30px;
}

#kosodate_wrap #new .babycal div,
#kosodate_wrap #new .babycal p{
	display: table-cell;
	vertical-align: middle;
}
#kosodate_wrap #new .babycal p{
	width: 660px;
	padding-left: 40px;
}
#kosodate_wrap #new .babycal_photo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0 0;
}
#kosodate_wrap #new .babycal_photo li{
	float: left;
	width: 224px;
}
#kosodate_wrap #new .babycal_photo li:not(:first-child){
	margin:0 0 0 20px;
}
#kosodate_wrap #new .babycal_photo li img{
	width: 100%;
}




#kosodate_wrap #new .kotomusubi{
	display: table;
	margin: 40px 0 0;
}
#kosodate_wrap #new .kotomusubi img{
    width: 180px;
    margin: 10px 0px;
}

#kosodate_wrap #new .kotomusubi div,
#kosodate_wrap #new .kotomusubi p{
	display: table-cell;
	vertical-align: middle;
}
#kosodate_wrap #new .kotomusubi p{
	width: 660px;
	padding-left: 10px;
}
#kosodate_wrap #new .kotomusubi_photo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0 0;
}
#kosodate_wrap #new .kotomusubi_photo li{
	float: left;
    width: 280px;
}
#kosodate_wrap #new .kotomusubi_photo li:not(:first-child){
	margin:0 0 0 20px;
}
#kosodate_wrap #new .kotomusubi_photo li img{
	width: 100%;
}



#kosodate_wrap #new .peercross{
	display: table;
	margin: 40px 0 0;
}
#kosodate_wrap #new .peercross img{
    width: 180px;
    margin: 10px 0px;
}

#kosodate_wrap #new .peercross div,
#kosodate_wrap #new .peercross p{
	display: table-cell;
	vertical-align: middle;
}
#kosodate_wrap #new .peercross p{
	width: 660px;
	padding-left: 10px;
}
#kosodate_wrap #new .peercross_photo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0 0;
}
#kosodate_wrap #new .peercross_photo li{
	float: left;
	width: 280px;
}
#kosodate_wrap #new .peercross_photo li:first-of-type{
    width: 120px;
}
#kosodate_wrap #new .peercross_photo li:not(:first-child){
	margin:0 0 0 20px;
}
#kosodate_wrap #new .peercross_photo li img{
	width: 100%;
}





/* event */
#kosodate_wrap #event h5{
	margin-bottom: 20px;
	font-size: 171%;
	text-align: center;
	color: #1c7ab8;
	background: #e2f3ff;
    padding: 2% 0 1%;
}
#kosodate_wrap #event ul{
	clear: left;
}
#kosodate_wrap #event ul li{
	float: left;
	width: 197px;
	margin: 20px 0 0;
}
#kosodate_wrap #event ul li:not(:nth-child(4n)){
	margin-right: 20px;
}
#kosodate_wrap #event ul li img{
	width: 100%;
}

/* history */
#kosodate_wrap #history dt{
	width: 108px;
	height: 32px;
	line-height: 32px;
	border-radius: 32px;
	background-color: #00b8ee;
	text-align: center;
	font-size: 114%;
	font-weight: bold;
	color: #fff;
}
#kosodate_wrap #history dd{
	margin: -32px 0 30px 117px;
}
#kosodate_wrap #history .str{
	color: #00b8ee;
}
#kosodate_wrap #history .graph{
	width: 435px;
	margin: auto;
}
#kosodate_wrap #history .graph img{
	width: 100%;
}
#kosodate_wrap #history .graph p{
	width: 323px;
	height: auto;
	margin: 12px 0 0 20px;
	padding: 8px 30px;
	line-height: 1.4;
	background-color: #b7da9b;
	border-radius: 5px;
}

/* shisetsu */
#kosodate_wrap #shisetsu {
	margin-top: 50px;
	padding: 50px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
}

#kosodate_wrap #shisetsu .anchor {
	margin: 40px 0 80px;
	padding: 16px 18px 0;
	border: 2px solid #00b8ee;
	border-radius: 10px;
	text-align: center;
}

#kosodate_wrap #shisetsu .anchor:after {
	content: "";
	background: url(../img/arrow-down.png) no-repeat bottom center;
	display: block;
	width: 40px;
	height: 20px;
	position: relative;
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#kosodate_wrap #shisetsu .anchor p {
	font-size: 1.42em;
	font-weight: bold;
	color: #00b8ee;
}

#kosodate_wrap #shisetsu .anchor ul {
	margin-top: 10px;
	overflow: hidden;
}

#kosodate_wrap #shisetsu .anchor li {
	float: left;
	width: 187px;
	height: 46px;
	line-height: 46px;
}

#kosodate_wrap #shisetsu .anchor li a {
	display: block;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#kosodate_wrap #shisetsu .anchor li:not(:first-child) {
	margin-left: 20px;
}
#kosodate_wrap #shisetsu .anchor li:nth-child(5) {
	margin-left: 0px;
}

#kosodate_wrap #shisetsu .anchor li a[href="#search1"],
#kosodate_wrap #shisetsu .shisetsu_list h4[id="search1"] {
	background-color: #18943b;
}

#kosodate_wrap #shisetsu .anchor li a[href="#search2"],
#kosodate_wrap #shisetsu .shisetsu_list h4[id="search2"] {
	background-color: #0080cb;
}

#kosodate_wrap #shisetsu .anchor li a[href="#search3"],
#kosodate_wrap #shisetsu .shisetsu_list h4[id="search3"] {
	background-color: #e50012;
}

#kosodate_wrap #shisetsu .anchor li a[href="#search4"],
#kosodate_wrap #shisetsu .shisetsu_list h4[id="search4"] {
	background-color: #f29600;
}

#kosodate_wrap #shisetsu .anchor li a[href="#search5"],
#kosodate_wrap #shisetsu .shisetsu_list h4[id="search5"] {
	background-color: #959595;
}

#kosodate_wrap #shisetsu .anchor li a[href="#search7"],
#kosodate_wrap #shisetsu .shisetsu_list h4[id="search7"] {
	background-color: #0A268A;
}

#kosodate_wrap #shisetsu .anchor li a[target="_blank"] {
	background-color: #8dc21e;
}

#kosodate_wrap #shisetsu .shisetsu_list h4 {
	margin: 40px 0 10px;
	padding: 4px 20px;
	font-size: 1.42em;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#kosodate_wrap #shisetsu .shisetsu_list table {
	width: 100%;
}

#kosodate_wrap #shisetsu .shisetsu_list th {
	box-sizing: border-box;
}

#kosodate_wrap #shisetsu .shisetsu_list th,
#kosodate_wrap #shisetsu .shisetsu_list td {
	padding: 3px 23px;
}

#kosodate_wrap #shisetsu .shisetsu_list th[scope="col"] {
	background-color: #666;
	border: 1px solid #666;
	text-align: center;
	color: #fff;
}

#kosodate_wrap #shisetsu .shisetsu_list th[scope="row"] {
	background-color: #e5f8fd;
	border: 1px solid #b3b3b3;
	text-align: center;
}

#kosodate_wrap #shisetsu .shisetsu_list th[scope="col"]:nth-child(1) {
	width: 128px;
}

#kosodate_wrap #shisetsu .shisetsu_list th[scope="col"]:nth-child(2) {
	width: 562px;
}

#kosodate_wrap #shisetsu .shisetsu_list th[scope="col"]:nth-child(3) {
	width: 160px;
}

#kosodate_wrap #shisetsu .shisetsu_list td {
	border: 1px solid #b3b3b3;
}

#kosodate_wrap #shisetsu .note {
	margin-top: 20px;
}

#kosodate_wrap #shisetsu .note li {
	padding-left: 1em;
	text-indent: -1em;
}




@media screen and (max-width: 768px) {
	#kosodate_wrap #contents.about h3{
		width: 92%;
		margin: 10% auto 5%;
	}
	#kosodate_wrap #contents.about .inner{
		width: 92%;
		box-sizing: border-box;
		margin: auto;
		padding: 5% 4%;
		border-radius: 5px;
	}
	#kosodate_wrap #contents.about .inner + .inner{
		margin-top: 5%;
	}

	/* #effort*/
	#kosodate_wrap #contents.about #effort h3{
		margin: 10% auto 5%;
	}
	#kosodate_wrap #contents.about #effort .inner.happy{
		display: block;
	}
	#kosodate_wrap #contents.about #effort .inner.happy div{
		display: block;
		padding: 6% 10% 5%;
	}

	#kosodate_wrap #contents.about #effort .inner.happy p {
		display: block;
		font-size: 86%;
	}

	#kosodate_wrap #contents.about #shisetsu_btn .title{
		width: 84%;
		margin: 0 auto;
	}
	#kosodate_wrap #contents.about #shisetsu_btn ul{
		display: block;
		width: unset;
		margin: 22px auto 0;
	}
	#kosodate_wrap #contents.about #shisetsu_btn li{
		width: unset;
		margin: 0 0 16px 0;
	}
	#kosodate_wrap #contents.about #shisetsu_btn li:last-of-type{
		margin: 0;
	}



	/* #project */
	#kosodate_wrap #contents.about .inner.station{
		padding: 5% 4 10%;
	}
	#kosodate_wrap #project h4{
		padding: 5% 0 4%;
		font-size: 66%;
	}
	#kosodate_wrap #project h4 span{
		font-size: 130%;
	}
	#kosodate_wrap #project .station .lead{
		display: block;
	}
	#kosodate_wrap #project .station .lead div{
		display: block;
		width: 75%;
		margin: 5% 0 5% 18%;
	}
	#kosodate_wrap #project .station .lead p{
		display: block;
		padding: 0 4%;
		font-size: 86%;
	}
	#kosodate_wrap #project .photo{
		margin: 5% 0 3%;
	}
	#kosodate_wrap #project .photo li{
		float: none;
		width: 92%;
		margin: 0 auto 3%;
	}
	#kosodate_wrap #project li:nth-child(2){
		margin-left: auto;
	}
	#kosodate_wrap #project li img,
	#kosodate_wrap #event ul li img{
		width: 100%;
		margin-bottom: .2em;
	}
	#kosodate_wrap #project .photo li .cap,
	#kosodate_wrap #project .case .cap{
		margin: .3em 0 1.2em;
		font-size: 71%;
	}
	#kosodate_wrap #project .photo li:nth-child(2){
		margin: 0 auto;
	}
	#kosodate_wrap #project .case{
		margin-bottom: 0;
	}
	#kosodate_wrap #project .case:not(:first-child){
		margin-top: 5%;
	}
	#kosodate_wrap #project .case h5{
		position: static;
		width: 84%;
		margin-bottom: 0;
		padding: 2% 8%;
		border-left: none;
		border-bottom: 1px solid #fff;
		font-size: 78%;
		color: #fff;
		background: url(../img/open.png) no-repeat 94% 48% #f29600;
		background-size: 4% auto;
	}
	#kosodate_wrap #project .case h5.open{
		background: url(../img/close.png) no-repeat 94% 48% #f29600;
		background-size: 4% auto;
	}
	#kosodate_wrap #project .case h5 span{
		font-size: 119%;
	}
	#kosodate_wrap #project .case h5 + div{
		display: none;
	}
	#kosodate_wrap #project .case .txt{
		float: none;
		width: 92%;
		margin: 5% auto 0;
		padding-top: 0;
		font-size: 86%;
	}
	#kosodate_wrap #project .case .case_txt{
		float: none;
		width: 100%;
		margin: 5% auto;
	}
	#kosodate_wrap #project .case .case_txt li{
		font-size: 71%;
	}
	#kosodate_wrap #project .case .case_txt li:not(:first-child){
		margin-top: 5%;
	}
	#kosodate_wrap #project .case .case_txt li span{
		font-size: 130%;
	}
	#kosodate_wrap #project .case .case_txt li img{
		width: 100%;
	}
	#kosodate_wrap #project .case .case_photo{
		width: 100%;
	}
	#kosodate_wrap #project .case .case_photo li{
		width: 48%;
		margin-top: 0;
	}
	#kosodate_wrap #project .case .case_photo li:first-child{
		margin-right: 4%;
	}
	#kosodate_wrap #project .case img{
		width: 100%;
	}
	#kosodate_wrap #project .case.other .txt{
		width: 92%;
		margin: auto;
	}
	#kosodate_wrap #project .case.other img{
		float: none;
		display: block;
		width: 72%;
		margin: auto;
	}
	/**/
	#kosodate_wrap #project .cotonior{
		display: block;
		margin: 0;
	}
	#kosodate_wrap #project .cotonior div{
		display: block;
		width: 68%;
		margin: auto;
	}
	#kosodate_wrap #project .cotonior p{
		display: block;
		width: 100%;
		padding-left: 0;
		font-size: 86%;
	}
	#kosodate_wrap #project .cotonior_photo{
		margin: 4% 0 0;
	}
	#kosodate_wrap #project .cotonior_photo li{
		float: left;
		width: 48%;
	}
	#kosodate_wrap #project .cotonior_photo li:not(:first-child){
		margin: 0;
	}
	#kosodate_wrap #project .cotonior_photo li:nth-child(odd){
		margin-right: 4%;
	}
	#kosodate_wrap #project .cotonior_photo li:nth-child(-n+2){
		margin-bottom: 3%;
	}
	#kosodate_wrap #project .cotonior_garden{
		display: block;
		margin: 0;
	}
	#kosodate_wrap #project .cotonior_garden p{
		display: block;
		width: 100%;
		padding-left: 0;
		font-size: 86%;
		margin-top: 7%;
		float: none;
	}
	#kosodate_wrap #project .btn {
		width: 100%;
		margin: 0 auto;
	}
	#kosodate_wrap #project .btn li{
		width: 100%;
		height: inherit;
		line-height: 3;
		font-size: 100%;
		border-radius: 5px;
		margin-top: 4%;
	}
	#kosodate_wrap #project .btn li a:after {
		width: 9px;
		height: 9px;
		background-size: 9px auto;
		top: 37%;
	}	
	
	
	
	/* shisetsu_btn */
	#kosodate_wrap #contents.about #shisetsu_btn{
	width: 92%;
	box-sizing: border-box;
	margin-top: 10%;
	padding: 5% 4%;
	border-radius: 5px;	
	}

	/* new */
	#kosodate_wrap #new p,
	#kosodate_wrap #new .needs,
	#kosodate_wrap #new .new_photo{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#kosodate_wrap #new p{
		margin-bottom: 4%;
		font-size: 86%;
	}
	#kosodate_wrap #new .needs{
		margin-bottom: 5%;
	}
	#kosodate_wrap #new .needs li{
		float: left;
		width: 48%;
		height: 5em;
		margin: 0;
		border-radius: 5px;
		font-size: 78%;
		font-weight: bold;
	}
	#kosodate_wrap #new .needs li:nth-child(-n+2){
		margin-bottom: 3%;
	}
	#kosodate_wrap #new .needs li:nth-child(odd){
		margin-right: 4%;
	}
	#kosodate_wrap #new h4{
	letter-spacing: 0;
	padding: 5% 0 4%;
	font-size: 66%;
}

	#kosodate_wrap #new h4 span{
		font-size: 130%;
	}
	#kosodate_wrap #new .mamorail_wrap {
		overflow: hidden;
		margin: 2vw 0 0 0;
	}
	#kosodate_wrap #new .mamorail_txt{
		margin: 4% auto;
		font-size: 100%;
		font-weight: bold;
	}
	#kosodate_wrap #new .mamorail_txt img{
		display: block;
		margin: 0 auto 4%;
		width: 54%;
	}
	#kosodate_wrap #new .mamorail_photo{
		float: none;
		width: 100%;
		margin: 0 0 4% 0;
	}
	#kosodate_wrap #new .mamorail_wrap .txt_wrap{
		float: none;
		width: 100%;
	}
	#kosodate_wrap #new .mamorail_wrap p{
		font-size: 94%;
		font-weight: normal;
	}
	#kosodate_wrap #new .mamorail_wrap ul{
		overflow: hidden;
		margin-top: 16px;
	}
	#kosodate_wrap #new .mamorail_wrap li{
		width: 32%;
	}
	#kosodate_wrap #new .mamorail_wrap li:not(:first-child){
		margin-left: 2%;
	}
	#kosodate_wrap #new .mamorail_wrap .note{
		width: 97%;
		font-size: 80%;
		text-align: left;
	}
	#kosodate_wrap #new .btn{
		width: 66%;
		height: inherit;
		line-height: 3;
		margin: 0 auto;
		font-size: 100%;
		border-radius: 5px;
	}
	#kosodate_wrap #new .btn a:after {
		width: 9px;
		height: 9px;
		background-size: 9px auto;
		top: 37%;
	}
	#kosodate_wrap #new .babycal{
		display: block;
		margin: 0;
	}
	#kosodate_wrap #new .babycal div{
		display: block;
		width: 41%;
		margin: auto;
		padding: 4vw 0;
	}
	#kosodate_wrap #new .babycal p{
		display: block;
		width: 100%;
		padding-left: 0;
		font-size: 86%;
	}
	#kosodate_wrap #new .babycal img{
		width: 34vw;
		margin: 0;
	}
	#kosodate_wrap #new .babycal_photo{
		margin: 4% 0 0;
		display: block;
	}
	#kosodate_wrap #new .babycal_photo li{
		width: 100%;
	}
	#kosodate_wrap #new .babycal_photo li:not(:first-child){
		margin: 0;
	}
	#kosodate_wrap #new .babycal_photo li:nth-child(odd){
		margin-right: 4%;
	}
	#kosodate_wrap #new .babycal_photo li:nth-child(-n+2){
		margin-bottom: 3%;
	}



	#kosodate_wrap #new .kotomusubi{
		display: block;
		margin: 0;
	}
	#kosodate_wrap #new .kotomusubi div{
		display: block;
		width: 50%;
		margin: auto;
		padding: 4vw 0;
	}
	#kosodate_wrap #new .kotomusubi p{
		display: block;
		width: 100%;
		padding-left: 0;
		font-size: 86%;
	}
	#kosodate_wrap #new .kotomusubi img{
		width: 44vw;
		margin: 0;
	}
	#kosodate_wrap #new .kotomusubi_photo{
		margin: 4% 0 0;
		display: block;
	}
	#kosodate_wrap #new .kotomusubi_photo li{
		width: 100%;
	}
	#kosodate_wrap #new .kotomusubi_photo li:not(:first-child){
		margin: 0;
	}
	#kosodate_wrap #new .kotomusubi_photo li:nth-child(odd){
		margin-right: 4%;
	}
	#kosodate_wrap #new .kotomusubi_photo li:nth-child(-n+2){
		margin-bottom: 3%;
	}



	#kosodate_wrap #new .peercross{
		display: block;
		margin: 0;
	}
	#kosodate_wrap #new .peercross div{
		display: block;
		width: 54%;
		margin: auto;
		padding: 4vw 0;
	}
	#kosodate_wrap #new .peercross p{
		display: block;
		width: 100%;
		padding-left: 0;
		font-size: 86%;
	}
	#kosodate_wrap #new .peercross img{
		width: 44vw;
		margin: 0;
	}
	#kosodate_wrap #new .peercross_photo{
		margin: 4% 0 0;
		display: flex;
	}
	#kosodate_wrap #new .peercross_photo li{
		width: 100%;
	}
	#kosodate_wrap #new .peercross_photo li:not(:first-child){
		margin: 0;
	}
	#kosodate_wrap #new .peercross_photo li:nth-child(odd){
		margin-right: 4%;
	}
	#kosodate_wrap #new .peercross_photo li:nth-child(-n+2){
		margin-bottom: 3%;
	}
	/* event */
	#kosodate_wrap #event h5{
		margin-bottom: 5%;
		font-size: 92%;
		font-weight: bold;
		padding: 5% 0 4%;
	}
	#kosodate_wrap #event ul li{
		width: 48%;
		margin: 4% 0 0;
	}
	#kosodate_wrap #event ul li:not(:nth-child(4n)){
		margin-right: 0;
	}
	#kosodate_wrap #event ul li:nth-child(odd){
		margin-right: 4%;
	}
	
	/* history */
	#kosodate_wrap #contents.about #history h3{
		width: 81.25%;
	}
	#kosodate_wrap #history dt{
		width: 30%;
		height: inherit;
		line-height: inherit;
		padding: 0.1em 0;
		font-size: 92%;
	}
	#kosodate_wrap #history dd{
		margin: .2em 0 1em;
		font-size: 86%;
	}
	#kosodate_wrap #history .str{
		color: #00b8ee;
	}
	#kosodate_wrap #history .graph{
		width: 80%;
		margin: auto;
	}
	#kosodate_wrap #history .graph p{
		width: 84%;
		margin: 4% 0 0 0;
		padding: 2% 5%;
		font-size: 78.5%
}
	
	/* shisetsu */
	#kosodate_wrap #shisetsu {
		margin: 5% 4% 0 4%;
		padding: 6% 0;
		border-radius: 5px;
	}
	
	#kosodate_wrap #shisetsu h3 {
		margin: 0 4%;
	}

	#kosodate_wrap #shisetsu .anchor {
		margin: 20px 4% 0;
		padding: 3% 4% 0;
		border: 1px solid #00b8ee;
		border-radius: 5px;
	}

	#kosodate_wrap #shisetsu .anchor:after {
		background-size: 20px 10px;
		width: 20px;
		height: 10px;
		top: 10px;
	}

	#kosodate_wrap #shisetsu .anchor p {
		font-size: 1em;
	}

	#kosodate_wrap #shisetsu .anchor ul {
		margin-top: 0;
	}

	#kosodate_wrap #shisetsu .anchor li {
		width: 48%;
		height: auto;
		line-height: inherit;
	}
	
	#kosodate_wrap #shisetsu .anchor li a {
		width: 100%;
/*		height: 3.5em;*/
		line-height: 3.5em;
		margin-top: 4%;
		font-size: 90%;
		border-radius: 5px;
	}

	#kosodate_wrap #shisetsu .anchor li:hover {
		opacity: 1;
	}

	#kosodate_wrap #shisetsu .anchor li:not(:first-child) {
		margin-left: 0;
	}
	
	#kosodate_wrap #shisetsu .anchor li:nth-child(odd) {
		margin-right: 4%;
	}
	
/*	#kosodate_wrap #shisetsu .anchor li a[href="#search4"] {
		box-sizing: border-box;
		padding: 6px 0;
		line-height: 1.4;
	}*/
/*	#kosodate_wrap #shisetsu .anchor li a[target="_blank"] {
		box-sizing: border-box;
		padding: 6px 0;
		line-height: 1.4;
	}*/
	#kosodate_wrap #shisetsu .shisetsu_list h4 {
		margin: 25px 0 10px;
		padding: .4em 1.5em;
		font-size: 100%;
	}

	#kosodate_wrap #shisetsu .shisetsu_list table {
		width: 92%;
		margin: auto;
	}
	#kosodate_wrap #shisetsu .shisetsu_list th,
	#kosodate_wrap #shisetsu .shisetsu_list td {
		padding: .7em .5em;
		font-size: 72%;
		color: #666;
	}
	
	#kosodate_wrap #shisetsu .shisetsu_list th[scope="row"] {
		padding: .7em .2em;
	}

	#kosodate_wrap #shisetsu .shisetsu_list th[scope="col"]:nth-child(1) {
		width: 15%;
	}

	#kosodate_wrap #shisetsu .shisetsu_list th[scope="col"]:nth-child(2) {
		width: 66%;
	}

	#kosodate_wrap #shisetsu .shisetsu_list th[scope="col"]:nth-child(3) {
		width: 19%;
	}
	
	#kosodate_wrap #shisetsu .shisetsu_list td {
		line-height: 1.2;
	}
	
	#kosodate_wrap #shisetsu .note {
		width: 92%;
		margin: 20px auto 0;
		font-size: 72%;
	}
	
	
}






