@charset "utf-8";

/* ****************************************************
Title: parts.css
***************************************************** */

/* --------------------------------------------------------------------
 # common
-------------------------------------------------------------------- */
.default1 {
	margin-top: 80px;
}

.default2,
.default3 {
	margin-top: 50px;
}


@media screen and (max-width: 767px) {

	.default1 {
		margin-top: 40px;
	}

	.default2,
	.default3 {
		margin-top: 30px;
	}
}

.default1:first-of-type,
.default2:first-of-type,
.default3:first-of-type {
	margin-top: 0px;
}

.default1+.default2,
.default2+.default3 {
	margin-top: 0px;
}

/* --------------------------------------------------------------------
 # block-section（共通余白）
-------------------------------------------------------------------- */
.block-section_small,
.default5,
.default6,
.default11,
.default12,
.default13,
.default14,
.default15 {
	margin-block: 2em;
}

.block-section_large,
.default9,
.default10 {
	margin-block: 5em 2em;
}

.block-section_large-float,
.block-section.default7,
.block-section.default8 {
	margin-block: 5em;
}

.block-section_large+.block-section_large {
	margin-block: 3em 30px;
}

@media screen and (max-width: 767px) {

	.block-section_small,
	.default5,
	.default6,
	.default11,
	.default12,
	.default13,
	.default14,
	.default15 {
		margin-block: 2em;
	}

	.block-section_large,
	.default9,
	.default10 {
		margin-block: 2.5em;
	}

	.block-section_large-float,
	.block-section.default7,
	.block-section.default8 {
		margin-block: 2.5em;
	}
}

/* --------------------------------------------------------------------
 # clearfix（回り込み解除）
-------------------------------------------------------------------- */
.clearfix {
	content: "";
	display: block;
	clear: both;
}

/* --------------------------------------------------------------------
 # breadcrumb
-------------------------------------------------------------------- */
.breadcrumb {
	background-color: var(--common-bg-color);
	padding: 16px 0px 16px 0px;
	font-size: 12px;
	line-height: 1.6em;
	border-bottom: 1px solid var(--sub-border-color);
}

.breadcrumb a {
	position: relative;
	display: inline-block;
	padding-right: 30px;
}

.breadcrumb a:link {
	color: var(--breadcrumb-link);
	text-decoration: none;
}

.breadcrumb a:visited {
	color: var(--breadcrumb-visited);
	text-decoration: none;
}

.breadcrumb a:hover {
	color: var(--breadcrumb-hover);
	text-decoration: underline;
}

.breadcrumb a:active {
	color: var(--breadcrumb-active);
	text-decoration: none;
}

.breadcrumb a::after {
	font-size: 12px;
	line-height: 1.6em;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	content: "❯";
}

.breadcrumb.breadcrumb-en .contIn1170 a:first-of-type {
	display: none
}

@media screen and (max-width: 767px) {

	.breadcrumb {
		display: block;
		padding: 10px 20px 10px 20px;
		font-size: 12px;
		line-height: 1.6em;
		overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
	}

	.breadcrumb a {
		position: relative;
		display: inline-block;
		padding-right: 30px;
	}

	.breadcrumb a::after {
		font-size: 12px;
		line-height: 1.6em;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -10px;
		content: "❯";
	}
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.breadcrumb {
		padding: 10px 0;
	}
}

/* --------------------------------------------------------------------
 # default-1（大見出し）
-------------------------------------------------------------------- */
.default1 h3:first-child {
	margin-top: 0px;
}

.default1 h3 {
	padding: 1rem 2rem;
	border-top: 3px solid var(--main-bg-color);
	background: var(--sub-bg-color);
	padding: 1.5rem 1.5rem;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
}


#VcArea-MainColum .default1 h3:first-child {
	text-align: left;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.6em;
	padding: 10px 0px 10px 28px;
	margin-top: 0;
	margin-bottom: 40px;
}

#VcArea-MainColum .default1 h3 {
	text-align: left;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.6em;
	padding: 0px 0px 0px 28px;
	margin-top: 0;
	margin-top: 60px;
	margin-bottom: 40px;
}


/* --------------------------------------------------------------------
 # default-2（中見出し）
-------------------------------------------------------------------- */
.default2 h4 {
	text-align: left;
	border-bottom: 1px solid var(--sub-border-color);
	font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 12px;
	margin-bottom: 25px;
	position: relative;

	&::after {
		content: "";
		inline-size: 70px;
		block-size: 1px;
		background-color: var(--main-border-color);
		position: absolute;
		left: 0px;
		bottom: -1px;
	}
}


/* --------------------------------------------------------------------
 # default-3（小見出し）
-------------------------------------------------------------------- */
.default3 h5 {
	position: relative;
	padding-left: 1em;
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;

	&::before {
		position: absolute;
		content: '';
		inline-size: 0.7em;
		block-size: 3px;
		top: calc(50% - 1px);
		left: 0;
		border-top: solid 3px var(--main-border-color);
	}
}

/* --------------------------------------------------------------------
 # default-4（テキスト）
-------------------------------------------------------------------- */
p {
	font-size: 16px;
	margin-block-end: 15px;
}

@media screen and (max-width: 767px) {
	p {
		font-size: 14px;
	}
}


/* --------------------------------------------------------------------
 # default-5（左画像+右テキスト）
-------------------------------------------------------------------- */
.default5::after {
	content: "";
	display: block;
	clear: both;
}

.default5 p {
	margin-bottom: 0;
}

.module-fl-img img {
	display: block;
	float: left;
	max-inline-size: 100%;
	margin: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
	.module-fl-img img {
		max-inline-size: 100%;
		float: none;
		margin: 0 auto 20px;
	}
}


/* --------------------------------------------------------------------
 # default-6（右画像+左テキスト）
-------------------------------------------------------------------- */
.default6::after {
	content: "";
	display: block;
	clear: both;
}

.default6 p {
	margin-bottom: 0;
}

.module-fr-img img {
	display: block;
	float: right;
	max-inline-size: 100%;
	margin: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
	.module-fr-img img {
		max-inline-size: 100%;
		float: none;
		margin: 0 auto 20px;
	}
}


/* --------------------------------------------------------------------
 # default-7（左画像＋右見出し＋テキスト）
-------------------------------------------------------------------- */
.default7::after {
	content: "";
	display: block;
	clear: both;
}

.default7 h4 {
	text-align: left;
	font-size: 22px;
	line-height: 1.6em;
	font-weight: bold;
	margin-block-end: 0.5em;
	color: #111;
}

.default7 p {
	margin-block-end: 0;
}

@media screen and (max-width: 767px) {
	.default7 p {
		inline-size: 100%;
	}
}

/* --------------------------------------------------------------------
 # default-8（右画像＋左見出し＋テキスト）
-------------------------------------------------------------------- */
.default8::after {
	content: "";
	display: block;
	clear: both;
}

.default8 h4 {
	text-align: left;
	font-size: 22px;
	line-height: 1.6em;
	font-weight: bold;
	margin-block-end: 0.5em;
	color: #111;
}

.default5 p {
	margin-block-end: 0;
}


/* --------------------------------------------------------------------
 # default-9（中央画像）
-------------------------------------------------------------------- */
.default9 {
	text-align: center;
}


/* --------------------------------------------------------------------
 # default-10（画像＋テキスト：2列）
-------------------------------------------------------------------- */
.default10::after {
	content: "";
	display: block;
	clear: both;
}

.module-2column .module-flex-img-item {
	float: left;
	text-align: left;
	inline-size: calc(100% / 2 - 15px);
	margin-inline-end: 30px;
	margin-block-end: 30px;
	list-style-type: none;
}

