@charset "UTF-8";
/**
 :タイトル "トップページ用スタイル設定";
 :作成日 "2013-04-01";
 */
section {margin-top: 80px;}
.hdTxt02-01 {margin-bottom: 20px;}
/* --------------------------------
   メインビジュアル
   -------------------------------- */
#topVisual {
  background:url("../img2014/bk_main.png") top center / cover;
  margin-bottom: 40px;
  width: 100%;
  height: 320px;
}
#topVisual .mainImg {padding-top: 2px;}
#topVisual .attention {
  color: #999;
  font-size: 0.6rem;
  position: absolute;
  top: 82px;
  left: 350px;
}
.main_visual_test {
  color: #fff;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 1000px;
  height: 320px;
}
.mv_test_search {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  position: absolute;
  top: 110px;
  width: 600px;
}
.mv_test_search_title {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 0 0;
  display: flex;
  padding: 15px 25px;
}
.mv_test_search_title h3 {
  font-size: 24px;
  margin: 0;
}
.mv_test_search_title .jqtransformdone {
  display: flex;
  margin: 0 0 0 30px;
}
#topVisual .jqTransformRadioWrapper {
  display: flex;
  align-items: center;
  float: none;
  margin: 0 3px 0 0;
}
#topVisual .mv_test_search_title .jqtransformdone div {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
#topVisual .mv_test_search_title .jqtransformdone div label {
    margin: 0;
    float: none;
    font-size: 0.9rem;
}
#topVisual .jqTransformRadio {
    background: none;
    border: solid 2px #fff;
    border-radius: 3em;
    height: 16px;
    width: 16px;
}
#topVisual .jqTransformRadio.jqTransformChecked {
    background: var(--primary-color);
    border: solid 4px #fff;
    width: 12px;
    height: 12px;
}
#quick_search {padding: 30px 30px 15px;}
#quick_search_form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}
.quick_search_link {
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  position: relative;
  width: 47%;
  height: 45px;
}
.quick_search_link .ttl {
  color: #333;
  font-size: 0.85rem;
  line-height: 1;
}
.selectName {
  display: flex;
  justify-content: left;
  line-height: 1.3;
  margin: 0;
  text-align: left;
  width: 85%;
}
.itemName {
  font-size: 14px;
  position: absolute;
  top: -20px;
  left: 0;
}
.selectItems {
  color: #333;
  font-size: 0.85rem;
}
.searchIcon {
  background: url("../img2014/icon_main.png")center / cover;
  width: 22px;
  height: 22px;
}
#quick_search_ken .searchIcon {background-position: left;}
#quick_search_kamoku .searchIcon {background-position: right;}
#topVisual #quick_search .jqtransformdone {
  display: flex;
  justify-content: center;
}
#topVisual #quick_search button.jqTransformButton {
  background: linear-gradient(to bottom, #d61e63 48%, #be1a58 52%);
  border-radius: 5px;
  box-shadow: 0 2px 2px #333;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-indent: 0;
  width: 220px;
  height: 40px;
}
#topVisual #quick_search button.jqTransformButton:hover {background: linear-gradient(to bottom, #f54587 48%, #d42d6c 52%);}
#topVisual #quick_search button.jqTransformButton > span {
  display: flex;
  align-items: center;
}
#topVisual #quick_search button.jqTransformButton > span:before {
  content: "";
  background: url("../img2014/icon_searchBtn.png") left center / cover no-repeat;
  margin: 0 0.5em 0.1em 0;
  width: 1.1em;
  height: 1.1em;
}
.top-satisfaction {
  background: #fff;
  border-radius: 100px;
  border: solid 2px var(--primary-color);
  box-sizing: border-box;
  color: var(--primary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.15;
  position: absolute;
  top: 16px;
  left: 0px;
  width: 74px;
  height: 74px;
}
.top-satisfaction__inner {
  border: solid 1px var(--primary-color);
  border-radius: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.top-satisfaction__score {
  font-size: 1.3em;
  font-weight: bold;
}
.top-satisfaction__score span {
  font-size: 0.6em;
}
.top-satisfaction__attention {
  font-size: 0.5em;
  position: absolute;
  top: 80%;
  right: 41%;
}
/* --------------------------------
   求人情報を探す
   -------------------------------- */
#topSearch{
	position: relative;
}
#topSearch #topSearchDetail .panel {
	display:none;
}
#topSearch #topSearchDetail .show {
	display:block;
}
#topSearch #topSearchDetail .panel{
	padding: 22px;
	background: #8ba2c1;
}
#topSearch #topSearchDetail ul.tab{
	display: flex;
}
#topSearch #topSearchDetail ul.tab li{
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	font-weight: bold;
	cursor: pointer;
	line-height: 1.5;
	font-size: 133.33%;
	width: 100%;
	border: 1px solid #8ba2c1;
	border-bottom: none;
	text-align: center;
	color: var(--primary-color);
}
#topSearch #topSearchDetail ul.tab li:hover{
	text-decoration: underline;
}
#topSearch #topSearchDetail ul.tab li strong{
	font-size: 125%;
}
#topSearch #topSearchDetail ul.tab li.active{
	cursor: default;
	background: #8ba2c1;
	color: #fff;
  border: none;
  text-decoration: none;
}
#topSearch #topSearchDetail ul.tab li.active:before{
	position: absolute;
	top: -5px;
	content:'';
	display: block;
	width: 100%;
	border-top: 3px solid #34d0ff;
}
#topSearch #topSearchDetail ul.tab li:after{
	content:'';
	display:inline-block;
	height: 53px;
	vertical-align: middle;
}
#topSearch #topSearchDetail ul.tab.style01 li:last-child{
	margin-left: 6px;
}
#topSearch .clBoxWrap1{
	float: left;
	width: 280px;
	margin-bottom: 6px;
}
#topSearch .clBoxWrap2{
	float: right;
	width: 340px;
	margin-bottom: 6px;
}
#topSearch .clBox{
	padding: 15px 20px;
	background: #f2f8ff;
}
#topSearch .clBox1{
	margin-bottom: 6px;
}
#topSearch .clBox2{
	margin-bottom: 6px;
}
#topSearch .clBox2 .hdTxt,
#topSearch .clBox3 .hdTxt{
	padding-top: 0;
}
/* 見出し */
#topSearch .hdTxt{
	padding: 0.65em 0;
	font-size: 133.33%;
	letter-spacing: -0.34em;
}
#topSearch .hdTxt span{
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
#topSearch .hdTxt span.icn{
	width: 44px;
	text-align: center;
}
#topSearch .hdTxt span.ttl{
	padding-left: 10px;
}
/* 見出し（ボタン） */
#topSearch .hdTxt.hdTxtBtn{
	position: relative;
	margin: -15px -20px;
	padding: 0;
	cursor: pointer;
}
#topSearch .clBoxWrap1 .hdTxt.hdTxtBtn {
  margin: -15px -10px -15px -20px;
}
#topSearch .hdTxt.hdTxtBtn a{
	display: block;
	padding: 11px 20px;
	color: #333;
}
#topSearch .hdTxt.hdTxtBtn a:hover{
	background-color: #dce6f3;
}
#topSearch .hdTxt.hdTxtBtn a:before{
	content:'';
	display:inline-block;
	height: 22px;
	vertical-align: middle;
}
#topSearch .hdTxt.hdTxtBtn a:after{
	position: absolute;
	content:'';
	display: block;
	height: 29px;
	width: 29px;
	top: 50%;
	right: 15px;
	margin-top: -14px;
	background: url(../img2014/icn_btn-hd01.png);
}
#topSearch .hdTxt span.txt{
	padding-left: 10px;
}
#topSearch .hdTxt span.txt span{
	display: block;
	padding-left: 0;
}
#topSearch .hdTxt span.txt span.selectItems{
	width: 135px;
	font-weight: normal;
	font-size: 75%;
	color: #666;
}
#topSearch .topDetailSearch .clBox.freeword{
	clear: both;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#topSearch .topDetailSearch .clBox.freeword h2,
