@charset "UTF-8";
/* ****************************************************
mixin
**************************************************** */
/* for coding */
/* ----------------------------------------------------
color set
---------------------------------------------------- */
/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
	color: #333;
	text-decoration: visible;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #c13855;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: none !important;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:active {
	text-decoration: none;
	color: #c13855;
}

a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:visited, a[href^="tel:"]:hover {
	text-decoration: none;
	color: #333;
}

/* ----------------------------------------------------
404
---------------------------------------------------- */
/*
#notfound {
		display: table;
		width: 100%;
		height: 100%;
		section {
				vertical-align: middle;
				.detail {
						text-align: center;
				}
				h2 {
						padding: 0;
						margin: 0 0 14px 0;
						@include fts(22, 32);
						text-align: center;
						color: $gray;
				}
		}
}

@media screen and (max-width: 736px) {
		#notfound {
				section {
						.detail {
								margin: 0 auto;
								text-align: left;
								width: 96%;
						}
						h2 {
								margin-bottom: 10px;
								@include fts(17, 27);
								text-align: left;
						}
				}
		}
}
*/
.notfound #container .main_contents a {
	text-decoration: none;
}
.notfound #container .main_contents a:before {
	content: '>';
	margin-right: 2px;
	color: #c13855;
}

/* ----------------------------------------------------
base
---------------------------------------------------- */
html,
body {
	padding: 0;
	margin: 0;
	font-size: 9.6px;
	font-size: 0.96rem;
	line-height: 1.77083;
	font-family: "Yu Gothic", "YuGothic", sans-serif;
	color: #333;
}
html span,
body span {
	color: #c13855;
}

section {
	padding: 0;
	margin: 0;
}
section p {
	padding: 0;
	margin: 0 0 20px 0;
}
section p:last-child {
	margin-bottom: 0;
}

h4 {
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	color: #c13855;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

#breadcrumb {
	width: 100%;
	padding-top: 10px;
}
#breadcrumb ul li {
	display: inline;
	margin-right: 10px;
	font-size: 80%;
}
#breadcrumb ul li a {
	text-decoration: none;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}

.red {
	color: #c13855;
}

@media screen and (max-width: 1024px) {
	.inner {
		width: 94% !important;
		margin: 0 auto !important;
	}
}
::selection {
	background: #ececec;
	/* Safari */
	color: #fff;
}

::-moz-selection {
	background: #ececec;
	/* Firefox */
	color: #fff;
}

/* ----------------------------------------------------
pagetop
---------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 40px;
}
#page-top a {
	display: block;
}
#page-top a img {
	width: 70px;
	height: 70px;
}

@media screen and (max-width: 736px) {
	#page-top {
		bottom: 10px !important;
		right: 20px !important;
	}
	#page-top a img {
		width: 35px;
		height: 35px;
	}
}
/* ----------------------------------------------------
header
---------------------------------------------------- */
.top-head {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: auto;
	background: #fff;
	padding: 0;
	line-height: 1;
	color: #333;
	text-decoration: none;
	border-bottom: #c13855 2px solid;
}
.top-head a {
	color: #333;
	text-decoration: none;
}
.top-head .inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.top-head .inner:after {
	content: "";
	clear: both;
	display: block;
}
.top-head .inner h1 {
	padding: 0;
	margin: 0;
	position: absolute;
}
.top-head .inner #support-nav ul.sp {
	display: none !important;
}
.top-head .inner #support-nav ul#useful-nav {
	margin: 20px 0;
	width: 100%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.top-head .inner #support-nav ul#useful-nav li {
	padding-left: 1em;
	height: 10px;
}
.top-head .inner #support-nav ul#useful-nav li span {
	color: #c13855;
}
.top-head .inner #support-nav ul#useful-nav li a:hover {
	color: #c13855;
	text-decoration: underline;
}
.top-head .inner #support-nav ul#search-nav {
	margin: 20px 0;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	text-align: right;
}
.top-head .inner #support-nav ul#search-nav #search-box,
.top-head .inner #support-nav ul#search-nav form,
.top-head .inner #support-nav ul#search-nav fieldset {
	box-sizing: border-box;
	padding: 0;
	border: none;
}
.top-head .inner #support-nav ul#search-nav form {
	display: flex;
	justify-content: space-between;
}
.top-head .inner #support-nav ul#search-nav #search-box {
	width: 220px;
	position: relative;
	margin-right: 40px;
	padding: 0;
	border: none;
}
.top-head .inner #support-nav ul#search-nav #search-box input.search-window {
	box-sizing: border-box;
	position: absolute;
	width: 190px;
	height: 30px;
	background: #e8e8e8;
	text-align: left;
	padding: 0 10px;
	line-height: 30px;
	border: none;
}
.top-head .inner #support-nav ul#search-nav #search-box input.search_submit {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	width: 30px;
}
.top-head .inner #support-nav ul#search-nav .sp {
	display: none;
}
.top-head .inner #support-nav ul#search-nav #search-form {
	margin-left: 12px;
	width: 220px;
	height: 30px;
	text-align: center;
}
.top-head .inner #support-nav ul#search-nav #search-form a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: #dda301;
	color: #fff;
}
.top-head .inner #support-nav ul#search-nav #search-form.soudan a {
	background: #c13855;
}

.top-head .inner #support-nav ul#search-nav #search-form a:hover {
	text-decoration: underline;
}
.top-head .inner #support-nav aside,
.top-head .inner #support-nav .footerdetail {
	display: none;
}
.top-head .menu-global-container {
	border-top: #333 1px solid;
}
.top-head .menu-global-container ul {
	width: 1000px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	list-style: none;
	padding: 20px 0;
}
.top-head .menu-global-container ul li.current-menu-item a {
	color: #c13855;
	cursor: default;
}
.top-head .menu-global-container ul li.current-menu-parent a {
	color: #c13855;
	font-weight: bold;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	background: #c13855;
	padding: 8px 8px 0 8px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle div span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle div span:nth-child(1) {
	top: 0;
}
#nav-toggle div span:nth-child(2) {
	top: 11px;
}
#nav-toggle div span:nth-child(3) {
	top: 22px;
}

