*, *::before, *::after {
	box-sizing: border-box;
}
html, body {
	color: #403E44;
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
a {
	color: #8F7000;
	word-break: break-all;
	transition: .3s;
}
em {
	color: #952842;
	font-style: normal;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	padding: 0.4em 0.4em 0.2em 0.4em;
	width: 100%;
	border: 1px solid #D5D1DB;
	border-radius: 4px;
}
input[type="submit"],
input[type="button"] {
	line-height: 2;
	padding: 0 1em;
	border: 1px solid #D5D1DB;
	border-radius: 4px;
}
input::placeholder { color: #a6a3ab; }
input:-ms-input-placeholder { color: #a6a3ab; }	/* IE */
input::-ms-input-placeholder { color: #a6a3ab; }	/* Edge */
.inner {
	padding: 0 3.125%;	/* 40px */
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}
@media print, screen and (min-width:768px) {
	a:hover {
		color: #BFAF8A;
	}
	a:hover img,
	a[href$=".pdf"]:hover::after {
		transition: .3s;
		opacity: 0.8;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
}
@media print, screen and (min-width:1280px) {
	.inner {
		padding: 0 40px;
	}
}
/*** header ***/
#header {
	background: -webkit-linear-gradient(top, rgba(154,106,227,0.2) 0%, rgba(255,255,255,0.15) 25%, rgba(154,106,227,0) 100%), #fff;
	background: linear-gradient(to bottom, rgba(154,106,227,0.2) 0%, rgba(255,255,255,0.15) 25%, rgba(154,106,227,0) 100%), #fff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.header-inner {
	padding: 3.125% 3.125% 2.5%;	/* 40px 40px 32px */
}
.header-title img {
	margin: 0 auto;
}
.header-info,
.header-sublink {
	display: none;
}
@media print, screen and (min-width:768px) {
	.header-inner {
		padding: 0 3.125% 2.5%;	/* 0 40px 32px */
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.header-title {
		width: 61%;
		order: 2;
	}
	.header-title img {
		margin: 0;
	}
	.header-title a:hover img {
		opacity: 1;
	}
	.header-info {
		color: #503E69;
		font-size: 0.75rem;	/*12px*/
		padding: 1.25%;	/*16px*/
		border: 1px solid #e2dfe6;
		border-radius: 4px;
		width: 38%;
		max-width: 368px;
		display: block;
		order: 3;
	}
	.header-info-item {
		display: inline-block;
	}
	.header-info-item:not(:last-of-type) {
		margin-bottom: 4px;
	}
	.header-info-icon {
		line-height: 1;
		padding: 1.2px 1.2px 0;
		margin-right: 4px;
		display: inline-block;
		border: 1px solid #503E69;
		border-radius: 3px;
	}
	.header-sublink {
		font-size: 0.875rem;	/*14px*/
		line-height: 1.7;
		padding: 0.625% 0;
		width: 100%;
		order: 1;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-end;
	}
	.header-sublink a {
		text-decoration: underline;
	}
	.header-sublink-item a::before {
		font-family: "Font Awesome 5 Free";
		content: "\f0da";
		font-weight: 900;
		display: inline-block;
		margin-right: 4px;
	}
	.header-sublink-item {
		margin-left: 1rem;
	}
}
@media print, screen and (min-width:1280px) {
	.header-inner {
		padding: 0 40px 32px;
	}
	.header-info {
		padding: 16px;
	}
	.header-info-item:not(:last-of-type) {
		margin-bottom: 8px;
	}
	.header-sublink {
		padding: 8px 0;
	}
}
/** gnav **/
#gnav {
	background-image: -webkit-linear-gradient(top, rgb(155,120,204) 0%, rgb(191,161,232) 100%);
	background-image: linear-gradient(to bottom, rgb(155,120,204) 0%, rgb(191,161,232) 100%);
	min-height: 48px;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	position: relative;
}
.gnav-tel,
.gnav-mail,
#gnav-menu {
	width: calc(100% / 3);
	height: 100%;
}
.gnav-tel a,
.gnav-mail a,
#gnav-menu {
	color: #fff;
	font-size: 1.875rem;	/*30px*/
	text-align: center;
	line-height: 48px;
	display: block;
	position: relative;
}
.gnav-tel a::after,
.gnav-mail a::after {
	content: "";
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgba(255,255,255,0.07) 56%, rgba(255,255,255,0.05098) 58%, rgba(255,255,255,0.25098) 100%);
	background-image: linear-gradient(to bottom, rgb(255,255,255) 0%, rgba(255,255,255,0.07) 56%, rgba(255,255,255,0.05098) 58%, rgba(255,255,255,0.25098) 100%);
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
#gnav-list {
	background-image: -webkit-linear-gradient(bottom, rgb(153,106,219) 0%, rgb(172,133,226) 100%);
	background-image: linear-gradient(to top, rgb(153,106,219) 0%, rgb(172,133,226) 100%);
	width: 100%;
	position: absolute;
	top: 48px;
	left: 0;
	display: block;
	z-index: 99999;
}
.gnav-list-item,
.gnav-list-item-labor {
	height: 0;
	overflow: hidden;
	transition: .8s;
}
#gnav-list.is-active {
	overflow: auto;
}
#gnav-list.is-active .gnav-list-item,
.gnav-list-item.is-active .gnav-list-item-labor {
	height: 48px;
}
#gnav-list.is-active .gnav-list-item.labor.is-active {
	height: 432px;	/* 48px * 9 */
}
.gnav-list-item a {
	color: #fff;
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.125rem;	/*18px*/
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
	line-height: 48px;
	height: 48px;
	display: block;
}
.gnav-list-item + .gnav-list-item a {
	border-top: 1px solid #fff;
}
.gnav-list-item-labor a {
	color: #fff;
	background: #b795eb;
	font-size: 0.875rem;	/*14px*/
}
.gnav-list-item-labor + .gnav-list-item-labor a {
	border-top: 1px dashed #fff;
}
@media print, screen and (min-width:768px) {
	#gnav {
		display: block;
	}
	.gnav-tel,
	.gnav-mail,
	#gnav-menu,
	.gnav-list-item.seminar,
	.gnav-list-item.contact,
	.gnav-list-item.labor {
		display: none;
	}
	#gnav-list {
		background-image: none;
		margin: 0 auto;
		max-width: 1200px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		position: relative;
		top: 0;
		left: 0;
	}
	.gnav-list-item {
		margin: 0;
		padding: 0;
		list-style-type: none;
		flex-grow: 1;
		height: auto;
		overflow: visible;
		position: relative;
	}
	.gnav-list-item::before {
		content: "";
		background-image: -webkit-linear-gradient(top, rgb(91,38,165) 0%, rgb(191,161,232) 100%);
		background-image: linear-gradient(to bottom, rgb(91,38,165) 0%, rgb(191,161,232) 100%);
		width: calc(100% - 1px);
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
		z-index: -1;
	}
	.gnav-list-item.fee::before {
		width: 100%;
	}
	.gnav-list-item:hover::before,
	.gnav-list-item.current-menu-item:not(.home)::before {
		opacity: 1;
	}
	.gnav-list-item:not(.fee)::after {
		content: "";
		background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgba(255,255,255,0.07) 56%, rgba(255,255,255,0.05098) 58%, rgba(255,255,255,0.25098) 100%);
		background-image: linear-gradient(to bottom, rgb(255,255,255) 0%, rgba(255,255,255,0.07) 56%, rgba(255,255,255,0.05098) 58%, rgba(255,255,255,0.25098) 100%);
		width: 1px;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.gnav-list-item a {
		font-family: YakuHanMP, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
	.gnav-list-item + .gnav-list-item a {
		border-top: 0;
	}
}
@media print, screen and (min-width:1024px) {
	.gnav-list-item {
		width: calc((100% - 2px) / 7);
	}
}@media print, screen and (min-width:1280px) {
	#gnav-list::before,
	#gnav-list::after {
		content: "";
		background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgba(255,255,255,0.07) 56%, rgba(255,255,255,0.05098) 58%, rgba(255,255,255,0.25098) 100%);
		background-image: linear-gradient(to bottom, rgb(255,255,255) 0%, rgba(255,255,255,0.07) 56%, rgba(255,255,255,0.05098) 58%, rgba(255,255,255,0.25098) 100%);
		width: 1px;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		z-index: 999;
	}
	#gnav-list::before {
		left: 0;
	}
	#gnav-list::after {
		right: 0;
	}
	.gnav-list-item a {
		font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
}
/*** main ***/
#main {
	font-size: 1.125rem;
}
@media print, screen and (min-width:768px) {
	#main {
		font-size: 1rem;
	}
}
#main-contents {
	padding: 5% 0;	/* 64px 0 */
}
#main-contents-left {
	margin-bottom: 5%;	/* 64px */
}
/*#main-contents-right{}*/
#main a[href$=".pdf"]::after {
	content: "PDFで開きます";
	color: #403E44;
	background: url("../img/icon-pdf.png") no-repeat bottom left;
	background-size: contain;
	font-size: 0.625rem;
	vertical-align: middle;
	padding-left: 18px;
	margin-left: 8px;
	height: 16px;
	display: inline-block;
}
.main-contents-post a[href^="https://"]:not([href*="//www.tsuchihashi-siki.com"]):not([href$=".pdf"])::after,
.main-contents-post a[href^="http://"]:not([href*="//www.tsuchihashi-siki.com"]):not([href$=".pdf"])::after {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	font-weight: 900;
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
}
.main-contents-post .section:not(:last-child) {
	margin-bottom: 5.46875%;
}
.main-contents-post .section.catch {
	background: #F7F4FB;
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.125rem;	/* 18px */
	font-weight: 700;
	padding: 1.5625%;
	border-top: 1px solid #DACBF1;
	border-bottom: 1px solid #DACBF1;
}
.main-contents-post .section.catch-sub {
	color: #8F7000;
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.125rem;	/* 18px */
	font-weight: 700;
	text-align: center;
	position: relative;
}
.main-contents-post .section.catch-sub::before {
	content: "";
	background: rgba(243, 239, 251, 0.6);
	width: 60%;
	height: 6px;
	position: absolute;
	bottom: 4px;
	left: 20%;
}
.main-contents-post .section.catch p,
.main-contents-post .section.catch-sub p {
	text-indent: 0;
	margin: 0;
	position: relative;
}
.main-contents-post .section.catch .fsbig {
	font-size: 1.222em;	/*22px*/
}
.main-contents-post .section.catch .fslittle {
	font-size: 0.888em;	/*16px*/
}
.main-contents-post .section.catch strong {
	color: #AB422F;
	font-size: 1.375rem;	/*22px*/
}
.main-contents-post .section.sub-floatImg {
	display: flex;
	flex-flow: column-reverse nowrap;
	align-items: center;
	justify-content: center;
}
.main-contents-post .sub:not(:last-child) {
	margin-bottom: 2.34375%;
}
.main-contents-post .pointup {
	background: #F4EFFB;
	padding: 3.125%;
	margin: 2.34375% 0;
	border-radius: 8px;
}
.main-contents-post h1 {
	color: #403E44;
	background: url("../img/title-bg.jpg") no-repeat center center;
	background-size: cover;
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.875rem;	/* 30px */
	font-weight: 700;
	text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
	text-align: center;
	padding: 5.46875% 3.125%;
	margin-bottom: 3.90625%;
}
.single-labor .main-contents-post h1 {
	font-size: 1.75rem;	/* 28px */
}
.about .main-contents-post h1 {
	background: url("../img/about/title-bg.jpg") no-repeat center center;
	background-size: cover;
}
.idea .main-contents-post h1 {
	background: url("../img/idea/title-bg.jpg") no-repeat bottom center;
	background-size: cover;
}
.voice .main-contents-post h1 {
	background: url("../img/voice/title-bg.jpg") no-repeat center center;
	background-size: cover;
}
.office .main-contents-post h1 {
	background: url("../img/office/title-bg.jpg") no-repeat center bottom;
	background-size: cover;
}
.access .main-contents-post h1 {
	background: url("../img/access/title-bg.jpg") no-repeat center center;
	background-size: cover;
}
.fee .main-contents-post h1 {
	background: url("../img/fee/title-bg.jpg") no-repeat bottom center;
	background-size: cover;
}
.outsourcing .main-contents-post h1 {
	background: url("../img/outsourcing/title-bg.jpg") no-repeat center center;
	background-size: cover;
}
.workstyle .main-contents-post h1 {
	background: url("../img/workstyle/title-bg.jpg") no-repeat center center;
	background-size: cover;
}
.rule .main-contents-post h1 {
	background: url("../img/rule/title-bg.jpg") no-repeat center center;
	background-size: cover;
}
.human .main-contents-post h1 {
	background: url("../img/human/title-bg.jpg") no-repeat top center;
	background-size: cover;
}
.subsidy .main-contents-post h1 {
	background: url("../img/subsidy/title-bg.jpg") no-repeat bottom center;
	background-size: cover;
}
.trouble .main-contents-post h1 {
	background: url("../img/trouble/title-bg.jpg") no-repeat center center;
	background-size: cover;
}
.pay .main-contents-post h1 {
	background: url("../img/pay/title-bg.jpg") no-repeat center center;
	background-size: cover;
}
.medical .main-contents-post h1 {
	background: url("../img/medical/title-bg.jpg") no-repeat center center;
	background-size: cover;
}
.seminar .main-contents-post h1 {
	background: url("../img/seminar/title-bg.jpg") no-repeat center center;
	background-size: cover;
}
.main-contents-post h2 {
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #AB422F;
	font-size: 1.5rem;	/*24px*/
	font-weight: 700;
	text-align: center;
	border-bottom: 2px solid #BA9210;
	margin-bottom: 3.125%;	/*40px*/
}
.main-contents-post h3 {
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #000;
	background: #F4EFFB;
	font-size: 1.25rem;	/*20px*/
	font-weight: bold;
	text-align: center;
	padding: 0.5rem 0.4rem 0.4rem;
	margin-bottom: 0.6rem;
	border-radius: 4px;
}
.main-contents-post *.mleft1 {
	margin-left: 1em;
}
.main-contents-post p {
	text-indent: 1em;
	margin: 1.25% 0;	/* 16px 0 */
}
.main-contents-post a {
	text-decoration: underline;
}
span.inblock {
	display: inline-block;
}
span.fslittle {
	font-size: 0.937em;
}
.sub-img {
	margin: 2.34375% 0;
}
.sub-img img {
	background: #fff;
	margin: 0 auto;
}
.sub-img.floatR,
.sub-img.floatL {
	padding: 5px;
}
.sub-img.floatR img,
.sub-img.floatL img {
	outline: 1px solid #EDE5F9;
	outline-offset: 4px;
}
ul.li-disc li {
	margin-left: 20px;
	list-style-type: disc;
}
ul.li-disc li:not(:last-of-type) {
	margin-bottom: 0.78125%;
}
ol.li-decimal li {
	counter-increment: li;
	margin-left: 1.65em;
	text-indent: -1.65em;
}
ol.li-decimal li::before {
	content: counter(li) ". ";
	color: #3B314A;
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-style: italic;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1;
}
dl.li-decimal dt {
	counter-increment: dt;
	background: #F4EFFB;
	font-weight: normal;
	padding: 0.5em 0.4em 0.4em 2.4em;
	margin-bottom: 0.6em;
	text-indent: -1.65em;
	border-radius: 4px;
}
dl.li-decimal dt::before {
	content: counter(dt) ". ";
	color: #3B314A;
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-style: italic;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1;
}
dl.li-decimal dd {
	margin-left: 1.4em;
	margin-bottom: 1.2em;
}
.main-contents-post .pointup dt {
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #AB422F;
	font-size: 1.25rem;	/*20px*/
	font-weight: bold;
	text-align: center;
/*	padding: 0.5rem 0.4rem 0.4rem;*/
	margin-bottom: 0.6rem;
	border-bottom: 2px solid #BA9210;
}
ol.li-decimal-parentheses li {
	counter-increment: li;
	margin-left: 1.8em;
	text-indent: -1.8em;
}
ol.li-decimal-parentheses li::before {
	content: "(" counter(li) ") ";
}
.row-list {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.button-row {
	display: flex;
	flex-flow: row wrap;
	margin: 1.875% auto;	/* 24px auto */
}
.button-row-center {
	justify-content: center;
}
 .button-row li{
	margin: 0 8px 1.875%;	/*0 8px 24px*/
}
/* button-style */
.button-link {
	min-width: 256px;
	min-height: 48px;
	border-radius: 16px;
	display: table;
	position: relative;
}
.button-link::before {
	content: "";
	background: #fefdf8;
	border-top: 2px solid #f2e3af;
	border-left: 2px solid #f2e3af;
	border-right: 2px solid #f2e3af;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.button-link::after {
	content: "";
	background-image: -webkit-linear-gradient(top, rgb(242, 227, 175) 0%, rgb(255,255,255) 100%);
	background-image: linear-gradient(to bottom, rgb(242, 227, 175) 0%, rgb(255,255,255) 100%);
	border-left: 2px solid #f2e3af;
	border-right: 2px solid #f2e3af;
	border-bottom: 2px solid #f2e3af;
	border-radius: 0 0 8px 8px;
	width: 100%;
	height: 64%;
	display: block;
	position: absolute;
	top: 36%;
	left: 0;
	right: 0;
}
.button-link a {
	color: #291A13;
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 700;
	font-feature-settings: "palt";
	text-decoration: none;
	text-align: center;
	padding: 0.6em 1em;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 100;
}
#main .button-link a[href$=".pdf"]::after,
.main-contents-post .button-link a[href^="https://"]:not([href*="//www.tsuchihashi-siki.com"]):not([href$=".pdf"])::after,
.main-contents-post .button-link a[href^="http://"]:not([href*="//www.tsuchihashi-siki.com"]):not([href$=".pdf"])::after {
	content: "";
	margin: 0;
}
.button-contact {
	margin: 2.5% auto 0;	/*32px auto 0*/
}
.button-contact p {
	text-indent: 0;
	margin: 0;
}
.button-contact a {
	font-size: 1.25rem;	/* 20px*/
}
.button-contact span.tel-icon {
	font-size: 0.875rem;	/* 14px */
}
.button-contact span.tel-icon::before {
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	font-weight: 900;
	margin-right: 4px;
	display: inline-block;
}
.button-contact span.tel-icon::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0a9";
	font-weight: 900;
	margin-left: 4px;
	margin-right: 0.5em;
	display: inline-block;
}
@media screen and (max-width:767px) {
	#main-contents table,
	#main-contents caption,
	#main-contents thead,
	#main-contents tbody,
	#main-contents tr,
	#main-contents th,
	#main-contents td {
		display: block;
	}
	#main-contents thead {
		display: none;
	}
	#main-contents caption {
		font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		color: #000;
		font-size: 1.25rem;	/*20px*/
		font-weight: bold;
		text-align: center;
	}
	#main-contents tr {
		margin-bottom: 1em;
	}
	#main-contents tr.rowtr {
		margin-bottom: 0.5em;
		border-bottom: 1px dashed #DCCDF3;
	}
	#main-contents tbody th {
		color: #403E44;
		background: #EBE3F2;
		padding: 0.4em 0.8em 0.2em;
		margin-bottom: 0.5em;
		border-top: 1px solid #DACBF1;
		border-bottom: 1px solid #DACBF1;
	}
	#main-contents td {
		margin-left: 40px;
		display: list-item;
		list-style-type: square;
	}
	#main-contents td.hav-ul {
		margin-left: 0;
		display: block;
		list-style-type: none;
	}
	#main-contents td.hav-ul li {
		margin-left: 40px;
		list-style-type: square;
	}
}
@media print, screen and (min-width:768px) {
	#main-contents {
		padding: 3.125% 0 4.375%;	/* 40px 0 56px*/
		display: flex;
		flex-flow: row-reverse nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	#main-contents-left {
		width: calc(100% - 208px - 32px);
		margin-bottom: 0;
	}
	#main-contents-right {
		width: 208px;
	}
	.main-contents-post h1 {
		font-size: 2rem;	/* 32px */
	}
	.single-labor .main-contents-post h1 {
		font-size: 1.875rem;	/* 30px */
	}
	.main-contents-post h2 {
		text-align: left;
		padding-left: 0.5em;
	}
	.main-contents-post h3 {
		text-align: left;
	}
	.main-contents-post .section.catch p {
		font-size: 1.25rem;	/* 20px */
	}
	.main-contents-post .section.catch-sub p {
		font-size: 1.375rem;	/* 22px */
	}
	.main-contents-post .section.catch-sub::before {
		width: 80%;
		height: 12px;
		bottom: 8px;
		left: 10%;
	}
	.main-contents-post .sub {
		padding: 0 0.8em;
	}
	.main-contents-post .pointup {
		margin: 1.875% 0.8em;	/* 24px 0.8em */
	}
	.main-contents-post .section.sub-floatImg {
		display: block;
	}
	.sub-img.floatR {
		max-width: 32%;
		float: right;
		margin: 0 0 0 1.875%;	/* 0 0 0 24px*/
	}
	.sub-img.floatL {
		max-width: 32%;
		float: left;
		margin: 0 1.875% 0 0;	/* 0 24px 0 0*/
	}
	span.inblock-pc {
		display: inline-block;
	}
	.button-link:hover::before {
		background: #fbf6e6;
		border-top: 2px solid #ebd483;
		border-left: 2px solid #ebd483;
		border-right: 2px solid #ebd483;
	}
	.button-link:hover::after {
		background-image: -webkit-linear-gradient(top, rgb(235, 212, 131) 0%, rgb(255,255,255) 100%);
		background-image: linear-gradient(to bottom, rgb(235, 212, 131) 0%, rgb(255,255,255) 100%);
		border-left: 2px solid #ebd483;
		border-right: 2px solid #ebd483;
		border-bottom: 2px solid #ebd483;
	}
	.button-link a {
		text-shadow: 2px 2px 4px #fff;
	}
	.button-contact a {
		font-size: 1.375rem;	/* 22px*/
	}
	.row-list {
		flex-flow: row wrap;
	}
	.row-list li {
		width: 48%;
	}
	.li-disc.row-list li {
		width: calc((100% - 60px) / 2);
	}
	#main-contents table,
	#main-contents table caption,
	#main-contents th,
	#main-contents td {
		border: 1px solid #CFB8EE;
		border-collapse: collapse;
	}
	#main-contents table {
		width: 100%;
	}
	#main-contents table caption,
	#main-contents th,
	#main-contents td {
		vertical-align: middle;
		padding: 0.4em;
	}
	#main-contents table caption,
	#main-contents thead th {
		color: #403E44;
		background: #F4EFFB;
		text-align: center;
	}
	#main-contents table caption {
		border-bottom: none;
	}
	#main-contents tbody th {
		font-weight: normal;
	}
	#main-contents th p,
	#main-contents td p {
		margin-top: 0.4em;
	}
}
@media print, screen and (min-width:1280px) {
	#main-contents {
		padding: 40px 0 56px;
	}
	.main-contents-post .section:not(:last-child) {
		margin-bottom: 56px;
	}
	.main-contents-post .section.catch {
		padding: 16px 24px;
	}
	.main-contents-post .sub:not(:last-child) {
		margin-bottom: 24px;
	}
	.main-contents-post .pointup {
		padding: 32px;
		margin: 24px 0.8em;
	}
	.main-contents-post h1,
	.single-labor .main-contents-post h1 {
		font-size: 2.25rem;	/* 36px */
		padding: 56px 24px;
		margin-bottom: 40px;
	}
	.main-contents-post h2 {
		margin-bottom: 40px;
	}
	.main-contents-post p {
		margin: 16px 0;
	}
	.main-contents-post p.button-link {
		margin: 32px auto;
	}
	.sub-img {
		margin: 24px 0 0;
	}
	.sub-img.floatR {
		margin: 0 0 0 24px;
	}
	.sub-img.floatL {
		margin: 0 24px 0 0;
	}
	.button-contact {
		margin: 32px auto 0;
	}
	.button-contact p {
		margin: 0;
	}
	#main-contents table caption,
	#main-contents th,
	#main-contents td {
		padding: 0.8em;
	}
}
/** about **/
.profile-img {
	padding: 2.34375%;
	width: calc(96px + (2.34375%) * 2 );
	float: right;
}
.profile-img img {
	border: 2px solid #EDE5F9;
	border-radius: 4px;
	margin: 0 auto;
}
.profile-list {
	padding: 2.34375%;
	border: 2px solid #E0D8B9;
	border-radius: 8px;
}
.profile-list .break {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed rgba(213, 209, 219, 0.4);
}
@media print, screen and (min-width:768px) {
	.about01-img {
		box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
		margin-bottom: 8px;
	}
}
@media print, screen and (min-width:1024px) {
	.sub-img.floatL.about01-img {
		margin-bottom: 8px;
	}
	.profile-img {
		padding: 24px;
		width: calc(96px + 48px);
	}
	.profile-list {
		padding: 24px;
	}
}
/** voice **/
.main-contents-post p.voice-name {
	font-weight: bold;
	text-align: right;
	margin: 1.5625% 0;
}
@media print, screen and (min-width:768px) {
	.main-contents-post p.voice-name {
		margin: 16px 0;
	}
}
/** office **/
.office-table {
	width: 100%;
}
.office-srpmark img,
.office-mark img {
	margin: 0 auto;
}
@media print, screen and (min-width:1024px) {
	.office-mark-row {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 1.5rem;
	}
	.office-mark-row .office-mark {
		width: 192px;
		flex-shrink: 0;
	}
}
/** access **/
#gmap {
	width: 100%;
	height: 256px;
}
#gmap iframe {
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width:768px) {
	#gmap {
		height: 512px;
	}
}
/** fee **/
.fee-kakaku {
	text-align: right;
}
@media print, screen and (min-width:768px) {
	.fee-kakaku {
		display: none;
	}
	.fee-table .fee-td {
		text-align: center;
	}
}
/** seminar **/
.main-contents-post .sub:not(:last-child).recent-seminars {
	margin-bottom: 2.5%;	/*32px*/
}
.past-seminars-button {
	position: relative;
	cursor: pointer;
}
.past-seminars-button::after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	display: inline-block;
	position: absolute;
	right: 1rem;
}
.past-seminars-button.is-active::after {
	content: "\f106";
}
.past-seminars {
	overflow: hidden;
	transition: .3s;
}
/*.past-seminars.is-active {}*/
.recent-seminars dt,
.past-seminars dt {
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #000;
	text-align: center;
	margin-bottom: 0.625%;	/*8px*/
	position: relative;
}
.recent-seminars dt .num,
.past-seminars dt .num {
/*	font-style: italic;*/
	font-size: 1.4em;
	font-weight: 700;
	margin-right: 0.2em;
	display: inline-block;
}
.recent-seminars dt::after,
.past-seminars dt::after {
	content: "";
	background: rgba(175, 139, 91, 0.4);
	width: 50%;
	height: 2px;
	display: block;
	position: absolute;
	left: 25%;
	bottom: 0.2em;
}
.recent-seminars dd:not(:last-child),
.past-seminars dd:not(:last-child) {
	margin-bottom: 3.125%;
}
@media print, screen and (min-width:768px) {
	.past-seminars-button::before {
		content: "クリックで開く";
		font-size: 0.875rem;	/*14px*/
		line-height: 2.15rem;
		display: inline-block;
		position: absolute;
		right: 2.5rem;
	}
	.past-seminars-button.is-active::before {
		content: "クリックで閉じる";
	}
	.past-seminars-button:hover{
		opacity: 0.8;
	}
	.recent-seminars dt,
	.past-seminars dt {
		padding-left: 0.4em;
		text-align: left;
	}
	.recent-seminars dt::after,
	.past-seminars dt::after {
		width: 100%;
		left: 0;
	}
}
@media print,screen and (min-width:1280px) {
	.main-contents-post .sub:not(:last-child).recent-seminars {
		margin-bottom: 32px;
	}
	.recent-seminars dt,
	.past-seminars dt {
		margin-bottom: 8px;
	}
}
/** link, sitemap **/
.link-list {
	display: flex;
	flex-flow: column nowrap;
}
.link-list li {
	border-bottom: 1px dashed #E0D8B9;
}
.sitemap-link li.seminar {
	margin: 2.34375% 0;
	border-top: 1px dashed #E0D8B9;
	border-bottom: 1px dashed #E0D8B9;
}
.link-list a,
.sitemap-link a {
	line-height: 2.6;
	display: block;
}
.link-list a::before,
.link-list li.no-link::before,
.sitemap-link a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	margin-right: 8px;
	display: inline-block;
}
body.link .main-contents-post a[href^="https://"]:not([href*="//www.tsuchihashi-siki.com"])::after,
body.link .main-contents-post a[href^="http://"]:not([href*="//www.tsuchihashi-siki.com"])::after {
	content: none;
}
@media print, screen and (min-width:768px) {
	.link-list {
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.link-list li {
		width: 48%;
	}
}
@media print, screen and (min-width:1024px) {
	.link-list li {
		width: calc((100% - 32px) / 2);
	}
	.sitemap-link li.seminar {
		margin: 24px 0;
	}
}
/** contact form**/
.main-contents-post p.wpcf7c-elm-step1,
.main-contents-post p.wpcf7c-elm-step2,
.main-contents-post p.wpcf7c-elm-step3,
.main-contents-post .wpcf7c-elm-step3 p {
	text-indent: 0;
}
#ccBox {
	width: 100%;
}
#ccBox .ccBox-address-list li:not(:first-child) {
	margin-top: 0.5em;
}
#ccBox .ccBox-email2 {
	margin-top: 0.5em;
	display: inline-block;
}
.contact-btn {
	text-align: center;
	margin: 1em 0 0 72px;
}
.contact-btn input {
	background-image: -webkit-linear-gradient(top, rgb(242, 227, 175) 0%, rgb(255,255,255) 100%);
	background-image: linear-gradient(to bottom, rgb(242, 227, 175) 0%, rgb(255,255,255) 100%);
	border: 2px solid #f2e3af;
	display: inline-block;
}
.div.wpcf7-response-output {
	display: none;
}

