@charset "utf-8";

/***************************************************
* ヘッダー
***************************************************/
header {
	display: block;
	border-bottom: none;
}

header h1 {
	padding: 3px 6px;
	background: #47880f;
	color: #fff;
	font-size: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	padding-left: 10px;
}

header .headerInner {
	display: block;
	position: relative;
	height: 45px;
	background: #6fba2c;
}

header .headerInner .logo {
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -19px;
	padding: 2px;
	border-radius: 4px;
}

header .headerInner .logo.ui-hover {
	background-color: #63a827;
}

header .headerInner .buttonArea {
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -22px;
}

header .headerInner .buttonArea a {
	display: inline-block;
	width: 50px;
	height: 42px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	margin-right: 5px;
}

header .headerInner .buttonArea a.favorite {
	margin-right: 0;
}

header .headerInner .buttonArea a:last-child {
	margin-right: 0;
}

header .headerInner .buttonArea a.ui-hover {
	background-color: #63a827;
}

header .headerInner .buttonArea a:before {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	background-image: url(/house/hj/front/hjcommon/smp/img/common/header/sprite/icon.png?id=CACHE_REVISION);
	background-repeat: no-repeat;
	background-size: 50px 120px;
	-webkit-background-size: 50px 120px;
}

header .headerInner .buttonArea a.history:before {
	background-position: 0 0;
}

header .headerInner .buttonArea a.favorite:before {
	background-position: 0 -40px;
}

header .headerInner .buttonArea a.menu:before {
	background-position: 0 -80px;
}

/* お気に入りカウント */
header .headerInner .buttonArea a.favorite .count {
	position: absolute;
	right: 4px;
	top: 14px;
	text-indent: 0;
	display: inline-block;
	width: 20px;
	height: 14px;
	text-align: center;
	color: #333;
	z-index: 0;
	line-height: 1.4;
	font-size: 11px;
}

header .headerInner .buttonArea a.favorite .count:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 14px;
	border-radius: 10px;
	top: 50%;
	margin-top: -7px;
	z-index: -1;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #6db62d;
}

.section_h1 .section_h1-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	padding: 11px 10px;
	line-height: 1.4;
	font-size: 14px;
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
	font-weight: bold;
	color: #333;
	background: #dbf5c4;
}

.section_h1 .section_h1-title:before {
	content: '';
	display: block;
	width: 3px;
	background-color: #61aa12;
	border-radius: 1px;
}

.section_h1 .section_h1-title .section_h1-title-inner {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	display: block;
	padding-left: 5px;
}

.section_h1.section_h1--object {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #fff;
	padding: 11px 10px;
}

.section_h1.section_h1--object .section_h1-title {
	padding: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	background-color: #fff;
}

.section_h1.section_h1--object .section_h1-object {
	margin-left: 10px;
}

.section_h1.section_h1--object .section_h1-text {
	line-height: 1.4;
	font-size: 14px;
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
	font-weight: bold;
	color: #333;
	background: #fff;
	padding: 0;
}

.section_h1.section_h1--object .section_h1-note {
	font-size: 12px;
	font-weight: normal;
}

/***************************************************
* フッター
***************************************************/
footer {
	display: block;
	background: #6ba439;
	color: #fff;
}

/* PC版表示 */
footer .pcViewWrap {
	padding: 10px 10px 0 10px;
}

footer .pcViewWrap .pcViewButton {
	display: inline-block;
	width: 100%;
	position: relative;
	border: 1px solid #e9f6dc;
	border-radius: 6px;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	cursor: pointer;
	background: #e9f6dc;
	box-shadow: 0 4px 0 #a7d07e;
	color: #47880f;
}

footer .pcViewWrap .pcViewButton.ui-hover {
	background: #cee3bc;
	border: 1px solid #cee3bc;
}

footer .pcViewWrap p {
	padding-top: 14px;
	line-height: 1.4;
}

/* フッターリンク */
footer .footerLink {
	padding: 10px 10px 20px 10px;
	background-repeat: no-repeat;
	background-size: 85px 70px;
	-webkit-background-size: 85px 70px;
	background-position: right bottom;
}

footer .ft01 {
	background-image: url(/house/hj/front/hjcommon/smp/img/common/footerImg/footer_01.png?id=CACHE_REVISION);
}

