@charset "utf-8";
main.works .mv_img {
	width: auto;max-width: 800px;margin: 0 auto 45px;
}
article.works .head {
	margin: 50px 0;
}
.head span.client {
	font-size: 4.8em;line-height: 1.2;
	display: block;margin: 0 0 10px;
}
main.entry h1 {
	font-size: 1.8em;font-weight: 400;line-height: 1.2;
	font-family: 'A P-OTF A1ゴシック Std R','A1 Gothic R';
	margin: 0 0 8px;
}
main.entry time {
	font-size: 1.2em;font-weight: 300;line-height: 1;letter-spacing: 0;
	display: block;margin: 0 0 30px;
}
.head dl {
	padding: 50px 0;display: flex;flex-wrap: wrap;gap: 30px 0;
	border-bottom: solid 1px #d9d9d9;
	font-size: 1.8em;line-height: 1.2;
}
.head dl div {
	width: 100%;display: flex;flex-wrap: wrap;
}
.head dl dt {
	width: 100px;
}
.head dl dd {
	width: 700px;
	color: #5d5d5d;
}
.head dl dd a {
	word-break: break-all;
}
main.entry section article {width: 660px;margin: 0 auto;}

main.entry ul.tags li::before {display: none;}
main.entry ul.tags {display: flex;flex-wrap: wrap;}
main.entry ul.tags li {margin: 0 10px 10px 0;padding: 0}
main.entry ul.tags a {
	display: block;background: #ebebeb;border-radius: 2px;padding: 10px 15px;
	color: #111;text-decoration: none;font-weight: 300;font-size: 1.2rem;
}
main.entry ul.tags a:hover {
	text-decoration: underline;background: #ddd;
	transition: background .2s ease-out;
}
main.entry ul.tags a::before {content: "#"}
.related {margin: 100px 0}
section.listbox.related .box {
	display: flex;flex-wrap: wrap;gap: 55px;
	padding: 0;
}
section.listbox.related  article {
	width: 330px;
}
section.listbox.related  article span.client {
	display: block;margin: 0 0 10px;
	text-align: center;font-size: 1.4em;line-height: 1.2;
}
section.listbox.related  article .img {
	width: 330px;height: 220px;border: 1px solid #878787;
}
section.listbox.related  article dl div {
	display: flex;flex-wrap: wrap;padding: 10px 0 8px;
	border-bottom: solid 1px #d9d9d9;
	font-size: 1.4em;line-height: 1.2;
}
section.listbox.related  article dl div:last-of-type {border-bottom: none}
section.listbox.related  article dl dt {
	width: 150px;
}
section.listbox.related  article dl dd {
	width: 180px;
	color: #5d5d5d;
}
section.listbox.related article .btn {
	border: 1px solid #E5E5E5;position: relative;
	padding: 20px 97px 20px 30px;margin: 3px 0 0;
	font-size: 1.4em;line-height: 1.2;
}
section.listbox.related article .btn::before {
	content: "";position: absolute;right: 72px;top: 20px;
	width: 1px;height: calc(100% - 40px);
	background: #d9d9d9;
}
section.listbox.related article .btn::after {
	content: "";position: absolute;right: 25px;top: calc(50% - 8px);
	width: 25px;height: 16px;
	background: url(../../img/icon/arrow05.svg) no-repeat center / 100%;
}

/* 見出し */
.entry_main h2 {
	font-size: 2.2em;line-height: 1.23;
	margin: 100px 0 30px;
}
.entry_main h3 {
	font-size: 2em;line-height: 1.23;
	margin: 60px 0 30px;
}
.entry_main h4 {
	font-size: 1.8em;line-height: 1.23;
	margin: 60px 0 30px;
}