#topSearch .topDetailSearch .clBox.freeword div.itemDetail{
	display: inline-block;
	vertical-align: middle;
}
#topSearch .topDetailSearch .clBox.freeword h2{
	margin-right: 10px;
	padding:0;
}
#topSearch .topDetailSearch .clBox.freeword input{
	width: 370px;
	color: silver;
  padding: 5px;
}
#topSearch .topDetailSearch .clBox.freeword input.focused{
	color: #333;
}
/* 選択肢 */
#topSearch input{
	vertical-align: baseline;
	margin-right: 6px;
}
#topSearch label{
	cursor: pointer;
  width: auto;
}
#topSearch label:hover{
	text-decoration: underline;
}
#topSearch ul.itemList{
	letter-spacing: -0.34em;
}
#topSearch ul.itemList li{
	display: inline-block;
	width: 150px;
	margin: 0.165em 0;
	vertical-align: top;
	letter-spacing: normal;
}
#topSearch ul.itemList.itemList02 li{
	width: 74px;
}
#topSearch ul.itemList.itemList03 li{
	width: 140px !important;
}
#topSearch ul.itemList.itemList04 li{
	width: 116px !important;
}
#topSearch #selectItems1-04 .itemList li {width: calc(100% / 3);}
/* 詳細条件 */
#topSearch .topDetailSearch{
	margin-bottom: 25px;
	padding: 8px;
	border: 1px solid #b9c7da;
	background: #94aac6;
}
#topSearch .topDetailSearch dt.slideBtn{
	position: relative;
	margin: -8px;
	padding: 8px;
	font-size: 116.67%;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
#topSearch .topDetailSearch dt.slideBtn:hover{
	text-decoration: underline;
}
#topSearch .topDetailSearch dt.slideBtn:before{
	content:'';
	display:inline-block;
	clear:both;
	height: 22px;
	width: 45px;
	margin-right: 6px;
	vertical-align: middle;
	background: url(../img2014/icn_btn-open.png);
}
#topSearch .topDetailSearch dd.inner{
	display: none;
}
#topSearch .topDetailSearch dd.inner p.slideDownBtn{
	position: relative;
	margin: 0 -8px -8px;
	padding: 8px;
	font-size: 116.67%;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
