@import url(/include/contents/htdocs/renewal/css/font-awesome.min.css);


/* ==============================
COMMON STYLING

- HEADER
-- LAYOUT
-- PRODUCTTITLE
-- LOCALLINKS
-- PHONEINQUIRY

- HEADER(SP)
-- LAYOUT
-- LOGO
-- LOCALLINKS
-- PHONEINQUIRY
-- HUMBURGERMENU

- FOOTER
-- LAYOUT
-- LOCALLINKS
-- LOCALSUBLINKS
-- RECRUITLOGO

--breadcrumb

============================== */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/include/common/fonts/glyphicons-halflings-regular.eot");
  src: url("/include/common/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/include/common/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/include/common/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/include/common/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/include/common/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* ==============================
END COMMON STYLING
============================== */


body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	line-height: 1.42857143;
	min-width: 1024px;
}
/* 共通旧登録導線 */
.section-search-link {
	padding: 60px 0;
}

.section-search-link .btn {
	display: block;
	width: 400px;
	padding: 15px 0;
	margin: 0 auto;
	border-radius: 10px;
	border: solid 1px #42A68C;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	box-shadow: 1px 1px 3px #CCC;
	text-decoration: none;
	cursor: pointer;
	background: #4EB79C;
	background: -moz-linear-gradient(top, #4EB79C 1%, #42A68C 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4EB79C), color-stop(100%,#42A68C));
	background: -webkit-linear-gradient(top, #4EB79C 1%,#42A68C 100%);
	background: -o-linear-gradient(top, #4EB79C 1%,#42A68C 100%);
	background: -ms-linear-gradient(top, #4EB79C 1%,#42A68C 100%);
	background: linear-gradient(to bottom, #4EB79C 1%,#42A68C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4EB79C', endColorstr='#42A68C',GradientType=0 );
}
.section-search-link.is-interview {
  padding: 1em 0;
}
.section-search-link.is-interview p {
  text-align: center;
  margin-top: 1em;
  font-size: 12px;
}

/* ------------------------------
HEADER
------------------------------ */

/* LAYOUT
------------------------------ */
.header {
  width: 100%;
  border-top: 4px solid #ccc;
  border-bottom: none;
}
.header_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 1024px;
  height: 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.header_userController {
	display: none;
}
/* PRODUCTTITLE
------------------------------ */
.productTitle {
  width: 320px;
  height: 100%;
}
.RDCLogo {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/include/common/img/header_rdc_logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  text-indent: -9999px;
}

/* LOCALLINKS
------------------------------ */
.localLinks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  height: 100%;
  padding: 10px 0;
  margin: 0;
  box-sizing: border-box;
}
.localLinks > li {
  height: 100%;
  list-style: none;
  border-left: 1px solid #efefef;
  box-sizing: border-box;
}
.localLinks > li:last-of-type {
  border-right: 1px solid #efefef;
}
.localLinks > li > a {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: lighter;
  color: #666;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
}
.localLinks > li > a > span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.42857143;
}
.localLinks > li > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* 色変更 */
#pg_jokin .localLinks > .isActive > a {
  color: #055cb5;
}
#pg_jokin .localLinks > .isActive > a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  margin-left: -40%;
  background-color: #055cb5;
}
#pg_hijokin .localLinks > .isActive > a {
  color: #0b9969;
}
#pg_hijokin .localLinks > .isActive > a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  margin-left: -40%;
  background-color: #0b9969;
}

/* ------------------------------
HEADER(SP)
------------------------------ */
@media screen and (max-width: 500px){
.header {
	width: 100vw;
  height: 55px;
}
/* LAYOUT
------------------------------ */
.header_inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 10px;
  box-sizing: border-box;
}
/* PRODUCTTITLE
------------------------------ */
.productTitle {
  width: 200px;
  padding: 0;
  margin: 0;
}
.recruitLogo {
  background-size: contain;
}

.header_userController {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-left: 1px solid #eee;
	box-sizing: border-box;
	margin: 0;
  padding: 0;
}
.header_userController > li {
	list-style: none;
}
.rdc-header {
  height: auto;
}
/* SLIDEMENU REGIST BTN
------------------------------ */
a.userController_registBtn {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-justify-content: center;
  -webkit-align-items:flex-end;
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
  box-sizing: border-box;
  color: #2764bc;
  font-size: 10px;
  letter-spacing: 0.5em;
  text-decoration: none;
  background-image: url("/include/common/img/icn_registbtn.svg");
  background-repeat: no-repeat;
  background-position: center 10px;
  -webkit-background-size: 20px;
  background-size: 20px;
}
/* SLIDEMENU HUMBURGERMENU
------------------------------ */
a.userController_hamburgermenu {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-justify-content: center;
  -webkit-align-items:flex-end;
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
  box-sizing: border-box;
  background-color: #2764bc;
  color: #fff !important;
  font-size: 10px;
  text-decoration: none;
}
a.userController_hamburgermenu > span {
	position: absolute;
	top: 10px;
	left: 50%;
	display: block;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background-color: #fff;
	border-radius: 3px;
}
a.userController_hamburgermenu > span:nth-child(2) {
	top: 17px;
}
a.userController_hamburgermenu > span:nth-child(3) {
	top: 24px;
}
/* SLIDEMENU CONTENTS
------------------------------ */
.localLinks {
  position: fixed;
  top: 54px;
  left: 100vw;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.localLinks > li {
  width: 100%;
  height: 50px;
}
.localLinks + .localLinks,
.localLinks > li + li {
  border-top: 1px #ccc dashed;
}
.localLinks > li:first-child > a {
  font-size: 16px;
}
.localLinks > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  line-height: 50px;
  font-size: 16px;
  text-align: left;
}
.localLinks > li > a > span {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
}
.localLinks > li > a > br {
  display: none;
}
#pg_hijokin .localLinks > .isActive > a,
#pg_jokin .localLinks > .isActive > a {
  color: #666;
}
#pg_hijokin .localLinks > .isActive > a::after,
#pg_jokin .localLinks > .isActive > a::after {
  display: none;
}


}/* @media close */
/* ------------------------------
FOOTER
------------------------------ */