.module-2column .module-flex-img-item:nth-child(2n) {
	margin-inline-end: 0;
}

#vcbody-wrapper .module-2column .module-flex-img-item {
	margin-inline-end: 30px;
}

#vcbody-wrapper .module-2column div:nth-child(2n) .module-flex-img-item {
	margin-inline-end: 0;
}

.module-2column .module-flex-img-item img {
	display: block;
	margin: 0 auto;
}

.module-2column .module-flex-img-item .module-flex-img-item-txt {
	margin-block: 15px 0;
	text-align: left;
	font-size: 16px;
}

@media screen and (max-width: 767px) {

	.module-2column .module-flex-img-item {
		float: none;
		inline-size: 100%;
		margin: 30px 0 0 0;
	}

	.module-2column .module-flex-img-item:last-of-type {
		border-bottom: none;
		padding-bottom: 0
	}

	.module-2column .module-flex-img-item p {
		font-size: 14px;
	}

	.module-2column .module-flex-img-item img {
		max-inline-size: 100%;
		height: auto;
	}

}

/* --------------------------------------------------------------------
 # default-11（	画像＋テキスト：3列）
-------------------------------------------------------------------- */
.default11::after {
	content: "";
	display: block;
	clear: both;
}

#VcArea-MainColum ul.module-flex-img {
	padding-left: 0;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}

.module-3column .module-flex-img-item {
	float: left;
	text-align: center;
	inline-size: calc(100% / 3 - 20px);
	margin-inline-end: 30px;
	margin-block-end: 50px;
}

.module-3column .module-flex-img-item:nth-child(3n) {
	margin-inline-end: 0px;
}

#vcbody-wrapper .module-3column .module-flex-img-item {
	margin-inline-end: 30px;
}

#vcbody-wrapper .module-3column div:nth-child(3n) .module-flex-img-item {
	margin-inline-end: 0;
}

.module-3column .module-flex-img-item img {
	max-inline-size: 100%;
	block-size: auto;
	display: block;
	margin: 0 auto;
}

.module-3column .module-flex-img-item .module-flex-img-item-txt {
	margin-block: 15px 0;
	text-align: left;
	font-size: 16px;
}


@media screen and (max-width: 767px) {

	.module-3column .module-flex-img-item {
		float: none;
		inline-size: 100%;
		margin-inline-end: 0px;
		margin-block-start: 20px;
	}

	.module-3column .module-flex-img-item .module-flex-img-item-txt {
		inline-size: 100%;
		block-size: auto;
		font-size: 14px;
		margin-block-start: 10px;
	}

	.module-3column .module-flex-img-item img {
		max-inline-size: 100%;
		block-size: auto;
	}

}


/* --------------------------------------------------------------------
 # .default12,.default13（リスト／順序リスト）
-------------------------------------------------------------------- */
.partsOl01,
.default12,
.default13 {
	padding-left: 22px;
}

.partsOl01 li,
.default12 li,
.default13 li {
	position: relative;
	font-size: 16px;
	margin-block-end: 0.5em;
}

.partsOl01 li span,
.default12 li span,
.default13 li {
	color: #000000;
}

.listStyle01,
.default12 li,
.default13 li {
	list-style: disc;
	list-style-position: outside;
	text-align: left;
}

.listStyle02,
.default13 li {
	list-style: decimal;
	list-style-position: outside;
	text-align: left;
}

@media screen and (max-width: 767px) {

	.partsOl01 li,
	.default12 li,
	.default13 li {
		font-size: 14px;
	}
}


/* --------------------------------------------------------------------
 # 【表2列】左寄せ見出し＋左寄せテキスト（DefaultParts14）
-------------------------------------------------------------------- */
.module-like-table {
	inline-size: 100%;

	& dl {
		display: -webkit-box;
		display: flex;
		font-size: 16px;
	}

	& dt {
		color: var(--table-head-color);
		background-color: var(--main-bg-color);
	}

	& dl:first-child {
		border-top: none;
	}

	& dl dt {
		display: inline-flex;
		align-items: center;
		font-weight: bold;
		line-height: 1.6em;
		inline-size: 165px;
		border-bottom: 1px solid var(--sub-border-color);
		background-color: var(--table-headbg-color);
	}

	& dl dd {
		line-height: 1.6em;
		inline-size: calc(100% - 165px);
		border-bottom: 1px solid var(--sub-border-color);
	}

	& dl dt,
	  dl dd {
		padding: 15px 20px;
	}
}


@media screen and (max-width: 767px) {

	.module-like-table dl {
		flex-wrap: wrap;
		font-size: 14px;

		& dt,
		  dd {
			inline-size: 100%;
			padding: 15px 20px;
		}
	}

}


/* --------------------------------------------------------------------
 # テキストボタン【1列】（DefaultParts15）
-------------------------------------------------------------------- */
.default15 {
	text-align: center;
}

.link-btn {
	display: inline-block;
	text-align: center;
	block-size: 60px;

	& a {
		color: var(--main-button-text-color);
		background: var(--main-button-bg-color);
		border-radius: 3px;
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: 0 auto;
		min-inline-size: 220px;
		max-block-size: 28px;
		padding: 15px 35px 15px 25px;
		transition: 0.3s ease-in-out;
		font-weight: 500;
		font-size: 16px;
        border: 1px solid #FFF;
        text-decoration: none;
	}

	& a:hover {
		opacity: 0.8
	}

	& a:hover:after {
		right: 1.4rem;
	}

	& a:after {
		content: "";
		position: absolute;
		top: 50%;
		bottom: 0;
		right: 10px;
		font-size: 90%;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: right 0.3s;
		width: 6px;
		height: 6px;
		border-top: solid 2px currentColor;
		border-right: solid 2px currentColor;
		transform: translateY(-50%) rotate(45deg);
	}
}


.module-2column .link-btn,
.module-3column .link-btn,
.module-4column .link-btn {
	display: block;
}

.module-2column .link-btn a,
.module-3column .link-btn a,
.module-4column .link-btn a {
	min-width: 0;
	padding: 20px;
	line-height: 1.2em;
}


@media screen and (max-width: 767px) {
	.link-btn {
		display: block;
	}

}


/* --------------------------------------------------------------------
 # BasicParts2-1（テキスト2列【枠付き】）
-------------------------------------------------------------------- */
.module-2column .module-flex-img-item .module-text-box p {
	margin-block-start: 0;
}

/* --------------------------------------------------------------------
 # BasicParts3-1（リストマーク付きテキスト3列（BasicParts3-1））
-------------------------------------------------------------------- */
.module-3column ul li {
	float: left;
	inline-size: calc(100% / 3 - 30px);
	margin-inline-end: 30px;
	margin-block-end: 30px;
}

.module-3column ul li:nth-child(3n) {
	margin-inline-end: 0px;
}


@media screen and (max-width: 767px) {

	.module-3column ul li {
		float: none;
		width: auto;
		margin-inline-end: 0px;
		margin-block: 20px;
	}

}



/* --------------------------------------------------------------------
 # BasicParts4-1（左画像+右テキスト【回り込みなし】）
-------------------------------------------------------------------- */
.module-1column .horizontal {
	display: flex;
}

.module-1column .horizontal .horizontal-img {
	inline-size: 40%;
	margin-inline-end: 30px;

	& img {
		display: block;
		margin: 0 auto;
		max-inline-size: 100%;
	}
}

.module-1column .horizontal .horizontal-txt {
	inline-size: 60%;

	& p {
		margin-block-end: 0;
	}
}