#topSearch .topDetailSearch dd.inner p.slideDownBtn:hover{
	text-decoration: underline;
}
#topSearch .topDetailSearch dd.inner p.slideDownBtn:before{
	content:'';
	display:inline-block;
	clear:both;
	height: 22px;
	width: 45px;
	margin-right: 6px;
	vertical-align: middle;
	background: url(../img2014/icn_btn-close.png);
}
#topSearch .topDetailSearch .clBoxWrap3{
	float: left;
	width: 301px;
}
#topSearch .topDetailSearch .clBoxWrap4{
	float: right;
	width: 301px;
}
/* モーダルウィンドウ内 */
.detailItemWrap div.detailItemSec{
	display: none;
  text-align: left;
}
.detailItemInner label{
	cursor: pointer;
}
.detailItemInner .itemCat label{
	display: block;
	padding: 0.2em 7px;
	background: #cfdbeb;
	vertical-align: middle;
}
.detailItemInner .itemDetail{
	margin-bottom: 1.5em;
	padding-left: 15px;
}
.detailItemInner ul.itemList{
	letter-spacing: -0.34em;
}
.detailItemInner ul.itemList li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
#topSearch .detailItemInner ul.itemList li.cl2 {
  width: 150px;
}
/* 検索ボタン */
#topSearch ul.btnConfirmList{
	text-align: center;
	letter-spacing: -0.34em;
}
#topSearch ul.btnConfirmList li{
	display: inline-block;
	letter-spacing: normal;
}
/* --------------------------------
   求人情報を探す（希望勤務地/通勤時間）
   -------------------------------- */
#topSearch .cover,
#topSearch .cover2{
	position: absolute;
	top: 0;
  left: 0px;
	width: 280px;
	background: rgba(12, 63, 139, 0.3);
	cursor: pointer;
}
#topSearch .areaBox{
	position: relative;
	margin-bottom: 6px;
	padding: 15px 10px 15px 20px;
	background: #f2f8ff;
}
#topSearch .place {
	position: relative;
	height: 209px;
}
#topSearch .place .hdTxt{
	padding: 0 0;
}
#topSearch .place .hdTxt span.icn2{
	width: 24px;
	text-align: center;
}
#topSearch .place .placeMap {
	position: absolute;
	top: 0; left: 3px;
}
.placeMap .map1 { position: absolute; top: 0; 		left: 181px; }
.placeMap .map2 { position: absolute; top: 60px;	left: 181px; }
.placeMap .map3 { position: absolute; top: 116px;	left: 181px; }
.placeMap .map4 { position: absolute; top: 90px;	left: 140px; }
.placeMap .map5 { position: absolute; top: 141px;	left: 140px; }
.placeMap .map6 { position: absolute; top: 90px;	left: 99px; }
.placeMap .map7 { position: absolute; top: 90px;	left: 52px; }
.placeMap .map8 { position: absolute; top: 146px;	left: 52px; }
.placeMap .map9 { position: absolute; top: 90px;	left: 0; }
#topSearch .or {
	position: absolute;
	margin: -25px 0 -20px 107px;
	z-index: 1;
}
#topSearch .commute {
}
.commute .address,
.commute .time{
	padding: 4px;
	height: 20px;
	font-size: 116.66%;
	color: #999;
	border: 1px solid #cbcbcb;
}
.commute .focused {
	color:#333;
}
.commute .address  {
	margin-bottom: 7px;
}
.commute .address {
	width: 201px;
}
.commute .time {
	width: 79px;
}
.commute .vehicle {
	margin-bottom: 7px;
	height: 30px;
}
.commute .vehicle li {
	float: left;
	display: inline-block;
	line-height: 30px;
	background: #8ba2c1;
}
.commute .vehicle li:last-child {
	padding-left: 6px;
	background: none;
}
.commute .vehicle input[type="radio"]{
	display: none;
}
.commute .vehicle input[type="radio"] + label.train img {
	margin: 1px;
}
.commute .vehicle input[type="radio"] + label.car img{
	margin: 1px 1px 1px 0;
}
.commute .vehicle input[type="radio"] + label img {
	background: #fff;
}
.commute .vehicle input[type="radio"]:checked + label img {
	background: #d4f0fa;
}
.commute span.sup {
	font-size: 116.66%;
}
/* ※モーダルウィンドウの記述は/common/css/jquery.modal.cssへ移動しました */
/* --------------------------------
   新着求人
   -------------------------------- */
