@charset "utf-8";
/* CSS Document */

/* =====================
  fonts
===================== */

/*  Yu Gothic
------------------------*/

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* =====================
  base
===================== */

body {
  font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
  line-height: 1.8;
  color: #222;
  font-size: 14px;
	background: url(../img/bg_pattern.jpg);
	min-width: 1200px;
	-webkit-print-color-adjust: exact;
}

@media print {
  body {
    font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif !important;
  }
  div.grecaptcha-badge {
	visibility: hidden;
  }
  #side {
	visibility: hidden;
  }
  .line-entry-btn {
	visibility: hidden;
  }
  header#header-2, div#pnkz, div#container {
	page-break-after: avoid;
	page-break-inside: avoid;
  }
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: 'メイリオ', Meiryo, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Hiragino Sans','ヒラギノ角ゴシック','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	}
}

.pc_none {
  display: none;
}

a {
  text-decoration: none;
  color: #222;
  transition: .3s;
}

img {
  width: 100%;
  height: auto;
  display: block;
  transition: .3s;
}

a:hover,
img.over {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter:"alpha( opacity=50 )";
}

h1,
h2,
h3 {
  font-weight: normal;
}

svg {
  display: block;
}

.flex {
  display: -webkit-flex;
  display: flex;
}

a[href^="tel:"] {
  pointer-events: none;
}

.inner {
	width: 1200px;
	margin: 0 auto;
}

.text-center {text-align: center;}
.text-right  {text-align: right;}
.text-left   {text-align: left;}

.fw-bold   {font-weight: bold !important;}
.fw-normal {font-weight: normal !important;}

.width-100, .w100 {width: 100% !important;}
.width-98, .w98  {width:  98% !important;}

.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}

.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}

.mr10 {margin-right: 10px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}
.mr50 {margin-right: 50px !important;}
.mr60 {margin-right: 60px !important;}
.mr70 {margin-right: 70px !important;}