@media screen and (max-width: 1024px) {
	.top-head {
		box-sizing: border-box;
	}
	.top-head .inner {
		width: 100%;
	}
	.top-head .menu-global-container ul {
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
	.top-head .menu-global-container ul li {
		padding: 0;
		margin: 0;
	}
	.top-head .menu-global-container ul li a {
		color: #333;
		padding: 0 20px;
	}
	.top-head .menu-global-container ul li a:hover {
		color: #c13855;
	}
	.top-head .menu-global-container ul#sp, .top-head .menu-global-container ul#sp2 {
		display: none;
	}

	/* Fixed */
	.top-head.fixed {
		margin: 0;
		background: rgba(255, 255, 255, 0.9);
	}
	.top-head.fixed h1 {
		padding-left: 20px;
	}
	.top-head.fixed .menu-global-container ul li a {
		padding: 0 16px;
	}
}
@media screen and (max-width: 768px) {
	.top-head {
		position: static;
		box-sizing: border-box;
		background: #fff;
		width: 100%;
		border: 1px solid #fff;
		border-bottom: 1px solid #c13855;
	}
	.top-head .inner {
		width: 100%;
	}
	.top-head .inner h1 {
		z-index: 3;
		top: 5px;
		left: 10px;
	}
	.top-head .inner #support-nav {
		z-index: 5;
		position: absolute;
		/* 開いてないときは画面外に配置 */
		padding: 0;
		top: -680px;
		background: rgba(255, 255, 255, 0.9);
		width: 100%;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	.top-head .inner #support-nav ul {
		box-sizing: border-box;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
	.top-head .inner #support-nav ul.pc {
		display: none !important;
	}
	.top-head .inner #support-nav ul.sp {
		display: block !important;
	}
	.top-head .inner #support-nav ul#search-nav {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 5rem;
	}
	.top-head .inner #support-nav ul#search-nav li {
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 1rem 0;
		padding: 0;
		text-align: left;
	}
	.top-head .inner #support-nav ul#search-nav li a {
		padding: 1rem 0;
	}
	.top-head .inner #support-nav ul#search-nav li#search-box {
		width: 100%;
		margin: 0 0 3rem 0;
		display: flex;
		justify-content: space-between;
	}
	.top-head .inner #support-nav ul#search-nav li#search-box input.search-window {
		width: calc( 100% - 30px );
		height: 30px;
	}
	.top-head .inner #support-nav ul#search-nav li#search-box input.search_submit {
		width: 30px;
	}
	.top-head .inner #support-nav ul#search-nav li#search-form {
		width: 100%;
		margin: 0;
		padding: 1rem 0 2rem 0;
	}
	.top-head .inner #support-nav ul#search-nav li.sp {
		display: block;
		font-weight: normal;
	}
	.top-head .inner #support-nav aside {
		display: block;
		text-align: center;
		margin: 0;
	}
	.top-head .inner #support-nav aside h2 {
		padding: 0;
		margin: 0;
		margin: 30px 0 20px 0;
	}
	.top-head .inner #support-nav aside dl {
		box-sizing: border-box;
		width: 90%;
		background: #c13855;
		margin: 0 auto;
		padding: 10px 10px 0 10px;
		color: #fff;
	}
	.top-head .inner #support-nav aside dl dt,
	.top-head .inner #support-nav aside dl dd {
		padding: 0;
		margin: 0;
	}
	.top-head .inner #support-nav aside dl dd {
		padding: 0;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.25;
		font-weight: bold;
	}
	.top-head .inner #support-nav aside dl dd a {
		color: #fff;
	}
	.top-head .inner #support-nav aside dl dd .sp {
		font-size: 10px;
		font-size: 1rem;
		line-height: 1.6;
		font-weight: normal;
	}
	.top-head .inner #support-nav aside ul {
		font-size: 10px;
		font-size: 1rem;
		line-height: 1.3;
		padding: 0;
		margin: 0;
		margin: 10px 0;
	}
	.top-head .inner #support-nav aside ul li {
		text-align: center;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	.top-head .inner #support-nav aside ul li:nth-child(2) {
		margin: 0.5em 0;
	}
	.top-head .inner #support-nav aside ul li:last-child {
		font-weight: bold;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.08333;
	}
	.top-head .inner #support-nav aside ul li.pc {
		display: none;
	}
	.top-head .inner #support-nav aside ul li strong {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.14286;
	}
	.top-head .inner #support-nav .footerdetail {
		display: block;
		text-align: left;
	}
	.top-head .inner #support-nav .footerdetail ul li {
		margin-bottom: 15px;
	}
	.top-head .menu-global-container {
		margin-top: 80px;
	}
	.top-head .menu-global-container ul {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		font-size: 9px;
		font-size: 0.9rem;
		line-height: 1.11111;
	}
	.top-head .menu-global-container ul li {
		box-sizing: border-box;
		width: 50%;
		text-align: center;
		padding: 15px 0;
		border: 0.5px solid #e8e8e8;
	}
	.top-head .menu-global-container ul li#menu-item-27 {
		display: none;
	}

	/* Fixed reset */
		/*
.top-head.fixed {
		height: 160px;
		.inner {
				width: 100%;
				padding: 0;
				#mobile-head {
						background: $white;
						background: rgba(255, 255, 255, .9);
						width: 100%;
				}
				h1 {
						margin: 10px;
				}
		}
		.menu-global-container {
				margin-top: 70px;
				ul {
						margin: 15px 0;
						li {
								a {
										@include space;
								}
						}
				}
		}
		#support-nav {
				li {
						&#search-box {
								margin-top: 20px;
						}
				}
		}
}
*/
	#nav-toggle {
		display: block;
		margin-right: 10px;
	}

	/* #nav-toggle ???椨???˥????? */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}

	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	/* スライドアニメーション*/
	.open #support-nav {
		/* #support-nav top + #mobile-head height */
		-moz-transform: translateY(680px);
		-webkit-transform: translateY(680px);
	}
}
/* ----------------------------------------------------
footer
---------------------------------------------------- */
.bottom_bunner .inner {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}
.bottom_bunner .inner img {
	margin: 0 20px;
}