@media screen and (max-width: 767px) {

	.module-1column .horizontal {
		flex-direction: column;
	}

	.module-1column .horizontal .horizontal-img {
		inline-size: 100%;
		margin-inline-end: 0;

		& img {
			max-inline-size: 100%;
		}
	}

	.module-1column .horizontal .horizontal-txt {
		inline-size: 100%;

		>p {
			margin-block-start: 15px;
		}
	}
}


/* --------------------------------------------------------------------
 # BasicParts4-2（左テキスト＋右画像【回り込みなし】】）
-------------------------------------------------------------------- */
.module-1column .horizontal-reverse {
	display: flex;
	flex-direction: row-reverse;
}

.module-1column .horizontal-reverse .horizontal-img {
	inline-size: 40%;
	margin-inline-start: 30px;

	& img {
		display: block;
		margin: 0 auto;
		max-inline-size: 100%;
	}
}

.module-1column .horizontal-reverse .horizontal-txt {
	inline-size: 60%;

	& p {
		margin-block-end: 0;
	}
}

@media screen and (max-width: 767px) {

	.module-1column .horizontal-reverse {
		flex-direction: column;
	}

	.module-1column .horizontal-reverse .horizontal-img {
		inline-size: 100%;
		margin-inline-start: 0;

		& img {
			max-inline-size: 100%;
		}
	}

	.module-1column .horizontal-reverse .horizontal-txt {
		inline-size: 100%;

		>p {
			margin-block-start: 15px;
		}
	}
}




/* --------------------------------------------------------------------
 # 009-1【表4列】中央寄せ見出し＋中央寄せテキスト：SP時スクロール（BasicParts009-1）
-------------------------------------------------------------------- */
.scroll {
	overflow: auto;
	white-space: normal;

	&::-webkit-scrollbar {
		block-size: 5px;
	}

	&::-webkit-scrollbar-track {
		background: #d2d2d2;
	}

	&::-webkit-scrollbar-thumb {
		background: #d2d2d2;
	}

	& dl {
		display: flex;
		text-align: center;
	}

	& dl:first-of-type {
		border-block-start: 1px solid var(--sub-border-color);
	}

	& dt:first-of-type {
		font-weight: bold;
		border-inline-start: none;
		color: var(--table-head-color);
		background-color: var(--table-headbg-color);
		text-align: left;
	}

	& dd:last-of-type {
		border-inline-end: none;
	}

	& dt,
	  dd {
		inline-size: calc(100% / 4);
		padding: 15px 20px;
		line-height: 1.6em;
		border-inline-end: 1px solid var(--sub-border-color);
		border-block-end: 1px solid var(--sub-border-color);
	}
}

@media screen and (max-width: 767px) {
	.scroll dl {
		inline-size: 900px;
	}

	.scroll table th,
	.scroll table td {
		font-size: 14px !important;

	}
}

#vcbody-wrapper .scroll table tr {
	font-size: 13px !important;
}


/* --------------------------------------------------------------------
 # BasicParts8-2（テーブル2列【スクロール】）
-------------------------------------------------------------------- */
@media screen and (min-width: 981px) {

	.table_btn_wrap_inner {
		display: none;
	}
}

.on_scroll {
	display: none;
}

.table_btn_wrap_inner {
	margin-block-end: 10px;
}

.table_btn_wrap_inner input {
	float: right;
	margin: 0;
	padding: .5em 20px;
	border: 2px solid #cdcbc8;
	background: none;
	font-size: 0.85em;
}

.table_btn_wrap .module-sub-page-parts-table {
	clear: both;
}

.table_btn_wrap_inner input.on_scroll {
	background: url("../../shared/img/common/on_scroll.png") no-repeat;
	background-size: 26px;
	padding-inline-start: 26px;
}

.table_btn_wrap_inner input.on_view {
	background: url("../../shared/img/common/on_view.png") no-repeat;
	background-size: 26px;
	padding-inline-start: 26px;
}


.module-sub-page-parts-table {
	overflow-x: auto;
	scroll-behavior: smooth;
	margin: 2em 0
}

.module-sub-page-parts-table table.module-sub-page-fixed-table {
	table-layout: fixed;
}


.module-sub-page-parts-table tr {
	display: flex;
	font-size: 16px;
}

.module-sub-page-parts-table tr:first-child {
	border-block-start: 1px solid #cdcbc8;
}

.module-sub-page-parts-table tr th,
.module-sub-page-parts-table tr td {
	padding: 15px 20px;
}

.module-sub-page-parts-table tr th {
	display: inline-flex;
	align-items: center;
	inline-size: auto;
	padding: 15px 20px;
	background-color: #f5f2ed;
	font-weight: bold;
	line-height: 1.6em;
	border-block-end: 1px solid #cdcbc8;
}

.module-sub-page-parts-table tr th:first-of-type {
	border-inline-end: 1px solid #cdcbc8;
}

.module-sub-page-parts-table tr td {
	display: inline-flex;
	align-items: center;
	inline-size: auto;
	padding: 15px 20px;
	line-height: 1.6em;
	border-inline-end: 1px solid #cdcbc8;
	border-block-end: 1px solid #cdcbc8;
}

.module-sub-page-parts-table tr td:last-of-type {
	border-inline-end: none;
}


.module-search-page-table-parts-result {
	overflow-x: auto;
	scroll-behavior: smooth
}

.module-search-page-table-parts-result+.module-search-page-table-parts-result {
	margin-block-start: 30px;
}


@media screen and (max-width:767px) {

	/*--------------------------*/

	#VcArea-MainColum .default1 h3:first-child {
		text-align: left;
		font-size: 22px;
		line-height: 1.6em;
		padding: 0px 0px 0px 20px;
		margin-top: 0;
		margin-bottom: 20px;
	}

	#VcArea-MainColum .default1 h3 {
		font-size: 28px;
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.default2 h4 {
		border-bottom: 1px solid #cdcbc8;
		font-size: 18px;
		line-height: 1.6em;
		font-weight: 500;
		padding-bottom: 12px;
		margin-bottom: 20px;
		position: relative;
	}

	.default2 h4::after {
		content: "";
		width: 70px;
		height: 1px;
		position: absolute;
		left: 0px;
		bottom: -1px;
	}

	.contTextBox01 {
		margin-bottom: 30px;
	}

	.contTextBox02 {
		margin-bottom: 28px;
	}

}

.vc-sitemap ol {
	margin-left: 1.5em
}

.vc-sitemap ol li a:before {
	content: "-"
}



/* --------------------------------------------------------------------
 # 008-1【表3列】左寄せ見出し＋左寄せテキスト（BasicParts008-1）
-------------------------------------------------------------------- */
.default14 {
	margin-bottom: 2em
}

.module-text-3column {
	inline-size: 100%;

	& dl {
		display: flex;
		border-block-start: 1px solid var(--sub-border-color);
	}

	& dl:last-child {
		border-block-end: 1px solid var(--sub-border-color);
	}

	& dl dt {
		display: inline-flex;
		align-items: center;
		font-weight: bold;
		line-height: 1.6em;
		font-size: 16px;
	}

	& dl dt:first-of-type {
		inline-size: 15%;
	}

	& dl dd:nth-of-type(1) {
		inline-size: 60%;
	}

	& dl dd:last-of-type {
		inline-size: 25%;
	}

	& dl dt,
	  dl dd {
		line-height: 1.6em;
		font-size: 16px;
		padding: 15px 20px;
	}
}

