@charset "UTF-8";


#title._a
{
	margin-top: clamp(8rem, 15vw, 10rem);
}

/*//////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////// Parts ///////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

.wp-block-code code
{
	padding:2rem;
}

.wp-block-image
{
/*	cursor:zoom-in;*/
	line-height:0;
}

.wp-block-image img
{
	transition: all .5s ease;
}

/*body:not(.touch) .wp-block-image:hover img
{
	filter:alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}*/

#main
{
	display:flex;
	margin-top: 4rem;
	margin-bottom: 4rem;
	justify-content:space-between;
	align-items:flex-start;
}

h1.title
{
	margin-bottom: max(2vw, 1.5em)
}

#main > .contents
{
	width: 100%;
	max-width:760px;
	margin: 0 auto;
}

#main .cate_date
{
/*	font-family: R-R, GG-R, sans-serif;
	font-weight: 400;*/
	display:flex;
	flex-wrap: wrap;
/*	color: rgb(100, 100, 100);*/
	margin-top: .5em;
	padding-right: 2em;
	font-size: .9em;
}

#main .cate_date > span
{
	margin: 0 .5em;
}
#main .cate_date .dir
{
/*	color: rgb(100, 100, 100);*/
}
#main .cate_date a.cate
{
/*	color: rgb(100, 100, 100);*/
}

#main > p
{
/*	columns: 2;
	column-gap: 2em;*/
}

#main > p + *
{
	margin-top: 3rem;
}

#main div:not(.voice) h1 span:nth-of-type(1)
{
	padding-right: 2em;
}

.is-layout-flex
{
	display:flex;
}

.wp-block-column-is-layout-flow + .wp-block-column-is-layout-flow
{
	margin-left: 2rem;
}

#modalWindow .photo_100
{
	padding: 8rem 0;
}


/*//////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////// OTHERS ///////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

#current_news
{
	width: 100%;
	margin-top: max(3rem, 5vw);
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 -5px 25px rgba(0, 0, 0, .1);
}

#news .sec_title
{
	display:flex;
	justify-content:center;
	margin-bottom: 2rem;
}

#news .morelink
{
	display:flex;
	justify-content:center;
	margin-top: 3rem;
}

/*//////////////////////////////////////////////////////////////////////////////////
///////////////////////////////// MEDIA SCREEN ////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 650px)
{
	#main
	{
		flex-direction: column;
	}
	#main > .cate_date
	{
		position:relative;
		top: 0rem;
		flex-direction:row;
	}
	#main > .cate_date > span
	{
		display:block;
	}
}