
/* トップページ ---------------------------*/
.top_area_search {
   border: 4px solid #ebebeb;
   background: url(../img/top_map_bg.gif) top left repeat;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: 30px;
}
.top_area_map {
   float: left;
}
.top_area_area {
   float: right;
   background-color: #FFF;
   width: 370px;
   border: 3px solid #16a0be;
   padding: 10px;
}
.top_area_area table {
   width: 100%;
}
.top_area_area th, .top_area_area td {
   vertical-align: middle;
   font-size: 14px;
   font-size: 1.4rem;
   border-bottom: 5px solid #FFF;
}
.top_area_area th {
   background-color: #e6e6e6;
   padding: 5px;
}
.top_area_area td {
   padding: 5px 5px 0 10px;
}
.top_area_area td li {
   float: left;
   line-height: 100%;
   margin-bottom: 5px;
   padding-right: 5px;
}
.top_area_area td li+ li {
  border-left: 1px solid #333;
  padding: 0 5px;
}
.top_area_area td li a, .top_area_area th a {
   color: #313131;
}
.top_area_area td li a:hover {
   color: #00a2d7;
}
.imagemap {
	margin: 0px auto;
	padding: 0px;
	background:url(../img/map_base.png) top left no-repeat;
	width: 520px;
	height: 350px;
	position: relative;
}
.imagemap li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style: none;
	font-size: 14px;
}
.imagemap a {
	position: absolute;
}
.imagemap a span {
	display: none;
}
 
/* MAP */
#hokkaido {	top: 0px;left: 400px;}
#hokkaido a {width: 125px;height: 150px;}
#hokkaido a:hover {	background:url(../img/map_base.png) -400px -350px no-repeat;}
#kanto {top: 150px;left: 415px;}
#kanto a {width: 105px;height: 150px;}
#kanto a:hover {background:url(../img/map_base.png) -415px -850px no-repeat;}
#hokuriku {top: 115px;left: 310px;}
#hokuriku a {width: 105px;height: 80px;}
#hokuriku a:hover {background:url(../img/map_base.png) -310px -1165px no-repeat;}
#tokai {top: 195px;left: 310px;}
#tokai a {width: 105px;height: 110px;}
#tokai a:hover {background:url(../img/map_base.png) -310px -1595px no-repeat;}
#kansai {top: 150px;left: 210px;}
#kansai a {width: 105px;height: 150px;}
#kansai a:hover {background:url(../img/map_base.png) -210px -1900px no-repeat;}
#chugoku {top: 155px;left: 105px;}
#chugoku a {width: 105px;height: 135px;}
#chugoku a:hover {background:url(../img/map_base.png) -105px -2255px no-repeat;}
#kyushu {top: 150px;left: 0px;}
#kyushu a {width: 105px;height: 200px;}
#kyushu a:hover {background:url(../img/map_base.png) 0px -2600px no-repeat;}

@media screen and (max-width: 1000px) {
.top_area_map {
   float: none;
   text-align: center;
   margin-bottom: 35px;
}
.top_area_area {
   float: none;
   width: 96%;
   margin: 0 auto;
}
}

@media screen and (max-width: 640px) {
.top_area_search {
   margin-top: 15px;
   padding: 12px;
}
.top_area_map {
   float: none;
   margin-bottom: 15px;
}
.top_area_area {
   float: none;
   width: 100%;
}

.top_area_map {
   display: none;
}
}

.top_easy_search {
   background-color: #FFF;
   border: 5px solid #16a0be;
   font-size: 16px;
   font-size: 1.6rem;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}
.top_easy_search h2 {
   padding: 10px;
   background-color: #16a0be;
   color: #FFF;
   text-align: center;
   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;
}
.top_easy_inner {
   padding: 2em;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 50px;
    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: 50px;
    padding: 8px 12px;
    border: none;
	background-color: #f5f5f5;
	border: 1px solid #c6c6c6;
    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_job_search {
   background-color: #f8f8f8;
   border: 5px solid #16a0be;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}
.top_job_search h2 {
   padding: 10px;
   background-color: #16a0be;
   color: #FFF;
   text-align: center;
   font-size: 26px;
   font-size: 2.6rem;
}
.top_job_inner {
   padding: 1em;
}
.top_job_area {
   padding-bottom: 15px;
   border-bottom: 1px dotted #333333;
}
.top_job_left {
   float: left;
   width: 200px;
   font-size: 16px;
   font-size: 1.6rem;
}
.top_job_right {
   float: right;
   width: 720px;
   font-size: 14px;
   font-size: 1.4rem;
   letter-spacing: 0;
}
.searchlist li {
   line-height: 105%;
   float: left;
   padding-right: 7px;
   margin-bottom: 7px;
}
.searchlist li+ li {
   border-left: 1px solid #333;
   padding: 0 7px;
}
.searchlist li a {
   color: #313131;
}
@media screen and (max-width: 600px) {
.top_job_left {
   float: none;
   width: 100%;
   margin-bottom: 10px;
}
.top_job_right {
   float: none;
   width: 100%;
}
}
.top_comment {
   background-color: #f8f8f8;
   padding: 30px;
}
.top_comment h2 {
   font-size: 16px;
   font-size: 1.6rem;
}

/* コンテンツ関連 ---------------------------------------------------------------- */
.search_boxArea {
   background-color: #f6f6f6;
   padding: 30px;
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
}
.search_box01 {
   width: 100%;
}
.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;
}
.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%;
   }
}


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