footer .ft02 {
	background-image: url(/house/hj/front/hjcommon/smp/img/common/footerImg/footer_02.png?id=CACHE_REVISION);
}

footer .ft03 {
	background-image: url(/house/hj/front/hjcommon/smp/img/common/footerImg/footer_03.png?id=CACHE_REVISION);
}

footer .ft04 {
	background-image: url(/house/hj/front/hjcommon/smp/img/common/footerImg/footer_04.png?id=CACHE_REVISION);
}

footer .ft05 {
	background-image: url(/house/hj/front/hjcommon/smp/img/common/footerImg/footer_05.png?id=CACHE_REVISION);
}

footer .ft06 {
	background-image: url(/house/hj/front/hjcommon/smp/img/common/footerImg/footer_06.png?id=CACHE_REVISION);
}

footer .ft07 {
	background-image: url(/house/hj/front/hjcommon/smp/img/common/footerImg/footer_07.png?id=CACHE_REVISION);
}

footer .ft08 {
	background-image: url(/house/hj/front/hjcommon/smp/img/common/footerImg/footer_08.png?id=CACHE_REVISION);
}

footer .ft09 {
	background-image: url(/house/hj/front/hjcommon/smp/img/common/footerImg/footer_09.png?id=CACHE_REVISION);
}

footer .ft10 {
	background-image: url(/house/hj/front/hjcommon/smp/img/common/footerImg/footer_10.png?id=CACHE_REVISION);
}

footer .ft11 {
	background-image: url(/house/hj/front/hjcommon/smp/img/common/footerImg/footer_11.png?id=CACHE_REVISION);
}

footer .ft12 {
	background-image: url(/house/hj/front/hjcommon/smp/img/common/footerImg/footer_12.png?id=CACHE_REVISION);
}

footer .footerLink h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}

footer .footerLink h3 span {
	display: block;
	height: 15px;
	border-left: 5px solid #fff;
	padding-left: 10px;
}

footer .footerLink div {
	padding-bottom: 10px;
}

footer .footerLink div:nth-child(4) {
	padding-bottom: 13px;
}

footer .footerLink div a {
	display: inline-block;
	color: #fff;
}

/* コピーライト */
footer .copyright {
	padding: 10px 10px 0 10px;
	background: #47880f;
}

footer .copyright a {
	display: block;
}

footer .copyright a {
	display: block;
	width: 188px;
	height: 25px;
	cursor: pointer;
	background-image: url(/house/hj/front/hjcommon/smp/img/common/footer/recruit_logo.png?id=CACHE_REVISION);
	background-repeat: no-repeat;
	background-size: 188px 25px;
	-webkit-background-size: 188px 25px;
	text-indent: -9999px;
	overflow: hidden;
}

/* グループサイトリンク */
footer .rgroupsite {
	background: #47880f;
	padding: 10px 10px 65px 10px;
}

footer .rgroupsite a {
	color: #fff;
}

/* 情報の見方リンク */
.johoMikata {
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #fff;
	padding-left: 10px;
	border-bottom: 1px solid #E6EDE0;
}

.johoMikata a {
	background: url(/house/hj/front/hjcommon/smp/img/common/footer/beginner.png?id=CACHE_REVISION) left center no-repeat;
	-webkit-background-size: 12px 15px;
	padding: 10px 0 10px 18px;
	cursor: pointer;
	text-decoration: underline;
}

/***************************************************
* サイドメニュー
***************************************************/
#sideMenuOv {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 10000;
	display: none;
}

#sideMenuOv .sideMenuCloseBtn {
	position: absolute;
	right: 230px;
	display: block;
	width: 40px;
	height: 40px;
	background: no-repeat url(/house/hj/front/hjcommon/smp/img/common/sidemenu/close.png?id=CACHE_REVISION);
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	background-position: center center;
}

#sideMenu {
	position: fixed;
	top: 0;
	right: 0;
	width: 230px;
	height: 100%;
	background: #fff;
	font-size: 15px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 99999;
	display: none;
}

/* サイドメニューを開く時 */
body.sideMenuShow {
	position: relative;
	height: 100%;
	overflow-y: hidden;
}

body.sideMenuShow #wrapper_viewport {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: hidden;
}

body.sideMenuShow #sideMenuOv {
	display: block;
}

