
*{
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "Helvetica Neue", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  color: #565656;
  margin: 0;
  line-height: 1.5;
}
.h1, .h2, .h3, h1, h2, h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "Helvetica Neue", YuGothic, Verdana, Meiryo, sans-serif;
}
.wrapper {
  width: 980px;
  margin: 0 auto;
}
.sp-only {
  display:none !important;
}
h2{
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
}
img {
  vertical-align: bottom;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  color: #565656;
  text-decoration: none;
  -webkit-transition: color, background-color, border-color, opacity 0.5s;
  -o-transition: color, background-color, border-color, opacity 0.5s;
  transition: color, background-color, border-color, opacity 0.5s;
}
.btn {
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
  border-radius: 7px;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
 	background: none;
	border: none;
	outline: none; 
}
input[type="submit"] {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  box-shadow: none;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
select,textarea {
    border: none;
    outline: none;
    background: transparent;
}
select::-ms-expand {
    display: none;
}
.radiobtn{
  opacity: 0;
}
.mt20{
  margin-top: 20px;
}
.ascii {
  ime-mode: disabled;
}
/*--------------------------*/
/*header*/
/*--------------------------*/
header {
  width: 100%;
  position: fixed;
  background-color: #FFFFFF;
  left: 0;
  padding-top: 10px;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
  z-index: 100;
}
.block{
  display: block;
}
.head_menu {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.sp-wrapper {
  margin: -5px 0 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sp-wrapper nav {
	margin-left: 20px;
}
.nav-menu_right {
  display: flex;
  justify-content: space-around;
}
.nav-menu_left {
  display: flex;
  justify-content: space-between;
}
.nav-menu_right li, .nav-menu_left li {
  padding: 0;
}
#nav-login li:nth-child(1) {
  order: 1;
}
#nav-login li:nth-child(2) {
  order: 2;
}
#nav-login li:nth-child(3) {
  order: 3;
}
#nav-login li:nth-child(4) {
  order: 4;
}
#nav-login li:nth-child(5) {
  order: 5;
}
.nav-guest span {
  width: 100%;
  padding: 8px 12px;
  font-weight: bold;
}
.nav-guest {
  display: flex;
  align-items: center;
  color: #96cc14;
}
.nav-menu_right a, .nav-menu_left a{
  display: block;
  padding: 8px 12px;
}
.nav-menu_right a:hover span, .nav-menu_left a:hover span, .nav-menu_right .active span, .nav-menu_left .active span{
  border-bottom: solid 1px #565656;
}
.navBtn_search{
  margin-left: 12px;
}
.navBtn_inMember {
  background-color: #96cc14;
  margin-left: 20px;
  border: solid 1px #96cc14;
  cursor: pointer;
}
.navBtn_inMember:hover{
  background-color: #FFFFFF;
  transition: 0.3s;
}
.navBtn_inMember a {
  display: block;
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
}
.navBtn_inMember:hover a{
  color: #96cc14;
  transition: 0.3s;
  border-bottom: none;
}
.navBtn_inMember a:hover {
  text-decoration: none;
  border-bottom: none;
}
.navBtn_login {
  background-color: #fff;
  border: solid 1px #96cc14;
  cursor: pointer;
  margin-left: 10px;
  transition: 0.3s;
}
.navBtn_login a {
  color: #96cc14;
}
.navBtn_login:hover {
  background-color: #96cc14;
}
.navBtn_login:hover a {
  color: #fff;
}
.nav-menu_right .navBtn_login:hover span {
  border-bottom: none;
}
.navBtn_logout {
  background-color: #fff;
  border: solid 1px #ffd400;
  cursor: pointer;
  margin-left: 20px;
  transition: 0.3s;
}
.navBtn_logout:hover {
  background-color: #ffd400;
}
.navBtn_logout:hover a {
  color: #fff;
}

/*--------------------------*/
/*login.html*/
/*--------------------------*/

.login-box{
  width: 360px;
  margin: 10% auto;
}
.login_title_login{
  padding: 0;
  margin: 0;
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
}
.login-auto{
  padding: 0;
  margin: 0;
  float: right;
}