.ml10 {margin-left: 10px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.ml50 {margin-left: 50px !important;}
.ml60 {margin-left: 60px !important;}
.ml70 {margin-left: 70px !important;}

.dp-none    {display: none !important;}
.dp-block   {display: block !important;}
.dp-inline  {display: inline !important;}
.dp-inblock {display: inline-block !important;}

/* =====================
  icomoon
===================== */

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?dkh5wm');
  src:  url('../fonts/icomoon/icomoon.eot?dkh5wm#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?dkh5wm') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?dkh5wm') format('woff'),
    url('../fonts/icomoon/icomoon.svg?dkh5wm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
  content: "\e900";
}
.icon-mail:before {
  content: "\e901";
}
.icon-business:before {
  content: "\e902";
}
.icon-deskwork:before {
  content: "\e903";
}
.icon-restaurant:before {
  content: "\e904";
}
.icon-este:before {
  content: "\e905";
}
.icon-relaxation:before {
  content: "\e906";
}
.icon-manicureeyerist:before {
  content: "\e907";
}
.icon-salons:before {
  content: "\e908";
}
.icon-medical:before {
  content: "\e909";
}
.icon-dental:before {
  content: "\e910";
}
.icon-osteopath:before {
  content: "\e911";
}
.icon-transport:before {
  content: "\e912";
}
.icon-building:before {
  content: "\e913";
}
.icon-factory:before {
  content: "\e914";
}
.icon-dispatch:before {
  content: "\e915";
}
.icon-reseputanto:before {
  content: "\e916";
}
.icon-amusement:before {
  content: "\e917";
}
.icon-service:before {
  content: "\e918";
}
.icon-creative:before {
  content: "\e919";
}
.icon-station:before {
  content: "\e90c";
}
.icon-commit:before {
  content: "\e90a";
}
.icon-salary:before {
  content: "\e90b";
}
.icon-arrow_circle:before {
  content: "\e91b";
}
.icon-arrow:before {
  content: "\e91c";
}
.icon-check:before {
  content: "\e91d";
}
.icon-profile:before {
  content: "\e91e";
}
.icon-tel:before {
  content: "\e91f";
}
.icon-arrow_cip:before {
  content: "\e920";
}
.icon-published:before {
  content: "\e921";
}
.icon-howtoarea:before {
  content: "\e922";
}
.icon-useful:before {
  content: "\e923";
}
.icon-searchjob:before {
  content: "\e924";
}
.icon-balloon:before {
  content: "\e925";
}
.icon-beginner:before {
  content: "\e926";
}
.icon-crown:before,
.icon-1:before {
  content: "\e928";
}
.icon-silver:before,
.icon-2:before {
  content: "\e927";
}
.icon-bronze:before,
.icon-3:before {
  content: "\e929";
}


/* =====================
  border
===================== */

.bg_border {
  background: repeating-linear-gradient(-45deg, #439fd1 0, #439fd1 3px, #6fb5dc 3px, #6fb5dc 6px);
	border-radius: 4px;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	margin-top: 20px;
}

.frame_border {
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  width: calc( 100% - 10px );
  margin: 5px;
  padding: 45px 35px;
}

.frame_border::before {
  content: '';
  background: repeating-linear-gradient(-45deg, #439fd1 0, #439fd1 3px, #6fb5dc 3px, #6fb5dc 6px);
  width: calc( 100% + 10px );
  height: calc( 100% + 10px );
  display: block;
  border-radius: 4px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
}

/* =====================
  title
===================== */

.title_balloon {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	letter-spacing: 0.5px;
	text-indent: 0.5px;
	background: #131313;
	display: inline-block;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	position: absolute;
	top: -32px;
	left: -8px;
	z-index: 3;
}

.title_balloon::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 8px solid #131313;
}

.title {
	background: #ffe000;
	color: #2082d7;
	font-size: 20px;
	border: 2px solid #2082d7;
	border-radius: 4px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 9px 10px 9px 40px;
	width: 880px;
	margin-left: auto;
	line-height: 1.6;
	letter-spacing: 0.5px;
	position: relative;
	margin-bottom: 20px;
}

.title::before {
	content: '';
	width: 55px;
	height: 55px;
	background: #2082d7;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: -2px;
	left: -30px;
	text-indent: 2px;
}

.title_ribbon {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 8px 10px 8px 30px;
	width: 99%;
	background: #2082d7;
	line-height: 1.6;
	position:absolute;
	top: -25px;
	left: -15px;
	border-radius: 4px 0 0 0;
}

.title_ribbon::before {
	content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 10px #019c8b;
}

.title_ribbon::after {
	content: '';
	position: absolute;
	top: 0px;
	right: -20px;
	width: 20px;
	height: 100%;
	display: block;
	background: linear-gradient(55deg, #2082d7 15px, transparent 0) 0 15px, linear-gradient(125deg, #2082d7 15px, transparent 0) 0 15px;
	background-size: 45px 45px;
	background-position: left top;
	background-repeat: repeat-y;
}

.title_ribbon span {
  display: block;
}

.title_ribbon .en {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.sub_title {
  font-size: 18px;
  color: #2082d7;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.mini_title {
  font-size: 13px;
  font-weight: bold;
  background: #e7f1f6;
  color: #2082d7;
  border-radius: 50px;
  padding: 0 15px;
  display: inline-block;
  line-height: 28px;
  margin-bottom: 5px;
}

.bar_title {
  font-size: 17px;
  font-weight: bold;
  background: #e7f1f6;
  color: #2082d7;
  border-radius: 50px;
  padding: 8px 0 6px;
  display: inline-block;
  line-height: 28px;
  margin-bottom: 5px;
  text-align: center;
  width: 100%;
}
.bar_title.yl {
  background: #ffe23b;
}

.title_description {
  font-size:0.7em;
  float:right;
  line-height:40px;
}

/* =====================
  thumb
===================== */

.thumb {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
}

/* =====================
  btn
===================== */

.btn {
	width: 135px;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 4px;
	background: #ffe000;
	color: #2082d7;
	text-align: center;
	box-shadow: 0px 5px 0px 0px #dcc208;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	text-indent: 2px;
	transition: .1s;
}

.btn.default {
	width: auto;
	padding:0 15px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn.default.hauto {
  height: auto !important;
}

.btn.inline {
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border: none;
    border-radius: 4px;
    background: #ffe000;
    color: #2082d7;
    text-align: center;
    box-shadow: 0px 5px 0px 0px #dcc208;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
    transition: .1s;
    cursor: pointer;
}
.btn.inline:hover {
    box-shadow: 0px 0px 0px 0px transparent;
    transform: translateY(5px);
}

.btn.small {
    display: inline-block;
    padding: 0 15px;
    width: auto;
    height: 34px;
    line-height: 34px;
    font-size: 0.9em;
}
.btn.small:hover {
    box-shadow: 0px 0px 0px 0px transparent;
    transform: translateY(5px);
}

.btn.more-inline {
    display: inline-block;
    width: auto;
    padding: 0 15px;
}
.btn.more-inline a {
    position: relative;
    padding-right: 40px;
}

.btn.gr {
  color: #FFFFFF;
  background: #019c8b;
  box-shadow: 0px 5px 0px 0px #078678;
}

.btn.keep {
  background: #166ab2;
  box-shadow: 0px 5px 0px 0px #145995;
}

.btn a {
  display: block;
  height: 100%;
  color: #2082d7;
}

.btn.gr a {
  color: #fff;
}

.btn:hover {
	box-shadow: 0px 0px 0px 0px transparent;
  transform: translateY(5px);
}

.frame_border .btn {
		display: inline-block;
		width: auto;
		padding: 0 15px;
}

/* =====================
  header
===================== */

header {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -600px;
	z-index: 999;
}

/*  btns
------------------------*/

.btns {
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: auto;
}

/*  tabs
------------------------*/

.tabs li {
	width: 190px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-weight: bold;
	background: #166ab2;
	border-radius: 0 0 4px 4px;
}

.tabs li a {
	display: block;
	color: #fff;
	transition: .3s;
}

.tabs li a::before {
	font-family: 'icomoon';
	font-size: 20px;
	font-weight: normal;
	vertical-align: text-bottom;
	line-height: 1;
	padding-right: 10px;
}

.tabs li.keep a::before {
	content: '\e900';
	color: #f8c860;
}

.tabs li.mailmagazine a::before {
	content: '\e901';
	color: #e7f1f6;
}

/*  sns
------------------------*/

.sns li {
	width: 27px;
	margin-left: 5px;
}

/* =====================
  container
===================== */

#container .inner {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#main {
	width: 900px;
}

.contents {
  margin-bottom: 25px;
}

.box {
	border: 5px solid #2082d7;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
	position: relative;
	margin: 40px 0;
	padding: 45px 35px 35px 35px;
}

/* =====================
  side
===================== */

#side {
  width: 250px;
}

#side .title_ribbon {
  background: #019c8b;
  left: -14px;
  font-size: 12px;
  text-align: left;
  padding-left: 20px;
  line-height: 1.4;
}

#side .title_ribbon::before {
  border-right: solid 10px #2082d7;
}

#side .title_ribbon::after {
  background: linear-gradient(55deg, #019c8b 15px, transparent 0) 0 15px, linear-gradient(125deg, #019c8b 15px, transparent 0) 0 15px;
  background-size: 45px 45px;
  background-position: left top;
  background-repeat: repeat-y;
}

.side_box {
  background: #fff;
  box-sizing: border-box;
  border: 4px solid #019c8b;
  position: relative;
  padding: 30px 10px 10px 10px;
  border-radius: 4px;
  margin: 20px 0 40px 0;
}

#side .side_box.cl_black {
  border: 4px solid #1b1b1b;
}