@media screen and (max-width: 767px) {

	.module-text-3column dl {
		flex-wrap: wrap;

		& dt:first-of-type {
			inline-size: 100% !important;
		}

		& dd:first-of-type {
			display: block;
			inline-size: 100%;
		}

		& dd:nth-child(2) {
			display: block;
			inline-size: 100%;
		}

		& dd:last-of-type {
			display: block;
			inline-size: 100%;
		}

		& dt,
		  dd {
			font-size: 14px;
		}
	}

}


/* --------------------------------------------------------------------
 # 009-2【表2列】左寄せ見出し枠拡大＋左寄せテキスト（BasicParts009-2）
-------------------------------------------------------------------- */
.module-like-table_left-large {
	inline-size: 100%;

	& dl {
		display: -webkit-box;
		display: flex;
		font-size: 16px;
	}

	& dl:first-child {
		border-top: 1px solid var(--sub-border-color);
	}

	& dt {
		display: inline-flex;
		align-items: center;
		font-weight: bold;
		line-height: 1.6em;
		inline-size: 60%;
		color: var(--table-head-color);
		background-color: var(--table-headbg-color);
		border-bottom: 1px solid var(--sub-border-color);
	}

	& dd {
		line-height: 1.6em;
		inline-size: calc(100% - 60%);
		border-bottom: 1px solid var(--sub-border-color);
	}

	& dl dt,
	  dl dd {
		padding: 15px 20px;
	}
}


@media screen and (max-width: 767px) {

	.module-like-table_left-large dl {
		flex-wrap: wrap;
		font-size: 14px;

		& dt,
		  dd {
			inline-size: 100%;
		}
	}

}

/* --------------------------------------------------------------------
 # 010-1【表】エディタ自由記述：スクロール（BasicParts010-1）
-------------------------------------------------------------------- */
@media screen and (max-width: 767px) {

	.BasicParts10-1 .scroll table {
		min-width: 800px;
	}
}


/* --------------------------------------------------------------------
 # 011-3テキストボタン【4列】（BasicParts011-3）
-------------------------------------------------------------------- */
.module-4column .module-flex-img-item {
	float: left;
	text-align: center;
	inline-size: calc(100% / 4 - 24px);
	margin-inline-end: 30px;
	margin-block-end: 30px;

	&:nth-child(4n) {
		margin-inline-end: 0px;
	}

	& img {
		max-inline-size: 100%;
		block-size: auto;
		display: block;
		margin: 0 auto;
	}

	& .module-flex-img-item-txt {
		margin-block: 15px 0;
		text-align: left;
		font-size: 16px;
	}
}



#vcbody-wrapper .module-4column .module-flex-img-item {
	margin-inline-end: 30px;
}

#vcbody-wrapper .module-4column div:nth-child(4n) .module-flex-img-item {
	margin-inline-end: 0;
}


@media screen and (max-width: 767px) {

	.module-4column .module-flex-img-item {
		inline-size: 100%;
		margin-block-end: 20px;
	}

	#vcbody-wrapper .module-4column .module-flex-img-item {
		margin-inline-end: 20px;
	}

	#vcbody-wrapper .module-4column div:nth-child(2n) .module-flex-img-item {
		margin-inline-end: 0;
	}

	.module-4column .module-flex-img-item p {
		inline-size: 100%;
		font-size: 14px;
		margin-top: 10px;
	}

	.module-4column .module-flex-img-item img {
		max-inline-size: 100%;
		block-size: auto;
	}

}


/* --------------------------------------------------------------------
 # BasicParts13-1（見出し+インデントテキスト）
-------------------------------------------------------------------- */
.module-indent-parts h5 {
	color: #111;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 12px;
}

.module-indent-parts p {
	padding-left: 1em;
	text-indent: 0;
}


/* --------------------------------------------------------------------
 # 013-1【枠】見出し+テキストリンク3列（BasicParts013-1）
-------------------------------------------------------------------- */
.module-link-text-box_01 {
	inline-size: 100%;
	margin: 0 auto;
	border: 1px solid var(--sub-border-color);
	border-radius: 3px;

	& span {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 1em 1.5em;
		color: var(--box-text-color);
		background-color: var(--main-bg-color);
	}

	& ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 !important;
		padding: 1.5em;
		list-style-type: none
	}

	& ul li {
		position: relative;
		inline-size: calc(100% / 3 - 34px);
		margin-inline: 20px;
	}

	& ul li:nth-child(3n) {
		margin-inline-end: 0;
	}

	& ul li a::before {
		content: "";
		background-image: url(../img/common/cont_btn_ar01.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 16px auto;
		inline-size: 16px;
		block-size: 16px;
		position: absolute;
		left: -25px;
		top: 7px;
	}

	& p {
		padding: 1em 1.5em 0;
	}
}

#vcbody-wrapper .module-link-text-box_01 ul li {
	inline-size: 344px;
}

@media screen and (max-width: 767px) {

	.module-link-text-box_01 ul {
		display: block;
	}

	.module-link-text-box_01 ul li {
		inline-size: 94%;
		margin-block-end: 15px;
	}

	.module-link-text-box_01 ul li a::before {
		top: 7px;
	}
}

