@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");
}
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-break: break-word;
}
html {
	height: 100dvh;
	-webkit-text-size-adjust: 100%;
}
body {
	position: relative;
	background: none;
	width: 100dvw;
	min-height: 100dvh;
	font-weight: normal;
	text-decoration: none;
	-webkit-text-size-adjust: none;
}
ul, ol {
	list-style: none;
}
textarea {
	resize: none;
}
input {
	border: none;
}
img {
	border: none;
	vertical-align: top;
}
button, input,
optgroup, select,
textarea {
	appearance: none;
	vertical-align: middle;
	border-radius: 0;
	font-size: inherit;
	color: inherit;
	text-align: inherit;
	text-transform: inherit;
}
a {
	text-decoration: none;
}
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;
}
.dn {
	display: none !important;
}
html {
	scroll-behavior: smooth;
}
body, select, input {
	font-family: "Helvetica Neue",
	             Arial,
	             "Hiragino Kaku Gothic ProN",
	             "Hiragino Sans",
	             Meiryo,
	             sans-serif;
}
body {
	color: #1E212D;
	line-height: 1.4;
}
a, a:visited {
	color: #3BA3CD;
}
input {
	color: #1E212D;
}
input:placeholder-shown {
	color: #969696;
}
option {
	color: #1E212D;
}
.wrapper {
	overflow: hidden;
}
.main-contents {
	background-color: #F9F8F7;
	padding-bottom: 22px;
}
.content {
	padding-top: 22px;
}
.content h1,
.content h2,
.content h3,
.content h4 {
	padding: 0 10px 5px;
	font-size: 16px;
	font-weight: bold;
}
.content > .content-body {
	background-color: #FFFFFF;
}
.aside-content {
	padding: 22px 10px 0;
}
.aside-content > .aside-button + .aside-button {
	margin-top: 15px;
}
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 > .back-btn {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	width: 54px;
	height: 32px;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
	white-space: nowrap;
	letter-spacing: -1px;
}
.hpg-header > .back-btn::after {
	position: absolute;
	top: 3px;
	left: 24px;
	width: 8px;
	height: 8px;
	border-top: solid 3px #808080;
	border-right: solid 3px #808080;
	transform: rotate(-135deg);
	content: "";
}
.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 .header-first-title {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F5F1E9;
	font-size: 16px;
}
.main-contents .header-first-title + .search-condition-list {
	border-top: none;
}
.main-contents .subsite-secondary-title {
	font-size: 16px;
	font-weight: bold;
	color: #1E212D;
}
.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.search-condition-check-list > li::after {
	display: none;
}
.main-contents .search-condition-list.search-condition-check-list > li a {
	padding-right: 10px;
}
.main-contents .search-condition-list.search-condition-check-list > li input {
	display: none;
}
.main-contents .search-condition-list.search-condition-check-list > li input + label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.4;
}
.main-contents .search-condition-list.search-condition-check-list > li input + label::after {
	display: inline-block;
	font-family: "hpg-sp-webfont" !important;
	font-size: 20px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin-top: -2px;
	vertical-align: middle;
	width: 20px;
	margin: 0 5px 0 0;
	border: 1px solid #969696;
	border-radius: 3px;
	box-sizing: border-box;
	background-color: #FAFAFA;
	content: "";
}
.main-contents .search-condition-list.search-condition-check-list > li input:checked + label::after {
	color: #D0111B;
	content: "\e90d";
}
.main-contents .search-condition-list.search-condition-check-list > li input:checked + label::after {
	border: unset;
}
.main-contents .search-condition-list + .subsite-secondary-title {
	margin-top: 22px;
}
.main-contents .search-btns {
	display: grid;
	grid-template-columns: 1fr 2fr;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.main-contents .search-btns .clear-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;
}
.main-contents .search-btns .clear-btn:visited {
	color: #1E212D;
}
.main-contents .search-btns .clear-btn:link {
	color: #1E212D;
	text-decoration: none;
}
.main-contents .search-btns .clear-btn.disabled {
	background-color: #E0DFE1;
	color: #FFFFFF;
}
.main-contents .search-btns .search-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;
}
.main-contents .search-btns .search-btn:visited {
	color: #FFFFFF;
}
.main-contents .search-btns .search-btn:link {
	color: #FFFFFF;
	text-decoration: none;
}
.main-contents .search-btns .search-btn.disabled {
	background-color: #E0DFE1;
	color: #FFFFFF;
}
.main-contents .search-btns > li + li {
	margin-left: 10px;
}
.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;
}
.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;
}
.footer-link-recruit .logo {
	position: initial;
	top: initial;
	left: initial;
}