footer {
	overflow: hidden;
	background: #e8e8e8;
	border-top: 1px solid #ccc;
}
footer .inner ul {
	margin: 20px 0;
	width: 100%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
footer .inner ul li {
	padding-left: 1em;
	height: 10px;
}
footer .inner ul li span {
	color: #c13855;
}
footer .inner ul li a {
	text-decoration: none;
}
footer .inner ul li a:hover {
	color: #c13855;
	text-decoration: underline;
}
footer .inner dl dt br {
	display: none;
}
footer .inner dl dd {
	margin: 0;
}
footer .inner dl dd span {
	color: #333;
}
footer .inner .copy {
	text-align: center;
	font-size: 8.5px;
	font-size: 0.85rem;
	line-height: 1.88235;
}

@media screen and (max-width: 1024px) {
	.bottom_bunner .inner {
		width: 100%;
	}

	footer .inner {
		width: 90%;
	}
	footer .inner dl dd span {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	footer .inner {
		width: 100%;
		text-align: center;
	}
	footer .inner ul {
		display: none;
	}
	footer .inner dl dt br,
	footer .inner dl dd br {
		display: block;
	}
	footer .inner dl dt {
		padding-bottom: 5px;
	}
}
/* ----------------------------------------------------
container
---------------------------------------------------- */
#container {
	/* padding-top: 165px; */
	padding-top: 175px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*--main_contents--*/
.main_contents {
	width: 750px;
}
.main_contents h3 {
	margin-bottom: 0;
	padding-left: 10px;
	font-size: 1.5rem;
	font-weight: normal;
	border-bottom: 1px solid #c13855;
}

/*--sidebar-- */
.sidebar {
	width: 210px;
}
.sidebar h3 {
	padding-left: 0;
	font-size: 1.5rem;
	font-weight: normal;
	border-bottom: 1px solid #333;
}
.sidebar ul#menu-sidenav li {
	margin-bottom: 5px;
}
.sidebar ul#menu-sidenav li:before {
	content: '>';
	margin-right: 2px;
	color: #c13855;
}
.sidebar ul#menu-sidenav li a {
	text-decoration: none;
}
.sidebar ul#menu-sidenav li a:hover {
	text-decoration: underline;
}
.sidebar ul.banner {
	margin: 50px 0;
}
.sidebar ul.banner li {
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #dda301;
}
.sidebar ul.banner li a {
	display: block;
	padding: 5px;
	/*padding: 5px 0;*/
	line-height: 1.6;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	#container {
		/* padding-top: 0; */
		padding-top: 60px;
		width: 100%;
	}
	#container #breadcrumb,
	#container .main_contents,
	#container .sidebar {
		width: 100%;
		box-sizing: border-box;
		padding: 0 2%;
	}
	#container #breadcrumb {
		padding-top: 5%;
		font-size: 0.8rem;
	}
}
/* ----------------------------------------------------
archive
---------------------------------------------------- */
.archive .main_contents {
	margin-bottom: 30px;
}
.archive .main_contents article .post-data {
	display: flex;
	justify-content: flex-start;
}
.archive .main_contents article .post-data dt {
	min-width: 125px;
	/*min-width: 120px;*/
	padding-left: 10px;
	color: #333;
}
.archive .main_contents article .post-data dd {
	margin: 0;
}
.archive .main_contents article .post-data dd a {
	text-decoration: none;
}
.archive .main_contents article .post-data dd a:before {
	content: '>';
	margin-right: 2px;
	color: #c13855;
}
.archive .main_contents .pagination {
	margin: 25px 0 50px 5px;
}
.archive .main_contents .pagination li {
	display: inline-block;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: #fff;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #333;
}
.archive .main_contents .pagination li.current {
	background: #333;
	color: #fff;
}
.archive .main_contents .pagination li a {
	display: block;
	text-decoration: none;
}