.list {
   width: 100%;
   background-color: #fff;
   border: 1px solid #16a0be;
   border-top: 6px solid #16a0be;
   margin-bottom: 40px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
}
.list .list_detail {
   padding: 30px;
}
.list_detail .list_photo {
   float: left;
   width: 240px;
}
.list_detail .list_titleArea {
   float: right;
   width: 660px;
}
.list dt {
   padding-left: 35px;
   font-weight: bold;
   float: left;
}
.list dt.list_money {
   background:url(../img/icon_yen.png) top left no-repeat;
}
.list dt.list_job {
   background:url(../img/icon_job.png) top left no-repeat;
}
.list dt.list_time {
   background:url(../img/icon_clock.png) top left no-repeat;
}
.list dt.list_access {
   background:url(../img/icon_access.png) top left no-repeat;
}
.list dd {
   padding-left: 120px;
   padding-bottom: 12px;
   margin-bottom: 15px;
   border-bottom: 1px dotted #C1C1C1;
}
.list_kodawari li {
   float: left;
   padding: 2px 5px;
   border: 1px solid #41C2E9;
   margin: 0 10px 10px 0;
   font-size: 90%;
}

.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_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_table {
   border-bottom: 2px solid #DBDBDB;
   border-top: 2px solid #DBDBDB;
   width: 100%;
   table-layout: fixed;
}
.detail_table tr {
   border-bottom: 1px solid #DBDBDB;
}
.detail_table th, .detail_table td {
   padding: 12px;
   text-align: left;
}
.detail_table th {
   background-color: #EBF7FB;
   width: 25%;
}
.detail_title {
   background-color: #16a0be;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   padding: 3px 10px;
   color: #FFF;
   font-size: 18px;
   font-size: 1.8rem;
   font-weight: bold;
}


/* 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;
}

/* TABLE -----------------------------------*/
.form table, .check_form table {
   border-bottom: 1px solid #DBDBDB;
   border-top: 1px solid #DBDBDB;
   margin-bottom: 30px;
   width: 100%;
   table-layout: fixed;
}
.form table tr, .check_form table tr {
   border-bottom: 1px solid #DBDBDB;
}
.form table th, .form table td, .check_form table td {
   padding: 12px;
   text-align: left;
}
.form table th, .check_form table th {
   background-color: #EBF7FB;
   width: 25%;
}
.form table td, .check_form table td {
   background-color: #FFF;
}
.form table td span {
   display: block;
}
.form table td input, .form table td textarea, .form table td select {
   padding: 10px 1em;
   max-width: 100%;
   border: 1px solid #dcdcdc;
}
.form table caption, .check_form table caption {
   padding: 15px 0;
   background-color: #F5F5F5;
   font-weight: bold;
   font-size: 24px;
   font-size: 2.4rem;
}
.error {
   margin-bottom: 40px;
}
.form table label {
   margin-right: 10px;
}
.form table label input {
   margin-right: 5px;
}
.sbmt {
	text-align: center;}

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

.sbmt 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 3% 25px;
	outline: 0;
	border: none;}


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

.sbmt 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;}

@media screen and (max-width: 860px) {
.form table th, .form table td {
   display: block;
   width: 100%;
}
}
.no_result {
   padding: 25px 0;
   font-size: 20px;
   font-size: 2.0rem;
}

table.detail {
   width: 100%;
   border: 1px solid #DBDBDB;
   margin-bottom: 40px;
}
table.detail th, table.detail td {
   padding: 10px;
}
table.detail th {
   background-color: #35A3CB;
   color: #FFF;
   border-right: 1px solid #fff;
}
table.detail th:last-child {
   border: none;
}
table.detail td {
   background-color: #FFF;
   border: 1px solid #DBDBDB;
   text-align: center;
}
@media screen and (max-width: 860px) {
table.detail thead {
   display: none;
}
table.detail td {
   display: block;
   width: 100%;
   border-bottom: 1px solid #DBDBDB;
}
}