/* ===================================================================
   CONTENTS
=================================================================== */
/* トップページ */

.mainArea {
   width: 100%;
   background: url(../img/mani_bg.jpg) top right no-repeat #008ba6;
   padding-bottom: 70px;
   background-size: cover;
}
@media screen and (max-width: 600px) {
.mainArea {
   background-size: cover;
   padding-bottom: 40px;
   margin-bottom: 30px;
}
}
.login_error {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
@media screen and (max-width: 1000px){
.login_error {
	width: 90%;
}
}
@media screen and (max-width: 600px) {
.login_error {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 35px;
}
}

.toph1 {
   font-size: 42px;
   font-size: 4.2rem;
   font-weight: bold;
   padding: 40px 0 20px;
}
@media screen and (max-width: 768px) {
.toph1 {
   font-size: 31px;
   font-size: 3.1rem;
}
}

.top_easy_search {
   background-color:#5EDAEF;
   padding: 40px 0 55px;
   text-align: center;
   color: #FFF;
   font-size: 16px;
   font-size: 1.6rem;
}
.top_easy_search h2 {
   font-size: 26px;
   font-size: 2.6rem;
}
.top_easy_search div.top_easy_s_box {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 10px;
  text-align: left;
  vertical-align: top;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 43px;
    color: #13333c;
    pointer-events: none;
}
.select-wrap select {
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border: none;
	background-color: #FFF;
    color: #13333c;
    width: 240px;
}
.select-wrap select option{
  background-color: #fff;
  color: #333;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before{
  color:#fff;
}
.select-wrap.select-primary > select{
  background:#0084B4;
  color:#fff;
  border-color:#0084B4;
}
.select-wrap.select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before{
  color:#fff;
}
.select-wrap.select-inverse > select{
  color:#fff;
  border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}
.select-wrap option {
  color: #13333c;
}
.input_bt {
   padding-top: 30px;
}
.top_easy_s_box input {
   background-color: #f3ac00;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 10px 20px;
   display: block;
   color: #FFF;
   text-decoration: none;
   border: 0;
   font-size: 20px;
   font-size: 2rem;
}

@media screen and (max-width: 600px) {
.top_easy_search div.top_easy_s_box {
  display: block;
  text-align: center;
  margin: 0 0 20px;
  padding: 0 3rem;
  width: 100%;
}
.select-wrap select {
   width: 100%;
}
.top_easy_s_box input {
   width: 80%;
   text-align: center;
   margin: 0 auto;
}
}

.top_occ_search {
   padding: 60px 0;
}

.top_occ_bt {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -webkit-flex-wrap:wrap;
   -ms-flex-wrap:wrap;
   flex-wrap:wrap;
   justify-content: space-between;
   width: 1000px;
   margin: 0 auto;
}
.top_occ_bt li {
   width: 300px;
   margin-bottom: 20px;
}
.top_occ_bt li a {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 10px 20px;
   display: block;
   color: #FFF;
   text-decoration: none;
   border: 0;
   font-size: 22px;
   font-size: 2.2rem;
   text-align: center;
   position: relative;
}
.top_occ_bt li a:before {
   content:"\f061";
   display:inline-block;
   font:normal normal normal 16px/1 FontAwesome;
   font-size:inherit;
   text-rendering:auto;
   -webkit-font-smoothing:antialiased;
   -moz-osx-font-smoothing:grayscale;
   transform: translate(0, 0);
   position: absolute;
   left: 20px;
   top: 30%;
}
.top_occ_bt li a.top_occ_01 {
   background-color: #27a2bc;
}
.top_occ_bt li a.top_occ_01:hover {
   background-color: #066f85;
}
.top_occ_bt li a.top_occ_02 {
   background-color: #44c3c8;
}
.top_occ_bt li a.top_occ_02:hover {
   background-color: #068d92;
}

@media screen and (max-width: 1000px) {
.top_occ_bt {
   width: 100%;
   margin: 0 0 50px 0;
}
.top_occ_bt li {
   width: 45%;
   margin-left: 2%;
   margin-right: 2%;
   margin-bottom: 10px;
}
}
@media screen and (max-width: 600px) {
.top_occ_bt {
   width: 94%;
   margin: 0 3%;
}
.top_occ_bt li {
   width: 100%;
   margin-bottom: 10px;
}
}

.title28b {
   font-size: 28px;
   font-size: 2.8rem;
   font-weight: bold;
   text-align: center;
}
.sub_title11b {
   text-align: center;
   font-size: 11px;
   font-size: 1.1rem;
   font-weight: bold;
   color: #bcbcbc;
}

.top_new {
   background-color: #e8f7f9;
   padding: 65px 0 30px 0;
}
.favorite_bg {
   background-color: #fafafa;
}
.top_new_cat {
   text-align: center;
}
.top_new_cat li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 6px;
}
.top_new_cat li a {
   border: 1px solid #313131;
   padding: 3px 5px;
   color: #313131;
   text-decoration: none;
}
.top_new_cat li a:hover {
   background-color: #313131;
   color: #FFF;
}