/* 本文 */
.entry_main p {
	font-size: 1.6em;line-height: 2;
	margin: 0 0 30px;
}
.entry_main strong {font-weight: 700}
.entry_main em {font-style: italic}
.entry_main mark.marker {
	line-height: 1.3;
	display: inline;padding: .05em .2em;background: #BAFFED;
	background:linear-gradient(transparent 60%, #BAFFED 60%);
}
.entry_main mark.small {
	background: none;font-size: 1.2rem;
}
.entry_main a:link ,
.entry_main a:visited {
	color: #ED324C;text-decoration: underline;
}
/* 背景本文 */
.entry_main .grey-back {
	background: #F7F7F7;border-radius: 10px;padding: 20px;
}
.entry_main .grey-back p:last-child {
	margin: 0;font-size: 1.4em;
}

/* 画像 */
.entry_main figure.wp-block-image {
	margin: 0 0 30px;
}
.entry_main figure.wp-block-image figcaption {
	font-size: 1.1em;padding: .5em;background: #fafafa;
	margin: 0;
}
/* リスト */
.entry_main ol ,
.entry_main ul {list-style: none;margin: 0 0 50px;}
.entry_main ol ol ,
.entry_main ul ul {margin: 20px 0 25px;}
.entry_main li {
	font-size: 1.4rem;line-height: 1.6;
	position: relative;padding: 0 0 0 1.4em;margin: 0 0 15px;
}
.entry_main ul li:before {
	content: "";width: 10px;height: 10px;border-radius: 50%;background: #eee;
	position: absolute;left: 0;top: .3em;
}
.entry_main ol {counter-reset: li2;}
.entry_main ol li:before{
	text-align: center;font-weight: 500;line-height: 1;letter-spacing: 0;
	font-size: 1rem;padding: .2em .1em 0;
	color: #fff;background: #000;border-radius: 50%;
	position: absolute;top: .4em;left: 0;width: 1.2em;height: 1.2em;
	counter-increment: li2;content: counter(li2);
}
/* カスタムHTML */
.entry_main iframe{
	max-width: 100%;
	margin: 0 0 50px;
}
/* リンクボタン */
.linkBtn {margin: 0 0 30px}
.linkBtn a:link ,
.linkBtn a:visited {
	display: block;position: relative;background: #0091D8;border-radius: 5px;
	font-size: 14px;line-height: 1;padding: 20px 70px 20px 20px;
	color: #fff;text-decoration: none;font-weight: 700;
}
.linkBtn a::after {
	content: "";width: 20px;height: 14px;position: absolute;top: -100%;bottom: -100%;right: 30px;
	background: url(../img/icon/arrow03.svg) no-repeat center / 100%;margin: auto 0;pointer-events: none;
}
/* テーブル */
.entry_main figure.wp-block-table {margin: 0 0 50px;}
.entry_main table {
	border: none;width: 100%;line-height: 1.3;margin: 0 0 30px;
	font-size: 1.4em;border-collapse: collapse;vertical-align: middle;
}
.entry_main table td ,
.entry_main table th {
	border: solid 4px #fff;padding: 20px 20px 19px;
	background: #F7F7F7;font-weight: 500;
}
.entry_main figure.wp-block-table table {margin: 0}
.entry_main figure.wp-block-table table tr td:nth-of-type(1) ,
.entry_main figure.wp-block-table table th {
	background: #F0F0E9;font-weight: 700;
}
.entry_main figure.wp-block-table table thead + tbody tr td:nth-of-type(1) {
	background: #F7F7F7;font-weight: 500;
}



@media all and (max-width:769px) {
	/* スマホ */
	main.works .mv_img {
		width: calc(100%);margin: 40px 0;
	}
	.head {
		margin: 50px 0;
	}
	main.entry h1 {
		font-size: 1.4em;font-weight: 400;line-height: 1.2;
		font-family: 'A P-OTF A1ゴシック Std R','A1 Gothic R';
		margin: 0 0 40px;
	}
	.head span.client {
		font-size: 3em;line-height: 1.2;
		display: block;margin: 0 0 10px;
	}
	main.entry time {
		font-size: 1.2em;font-weight: 300;line-height: 1;letter-spacing: 0;
		display: block;margin: 0 0 30px;
	}
	.head dl {
		padding: 40px 0;gap: 0;
		border-top: solid 1px #d9d9d9;
	}
	.head dl div {
		width: 100%;display: flex;flex-wrap: wrap;gap: 0;
		font-size: 1.8em;line-height: 1.2;
	}
	.head dl div:nth-of-type(1) ,
	.head dl div:nth-of-type(2) {width: 100%}
	.head dl dt {
		width: 100%;margin: 0 0 5px;
	}
	.head dl dd {
		width: 100%;margin: 0 0 20px;
		color: #5d5d5d;word-break: break-all;
	}
	main.entry section article {width: 660px;margin: 0 auto;}
	.entry_main {margin: 50px auto;}
	
	main.entry ul.tags li::before {display: none;}
	main.entry ul.tags {display: flex;flex-wrap: wrap;}
	main.entry ul.tags li {margin: 0 10px 10px 0;padding: 0}
	main.entry ul.tags a {
		display: block;background: #ebebeb;border-radius: 2px;padding: 10px 15px;
		color: #111;text-decoration: none;font-weight: 300;font-size: 1.2rem;
	}
	main.entry ul.tags a:hover {
		text-decoration: underline;background: #ddd;
		transition: background .2s ease-out;
	}
	main.entry ul.tags a::before {content: "#"}
	.related {margin: 100px 0}
	section.listbox.related .box {
		display: flex;flex-wrap: wrap;gap: 50px;
		padding: 0;
	}
	section.listbox.related  article {width: 100%}
	section.listbox.related  article span.client {
		display: block;margin: 0 0 10px;
		text-align: center;font-size: 1.4em;line-height: 1.2;
	}
	section.listbox.related  article .img {
		width: 330px;height: 220px;border: 1px solid #878787;
	}
	section.listbox.related  article dl div {
		display: flex;flex-wrap: wrap;padding: 10px 0 8px;
		border-bottom: solid 1px #d9d9d9;
		font-size: 1.4em;line-height: 1.2;
	}
	section.listbox.related  article dl div:last-of-type {border-bottom: none}
	section.listbox.related  article dl dt {
		width: 150px;
	}
	section.listbox.related  article dl dd {
		width: 180px;
		color: #5d5d5d;
	}
	section.listbox.related article .btn {
		padding: 20px 97px 20px 20px;margin: 3px 0 0;
		font-size: 1.4em;line-height: 1.2;
	}
	section.listbox.related article .btn::before {
		content: "";position: absolute;right: 72px;top: 20px;
		width: 1px;height: calc(100% - 40px);
		background: #d9d9d9;
	}
	section.listbox.related article .btn::after {
		content: "";position: absolute;right: 25px;top: calc(50% - 8px);
		width: 25px;height: 16px;
		background: url(../../img/icon/arrow05.svg) no-repeat center / 100%;
	}
	
	/* 見出し */
	.entry_main h2 {
		font-size: 2.2em;line-height: 1.23;
		margin: 100px 0 30px;
	}
	.entry_main h3 {
		font-size: 2em;line-height: 1.23;
		margin: 60px 0 30px;
	}
	.entry_main h4 {
		font-size: 1.8em;line-height: 1.23;
		margin: 60px 0 30px;
	}
	
	/* 本文 */
	.entry_main p {
		font-size: 1.6em;line-height: 2;
		margin: 0 0 30px;
	}
	.entry_main strong {font-weight: 700}
	.entry_main em {font-style: italic}
	.entry_main mark.marker {
		line-height: 1.3;
		display: inline;padding: .05em .2em;background: #BAFFED;
		background:linear-gradient(transparent 60%, #BAFFED 60%);
	}
	.entry_main mark.small {
		background: none;font-size: 1.2rem;
	}
	.entry_main a:link ,
	.entry_main a:visited {
		color: #ED324C;text-decoration: underline;
	}
	/* 背景本文 */
	.entry_main .grey-back {
		background: #F7F7F7;border-radius: 10px;padding: 20px;
	}
	.entry_main .grey-back p:last-child {
		margin: 0;font-size: 1.4em;
	}
	
	/* 画像 */
	.entry_main figure.wp-block-image {
		margin: 0 0 30px;
	}
	.entry_main figure.wp-block-image figcaption {
		font-size: 1.1em;padding: .5em;background: #fafafa;
		margin: 0;
	}
	/* リスト */
	.entry_main ol ,
	.entry_main ul {list-style: none;margin: 0 0 50px;}
	.entry_main ol ol ,
	.entry_main ul ul {margin: 20px 0 25px;}
	.entry_main li {
		font-size: 1.4rem;line-height: 1.6;
		position: relative;padding: 0 0 0 1.4em;margin: 0 0 15px;
	}
	.entry_main ul li:before {
		content: "";width: 10px;height: 10px;border-radius: 50%;background: #eee;
		position: absolute;left: 0;top: .3em;
	}
	.entry_main ol {counter-reset: li2;}
	.entry_main ol li:before{
		text-align: center;font-weight: 500;line-height: 1;letter-spacing: 0;
		font-size: 1rem;padding: .2em .1em 0;
		color: #fff;background: #000;border-radius: 50%;
		position: absolute;top: .4em;left: 0;width: 1.2em;height: 1.2em;
		counter-increment: li2;content: counter(li2);
	}
	/* カスタムHTML */
	.entry_main iframe{
		max-width: 100%;
		margin: 0 0 50px;
	}
	/* リンクボタン */
	.linkBtn {margin: 0 0 30px}
	.linkBtn a:link ,
	.linkBtn a:visited {
		display: block;position: relative;background: #0091D8;border-radius: 5px;
		font-size: 14px;line-height: 1;padding: 20px 70px 20px 20px;
		color: #fff;text-decoration: none;font-weight: 700;
	}
	.linkBtn a::after {
		content: "";width: 20px;height: 14px;position: absolute;top: -100%;bottom: -100%;right: 30px;
		background: url(../img/icon/arrow03.svg) no-repeat center / 100%;margin: auto 0;pointer-events: none;
	}
	/* テーブル */
	.entry_main figure.wp-block-table {margin: 0 0 50px;}
	.entry_main table {
		border: none;width: 100%;line-height: 1.3;margin: 0 0 30px;
		font-size: 1.4em;border-collapse: collapse;vertical-align: middle;
	}
	.entry_main table td ,
	.entry_main table th {
		border: solid 4px #fff;padding: 20px 20px 19px;
		background: #F7F7F7;font-weight: 500;
	}
	.entry_main figure.wp-block-table table {margin: 0}
	.entry_main figure.wp-block-table table tr td:nth-of-type(1) ,
	.entry_main figure.wp-block-table table th {
		background: #F0F0E9;font-weight: 700;
	}
	.entry_main figure.wp-block-table table thead + tbody tr td:nth-of-type(1) {
		background: #F7F7F7;font-weight: 500;
	}
}