/* ----------------------------------------------------
page
---------------------------------------------------- */
.page #container .main_contents .page h4,
.page #container .main_contents .page p,
.page #container .main_contents .page dl,
.page #container .main_contents .page table {
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	.page #container .main_contents .page h4,
	.page #container .main_contents .page p,
	.page #container .main_contents .page dl,
	.page #container .main_contents .page table {
		margin-left: 0;
	}
}
/* 京都総評紹介 */
.page #container .main_contents #post-14 a {
	display: inline-block;
	padding: 0 2px;
	text-decoration: none;
	line-height: 1.2;
	border-bottom: 2px solid #dda301;
}
.page #container .main_contents #post-14 a:hover {
	background: #dda301;
	text-decoration: none;
	color: #fff;
}
.page #container .main_contents #post-14 a.img_link {
	border: none;
}
.page #container .main_contents #post-14 a.img_link:hover {
	background: none;
}
.page #container .main_contents #post-14 h4 {
	margin-top: 20px;
}
.page #container .main_contents #post-14 dl dd {
	margin: 0;
	padding-bottom: 15px;
}
.page #container .main_contents #post-14 dl dd h5 {
	font-size: 1rem;
	font-weight: normal;
	margin: 0 0 0 10px;
}
.page #container .main_contents #post-14 dl dd p {
	margin-top: 0;
}
.page #container .main_contents #post-14 dl dd table {
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.page #container .main_contents #post-14 dl dd table th,
.page #container .main_contents #post-14 dl dd table td {
	padding: 3px 10px;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
}
.page #container .main_contents #post-14 dl dd table th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* 労働相談 */
.page #container .main_contents #post-12 a {
	display: inline-block;
	padding: 0 2px;
	text-decoration: none;
	line-height: 1.2;
	border-bottom: 2px solid #dda301;
}
.page #container .main_contents #post-12 a:hover {
	background: #dda301;
	text-decoration: none;
	color: #fff;
}
.page #container .main_contents #post-12 a.img_link {
	border: none;
}
.page #container .main_contents #post-12 a.img_link:hover {
	background: none;
}
.page #container .main_contents #post-12 h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.3rem;
}
.page #container .main_contents #post-12 h4.consultation {
	color: #333;
}
.page #container .main_contents #post-12 blockquote {
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: center;
	border: 1px solid #ccc;
	border-top: 10px solid #c13855;
}
.page #container .main_contents #post-12 blockquote span {
	display: inline-block;
	background: #c13855;
	margin: 5px 0;
	padding: 5px 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
}
.page #container .main_contents #post-12 blockquote span a {
	color: #fff;
	border: none;
}
.page #container .main_contents #post-12 blockquote strong {
	font-size: 1.1rem;
}
.page #container .main_contents #post-12 blockquote strong a {
	border: none;
}
.page #container .main_contents #post-12 blockquote br.sp {
	display: none;
}
.page #container .main_contents #post-12 .qa {
	margin-bottom: 40px;
}
.page #container .main_contents #post-12 .qa dt {
	font-size: 1.3rem;
	font-weight: bold;
}
.page #container .main_contents #post-12 .qa dt span {
	margin-right: 5px;
}
.page #container .main_contents #post-12 .qa dd {
	margin: 0;
	padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	.page #container .main_contents #post-12 h4.consultation {
		font-size: 1.2rem;
	}
	.page #container .main_contents #post-12 blockquote br.sp {
		display: block;
	}
	.page #container .main_contents #post-12 .qa {
		/* Accordion */
	}
	.page #container .main_contents #post-12 .qa .no-js .accbody {
		opacity: 1;
		height: auto;
	}
	.page #container .main_contents #post-12 .qa .acchead {
		margin: 0;
		cursor: pointer;
		transition-duration: 0.5s;
		font-size: 1rem;
		line-height: 1.4;
	}
	.page #container .main_contents #post-12 .qa .accbody {
		overflow: hidden;
		opacity: 0;
		height: 0;
	}
	.page #container .main_contents #post-12 .qa .accopen {
		opacity: 1;
		height: auto;
		transition-duration: 0.5s;
	}
	.page #container .main_contents #post-12 .qa .showall,
	.page #container .main_contents #post-12 .qa .hideall {
		cursor: pointer;
		margin-right: 1em;
	}
}
/* ロゴマークについて */
.page #container .main_contents #post-18 {
	padding-bottom: 30px;
}
.page #container .main_contents #post-18 a {
	display: inline-block;
	padding: 0 2px;
	text-decoration: none;
	line-height: 1.2;
	border-bottom: 2px solid #dda301;
}
.page #container .main_contents #post-18 a:hover {
	background: #dda301;
	text-decoration: none;
	color: #fff;
}
.page #container .main_contents #post-18 a.img_link {
	border: none;
}
.page #container .main_contents #post-18 a.img_link:hover {
	background: none;
}
.page #container .main_contents #post-18 h4 {
	margin-top: 20px;
}
.page #container .main_contents #post-18 p a {
	text-decoration: none;
	border-bottom: 2px solid #dda301;
}

@media screen and (max-width: 768px) {
	.page #container .main_contents #post-18 p img {
		width: 100%;
	}
}
/* リンク */
.page #container .main_contents #post-22 {
	padding-bottom: 30px;
}
.page #container .main_contents #post-22 h4 {
	margin-top: 20px;
	font-size: 1.3rem;
}
.page #container .main_contents #post-22 ul {
	margin: 0 0 30px 10px;
}
.page #container .main_contents #post-22 ul li a {
	text-decoration: none;
}
.page #container .main_contents #post-22 ul li a:before {
	content: '>';
	margin-right: 2px;
	color: #c13855;
}

/* 交通アクセス */
.page #container .main_contents #post-16 h4 {
	margin-top: 20px;
	font-size: 1.3rem;
}
.page #container .main_contents #post-16 .gmap,
.page #container .main_contents #post-16 p,
.page #container .main_contents #post-16 dl {
	margin: 0 0 40px 7px;
}
.page #container .main_contents #post-16 p span {
	color: #333;
}
.page #container .main_contents #post-16 .gmap {
	position: relative;
	margin: 30px auto;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.page #container .main_contents #post-16 .gmap iframe,
.page #container .main_contents #post-16 .gmap object,
.page #container .main_contents #post-16 .gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page #container .main_contents #post-16 dl dt:before {
	content: '・';
	margin-right: 2px;
}
.page #container .main_contents #post-16 dl dd {
	margin: 0;
	padding: 0 0 0.5rem 1rem;
}