/* LAYOUT
------------------------------ */
.footer {
  border-top: 10px solid #CCCCCC;
}
.footer_inner {
  width: 1024px;
  padding: 22px 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer_top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.footer_bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 10px;
}

/* LOCALLINKS
------------------------------ */
.corpInfoTxt {
  font-size: 12px;
  font-weight: bold;
}
.footerLocalLinks {
  margin-left: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footerLocalLinks > li {
  list-style: none;
}
.footerLocalLinks > li + li > a:before {
  content: "｜";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  text-decoration: none !important;
}
.footerLocalLinks > li > a {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
.footerLocalLinks > li > a > span {
	text-decoration: underline;
}

/* LOCALSUBLINKS
------------------------------ */
.footerLocalSubLinks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	order: 2;
}
.footerLocalSubLinks > li {
  list-style: none;
}
.footerLocalSubLinks > li + li {
  margin-left: 10px;
}
.footerLocalSubLinks > li + li > a:before {
  content: "｜";
  display: inline-block;
  margin: 0 5px;
  color: #ccc;
  vertical-align: middle;
}
.footerLocalSubLinks > li > a {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
.footerLocalSubLinks > li > a > span {
	text-decoration: underline;
}
/* RECRUITLOGO
------------------------------ */
.footer_recruitLogo {
  display: block;
  order: 1;
}
.footer_recruitLogo > a {
	display: block;
	text-decoration: none;
}
.recruitLogo > img {
	width: 100px;
	height: auto;
  vertical-align: bottom;
}
.corpName {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  line-height: 1;
  font-size: 10px;
  font-family: meiryo, "メイリオ";
  font-weight: bold;
  color: #435B67;
}
.recruitLink {
  display: block;
  margin-top: 10px;
  text-align: left;
}
.recruitLink > a {
  font-size: 10px;
  font-family: meiryo, "メイリオ", sans-serif;
  color: #435B67;
  text-decoration: underline !important;
  font-weight: bold;
}

/* ------------------------------
FOOTER(SP)
------------------------------ */
@media screen and (max-width: 500px){

/* LAYOUT
------------------------------ */
.footer {
	padding-bottom: 20px;
  border-top: none;
}
.footer_inner {
	display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.footer_top {
	justify-content: center;
}
.footer_bottom {
	flex-direction: column;
	align-items: center;
}
.corpInfoTxt {
  display: none;
}

/* LOCALLINKS
------------------------------ */
.footerLocalLinks {
  padding-left: 0;
  margin-bottom: 0;
}
.footerLocalLinks > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}
/* LOCALSUBLINKS
------------------------------ */
.footerLocalSubLinks {
  padding-left: 0;
  order: 1;
}
.footerLocalSubLinks > li + li {
  margin-left: 0;
}
.footerLocalSubLinks > li + li > a:before {
  display: none;
}
.footerLocalSubLinks > li:last-child > a:before {
  content: "｜";
  display: inline-block;
  margin: 0;
  color: #333;
  vertical-align: middle;
}
.footerLocalSubLinks > li > a {
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}
.footer_recruitLogo {
	margin-top: 15px;
	order: 2;
}

}/* @media close */


/* RightBox */
.RightBox {
	width: 190px;
	float: right;
}
.RightBox * {
	box-sizing: border-box;
}
.col-right * {
	box-sizing: border-box;
}

/*---------------------------------------------------------------------
 new_rightBox
----------------------------------------------------------------------*/

/* ===========================

SIDE COLUMN STYLE

▼COMMON
▼新着求人ピックアップ
▼常勤求人を科目から探す
▼常勤求人をエリアから探す
▼常勤求人を条件から探す
▼常勤求人を施設種別から探す
▼今月の特集
▼転職相談
▼ジョブメドレーエージェント 医師について
▼キャリアステージ別転職のポイント

=========================== */

/* ========================
▼COMMON
======================== */
#rightCol * {
	box-sizing: border-box;
}
.RightBox_item {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.RightBox_item_inner {
	padding: 10px;
}
.RightBox_item + .RightBox_item {
	margin-top: 10px;
}
.RightBox_ttl {
	color: #333;
	background-color: #e8f5fb;
	border-top: 2px solid #2764bc;
	border-bottom: 1px solid #dddddd;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
}

/* jsc_slideToggle */
.jsc_slideToggle_trigger {
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}
.jsc_slideToggle_trigger:after {
	content: "\f055";
	display: inline;
	float: right;
	font-family: FontAwesome;
	color: #666;
}
.jsc_slideToggle_trigger.is_active {
	border-bottom: none;
}
.jsc_slideToggle_trigger.is_active:after {
	content: "\f056";
}


/* ========================
▼常勤求人を科目/エリア/条件/施設から探す
======================== */
.RightBox_item_kamoku {}
.RightBox_item_area {}
.kamokuList_ttl + .kamokuList_ttl {}
.kamokuList_ttl > a, .areaList_ttl > a, .cateList_ttl > a, .typeList_ttl > a {
	display: block;
	width: 100%;
	padding: 8px 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.kamokuList + .kamokuList_ttl, .areaList + .areaList_ttl, .cateList + .cateList_ttl, .typeList + .typeList_ttl {
	border-top: 1px solid #efefef;
}
.kamokuList, .areaList, .cateList, .typeList {
	display: none;
	padding-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #efefef;
	overflow: hidden;
}
.kamokuList > li, .cateList > li, .typeList > li {
	width: 100%;
	box-sizing: border-box;
}
.areaList > li {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.kamokuList > li > a:before, .areaList > li > a:before, .cateList > li > a:before, .typeList > li > a:before {
	content: "\f0d7";
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	font-size: 14px;
}
.kamokuList > li > a, .areaList > li > a, .cateList > li > a, .typeList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 0;
	text-decoration: none;
	font-size: 12px;
	color: #444;
}
.kamokuList > li > a:hover, .areaList > li > a:hover, .cateList > li > a:hover, .typeList > li > a:hover {
	font-weight: bold;
	text-decoration: underline;
}

/* ========================
▼今月の特集
======================== */
.RightBox_item_thisMonthFeature {
	margin-bottom: 10px;
}
a.link_rdc {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #333;
}
a.link_rdc + a.link_rdc {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed #ccc;
}
.link_rdc_ttl {
	font-size: 15px;
	font-weight: bold;
}
.link_rdc_txt {
	margin-top: 5px;
	font-size: 12px !important;
	word-break: break-all
}
/* ========================
▼ジョブメドレーエージェント 医師について
======================== */
.aboutRdc {
	height: 100px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}
.aboutRdc > a {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	background-image: url(/include/contents/htdocs/contents/rdc/netyear/common/img/logo_header.gif);
	background-repeat: no-repeat;
	background-size: 165px;
	background-position: center 20px;
	text-decoration: none;
}
.aboutRdc > a > span {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 5px 0px;
	background-color: #efefef;
	color: #333;
	text-align: center;
}
/* ========================
▼キャリアステージ別転職のポイント
======================== */
.careerUpPointList {}
.careerUpPointList > li {}
.careerUpPointList > li + li {
	margin-top: 10px;
}
.jitsumeiList > li + li {
  margin-top: 5px;
}
.careerUpPointList > li > a, .jitsumeiList > li > a {
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #ECF5F5;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #333;
}
.careerUpPointList > li > a > span, .jitsumeiList > li > a > span {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	color: #666;
}

.link_rdc {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	border: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 3px;
	margin-bottom: 10px;
}
.renew-careerDiscussion {
	width: 190px;
	border: 12px solid #CCCCCC;
	padding: 20px 10px;
	margin-bottom: 10px;
	text-align: center;
}
.renew-careerDiscussion .renew-careerDiscussion-title {
	font-size: 13px;
	font-weight: bold;
	color: #D42431;
	margin-bottom: 10px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}
.aboutRdc > a > span {
	font-size	: 10px;
}
.renew-careerDiscussion .renew-careerDiscussion-content {
	margin-bottom: 20px;
}


@media screen and (max-width: 500px) {
	.section-search-link {
		width: auto;
		padding: 20px 10px;
	}

	.section-search-link .btn {
		width: auto;
	}
}


@media screen and (max-width: 500px) {
	header {
		min-width: 0;
		height: auto;
	}
	header .header-in {
		padding: 5px 8px;
		width: auto;
	}
	header .header-in__wrap .logo__area p img {
		width: 200px;
	}
	header .header-in__wrap .call__area {
		display: none;
	}
	.glyphicon-menu-hamburger:before {
		content: "\e236";
	}
	header .relation-link__area {
		display: none;
	}
	header .header-in__wrap .nav__area {
		display: table-cell;
		text-align: right;
	}
	header .header-in__wrap {
		height: 40px;
	}
}


@media screen and (max-width: 500px) {
	footer {
		margin: 0 10px;
		min-width: 0;
	}
	footer #footer {
		width: auto;
		padding: 22px 20px;
	}
	footer #footer_wrapper {
		border-top: none;
	}
	.sp-show {
		display: block;
	}
	footer #footer ul {
		text-align: center;
	}
	footer #footer li {
		display: inline-block;
		margin-top: 0px;
		text-align: center;
	}
	.pc-show {
		display: none;
	}
	footer #footer li a {
		color: #333;
		font-size: 14px;
		text-decoration: underline;
	}
}