.top_new_listArea {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -webkit-flex-wrap:wrap;
   -ms-flex-wrap:wrap;
   flex-wrap:wrap;
   justify-content: space-between;
   width: 1000px;
   margin-right: auto;
   margin-left: auto;
}
.top_new_list {
   width: 300px;
   background-color: #FFF;
   border: 1px solid #cfdddf;
   padding: 12px;
   font-size: 13px;
   font-size: 1.3rem;
   margin-bottom: 30px;
}
.top_new_list h3 {
   margin-bottom: 13px;
   text-align: center;
   color: #FFF;
   font-size: 15px;
   font-size: 1.5rem;
   padding: 7px 0;
}
.color_cat01 {
   background-color: #06b4ce;
}
.color_cat02 {
   background-color: #0a819b;
}
.color_cat03 {
   background-color: #0070bf;
}
.color_cat04 {
   background-color: #d55680;
}
.color_cat05 {
   background-color: #7eb929;
}
.color_cat06 {
   background-color: #b79148;
}

.top_new_detail {
  background: #efefef;
  border-bottom: 1px solid #d8d8d8;
}
.top_new_detail dt,
.top_new_detail dd {
  padding: 3px 8px 0 8px;
  border-top: 1px solid #d8d8d8;
}
.top_new_detail dt {
  width: 30%;
  float: left;
}
.top_new_detail dd {
  background: #fff;
  margin-left: 30%;
  padding-bottom: 3px;
}
.top_new_detail dd:after {
  content: '';
  display: block;
  clear: both;
}

.top_new_listArea:after {
  content: "";
  display: block;
  width: 30%;
}

@media screen and (max-width: 1000px) {
.top_new_listArea {
   width: 92%;
   margin: 0 4%;
}

.top_new_list {
   width: 30%;
}
}
@media screen and (max-width: 600px) {
.top_new {
   padding: 40px 0 20px 0;
}
.top_new_cat li {
  margin: 0 6px 10px;
}
.top_new_listArea {
   width: 92%;
   margin: 0 4%;
}
.top_new_list {
   width: 100%;
   margin-bottom: 15px;
}
}
.top_salary {
   line-height: 24px;
   max-height: 102px;
   overflow: hidden;
   min-height: 24px;
}

.top_comment {
   background-color: #f5fafa;
   border: 5px solid #eeeeee;
   padding: 30px;
}
.top_comment h2 {
   text-align: center;
   border-bottom: 1px solid #dcdcdc;
   padding-bottom: 15px;
   font-size: 22px;
   font-size: 2.2rem;
   font-weight: bold;
}

/* コンテンツ関連 */
.search_boxArea {
   background-color: #f6f6f6;
   padding: 30px;
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
}
.search_box01 {
   width: 100%;
   display: block;
}
.search_box01 th {
   padding: 20px 20px 20px;
}
.search_box01 td {
   padding: 20px 20px 10px;
}
.search_box01 th {
   background-color: #50bfd7;
   color: #FFF;
   font-weight: normal;
   vertical-align: middle;
   text-align: left;
}
.search_box01 tr {
   border-bottom: 7px solid #c7e4ea;
}
.search_box01 td input[type="text"] {
   border: 1px solid #e5e5e5;
   background-color: #FFF;
   padding: 10px;
   width: 100%;
}
.width100 {
   width: 100%;
}