#newoffer {
  margin-top: 50px;
  margin-bottom: 30px;
  width: 670px;
}
#newoffer p {margin: 0;}
#newoffer .hdTxt02-01 {
  border-top: none;
  border-left: solid 4px #d9236e;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 0.5em;
}
#newoffer .hdTxt02-01:after {content: none;}
#newoffer .select-box01 select {
  height: 28px;
  width: 130px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background: #fff url("../img/arrow01.png") right 50% / contain no-repeat;
  border-radius: 3px;
  border:1px solid #c6c6c6;
  cursor:pointer;
  box-shadow: 0px 1px 0px 0px #ede8e8;
}
#newoffer .offerPoint {
  margin: 0;
  min-height: 1.75em;
}
#newoffer .offerPoint li {
  background: #e78400;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  font-size: inherit;
}
#newoffer #tab_selecter {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#newoffer #tab_selecter a {
  display: flex;
  align-items: center;
  font-size: 1.15em;
}
#newoffer #tab_selecter a:before {
  content: "";
  border: solid 2px #aaa;
  border-radius: 22px;
  box-sizing: border-box;
  display: block;
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
#newoffer #tab_selecter a.current:before {
  background: var(--primary-color);
  box-shadow: 0 0 0px 3px #fff inset;
}
#newoffer #tab_selecter li {margin-right: 25px;}
#newoffer .newoffer_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: auto;
  padding: 5px;
}
#newoffer .newoffer_list .recruit {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  margin-bottom: 10px;
  position: relative;
}
#newoffer .newoffer_list .recruit:not(:last-child) {margin-right: 13px;}
#newoffer .newoffer_list li a {
  box-sizing: border-box;
  display: block;
  padding: 12px 8px;
  text-align: left;
  text-decoration: none;
  width: 200px;
  height: 100%;
  min-height: 210px;
}
#newoffer .newoffer_list li a:hover {background-color: #e6efff;}
#newoffer table {
  border-collapse: collapse;
  color: #333;
  margin-top: 5px;
  width: 100%;
}
#newoffer table th,
#newoffer table td {border: solid 1px #ccc;}
#newoffer table th {
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 3px 0 3px 6px;
  width: 50px;
}
#newoffer table td {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 3px;
}
#newoffer table tr:not(.salary) td {font-weight: bold;}
#newoffer .ttl {
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 5px;
  line-height: 1.5;
  text-align: justify;
  overflow: hidden;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: block-axis;
  -webkit-line-clamp: 2;
}
#newoffer .newoffer_list .recruit:after {
  content: "";
  background: var(--primary-color);
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 3px;
}
#newoffer .newoffer_contents {
  background: #f4f4f4;
  padding: 15px 17px;
}
#newoffer .select-box01 select::-ms-expand{display: none;}
#newoffer .slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 240px;
  width: 100%;
}
#newoffer .slider__nav {display: none;}
#newoffer .slider__nav + label {
  background: #ccc;
  cursor: pointer;
  margin: 0 12px;
  position: relative;
  width: 12px;
  height: 12px;
  z-index: 10;
}
#newoffer .slider__nav:checked + label {background: var(--primary-color);}
#newoffer .slider__nav:checked:nth-of-type(1) ~ .slider__inner {left: 0%;}
#newoffer .slider__nav:checked:nth-of-type(2) ~ .slider__inner {left: -100%;}
#newoffer .slider__nav:checked:nth-of-type(3) ~ .slider__inner {left: -200%;}
#newoffer .slider__nav:checked:nth-of-type(4) ~ .slider__inner {left: -300%;}
#newoffer .slider__nav:checked:nth-of-type(5) ~ .slider__inner {left: -400%;}
#newoffer .slider__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  width: 500%;
  height: 100%;
}
#newoffer .slider__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: center;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  height: 100%;
}
#newoffer .bottom_more_link {text-align: center;}
#newoffer .bottom_more_link a {
  display: inline-block;
  font-size: 16px;
  margin: 10px auto 0;
}
/* 新着求人 e -------------------------------- */
/* --------------------------------
   レコメンド求人
   -------------------------------- */