#side .side_box.cl_black .title_ribbon {
  background: #1b1b1b;
}

#side .side_box.cl_black .title_ribbon::after {
  background: linear-gradient(55deg, #1b1b1b 15px, transparent 0) 0 15px, linear-gradient(125deg, #1b1b1b 15px, transparent 0) 0 15px;
  background-size: 45px 45px;
  background-position: left top;
  background-repeat: repeat-y;
}

/*  pr
------------------------*/

#pr {
  margin-bottom: 40px;
}

.banner_list li {
  margin-bottom: 10px;
}

/*  pickup
------------------------*/

.pickup_list li {
  font-size: 11px;
  line-height: 1.4;
  padding: 10px 0;
  border-bottom: 2px solid #e7f1f6;
}

.pickup_list li:last-child {
  border: none;
}

.pickup_title {
  font-size: 13px;
  color: #2082d7;
  font-weight: bold;
}

.pickup_list .center {
  margin: 5px 0;
}

/* =====================
  footer
===================== */

footer {
  background: #166ab2;
  padding-top: 50px;
  margin-top: 315px;
  position: relative;
  color: #fff;
}

footer::before {
  content: '';
  width: 100%;
  height: 135px;
  display: block;
  background: url(../img/bg_footer.png) repeat-x center;
  background-size: contain;
  position: absolute;
  top: -135px;
  left: 0;
}

footer .mini_title {
  width: 155px;
  padding: 0;
  display: block;
  text-align: center;
}

footer .mini_title a {
  display: block;
  color: #2082d7;
}

.footer-sarch {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
}

.footer-sarch-detail {
  font-size: 12px;
  width: 1020px;
  padding: 5px 0;
}

