h1 img{
	width: 300px;
}

.hagukumi{
	position: relative;
	border: solid 1px #E42758;
	border-radius: 20px;
	padding: 10px;
	padding-top: 80px;
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
}
.hagukumi .illust{
	position: absolute;
	top:-40px;
	left: 0;
	width: 100%;
	text-align: center;
}
.hagukumi .illust img{
	width: 140px;
}

.hagukumi p{
	line-height: 1.4;
}

.kyach{
	text-align: left;
	font-size: 16px;
	margin: 0 15px;
	line-height: 1.4;
}

#contents .hagukumi h6{
	background-color: transparent;
	color: #E42758;
	line-height: 1.2;
	font-size: 20px;
	text-align: center;
}

.marchebutton ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}
.marchebutton li{
	border: solid 1px #AAA;
	line-height: 1.2;
	width: calc(50% - 10px);
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.marchebutton li a span{
	font-size: 16px;
	display: block;
	margin: 0;
	color: #000;
	line-height: 1.2;
}

.hyousi:hover,
.marchebutton li:hover{
	border-color: #0F52BC;
}

.santyoku{
	display: inline-block;
	background-color: #FF0000;
	color: #FFF;
	font-size: 90%;
	line-height: 1;
	padding: 0.1em 2px;
	margin-right: 1px;
	margin-left: 1px;
	border-radius: 3px;
	font-weight: bold;
	vertical-align: 0.1em;
}
img.coopmark{
	width:2em;
	vertical-align: -0.2em;
	background-image: none;
	padding: 0;
	margin: 0 0.5px;
	display: inline-block;
}


/*こんだて*/
.kondatenew{
	margin: 20px 0;
	border: none;
	border-radius: 20px;
	padding: 10px;
	background-color: #FEF9E5;
}
.kondatenewbox{
	background-color: #FFF;
	padding: 10px;
	margin-top: 10px;
}
#contents .kondatetitle h3{
	font-size: 20px;
	border: 0;
	padding: 0;
	color: #000;
	margin: 0;
	font-weight: normal;
}
.kondatenewbox{
	display: block;
}


.kondatenewbox .kondatetitle{
	font-size: 14px;
}

.kondatenewbox .time p{
 margin: 0;
 font-size: 12px;
}
.kondatenewbox .time ul{
	text-align: left;
	margin: 0;
	padding: 0;
}
.kondatenewbox .time ul li{
	display:block;
	font-size: 12px;
}

.kondatenewbox .time ul li::before {
	content: "●";
	color: #AAA;
}
.kondateimg{
	margin-top: 10px;
}
.kondateimg img{
	width: 100%;
	height: auto;
}

.zairyou{
	margin-top: 10px;
	box-sizing: border-box;
	font-size: 14px;
}
#contents h5.h5tukurikata,
#contents h5.h5zairyou{
	display: inline-block;
	border: solid 1px #AAA;
	background-color: #F1EEE6;
	border-radius: 0;
	color: #000;
	font-weight: normal;
	padding: 5px 10px;
	line-height: 1;
}
.zairyou pre{
	margin: 0;
	line-height: 1.4;
	font-family:"Noto Sans JP", sans-serif;
	font-feature-settings:"twid";
		-webkit-font-feature-settings:"twid";
}
.tukurikata .kome{
	display: block;
	margin-left: 1.5em;
	text-indent: -1.5em;
	font-size: 14px;
}
p.redkome{
	color: red;
	line-height: 1.2;
	margin-bottom: 10px;
	font-size: 14px;
}
p.redkome span{
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}
.kondatenew .kondate-midashi img{
	width: 150px;
}