@charset "UTF-8";
@font-face {
	font-family: "hpg-sp-webfont";
	font-style: normal;
	font-weight: normal;
	src: url("/SYS/common/fonts/hpg-sp-webfont.eot?20260310122844") format("embedded-opentype"),
	     url("/SYS/common/fonts/hpg-sp-webfont.ttf?20260310122844") format("truetype"),
	     url("/SYS/common/fonts/hpg-sp-webfont.woff?20260310122844") format("woff"),
	     url("/SYS/common/fonts/hpg-sp-webfont.svg?20260310122844") format("svg");
}
body {
	font-family: "Helvetica Neue",
	             Arial,
	             "Hiragino Kaku Gothic ProN",
	             "Hiragino Sans",
	             Meiryo,
	             sans-serif;
}
.wrapper {
	background-color: #FFFFFF;
	overflow: hidden;
}
.main-contents {
	background-color: #F9F8F7;
	color: #1E212D;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 22px;
}
.main-contents > .content {
	padding-top: 22px;
}
.content > h1,
.content h2,
.content h3,
.content h4 {
	color: #1E212D;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 10px;
}
.content > h2 {
	padding-bottom: 4px;
}
.content > .content-header {
	padding: 0 10px;
}
.content > .content-header > h1,
.content > .content-header h2,
.content > .content-header h3,
.content > .content-header h4 {
	color: #1E212D;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.content > .content-header > h2 {
	padding-bottom: 4px;
}
.content > .content-body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
.aside-content {
	padding: 22px 10px 0;
}
.aside-content > .aside-button + .aside-button {
	margin-top: 15px;
}
button {
	padding: 0;
	border: none;
	background: transparent;
	font-family: "Helvetica Neue",
	             Arial,
	             "Hiragino Kaku Gothic ProN",
	             "Hiragino Sans",
	             Meiryo,
	             sans-serif;
	font-weight: bold;
	line-height: 1;
}
.hpg-footer {
	background-color: #FFFFFF;
}
.hpg-footer .app-footer-banner {
	padding: 0 10px 22px;
	background-color: #F9F8F7;
	text-align: center;
}
.hpg-footer .app-footer-banner-link {
	display: inline-block;
}
.hpg-footer .app-footer-banner-img {
	width: 100%;
	max-width: 370px;
	height: auto;
}
.hpg-footer .link-list {
	background-color: #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.hpg-footer .link-list > li {
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.hpg-footer .link-list > li::after {
	background-color: transparent;
	border-right: solid 2px #CCCCCC;
	border-top: solid 2px #CCCCCC;
	content: "";
	height: 6px;
	width: 6px;
	transform: rotate(45deg);
	display: block;
	margin-top: -3px;
	position: absolute;
	right: 10px;
	top: 50%;
}
.hpg-footer .link-list > li > a {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	min-height: 44px;
	padding: 10px 30px 10px 10px;
	width: 100%;
	word-break: break-word;
	padding-right: 20px;
}
.hpg-footer .link-list > li > a:link,
.hpg-footer .link-list > li > a:visited {
	color: #1E212D;
	text-decoration: none;
}
.hpg-footer .link-list > li > a > .picture {
	display: block;
}
.hpg-footer .link-list > li > a > .info {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	width: calc(100% - 50px);
}
.hpg-footer .link-list > li > a > .info > .title {
	display: block;
	font-size: 14px;
}
.hpg-footer .link-list > li > a > .info > .caption {
	color: #969696;
	display: block;
	font-size: 12px;
}
.hpg-footer .link-list > li + li {
	border-top: solid 1px #CCCCCC;
}
.hpg-footer .link-list > li > a {
	padding-right: 30px;
}
.hpg-footer .link-list .title,
.hpg-footer .link-list .caption {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.4;
}
.hpg-footer .link-list .title {
	color: #1E212D;
}
.hpg-footer .link-list .caption {
	margin-top: 3px;
	font-weight: normal;
}
.hpg-footer .publish-btn-wrap {
	margin-top: 15px;
	padding: 0 10px;
}
.hpg-footer .publish-btn-wrap .publish-btn {
	background-color: #FAFAFA;
	border-radius: 4px;
	box-sizing: border-box;
	font-weight: bold;
	padding: 0 14px;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #CCCCCC;
}
.hpg-footer .publish-btn-wrap .publish-btn:visited {
	color: #1E212D;
}
.hpg-footer .publish-btn-wrap .publish-btn:link {
	color: #1E212D;
	text-decoration: none;
}
.hpg-footer .publish-btn-wrap .publish-btn.disabled {
	background-color: #E0DFE1;
	color: #FFFFFF;
}
.hpg-footer .publish-btn-wrap .publish-btn:link,
.hpg-footer .publish-btn-wrap .publish-btn:visited {
	color: #1E212D;
}
.hpg-footer .policy-link-list,
.hpg-footer .inbound-link-list {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.hpg-footer .policy-link-list > li,
.hpg-footer .inbound-link-list > li {
	display: flex;
	align-items: center;
}
.hpg-footer .policy-link-list > li + li::before,
.hpg-footer .inbound-link-list > li + li::before {
	height: 12px;
	overflow: hidden;
	margin-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 1;
	content: "|";
}
.hpg-footer .policy-link-list > li > a,
.hpg-footer .inbound-link-list > li > a {
	font-size: 10px;
	color: #3BA3CD;
	line-height: 1.4;
}
.hpg-footer .policy-link-list {
	margin: 15px auto 0;
}
.hpg-footer .inbound-link-list {
	margin: 10px auto 0;
}
.hpg-footer .policy-link-list > li > a {
	font-size: 12px;
}
.hpg-footer .inbound-link-list > li + li::before {
	height: 10px;
}
.hpg-footer .footer-link-recruit {
	margin-top: 10px;
	padding: 0 10px 10px 10px;
}
.hpg-footer .footer-link-recruit.footer-margin {
	padding-bottom: 72px;
}
.hpg-footer .footer-link-recruit > .link {
	display: flex;
	align-items: flex-end;
	width: fit-content;
	padding: 10px 10px;
}
.hpg-footer .footer-link-recruit .copyright {
	/* TODO 20221114 kojima common.cssが全画面から削除されたら、ここのスタイル指定は最適化する（common.cssの打ち消しをしてます） */
	margin-left: 10px;
	padding: 0;
	background-color: transparent;
	font-size: 10px;
	font-family: "メイリオ", sans-serif;
	font-weight: bold;
	color: #435B67;
	line-height: 1;
	text-align: left;
}
body.fix-body.my-menu-is-open {
	position: fixed;
	width: 100%;
	overflow: initial;
}
.app-banner ~ .hpg-header > .news-drawer.open {
	height: calc(100vh - 114px);
	height: calc(100dvh - 114px);
}
.app-banner ~ .hpg-header > .news-drawer > .close-btn-wrap {
	bottom: calc(100vh - 174px);
	bottom: calc(100dvh - 174px);
}
.hpg-header {
	display: flex;
	position: relative;
	width: 100%;
	height: 49px;
	padding: 8px 10px 8px 5px;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	background: #FFFFFF;
	line-height: 1;
}
.hpg-header > .logo-wrap {
	width: 94px;
	height: 32px;
	margin-right: auto;
	margin-left: 5px;
}
.hpg-header > .logo-wrap > .logo-link {
	display: block;
}
.hpg-header > .my-menu-btn {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	width: 54px;
	height: 32px;
	margin-left: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
	white-space: nowrap;
	letter-spacing: -1px;
}
.hpg-header > .my-menu-btn::before {
	color: #808080;
	content: "\e92f";
	display: inline-block;
	font-family: "hpg-sp-webfont" !important;
	font-size: 16px;
	font-weight: normal;
	height: 16px;
	line-height: 16px;
	margin-top: -2px;
	vertical-align: middle;
	width: 16px;
	position: absolute;
	top: 0;
	margin-top: initial;
}
.hpg-header > .my-menu-btn.notice-badge::after {
	position: absolute;
	top: -3px;
	left: 32px;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #D0111B;
	content: "";
}
.hpg-header > .my-menu-overlay {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1500;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}
.hpg-header > .my-menu-overlay.open {
	visibility: visible;
	opacity: 1;
}
.hpg-header > .my-menu-drawer-wrap {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	right: -305px;
	z-index: 2000;
	width: 305px;
	height: 100%;
	background-color: #FFFFFF;
	transition: right 0.6s ease;
}
.hpg-header > .my-menu-drawer-wrap > .my-menu-drawer {
	overflow-y: scroll;
	color: #1E212D;
}
.hpg-header > .my-menu-drawer-wrap.open {
	right: 0;
}
.hpg-header > .my-menu-drawer-wrap > .drawer-close-btn {
	height: 0;
}
.hpg-header > .my-menu-drawer-wrap > .drawer-close-btn::before,
.hpg-header > .my-menu-drawer-wrap > .drawer-close-btn::after {
	display: block;
	visibility: hidden;
	position: absolute;
	left: -29px;
	top: 20px;
	background-color: #FFFFFF;
	width: 15px;
	height: 2px;
	content: "";
}
.hpg-header > .my-menu-drawer-wrap > .drawer-close-btn::before {
	transform: rotate(45deg);
}
.hpg-header > .my-menu-drawer-wrap > .drawer-close-btn::after {
	transform: rotate(135deg);
}
.hpg-header > .my-menu-drawer-wrap > .drawer-close-btn.open::before,
.hpg-header > .my-menu-drawer-wrap > .drawer-close-btn.open::after {
	visibility: visible;
}
.hpg-header .drawer-head-area {
	padding: 20px 15px;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	background-color: #F9F8F7;
}
.hpg-header .user-name-wrap {
	display: flex;
	align-items: baseline;
	padding: 3px 0;
	font-size: 12px;
	font-weight: bold;
}
.hpg-header .user-name-wrap > .user-name {
	display: block;
	max-width: 242px;
	overflow: hidden;
	margin-right: 5px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hpg-header .point-area {
	margin-top: 10px;
	padding: 15px;
	border-radius: 4px;
	background-color: #FFFFFF;
}
.hpg-header .point-area > .pr-text {
	padding: 2px 0;
	font-size: 10px;
}
.hpg-header .point-area > .pr-logo {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 5px;
}
.hpg-header .point-area > .point-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.hpg-header .point-area > .point-wrap > .point-text {
	font-size: 12px;
}
.hpg-header .point-area > .point-wrap > .point-text > .point {
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #D0111B;
}
.hpg-header .login-btn-wrap {
	margin-top: 15px;
}
.hpg-header .login-btn-wrap > .login-btn {
	background-color: #3BA3CD;
	border-radius: 4px;
	box-sizing: border-box;
	font-weight: bold;
	padding: 0 14px;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 40px;
}
.hpg-header .login-btn-wrap > .login-btn:visited {
	color: #FFFFFF;
}
.hpg-header .login-btn-wrap > .login-btn:link {
	color: #FFFFFF;
	text-decoration: none;
}
.hpg-header .login-btn-wrap > .login-btn.disabled {
	background-color: #E0DFE1;
	color: #FFFFFF;
}
.hpg-header .reserve-link-list {
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
.hpg-header .reserve-link-list > li > a {
	display: flex;
	align-items: center;
	position: relative;
	height: 44px;
	padding: 10px 15px 10px 41px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	color: #1E212D;
}
.hpg-header .reserve-link-list > li > .icn-gift::before {
	color: #1E212D;
	content: "\e95f";
}
.hpg-header .reserve-link-list > li > .icn-calendar::before {
	color: #1E212D;
	content: "\e909";
}
.hpg-header .reserve-link-list > li > .icn-balloon::before {
	color: #1E212D;
	content: "\e903";
}
.hpg-header .reserve-link-list > li > .icn-bookmark::before {
	color: #1E212D;
	content: "\e958";
}
.hpg-header .reserve-link-list > li > .icn-history::before {
	color: #1E212D;
	content: "\e91c";
}
.hpg-header .reserve-link-list > li > a::before {
	display: inline-block;
	font-family: "hpg-sp-webfont" !important;
	font-size: 16px;
	font-weight: normal;
	height: 16px;
	line-height: 16px;
	margin-top: -2px;
	vertical-align: middle;
	width: 16px;
	position: absolute;
	left: 15px;
	margin-top: initial;
}
.hpg-header .reserve-link-list .drawer-notice-badge {
	display: inline-block;
	position: absolute;
	right: 15px;
	padding: 4px 6px;
	border-radius: 10px;
	background-color: #D0111B;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.hpg-header .service-wrap {
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
}
.hpg-header .service-wrap > .accordion-checkbox {
	display: none;
}
.hpg-header .service-wrap > .accordion-trigger {
	display: flex;
	align-items: center;
	position: relative;
	height: 44px;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	color: #1E212D;
}
.hpg-header .service-wrap > .accordion-trigger::after {
	background-color: transparent;
	border-right: solid 2px #CCCCCC;
	border-top: solid 2px #CCCCCC;
	content: "";
	height: 6px;
	width: 6px;
	margin-bottom: 3px;
	transform: rotate(135deg);
	display: block;
	margin-top: -3px;
	position: absolute;
	right: 10px;
	top: 50%;
	right: 17px;
	margin-top: -6px;
}
.hpg-header .service-wrap > .accordion-checkbox:checked ~ .accordion-trigger::after {
	transform: rotate(-45deg);
	margin-top: -2px;
}
.hpg-header .service-wrap > .service-link-list {
	display: none;
	padding: 10px 0;
}
.hpg-header .service-wrap > .service-link-list > li > a {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 12px;
	color: #1E212D;
}
.hpg-header .service-wrap > .service-link-list.open {
	display: block;
	border-top: 1px solid #CCCCCC;
}
.hpg-header .service-wrap > .accordion-checkbox:checked ~ .service-link-list {
	display: block;
	border-top: 1px solid #CCCCCC;
}
.hpg-header .personal-link-list {
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
.hpg-header .personal-link-list > li > a {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	color: #1E212D;
}
.hpg-header .logout-link {
	display: flex;
	align-items: center;
	height: 44px;
	padding: 10px 15px;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	color: #1E212D;
}
.main-contents .subsite-main-title + .content {
	padding-top: 0;
}
.main-contents .subsite-kv img {
	width: 100%;
}
.main-contents .subsite-main-title {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 38px;
	background-color: #F5F1E9;
}
.main-contents .subsite-main-title .back-btn-wrap {
	position: absolute;
	left: 6px;
}
.main-contents .subsite-main-title .back {
	position: relative;
	display: block;
	width: 38px;
	height: 38px;
}
.main-contents .subsite-main-title .back:before {
	background-color: transparent;
	border-right: solid 2px #D0111B;
	border-top: solid 2px #D0111B;
	content: "";
	height: 10px;
	width: 10px;
	transform: rotate(-135deg);
	display: block;
	left: 10px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	left: 16px;
	border-width: 3px;
}
.main-contents .subsite-main-title .title {
	width: 100%;
	padding: 0 50px;
	font-size: 16px;
	font-weight: bold;
	color: #1E212D;
	text-align: center;
}
.main-contents .subsite-content-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 42px;
	padding: 8px 10px 8px 35px;
	padding: 10px 10px 10px 50px;
	border-top: 4px transparent solid;
	border: none;
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAA8CAYAAAD4zJ32AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkMzAxOGQ1ZS1hNGU0LWE1NDMtYWIzYi1lZjMwNWViNzJkMTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjIwQzU0OUJDQkUyMTFFNTk5QkJBNzFBRDJCNDk2MDUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjIwQzU0OUFDQkUyMTFFNTk5QkJBNzFBRDJCNDk2MDUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MmNkZjA4ZDctMzlkMi1kYjRkLTk4MzUtOTVkZGUxODZhMGJkIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTk3MWMzNzQtZDNiYS0xMWU1LTliMzIt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') no-repeat 2px 5px/42px 30px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAA8CAYAAAD4zJ32AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkMzAxOGQ1ZS1hNGU0LWE1NDMtYWIzYi1lZjMwNWViNzJkMTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjIwQzU0OUJDQkUyMTFFNTk5QkJBNzFBRDJCNDk2MDUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjIwQzU0OUFDQkUyMTFFNTk5QkJBNzFBRDJCNDk2MDUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MmNkZjA4ZDctMzlkMi1kYjRkLTk4MzUtOTVkZGUxODZhMGJkIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTk3MWMzNzQtZDNiYS0xMWU1LTliMzIt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') no-repeat 2px 5px/42px 30px,
	            -webkit-gradient(linear, left top, right top, from(#8B7431), to(#A58A3A));
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	box-sizing: border-box;
}
.main-contents .section-title-condition {
	font-size: 12px;
	font-weight: bold;
}
.main-contents .subsite-secondary-title {
	font-size: 16px;
	font-weight: bold;
	color: #1E212D;
}
.main-contents .ga-area-condition-list {
	padding: 10px;
	padding: 10px 10px 0;
}
.main-contents .ga-area-condition-list .link-block-list {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border: solid 1px #CCCCCC;
	border-radius: 10px;
	margin-top: 5px;
}
.main-contents .ga-area-condition-list .link-block-list > li {
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	line-height: 1.4;
}
.main-contents .ga-area-condition-list .link-block-list > li::after {
	background-color: transparent;
	border-right: solid 2px #CCCCCC;
	border-top: solid 2px #CCCCCC;
	content: "";
	height: 6px;
	width: 6px;
	transform: rotate(45deg);
	display: block;
	margin-top: -3px;
	position: absolute;
	right: 10px;
	top: 50%;
}
.main-contents .ga-area-condition-list .link-block-list > li > a {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	min-height: 44px;
	padding: 10px 30px 10px 10px;
	width: 100%;
	word-break: break-word;
}
.main-contents .ga-area-condition-list .link-block-list > li > a:link,
.main-contents .ga-area-condition-list .link-block-list > li > a:visited {
	color: #1E212D;
	text-decoration: none;
}
.main-contents .ga-area-condition-list .link-block-list > li + li {
	border-top: solid 1px #CCCCCC;
}
.main-contents .ga-area-condition-list li + li {
	margin-top: 15px;
}
.main-contents .ga-area-condition-list .ga-name {
	font-size: 16px;
	font-weight: bold;
	color: #1E212D;
	line-height: 1.4;
}
.main-contents .ga-area-condition-list .link-block-list {
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.main-contents .ga-area-condition-list .link-block-list > li > a.anchor {
	font-size: 14px;
	font-weight: bold;
	color: #1E212D;
	line-height: 1.4;
}
.main-contents .subsite-introduce {
	padding: 10px 10px 0;
	background: transparent;
}
.main-contents .subsite-introduce .sub-title {
	font-size: 12px;
	color: #1E212D;
}
.main-contents .subsite-introduce .title {
	font-size: 16px;
	font-weight: bold;
	color: #A66AA0;
}
.main-contents .subsite-introduce .content-list {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	margin: 5px 0 0;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	box-sizing: border-box;
}
.main-contents .subsite-introduce .content-list > li {
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	line-height: 1.4;
}
.main-contents .subsite-introduce .content-list > li::after {
	background-color: transparent;
	border-right: solid 2px #CCCCCC;
	border-top: solid 2px #CCCCCC;
	content: "";
	height: 6px;
	width: 6px;
	transform: rotate(45deg);
	display: block;
	margin-top: -3px;
	position: absolute;
	right: 10px;
	top: 50%;
}
.main-contents .subsite-introduce .content-list > li > a {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	min-height: 44px;
	padding: 10px 30px 10px 10px;
	width: 100%;
	word-break: break-word;
	font-size: 14px;
	font-weight: bold;
}
.main-contents .subsite-introduce .content-list > li > a:link,
.main-contents .subsite-introduce .content-list > li > a:visited {
	color: #1E212D;
	text-decoration: none;
}
.main-contents .subsite-introduce .content-list > li > a:link,
.main-contents .subsite-introduce .content-list > li > a:visited {
	color: #1E212D;
}
.main-contents .subsite-introduce .content-list > li + li {
	border-top: solid 1px #CCCCCC;
}
.main-contents .subsite-introduce .content-list .note {
	padding: 10px 10px;
	font-size: 12px;
	color: #1E212D;
}
.main-contents .subsite-introduce .content-list .note::after {
	display: none;
}
.main-contents .subsite-introduce .content-list + .sub-title,
.main-contents .subsite-introduce .content-list + .title {
	margin-top: 10px;
}
.main-contents .search-condition-list {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.main-contents .search-condition-list > li {
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	line-height: 1.4;
}
.main-contents .search-condition-list > li::after {
	background-color: transparent;
	border-right: solid 2px #CCCCCC;
	border-top: solid 2px #CCCCCC;
	content: "";
	height: 6px;
	width: 6px;
	transform: rotate(45deg);
	display: block;
	margin-top: -3px;
	position: absolute;
	right: 10px;
	top: 50%;
}
.main-contents .search-condition-list > li > a {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	min-height: 44px;
	padding: 10px 30px 10px 10px;
	width: 100%;
	word-break: break-word;
}
.main-contents .search-condition-list > li > a:link,
.main-contents .search-condition-list > li > a:visited {
	color: #1E212D;
	text-decoration: none;
}
.main-contents .search-condition-list > li + li {
	border-top: solid 1px #CCCCCC;
}
.main-contents .search-condition-list > li > a:link,
.main-contents .search-condition-list > li > a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #1E212D;
}
.main-contents .search-condition-list > li.disabled {
	background-color: #E6E6E6;
}
.main-contents .search-condition-list > li.disabled > a {
	color: #999999;
}
.main-contents .search-condition-list + .feature-list-with-count {
	margin-top: 10px;
}
.main-contents .search-condition-list .content .title {
	padding: 0 10px 4px;
}
.main-contents .search-condition-list .content > .content + .content > .title {
	padding-top: 12px;
}
.main-contents .search-condition-list + .search-condition-list {
	margin-top: 12px;
}
.main-contents .search-condition-list .sub-list-parent::after {
	display: none;
}
.main-contents .search-condition-list .sub-list-parent > a {
	position: relative;
}
.main-contents .search-condition-list .sub-list-parent > a::after {
	background-color: transparent;
	border-right: solid 2px #CCCCCC;
	border-top: solid 2px #CCCCCC;
	content: "";
	height: 6px;
	width: 6px;
	transform: rotate(45deg);
	display: block;
	margin-top: -3px;
	position: absolute;
	right: 10px;
	top: 50%;
}
.main-contents .search-condition-list .sub-list {
	padding-left: 20px;
	border-bottom: 0;
	box-sizing: border-box;
}
.main-contents .search-condition-list .search-condition-subdivision + .search-condition-subdivision {
	margin-top: 12px;
}
.main-contents .search-condition-list > li > a .list-appeal {
	color: #D0111B;
}
.main-contents .search-condition-list > li > a .link-block-list-sub {
	display: block;
	margin-left: auto;
	font-weight: normal;
	color: #1E212D;
	text-align: center;
	white-space: nowrap;
}
.main-contents .subsite-content-title + .search-condition-list {
	border-top: none;
}
.main-contents .no-data-text {
	padding: 15px 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #E41A12;
	line-height: 1.4;
}
.main-contents .back-buttons {
	display: flex;
	justify-content: space-between;
	padding: 10px 10px;
}
.main-contents .back-buttons > a {
	background-color: #FAFAFA;
	border-radius: 4px;
	box-sizing: border-box;
	font-weight: bold;
	padding: 0 14px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	border: 1px solid #CCCCCC;
}
.main-contents .back-buttons > a:visited {
	color: #1E212D;
}
.main-contents .back-buttons > a:link {
	color: #1E212D;
	text-decoration: none;
}
.main-contents .back-buttons > a.disabled {
	background-color: #E0DFE1;
	color: #FFFFFF;
}
.main-contents .back-buttons > a:link,
.main-contents .back-buttons > a:visited {
	color: #1E212D;
}
.main-contents .back-buttons > a:last-child {
	margin-left: auto;
}
.feature-list {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.feature-list > li {
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	line-height: 1.4;
}
.feature-list > li::after {
	background-color: transparent;
	border-right: solid 2px #CCCCCC;
	border-top: solid 2px #CCCCCC;
	content: "";
	height: 6px;
	width: 6px;
	transform: rotate(45deg);
	display: block;
	margin-top: -3px;
	position: absolute;
	right: 10px;
	top: 50%;
}
.feature-list > li > a {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	min-height: 44px;
	padding: 10px 30px 10px 10px;
	width: 100%;
	word-break: break-word;
}
.feature-list > li > a:link,
.feature-list > li > a:visited {
	color: #1E212D;
	text-decoration: none;
}
.feature-list > li + li {
	border-top: solid 1px #CCCCCC;
}
.feature-list > li > a {
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
}
#footer > .feature-list {
	border-top: 2px solid #CCCCCC;
}
.footer-plain-text-link-wrap {
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}
.footer-plain-text-link-wrap a {
	font-size: 12px;
	line-height: 1.4;
	color: #3BA3CD;
}
.parallel-structure-links {
	display: flex;
	justify-content: center;
}
.parallel-structure-links > li {
	display: flex;
}
.parallel-structure-links > li + li::before {
	padding: 0 3px;
	font-size: 12px;
	line-height: 1.4;
	color: #CCCCCC;
	content: "｜";
}
.footer-link-recruit {
	background: #FFFFFF;
	padding: 8px 10px 26px 10px;
}
.footer-link-recruit > a {
	display: block;
}
.footer-link-recruit .footer-link-wrap {
	display: flex;
	height: 26px;
	align-items: flex-end;
	justify-content: left;
}
.footer-link-recruit .footer-link-wrap .footer-logo {
	width: 100px;
	height: 26px;
}
.footer-link-recruit .footer-link-wrap .copyright {
	line-height: 12px;
	padding: 0 0 0 10px;
	color: #435B67;
	font-size: 10px;
	font-family: "メイリオ", sans-serif;
	font-weight: bold;
}
.feature-list,
.footer-plain-text-link-wrap {
	background: #FFFFFF;
}
.modal-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 800;
}
@keyframes fadeIn {
	0% {
	 opacity: 0;
	}
	100% {
	 opacity: 1;
	}
}
@keyframes fadeOut {
	0% {
	 opacity: 1;
	}
	100% {
	 opacity: 0;
	}
}
.modal-mask.show {
	display: block;
}
.modal-mask:not(.show) {
	display: none;
}
.modal-mask.fade-in {
	animation: fadeIn 0.15s ease-in;
}
.modal-mask.fade-out {
	animation: fadeOut 0.15s ease-in;
}
.modal-mask .modal-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
}
.modal-mask .modal-wrapper {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	height: 100vh;
	z-index: 900;
	display: flex;
}
.modal-mask .modal-close-btn {
	position: relative;
	width: 34px;
	height: 34px;
	display: flex;
	margin-left: auto;
	font-weight: bold;
}
.modal-mask .modal-close-btn > a {
	position: relative;
	display: block;
	width: 34px;
	height: 34px;
}
.modal-mask .modal-close-btn > a:before,
.modal-mask .modal-close-btn > a:after {
	position: absolute;
	content: "";
	top: 15px;
	right: 8px;
	display: block;
	width: 15px;
	height: 2px;
	background-color: #666666;
}
.modal-mask .modal-close-btn > a:before {
	transform: rotate(45deg);
}
.modal-mask .modal-close-btn > a:after {
	transform: rotate(135deg);
}
.modal-mask .modal-content {
	position: relative;
	width: calc(100% - 40px);
	box-sizing: border-box;
	margin: auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.modal-mask .modal-container {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	padding: 0 15px 15px;
}
.modal-mask .modal-container:last-child {
	padding-bottom: 34px;
}
.modal-mask .modal-container .modal-content-head {
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}
.modal-mask .modal-container .modal-content-body {
	margin-top: 15px;
	font-size: 12px;
	color: #1E212D;
	line-height: 1.4;
}
.modal-mask .modal-container .modal-content-body > a:not(.modal-btn) {
	color: #3BA3CD;
}
.modal-mask .modal-container .modal-container {
	margin-top: 5px;
}
.modal-mask .modal-container .modal-detail-link {
	margin-top: 15px;
	text-align: right;
}
.modal-mask .modal-container .modal-detail-link > a {
	position: relative;
	padding-right: 10px;
	font-size: 12px;
	color: #3BA3CD;
}
.modal-mask .modal-container .modal-detail-link > a:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #CCCCCC;
	border-right: solid 2px #CCCCCC;
	transform: rotate(45deg);
	content: "";
}
.modal-mask .modal-container .modal-btn {
	width: 100%;
	margin-top: 15px;
	background-color: #FAFAFA;
	border-radius: 4px;
	box-sizing: border-box;
	font-weight: bold;
	padding: 0 14px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #CCCCCC;
}
.modal-mask .modal-container .modal-btn:visited {
	color: #1E212D;
}
.modal-mask .modal-container .modal-btn:link {
	color: #1E212D;
	text-decoration: none;
}
.modal-mask .modal-container .modal-btn.disabled {
	background-color: #E0DFE1;
	color: #FFFFFF;
}
.modal-mask .modal-container .modal-btn:visited,
.modal-mask .modal-container .modal-btn:link {
	color: #1E212D;
}
.modal-mask .modal-container .modal-note {
	margin-top: 15px;
	font-size: 10px;
	color: #969696;
}
.modal-mask .modal-geo-search {
	width: 100%;
	margin: 10px 10px auto 10px;
	padding: 10px;
	border-radius: 4px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