@media screen and (max-width: 1024px) {
	.page #container .main_contents #post-16 p span {
		display: none;
	}
}
/* お問い合わせ */
.page #container .main_contents #post-34 form {
	margin-top: 30px;
}
.page #container .main_contents #post-34 form input[type="text"],
.page #container .main_contents #post-34 form input[type="email"] {
	box-sizing: border-box;
	width: 500px;
	margin: 5px 0 20px 0;
	padding: 5px 10px;
}
.page #container .main_contents #post-34 form textarea {
	width: 720px;
	box-sizing: border-box;
	padding: 5px 10px;
	font-family: "Yu Gothic", "YuGothic", sans-serif;
	font-size: 1rem;
}
.page #container .main_contents #post-34 form .contact_button {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}
.page #container .main_contents #post-34 form .contact_button input {
	width: 180px;
	margin: 0 10px;
	padding: 3px 0;
	border: none;
}
.page #container .main_contents #post-34 form .contact_button input[type="submit"] {
	background: #dda301;
	padding: 6px 0;
	color: #fff;
	cursor: pointer;
}
.page #container .main_contents #post-34 form .contact_button input[type="button"] {
	background: #ccc;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.page #container .main_contents #post-34 form input[type="text"],
	.page #container .main_contents #post-34 form input[type="email"],
	.page #container .main_contents #post-34 form textarea {
		box-sizing: border-box;
		width: 100%;
		margin: 5px 0;
		padding: 5px 10px;
	}
	.page #container .main_contents #post-34 form .contact_button {
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	.page #container .main_contents #post-34 form .contact_button input {
		width: 100%;
		margin-bottom: 5px;
		padding: 10px 0;
	}
	.page #container .main_contents #post-34 form .contact_button input[type="submit"],
	.page #container .main_contents #post-34 form .contact_button input[type="button"] {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.33333;
		padding: 36px 0;
	}
}
/* ----------------------------------------------------
single
---------------------------------------------------- */
.single .main_contents {
	text-align: justify;
}
.single .main_contents .post-meta {
	display: flex;
	justify-content: flex-end;
}
.single .main_contents .post-meta .post-date {
	color: #c13855;
}
.single .main_contents .wp-caption-text {
	margin: 0;
	text-align: center;
}
.single .main_contents .journal {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.single .main_contents .journal .post-meta {
	width: 100%;
}
.single .main_contents .journal .img {
	width: 120px;
	text-align: center;
}
.single .main_contents .journal .img img {
	width: 100%;
}
.single .main_contents .journal .img a {
	display: block;
	width: 100%;
	padding: 2px 0;
	background: #dda301;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.single .main_contents .journal .img a:hover {
	text-decoration: underline;
}
.single .main_contents .journal .txt {
	width: 600px;
	text-align: justify;
}
.single .main_contents .navigation {
	font-size: 8px;
	font-size: 0.8rem;
	line-height: 1.625;
	bottom: 10px;
	width: 100%;
	margin: 30px 0 20px 0;
	display: flex;
	justify-content: space-between;
}
.single .main_contents .navigation .nav_alignleft a,
.single .main_contents .navigation .nav_alignright a {
	text-decoration: none;
}
.single .main_contents .navigation .nav_alignleft a:hover,
.single .main_contents .navigation .nav_alignright a:hover {
	text-decoration: underline;
}
.single .main_contents .navigation .nav_alignleft {
	margin-right: 1em;
}
.single .main_contents .type-post a {
	display: inline-block;
	padding: 0 2px;
	text-decoration: none;
	line-height: 1.2;
	border-bottom: 2px solid #dda301;
}
.single .main_contents .type-post a:hover {
	background: #dda301;
	text-decoration: none;
	color: #fff;
}
.single .main_contents .type-post a.img_link {
	border: none;
}
.single .main_contents .type-post a.img_link:hover {
	background: none;
}
.single .main_contents .type-post p a {
	display: inline-block;
	text-align: center;
}
.single .main_contents .type-post p a img {
	display: block;
}
.single .main_contents .type-post p a img.alignleft {
	float: left;
	margin: 0 1rem 0.5rem 0;
}
.single .main_contents .type-post p a img.alignright {
	float: right;
	margin: 0 0 0.5rem 1rem;
}
.single .main_contents .type-post p a img.aligncenter {
	clear: both;
	margin: 0 auto 0.5rem auto;
}
.single .main_contents .type-post p a.img_link {
	display: block;
}
.single .main_contents .type-post p img {
	display: block;
}
.single .main_contents .type-post p img.alignleft {
	float: left;
	margin: 0 1rem 0.5rem 0;
}
.single .main_contents .type-post p img.alignright {
	float: right;
	margin: 0 0 0.5rem 1rem;
}
.single .main_contents .type-post p img.aligncenter {
	clear: both;
	margin: 0 auto 0.5rem auto;
}

@media screen and (max-width: 768px) {
	.single .main_contents .type-post p a img {
		margin: 0 0 0 0.5rem;
	}
	.single .main_contents .type-post p img {
		margin: 0 0 0.5rem 0;
	}
}
/* ----------------------------------------------------
index
---------------------------------------------------- */
#front_page {
	width: 100%;
	margin-top: 20px;
}
#front_page .topBox {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#front_page .topBox .imgL {
	width: 65%;
	line-height: 0;
}
@media (max-width: 768px) {
	#front_page .topBox .imgL {
		margin-bottom: 30px;
		width: 100%;
	}
	#front_page .topBox .imgL img {
		width: 100%;
		height: auto;
	}
}
#front_page .topBox .twR {
	width: 30%;
}
@media (max-width: 768px) {
	#front_page .topBox .twR {
		width: 100%;
	}
}
@media (max-width: 768px) {
	#front_page .topBox {
		flex-wrap: wrap;
		height: auto;
	}
}
#front_page section.sp {
	display: none;
}
#front_page section.front_key {
	margin-top: -310px;
	background: #ccc;
}
@media (max-width: 1024px) {
	#front_page section.front_key {
		margin-top: -286px;
	}
}
@media (max-width: 768px) {
	#front_page section.front_key {
		margin-top: 0;
	}
}
#front_page section.front_key .inner {
	position: relative;
	text-align: center;
	height: 300px;
}
#front_page section.front_key .inner img {
	position: absolute;
	left: 0;
	top: 30px;
}
#front_page section.front_key .inner img.sp {
	display: none;
}
#front_page section.front_key .inner aside {
	background: #fff;
	position: absolute;
	right: 0;
	top: 10px;
	width: 220px;
	border: #ccc solid 1px;
	border-top: #c13855 solid 10px;
}
#front_page section.front_key .inner aside h2 {
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
#front_page section.front_key .inner aside dl {
	background: #c13855;
	color: #fff;
	margin: 0 40px;
	padding: 10px;
}
#front_page section.front_key .inner aside dl dt,
#front_page section.front_key .inner aside dl dd {
	padding: 0;
	margin: 0;
}
#front_page section.front_key .inner aside dl dd {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: bold;
}
#front_page section.front_key .inner aside ul {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.3;
	margin: 10px 0;
}
#front_page section.front_key .inner aside ul li:nth-child(2) {
	margin-bottom: 1em;
}
#front_page section.front_key .inner aside ul li:last-child {
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.08333;
}
#front_page section.banner_area {
	background: #fff;
}
#front_page section.banner_area ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0;
}
#front_page section.banner_area ul li {
	text-align: left;
	width: 30%;
	border: 1px #ccc solid;
}
#front_page section.banner_area ul li a {
	margin: 0;
	color: #333;
	display: block;
	text-decoration: none;
}
#front_page section.banner_area ul li a:hover {
	color: #c13855;
	text-decoration: underline;
}
#front_page section.banner_area ul p {
	padding: 0;
	margin: 0;
}
#front_page section.banner_area ul .service_name {
	margin-left: 10px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.45455;
	font-weight: bold;
}
#front_page section.post_area {
	background: #e8e8e8;
}
#front_page section.post_area .inner {
	display: flex;
	justify-content: space-between;
}
#front_page section.post_area .inner .left_side,
#front_page section.post_area .inner .right_side {
	width: 480px;
	padding-top: 40px;
}
#front_page section.post_area .inner .left_side .list,
#front_page section.post_area .inner .right_side .list {
	margin-bottom: 50px;
}
#front_page section.post_area .inner .left_side .list .title,
#front_page section.post_area .inner .right_side .list .title {
	box-sizing: border-box;
	padding: 0 20px 5px 20px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #333;
}
#front_page section.post_area .inner .left_side .list .title h2,
#front_page section.post_area .inner .left_side .list .title h3,
#front_page section.post_area .inner .right_side .list .title h2,
#front_page section.post_area .inner .right_side .list .title h3 {
	margin: 0;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.45455;
}
#front_page section.post_area .inner .left_side .list .title h3 a,
#front_page section.post_area .inner .right_side .list .title h3 a {
	text-decoration: none;
}
#front_page section.post_area .inner .left_side .list .title h3 a:hover,
#front_page section.post_area .inner .right_side .list .title h3 a:hover {
	text-decoration: underline;
}
#front_page section.post_area .inner .left_side .information dl,
#front_page section.post_area .inner .right_side .information dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#front_page section.post_area .inner .left_side .information dl dt,
#front_page section.post_area .inner .right_side .information dl dt {
	width: 125px;
	/*width: 120px;*/
	padding-left: 20px;
	line-height: 1.4;
}
#front_page section.post_area .inner .left_side .information dl dd,
#front_page section.post_area .inner .right_side .information dl dd {
	width: 280px;
	/*width: 320px;*/
	text-align: justify;
	margin: 0 0 15px 15px;
	/*margin: 0 0 15px 10px;*/
	line-height: 1.4;
}
#front_page section.post_area .inner .left_side .information dl dd a,
#front_page section.post_area .inner .right_side .information dl dd a {
	text-decoration: none;
	text-indent: 1rem;
	margin-left: -1rem;
}
#front_page section.post_area .inner .left_side .information dl dd a:before,
#front_page section.post_area .inner .right_side .information dl dd a:before {
	content: '>';
	color: #c13855;
}
#front_page section.post_area .inner .left_side .information dl dd a:hover,
#front_page section.post_area .inner .right_side .information dl dd a:hover {
	text-decoration: underline;
}
#front_page section.post_area .inner .left_side .journal dl,
#front_page section.post_area .inner .right_side .journal dl {
	display: flex;
	justify-content: space-between;
}
#front_page section.post_area .inner .left_side .journal dl dt,
#front_page section.post_area .inner .right_side .journal dl dt {
	width: 120px;
	margin-left: 20px;
}
#front_page section.post_area .inner .left_side .journal dl dt img,
#front_page section.post_area .inner .right_side .journal dl dt img {
	width: 100%;
}
#front_page section.post_area .inner .left_side .journal dl dd,
#front_page section.post_area .inner .right_side .journal dl dd {
	width: 320px;
	text-align: justify;
	margin: 0;
}
#front_page section.post_area .inner .left_side .journal dl dd a,
#front_page section.post_area .inner .right_side .journal dl dd a {
	text-decoration: none;
}
#front_page section.post_area .inner .left_side .journal dl dd a:hover,
#front_page section.post_area .inner .right_side .journal dl dd a:hover {
	text-decoration: underline;
}
#front_page section.post_area .inner .left_side .advice dl,
#front_page section.post_area .inner .right_side .advice dl {
	display: flex;
	justify-content: space-between;
}
#front_page section.post_area .inner .left_side .advice dl dt,
#front_page section.post_area .inner .right_side .advice dl dt {
	width: 120px;
	margin-left: 20px;
}
#front_page section.post_area .inner .left_side .advice dl dt img,
#front_page section.post_area .inner .right_side .advice dl dt img {
	width: 100%;
}
#front_page section.post_area .inner .left_side .advice dl dd,
#front_page section.post_area .inner .right_side .advice dl dd {
	width: 320px;
	text-align: justify;
	margin: 0;
}
#front_page section.post_area .inner .left_side .advice dl dd a,
#front_page section.post_area .inner .right_side .advice dl dd a {
	text-decoration: none;
}
#front_page section.post_area .inner .left_side .advice dl dd a:hover,
#front_page section.post_area .inner .right_side .advice dl dd a:hover {
	text-decoration: underline;
}
#front_page section.post_area .inner .left_side .policy ul,
#front_page section.post_area .inner .right_side .policy ul {
	margin-top: 10px;
}
#front_page section.post_area .inner .left_side .policy ul li,
#front_page section.post_area .inner .right_side .policy ul li {
	text-align: justify;
	margin: 0 0 10px 0;
}
#front_page section.post_area .inner .left_side .policy ul li a,
#front_page section.post_area .inner .right_side .policy ul li a {
	text-decoration: none;
}
#front_page section.post_area .inner .left_side .policy ul li a:before,
#front_page section.post_area .inner .right_side .policy ul li a:before {
	content: '>';
	color: #c13855;
}
#front_page section.post_area .inner .left_side .policy ul li a:hover,
#front_page section.post_area .inner .right_side .policy ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	#front_page section.pc {
		display: none;
	}
	#front_page section.sp {
		display: block;
		width: 100%;
		height: auto;
		background: #fff;
		text-align: center;
		padding: 0;
	}
	#front_page section.sp p {
		margin: 0;
	}
	#front_page section.sp h2 {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.16667;
		margin: 0;
	}
	#front_page section.sp .tel {
		background: #c13855;
		padding: 1rem 0;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.33333;
		color: #fff;
	}
	#front_page section.sp .tel a {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.55556;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	#front_page section.sp .tel2 {
		padding-top: 10px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.33333;
	}
	#front_page section.sp .tel2 a {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.55556;
		font-weight: bold;
		text-decoration: none;
	}
	#front_page section.banner_area {
		height: auto;
		margin-top: 0;
	}
	#front_page section.banner_area ul li {
		width: 94%;
		margin: 0 0 10px 0;
	}
	#front_page section.banner_area ul li img {
		width: 100%;
	}
	#front_page section.post_area {
		width: 100%;
		height: auto;
		background: #e8e8e8;
	}
	#front_page section.post_area .inner {
		width: 94%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	#front_page section.post_area .inner .left_side,
	#front_page section.post_area .inner .right_side {
		width: 100%;
	}
	#front_page section.post_area .inner .left_side .information .title {
		padding: 0;
	}
	#front_page section.post_area .inner .left_side .information dl dt {
		padding: 0;
	}
	#front_page section.post_area .inner .left_side .information dl dd {
		padding: 0 0 10px 10px;
	}
	#front_page section.post_area .inner .left_side .advice {
		padding: 0;
	}
	#front_page section.post_area .inner .left_side .advice .title {
		padding: 0;
	}
	#front_page section.post_area .inner .left_side .advice dl {
		padding: 0;
	}
	#front_page section.post_area .inner .left_side .advice dl dt,
	#front_page section.post_area .inner .left_side .advice dl dd {
		width: 50%;
	}
	#front_page section.post_area .inner .left_side .advice dl dt {
		margin: 0;
	}
	#front_page section.post_area .inner .left_side .advice dl dt img {
		width: 100%;
	}
	#front_page section.post_area .inner .left_side .advice dl dd {
		box-sizing: border-box;
		padding-left: 10px;
	}
	#front_page section.post_area .inner .right_side .journal {
		padding: 0;
	}
	#front_page section.post_area .inner .right_side .journal .title {
		padding: 0;
	}
	#front_page section.post_area .inner .right_side .journal dl {
		padding: 0;
	}
	#front_page section.post_area .inner .right_side .journal dl dt,
	#front_page section.post_area .inner .right_side .journal dl dd {
		width: 50%;
	}
	#front_page section.post_area .inner .right_side .journal dl dt {
		margin: 0;
	}
	#front_page section.post_area .inner .right_side .journal dl dt img {
		width: 100%;
	}
	#front_page section.post_area .inner .right_side .journal dl dd {
		box-sizing: border-box;
		padding-left: 10px;
	}
	#front_page section.post_area .inner .right_side .policy .title {
		padding: 0;
	}
}
/* ----------------------------------------------------
pc/service
---------------------------------------------------- */
.modal_service {
	display: none;
}