@media screen and (max-width: 600px) {
.search_boxArea {
   padding: 15px;
   width: 100%;
}
.search_box01 td {
   padding: 2rem 0rem 1rem;
   display: block;
   width: 100%;
}
.search_box01 th {
   padding: 1rem 1rem 1rem;
   display: block;
   width: 100%;
}
.search_box01 tr {
   border-bottom: 0px solid #c7e4ea;
}
}

.select-wrap-con {
    position: relative;
}
.select-wrap-con:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 43px;
    color: #13333c;
    pointer-events: none;
}
.select-wrap-con select {
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border: none;
	background-color: #FFF;
    color: #e5e5e5;
	border: 1px solid #e5e5e5;
}
.select-wrap-con select option{
  background-color: #fff;
  color: #333;
}
.select-wrap-con select::-ms-expand {
  display: none;
}
.select-wrap-con select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap-con.select-primary:before{
  color:#fff;
}
.select-wrap-con.select-primary > select{
  background:#0084B4;
  color:#b0b0b0;
  border-color:#0084B4;
}
.select-wrap-con.select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.select-wrap-con.select-inverse:before{
  color:#fff;
}
.select-wrap-con.select-inverse > select{
  color:#fff;
  border-color: #fff;
}

.select-wrap-con.select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}
.select-wrap-con option {
  color: #13333c;
}
.search_check {
   width: 100%;
}
.search_check label {
   float: left;
   display: block;
   width: 173px;
   font-size: 90%;
   margin: 0 0 8px 0;
   letter-spacing: 0em;
}

@media screen and (max-width: 600px) {
.search_check label {
   width: 50%;
}
}
.search_check label input {
   margin-right: 5px;
}
.bt_more01 {
   margin-left: auto;
   margin-right: auto;
}
.bt_more01 input {
   display: block;
   color: #FFF;
   text-decoration: none;
   background-color: #f3ac00;
   padding: 0.7em 6em;
   margin: 0 auto;
   
   /* box-shadow */
   box-shadow: 0px 3px 0px 0px #ba8004;
   -moz-box-shadow: 0px 3px 0px 0px #ba8004;
   -webkit-box-shadow: 0px 3px 0px 0px #ba8004;

   /* border-radius */
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;

}
.bt_more01 input:hover {
   background-color: #f89200;
}
.bt_more01 input:active {
   transform: translate3d(0, 3px, 0);
   box-shadow: 0px 0px!important;
   -moz-box-shadow: 0px 0px!important;
   -webkit-box-shadow: 0px 0px!important;
}

.bt_more01 a {
   display: inline-block;
   color: #FFF;
   text-decoration: none;
   background-color: #f3ac00;
   padding: 0.7em 6em;
   margin: 0 auto;
   
   /* box-shadow */
   box-shadow: 0px 3px 0px 0px #ba8004;
   -moz-box-shadow: 0px 3px 0px 0px #ba8004;
   -webkit-box-shadow: 0px 3px 0px 0px #ba8004;

   /* border-radius */
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;

}
.bt_more01 a:hover {
   background-color: #f89200;
}
.bt_more01 a:active {
   transform: translate3d(0, 3px, 0);
   box-shadow: 0px 0px!important;
   -moz-box-shadow: 0px 0px!important;
   -webkit-box-shadow: 0px 0px!important;
}
.bt_more01_half a {
   padding: 0.7em 3em;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


@media screen and (max-width: 1100px){
.bt_more01 a, .bt_more01 input {
   padding: 0.7em 3em;
   min-width: 80%;
   }
}


/* 一覧 ------------------------------*/

.re_search {
   width: 1000px;
   margin-right: auto;
   margin-left: auto;
}
.re_search .re_search_bt {
	display: inline-block;
	float: right;
	margin: -50px 0 30px 0;
	color: #FFF;
	padding: 10px 15px;
	background-color: #f3ac00;
	cursor: pointer;
}
.re_search .re_search_detail {
	width: 100%;
	display:none;
}

@media screen and (max-width: 600px) {
.re_search {
   width: 100%;
}
}

.list {
   width: 100%;
   background-color: #f3fafb;
   border-top: 7px solid #32b4bd;
   margin-bottom: 40px;
}
.list .list_detail {
   padding: 30px;
}
.list_detail .list_photo {
   float: left;
   width: 240px;
}
.list_detail .list_titleArea {
   float: right;
   width: 660px;
}
.list_table {
   background-color: #FFF;
   width: 100%;
   table-layout: fixed;
}
.list_table td, .list_table th {
   padding: 15px;
   border: 1px solid #cacaca;
}
.list_table th {
   background-color: #f4f4f4;
   font-weight: normal;
   text-align: left;
   width: 15%!important;
}
.list_table td {
}
.list_btArea {
   text-align: center;
}
.list_btArea li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 20px;}
.list_btArea li {
   width: 35%;
}
.list_btArea li a {
   width: 100%;
   padding: 15px 0;
   font-size: 20px;
   font-size: 2.0rem;
   font-weight: bold;
}

