@charset "UTF-8";

progress, sub, sup {
  vertical-align: baseline;
}

button, hr, input {
  overflow: visible;
}

html {
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  margin: 0;
}

figcaption, menu, article, aside, details, figure, footer, header, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 600;
}

button, select {
  text-transform: none;
}

[type=submit], [type=reset], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.inblk {
  display: inline-block;
}

/* ==========================================================
/* 調整用ベーススタイル
   ======================================================= */
html,
body {
  margin: 0;
  max-width: 100%;
  min-width: 320px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 768px) {
  html,
  body {
    min-width: 1024px;
  }
}

@media screen and (max-width: 767.9px) {
  body.is-open {
    height: 100%;
    overflow: hidden;
  }

  .is-open #wrap {
    height: 100%;
    overflow: hidden;
  }
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
}

h1, h2, h3, h4, h5, h6, article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary, div, span, p, ul, ol, li, dl, dt, dd, table, tr, th, td, a, img, *:after, *:before {
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

p,
li,
dl,
table {
  line-break: strict;
  word-wrap: break-word;
}

img {
  border: 0;
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}

a:hover img[src*="bnr"],
a:hover img[src*="btn"] {
  opacity: .7;
}

@media screen and (max-width: 767.9px) {
  #content img {
    width: 100%;
  }

  #content img.w_auto {
    width: auto;
  }
}

img:not([data-original]) {
  height: auto;
}

a {
  background: transparent;
  outline: 0 none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

.hide {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .hide_pc {
    display: none !important;
  }
}

@media screen and (max-width: 767.9px) {
  .hide_sp {
    display: none !important;
  }
}

@media screen and (max-width: 767.9px) {
  .sp_w100p {
    width: 100% !important;
  }
}

.bracket {
  margin-right: -5px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------------------------------
wrapper class
-------------------------------------------*/
.main {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 767.9px) {
  .main {
    padding: 0 15px;
    width: 100%;
  }
}

/*-------------------------------------------
modal_wrap
-------------------------------------------*/
#wrap_inner {
  background-color: #FFF;
  position: relative;
  width: 100%;
  z-index: 1;
}

.is-open #wrap_inner {
  position: fixed;
}

.modal_wrap {
  background-color: #000;
  height: 120%;
  left: 0;
  overflow: auto;
  padding: 0 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}

.modal_content {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 102;
}

.modal_login {
  background-color: #f6eee0;
  background-image: url(/station/company_search/assets/image/bg-modal-mid.png), url(/station/company_search/assets/image/bg-modal-top.png), url(/station/company_search/assets/image/bg-modal-btm.png);
  background-position: center, center 1%, center 99%;
  background-repeat: repeat-y, no-repeat, no-repeat;
  background-size: 98% auto;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 360px;
  padding: 5% 4%;
  position: relative;
  text-align: center;
}

.modal_login img {
  border: 0;
  height: auto;
  line-height: 1;
  vertical-align: top;
  width: 100%;
}

.modal_login .cont {
  border-width: 0;
  position: relative;
  width: 100%;
}

.modal_login .ttl {
  margin: 0 auto 15px;
  width: 90%;
}

.modal_login .loading {
  background: #f6eee0;
  border-width: 0;
  display: none;
  height: 100%;
  left: -1px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 102%;
}

.modal_login .loading img {
  bottom: 0;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.modal_login .id {
  margin: 15px 0 10px;
}

.modal_login .id input {
  border: 1px solid #a39781;
  border-radius: 2px;
  box-sizing: border-box;
  color: #444;
  font-size: 17px;
  height: 41px;
  padding: 4px;
  vertical-align: middle;
  width: 100%;
}

.modal_login .pw_btn {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 15px;
  width: 100%;
}

.modal_login .pw_btn:after {
  clear: both;
  content: "";
  display: table;
}

.modal_login .password {
  border: 1px solid #a39781;
  border-radius: 2px;
  box-sizing: border-box;
  color: #444;
  float: left;
  font-size: 17px;
  margin-right: 10px;
  max-height: 41px;
  padding: 4px;
  vertical-align: middle;
  width: 100%;
}

.modal_login .login {
  float: right;
  max-height: 41px;
  max-width: 121px;
  outline: none;
  width: 40%;
}

.modal_login .err {
  background: #fefbf6;
  border: 2px solid #cf3a3b;
  color: #cf3a3b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 auto 10px;
  padding: 6px;
}

.modal_login .chkbox {
  margin: 0 auto 5px;
  text-align: left;
}

.modal_login .chkbox input[type="checkbox"] {
  display: inline-block;
  height: 15px;
  margin: 0 5px 3px 0;
  vertical-align: middle;
  width: 15px;
}

.modal_login .chkbox {
  margin: 0 auto 5px;
  text-align: left;
}

.modal_login .remind {
  line-height: 1.5;
  margin: 0 auto 24px;
  padding-left: 18px;
  text-align: left;
}

.modal_login .remind a {
  font-weight: 600;
  padding-left: 6px;
}

.modal_login .howto {
  margin: 0 0 10px;
}

.modal_login .line {
  background: #d0bfa1;
  border: none;
  border-bottom: solid 1px #fff;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.modal_login .regist {
  margin: 10px 0 0;
}

.modal_login .clsbtn {
  background: none;
  border: none;
  font-size: 16px;
  height: 38px;
  padding: 0;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 38px;
}

/**
 * Button toggle
 */
.btn_togglemenu {
  background: linear-gradient(#f75586, #d4436f);
  background-color: #d4436f;
  border: 1px solid #d4436f;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .15);
  box-sizing: border-box;
  display: none;
  padding: 12px 28px 12px 0;
  position: relative;
  text-align: center;
  width: 115px;
}

.btn_togglemenu span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.btn_togglemenu .btn_togglemenu_arrow {
  display: block;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.btn_togglemenu .btn_togglemenu_arrow:before,
.btn_togglemenu .btn_togglemenu_arrow:after {
  background-color: #fff;
  border-radius: 2px;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 14px;
}

.btn_togglemenu .btn_togglemenu_arrow:before {
  transform: translateX(-3px) rotate(45deg);
  transform-origin: right center;
}

.btn_togglemenu .btn_togglemenu_arrow:after {
  transform: translateX(-4px) rotate(135deg);
  transform-origin: right center;
}

.btn_togglemenu.btn_togglemenu_close {
  background: linear-gradient(#d4436f, #f75586);
  background-color: #d4436f;
}

.btn_togglemenu.btn_togglemenu_close .btn_togglemenu_arrow {
  transform: translateY(-50%) rotate(180deg);
}

.backtotop {
  background: #fff;
  border-radius: 14px;
  display: block;
}

@media screen and (max-width: 767.9px) {
  .header {
    position: relative;
  }

  .header_wrap {
    background: #F6EEE0;
    font-size: 15px;
    height: 75px;
    position: relative;
    z-index: 101;
  }

  .header_btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 16px;
  }

  .btn_togglemenu_open {
    display: block;
  }

  .site_logo {
    left: 10px;
    margin: 0;
    position: absolute;
  }

  .site_logo a {
    display: block;
  }

  .site_logo span {
    background: #fff;
    border-radius: 5px;
    display: block;
    font-size: 13px;
    font-weight: 600;
    height: 20px;
    letter-spacing: .1em;
    line-height: 20px;
    margin-bottom: 2px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    width: 207px;
  }
}

@media screen and (min-width: 768px) {
  .header {
    font-size: 15px;
  }

  .header a:hover {
    opacity: .7;
  }

  .header .header_area {
    margin: 0 auto;
    position: relative;
    width: 1000px;
  }

  .header .header_area .ttl_cate {
    align-items: center;
    background-color: #fff;
    border: solid 3px #476fa8;
    border-radius: 5px;
    color: #28345d;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    left: 310px;
    line-height: 100%;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    top: 32px;
  }

  .header .header_wrap {
    height: 84px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
  }

  .site_logo {
    margin: 0;
  }

  .site_logo a:hover {
    opacity: 1;
  }
}

.is-open .btn_togglemenu_open {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .is-open .btn_togglemenu_close {
    display: block;
  }
}

/*-------------------------------------------
  top_loginbox
-------------------------------------------*/
@media screen and (max-width: 767.9px) {
  #top_loginbox {
    background: #f6eee0;
    box-sizing: border-box;
    font-weight: 600;
    padding: 0 3px 3px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }

  #top_loginbox .loginbox_inner {
    align-items: stretch;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #top_loginbox .loginbox_inner * {
    box-sizing: border-box;
  }

  #top_loginbox .loginbox_inner > p {
    align-items: center;
    padding: 3px 2px 2px;
  }

  #top_loginbox .loginbox_inner > p a {
    align-items: center;
    height: 31px;
    vertical-align: middle;
  }

  #top_loginbox .loginbox_inner .user_set {
    align-items: center;
    background-color: #fff;
    display: flex;
    margin: 0 -3px 4px;
    padding: 4px;
    width: calc(100% + 6px);
  }

  #top_loginbox .loginbox_inner .user_set .user_img {
    min-width: 34px;
    vertical-align: middle;
    width: 7%;
  }

  #top_loginbox .loginbox_inner .user_set .user_img img {
    border: 1px solid #ccc5ba;
    width: 100%;
  }

  #top_loginbox .loginbox_inner .user_set .user_name {
    font-size: 13px;
    font-weight: 600;
    padding: 1px 0 0 10px;
    position: relative;
    text-align: left;
    vertical-align: middle;
  }

  #top_loginbox .loginbox_inner .user_set .user_name.staff {
    padding-left: 41px;
  }

  #top_loginbox .loginbox_inner .user_set .user_name.staff:after {
    background: #3c9468;
    border-radius: .16px;
    color: #fff;
    content: "社員";
    display: block;
    font-size: 12px;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 48px;
  }

  #top_loginbox .loginbox_inner .user_set .user_name .esq {
    margin-left: .16px;
  }

  #top_loginbox .loginbox_inner .user_set.employee {
    align-items: center;
    display: flex;
  }

  #top_loginbox .loginbox_inner .user_set.employee .user_img {
    display: block;
  }

  #top_loginbox .loginbox_inner .user_set.employee .user_name {
    display: flex;
    justify-content: flex-start;
  }

  #top_loginbox .loginbox_inner .user_set.employee .user_name:before {
    align-items: center;
    background-color: #274a7b;
    border-radius: 3px;
    color: #fff;
    content: "社員";
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 18px;
    justify-content: center;
    line-height: 16px;
    margin: -2px 10px 0 0;
    width: 40px;
  }

  .btn_pr_pointget {
    background: #cf3a3d;
    display: flex;
    letter-spacing: .05em;
    width: 49.7%;
  }

  .btn_gl_menu_login {
    background: #22497c url(/station/company_search/assets/image/bg-loginbox-arrow-rd.png) no-repeat right bottom;
    background-size: 11px 11px;
    color: #fff;
    display: flex;
    letter-spacing: .05em;
    min-height: 35px;
    width: 49.7%;
  }

  .btn_gl_menu_logout {
    align-items: center;
    background: #22497c url(/station/company_search/assets/image/bg-loginbox-arrow-rd.png) no-repeat right bottom;
    background-size: 11px 11px;
    color: #fff;
    display: flex;
    letter-spacing: .05em;
    margin-left: 3px;
    min-width: 97px;
    padding: 7px 0;
    width: 50%;
  }

  .btn_pr_pointget a,
  .btn_gl_menu_login a,
  .btn_gl_menu_logout a {
    align-items: center;
    border: 1px solid #d5b37e;
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 100%;
    justify-content: center;
    line-height: 1.5;
    vertical-align: middle;
    width: 100%;
  }

  .btn_gl_menu_mypage {
    background: #fff url(/station/company_search/assets/image/bg-username-arrow-rd.png) no-repeat right bottom;
    background-size: 11px 11px;
    box-shadow: 0 -1px rgba(0, 0, 0, .2) inset;
    box-sizing: border-box;
    height: 36px;
    letter-spacing: -.05em;
    min-width: 244px;
    text-align: left;
  }

  .btn_gl_menu_mypage a {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #top_loginbox {
    position: absolute;
    right: 0;
    text-align: left;
    top: -74px;
    width: 460px;
  }

  #top_loginbox a {
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 225px;
  }

  #top_loginbox a:after {
    border: #d6b47a 1px solid;
    bottom: 0;
    content: "";
    display: block;
    height: 27px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 221px;
  }

  #top_loginbox .loginbox_inner {
    align-items: stretch;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  #top_loginbox .loginbox_inner * {
    box-sizing: border-box;
  }

  #top_loginbox .loginbox_inner .user_set {
    background-color: transparent;
    display: flex;
    padding-right: 15px;
    width: 100%;
  }

  #top_loginbox .loginbox_inner .user_set .user_img {
    min-width: 30px;
    vertical-align: middle;
    width: 30px;
  }

  #top_loginbox .loginbox_inner .user_set .user_img img {
    border: 1px solid #ccc5b9;
  }

  #top_loginbox .loginbox_inner .user_set .user_name {
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 0 10px;
    position: relative;
    text-align: left;
    vertical-align: middle;
  }

  #top_loginbox .loginbox_inner .user_set .user_name.staff {
    padding-left: 41px;
  }

  #top_loginbox .loginbox_inner .user_set .user_name.staff:after {
    background: #3c9468;
    border-radius: .16px;
    color: #fff;
    content: "社員";
    display: block;
    font-size: 12px;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 48px;
  }

  #top_loginbox .loginbox_inner .user_set .user_name .esq {
    margin-left: .16px;
  }

  #top_loginbox .login a {
    width: 120px;
  }

  #top_loginbox .login a:after {
    height: 27px;
    width: 116px;
  }

  #top_loginbox .login .user_set {
    align-items: center;
    justify-content: flex-end;
  }

  #top_loginbox .login .btn_pr_pointget a {
    background: #d13838;
    float: left;
    min-width: 120px;
  }

  #top_loginbox .login .btn_gl_menu_login {
    margin-left: 8px;
  }

  #top_loginbox .login .btn_gl_menu_login a {
    background: #264878;
    float: right;
  }

  #top_loginbox .logout .btn_pr_pointget a {
    background: #d13838;
    float: left;
    min-width: 130px;
  }

  #top_loginbox .logout .btn_gl_menu_login a {
    background: #264878;
    float: right;
  }
}