/* ----------------------------------------------------
tablet/home
---------------------------------------------------- */
@media screen and (max-width: 935px) {
	.top-head .menu-global-container ul {
		width: 100%;
		display: flex;
		justify-content: space-around;
	}

	#container #service {
		width: 96%;
	}
	#container #service .contents {
		margin-top: 36px;
	}
	#container #service .contents ul li {
		width: 49.8%;
	}
	#container #service .contents ul li a {
		padding: 20px 0 24px 0;
		margin: 0;
	}
	#container #service .contents ul li a:after {
		content: url("../img/common/icon_arrow01.png");
		position: relative;
		top: 14px;
	}
	#container #service .contents ul li:not(:nth-child(5)):not(:last-child) {
		border-bottom: 1px solid #ccc;
	}
	#container #service .contents ul li:nth-child(2), #container #service .contents ul li:nth-child(5) {
		border-left: 0;
		border-right: 0;
	}
	#container #service .contents ul li:nth-child(odd) {
		border-right: 1px solid #ccc;
	}
	#container #service .contents ul .service_name {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.45455;
		font-weight: bold;
	}
}
/* ----------------------------------------------------
sp/home
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	#front_page {
		max-width: 100%;
		overflow: hidden;
		position: relative;
	}
	#front_page section {
		width: 94%;
		margin: 15px auto 0 auto;
		background: #fff;
		height: auto;
	}
	#front_page section .inner {
		top: -20px;
		width: 320px;
		margin: 0 auto;
	}
	#front_page section .inner img.pc {
		display: none;
	}
	#front_page section .inner img.sp {
		text-align: center;
		display: inline;
	}
	#front_page section .inner aside {
		display: none;
	}

	#container {
		max-width: 100%;
	}
	#container section {
		width: 90%;
	}
	#container section#news, #container section#newspaper, #container section#plan {
		padding: 0 20px;
	}
}
/* ----------------------------------------------------
.bnrBox
---------------------------------------------------- */
.bnrBox {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bnrBox:after {
	content: "";
	width: 32%;
	display: block;
}
@media (max-width: 768px) {
	.bnrBox:after {
		content: none;
	}
}
.bnrBox li {
	width: 32%;
	line-height: 0;
}
@media (max-width: 768px) {
	.bnrBox li {
		margin-bottom: 10px !important;
		width: 100% !important;
	}
}
.bnrBox li img {
	max-width: 100%;
	height: auto;
}


/* add 20211015 oono */
/* *******************************************
労働組合ができること
******************************************* */
.page #container .main_contents #post-1459 a {
	display: inline-block;
	padding: 0 2px;
	text-decoration: none;
	line-height: 1.2;
	border-bottom: 2px solid #dda301;
}
.page #container .main_contents #post-1459 a:hover {
	background: #dda301;
	text-decoration: none;
	color: #fff;
}
.page #container .main_contents #post-1459 a.img_link {
	border: none;
}
.page #container .main_contents #post-1459 a.img_link:hover {
	background: none;
}
.page #container .main_contents #post-1459 h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.3rem;
}
.page #container .main_contents #post-1459 h4.consultation {
	color: #333;
}
.page #container .main_contents #post-1459 blockquote {
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: center;
	border: 1px solid #ccc;
	border-top: 10px solid #c13855;
}
.page #container .main_contents #post-1459 blockquote span {
	display: inline-block;
	background: #c13855;
	margin: 5px 0;
	padding: 5px 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
}
.page #container .main_contents #post-1459 blockquote span a {
	color: #fff;
	border: none;
}
.page #container .main_contents #post-1459 blockquote strong {
	font-size: 1.1rem;
}
.page #container .main_contents #post-1459 blockquote strong a {
	border: none;
}
.page #container .main_contents #post-1459 blockquote br.sp {
	display: none;
}
.page #container .main_contents #post-1459 .qa {
	margin-bottom: 40px;
}
.page #container .main_contents #post-1459 .qa dt {
	font-size: 1.3rem;
	font-weight: bold;
}
.page #container .main_contents #post-1459 .qa dt span {
	margin-right: 5px;
}
.page #container .main_contents #post-1459 .qa dd {
	margin: 0;
	padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	.page #container .main_contents #post-1459 h4.consultation {
		font-size: 1.2rem;
	}
	.page #container .main_contents #post-1459 blockquote br.sp {
		display: block;
	}
	.page #container .main_contents #post-1459 .qa {
		/* Accordion */
	}
	.page #container .main_contents #post-1459 .qa .no-js .accbody {
		opacity: 1;
		height: auto;
	}
	.page #container .main_contents #post-1459 .qa .acchead {
		margin: 0;
		cursor: pointer;
		transition-duration: 0.5s;
		font-size: 1rem;
		line-height: 1.4;
	}
	.page #container .main_contents #post-1459 .qa .accbody {
		overflow: hidden;
		opacity: 0;
		height: 0;
	}
	.page #container .main_contents #post-1459 .qa .accopen {
		opacity: 1;
		height: auto;
		transition-duration: 0.5s;
	}
	.page #container .main_contents #post-1459 .qa .showall,
	.page #container .main_contents #post-1459 .qa .hideall {
		cursor: pointer;
		margin-right: 1em;
	}
}

