@charset "utf-8";

/* -------------------------------------------------- */
/* お知らせ詳細ページ */
/* -------------------------------------------------- */


/* #blogSelect */
/* -------------------------------------------------- */
#blogSelect {
	width: 90%;
	margin: 0 auto 8%;
}

#blogSelect li {
	width: 100%;
	margin-bottom: 3%;
}

/*#blogSelect li:first-child {
	margin-right: 15px;
}*/

#blogSelect p {
	width: 35%;
	display: block;
	float: left;
	padding-top: 3%;
	font-size: 108%;
	text-align: right;
}

.selectArea {
	width: 60%;
	overflow: hidden;
	float: right;
	border: 3px solid #e5e5e5;
	text-align: left;
}

#blogSelect select {
	width: 120%;
	padding: 1% 2%;
	font-size: 134%;
	border: none;
	background: url(../img/pc_zisseki_img1.png) 79% 50% no-repeat transparent;
}

/* slider */
/* -------------------------------------------------- */
#blogSe1L {
	margin-bottom: 3%;
}

#contL button.slick-prev,
#contL button.slick-next {
	width: 34px;
	height: 44px;
	position: absolute;
	top: 75px;
	z-index: 5;
	margin: 17px 0 0 0;
	border: none;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
	cursor: pointer;
}

#contL button.slick-prev {
	left: -1%;
	background-image: url(../img/sp_slider1_pre.jpg);
}

#contL button.slick-next {
	right: -1%;
	background-image: url(../img/sp_slider1_next.jpg);
}

/* #blogSe1 */
/* -------------------------------------------------- */
#blogSe1 {
	width: 90%;
	margin: 0 auto 10%;
	color: #666666;
}

#singleCateWrap span {
	display: inline-block;
	padding: 3px 10px;
	margin-bottom: 2%;
	font-size: 100%;
	color: #da2805;
	border: 1px solid #da2805;
}

#blogDate {
	padding-bottom: 1%;
	margin-bottom: 5%;
	border-bottom: 1px solid #CCCCCC;
}

#blogSe1R h2 {
	margin-bottom: 3%;
	font-size: 116%;
	font-weight: bold;
}

/**/
#pager2 {
	width: 90%;
	margin: 20% auto 10%;
	text-align: center;
}

#pager2 li {
	display: inline-block;
}

#pager2 span {
	padding: 15px 20px;
	border: 1px solid #da2805;
	font-size: 109%;
	color: #da2805;
}

/*20200424 h2/h3タグ装飾*/
h2{
	font-size:20px;
	font-weight: 1000;
	margin: 15px;
}

.blog-h3{
	padding: 0.5em 0;
	font-size: 17px;
	background: #ffeaea;
	border-bottom: solid 3px #da2903;
	font-weight: 700;
	margin-bottom: 5%;
}

.blog-h4{
	color: #d5543c;
    border: solid 1.5px #df3819;
    padding: 0.5em;
    border-radius: 0.5em;
    margin: 10px 0px 15px 0px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}
/*20200424 ここまで*/