/* --------------------------------------------------------------------
 # 013-2【枠】見出し+テキストリンク1列（BasicParts013-2）
-------------------------------------------------------------------- */
.module-link-text-box_02 {
	inline-size: 100%;
	margin: 0 auto;
	border: 1px solid var(--sub-border-color);
	border-radius: 3px;

	& span {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 1em 1.5em;
		color: var(--box-text-color);
		background-color: var(--main-bg-color);
	}

	& ul {
		margin: 0 !important;
		padding: 1em 1.5em;
		list-style-type: none;
	}

	& ul li {
		position: relative;
		inline-size: 100%;
		margin-inline-start: 30px;
		margin-block-end: 15px;
	}

	& ul li:last-of-type {
		margin-block-end: 0;
	}

	& ul li a::before {
		content: "";
		background-image: url(../img/common/cont_btn_ar01.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 16px auto;
		width: 16px;
		height: 16px;
		position: absolute;
		left: -30px;
		top: 25%;
	}
}


@media screen and (max-width: 767px) {

	.module-link-text-box_02 ul {
		display: block;
	}

	.module-link-text-box_02 ul li {
		inline-size: 94%;
		margin-block-end: 15px;
	}

	.module-link-text-box_02 ul li a::before {
		top: 7px;
	}
}


/* --------------------------------------------------------------------
 # 015-1重要なお知らせ（上見出し）（BasicParts015-1）
-------------------------------------------------------------------- */
.module-important-parts {
	max-inline-size: 100%;
	margin: 0 auto;
	padding: 1em;
	border: 1px solid var(--important-color);
	border-radius: 3px;

	>div {
		margin-block-end: .5em;
		color: var(--important-color);
		font-weight: bold;
		font-size: 20px;
		text-align: center;

		>p {
			margin: 0;
		}
	}
}


/* -------------------------------------------------------------------------------------
 # BasicParts16-1, BasicParts17-1（上見出し+下左画像+テキスト2列, 左画像+見出し+テキスト2列）
------------------------------------------------------------------------------------- */
.module-2column .module-flex-img-item .horizontal {
	display: flex;
}

.module-2column .module-flex-img-item .horizontal .horizontal-img {
	inline-size: 50%;
	margin-inline-end: 30px;

	>img {
		inline-size: 100%;
	}
}

.module-2column .module-flex-img-item .horizontal .horizontal-txt {
	inline-size: 50%;

	>p {
		margin-block-end: 0;
	}
}

@media screen and (max-width: 767px) {

	.module-2column .module-flex-img-item .horizontal {
		flex-direction: column;
	}

	.module-2column .module-flex-img-item .horizontal .horizontal-img {
		inline-size: 100%;

		>img {
			max-inline-size: 100%;
		}
	}

	.default7 h4 {
		margin-block-start: 20px;
        font-size: 20px;
	}

	.module-2column .module-flex-img-item .horizontal .horizontal-txt {
		inline-size: 100%;

		>p {
			margin-block-start: 15px;
		}
	}
}



/* --------------------------------------------------------------------
 # 019-1【枠】左画像+テキスト【3列】（BasicParts019-1）
-------------------------------------------------------------------- */
.module-parts-Box-wrap {
	position: relative;
	display: flex;
	inline-size: 100%;
	border: 1px solid var(--sub-border-color);
	align-items: center;

	& a::before {
		content: "";
		position: absolute;
		inset: -5px;
	}

	& .cell01 {
		inline-size: 140px;
		block-size: auto;

		& img {
			inline-size: 140px;
			block-size: auto;
		}
	}

	& .cell02 {
		inline-size: calc(100% - 140px);
		padding: 5px;

		& a {
			font-size: 16px !important;
			color: var(--default-link-color);

			&:link {
				color: var(--default-link);
				text-decoration: none;
			}

			&:hover {
				color: var(--default-hover);
				text-decoration: none;
				filter: alpha(opacity=70);
				-moz-opacity: 0.7;
				opacity: 0.7;
				transition-duration: 0.3s;
			}

			&:visited {
				color: var(--default-visited);
				text-decoration: none;
			}

			&:active {
				color: var(--default-active);
				text-decoration: none;
			}

		}
	}
}

@media screen and (max-width: 767px) {

	.module-parts-Box-wrap {
		display: flex;
		align-items: center;
		inline-size: 100%;
		border: 1px solid var(--sub-border-color);

		& .cell01 {
			inline-size: 140px;
			block-size: auto;

			& img {
				width: 100%;
				height: auto;
			}
		}

		& .cell02 {
			inline-size: calc(100% - 140px);

			& a {
				font-size: 14px !important;
			}
		}
	}
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {

	.module-4column .module-flex-img-item {
		inline-size: calc(100% / 2 - 15px);

		&:nth-child(2n) {
			margin-inline-end: 0;
		}
	}
}


/* --------------------------------------------------------------------
 # 020-1【枠】上画像+下見出し+テキスト【2列】
-------------------------------------------------------------------- */
.partsContBoxborder {
	border: 1px solid var(--sub-border-color);
}

.partsContBox03 {
	padding: 20px;
}

.partsDl03 dt {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 12px;
	text-align: left;
}

.partsDl03 {
	text-align: left;
}

.partsDl03 p {
	font-size: 16px;
	margin-bottom: 0;
}


@media screen and (max-width: 767px) {
	.partsContBox03 {
		padding: 15px;
	}

	.partsDl03 dt {
		font-size: 18px;
		line-height: 1.6em;
		font-weight: bold;
		margin-bottom: 12px;
		text-align: left;
	}

	.partsDl03 {
		text-align: left;
	}

	.partsDl03 p {
		font-size: 14px;
	}
}



/* --------------------------------------------------------------------
 002-1【背景あり】テキスト【2列】（BasicParts002-1）
-------------------------------------------------------------------- */
.module-text-box {
	color: var(--common-fonts-color);
	background-color: var(--sub-bg-color);
	padding: 25px 30px 25px 30px;
	border-radius: 5px;

	& P {
		font-size: 16px;
		margin-block-end: 0;
	}

	& h4 {
		font-size: 20px;
		font-weight: bold;
		margin-block-end: 12px;
	}
}

@media screen and (max-width: 767px) {

	.module-text-box p {
		font-size: 14px;
	}
}


/* --------------------------------------------------------------------
 # 301-1お知らせ画像アイコン付き（NewsParts301-1）
 # 301-2お知らせ画像（NewsParts301-2）
-------------------------------------------------------------------- */
.module-news-box dl {
	border-bottom: 1px solid var(--sub-border-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	font-size: 16px;

	&:first-of-type {
		padding-top: 20px
	}

	& dt {
		inline-size: 120px;
		max-height: 115px;
		overflow: hidden;
		margin-bottom: 0;
		float: left;
		margin-right: 22px
	}

	& dd p a {
		margin-inline-start: 15px;
	}

	& dt img,
	  img.news_main {
		border: 1px solid var(--sub-border-color);
	}
}


.module-news-box p {
	color: var(--common-fonts-color);
	margin-block-end: 0;

	& a:link {
		color: var(--news-link);
		text-decoration: none;
	}

	& a:visited {
		color: var(--news-visited);
		text-decoration: none;
	}

	& a:hover {
		color: var(--news-hover);
		text-decoration: underline;
	}

	& a:active {
		color: var(--news-active);
		text-decoration: none;
	}

	& p.module-news-box-title {
		font-size: 18px;
		font-weight: bold
	}

}

.module-news-box .name {
	margin-bottom: 0;
	text-align: right;
	font-size: 16px;
}

.module-news-box .data {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 15px
}

.module-news-box .data .cate {
	display: inline-block;
	color: var(--news-icon-text-color);
	background-color: var(--news-icon-bg-color);
	border-radius: 100px;
	inline-size: 7em;
	text-align: center;
	font-size: 14px;
	line-height: 1.0em;
	padding: 8px;
	margin-inline-end: 20px;
}

.module-news-box .data .day {
	display: inline-block;
	border-radius: 100px;
	inline-size: 8em;
	font-size: 16px;
	line-height: 1.6em;
}

@media screen and (max-width: 767px) {

	.module-news-box dl {
		display: flex;

		& dt,
		  dd {
			inline-size: 50%;
		}

		& dd p a {
			margin-inline-start: 0;
		}
	}

	.module-news-box .data {
		flex-direction: column;

		& .cate {
			display: block;
			font-size: 14px;
			margin-inline-start: 0;
			padding: 8px;
		}

		& .day {
			font-size: 14px;
			margin-inline-start: 0;
			margin-block-start: 15px;
		}

		& p {
			margin-inline-start: 15px;
		}
	}

}


/* --------------------------------------------------------------------
 # 302-1お知らせアイコン付き（NewsParts302-1）
 # 302-2お知らせ（NewsParts302-1）
-------------------------------------------------------------------- */
#VcArea-MainColum ol.contNewsWrap01 {
	padding-left: 0;
}

.contNewsWrap01 {
	margin-top: 20px;
	list-style-type: none;
}

.contNewsWrap01 p {
	margin-bottom: 0
}

.contNewsWrap01 li {
	position: relative;
	border-bottom: 1px solid var(--sub-border-color);
	font-size: 16px;
	line-height: 1.6em;
	padding: 25px 0px;
}

.contNewsWrap01 li .time {
	vertical-align: middle;
	float: left;
}

.contNewsWrap01 li .cate {
	float: left;
}

.contNewsWrap01 li .cate p {
	margin-left: 35px;
	display: inline-block;
	color: var(--news-icon-text-color);
	background-color: var(--news-icon-bg-color);
	border-radius: 100px;
	inline-size: 8em;
	text-align: center;
	font-size: 14px;
	line-height: 1.0em;
	padding: 8px;
}

.contNewsWrap01 li .cont {
	margin-left: 35px;
	vertical-align: middle;
	float: left;
	text-align: left;
	width: calc(100% - 330px);
}

.contNewsWrap02 li .cont {
	inline-size: calc(100% - 155px);
}

.contNewsWrap01 li .cont a:link {
	color: var(--news-link);
	text-decoration: none;
}

.contNewsWrap01 li .cont a:visited {
	color: var(--news-visited);
	text-decoration: none;
}

.contNewsWrap01 li .cont a:hover {
	color: var(--news-hover);
	text-decoration: underline;
}

.contNewsWrap01 li .cont a:active {
	color: var(--news-active);
	text-decoration: none;
}

.contNewsWrap01 li:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 767px) {
	.contNewsWrap01 {
		border-top: 1px solid var(--sub-border-color);
		margin-top: 28px;

		& li {
			position: relative;
			border-bottom: 1px solid var(--sub-border-color);
			font-size: 14px;
			line-height: 1.6em;
			padding: 20px 24px 20px 0px;
			text-align: left;
		}

		& li:after {
			content: "";
			display: block;
			clear: both;
		}

		&::before {
			content: "";
			background-image: url("../img/common/cont_ar01.png");
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 12px auto;
			width: 12px;
			height: 12px;
			position: absolute;
			right: 10px;
			top: 62px;
			margin-top: 0;
		}

		& li .time {
			vertical-align: middle;
			float: left;
			font-size: 14px;
		}

		& li .cate {
			float: left;
		}

		& li .cate p {
			margin-left: 20px;
			font-size: 12px;
			line-height: 1.0em;
			padding: 7px;
		}

		& li .cont {
			inline-size: 100%;
			margin-block-start: 10px;
			margin-inline-start: 0px;
			vertical-align: middle;
			float: left;
			clear: both;
		}

		& li .cont a:hover {
			text-decoration: underline;
		}
	}

	.contNewsWrap02 li .cont {
		inline-size: 100%;
	}

}



/* --------------------------------------------------------------------
 # 303-1【枠】お知らせ上画像+見出し+テキスト+アイコン【3列】（NewsParts303-1）
-------------------------------------------------------------------- */
.partsDl03 .data {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 400;
}

.partsDl03 .data span.cate {
	display: inline-block;
	color: var(--news-icon-text-color);
	background-color: var(--news-icon-bg-color);
	border-radius: 100px;
	width: 7em;
	text-align: center;
	font-size: 12px;
	line-height: 1.0em;
	padding: 8px;
}

/* --------------------------------------------------------------------
 # 303-1【枠】お知らせ上画像+見出し+テキスト+アイコン【3列】（NewsParts303-1）
-------------------------------------------------------------------- */
.partsDl03 .data_02 {
	display: flex;
	justify-content: flex-end;
	font-size: 16px;
	font-weight: 400;
}


/* -----------------------------------------------------------------------------
 # headingParts1-2（ # headingParts1-2（画像+日付+テキスト+アイコン【枠付き】3列））
------------------------------------------------------------------------------ */
.default1 span {
	font-size: 20px;
}


/* --------------------------------------------------------------------
 # 101-1下層大見出し中央（HeadingParts101-1）
-------------------------------------------------------------------- */
.under-large-heading {
	background-color: var(--main-bg-color);
}

.under-H2-center {
	display: grid;
	place-items: center;
	align-content: center;
	block-size: 150px;
	color: var(--heading-text-color);
	font-size: 32px !important;
	line-height: 1.6em;
}

@media screen and (max-width: 767px) {
	.under-H2-center {
		block-size: 100px;
		margin-block-start: 40px;
		font-size: 22px !important;
	}
}


/* --------------------------------------------------------------------
 # 102-1下層大見出し左寄せ（HeadingParts102-1）
-------------------------------------------------------------------- */
.under-H2 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	block-size: 150px;
	font-size: 32px !important;
	line-height: 1.6em;
	color: var(--heading-text-color);
}