/* *******************************************
.bold
******************************************* */
.bold {
	font-weight: bold;
}
/* *******************************************
.clearfix
******************************************* */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/* *******************************************
.img_fr
******************************************* */
.img_fr {
	float: right;
}
.img_fr.wid300 img {
	width: 300px;
	height: auto;
	margin-left: 20px !important;
}
@media screen and (max-width: 768px) {
	.img_fr {
		float: none;
	}
	.img_fr.wid300 img {
		width: 100%;
		height: auto;
		margin-left: 0 !important;
	}
}
/* *******************************************
.img_fl
******************************************* */
.img_fl {
	float: left;
}
.img_fl.wid300 img {
	width: 300px;
	height: auto;
	margin-right: 20px !important;
}
@media screen and (max-width: 768px) {
	.img_fl {
		float: none;
	}
	.img_fl.wid300 img {
		width: 100%;
		height: auto;
		margin-left: 0 !important;
	}
}
.img_center {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.img_center img {
		width: 100%;
		height: auto;
	}
}
/* add-end */


/* ----------------------------------------------------
add
---------------------------------------------------- */
.section-01 {
	margin-bottom: 100px;
}
.section-02 {
	margin-bottom: 80px;
}
.section-03 {
	margin-bottom: 40px;
}
.section-small {
	margin-bottom: 20px;
}
@media (max-width: 736px) {
	.section-01 {
		margin-bottom: 70px;
	}
	.section-02 {
		margin-bottom: 50px;
	}
	.section-03 {
		margin-bottom: 20px;
	}
}