@media screen and (max-width: 1000px) {
.list_detail .list_photo {
   float: left;
   width: 25%;
}
.list_detail .list_titleArea {
   float: right;
   width: 70%;
}
}
@media screen and (max-width: 600px) {
.list {
   margin-bottom: 20px;
}
.list .list_detail {
   padding: 15px;
}
.list_detail .list_photo {
   float: none;
   width: 100%;
   display: block;
   text-align: center;
   margin-bottom: 20px;
}
.list_detail .list_titleArea {
   float: none;
   width: 100%;
}
.list_table {
   border: 1px solid #cacaca;}
.list_table td, .list_table th {
   width: 100%!important;
   display: block!important;
   border: none;
}
.list_btArea {
   text-align: center;
}
.list_btArea li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 0 15px;}
.list_btArea li {
   width: 100%;
}
.list_btArea li a {
   width: 100%;
   padding: 15px 0;
   font-size: 20px;
   font-size: 2.0rem;
   font-weight: bold;
}
}

.bt_more02 a {
   display: inline-block;
   color: #FFF;
   text-decoration: none;
   background-color: #18b5d7;
   padding: 0.7em 6em;
   margin: 0 auto;
   
   /* box-shadow */
   box-shadow: 0px 3px 0px 0px #0e859f;
   -moz-box-shadow: 0px 3px 0px 0px #0e859f;
   -webkit-box-shadow: 0px 3px 0px 0px #0e859f;

   /* border-radius */
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;

}
.bt_more02 a:hover {
   background-color: #0e859f;
}
.bt_more02 a:active {
   transform: translate3d(0, 3px, 0);
   box-shadow: 0px 0px!important;
   -moz-box-shadow: 0px 0px!important;
   -webkit-box-shadow: 0px 0px!important;
}

.page_navi {
	text-align: center;
	width: 100%;}
.page_navi li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
    margin: 5px 3px!important;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
	overflow: inherit;}
.page_navi li a {
    border: solid 1px #999;
    padding: 3px 11px;
	display: block;
	text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.page_navi li a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;}
.page_navi li.current{
	display: inline-block;
    color:#FFF;
    background-color: #d6b76d;
    border-color: #b99746;
    font-weight: bold;
    padding: 4px 12px;}

.detail_photo li {
   width: 23%;
   margin: 0 auto 15px;
}
.detail_photo li img {
   max-width: 100%;
   height: auto;
}

@media screen and (max-width: 600px) {
.detail_photo li {
   width: 43%;
}
}


/* CONTACT ------------------------------------------------------*/

.contact_list {}