@media screen and (max-width: 767px) {
	.under-H2 {
		block-size: 100px;
		padding-inline: 20px;
		font-size: 22px !important;
	}
}


/* --------------------------------------------------------------------
 # 103-1大見出し中央小文字付き（HeadingParts103-1）
-------------------------------------------------------------------- */
.under-large-heading .under-H2-center span {
	font-size: 16px !important;
	color: var(--heading-small-text-color);
}

@media screen and (max-width: 767px) {
	.under-large-heading .under-H2-center span {
		font-size: 14px !important;
	}
}


/* --------------------------------------------------------------------
 # 104-1大見出し左寄せ小文字付き（HeadingParts104-1）
-------------------------------------------------------------------- */
.under-large-heading .under-H2 span {
	font-size: 16px !important;
	color: var(--heading-small-text-color);

}

@media screen and (max-width: 767px) {
	.under-large-heading .under-H2 span {
		font-size: 14px !important;
	}
}















/* --------------------------------------------------------------------
 # BasicParts-1
-------------------------------------------------------------------- */
.partsTextBox02 {
	margin-top: 20px;
}

.partsTextBox02 p {
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.partsTextBox02 p {
		font-size: 14px;
	}
}








/* --------------------------------------------------------------------
 # BasicParts-20
-------------------------------------------------------------------- */
.panel {
	display: none;
}


.panel.is-show {
	display: block;
}

.partsTabCont01 {
	margin-top: 30px;
}

.cont01Tab01.partsTab01 li {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 70px;
	box-sizing: border-box;
	padding: 5px;
	border-left: 2px solid #ffffff;
	cursor: pointer;
	width: 25%;
	background-color: #868c97;
	color: #ffffff;
}

.cont01Tab01.partsTab01 li.is-active {
	background-color: var(--sub-color2);
}

@media screen and (max-width: 767px) {

	.panel {
		display: none;
	}

	.panel.is-show {
		display: block;
	}

	.partsTabCont01 {
		margin-top: 30px;
	}

	.partsMapTit01 {
		text-align: left;
		font-size: 16px;
		line-height: 1.6em;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.cont01Tab01.partsTab01 li {
		float: left;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 70px;
		box-sizing: border-box;
		padding: 5px;
		border-left: 2px solid #ffffff;
		cursor: pointer;
		width: 25%;
		background-color: #868c97;
		color: #ffffff;
	}

	.cont01Tab01.partsTab01 li.is-active {
		background-color: #9b9792;
	}

	.cont01Tab01 li p {
		font-size: 12px;
		line-height: 1.2em;
	}
}




/* --------------------------------------------------------------------
 # HTMLParts-2
-------------------------------------------------------------------- */
.partsYoutubu01 iframe {
	inline-size: 100%;
	block-size: auto;
	aspect-ratio: 16 / 9;
}

@media screen and (max-width: 767px) {
	.partsYoutubu01 iframe {
		inline-size: 100%;
		block-size: 200px;
		aspect-ratio: 16 / 9;
	}
}

/* --------------------------------------------------------------------
 # HTMLParts-3
-------------------------------------------------------------------- */
.partsUl03 li iframe {
	inline-size: 100%;
	block-size: 300px;
	aspect-ratio: 16 / 9;
}

@media screen and (max-width: 767px) {
	.partsUl03 li iframe {
		inline-size: 100%;
		block-size: 220px;
		aspect-ratio: 16 / 9;
	}
}


/* --------------------------------------------------------------------
 # HTMLParts-4
-------------------------------------------------------------------- */
.partsGoogleMap01 iframe {
	inline-size: 100%;
}

@media screen and (max-width: 767px) {
	.partsGoogleMap01 iframe {
		inline-size: 100%;
		block-size: 220px;
	}
}

/* --------------------------------------------------------------------
 # HTMLParts-6
-------------------------------------------------------------------- */
.parts6-1 th {
	padding: 5px;
	background-color: var(--sub-bg-color);
}
.parts6-1 td {
	padding: 5px;
}


/* --------------------------------------------------------------------
 # 大見出し中央寄せ
-------------------------------------------------------------------- */
.heading-11 {
	position: relative;
}

.heading-11.on:before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	inline-size: 60px;
	block-size: 4px;
	background-color: var(--main-border-color);
}