.sp-ver {
	display: none;
}
@media (max-width: 736px) {
	.sp-ver {
		display: block;
	}
}

h4 span.label {
	padding: 4px 10px;
	margin-right: 10px;
	font-size: 20px !important;
	line-height: 1.0;
	color: #fff;
	display: inline-block;
	background: #c13855;
}
@media (max-width: 736px) {
	h4 span.label  {
		font-size: 18px !important;
	}
}

.center {
	text-align: center;
}
.img-center {
	line-height: 0;
	text-align: center;
}
.img-center img {
	max-width: 100%;
	height: auto;
}
.lgtxt {
	font-size: 120% !important;
}
.bold {
	font-weight: bold;
}

/* telbox
-------------------------------- */
.telbox_container {
	padding: 20px;
	text-align: center;
	border: 4px solid #f2f2f2;
	box-sizing: border-box;
}
.telbox_container p {
	padding: 0;
	margin: 0;
}
.telbox_item {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.telbox_item p {
	padding: 0;
	margin: 0 10px;
	font-size: 22px;
	font-weight: bold;
}
.telbox_item div.qr {
	line-height: 0;
}
.telbox_item div.qr img {
 width: calc(186px / 2);
 height: auto;
}
@media (max-width: 736px) {
	.telbox_item {
		margin-top: 10px;
		flex-wrap: wrap;
	}
}

/* sohyocontact
-------------------------------- */
.sohyocontact {

}
.sohyocontact div.qr {
	line-height: 0;
}
.sohyocontact div.qr img {
 width: calc(246px / 2);
 height: auto;
}

/* flexbox
-------------------------------- */
.flexbox {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.space-btw {
	justify-content: space-between;
}

.box_2columnn .flex_item {
	width: 48%;
}
.box_2columnn img,
.box_3columnn img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.box_3columnn .flex_item {
	width: 32%;
}
.wrap.box_3columnn:after {
	content: "";
	display: block;
	width: 32%;
}

@media (max-width: 736px) {
	.spwrap {
		flex-wrap: wrap;
	}
	.spwrap.box_2columnn .flex_item,
	.spwrap.box_3columnn .flex_item {
		margin-top: 20px;
		width: 100%;
	}
	.wrap.box_3columnn:after {
		content: none;
	}
}

/* set
-------------------------------- */
.red_1 {
	color: #c00 !important;
}
.red_2 {
	color: #c13855 !important;
}
.text-center {
	text-align: center;
}
.fLimg {
	margin: 0 30px 30px 0;
	float: left;
}
.fRimg {
	margin: 0 0 30px 30px;
	float: right;
}
.clebox {
	overflow: hidden;
}
@media (max-width: 736px) {
	.fLimg {
		margin: 0 0 30px 0;
		float: none;
		text-align: center;
	}
	.fRimg {
		margin: 0 0 30px 0;
		float: none;
		text-align: center;
	}
	.fLimg img,
	.fRimg img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}