@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	line-height: 1.4em;
	vertical-align: middle;

}

*{
	box-sizing: border-box;
}


ul {
	margin: 0;
	padding: 0;
}



img{
	vertical-align: middle;
}

blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

a,a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

.sp { display: none; }
.pc { display: block; }
.tcenter { text-align: center; }
.tright { text-align: right; }

/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix { display: inline-block; }
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

ul li{
	list-style-type: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	font-family: "M PLUS 1p", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-size:16px;
	line-height: 1.6em;
	color: #000;
	-webkit-text-size-adjust: none;
	text-align: center;
	padding: 1em;
}


#page-top {
	position: fixed;
	right: 0.5em;
	bottom: 0.5em;
}

header {

	padding: 80px 0 ;
}

h1 img { max-width: 292px; }



.content_list {
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: left;
}
.content_list li {
	clear: left;
	background: #fff;
	border-radius: 10px;
	margin: 0 0 0.75em;
	box-shadow: 0 2px 10px #e9e9e9;
	padding: 5px;
	transition: background 0.3s;
	transition: color 0.3s;
}

.content_list li .title {
	padding-top: 8px;
	padding-bottom: 8px;
}
.content_list li .title:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}
.content_list li .title .date {
	width: 6em;
	float: left;
	margin-left: 1em;
}
.content_list li .title .titletext {
	float: left;
	width: calc(100% - 1em - 6em - 25px - 1em);
	padding-left: 1em;
}
.content_list li a { text-decoration: underline; }
.content_list li .content {
	line-height: 1.75em;
	display: none;
	padding: 0 1em 1em calc(6em + 1em + 1em);
}
.content_list li.withcontent .title { cursor: pointer; }
.content_list li.withcontent .title .titletext { text-decoration: underline; }

.content_list li.ViewAllBtn {
	text-align: center;
	color: #fff;
	background: #000;
	padding: 8px 0;
	cursor: pointer;
}



.category_select { margin: 4em 0; }
.category_select ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	margin: 0 auto;
}

.category_select ul li {
	padding: 0 1.75em;
	margin: 0 0 1em;
	height: 20px;
}

.category_select ul li:not(:last-child) {
	background: url(../images/li_bg.png) calc(100% - 1px) 0px no-repeat;
	background-size: 1px 16px;
}

.category_select ul li img {
	opacity:0.25;
	padding-bottom:7px;
	cursor: pointer;
	height: 100%;
	max-height: 18.5px;
	border-bottom: 2px solid #fff;
	transition: opacity 0.3s;
}

.category_select ul li img:hover,
.category_select ul li img.on{
	border-bottom: 2px solid #000;
	opacity:1;
}



nav{
background:rgba(0,0,0,0.95);
position: fixed;
top:0;
right:0;
margin-right:-200px;
width:200px;
height:100vh;
opacity: 0;
transition:all 0.4s;

padding:175px 0 0 37px;
z-index:100;

}

nav ul li{
text-align: left;
padding:0 0 4em 0;
}

nav a, nav a:link, nav a:visited{
color:#fff;
text-decoration: none;
}

nav.open{
margin-right:0px;
opacity: 1;

}

.menu_open{
	position:fixed;
	top:0;
	right:0;
	z-index:101;
	cursor:pointer;
	max-width: 100px;
}
.menu_close{
	position:fixed;
	top:0;
	right:0;
	z-index:101;
	cursor:pointer;
	max-width: 100px;
}

footer { padding: 5em  0; }


@media all and (min-width: 0px) and (max-width: 736px) {
	.sp { display: block; }
	.pc { display: none; }
	img, .btn input { max-width: 100%; }

	body { padding: 0; }
	.content_list { padding: 0 2%; }


	.content_list li .title .date ,
	.content_list li .title .titletext ,
	.content_list li .title .titletext a{

	font-size:11px;
	line-height:1.4em;
	}




	.category_select ul {
		display: flex;
		flex-wrap: wrap;
		margin:0 auto;
	}

	.category_select ul li { height:18px; }
	.category_select ul li img {
		height: 3vw;
		padding-bottom: 1vw;
	}

	.category_select ul li img.on { padding-bottom: 1vw; }



	nav{
	margin-right:0;
	width:100%;
	height:0;
	transition:opacity 0.4s;
	overflow:hidden;
	display:flex;
	justify-content: center;
	align-items: center;
	padding:0;
	}

	nav.open{

	height:100vh;

	}



	nav ul li{
	text-align: center;
	padding:0 0 2em 0;
	}



	.menu_close,
	.menu_open{
		width:15vw;
		height:15vw;
	}

		
	header{
		padding: 40px 0 ;

	}

	h1 img{
		width:40%;
		max-width:200px;
	}


}