body.sideMenuShow #sideMenu {
	display: block;
	-webkit-animation: openSideMenu 0.2s;
	-moz-animation: openSideMenu 0.2s;
	animation: openSideMenu 0.2s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes openSideMenu {
	0% {
	-webkit-transform: translateX(320px);
	}
	100% {
	-webkit-transform: translateX(0px);
	}
}

@-moz-keyframes openSideMenu {
	0% {
	-moz-transform: translateX(320px);
	}
	100% {
	-moz-transform: translateX(0px);
	}
}

@keyframes openSideMenu {
	0% {
	transform: translateX(320px);
	}
	100% {
	transform: translateX(0px);
	}
}

/* サイドメニューを閉じる時 */
body.sideMenuHide #sideMenuOv {
	display: block;
}

body.sideMenuHide #sideMenu {
	display: block;
	-webkit-animation: closeSideMenu 0.2s;
	-moz-animation: closeSideMenu 0.2s;
	animation: closeSideMenu 0.2s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes closeSideMenu {
	0% {
	-webkit-transform: translateX(0px);
	}
	100% {
	-webkit-transform: translateX(320px);
	}
}

@-moz-keyframes closeSideMenu {
	0% {
	-moz-transform: translateX(0px);
	}
	100% {
	-moz-transform: translateX(320px);
	}
}

@keyframes closeSideMenu {
	0% {
	transform: translateX(0px);
	}
	100% {
	transform: translateX(320px);
	}
}

#sideMenu li a {
	display: table;
	width: 100%;
	color: #706e60;
	box-sizing: border-box;
}

#sideMenu li a.ui-hover {
	color: #91bfa6;
}

#sideMenu li a span {
	display: table-cell;
	vertical-align: middle;
}

#sideMenu li a:after {
	display: table-cell;
	content: " ";
	width: 10px;
}

#sideMenu .subLst {
	border-top: 1px solid #edece2;
}

#sideMenu .subLst a {
	padding: 13px 5px 13px 15px;
	background: #fff;
	border-bottom: 1px solid #edece2;
}

#sideMenu .subLst a.ui-hover {
	background: #f7f7f7;
	color: #706e60;
}

#sideMenu li .ttl {
	display: table;
	width: 100%;
	color: #706e60;
	font-weight: bold;
	background: #f3f3e0;
	padding: 8px 8px 8px 15px;
	box-sizing: border-box;
}

#sideMenu .iMymn {
	background: url(/house/hj/front/hjcommon/smp/img/common/sidemenu/sprite/menu_icon.png?id=CACHE_REVISION) left center no-repeat;
	height: 22px;
	padding-left: 30px;
	-webkit-background-size: 22px 220px;
	background-size: 22px 220px;
}

#sideMenu .icnMyIn {
	background-position: 0 0;
}

#sideMenu .icnMyReg {
	background-position: 0 -22px;
}

#sideMenu .icnMyFavorite {
	background-position: 0 -44px;
}

#sideMenu .icnMyFavorite div {
	padding: 1px 5px;
	float: right;
	line-height: 14px;
	height: 14px;
	border-radius: 10px;
	background-color: #dcdcd2;
	font-size: 10px;
}

#sideMenu .icnMySaveCond {
	background-position: 0 -66px;
}

#sideMenu .icnMySaveCond div {
	padding: 1px 5px;
	float: right;
	line-height: 14px;
	height: 14px;
	border-radius: 10px;
	background-color: #dcdcd2;
	font-size: 10px;
}

#sideMenu .icnMyClock {
	background-position: 0 -88px;
}

#sideMenu .icnMySch {
	background-position: 0 -110px;
}

#sideMenu .icnDownload {
	background-position: 0 -132px;
}

#sideMenu .icnMyOut {
	background-position: 0 -154px;
}

#sideMenu .icnSuumoSp {
	background-position: 0 -176px;
}

#sideMenu .icnSimulation {
    background-position: 0 -198px;
}

#sideMenu .icnKounyuSimulation {
	background: url(/house/hj/front/hjcommon/smp/img/common/sidemenu/icon_home.png?id=CACHE_REVISION) left center no-repeat;
	background-size: 22px;
}

#sideMenu div.sideBanner {
	text-align: center;
	padding: 15px;
	display: none;
}