/*-------------------------------------------
nav
-------------------------------------------*/
@media screen and (min-width: 768px) {
  #nav {
    display: none;
    margin: 0 auto;
    padding-bottom: 6px;
    position: relative;
    width: 1000px;
  }

  #nav.nav_abs {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767.9px) {
  .nav_pc {
    display: none;
  }

  #nav .nav_wrap {
    background-color: #fbe8f0;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 75px;
    transform: translateY(-100%);
    transition: transform ease .5s;
    visibility: hidden;
    width: 100%;
    z-index: 0;
  }

  #nav.nav_abs {
    margin: -53px 0 53px;
    position: relative;
  }

  #nav.nav_abs .nav_wrap {
    top: 0;
  }

  .is-open #nav .nav_wrap {
    transform: translateX(0%);
    visibility: visible;
    z-index: 100;
  }

  .navClose #nav .nav_wrap {
    transform: translateY(-100%);
    visibility: hidden;
  }

  .navAnm #nav .nav_wrap {
    visibility: visible;
    z-index: 100;
  }

  #nav .nav_wrapInner {
    background-color: #fbe8f0;
    padding-bottom: 14px;
  }

  #nav .nav_list {
    border-top: 1px solid #f9a5be;
    font-size: 14px;
  }

  #nav .nav_list a {
    background-color: #fbe8f0;
    border-bottom: 1px solid #f9a5be;
    color: #ff3e6f;
    display: block;
    padding: 14px 43px 14px 38px;
    position: relative;
    text-decoration: none;
  }

  #nav .nav_list a:before {
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }

  #nav .nav_list a:after {
    background: url(/station/company_search/assets/image/ico-arrow03.png) center center no-repeat;
    background-size: auto 16px;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 16px;
  }

  #nav .nav_list .gray > a:after {
    background: url(/station/company_search/assets/image/image-cmn/ico-arrow06.png) center center no-repeat;
    background-size: auto 16px;
  }

  #nav .nav_list .accordion a.accordion_btn:after {
    transform: rotate(90deg);
  }

  #nav .nav_list .accordion.op a.accordion_btn:after {
    background-image: url(/station/company_search/assets/image/ico-arrow03.png);
    transform: rotate(-90deg);
  }

  #nav .nav_list .accordion.op:last-child {
    border-bottom: 0;
  }

  #nav .nav_list li li a {
    background-color: #fff;
    border-color: #facad8;
    padding-left: 38px;
    text-indent: -14px;
  }

  #nav .accordion li a:after {
    background: url(/station/company_search/assets/image/ico-arrow03.png) center center no-repeat;
    background-size: auto 32px;
    right: 43px;
    width: 32px;
  }

  #nav .nav_list li li:last-child a {
    border-color: #f9a5be;
  }

  #nav .nav_list .home a {
    background-image: url(/station/company_search/assets/image/ico-nav01.png);
    background-position: 11px center;
    background-repeat: no-repeat;
    background-size: 19px;
  }

  #nav .nav_list .home a:before, #nav .nav_list .home a:after {
    content: normal;
  }

  #nav .nav_list .login a {
    background-image: url(/station/company_search/assets/image/ico-arrow02.png);
    background-position: 11px center;
    background-repeat: no-repeat;
    background-size: 16px;
  }

  #nav .nav_list .circle.gray > a {
    color: #aaa;
  }

  #nav .nav_list .circle.gray > a:before {
    background-color: #aaaaaa;
  }

  #nav .nav_list .circle > a:before {
    background-color: #f881a5;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 14px;
    left: 12px;
    position: absolute;
    top: 15px;
    width: 14px;
  }

  #nav .nav_list .circle_s > a:before {
    background-image: none;
    content: "・";
    display: inline;
    position: static;
  }

  #nav .nav_list .btn_next > a:after {
    background: url(/station/company_search/assets/image/ico-arrow03.png) center center no-repeat;
    background-size: 9px auto;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 21px;
    top: 0;
    width: 16px;
  }

  #nav .nav_bnrlist {
    border-bottom: 1px solid #f9a5be;
    margin: 0 40px;
    padding: 30px;
  }

  #nav .nav_bnrlist li {
    margin: 14px auto 0 auto;
  }

  #nav .nav_bnrlist li:first-child {
    margin-top: 0;
  }

  #nav .nav_bnrlist li img {
    height: auto;
    width: 100%;
  }

  #nav .nav_close {
    margin-top: 14px;
  }

  #nav .nav_close a {
    height: auto;
  }

  #nav .nav_close .btn_togglemenu {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .nav_sp {
    display: none;
  }
}