#recommend {
  margin-top: 50px;
  margin-bottom: 30px;
  width: 670px;
}
#recommend p {margin: 0;}
#recommend .hdTxt02-01 {
  border-top: none;
  border-left: solid 4px #d9236e;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 0.5em;
}
#recommend .hdTxt02-01:after {content: none;}
#recommend .select-box01 select {
  height: 28px;
  width: 130px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background: #fff url("../img/arrow01.png") right 50% / contain no-repeat;
  border-radius: 3px;
  border:1px solid #c6c6c6;
  cursor:pointer;
  box-shadow: 0px 1px 0px 0px #ede8e8;
}
#recommend .offerPoint {
  margin: 0;
  min-height: 1.75em;
}
#recommend .offerPoint li {
  background: #e78400;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  font-size: inherit;
}
#recommend #tab_selecter_recommend {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#recommend #tab_selecter_recommend a {
  display: flex;
  align-items: center;
  font-size: 1.15em;
}
#recommend #tab_selecter_recommend a:before {
  content: "";
  border: solid 2px #aaa;
  border-radius: 22px;
  box-sizing: border-box;
  display: block;
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
#recommend #tab_selecter_recommend a.current:before {
  background: var(--primary-color);
  box-shadow: 0 0 0px 3px #fff inset;
}
#recommend #tab_selecter_recommend li {margin-right: 25px;}
#recommend .recommend_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: auto;
  padding: 5px;
}
#recommend .recommend_list .recruit {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  margin-bottom: 10px;
  position: relative;
}
#recommend .recommend_list .recruit:not(:last-child) {margin-right: 13px;}
#recommend .recommend_list li a {
  box-sizing: border-box;
  display: block;
  padding: 12px 8px;
  text-align: left;
  text-decoration: none;
  width: 200px;
  height: 100%;
  min-height: 210px;
}
#recommend .recommend_list li a:hover {background-color: #e6efff;}
#recommend table {
  border-collapse: collapse;
  color: #333;
  margin-top: 5px;
  width: 100%;
}
#recommend table th,
#recommend table td {border: solid 1px #ccc;}
#recommend table th {
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 3px 0 3px 6px;
  width: 50px;
}
#recommend table td {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 3px;
}
#recommend table tr:not(.salary) td {font-weight: bold;}
#recommend .ttl {
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 5px;
  line-height: 1.5;
  text-align: justify;
  overflow: hidden;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: block-axis;
  -webkit-line-clamp: 2;
}
#recommend .recommend_list .recruit:after {
  content: "";
  background: var(--primary-color);
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 3px;
}
#recommend .recommend_contents {
  background: #f4f4f4;
  padding: 15px 17px;
}
#recommend .select-box01 select::-ms-expand{display: none;}
#recommend .slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 240px;
  width: 100%;
}
#recommend .slider__nav {display: none;}
#recommend .slider__nav + label {
  background: #ccc;
  cursor: pointer;
  margin: 0 12px;
  position: relative;
  width: 12px;
  height: 12px;
  z-index: 10;
}
#recommend .slider__nav:checked + label {background: var(--primary-color);}
#recommend .slider__nav:checked:nth-of-type(1) ~ .slider__inner {left: 0%;}
#recommend .slider__nav:checked:nth-of-type(2) ~ .slider__inner {left: -100%;}
#recommend .slider__nav:checked:nth-of-type(3) ~ .slider__inner {left: -200%;}
#recommend .slider__nav:checked:nth-of-type(4) ~ .slider__inner {left: -300%;}
#recommend .slider__nav:checked:nth-of-type(5) ~ .slider__inner {left: -400%;}
#recommend .slider__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  width: 500%;
  height: 100%;
}
#recommend .slider__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: center;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  height: 100%;
}
#recommend .bottom_more_link {text-align: center;}
#recommend .bottom_more_link a {
  display: inline-block;
  font-size: 16px;
  margin: 10px auto 0;
}
/* レコメンド求人 e -------------------------------- */