/* 確認ページ */
#ccBox .wpcf7c-conf {
	background-color: #E2DFE6;
	border: none;
}
@media screen and (max-width:767px) {
	#ccBox td {
		margin-left: 0;
		display: block;
		list-style-type: none;
	}
}
@media print, screen and (min-width:768px) {
	#ccBox tbody th {
		background: #F4EFFB;
		font-weight: bold;
		text-align: center;
	}
	.contact-btn li {
		display: inline-block;
	}
	.contact-btn input {
		transition: 0.3s;
	}
	.contact-btn input:hover {
		background-image: -webkit-linear-gradient(top, rgb(235, 212, 131) 0%, rgb(255,255,255) 100%);
		background-image: linear-gradient(to bottom, rgb(235, 212, 131) 0%, rgb(255,255,255) 100%);
		border: 2px solid #ebd483;
	}
}
/* OKページ */
div.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
	display: none	!important;
}
/** labor **/
.labor-template-default h1 span {
	display: inline-block;
}
@media screen and (max-width:767px) {
	#medical-table1 tbody th::after {
		content: "つ目のステップ";
		display: inline;
	}
	#medical-table1 tbody td.hav-ul::before {
		content: attr(data-text);
		color: #000;
		font-weight: bold;
		padding: 0.4em 0.8em 0.2em;
		margin-bottom: 0.5em;
		display: block;
		border-bottom: 1px dashed #DCCDF3;
	}
	#medical-table2 caption {
		color: #403E44;
		background: #EBE3F2;
		padding: 0.4em 0.8em 0.2em;
		margin-top: 1em;
		margin-bottom: 0.5em;
		border-top: 1px solid #DACBF1;
		border-bottom: 1px solid #DACBF1;
	}
	#medical-table2 tbody th {
		display: none;
	}
	#medical-table2 tr.rowtr {
		padding-bottom: 0.5em;
	}
}
@media print, screen and (min-width:768px) {
	body.subsidy .pointup {
		margin: 1.875% auto;
		width: 80%;
	}
	body.subsidy .pointup li {
		padding-left: 10%;
	}
	#medical-table1 tbody th,
	#medical-table1 tbody td,
	#medical-table2 tbody th,
	#medical-table2 tbody td {
		vertical-align: top;
	}
	#medical-table2 tbody td ul.li-disc {
		margin-left: 1em;
	}
}
@media print, screen and (min-width:1280px) {
	body.subsidy .pointup {
		margin: 24px auto;
		width: 70%;
	}
	body.subsidy .pointup li {
		padding-left: 112px;
	}
}
/** blog **/
.post-date {
	text-align: right;
	padding: 0.78125%;
	border-top: 1px dashed #E0D8B9;
	border-bottom: 1px dashed #E0D8B9;
}
.post-inner {
	width: 93.442%;
	margin: 3.125% auto;
}
.single-topics .main-contents-post p {
	text-indent: 0;
}
p.topics-psr-link {
	text-align: center;
	margin: 5.46875% 0;
	padding: 3.125% 0;
	border-top: 1px dashed #E0D8B9;
	border-bottom: 1px dashed #E0D8B9;
}
/* paging */
.paging {
	margin: 0 auto;
	width: 96%;
	display: flex;
	flex-flow: column nowrap;
}
.single-labor .paging {
	margin-top: 5.46875%;
	flex-flow: column-reverse nowrap;
}
.paging li {
	width: 100%;
}
.paging a {
	height: 100%;
	min-height: 44px;
	display:flex;
	flex-flow: row nowrap;
	align-items: center;
}
.paging li.next a,
.single-labor .paging li.prev a {
	justify-content: flex-start;
	width: 90%;
	margin-right: auto;
}
.paging li.next a::before,
.single-labor .paging li.prev a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0d9";
	font-weight: 900;
	margin-right: 8px;
	display: inline-block;
}
.paging li.all a {
	justify-content: center;
}
.paging li.prev a,
.single-labor .paging li.next a {
	text-align: right;
	justify-content: flex-end;
	width: 90%;
	margin-left: auto;
}
.single-labor .paging li.prev a {
	text-align: left;
}
.paging li.prev a::after,
.single-labor .paging li.next a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	margin-left: 8px;
	display: inline-block;
}
.single-labor .paging li.next a::before,
.single-labor .paging li.prev a::after {
	content: none;
}
/*page-number*/
.page-numbers {
	text-align: center;
}
.page-numbers li {
	display: inline-block;
}
.page-numbers li + li {
	margin-left: 0.2em;
}
.page-numbers li .page-numbers {
	text-align: center;
	padding: 0.2em 0.4em 0.1em;
	border: 1px solid #BB9200;
	display: block;
}
.page-numbers li .page-numbers.prev,
.page-numbers li .page-numbers.next {
	border: 0;
}
.page-numbers li .page-numbers.current {
	border: 1px solid #D5D1DB;
}
@media print, screen and (min-width:768px) {
	.paging {
		flex-flow: row nowrap;
		justify-content: space-between;
		position: relative;
	}
	.single-labor .paging {
		flex-flow: row-reverse nowrap;
	}
	.paging li a {
		padding: 1.5625%;
	}
	.paging li.all {
		width: 4em;
		height: 100%;
		position: absolute;
		top: 0;
		left: calc(50% - 2em);
	}
	.paging li.next,
	.paging li.prev {
		width: calc((100% - 4em) / 2);
		border-top: 1px solid #DACBF1;
		border-bottom: 1px solid #DACBF1;
	}
	.paging li.prev,
	.single-labor .paging li.next {
		margin-left: auto;
	}
	.single-labor .paging li.prev {
		margin: 0 auto 0 0;
	}
	.paging li.next a,
	.paging li.prev a,
	.single-labor .paging li.next a,
	.single-labor .paging li.prev a {
		width: 100%;
	}
	.page-numbers li a.page-numbers:hover {
		color: #fff;
		background: #BB9200;
	}
	.page-numbers li a.page-numbers.prev:hover,
	.page-numbers li a.page-numbers.next:hover {
		color: #BFAF8A;
		background: none;
	}
}
@media print, screen and (min-width:1024px) {
	.post-inner {
		margin: 32px auto;
	}
	.post-date {
		padding: 8px;
	}
	p.topics-psr-link {
		margin: 56px 0;
		padding: 32px 0;
	}
	.paging li a {
		padding: 16px;
	}
}
/** archive **/
.archive-news-list {
	padding-top: 3.125%;
	border-top: 1px dashed #BA9210;
}
.archive-news-list-line {
	display: flex;
	flex-flow: column nowrap;
	padding: 0 2.34375% 2.34375%;
	margin-bottom: 3.125%;
	border-bottom: 1px dashed #BA9210;
}
.archive-news-list-line dd {
	margin-left: 1em;
}
.archive-news-list-line p {
	text-indent: 0;
}
@media print, screen and (min-width:768px) {
	.archive-news-list-line {
		display: flex;
		flex-flow: row nowrap;
	}
	.archive-news-list-line dt {
		flex-shrink: 0;
	}
	.archive-news-list-line dt::after {
		font-family: "Font Awesome 5 Free";
		content: "\f0da";
		color: #BA9210;
		margin: 0 1em;
		display: inline-block;
	}
	.archive-news-list-line dd {
		margin-left: 0;
	}
	.archive-news-list-line dd p:first-child {
		margin-top: 0;
	}
}
@media print, screen and (min-width:1024px) {
	.archive-news-list {
		padding-top: 32px;
	}
	.archive-news-list-line {
		padding: 0 16px 24px;
		margin-bottom: 32px;
	}
}
/** sidebar **/
/*.sidebar {}*/
.sidebar h2 {
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.375rem;	/*22px*/
	font-weight: 700;
	font-feature-settings: "palt";
	text-align: center;
	margin-bottom: 2.34375%;
}
.sidebar h2 img {
	margin: 0 auto;
}
.widgets-labor-sidebar {
	margin-bottom: 3.125%;	/*40px*/
}
.sidebar-labor-link {
	background: #F1EBFA;
	padding: 8px 4px;
	border: 1px solid #DACBF1;
	border-radius: 36px 36px 6px 6px;
}
#sidebar-labor-link-box {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.sidebar-labor-link-item {
	width: calc((100% - 2px) / 2);
	height: 82px;
	position: relative;
}
.sidebar-labor-link-item:not(.pay):not(.medical) {
	margin-bottom: 1.875%;	/*24px*/
}
.sidebar-labor-link-item::before {
	content: "";
	background: #f4effb;
	border-top: 2px solid #ede5f9;
	border-left: 2px solid #ede5f9;
	border-right: 2px solid #ede5f9;
	border-radius: 4px;
	width: 100%;
	height: 82px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.sidebar-labor-link-item::after {
	content: "";
	background-image: -webkit-linear-gradient(top, rgb(233,223,247) 0%, rgb(255,255,255) 100%);
	background-image: linear-gradient(to bottom, rgb(233,223,247) 0%, rgb(255,255,255) 100%);
	border-left: 2px solid #ede5f9;
	border-right: 2px solid #ede5f9;
	border-bottom: 2px solid #ede5f9;
	border-radius: 0 0 4px 4px;
	width: 100%;
	height: 56px;
	display: block;
	position: absolute;
	top: 26px;
	left: 0;
	right: 0;
}
.sidebar-labor-link-item-text {
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 100;
}
.sidebar-labor-link-item-text-inner {
	color: #8f7000;
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.125rem;	/*18px*/
	font-weight: 700;
	font-feature-settings: "palt";
	text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.3);
	text-align: center;
	line-height: 1.4;
	margin: 0;
	width: 100%;
	height: 82px;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	z-index: 100;
}
.sidebar-labor-link-item.medical .sidebar-labor-link-item-text-inner {
	font-size: 1rem;	/*16px*/
}
.sidebar-labor-link-item.current-item::before {
	background: #DCCDF3;
	border-top: 2px solid #BFA1E8;
	border-left: 2px solid #BFA1E8;
	border-right: 2px solid #BFA1E8;
}
.sidebar-labor-link-item.current-item::after {
	background-image: -webkit-linear-gradient(top, rgb(191,161,231) 0%, rgb(255,255,255) 100%);
	background-image: linear-gradient(to bottom, rgb(191,161,231) 0%, rgb(255,255,255) 100%);
	border-left: 2px solid #BFA1E8;
	border-right: 2px solid #BFA1E8;
	border-bottom: 2px solid #BFA1E8;
}
.sidebar-labor-link-item.current-item .sidebar-labor-link-item-text-inner {
	color: #6d5500;
	text-shadow:1px 0px 5px #faf9ed,-1px 0px 5px #faf9ed,0px 1px 5px #faf9ed,0px -1px 5px #faf9ed;
}
.sidebar-labor-link-item-text-inner span {
	display: inline-block;
}
.sidebar-seminar,
.sidebar-certification,
.sidebar-srp2 {
	background: #fff;
	text-align: center;
	padding: 1.5625%;
	border: 1px solid #DACBF1;
	border-radius: 6px;
}
.sidebar-seminar a,
.sidebar-certification a,
.sidebar-srp2 a {
	color: #403E44;
	display: block;
}
.sidebar-seminar h2 {
	color: #BB9200;
	border-bottom: none;
}
.sidebar-certification img,
.sidebar-srp2 img {
	margin: 0 auto 0.5rem;
}
@media print, screen and (min-width:768px) {
	.sidebar h2 {
		font-size: 1.125rem;	/* 18px */
		margin-bottom: 8px;
	}
	.widgets-labor-sidebar {
		margin-bottom: 16px;
	}
	#sidebar-labor-link-box {
		flex-flow: column nowrap;
		align-items: flex-start;
		justify-content: center;
	}
	.sidebar-labor-link-item {
		width: calc(100% - 2px);
		height: 82px;
		position: relative;
	}
	.sidebar-labor-link-item:not(.pay):not(.medical),
	.sidebar-labor-link-item.pay {
		margin-bottom: 8px;
	}
	.sidebar-labor-link-item-text::before {
		content: "";
		background: #DCCDF3;
		border-top: 2px solid #BFA1E8;
		border-left: 2px solid #BFA1E8;
		border-right: 2px solid #BFA1E8;
		border-radius: 4px;
		width: 100%;
		height: 82px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
		z-index: -1;
	}
	.sidebar-labor-link-item-text::after {
		content: "";
		background-image: -webkit-linear-gradient(top, rgb(191,161,231) 0%, rgb(255,255,255) 100%);
		background-image: linear-gradient(to bottom, rgb(191,161,231) 0%, rgb(255,255,255) 100%);
		border-left: 2px solid #BFA1E8;
		border-right: 2px solid #BFA1E8;
		border-bottom: 2px solid #BFA1E8;
		border-radius: 0 0 4px 4px;
		width: 100%;
		height: 56px;
		display: block;
		position: absolute;
		top: 26px;
		left: 0;
		right: 0;
		opacity: 0;
		transition: .3s;
		z-index: -1;
	}
	.sidebar-labor-link-item-text:hover::before,
	.sidebar-labor-link-item-text:hover::after {
		opacity: 1;
	}
	.sidebar-labor-link-item-text-inner {
		font-size: 1.125rem;
		padding: 1.56%;
	}
	.sidebar-labor-link-item.medical .sidebar-labor-link-item-text-inner {
		font-size: 0.937rem;
	}
	.sidebar-labor-link-item-text:hover .sidebar-labor-link-item-text-inner {
		color: #6d5500;
		text-shadow:1px 0px 6px #faf9ed,-1px 0px 6px #faf9ed,0px 1px 6px #faf9ed,0px -1px 6px #faf9ed;
	}
	.sidebar-seminar,
	.sidebar-certification, 
	.sidebar-srp2 {
		padding: 8px;
		transition: .3s;
	}
	.sidebar-seminar:hover,
	.sidebar-certification:hover,
	.sidebar-srp2:hover{
		background: rgba(237, 229, 249, 0.1);
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.18);
	}
}
@media print, screen and (min-width:1280px) {}
/*** footer ***/
#footer {
	background: url("../img/footer/bg.png") center center;
	font-size: 0.875rem;	/*14px*/
}
#footer .inner {
	padding-top: 2.5%;	/* 32px */
	padding-bottom: calc(2.5% + 4em + 1.875vw);	/* 32px + 4em + 1.875vw */
	position: relative;
}
.footer-link {
	text-align: center;
}
.footer-link li {
	display: inline-block;
}
.footer-link li:not(:last-of-type)::after {
	content: "|";
	display: inline-block;
	margin-left: 0.5em;
}
.footer-link a {
	line-height: 36px;
	text-decoration: underline;
	display: inline-block;
}
/*.recaptcha-link {
	font-size: 0.812rem;	 13px 
	text-align: center;
	margin: 1.875% 0 0;	 24px 0 0 
}
.recaptcha-link a {
	text-decoration: underline;
}*/
/* reCAPTCHA hidden */
/*.grecaptcha-badge {
	visibility: hidden;
}*/
.turnstile-badge {
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.copyright {
	text-align: center;
	margin: 1.875% 0 0;	/* 24px 0 0 */
}
#pagetop {
	width: 4em;
	height: 4em;
	position: fixed;
	right: 1.875vw;	/* 24px */
	bottom: 1.875vw;	/* 24px */
	opacity: 0;
	transition: .6s;
	z-index: 9999;
}
#pagetop.is-active {
	opacity: 1;
}
#pagetop a {
	color: #403E44;
	background: rgba(255, 255, 255, 0.8);
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding: 0.6em 0;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	display: block;
}
#pagetop a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f151";
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	display: block;
}
@media print, screen and (min-width:414px) {
	#footer .inner {
		padding-bottom: calc(2.5% + 2em);	/* 32px ; 2em */
	}
}
@media print, screen and (min-width:440px) {
	#footer .inner {
		padding-bottom: 2.5%;	/* 32px */
	}
}
@media print, screen and (min-width:768px) {
	#footer {
		font-size: 0.75rem;	/*12px*/
	}
	.footer-link {
		padding: 0;
	}
	#pagetop a:hover {
		color: #5B26A5;
		background: rgba(255, 255, 255, 1);
	}
}
@media print, screen and (min-width:1280px) {
	#footer .inner {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.copyright {
		margin-top: 24px;
	}
	#pagetop {
		right: 24px;
		bottom: 24px;
	}
}
@media print, screen and (min-width:1408px) {
	#pagetop {
		box-shadow: 2px 2px 6px rgba(63, 61, 67, 0.3);
		border-radius: 6px;
		right: calc(((100% - 1280px) / 2) - 4em);
	}
	#pagetop:hover {
		box-shadow: 4px 4px 8px rgba(91, 38, 165, 0.3);
	}
}