/*--------------------------*/
/*top-main*/
/*--------------------------*/
.top_main {
  position: relative;
  height: 440px;
	padding-top: 65px;
}
.full_image{
	height: 100%;
	background: url("../img/topImg.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
	position: relative;
}
.main_box{
	width: 980px;
  position: absolute;
	top: 70px;
	left: calc(50% - 490px);
}
.main_contents{
  padding: 20px 0;
  height: 100%;
}
.top-commentArea{
	margin-top: 70px;
}
.wrapper-100vw{
	width: 100%;
	background: #f2f2f2;
}
.commentArea{
	width: 980px;
	padding: 50px 0;
	font-size: 18px;
	margin: 0 auto;
	font-weight: bold;
	
}
.comment-img{
	width: 840px;
	margin: 0 auto;
}
.comment-img img{
	width: 100%;
}
.top-comment-all{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.top-comment{
	text-align: center;
	color: #fff;
	font-size: 32px;
	margin-top: 80px;
	margin-bottom: 50px;
	text-shadow: 0px 1px 15px rgba(37,103,140,1), 0px 1px 15px rgba(37,103,140,1);
	font-weight: bold;
}
.top-comment.come-noLogin {
  margin-top: 130px;
}
.link-area{
	display: flex;
	font-size: 18px;
	line-height: 20px;
	justify-content: space-between;
	width: 760px;
	margin: 0 auto;
}
.link-login a{
	display: block;
	width: 350px;
	background: #fff;
	border: solid 1px #96cc14;
	color: #96cc14;
	padding: 12px 0;
	text-align: center;
}
.link-login a:hover, .dummy-area .link-login a:hover{
	background: #96cc14;
	color: #fff;
	transition: 0.3s;
}
.link-regist a{
	display: block;
	width: 350px;
	background: #96cc14;
	border: solid 1px #96cc14;
	color: #fff;
	padding: 12px 0;
	text-align: center;
}
.link-regist a:hover, .dummy-area .link-regist a:hover{
	background: #fff;
	color: #96cc14;
	transition: 0.3s;
}
.comment-box{
	width: 280px;
}
.comment-title{
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: solid 3px #ffd400;
	line-height: 25px;
	margin-bottom: 20px;
	font-weight: bold;
}
.comment-text{
	margin-bottom: 10px;
}
.comment-box img{
	width: 100%;
	height: auto;
}

.sp-only-Btn{
  display: none;
  padding: 70px 10px;
}
.sp-Btns{
    display: flex;
    justify-content: space-between;
  }
.sp-login_btn, .sp-in_member{
    width: 47%;
    text-align: center;
    cursor: pointer;
  }
.sp-login_btn input{
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;;
  padding:  12px 0;
}
.sp-in_member a{
  display: block;
  width: 100%;
  height: auto;
  padding:  12px 0;
}
  .sp-login_btn{
    background-color: #FFFFFF;
    border: solid 1px #96cc14;
  }
.sp-login_btn a{
	display: block;
	color: #96cc14;
	padding: 12px 0;
}
  .sp-login_btn input{
    color: #96cc14;
  }
  .sp-in_member{
    background-color: #96cc14;
  }
  .sp-in_member a{
    color: #FFFFFF;
  }
.title-area{
	text-align: center;
	padding:105px 0 40px 0;
	width: 100%;
	background: url("../img/headImg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.title-area h2{
	margin-bottom: 0;
}
.breadcrumb{
	margin-bottom: 35px;
	}
.login_id, .login_pass, .login_btn {
	width: 100%;
	}
	.login_id, .login_pass {
	padding: 8px;
	border-radius: 5px;
	border: solid 1px #aaaaaa;
	background-color: #FFFFFF;
}
.remove_pass::before, .in_member::before, .in_member-login::before{
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.in_member-login a:hover {
	text-decoration: underline;
}
/*--------------------------*/
/*search*/
/*--------------------------*/
.rec_search {
  margin-top: 70px;
}
#tab1 {
  width: 100%;
  height: 100%;
  border: solid 1px #ffd400;
  box-sizing: border-box;
}
.map-box_all {
  height: 550px;
  background: url("../img/mapImg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% auto;
  position: relative;
  padding: 0px 15px 15px 15px;
}
.maps{
  position: absolute;
  border: solid 1px #d2d2d2;
}
.hokaido-tohoku{
  top: 0%;
  right: 1.5%;
}
.kanto{
  top: 55%;
  right: 5%;
}
.hokuriku-koushinetsu{
  top: 24%;
  right: 26%;
}
.tokai{
  top: 70%;
  right: 30%;
}
.kinki{
  top: 29%;
  right: 49%;
}
.chugoku{
  top: 25%;
  left: 6%;
}
.shikoku{
  top: 63%;
  left: 27%;
}
.kyusyu-okinawa{
  top: 57%;
  left: 1.5%;
}
#tab2 {
  width: 100%;
  border-right: solid 1px #ffd400;
  border-bottom: solid 1px #ffd400;
  border-left: solid 1px #ffd400;
  box-sizing: border-box;
}
.title_top{
  margin: 0;
  padding: 0;
}
.select_area, .select_job{
  margin: 0;
  padding: 0;
}
.allselect_btns{
  text-align: right;
  margin-right: 15px;
  margin-top:-40px;
  margin-bottom:15px;
}
.allselect_btns a{
  color: #5c7ab6;
  display: inline-block;
  margin-left: 15px;
}
.allselect_btns a:hover{
  color: #739AE6;
}
.map-box{
  font-size: 14px;
  max-width: 210px;
  height:auto;
}
.map-box::after {
  display: block;
  content: '';
  clear: both;
}
.com-title{
  padding: 0 10px;
  margin: 0;
  height: 40px;
  display: flex;
  justify-content: space-between;
  background-color: #dcdcdc;
  align-items: center;
}
.job-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 15px;
  font-size: 14px;
}
.job-list label{
  width:50%;
  margin-bottom:10px;
}
.area_more{
  background-color: rgba(255,255,255,0.7)
}
.area_line{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:10px;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.searchBtn {
  width: 250px;
  margin: 30px auto 0 auto;
}

/* 黄色ボタン */
.yellow-btn {
  text-align: center;
  background-color: #ffd400;
  border: solid 1px #ffd400;
  cursor: pointer;
  color: #565656;
  width: 100%;
  padding: 12px 0;
}
.yellow-btn:hover{
  background-color: #FFFFFF;
  transition: 0.3s;
  color: #D7B925;
}
.yellow-btn input {
  font-size: 18px;
  color: #565656;
  cursor: pointer;
  width: 100%;
}
.yellow-btn:hover input{
  color: #D7B925;
  transition: 0.3s;
}
.yellow-btn:hover a{
  color: #D7B925;
  transition: 0.3s;
}
.yellow-btn button{
  color: #565656;
}
.yellow-btn:hover button{
  color: #D7B925;
}



.check label{
  display: block;
  word-break: break-all;
  cursor: pointer;
  position: relative;
}
/* CHECKBOX */
/*-------newCheckBoxClass----------*/
.check label input[type="checkbox"] + span,
.check label input[type="radio"] + span {
  position: relative;
  padding: 0 20px 0px 20px;
}
.check:nth-of-type(1) label input[type="checkbox"] + span::before {
  background-color: #fff;
  border-color: #7d7d7d;
}
.check label span{
  display: inline-block;
}
.check label input[type="checkbox"]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.check label input[type="checkbox"] + span::before, .check label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.check label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 15px;
  height: 15px;
  border: 1px #7d7d7d solid;
  border-radius: 3px;
  margin-top: 3px;
}
.check label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 5px;
  width: 6px;
  height: 9px;
}
.check label input[type="checkbox"]:checked + span::before {
  background-color: #ffd400;
  border-color: #ffd400;
}
.check label input[type="checkbox"]:checked + span::after {
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wakayamaken{
  left: 14px;
}

/*--------------------------*/
/*new*/
/*--------------------------*/
.rec_news {
  margin-top: 100px;
}
.all_news {
  display: flex;
  justify-content: space-between;
}
.news_field {
  width: 230px;
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
}
.news_field:hover{
  opacity: 0.8;
}
.news_field a{
  display: block;
  width: 100%;
  padding-bottom: 20px;
}
.new_img{
  width: 230px;
  height: 172px;
  background-image: url("../img/campany_noimage.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.new_campanyName {
  margin-top: 1em;
  padding: 0 20px;
}
.new_job {
  margin-bottom: 1em;
  padding: 0 20px;
  font-size: 12px;
}
.new_text {
  font-size: 14px;
  padding: 0 20px;
  color: #617bc7;
  margin-bottom: 40px;
}
.new_text:hover {
  text-decoration: underline;
}
.new_prefectures {
  margin: 0 20px;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  background-color: #a0a0a0;
  width: 50px;
  border-radius: 3px;
}

/*----------トップへ戻るボタン----------*/
#top_scroll{
  position: relative;
}
#top_scroll img{
  width: 60px;
  height: 60px;
}
#page-top{
  display: block;
  position: fixed;
  width:60px;
  height: 60px;
  z-index: 50;
  padding: 0;
  right:15px !important;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
/*--------------------------*/
/*rec_campany*/
/*--------------------------*/
.rec_campany {
  height: 220px;
  background: url("../img/rec_campany.jpg") no-repeat;
  margin-top: 70px;
  background-size: cover;
  display: flex;
}
.rec_camBtns {
  margin: auto;
  height: 30%;
}
.camButton {
  background-color: #96cc14;
  border: solid 1px #96cc14;
}
.camButton:hover{
  background-color: #FFFFFF;
  transition: 0.3s;
  cursor: pointer;
}
.camButton:hover a{
  color: #96cc14;
  transition: 0.3s;
  text-decoration: none;
}
.camButton a {
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 65px;
  display: block;
  width: 100%;
}
.rec_campany p {
  font-size: 14px;
  float: right;
}
.rec_campany p::before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.for_camBtn :hover{
  text-decoration: underline;
}
/*--------------------------*/
/*footer*/
/*--------------------------*/
footer {
margin-top:70px;
}
.footer_menu {
  display: flex;
  justify-content: space-around;
  font-size: 12px;
  border-top: solid 1px #565656;
}
.footer_menu ul {
  display: flex;
}
.footer_menu li {
  margin: 20px 25px;
}
.footer_menu a:hover {
  text-decoration: underline;
}
.footer_copy {
  text-align: center;
  font-size: 11px;
}
/*トグルボタンのスタイルを指定*/
.Toggle {
    display: none;
    position:relative;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3
}
 
.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #c9c9c9;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 5px;
}
 