.menu.is_pc_hide {
  display: none;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .menu.is_pc_hide {
    display: block;
  }
}

/*-------------------------------------------
  siteroute
-------------------------------------------*/
#siteroute {
  display: block;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 7px 0 3px;
  text-align: left;
  width: 970px;
}

#siteroute li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
}

#siteroute li > a {
  color: #1689da;
  cursor: pointer;
  font-size: 15px;
  line-height: 110%;
  margin: 0;
}

@media screen and (max-width: 767.9px) {
  #siteroute li > a {
    font-size: 15px;
  }
}

#siteroute li > a:hover {
  color: #f00;
}

#siteroute li span {
  float: left;
  font-size: 15px;
  margin: 0;
  padding: 1px 0 0 12px;
}

@media screen and (max-width: 767.9px) {
  #siteroute li span {
    font-size: 15px;
  }
}

#siteroute li em {
  font-style: normal;
}

.siteroute_pink #siteroute li > a {
  color: #1825ce;
}

@media screen and (max-width: 767.9px) {
  .siteroute_pink #siteroute li > a {
    color: #1689da;
  }
}

.siteroute_pink #siteroute li > a:hover {
  color: #f00;
}

.siteroute_pink #siteroute li span {
  background: url(/station/company_search/assets/image/ico-arrow-siteroute-pink.gif) no-repeat 0 center;
  background-size: 5px 5px;
}

#siteroute li:not([class]):last-child > a span, #siteroute li .last_crumbs {
  cursor: default;
  font-size: 15px;
  line-height: 110%;
  padding-left: 13px;
}

@media screen and (max-width: 767.9px) {
  #siteroute li:not([class]):last-child > a span, #siteroute li .last_crumbs {
    font-size: 14px;
  }
}

@media screen and (max-width: 767.9px) {
  .siteroute_wrap {
    background: #fff;
    min-width: 320px;
    overflow-x: auto;
  }

  #siteroute {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
    padding: 0;
    width: auto;
  }

  #siteroute li {
    display: flex;
    flex-shrink: 0;
    float: none;
    margin: 0 0 0 10px;
  }

  #siteroute li:last-child {
    padding-right: 10px;
  }

  #siteroute li > a,
  #siteroute li > span {
    display: inline-block;
    line-height: 1;
    padding: 10px 0;
  }

  .siteroute_pink #siteroute li span {
    background: url(/station/company_search/assets/image/ico-arrow-siteroute-orange.png) no-repeat 0 center;
    background-size: 8px 8px;
  }
}

/* ---------------------------------------
 SEO
---------------------------------------- */
@media screen and (max-width: 767.9px) {
  .footer_lead {
    background: none;
    background-color: #fbe8f0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 30px 20px 25px;
    padding: 15px;
    width: auto;
  }

  .footer_lead:after {
    clear: both;
    content: "";
    display: block;
  }
}

.footer_lead p {
  color: #000;
  font-size: 13px;
  line-height: 1.6;
}

@media screen and (max-width: 767.9px) {
  .footer_lead p {
    font-size: 15px;
  }
}

.txt_opn {
  color: #0075d8;
  display: inline-block;
}

/* ---------------------------------------
 Footer
---------------------------------------- */
@media screen and (max-width: 767.9px) {
  footer .bg_footer {
    background: #fce8f1;
    border-top: 1px solid #f9a5be;
    padding: 0;
  }

  footer .bg_footer:before {
    display: none;
  }
}