#VcArea-MainColum h2 {
	font-size: 34px;
	font-weight: 500;
	line-height: 1.6em;
	padding: 0px 0px 0px 28px;
	margin-block: 60px 40px;
}

#VcArea-MainColum h2:first-child {
	margin-block: 0 40px;
}


#VcArea-MainColum h2.heading-11 {
	margin-top: 60px;
}

#VcArea-MainColum h2.heading-11 {
	margin-top: 60px;
	padding-left: 0;
}

#VcArea-MainColum h2.heading-11.on {
	border-top: 1px solid var(--sub-color2);
	padding-top: 30px;
}

@media screen and (max-width: 767px) {
#VcArea-MainColum h2 {
	font-size: 22px;
    font-weight: bold;
}
}


/* --------------------------------------------------------------------
 # SMPフォーム for PC
-------------------------------------------------------------------- */
@media screen and (min-width: 767px) {

#VcArea-MainColum .ss_contents {
	inline-size: 750px !important;
	margin: 0 auto;
}
}

.smpForm {
	padding: 0px !important;
}

.smp_form {
	background: url("../img/common/load.gif") no-repeat center;
	margin-bottom: 50px;
	letter-spacing: 0;
	min-height: 150px;
	text-align: left;
}

.smpForm form input,
.smpForm form select,
.smpForm form textarea {
	padding: 10px;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
}
.smpForm form input[type="checkbox"],.smpForm form input[type="radio"] {
	margin-right: 3px;
}
.smpForm .ss_upComment{
	margin-bottom: 3px;
}
.ss_contents input, .ss_contents select {
	border: 1px solid var(--input-border-color)!important;
    border-radius: 3px;
}
.smpForm form textarea {
	border: 1px solid var(--input-border-color)!important;
    border-radius: 3px;
}

#VcArea-MainColum .smpForm fieldset>div:first-of-type {
	inline-size: 250px;
	padding: 10px;
	text-align: left;
}
#VcArea-MainColum .ss_grid {
	padding: 10px;
}

@media screen and (min-width: 767px) {
#VcArea-MainColum .ss_grid {
	width: calc(100% - 250px);
}
}

.smpForm fieldset {
	display: flex;
}

.ss_btnArea {
	margin-top: 30px;
	text-align: center;
}

.ss_btnArea p {
	text-align: center
}

.ss_btnArea input {
	padding: 0.3em 1em;
	text-decoration: none;
	background-color: #b19168 !important;
	color: #FFFFFF;
	border: solid 2px #b19168 !important;
	border-radius: 3px;
	min-width: 250px
}

.ss_btnArea input:hover {
	cursor: pointer;
}

.ss_leftComment {
    margin-inline-start: 0 !important;
}

.ss_bottomComment {
	text-align: left;
}
@media screen and (min-width: 767px) {
#VcArea-MainColum .ss_input {
	margin-inline-start: 20px;
}
}

.ss_required_field input {
	border: 1px solid var(--input-border-color) !important;
}

.ss_user_notnull {
	color: var(--important-color) !important;
}

.topBlock02In01 a {
	text-decoration: none;
}

.sitemap a {
	text-decoration: none;
}

/* --------------------------------------------------------------------
 # SMPフォーム for tablet
-------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1199.98px) {

	.ss_contents {
		inline-size: 100% !important;
		margin: 0;
	}

	.ss_leftComment {
		margin-inline-start: 0 !important;
	}

	.ss_input {
		margin-inline-start: 20px;
	}

	.smpForm fieldset > div:first-of-type {
		inline-size: 230px;
	}
	.contSideformColumn .ss_input {
		margin-inline-start: 0px;
	}


}

/* --------------------------------------------------------------------
 # SMPフォーム for tablet - landscape
-------------------------------------------------------------------- */
@media (orientation: landscape) and (767px <=width < 1200px) {
	#VcArea-MainColum .ss_contents {
		inline-size: 730px !important;
		margin: 0 auto;
	}
}


/* --------------------------------------------------------------------
 # SMPフォーム for mobile
-------------------------------------------------------------------- */
@media screen and (max-width: 767px) {

	.ss_contents {
		inline-size: 100% !important;
	}

	.smpForm {
		inline-size: 100% !important;
	}

	.smpForm fieldset>div:first-of-type {
		display: block;
	}

	.smpForm fieldset {
		display: block;
	}

	.ss_form_title {
		width: 100%;
		padding: 10px 5px 0 5px;
	}

	.ss_grid {
		align-items: center;
		inline-size: 95%;
	}

	#ss_zip .ss_grid {
		display: flex;
	}

	#ss_zip .ss_grid .ss_input {
		display: inline-flex;
		align-items: center;
		inline-size: 169px !important;
	}

	#ss_zip .ss_grid .ss_leftCommentt {
		display: inline-block !important;
		margin-inline: 15px !important;
	}

	.ss_input {
		margin-inline-start: 0;
		margin-block-end: 10px;
	}

	.ss_grid input:not([type="checkbox"]):not([type="radio"]):not([type="date"]):not([type="datetime-local"]) {
		inline-size: 93% !important;
	}

	.smpForm form select {
		inline-size: 95%;
	}

	.smpForm form textarea {
		inline-size: 88%
	}
/*
	.ss_bottomComment {
		inline-size: 300px;
	}
*/
}


/* --------------------------------------------------------------------
 # SMPフォーム[MV]
-------------------------------------------------------------------- */
.mainvisual_form {
	position: relative;
}

.mainContWrap02 {
	block-size: 100%;
	position: absolute;
	top: 0px;
	right: 30px;
	z-index: 5;
}

.mainContIn02 {
	display: flex;
	align-items: center;
	position: relative;
	block-size: 100%;
}

.mainvisual_form .smp_form {
	background: var(--common-bg-color);
	border-radius: 20px;
	padding: 10px 0px 10px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	max-inline-size: 440px;
	min-block-size: 75%;
}

.mainvisual_form .ss_contents {
	inline-size: 100% !important;
	margin: 0 auto;
}

.smp_form h2,
#VcArea-TopPage .smp_form h2 {
	font-size: 1.5em;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	margin-left: 0;
	padding-left: 0
}

.smp_form p {
	margin-bottom: 0;
	font-size: 0.8em
}

.smp_form h2 {
	font-size: 1.5em;
	margin-bottom: 20px;
	font-weight: bold;
}

.mainContIn02 .ss_form_title {
	width: 100px;
	padding: 5px 5px 5px 0;
}

.smp_form .ss_grid {
	width: calc(100% - 120px);
	padding: 5px 20px 5px 0;
}

.smp_form .smpForm fieldset>div:first-of-type {
	width: 120px;
	text-align: right;
}

.smp_form .ss_btnArea input {
	font-family: inherit;
	font-size: 1.2em;
	padding: 1em 2em;
	background-color: var(--registration-bg-color) !important;
	border: solid 2px var(--registration-border-color) !important;
}

.smp_form .ss_grid input:not([type="checkbox"]):not([type="radio"]):not([type="date"]):not([type="datetime-local"]) {
	width: 99%;
	font-size: 14px;
}

.smp_form .ss_field:nth-child(odd) {
	background: none;
}

.smp_form .ss_contents fieldset {
	border: none;
	align-items: center;
}

.smp_form .ss_form_title {
	font-size: 12px;
	text-align: right;
}