.Toggle span:nth-child(1) {
    top: 9px;
}
 
.Toggle span:nth-child(2) {
    top: 18px;
}
 
.Toggle span:nth-child(3) {
    top: 27px;
}
 
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--------------------------*/
/*regist-confirm*/
/*--------------------------*/

.back_btn a{
  color: #5c7ab6;
  display: inline-block;
}
.back_btn a:hover{
  text-decoration: underline;
}
.resist-coBtn {
  width: 250px;
  margin: 0 auto;
}
.regi-form-block dl{
  display: flex;
  padding: 0;
}
.regi-form-title, .s-text{
  width: 250px;
}
.regi-border-btm{
  border-bottom: solid 1px #C9C9C9;
}
.regist-con-mr span{
  margin-right: 30px;
}



/*-----------レスポンシブ------------*/

@media screen and (max-width : 980px){
	/*表示非表示切り替え*/
  .sp-only {
    display:block !important;
  }
		.link-area{
		display: none;
	}
  .top-comment.come-noLogin {
    margin-top: 0;
  }
  /*ナビメニューのスタイル*/
  header{
    padding-top:0;
    background:#fff;
  }
  .head_menu {
    display: block;
    background-color:#fff;
    z-index: 999;
  }
  .wrapper{
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .sp-wrapper {
    display:flex;
    justify-content: space-between;
    padding:5px 20px;
    align-items: center;
  }
  .NavMenu .nav-menu_right{
    z-index: -5;
    position: absolute;
    background-color:#fff;
    width:100%;
    transform: translateY(-160%);
    transition: all 0.6s;
    flex-flow: column;
    
  }
  .NavMenu.active .nav-menu_right {
    transform: translateY(0%);
    transition: all 0.6s;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
  }
  .Toggle {
    display:block;
  }
  .sp-wrapper {
    margin: 0;
  }
  .nav-menu_right{
    padding: 10px 10px 15px 10px;
  }
  .nav-menu_right li{
    text-align: center;
    width: 250px;
    margin: 7px auto;
    text-decoration: none;
  }
	.nav-menu_left {
		display: none;
	}
  #nav-login li:nth-child(1) {
  order: 2;
}
  #nav-login li:nth-child(2) {
  order: 3;
}
  #nav-login li:nth-child(3) {
  order: 4;
}
  #nav-login li:nth-child(4) {
  order: 1;
}
  #nav-login li:nth-child(5) {
  order: 5;
}
  .nav-menu_right a:hover span{
    border: none;
  }
  .main_contents{
    margin: 0 auto;
    padding: 0;
    height: 100%;
    position: relative;
		padding-top: 150px;
  }
  .full_image{
  background: url("../img/topImg_sp.jpg");
  background-position: center;
  background-size: contain;
}
	.main_box{
		width: 100%;
		left: 0;
	}
	.top-comment{
		font-size: 22px;
		padding: 0 10px;
		margin: 0;
	}
	.top-commentArea{
		padding: 0 10px;
		font-size: 16px;
	}
	.commentArea{
		width: 100%;
		padding: 40px 20px;
	}
	.top-comment-all{
		display: block;
	}
	.comment-box{
		width: 90%;
		margin: 0 auto 50px auto;
	}
	.comment-box:last-child{
		margin-bottom: 0;
	}
	.comment-img{
		width: 100%;
	}
  .sp-only-Btn{
    display: block;
  }
  .map-box_all{
    background: url("");
    height: auto;
    padding: 0;
  }
  .map-box{
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
  .map-box .erae_check{
    width: auto;
  }
  .maps{
    position: static;
    border: 0px;
  }
  .com-title{
    height: 60px;
    background-color: #fbf7e1;
    padding: 20px 20px 0 20px;
    align-items: baseline;
  }
  .area_line{
    padding: 0;
  }
  .area_line div{
    width: 100%;
  }
  .area_line{
    border-bottom:  solid 1px #d2d2d2;
  }
  .res_left-border{
    border-left: solid 1px #d2d2d2;
  }
  .res_left-border span{
    margin: 20px;
    display: block;
    height: 100%;
  }
  .left-erea{
    margin: 20px;
  }
  .small-Btn-all{
      display: block;
      height: auto;
      padding-bottom: 10px;
    }
  .job-list{
    display: block;
  }
  
/*----------アコーディオンメニュー----------*/
  .accbox .accshow{
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  }
.cssacc:checked label .accshow {
    height: auto;
    padding: 5px;
    background: #fff5eb;
    opacity: 1;
}
.accbox .accshow p {
    margin: 15px 10px
}
  
.cssacc:checked + label:before {
    content: '\f0d8';
}

  
  
  
  .wakayamaken{
    left: 0;
  }
  /*職業選択*/
  .title_top img {
    display:none;
  }
  .title_top {
    background-color:#ffd400;
    padding:10px;
    text-align: center;
  }
  .allselect_btns {
    float:none;
    margin-top:15px;
  }
  .check label{
    width: 100%;
    padding-right: 20px;
  }
  .check-login label{
    width:auto;
  }
  .check-entry label{
    width: 100%;
  }
  .check label input[type="checkbox"] + span, .check label input[type="radio"] + span{
    display: block;
    padding: 0 0 0 20px;
  }
  .all_news{
    display: block;
    padding: 0 10px;
  }
  .news_field{
    width: 100%;
    margin-bottom: 15px;
  }
  .news_field a{
    padding-bottom: 0;
  }
  .res_news{
    display: flex;
    justify-content: space-between;
  }
  .new_img{
    width: 35%;
    height: auto;
		border-bottom: none;
  }
  .new_text{
    margin-bottom: 15px;
  }
  .new_block{
    padding: 10px 0;
    width: 65%;
  }
  .new_text {
    margin: 0;
  }
  .new_prefectures{
    float: right;
    margin-right: 10px;;
  }
  .rec_search{
    padding: 10px;
  }
  .rec_camBtns{
    padding: 0 10px;
  }
  .footer_menu ul{
    display: block;
    text-align: center;
  }
  .footer_menu li{
    margin: 25px 0;
  }
  .footer_menu{
    padding-top: 30px;
  }
}
/*--------------------------
メールボックス
-------------------------*/
.content-wrapper {
  min-height:100vh;
  position: relative;
}
.content-wrapper footer {
  position:absolute;
  bottom:0;
  width:100%;
}
/*パンくずリスト*/
.breadcrumb ul {
  list-style-type: none;
  display: flex;
  padding:10px 0;
  flex-wrap:wrap;
}
.breadcrumb ul li a,.breadcrumb .active {
  display: block;
  padding-right: 20px;
  position: relative;
}
.breadcrumb ul li a {
  color: #5c7ab6;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}
.breadcrumb ul li a::after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right:3px;
  color:#565656;
}
/*btn関係*/
.mail-btns .btn{
  padding:12px;
  margin-right: 10px;
}
.mail-function {
  margin:40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mail-btns {
  display: flex;
  align-items: center;
}
.mail-btns .navBtn_inMember:hover {
  color:#96cc14;
  border:1px solid #96cc14;
}
/*toggle*/
.toggle .toggle-btn {
  display: inline-block;
  padding:12px;
  border:1px solid #ffd60d;
  margin-left: 0;
  border-radius: 7px;
}
.toggle .togglebtn-left{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.toggle .togglebtn-right {
  border-top-left-radius: 0;
  border-bottom-left-radius:0;
}
.toggle .toggle-btn.active {
  background-color:#fef4c2;
  font-weight: bold;
}
.toggle .togglebtn-left.active {
  border-right:0;
}
.toggle .togglebtn-right.active {
  border-left: 0;
}
/*search-input*/
.search-input {
  width:350px;
  position: relative;
}
.search-input::after {
  content:"\f002";
   font-family: "Font Awesome 5 Free";
  font-weight:900;
  position: absolute;
  top:5px;
  right: 10px;
}
.search-input .login_id {
  box-sizing: border-box;
}
/*mailbox*/
.mailbox {
  border-left:1px solid #ffd400;
  border-right: 1px solid #ffd400;
}
.box-header,.box-detail {
  display: table;
  width: 100%;
}
.border-right-0 {
  border-right:0 !important;
}
.content {
  padding:12px;
  display: table-cell;
  box-sizing: border-box;
}
.box-header .content {
  border-right:1px solid #fff;
  box-sizing: border-box;
  background-color:#ffd400;
}
.content:nth-of-type(1) {
  width: 30%;
}
.content:nth-of-type(2) {
  width:50%;
}
.content:nth-of-type(3) {
  width:20%;
}
.box-detail .content {
  border-right:1px solid #ffd400;
}
.box-detail a {
color: #5c7ab6;
}
.box-detail a:hover {
  text-decoration: underline;
}
.box-detail {
  border-bottom:1px solid #ffd400;
}
/*pagenation*/
.pagenation {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.page-item a {
  display: block;
  padding: 0 10px;
  height: 30px;
  color:#565656;
  background-color:#fef4c2;
  border:1px solid #fef4c2;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
  font-weight: bold;
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
  border-radius: 7px;
}
.page-item a:hover {
  background:#fff;
  color:#D7B925 !important;
  border:1px solid #ffd400;
  transition: .3s;
}
.page-item:first-child a {
  margin-left: 0;
}
.page-item.active a {
  color: #000;
  background-color: #ffd400;
}
/*modal*/
.modaal-content-container {
  padding:0;
  border:1px solid #ffd400;
}
.modaal-close {
    position: absolute;
    right: 10px;
    top: 0px;
}
.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: #ffd400;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #ababab;
}

.modaal-close::after, .modaal-close::before {
  background:#565656;
}
.modal-header {
  width:100%;
  padding:12px;
  background-color:#ffd400;
}
.modal-header h3 {
  padding:0;
  margin:0;
  color:#565656;
}
.modal-input {
  padding:20px;
}
.input-area {
  display: flex;
}
.input-area .title {
  padding:12px 0;
  width:150px;
  background-color:#e5e5e5;
  border-bottom:1px solid #fff;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
.select-company-area{
  width:calc(100% - 150px);
  border-top:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  position: relative;
}
.select-company-area::after {
  content:"\f0d7";
  font-family:"Font Awesome 5 Free";
  font-weight:900;
  position: absolute;
  top:13px;
  right: 10px; 
}
.select-company-area select {
  width:100%;
  padding:12px;
  box-sizing: border-box;
}
.input-area input[type="text"] {
      border: none;
    outline: none;
    background: transparent;
  
}
.input-title {
  width:calc(100% - 150px);
  padding:12px;
  border-right:1px solid #e5e5e5 !important;
  border-bottom:1px solid #e5e5e5 !important;
  box-sizing: border-box;
}
.mail-text {
  width:100%;
  padding:12px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  box-sizing: border-box;
}
.send-btn-area {
  text-align: right;
}
.send-btn-area .btn {
  width:auto;
  padding-left:20px;
  padding-right:20px;
}
.send-btn-area .btn:hover,.center-btn-area .btn:hover {
  color:#D7B925;
  transition: 0.3s;
}
/*-----------------------
メール詳細
-------------------------*/
.mail-detail {
  border-left: 1px solid #ffd400;
  border-right: 1px solid #ffd400;
  border-bottom: 1px solid #ffd400;
  box-sizing: border-box;
}
.mail-info {
  font-size:18px;
  width:100%;
  padding:12px;
  font-weight: bold;
  background-color:#ffd400;
  margin:0;
  box-sizing: border-box;
}
.mail-info dt{
  float:left;
}
.mail-detail-text {
  padding:12px;
}
.time {
  color:#999999;
  text-align:right;
  margin-top:20px;
}
.center-btn-area {
  text-align:center;
}
.center-btn-area .btn {
  display:block;
}

.center-btn-area-regist{
  display: flex;
  justify-content:center;
  margin-top: 30px;
}
.center-btn-area-regist .btn{
  display: block;
  margin-left: 50px;
}
.back_btn{
  display: block;
  padding: 0;
  margin: 0;
}
.center-btn-area-regist a{
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
}
/*-----------------------
会員登録
-------------------------*/
.error {
  padding:12px;
  width:100%;
  box-sizing: border-box;
  color:#FF4545;
  background:#FFD0D0;
  border:1px solid #ff4545;
}
.error h4 {
  margin:10px 0;
  font-weight: bold;
  font-size: 20px;
}
body > .error {
  width: 980px;
  margin: 50px auto;
}
@media screen and (max-width:980px) {
  body > .error {
    width: auto;
    margin: 50px 10px;
  }
}
.sub-title {
  position:relative;
  padding-left:15px;
}
.sub-title::before {
  content:"";
  width:10px;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top:0;
  left: 0;
  background-color:#ffd400;
}
.regist-area{
  display:flex;
  margin-top:50px;
}
.regist-area dt{
  width:25%;
}
.regist-area dd{
  margin-left: 0;
  margin-bottom: 10px;
  width: 75%;
}
.badge-danger {
  display:inline-block;
  font-size:12px;
  font-weight: bold;
  color:#fff;
  background-color:#ff0000;
  padding:2px 5px;
  border-radius:5px;
  line-height:1;
  margin-left:10px;
}
input[type="email"].regist-input {
  border: none;
  outline: none;
  background: transparent;
}
.regist-input {
  width:100%;
  padding:7px 10px;
  box-sizing:border-box;
  border:1px solid #d2d2d2;
  font-size: 14px;
  border-radius: 5px;
}
.regi-form-addressblock dd {
  width:100%;
}

.regist-area dd a{
  margin-left: 40px;
}

@media screen and (max-width:768px) {
  .regist-area dd a{
  margin-left: 0px;
}
  .for-select-form{
    margin-bottom: 10px;
  }
}


/*---------1106追記 エラー時の表示---------*/
.err dt{
  color: #ff4545;
}
.err .regist-input{
  border: 1px solid #ff4545;
}

.err .style-checkbox, .err .radiostyle, .err .filebtn{
  color: #ff4545;
}
.err .regist-no-w{
  border: 1px solid #ff4545;
}
.err .form-select{
  border: 1px solid #ff4545;
}





/*-----------------------
会員規約
-------------------------*/

.for-policy{
  text-decoration: underline;
  color: #617bc7;
}
.for-policy:hover{
  color: #739AE6;
}

/*-----------------------
プライバシーポリシー
-------------------------*/

.bold-title{
  font-weight: bold;
}
.mb-0 {
  margin-bottom:0 !important;
}


/*-----------------------
退会手続き
-------------------------*/
.regist-area-unscirbe dd{
  width: 50%;
}

/*-----------------------
entry
-------------------------*/
.info-title{
  border-bottom: solid 1px #ffd400;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.info-title-no-border{
  border-bottom: none;
}
.regist-no-w{
  padding:7px 10px;
  box-sizing:border-box;
  border:1px solid #d2d2d2;
  border-radius: 5px;
  max-width:100%;
}
.form-occupation{
  display: flex;
}
.form-occupation dl{
  flex-grow: 1;
}
.margin-left{
  margin-left: 100px;
}
.left-w-no{
  display: flex;
  flex-wrap: wrap;
}
.left-w-no dd{
  margin-left: 0;
  width: 50%;
  flex-grow: 1;
}
.appeal{
  width: 500px;
  height: 130px;
}
.form-select{
  color: #565656;
  border: solid 1px #d2d2d2;
  border-radius: 5px;
}
.width-500{
  width: 500px;
}
.margin-left-no{
  margin-left: 0;
}
.list-inlineblock dd{
  display: inline-block;
}
.caution-text{
  margin: 0 0 10px 0;
}


/*radiobtn*/
.regist-area radiobtn{
  -moz-appearance: radio;
-webkit-appearance: radio;
}
.radiobtn:checked + .radiostyle::after{
  background: #ffd400;
  border-color: #ffd400;
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.radiobtn:checked + .radiostyle::before{
  border: solid 1px #ffd400;
}
.radiostyle::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 1px #d2d2d2;
}
.radiobtn:checked + .radiostyle{
  color: #565656;
}
.radiostyle{
  cursor: pointer;
}
.regi-form-radio span{
  padding-left: 24px;
}
.regi-form-hedding, .regi-form-radio label{
  position: relative;
}
.regi-form-input-address > dd:nth-child(3) > dl > dd, .regi-form-radio label{
  margin-right: 16px;
}
.resi-com{
  width: 100%;
  padding-top: 10px;
}
.resi-com p{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.center-btn-area-regist-com .btn{
  display: block;
  margin: 0 auto;
  font-size: 20px;
}
.center-btn-area-regist-com{
  padding: 20px 0;
}




.selectBtn::after{
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: 9px;
}
.selectBtn{
  position: relative;
  display: inline-block;
}
.for-select{
  padding: 7px 22px; 
}
.selectBtn-MandD{
  position: relative;
  display: inline-block;
}
.selectBtn-MandD::after{
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: 4px;
}
.for-select-AandD{
  padding: 7px 10px;
}
.selectBtn-number{
  position: relative;
  display: inline-block;
}
.selectBtn-number::after{
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: 9px;
}
.for-select-number{
  padding: 7px 25px;
}
.selectBtn-form{
  position: relative;
  display: inline-block;
}
.selectBtn-form::after{
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: 9px;
}
.for-select-form{
  padding: 7px 25px;
}



/*-----------------------
mypage
------------------------*/
.mypageBtn{
  cursor: pointer;
  font-size: 30px;
  background-color: #ffd400;
  border: solid 3px #ffd400;
  box-sizing: border-box;
  width: 300px;
  height: 120px;
}
.mypageBtn:hover{
  background-color: #FFFFFF;
  transition: 0.3s;
}
.mypageBtn:hover a{
  color: #D7B925;
  transition: 0.3s;
}
.mypageBtn a{
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 35px 0 ;
  margin: 0;
  
}
.mypageBtns p{
  max-width: 300px;
}

.under-contents{
  width: 530px;
  margin: 0 auto;
}

.big-Btn-all{
  display: flex;
  justify-content: space-around;
  margin-bottom: 90px;
}

.small-Btn-all{
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.small-Btns{
  width: 250px;
  height: 50px;
  border: solid 1px #ffd400;
  font-size: 18px;
}
.small-Btns:hover{
  background-color: #ffd400;
  transition: 0.3s;
}
.small-Btns a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 12px;
  margin: 0;
}
.small-Btns:hover a{
  color: #FFFFFF;
  transition: 0.3s;
}

.unsubscribeBtn a{
  cursor: pointer;
  color: #5e67e0;
  display: block;
  width: 100%;
  height: 100%;
}
.unsubscribeBtn a:hover{
  text-decoration: underline;
}
.unsubscribeBtn{
  float: right;
  clear: both;
}
/*-----------------------
検索結果
-------------------------*/
.detail .rec_search {
  margin-top:40px;
}
.search-detail .detail-title{
  background-color:#ffd400;
  padding:15px 25px;
  border-left: 1px solid #ffd400;
  border-right:1px solid #ffd400;
  border-bottom:1px solid #fff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.arrow-down {
  display:block;
  border-top: 16px solid #565656;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.arrow-up {
  display:block;
  border-bottom: 16px solid #565656;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.detail-title .search-title {
  font-size:24px;
  font-weight: bold;
}
.search-detail #tab1 {
  border-top:0;
}
#tab3,#tab5 {
  border-bottom:1px solid #ffd400;
  border-left: 1px solid #ffd400;
  border-right: 1px solid #ffd400;
  padding:0 0px 20px 0px;
  box-sizing: border-box;
}
.salary-input {
  display: block;
  margin:-20px auto 0 auto;
  width:50%;
}
input[type="text"].salary-input {
  border: none;
  outline: none;
  background: transparent;
}
.rec_search .input-area {
  display: inline-block;
  font-size:16px;
  border:1px solid #d2d2d2 ;
  border-radius: 5px ;
  margin:0 10px;
  padding:8px 10px;
}
.word-search {
  display: flex;
  justify-content: center;
  margin-top:-20px;
}
.word-search .input-area {
  display: block;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.rec_search .word-search .input-area {
  margin:0;
}
.word-search .search-wrapper {
  display:flex;
  width:50%;
}
.wordsearch-btn{
  white-space:nowrap;
  padding:8px 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: bold;
  width:30%;
  max-width:70px;
}
.wordsearch-btn:hover {
  color:#D7B925;
  transition:all .5s;
}
.salary-input span{
  font-weight: bold;
}
#tab4 {
  border-bottom:1px solid #ffd400;
  border-left: 1px solid #ffd400;
  border-right: 1px solid #ffd400;
}
.feature-detail {
  display: flex;
  margin-top:30px;
  padding:0 20px 20px 20px;
}
.feature-list {
  flex-grow: 1;
   border-top:1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.feature-list:last-child {
  border-right: 1px solid #d2d2d2;
}
.feature-list .current-othe-com-list {
  padding:10px;
  font-size: 14px;
}
.check .feature-list label input[type="checkbox"]+span {
  padding-right:0;
}
.feature-list li {
  margin-bottom:10px;
}
.search-detail .detail-title {
  cursor: pointer;
}
.detail-title.close {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
/*検索条件表示*/
.search-condition-area {
  border: 1px solid #ffd400;
  padding:0px 20px;
}
.search-condition {
  display: flex;
  margin-bottom:20px;
}
.condition-title {
  width:25%;
}
.condition-content {
  font-weight:bold;
  width:75%;
}
/*検索結果*/
.company {
  border:1px solid #ffd400;
  padding:20px;
  box-sizing: border-box;
  margin-bottom:30px;
}
.company h4 {
  margin-top:0;
}
.company-info-wrapper {
  display: flex;
  justify-content: space-between;
}
.company-img {
  text-align: center;
  margin-right:20px;
}
.company-img img {
  max-width: 250px;
}
.company-info {
  flex-grow: 1;
}
.company-info .table-tr {
  width:100%;
  display: table;
  border-bottom:1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
.company-info .table-tr:first-child {
  border-top:1px solid #d2d2d2;
}
.company-info .table-th {
  display: table-cell;
  width:110px;
  background:#eeeeee;
  border-right:1px solid #d2d2d2;
  padding:10px;
  box-sizing: border-box;
  font-weight: bold;
}
.company-info .table-td {
  display: table-cell;
  width:calc(100% - 110px);
  padding:10px;
}
.company-btn-area {
  margin-top:20px;
  display: flex;
  justify-content: space-between;
}
.company-btn-area .btn {
  padding:10px 20px;
  color:#565656;
}

.search-area{
  display: flex;
}


/*-----------------------
entry-list
------------------------*/
.entry-list_all{
  width: 100%;
}
.entry-lists{
  width: 100%;
}
.list_entry{
  width: 100%;
  border: solid 1px #ffd400;
  padding: 20px;
  margin-bottom: 30px;
}

.content-line{
  margin-bottom: 15px;
  width: 100%;
  display: flex;
}
.title_entry{
  width: 10%;
}
.text_entry{
  width: 90%;
}
.btns_entry{
  margin: 0 auto;
  max-width: 400px;
  display: flex;
  justify-content: space-around;
}
.mailBtn_entry{
  width: 150px;
  height: 35px;
  background-color: #96cc14;
  border: solid 1px #96cc14;
}
.mailBtn_entry:hover{
  background-color: #FFFFFF;
  transition: 0.3s;
}
.mailBtn_entry:hover a{
  color: #96cc14;
  transition: 0.3s;
}
.mailBtn_entry a, .aboutBtn_entry a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  text-align: center;
}

.aboutBtn_entry{
  width: 150px;
  height: 35px;
  background-color: #fef4c2;
  border: solid 1px #fef4c2;
}
.aboutBtn_entry:hover{
  background-color: #FFFFFF;
  transition: 0.3s;
}
.aboutBtn_entry:hover a{
  color: #D7B925;
  transition: 0.3s;
}
.list_entry:last-child{
    margin-bottom: 0;
  }
.company:last-of-type {
  margin-bottom:0;
}
/*--------------------------
企業詳細
-------------------------*/
.company-detail-wrapper .detail-menu {
  display:flex;
  border-top:1px solid #d2d2d2;
  width:100%;
  margin-top:70px;
}
.company-detail-wrapper .detail-menu li {
    width:20%;
    background-color:#fef4c2;
  border-left:1px solid #d2d2d2;
  border-bottom: 1px solid #ffd400;
}
.company-detail-wrapper .detail-menu li:last-child {
  border-right:1px solid #d2d2d2;
}
.company-detail-wrapper .detail-menu li a {
  display: block;
  padding:15px 0;
  text-align: center;
  color:#5e67e0;
}
.company-detail-wrapper .detail-menu li a:hover {
  font-weight: bold;
}
.company-detail {
  padding:30px;
  border-bottom:1px solid #ffd400;
  border-left:1px solid #ffd400;
  border-right: 1px solid #ffd400;
}
.company-detail .sub-title {
  margin-top:0;
  margin-bottom:50px;
}
.detail-list {
  display:flex;
  margin-bottom:50px;
}
.detail-list:last-child {
  margin-bottom:0;
}
.detail-list .detail-title {
  width:200px;
  margin-right: 20px;
  font-weight: bold;
}
.detail-list .detail-content {
  flex: 1;
}
.badge-area {
  margin:0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.badge-info {
  display:block;
  padding:3px;
  white-space: nowrap;
  background:#fef4c2;
  border-radius:5px;
  border:1px solid #ffd400;
  color:#565656;
  margin:0 5px;
  font-size:14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.company-detail .company-info h4 {
  margin-top:0;
  margin-bottom:10px;
}
.company-detail .company-info-wrapper {
  margin-bottom:50px;
}
.company-detail .company-info-wrapper:last-child {
  margin-bottom:0;
}
.company-detail .reverse .company-img {
  order:1;
  margin-right:0;
  margin-left: 20px;
}
.company-detail .company-info .detail-title {
  width:100px;
}
.company-detail .company-web {
  display:block;
  padding:5px 0;
  color:#5e67e0;
}
.company-detail .company-web i {
  display:inline-block;
  margin-left:0.5rem;
}
.company-detail .company-web:hover {
  text-decoration:underline;
}
.dummy-info {
  height: 470px;
  background: url("../img/dummy-img.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.dummy-area {
  width: 760px;
  height: auto;
  margin: 13% auto;
  padding: 20px;
}
.dummy-area .link-area {
	display: flex;
	font-size: 18px;
	line-height: 20px;
	justify-content: space-between;
	width: 720px;
	margin: 0 auto;
}
.dummy-area .link-regist a {
	display: block;
	width: 330px;
	background: #96cc14;
	border: solid 1px #96cc14;
	color: #fff;
	padding: 12px 0;
	text-align: center;
}
.dummy-area .link-login a {
	display: block;
	width: 330px;
	background: #fff;
	border: solid 1px #96cc14;
	color: #96cc14;
	padding: 12px 0;
	text-align: center;
}
.dummy-comment {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
	background: #fff;
	box-shadow: 0px 0px 30px rgb(255, 255, 255), 0px 0px 30px rgb(255, 255, 255), 0px 0px 30px rgb(255, 255, 255), 0px 0px 30px rgb(255, 255, 255), 0px 0px 30px rgb(255, 255, 255), 0px 0px 30px rgb(255, 255, 255);
	padding: 10px 0;
	border-radius: 7px;
}
.login-only-wrapper .login-only .btn-area{
  margin:70px -10px 0px -10px;
  display: flex;
}
.login-only .btn-area .btn {
  padding:15px 0;
  text-align: center;
  color:#565656;
  flex-grow: 1;
  margin:0 10px 10px 10px;
}
.login-only .btn:hover {
  color:#D7B925 !important;
  transition: 0.3s;
}
.login-only-wrapper {
  position:relative;
}
.login-only-wrapper .login-only {
  background-color:rgba(255,255,255,.9);
  left:0;
  width:100%;
}

.login-only-2 .btn {
  padding: 10px 20px;
  color: #565656;
  width: 210px;
  line-height: 1.5;
  display: inline-block;
}
.login-only-2 .btn:first-child {
  margin-right: 12px;
  width: auto;
}
.login-only-2 .btn:hover {
  color: #D7B925;
}


  /*--------------------------
運営企業
-------------------------*/
.ab-box-detail{
  border-bottom: solid 1px #ffd400;
  display: table;
  width: 100%;
}
  .manage-cam{
    border-left: solid 1px #ffd400;
    border-top: solid 1px #ffd400;
  }
.ab-content{
  border-right: solid 1px #ffd400;
  padding: 12px;
  display: table-cell;
}
.ab-content:nth-last-of-type(1){
  width: 80%;
}
.ab-content:nth-last-of-type(2){
  width: 20%;
}
  .ab-title, .ab-title-a{
    background-color: #ffd400;
  }
.ab-title{
  border-top: solid 1px #ffffff
}
.ab-link{
  color: #5c7ab6;
}
.ab-link:hover{
  text-decoration: underline;
}


/*-----------------------
login.html
------------------------*/
.check-login {
  text-align:center;
}
.check-login label {
  display:inline-block;
}
.check-login label span {
  padding-right:0;
}
.detail .login_text {
  font-size:16px;
}
/*-----------------------
responsive
------------------------*/
@media screen and (min-width:981px) {
    .erea_con,.current-othe-com-list {
    display:block !important;
}
}
@media screen and (max-width:980px) {
  .wrapper.detail {
    width:100%;
    padding:0 10px;
    box-sizing: border-box;
  }
  /*都道府県のアコーディオン*/
  .accordion {
    cursor:pointer;
  }
  .erea_con {
    display:none;
  }
  .registnum i {
    display:inline-block;
    margin-left:10px;
  }
  .registnum {
    display:flex;
  }
  .com-title{
    border-bottom:1px solid #bfbfbf;
  }
  #tab1 .com-title:last-of-type {
    border-bottom:0;
  }
  /*絞り込み検索*/
  .detail-title .search-title {
    font-size:19px;
  }
  #tab3 .salary-input {
    width: 100%;
    margin-top:20px;
    padding:0 20px;
    box-sizing: border-box;
  }
  .salary-input .salary-title {
    display: block;
    margin-bottom:10px;
  }
  .salary-wrapper {
    display: flex;
    width:100%;
    align-items: center;
  }
  .salary-wrapper .input-area {
    width:calc(100% - 6rem);
    margin-left: 0;
  }
  .salary-wrapper span {
    /* flex-glow:auto; */
    white-space: nowrap;
  }
  #tab4 .feature-detail{
    display: block;
  }
  .feature-list  {
    border-top:0;
    border-right:0 ;
    border-left: 0;
  }
  .feature-list:last-child {
    border-right:0;
  }
  .feature-list .com-title {
    border-bottom:0;
  }
  .feature-detail {
    padding-left:0;
    padding-right:0;
    padding-bottom: 0;
  }
  .feature-list li {
    padding:15px 10px;
    border-top:1px solid #d2d2d2;
    margin-bottom:0;
  }
  .feature-list .no-border-top {
    border-top:0 !important;
  }
  .feaure-list  li:first-child {
    border-top:0;
  }
  .feature-list:last-child {
    border-bottom:0;
  }
  .check .feature-list label {
    width:100%;
  }
  .feature-list .current-othe-com-list {
    padding:0;
  }
  .current-othe-com-list {
    display:none;
  }
  .word-search {
    margin-top:20px;
    padding:0 20px;
  }
  .word-search .input-area {
    width:100%;
  }
  .word-search .search-wrapper {
    width:100%;
  }
  /*検索条件表示*/
  .search-condition {
    display:block;
  }
  .condition-title {
    width:100%;
  }
  .condition-title {
    margin-bottom:10px;
  }
  .condition-content {
    width:calc(100% - 1rem);
    margin-left:1rem;
  }
  /*検索結果*/
  .wrapper.detail .rec_search{
    padding-left: 0;
    padding-right: 0;
  }
  .company-info-wrapper {
    display:block;
  }
  .company-img {
    margin:auto;
    margin-bottom:20px;
  }
  .company-info {
    width:100%;
  }
  .company-info .table-tr {
    display:block;
  }
  .company-info .table-th {
    width:100%;
    display: block;
    border-right:0;
    border-bottom:1px solid #d2d2d2;
  }
  .company-info .table-td {
    width:100%;
    display: block;
    white-space: normal;
    word-break: break-all;
  }
  .company-btn-area {
    display:block;
  }
  .company-btn-area .btn {
    max-width: 250px;
    width:100%;
    display:block;
    margin:10px auto;
    text-align: center;
    height: 46px;
  }
  .login-only-2 .btn:first-child {
    margin-right: auto;
  }
  .company-btn-area .login-only {
    display:block;
  }
    /*mypage*/
  .unsubscribeBtn{
    float: left;
  }
  .mypageBtn{
    width: 100%;
    height: 60px;
    font-size: 22px;
    margin: 0 auto;
  }
  .mypageBtn a {
    padding: 11px 0;
  }
  .mypageBtns p{
    max-width: 100%;
  }
  .mypageBtns{
    margin-bottom: 30px;
  }
  .mypage_all{
    width: 100%;
    margin: 0 auto;
  }
  .big-Btn-all{
    display: block;
    flex-wrap: wrap;
    width: 530px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
  .under-contents{
  max-width: 100%;
}
  
  .small-Btns{
    width: 46%
  }

    /*entry-list*/
  
  .title_entry{
    width: 20%;
  }
  .text_entry{
    width: 80%;
  }
  .mailBtn_entry{
    width: 45%;
  }
  .aboutBtn_entry{
    width: 45%;
  }
  /*企業詳細*/
  .company-detail-wrapper .detail-menu {
    flex-wrap:wrap;
    border-right: 1px solid #d2d2d2;
  }
  .company-detail-wrapper .detail-menu li{
    width:50%;
    flex-grow: auto;
    border-bottom:1px solid #d2d2d2;
  }
  .company-detail-wrapper .detail-menu li:last-child {
    border-bottom:0;
  }
  .company-detail-wrapper .detail-menu li a {
    text-align: left;
    padding:15px 10px;
    }
  .company-detail:first-of-type {
    border-top:1px solid #ffd400;
  }
  .company-detail {
    padding-left:15px;
    padding-right: 15px;
  }
  .company-detail .detail-list {
    display: block;
}
  .company-detail .detail-list .detail-title {
    margin-bottom:10px;
    width:100%;
  }
  .company-detail .company-info-wrapper.reverse .company-img {
    margin-left:auto;
    margin-right: auto;
  }
  .login-only-wrapper .login-only .btn-area {
    display:block;
  }
  .login-only-wrapper .login-only .btn-area .btn {
    display: block;
    width:250px;
    margin-left: auto;
    margin-right: auto;
  }
  .login-only-wrapper .login-only .btn-area .btn:last-child {
    margin-bottom:0;
  }
  .regi-form-title{
  width: 18%;
}
  .dummy-info {
    height: 350px;
    background: url("../img/dummy-img_sp.png");
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .dummy-area {
    width: 100%;
    margin: 5% auto;
  }
  .dummy-area .link-area {
    display: block;
    width: 100%;
  }
  .dummy-area .link-login a {
    width: 250px;
    margin: 0 auto;
  }
  .dummy-area .link-regist a {
    width: 250px;
    margin: auto auto 1.3rem;
  }
  
}
@media screen and (max-width:768px) {
  /*mailmenu*/
  .mail-function {
  display: block;
  }
  .mail-btns {
    display: block;
  }
  .mail-btns .btn {
    width:100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin-bottom:20px;
    margin-right: 0;
    margin-left:0;
  }
  .toggle .toggle-btn {
    width:50%;
    box-sizing: border-box;
    margin-bottom:20px;
    text-align: center;
  }
  .search-area .search-input{
    width:100%;
  }
  .title-area {
  background-image: url("../img/headImg_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
  .regist-area dd{
    width: 100%;
  }
  
  /*メール一覧*/
  .box-header {
    display: none;
  }
  .mailbox {
    border:0;
  }
  .box-detail {
    border:1px solid #ffd400;
    margin-bottom:30px;
  }
  .box-detail .content {
    border:0;
    display: block;
    padding:10px 12px;
    width:100%;
  }
  .box-detail .border-right-0 {
    color:#999999;
  }
  .input-area .title {
    width:70px;
  }
  .input-title, .select-company-area {
    width:calc(100% - 70px );
  }
  .send-btn-area {
    text-align: center;
  }
  .send-btn-area .btn {
    display: inline-block;
    width:100%;
    max-width:250px;
  }

  /*regist*/
  .regist-area {
    display: block;
    margin-top:30px;
  }
  .regist-area dt {
    width:100%;
    margin-bottom:10px;
  }
  
  /*entry*/
  .width-500, .appeal{
    width: 100%;
  }
  .form-occupation{
    width: 100%;
  }
  .form-occupation dd{
    margin-bottom: 25px;
  }
  .res_entry-margin{
    margin-bottom: 10px;
  }
  .margin-left{
  margin-left: 0;
}
  
  /*resist-conform*/

  .regi-form-block dl{
  display: block;
}
  .regi-form-title, .s-text{
  width: 100%;
}
  .small-Btn-all{
    display: block;
  }
  .small-Btns{
      width: 100%;
      margin-bottom: 40px;
    }
  .camButton a{
    padding: 12px 5px;
    font-size: 15px;
  }
  .dummy-comment {
    text-align: left;
  }
}
@media screen and (max-width:480px) {
/*entry-list*/
  
  .title_entry{
    width: 30%;
  }
  .text_entry{
    width: 70%;
  }
  
  .center-btn-area-regist{
    display: block;
    text-align: center;
  }
  .center-btn-area-regist .btn{
    width: 90%;
  margin: 0 auto;
}
.center-btn-area-regist a{
  padding: 20px 0;
}
  .sp-resist-con{
    padding-bottom: 0;
  }
  .login-box{
    width: 100%;
  }
}