#sideMenu .subLst .blankLink {
	position: relative;
	line-height: 22px;
	padding-left: 45px;
}

#sideMenu .subLst .blankLink:before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 15px;
	width: 30px;
	height: 22px;
	background: url(/house/hj/front/hjcommon/smp/img/common/sidemenu/sprite/menu_icon.png?id=CACHE_REVISION) left center no-repeat;
	-webkit-background-size: 22px 220px;
	background-size: 22px 220px;
}

#sideMenu .subLst .blankLink.icnDownload:before {
	background-position: 0 -132px;
}

/***************************************************
* システムメンテナンス
***************************************************/
.maintenance {
	margin: 0;
	padding: 10px;
	font-size: 11px;
	background: #fff;
}

.maintenance .acdTgls {
	border: 1px solid #dadada;
	border-radius: 4px;
}

.maintenance .acdTgls--layout {
	margin-top: 5px;
}

.maintenance .acdHead a {
	display: table;
	vertical-align: middle;
	padding: 10px 10px;
	width: 100%;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	box-sizing: border-box;
	border-top: none;
	border-bottom: none;
	background:#fff;
	border-radius: 4px;
	position: relative;
}

.maintenance .acdHead a>span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
	padding-right: 15px;
}

.maintenance .txtMaintenance {
	padding: 10px;
	background: #fff;
	border-radius: 0 0 4px 4px;
	border-top: 1px dotted #ccc;
	line-height: 1.4;
}

.maintenance .icnInfo a:before {
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	content: " ";
	background-image: url(/house/hj/front/hjcommon/smp/img/common/maintenance/sprite/icon.png?id=CACHE_REVISION);
	background-repeat: no-repeat;
	background-size: 18px 36px;
	-webkit-background-size: 18px 36px;
	background-position: 0 -18px;
	top: 50%;
	margin-top: -9px;
	left: 10px;
}

.maintenance .icnArrowD a:after {
	display: block;
	position: absolute;
	width: 13px;
	height: 9px;
	content: " ";
	background-image: url(/house/hj/front/hjcommon/smp/img/common/maintenance/sprite/icon.png?id=CACHE_REVISION);
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 18px 36px;
	-webkit-background-size: 18px 36px;
	background-position: 0 0;
	top: 50%;
	margin-top: -4px;
	right: 10px;
}

.maintenance .icnArrowU a:after {
	display: block;
	position: absolute;
	width: 13px;
	height: 9px;
	content: " ";
	background-image: url(/house/hj/front/hjcommon/smp/img/common/maintenance/sprite/icon.png?id=CACHE_REVISION);
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 18px 36px;
	-webkit-background-size: 18px 36px;
	background-position: 0 -9px;
	top: 50%;
	margin-top: -4px;
	right: 10px;
}

/***************************************************
* 「上部へ戻る」ボタン
***************************************************/
.l-pagetop {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 18px 10px;
    background: #fff;
}
.pagetop {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pagetop-text {
    font-size: 14px;
    color: #666;
}
.pagetop:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    background: url('/house/hj/front/hjcommon/smp/img/common/footer/arrow_triangle_top_green.png') no-repeat;
    background-size: 16px 16px;
    background-position: 0 0;
}

/***************************************************
* googleのリマーケティングタグの余白を回避
***************************************************/
iframe[name="google_conversion_frame"] {
	position:absolute;
	height: 0;
}

/***************************************************
* 読込中インジケータ
***************************************************/
span.loader {
	display: block;
	position: absolute;
	top: 100px;
	left: 50%;
	width: 40px;
	height: 40px;
	background-image:
		url(/house/hj/front/hjcommon/smp/img/common/101.png?id=CACHE_REVISION);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 40px 40px;
	margin-left: -20px;
	margin-top: -20px;
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotate(360deg);
	-webkit-animation-name: spin;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

.ovLoading {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}


.ovPanel {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 200px;
	height: 70px;
	margin-top: -35px;
	margin-left: -100px;
	background: #ffffff;
	-webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

.ovPanel p {
	display: block;
	padding: 8px;
	text-align: center;
}

.ovPanel span.loader {
	position: static;
	margin: 2px auto 0;
	width: 30px;
	height: 30px;
	-webkit-background-size: 30px 30px;
}