.wantList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.wantList li {width: calc(100% / 3 - 1.5%);}
.wantList a {
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px;
}
.wantList a:after {
  content: "▼";
  font-size: 0.7em;
  margin-left: 0.6em;
}
.wantList a:hover {opacity: 0.7;}
.wantList .icon {
  background: url("../img2014/icon_searchBtn.png")center / cover;
  display: block;
  margin-right: 0.8em;
  height: 22px;
}
.want_search a {
	background-color: var(--primary-color);
  box-shadow:
    0 1px 0 var(--primary-color) inset,
    0 2px 1px #768ebb inset,
    0 1px 2px #aaa;
}
.want_search .icon {
  background-position: left;
  width: 22px;
}
.want_infomation a {
	background-color: #00a8a4;
  box-shadow:
    0 1px 0 #00a8a4 inset,
    0 2px 1px #afdcdb inset,
    0 1px 2px #aaa;
}
.want_infomation .icon {
  background-position: 47%;
  width: 28px;
}
.want_talk a {
	background-color: #017aa6;
  box-shadow:
    0 1px 0 #017aa6 inset,
    0 2px 1px #76b5cc inset,
    0 1px 2px #aaa;
}
.want_talk.last .icon {
  background-position: right;
  width: 28px;
}
#doctorsCareerInfo {margin-bottom: 30px;}
#doctorsCareerInfo .link_mendan {
  background: url("../img2014/banar_mendan_pc.png")no-repeat;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 20px;
  position: relative;
  width: 670px;
  height: 140px;
}
#doctorsCareerInfo .link_mendan .title {
  display: flex;
  align-items: center;
  font-weight: bold;
}
#doctorsCareerInfo .link_mendan .title .icon {
  background: #ffcc00;
  border-radius: 100px;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 10px;
  padding: 0 10px;
}
#doctorsCareerInfo .link_mendan .title .icon img {margin-right: 3px;}
#doctorsCareerInfo .link_mendan p {margin: 0;}
#doctorsCareerInfo .link_mendan .title h3 {font-size: 22px;}
#doctorsCareerInfo .link_mendan .title h3 .blue {color: #0f84c1;}
#doctorsCareerInfo .link_mendan .title h3 .small {font-size: 18px;}
#doctorsCareerInfo .link_mendan .text {
  font-size: 14px;
  line-height: 1.5;
  width: 380px;
}
#doctorsCareerInfo .link_mensetsu {
  background: url("../img2014/banar_mensetsu_pc.png")no-repeat;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  width: 670px;
  height: 140px;
}
#doctorsCareerInfo .link_mensetsu h3 {
  color: #182f58;
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 6px;
}
#doctorsCareerInfo .link_mensetsu h3 img {
  margin-right: 6px;
  width: 26px;
  height: 26px;
}
#doctorsCareerInfo .link_mensetsu p {
  border-top: dashed 2px #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding-top: 6px;
  text-align: justify;
  width: 380px;
}
.link_first {
  border: solid 1px #8BBEFF;
  background: url("../img2014/banner_first_pc.png")no-repeat top left / cover;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 10px 20px 20px;
  height: 140px;
}
.link_first__title-top {
  background: #D4306D;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  padding: 0 8px;
  width: fit-content;
}
.link_first__title {
  border-bottom: dotted 1px var(--primary-color);
  display: flex;
  align-items: center;
  padding: 5px 5px 3px 0;
  width: fit-content;
}
.link_first__title__h3 {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.link_first__title__h3--small {
  font-size: 25px;
}
.link_first__title__icon {
  width: 16px;
  height: auto;
  margin: auto 0 3px 8px;
}
.link_first__text {
  color: var(--primary-color);
}
.link_first__text-middle {
  font-size: 16px;
  font-weight: bold;
}
.link_first__text-bottom {
  font-size: 13px;
}
.link_first__text--red {
  color: #D4306D;
}
.link_first__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 5px;
}
.link_first__link {
  background: linear-gradient(to bottom, var(--primary-color) 48%, #2a4679 52%);
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: -5px;
  position: relative;
  width: 170px;
  height: 40px;
}
.link_first__link:after {
  content: "";
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 10px;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
}
.link_first__link:hover {
  background: linear-gradient(to bottom, #7194d8 48%, #577cbf 52%);
  text-decoration: none;
}
.link_guide-service {
  background: url("../img2014/banner_guide-service_pc.png")no-repeat top left / cover;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 25px 20px 20px;
  position: relative;
  height: 140px;
}
.link_guide-service__head {
  display: flex;
  align-items: center;
}
.link_guide-service__title {
  background: url("../img2014/img_guide-service_box.svg")no-repeat center right / cover;
  display: flex;
  align-items: center;
  margin-right: 5px;
  padding: 6px 22px 6px 12px;
}
.link_guide-service__h3 {
  color: #183f74;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.link_guide-service__title__icon {
  display: block;
  width: 17px;
  height: auto;
}
.link_guide-service__title__text {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-left: 5px;
}
.link_guide-service__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.link_guide-service__bottom__text {
  font-size: 13px;
  font-weight: bold;
}
.link_guide-service__bottom__link {
  background: linear-gradient(to bottom, var(--primary-color) 48%, #2a4679 52%);
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: relative;
  width: 170px;
  height: 40px;
}
.link_guide-service__bottom__link:after {
  content: "";
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 10px;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
}
.link_guide-service__bottom__link:hover {
  background: linear-gradient(to bottom, #7194d8 48%, #577cbf 52%);
  text-decoration: none;
}
#doctorsCareerInfo .link_contents {
  position: relative;
  width: 100%;
  height: 140px;
  margin-bottom: 15px;
}
#doctorsCareerInfo .link_contents {background: url("../img2014/banner_contents_pc.png") no-repeat;}
#doctorsCareerInfo .link_contents h3 {
  font-size: 1.8em;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 20px;
}
#doctorsCareerInfo .link_contents h3 {
  border-bottom: solid 2px #cab721;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  position: relative;
}
#doctorsCareerInfo .link_contents h3:after {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 4em;
  height: 2px;
}
#doctorsCareerInfo .link_contents h3 .yellow {color: #cab721;}
#doctorsCareerInfo .link_contents p {
  color: #fff;
  top: 65px;
  width: 375px;
}
#doctorsCareerInfo .link_contents p {
  font-size: 1.15em;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  left: 20px;
  text-align: justify;
  width: 385px;
}
#doctorsCareerInfo .link_contents a,
#doctorsCareerInfo .link_mendan a,
#doctorsCareerInfo .link_mensetsu a {
  background: linear-gradient(to bottom, var(--primary-color) 48%, #2a4679 52%);
  border-radius: 5px;
  box-shadow: 0 2px 3px #33333380;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  position: absolute;
  top: 80px;
  left: 480px;
  width: 170px;
  height: 40px;
}
#doctorsCareerInfo .link_contents a:after,
#doctorsCareerInfo .link_mendan a:after,
#doctorsCareerInfo .link_mensetsu a:after {
  content: "";
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 10px;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
}
#doctorsCareerInfo .link_contents a:hover,
#doctorsCareerInfo .link_mendan a:hover,
#doctorsCareerInfo .link_mensetsu a:hover {background: linear-gradient(to bottom, #7194d8 48%, #577cbf 52%);}
#lab {
  margin-top: 50px;
  margin-bottom: 40px;
}
#lab h2 {
  border-left: solid 4px #d9236e;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 0.5em;
}
#lab .topBlock {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
#lab .topBlock img {
  border: solid 1px #ccc;
  border-width: 0 1px;
  height: 160px;
  object-fit: cover;
}
#lab .topBlock .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 1.15em;
  line-height: 1.8;
  padding-left: 15px;
  text-align: justify;
  height: 160px;
  width: 100%;
}
#lab .topBlock .right p {
  margin: 0;
  width: 100%;
}
#lab .topBlock .right a {
  background-color: #fafafa;
  border: solid 1px #8fadd1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 230px;
  height: 40px;
}
#lab .topBlock .right a:after {
  content: "";
  border: solid 1px #74defd;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 10px;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
}
#lab .topBlock .right a:hover {background-color: #eaeff6;}
#lab .col_thum_box {
  display: flex;
  margin-bottom: 10px;
}
#lab .col_thum_box img {
  object-fit: cover;
  object-position: top right;
  height: 80px;
}
#lab .col_thum_box .right {margin-left: 10px;}
#lab .col_thum_box .right p {margin: 0;}
#lab .col_thum_box .right .icon {
  background-color: var(--primary-color);
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  margin-bottom: 5px;
  padding: 1px 10px;
}
#lab .col_thum_box .right .column_ttl {
  font-size: 1.3em;
  font-weight: bold;
}
#lab .col_txt_box {
  box-sizing: border-box;
  font-size: 1.15em;
  text-align: justify;
  margin: 0;
  padding-bottom: 30px;
}
#lab .col_txt_box .red {
  color: #d61e63;
  font-weight: bold;
}
#lab .col_txt_box .underline {text-decoration: underline;}
#lab .col_txt_box .bold {font-weight: bold;}
#lab .col_txt_box a {text-decoration: underline;}
#lab .col_post_box {
  border: solid 1px #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px 15px 20px;
  position: relative;
}
#lab .col_post_box:not(:last-child) {margin-bottom: 10px;}
#lab .grad-wrap.textArea {position: relative;}
#lab .grad-btn {
  background-color: #017aa6;
  border-radius: 3em;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 1.15em;
  font-weight: bold;
  padding: 3px 0;
  position: absolute;
  bottom: 0;
  left: calc(50% - 85px);
  text-align: center;
  text-decoration: none;
  width: 170px;
  z-index: 2;
}
#lab .grad-btn:hover {background: #36b9e8;}
#lab .grad-btn::before {content: "続きを読む ▼"}
#lab .grad-item {
  position: relative;
  overflow: hidden;
  height: 10em; /*隠した状態の高さ*/
}
#lab .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.5em; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) , #fff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) , #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0.3) , #fff 100%);
  content: "";
}
#lab .grad-trigger {display: none; /*チェックボックスは常に非表示*/}
#lab .grad-trigger:checked ~ .grad-btn::before {content: "閉じる ▲"; /*チェックされていたら、文言を変更する*/}
#lab .grad-trigger:checked ~ .grad-item {height: auto; /*チェックされていたら、高さを戻す*/}
#lab .grad-trigger:checked ~ .grad-item::before {display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/}
#areaLink,
#subjectLink {
  margin-top: 0;
  margin-bottom: 40px;
}
#areaLink h2,
#subjectLink h2 {
  border-left: solid 4px #d9236e;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 0.5em;
}
#areaLink .inner,
#subjectLink .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#areaLink .areaBlock,
#subjectLink .subjectBlock {
  margin-bottom: 15px;
  width: 31.5%;
}
#areaLink .areaGroup,
#subjectLink .subjectGroup {
  border: solid 1px #ccc;
  margin-bottom: 5px;
  text-align: center;
}
#areaLink .areaList,
#subjectLink .subjectList {
  display: inline;
  text-align: justify;
}
#areaLink .areaList li,
#subjectLink .subjectList li {
  display: inline;
  line-height: 1.3;
  margin-bottom: 5px;
}
#areaLink .areaList li:not(:last-child),
#subjectLink .subjectList li:not(:last-child) {
  border-right: solid 1px #ccc;
  padding-right: 5px;
}
#whatMediwel .topText {
  font-size: 1.15em;
  margin-bottom: 20px;
}
#whatMediwel h3 {
  border-left: solid 4px #d9236e;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 0.5em;
}
#whatMediwel .reason,
#whatMediwel .privacy,
#whatMediwel .mediwelMessage {margin-bottom: 40px;}
#whatMediwel .mediwelMessage .red {
  color: #d61e63;
  font-weight: bold;
}
#whatMediwel .reason {margin-top: 40px;}
#whatMediwel .reason li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#whatMediwel .reason li .img {
  background: url("../img2014/img_spr_whatMediwel.png") no-repeat;
  width: 150px;
  height: 150px;
}
#whatMediwel .reason li:nth-child(1) .img {background-position: left top;}
#whatMediwel .reason li:nth-child(2) .img {background-position: left center;}
#whatMediwel .reason li:nth-child(3) .img {background-position: left bottom;}
#whatMediwel .reason dl {width: 500px;}
#whatMediwel .reason dt {
  background: url("../img2014/icon_whatMediwel.png") no-repeat;
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 50px;
}
#whatMediwel .reason li:nth-child(1) dt {
  background-position: left top;
  line-height: 28px;
}
#whatMediwel .reason li:nth-child(2) dt {
  background-position: left top -30px;
  line-height: 34px;
}
#whatMediwel .reason li:nth-child(3) dt {
  background-position: left bottom;
  line-height: 31px;
}
#whatMediwel .reason .satisfaction {
  color: #4d4d4d;
  font-size: 1.6em;
  line-height: 1.2;
}
#whatMediwel .reason .satisfaction .blue {
  color: var(--primary-color);
  font-size: 2em;
  margin-left: 5px;
  vertical-align: sub;
}
#whatMediwel .reason .satisfaction .percent {
  color: #333;
  font-size: 1.2em;
  vertical-align: sub;
}
#whatMediwel .reason .text {
  font-size: 1.2em;
  text-align: justify;
}
#whatMediwel .reason li:not(:last-child) {
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
}
#whatMediwel .reason .attention {
  font-size: 0.9em;
  text-align: right;
}
#whatMediwel .privacy ul {
  display: flex;
  justify-content: space-between;
}
#whatMediwel .privacy li {
  border: solid 1px #ccc;
  box-sizing: border-box;
  padding: 20px;
  width: calc(100% / 3 - 10px);
}
#whatMediwel .privacy .img {
  background: url("../img2014/img_spr_privacy.png") top center no-repeat;
  width: 100%;
  height: 84px;
}
#whatMediwel .privacy li:nth-child(1) .img {background-position: top 12px center;}
#whatMediwel .privacy li:nth-child(2) .img {background-position: center;}
#whatMediwel .privacy li:nth-child(3) .img {background-position: bottom 3px center;}
#whatMediwel .privacy dt {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
#whatMediwel .privacy dd {
  font-size: 1.15em;
  text-align: justify;
}
#whatMediwel .mediwelMessage p {
  font-size: 1.15em;
  text-align: justify;
}
#cvBanner {
  margin-top: 80px;
}
.bnrArticle .items {
  margin-bottom: 48px;
  border: 1px solid #74a1dc;
  background: radial-gradient(
    107.48% 140.48% at 75% 0%,
    #fff 13.24%,
    #d8eeff 100%
  );
  height: 230px;
  display: flex;
  gap: 32px;
  position: relative;
  margin-top: 0;
}
.bnrArticle .items img {
  width: 320px;
  height: 230px;
  flex-shrink: 0;
}
.bnrArticle .items .item_txt {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 53px;
}
#whatMediwel .bnrArticle .items .item_txt h3 {
  border-left: none;
  border-bottom: 1px solid var(---border-blue800, var(--primary-color));
  padding-left: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
  width: 285px;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.bnrArticle .items .item_txt p {
  color: var(--primary-color);
  font-size: 19px;
  font-weight: 300;
  line-height: 150%;
}
.bnrArticle .items .item_txt p .item_txt-md {
  font-size: 31px;
  font-weight: 600;
  line-height: 150%;
  padding-right: 27px;
  position: relative;
  z-index: 1;
}
.bnrArticle .items .item_txt p .item_txt-md::before {
  content: "";
  background: url(../first/img/underline.png);
  width: 195.358px;
  height: 14.073px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  left: -8.363px;
  bottom: 7.439px;
  z-index: -1;
}
.bnrArticle .items .item_txt p .item_txt-md::after {
  content: "";
  background: url(../first/img/icon_fukidashi.svg);
  width: 25px;
  height: 24px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.bnrArticle .items .item_txt p .item_txt-xs {
  font-size: 24px;
}
.bnrArticle .items a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #86a5c9;
  background: #fff;
  display: flex;
  width: 200px;
  height: 20px;
  padding: 8px;
  justify-content: center;
  align-items: center;
}
.bnrArticle .items a:hover {
  background-color: #eaf2ff;
}
.bnrArticle .items a::after {
  content: "";
  border: #4bb7e0 1px solid;
  border-width: 1px 1px 0 0;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: calc(100% / 2 - 7.5px);
  right: 10px;
  width: 15px;
  height: 15px;
}
/* --------------------------------------
 /common2014/css/module.css(overwrite)
-------------------------------------- */
.faqList dt.acMenu {
  cursor: initial;
}
.faqList dt.acMenu:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  #primary {
      margin: 0 3vw;
  }

  #topSearch .clBoxWrap1 {
    width: 100%;
  }

  #topSearch .cover, #topSearch .cover2 {
    width: 100%;
  }

  #topSearch .clBoxWrap2 {
    width: 100%;
  }

  #topSearch .topDetailSearch .clBoxWrap3 {
    width: 100%;
  }

  #topSearch .topDetailSearch .clBoxWrap4 {
    width: 100%;
  }

  #topSearch .topDetailSearch .clBox.freeword input {
    width: calc(100vw - 145px);
    font-size: 18px;
    margin-top: 10px;
  }
}