@media screen and (max-width: 767.9px) {
  footer .footer {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767.9px) {
  footer .col_navi_footer {
    width: 100%;
  }
}

@media screen and (max-width: 767.9px) {
  footer .navi_footer_nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

footer .navi_footer_nav li {
  padding: 0;
}

footer .navi_footer_nav li:last-child {
  border-bottom: 0;
  border-right: none;
}

@media screen and (max-width: 767.9px) {
  footer .navi_footer_nav li {
    border-right: 0;
    font-size: 15px;
    margin-bottom: 0;
    text-align: left;
  }

  footer .navi_footer_nav li:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width: 767.9px) {
  footer .navi_footer_nav a {
    border-bottom: 1px solid #f9a5be;
    color: #ff3e6f;
    display: block;
    font-weight: normal;
    padding: 14px 43px 14px 38px;
    position: relative;
    text-decoration: none;
  }
}

@media screen and (max-width: 767.9px) {
  footer .navi_footer_nav a:before {
    background-color: #e688a5;
    border: 0;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 10px;
    left: 12px;
    position: absolute;
    top: 16px;
    transform: rotate(45deg);
    width: 10px;
  }
}

@media screen and (max-width: 767.9px) {
  footer .navi_footer_nav a:after {
    background: url(/station/company_search/assets/image/ico-arrow03.png) center center no-repeat;
    background-size: auto 16px;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 16px;
  }
}

@media screen and (max-width: 767.9px) {
  footer .product {
    color: #ff3e6f;
    display: inline-block;
    font-size: 13px;
    line-height: 1.346;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
}

footer .product dt {
  margin-right: 5px;
}

@media screen and (max-width: 767.9px) {
  footer .product dt {
    display: inline;
  }
}

footer .product dd {
  margin: 0;
}

@media screen and (max-width: 767.9px) {
  footer .product dd {
    display: inline;
  }
}

@media screen and (max-width: 767.9px) {
  footer .copyright {
    background: #cc5479;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.346;
    padding: 14px 10px;
    text-align: center;
  }

  footer .copyright a {
    color: #fff;
  }
}

/* =======================================================
 * content_cmn
 // - content
 // - .main_visual
 // - アンカーナビゲーション #nav_anchor
 // - section
 // - title heading
 // - map_area
 * ======================================================= */
#content {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

@media screen and (max-width: 767.9px) {
  #content {
    width: 100%;
  }
}

/* ---------------------------------------
 main_visual
---------------------------------------- */
.main_visual {
  margin-bottom: 8px;
  position: relative;
  width: 1000px;
}

.main_visual h1 {
  margin: 0 auto;
}

.ttl_main_visual {
  color: #fffd95;
  display: block;
  font-size: 18px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 106px;
  transform: translateX(10px);
  width: 400px;
}

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

  .ttl_main_visual {
    bottom: 31.5%;
    color: #fffd95;
    font-size: 3.25vw;
    margin: 0;
    top: auto;
    transform: translateX(0);
    width: auto;
  }
}

.main_visual_bnr {
  padding: 15px;
}

@media screen and (max-width: 767.9px) {
  .ttl_name {
    background-color: #f65686;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    padding: 11px 10px;
    text-align: center;
  }
}

.txt {
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 150px;
}

@media screen and (max-width: 767.9px) {
  .txt {
    margin: 0 20px;
  }
}

/*----------------------------------------
アンカーナビゲーション #nav_anchor
-----------------------------------------*/
@media screen and (max-width: 767.9px) {
  .nav_anchor_box {
    bottom: 0;
    margin-left: -15px;
    position: static;
    right: 0;
    top: 0;
    width: calc(100% + 30px);
    z-index: 12;
  }

  .nav_anchor_inner .close_anchor_box a {
    color: #fff;
    text-align: center;
  }

  .ttl_nav_anchor {
    align-items: center;
    background: linear-gradient(to bottom, #5597cf 0%, #3986c7 100%);
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 17px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: .08em;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    z-index: 12;
  }

  .ttl_nav_anchor:before {
    background: url(/station/company_search/assets/image/ico-con-menu.png) no-repeat 0 0/cover;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    width: 20px;
  }

  .ttl_nav_anchor:after {
    background: url(/station/company_search/assets/image/arrow-wht-w24.png) no-repeat 0 center/cover;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 18px;
    width: 18px;
  }

  .ttl_nav_anchor.op:after {
    transform: rotate(180deg);
  }

  .nav_anchor_inner {
    background: #9fcef6;
    display: none;
    position: relative;
    z-index: 12;
  }
}

@media screen and (max-width: 767.9px) {
  .nav_anchor_inner {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    margin-top: 0;
    padding: 20px 20px 15px;
  }

  .nav_anchor_inner:before {
    border: 20px solid transparent;
    border-bottom: 30px solid #cfb78a;
    content: "";
    left: 50%;
    position: absolute;
    top: -42px;
    transform: translateX(-50%);
  }

  .nav_anchor_inner:before {
    border: none;
  }

  .ttl_nav_anchor.op + .nav_anchor_inner {
    animation: fadeIn 1s ease 0s 1 alternate;
    display: block;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .nav_anchor_inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }

  .nav_anchor_inner ul > li > a {
    background-color: #005a97;
    background-image: linear-gradient(#005a97, #0068b6);
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 45px;
    letter-spacing: .1em;
    line-height: 45px;
    outline: 1px solid #ccc;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    width: 150px;
  }

  .nav_anchor_inner ul > li > a:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 4px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 0;
  }
}

@media screen and (max-width: 767.9px) {
  .nav_anchor_inner ul {
    background: #fff;
    border-radius: 5px;
    margin: 0 auto 15px;
  }

  .nav_anchor_inner li {
    background: url(/station/company_search/assets/image/ico-pagelnk.png) no-repeat 10px center/22px;
    border-bottom: 1px solid #9fcef6;
  }

  .nav_anchor_inner li.off a {
    color: #a2a2a2;
    pointer-events: none;
  }

  .nav_anchor_inner li:last-child {
    border-bottom: none;
  }

  .nav_anchor_inner ul > li > a {
    color: #0075d8;
    display: block;
    font-size: 18px;
    padding: 20px;
    text-align: left;
    text-indent: 1.5em;
  }

  .close_anchor_box {
    margin: 0 auto;
  }

  .close_anchor_box a {
    background: #3986c7;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 45px;
    margin: 0 auto;
    text-indent: 0;
    width: 110px;
  }

  .close_anchor_box a:after {
    background: url(/station/company_search/assets/image/arrow-wht-w24.png) no-repeat 0 0/cover;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    transform: rotate(180deg);
    width: 18px;
  }
}

/*----------------------------------------
section
-----------------------------------------*/
.sec_cmn {
  margin-top: 33px;
  position: relative;
}

@media screen and (max-width: 767.9px) {
  .sec_cmn {
    margin-top: 25px;
  }

  .sec_cmn_bnr {
    margin-bottom: 35px;
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .sec_cmn_bnr {
    margin-top: 69px;
  }

  .sec_cmn_bnr2 {
    margin-top: 58px;
  }

  .sec_inner {
    margin: 0 auto;
  }
}

.txt_desc {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .txt_desc {
    font-size: 17px;
    margin: 25px auto 0;
    width: 760px;
  }

  .txt_desc + .txt_desc {
    margin-top: 0;
  }
}

@media screen and (max-width: 767.9px) {
  .txt_desc {
    margin: 15px 0 0;
  }
}

.txt_lead {
  font-size: 93.75%;
  margin-top: 27px;
}

@media screen and (max-width: 767.9px) {
  .txt_lead {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .ttl_h2.ttl_h2_base {
    background: url(/ic/company_search/image/bg-ttl01.png) no-repeat bottom left;
    background-size: 100% auto;
    font-size: 24px;
    font-weight: 600;
    height: auto;
    line-height: 1.2;
    margin: 0 auto 33px;
    padding: 2px 0 5px 73px;
    text-align: left;
    width: 100%;
  }

  .ttl_h2.ttl_h2_base .txt_small {
    display: inline-block;
    font-size: 20px;
  }

  .ttl_sty02 {
    border-bottom: solid 2px #29b3bc;
    padding: 0 0 4px;
    font-size: 1.23523rem;
    margin: 22px auto 1em;
  }

  .ttl_sty02 span {
    font-size: 1.058833rem;
  }

  .ttl_h2 {
    background: url(/ic/company_search/image/bg-ttl-bnr.png) no-repeat center bottom;
    background-size: 100% auto;
    font-size: 20px;
    font-weight: normal;
    height: 48px;
    letter-spacing: .025em;
    line-height: 35px;
    margin: 0 auto 18px;
    text-align: center;
    width: 434px;
    z-index: 1;
  }

  [class*="sec_cmn_bnr"] .ttl_h2 {
    background: url(/ic/company_search/image/bg-ttl-bnr.png) no-repeat left bottom / 435px auto;
    display: table;
    font-size: 21px;
    height: auto;
    letter-spacing: 2px;
    margin: 0 auto 14px;
    min-width: 435px;
    padding: 0 10px 12px 20px;
    transform: translateX(-22px);
    width: auto;
  }

  .vehicle_lst li {
    display: flex;
    margin: 0 2px 10px;
    min-height: 60px;
  }

  .vehicle_lst li a {
    align-items: center;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #108537;
    border-bottom-width: 3px;
    color: #108537;
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    justify-content: center;
    line-height: 1.4;
    padding: 4.5px 20px 4.5px 10px;
    position: relative;
    text-align: center;
    width: 240px;
  }

  .vehicle_lst li a:after {
    border-bottom: 5px solid transparent;
    border-left: 7px solid #108537;
    border-top: 5px solid transparent;
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767.9px) {
  .ttl_h2 {
    border-bottom: 3px solid #f85486;
    font-size: 22px;
    margin: 0 0 18px;
  }
}

@media screen and (max-width: 767.9px) {
  .img_city {
    display: none;
    margin: 45px auto 40px;
    width: 100%;
  }
}

@media screen and (max-width: 767.9px) {
  .ttl_h2.ttl_h2_base {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: .4em;
  }
  
  .ttl_sty02 {
    font-size: 18px;
    margin: 1.8em 0 .5em;
    position: relative;
  }

  .ttl_sty02:before {
    content: "◆";
    color: #f85486;
    padding-right: .5em;
  }
}

@media screen and (min-width: 768px) {
  .ttl_h3 {
    border-bottom: solid 2px #69b281;
    border-left: solid 12px #108537;
    color: #108537;
    font-size: 21px;
    line-height: 1.1;
    margin: 30px auto 21px;
    padding: 0 0 4px 12px;
  }

  .ttl_h3 .txt_small {
    font-size: 18px;
  }
}

@media screen and (max-width: 767.9px) {
  .ttl_h3 {
    border-bottom: none;
    border-left: 5px solid #f75586;
    color: #000;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767.9px) {
  .ttl_h3.ttl_h3_base {
    margin-top: 35px;
  }
}

/* ---------------------------------------
font resizer
---------------------------------------- */
.mod_font_change {
  margin: 16px 82px 30px 0;
}

.mod_font_change:after {
  clear: both;
  content: "";
  display: block;
}

.mod_font_change .mod_inner {
  border-bottom: 1px solid #148ec6;
  clear: both;
  display: flex;
  float: right;
  height: 34px;
  width: 240px;
}

.born {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.mod_font_change .ttl {
  margin: 12px 10px 0;
}

.mod_font_change li {
  align-items: center;
  background: #89c6e2;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 800;
  justify-content: center;
  margin: 0 20px 0 0;
  padding-top: 2px;
  text-align: center;
}

.mod_font_change li:first-child {
  font-size: 18px;
  height: 24px;
  width: 24px;
}

.mod_font_change li:nth-child(2) {
  font-size: 19px;
  height: 27px;
  width: 27px;
}

.mod_font_change li:last-child {
  font-size: 25px;
  height: 30px;
  margin: 0 5px 0 0;
  width: 30px;
}

.mod_font_change li.active,
.mod_font_change li:hover {
  background: #148ec6;
  color: #fff;
}

.mod_font_change li.active {
  cursor: default;
}

.mod_font_change li.active use,
.mod_font_change li:hover use {
  fill: #fff;
}

/* ---------------------------------------
 js menu_toggle
---------------------------------------- */
@media screen and (max-width: 767.9px) {
  .menu_toggle {
    border-bottom: 1px solid #f9a5be;
    margin: 15px 0 20px;
    position: relative;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle a {
    color: #ff3e6f;
    display: block;
    position: relative;
    text-decoration: none;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_btn {
    background-color: #fbe8f0;
    border: 1px solid #f9a5be;
    border-bottom: none;
    color: #ff3e6f;
    display: block;
    font-size: 15px;
    font-weight: normal;
    padding: 11px 35px 11px 32px;
    position: relative;
    text-decoration: none;
  }

  .menu_toggle_btn.ttl_h3 {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_btn:before {
    background-color: #f881a5;
    content: "";
    display: block;
    height: 10px;
    left: 11px;
    position: absolute;
    top: 16px;
    transform: rotate(45deg);
    width: 10px;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_btn:after {
    background-image: url(/station/company_search/assets/image/ico-arrow02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 1.15em;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 0;
    transform: rotate(90deg);
    width: 16px;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data {
    display: flex;
    display: none;
    flex-wrap: wrap;
    font-size: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data li a,
  .menu_toggle_data li > span {
    background-color: #fff;
    border: 1px solid #f9a5be;
    border-bottom: none;
    padding: 11px 35px 11px 30px;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data li a:after,
  .menu_toggle_data li > span:after {
    background: url(/station/company_search/assets/image/ico-arrow02.png) center center no-repeat;
    background-size: auto 16px;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 0;
    width: 16px;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data li a.ico_none,
  .menu_toggle_data li > span.ico_none {
    color: #aaa;
    pointer-events: none;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data li a.ico_none:after,
  .menu_toggle_data li > span.ico_none:after {
    background: url(/station/company_search/assets/image/ico-arrow06.png) center center no-repeat;
    background-size: auto 16px;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data.row_2 {
    border-left: 1px solid #f9a5be;
    border-right: 1px solid #f9a5be;
    padding: 0 15px;
    position: relative;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data.row_2 li {
    display: inline-block;
    font-size: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data.row_2 li:first-child {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data.row_2 li:last-child {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data.row_2 li a,
  .menu_toggle_data.row_2 li > span {
    height: 100%;
    position: relative;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data.row_2 li:first-child a:before,
  .menu_toggle_data.row_2 li:first-child > span:before {
    border-top: 1px solid #f9a5be;
    content: "";
    left: -16px;
    position: absolute;
    right: 0;
    top: -16px;
    width: calc(100% + 32px);
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data.row_1 {
    border-right: 1px solid #f9a5be;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data.row_1 li {
    display: inline-block;
    font-size: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data.row_1 li a,
  .menu_toggle_data.row_1 li > span {
    border-right: none;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data.row_1 li a:before,
  .menu_toggle_data.row_1 li > span:before {
    background-image: none;
    content: "・";
    display: inline;
    margin-left: -14px;
    position: static;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data.row_1 li:first-child a,
  .menu_toggle_data.row_1 li:first-child > span {
    border-top: 1px solid #f9a5be;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_lst .menu_toggle_data {
    transition-duration: .5s;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_lst.op .menu_toggle_data {
    transition-duration: .5s;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_lst.op .menu_toggle_btn:after {
    transform: rotate(-90deg);
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_lst.close .menu_toggle_data {
    transition-duration: .2s;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_lst.op_time .menu_toggle_data {
    transition-duration: 0s;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_lst.op_time .menu_toggle_btn:after {
    transform: rotate(-90deg);
  }
}

/* ---------------------------------------
banner area
---------------------------------------- */
.bnr_cate_data {
  position: relative;
}

.bnr_cate_data li {
  outline: none;
}

.bnr_cate_data li:hover,
.bnr_cate_data li:focus {
  outline: none;
}

.bnr_cate_data li p {
  color: #000;
  margin-bottom: 10px;
  margin-top: 5px;
  line-height: 1.5em;
}

@media screen and (min-width: 768px) {
  .bnr_cate {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    position: relative;
  }

  .bnr_cate_data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 920px;
  }

  .bnr_cate_data li {
    outline: none;
    width: 300px;
  }

  .bnr_cate_data li:hover,
  .bnr_cate_data li:focus {
    outline: none;
  }
}

@media screen and (max-width: 767.9px) {
  .bnr_cate_data {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bnr_cate_data li {
    margin: 0 5px;
  }

  .bnr_cate_data li a {
    display: block;
    width: 100%;
  }

  .bnr_cate_data li p {
    margin-top: 10px;
    text-align: center;
  }
}

/* ---------------------------------------
slick parts
---------------------------------------- */
/* Slider */
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* スライダー　左右矢印 */
.slick-slider button.slick-prev,
.slick-slider button.slick-next {
  border: none;
  height: 40px;
  margin-top: -60px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 20px;
  z-index: 1;
}

button.slick-prev {
  background: url(/station/company_search/assets/image/ico-arrow03.png) no-repeat center;
  background-size: cover;
  left: 0;
  transform: rotate(180deg);
}

button.slick-next {
  background: url(/station/company_search/assets/image/ico-arrow03.png) no-repeat center;
  background-size: cover;
  right: 0;
}

.slick-dots {
  font-size: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  width: 25px;
}

.slick-dots li button {
  background: #ddd;
  border: none;
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 12px;
  margin: 0 11px 5px;
  width: 12px;
}

.slick-dots li.slick-active button {
  background: #f75586;
}

/* ---------------------------------------
mockup parts
---------------------------------------- */
@media screen and (min-width: 768px) {
  .vehicle_list li a span {
    font-size: 20px;
    letter-spacing: .1em;
  }
}

@media screen and (min-width: 768px) {
  .sec_cmn_vehicle.sec_cmn_index {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .sec_cmn_vehicle {
    font-size: 15px;
    margin: 40px auto 0;
    width: 760px;
  }
}

@media screen and (min-width: 768px) {
  .img_city {
    margin: 45px auto 40px;
    width: 920px;
  }
}

@media screen and (max-width: 767.9px) {
  .sec_cmn_vehicle > section {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .highway_lst {
    background-color: #faf8d9;
    display: flex!important;
    flex-wrap: wrap;
    height: auto!important;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 20px 0;
    width: 760px;
  }

  .highway_lst li {
    display: table;
    margin: 0 0 20px;
  }

  .highway_lst li a {
    background: #11805e;
    border-radius: 5px;
    border: 1px solid #108537;    
    display: table;
    height: 100px;
    padding: 10px 10px 10px 130px;
    position: relative;
    width: 350px;
  }

  .highway_lst li a span.txt {
    color: #fff;
    display: table-cell;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    vertical-align: middle;
  }

  .highway_lst li a span.txt_s {
    display: inline-block;
    font-size: 15px;
  }

  .highway_lst li a:after {
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    border-top: 5px solid transparent;
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
  }

  .highway_lst li a span.img {
    height: 80px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 110px;
  }

  .highway_lst li a span.img img {    
    border-radius: 5px;
  }
}

@media screen and (max-width: 767.9px) {
  .menu_toggle_data.row_2.highway_lst {
    border-left: none;
    border-right: none;
    display: block !important;
    height: auto !important;
    margin: 0 auto;
    padding: 0;
    width: 92%;
  }

  .menu_toggle_data.row_2.highway_lst li {
    margin-bottom: 15px;
   }

   .menu_toggle_data.row_2.highway_lst li + li {
    margin-top: -5px;
  }

   .menu_toggle_data.row_2.highway_lst li:last-child {
    margin-bottom: 2px;
   }

  .menu_toggle_data.row_2.highway_lst li a {
    background-color: #f65686;
    background: linear-gradient(to top, #f2dee9, #fefeff);
    border-radius: 5px;
    border: 1px solid #f65686;
    box-shadow: 0 2px rgba(0, 0, 0, .15);
    color: #f04d84;
    display: block;
    font-size: 15px;
    padding: 10px 28px 10px 10px;
    position: relative;
    width: 100%;
  }

  .menu_toggle_data.row_2.highway_lst li:first-child {
    margin-top: 0;
  }

  .menu_toggle_data.row_2.highway_lst li:first-child a:before,
  .menu_toggle_data.row_2.highway_lst li:first-child > span:before {
    border-top: 0;
  }

  .menu_toggle_data.row_2.highway_lst li a span.txt {
    color: #f04d84;
    display: initial;
    font-size: initial;
    font-weight: initial;
    letter-spacing: initial;
    line-height: initial;
    margin: 0;
    vertical-align: initial;
  }

  .menu_toggle_data.row_2.highway_lst li a span.txt_s {
    display: initial;
    font-size: initial;
  }

  .menu_toggle_data.row_2.highway_lst li a span.img {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vehicle_lst {
    background-color: #faf8d9;
    display: flex!important;
    flex-wrap: wrap;
    height: auto!important;
    justify-content: space-between;
    margin: 0 auto;
    padding: 16px 11px 6px 14px;
    width: 760px;
  }
}

@media screen and (min-width: 768px) {
  .vehicle_lst li:not(li.item_blank):after {
    min-height: inherit;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .vehicle_lst li.item_blank {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 15px;
    min-height: 30px;
    text-align: center;
    width: 240px;
  }

  .vehicle_lst li.item_blank img {
    max-width: inherit;
    width: 216px;
  }
}

@media screen and (max-width: 767.9px) {
  .vehicle_lst li {
    margin-bottom: 15px;
    width: 100%;
  }

  .vehicle_lst li + li {
    margin-top: -5px;
  }
}

@media screen and (max-width: 767.9px) {
  .vehicle_lst li.item_blank {
    display: none;
  }
}

@media screen and (max-width: 767.9px) {
  .vehicle_lst li a {
    background-color: #f65686;
    background: linear-gradient(to top, #f2dee9, #fefeff);
    border-radius: 5px;
    border: 1px solid #f65686;
    box-shadow: 0 2px rgba(0, 0, 0, .15);
    color: #f04d84;
    display: block;
    font-size: 16px;
    padding: 10px 35px 10px 10px;
    position: relative;
    width: 100%;
  }

  .vehicle_lst li a:after {
    background-image: url(/station/company_search/assets/image/ico-arrow02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 1.15em;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 0;
    width: 16px;
  }

  .vehicle_lst li a span {
    display: inline-block;
  }
}

.vehicle_lst li a:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .block_msg_info {
    margin: 50px auto 0;
    width: 700px;
  }

  .block_msg_info + .block_msg_info {
    margin-top: 25px
  }
}

@media screen and (min-width: 767px) {
  .block_msg_info.fix .msg_info {
    background: #006896 url(/ic/company_search/image/bg-ttl-xl.png) repeat 0 0;
  }
}

@media screen and (max-width: 767.9px) {
  .block_msg_info .menu_toggle {
    margin-bottom: 0;
    margin-top: 0;
  }

  .block_msg_info {
    margin-top: 30px;
  }

  .block_msg_info + .block_msg_info {
    margin-top: -5px;
  }
}

@media screen and (min-width: 768px) {
  .msg_info {
    border: 2px solid #039d9b;
    border-radius: 10px;
    font-size: 17px;
    overflow: hidden;
    padding-bottom: 10px;
  }

  .block_msg_info.fix .msg_info {
    background: #039d9b;
    border: none;
    padding-bottom: 0;
  }

  .block_msg_info.fix .fix_data {
    background: #fff;
    border-radius: 0 0 10px 10px;
    border: 2px solid #039d9b;
    border-top: 0;
    padding-bottom: 10px;
    padding-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .msg_info .ttl_h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    height: 48px;
    letter-spacing: .1em;
    line-height: 48px;
    margin-bottom: 15px;
    width: 100%;
  }

  .block_msg_info.fix .ttl_h2 {
    background: none;
    height: auto;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 0;
    padding: 7px 20px 3px;
  }
}

@media screen and (max-width: 767.9px) {
  .msg_info .ttl_h2 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .cont:after {
    border-bottom: 1px solid #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
  }

  .cont.expand_list:before {
    background: url(/station/company_search/assets/image/bg-line.png) no-repeat 0 0/100% auto;
    content: "";
    height: 1px;
    left: 10px;
    position: absolute;
    top: 0;
    width: calc(100% - 20px);
  }
}

@media screen and (min-width: 768px) {
  .cont li {
    border-bottom: 1px solid #039d9b;
    padding: 5px 0 3px 20px;
    position: relative;
    width: 49%;
  }

  .cont li:before {
    border-bottom: transparent 6px solid;
    border-left: #039d9b 12px solid;
    border-top: transparent 6px solid;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 10px;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .cont li a {
    color: #0152c2;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cont li a:hover {
    color: #f20;
  }
}

@media screen and (max-width: 767.9px) {
  .cont li a span {
    display: inline-block;
  }
}

.btn_more {
  margin-bottom: 15px;
  margin-top: 5px;
  text-align: center;
}

.btn_more a {
  background-image: linear-gradient(0deg, #0a4ec4 15%, #0d5dd6 89%);
  border: 1px solid #c3c4c4;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .19);
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  letter-spacing: .1em;
  line-height: 40px;
  padding-right: 14px;
  position: relative;
  width: 135px;
}

.btn_more a:after {
  border-bottom: #fff 12px solid;
  border-left: transparent 6px solid;
  border-right: transparent 6px solid;
  content: "";
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotateX(180deg);
  transition: .2s ease transform;
  width: 0;
}

.btn_more a.btn_view {
  letter-spacing: 0;
  padding-right: 0;
}

.btn_more a.btn_view:after {
  top: 35%;
  transform: rotateX(0);
}

.no_space {
  letter-spacing: .5em;
}

/*----------------------------------------
企業情報
-----------------------------------------*/
.company_wiki {
  margin-bottom: 50px;
}

.sec_company {
  display: flex;
  margin: 22px auto 20px;
  position: relative;
  width: 725px;
  max-width: 100%;
}

.sec_company .company_item {
  margin-right: 20px;
  width: 187px;
}

.company_item .img_company {
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 100%;
  margin: 2px 0 12px 2px;
  max-height: 138px;
  outline: 2px solid #108537;
  overflow: hidden;
  width: 185px;
}

.company_item .img_company img {
  max-height: 100%;
  object-fit: cover;
}

.sec_company .securities_code {
  border: 2px solid #108537;
  font-size: 17px;
  font-weight: 600;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 2;
  order: 2;
  position: absolute;
  left: 0;
  top: 152px;
  text-align: center;
  width: 189px;
}

@media screen and (min-width: 768px) {
  .sec_company .securities_code .dd,
  .sec_company .securities_code .dt,
  .sec_company .securities_code {
    display: block;
  }

  .sec_company .securities_code tbody,
  .sec_company .securities_code tr {
    display: block;
  }
}

.sec_company .securities_code .dt {
  background: #dfffea;
  border-bottom: 1px solid #108537;
  padding: 5px 0;
}

.sec_company .securities_code .dd {
  background: #fff;
  padding: 5px 0;
}

.sec_company .basic_info {
  flex: 1;
}

.sec_company .basic_info .tbl {
  border: 2px solid #108537;
  border-top-width: 2px;
  table-layout: fixed;
  width: 100%;
}

.basic_info tr th,
.basic_info tr td {
  border-top: 1px solid #108537;
  font-size: 17px;
  line-height: 1.4;
}

.basic_info tr:first-child th,
.basic_info tr:first-child td {
  border-top: none;
  font-size: 17px;
  line-height: 1.4;
}

.basic_info tr th {
  background: #dfffea;
  border-right: none;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  width: 30.6%;
}

.basic_info.tbl_td_w tr th {
  width: 28.6%;
}

.basic_info tr td {
  border-left: 1px solid #108537;
  font-feature-settings: "palt" 1;
  padding: 8px 8px 7px 19px;
}

.basic_info tr td strong{
  font-size: calc( 1em - 1px );
}

/* 写真なしの場合 */
.sec_company .basic_info_col1 {
  width: 100%;
}

.basic_info_col1 dl dd {
  width: 77%;
}

.basic_info tr td .basic_info_name {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.basic_info .basic_info_name strong {
  font-weight: normal;
  max-width: 250px;
}

.basic_info.tbl_td_w .basic_info_name strong {
  max-width: 260px;
}

.basic_info.tbl_full_w .basic_info_name strong {
  max-width: 390px;
}

.basic_info .basic_info_name .ico_public,
.basic_info .basic_info_name .ico_private {
  background: #1d73c2;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  font-feature-settings: "palt" 1;
  text-align: center;
}

.basic_info .basic_info_name .ico_public {
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 1;
  padding: 4px 9px;
}

.basic_info .basic_info_name .ico_private {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 4px 5px;
}

.basic_info tr td .basic_info_annotation {
  display: block;
  font-size: 14px;
  padding: 3px 0 5px 14px;
  position: relative;
}

.basic_info tr td .basic_info_annotation::before {
  display: inline-block;
  content: "※";
  left: 0;
  position: absolute;
}

.basic_info tr td a {
  color: #0152c2;
}

/* 施設・wikiリンク */
.dtl_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.dtl_link li {
  display: flex;
  margin: 0 5px;
  text-align: center;
  width: 218px;
}

.dtl_link li a,
.dtl_link li span {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 17px;
  font-weight: 600;
  height: auto;
  min-height: 53px;
  justify-content: center;
  line-height: 1.0;
  letter-spacing: .05em;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
  width: 100%;
  text-align: center;
}

.dtl_link li a:hover {
  opacity: 1;
}

.dtl_link li.dtl_link_sisetsu a {
  background-color: #1c8b0e;
  border: 1px solid #19810c;
  border-radius: 5px;
}

.dtl_link li.dtl_link_wiki a {
  background-color: #1da5c2;
  border: 1px solid #09738a;
  border-radius: 5px;
}

.dtl_link li.dtl_link_hp a {
  background: #2ea29f;
  border: 1px solid #13928f;
  border-radius: 5px;
}

.dtl_link li a::before {
  content: "";
  display: block;
  height: 24px;
  margin-right: 13px;
  width: 19px;
}

.dtl_link li.dtl_link_sisetsu a::before {
  background: url(../image/ico-link-sisetsu.png) no-repeat;
  background-size: cover;
}

.dtl_link li.dtl_link_wiki a::before {
  background: url(../image/ico-link-wiki.png) no-repeat;
  background-size: cover;
  height: 24px;
  width: 20px;
}

.dtl_link li.dtl_link_hp a::before {
  background: url(../image/ico-link-hp.png) no-repeat;
  background-size: cover;
  height: 25px;
  width: 21px;
}

/* PC・ipad only */
@media screen and (min-width: 768px) {
  .dtl_link li a:after,
  .dtl_link li span:after {
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    border-top: 5px solid transparent;
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.hlzlist {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.hlzlist li {
  padding: 0 7px 0;
  max-width: 300px;
  flex-basis: 300px;
  text-align: center;
}

.hlzlist li a {
  display: block;
}

/* PC only */
@media screen and (min-width: 1025px) {
  .dtl_link li.dtl_link_sisetsu a:hover,
  .dtl_link li.dtl_link_wiki a:hover,
  .dtl_link li.dtl_link_hp a:hover {
    opacity: .7;
  }
}

/* --- SP --- */
@media screen and (max-width: 767.9px) {
  .company_wiki {
    margin-bottom: 30px;
    overflow-x: hidden;
  }
  
  .sec_company {
    flex-wrap: wrap;
    display: flex;
    margin: 0 auto 2.6vw;
    width: 100%;
  }
  
  .sec_company .company_item {
    margin-right: 0;
    margin-bottom: 2.6vw;
    width: 100%;
  }
  
  .company_item .img_company {
    -webkit-box-ordinal-group: 1;
    order: 1;
    max-height: initial;
    margin: 0 auto 0;
    width: calc(100% - 4px);
  }

  #content .company_item .img_company img {
    width: 100vw;
  }
  
  .sec_company .securities_code {
    border: 2px solid #3084c4;
    border-top: 1px solid #3084c4;
    display: table;
    margin-top: -2px;
    table-layout: fixed;
    -webkit-box-ordinal-group: 3;
    order: 3;
    position: static;
    width: 100%;
  }

  .sec_company .securities_code .dt {
    border-bottom: none;
    border-right: none;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    width: 31.9%;
  }

  .sec_company .securities_code .dd {
    background: #fff;
    border-left: 2px solid #108537;
    padding: 2.6vw 2.6vw 2.6vw 2.8vw;
    font-size: 17px;
    font-feature-settings: "palt" 1;
    box-sizing: border-box;
    text-align: left;
  }
  
  .sec_company .basic_info {
    -webkit-box-ordinal-group: 2;
    order: 2;
    width: 100%;
  }
  
  .basic_info tr th {
    font-size: 16px;
    width: 31.9%;
  }
  
  .basic_info tr td {
    font-size: 17px;
    padding: 2.6vw 2.6vw 2.6vw 2.8vw;
  }

  .basic_info .basic_info_name .ico_private {
    font-size: .65rem;
    min-width: 72px;
  }
  
  /* 写真なしの場合 */
  .basic_info_col1 dl dd {
    width: 68%;
  }
  
  .basic_info tr td .basic_info_name {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  
  .basic_info.tbl_full_w .basic_info_name strong,
  .basic_info .basic_info_name strong {
    max-width: calc(100% - 79px);
    padding-right: 5px;
  }
  
  /* 施設・wikiリンク */
  .dtl_link {
    display: inline-block;
    margin-left: -1.4%;
    width: 102.89%;
  }
  
  .dtl_link li {
    margin: 1.5% auto;
    width: 61.18%;
  }

  .dtl_link li a,
  .dtl_link li span {
    color: #fff;
    font-size: 4.5vw;
    min-height: inherit;
    padding: 3vw 4.5vw 3vw 4vw;
    position: relative;
    justify-content: center;
    width: 100%;
  }

  .dtl_link li a:after,
  .dtl_link li span:after {
    background-image: url(../image/ico-arrow-dtllink.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 1.15em;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    width: 2.8vw;
  }

  .dtl_link li a::before,
  .dtl_link li span::before {
    height: 6.5vw;
    margin-right: 4vw;
    width: 5.3vw;
  }
  
  .dtl_link li.dtl_link_sisetsu a::before {
    background: url(../image/ico-link-sisetsu.png) no-repeat;
    background-size: cover;
  }
  
  .dtl_link li.dtl_link_wiki a::before {
    background: url(../image/ico-link-wiki.png) no-repeat;
    background-size: cover;
    height: 6.5vw;
    width: 5.3vw;
  }
  
  .dtl_link li.dtl_link_hp span::before {
    background: url(../image/ico-link-hp.png) no-repeat;
    background-size: cover;
    height: 6.5vw;
    width: 5.4vw;
  }

  .sp_inline {
    display: inline-block;
  }

  .hlzlist {
    display: block;
    margin: 20px auto 0;
  }

  .hlzlist li {
    margin: 0 auto;
    max-width: 100%;
  }

  .hlzlist li + li {
    margin-top: 15px;
  }
}
/* -- SP -- */

@media screen and (min-width: 768px) {
  .cont li:nth-child(odd):nth-last-child(2),
  .cont li:nth-child(odd):last-child,
  .cont li:nth-child(even):last-child {
    border-bottom: 1px solid #fff;
  }
}

.car_road_building {
  margin: 45px auto 42px;
  position: relative;
  width: 920px;
}

/* Car effect */
.car_road_wrap {
  overflow: hidden;
  padding-top: 0;
  width: 100%;
}

.car_road {
  background-position: 50% 100%;
  height: 92px;
  position: relative;
}

.building {
  background: url("/ic/company_search/image/bg-building.png") repeat-x 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.car_road .road {
  background: url("/ic/company_search/image/ico-road.png") repeat-x;
  background-size: auto 100%;
  bottom: 0;
  height: 25px;
  left: 0;
  position: absolute;
  width: 100%;
}

.car_road .car {
  position: absolute;
  width: 112%;
}

.car_road .car span {
  display: inline-block;
  height: 35px;
  position: relative;
  width: 110px;
}

.car_road .car span:before {
  background: url("/ic/company_search/image/ico-wheel.png") no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  left: 13px;
  position: absolute;
  width: 16px;
}

.car_road .car span:after {
  background: url("/ic/company_search/image/ico-wheel.png") no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 12px;
  width: 16px;
}

.car_road .car span:before,
.car_road .car span:after {
  -moz-animation-duration: .5s;
  -moz-animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: rollingWheel;
  -moz-animation-timing-function: linear;
  -ms-animation-duration: .5s;
  -ms-animation-fill-mode: both;
  -ms-animation-iteration-count: infinite;
  -ms-animation-name: rollingWheel;
  -ms-animation-timing-function: linear;
  -webkit-animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: rollingWheel;
  -webkit-animation-timing-function: linear;
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: rollingWheel;
  animation-timing-function: linear;
}

.car_road .car {
  -moz-animation-duration: 8s;
  -moz-animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: carLeftRight;
  -moz-animation-timing-function: linear;
  -ms-animation-duration: 8s;
  -ms-animation-fill-mode: both;
  -ms-animation-iteration-count: infinite;
  -ms-animation-name: carLeftRight;
  -ms-animation-timing-function: linear;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 8s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: carLeftRight;
  -webkit-animation-timing-function: linear;
  animation-delay: 5s;
  animation-duration: 8s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: carLeftRight;
  animation-timing-function: linear;
  bottom: -4px;
  right: 0px;
}

.car_road .car span {
  background: url("/ic/company_search/image/ico-car.png") no-repeat;
  background-size: auto 100%;
}

.footer_road .car_road .car {
  bottom: 0;
}

@-webkit-keyframes carLeftRight {
  0% {
  transform: translateX(0);
  }
  64% {
  transform: translateX(101%);
  }
  100% {
  transform: translateX(101%);
  }
}
@-moz-keyframes carLeftRight {
  0% {
  transform: translateX(0);
  }
  64% {
  transform: translateX(101%);
  }
  100% {
  transform: translateX(101%);
  }
}
@-ms-keyframes carLeftRight {
  0% {
  transform: translateX(0);
  }
  64% {
  transform: translateX(101%);
  }
  100% {
  transform: translateX(101%);
  }
}
@keyframes carLeftRight {
  0% {
  transform: translateX(0);
  }
  64% {
  transform: translateX(101%);
  }
  100% {
  transform: translateX(101%);
  }
}
@-webkit-keyframes rollingWheelInvert {
  0% {
  transform: rotate(0);
  }
  100% {
  transform: rotate(360deg);
  }
}
@-moz-keyframes rollingWheelInvert {
  0% {
  transform: rotate(0);
  }
  100% {
  transform: rotate(360deg);
  }
}
@-ms-keyframes rollingWheelInvert {
  0% {
  transform: rotate(0);
  }
  100% {
  transform: rotate(360deg);
  }
}
@keyframes rollingWheelInvert {
  0% {
  transform: rotate(0);
  }
  100% {
  transform: rotate(360deg);
  }
}
@-webkit-keyframes rollingWheel {
  0% {
  transform: rotate(0deg);
  }
  100% {
  transform: rotate(359deg);
  }
}
@-moz-keyframes rollingWheel {
  0% {
  transform: rotate(0deg);
  }
  100% {
  transform: rotate(359deg);
  }
}
@-ms-keyframes rollingWheel {
  0% {
  transform: rotate(0deg);
  }
  100% {
  transform: rotate(359deg);
  }
}
@keyframes rollingWheel {
  0% {
  transform: rotate(0deg);
  }
  100% {
  transform: rotate(359deg);
  }
}

@media screen and (max-width: 767.9px) {
  .car_road_building {
    display: none;
  }
}


/* ---------------------------------------
高速道路会社とは
---------------------------------------- */
#about_highwaycompany {
  margin: 30px auto 0;
  width: 710px;
}

.detail_section {
  text-align: left;
}
.detail_section .detail_content_inner {
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1.7;
}
.detail_section .content_inner {
  display: none;
  margin-bottom: 16px;
  padding: 0 0 0 17px;
}
.detail_section .detail_section_wrap {
  padding: 0 20px 0 2px;
}
.detail_section .detail_section_wrap + .detail_section_wrap {
  margin-top: 44px;
}
.detail_section .detail_section_inner {
  margin-top: 44px;
}

.detail_section .txt_detail + .detail_section_inner {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .detail_section .title_01 + .detail_content_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767.9px) {
  #about_highwaycompany {
    margin: 30px auto 25px;
    width: 100%;
  }
  .detail_section .content_inner {
    margin-bottom: 18px;
    padding: 0;
  }
  .detail_section .detail_section_wrap {
    padding: 0;
  }
  .detail_section .detail_section_wrap + .detail_section_wrap {
    margin-top: 28px;
  }
}

/* title */
.detail_section .title_01 {
  background-color: #3864a8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  height: auto;
  line-height: 29px;
  margin-bottom: 21px;
  margin-top: 10px;
  min-height: 43px;
  padding: 7px 15px;
  position: relative;
}
.detail_section .title_01::after {
  background-color: #3864a8;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.title_02 {
  background-color: #ecf0f7;
  border-radius: 5px;
  color: #3864a8;
  clear: both;
  display: block;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 17px;
  min-height: 45px;
  padding: 8px 10px 8px 27px;
  position: relative;
}
.title_02:before {
  background-color: #3864a8;
  background-image: none;
  content: "";
  height: 70%;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}
.title_03 {
  border-bottom: solid 2px;
  border-left: 5px solid;
  color: #3864a8;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 18px;
  padding: 6px 20px 3px 10px;
  position: relative;
}

.detail_section .txt_detail {
  letter-spacing: .1px;
  line-break: strict;
  line-height: 1.7;
  padding: 0;
  word-break: break-word;
  word-wrap: break-word;
}
.detail_section .txt_detail + .txt_detail {
  margin-top: 25px;
}
.detail_section .detail_content_inner p {
  margin-bottom: 1em;
}
.detail_section.c_blue .detail_content_inner .txt_detail:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .lh_1 { line-height: 1.5 !important; }
}
@media screen and (max-width: 767.9px) {
  .detail_section .title_01 {
    border-radius: 8px 8px 0 0;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: auto;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 12px 15px 12px 15px;
    width: 100%;
  }
  .detail_section .title_01:after {
    display: none;
  }
  .title_02 {
    font-size: 1.8rem;
  }
  .title_03 {
    margin: 28px 0 15px;
  }
  
  .detail_section .txt_detail {
    padding: 0;
  }
  .detail_section .txt_detail + .txt_detail {
    margin-top: 15px;
  }
}

/* list */
.text_item {
  font-size: 1.5rem;
  line-height: 1.7;
  padding-left: 16px;
  position: relative;
}

.text_list_none {
  padding-left: 25px;
  margin: 8px 0 16px;
}

.text_item:before {
  background-color: #044086;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 7px;
}

.text_list_none .text_item {
  padding-left: 0;
}

.text_list_none .text_item:before {
  content: none;
}

.text_list_none.list_rank .text_item {
  padding-left: 3em;
  text-indent: -3em;
}

/* table */
.detail_section.c_blue .tbl_main {
  border: 2px solid #006896;
  margin: 20px 0 0;
}

@media screen and (max-width: 767.9px) {
  .detail_section.c_blue .tbl_main {
    margin-top: 10px;
  }

  .detail_section.c_blue .tbl_main.c_inquiry {
    width: 671px;
  }
}

.detail_section.c_blue .tbl_main.c_inquiry tr td:nth-child(2) {
  text-align: left;
}

.detail_section.c_blue .tbl_title {
  background-color: #dcecf8;
  border-color: #006896;
  border-bottom: none;
  border-right-color: #dcecf8;
  font-weight: 600;
  padding: 5px;
  text-align: center;
}

.detail_section.c_blue .tbl_col {
  border-color: #006896;
  border-bottom: 1px solid #dcecf8;
  border-right: 1px solid #dcecf8;
  line-height: 1.4;
  padding: 8px 10px;
  text-align: center;
}

.detail_section.c_blue .tbl_main.c_inquiry tr td:nth-child(2) {
  text-align: left;
}

.w_4_1 {
  width: 23.8%!important;
}

.detail_section.c_blue .flick_box {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .detail_section.c_blue .flick_box {
    display: flex;
  }

  .detail_section.c_blue .flick_img {
    margin-top: 5px;
    max-width: 30px;
    min-width: 30px;
    padding: 0;
  }

  .detail_section.c_blue .flick_txt {
    font-weight: 600;
    padding: 0 0 0 12px;
  }

  .detail_section.c_blue .scroll_block {
    overflow-x: auto;
  }
}

/* 目次 */
.detail_section .link_wrap {
  background-color: #fff;
  margin: 27px auto 30px;
  max-width: 100%;
  padding: 0;
  width: 411px;
}
.txt_main {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 13px;
  margin-left: -3px;
  text-align: center;
}
.detail_section .link_list {
  line-height: 1.7;
  margin-left: 36px;
  width: 100%;
}
.link_item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .link_item .txt_number {
    font-size: 1.7rem;
    margin-right: 10px;
  }
  .detail_section .link_list .link_list {
    margin: -3px 0 0 10px;
  }
  .detail_section .link_item .link_text {
    font-size: 1.6rem;
  }
  .detail_section .link_item .link_item {
    margin-bottom: -3px;
  }
  .detail_section .link_item .link_item .txt_number {
    font-size: 1.6rem;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .detail_section .con_detail {
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 1em;
    text-align: center;
    width: auto;
  }
  .detail_section .con_detail .txt_main {
    align-items: center;
    background: #ecf0f7;
    border-bottom: none;
    border: 1px solid #3864a8;
    box-shadow: none;
    color: #3864a8;
    display: flex;
    font-size: 16px;
    font-weight: normal;
    height: 48px;
    justify-content: center;
    margin: 0;
    padding: 0 2.5em 0 2.25em;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  .detail_section .con_detail .txt_main:after {
    background-image: url(/image_cmn/arrow-r-blue02-w16.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 1.15em;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1em;
    top: 0;
    transform: rotate(90deg);
    width: 1.15em;
  }
  .detail_section .con_detail.active .txt_main:after {
    transform: rotate(-90deg);
  }
  .detail_section .con_detail_data {
    display: none;
  }
  .detail_section .con_detail.active .con_detail_data {
    animation: fadeIn 1s ease 0s 1 alternate;
    display: block;
    height: auto;
  }
  .detail_section .link_list {
    margin-bottom: 0;
    margin-left: 0;
  }
  .detail_section .link_list .link_list {
    width: 100%;
  }
  .detail_section .con_menu_lst .link_item {
    margin-bottom: 0;
  }
  .detail_section .link_item .link_text {
    background-color: #fff;
    border: 1px solid #3864a8;
    border-top: none;
    color: #3864a8;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    padding-left: 30px;
    padding: 10.4px 40px 10px 32px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-indent: -15px;
    width: 100%;
  }
  .detail_section .link_item .link_text::after {
    background-image: url(/image_cmn/arrow-r-blue02-w16.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 1.15em;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1em;
    top: 0;
    transform: rotate(90deg);
    width: 1.15em;
  }
  .detail_section .link_item .link_item .link_text {
    font-weight: normal;
    text-indent: -25px;
    padding-left: 42px;
  }
}

/* button */
.detail_section .btn_wrap {
  margin-top: 13px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .btn_blue02 {
    border-radius: 3px;
    border: 1px solid #3864a8;
    display: inline-block;
    min-width: 142px;
    padding: 1px;
    transition: all .2s;
  }
  .btn_blue02 .txt_inner {
    background-color: #006896;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-weight: 600;
    letter-spacing: 0;
    padding: 3px 24px 3px 12px;
    position: relative;
    text-align: center;
  }
  .btn_blue02 .txt_inner:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #fff;
    content: '';
    position: absolute;
    right: 12px;
    top: 47%;
    transform: translateY(-50%);
  }
  .btn_blue02.active .txt_inner:before {
    border-bottom: 9px solid #fff;
    border-top: transparent;
  }
}
@media screen and (max-width: 767.9px) {
  .detail_section .btn_wrap {
    text-align: center;
  }
  .btn_blue02 {
    background-color: #ecf0f7;
    border-radius: 4px;
    border: 1px solid #3864a8;
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 15%);
    box-sizing: border-box;
    color: #3864a8;
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
    padding: 0.55em 1em 0.4em 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    width: 140px;
  }
  .btn_blue02::after {
    background-image: url(/image_cmn/arrow-r-blue02-w16.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    right: 1em;
    top: 0;
    transform: rotate(90deg);
    width: 0.62em;
  }
  .btn_blue02.active:after {
    transform: rotate(-90deg);
  }
}

.detail_content_inner > .img_r,
.detail_section_wrap .title_02 + .detail_content_inner > .img_r,
.detail_section_wrap .detail_section_inner .title_03 + .detail_content_inner > .img_r {
  float: right;
  margin: 2px 0 10px 20px;
  width: 240px;
}
.img_r img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .detail_content_inner > .img_r,
  .detail_section_wrap .title_02 + .detail_content_inner > .img_r,
  .detail_section_wrap .detail_section_inner .title_03 + .detail_content_inner > .img_r {
    margin: 10px 0 0 0;
    float: none;
    width: 100%;
  }
  .detail_section .img_r + .txt_detail {
    margin-top: 15px;
  }
}

/* display setting */
.clearfix {
  clear: both;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767.9px) {
  .pc {
    display: none;
  }
}