.footer-sarch-detail a {
  color: #fff;
}

.footer-sarch-detail ul {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-sarch-detail ul li::after {
  content: '|';
  display: inline-block;
  margin: 0 5px;
}

.footer-sarch-detail ul li:last-child::after {
  display: none;
}

.footer_area {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
}

.footer_area .area_title {
  font-weight: bold;
  width: 100px;
  border-right: 1px solid #fff;
}

.footer_area ul {
  width: 895px;
}

/*  footer-nav
------------------------*/

#footer-nav {
  background: #2082d7;
  margin-top: 80px;
}

#footer-nav .inner {
  position: relative;
  padding: 25px 0 10px 0;
  box-sizing: border-box;
}

#footer-nav a {
  color: #fff;
}

#footer-nav .logo {
  bottom: 0;
  top: auto;
	width: 140px;
	position: absolute;
	left: -20px;
}

#footer-nav nav ul {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 13px;
  width: 1000px;
  margin-left: auto;
}

#footer-nav nav ul li a::before {
  content: '\e920';
  font-family: 'icomoon';
  color: #e7f1f6;
  display: inline-block;
  padding-right: 10px;
  font-size: 11px;
}

/*  footer-company
------------------------*/

#footer-company {
  text-align: center;
  margin-top: 30px;
}

.company_name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

address {
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.3px;
  text-indent: 0.3px;
}

/* =====================
  icon
===================== */

.title::before {
  font-family: 'icomoon';
  font-size: 27px;
  color: #ffe000;
  font-weight: normal;
  text-align: center;
  line-height: 52px;
	letter-spacing: 0;
}

.icon_star::before   {
	content: "\e900";
}

.icon_bussiness::before {
	content: '\e902';
}

.icon_deskwork::before {
	content: '\e903';
}

.icon_restaurant::before {
	content: '\e904';
}

.icon_este::before {
	content: '\e905';
}

.icon_relaxation::before {
	content: '\e906';
}

.icon_manicureeyerist::before {
	content: '\e907';
}

.icon_salons::before,
.icon_beauty::before {
	content: '\e908';
}

.icon_medical::before {
	content: '\e909';
}

.icon_category::before {
	content: '\e90e';
}

.icon_jobcat::before {
	content: '\e90f';
}

.icon_dental::before {
	content: '\e910';
}

.icon_osteopath::before {
	content: '\e911';
}

.icon_transport::before {
	content: '\e912';
}

.icon_building::before {
	content: '\e913';
}

.icon_factory::before {
	content: '\e914';
}

.icon_dispatch::before {
	content: '\e915';
}

.icon_reseputanto::before {
	content: '\e916';
}

.icon_amusement::before {
	content: '\e917';
}

.icon_service::before {
	content: '\e918';
}

.icon_creative::before {
	content: '\e919';
}

.icon_searchjob::before {
	content: "\e924";
}




/* =====================
  form
===================== */


.feas-searchform-1 {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family : inherit;
  font-size : 100%;
	display: block;
}

input[type="submit"] {
	cursor: pointer;
}

/* =====================
  search
===================== */

/*  table
------------------------*/

#refine-search {
	width: 100%;
	line-height: 1;
	font-weight: bold;
	table-layout:fixed;
}

#refine-search th,
#refine-search td {
	border-bottom: 1px solid #acc8e0;
	box-sizing: border-box;
}

#refine-search th {
	color: #2082d7;
	width: 60px;
	vertical-align: middle;
	text-align: left;
	position: relative;
	padding-left: 22px;
	font-size: 12px;
	height: 100%;
}

#refine-search th::before {
	font-family: 'icomoon';
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	display: block;
	line-height: 15px;
}

#refine-search .search-jobcat::before {
	content: '\e90f';
}

#refine-search .search-area::before {
	content: '\e91a';
}

#refine-search .search-station::before {
	content: '\e90c';
}

#refine-search .search-commit::before {
	content: '\e90a';
	font-size: 15px;
}

#refine-search td {
	padding: 20px 15px 20px 0;
	width: 112px;
	text-align: right;
	font-size: 13px;
	position: relative;
	text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}

#refine-search td::before {
	content: '\e91c';
	font-family: 'icomoon';
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 20px;
	color: #2082d7;
	position: absolute;
	top: 50%;
	right: -5px;
	margin-top: -10px;
	font-weight: normal;
}

#refine-search .modal-open {
	cursor: pointer;
}

#refine-search .modal-open:hover {
	color: #2082d7;
}