@media screen and (max-width: 500px) {
	body {
		word-wrap: break-word;
		-webkit-text-size-adjust:none;
		letter-spacing: -0.001em;
		min-width: 0;
	}
	.RightBox,
	.col-right {
		display: none;
	}
	#mainContents {
		text-align: left;
	}
	.text-center {
		text-align: center;
	}

	.isThumb .relationLinks_thumb > a > img {
		height: auto;
	}
}

.banner_getregist {
  padding: 15px 10px 10px 10px;
  background-color: #f1f7fc;
  margin-bottom: 5px;
}
.banner_getregist > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #0560b6;
  text-align: center;
  text-decoration: none !important;
}
.getregist_messagetitle {
  font-weight: bold;
  font-size: 16px;
}
.getregist_message {
  padding-bottom: 125px;
  margin-top: 8px;
  font-size: 13px;
  text-align: left;
  padding-right: 10px;
  background-image: url(/include/common/img/character_group01.png);
  background-repeat: no-repeat;
  background-position: center 55px;
  background-size: 80% auto;
  padding-left: 10px;
}
.banner_getregist--hijokin .getregist_message {
  background-image: url(/include/common/img/character_group02.png);
}
.btn_getregist {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  -ms-text-align-last: auto;
  text-align: left;
  border-radius: 5px;
  background: -webkit-linear-gradient(top,  #ffbb00 10%,#ff7c02 100%);
  background: linear-gradient(to bottom,  #ffbb00 10%,#ff7c02 100%);
}
.btn_getregist::after {
  content: "無料";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  color: #ec6c32;
  font-size: 11px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.btn_getregist:hover {
  background: -webkit-linear-gradient(top,  #ffbb00 20%,#ff7c02 100%);
  background: linear-gradient(to bottom,  #ffbb00 20%,#ff7c02 100%);
}
.btn_getregist:active {
  background: -webkit-linear-gradient(top,  #ffbb00 30%,#ff7c02 100%);
  background: linear-gradient(to bottom,  #ffbb00 30%,#ff7c02 100%);
}

/* breadcrumb
------------------------------ */
.breadcrumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}
.breadcrumb > li {
  position: relative;
  list-style-type: none;
  font-size: 11px;
  padding-right: 25px;
  padding-bottom: 15px;
  white-space: nowrap;
}
.breadcrumb > li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  box-sizing: border-box;
  content: ">";
  padding: 0;
  vertical-align: middle;
}
.breadcrumb > li:last-of-type:after {
  display: none;
}
.breadcrumb > li > a {
  color: #333;
  text-decoration: underline;
}
.breadcrumb > li > strong {
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 980px) {
  .breadcrumb {
    display: none;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    }
    .breadcrumb::-webkit-scrollbar {
        display:none;
    }
}





/*contents-qaファイルのマージ*/

/*common*/
.pcShow {
  display: block;
}
.spShow {
  display: none;
}
.ContentsQa {
  color: #666;
  display: flex;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-bottom: 50px;
}
.mainBox {
  margin: 0;
  width: 640px;
}
.subBox {
  margin-left: auto;
  width: 190px;
}

/*qaLink*/
.qaLink {
  margin-top: -40px;
  margin-bottom: 40px;
  text-align: right;
}
.qaLink a {
  color: #666;
  padding-right: 25px;
  position: relative;
  text-decoration: none;
}
.qaLink a:hover {
  text-decoration: underline;
}
.qaLink a:after {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  content: "";
  height: 7px;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg);
  width: 7px;
}

/*qaHead*/
/*top*/
.qaHead_top {
  background: #0168b6 url(/include/contents/htdocs/img/contents/qa/img_qahead.png) no-repeat 96% bottom;
  background-size: 180px 162px;
  color: #FFF;
  padding: 50px 40px 40px 40px;
}
.qaHead_top .qaheadTtl {
  margin-bottom: 20px;
}
.qaHead_top .qaheadTtl h1 {
  font-size: 40px;
  line-height: 1;
  margin: 0;
}
.qaHead_top .qaheadLead p {
  width: 415px;
}
/*catelist*/
.qaHead_catelist {
  background: #0168b6;
  color: #FFF;
  padding: 50px 40px 40px 40px;
}
.qaHead_catelist .qaheadTtl {
  margin-bottom: 15px;
}
.qaHead_catelist .qaheadTtl h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.5;
  width: 415px;
}
.qaHead_catelist .qaheadLead p {
  width: 415px;
}
.headbgService {
  background: #0168b6 url(/include/contents/htdocs/img/contents/qa/bg_listhead_service.png) no-repeat 92% 60%;
}
.headbgCareer {
  background: #0168b6 url(/include/contents/htdocs/img/contents/qa/bg_listhead_career.png) no-repeat 92% 60%;
}
.headbgJob {
  background: #0168b6 url(/include/contents/htdocs/img/contents/qa/bg_listhead_job.png) no-repeat 92% 60%;
}
.headbgTerms {
  background: #0168b6 url(/include/contents/htdocs/img/contents/qa/bg_listhead_terms.png) no-repeat 92% 60%;
}
.headbgApply {
  background: #0168b6 url(/include/contents/htdocs/img/contents/qa/bg_listhead_apply.png) no-repeat 92% 60%;
}
.headbgMeet {
  background: #0168b6 url(/include/contents/htdocs/img/contents/qa/bg_listhead_meet.png) no-repeat 92% 60%;
}
.headbgNegotiate {
  background: #0168b6 url(/include/contents/htdocs/img/contents/qa/bg_listhead_negotiate.png) no-repeat 92% 60%;
}
.headbgOffer {
  background: #0168b6 url(/include/contents/htdocs/img/contents/qa/bg_listhead_offer.png) no-repeat 92% 60%;
}

/*detail*/
.qaHead_detail {
  background: #0168b6;
  color: #FFF;
  padding: 50px 40px 40px 40px;
}
.qaHead_detail .qaheadTtl h1 {
  font-size: 30px;
  line-height: 1.5;
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin: 0;
}

.qaheadTtl dt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 15px;
}
.qaheadTtl dt ul {
  border: 1px solid #FFF;
  border-radius: 4px;
  display: table;
}
.qaheadTtl dt ul li {
  color: #FFF;
  display: table-cell;
  padding: 8px 15px;
}
.qaheadTtl dt ul li + li {
  background: #FFF;
  color: #0168b6;
}

/*qaAnswer*/
.qaAnswer {
  background: #ebf5ff;
  margin-bottom: 50px;
  padding: 20px;
}
.qaAnswer dl {
  background: #FFF;
  /*box-shadow: 0 7px 35px rgb(81 127 111 / 16%);*/
  padding: 40px 20px;
}
.qaAnswer dt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.qaAnswer dd {
  line-height: 2;
}
.qaAnswer dd:not(:last-child) {
  margin-bottom: 30px;
}

/*qaCategory*/
.qaCategory {
  background: #ebf5ff;
  margin-bottom: 50px;
  padding: 40px 20px;
}
.qaCategory .qacategoryTtl {
  margin-bottom: 30px;
}
.qaCategory .qacategoryTtl h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.qaCategory .qacategoryWrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.qaDetail .qaCategory .qacategoryWrap ul {
  justify-content: center;
}
.qaCategory .qacategoryWrap li {
  background: #FFF;
  border: 2px solid #e1e8f6;
  border-radius: 12px;
  box-shadow: 0 7px 35px rgb(81 127 111 /16%);
  text-align: center;
  transition: background-color .3s ease-out;
}
.qaCategory .qacategoryWrap li:hover {
  border: 2px solid #0068B7;
}
.qaCategory .qacategoryWrap li a {
  display: flex;
  font-weight: bold;
  height: 116px;
  line-height: 1.3;
  letter-spacing: 0;
  padding-bottom: 15px;
  position: relative;
  text-decoration: none;
  width: 131px;
}
.qaCategory .qacategoryWrap li a div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  width: 100%;
}
.qaCategory .qacategoryWrap li a:before {
  content: "";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.qaCategory .qacategoryWrap li.btnService a:before {
  background: url(/include/contents/htdocs/img/contents/qa/icn_qacategory_service.png) 0 0/100% auto no-repeat;
  background-size: 51px 60px;
  height: 60px;
  top: 20px;
  width: 51px;
}
.qaCategory .qacategoryWrap li.btnCareer a:before {
  background: url(/include/contents/htdocs/img/contents/qa/icn_qacategory_career.png) 0 0/100% auto no-repeat;
  background-size: 67px 54px;
  height: 54px;
  top: 25px;
  width: 67px;
}
.qaCategory .qacategoryWrap li.btnJob a:before {
  background: url(/include/contents/htdocs/img/contents/qa/icn_qacategory_job.png) 0 0/100% auto no-repeat;
  background-size: 67px 54px;
  height: 54px;
  top: 27px;
  width: 67px;
}
.qaCategory .qacategoryWrap li.btnTerms a:before {
  background: url(/include/contents/htdocs/img/contents/qa/icn_qacategory_terms.png) 0 0/100% auto no-repeat;
  background-size: 58px 55px;
  height: 55px;
  top: 25px;
  width: 58px;
}
.qaCategory .qacategoryWrap li.btnApply a:before {
  background: url(/include/contents/htdocs/img/contents/qa/icn_qacategory_apply.png) 0 0/100% auto no-repeat;
  background-size: 51px 60px;
  height: 60px;
  top: 20px;
  width: 51px;
}
.qaCategory .qacategoryWrap li.btnMeet a:before {
  background: url(/include/contents/htdocs/img/contents/qa/icn_qacategory_meet.png) 0 0/100% auto no-repeat;
  background-size: 60px 57px;
  height: 57px;
  top: 23px;
  width: 60px;
}
.qaCategory .qacategoryWrap li.btnNegotiate a:before {
  background: url(/include/contents/htdocs/img/contents/qa/icn_qacategory_negotiate.png) 0 0/100% auto no-repeat;
  background-size: 75px 45px;
  height: 45px;
  top: 30px;
  width: 75px;
}
.qaCategory .qacategoryWrap li.btnOffer a:before {
  background: url(/include/contents/htdocs/img/contents/qa/icn_qacategory_offer.png) 0 0/100% auto no-repeat;
  background-size: 70px 55px;
  height: 55px;
  top: 25px;
  width: 70px;
}

/*qaList*/
.qaList {
  background: #ebf5ff;
  margin-bottom: 50px;
  padding: 40px 20px;
}
.qaList .qalistTtl {
  margin-bottom: 30px;
}
.qaList .qalistTtl h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.qaList .qalistWrap ul {
  background: #FFF;
  border: 1px solid #e1e8f6;
  box-shadow: 0 7px 35px rgb(81 127 111 / 16%);
}
.qaList .qalistWrap li:not(:last-child) {
  border-bottom: 1px solid #e1e8f6;
}
.qaList .qalistWrap li a {
  color: #666;
  display: block;
  font-weight: bold;
  line-height: 1.8;
  padding: 15px 50px;
  position: relative;
  text-decoration: none;
}
.qaList .qalistWrap li a:hover {
  text-decoration: underline;
}
.qaList .qalistWrap li a:before {
  background: url(/include/contents/htdocs/img/contents/qa/icn_qalist.png) 0 0 no-repeat;
  background-size: 17px 23px;
  content: "";
  display: block;
  height: 23px;
  left: 20px;
  position: absolute;
  top: 15px;
  width: 17px;
}
.qaList .qalistWrap li a:after {
  border-top: 2px solid #e1e8f6;
  border-right: 2px solid #e1e8f6;
  content: "";
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg);
  width: 10px;
}

/*qaRegist*/
.qaRegist {
  background: #fcf9e0;
  margin-bottom: 30px;
  padding: 40px;
}
.qaRegist p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.qaRegist a {
  background: linear-gradient(#ffbb00, #ff7c02);
  border: none;
  border-radius: 8px;
  box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 20%);
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  padding: 28px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
  width: 480px;
}
.qaRegist a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.qaRegist a::after {
  background-color: #fff;
  border-radius: 50%;
  color: #ff7d02;
  content: "無料";
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

/*qaSearch*/
.qaSearch {
  border: 1px solid #e1e8f6;
  margin-bottom: 50px;
  padding: 40px;
}
.qaSearch p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.qaSearch a {
  background: linear-gradient(#3283c0, #0168b6);
  border: none;
  border-radius: 8px;
  box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 20%);
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  padding: 28px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
  width: 480px;
}
.qaSearch a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

/*subcontBnr*/
.subcontBnr {
  background: #ebf5ff;
  margin-bottom: 40px;
  padding: 20px 10px;
}
.subcontBnr a {
  display: block;
  text-decoration: none;
}
.subcontBnr a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.subcontBnr .subcontbnrTtl {
  background:linear-gradient(transparent 50%, #fff57d 50%);
  color: #0560b6;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.subcontBnr .subcontbnrTtl:before {
  background: url(/include/contents/htdocs/img/contents/qa/icn_subcontbnr_01.png) no-repeat top center;
  background-size: 12px 10px;
  content: '';
  display: block;
  height: 10px;
  left: 1px;
  position: absolute;
  top: -12px;
  width: 12px;
}
.subcontBnr .subcontbnrTxt {
  color: #0560b6;
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.subcontBnr .subcontbnrBtn {
  background: url(/include/contents/htdocs/img/contents/qa/img_subcontbnr_01.png) no-repeat top center;
  background-size: 140px 79px;
  padding-top: 70px;
}
.subcontBnr .subcontbnrBtn span {
  background: linear-gradient(#ffbb00, #ff7c02);
  border-radius: 8px;
  box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 20%);
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 10px;
  position: relative;
}
.subcontBnr .subcontbnrBtn span::after {
  background-color: #fff;
  border-radius: 50%;
  color: #ff7d02;
  content: "無料";
  display: block;
  font-size: 10px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

/*subcontArticle*/
.subcontArticle {
  margin-bottom: 40px;
}
.subcontArticle .subcontarticleTtl {
  margin-bottom: 20px;
}
.subcontArticle .subcontarticleTtl h3 {
  border-left: 5px solid #0560b6;
  color: #0560b6;
  font-weight: bold;
  line-height: 25px;
  padding-left: 10px;
}
.subcontArticle .subcontarticleWrap ul {
  border: 1px solid #e1e8f6;
}
.subcontArticle .subcontarticleWrap li:not(:last-child) {
  border-bottom: 1px solid #e1e8f6;
}
.subcontArticle .subcontarticleWrap a {
  color: #666;
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 10px;
  text-decoration: none;
}
.subcontArticle .subcontarticleWrap a:hover {
  text-decoration: underline;
}
.subcontArticle .subcontarticleTxt {
  width:100%;
}

/*subcontPickup*/
.subcontPickup {
  margin-bottom: 40px;
}
.subcontPickup .subcontpickupTtl {
  margin-bottom: 20px;
}
.subcontPickup .subcontpickupTtl h3 {
  border-left: 5px solid #0560b6;
  color: #0560b6;
  font-weight: bold;
  line-height: 25px;
  padding-left: 8px;
}
.subcontPickup .subcontpickupWrap ul {
  border: 1px solid #e1e8f6;
}
.subcontPickup .subcontpickupWrap li:not(:last-child) {
  border-bottom: 1px solid #e1e8f6;
}
.subcontPickup .subcontpickupWrap a {
  color: #666;
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 10px;
  text-decoration: none;
}
.subcontPickup .subcontpickupWrap a:hover {
  text-decoration: underline;
}
.subcontPickup .subcontpickupTxt {
  width:100%;
}

/*subcontAreasearch*/
.subcontAreasearch {
  margin-bottom: 40px;
}
.subcontAreasearch .subcontAreasearchTtl {
  margin-bottom: 20px;
}
.subcontAreasearch .subcontAreasearchTtl h3 {
  border-left: 5px solid #0560b6;
  color: #0560b6;
  font-weight: bold;
  line-height: 25px;
  padding-left: 10px;
}
.subcontAreasearch .subcontAreasearchWrap ul {
  border: 1px solid #e1e8f6;
}
.subcontAreasearch .subcontAreasearchWrap li:not(:last-child) {
  border-bottom: 1px solid #e1e8f6;
}
.subcontAreasearch .subcontAreasearchWrap a {
  color: #666;
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 24px 10px;
  position: relative;
  text-decoration: none;
}
.subcontAreasearch .subcontAreasearchWrap a:hover {
  text-decoration: underline;
}
.subcontAreasearch .subcontAreasearchWrap a:after {
  border-top: 2px solid #e1e8f6;
  border-right: 2px solid #e1e8f6;
  content: "";
  height: 6px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}

/*SP*/
@media screen and (max-width: 500px) {
/*common*/
#Wrapper {
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  width: 100%;
}
.pcShow {
  display: none;
}
.spShow {
  display: block;
}
.ContentsQa {
  display: block;
  font-size: 13px;
  line-height: 1.8;
  margin: 0 -15px 0 -15px;
  padding-bottom: 40px;
}
.mainBox {
  width: 100%;
}
.subBox {
  width: 100%;
}

/*qaLink*/
.qaLink {
  margin-top: -25px;
}

/*qaHead*/
/*top*/
.qaHead_top {
  background-size: 120px 108px;
  padding: 35px 10px 30px 10px;
}
.qaHead_top .qaheadTtl {
  margin-bottom: 15px;
}
.qaHead_top .qaheadTtl h1 {
  font-size: 28px;
}
.qaHead_top .qaheadLead p {
  width: 70%;
}
/*catelist*/
.qaHead_catelist {
  background-size: 120px 108px;
  padding: 35px 10px 30px 10px;
}
.qaHead_catelist .qaheadTtl {
  margin-bottom: 10px;
}
.qaHead_catelist .qaheadTtl h1 {
  font-size: 22px;
  width: 80%;
}
.qaHead_catelist .qaheadLead p {
  width: 100%;
}
.headbgService {
  background-position: 95% 23%;
  background-size: 52px 60px;
}
.headbgCareer {
  background-position: 95% 25%;
  background-size: 52px 48px;
}
.headbgJob {
  background-position: 95% 25%;
  background-size: 52px 42px;
}
.headbgTerms {
  background-position: 95% 23%;
  background-size: 52px 50px;
}
.headbgApply {
  background-position: 95% 23%;
  background-size: 52px 61px;
}
.headbgMeet {
  background-position: 95% 25%;
  background-size: 52px 49px;
}
.headbgNegotiate {
  background-position: 95% 28%;
  background-size: 52px 31px;
}
.headbgOffer {
  background-position: 95% 25%;
  background-size: 52px 41px;
}

/*detail*/
.qaHead_detail {
  padding: 35px 10px 30px 10px;
}
.qaHead_detail .qaheadTtl h1 {
  font-size: 22px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.qaheadTtl dt {
  font-size: 11px;
  margin-bottom: 12px;
}
.qaheadTtl dt ul li {
  padding: 8px;
}

/*qaAnswer*/
.qaAnswer {
  margin-bottom: 40px;
  padding: 30px 10px;
}
.qaAnswer dl {
  background: #FFF;
  padding: 30px 15px;
}
.qaAnswer dt {
  font-size: 22px;
  margin-bottom: 30px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.qaAnswer dd {
  font-size: 14px;
}

/*qaCategory*/
.qaCategory {
  margin-bottom: 40px;
  padding: 30px 10px;
}
.qaCategory .qacategoryTtl {
  margin-bottom: 30px;
}
.qaCategory .qacategoryTtl h2 {
  font-size: 18px;
}
.qaCategory .qacategoryWrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.qaCategory .qacategoryWrap li {
  margin-right: 2%;
  width: calc(32% - 4px);
}
.qaCategory .qacategoryWrap li:nth-child(3n) {
  margin-right: 0;
}
.qaCategory .qacategoryWrap li a {
  font-size: 12px;
  height: 100%;
  padding-bottom: 20px;
  width: 100%;
}
.qaCategory .qacategoryWrap li a div {
  padding-top: 65px;
}
.qaCategory .qacategoryWrap li.btnService a:before {
  background-size: 46px 54px;
  height: 54px;
  top: 18px;
  width: 46px;
}
.qaCategory .qacategoryWrap li.btnCareer a:before {
  background-size: 60px 48px;
  height: 48px;
  top: 19px;
  width: 60px;
}
.qaCategory .qacategoryWrap li.btnJob a:before {
  background-size: 56px 45px;
  height: 45px;
  top: 20px;
  width: 56px;
}
.qaCategory .qacategoryWrap li.btnTerms a:before {
  background-size: 52px 49px;
  height: 49px;
  top: 17px;
  width: 52px;
}
.qaCategory .qacategoryWrap li.btnApply a:before {
  background-size: 44px 52px;
  height: 52px;
  top: 15px;
  width: 44px;
}
.qaCategory .qacategoryWrap li.btnMeet a:before {
  background-size: 53px 50px;
  height: 50px;
  top: 17px;
  width: 53px;
}
.qaCategory .qacategoryWrap li.btnNegotiate a:before {
  background-size: 63px 38px;
  height: 38px;
  top: 24px;
  width: 63px;
}
.qaCategory .qacategoryWrap li.btnOffer a:before {
  background-size: 54px 43px;
  height: 43px;
  top: 20px;
  width: 54px;
}

/*qaList*/
.qaList {
  margin-bottom: 40px;
  padding: 30px 10px;
}
.qaList .qalistTtl {
  margin-bottom: 30px;
}
.qaList .qalistTtl h2 {
  font-size: 18px;
}
.qaList .qalistWrap li a {
  padding: 15px 50px;
}
.qaList .qalistWrap li a:before {
  background-size: 17px 23px;
  height: 23px;
  left: 20px;
  top: 15px;
  width: 17px;
}

/*qaRegist*/
.qaRegist {
  margin: 0 10px 20px 10px;
  padding: 20px 15px;
}
.qaRegist p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.qaRegist a {
  font-size: 15px;
  padding: 18px 0;
  width: 100%;
}
.qaRegist a::after {
  font-size: 10px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}

/*qaSearch*/
.qaSearch {
  margin: 0 10px 40px 10px;
  padding: 20px 15px;
}
.qaSearch p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.qaSearch a {
  font-size: 15px;
  padding: 18px 0;
  width: 100%;
}

/*subcontBnr*/
.subcontBnr {
  margin: 0 10px 30px 10px;
  padding: 20px 15px;
}
.subcontBnr dl {
  text-align: center;
}
.subcontBnr .subcontbnrTtl {
  display: inline-block;
  font-size: 18px;
  padding: 0 10px;
}
.subcontBnr .subcontbnrTxt {
  font-size: 13px;
}
.subcontBnr .subcontbnrBtn {
  background-size: 200px 114px;
  padding-top: 100px;
}
.subcontBnr .subcontbnrBtn span {
  font-size: 13px;
  line-height: 1;
  padding: 16px 10px;
}

/*subcontArticle*/
.subcontArticle {
  margin: 0 10px 30px 10px;
}
.subcontArticle .subcontarticleTtl {
  margin-bottom: 15px;
}
.subcontArticle .subcontarticleTtl h3 {
  border-bottom: none;
  font-size: 14px;
}
.subcontArticle .subcontarticleWrap a {
  font-size: 13px;
  padding: 15px 10px;
}
.subcontArticle .subcontarticleImg img {
  width: 70px;
}

/*subcontPickup*/
.subcontPickup {
  margin: 0 10px 30px 10px;
}
.subcontPickup .subcontpickupTtl {
  margin-bottom: 15px;
}
.subcontPickup .subcontpickupTtl h3 {
  border-bottom: none;
  font-size: 14px;
}
.subcontPickup .subcontpickupWrap a {
  font-size: 13px;
  padding: 15px 10px;
}
.subcontPickup .subcontpickupImg img {
  width: 70px;
}

/*subcontAreasearch*/
.subcontAreasearch {
  margin: 0 10px 30px 10px;
}
.subcontAreasearch .subcontAreasearchTtl {
  margin-bottom: 15px;
}
.subcontAreasearch .subcontAreasearchTtl h3 {
  border-bottom: none;
  font-size: 14px;
}
.subcontAreasearch .subcontAreasearchWrap a {
  font-size: 14px;
  padding: 20px;
}
.subcontAreasearch .subcontAreasearchWrap a:after {
  right: 20px;
}
.subcontAreasearch .subcontAreasearchWrap a div {
  width: 100%;
}
}


  /* END @media
  ===========================*/


/* ----------------------------
アルバイト可能時間シミュレーション用バナー
----------------------------- */
.banner_contents_simulator {
  width: 100%;
  margin: 20px auto;
  padding: auto 5%;
}
.banner_contents_simulator img {
  display: block;
  width: 420px;
    height: 144px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: 0 0;
    -o-object-position: 0 0;
    margin: 15px auto 20px;
    aspect-ratio: 420 / 144;
}
.banner_contents_simulator img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 980px) {
  .banner_contents_simulator img {
    width: 350px;
    height: 120px;
    aspect-ratio: 350 / 120;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  }
}