.contact_list table {
   width: 100%;
}
.contact_list table th, .contact_list table td {
   padding: 12px;
   border: 1px solid #C4C4C4;
}
.contact_list table th {
   background-color: #ECECEC;
}
.contact_list table td img {
   display: block;
   margin: 0 auto;
}
@media screen and (max-width: 600px) {
.contact_list {
   display: block;
}
.contact_list thead{
   display: none;
}
.contact_list tbody {
   display: block;
}
.contact_list tbody tr {
   display: block;
   margin-bottom: 1.5em;
	border: 1px solid #dfdfdf;
}
.contact_list tbody th,
.contact_list tbody td {
   display: inherit;
   border: none;
}
.contact_list tbody th {
   margin-bottom: 5px;
   list-style-type: none;
   color: #fff;
   background: #000;
}
.contact_list tbody td {
   padding: 10px;
   border: 0px solid #C4C4C4;
	border-bottom: 1px solid #dfdfdf;
}
.contact_list tbody td:last-child {
	border-bottom: 0px solid #dfdfdf;
}
.contact_list tbody td:nth-of-type(1):before { content: ""; display: block; }
.contact_list tbody td:nth-of-type(2):before { content: "[求人名]"; display: block; }
.contact_list tbody td:nth-of-type(3):before { content: "[業種/職種]"; display: block; }
.contact_list tbody td:nth-of-type(4):before { content: "[雇用形態/給与]"; display: block; }
.contact_list tbody td:nth-of-type(5):before { content: "[勤務地/アクセス]"; display: block; }
}
.delete {
   background: url(../img/close.png) top left no-repeat;
   text-indent: -9999px;
   height: 25px;
   width: 25px;
   display: inline-block;
}

.contact_table {
   background-color: #f2f2f2;
   padding: 45px;
}
.contact_table table {
   width: 100%;
}
.contact_table table th, .contact_table table td {
   padding: 20px 10px;
}

.contact_table table tr {
    border-bottom: 2px solid #a2a2a2;
}

.contact_table table th {
	width: 26%;
	text-align: left;}

.contact_table table td {
	width: 74%;}