#search .feas-submit-button {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 20px auto 10px auto;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	text-indent: 1px;
}

#search {
	border-color: #1b1b1b;
}

#search .title_ribbon {
  background: #1b1b1b;
}

#search .title_ribbon::after {
	background: linear-gradient(55deg, #1b1b1b 15px, transparent 0) 0 15px, linear-gradient(125deg, #1b1b1b 15px, transparent 0) 0 15px;
	background-size: 45px 45px;
	background-position: left top;
	background-repeat: repeat-y;
}

/* category features form */
.refine-search-contents.features-form {
	padding: 10px 0 !important;
}
#refine-search .features-form-select-wrap td::before {
	display: none !important;
}
.features-form-select-wrap {
	overflow: hidden;
	text-align: center;
}
.features-form-select-wrap select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.features-form-select-wrap select::-ms-expand {
    display: none;
}
.features-form-select-wrap {
	position: relative;
	border-radius: 2px;
	border: 2px solid #000000;
	background: #ffffff;
}
.features-form-select-wrap::before {
	position: absolute;
  top: 44%;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #2882d7;
	pointer-events: none;
}
.features-form-select-wrap select {
	padding: 6px 38px 6px 8px;
	color: #2882d7;
}


/*--------------------------------------------------------------------
絞り込み検索-モーダルウィンドウ共通部分
--------------------------------------------------------------------*/

.category-other .modal-content .txt {
	text-align: center;
	font-size: 13px;
	margin-bottom: 15px;
}

.modal_inner::after {
	width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #2082d7;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  left: -10px;
  font-family: 'icomoon';
  font-size: 23px;
	z-index: 2;
	color: #e7f1f6;
}

#modal-01 .modal_inner::after {
	content: '\e90f';
}

#modal-02 .modal_inner::after {
	content: '\e91a';
}

#modal-03 .modal_inner::after {
	content: '\e90a';
}

#modal-04 .modal_inner::after {
	content: '\e90c';
}

.detail-wrap dl,
.station-child_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.station-child_inner {
	padding-top: 10px;
}

.station-child {
	display: none;
}

.detail-wrap dt.child,
#search-station-detail-wrap .feas_clevel_01 {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	color: #2082d7;
	border-bottom: 1px solid #2082d7;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.detail-wrap dd,
.station-child label {
	width: 25%;
	box-sizing: border-box;
	line-height: 1.5;
	padding: 0 10px;
	margin: 2px 0;
}

.detail-wrap input[type="checkbox"],
.form-area input[type="checkbox"] {
	display: none;
}

.detail-wrap label,
.form-area label {
	cursor: pointer;
}

.detail-wrap label span,
.form-area label span {
	position: relative;
	padding-left: 20px;
	display: block;
}
.form-area label span {
	padding-left: 0;
}

.detail-wrap label span::before,
.form-area label span::before {
	content: '';
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #cacaca;
	border-radius: 2px;
}

.form-area label span::before {
	display: inline-block;
  position: static;
	margin-right: 4px;
}

.detail-wrap input[type="checkbox"]:checked + span::after,
.detail-wrap input[type="radio"]:checked + span::after,
.form-area input[type="checkbox"]:checked + span::after,
.form-area input[type="radio"]:checked + span::after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 3px;
	width: 7px;
	height: 3px;
	border-left: 2px solid #2082d7;
	border-bottom: 2px solid #2082d7;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.form-area input[type="checkbox"]:checked + span::after,
.form-area input[type="radio"]:checked + span::after {
	top: 0.5em;
}

.choice-detail {
	background: #2082d7;
	margin-top: 10px;
	border-radius: 4px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.choice-detail .mini_title {
	margin: 0 10px 0 0;
	display: block;
	width: 170px;
	padding: 0;
	text-align: center;
}

.choice-detail span:last-of-type {
	width: 630px;
	display: block;
	padding: 4px 0;
	line-height: 1.6;
}

.category-other .modal-content .btn {
	margin: 0 auto;
}

#search-station-detail-wrap .feas_clevel_02 {
  background: #f5f5f5;
  padding: 5px 10px;
  margin-bottom: 5px;
	cursor: pointer;
}

.remodal-research-button {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0;
}

.remodal-research-button a {
	color: #2082d7;
	text-decoration: underline;
	cursor: pointer;
}

/* =====================
  results
===================== */

#results .title_ribbon {
	width: 885px;
	position: relative;
	top: -25px;
	left: -45px;
}

#results .box {
	padding-top: 0;
}


/**/