.smp_form .ss_leftComment {
	display: none
}

.smp_form .ss_input {
	margin-left: 5px;
	font-size: 14px;
}

.smp_form * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.smp_form .ss_grid {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: calc(100% - 120px);
}

.smp_form .ss_btnArea {
	max-width: 300px;
	margin: 20px auto;
}

@media screen and (max-width: 980px) {

	.mainContWrap02 {
		block-size: auto;
		position: initial;
	}

	.mainContIn02 .ss_form_title {
		padding: 0;
	}

	.smp_form {
		background: #FFF;
		display: block;
		align-items: center;
		margin: 0 auto;
		box-shadow: 0px 0px 5px #ccc;
		margin: 15px auto;

		& .ss_form_title {
			text-align: left;
		}

		& .ss_grid {
			inline-size: 100%;
		}

		& h2 {
			font-weight: bold;
			font-size: 1.4em;
			margin-bottom: 10px;
			padding-left: 0;
		}
	}

	#VcArea-TopPage .smp_form h2 {
		font-weight: bold;
		font-size: 1.4em;
		margin-bottom: 10px;
		padding-left: 0;
	}

	.mainvisual_form {
		background-color: var(--main-bg-color);
	}

}

@media screen and (max-width: 767px) {
	.smp_form .smpForm fieldset > div:first-of-type {
		inline-size: 100%;
		text-align: left;
		padding-inline-start: 13px;
		padding-block-start: 0;
	}

	.smp_form .ss_leftComment {
		display: none;
	}

	.mainvisual_form .ss_bottomComment {
		margin-inline-start: 15px;
		margin-block-start: 5px;
	}

	.ss_bottomComment {
		margin-inline-start: 0;
		margin-block-start: 5px;
	}

	.smp_form .ss_grid {
		padding: 0
	}

	.smp_form .ss_grid {
		padding: 0
	}

	.smp_form .ss_input {
		margin-left: 0px;
	}
}

@media screen and (max-width: 400px) {
	.smp_form {
		margin: 15px;
	}
}


/*SMP右カラム用*/

.contSideformColumn .smp_form_right{
	background-color: var(--sub-bg-color) !important;
	border-radius: 5px;
	padding: 10px;
}
.contSideformColumn .ss_field:nth-child(odd) {
    background: none!important;
}
.contSideformColumn .ss_contents fieldset + fieldset {
    background: none!important;
}
.contSideformColumn .ss_contents fieldset {
    border: none!important;
}
.contSideformColumn .smpForm fieldset{
	flex-direction: column!important;
}
.ss_leftComment, .ss_rightComment {
    min-width: 20px!important;
    display: inline-block!important;
}
.contSideformColumn fieldset{
	margin-top: 20px;
}
.contSideformColumn .smp_form_right textarea{
	width: calc(100% - 20px)!important;
}
.contSideformColumn input[type="file"]{
	border: none!important
}
.contSideformColumn .ss_input td{
	padding-right: 10px
}
/*.ss_grid{
	justify-content: space-between
}*/
.ss_input,.ss_form_title,.ss_enquete_title{
	padding: 0 5px
}

.contSideformColumn .ss_field:hover, .contSideformColumn .ss_enquete_field:hover {
    background: none!important;
}
.ss_complete_message,.smpForm{
	height: auto!important
}
/* --------------------------------------------------------------------
 # FAQ
-------------------------------------------------------------------- */
.faq-list dl {
	margin-bottom: 50px;
}

.faq-question {
	color: var(--common-fonts-color);
	background-color: var(--sub-bg-color);
	font-weight: bold;
	margin-bottom: 0.18rem;
	padding: 20px 5px 20px 20px;
	line-height: 1.47;
	position: relative;
	padding-left: 4em;
}

.faq-question:before {
	content: "Ｑ";
	color: var(--question-bg-text-color);
	background-color: var(--question-bg-color);
	border-radius: 100%;
	padding: 3px;
	width: 1.47em;
	height: 1.47em;
	display: inline-block;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.47em;
	margin-right: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.faq-answer {
	position: relative;
	padding-left: 4em;
	padding-right: 5px;
	padding-top: 18px;
}

.faq-answer:before {
	content: "Ａ";
	font-weight: bold;
	color: var(--answer-text-color);
	background-color: var(--answer-bg-color);
	border-radius: 100%;
	padding: 3px;
	width: 1.47em;
	height: 1.47em;
	display: inline-block;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.47em;
	margin-right: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
}



.NewsParts-2 img {
	max-width: 80%;
	margin-bottom: 40px;
}

.NewsParts-2 .contImgWrap01 {
	text-align: center
}

.HTMLParts-4 table {
	width: 100%;
	table-layout: fixed;
}

.HTMLParts-4 table th,
.HTMLParts-4 table td {
	border: 1px solid var(--sub-color1);
	padding: 10px;
}


/*--------重要なお知らせ------------*/

.importantBlock01 {
	padding: 25px 30px 25px 30px;
	background-color: #ffffff;
}

.importantBox01 {
	text-align: left;
	border: 1px solid var(--important-color);
	padding: 30px;
	margin-bottom: 50px
}

.importantTit01 {
	width: 200px;
	float: left;
}

.importantCont01 {
	box-sizing: border-box;
	width: calc(100% - 200px);
	float: left;
	padding: 2px 0px 0px 0px;
}

#vcbody-wrapper .importantCont01 {
	font-size: 13px !important;
}

.importantTit01 p {
	color: var(--important-color);
	font-size: 18px !important;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 0;
}


.importantCont01 a {
	position: relative;
	display: block;
	font-size: 16px !important;
	line-height: 1.8em;
	padding-right: 40px;
}

#vcbody-wrapper .importantCont01 a {
	font-size: 13px !important;
}

.importantCont01 a:link {
	color: #000000;
	text-decoration: none;
}

.importantCont01 a:visited {
	color: #000000;
	text-decoration: none;
}

.importantCont01 a:hover {
	color: #000000;
	text-decoration: underline;
}

.importantCont01 a:active {
	color: #000000;
	text-decoration: none;
}

@media screen and (max-width: 768px) {


	.importantBlock01 {
		padding: 8px 20px 10px 20px;
		background-color: var(--common-bg-color);
	}

	.importantBox01 {
		text-align: left;
	}

	.importantTit01 {
		width: auto;
		float: none;
	}

	.importantCont01 {
		box-sizing: border-box;
		width: auto;
		float: none;
		padding: 2px 0px 0px 0px;
	}

	.importantTit01 p {
		font-size: 16px !important;
		line-height: 1.8em;
		font-weight: bold;
	}


	.importantCont01 a {
		position: relative;
		display: block;
		font-size: 14px !important;
		line-height: 1.8em;
		padding-right: 40px;
	}

	.importantCont01 a:link {
		color: #000000;
		text-decoration: none;
	}

	.importantCont01 a:visited {
		color: #000000;
		text-decoration: none;
	}

	.importantCont01 a:hover {
		color: #000000;
		text-decoration: underline;
	}

	.importantCont01 a:active {
		color: #000000;
		text-decoration: none;
	}

}

/*追加見出し*/


#VcArea-MainColum .centerh3 h3 {
	text-align: center;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.6em;
	padding: 0px 0px 0px 28px;
	margin-top: 0;
	margin-top: 60px;

	position: relative;
	margin-bottom: 2em;
}

#VcArea-MainColum .centerh3 h3:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--sub-color2);
	border-radius: 2px;
}

#VcArea-MainColum .centerh3 h3:first-child {
	margin-top: 0;
}

#vcbody-wrapper table {
	font-size: 13px !important;
}