.contact_table input[type="text"] {
	background-color: #fff;
	padding: 12px;
	border: 1px solid #dfdfdf;
	width: 80%;
	font-family: "Montserrat", "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif!important;}

.contact_table input[type="password"] {
	background-color: #fff;
	padding: 12px;
	border: 1px solid #dfdfdf;
	width: 80%;
	font-family: "Montserrat", "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif!important;}

.contact_table .ip25 input {
   width: 25%;
}


.contact_table textarea {
	background-color: #FFF;
	padding: 12px;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 200px;
	font-family: "Montserrat", "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif!important;}

.contact_table label {
    padding: 0 10px 0;
	margin-bottom: 0.5em;
	display: inline-block;
}
.contact_table label input[type="checkbox"] {
   margin-right: 7px;
}

@media screen and (max-width: 1000px) {
.contact_table {
   padding: 15px;
}

.contact_table table {
	padding: 10px 1rem;}

.contact_table table:first-child {
	border-top: 0px solid #838383;}

.contact_table table tr {
   border-bottom: 0px;
}

.contact_table table th {
	width: 100%;
	display: block;
	padding: 15px 10px 0 10px;
	margin-bottom: 10px;}

.contact_table table td {
	width: 100%;
	display: block;
	padding: 0 10px 30px 10px;
	padding-left: 0%;
	border-bottom: 1px solid #838383;}
	
.contact_table table td input[type="text"] {
	width: 100%;}

.contact_table table .ip25 input {
   width: 50%;
}

}

.contact_submit {
	text-align: center;}

.contact_submit li {
	text-align: center;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 2%;}

.contact_submit input {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 24px;
	font-size: 2.4rem;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color: #FFFFFF!important;
   padding: 12px 6rem;
   background-color: #92c140;
   box-shadow: 0px 2px 0px 0px #6c9a1c;
   -webkit-box-shadow: 0px 2px 0px 0px #6c9a1c;
   -moz-box-shadow: 0px 2px 0px 0px #6c9a1c;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
	margin: 0 3% 25px;
	outline: 0;
	border: none;}


.contact_submit input:hover {
   background: #6faf00;
   text-decoration: none;
}

.contact_submit input.back {
	background-color: #AFAFAF;
   box-shadow: 0px 2px 0px 0px #B4B4B4;
   -webkit-box-shadow: 0px 2px 0px 0px #B4B4B4;
   -moz-box-shadow: 0px 2px 0px 0px #B4B4B4;}

.req {
   background-color: #f1003e;
   padding: 2px 5px 1px;
   color: #FFF;
   font-size: 90%;
}
.error {
   border: 3px solid #E40D50;
   padding: 2rem;
   color: #E40D50;
}


/* LOGIN --------------------------------------------------------*/
.login_base {
   background-color: #f2f2f2;
   padding: 3rem;
   
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -webkit-flex-wrap:wrap;
   -ms-flex-wrap:wrap;
   flex-wrap:wrap;
   justify-content: space-between;
}
.loginArea {
   width: 50%;
   padding: 5rem;
}
.loginArea h2 {
   border-bottom: 1px solid #8B8B8B;
   padding-bottom: 10px;
   margin-bottom: 25px;
}
.loginArea input[type="text"], .loginArea input[type="password"] {
	background-color: #fff;
	padding: 12px;
	border: 1px solid #dfdfdf;
	width: 100%;
	font-family: "Montserrat", "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif!important;}

.login_submit input {
	font-size: 24px;
	font-size: 2.4rem;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color: #FFFFFF!important;
   padding: 12px 6rem;
   background-color: #92c140;
   box-shadow: 0px 2px 0px 0px #6c9a1c;
   -webkit-box-shadow: 0px 2px 0px 0px #6c9a1c;
   -moz-box-shadow: 0px 2px 0px 0px #6c9a1c;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
	margin: 0 auto;
	outline: 0;
	border: none;}


.login_submit input:hover {
   background: #6faf00;
   text-decoration: none;
}

@media screen and (max-width: 600px) {
.loginArea {
   width: 100%;
   padding: 3rem;
}
}

/* SITEMAP ------------------------------------------------------*/
.sitemap_main {
   background: url(../img/sitemap_main.jpg) 50% 0 no-repeat fixed;
}



/* FAQ ------------------------------------------------------*/
.faq dt {
   background: url(../img/faq_q.png) top left no-repeat;
   border-bottom: 1px solid #e8e8e8;
   padding: 0 0 10px 40px;
   font-size: 16px;
   font-size: 1.6rem;
   font-weight: bold;
   margin-bottom: 10px;
}
.faq dd {
   background: url(../img/faq_a.png) top left no-repeat;
   padding: 0 0 0 40px;
   margin-bottom: 40px;
}


/* pp ------------------------------------------------------*/
.pp dt {
   border-bottom: 1px solid #555555;
   font-weight: bold;
   margin-bottom: 10px;
}
.pp dd {
   margin-bottom: 35px;
}


@media screen and (max-width: 600px) {
.gmap {
position: relative;
padding-bottom: 45%;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events:none;
}
}

.pass_re input {
   padding: 10px 20px;
}


.title01 {
   font-size: 20px;
   font-size: 2.0rem;
   font-weight: bold;
   background-color: #2AB9D0;
   color: #FFF;
   padding: 7px;
   margin: 30px 0;
}
.title02 {
   font-size: 18px;
   font-size: 1.8rem;
   font-weight: bold;
   border-bottom: 1px solid #2AB9D0;
   padding-bottom: 7px;
   margin: 30px 0;
}
.colummn_list li {
   border-bottom: 1px dotted #8E8E8E;
   padding-bottom: 10px;
   margin-bottom: 15px;
}
.colummn_list li span {
   color: #ACACAC;
   display: block;
   margin-bottom: 5px;
}

.company_left {
   width: 30%;
}
.company_right {
   width: 65%;
}
@media screen and (max-width: 640px) {
.company_left {
   width: 100%;
   margin-bottom: 25px;
   text-align: center;
}
.company_right {
   width: 100%;
}
}

.tn01 {
   position: relative;
}
.tn01::before {
   content: '年収';
}
.tn02 {
   position: relative;
}
.tn02::before, .tn03::before, .tn04::before, .tn05::before {
   content: '給与';
}