@charset "UTF-8";

.entry-title_p
{
	margin-bottom: 0;
}

#links
{
	padding-top: 0;
}

#links > div
{
	transform: translateY(-5px);
}

#tools
{
	padding: 4rem 0 max(10vw, 4rem);
	background-image: url(https://ko.dougukan.jp/_img/bg.jpg);
	background-size:75%;
	background-position: 50%;
}

#tools > div
{
	display:flex;
	justify-content: space-between;
}

#tools .text_img
{
	font-family: 'Zen-B', serif;
	font-weight: 700;
	margin-right: 5vw;
	flex-shrink:1;
}

#tools .text_img figure
{
	margin-top: 5vw;
}

#tools .text_img figure img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#tools .term a._dir
{
	white-space: nowrap;
	font-size: clamp(1.5rem, 4vw, 3rem);
	font-family: 'Zen-B', serif;
	font-weight: 700;
	border-bottom: 1px solid;
	padding-bottom: .75em;
	line-height: 1;
}

#tools .term a._dir + a._dir
{
	padding-top: .75em;
}

#tools .term a._dir > p
{
	margin-right: 1em;
}

#tools .term a._dir:after,
#tools .term a._dir:before
{
	content:"";
	position:absolute;
	display:block;
	background-size:cover;
	background-position:50%;
	width: 6px;
	height: 10px;
	bottom: -5.5px;
	background-image:url(https://ko.dougukan.jp/_img/anchor.svg);
}

#tools .term a._dir:after
{
	right:0;
	transform:rotate(180deg);
	transform-origin:center;
}

#tools .term a._dir .abc
{
	font-size: max(.7rem, .5em);
	margin-left: .7em;
}


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

@media screen and (max-width: 700px)
{
	#tools > div
	{
		flex-direction:column;
	}
	#tools .text_img
	{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5vw;
	}
}