@charset "UTF-8";
/* ------------------------------
        base.css
        modified: 2017/05/30
------------------------------ */
/* reset
------------------------------ */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
  min-height: 100%;
}

body {
  min-height: 100%;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}

a:hover {
  color: #e30b20;
  text-decoration: none;
}

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

body {
  font-size: 100%;
  font: 400 87.5%/1.5em "Open Sans", sans-serif;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    "Noto Sans Japanese", "Meiryo", "メイリオ", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

button {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    "Noto Sans Japanese", "Meiryo", "メイリオ", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

/* reset.css
---------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
@media screen and (max-width: 699px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

/* PC・スマホ共通
---------------------------------------- */
html {
  background: #3c342f;
}

body {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    "Noto Sans Japanese", "Meiryo", "メイリオ", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #2a201b;
}

a {
  color: #2a201b;
  text-decoration: none;
}

a:visited {
  color: #2a201b;
  text-decoration: none;
}

a:hover {
  color: #e30b20;
}

img {
  vertical-align: bottom;
}

#header {
  width: 100%;
  background: #faf8f4;
}
#header .h-primary {
  background: #e1e1e1;
  padding: 5px 0;
  font-size: 0.75rem;
}
#header .h-primary .inner {
  max-width: 885px;
  margin: 0 auto;
}
#header .h-primary .headtext-primary {
  float: left;
}
#header .h-primary .corporate-link {
  float: right;
}
#header .h-primary .corporate-link a {
  color: #0071ae;
}
#header #logo {
  position: absolute;
  top: 5px;
  left: 25px;
}
#header #logo img {
  width: 35%;
  height: auto;
}
#header #top_img img {
  width: 100%;
  height: auto;
  margin: 15px 0 0;
}

#lead {
  color: #f0ede6;
  text-align: center;
  margin: 30px auto 0;
  width: 90%;
}
#lead p {
  margin: 15px 0;
}
#lead p span {
  display: block;
}

#price {
  margin: 30px auto 0;
  width: 90%;
}
#price dl {
  margin: 10px 0;
  background: #f0ede7;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#price dt {
  font-weight: bold;
  border-left: solid 6px #4eae4c;
  padding: 0 0 0 10px;
  color: #3c342f;
}
#price dd {
  font-weight: bold;
  text-align: right;
  font-size: 18px;
  padding: 5px 0 0;
  color: #3c342f;
}

#contact {
  margin: 60px 0px 80px 0px;
}

#contact_btn {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #4eae4c;
  margin: 30px auto 0;
  width: 90%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#contact_btn:hover {
  background: #ff9900;
}
#contact_btn a {
  display: block;
  color: #f0ede7;
  text-decoration: none;
  background: url(../img/contact.png) left center no-repeat;
  background-size: 30px 20px;
  background-position: 50px 20px;
  text-align: center;
  padding: 15px 0 15px 30px;
  font-size: 18px;
  font-weight: bold;
}

#footer {
  margin: 30px 0 0;
  padding: 30px 10%;
  border-top: solid 1px #f0ede7;
  color: #f0ede7;
  font-size: 12px;
  text-align: center;
}
#footer span {
  display: block;
  margin: 0;
  padding: 0;
}
#footer span.company_name {
  font-weight: bold;
}

.cf {
  zoom: 1;
}

.cf:before {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

.tcenter {
  text-align: center;
}
/* magazine top */
section.s-top-magazine {
  border-bottom: 1px solid #efefef;
}
section.s-top-magazine .magazine-container .magazine-inner {
  margin: 0 auto;
  padding: 0 5% 50px 5%;
  text-align: left;
  max-width: 900px;
}
section.s-top-magazine .magazine-container .magazine-inner .sec-subtitle {
  font-size: 12px;
  font-size: 0.85rem;
  text-align: center;
  padding: 40px 0 5px;
}
section.s-top-magazine .magazine-container .magazine-inner h2.sec-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.14286;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 25px;
}
section.s-top-magazine .magazine-container .magazine-inner ul li {
  display: inline-block;
  list-style: none;
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  vertical-align: top;
}
section.s-top-magazine .magazine-container .magazine-inner ul li:last-child {
  margin-right: 0;
}
section.s-top-magazine .magazine-image-wrap {
  height: 200px;
  background-size: cover !important;
  margin-bottom: 8px;
}
section.s-top-magazine .magazine-image-wrap:hover {
  opacity: 0.8;
  transition: 0.3s;
}
section.s-top-magazine
  .magazine-container
  .magazine-inner
  ul
  li
  .magazine-meta {
  margin: 8px 0 20px;
}
section.s-top-magazine .magazine-container .magazine-inner ul li .cat {
  color: #f9bc35;
  font-size: 12px;
  font-size: 0.8rem;
}
section.s-top-magazine .magazine-container .magazine-inner ul li .date {
  color: #999;
  font-size: 12px;
  font-size: 0.8rem;
}
section.s-top-magazine .magazine-container .magazine-inner ul li .title {
  font-size: 14px;
  font-size: 0.9rem;
}
section.s-top-magazine .magazine-container .magazine-link {
  text-align: center;
}

/* testimonial top*/
section.s-top-voice .voice-container .testimonial-list-front {
  margin-bottom: 30px;
}
section.s-top-voice .voice-container .testimonial-list-front > li {
  float: left;
  width: 32%;
  margin-right: 1.5%;
  border: 1px solid #efefef;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(239, 239, 239, 1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(239, 239, 239, 1);
  box-shadow: 5px 5px 0px 0px rgba(239, 239, 239, 1);
  transition: 0.8s;
}
section.s-top-voice .voice-container .testimonial-list-front > li:hover {
  box-shadow: none;
}
section.s-top-voice .voice-container .testimonial-list-front > li:last-child {
  margin-right: 0;
}
.testimonial-info-front {
  padding: 10px;
}
.testimonial-img-front img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.testimonial-date-front {
  font-size: 12px;
  margin-bottom: 10px;
  color: #999;
}
.testimonial-title-front {
  height: 40px;
}
.testimonial-title-front a {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.testimonial-user-front {
  font-size: 14px;
  margin: 15px 0;
  color: #333;
}
.testimonial-taglist-front a {
  color: #333;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #efefef;
  background: #efefef;
  border-radius: 35px;
  margin-right: 8px;
  padding: 6px 10px;
}
.testimonial-taglist-front a:hover {
  border: 1px solid #efefef;
  background: #fff;
}
.testimonial-link {
  text-align: center;
}

/* testimonial list*/

.testimonial-leaddesc {
  margin: 15px 0;
  color: #999;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}
.testimonial-leaddesc-list {
  width: 90%;
  margin: 15px auto;
  max-width: 900px;
}
.testimonial-content-wrap {
  width: 900px;
  margin: 35px auto 0;
}
.testimonial-list {
  margin-bottom: 60px;
}
.testimonial-list > li {
  border: 1px solid #efefef;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(239, 239, 239, 1);
  -moz-box-shadow: 10px 10px 0px 0px rgba(239, 239, 239, 1);
  box-shadow: 10px 10px 0px 0px rgba(239, 239, 239, 1);
  transition: 0.8s;
  margin-bottom: 50px;
}
.testimonial-list > li:hover {
  border: 1px solid #efefef;
  box-shadow: none;
  transition: 0.8s;
}
.textimonial-thumb {
  float: left;
}
.textimonial-thumb img {
  width: 400px;
  height: 266px;
  object-fit: cover;
}
.testimonial-info {
  float: left;
  max-width: 438px;
  padding: 20px 30px;
}
.testimonial-date {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.testimonial-title a {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.testimonial-user {
  color: #333;
  font-size: 14px;
  margin: 15px 0;
}
.testimonial-desc {
  color: #999;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.testimonial-taglist a {
  color: #333;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #efefef;
  background: #efefef;
  border-radius: 35px;
  margin-right: 8px;
  padding: 10px;
}
.testimonial-taglist a:hover {
  border: 1px solid #efefef;
  background: #fff;
}

.add_banner {
  margin: 0 auto;
  width: 470px;
  padding: 10px 20px;
  border: 1px solid #efefef;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(239, 239, 239, 1);
  -moz-box-shadow: 10px 10px 0px 0px rgba(239, 239, 239, 1);
  box-shadow: 10px 10px 0px 0px rgba(239, 239, 239, 1);
}
.add_banner a {
  font-size: 12px;
  color: #999;
}
.add_banner img {
  width: 140px;
  height: auto;
  display: inline-block;
}
.banner-desc {
  display: inline-block;
  width: 300px;
  margin-left: 14px;
  padding-top: 20px;
  vertical-align: top;
}
.banner-desc span {
  font-size: 16px;
  color: #ff8400;
  font-weight: bold;
  padding-bottom: 10px;
}

/* testimonial detail*/
.tetsimonial-detail-img {
  margin: 40px 0 50px;
  text-align: center;
}
.tetsimonial-detail-img img {
  max-width: 840px;
  height: auto;
  -webkit-box-shadow: 15px 15px 0px 0px rgba(239, 239, 239, 1);
  -moz-box-shadow: 15px 15px 0px 0px rgba(239, 239, 239, 1);
  box-shadow: 15px 15px 0px 0px rgba(239, 239, 239, 1);
}
.tetsimonial-detail-date {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
.tetsimonial-detail-title {
  font-size: 27px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.tetsimonial-detail-user {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}
.testimonial-detail-taglist a {
  color: #333;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #efefef;
  background: #efefef;
  border-radius: 35px;
  margin-right: 8px;
  padding: 6px 10px;
}
.testimonial-detail-taglist a:hover {
  border: 1px solid #efefef;
  background: #fff;
}
.user-intro-wrap {
  border: 2px solid #efefef;
  padding: 20px;
  margin: 25px 0 35px;
}
.user-intro-thumb {
  padding-top: 3px;
  display: inline-block;
  width: 13%;
  text-align: center;
}
.user-intro-thumb img {
  max-width: 87%;
  border-radius: 50%;
  height: auto;
}
.user-intro-info {
  display: inline-block;
  width: 84%;
  vertical-align: top;
  margin-left: 2%;
}
.user-intro-name {
  color: #333;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
.user-intro-desc {
  font-size: 14px;
  line-height: 1.6;
}
.testimonial-detail-content {
  margin: 0 0 130px 0;
}
.testimonial-detail-content img {
  max-width: 100%;
  margin: 10px 0;
}

.toc_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.toc_list {
  margin: 0 0 40px 0;
}
.toc_list li {
  font-size: 16px;
  line-height: 2.2;
}
.toc_list li:before {
  content: "●";
  margin-right: 5px;
  color: #f9bc80;
}
.toc_list li a:hover {
  color: #ff8400;
}
.testimonial-detail-content {
  font-size: 14px;
  line-height: 1.8;
}
.testimonial-detail-content h2 {
  background: #efefef;
  font-size: 18px;
  border-bottom: 3px solid #ff8400;
  padding: 10px 0 10px 13px;
  margin: 30px 0;
  color: #333;
  font-weight: bold;
}
.testimonial-detail-content h2 span {
  font-weight: bold;
}
.testimonial-detail-content strong {
  font-weight: bold;
  font-size: 16px;
}

.testimonial-detail-relationwrap {
  background: #efefef;
}

.testimonial-detail-relationwrap .testimonial-relate-list-front {
  margin-bottom: 30px;
}
.testimonial-detail-relationwrap .testimonial-relate-list-front > li {
  float: left;
  width: 32%;
  margin-right: 1.5%;
  border: 1px solid #999;
  background: #fff;
}
.testimonial-detail-relationwrap .testimonial-relate-list-front > li:hover {
  box-shadow: none;
}
.testimonial-detail-relationwrap
  .testimonial-relate-list-front
  > li:last-child {
  margin-right: 0;
}
.testimonial-detail-relationinner {
  width: 900px;
  margin: 0 auto;
  padding: 40px 0 30px;
}
.testimonial-detail-relationinner h2 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  margin: 0 0 25px 0;
  text-align: center;
}
.testimonial-relate-info-front {
  padding: 10px;
}
.testimonial-relate-img-front img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.testimonial-relate-date-front {
  font-size: 12px;
  margin-bottom: 10px;
  color: #999;
}
.testimonial-relate-title-front a {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.testimonial-relate-user-front {
  font-size: 14px;
  margin: 15px 0;
  color: #333;
}
.testimonial-relate-taglist-front a {
  color: #333;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #efefef;
  background: #efefef;
  border-radius: 35px;
  margin-right: 8px;
  padding: 6px 10px;
}
.testimonial-relate-taglist-front a:hover {
  border: 1px solid #efefef;
  background: #fff;
}

@media (max-width: 699px) {
  html {
    background-color: #ffffff;
    -webkit-tap-highlight-color: transparent;
  }

  article {
    width: 100%;
  }

  #container {
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }

  #header {
    background: #ffffff;
    width: 100%;
    position: relative;
    z-index: 3000;
    /* box-shadow: 1px 6px 10px -10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 6px 10px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 6px 10px -10px rgba(0, 0, 0, 0.6); */
  }
  #header .h-primary .headtext-primary {
    padding-left: 10px;
    font-size: 11px;
  }
  #header .h-primary .corporate-link {
    padding-right: 10px;
  }
  #header .h-container {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    max-width: 900px;
    min-height: 50px;
    margin: 0 auto;
    position: relative;
  }
  #header .h-container h1.logo {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    position: relative;
    top: 8px;
    left: 15px;
  }
  #header .h-container h1.logo a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100px;
    height: 40px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    outline: none;
    display: block;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #header .h-container .logo.bnr-logo {
    background: url("../img/bnr_logo_header.png") no-repeat;
    background-size: 100%;
    width: 78px;
    height: 38px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
    top: 7px;
  }
  #header .h-container .logo.bnr-logo:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #header .h-container .bnr-logo_mod {
    left: 15px;
  }
  #header .header-text {
    display: none;
  }
  #header .h-container .inner .sp-nav {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 13px;
    right: 14px;
    width: 32px;
    height: 22px;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  #header .h-container .inner .sp-nav.mhover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #header .h-container .inner .sp-nav span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.25s 0.25s;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  #header .h-container .inner .sp-nav span:nth-of-type(1) {
    top: 0;
    margin: auto;
    right: 0px;
    left: 0px;
  }
  #header .h-container .inner .sp-nav span:nth-of-type(2) {
    top: 10px;
    margin: auto;
    right: 0px;
    left: 0px;
  }
  #header .h-container .inner .sp-nav span:nth-of-type(3) {
    bottom: 0;
    margin: auto;
    right: 0px;
    left: 0px;
  }
  #header .h-container .inner .header-right {
    float: right;
    margin-right: 180px;
    margin-top: 18px;
  }
  #header .h-container .inner .header-right .header-tel {
    background-size: 100%;
    width: 191px;
    height: 60px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  #header .h-container .inner .btns {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: none;
    clear: both;
    position: relative;
  }
  #header .h-container .inner .btns.active {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: block;
    margin-bottom: 10px;
  }
  #header .h-container .inner .btns ul.header-menu {
    position: relative;
    top: 10px;
    box-shadow: 1px 6px 10px -10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 6px 10px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 6px 10px -10px rgba(0, 0, 0, 0.6);
  }
  #header .h-container .inner .btns ul.header-menu li {
    padding: 0px;
    border-top: 1px dotted #ddd;
    background-color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  #header .h-container .inner .btns ul.header-menu li.last-child {
    border-right: 0px;
  }
  #header .h-container .inner .btns ul.header-menu li a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: rgba(0, 0, 0, 0.9);
  }
  #header .h-container .inner .btns ul.header-menu li a.mhover {
    color: #e30b20;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li
    a.mhover
    .btn-header-menu:after {
    border-top: 1px solid #e30b20;
    border-right: 1px solid #e30b20;
  }
  #header .h-container .inner .btns ul.header-menu li .btn-header-menu,
  #header .h-container .inner .btns ul.header-menu li .btn-header-login,
  #header .h-container .inner .btns ul.header-menu li .btn-header-signup,
  #header .h-container .inner .btns ul.header-menu li .btn-header-client {
    position: relative;
    padding: 15px 10px 15px 32px;
  }
  #header .h-container .inner .btns ul.header-menu li .btn-header-menu:after,
  #header .h-container .inner .btns ul.header-menu li .btn-header-login:after,
  #header .h-container .inner .btns ul.header-menu li .btn-header-signup:after,
  #header .h-container .inner .btns ul.header-menu li .btn-header-client:after {
    position: absolute;
    top: 24px;
    left: 10px;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #2a201b;
    border-right: 1px solid #2a201b;
    margin: -4px 0 0 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #header .h-container .inner .btns ul.header-menu li a.btn-contact {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    padding-left: 26px;
    color: #ffffff;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 14px 2% 2px 2%;
    position: relative;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    .side-item {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    max-height: 100%;
    padding: 0px 5px;
  }
  .m_fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .register_header_btn-mobile {
    position: absolute;
    top: 11px;
    right: 55px;
    font-size: 14px;
    background: #ff8000;
    display: inline-block;
    color: #fff !important;
    font-weight: bold;
    padding: 6px 25px 4px;
    border-radius: 20px;
  }

  .search-mobile {
    padding: 0 3%;
    margin-bottom: 20px;
  }
  .search-mobile h2 {
    position: relative;
    padding: 8px 5px 8px;
    background: #bbb;
    border-radius: 5px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: bold;
  }
  .search-mobile h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 3%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
  }
  .search-mobile h2.active:after {
    top: 14px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }
  .search-mobile .inner {
    margin: 10px 0;
  }
  .search-mobile .inner input[type="text"] {
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 5px;
    outline: 0;
    width: 96%;
  }
  .search-mobile .inner .headline {
    margin: 10px 0;
    font-size: 0.9rem;
  }
  .search-mobile .inner select {
    border: 1px solid #bbb;
    padding: 5px 5px 9px;
    width: 99%;
    outline: 0;
  }
  .search-mobile .inner button {
    text-align: center;
    margin: 10px 0 30px;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    font-size: 1rem;
    font-weight: 500;
    background: #ff8000;
    border-radius: 5px;
    border: none;
  }

  #contents .side-area .headline {
    font-size: 0.85rem;
    margin-bottom: 5px;
  }
  #contents .side-area .search-key {
    border-radius: 5px;
    width: 92%;
    font-size: 15px;
    padding: 8px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #bbb;
    margin: 10px 0 15px;
    background: url(../img/search.png) no-repeat;
    background-size: 18px 18px;
    background-position: 195px 7px;
    outline: 0;
  }
  #contents .side-area .postform {
    width: 100%;
    padding: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #bbb;
    border-radius: 5px;
    background: #fff;
    color: #808080;
    font-weight: 300;
    outline: 0;
  }
  #contents .side-area .select_wrap {
    position: relative;
    margin-bottom: 15px;
  }
  #contents .side-area .select_wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 3%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
  }
  #contents .side-area .search_checklist {
    margin-bottom: 20px;
  }

  #contents .side-area .search_submit {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    width: 100%;
    padding: 5px 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    background: #ff8000;
    border-radius: 5px;
  }

  .checkbox__container {
    display: block;
    position: relative;
    padding-left: 27px;
    padding-top: 3px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkbox__container .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 5px;
  }

  .checkbox__container:hover input ~ .checkmark {
    background-color: #ccc;
  }

  .checkbox__container input:checked ~ .checkmark {
    background-color: #ff8000;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .checkbox__container input:checked ~ .checkmark:after {
    display: block;
  }

  .checkbox__container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    .btn-op-search {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 13px;
    right: 20px;
    z-index: 30;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    .btn-op-search:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 2;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    .btn-op-search:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area.close
    .btn-op-search:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area.close
    .side-item {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.8s ease-in-out;
    -moz-transition: max-height 0.8s ease-in-out;
    -o-transition: max-height 0.8s ease-in-out;
    transition: max-height 0.8s ease-in-out;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    h2 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    color: #666;
    padding-left: 5px;
    margin-bottom: 10px;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    h2:before {
    content: "";
    display: block;
    position: absolute;
    background-position: 0px 2px;
    padding: 0px 4px 4px 0px;
    left: 26px;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section {
    border-top: 1px dotted #ccc;
    padding: 5px 0px 10px 0px;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section
    dl
    dt {
    margin-top: 10px;
    margin-bottom: -5px;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section
    dl
    dt
    label.l-b {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    font-weight: bold;
    color: #666;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section
    dl
    dd
    .side-search-item {
    margin-top: 10px;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section
    dl
    dd
    .side-search-item
    .side-search-select {
    margin: 4px 0px;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section
    dl
    dd
    .side-search-item
    .side-search-select
    label {
    font-weight: bold;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section
    dl
    dd
    .side-search-selected {
    margin: 11px 0px;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section
    dl
    dd
    .side-search-selected
    ul
    li {
    display: inline-block;
    margin: 3px 0px;
    border-top: 0px;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section
    dl
    dd
    .side-search-selected
    ul
    li
    .tag-skill {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 5px 12px;
    background-color: #eee;
    border-radius: 2em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section
    dl
    dd
    .side-search-selected
    ul
    li
    .tag-skill.selected {
    background-color: #6cc644;
    color: #ffffff;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section
    dl
    dd
    .side-search-selected
    ul
    li
    .tag-skill.mhover {
    background-color: #f90;
    color: #ffffff;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section.side-item-area
    dl {
    margin: 15px 0px;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section.side-item-area
    dd {
    margin: 10px 0px;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section
    .side-search-pright {
    float: left;
    padding: 10px 0px 10px 0px;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section.side-item-link
    ul
    li {
    width: 100%;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section.side-item-link
    ul
    li
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding-left: 45px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: #333;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section.side-item-link
    ul
    li
    a:hover {
    cursor: pointer;
    color: #e30b20;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section.side-item-link
    ul
    li
    a.ico-joblist:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_joblist.png?1530651943") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 0px;
    left: 15px;
    width: 20px;
    height: 20px;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section.side-item-link
    ul
    li
    a.ico-bookmark:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_bookmark.png?1530651943") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 0px;
    left: 15px;
    width: 20px;
    height: 20px;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section.side-item-link
    ul
    li
    a.ico-profile:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_profile.png?1530651946") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 0px;
    left: 15px;
    width: 20px;
    height: 20px;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section.side-item-link
    ul
    li
    a.ico-logout:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_logout.png?1530651943") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 0px;
    left: 15px;
    width: 20px;
    height: 20px;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section.side-item-link
    ul
    li
    .side-search-pright {
    position: relative;
    float: left;
    padding: 10px 0px 10px 0px;
    width: 100%;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section.side-item-link
    ul
    li
    .side-search-pright.selected {
    background-color: #f0f0f0;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.header-menu-search
    .header-menu-search-area
    section.side-item-link
    ul
    li
    .side-search-pright.selected:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_check_b.png?1530651943") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    background-position: right;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  #header .h-container .inner .btns ul.header-menu:after {
    clear: both;
  }
  #header .h-container-menu {
    width: 100%;
    min-height: 50px;
    background-color: #fff;
    margin: 0 auto;
  }
  #header .h-container-menu .menu {
    max-width: 900px;
    margin: 0 auto;
  }
  #header .h-container-menu .menu nav ul li {
    float: left;
    padding: 12px 18px;
  }
  #header #logo img {
    width: auto;
  }
  #header #top_img {
    display: none;
  }
  section.s-top-main {
    width: 100%;
    background: url(../img/main_mobile01.jpg) no-repeat top center;
    background-size: cover;
    height: 560px;
  }
  section.s-top-main02 {
    width: 100%;
    background: url(../img/main_mobile02.jpg) no-repeat top center;
    background-size: cover;
    height: 560px;
  }
  section.s-top-main .s-top-main-warp {
    max-width: 85%;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
  section.s-top-main .s-top-main-inner {
    position: absolute;
    top: 40%;
  }
  section.s-top-main .s-top-main-inner h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
  }
  section.s-top-main02 .s-top-main-inner h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
  }
  section.s-top-main .s-top-main-inner .desc {
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 35px;
  }
  section.s-top-main .s-top-main-inner .desc span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  section.s-top-main .s-top-main-inner a {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background: #ff8000;
    padding: 15px 30px;
    border-radius: 5px;
  }
  section.s-top-banners {
    max-width: 90%;
    margin: 30px auto;
    text-align: center;
  }
  section.s-top-banners img {
    width: 49%;
    margin-bottom: 5px;
  }
  section.s-top-banners a:last-child img {
    margin-right: 0;
  }

  section.s-top-feature {
    background: #f1ece5;
    padding: 30px 0 40px;
  }
  section.job-detail-carousel {
    background: #fff;
    padding: 30px 0 40px;
  }
  section.s-top-feature h2 {
    background: #f1ece5;
    padding: 10px 0 30px;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    text-align: center;
  }
  section.job-detail-carousel h2 {
    background: #fff;
    font-size: 24px;
  }
  section.s-top-feature .slick-slide {
    margin: 0 10px;
    float: left;
    background: #fff;
    border: 1px solid #8b8b8b;
    opacity: 0.25;
    outline: none;
  }
  section.s-top-feature .slick-prev {
    position: absolute;
    top: 43%;
    left: 8%;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/arrow-left.png) no-repeat;
    background-size: contain;
    z-index: 100;
  }
  section.s-top-feature .slick-next {
    position: absolute;
    top: 43%;
    right: 8%;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/arrow-right.png) no-repeat;
    background-size: contain;
    z-index: 100;
  }
  section.s-top-feature .slide-dots {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  section.s-top-feature .slick-slide img {
    width: 100%;
  }
  section.s-top-feature .slick-active {
    opacity: 1;
  }
  section.s-top-feature .inner {
    padding: 10px;
  }
  section.s-top-feature .feature-category {
    display: inline-block;
    border: 1px solid #60b038;
    padding: 5px 10px;
    color: #60b038;
    font-size: 0.7rem;
    margin-bottom: 10px;
  }
  section.s-top-feature h3 {
    margin-bottom: 8px;
    line-height: 1.5;
    font-weight: bold;
    min-height: 72px;
  }
  section.s-top-feature .desc {
    font-size: 0.75rem;
    margin-bottom: 8px;
    line-height: 1.4;
    color: #a5a5a5;
  }
  section.s-top-feature .ul-feature li {
    font-size: 0.7rem;
    display: inline-block;
    background: #f0f0f0;
    padding: 3px 8px;
    border-radius: 10px;
  }
  .slick-list {
    margin-right: -12px;
  }
  section.s-top-feature .archive-link {
    margin-top: 70px;
    text-align: center;
    color: #333;
  }

  #footer span {
    display: inline;
    padding: 0 10px 0 0;
  }
  #footer span.company_name {
    padding: 0 20px 0 0;
  }

  .mspace-label-icon {
    background-color: #4eae4c;
    width: 10px;
    height: 38px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }

  .btn {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .btn.btn-hover {
    color: #fff;
    background-color: #4eae4c;
    font-weight: bold;
  }
  .btn.btn-hover:hover {
    cursor: pointer;
  }
  .btn.btn-hover.mhover {
    cursor: pointer;
    background-color: #ff9900;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .btn.btn-header-hover {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    color: rgba(0, 0, 0, 0.6);
  }
  .btn.btn-header-hover:hover {
    cursor: pointer;
  }
  .btn.btn-header-hover.mhover {
    color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }

  .fillbg {
    background: #faf8f4 url(../img/bg_texture.png);
  }

  footer {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #ffffff;
    width: 100%;
    text-align: left;
    line-height: 1;
    font-weight: normal;
    position: relative;
    z-index: 20;
  }
  footer .footer-main {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    width: 100%;
    margin: 0px auto 20px auto;
    padding: 30px 0 0 0;
    text-align: center;
  }
  footer .footer-main .footer-social-wrap {
    display: none;
  }
  footer .footer-main .footer-social-btns {
    display: block;
    margin-top: 20px;
  }
  footer .footer-main .footer-social-btns img {
    margin: 0 5px;
  }
  footer .footer-main .btn-footer-logo {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  footer .footer-main .btn-footer-logo:hover {
    color: rgba(0, 0, 0, 0.9);
  }
  footer .footer-main .footer-logo {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.125;
    letter-spacing: 0.1em;
    cursor: pointer;
  }
  footer .footer-main .footer-logo.mhover {
    color: #e30b20;
  }
  footer .footer-main .footer-logo.bnr-logo {
    background: url("../img/bnr_logo_header.png") no-repeat;
    background-size: 100%;
    width: 118px;
    height: 57px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0 auto 20px;
  }

  footer .footer-main .footer-navi ul li {
    font-size: 0.85rem;
    text-align: left;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #efefef;
  }

  footer .footer-main .sns {
    float: left;
    margin: 0 0 30px 0;
    padding: 5px 0;
    text-align: left;
    font-size: 0;
    line-height: 0;
  }
  footer .footer-main .sns li {
    display: inline;
    margin: 0 6px 0 0;
  }
  footer .footer-main .contact {
    margin: 0 0 30px 0;
    float: right;
    font-size: 0;
    line-height: 0;
    text-align: right;
  }
  footer .footer-main .contact li {
    display: inline;
    margin: 0 0 0 5px;
  }
  footer .footer-main .contact li.ct {
    background: #f80;
  }
  footer .footer-main .contact li.mg {
    background: #630;
  }
  footer .footer-main .contact li a {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 0 32px 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    background-color: #4eae4c;
  }
  footer .footer-main .contact li a:hover {
    color: #ff9900;
  }
  footer .footer-main .contact li a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  footer .footer-main .contact li a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: -4px 0 0 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  footer .footer-main .category {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    clear: both;
    width: 100%;
    margin-bottom: 0px;
  }
  footer .footer-main .category.non-category {
    margin-bottom: 0px;
  }
  footer .footer-main .category h3 {
    position: relative;
    border-bottom: 1px solid #999;
    /* background: url(../images/newicon_03.png) left top no-repeat; */
    background-size: 22px;
    margin: 0px 10px 20px 10px;
    padding: 2px 0 10px 2px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.22222;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    max-width: 100%;
    color: #630;
  }
  footer .footer-main .category h3:after {
    background: #663300;
    bottom: -1px;
    content: "";
    height: 0.06em;
    left: 0;
    position: absolute;
    width: 32%;
    z-index: 2;
  }
  footer .footer-main .category dl {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }
  footer .footer-main .category dt {
    margin: 0 0 14px 0;
    padding: 0 0 0 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    text-align: left;
    color: #630;
  }
  footer .footer-main .category dt a:hover {
    color: #ff9900;
  }
  footer .footer-main .category dd {
    padding: 0 0 0 20px;
  }
  footer .footer-main .category dd ul li {
    width: 85%;
    margin: 0 0 4px 8px !important;
    line-height: 1.2;
    text-align: left;
  }
  footer .footer-main .category dd ul li a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
  }
  footer .footer-main .category dd ul li a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 5px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #444444;
    border-right: 1px solid #444444;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  footer .footer-main .category dd ul li a:hover {
    color: #ff9900;
  }
  footer .footer-main .category dd ul li a:hover:before {
    border-top: 2px solid #ff9900;
    border-right: 2px solid #ff9900;
  }
  footer .footer-main .footer-btn-area {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    width: 100%;
    right: 0px;
    top: 0px;
  }
  footer .footer-main .footer-btn-area .area {
    width: 100%;
  }
  footer .footer-main .btn.btn-hover {
    color: #fff;
    background-color: #4eae4c;
    font-weight: bold;
    padding: 8px 5px;
    width: 150px;
  }
  footer .footer-main .btn.btn-hover:hover {
    cursor: pointer;
    background-color: #ff9900;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  footer .footer-main .btn.btn-hover .btn-contact {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding-left: 40px;
    color: #ffffff;
    position: relative;
  }
  footer .footer-main .btn.btn-hover .btn-contact:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_mail.png?1528992548") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 3px;
    left: 10px;
    width: 20px;
    height: 20px;
  }
  footer .footer-main .btn a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding-left: 18px;
  }
  footer .footer-main .btn a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 9px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  footer .footer-main .btn a:hover {
    color: #ff9900;
  }
  footer .footer-main .btn a:hover:before {
    border-top: 2px solid #ff9900;
    border-right: 2px solid #ff9900;
  }
  footer .footer-sub {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #ffffff;
    color: #3c342f;
    width: 100%;
    padding: 18px 0 10px 0px;
    text-align: center;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    font-weight: normal;
  }
  footer .footer-sub span {
    padding-left: 2%;
  }
  footer .footer-sub a {
    padding: 0 15px;
    color: #000 !important;
  }
  footer .page-pagetop-area {
    display: none;
    position: fixed;
    right: 8%;
    bottom: 70px;
    width: 50px;
    z-index: 3000;
  }
  footer .page-pagetop-area .btn-pagetop {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 72px;
    height: 72px;
    background: url("../img/btn_pagetop.gif?1371752462") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 72px;
    height: 72px;
  }
  footer .page-pagetop-area .btn-pagetop.mhover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #navi-floating {
    display: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
    height: 54px;
    top: 0px;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 3000;
  }
  #navi-floating div.inner {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
    margin: 0 auto;
    height: 54px;
    text-align: center;
  }
  #navi-floating div.inner div.navi-floating-logo {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    margin-top: 8px;
    position: relative;
    left: 1%;
  }
  #navi-floating div.inner div.navi-floating-logo a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-size: 100%;
    width: 80px;
    height: 30px;
    outline: none;
    display: block;
    font-weight: bold;
  }
  #navi-floating div.inner div.navi-floating-logo.bnr-logo {
    background: url("../img/bnr_logo_header.png") no-repeat;
    background-size: 100%;
    width: 100px;
    height: 48px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin-top: 0px;
    position: relative;
    top: 7px;
  }
  #navi-floating div.inner .info-search {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: inherit;
    position: absolute;
    top: 4px;
    right: 1%;
    width: 98%;
  }
  #navi-floating div.inner .info-search .search-box {
    position: absolute;
    background: rgba(102, 102, 102, 0.4);
    width: 66%;
    margin: 0 auto;
    top: 2px;
    right: 0px;
    padding: 4px 0px;
    color: #fff;
    line-height: 1;
    z-index: 10;
  }
  #navi-floating div.inner .info-search .search-box .search_form {
    float: inherit;
    width: 100%;
  }
  #navi-floating
    div.inner
    .info-search
    .search-box
    .search_form
    input[type="text"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: inherit;
    border: 2px solid #fff;
    border-right: none;
    background: #fff;
    width: 90%;
    height: 26px;
    margin: 0;
    padding: 0 8px 0 10px;
    vertical-align: middle;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    outline: none;
  }
  #navi-floating
    div.inner
    .info-search
    .search-box
    .search_form
    input[type="text"]:hover {
    cursor: pointer;
    outline: 0;
  }
  #navi-floating
    div.inner
    .info-search
    .search-box
    .search_form
    input[type="text"]:focus {
    border: 2px solid #eee;
    outline: 0;
  }
  #navi-floating div.inner .info-search .search-box .search_form button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 2px;
    border: 2px solid #fff;
    background: #e30b20;
    width: 26%;
    height: 30px;
    margin: 0;
    padding: 0 0 0 22px;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
  }
  #navi-floating div.inner .info-search .search-box .search_form button:hover {
    background-color: #ff9900;
  }
  #navi-floating div.inner .info-search .search-box .search_form button:before {
    content: "";
    position: absolute;
    top: 55%;
    left: 10%;
    background: url(../img/ico_search.png) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin: -10px 0 0 0;
    z-index: 1;
  }
  #navi-floating div.inner div.navi-floating-menu {
    display: none;
    float: left;
    width: 410px;
    padding: 8px 0px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    ul.navi-floating-menu-action {
    float: right;
    list-style: none outside;
    color: #fff;
    margin-top: -10px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    ul.navi-floating-menu-action
    li {
    float: left;
    padding: 10px 6px;
    zoom: 1;
    padding: 12px 20px;
  }
  #navi-floating div.inner div.navi-floating-menu nav .header-right {
    float: right;
    margin-right: 180px;
    margin-top: 4px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .header-right
    .header-tel {
    background: url("../img/header_tel.png") no-repeat;
    background-size: 100%;
    width: 191px;
    height: 60px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  #navi-floating div.inner div.navi-floating-menu nav .btns {
    position: relative;
    top: -2px;
  }
  #navi-floating div.inner div.navi-floating-menu nav .btns ul.header-menu {
    position: absolute;
    right: 0px;
    top: 7px;
  }
  #navi-floating div.inner div.navi-floating-menu nav .btns ul.header-menu li {
    float: left;
    padding: 8px 18px 8px 18px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu
    li
    a.btn-contact {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding-left: 26px;
    color: #ffffff;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu
    li
    a.btn-contact:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_mail.png?1528992548") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 8px;
    left: 14px;
    width: 20px;
    height: 20px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu:after {
    clear: both;
  }

  .pankuzu {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }
  .pankuzu .pankuzu-inner {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }
  .pankuzu .pankuzu-inner ul {
    padding: 4px 0px 4px 8px;
  }
  .pankuzu .pankuzu-inner ul li {
    position: relative;
    display: inline-block;
  }
  .pankuzu .pankuzu-inner ul li.pankuzu-top {
    position: relative;
    padding-left: 18px;
  }
  .pankuzu .pankuzu-inner ul li.pankuzu-top:before {
    content: "";
    background: url(../img/ico_home.png) no-repeat;
    position: absolute;
    background-size: 12px;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 5px;
    left: 0px;
  }
  .pankuzu .pankuzu-inner ul li.disp-next:after {
    content: "";
    background: url(../img/pankuzu_arrow.png) no-repeat;
    background-size: 3px 5px;
    position: absolute;
    top: 8px;
    right: 0;
    padding: 0px;
    width: 10px;
    height: 10px;
  }
  .pankuzu .pankuzu-inner ul li a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    position: relative;
    padding-right: 18px;
    cursor: pointer;
  }
  .pankuzu .pankuzu-inner ul li a.mhover {
    color: #e30b20;
  }
  .pankuzu .pankuzu-inner ul li span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }

  /* Top
  ---------------------------------------- */
  section.s-top-banner {
    position: relative;
    clear: both;
    width: 100%;
  }
  section.s-top-banner div.info {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  section.s-top-banner div.info .info-catch {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
    padding: 6% 1% 20px 1%;
    position: relative;
    z-index: 10;
  }
  section.s-top-banner div.info .info-catch h1 {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 60px;
    outline: none;
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #333;
  }
  section.s-top-banner div.info .info-catch h2 {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 60px;
    outline: none;
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #333;
  }
  section.s-top-banner div.info .info-catch h2.bnr-logo {
    background: url("../img/bnr_logo_top.png") no-repeat;
    background-size: 100%;
    width: 70%;
    min-height: 66px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  section.s-top-banner div.info .info-catch .info-sales {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
  section.s-top-banner div.info .info-catch .info-sales h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
    padding: 0px 20px 30px 20px;
  }
  section.s-top-banner div.info .info-catch .info-sales h3 strong {
    font-size: 110%;
    font-weight: bold;
  }
  section.s-top-banner div.info .info-catch .info-sales h3.t-white {
    color: #fff;
    text-shadow: 0px 1px 15px #333;
  }
  section.s-top-banner div.info .info-catch .info-sales h3.t-white strong {
    font-weight: normal;
    margin: 0 8px;
  }
  section.s-top-banner div.info .info-catch .info-sales p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    letter-spacing: 0.1em;
    padding: 0px 3% 0px 2%;
    margin: auto;
  }
  section.s-top-banner div.info .info-catch .info-sales p span {
    letter-spacing: 0.05em;
  }
  section.s-top-banner div.info .info-catch .info-sales p.t-white {
    color: #fff;
    text-shadow: 0px 1px 15px #333;
  }
  section.s-top-banner div.info .info-search .info-search-joblist {
    clear: both;
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 300px;
    margin: 5px auto auto auto;
    text-align: center;
  }
  section.s-top-banner div.info .info-search .info-search-joblist .btn {
    display: inline-block;
  }
  section.s-top-banner div.info .info-search .info-search-joblist a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 12px 70px 12px 88px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  section.s-top-banner div.info .info-search .info-search-joblist a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 8px;
    left: 78px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-top-banner div.info .info-search .info-search-joblist a:hover {
    color: rgba(0, 0, 0, 0.9);
  }
  section.s-top-banner div.info .info-search .info-search-joblist a.mhover {
    background-color: #00873c;
    border: 1px solid #fff;
    color: #ffffff;
  }
  section.s-top-banner
    div.info
    .info-search
    .info-search-joblist
    a.mhover:before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  section.s-top-banner div.info .info-search .info-search-joblist a.h-color {
    background-color: #60b838;
    color: #fff;
  }
  section.s-top-banner
    div.info
    .info-search
    .info-search-joblist
    a.h-color:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  section.s-top-banner
    div.info
    .info-search
    .info-search-joblist
    a.h-color.mhover {
    background-color: #00873c;
    border: 1px solid #fff;
    color: #ffffff;
  }
  section.s-top-banner
    div.info
    .info-search
    .info-search-joblist
    a.h-color.mhover:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  section.s-top-banner div.info .info-search .search-box {
    position: relative;
    background: rgba(102, 102, 102, 0.4);
    width: auto;
    margin: 0px 1% 40px 1%;
    padding: 5px;
    color: #fff;
    line-height: 1;
    border-radius: inherit;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    z-index: 10;
  }
  section.s-top-banner div.info .info-search .search-box .search_form {
    float: left;
    width: 100%;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .search_form
    input[type="text"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    border: 2px solid #fff;
    border-right: none;
    background: #fff;
    width: 74%;
    height: 46px;
    margin: 0;
    padding: 0 10px 0 20px;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    outline: none;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .search_form
    input[type="text"]:hover {
    cursor: pointer;
    outline: 0;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .search_form
    input[type="text"]:focus {
    border: 2px solid #eee;
    outline: 0;
  }
  section.s-top-banner div.info .info-search .search-box .search_form button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 5px;
    border: 2px solid #fff;
    background: #e30b20;
    width: 22%;
    height: 50px;
    margin: 0;
    padding: 0 0 0 30px;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: inherit;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    cursor: pointer;
    outline: none;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .search_form
    button:hover {
    background-color: #c22;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .search_form
    button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15%;
    background: url(../img/ico_search.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    z-index: 1;
  }
  section.s-top-banner div.info .info-search .search-box .reqdoc_form {
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="email"],
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="text"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #999;
    background: #fff;
    width: 70%;
    height: 46px;
    margin: auto auto 2px auto;
    padding: 0 10px;
    vertical-align: middle;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    outline: none;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="email"]:hover,
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="text"]:hover {
    cursor: pointer;
    outline: 0;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="email"]:focus,
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="text"]:focus {
    border: 1px solid #666;
    outline: none;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="submit"],
  section.s-top-banner div.info .info-search .search-box .reqdoc_form button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #999;
    background: #60b838;
    position: relative;
    top: 5px;
    right: 0px;
    left: 0px;
    width: 65%;
    height: 48px;
    margin: auto;
    padding: 0 0 0 48px;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="submit"].mhover,
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    button.mhover {
    background-color: #c22;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="submit"]:before,
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 26px;
    background: url(../img/ico_search.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    z-index: 1;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="submit"] {
    background: url(../img/ico_search.png) #60b838 no-repeat;
    background-size: 20px;
    background-position: 20px 12px;
    width: 74%;
  }
  section.s-top-banner div.info .info-search.info-reqdoc {
    margin-top: 40px;
    width: 92%;
    margin: auto;
  }
  section.s-top-banner div.info .info-search.info-reqdoc .search-box {
    position: relative;
    background: none;
    width: 96%;
    margin: 0px 2% 40px 2%;
    color: #fff;
    line-height: 1;
    z-index: 10;
  }
  section.s-top-banner
    div.info
    .info-search.info-reqdoc
    .search-box
    .reqdoc_form
    .wpcf7-validation-errors {
    display: block;
    color: #b20000;
    background-color: #f0c1b2;
    padding: 8px 10px 5px;
    text-align: center;
    border: 1px solid #b20000;
    margin: 0em 0.5em 0.6em;
  }
  section.s-top-banner
    div.info
    .info-search.info-reqdoc
    .search-box
    .reqdoc_form
    .wpcf7-mail-sent-ok {
    text-shadow: 0px 1px 15px #333;
    border: 0px;
  }
  section.s-top-banner
    div.info
    .info-search.info-reqdoc
    .search-box
    .reqdoc_form
    .form-btn-submit {
    position: relative;
  }
  section.s-top-banner
    div.info
    .info-search.info-reqdoc
    .search-box
    .reqdoc_form
    .form-btn-submit
    .ajax-loader {
    position: absolute;
    top: 20px;
  }
  section.s-top-banner div.info .info-signup {
    position: relative;
    width: 90%;
    margin: auto;
    padding: 0px 5%;
    right: 0;
    left: 0;
    z-index: 5;
    text-align: center;
  }
  section.s-top-banner div.info .info-signup ul {
    display: inline-block;
    margin-top: 10px;
  }
  section.s-top-banner div.info .info-signup ul li {
    display: inline-block;
    min-height: 55px;
  }
  section.s-top-banner div.info .info-signup ul li a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #ff8c00;
    padding: 12px 70px 12px 88px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  section.s-top-banner div.info .info-signup ul li a.btn-fb {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #3c59b5;
    color: #ffffff;
    margin-left: 5px;
    position: relative;
    padding-left: 60px;
  }
  section.s-top-banner div.info .info-signup ul li a.btn-fb:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 38px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-top-banner div.info .info-signup ul li a.btn-fb.mhover {
    background: #264391;
  }
  section.s-top-banner div.info .info-signup ul li a.btn-mail {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #ffffff;
    position: relative;
  }
  section.s-top-banner div.info .info-signup ul li a.btn-mail:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 62px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-top-banner div.info .info-signup ul li a.btn-mail.mhover {
    color: #fff;
    border: 1px solid #fff;
    background: #ec6800;
  }
  section.s-top-banner div.info .info-more {
    display: none;
  }
  section.s-top-banner .banner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  section.s-top-banner .banner-img.banner-img-photo {
    background: url(../img/bg_top_first_001a_blur.jpg);
    background-size: auto 520px;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 520px;
    top: 0px;
  }
  section.s-top-banner .banner-img.banner-img-photo.up-menu {
    top: 0px;
  }
  section.s-top-banner .banner-img.banner-img-photo-b {
    background: url(../img/bg_top_first_002.jpg);
    background-size: auto 800px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  section.s-top-banner .banner-mov {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  section.s-top-banner .banner-mov .banner-mov-data {
    position: absolute;
    width: auto;
    height: 550px;
  }
  section.s-top-banner .banner-cover-msh {
    position: fixed;
    left: 0;
    top: 0;
    background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) fixed,
      url(../img/bg-mesh.png);
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 2;
  }
  section.s-top-banner .banner-cover-msh.msh-img-photo {
    background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) fixed,
      url(../img/bg-mesh.png);
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  section.s-top-latest {
    background: #f7f2ed;
    padding: 30px 0 40px;
  }
  section.s-top-latest h2 {
    position: relative;
    padding: 10px 0 30px;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    text-align: center;
  }
  section.s-top-latest h2:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #333;
    text-align: center;
    display: block;
    position: absolute;
    top: 53px;
    left: 48.2%;
  }
  section.s-top-latest .subtitle {
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
  }
  section.s-top-latest .inner {
    margin: 0 auto;
    max-width: 93%;
  }

  section.s-top-latest .list-latest li {
    display: block;
    list-style: none;
    position: relative;
    width: 100%;
    border: 1px solid #efefef;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  section.s-top-latest .list-latest li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  section.s-top-latest .list-latest li:nth-child(3n) {
    margin-right: 0;
  }
  section.s-top-latest .list-latest li .thumb {
    width: 100%;
    height: 200px;
    background-size: cover;
  }
  section.s-top-latest .list-latest li .job-inner {
    padding: 20px;
    background: #fff;
  }
  section.s-top-latest .list-latest li:hover .job-inner .title {
    color: #60b038;
    transition: 0.5s;
  }
  section.s-top-latest .list-latest li .category {
    display: inline-block;
    border: 1px solid #60b038;
    padding: 5px 10px;
    color: #60b038;
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 8px;
  }
  section.s-top-latest .list-latest li .title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
  }
  section.s-top-latest .list-latest li .desc {
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  section.s-top-latest .list-latest li .tag > li {
    font-size: 0.7rem;
    display: inline;
    background: #f0f0f0;
    padding: 3px 8px;
    border-radius: 10px;
  }
  section.s-top-latest .btn {
    display: block;
    max-width: 89%;
    margin: 30px auto 0;
    border: 1px solid #999;
    padding: 15px 10px;
    text-align: center;
  }

  section.s-top-service {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    background-color: #ffffff;
    width: 100%;
    padding-bottom: 30px;
    z-index: 11;
  }
  section.s-top-service h2.sec-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: center;
    margin: 38px auto 30px auto;
    padding-top: 50px;
  }
  section.s-top-service h2.sec-title strong {
    font-size: 140%;
    font-weight: bold;
  }
  section.s-top-service ul {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    margin: 0 auto;
    margin: 0 5% 30px 5%;
    width: 90%;
  }
  section.s-top-service ul li {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: bottom;
    margin: 0 5% 10px 5%;
    width: 90%;
  }
  section.s-top-service ul li .catch {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #53473f;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    width: 200px;
    height: 40px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 18px 10px 0px 12px;
    text-align: center;
    position: relative;
    color: #ffffff;
  }
  section.s-top-service ul li .catch.fs80 {
    font-size: 80%;
    line-height: 1.6;
  }
  section.s-top-service ul li .catch:after {
    border: solid transparent;
    border-color: rgba(51, 53, 57, 0);
    border-top-color: #53473f;
    border-width: 18px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    pointer-events: none;
    top: 99%;
    width: 0;
    z-index: 2;
  }
  section.s-top-service ul li .catch p.catch-point-1 {
    position: absolute;
    right: 0;
    left: 0;
    top: 10px;
  }
  section.s-top-service ul li .catch p.catch-point-1 strong {
    font-size: 110%;
  }
  section.s-top-service ul li .catch p.catch-point-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
  }
  section.s-top-service ul li .catch p.catch-point-2 strong {
    font-size: 160%;
    padding-left: 6px;
  }
  section.s-top-service ul li .catch p.catch-point-3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
  }
  section.s-top-service ul li .catch p.catch-point-3 strong {
    font-size: 110%;
  }
  section.s-top-service ul li .box {
    background: #f0f0f0;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    padding: 30px 16px 12px;
    position: relative;
    text-align: left;
  }
  section.s-top-service ul li .box h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.s-top-service ul li .box h2:before {
    background: #fff;
    border: 4px solid #ecbd15;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    float: left;
    height: 16px;
    margin: -0.03em 10px 0 0;
    width: 16px;
  }
  section.s-top-service ul li .box h2.t-center {
    text-align: center;
  }
  section.s-top-service ul li .box h2.t-center:before {
    border: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0px;
    content: "";
    float: inherit;
    height: 0px;
    margin: 0px;
    width: 0px;
  }
  section.s-top-service ul li .box h2.t-center span {
    font-size: 180%;
    font-weight: bold;
    padding-right: 4px;
  }
  section.s-top-service ul li .box p {
    text-align: center;
    clear: both;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.36364;
  }
  section.s-top-service ul li .box p.t-caution {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    text-align: center;
  }
  section.s-top-service ul li .box p.t-caution span {
    font-size: 10px;
    line-height: 1.8;
  }
  section.s-top-service ul li .box ul {
    clear: both;
    width: 100%;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.36364;
  }
  section.s-top-service ul li .box ul li {
    position: relative;
    display: inherit;
    width: 92%;
    padding-left: 2px;
    margin: auto;
  }
  section.s-top-service ul li .box ul li:after {
    display: block;
    content: "";
    position: absolute;
    top: 0.3em;
    left: -1.2em;
    width: 8px;
    height: 3px;
    border-left: 2px solid #f90;
    border-bottom: 2px solid #f90;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  section.s-top-service ul li .box.box-point-1 {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 100px;
    background-image: url(../img/ico_point_1.png);
    background-repeat: no-repeat;
    background-size: 74px auto;
    background-position: center 8px;
  }
  section.s-top-service ul li .box.box-point-1 h2 {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding-top: 60px;
  }
  section.s-top-service ul li .box.box-point-1 h2.fs90 {
    font-size: 90%;
    margin-bottom: 15px;
  }
  section.s-top-service ul li .box.box-point-2 {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 160px;
    background-image: url(../img/ico_point_1.png);
    background-repeat: no-repeat;
    background-size: 74px auto;
    background-position: center 10px;
  }
  section.s-top-service ul li .box.box-point-2 h2 {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding-top: 58px;
    margin-bottom: 20px;
  }
  section.s-top-service ul li .box.box-point-2 h2.fs90 {
    font-size: 90%;
    margin-bottom: 15px;
  }
  section.s-top-service ul li .box.box-point-3 {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 180px;
    background-image: url(../img/ico_point_1.png);
    background-repeat: no-repeat;
    background-size: 68px auto;
    background-position: center 12px;
  }
  section.s-top-service ul li .box.box-point-3 h2 {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding-top: 56px;
    margin-bottom: 6px;
  }
  section.s-top-service ul li .box.box-point-3 h2.fs90 {
    font-size: 90%;
    margin-bottom: 15px;
  }
  section.s-top-service ul li .box.box-point-3 .t-list-caution {
    background: none;
    padding-top: 10px;
  }
  section.s-top-service ul li .box.icon-top1 {
    background-image: url(../img/ico_top_001.png);
    background-position: center 16px;
  }
  section.s-top-service ul li .box.icon-top2 {
    background-image: url(../img/ico_top_002.png);
    background-size: 90px auto;
    background-position: center 16px;
  }
  section.s-top-service ul li .box.icon-top3 {
    background-image: url(../img/ico_top_003.png);
    background-size: 55px auto;
    background-position: center 16px;
  }
  section.s-top-service ul li .box.icon-business1 {
    background-image: url(../img/ico_business_001.png);
    background-position: center 22px;
  }
  section.s-top-service ul li .box.icon-business2 {
    background-image: url(../img/ico_business_002.png);
    background-position: center 16px;
  }
  section.s-top-service ul li .box.icon-business3 {
    background-image: url(../img/ico_business_003.png);
    background-position: center 16px;
  }
  section.s-top-categories {
    position: relative;
    z-index: 10;
  }
  section.s-top-categories .category-container {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #faf8f4 url(../img/bg_texture.png);
    position: relative;
    width: 100%;
    padding-top: 10px;
  }
  section.s-top-categories .category-container.index .category-inner {
    min-height: 180px !important;
  }
  section.s-top-categories .category-container .category-inner {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: 0 auto;
    padding: 0 0 40px 0;
    text-align: left;
    width: 100%;
    min-height: 400px;
  }
  section.s-top-categories .category-container .category-inner.top {
    min-height: auto;
  }
  section.s-top-categories .category-container .category-inner h2.head-main {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.14286;
    position: relative;
    padding: 20px 0 10px 0px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #2a201b;
    text-align: center;
    margin: 0 10px;
  }
  section.s-top-categories
    .category-container
    .category-inner
    h2.head-main:after {
    background: #663300;
    bottom: -1px;
    content: "";
    height: 0.07em;
    position: absolute;
    left: 0;
    right: 0;
    width: 5%;
    height: 3px;
    z-index: 2;
    margin: auto;
  }
  section.s-top-categories .category-container .category-inner .head-main {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 20px 0 10px 0px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #630;
    text-align: center;
    margin: 0 10px;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .head-main:after {
    background: #663300;
    bottom: -1px;
    content: "";
    height: 0.07em;
    position: absolute;
    left: 0;
    right: 0;
    width: 5%;
    height: 3px;
    z-index: 2;
    margin: auto;
  }
  section.s-top-categories .category-container .category-inner .category-area {
    position: relative;
    margin: 20px 2% 0px 2%;
    width: 96%;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li {
    position: relative;
    background: #fefefe;
    padding: 20px 30px;
    border-radius: 0.1em;
    border: 1px solid #ddd;
    margin-bottom: 10px;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li
    .btn-op-answer {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 2;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li
    .btn-op-answer:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li
    .category-question {
    position: relative;
    color: #333;
    padding: 10px 5% 10px 3%;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.33333;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li
    .category-answer {
    display: none;
    color: #333;
    padding: 10px 0px;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li
    .category-answer
    p {
    padding: 0px 3% 0px 2%;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li.category-qa-area:hover {
    cursor: pointer;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li.open-answer
    .btn-op-answer {
    top: 40px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  section.s-top-categories .category-container .category-inner dl {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl.category-item {
    margin: 0 2% 20px 2%;
    padding: 0px 0px 20px 0px;
    width: 44%;
    display: inline-block;
    background-color: #e0d0c0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-top: 6px solid #630;
    text-align: center;
    min-height: 135px;
    vertical-align: top;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl.category-item.ca-fronteng {
    background: url(../img/ico_frontenginer.png) no-repeat;
    background-color: #e0d0c0;
    background-size: 60px;
    background-position: center;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl.category-item.ca-backeng {
    background: url(../img/ico_database.png) no-repeat;
    background-color: #e0d0c0;
    background-size: 60px;
    background-position: center;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl.category-item.ca-appeng {
    background: url(../img/ico_appenginer.png) no-repeat;
    background-color: #e0d0c0;
    background-size: 60px;
    background-position: center;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl.category-item.ca-wdesigner {
    background: url(../img/ico_designer.png) no-repeat;
    background-color: #e0d0c0;
    background-size: 60px;
    background-position: center;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl.category-item.ca-pmaneger {
    background: url(../img/ico_pmanager.png) no-repeat;
    background-color: #e0d0c0;
    background-size: 60px;
    background-position: center;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl.category-item.ca-marketer {
    background: url(../img/ico_marketer.png) no-repeat;
    background-color: #e0d0c0;
    background-size: 60px;
    background-position: center;
  }
  section.s-top-categories .category-container .category-inner dl .head {
    margin: 0 0 0 0;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl
    .head
    .category-link {
    display: block;
    position: relative;
    padding: 25px 2% 20px 2%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    color: #630;
  }
  section.s-top-categories .category-container .category-inner dl dd {
    padding: 0 6px 2px 6px;
  }
  section.s-top-categories .category-container .category-inner dl dd p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 0px 10px;
  }
  section.s-top-categories .category-container .category-inner dl dd p a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    cursor: pointer;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl
    dd
    p
    a.mhover {
    color: #e30b20;
  }
  section.s-top-categories .category-container .category-inner .category-catch {
    text-align: center;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-catch-txt {
    position: relative;
    margin: 20px auto 30px auto;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    letter-spacing: 0.1em;
    width: 88%;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-catch-txt:after {
    display: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-top: 2px solid #777;
    border-right: 2px solid #777;
    border-radius: 0.1em;
    -webkit-transform: scale(1.8, 0.5) rotate(135deg);
    -ms-transform: scale(1.8, 0.5) rotate(135deg);
    transform: scale(1.8, 0.5) rotate(135deg);
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-action
    .btn {
    margin: 15px 0 0 0;
    text-align: center;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-action
    .btn
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    border: 2px solid #630;
    width: 200px;
    padding: 18px 0px 18px 98px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    text-decoration: none;
    line-height: 1;
    text-align: left;
    color: #630;
    text-shadow: none;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-action
    .btn
    a:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 75px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #630;
    border-right: 1px solid #630;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-action
    .btn
    a:hover {
    cursor: pointer;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-action
    .btn
    a.mhover {
    cursor: pointer;
    background-color: #c22;
    border: 2px solid #fff;
    color: #fff;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-action
    .btn
    a.mhover:before {
    content: "";
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-action
    .btn
    a.btn-business {
    margin-top: 20px;
    padding: 18px 0px 18px 68px;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-action
    .btn
    a.btn-business:before {
    content: "";
    position: absolute;
    left: 45px;
  }
  section.s-matching-job-detail {
    margin-top: -20px;
  }
  section.s-top-matching {
    position: relative;
    z-index: 10;
    background: #f0f4f5 url(../img/bg-mesh-diagmonds.png);
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  section.s-top-matching .matching-container {
    padding-top: 0px;
    position: relative;
    width: 100%;
  }
  section.s-top-matching .matching-container .matching-inner {
    margin: 0 auto;
    padding: 2px 0 2px 0px;
    text-align: left;
    width: 100%;
  }
  section.s-top-matching .matching-container .matching-inner .matching-box {
    position: relative;
    background: #53473f;
    margin: 0px auto;
    padding: 30px 10px;
    color: #fff;
    text-shadow: 0px 1px 15px #333;
  }
  section.s-top-matching .matching-container .matching-inner .matching-box h2 {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 2;
  }
  section.s-top-matching .matching-container .matching-inner .matching-box p {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    p
    strong {
    font-size: 150%;
    letter-spacing: 0.2em;
    margin: 0 5px;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul
    li {
    position: relative;
    text-align: center;
    z-index: 2;
    background: #53473f;
    padding: 10px 10px;
    margin: auto auto 30px auto;
    width: 85%;
    height: 36px;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul
    li
    label {
    display: inline-block;
    float: left;
    padding: 5px 10px 5px 10px;
    vertical-align: top;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul
    li
    label
    span {
    font-size: 120%;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul
    li
    label.p-b {
    padding: 1px 5px 5px 10px;
    vertical-align: top;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul
    li
    label.p-b
    span {
    line-height: 1.3;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul
    li
    p {
    display: inline-block;
    float: left;
    margin: auto;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 8px 0px 0px 0px;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul
    li:after {
    content: "";
    position: absolute;
    top: 58px;
    left: 48%;
    width: 15px;
    height: 15px;
    border-top: 3px solid #53473f;
    border-right: 3px solid #53473f;
    -webkit-transform: scale(1.5, 1) rotate(135deg);
    -ms-transform: scale(1.5, 1) rotate(135deg);
    transform: scale(1.5, 1) rotate(135deg);
    z-index: 2;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul
    li:last-child:after {
    border: 0px;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul.for-business
    li {
    height: inherit;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul.for-business
    li
    p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    float: left;
    margin: auto;
    text-align: left;
    padding: 4px 0px 0px 6px;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul.for-business
    li
    .matching-item-content {
    clear: both;
    text-align: left;
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul.for-business
    li
    .matching-item-content
    span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul.for-business
    li
    .matching-item-content
    a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    color: #ffffff;
    margin-right: 2px;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul.for-business
    li
    .matching-item-content
    a:hover {
    color: #e30b20;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul.for-business
    li:after {
    content: "";
    position: absolute;
    top: inherit;
    bottom: -20px;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .contact {
    clear: both;
    line-height: 1.6;
    text-align: left;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .contact
    .btn {
    margin: 15px 0 0 0;
    text-align: center;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .contact
    .btn
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    border: 1px solid #fff;
    width: 280px;
    padding: 18px 2% 18px 2%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    text-align: left;
    color: #fff;
    text-shadow: none;
    text-align: center;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .contact
    .btn
    a:hover {
    cursor: pointer;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .contact
    .btn
    a.mhover {
    cursor: pointer;
    background-color: #c22;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .contact
    .btn
    a:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 75px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .bg-cover-msh {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/bg-mesh.png);
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .bg-img {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/bg_mov_meeting_1280.png") center bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .bg-img.bg-img-photo {
    background: url("../img/bg_top_bnr_001.jpg") center top no-repeat;
    background-size: cover;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .bg-img.bg-img-photo-b {
    background: url("../img/bg_business_bnr_001.png") center top no-repeat;
    background-size: cover;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  section.s-top-voice {
    position: relative;
    z-index: 10;
    background: #ffffff;
    padding-bottom: 20px;
  }
  section.s-top-voice .voice-container {
    padding-top: 0px;
    position: relative;
    width: 100%;
  }
  section.s-top-voice .voice-container .voice-inner {
    margin: 0 auto;
    padding: 10px 4% 10px 4%;
    text-align: left;
    width: 92%;
  }
  section.s-top-voice .voice-container .voice-inner h2.sec-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.14286;
    font-weight: bold;
    letter-spacing: 0.02em;
    width: 100%;
    text-align: center;
    margin: 20px auto 30px auto;
  }
  section.s-top-voice .voice-container .voice-inner h2.sec-title strong {
    font-size: 140%;
    font-weight: bold;
  }
  section.s-top-voice .voice-container .voice-inner ul li {
    display: inline-block;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head {
    border: 3px solid #53473f;
    padding: 5px 10px 5px 65px;
    background: url(../img/ico_smile.png) no-repeat left 0px top 3px;
    background-size: 28px auto;
    background-position: 18px 18px;
    margin-bottom: 10px;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head
    .voice-item-category {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #53473f;
    font-weight: bold;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head
    .voice-item-category
    .voice-item-skill {
    margin: 10px auto;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head
    .voice-item-category
    .voice-item-skill
    ul
    li {
    display: inline-block;
    width: inherit;
    margin: 5px auto;
    float: inherit;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head
    .voice-item-category
    .voice-item-skill
    ul
    li
    span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #eee;
    padding: 5px 15px;
    border-radius: 2em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    margin: auto 1px;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head
    .voice-item-category {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #53473f;
    font-weight: bold;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head
    .voice-item-company {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.45455;
    color: #777;
    font-weight: bold;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head
    .voice-item-user {
    padding: 1px 3px 2px 0px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: #333;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head
    .voice-item-user
    .voice-item-user-age {
    padding: 10px 0px 10px 0px;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-content {
    margin: 15px auto 20px auto;
    padding: 0px 10px;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-content
    p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    color: #444;
    line-height: 18px;
  }

  /* Contact
  ---------------------------------------- */
  section.s-contact-contents {
    position: relative;
    z-index: 10;
  }
  section.s-contact-contents .s-contact-container {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
  }
  section.s-contact-contents .s-contact-container .contact-inner {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #fefefe;
    margin: 0 2% 20px 2%;
    text-align: inherit;
    width: 96%;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  section.s-contact-contents .s-contact-container .contact-inner .contact-area {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0px 8px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    h1 {
    position: relative;
    border-bottom: 1px solid #999;
    padding: 20px 0 10px 0px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.22222;
    font-weight: bold;
    line-height: 1;
    color: #000;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    h2 {
    position: relative;
    border-bottom: 1px solid #999;
    padding: 20px 0 10px 0px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.22222;
    font-weight: bold;
    line-height: 1;
    color: #000;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    h2
    span.icon-free {
    background-color: #e30b20;
    padding: 3px 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    margin-left: 10px;
    position: relative;
    bottom: 4px;
    color: #fff;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    h2:after {
    background: #000;
    bottom: -1px;
    content: "";
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 32%;
    z-index: 2;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    h1:after {
    background: #000;
    bottom: -1px;
    content: "";
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 32%;
    z-index: 2;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-mspace-area {
    width: 100%;
    margin: 20px auto 0px auto;
    text-align: center;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-mspace-area
    ul
    li {
    width: 300px;
    margin: auto;
    background-color: #eee;
    padding: 10px 0px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-mspace-area
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .list-img
    img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    max-width: 280px;
    height: auto;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-mspace-area
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .list-img
    img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-mspace-area
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-label {
    padding-top: 10px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-main {
    padding: 10px 0px 0px 0px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-main
    p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    margin: 10px 4px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-main
    p.contact-catch {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.22222;
    margin-bottom: 20px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-footer
    p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin: 10px 0px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-footer
    p
    .contact-mail {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    font-weight: bold;
    padding: 0 10px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-footer
    p
    .contact-tel {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    font-weight: bold;
    padding: 0 10px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-footer
    p
    span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .page-content {
    margin: 0 auto;
    width: 98%;
    text-align: left;
    padding: 10px 0px 30px 0px;
    color: #333;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .page-content
    h2 {
    color: #333;
    font-weight: normal;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .page-content
    h2:after {
    background: none;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .page-content
    h3 {
    margin: 0 0 0.5em;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .page-content
    p {
    min-width: 80%;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
    color: #444;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    hr {
    margin-top: 60px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .cmp-cmn-list {
    margin-top: 30px;
    text-align: right;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #777;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .cmn-list {
    margin: 10px 0px;
    color: #444;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .cmn-list
    li {
    line-height: 18px;
    margin-bottom: 7px;
    text-indent: -12px;
    margin-left: 12px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .lead {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
    color: #444;
  }

  /* Error 404
  ---------------------------------------- */
  section.s-error-contents {
    position: relative;
    z-index: 10;
  }
  section.s-error-contents .s-error-container {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
  }
  section.s-error-contents .s-error-container .error-inner {
    background: #fefefe;
    margin: 0 2% 20px 2%;
    text-align: inherit;
    width: 96%;
  }
  section.s-error-contents .s-error-container .error-inner .error-area {
    padding: 10px 10px;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-title {
    border-bottom: 2px dotted #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-title
    h2 {
    color: #ff9900;
    text-align: center;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.11765;
    font-weight: bold;
    margin: 10px 0px;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-title
    p {
    color: #666;
    text-align: center;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-area-msg {
    padding: 10px;
    text-align: center;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-area-msg
    p {
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-footer-area {
    padding: 20px;
    margin-top: 40px;
    text-align: center;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-footer-area
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    background-color: #ffffff;
    padding: 8px 30px 8px 40px;
    border: 0.06em solid #ccc;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-footer-area
    a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 15px;
    left: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-footer-area
    a:hover {
    color: #ffffff;
    background-color: #ff9900;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-footer-area
    a:hover:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }

  /* Mspace
  ---------------------------------------- */
  section.s-mspace-contents {
    position: relative;
    z-index: 10;
  }
  section.s-mspace-contents .s-mspace-container {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
  }
  section.s-mspace-contents .s-mspace-container .mspace-inner {
    margin: 0 1% 20px 1%;
    text-align: inherit;
    width: 98%;
    min-height: 400px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box {
    position: relative;
    background: rgba(85, 69, 63, 0.8);
    width: 97%;
    margin: 0 1%;
    padding: 1px;
    color: #fff;
    line-height: 1;
    z-index: 10;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box
    .search_form {
    float: inherit;
    width: 100%;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box
    .search_form
    input[type="text"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    border: 2px solid #fff;
    border-right: none;
    background: #fff;
    width: 97%;
    height: 46px;
    margin: 0;
    padding: 0 1% 0 1%;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    outline: none;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box
    .search_form
    input[type="text"]:hover {
    cursor: pointer;
    outline: 0;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box
    .search_form
    input[type="text"]:focus {
    outline: 0;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box
    .search_form
    button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 1px;
    border: 2px solid #fff;
    background: #c22;
    width: 25%;
    height: 50px;
    margin: 0;
    padding: 0 0 0 8%;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box
    .search_form
    button:hover {
    background-color: #ff9900;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box
    .search_form
    button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15%;
    background: url(/img/ico_search.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    z-index: 1;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-search-result {
    clear: both;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-search-result
    .mspace-page-search-result-num {
    margin: 10px 0 10px 0;
    padding-left: 2px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-search-result
    .mspace-page-search-result-num
    p
    strong {
    font-size: 150%;
    font-weight: bold;
    padding: 0 8px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .noitem {
    padding-top: 30px;
    text-align: center;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title {
    position: relative;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title
    h1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    font-weight: bold;
    padding-left: 10px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title
    h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    font-weight: bold;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title
    h2:before {
    content: "";
    position: relative;
    top: 5px;
    left: 14px;
    padding: 0px 14px 0 32px;
    width: 21px;
    height: 21px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title
    h2.search-result
    strong {
    font-weight: bold;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title:after {
    background: #663300;
    bottom: -1px;
    content: "";
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 24%;
    z-index: 2;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-catch {
    padding: 0 10px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul {
    margin: 8px 0px 10px 0px;
    text-align: center;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul.list-center {
    text-align: center;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li {
    display: inline-block;
    float: inherit;
    margin: 4px auto 4px auto;
    margin-left: 10px;
    margin-right: 6px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img {
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 210px;
    background-color: #3c342f;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .list-img
    .top-mspace-item-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 280px;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .list-img:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 4;
    color: #000;
    text-decoration: none;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more
    .more-txt {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    color: #fff;
    top: 42%;
    text-align: center;
    -webkit-transform: translate3d(0%, -30%, 0);
    transform: translate3d(0%, -30%, 0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more
    .more-txt
    span {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.14286;
    line-height: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more
    .more-txt
    span.small-txt {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    line-height: 1.5;
    padding-bottom: 0.4em;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more
    .more-txt
    p {
    margin: 0 auto;
    background-color: #333;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    position: relative;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more
    .more-txt
    p.ico-read
    span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url("../img/ico_read.png") no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 28px;
    left: 30px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more
    .more-txt
    p.ico-lock {
    background-color: #c22;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more
    .more-txt
    p.ico-lock
    span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url("../img/ico_lock.png") no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 28px;
    left: 30px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img:hover
    .list-img:before {
    opacity: 1;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img:hover
    .list-img
    .top-mspace-item-img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img:hover
    .more
    .more-txt {
    opacity: 0.8;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-popup-image
    img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 280px;
    height: auto;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-label
    .mspace-page-item-label-area {
    padding: 10px 2px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-label
    .mspace-page-item-label-area
    p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    text-align: left;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul.spacelist
    li {
    counter-increment: spacelist;
    position: relative;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul.spacelist
    li:before {
    background: #ff9900;
    color: #fff;
    content: counter(spacelist);
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 30px;
    z-index: 1000;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner {
    background: #ffffff;
    padding: 20px 10px;
    font-size: 16px;
    text-align: center;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 10px 0;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .error-message {
    margin: 10px auto 15px auto;
    text-align: center;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-icon {
    margin: 10px 0 20px 0;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-form
    .send-box {
    position: relative;
    background: rgba(83, 71, 63, 0.8);
    width: 100%;
    margin: 6px auto 30px auto;
    padding: 1px;
    color: #fff;
    line-height: 1;
    z-index: 10;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-form
    .send_form {
    width: 100%;
    position: relative;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-form
    .send_form
    input[type="text"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: inherit;
    border: 2px solid #fff;
    border-right: none;
    background: #fff;
    width: 94%;
    height: 32px;
    margin: 0;
    padding: 0 8px 0 10px;
    vertical-align: middle;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    outline: none;
    position: absolute;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-form
    .send_form
    input[type="text"]:hover {
    cursor: pointer;
    outline: 0;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-form
    .send_form
    input[type="text"]:focus {
    outline: 0;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-form
    .send_form
    button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: right;
    position: relative;
    border: 2px solid #fff;
    background: #c22;
    width: 78px;
    height: 36px;
    margin: 0;
    padding: 0 0 0 4px;
    vertical-align: middle;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-form
    .send_form
    button:hover {
    background-color: #ff9900;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-caution {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-caution
    p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-caution
    a {
    display: inline-block;
    position: relative;
    border: 0.06em solid #ccc;
    width: 200px;
    padding: 10px 0px 12px 24px;
    margin-top: 4px;
    background-color: #4eae4c;
    color: #ffffff;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-caution
    a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 15px;
    left: 30px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-caution
    a:hover {
    background-color: #ff9900;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer {
    text-align: center;
    clear: both;
    padding-top: 40px;
    margin-bottom: 40px;
    position: relative;
    margin: auto 4%;
    width: 92%;
    min-height: 80px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    background-color: #ffffff;
    padding: 11px 30px 11px 50px;
    border: 0.06em solid #ccc;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 180px;
    max-width: 210px;
    margin: auto;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 17px;
    left: 72px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: 2;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    a:hover {
    color: #ffffff;
    background-color: #e30b20;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    a:hover:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    a.next:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 17px;
    left: 50px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    a.next:hover {
    color: #ffffff;
    background-color: #e30b20;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    a.next:hover:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    .mspace-page-item-contact {
    margin: 0 0 50px 0;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    .mspace-page-item-contact
    a.popup-contact-btn {
    background-color: #4eae4c;
    color: #ffffff;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    .mspace-page-item-contact
    a.popup-contact-btn:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 15px;
    left: 30px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    .mspace-page-item-contact
    a.popup-contact-btn:hover {
    background-color: #ff9900;
  }

  .page-top .top-mspace-area {
    max-width: 840px;
    margin: 0 auto;
  }
  .page-top .top-mspace-area .top-mspace-title {
    padding: 10px 0px;
    margin-bottom: 12px;
    border-bottom: 1px solid #fff;
  }
  .page-top .top-mspace-area .top-mspace-title h2 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .page-top .top-mspace-area .top-mspace-area-noitem {
    color: #f0ede6;
    margin: 30px 0px 60px 12px;
  }
  .page-top .top-mspace-area ul {
    margin: 30px 0 60px 0;
  }
  .page-top .top-mspace-area ul li {
    display: inline-block;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 6px;
    margin-bottom: 22px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item {
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border-radius: 10px;
    overflow: hidden;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item img.top-mspace-item-img {
    width: 268px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .page-top
    .top-mspace-area
    ul
    li
    div.top-mspace-item
    .top-mspace-item-label-bg {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background: #000;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: -23px;
    width: 100%;
    min-height: 60px;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
  }
  .page-top
    .top-mspace-area
    ul
    li
    div.top-mspace-item
    .top-mspace-item-label.slideup {
    bottom: 0px;
  }
  .page-top
    .top-mspace-area
    ul
    li
    div.top-mspace-item
    .top-mspace-item-label.slideup
    .top-mspace-item-label-icon {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    right: 10px !important;
  }
  .page-top
    .top-mspace-area
    ul
    li
    div.top-mspace-item
    .top-mspace-item-label
    .top-mspace-item-label-area {
    padding: 8px 12px;
  }
  .page-top
    .top-mspace-area
    ul
    li
    div.top-mspace-item
    .top-mspace-item-label
    .top-mspace-item-label-area
    h3 {
    color: #fff;
    z-index: 2;
    position: relative;
    margin-bottom: 4px;
  }
  .page-top
    .top-mspace-area
    ul
    li
    div.top-mspace-item
    .top-mspace-item-label
    .top-mspace-item-label-area
    p {
    position: relative;
    z-index: 2;
    color: #ddd;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.45455;
    padding-right: 20px;
  }
  .page-top
    .top-mspace-area
    ul
    li
    div.top-mspace-item
    .top-mspace-item-label
    .top-mspace-item-label-area
    .top-mspace-item-label-icon {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-size: 12px auto;
    padding: 1px;
    position: absolute;
    top: 18px;
    right: -20px;
    height: 50px;
    z-index: 2;
  }
  .page-top .top-price-area {
    max-width: 840px;
    margin: 0 auto;
  }
  .page-top .top-price-area .top-price-title {
    padding: 10px 0px;
    margin-bottom: 38px;
    border-bottom: 1px solid #fff;
  }
  .page-top .top-price-area .top-price-title h2 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .page-top .top-contact-area {
    margin: 0 auto;
  }
  .page-top .top-contact-area .top-contact-title {
    padding: 10px 0px;
    margin-bottom: 38px;
  }
  .page-top .top-contact-area .top-contact-title h2 {
    background-size: 247px 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
  }
  .page-top .top-contact-area ul {
    width: 960px;
    margin: 40px 0px;
    padding: 0px 0px 0px 0px;
  }
  .page-top .top-contact-area ul li {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 410px;
    display: inline-block;
    padding: 0px 8px;
  }
  .page-top .top-contact-area ul li.top-contact-left {
    margin-left: 50px;
  }
  .page-top .top-contact-area ul li .top-contact-tel-btn .top-contact-tel-img {
    position: relative;
    padding: 15px 0px 15px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_tel.png?1496163292) no-repeat;
    height: 56px;
    background-position: center;
    background-color: #38afa2;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 450px;
  }
  .page-top
    .top-contact-area
    ul
    li
    .top-contact-contact-btn
    .top-contact-contact-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 15px 0px 15px 0px;
    background-color: #333;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_mail.png?1496163292) no-repeat;
    background-position: center;
    background-color: #4eae4c;
    height: 56px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 450px;
  }
  .page-top
    .top-contact-area
    ul
    li
    .top-contact-contact-btn
    .top-contact-contact-img:hover {
    background-color: #ff9900;
  }
  .page-top #footer {
    padding: 36px 10%;
    border-top: solid 1px #f0ede6;
    color: #f0ede6;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
  }

  /* Mspace
  ---------------------------------------- */
  .page-job #contents,
  .delivery-job-post #contents {
    position: relative;
    margin: auto;
  }

  body.single #contents {
    position: relative;
    margin: auto;
  }

  #contents .side-area {
    display: none;
  }
  #contents .content-area {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 10px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 1px;
    width: 100%;
  }
  #contents .content-area .searchlist-area {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 0px;
    width: 100%;
  }
  .category-text {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #919191;
    letter-spacing: 0.05em;
    padding: 0 3%;
    margin-bottom: 10px;
  }
  #contents .content-area .searchlist-area .searchlist-area-head {
    padding: 5px 3% 14px 3%;
  }
  #contents .content-area .searchlist-area .searchlist-area-head h2 {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
  }
  #contents .content-area .searchlist-area .searchlist-area-head h2 strong {
    font-size: 120%;
    font-weight: bold;
  }
  #contents .content-area .searchlist-area .searchlist-area-head h2:after {
    background: #000;
    bottom: -1px;
    content: "";
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 32%;
    z-index: 2;
  }
  #contents .content-area .searchlist-area .searchlist-area-head h1 {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
  }
  #contents .content-area .searchlist-area .searchlist-area-head h1 strong {
    font-size: 120%;
    font-weight: bold;
  }
  #contents .content-area .searchlist-area .searchlist-area-head h1:after {
    background: #000;
    bottom: -1px;
    content: "";
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 32%;
    z-index: 2;
  }
  #contents .content-area .searchlist-area .job-entry-area-head {
    margin-top: 50px;
  }
  #contents .content-area .searchlist-area .searchlist-result-cnt {
    margin-top: 5px;
    padding: 0 3%;
    float: left;
  }
  #contents .content-area .searchlist-area .searchlist-result-cnt p strong {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    font-weight: bold;
    padding: 0 4px;
    color: #e30b20;
  }
  #contents .content-area .job-entry-caution {
    margin-top: 10px;
    margin-bottom: -10px;
    padding: 0 3%;
  }
  #contents .content-area .job-entry-caution p {
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    letter-spacing: 0.05em;
  }
  #contents .content-area .related-area {
    position: relative;
    margin-top: 30px;
    padding: 0px 2%;
    width: 96%;
  }
  #contents .content-area .related-area .related-area-head h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #666;
  }
  #contents .content-area .related-area .related-area-list {
    margin: 10px auto;
  }
  #contents .content-area .related-area .related-area-list ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
    width: 47%;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-category {
    margin-bottom: 5px;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-category
    .icon-category {
    position: relative;
    z-index: 2;
    top: 0px;
    width: 100%;
    margin: auto;
    left: 0px;
    right: 0px;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.36364;
    color: #60b838;
    border: 1px solid #60b838;
    padding: 5px 12px;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-category
    .icon-category.nodisplay {
    border: 0px;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-area-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: url(../img/sample_job_dummy.png);
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-area-img.sample-img {
    background-image: url(../img/sample_job_list.jpg);
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-area-img.mhover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-area-content {
    margin: 10px auto;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-area-content
    a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    letter-spacing: 0.05em;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-area-content
    a.mhover {
    color: #e30b20;
  }
  #contents .content-area .related-area .related-area-list ul li:last-child {
    margin-right: 0px;
  }
  #contents .content-area .searchlist-list {
    clear: both;
  }
  #contents .content-area .searchlist-list ul li .job-item-notfound {
    padding: 0 3%;
    margin: 10px auto 30px auto;
  }
  #contents .content-area .searchlist-list ul li .searchlist-list-item {
    margin-top: 40px;
  }
  #contents .content-area .searchlist-list ul li .searchlist-list-item.detail {
    margin-top: 0px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-pic {
    position: relative;
    padding: 0 3%;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-pic
    .searchlist-list-item-new {
    position: absolute;
    top: 8px;
    left: 0px;
    background-color: #6cc644;
    padding: 5px 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    color: #fff;
    padding-top: 8px;
    padding-left: 8px;
    z-index: 3;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-pic
    .searchlist-list-item-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: url(../img/sample_job_dummy.png);
    width: 100%;
    max-height: 250px;
    height: 250px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-pic
    .searchlist-list-item-img.sample-img {
    background-image: url(../img/sample_job_list.jpg);
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-pic
    .searchlist-list-item-img.mhover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main {
    padding: 0 3%;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head {
    margin: 10px 0px 10px 0px;
  }
  .favorite-wrap {
    float: right;
    border: 1px solid #f15252;
    border-radius: 5px;
    color: #f15252;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .unfavorite-wrap {
    float: right;
    border: 1px solid #f15252;
    background: #f15252;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .favorite-wrap:hover {
    background: #f15252;
  }
  .favorite-btn {
    display: inline-block;
  }
  .btn-bookmark {
    background: url(../img/ico_like.svg) no-repeat;
    background-size: 16px 16px;
    background-position: 8px 7px;
    padding: 8px 5px 8px 30px;
    display: inline-block;
    font-weight: bold;
    color: #f15252;
    cursor: pointer;
  }
  .favorite-wrap:hover .btn-bookmark,
  .unfavorite-wrap .btn-bookmark {
    color: #fff;
    background: url(../img/ico_liked.svg) no-repeat;
    background-size: 16px 16px;
    background-position: 8px 7px;
    padding: 8px 5px 8px 30px;
    display: inline-block;
    font-weight: bold;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    .favorite-wrap
    span.cnt-bookmark
    .cnt-bookmark-num {
    color: #f15252;
    font-weight: bold;
    font-size: 0.8rem;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    .favorite-wrap:hover
    span.cnt-bookmark
    .cnt-bookmark-num,
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    .unfavorite-wrap
    span.cnt-bookmark
    .cnt-bookmark-num {
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    span {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.33333;
    color: #60b838;
    border: 1px solid #60b838;
    border-radius: 5px;
    padding: 6px 12px;
    margin-top: 1px;
    margin-bottom: 2px;
    max-width: 50%;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    .icon-category {
    float: left;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    span.cnt-bookmark {
    float: right;
    border: 0px;
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 5px 10px 5px 0;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    span.cnt-bookmark
    strong {
    font-size: 120%;
    font-weight: bold;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    span.nodisplay {
    border: 0px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
    padding: 5px 0 10px;
    letter-spacing: 0.02em;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    h2
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #333;
    font-weight: bold;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    h2
    a.mhover {
    color: #e30b20;
  }
  .job-content-archive {
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .job-archive-information ul li {
    float: left;
    width: 48%;
    padding-right: 2%;
    margin-bottom: 8px;
    color: #999;
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .job-archive-information ul li .sub {
    color: #333;
    font-weight: bold;
    font-size: 0.85rem;
    margin-bottom: 5px;
  }

  .btn-entry-mod {
    border: 2px solid #999;
    border-radius: 10px;
    padding: 8px 30px 8px 20px;
    display: inline-block;
    color: #999;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .btn-entry-mod:hover {
    background: #999;
    color: #fff;
    transition: 0.3s;
  }
  .btn-entry-mod:after {
    position: absolute;
    right: 10px;
    top: 40%;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: translateX(-50%) rotate(45deg);
  }

  .btn-entry-mod:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 40%;
    right: 7px;
    transition: 0.4s;
  }

  .btn-detail {
    border: 2px solid #ff8000;
    background: #ff8000;
    border-radius: 10px;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    min-width: 115px;
    text-align: center;
    position: relative;
  }
  .btn-detail:hover {
    background: #dd7003;
    border: 2px solid #dd7003;
    color: #fff;
    transition: 0.3s;
  }
  .btn-detail:after {
    position: absolute;
    right: 10px;
    top: 40%;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(45deg);
  }

  .btn-detail:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 40%;
    right: 7px;
    transition: 0.4s;
  }

  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    li {
    /* color: #999; */
    font-size: 14px;
    line-height: 1.6;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    li
    a {
    display: inline-block;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    .sub {
    color: #333;
    font-weight: bold;
    font-size: 0.85rem;
    margin-bottom: 5px;
  }

  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content {
    margin-bottom: 10px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    color: #666;
    letter-spacing: 0.05em;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    .searchlist-list-item-skill {
    margin: 10px auto;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    .searchlist-list-item-skill
    ul
    li {
    display: inline-block;
    margin: 5px auto;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    .searchlist-list-item-skill
    ul
    li
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #eee;
    padding: 7px 15px;
    border-radius: 2em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    margin: auto 1px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    .searchlist-list-item-skill
    ul
    li
    a.mhover {
    background-color: #f90;
    color: #ffffff;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action {
    margin: 20px auto 10px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-company {
    display: inline-block;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-company.none {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-company
    .searchlist-list-item-company-name {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 8px 0px 8px 20px;
    margin-bottom: 10px;
    color: #666;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns {
    display: inline-block;
    float: right;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .wpfp-span {
    display: inline-block;
    position: relative;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-bookmark {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 8px 10px 8px 25px;
    border: 1px solid #ddd;
    color: #666;
    margin-right: 1px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-bookmark.issend {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-bookmark:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 8px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-bookmark.mhover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    color: #666;
    background-color: #eee;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-bookmark.mhover:before {
    content: "";
    position: absolute;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-entry {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    width: 140px;
    padding: 8px 0px 8px 30px;
    background-color: #f90;
    border: 1px solid #ddd;
    color: #ffffff;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-entry:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-entry.mhover {
    cursor: pointer;
    color: #ffffff;
    background-color: #c60;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-entry.mhover:before {
    content: "";
    position: absolute;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content {
    clear: both;
    margin-bottom: 10px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    color: #333;
    letter-spacing: 0.05em;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-item {
    margin: 12px auto;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-item
    label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #666;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-item
    p {
    margin: 10px 5px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    letter-spacing: 0.1em;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-item-skill {
    margin: 10px auto;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-item-skill
    ul {
    margin: 5px auto 0px auto;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-item-skill
    ul
    li {
    display: inline-block;
    margin: 5px 0px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-item-skill
    ul
    li
    a {
    background-color: #eee;
    padding: 7px 15px;
    border-radius: 2em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    margin: auto 1px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .manager-area {
    background: #53473f;
    padding: 10px;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .manager-area
    label {
    color: #fff;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .manager-area
    p {
    color: #fff;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .item-2way {
    width: 100%;
    display: inline-block;
    margin-right: 1%;
  }
  #contents .content-area .searchlist-list ul li .detail-action {
    position: relative;
    bottom: 10px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-bookmark {
    text-align: right;
    margin-bottom: 5px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-bookmark
    .cnt-bookmark {
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-bookmark
    .cnt-bookmark
    strong {
    font-size: 120%;
    font-weight: bold;
  }
  #contents .content-area .searchlist-list ul li .detail-action .detail-btns {
    float: right;
    position: relative;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .wpfp-span {
    display: inline-block;
    position: relative;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-bookmark {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 8px 10px 8px 25px;
    border: 1px solid #ddd;
    color: #666;
    margin-right: 1px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-bookmark.issend {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-bookmark:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 8px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-bookmark.mhover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    color: #666;
    background-color: #eee;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-bookmark.mhover:before {
    content: "";
    position: absolute;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-entry {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    width: 140px;
    padding: 8px 0px 8px 30px;
    background-color: #f90;
    border: 1px solid #ddd;
    color: #ffffff;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-entry:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-entry.mhover {
    cursor: pointer;
    color: #ffffff;
    background-color: #c60;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-entry.mhover:before {
    content: "";
    position: absolute;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li:last-child
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action {
    border-bottom: 0px;
  }
  #contents .content-area .searchlist-list .job-item-footer {
    text-align: center;
    clear: both;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  #contents .content-area .searchlist-list .job-item-footer p {
    padding-bottom: 30px;
  }
  #contents .content-area .searchlist-list .job-item-footer a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    background-color: #ffffff;
    padding: 8px 30px 8px 50px;
    border: 0.06em solid #ccc;
  }
  #contents .content-area .searchlist-list .job-item-footer a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 15px;
    left: 34px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: 2;
  }
  #contents .content-area .searchlist-list .job-item-footer a:hover {
    color: #ffffff;
    background-color: #e30b20;
  }
  #contents .content-area .searchlist-list .job-item-footer a:hover:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    text-align: center;
    position: relative;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num span {
    display: inline-block;
    height: 60px;
    line-height: 62px;
    vertical-align: middle;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num span.first {
    position: absolute;
    top: 0;
    left: 30px;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num span.last {
    position: absolute;
    top: 0;
    right: 30px;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num span.prev {
    position: absolute;
    top: 10;
    left: 30px;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span.prev
    a {
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    color: #6a6e71;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span.prev
    a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: 2;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span.prev
    a.mhover:before {
    border-top: 1px solid #e30b20;
    border-right: 1px solid #e30b20;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num span.next {
    position: absolute;
    top: 10;
    right: 30px;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span.next
    a {
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    color: #6a6e71;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span.next
    a:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 35px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span.next
    a.mhover:after {
    border-top: 1px solid #e30b20;
    border-right: 1px solid #e30b20;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num span.page {
    padding: 0 8px;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span.current {
    color: #e30b20;
    font-weight: bold;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num span a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #6a6e71;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span
    a.mhover {
    color: #e30b20;
  }
  #contents .content-area .searchlist-action {
    position: relative;
    right: auto;
    left: auto;
    margin: 4px auto 40px auto;
    width: 100%;
    padding-top: 10px;
    text-align: center;
  }
  #contents .content-area .searchlist-action a {
    background-color: #ddd;
    padding: 8px 30px;
    border-radius: 0.2em;
  }
  .content-header-wrap {
    padding: 40px 0 30px;
    text-align: center;
  }
  .content-header-wrap h1 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  #contents .content-category {
    padding: 20px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 1px;
  }

  #contents .content-category .category-grid {
    width: 96%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
  }
  #contents .content-category .category-grid .category-head {
    min-height: 100px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: cover !important;
    display: flex;
    position: relative;
  }
  #contents .content-category .category-grid .category-head:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  #contents .content-category .category-grid .category-head a {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    z-index: 100;
    display: block;
    width: 100%;
    height: 62%;
    text-align: center;
    padding-top: 9.5%;
  }
  #contents .content-category .category-grid .category-head:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  #contents .content-category .category-grid .category-child {
    font-size: 0.85rem;
    padding: 0 0 10px 0;
  }
  #contents .content-category .category-grid .category-child a {
    position: relative;
    padding: 0 0 0 20px;
  }

  #contents .content-category .category-grid .category-child a:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    right: 50%;
    width: 5px;
    height: 5px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: translateX(-50%) rotate(45deg);
  }

  #contents .detail-header-area {
    margin: 10px 0px 10px 0px;
    position: relative;
    padding: 0 0;
    width: 100%;
  }
  #contents .detail-header-area .detail-header-main .detail-header-main-head {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #contents
    .detail-header-area
    .detail-header-main
    .detail-header-main-head
    .icon-category {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    color: #60b838;
    border: 1px solid #60b838;
    padding: 5px 12px;
    margin-top: 1px;
    margin-bottom: 2px;
    border-radius: 5px;
    font-weight: bold;
    float: left;
  }

  .favorite-count-wrap {
    float: right;
    margin-top: 3px;
    padding: 0 0 0 20px;
    background: url(../img/ico_favorite.svg) no-repeat;
    background-size: 16px;
    background-position: 0 3px;
  }
  .favorite-count-wrap .cnt-bookmark {
    font-size: 0.9rem;
    color: #919191;
    padding: 10px 0;
  }
  .favorite-count-wrap .cnt-bookmark .cnt-bookmark-num {
    font-weight: bold;
    padding: 0 5px;
    font-size: 0.95rem;
  }

  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-conditions {
    /* margin: 0 0 30px; */
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-conditions
    li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-conditions
    li
    h3 {
    color: #333;
    font-weight: bold;
    /* margin-bottom: 8px;
    margin-top: 8px; */
  }

  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-conditions02 {
    /* margin: 20px 0; */
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-conditions02
    li {
    width: 100%;
    margin-bottom: 20px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-conditions02
    li
    h3 {
    color: #333;
    font-weight: bold;
    /* margin-bottom: 8px; */
  }

  .job-detail-company-head {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 50px;
  }
  .job-detail-company-el {
    font-size: 15px;
    font-weight: bold;
  }
  .job-detail-company-list li {
    margin-bottom: 15px;
  }
  .detail-job-inner-related-head {
    font-size: 17px !important;
    margin-bottom: 5px;
    margin-top: 40px;
  }

  .related-job-list {
    margin-bottom: 60px;
  }

  .related-job-list li {
    margin-bottom: 40px;
  }
  .related-job-list li img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .related-job-list li h3 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .related-job-list li p {
    font-size: 12px;
  }

  #contents
    .detail-header-area
    .detail-header-main
    .detail-header-main-head
    .icon-category.nodisplay {
    border: 0px;
  }
  #contents
    .detail-header-area
    .detail-header-main
    .detail-header-main-head
    .detail-title {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
    padding-top: 10px;
    letter-spacing: 0.02em;
  }
  #contents
    .detail-header-area
    .detail-header-main
    .detail-header-main-head
    .detail-company {
    padding: 10px 0px 5px 0px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  #contents .detail-header-area .detail-header-pic {
    position: relative;
    margin-top: 10px;
    padding: 0 3%;
  }
  #contents .detail-header-area .detail-header-pic .detail-header-new {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 8px;
    left: 0px;
    background-color: #6cc644;
    padding: 5px 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    color: #fff;
    padding-top: 8px;
    padding-left: 8px;
    z-index: 3;
  }
  #contents .detail-header-area .detail-header-pic .detail-header-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: url(../img/sample_job_dummy.png);
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
  }
  #contents
    .detail-header-area
    .detail-header-pic
    .detail-header-img.sample-img {
    background-image: url(../img/sample_job_list.jpg);
  }

  .ctr-navition {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 0;
    z-index: 100;
    text-align: center;
  }
  .ctr-navition div {
    margin: 0 10px;
  }
  .ctr-navition .entry-btn-job-detail {
    display: inline-block;
    border: 2px solid #ff8000;
    background: #ff8000;
    border-radius: 5px;
    padding: 8px 30px 8px 20px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    min-width: 115px;
    text-align: center;
    position: relative;
  }
  .ctr-navition .entry-btn-job-detail:after {
    position: absolute;
    right: 10px;
    top: 40%;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(45deg);
  }

  .ctr-navition .entry-btn-job-detail:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 40%;
    right: 7px;
    transition: 0.4s;
  }

  .ctr-navition .favorite-btn-job-detail {
    display: inline-block;
    border: 1px solid #f15252;
    border-radius: 5px;
    color: #f15252;
    font-size: 0.8rem;
    font-weight: bold;
    background: #fff;
  }
  .ctr-navition .btn-bookmark {
    padding: 9px 5px 9px 30px;
    background-position: 8px 9px;
    font-size: 0.9rem;
    background-size: 17px 17px;
  }

  #contents .profile-area {
    padding: 0 3%;
  }
  #contents .profile-area .profile-inner {
    background: #fefefe;
    margin: 0 auto 30px auto;
    text-align: left;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
  }
  #contents .profile-area .profile-inner .form-area label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 30px 20px 12px 0px;
  }
  #contents .profile-area .profile-inner .form-area .profile-data {
    color: #666;
  }
  #contents .profile-area .profile-inner .form-area .form-check-list {
    position: relative;
  }
  #contents .profile-area .profile-inner .form-area .form-check-list label {
    padding: 2px 10px 5px 28px;
  }
  #contents
    .profile-area
    .profile-inner
    .form-area
    .form-check-list
    .form-check-selected {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 12px 10px 12px 0px;
  }
  #contents .profile-area .profile-inner .form-area .profile-data-tarea {
    position: relative;
    padding-bottom: 50px;
  }
  #contents .profile-area .profile-inner .form-area .full {
    width: 90%;
    margin: auto;
  }
  #contents .profile-area .profile-inner .form-area .full.check {
    margin: 20px auto 40px auto;
  }
  #contents .profile-area .profile-inner .form-area .form-btn-area {
    clear: both;
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #contents .profile-area .profile-inner .form-area .form-social-area {
    clear: both;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #contents .profile-area .profile-inner .form-area .form-social-area.btop {
    border-top: 1px dotted #999;
  }
  #contents .profile-area .profile-inner .form-area .form-social-area label {
    width: 85%;
    margin: 10px auto 0px auto;
  }
  #contents
    .profile-area
    .profile-inner
    .form-area
    .form-social-area
    .profile-data-tarea {
    padding-top: 20px;
    padding-bottom: 0px;
    width: 90%;
    margin: auto;
    text-align: center;
  }
  #contents
    .profile-area
    .profile-inner
    .form-area
    .form-social-area
    .profile-data-tarea
    .profile-data-caution {
    margin-top: 30px;
  }
  #contents
    .profile-area
    .profile-inner
    .form-area
    .form-social-area
    .profile-data-tarea
    .profile-data-caution
    p {
    font-size: 80%;
    margin: 0px 5px;
  }
  #contents .profile-area .profile-inner .form-area .form-social-area a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #fff;
    padding: 13px 35px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  #contents .profile-area .profile-inner .form-area .form-social-area a.btn-fb {
    background: #3c59b5;
    color: #ffffff;
    margin-left: 5px;
    position: relative;
    padding-left: 60px;
  }
  #contents
    .profile-area
    .profile-inner
    .form-area
    .form-social-area
    a.btn-fb:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 38px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  #contents
    .profile-area
    .profile-inner
    .form-area
    .form-social-area
    a.btn-fb:hover {
    background: #264391;
  }

  .page-mspace {
    background: #faf8f4;
  }
  .page-mspace #container {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
  .page-mspace #container .contents {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 8px;
  }
  .page-mspace #container .page-header {
    height: 75px;
  }
  .page-mspace #container .page-header h1 {
    position: relative;
    top: 14px;
  }
  .page-mspace #container .page-header h1 img {
    width: 200px;
    height: auto;
  }
  .page-mspace #container .page-header .page-header-tel-area {
    position: relative;
    float: right;
    bottom: 32px;
    right: 10px;
  }
  .page-mspace #container .page-header .page-header-tel-area .page-header-tel {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .page-mspace #container .page-pankuzu {
    margin: 5px 0px;
    padding: 20px 24px;
    background-color: #53473f;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
  .page-mspace #container .page-pankuzu ul li {
    color: #fff;
    display: inline-block;
    padding: 0 2px;
  }
  .page-mspace #container .page-pankuzu ul li a {
    color: #fff;
  }
  .page-mspace #container .main-container .mspace-main-social-area {
    position: relative;
    top: 22px;
    margin-left: 388px;
  }
  .page-mspace #container .main-container .mspace-main-area {
    min-height: 300px;
    margin-top: 4px;
    margin-bottom: 30px;
  }
  .page-mspace #container .main-container .mspace-main-area.list-line {
    border-bottom: 2px dotted #ddd;
    margin-top: 36px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .list-mspace-area-noitem {
    text-align: center;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left {
    float: left;
    width: 480px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-title {
    min-height: 72px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-title
    .mspace-label-icon {
    float: left;
    background-color: #4eae4c;
    width: 12px;
    height: 54px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    margin-right: 12px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-title
    .mspace-main-title-content
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-title
    .mspace-main-title-content
    h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    font-weight: bold;
    margin-bottom: 4px;
    height: 28px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-title
    .mspace-main-title-content
    p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.33333;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-title
    .mspace-main-title-content
    .mspace-main-social-area {
    position: relative;
    bottom: 52px;
    right: 10px;
    width: 100%;
    text-align: right;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-title
    .mspace-main-image-sp {
    display: none;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content {
    margin: -8px 10px 10px 2px;
    padding: 0px 4px 0px 0px;
    border-top: 1px solid #aaa;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content.mspace-main-list-content {
    margin: -8px 10px 40px 2px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    ul {
    margin-bottom: 30px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    ul
    li {
    height: 100%;
    min-height: 28px;
    border-bottom: 1px dashed #aaa;
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    ul
    li
    .mspace-main-content-label {
    float: left;
    min-width: 140px;
    height: 100%;
    min-height: 28px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    ul
    li
    .mspace-main-content-label:before {
    content: "";
    position: relative;
    top: 3px;
    left: 0px;
    padding: 0px 0 0 18px;
    width: 10px;
    height: 10px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    ul
    li
    .mspace-main-content-label
    span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    table
    tr {
    min-height: 28px;
    border-bottom: 1px dashed #aaa;
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    table
    tr
    .mspace-main-content-label {
    float: left;
    min-width: 140px;
    height: 100%;
    min-height: 28px;
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    table
    tr
    .mspace-main-content-label:before {
    content: "";
    position: relative;
    top: 3px;
    left: 0px;
    padding: 0px 0 0 18px;
    width: 10px;
    height: 10px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    table
    tr
    .mspace-main-content-label
    span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    table
    tr
    .mspace-main-content-item {
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    width: 100%;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-right {
    float: right;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-right
    .mspace-main-image-area {
    position: relative;
    top: 0px;
    right: 4px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-right
    .mspace-main-image-area
    a {
    cursor: pointer;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-right
    .mspace-main-image-area
    a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-right
    .mspace-main-image-area
    .mspace-popup-image:hover {
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-right
    .mspace-main-image-area
    img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 400px;
    height: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-right
    .mspace-main-image-area
    img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title {
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title
    h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    font-weight: bold;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title
    h2:before {
    content: "";
    position: relative;
    top: 1px;
    left: 0px;
    padding: 0px 14px 0 18px;
    width: 21px;
    height: 21px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title
    h2.search-result
    strong {
    font-weight: bold;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul {
    margin: 10px 0px 50px 0px;
    text-align: center;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul.list-center {
    text-align: center;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul
    li {
    display: inline-block;
    margin: 0px auto 20px auto;
    margin-left: 2px;
    margin-right: 6px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-popup-image:hover {
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-popup-image
    img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    width: 292px;
    height: auto;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-popup-image
    img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-label
    .mspace-page-item-label-area {
    padding: 10px 2px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-label
    .mspace-page-item-label-area
    p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    text-align: left;
  }
  .page-mspace #container .page-contact-area {
    border: solid 5px #4eae4c;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    margin: 80px auto 0px auto;
  }
  .page-mspace #container .page-contact-area .top-contact-title {
    padding: 20px 0px 16px 0px;
    margin-bottom: 22px;
  }
  .page-mspace #container .page-contact-area .top-contact-title h2 {
    background-size: 247px 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 15px auto 0 auto;
  }
  .page-mspace #container .page-contact-area ul {
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
  }
  .page-mspace #container .page-contact-area ul li {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 410px;
    display: inline-block;
    padding: 0px 8px;
  }
  .page-mspace #container .page-contact-area ul li.top-contact-left {
    margin-left: 16px;
  }
  .page-mspace
    #container
    .page-contact-area
    ul
    li
    .top-contact-tel-btn
    .top-contact-tel-img {
    position: relative;
    padding: 15px 0px 15px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_tel.png?1496163292) no-repeat;
    height: 56px;
    background-position: center;
    background-color: #38afa2;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 450px;
  }
  .page-mspace
    #container
    .page-contact-area
    ul
    li
    .top-contact-contact-btn
    .top-contact-contact-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 20px 40px;
    padding: 15px 0px 15px 0px;
    background-color: #333;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_mail.png?1496163292) no-repeat;
    background-position: center;
    background-color: #4eae4c;
    height: 56px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 450px;
  }
  .page-mspace
    #container
    .page-contact-area
    ul
    li
    .top-contact-contact-btn
    .top-contact-contact-img:hover {
    background-color: #ff9900;
  }
  .page-mspace #container .page-contact-area.page-error-area {
    padding: 20px;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-title {
    border-bottom: 2px dotted #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page-mspace
    #container
    .page-contact-area.page-error-area
    .page-error-title
    h2 {
    color: #4eae4c;
    text-align: center;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.11765;
    font-weight: bold;
    margin: 10px 0px;
  }
  .page-mspace
    #container
    .page-contact-area.page-error-area
    .page-error-title
    p {
    color: #666;
    text-align: center;
  }
  .page-mspace
    #container
    .page-contact-area.page-error-area
    .page-error-area-msg {
    padding: 10px;
    text-align: center;
  }
  .page-mspace
    #container
    .page-contact-area.page-error-area
    .page-error-area-msg
    p {
    color: #666;
  }
  .page-mspace
    #container
    .page-contact-area.page-error-area
    .page-error-footer-area {
    padding: 20px;
    text-align: center;
  }
  .page-mspace
    #container
    .page-contact-area.page-error-area
    .page-error-footer-area
    a {
    color: #666;
  }
  .page-mspace #container #footer {
    background-color: #53473f;
    margin: 140px 0 0;
    padding: 30px 0;
    border-top: solid 1px #f0ede6;
    color: #f0ede6;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
    height: 100px;
  }
  .page-mspace #container #footer .page-pagetop-area {
    width: 150px;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .page-mspace #container #footer .page-pagetop-area .btn-pagetop:before {
    content: "";
    position: relative;
    top: 9px;
    left: 0px;
    padding: 8px 0 10px 36px;
    width: 23px;
    height: 23px;
  }
  .page-mspace #container #footer .page-pagetop-area .btn-pagetop.mhover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  /* Alert
  ---------------------------------------- */
  .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0.2em;
  }

  .validate-msg-area {
    display: none;
    position: fixed;
    width: 65%;
    top: 5%;
    right: 10px;
    z-index: 5000;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .validate-msg-area.alert-dismissible {
    padding-right: 35px;
  }
  .validate-msg-area.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .validate-msg-area .close {
    position: relative;
    top: -2px;
    right: 0px;
    color: inherit;
    float: right;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.14286;
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    outline: none;
    border: none;
  }

  /* Popup
  ---------------------------------------- */
  #popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #popup-overlay #popup-overlay-bg {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #0b0806;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  #popup-overlay #popup-overlay-container {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 1001;
    max-width: 680px;
    height: 93%;
    max-height: 520px;
    top: 14%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background-size: contain;
    -webkit-background-size: contain;
    background-position: 50% 50%;
    -webkit-background-position: 50% 50%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: #faf8f4;
  }
  #popup-overlay #popup-overlay-container:hover .popup-overlay-action-prev {
    left: 3%;
  }
  #popup-overlay #popup-overlay-container:hover .popup-overlay-action-next {
    right: 3%;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-outer-frame {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-inner-frame {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action {
    padding: 10px 0px;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-action
    .popup-overlay-action-image
    img {
    width: 100%;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-action
    .popup-overlay-action-image
    .popup-overlay-action-catch-area {
    text-align: left;
    padding: 6px 10px 10px 10px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-prev {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-position: 6px 8px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    top: 42%;
    left: -13%;
    background-color: transparent;
    padding: 8px 6px;
    opacity: 1;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-prev:active {
    left: 3%;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-prev:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-next {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-position: 6px 8px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    top: 42%;
    right: -13%;
    background-color: transparent;
    padding: 8px 6px;
    opacity: 1;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-next:active {
    right: 3%;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-next:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #popup-overlay #popup-overlay-container .popup-overlay-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    min-height: 50px;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-action-catch-area {
    text-align: left;
    padding: 6px 10px 10px 10px;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-action-catch-area
    .popup-overlay-action-catch {
    float: left;
    margin: 10px 0 0 20px;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-action-close {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: right;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 14px 20px 0px 0px;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-action-close:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-number {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    margin: 16px 0 0 20px;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-number
    p {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-number
    p
    .popup-overlay-number-current {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
    padding-right: 6px;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-number
    p
    .popup-overlay-number-max {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    font-weight: bold;
    padding-left: 6px;
  }

  /* Popup Contact
  ---------------------------------------- */
  #popup-contact-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #popup-contact-overlay #popup-contact-overlay-bg {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #0b0806;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  #popup-contact-overlay #popup-contact-overlay-container {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 1001;
    max-width: 680px;
    height: 93%;
    max-height: 520px;
    top: 14%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background-size: contain;
    -webkit-background-size: contain;
    background-position: 50% 50%;
    -webkit-background-position: 50% 50%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: #faf8f4;
  }
  #popup-contact-overlay
    #popup-contact-overlay-container
    .popup-contact-overlay-outer {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  #popup-contact-overlay
    #popup-contact-overlay-container
    .popup-contact-overlay-inner {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }

  /* Paging
  ---------------------------------------- */
  .result-paging {
    position: relative;
    margin-bottom: 10px;
  }
  .result-paging:after {
    content: "";
    display: block;
    clear: both;
  }
  .result-paging .nav-prevnext {
    width: 100%;
  }
  .result-paging .nav-prevnext .prev {
    position: absolute;
    left: 0px;
    top: 2px;
  }
  .result-paging .nav-prevnext .prev a:before {
    margin-right: 8px;
    content: "\AB";
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    vertical-align: -1px;
  }
  .result-paging .nav-prevnext .next {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .result-paging .nav-prevnext .next a:after {
    content: "\BB";
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    vertical-align: -1px;
  }
  .result-paging .nav-prevnext a {
    color: #2a201b;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    line-height: 36px;
    width: 20px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f0f0e6;
    border: 1px solid #dcd2d6;
  }
  .result-paging .nav-prevnext a:hover {
    background-color: #ff9900;
    border-color: #ff9900;
    color: #fff;
  }
  .result-paging .pagenation {
    width: 100%;
    text-align: center;
    padding-top: 4px;
  }
  .result-paging .pagenation ul.pagenation-nav {
    margin: 0px auto !important;
    font-size: 0;
    line-height: 1;
  }
  .result-paging .pagenation ul.pagenation-nav li {
    display: inline-block;
    float: inherit !important;
    padding: 5px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    line-height: 28px;
    margin: auto !important;
  }
  .result-paging .pagenation ul.pagenation-nav li.current {
    margin: 0 8px !important;
  }
  .result-paging .pagenation ul.pagenation-nav a {
    display: inline-block;
    border: none;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f0f0e6;
    border: 1px solid #dcd2d6;
    color: #2a201b;
    min-width: 20px;
    padding: 0 8px;
    border-radius: 2px;
    text-align: center;
  }
  .result-paging .pagenation ul.pagenation-nav a:hover {
    background-color: #ff9900;
    border-color: #ff9900;
    color: #fff;
  }

  /* Slider
  ---------------------------------------- */
  .slider {
    width: 660px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .slider .slideSet {
    position: absolute;
  }
  .slider .slideSet div {
    width: 660px;
    box-sizing: border-box;
  }
  .slider .slide {
    float: left;
  }

  /* Form
  --------------------------------------- */
  .form-area .full {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .form-area .full .wpcf7-not-valid-tip {
    color: #e30b20;
  }
  .form-area .full.check {
    margin-top: 20px;
  }
  .form-area .full.check .form-check-list {
    position: relative;
    margin: 0;
    padding: 0px 10px 0px 0px;
  }
  .form-area .full.check .form-check-list li {
    display: inline-block;
    margin: 3px auto;
  }
  .form-area .full.check .form-check-list li label {
    min-width: auto;
  }
  .form-area .full .agreeCheck {
    padding-top: 8px;
    position: relative;
  }
  .form-area .full .agreeCheck span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    vertical-align: top;
    padding-bottom: 10px;
  }
  .form-area .full .agreeCheck span.cb-label {
    position: relative;
    padding-left: 30px;
    padding-right: 5px;
    padding-top: 4px;
    font-size: 0.9rem;
  }
  .form-area .full .agreeCheck span.agree-term {
    padding-left: 30px;
  }
  .form-area .full .agreeCheck span.wpcf7-list-item-label {
    padding-left: 12px;
  }
  .form-area .full .agreeCheck.signup span {
    padding-left: 30px;
  }
  .form-area .full p {
    color: #444;
    display: inline-block;
    min-height: 26px;
    margin-bottom: 10px;
  }
  .form-area div.form-item {
    float: left;
    width: 100%;
  }
  .form-area span.required {
    color: #b20000;
  }
  .form-area label {
    text-align: left;
    padding: 0px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    min-width: inherit;
    width: 100%;
    display: inherit !important;
  }
  .form-area label.vtop {
    float: left;
    padding-top: 12px;
  }
  .form-area label.vtop-cnf {
    float: left;
  }
  .form-area .validate-error-message .error {
    color: #b20000;
    background-color: #f0c1b2;
    padding: 8px 10px 5px;
    text-align: center;
    margin: 14px 0px 15px;
    border: 1px solid #b20000;
  }
  .form-area .input-form-info {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    color: #aaa;
    margin-left: 10px;
    height: 100px;
  }
  .form-area input[type="text"],
  .form-area input[type="email"],
  .form-area input[type="password"],
  .form-area input[type="tel"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 12px 1% 8px 1% !important;
    border: 0;
    outline: none;
    vertical-align: middle;
    min-width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #647373;
    border: 1px solid #bbb !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    transition: 0.05s border-color ease-in-out;
    border-radius: 0 !important;
    -moz-box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
    margin: 6px 0px 14px 0px;
  }
  .form-area input[type="text"].short,
  .form-area input[type="email"].short,
  .form-area input[type="password"].short,
  .form-area input[type="tel"].short {
    width: 25%;
  }
  .form-area input[type="text"].short-min,
  .form-area input[type="email"].short-min,
  .form-area input[type="password"].short-min,
  .form-area input[type="tel"].short-min {
    min-width: 40%;
    width: 40%;
  }
  .form-area input[type="text"].middle,
  .form-area input[type="email"].middle,
  .form-area input[type="password"].middle,
  .form-area input[type="tel"].middle {
    width: 90%;
  }
  .form-area input[type="text"]:hover,
  .form-area input[type="email"]:hover,
  .form-area input[type="password"]:hover,
  .form-area input[type="tel"]:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    outline: 0;
  }
  .form-area input[type="text"]:focus,
  .form-area input[type="email"]:focus,
  .form-area input[type="password"]:focus,
  .form-area input[type="tel"]:focus {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #e30b20 !important;
    box-shadow: 0 0 1px 0 #ff9900;
    outline: 0;
  }
  .form-area input[type="text"].form-error,
  .form-area input[type="email"].form-error,
  .form-area input[type="password"].form-error,
  .form-area input[type="tel"].form-error {
    background-color: #f0c1b2 !important;
    border: 2px solid #b20000 !important;
  }
  .form-area input[type="text"][disabled],
  .form-area input[type="email"][disabled],
  .form-area input[type="password"][disabled],
  .form-area input[type="tel"][disabled] {
    background: #efefef;
    color: #666;
    cursor: not-allowed;
  }
  .form-area textarea {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 12px 1% 8px 1% !important;
    border: 0;
    outline: none;
    vertical-align: middle;
    min-width: 85%;
    max-width: 250px;
    font-size: 16px;
    line-height: 20px;
    color: #647373;
    border: 1px solid #bbb !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    transition: 0.05s border-color ease-in-out;
    border-radius: 0 !important;
    -moz-box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
  }
  .form-area textarea:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    outline: 0;
  }
  .form-area textarea:focus {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #e30b20 !important;
    box-shadow: 0 0 1px 0 #ff9900;
    outline: 0;
  }
  .form-area textarea.form-error {
    background-color: #f0c1b2 !important;
    border: 2px solid #b20000 !important;
  }
  .form-area input[type="checkbox"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .form-area label input[type="checkbox"] + span:hover {
    cursor: pointer;
  }
  .form-area input[type="checkbox"] + span::before,
  .form-area input[type="checkbox"] + span::after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    position: absolute;
    top: 6px;
    left: 0;
    display: inline-block;
    content: "";
    box-sizing: border-box;
  }
  .form-area input[type="checkbox"] + span::before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    border: 1px #bbb solid;
    border-radius: 5px;
  }
  .form-area input[type="checkbox"].form-error + span::before {
    border: 2px #b20000 solid;
    background-color: #f0c1b2;
  }
  .form-area label input[type="checkbox"] + span::after {
    z-index: 1;
    margin: 5px 8px;
    width: 6px;
    height: 9px;
  }
  .form-area label input[type="checkbox"]:checked + span::before {
    background-color: #f90;
    border: 2px #f90 solid;
  }
  .form-area label input[type="checkbox"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .form-area input[type="radio"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .form-area label input[type="radio"] + span:hover {
    cursor: pointer;
  }
  .form-area input[type="radio"] + span::before,
  .form-area input[type="radio"] + span::after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
    content: "";
    box-sizing: border-box;
  }
  .form-area input[type="radio"] + span::before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    border: 1px #bbb solid;
    border-radius: 2em;
  }
  .form-area input[type="radio"].form-error + span::before {
    border: 2px #b20000 solid;
    background-color: #f0c1b2;
  }
  .form-area label input[type="radio"] + span::after {
    z-index: 1;
    margin: 5px 8px;
    width: 6px;
    height: 9px;
  }
  .form-area label input[type="radio"]:checked + span::before {
    background-color: #f90;
    border: 2px #f90 solid;
  }
  .form-area label input[type="radio"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .form-area .fit {
    padding: 5px 10px;
    width: 90%;
  }
  .form-area .inquiry-inner {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .signup-wrap {
    max-width: 100%;
    margin: 20px auto 0;
    padding: 0 10px;
  }
  .signup-wrap .signup-bloc {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .signup-wrap .signup-bloc .desc {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #999;
    margin-bottom: 15px;
  }
  .signup-wrap .login-bloc {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .signup-wrap .login-bloc .inner {
    margin: 0;
    padding: 20px;
    background: #efefef;
  }
  .signup-wrap .login-bloc .inner .head {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .signup-wrap .login-bloc .inner .link a {
    font-size: 0.9rem;
    font-weight: bold;
    color: #ff8000;
  }
  .table-form {
    width: 100%;
    color: #333;
  }
  .table-form th {
    width: 30%;
    background: #efefef;
    padding: 10px;
    border: 1px solid #999;
    font-size: 0.8rem;
  }
  .table-form th span {
    color: #f15252;
    display: block;
  }
  .table-form td {
    width: 60%;
    padding: 10px;
    border: 1px solid #999;
    vertical-align: middle;
  }
  #wpmem_reg .table-form td input[type="text"],
  #wpmem_reg .table-form td input[type="email"],
  #wpmem_reg .table-form td input[type="password"] {
    min-width: 95%;
    background: none;
    font-size: 15px;
    padding: 8px !important;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 5px !important;
  }
  #wpmem_reg .table-form td .last-name {
    margin-bottom: 10px;
  }
  #wpmem_reg .table-form td input[type="text"]::placeholder,
  #wpmem_reg .table-form td input[type="email"]::placeholder,
  #wpmem_reg .table-form td input[type="password"]::placeholder {
    font-size: 0.7rem;
  }

  .policy-link {
    margin-top: 10px;
    font-size: 0.8rem;
  }
  .policy-link a {
    color: #60b638;
  }
  .form-area .btn-register {
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem !important;
    background-color: hsl(30, 100%, 50%);
    border: 1px solid #fff;
    padding: 20px 30px;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
  }

  .form-area .agreement-box {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: 4px auto auto auto;
    overflow-y: auto;
    resize: vertical;
    width: 88%;
    height: 200px;
    margin-bottom: 10px;
    padding: 2px 1%;
    background: #f0f0f0;
    border: 1px solid #ccc;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
  }
  .form-area .agreement-box h2.agree-title {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    line-height: 1.28571 !important;
    color: #444 !important;
    margin-bottom: 10px;
  }
  .form-area .agreement-box h2.agree-title:after {
    background: none;
  }
  .form-area .post-edit-btn {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #fff;
    background-color: #f90;
    border: 1px solid #fff;
    padding: 12px 36px 12px 58px;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  .form-area .post-edit-btn:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 38px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .form-area .post-edit-btn.mhover {
    cursor: pointer;
    background-color: #c60;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .form-area .post-send-btn {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #fff;
    background-color: #e30b20;
    border: 1px solid #fff;
    padding: 12px 26px 12px 45px;
    position: relative;
    outline: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  .form-area .post-send-btn.mgntop {
    margin-top: 20px;
  }
  .form-area .post-send-btn:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_check.png?1528992548") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 10px;
    left: 16px;
    width: 20px;
    height: 20px;
  }
  .form-area .post-send-btn:hover {
    cursor: pointer;
  }
  .form-area .post-send-btn.mhover {
    cursor: pointer;
    background-color: #c22;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .form-area .post-back-btn {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #fff;
    background-color: #999999;
    padding: 9px 15px 9px 15px;
    position: relative;
    bottom: -5px;
    margin-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  .form-area .post-back-btn:hover {
    cursor: pointer;
  }
  .form-area .post-back-btn.mhover {
    cursor: pointer;
    background-color: #ff9900;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .form-area .post-back-btn.mgnl {
    margin-right: 20px;
  }
  .form-area .btn-fb-login {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-top: 30px;
    text-align: center;
  }
  .form-area .btn-fb-login .btn-fb {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #3c59b5;
    color: #ffffff;
    margin-left: 5px;
    position: relative;
    padding: 15px 35px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  .form-area .btn-fb-login .btn-fb:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 38px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .form-area .btn-fb-login .btn-fb:hover {
    cursor: pointer;
  }
  .form-area .btn-fb-login .btn-fb.mhover {
    cursor: pointer;
    background: #264391;
  }
  .form-area .btn-mail-signup {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #aaa;
    padding-top: 60px;
  }
  .form-area .btn-mail-signup .btn-mail.btn-mail {
    color: #2a201b;
    margin-left: 0px;
    position: relative;
    background-color: #fff;
    padding: 15px 15px;
    padding-left: 34px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  .form-area .btn-mail-signup .btn-mail.btn-mail:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 14px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .form-area .btn-mail-signup .btn-mail.btn-mail:hover {
    cursor: pointer;
  }
  .form-area .btn-mail-signup .btn-mail.btn-mail.mhover {
    cursor: pointer;
    color: #2a201b;
    background: rgba(0, 0, 0, 0.1);
  }
  .form-area .login-or-line {
    position: relative;
    text-align: center;
    margin: 50px auto 5px auto;
  }
  .form-area .login-or-line:before {
    content: "";
    background: #ddd;
    width: 20%;
    height: 0.07em;
    margin: auto;
    position: absolute;
    left: 18%;
    bottom: 10px;
    z-index: 2;
  }
  .form-area .login-or-line:after {
    content: "";
    background: #ddd;
    width: 20%;
    height: 0.07em;
    margin: auto;
    position: absolute;
    right: 18%;
    bottom: 10px;
    z-index: 2;
  }
  .form-area .form-btn-area {
    clear: both;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    padding-top: 30px;
  }
  .form-area .form-btn-area.fcenter {
    text-align: center;
  }
  .form-area .form-btn-area.btop {
    border-top: 1px dotted #999;
  }
  .form-area .form-btn-area.notopline {
    border-top: 0px;
    margin-top: 0px;
    padding-top: 20px;
  }
  .form-area .form-btn-area .form-btn-submit {
    position: relative;
    max-width: 170px;
    margin: auto;
  }
  .form-area .form-btn-area .form-btn-submit:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_check.png?1528992548") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 11px;
    left: 30px;
    width: 20px;
    height: 20px;
    z-index: 2;
  }
  .form-area .form-btn-area .form-btn-back-area {
    margin-top: 40px;
  }
  .form-area .form-btn-area .form-btn-back-area p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    letter-spacing: 0.05em;
  }
  .form-area .form-btn-area .form-btn-back-area p a {
    position: relative;
  }
  .form-area .form-btn-area .form-btn-back-area p a:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #2a201b;
    border-right: 1px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .form-area .form-btn-area .form-btn-back-area p a:hover {
    cursor: pointer;
  }
  .form-area .form-btn-area .form-btn-back-area p a:hover:before {
    content: "";
    position: absolute;
    border-top: 1px solid #e30b20;
    border-right: 1px solid #e30b20;
  }
  .form-area .wpcf7 input[type="text"].wpcf7-not-valid,
  .form-area .wpcf7 input[type="email"].wpcf7-not-valid,
  .form-area .wpcf7 input[type="tel"].wpcf7-not-valid {
    background-color: #f0c1b2;
  }
  .form-area .wpcf7 textarea.wpcf7-not-valid {
    background-color: #f0c1b2;
  }
  .form-area .wpcf7 .wpcf7-not-valid input[type="checkbox"] + span::before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 0;
    background-color: #f0c1b2;
    width: 22px;
    height: 22px;
    border: 1px #bbb solid;
    border-radius: 5px;
  }
  .form-area .wpcf7 .wpcf7-character-count {
    font-size: 90%;
    color: #ccc;
    padding-left: 10px;
  }
  .form-area .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background-color: #60b838;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
  }
  .form-area .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    color: #b20000;
    background-color: #f0c1b2;
    padding: 8px 10px 5px;
    text-align: center;
    margin: 14px 4% 25px;
    border: 1px solid #b20000;
  }
  .form-area .wpmem_validate_msg {
    color: #b20000;
    background-color: #f0c1b2;
    padding: 8px 10px 5px;
    text-align: center;
    margin: 14px 4% 25px;
    border: 1px solid #b20000;
    width: 90%;
    margin: 0px auto 30px auto;
  }
  .form-area .wpmem_validate_msg h3 {
    color: #b20000;
    border-bottom: 0px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .form-area .wpmem_validate_msg p {
    font-size: 90%;
  }
  .form-area .req {
    color: #bd3500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.3em;
    line-height: 50%;
  }

  .select-wrap {
    position: relative;
  }
  .select-wrap:before {
    content: "";
    position: absolute;
    right: 0.8em;
    top: 1.1em;
    background: url(../img/ico_selectbox_right.png) no-repeat;
    background-size: 9px 4px;
    display: block;
    transition: 0.4s all ease-in-out;
    background-position: 0px 2px;
    padding: 4px 5px;
    z-index: 10;
    pointer-events: none;
  }
  .select-wrap select {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #666;
    outline: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    background: #ffffff;
    vertical-align: middle;
    font-size: 0.85rem;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-height: 2em;
    padding: 8px 12px;
    border: 0.06em solid #bcbab0;
    cursor: pointer;
    width: 100%;
    min-width: 170px;
    border-radius: 5px;
  }
  .select-wrap select:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 0.06em solid #bcbab0;
    background: #f7f7f7;
  }
  .select-wrap select.error {
    background: #f0c1b2;
    border: 1px solid #cc3300;
  }
  .select-wrap select::-ms-expand {
    display: none;
  }

  .archive-tool-wrap {
    padding: 0 10px;
    margin-bottom: -20px;
  }
  .side-search-item {
    float: right;
  }
  .caption {
    display: inline-block;
    font-size: 0.8rem;
    margin-right: 8px;
  }
  .side-search-select {
    display: inline-block;
  }

  /* Form Error
  --------------------------------------- */
  .error-message {
    margin: 0px;
    margin-top: 5px;
    display: block;
    color: #b20000;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    text-align: left;
    line-height: 24px;
    padding-left: 0px;
    margin-bottom: 0px;
    position: relative;
    bottom: 4px;
    width: 90%;
  }

  /* testimonial top*/
  section.s-top-voice .voice-container .testimonial-list-front > li {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .testimonial-info-front {
    padding: 10px;
  }

  /* testimonial list*/
  .testimonial-leaddesc {
    width: 95%;
    margin: 15px auto;
    color: #999;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
  }
  .testimonial-content-wrap {
    width: 95%;
    margin: 35px auto 0;
  }
  .testimonial-list > li {
    border: 1px solid #efefef;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(239, 239, 239, 1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(239, 239, 239, 1);
    box-shadow: 5px 5px 0px 0px rgba(239, 239, 239, 1);
    transition: 0.8s;
  }
  .textimonial-thumb {
    float: none;
  }
  .textimonial-thumb img {
    width: 100%;
  }
  .testimonial-info {
    float: none;
    max-width: 100%;
    padding: 20px 30px;
  }
  .testimonial-date {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .testimonial-title a {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .testimonial-user {
    color: #333;
    font-size: 14px;
    margin: 15px 0;
  }
  .testimonial-desc {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .testimonial-taglist a {
    color: #333;
    font-size: 12px;
    display: inline-block;
    background: #efefef;
    border-radius: 35px;
    margin-right: 8px;
    padding: 10px;
  }

  /* testimonial detail*/

  .tetsimonial-detail-img {
    margin: 20px 0 30px;
  }
  .tetsimonial-detail-img img {
    max-width: 90%;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(239, 239, 239, 1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(239, 239, 239, 1);
    box-shadow: 10px 10px 0px 0px rgba(239, 239, 239, 1);
  }
  .tetsimonial-detail-date {
    width: 90%;
    margin: 0 auto 10px;
  }
  .tetsimonial-detail-title {
    font-size: 20px;
    width: 90%;
    margin: 0 auto 10px;
  }
  .tetsimonial-detail-user {
    width: 90%;
    margin: 0 auto 10px;
  }
  .testimonial-detail-taglist {
    width: 90%;
    margin: 0 auto 20px;
  }
  .user-intro-wrap {
    width: 80%;
    margin: 0 auto;
  }
  .user-intro-thumb {
    width: 100%;
    margin-bottom: 20px;
  }
  .user-intro-thumb img {
    max-width: 40%;
    border-radius: 50%;
    height: auto;
  }
  .user-intro-info {
    width: 100%;
    margin-left: 0;
    font-size: 13px;
  }

  .testimonial-detail-relationwrap .testimonial-relate-list-front > li {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .testimonial-detail-relationinner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 30px;
  }
  .testimonial-detail-relationinner h2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin: 0 0 25px 0;
    text-align: center;
  }
  .testimonial-relate-info-front {
    padding: 10px;
  }
  .testimonial-relate-img-front img {
    width: 100%;
  }
  .testimonial-relate-date-front {
    font-size: 12px;
    margin-bottom: 10px;
    color: #999;
  }
  .testimonial-relate-title-front a {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
  }
  .testimonial-relate-user-front {
    font-size: 14px;
    margin: 15px 0;
    color: #333;
  }
  .testimonial-relate-taglist-front a {
    color: #333;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #efefef;
    background: #efefef;
    border-radius: 35px;
    margin-right: 8px;
    padding: 6px 10px;
  }
  .testimonial-relate-taglist-front a:hover {
    border: 1px solid #efefef;
    background: #fff;
  }
  .testimonial-detail-content {
    width: 90%;
    margin: 0 auto 40px;
  }
  .testimonial-detail-content h2 {
    padding: 5px 0 5px 7px;
    margin: 25px 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 700px) {
  html {
    background-color: #ffffff;
  }

  article {
    width: 100%;
  }

  #container {
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }

  #header {
    background: #ffffff;
    width: 100%;
    position: relative;
    z-index: 3000;
    /* box-shadow: 1px 6px 10px -10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 6px 10px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 6px 10px -10px rgba(0, 0, 0, 0.6); */
  }
  #header .h-container {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /* max-width: 900px; */
    min-height: 80px;
    margin: 0 auto;
  }
  #header .h-container h1.logo {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    position: relative;
    top: 24px;
    left: 1%;
  }
  #header .h-container h1.logo a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 40px;
    outline: none;
    display: block;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #header .h-container .logo.bnr-logo {
    background: url("../img/bnr_logo_header.png") no-repeat;
    background-size: 100%;
    width: 100px;
    height: 48px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    float: left;
    position: relative;
    top: 16px;
    margin-left: 20px;
  }
  #header .h-container .logo.bnr-logo:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #header .h-container .logo.bnr-logo_mod {
    margin-left: 34px;
  }
  #header .header-text {
    font-size: 12px;
    padding: 31px 20px 15px 35px;
    float: left;
  }
  #header .header-text_mod {
    padding: 31px 20px 15px 21px;
  }
  #header .h-container .inner .sp-nav {
    display: none;
  }
  #header .h-container .inner .header-right {
    float: right;
    margin-right: 180px;
    margin-top: 18px;
  }
  #header .h-container .inner .header-right .header-tel {
    background-size: 100%;
    width: 191px;
    height: 60px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  #header .h-container .inner .btns {
    position: relative;
  }
  #header .h-container .inner .btns ul.header-menu {
    position: absolute;
    right: 0px;
    top: 0;
  }
  #header .h-container .inner .btns ul.header-menu li {
    float: left;
    padding: 32px 12px;
  }
  #header .h-container .inner .btns ul.header-menu li.btn-ctr {
    float: left;
    padding: 0;
  }

  #header .h-container .inner .btns ul.header-menu li a.btn-contact {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    padding-left: 26px;
    color: #ffffff;
  }
  #header .h-container .inner .btns ul.header-menu li.btn-menu-business {
    color: #fff;
    text-align: center;
    position: relative;
    bottom: 16px;
    padding: 4px 5px 4px 5px;
  }
  #header .h-container .inner .btns ul.header-menu li.btn-menu-business:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.btn-menu-business
    .btn-business-area {
    background-color: #60b838;
    padding: 8px 20px;
    max-width: 70px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.btn-menu-business
    a.btn-business {
    color: #ffffff;
  }
  #header
    .h-container
    .inner
    .btns
    ul.header-menu
    li.btn-menu-business
    a.btn-business:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #header .h-container .inner .btns ul.header-menu li.header-menu-search {
    display: none;
  }
  #header .h-container .inner .btns ul.header-menu li .btn-header-login {
    color: #8b8b8b;
    font-weight: bold;
    padding: 30px 28px;
    font-size: 15px;
    background: #efefef;
    margin-left: 10px;
  }
  #header .h-container .inner .btns ul.header-menu li .btn-header-login:hover {
    background: #8b8b8b;
    color: #fff;
    transition: 0.4s;
  }
  #header .h-container .inner .btns ul.header-menu li .btn-header-signup {
    background: #ff8000;
    color: #fff;
    font-weight: bold;
    padding: 30px 28px;
    font-size: 15px;
  }
  #header .h-container .inner .btns ul.header-menu li .btn-header-signup:hover {
    background: #dd7003;
    transition: 0.4s;
  }
  #header .h-container .inner .btns ul.header-menu li .btn-header-client {
    background: #c7e7fa;
    color: #0279db;
    font-weight: bold;
    padding: 20px 18px;
    font-size: 15px;
    text-align: center;
    height: 39px;
  }
  #header .h-container .inner .btns ul.header-menu li .btn-header-client:hover {
    background: #9bdaff;
    transition: 0.4s;
  }
  #header .h-container .inner .btns ul.header-menu:after {
    clear: both;
  }
  #header .h-container-menu {
    width: 100%;
    min-height: 50px;
    background-color: #fff;
    margin: 0 auto;
  }
  #header .h-container-menu .menu {
    max-width: 900px;
    margin: 0 auto;
  }
  #header .h-container-menu .menu nav ul li {
    float: left;
    padding: 12px 18px;
  }
  #header #logo img {
    width: auto;
  }
  #header #top_img {
    display: none;
  }
  .register_header_btn-mobile {
    display: none;
  }
  .search-mobile {
    display: none;
  }

  #footer span {
    display: inline;
    padding: 0 10px 0 0;
  }
  #footer span.company_name {
    padding: 0 20px 0 0;
  }

  .mspace-label-icon {
    background-color: #4eae4c;
    width: 10px;
    height: 38px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }

  .btn {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .btn.btn-hover {
    color: #fff;
    background-color: #4eae4c;
    font-weight: bold;
  }
  .btn.btn-hover:hover {
    cursor: pointer;
    background-color: #ff9900;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .btn.btn-header-hover {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    color: rgba(0, 0, 0, 0.6);
  }
  .btn.btn-header-hover:hover {
    color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }

  .fillbg {
    background: #faf8f4 url(../img/bg_texture.png);
  }

  footer {
    clear: both;
    background: #ffffff;
    width: 100%;
    text-align: left;
    line-height: 1;
    font-weight: normal;
    position: relative;
    z-index: 20;
  }
  footer .footer-main {
    position: relative;
    width: 895px;
    margin: 0px auto 20px auto;
    padding: 30px 0 0 0;
    text-align: center;
  }
  footer .footer-main .btn-footer-logo {
    color: #666;
  }
  footer .footer-main .btn-footer-logo:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  footer .footer-main .footer-logo {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.125;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  footer .footer-main .footer-logo.bnr-logo {
    background: url("../img/bnr_logo_header.png") no-repeat;
    background-size: 100%;
    width: 95px;
    height: 46px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  footer .footer-col1 {
    float: left;
  }
  footer .footer-social-wrap {
    float: right;
  }
  footer .footer-social-btns {
    display: none;
  }
  footer .footer-social-wrap iframe {
    margin-right: 20px;
  }
  footer .footer-navi {
    float: left;
    margin-right: 40px;
  }
  footer .footer-navi ul li {
    font-size: 0.8rem;
    text-align: left;
    margin-bottom: 10px;
  }

  footer .footer-main .sns {
    float: left;
    margin: 0 0 30px 0;
    padding: 5px 0;
    text-align: left;
    font-size: 0;
    line-height: 0;
  }

  footer .footer-main .sns li {
    display: inline;
    margin: 0 6px 0 0;
  }
  footer .footer-main .contact {
    margin: 0 0 30px 0;
    float: right;
    font-size: 0;
    line-height: 0;
    text-align: right;
  }
  footer .footer-main .contact li {
    display: inline;
    margin: 0 0 0 5px;
  }
  footer .footer-main .contact li.ct {
    background: #f80;
  }
  footer .footer-main .contact li.mg {
    background: #630;
  }
  footer .footer-main .contact li a {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 0 32px 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    background-color: #4eae4c;
  }
  footer .footer-main .contact li a:hover {
    color: #ff9900;
  }
  footer .footer-main .contact li a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  footer .footer-main .contact li a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: -4px 0 0 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  footer .footer-main .category {
    clear: both;
    width: 80%;
    margin-bottom: 40px;
  }
  footer .footer-main .category.non-category {
    margin-bottom: 0px;
  }
  footer .footer-main .category h3 {
    position: relative;
    border-bottom: 1px solid #999;
    /* background: url(../images/newicon_03.png) left top no-repeat; */
    background-size: 22px;
    margin: 0 0 20px 0;
    padding: 2px 0 10px 2px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.22222;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    max-width: 90%;
    color: #630;
  }
  footer .footer-main .category h3:after {
    background: #663300;
    bottom: -1px;
    content: "";
    height: 0.06em;
    left: 0;
    position: absolute;
    width: 32%;
    z-index: 2;
  }
  footer .footer-main .category dl {
    width: 24%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
  }
  footer .footer-main .category dt {
    margin: 0 0 14px 0;
    padding: 0 0 0 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    text-align: left;
    color: #630;
  }
  footer .footer-main .category dt a:hover {
    color: #ff9900;
  }
  footer .footer-main .category dd {
    padding: 0 0 0 20px;
  }
  footer .footer-main .category dd ul li {
    margin: 0 0 4px 8px !important;
    line-height: 1.2;
    text-align: left;
  }
  footer .footer-main .category dd ul li a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
  }
  footer .footer-main .category dd ul li a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 5px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #444444;
    border-right: 1px solid #444444;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  footer .footer-main .category dd ul li a:hover {
    color: #ff9900;
  }
  footer .footer-main .category dd ul li a:hover:before {
    border-top: 2px solid #ff9900;
    border-right: 2px solid #ff9900;
  }
  footer .footer-main .footer-btn-area {
    position: absolute;
    width: 180px;
    right: 0px;
    top: 80px;
  }
  footer .footer-main .footer-btn-area .area {
    width: 100%;
  }
  footer .footer-main .btn.btn-hover {
    color: #fff;
    background-color: #4eae4c;
    font-weight: bold;
    padding: 8px 5px;
    width: 150px;
  }
  footer .footer-main .btn.btn-hover:hover {
    cursor: pointer;
    background-color: #ff9900;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  footer .footer-main .btn.btn-hover .btn-contact {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding-left: 40px;
    color: #ffffff;
    position: relative;
  }
  footer .footer-main .btn.btn-hover .btn-contact:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_mail.png?1528992548") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 3px;
    left: 10px;
    width: 20px;
    height: 20px;
  }
  footer .footer-main .btn a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding-left: 18px;
  }
  footer .footer-main .btn a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 9px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  footer .footer-main .btn a:hover {
    color: #ff9900;
  }
  footer .footer-main .btn a:hover:before {
    border-top: 2px solid #ff9900;
    border-right: 2px solid #ff9900;
  }
  footer .footer-sub {
    background: #ffffff;
    color: #3c342f;
    width: 100%;
    padding: 18px 0;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: normal;
  }
  footer .footer-sub a {
    padding: 0 15px;
    color: #000 !important;
  }
  footer .page-pagetop-area {
    display: none;
    position: fixed;
    right: 5%;
    bottom: 70px;
    width: 50px;
    z-index: 3000;
  }
  footer .page-pagetop-area .btn-pagetop {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 72px;
    height: 72px;
    background: url("../img/btn_pagetop.gif?1371752462") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 72px;
    height: 72px;
  }
  footer .page-pagetop-area .btn-pagetop:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #navi-floating {
    width: 100%;
    height: 60px;
    top: 0px;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 3000;
  }
  #navi-floating div.inner {
    width: 100%;
    /* max-width: 900px; */
    padding-left: 15px;
    margin: 0 auto;
    height: 60px;
    text-align: center;
  }
  #navi-floating div.inner div.navi-floating-logo {
    float: left;
    margin-top: 18px;
  }
  #navi-floating div.inner div.navi-floating-logo a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-size: 100%;
    height: 40px;
    outline: none;
    letter-spacing: 0.1em;
    font-weight: bold;
    display: block;
  }
  #navi-floating div.inner div.navi-floating-logo.bnr-logo {
    background: url("../img/bnr_logo_header.png") no-repeat;
    background-size: 100%;
    width: 80px;
    height: 48px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin-top: 0px;
    position: relative;
    top: 10px;
  }
  #navi-floating div.inner div.navi-floating-logo.bnr-logo:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #navi-floating div.inner .info-search {
    float: left;
    position: relative;
    left: 60px;
    top: 4px;
  }
  #navi-floating div.inner .info-search .search-box {
    position: relative;
    top: 5px;
    background: rgba(102, 102, 102, 0.4);
    width: 360px;
    margin: 0 auto;
    padding: 2px;
    color: #fff;
    line-height: 1;
    z-index: 10;
  }
  #navi-floating div.inner .info-search .search-box .search_form {
    float: left;
    width: 360px;
  }
  #navi-floating
    div.inner
    .info-search
    .search-box
    .search_form
    input[type="text"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    border: 2px solid #fff;
    border-right: none;
    background: #fff;
    width: 260px;
    height: 32px;
    margin: 0;
    padding: 0 8px 0 10px;
    vertical-align: middle;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    outline: none;
  }
  #navi-floating
    div.inner
    .info-search
    .search-box
    .search_form
    input[type="text"]:hover {
    cursor: pointer;
    outline: 0;
  }
  #navi-floating
    div.inner
    .info-search
    .search-box
    .search_form
    input[type="text"]:focus {
    border: 2px solid #eee;
    outline: 0;
  }
  #navi-floating div.inner .info-search .search-box .search_form button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 2px;
    border: 2px solid #fff;
    background: #e30b20;
    width: 78px;
    height: 36px;
    margin: 0;
    padding: 0 0 0 22px;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
  }
  #navi-floating div.inner .info-search .search-box .search_form button:hover {
    background-color: #c22;
  }
  #navi-floating div.inner .info-search .search-box .search_form button:before {
    content: "";
    position: absolute;
    top: 55%;
    left: 9px;
    background: url(../img/ico_search.png) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin: -10px 0 0 0;
    z-index: 1;
  }
  #navi-floating div.inner div.navi-floating-menu {
    width: 100%;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    ul.navi-floating-menu-action {
    float: right;
    list-style: none outside;
    color: #fff;
    margin-top: -10px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    ul.navi-floating-menu-action
    li {
    float: left;
    padding: 10px 6px;
    zoom: 1;
    padding: 12px 20px;
  }
  #navi-floating div.inner div.navi-floating-menu nav .header-right {
    float: right;
    margin-right: 180px;
    margin-top: 4px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .header-right
    .header-tel {
    background: url("../img/header_tel.png") no-repeat;
    background-size: 100%;
    width: 191px;
    height: 60px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  #navi-floating div.inner div.navi-floating-menu nav .btns {
    position: relative;
    top: -2px;
  }
  #navi-floating div.inner div.navi-floating-menu nav .btns ul.header-menu {
    position: absolute;
    right: 0px;
    top: 0;
  }
  #navi-floating div.inner div.navi-floating-menu nav .btns ul.header-menu li {
    float: left;
    padding: 24px 10px 8px 10px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu
    li.last-child {
    border-right: 0px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu
    li
    a.btn-contact {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding-left: 26px;
    color: #ffffff;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu
    li
    a.btn-contact:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_mail.png?1528992548") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 8px;
    left: 14px;
    width: 20px;
    height: 20px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu:after {
    clear: both;
  }

  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu
    .btn-header-login {
    color: #8b8b8b;
    font-weight: bold;
    padding: 21px 20px;
    height: 19px;
    font-size: 15px;
    background: #efefef;
    margin-left: 10px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu
    .btn-ctr {
    padding: 0;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu
    .btn-header-login:hover {
    background: #8b8b8b;
    color: #fff;
    transition: 0.4s;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu
    .btn-header-signup {
    background: #ff8000;
    color: #fff;
    font-weight: bold;
    padding: 22px 20px;
    font-size: 15px;
    height: 17px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu
    .btn-header-signup:hover {
    background: #dd7003;
    transition: 0.4s;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu
    .btn-header-client {
    background: #c7e7fa;
    color: #0279db;
    font-weight: bold;
    padding: 13px 20px;
    font-size: 15px;
    height: 35px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu
    .btn-header-client:hover {
    background: #9bdaff;
    transition: 0.4s;
  }

  .pankuzu {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }
  .job_archive {
    margin-bottom: 10px;
  }
  .pankuzu .pankuzu-inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .pankuzu .pankuzu-inner ul {
    padding: 4px 0px 4px 0px;
  }
  .pankuzu .pankuzu-inner ul li {
    position: relative;
    display: inline-block;
  }
  .pankuzu .pankuzu-inner ul li.pankuzu-top {
    position: relative;
    padding-left: 18px;
  }
  .pankuzu .pankuzu-inner ul li.pankuzu-top:before {
    content: "";
    background: url(../img/ico_home.png) no-repeat;
    position: absolute;
    background-size: 12px;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 5px;
    left: 0px;
  }
  .pankuzu .pankuzu-inner ul li.disp-next:after {
    content: "";
    background: url(../img/pankuzu_arrow.png) no-repeat;
    background-size: 3px 5px;
    position: absolute;
    top: 8px;
    right: 0;
    padding: 0px;
    width: 10px;
    height: 10px;
  }
  .pankuzu .pankuzu-inner ul li a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    position: relative;
    padding-right: 18px;
  }
  .pankuzu .pankuzu-inner ul li a:hover {
    color: #e30b20;
  }
  .pankuzu .pankuzu-inner ul li span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }

  /* Top
  ---------------------------------------- */
  section.s-top-banner {
    clear: both;
    width: 100%;
    height: 550px;
  }
  section.s-top-banner div.info {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    min-height: 580px;
  }
  section.s-top-banner div.info .info-catch {
    text-align: center;
    padding: 60px 0px 50px 0px;
    position: relative;
    z-index: 10;
  }
  section.s-top-banner div.info .info-catch h2 {
    position: relative;
    margin: 0 auto;
    height: 80px;
    display: block;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.10526;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #333;
  }
  section.s-top-banner div.info .info-catch h2.bnr-logo {
    background: url("../img/bnr_logo_top_w.png") no-repeat;
    background-size: 100%;
    width: 356px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  section.s-top-banner div.info .info-catch h2.t-white {
    color: #fff;
    text-shadow: 0px 1px 15px #333;
  }
  section.s-top-banner div.info .info-catch .head-business {
    margin: 0 auto;
    height: 80px;
    display: block;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.10526;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    text-shadow: 0px 1px 15px #333;
  }

  section.s-top-banner div.info .info-catch .info-sales {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
  section.s-top-banner div.info .info-catch .info-sales h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    letter-spacing: 0.1em;
    padding: 0px 20px 0px 20px;
    padding-bottom: 25px;
  }
  section.s-top-banner div.info .info-catch .info-sales h3 strong {
    font-size: 120%;
    font-weight: bold;
  }
  section.s-top-banner div.info .info-catch .info-sales h3.t-white {
    color: #fff;
    text-shadow: 0px 1px 15px #333;
  }
  section.s-top-banner div.info .info-catch .info-sales h3.t-white strong {
    font-weight: normal;
    margin: 0 8px;
  }
  section.s-top-banner div.info .info-catch .info-sales p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    letter-spacing: 0.1em;
    padding: 0 50px;
  }
  section.s-top-banner div.info .info-catch .info-sales p span {
    display: inline-block;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  section.s-top-banner div.info .info-catch .info-sales p.t-white {
    color: #fff;
    text-shadow: 0px 1px 15px #333;
  }
  section.s-top-banner div.info .info-search {
    margin-top: 90px;
  }
  section.s-top-banner div.info .info-search .info-search-joblist {
    clear: both;
    position: relative;
    z-index: 20;
    max-width: 280px;
    text-align: center;
    margin: auto;
  }
  section.s-top-banner div.info .info-search .info-search-joblist a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 15px 60px 15px 85px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  section.s-top-banner div.info .info-search .info-search-joblist a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 7px;
    left: 72px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-top-banner div.info .info-search .info-search-joblist a:hover {
    background-color: #00873c;
    border: 1px solid #fff;
    color: #ffffff;
  }
  section.s-top-banner
    div.info
    .info-search
    .info-search-joblist
    a:hover:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  section.s-top-banner div.info .info-search .info-search-joblist a.h-color {
    background-color: #60b838;
    color: #fff;
  }
  section.s-top-banner
    div.info
    .info-search
    .info-search-joblist
    a.h-color:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  section.s-top-banner
    div.info
    .info-search
    .info-search-joblist
    a.h-color:hover {
    background-color: #00873c;
    border: 1px solid #fff;
    color: #ffffff;
  }
  section.s-top-banner
    div.info
    .info-search
    .info-search-joblist
    a.h-color:hover:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  section.s-top-banner div.info .info-search .search-box {
    position: relative;
    background: rgba(102, 102, 102, 0.4);
    width: 754px;
    margin: 0 auto;
    padding: 4px;
    color: #fff;
    line-height: 1;
    z-index: 10;
  }
  section.s-top-banner div.info .info-search .search-box .search_form {
    float: left;
    width: 754px;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .search_form
    input[type="text"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    border: 2px solid #fff;
    border-right: none;
    background: #fff;
    width: 604px;
    height: 46px;
    margin: 0;
    padding: 0 10px 0 20px;
    vertical-align: middle;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    outline: none;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .search_form
    input[type="text"]:hover {
    cursor: pointer;
    outline: 0;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .search_form
    input[type="text"]:focus {
    border: 2px solid #eee;
    outline: 0;
  }
  section.s-top-banner div.info .info-search .search-box .search_form button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 5px;
    border: 2px solid #fff;
    background: #e30b20;
    width: 116px;
    height: 50px;
    margin: 0;
    padding: 0 0 0 30px;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .search_form
    button:hover {
    background-color: #c22;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .search_form
    button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 26px;
    background: url(../img/ico_search.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    z-index: 1;
  }
  section.s-top-banner div.info .info-search .search-box .reqdoc_form {
    width: 100%;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="email"],
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="text"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    border: 1px solid #999;
    background: #fff;
    width: 200px;
    height: 46px;
    margin: 0;
    margin-right: 10px;
    padding: 0 10px 0 20px;
    vertical-align: middle;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    outline: none;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="email"]:hover,
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="text"]:hover {
    cursor: pointer;
    outline: 0;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="email"]:focus,
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="text"]:focus {
    border: 1px solid #666;
    outline: none;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="submit"],
  section.s-top-banner div.info .info-search .search-box .reqdoc_form button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    border: 1px solid #999;
    background: #60b838;
    width: 200px;
    height: 48px;
    margin: 0;
    padding: 0 0 0 48px;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="submit"]:hover,
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    button:hover {
    background-color: #c22;
    border: 1px solid #fff;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="submit"]:before,
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 26px;
    background: url(../img/ico_search.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    z-index: 1;
  }
  section.s-top-banner
    div.info
    .info-search
    .search-box
    .reqdoc_form
    input[type="submit"] {
    background: url(../img/ico_search.png) #60b838 no-repeat;
    background-size: 20px;
    background-position: 20px 12px;
  }
  section.s-top-banner div.info .info-search.info-reqdoc {
    margin-top: 40px;
  }
  section.s-top-banner div.info .info-search.info-reqdoc .search-box {
    position: relative;
    background: none;
    width: 66%;
    margin: 0 auto;
    padding: 4px;
    color: #fff;
    line-height: 1;
    z-index: 10;
  }
  section.s-top-banner
    div.info
    .info-search.info-reqdoc
    .search-box
    .reqdoc_form
    .screen-reader-response {
    padding: 5px 10px;
    color: #f30;
  }
  section.s-top-banner
    div.info
    .info-search.info-reqdoc
    .search-box
    .reqdoc_form
    .screen-reader-response
    ul {
    display: none;
  }
  section.s-top-banner
    div.info
    .info-search.info-reqdoc
    .search-box
    .reqdoc_form
    .wpcf7-form-control-wrap {
    float: left;
    display: inline-block;
    width: 40%;
  }
  section.s-top-banner
    div.info
    .info-search.info-reqdoc
    .search-box
    .reqdoc_form
    .wpcf7-form-control-wrap
    .wpcf7-not-valid-tip {
    color: #e30b20;
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    padding-left: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  section.s-top-banner
    div.info
    .info-search.info-reqdoc
    .search-box
    .reqdoc_form
    .wpcf7-validation-errors {
    display: block;
    color: #b20000;
    background-color: #f0c1b2;
    padding: 8px 10px 5px;
    text-align: center;
    border: 1px solid #b20000;
  }
  section.s-top-banner
    div.info
    .info-search.info-reqdoc
    .search-box
    .reqdoc_form
    .wpcf7-mail-sent-ok {
    text-shadow: 0px 1px 15px #333;
    border: 0px;
  }
  section.s-top-banner
    div.info
    .info-search.info-reqdoc
    .search-box
    .reqdoc_form
    .form-btn-submit {
    position: relative;
  }
  section.s-top-banner
    div.info
    .info-search.info-reqdoc
    .search-box
    .reqdoc_form
    .form-btn-submit
    .ajax-loader {
    position: absolute;
    bottom: 5px;
  }
  section.s-top-banner div.info .info-signup {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 5;
    text-align: center;
  }
  section.s-top-banner div.info .info-signup ul {
    display: inline-block;
    margin-top: 10px;
  }
  section.s-top-banner div.info .info-signup ul li {
    display: inline-block;
  }
  section.s-top-banner div.info .info-signup ul li a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #ff8c00;
    padding: 15px 60px 15px 85px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  section.s-top-banner div.info .info-signup ul li a.btn-fb {
    background: #3c59b5;
    color: #ffffff;
    margin-left: 5px;
    position: relative;
    padding-left: 60px;
    display: block;
  }
  section.s-top-banner div.info .info-signup ul li a.btn-fb:before {
    content: "";
    position: absolute;
    top: 19px;
    left: 38px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-top-banner div.info .info-signup ul li a.btn-fb:hover {
    background: #264391;
  }
  section.s-top-banner div.info .info-signup ul li a.btn-mail {
    color: #fff;
    margin-left: 2px;
    position: relative;
    display: block;
  }
  section.s-top-banner div.info .info-signup ul li a.btn-mail:before {
    content: "";
    position: absolute;
    top: 19px;
    left: 59px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-top-banner div.info .info-signup ul li a.btn-mail:hover {
    color: #ffffff;
    border: 1px solid #fff;
    background: #ec6800;
  }
  section.s-top-banner div.info .info-signup ul li a.btn-mail.h-color:hover {
    color: #ffffff;
    border: 1px solid #fff;
    background: #ec6800;
  }
  section.s-top-banner div.info .info-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 0px 0px 20px 0px;
    text-align: center;
    z-index: 3;
  }
  section.s-top-banner div.info .info-more .btn-more {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
    color: #777;
    margin: auto;
    max-width: 200px;
    letter-spacing: 0.1em;
  }
  section.s-top-banner div.info .info-more .btn-more:after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 10px;
    right: 85px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    border-radius: 0.1em;
    -webkit-transform: scale(1.8, 0.5) rotate(135deg);
    -ms-transform: scale(1.8, 0.5) rotate(135deg);
    transform: scale(1.8, 0.5) rotate(135deg);
  }
  section.s-top-banner div.info .info-more .btn-more:hover {
    color: #2a201b;
  }
  section.s-top-banner div.info .info-more .btn-more:hover:after {
    content: "";
    position: absolute;
    top: 15px;
    border-top: 1px solid #2a201b;
    border-right: 1px solid #2a201b;
  }
  section.s-top-banner div.info .info-more .btn-more.t-white:hover {
    color: #ffffff;
  }
  section.s-top-banner div.info .info-more .btn-more.t-white:hover:after {
    content: "";
    position: absolute;
    top: 15px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  section.s-top-banner .banner-img {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  section.s-top-banner .banner-img.banner-img-photo {
    background: url(../img/bg_top_first_001a_blur.jpg);
    background-size: auto 800px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 670px;
    top: 50px;
  }
  section.s-top-banner .banner-img.banner-img-photo-b {
    background: url(../img/bg_top_first_002.jpg);
    background-size: auto 800px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  section.s-top-banner .banner-mov {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  section.s-top-banner .banner-mov .banner-mov-data {
    position: absolute;
  }
  section.s-top-banner .banner-cover-msh {
    position: fixed;
    left: 0;
    top: 0;
    background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) fixed,
      url(../img/bg-mesh.png);
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 2;
  }
  section.s-top-banner .banner-cover-msh.msh-img-photo {
    background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)) fixed,
      url(../img/bg-mesh.png);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  section.s-top-banner .banner-cover-msh.msh-img-photo-b {
    background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)) fixed,
      url(../img/bg-mesh.png);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  section.s-top-main {
    width: 100%;
    background: url(../img/main01.jpg) no-repeat top center;
    background-size: cover;
    height: 90vh;
    position: relative;
  }
  section.s-top-main02 {
    width: 100%;
    background: url(../img/main02.jpg) no-repeat top center;
    background-size: cover;
    height: 90vh;
    position: relative;
  }
  section.s-top-main .s-top-main-warp {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
  section.s-top-main .s-top-main-inner {
    position: absolute;
    top: 40%;
  }
  section.s-top-main .s-top-main-inner h2 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
  }
  section.s-top-main02 .s-top-main-inner h2 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 45px;
  }
  section.s-top-main .s-top-main-inner .desc {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 35px;
  }
  section.s-top-main .s-top-main-inner .desc span {
    font-size: 1.5rem;
    font-weight: bold;
  }
  section.s-top-main .s-top-main-inner a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #ff8000;
    padding: 20px 45px;
    border-radius: 5px;
  }
  section.s-top-main .s-top-main-inner a:hover {
    background: #dd7003;
    transition: 0.4s;
  }
  section.s-top-banners {
    max-width: 900px;
    margin: 40px auto 50px;
  }
  section.s-top-banners img {
    /* width: 30%;
    margin-right: 3.1%; */
    width: 284px;
    margin-right: 15px;
  }
  section.s-top-banners img:hover {
    opacity: 0.8;
    transition: 0.4s;
  }
  section.s-top-banners a:last-child img {
    margin-right: 0;
  }

  section.s-top-feature {
    background: #f1ece5;
    padding: 30px 0 40px;
  }
  section.s-top-feature h2 {
    background: #f1ece5;
    padding: 10px 0 30px;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    text-align: center;
  }
  section.s-top-feature .slick-slide {
    margin: 0 10px;
    float: left;
    background: #fff;
    border: 1px solid #8b8b8b;
    opacity: 0.25;
    outline: none;
  }
  section.s-top-feature .slick-prev {
    position: absolute;
    top: 43%;
    left: 8%;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/arrow-left.png) no-repeat;
    background-size: contain;
    z-index: 100;
  }
  section.s-top-feature .slick-next {
    position: absolute;
    top: 43%;
    right: 8%;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/arrow-right.png) no-repeat;
    background-size: contain;
    z-index: 100;
  }
  section.s-top-feature .slide-dots {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  section.s-top-feature .slick-slide img {
    width: 100%;
  }
  section.s-top-feature .slick-active {
    opacity: 1;
  }
  section.s-top-feature .inner {
    padding: 10px;
  }
  section.s-top-feature .feature-category {
    display: inline-block;
    border: 1px solid #60b038;
    padding: 5px 10px;
    color: #60b038;
    font-size: 0.7rem;
    margin-bottom: 10px;
  }
  section.s-top-feature h3 {
    margin-bottom: 8px;
    line-height: 1.5;
    font-weight: bold;
    min-height: 72px;
  }
  section.s-top-feature .desc {
    font-size: 0.75rem;
    margin-bottom: 8px;
    line-height: 1.4;
    color: #a5a5a5;
  }
  section.s-top-feature .ul-feature li {
    font-size: 0.7rem;
    display: inline-block;
    background: #f0f0f0;
    padding: 3px 8px;
    border-radius: 10px;
  }
  .slick-list {
    margin-right: -12px;
  }
  section.s-top-feature .archive-link {
    margin-top: 70px;
    text-align: center;
    color: #333;
  }
  section.job-detail-carousel {
    background: #fff;
  }
  section.job-detail-carousel h2 {
    background: #fff;
  }

  section.s-top-latest {
    background: #f7f2ed;
    padding: 30px 0 40px;
  }
  section.s-top-latest h2 {
    position: relative;
    padding: 10px 0 30px;
    font-size: 28px;
    color: #333333;
    font-weight: 500;
    text-align: center;
  }
  section.s-top-latest h2:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #333;
    text-align: center;
    display: block;
    position: absolute;
    top: 58px;
    left: 48.2%;
  }
  section.s-top-latest .subtitle {
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
  }
  section.s-top-latest .inner {
    margin: 0 auto;
    max-width: 900px;
  }
  section.s-top-latest .list-latest li {
    display: inline-block;
    list-style: none;
    position: relative;
    width: 284px;
    vertical-align: top;
    border: 1px solid #efefef;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  section.s-top-latest .list-latest li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  section.s-top-latest .list-latest li:nth-child(3n) {
    margin-right: 0;
  }
  section.s-top-latest .list-latest li .thumb {
    width: 100%;
    height: 200px;
    background-size: cover;
  }
  section.s-top-latest .list-latest li .job-inner {
    padding: 15px 8px 8px 8px;
    background: #fff;
  }
  section.s-top-latest .list-latest li:hover .job-inner .title {
    color: #60b038;
    transition: 0.5s;
  }
  section.s-top-latest .list-latest li .category {
    display: inline-block;
    border: 1px solid #60b038;
    padding: 5px 10px;
    color: #60b038;
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 8px;
  }
  section.s-top-latest .list-latest li .title {
    min-height: 70px;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
  }
  section.s-top-latest .list-latest li .desc {
    min-height: 60px;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  section.s-top-latest .list-latest li .tag > li {
    font-size: 0.7rem;
    display: inline;
    background: #f0f0f0;
    padding: 3px 8px;
    border-radius: 10px;
  }
  section.s-top-latest .btn {
    display: block;
    max-width: 300px;
    margin: 30px auto 0;
    border: 1px solid #999;
    padding: 15px 10px;
    text-align: center;
  }

  section.s-top-service {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    padding-bottom: 30px;
    z-index: 11;
  }
  section.s-top-service h2.sec-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.14286;
    font-weight: bold;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px auto;
    padding-top: 50px;
  }
  section.s-top-service h2.sec-title strong {
    font-size: 140%;
    font-weight: bold;
  }
  section.s-top-service ul {
    position: relative;
    margin: 0 auto 30px auto;
    width: 900px;
  }
  section.s-top-service ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: bottom;
    margin: 0 8px;
    width: 280px;
  }
  section.s-top-service ul li .catch {
    background-color: #53473f;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    width: 200px;
    height: 40px;
    margin: auto;
    margin-bottom: 10px;
    padding: 20px 10px 0px 14px;
    text-align: center;
    position: relative;
    color: #ffffff;
  }
  section.s-top-service ul li .catch.fs80 {
    font-size: 80%;
    line-height: 1.6;
  }
  section.s-top-service ul li .catch:after {
    border: solid transparent;
    border-color: rgba(51, 53, 57, 0);
    border-top-color: #53473f;
    border-width: 18px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    pointer-events: none;
    top: 99%;
    width: 0;
    z-index: 2;
  }
  section.s-top-service ul li .catch p.catch-point-1 {
    position: absolute;
    right: 0;
    left: 0;
    top: 10px;
  }
  section.s-top-service ul li .catch p.catch-point-1 strong {
    font-size: 110%;
  }
  section.s-top-service ul li .catch p.catch-point-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
  }
  section.s-top-service ul li .catch p.catch-point-2 strong {
    font-size: 160%;
    padding-left: 6px;
  }
  section.s-top-service ul li .catch p.catch-point-3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
  }
  section.s-top-service ul li .catch p.catch-point-3 strong {
    font-size: 110%;
  }
  section.s-top-service ul li .box {
    background: #f0f0f0;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    padding: 30px 16px 12px;
    position: relative;
    text-align: left;
  }
  section.s-top-service ul li .box h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 13px;
  }
  section.s-top-service ul li .box h2:before {
    background: #fff;
    border: 4px solid #ecbd15;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    float: left;
    height: 16px;
    margin: -0.03em 10px 0 0;
    width: 16px;
  }
  section.s-top-service ul li .box h2.t-center {
    text-align: center;
  }
  section.s-top-service ul li .box h2.t-center:before {
    border: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0px;
    content: "";
    float: inherit;
    height: 0px;
    margin: 0px;
    width: 0px;
  }
  section.s-top-service ul li .box h2.t-center span {
    font-size: 180%;
    font-weight: bold;
    padding-right: 4px;
  }
  section.s-top-service ul li .box p {
    clear: both;
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 1.36364;
  }
  section.s-top-service ul li .box p.t-caution {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
  }
  section.s-top-service ul li .box p.t-caution span {
    font-size: 10px;
    line-height: 1.8;
  }
  section.s-top-service ul li .box ul {
    clear: both;
    width: 100%;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.36364;
    margin: 5px auto 0px auto;
  }
  section.s-top-service ul li .box ul li {
    position: relative;
    display: inherit;
    width: 100%;
    padding-left: 2px;
  }
  section.s-top-service ul li .box ul li:after {
    display: block;
    content: "";
    position: absolute;
    top: 0.3em;
    left: -1.2em;
    width: 8px;
    height: 3px;
    border-left: 2px solid #f90;
    border-bottom: 2px solid #f90;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  section.s-top-service ul li .box.box-point-1 {
    height: 190px;
    background-image: url(../img/ico_point_1.png);
    background-repeat: no-repeat;
    background-size: 74px auto;
    background-position: 106px 20px;
  }
  section.s-top-service ul li .box.box-point-1 h2 {
    padding-top: 68px;
  }
  section.s-top-service ul li .box.box-point-1 h2.fs90 {
    font-size: 90%;
    margin-bottom: 15px;
  }
  section.s-top-service ul li .box.box-point-1 h2.mb15 {
    margin-bottom: 15px;
  }
  section.s-top-service ul li .box.box-point-2 {
    height: 190px;
    background-image: url(../img/ico_point_1.png);
    background-repeat: no-repeat;
    background-size: 74px auto;
    background-position: 106px 20px;
  }
  section.s-top-service ul li .box.box-point-2 h2 {
    padding-top: 68px;
    margin-bottom: 12px;
  }
  section.s-top-service ul li .box.box-point-2 h2.fs90 {
    font-size: 90%;
    margin-bottom: 15px;
  }
  section.s-top-service ul li .box.box-point-2 h2.mb15 {
    margin-bottom: 15px;
  }
  section.s-top-service ul li .box.box-point-3 {
    height: 190px;
    background-image: url(../img/ico_point_1.png);
    background-repeat: no-repeat;
    background-size: 68px auto;
    background-position: 110px 18px;
  }
  section.s-top-service ul li .box.box-point-3 h2 {
    padding-top: 66px;
    margin-bottom: 6px;
  }
  section.s-top-service ul li .box.box-point-3 h2.fs90 {
    font-size: 90%;
    margin-bottom: 15px;
  }
  section.s-top-service ul li .box.box-point-3 h2.mb15 {
    margin-bottom: 15px;
  }
  section.s-top-service ul li .box.icon-top1 {
    background-image: url(../img/ico_top_001.png);
  }
  section.s-top-service ul li .box.icon-top2 {
    background-image: url(../img/ico_top_002.png);
    background-size: 90px auto;
    background-position: 95px 20px;
  }
  section.s-top-service ul li .box.icon-top3 {
    background-image: url(../img/ico_top_003.png);
    background-size: 60px auto;
    background-position: 110px 16px;
  }
  section.s-top-service ul li .box.icon-business1 {
    background-image: url(../img/ico_business_001.png);
    background-position: center 24px;
  }
  section.s-top-service ul li .box.icon-business2 {
    background-image: url(../img/ico_business_002.png);
    background-position: center 22px;
  }
  section.s-top-service ul li .box.icon-business3 {
    background-image: url(../img/ico_business_003.png);
    background-position: center 22px;
  }
  section.s-top-categories {
    position: relative;
    z-index: 10;
  }
  section.s-top-categories .category-container {
    background: #faf8f4 url(../img/bg_texture.png);
    position: relative;
    width: 100%;
    padding-top: 20px;
  }
  section.s-top-categories .category-container.index .category-inner {
    min-height: 180px !important;
  }
  section.s-top-categories .category-container .category-inner {
    margin: 0 auto;
    padding: 0 0 100px 0;
    text-align: left;
    width: 900px;
    min-height: 400px;
  }
  section.s-top-categories .category-container .category-inner.top {
    min-height: auto;
  }
  section.s-top-categories .category-container .category-inner h2.head-main {
    position: relative;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.14286;
    font-weight: bold;
    letter-spacing: 0.02em;
    width: 100%;
    text-align: center;
    margin: 20px auto 30px auto;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  section.s-top-categories
    .category-container
    .category-inner
    h2.head-main:after {
    background: #663300;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -3px;
    width: 5%;
    height: 3px;
    z-index: 2;
    margin: auto;
  }
  section.s-top-categories .category-container .category-inner .content-head a {
    position: relative;
    display: block;
    background: #53473f;
    margin: 0 0 40px 0;
    padding: 20px 20px 20px 75px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .content-head
    a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    margin: -5.65px 0 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  section.s-top-categories .category-container .category-inner .head-main {
    position: relative;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.14286;
    font-weight: bold;
    letter-spacing: 0.02em;
    width: 100%;
    text-align: center;
    margin: 20px auto 30px auto;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .head-main:after {
    background: #663300;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -3px;
    width: 5%;
    height: 3px;
    z-index: 2;
    margin: auto;
  }
  section.s-top-categories .category-container .category-inner .category-area {
    position: relative;
    margin-top: 30px;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li {
    position: relative;
    background: #fefefe;
    padding: 20px 30px;
    border-radius: 0.1em;
    border: 1px solid #ddd;
    margin-bottom: 10px;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li
    .btn-op-answer {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 2;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li
    .btn-op-answer:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li
    .category-question {
    position: relative;
    color: #333;
    padding: 10px 0px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.22222;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li
    .category-answer {
    display: none;
    color: #333;
    padding: 10px 0px;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li
    .category-answer
    p {
    padding: 0px 50px 0px 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li.category-qa-area:hover {
    cursor: pointer;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-area
    ul
    li.open-answer
    .btn-op-answer {
    top: 40px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl.category-item {
    margin: 0 6px 20px 10px;
    padding: 0px 0px 20px 0px;
    width: 280px;
    display: inline-block;
    background-color: #e0d0c0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-top: 6px solid #630;
    text-align: center;
    min-height: 100px;
    vertical-align: middle;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl.category-item.ca-fronteng {
    background: url(../img/ico_frontenginer.png) no-repeat;
    background-color: #e0d0c0;
    background-size: 60px;
    background-position: center;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl.category-item.ca-backeng {
    background: url(../img/ico_database.png) no-repeat;
    background-color: #e0d0c0;
    background-size: 60px;
    background-position: center;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl.category-item.ca-appeng {
    background: url(../img/ico_appenginer.png) no-repeat;
    background-color: #e0d0c0;
    background-size: 60px;
    background-position: center;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl.category-item.ca-wdesigner {
    background: url(../img/ico_designer.png) no-repeat;
    background-color: #e0d0c0;
    background-size: 60px;
    background-position: center;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl.category-item.ca-pmaneger {
    background: url(../img/ico_pmanager.png) no-repeat;
    background-color: #e0d0c0;
    background-size: 60px;
    background-position: center;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl.category-item.ca-marketer {
    background: url(../img/ico_marketer.png) no-repeat;
    background-color: #e0d0c0;
    background-size: 60px;
    background-position: center;
  }
  section.s-top-categories
    .category-container
    .category-inner
    dl
    .head
    .category-link {
    display: block;
    position: relative;
    padding: 25px 0px 20px 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    color: #630;
  }
  section.s-top-categories .category-container .category-inner dl dd {
    padding: 0 6px;
  }
  section.s-top-categories .category-container .category-inner dl dd p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  section.s-top-categories .category-container .category-inner dl dd p a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    padding-left: 6px;
  }
  section.s-top-categories .category-container .category-inner dl dd p a:hover {
    color: #e30b20;
  }
  section.s-top-categories .category-container .category-inner .category-catch {
    text-align: center;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-catch-txt {
    position: relative;
    margin: 20px auto 30px auto;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.33333;
    letter-spacing: 0.1em;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-catch-txt:after {
    display: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-top: 2px solid #777;
    border-right: 2px solid #777;
    border-radius: 0.1em;
    -webkit-transform: scale(1.8, 0.5) rotate(135deg);
    -ms-transform: scale(1.8, 0.5) rotate(135deg);
    transform: scale(1.8, 0.5) rotate(135deg);
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-action
    .btn {
    margin: 15px 0 0 0;
    text-align: center;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-action
    .btn
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    border: 2px solid #630;
    width: 200px;
    padding: 18px 0px 18px 98px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    text-decoration: none;
    line-height: 1;
    text-align: left;
    color: #630;
    text-shadow: none;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-action
    .btn
    a:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 75px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #630;
    border-right: 1px solid #630;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-action
    .btn
    a:hover {
    cursor: pointer;
    background-color: #c22;
    border: 2px solid #fff;
    color: #fff;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-action
    .btn
    a:hover:before {
    content: "";
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-action
    .btn
    a.btn-business {
    margin-top: 20px;
    padding: 18px 0px 18px 68px;
  }
  section.s-top-categories
    .category-container
    .category-inner
    .category-catch
    .category-action
    .btn
    a.btn-business:before {
    content: "";
    position: absolute;
    left: 45px;
  }
  section.s-matching-job-detail {
    margin: -35px 0 30px 0;
  }
  section.s-top-matching {
    position: relative;
    z-index: 10;
    background: #f0f4f5 url(../img/bg-mesh-diagmonds.png);
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  section.s-top-matching .matching-container {
    padding-top: 0px;
    position: relative;
    width: 100%;
  }
  section.s-top-matching .matching-container .matching-inner {
    margin: 0 auto;
    padding: 10px 5% 10px 5%;
    text-align: left;
    max-width: 900px;
  }
  section.s-top-matching .matching-container .matching-inner .matching-box {
    position: relative;
    background: #53473f;
    margin: 40px auto;
    padding: 30px 20px;
    color: #fff;
    text-shadow: 0px 1px 15px #333;
  }
  section.s-top-matching .matching-container .matching-inner .matching-box h2 {
    margin: 0 0 15px 0;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.14286;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 2;
  }
  section.s-top-matching .matching-container .matching-inner .matching-box p {
    margin: 0 0 30px 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    p
    strong {
    font-size: 150%;
    letter-spacing: 0.2em;
    margin: 0 5px;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    p.matching-caution {
    clear: both;
    position: relative;
    top: 10px;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .matching-item-content {
    position: relative;
    width: 120px;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.45455;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .matching-item-content
    a {
    color: #ffffff;
    margin-right: 2px;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .matching-item-content
    a:hover {
    color: #e30b20;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul
    li {
    position: relative;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 3;
    background: #53473f;
    padding: 10px 10px;
    margin: auto 15px 10px 15px;
    min-width: 120px;
    min-height: 100px;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul
    li
    label
    span {
    font-size: 120%;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul
    li
    p {
    width: 120px;
    text-align: left;
    padding-top: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul
    li:after {
    content: "";
    position: absolute;
    top: 50px;
    right: -20px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #53473f;
    border-right: 3px solid #53473f;
    -webkit-transform: scale(1, 1.2) rotate(45deg);
    -ms-transform: scale(1, 1.2) rotate(45deg);
    transform: scale(1, 1.2) rotate(45deg);
    z-index: 2;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul
    li:last-child:after {
    border: 0px;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul.for-business
    li {
    min-height: 170px;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    ul.for-business
    li:after {
    top: 82px;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .contact {
    clear: both;
    line-height: 1.6;
    text-align: left;
    padding-top: 20px;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .contact
    .btn {
    margin: 15px 0 0 0;
    text-align: center;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .contact
    .btn
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    border: 1px solid #fff;
    width: 200px;
    padding: 18px 0px 18px 98px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    text-decoration: none;
    line-height: 1;
    text-align: left;
    color: #fff;
    text-shadow: none;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .contact
    .btn
    a:hover {
    cursor: pointer;
    background-color: #c22;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .contact
    .btn
    a:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 75px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .bg-cover-msh {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/bg-mesh.png);
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .bg-img {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/bg_mov_meeting_1280.png") center bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .bg-img.bg-img-photo {
    background: url("../img/bg_top_bnr_001.jpg") center top no-repeat;
    background-size: cover;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box
    .bg-img.bg-img-photo-b {
    background: url("../img/bg_business_bnr_001.png") center top no-repeat;
    background-size: cover;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  section.s-top-matching
    .matching-container
    .matching-inner
    .matching-box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  section.s-top-voice {
    position: relative;
    z-index: 10;
    background: #ffffff;
  }
  section.s-top-voice .voice-container {
    padding-top: 0px;
    position: relative;
    width: 100%;
  }
  section.s-top-voice .voice-container .voice-inner {
    margin: 0 auto;
    padding: 10px 5% 50px 5%;
    text-align: left;
    max-width: 900px;
  }
  section.s-top-voice .voice-container .voice-inner h2.sec-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.14286;
    font-weight: bold;
    letter-spacing: 0.02em;
    width: 100%;
    text-align: center;
    margin: 20px auto 30px auto;
    padding-top: 30px;
  }
  section.s-top-voice .voice-container .voice-inner h2.sec-title strong {
    font-size: 140%;
    font-weight: bold;
  }
  section.s-top-voice .voice-container .voice-inner ul li {
    display: inline-block;
    list-style: none;
    position: relative;
    width: 279px;
    margin-left: 10px;
    margin-bottom: 10px;
    vertical-align: top;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head {
    border: 3px solid #53473f;
    padding: 5px 10px 5px 65px;
    background: url(../img/ico_smile.png) no-repeat left 0px top 3px;
    background-size: 28px auto;
    background-position: 18px 18px;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head.business {
    min-height: 122px;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head
    .voice-item-category {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #53473f;
    font-weight: bold;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head
    .voice-item-category
    .voice-item-skill {
    margin: 5px auto;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head
    .voice-item-category
    .voice-item-skill
    ul
    li {
    display: inline-block;
    width: inherit;
    margin: 5px auto;
    float: inherit;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head
    .voice-item-category
    .voice-item-skill
    ul
    li
    span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #eee;
    padding: 5px 15px;
    border-radius: 2em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    margin: auto 1px;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head
    .voice-item-company {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.45455;
    color: #777;
    font-weight: bold;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head
    .voice-item-user {
    padding: 1px 3px 2px 0px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: #333;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-head
    .voice-item-user
    .voice-item-user-age {
    padding: 10px 0px 10px 0px;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-content {
    margin-top: 15px;
  }
  section.s-top-voice
    .voice-container
    .voice-inner
    ul
    li
    .voice-item
    .voice-item-content
    p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    color: #444;
    line-height: 18px;
  }

  /* magazine top desktop */
  section.s-top-magazine {
    border-bottom: 1px solid #efefef;
  }
  section.s-top-magazine .magazine-container .magazine-inner {
    margin: 0 auto;
    padding: 0 5% 50px 5%;
    text-align: left;
    max-width: 900px;
  }
  section.s-top-magazine .magazine-container .magazine-inner .sec-subtitle {
    font-size: 12px;
    font-size: 0.85rem;
    text-align: center;
    padding: 60px 0 5px;
  }
  section.s-top-magazine .magazine-container .magazine-inner h2.sec-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.14286;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 25px;
  }
  section.s-top-magazine .magazine-container .magazine-inner ul li {
    display: inline-block;
    list-style: none;
    position: relative;
    width: 280px;
    margin-right: 24px;
    margin-bottom: 10px;
    vertical-align: top;
  }
  section.s-top-magazine .magazine-container .magazine-inner ul li:last-child {
    margin-right: 0;
  }
  section.s-top-magazine .magazine-image-wrap {
    height: 200px;
    background-size: cover !important;
    margin-bottom: 8px;
  }
  section.s-top-magazine .magazine-image-wrap:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  section.s-top-magazine .magazine-container .magazine-inner ul li .cat {
    color: #f9bc35;
    font-size: 12px;
    font-size: 0.8rem;
  }
  section.s-top-magazine .magazine-container .magazine-inner ul li .date {
    color: #999;
    font-size: 12px;
    font-size: 0.8rem;
  }
  section.s-top-magazine .magazine-container .magazine-inner ul li .title {
    font-size: 14px;
    font-size: 0.9rem;
  }
  section.s-top-magazine .magazine-container .magazine-link {
    text-align: center;
  }

  /* Contact
  ---------------------------------------- */
  section.s-contact-contents {
    position: relative;
    z-index: 10;
  }
  section.s-contact-contents .s-contact-container {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
  }
  section.s-contact-contents .s-contact-container .contact-inner {
    background: #fefefe;
    margin: 0 auto 30px auto;
    text-align: left;
    width: 900px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  section.s-contact-contents .s-contact-container .contact-inner .contact-area {
    padding: 40px 50px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    h1 {
    position: relative;
    border-bottom: 1px solid #999;
    padding: 20px 0 10px 0px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1;
    color: #000;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    h2 {
    position: relative;
    border-bottom: 1px solid #999;
    padding: 20px 0 10px 0px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1;
    color: #000;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    h2
    span.icon-free {
    background-color: #e30b20;
    padding: 3px 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    margin-left: 10px;
    position: relative;
    bottom: 4px;
    color: #fff;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    h1:after {
    background: #000;
    bottom: -1px;
    content: "";
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 32%;
    z-index: 2;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    h2:after {
    background: #000;
    bottom: -1px;
    content: "";
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 32%;
    z-index: 2;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-mspace-area {
    width: 100%;
    margin: 20px auto 0px auto;
    text-align: center;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-mspace-area
    ul
    li {
    width: 300px;
    margin: auto;
    background-color: #eee;
    padding: 10px 0px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-mspace-area
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .list-img
    img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    max-width: 280px;
    height: auto;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-mspace-area
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .list-img
    img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-mspace-area
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-label {
    padding-top: 10px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-main {
    padding: 10px 0px 0px 0px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-main
    p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    margin: 10px 0px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-main
    p.contact-catch {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.22222;
    margin-bottom: 20px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-footer
    p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin: 10px 0px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-footer
    p
    .contact-mail {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    font-weight: bold;
    padding: 0 10px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-footer
    p
    .contact-tel {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    font-weight: bold;
    padding: 0 10px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .contact-footer
    p
    span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .page-content {
    margin: 0 auto;
    width: 95%;
    text-align: left;
    padding: 10px 0px 30px 0px;
    color: #333;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .page-content
    h2 {
    color: #333;
    font-weight: normal;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .page-content
    h2:after {
    background: none;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .page-content
    h3 {
    margin: 0 0 0.5em;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .page-content
    p {
    min-width: 80%;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
    color: #444;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    hr {
    margin-top: 60px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .cmp-cmn-list {
    margin-top: 30px;
    text-align: right;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #777;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .cmn-list {
    margin: 10px 0px;
    color: #444;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area.policy-area
    .cmn-list
    li {
    line-height: 18px;
    margin-bottom: 7px;
    text-indent: -12px;
    margin-left: 12px;
  }
  section.s-contact-contents
    .s-contact-container
    .contact-inner
    .contact-area
    .lead {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
    color: #444;
  }

  /* Error 404
  ---------------------------------------- */
  section.s-error-contents {
    position: relative;
    z-index: 10;
  }
  section.s-error-contents .s-error-container {
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
    width: 100%;
  }
  section.s-error-contents .s-error-container .error-inner {
    background: #fefefe;
    margin: 0 auto 100px auto;
    text-align: left;
    width: 900px;
  }
  section.s-error-contents .s-error-container .error-inner .error-area {
    padding: 40px 50px;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-title {
    border-bottom: 2px dotted #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-title
    h2 {
    color: #ff9900;
    text-align: center;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.11765;
    font-weight: bold;
    margin: 10px 0px;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-title
    p {
    color: #666;
    text-align: center;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-area-msg {
    padding: 10px;
    text-align: center;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-area-msg
    p {
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-footer-area {
    padding: 20px;
    margin-top: 40px;
    text-align: center;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-footer-area
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    background-color: #ffffff;
    padding: 8px 30px 8px 40px;
    border: 0.06em solid #ccc;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-footer-area
    a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 15px;
    left: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-footer-area
    a:hover {
    color: #ffffff;
    background-color: #ff9900;
  }
  section.s-error-contents
    .s-error-container
    .error-inner
    .error-area
    .error-footer-area
    a:hover:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }

  /* Mspace
  ---------------------------------------- */
  section.s-mspace-contents {
    position: relative;
    z-index: 10;
  }
  section.s-mspace-contents .s-mspace-container {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
  }
  section.s-mspace-contents .s-mspace-container .mspace-inner {
    margin: 0 auto 100px auto;
    text-align: left;
    width: 900px;
    min-height: 400px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box {
    position: relative;
    background: rgba(85, 69, 63, 0.8);
    width: 754px;
    margin: 0 auto;
    padding: 1px;
    color: #fff;
    line-height: 1;
    z-index: 10;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box
    .search_form {
    float: left;
    width: 754px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box
    .search_form
    input[type="text"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    border: 2px solid #fff;
    border-right: none;
    background: #fff;
    width: 604px;
    height: 46px;
    margin: 0;
    padding: 0 10px 0 20px;
    vertical-align: middle;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    outline: none;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box
    .search_form
    input[type="text"]:hover {
    cursor: pointer;
    outline: 0;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box
    .search_form
    input[type="text"]:focus {
    border: 2px solid #eee;
    outline: 0;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box
    .search_form
    button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 1px;
    border: 2px solid #fff;
    background: #eee;
    width: 116px;
    height: 50px;
    margin: 0;
    padding: 0 0 0 30px;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box
    .search_form
    button:hover {
    background-color: #c22;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-search-area
    .info-search
    .search-box
    .search_form
    button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 26px;
    background: url(../img/ico_search.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    z-index: 1;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-search-result {
    clear: both;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-search-result
    .mspace-page-search-result-num {
    margin: 30px 0 10px 0;
    padding-left: 2px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-search-result
    .mspace-page-search-result-num
    p
    strong {
    font-size: 150%;
    font-weight: bold;
    padding: 0 8px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .noitem {
    padding-top: 30px;
    text-align: center;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title {
    position: relative;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title
    h1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    font-weight: bold;
    padding-left: 10px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title
    h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    font-weight: bold;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title
    h2:before {
    content: "";
    position: relative;
    top: 5px;
    left: 14px;
    padding: 0px 14px 0 32px;
    width: 21px;
    height: 21px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title
    h2.search-result
    strong {
    font-weight: bold;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title:after {
    background: #663300;
    bottom: -1px;
    content: "";
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 24%;
    z-index: 2;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-catch {
    padding: 0 10px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul {
    margin: 28px 0px 50px 0px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul.list-center {
    text-align: center;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li {
    display: inline-block;
    margin: 4px auto 4px auto;
    margin-left: 10px;
    margin-right: 6px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img {
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 210px;
    background-color: #3c342f;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .list-img
    .top-mspace-item-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 280px;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .list-img:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 4;
    color: #000;
    text-decoration: none;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more
    .more-txt {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    color: #fff;
    top: 42%;
    text-align: center;
    -webkit-transform: translate3d(0%, -30%, 0);
    transform: translate3d(0%, -30%, 0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more
    .more-txt
    span {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.14286;
    line-height: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more
    .more-txt
    span.small-txt {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    line-height: 1.5;
    padding-bottom: 0.4em;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more
    .more-txt
    p {
    margin: 0 auto;
    background-color: #333;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    position: relative;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more
    .more-txt
    p.ico-read
    span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url("../img/ico_read.png") no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 28px;
    left: 30px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more
    .more-txt
    p.ico-lock {
    background-color: #c22;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img
    .more
    .more-txt
    p.ico-lock
    span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url("../img/ico_lock.png") no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 28px;
    left: 30px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img:hover
    .list-img:before {
    opacity: 1;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img:hover
    .list-img
    .top-mspace-item-img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-img:hover
    .more
    .more-txt {
    opacity: 0.8;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-popup-image:hover {
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-popup-image
    img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 280px;
    height: auto;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-popup-image
    img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-label
    .mspace-page-item-label-area {
    padding: 10px 2px;
    min-height: 20px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-label
    .mspace-page-item-label-area
    p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    text-align: left;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul.spacelist
    li {
    counter-increment: spacelist;
    position: relative;
    display: inline-block;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    ul.spacelist
    li:before {
    background: #ff9900;
    color: #fff;
    content: counter(spacelist);
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 30px;
    z-index: 1000;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner {
    background: #ffffff;
    padding: 30px;
    font-size: 16px;
    text-align: center;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 10px 0;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .error-message {
    margin: 10px auto 15px auto;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-icon {
    margin: 10px 0 20px 0;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-form
    .send-box {
    position: relative;
    background: rgba(83, 71, 63, 0.8);
    width: 360px;
    margin: 6px auto 30px auto;
    padding: 1px;
    color: #fff;
    line-height: 1;
    z-index: 10;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-form
    .send_form {
    width: 360px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-form
    .send_form
    input[type="text"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    border: 2px solid #fff;
    border-right: none;
    background: #fff;
    width: 260px;
    height: 32px;
    margin: 0;
    padding: 0 8px 0 10px;
    vertical-align: middle;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    outline: none;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-form
    .send_form
    input[type="text"]:hover {
    cursor: pointer;
    outline: 0;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-form
    .send_form
    input[type="text"]:focus {
    border: 2px solid #eee;
    outline: 0;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-form
    .send_form
    button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: right;
    position: relative;
    border: 2px solid #fff;
    background: #eee;
    width: 78px;
    height: 36px;
    margin: 0;
    padding: 0 0 0 4px;
    vertical-align: middle;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-form
    .send_form
    button:hover {
    background-color: #ff9900;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-caution {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-caution
    p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-caution
    a {
    display: inline-block;
    position: relative;
    border: 0.06em solid #ccc;
    width: 200px;
    padding: 10px 0px 12px 24px;
    margin-top: 4px;
    background-color: #4eae4c;
    color: #ffffff;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-caution
    a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 15px;
    left: 30px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item
    .mspace-page-lock
    .mspace-page-lock-inner
    .mspace-page-lock-caution
    a:hover {
    background-color: #ff9900;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer {
    text-align: center;
    clear: both;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    background-color: #ffffff;
    padding: 11px 30px 11px 50px;
    border: 0.06em solid #ccc;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 15px;
    left: 34px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: 2;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    a:hover {
    color: #ffffff;
    background-color: #e30b20;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    a:hover:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    a.next:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 15px;
    left: 30px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    a.next:hover {
    color: #ffffff;
    background-color: #e30b20;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    a.next:hover:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    .mspace-page-item-contact {
    margin: 0 0 50px 0;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    .mspace-page-item-contact
    a.popup-contact-btn {
    background-color: #4eae4c;
    color: #ffffff;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    .mspace-page-item-contact
    a.popup-contact-btn:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 15px;
    left: 30px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  section.s-mspace-contents
    .s-mspace-container
    .mspace-inner
    .mspace-page-area
    .mspace-page-item-footer
    .mspace-page-item-contact
    a.popup-contact-btn:hover {
    background-color: #ff9900;
  }

  .page-top .top-mspace-area {
    max-width: 840px;
    margin: 0 auto;
  }
  .page-top .top-mspace-area .top-mspace-title {
    padding: 10px 0px;
    margin-bottom: 12px;
    border-bottom: 1px solid #fff;
  }
  .page-top .top-mspace-area .top-mspace-title h2 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .page-top .top-mspace-area .top-mspace-area-noitem {
    color: #f0ede6;
    margin: 30px 0px 60px 12px;
  }
  .page-top .top-mspace-area ul {
    margin: 30px 0 60px 0;
  }
  .page-top .top-mspace-area ul li {
    display: inline-block;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 6px;
    margin-bottom: 22px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item {
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border-radius: 10px;
    overflow: hidden;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item img.top-mspace-item-img {
    width: 268px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .page-top
    .top-mspace-area
    ul
    li
    div.top-mspace-item
    .top-mspace-item-label-bg {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background: #000;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: -23px;
    width: 100%;
    min-height: 60px;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
  }
  .page-top
    .top-mspace-area
    ul
    li
    div.top-mspace-item
    .top-mspace-item-label.slideup {
    bottom: 0px;
  }
  .page-top
    .top-mspace-area
    ul
    li
    div.top-mspace-item
    .top-mspace-item-label.slideup
    .top-mspace-item-label-icon {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    right: 10px !important;
  }
  .page-top
    .top-mspace-area
    ul
    li
    div.top-mspace-item
    .top-mspace-item-label
    .top-mspace-item-label-area {
    padding: 8px 12px;
  }
  .page-top
    .top-mspace-area
    ul
    li
    div.top-mspace-item
    .top-mspace-item-label
    .top-mspace-item-label-area
    h3 {
    color: #fff;
    z-index: 2;
    position: relative;
    margin-bottom: 4px;
  }
  .page-top
    .top-mspace-area
    ul
    li
    div.top-mspace-item
    .top-mspace-item-label
    .top-mspace-item-label-area
    p {
    position: relative;
    z-index: 2;
    color: #ddd;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.45455;
    padding-right: 20px;
  }
  .page-top
    .top-mspace-area
    ul
    li
    div.top-mspace-item
    .top-mspace-item-label
    .top-mspace-item-label-area
    .top-mspace-item-label-icon {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-size: 12px auto;
    padding: 1px;
    position: absolute;
    top: 18px;
    right: -20px;
    height: 50px;
    z-index: 2;
  }
  .page-top .top-price-area {
    max-width: 840px;
    margin: 0 auto;
  }
  .page-top .top-price-area .top-price-title {
    padding: 10px 0px;
    margin-bottom: 38px;
    border-bottom: 1px solid #fff;
  }
  .page-top .top-price-area .top-price-title h2 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .page-top .top-contact-area {
    margin: 0 auto;
  }
  .page-top .top-contact-area .top-contact-title {
    padding: 10px 0px;
    margin-bottom: 38px;
  }
  .page-top .top-contact-area .top-contact-title h2 {
    background-size: 247px 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
  }
  .page-top .top-contact-area ul {
    width: 960px;
    margin: 40px 0px;
    padding: 0px 0px 0px 0px;
  }
  .page-top .top-contact-area ul li {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 410px;
    display: inline-block;
    padding: 0px 8px;
  }
  .page-top .top-contact-area ul li.top-contact-left {
    margin-left: 50px;
  }
  .page-top .top-contact-area ul li .top-contact-tel-btn .top-contact-tel-img {
    position: relative;
    padding: 15px 0px 15px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_tel.png?1496163292) no-repeat;
    height: 56px;
    background-position: center;
    background-color: #38afa2;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 450px;
  }
  .page-top
    .top-contact-area
    ul
    li
    .top-contact-contact-btn
    .top-contact-contact-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 15px 0px 15px 0px;
    background-color: #333;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_mail.png?1496163292) no-repeat;
    background-position: center;
    background-color: #4eae4c;
    height: 56px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 450px;
  }
  .page-top
    .top-contact-area
    ul
    li
    .top-contact-contact-btn
    .top-contact-contact-img:hover {
    background-color: #ff9900;
  }
  .page-top #footer {
    padding: 36px 10%;
    border-top: solid 1px #f0ede6;
    color: #f0ede6;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
  }

  /* Mspace
  ---------------------------------------- */
  .page-job #contents, .delivery-job-post #contents{
    position: relative;
    margin: auto;
    width: 90%;
    max-width: 900px;
  }

  body.single #contents {
    position: relative;
    margin: auto;
    width: 90%;
    max-width: 900px;
  }

  #contents .side-area {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    max-width: 368px;
    float: left;
    width: 268px;
    margin-bottom: 20px;
  }
  #contents .side-area.page-fix {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: fixed;
    z-index: 1000;
    top: 70px;
    opacity: 0.9;
  }
  #contents .side-area.page-bottom-fix {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: fixed;
    z-index: 1000;
    bottom: 163px;
    opacity: 0.9;
  }
  #contents .side-area .side-inner {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 20px 28px 20px 12px;
  }
  #contents .side-area .side-inner .side-item {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    max-height: 100%;
  }
  #contents .side-area .side-inner .btn-op-search {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 30px;
  }
  #contents .side-area .side-inner .btn-op-search:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 2;
  }
  #contents .side-area .side-inner .btn-op-search:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contents .side-area .side-inner.close .btn-op-search:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #contents .side-area .side-inner.close .side-item {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.8s ease-in-out;
    -moz-transition: max-height 0.8s ease-in-out;
    -o-transition: max-height 0.8s ease-in-out;
    transition: max-height 0.8s ease-in-out;
  }
  #contents .side-area h2 {
    color: #666;
    font-weight: bold;
    padding-left: 2px;
    margin-bottom: 10px;
  }
  #contents .side-area h2:before {
    content: "";
    display: block;
    position: absolute;
    background-position: 0px 2px;
    padding: 0px 4px 4px 0px;
    left: 26px;
  }
  #contents .side-area section {
    border-top: 1px dotted #ccc;
    /* padding: 5px 0px 10px 0px; */
  }
  #contents .side-area section dl dt {
    margin-top: 10px;
    margin-bottom: -5px;
  }
  #contents .side-area section dl dt label.l-b {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    font-weight: bold;
    color: #666;
  }
  #contents .side-area .headline {
    font-size: 0.85rem;
    margin-bottom: 5px;
  }
  #contents .side-area .search-key {
    border-radius: 5px;
    width: 92%;
    font-size: 15px;
    padding: 8px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #bbb;
    margin: 10px 0 15px;
    background: url(../img/search.png) no-repeat;
    background-size: 18px 18px;
    background-position: 195px 7px;
    outline: 0;
  }
  #contents .side-area .postform {
    width: 100%;
    padding: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #bbb;
    border-radius: 5px;
    background: #fff;
    color: #808080;
    font-weight: 300;
    outline: 0;
  }
  #contents .side-area .select_wrap {
    position: relative;
    margin-bottom: 15px;
  }
  #contents .side-area .select_wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 3%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
  }
  #contents .side-area .search_checklist {
    margin-bottom: 20px;
  }

  #contents .side-area .search_submit {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    width: 100%;
    padding: 5px 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    background: #ff8000;
    border-radius: 5px;
  }

  .checkbox__container {
    display: block;
    position: relative;
    padding-left: 27px;
    padding-top: 3px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkbox__container .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 5px;
  }

  .checkbox__container:hover input ~ .checkmark {
    background-color: #ccc;
  }

  .checkbox__container input:checked ~ .checkmark {
    background-color: #ff8000;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .checkbox__container input:checked ~ .checkmark:after {
    display: block;
  }

  .checkbox__container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .archive-tool-wrap {
    margin-bottom: -15px;
  }
  .side-search-item {
    float: right;
  }
  .side-search-item .caption {
    display: inline-block;
    font-size: 0.8rem;
    margin-right: 8px;
  }
  .side-search-select {
    display: inline-block;
  }
  #contents .side-area section dl dd .side-search-item {
    margin-top: 10px;
  }
  #contents .side-area section dl dd .side-search-item .side-search-select {
    margin: 4px 0px;
  }
  #contents
    .side-area
    section
    dl
    dd
    .side-search-item
    .side-search-select
    label {
    font-weight: bold;
  }
  #contents .side-area section dl dd .side-search-selected {
    margin: 11px 0px;
  }
  #contents .side-area section dl dd .side-search-selected ul li {
    display: inline-block;
    margin: 3px 0px;
  }
  #contents .side-area section dl dd .side-search-selected ul li .tag-skill {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 5px 12px;
    background-color: #eee;
    border-radius: 2em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
  }
  #contents
    .side-area
    section
    dl
    dd
    .side-search-selected
    ul
    li
    .tag-skill.selected {
    background-color: #6cc644;
    color: #ffffff;
  }
  #contents
    .side-area
    section
    dl
    dd
    .side-search-selected
    ul
    li
    .tag-skill:hover {
    background-color: #f90;
    color: #ffffff;
  }
  #contents .side-area section.side-item-area dl {
    margin: 48px 0px;
  }
  #contents .side-area section.side-item-area dd {
    margin: 10px 0px;
  }
  #contents .side-area section .side-search-pright {
    float: left;
    padding: 10px 0px 10px 0px;
  }
  #contents .side-area section.side-item-link ul li {
    width: 100%;
  }
  #contents .side-area section.side-item-link ul li a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding-left: 45px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: #333;
  }
  #contents .side-area section.side-item-link ul li a:hover {
    cursor: pointer;
    color: #e30b20;
  }
  #contents .side-area section.side-item-link ul li a.ico-joblist:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_joblist.png?1530651943") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 0px;
    left: 15px;
    width: 20px;
    height: 20px;
  }
  #contents .side-area section.side-item-link ul li a.ico-bookmark:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_bookmark.png?1530651943") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 0px;
    left: 15px;
    width: 20px;
    height: 20px;
  }
  #contents .side-area section.side-item-link ul li a.ico-profile:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_profile.png?1530651946") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 0px;
    left: 15px;
    width: 20px;
    height: 20px;
  }
  #contents .side-area section.side-item-link ul li a.ico-logout:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_logout.png?1530651943") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 0px;
    left: 15px;
    width: 20px;
    height: 20px;
  }
  #contents .side-area section.side-item-link ul li .side-search-pright {
    position: relative;
    float: left;
    padding: 10px 0px 10px 0px;
    width: 100%;
  }
  #contents
    .side-area
    section.side-item-link
    ul
    li
    .side-search-pright.selected {
    background-color: #f0f0f0;
  }
  #contents
    .side-area
    section.side-item-link
    ul
    li
    .side-search-pright.selected:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_check_b.png?1530651943") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    background-position: right;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  #contents .content-area {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 10px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 1px;

    margin-right: 20px;
    margin-bottom: 60px;
  }
  .category-text {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #919191;
    letter-spacing: 0.05em;
    padding: 0 0.5rem 1.5rem 0;
  }
  #contents .content-area.full {
    width: 100%;
  }
  #contents .content-area.full table {
    width: 100%;
  }
  #contents .content-area.full .detail-area {
    width: auto;
  }
  #contents .content-area .searchlist-area .searchlist-area-head {
    padding: 5px 0px 14px 0px;
  }
  #contents .content-area .searchlist-area .searchlist-area-head h2 {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
  #contents .content-area .searchlist-area .searchlist-area-head h2 strong {
    font-size: 120%;
    font-weight: bold;
  }
  #contents .content-area .searchlist-area .searchlist-area-head h2:after {
    background: #000;
    bottom: -1px;
    content: "";
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 32%;
    z-index: 2;
  }
  #contents .content-area .searchlist-area .searchlist-area-head h1 {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
  #contents .content-area .searchlist-area .searchlist-area-head h1 strong {
    font-size: 120%;
    font-weight: bold;
  }
  #contents .content-area .searchlist-area .searchlist-area-head h1:after {
    background: #000;
    bottom: -1px;
    content: "";
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 32%;
    z-index: 2;
  }
  #contents .content-area .searchlist-area .job-entry-area-head {
    margin-top: 50px;
  }
  #contents .content-area .searchlist-area .searchlist-result-cnt {
    margin-bottom: -15px;
    float: left;
  }
  #contents .content-area .searchlist-area .searchlist-result-cnt p strong {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    font-weight: bold;
    padding: 0 4px;
    color: #f15252;
  }
  #contents .content-area .job-entry-caution {
    margin-top: 10px;
    margin-bottom: -10px;
  }
  #contents .content-area .job-entry-caution p {
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    letter-spacing: 0.05em;
  }
  #contents .content-area .related-area {
    margin-top: 30px;
  }
  #contents .content-area .related-area .related-area-head h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #666;
  }
  #contents .content-area .related-area .related-area-list {
    margin: 10px auto;
  }
  #contents .content-area .related-area .related-area-list ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item {
    width: 180px;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-category {
    margin-bottom: 5px;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-category
    .icon-category {
    position: relative;
    z-index: 2;
    top: 0px;
    width: 180px;
    margin: auto;
    left: 0px;
    right: 0px;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.36364;
    color: #60b838;
    border: 1px solid #60b838;
    padding: 5px 12px;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-category
    .icon-category.nodisplay {
    border: 0px;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-area-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: url(../img/sample_job_dummy.png);
    width: 180px;
    height: 150px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-area-img.sample-img {
    background-image: url(../img/sample_job_list.jpg);
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-area-img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-area-content {
    margin: 10px auto;
  }
  #contents
    .content-area
    .related-area
    .related-area-list
    ul
    li
    .related-area-item
    .related-area-content
    a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    letter-spacing: 0.05em;
  }
  #contents .content-area .related-area .related-area-list ul li:last-child {
    margin-right: 0px;
  }
  #contents .content-area .searchlist-list {
    clear: both;
  }
  #contents .content-area .searchlist-list ul li .job-item-notfound {
    margin: 10px auto 30px auto;
  }
  #contents .content-area .searchlist-list ul li .searchlist-list-item {
    margin-top: 40px;
  }
  #contents .content-area .searchlist-list ul li .searchlist-list-item.detail {
    margin-top: 0px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-pic {
    position: relative;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-pic
    .searchlist-list-item-new {
    position: absolute;
    top: 8px;
    left: -12px;
    background-color: #6cc644;
    padding: 5px 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    color: #fff;
    padding-top: 8px;
    padding-left: 8px;
    z-index: 3;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-pic
    .searchlist-list-item-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: url(../img/sample_job_dummy.png);
    width: 100%;
    max-width: 620px;
    max-height: 350px;
    height: 350px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-pic
    .searchlist-list-item-img.sample-img {
    background-image: url(../img/sample_job_list.jpg);
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-pic
    .searchlist-list-item-img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head {
    margin: 10px 0px 10px 0px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    span {
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 1.33333;
    color: #60b838;
    border: 1px solid #60b838;
    border-radius: 5px;
    padding: 6px 12px;
    margin-top: 1px;
    margin-bottom: 2px;
    font-weight: bold;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    .icon-category {
    float: left;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    span.cnt-bookmark {
    float: right;
    border: 0px;
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    span.cnt-bookmark
    strong {
    font-size: 120%;
    font-weight: bold;
  }

  .job-content-archive {
    font-size: 0.8rem;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .job-archive-information ul li {
    float: left;
    max-width: 29%;
    padding-right: 2%;
    margin-bottom: 8px;
    color: #999;
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .job-archive-information ul li .sub {
    color: #333;
    font-weight: bold;
    font-size: 0.85rem;
    margin-bottom: 5px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    li {
    /* color: #999; */
    font-size: 14px;
    line-height: 1.6;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    .sub {
    color: #333;
    font-weight: bold;
    font-size: 0.85rem;
    margin-bottom: 5px;
  }

  .favorite-count-wrap {
    float: right;
    margin-top: 5px;
    padding: 0 0 0 25px;
    background: url(../img/ico_favorite.svg) no-repeat;
    background-size: 18px;
    background-position: 0 3px;
  }
  .favorite-count-wrap .cnt-bookmark {
    font-size: 0.9rem;
    color: #919191;
    padding: 10px 0;
  }
  .favorite-count-wrap .cnt-bookmark .cnt-bookmark-num {
    font-weight: bold;
    padding: 0 5px;
    font-size: 0.95rem;
  }
  .favorite-wrap {
    float: right;
    border: 1px solid #f15252;
    border-radius: 5px;
    color: #f15252;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .unfavorite-wrap {
    float: right;
    border: 1px solid #f15252;
    background: #f15252;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .favorite-wrap:hover {
    background: #f15252;
  }
  .favorite-btn {
    display: inline-block;
  }
  .btn-bookmark {
    background: url(../img/ico_like.svg) no-repeat;
    background-size: 16px 16px;
    background-position: 8px 7px;
    padding: 8px 5px 8px 30px;
    display: inline-block;
    font-weight: bold;
    color: #f15252;
    cursor: pointer;
  }
  .favorite-wrap:hover .btn-bookmark,
  .unfavorite-wrap .btn-bookmark {
    color: #fff;
    background: url(../img/ico_liked.svg) no-repeat;
    background-size: 16px 16px;
    background-position: 8px 7px;
    padding: 8px 5px 8px 30px;
    display: inline-block;
    font-weight: bold;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    .favorite-wrap
    span.cnt-bookmark
    .cnt-bookmark-num {
    color: #f15252;
    font-weight: bold;
    font-size: 0.8rem;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    .favorite-wrap:hover
    span.cnt-bookmark
    .cnt-bookmark-num,
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    .unfavorite-wrap
    span.cnt-bookmark
    .cnt-bookmark-num {
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    span.cnt-bookmark {
    padding: 6px 10px 5px 0px;
  }

  .content-area-job-detail {
    margin-right: 0 !important;
  }
  .detail-job-wrap {
    display: flex;
  }
  .detail-job-inner-info {
    width: 70%;
    padding-right: 30px;
  }
  .detail-job-inner-related {
    width: 30%;
  }
  .job-detail-company-head {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 50px;
  }
  .job-detail-company-el {
    font-size: 15px;
    font-weight: bold;
  }
  .job-detail-company-list li {
    margin-bottom: 15px;
  }
  .detail-job-inner-related-head {
    font-size: 17px !important;
    margin-bottom: 5px;
  }
  .related-job-list li {
    margin-bottom: 20px;
  }
  .related-job-list li img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .related-job-list li h3 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .related-job-list li p {
    font-size: 12px;
  }

  .btn-entry-mod {
    border: 1px solid #999;
    border-radius: 10px;
    padding: 9px 30px 9px 20px;
    display: inline-block;
    color: #999;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .btn-entry-mod:hover {
    background: #999;
    color: #fff;
    transition: 0.3s;
  }
  .btn-entry-mod:after {
    position: absolute;
    right: 10px;
    top: 40%;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: translateX(-50%) rotate(45deg);
  }

  .btn-entry-mod:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 40%;
    right: 7px;
    transition: 0.4s;
  }

  .btn-detail {
    border: 2px solid #ff8000;
    background: #ff8000;
    border-radius: 10px;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    min-width: 115px;
    text-align: center;
    position: relative;
  }
  .btn-detail:hover {
    background: #dd7003;
    border: 2px solid #dd7003;
    color: #fff;
    transition: 0.3s;
  }
  .btn-detail:after {
    position: absolute;
    right: 10px;
    top: 40%;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(45deg);
  }

  .btn-detail:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 40%;
    right: 7px;
    transition: 0.4s;
  }

  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-head
    span.nodisplay {
    border: 0px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
    padding: 0 0 10px;
    letter-spacing: 0.05em;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    h2
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #333;
    font-weight: bold;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    h2
    a:hover {
    color: #e30b20;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content {
    margin-bottom: 10px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    color: #666;
    letter-spacing: 0.05em;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    .searchlist-list-item-skill {
    margin: 10px auto;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    .searchlist-list-item-skill
    ul
    li {
    display: inline-block;
    margin: 4px auto;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    .searchlist-list-item-skill
    ul
    li
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #eee;
    padding: 7px 15px;
    border-radius: 2em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    margin: auto 1px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-content
    .searchlist-list-item-skill
    ul
    li
    a:hover {
    background-color: #f90;
    color: #ffffff;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action {
    margin: 10px auto 10px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-company {
    display: inline-block;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-company.none {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-company
    .searchlist-list-item-company-name {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 8px 0px 8px 20px;
    color: #666;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns {
    display: inline-block;
    float: right;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .wpfp-span {
    display: inline-block;
    position: relative;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-bookmark {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 8px 20px 8px 40px;
    border: 1px solid #ddd;
    color: #666;
    margin-right: 10px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-bookmark.issend {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-bookmark:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-bookmark:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    color: #666;
    background-color: #eee;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-bookmark:hover:before {
    content: "";
    position: absolute;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-entry {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    width: 150px;
    padding: 8px 0px 8px 40px;
    background-color: #f90;
    border: 1px solid #ddd;
    color: #ffffff;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-entry:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 22px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-entry:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #c60;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .searchlist-list-item-action
    .searchlist-list-item-btns
    .btn-entry:hover:before {
    content: "";
    position: absolute;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    color: #333;
    letter-spacing: 0.05em;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-item {
    margin: 0 auto 30px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-item
    p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-item
    label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #666;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-item
    p {
    margin: 10px 5px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    letter-spacing: 0.1em;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-conditions {
    /* margin: 0 0 30px; */
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-conditions
    li {
    /* float: left; */
    /* width: 25%; */
    margin-bottom: 25px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-conditions
    li
    h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    /* margin-bottom: 5px; */
  }

  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-conditions02 {
    /* margin: 20px 0; */
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-conditions02
    li {
    /* float: left; */
    /* width: 50%; */
    margin-bottom: 25px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-job-conditions02
    li
    h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    /* margin-bottom: 5px; */
  }

  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-item-skill {
    margin: 10px auto;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-item-skill
    ul {
    margin: 10px auto 0px auto;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-item-skill
    ul
    li {
    display: inline-block;
    margin: 4px auto;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .detail-item-skill
    ul
    li
    a {
    background-color: #eee;
    padding: 7px 15px;
    border-radius: 2em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    margin: auto 1px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .manager-area {
    background: #53473f;
    padding: 10px;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .manager-area
    label {
    color: #fff;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .manager-area
    p {
    color: #fff;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .searchlist-list-item
    .searchlist-list-item-main
    .detail-item-content
    .item-2way {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
  }
  #contents .content-area .searchlist-list ul li .detail-action {
    margin-bottom: 20px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-bookmark {
    display: inline-block;
    margin-bottom: 5px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-bookmark
    .cnt-bookmark {
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-bookmark
    .cnt-bookmark
    strong {
    font-size: 120%;
    font-weight: bold;
  }
  #contents .content-area .searchlist-list ul li .detail-action .detail-btns {
    display: inline-block;
    float: right;
    position: relative;
    bottom: 5px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .wpfp-span {
    display: inline-block;
    position: relative;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-bookmark {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 8px 20px 8px 40px;
    border: 1px solid #ddd;
    color: #666;
    margin-right: 10px;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-bookmark.issend {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-bookmark:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-bookmark:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    color: #666;
    background-color: #eee;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-bookmark:hover:before {
    content: "";
    position: absolute;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-entry {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    width: 150px;
    padding: 8px 0px 8px 40px;
    background-color: #f90;
    border: 1px solid #ddd;
    color: #ffffff;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-entry:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 22px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-entry:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #c60;
  }
  #contents
    .content-area
    .searchlist-list
    ul
    li
    .detail-action
    .detail-btns
    .btn-entry:hover:before {
    content: "";
    position: absolute;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  #contents .content-area .searchlist-list .job-item-footer {
    text-align: center;
    clear: both;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  #contents .content-area .searchlist-list .job-item-footer p {
    padding-bottom: 30px;
  }
  #contents .content-area .searchlist-list .job-item-footer a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    background-color: #ffffff;
    padding: 8px 30px 8px 50px;
    border: 0.06em solid #ccc;
  }
  #contents .content-area .searchlist-list .job-item-footer a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 15px;
    left: 34px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: 2;
  }
  #contents .content-area .searchlist-list .job-item-footer a:hover {
    color: #ffffff;
    background-color: #e30b20;
  }
  #contents .content-area .searchlist-list .job-item-footer a:hover:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num span {
    display: inline-block;
    height: 60px;
    line-height: 62px;
    vertical-align: middle;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num span.first {
    position: absolute;
    top: 0;
    left: 30px;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num span.last {
    position: absolute;
    top: 0;
    right: 30px;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num span.prev {
    position: absolute;
    top: 0;
    left: 70px;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span.prev
    a {
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    color: #6a6e71;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span.prev
    a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: 2;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span.prev
    a:hover:before {
    border-top: 1px solid #e30b20;
    border-right: 1px solid #e30b20;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num span.next {
    position: absolute;
    top: 0;
    right: 70px;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span.next
    a {
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    color: #6a6e71;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span.next
    a:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 35px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span.next
    a:hover:after {
    border-top: 1px solid #e30b20;
    border-right: 1px solid #e30b20;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num span.page {
    padding: 0 8px;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span.current {
    color: #e30b20;
    font-weight: bold;
  }
  #contents .content-area .searchlist-paging .searchlist-paging-num span a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #6a6e71;
  }
  #contents
    .content-area
    .searchlist-paging
    .searchlist-paging-num
    span
    a:hover {
    color: #e30b20;
  }
  #contents .content-area .searchlist-action {
    position: relative;
    right: auto;
    left: auto;
    margin: 4px auto 40px auto;
    width: 100%;
    padding-top: 10px;
    text-align: center;
  }
  #contents .content-area .searchlist-action a {
    background-color: #ddd;
    padding: 8px 30px;
    border-radius: 0.2em;
  }

  .content-header-wrap {
    padding: 40px 0 30px;
    text-align: center;
  }
  .content-header-wrap h1 {
    font-size: 1.7rem;
    font-weight: bold;
  }

  #contents .content-category {
    padding: 10px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 1px;
    max-width: 900px;
    margin-bottom: 60px;
  }

  #contents .content-category .category-grid {
    width: 30.6%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
  }
  #contents .content-category .category-grid .category-head {
    min-height: 150px;
    margin-bottom: 15px;
    background-size: cover !important;
    display: flex;
    position: relative;
  }
  #contents .content-category .category-grid .category-head:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  #contents .content-category .category-grid .category-head a {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    z-index: 100;
    display: block;
    width: 100%;
    height: 62%;
    text-align: center;
    padding-top: 21%;
  }
  #contents .content-category .category-grid .category-head:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  #contents .content-category .category-grid .category-child {
    font-size: 0.85rem;
    padding: 0 0 10px 0;
  }
  #contents .content-category .category-grid .category-child a {
    position: relative;
    padding: 0 0 0 20px;
  }

  #contents .content-category .category-grid .category-child a:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    right: 50%;
    width: 5px;
    height: 5px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: translateX(-50%) rotate(45deg);
  }

  #contents .detail-header-area {
    margin: 10px 0px 10px 0px;
  }
  #contents .detail-header-area .detail-header-main .detail-header-main-head {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #contents
    .detail-header-area
    .detail-header-main
    .detail-header-main-head
    .icon-category {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 0.8rem;
    line-height: 1.33333;
    color: #60b838;
    border: 1px solid #60b838;
    border-radius: 5px;
    padding: 6px 12px;
    margin-top: 1px;
    margin-bottom: 2px;
    font-weight: bold;
    float: left;
  }
  #contents
    .detail-header-area
    .detail-header-main
    .detail-header-main-head
    .icon-category.nodisplay {
    border: 0px;
  }
  #contents
    .detail-header-area
    .detail-header-main
    .detail-header-main-head
    .detail-title {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
    padding-top: 10px;
    letter-spacing: 0.05em;
  }
  #contents
    .detail-header-area
    .detail-header-main
    .detail-header-main-head
    .detail-company {
    padding: 10px 0px 5px 0px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  #contents
    .detail-header-area
    .detail-header-main
    .detail-header-main-head
    .favorite-wrap
    .cnt-bookmark {
    padding: 6px 10px 5px 0px;
  }
  #contents
    .detail-header-area
    .detail-header-main
    .detail-header-main-head
    .favorite-wrap
    .cnt-bookmark
    .cnt-bookmark-num {
    font-weight: bold;
    font-size: 0.8rem;
  }
  #contents
    .detail-header-area
    .detail-header-main
    .detail-header-main-head
    .favorite-wrap:hover {
    color: #fff;
  }

  #contents .detail-header-area .detail-header-pic {
    position: relative;
    margin-top: 10px;
  }
  #contents .detail-header-area .detail-header-pic .detail-header-new {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 8px;
    left: -12px;
    background-color: #6cc644;
    padding: 5px 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    color: #fff;
    padding-top: 8px;
    padding-left: 8px;
    z-index: 3;
  }
  #contents .detail-header-area .detail-header-pic .detail-header-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: url(../img/sample_job_dummy.png);
    width: 100%;
    height: 370px;
    margin-bottom: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #contents
    .detail-header-area
    .detail-header-pic
    .detail-header-img.sample-img {
    background-image: url(../img/sample_job_list.jpg);
  }
  #contents .profile-area .profile-inner {
    background: #fefefe;
    margin: 0 auto 30px auto;
    text-align: left;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 20px;
  }

  .ctr-navition {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 0;
    z-index: 100;
    text-align: center;
  }
  .ctr-navition div {
    margin: 0 10px;
  }
  .ctr-navition .entry-btn-job-detail {
    display: inline-block;
    border: 2px solid #ff8000;
    background: #ff8000;
    border-radius: 5px;
    padding: 8px 30px 8px 20px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 1.05rem;
    min-width: 115px;
    text-align: center;
    position: relative;
  }
  .ctr-navition .entry-btn-job-detail:after {
    position: absolute;
    right: 10px;
    top: 40%;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(45deg);
  }

  .ctr-navition .entry-btn-job-detail:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 40%;
    right: 7px;
    transition: 0.4s;
  }

  .ctr-navition .favorite-btn-job-detail {
    display: inline-block;
    border: 1px solid #f15252;
    border-radius: 5px;
    color: #f15252;
    font-size: 0.8rem;
    font-weight: bold;
    background: #fff;
    min-width: 190px;
  }
  .ctr-navition .btn-bookmark {
    padding: 9px 5px 9px 30px;
    background-position: 8px 11px;
    font-size: 1.05rem;
    background-size: 17px 17px;
  }

  #contents .profile-area .profile-inner .form-area label {
    min-width: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 12px 20px 12px 0px;
  }
  #contents .profile-area .profile-inner .form-area .profile-data {
    color: #666;
  }
  #contents .profile-area .profile-inner .form-area .form-check-list {
    /* padding-left: 165px;
    margin-bottom: -40px;
    position: relative;
    top: -30px; */
  }
  #contents .profile-area .profile-inner .form-area .form-check-list label {
    padding: 2px 20px 5px 28px;
  }
  #contents
    .profile-area
    .profile-inner
    .form-area
    .form-check-list
    .form-check-selected {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 12px 20px 12px 0px;
  }
  #contents .profile-area .profile-inner .form-area .profile-data-tarea {
    padding-left: 165px;
    position: relative;
    top: -30px;
  }
  #contents
    .profile-area
    .profile-inner
    .form-area
    .profile-data-tarea
    .profile-data-caution {
    margin-top: 30px;
  }
  #contents
    .profile-area
    .profile-inner
    .form-area
    .profile-data-tarea
    .profile-data-caution
    p {
    font-size: 80%;
    margin: 0px 5px;
  }
  #contents .profile-area .profile-inner .form-area textarea {
    min-width: 350px;
  }
  #contents .profile-area .profile-inner .form-area .full.check {
    margin: 20px auto 40px auto;
  }
  #contents .profile-area .profile-inner .form-area .form-btn-area {
    clear: both;
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #contents .profile-area .profile-inner .form-area .form-social-area {
    clear: both;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  #contents .profile-area .profile-inner .form-area .form-social-area.btop {
    border-top: 1px dotted #999;
  }
  #contents .profile-area .profile-inner .form-area .form-social-area a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #fff;
    padding: 15px 35px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  #contents .profile-area .profile-inner .form-area .form-social-area a.btn-fb {
    background: #3c59b5;
    color: #ffffff;
    margin-left: 5px;
    position: relative;
    padding-left: 60px;
  }
  #contents
    .profile-area
    .profile-inner
    .form-area
    .form-social-area
    a.btn-fb:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 38px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  #contents
    .profile-area
    .profile-inner
    .form-area
    .form-social-area
    a.btn-fb:hover {
    background: #264391;
  }

  .signup-wrap {
    max-width: 900px;
    margin: 20px auto 0;
  }
  .signup-wrap .signup-bloc {
    float: left;
    width: 70%;
    margin-bottom: 80px;
  }
  .signup-wrap .signup-bloc .desc {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #999;
    margin-bottom: 15px;
  }
  .signup-wrap .login-bloc {
    float: left;
    width: 30%;
  }
  .signup-wrap .login-bloc .inner {
    margin: 0 10px 0 40px;
    padding: 20px;
    background: #efefef;
  }
  .signup-wrap .login-bloc .inner .head {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .signup-wrap .login-bloc .inner .link a {
    font-size: 0.9rem;
    font-weight: bold;
    color: #ff8000;
  }
  .table-form {
    width: 100%;
    color: #333;
  }
  .table-form th {
    width: 30%;
    background: #efefef;
    padding: 10px;
    border: 1px solid #999;
    font-size: 0.9rem;
  }
  .table-form th span {
    color: #f15252;
  }
  .table-form td {
    width: 60%;
    padding: 10px;
    border: 1px solid #999;
  }
  #wpmem_reg .table-form td input[type="text"],
  #wpmem_reg .table-form td input[type="email"],
  #wpmem_reg .table-form td input[type="password"] {
    width: 94%;
    background: none;
    font-size: 15px;
    padding: 8px !important;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 5px !important;
  }
  #wpmem_reg .table-form td textarea {
    width: 94%;
    min-width: 0;
    background: none;
    font-size: 15px;
    padding: 8px !important;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 5px !important;
    resize: none;
  }
  #wpmem_reg .table-form td .first-name,
  #wpmem_reg .table-form td .last-name {
    width: 44% !important;
  }
  #wpmem_reg .birth_select {
    width: 32%;
    font-size: 1.1rem;
    height: 35px;
    outline: 0;
  }
  #wpmem_reg .birth_select_edit {
    width: 23%;
    font-size: 1.1rem;
    height: 35px;
    outline: 0;
  }

  .page-mspace {
    background: #faf8f4;
  }
  .page-mspace #container {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
  .page-mspace #container .contents {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 8px;
  }
  .page-mspace #container .page-header {
    height: 75px;
  }
  .page-mspace #container .page-header h1 {
    position: relative;
    top: 14px;
  }
  .page-mspace #container .page-header h1 img {
    width: 200px;
    height: auto;
  }
  .page-mspace #container .page-header .page-header-tel-area {
    position: relative;
    float: right;
    bottom: 32px;
    right: 10px;
  }
  .page-mspace #container .page-header .page-header-tel-area .page-header-tel {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .page-mspace #container .page-pankuzu {
    margin: 5px 0px;
    padding: 20px 24px;
    background-color: #53473f;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
  .page-mspace #container .page-pankuzu ul li {
    color: #fff;
    display: inline-block;
    padding: 0 2px;
  }
  .page-mspace #container .page-pankuzu ul li a {
    color: #fff;
  }
  .page-mspace #container .main-container .mspace-main-social-area {
    position: relative;
    top: 22px;
    margin-left: 388px;
  }
  .page-mspace #container .main-container .mspace-main-area {
    min-height: 300px;
    margin-top: 4px;
    margin-bottom: 30px;
  }
  .page-mspace #container .main-container .mspace-main-area.list-line {
    border-bottom: 2px dotted #ddd;
    margin-top: 36px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .list-mspace-area-noitem {
    text-align: center;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left {
    float: left;
    width: 480px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-title {
    min-height: 72px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-title
    .mspace-label-icon {
    float: left;
    background-color: #4eae4c;
    width: 12px;
    height: 54px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    margin-right: 12px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-title
    .mspace-main-title-content
    a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-title
    .mspace-main-title-content
    h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    font-weight: bold;
    margin-bottom: 4px;
    height: 28px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-title
    .mspace-main-title-content
    p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.33333;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-title
    .mspace-main-title-content
    .mspace-main-social-area {
    position: relative;
    bottom: 52px;
    right: 10px;
    width: 100%;
    text-align: right;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-title
    .mspace-main-image-sp {
    display: none;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content {
    margin: -8px 10px 10px 2px;
    padding: 0px 4px 0px 0px;
    border-top: 1px solid #aaa;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content.mspace-main-list-content {
    margin: -8px 10px 40px 2px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    ul {
    margin-bottom: 30px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    ul
    li {
    height: 100%;
    min-height: 28px;
    border-bottom: 1px dashed #aaa;
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    ul
    li
    .mspace-main-content-label {
    float: left;
    min-width: 140px;
    height: 100%;
    min-height: 28px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    ul
    li
    .mspace-main-content-label:before {
    content: "";
    position: relative;
    top: 3px;
    left: 0px;
    padding: 0px 0 0 18px;
    width: 10px;
    height: 10px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    ul
    li
    .mspace-main-content-label
    span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    table
    tr {
    min-height: 28px;
    border-bottom: 1px dashed #aaa;
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    table
    tr
    .mspace-main-content-label {
    float: left;
    min-width: 140px;
    height: 100%;
    min-height: 28px;
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    table
    tr
    .mspace-main-content-label:before {
    content: "";
    position: relative;
    top: 3px;
    left: 0px;
    padding: 0px 0 0 18px;
    width: 10px;
    height: 10px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    table
    tr
    .mspace-main-content-label
    span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-left
    .mspace-main-content
    table
    tr
    .mspace-main-content-item {
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    width: 100%;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-right {
    float: right;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-right
    .mspace-main-image-area {
    position: relative;
    top: 0px;
    right: 4px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-right
    .mspace-main-image-area
    a {
    cursor: pointer;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-right
    .mspace-main-image-area
    a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-right
    .mspace-main-image-area
    .mspace-popup-image:hover {
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-right
    .mspace-main-image-area
    img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 400px;
    height: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-main-area
    .mspace-main-right
    .mspace-main-image-area
    img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title {
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title
    h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    font-weight: bold;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title
    h2:before {
    content: "";
    position: relative;
    top: 1px;
    left: 0px;
    padding: 0px 14px 0 18px;
    width: 21px;
    height: 21px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    .mspace-page-item-title
    h2.search-result
    strong {
    font-weight: bold;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul {
    margin: 10px 0px 50px 0px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul.list-center {
    text-align: center;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul
    li {
    display: inline-block;
    margin: 0px auto 20px auto;
    margin-left: 2px;
    margin-right: 6px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-popup-image:hover {
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-popup-image
    img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    width: 292px;
    height: auto;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-popup-image
    img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-label
    .mspace-page-item-label-area {
    padding: 10px 2px;
    min-height: 20px;
  }
  .page-mspace
    #container
    .main-container
    .mspace-page-area
    .mspace-page-item
    ul
    li
    .mspace-page-item-area
    .mspace-page-item-label
    .mspace-page-item-label-area
    p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    text-align: left;
  }
  .page-mspace #container .page-contact-area {
    border: solid 5px #4eae4c;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    margin: 80px auto 0px auto;
  }
  .page-mspace #container .page-contact-area .top-contact-title {
    padding: 20px 0px 16px 0px;
    margin-bottom: 22px;
  }
  .page-mspace #container .page-contact-area .top-contact-title h2 {
    background-size: 247px 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 15px auto 0 auto;
  }
  .page-mspace #container .page-contact-area ul {
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
  }
  .page-mspace #container .page-contact-area ul li {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 410px;
    display: inline-block;
    padding: 0px 8px;
  }
  .page-mspace #container .page-contact-area ul li.top-contact-left {
    margin-left: 16px;
  }
  .page-mspace
    #container
    .page-contact-area
    ul
    li
    .top-contact-tel-btn
    .top-contact-tel-img {
    position: relative;
    padding: 15px 0px 15px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_tel.png?1496163292) no-repeat;
    height: 56px;
    background-position: center;
    background-color: #38afa2;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 450px;
  }
  .page-mspace
    #container
    .page-contact-area
    ul
    li
    .top-contact-contact-btn
    .top-contact-contact-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 20px 40px;
    padding: 15px 0px 15px 0px;
    background-color: #333;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_mail.png?1496163292) no-repeat;
    background-position: center;
    background-color: #4eae4c;
    height: 56px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 450px;
  }
  .page-mspace
    #container
    .page-contact-area
    ul
    li
    .top-contact-contact-btn
    .top-contact-contact-img:hover {
    background-color: #ff9900;
  }
  .page-mspace #container .page-contact-area.page-error-area {
    padding: 20px;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-title {
    border-bottom: 2px dotted #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page-mspace
    #container
    .page-contact-area.page-error-area
    .page-error-title
    h2 {
    color: #4eae4c;
    text-align: center;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.11765;
    font-weight: bold;
    margin: 10px 0px;
  }
  .page-mspace
    #container
    .page-contact-area.page-error-area
    .page-error-title
    p {
    color: #666;
    text-align: center;
  }
  .page-mspace
    #container
    .page-contact-area.page-error-area
    .page-error-area-msg {
    padding: 10px;
    text-align: center;
  }
  .page-mspace
    #container
    .page-contact-area.page-error-area
    .page-error-area-msg
    p {
    color: #666;
  }
  .page-mspace
    #container
    .page-contact-area.page-error-area
    .page-error-footer-area {
    padding: 20px;
    text-align: center;
  }
  .page-mspace
    #container
    .page-contact-area.page-error-area
    .page-error-footer-area
    a {
    color: #666;
  }
  .page-mspace #container #footer {
    background-color: #53473f;
    margin: 140px 0 0;
    padding: 30px 0;
    border-top: solid 1px #f0ede6;
    color: #f0ede6;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
    height: 100px;
  }
  .page-mspace #container #footer .page-pagetop-area {
    width: 150px;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .page-mspace #container #footer .page-pagetop-area .btn-pagetop:before {
    content: "";
    position: absolute;
    top: 19px;
    left: 38px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #666;
    border-right: 1.5px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .page-mspace #container #footer .page-pagetop-area .btn-pagetop:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .page-mspace #container #footer .footer-logo {
    position: absolute;
    right: 4%;
    margin-top: -110px;
  }

  /* Alert
  ---------------------------------------- */
  .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0.2em;
  }

  .validate-msg-area {
    display: none;
    position: fixed;
    width: 30%;
    top: 9%;
    right: 15px;
    z-index: 5000;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .validate-msg-area.alert-dismissible {
    padding-right: 35px;
  }
  .validate-msg-area.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .validate-msg-area .close {
    position: relative;
    top: -2px;
    right: 0px;
    color: inherit;
    float: right;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.14286;
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    outline: none;
    border: none;
  }

  /* Popup
  ---------------------------------------- */
  #popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #popup-overlay #popup-overlay-bg {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #0b0806;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  #popup-overlay #popup-overlay-container {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 1001;
    max-width: 680px;
    height: 93%;
    max-height: 520px;
    top: 14%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background-size: contain;
    -webkit-background-size: contain;
    background-position: 50% 50%;
    -webkit-background-position: 50% 50%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: #faf8f4;
  }
  #popup-overlay #popup-overlay-container:hover .popup-overlay-action-prev {
    left: 3%;
  }
  #popup-overlay #popup-overlay-container:hover .popup-overlay-action-next {
    right: 3%;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-outer-frame {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-inner-frame {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action {
    padding: 10px 0px;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-action
    .popup-overlay-action-image
    img {
    width: 100%;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-action
    .popup-overlay-action-image
    .popup-overlay-action-catch-area {
    text-align: left;
    padding: 6px 10px 10px 10px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-prev {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-position: 6px 8px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    top: 42%;
    left: -13%;
    background-color: transparent;
    padding: 8px 6px;
    opacity: 1;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-prev:active {
    left: 3%;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-prev:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-next {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-position: 6px 8px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    top: 42%;
    right: -13%;
    background-color: transparent;
    padding: 8px 6px;
    opacity: 1;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-next:active {
    right: 3%;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-next:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #popup-overlay #popup-overlay-container .popup-overlay-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    min-height: 50px;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-action-catch-area {
    text-align: left;
    padding: 6px 10px 10px 10px;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-action-catch-area
    .popup-overlay-action-catch {
    float: left;
    margin: 10px 0 0 20px;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-action-close {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: right;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 14px 20px 0px 0px;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-action-close:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-number {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    margin: 16px 0 0 20px;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-number
    p {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-number
    p
    .popup-overlay-number-current {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
    padding-right: 6px;
  }
  #popup-overlay
    #popup-overlay-container
    .popup-overlay-footer
    .popup-overlay-number
    p
    .popup-overlay-number-max {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    font-weight: bold;
    padding-left: 6px;
  }

  /* Popup Contact
  ---------------------------------------- */
  #popup-contact-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #popup-contact-overlay #popup-contact-overlay-bg {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #0b0806;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  #popup-contact-overlay #popup-contact-overlay-container {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 1001;
    max-width: 680px;
    height: 93%;
    max-height: 520px;
    top: 14%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background-size: contain;
    -webkit-background-size: contain;
    background-position: 50% 50%;
    -webkit-background-position: 50% 50%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: #faf8f4;
  }
  #popup-contact-overlay
    #popup-contact-overlay-container
    .popup-contact-overlay-outer {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  #popup-contact-overlay
    #popup-contact-overlay-container
    .popup-contact-overlay-inner {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }

  /* Paging
  ---------------------------------------- */
  .result-paging {
    position: relative;
    margin-bottom: 10px;
  }
  .result-paging:after {
    content: "";
    display: block;
    clear: both;
  }
  .result-paging .nav-prevnext {
    width: 100%;
  }
  .result-paging .nav-prevnext .prev {
    position: absolute;
    left: 0px;
    top: 2px;
  }
  .result-paging .nav-prevnext .prev a:before {
    margin-right: 8px;
    content: "\AB";
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    vertical-align: -1px;
  }
  .result-paging .nav-prevnext .next {
    position: absolute;
    right: 0px;
    top: 2px;
  }
  .result-paging .nav-prevnext .next a:after {
    content: "\BB";
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    vertical-align: -1px;
  }
  .result-paging .nav-prevnext a {
    color: #2a201b;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    line-height: 36px;
    width: 20px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f0f0e6;
    border: 1px solid #dcd2d6;
  }
  .result-paging .nav-prevnext a:hover {
    background-color: #ff9900;
    border-color: #ff9900;
    color: #fff;
  }
  .result-paging .pagenation {
    width: 100%;
    text-align: center;
    padding-top: 4px;
  }
  .result-paging .pagenation ul.pagenation-nav {
    margin: 0px auto !important;
    font-size: 0;
    line-height: 1;
  }
  .result-paging .pagenation ul.pagenation-nav li {
    display: inline-block;
    float: inherit !important;
    padding: 5px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    line-height: 28px;
    margin: auto !important;
  }
  .result-paging .pagenation ul.pagenation-nav li.current {
    margin: 0 8px !important;
  }
  .result-paging .pagenation ul.pagenation-nav a {
    display: inline-block;
    border: none;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f0f0e6;
    border: 1px solid #dcd2d6;
    color: #2a201b;
    min-width: 20px;
    padding: 0 8px;
    border-radius: 2px;
    text-align: center;
  }
  .result-paging .pagenation ul.pagenation-nav a:hover {
    background-color: #ff9900;
    border-color: #ff9900;
    color: #fff;
  }

  /* Slider
  ---------------------------------------- */
  .slider {
    width: 660px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .slider .slideSet {
    position: absolute;
  }
  .slider .slideSet div {
    width: 660px;
    box-sizing: border-box;
  }
  .slider .slide {
    float: left;
  }

  /* Form
  --------------------------------------- */
  .form-area .full {
    clear: both;
    margin: 20px auto;
  }
  .form-area .full .wpcf7-not-valid-tip {
    color: #e30b20;
    padding-left: 30%;
    padding-top: 5px;
    display: block;
  }
  .form-area .full.mbtm50 {
    margin-bottom: 50px;
  }
  .form-area .full.check {
    margin-top: 20px;
  }
  .form-area .full.check label {
    vertical-align: top;
  }
  .form-area .full.check .form-check-list {
    padding-left: 235px;
    position: relative;
    top: -20px;
  }
  .form-area .candidate-radio .full.check .form-check-list {
    padding-left: 0;
    position: relative;
    top: 0;
  }
  .form-area .full.check .form-check-list li {
    display: inline-block;
    margin: 2px auto;
  }
  .form-area .full.check .form-check-list li label {
    min-width: auto;
  }
  .form-area .full .agreeCheck {
    padding-top: 2px;
    padding-left: 28px;
    position: relative;
  }
  .form-area .full .agreeCheck span {
    float: left;
    padding-left: 4px;
  }
  .form-area .full .agreeCheck span.wpcf7-not-valid-tip {
    clear: both;
    padding-left: 0%;
  }
  .form-area .full p {
    color: #444;
    display: inline-block;
    min-height: 26px;
    margin-bottom: 10px;
  }
  .form-area div.form-item {
    float: left;
    width: 100%;
  }
  .form-area span.required {
    color: #b20000;
  }
  .form-area label {
    text-align: right;
    padding: 0px 20px 0px 0px;
    color: #333;
    font-weight: bold;
    display: inline-block !important;
    min-width: 210px;
  }
  .form-area label.vtop {
    float: left;
    padding-top: 12px;
  }
  .form-area label.vtop-cnf {
    float: left;
  }
  .form-area .validate-error-message .error {
    color: #b20000;
    background-color: #f0c1b2;
    padding: 8px 10px 5px;
    text-align: center;
    margin: 14px 0px 15px;
    border: 1px solid #b20000;
  }
  .form-area .input-form-info {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    color: #aaa;
    margin-left: 10px;
    height: 100px;
  }
  .form-area input[type="text"],
  .form-area input[type="email"],
  .form-area input[type="password"],
  .form-area input[type="tel"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 12px 8px 8px 10px !important;
    border: 0;
    outline: none;
    vertical-align: middle;
    min-width: 100px;
    max-width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #647373;
    border: 1px solid #bbb !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    transition: 0.05s border-color ease-in-out;
    border-radius: 0 !important;
    -moz-box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
  }
  .form-area input[type="text"].short,
  .form-area input[type="email"].short,
  .form-area input[type="password"].short,
  .form-area input[type="tel"].short {
    width: 25%;
  }
  .form-area input[type="text"].short-min,
  .form-area input[type="email"].short-min,
  .form-area input[type="password"].short-min,
  .form-area input[type="tel"].short-min {
    width: 20%;
  }
  .form-area input[type="text"].middle,
  .form-area input[type="email"].middle,
  .form-area input[type="password"].middle,
  .form-area input[type="tel"].middle {
    width: 42% !important;
  }
  .form-area input[type="text"].fit,
  .form-area input[type="email"].fit,
  .form-area input[type="password"].fit,
  .form-area input[type="tel"].fit {
    padding: 5px 10px;
    width: 90%;
  }
  .form-area input[type="text"]:hover,
  .form-area input[type="email"]:hover,
  .form-area input[type="password"]:hover,
  .form-area input[type="tel"]:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    outline: 0;
  }
  .form-area input[type="text"]:focus,
  .form-area input[type="email"]:focus,
  .form-area input[type="password"]:focus,
  .form-area input[type="tel"]:focus {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #e30b20 !important;
    box-shadow: 0 0 1px 0 #ff9900;
    outline: 0;
  }
  .form-area input[type="text"].form-error,
  .form-area input[type="email"].form-error,
  .form-area input[type="password"].form-error,
  .form-area input[type="tel"].form-error {
    background-color: #f0c1b2 !important;
    border: 2px solid #b20000 !important;
  }
  .form-area input[type="text"][disabled],
  .form-area input[type="email"][disabled],
  .form-area input[type="password"][disabled],
  .form-area input[type="tel"][disabled] {
    background: #eee;
    cursor: not-allowed;
  }
  .form-area textarea {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 12px 8px 8px 10px !important;
    border: 0;
    outline: none;
    vertical-align: middle !important;
    min-width: 480px;
    max-width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #647373;
    border: 1px solid #bbb !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    transition: 0.05s border-color ease-in-out;
    border-radius: 0 !important;
    -moz-box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
  }
  .form-area textarea:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    outline: 0;
  }
  .form-area textarea:focus {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #e30b20 !important;
    box-shadow: 0 0 1px 0 #ff9900;
    outline: 0;
  }
  .form-area textarea.form-error {
    background-color: #f0c1b2 !important;
    border: 2px solid #b20000 !important;
  }
  .form-area input[type="checkbox"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .form-area label input[type="checkbox"] + span:hover {
    cursor: pointer;
  }
  .form-area input[type="checkbox"] + span::before,
  .form-area input[type="checkbox"] + span::after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    box-sizing: border-box;
  }
  .form-area input[type="checkbox"] + span::before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    border: 1px #bbb solid;
    border-radius: 5px;
  }
  .form-area input[type="checkbox"].form-error + span::before {
    border: 2px #b20000 solid;
    background-color: #f0c1b2;
  }
  .form-area label input[type="checkbox"] + span::after {
    z-index: 1;
    margin: 5px 8px;
    width: 6px;
    height: 9px;
  }
  .form-area label input[type="checkbox"]:checked + span::before {
    background-color: #f90;
    border: 2px #f90 solid;
  }
  .form-area label input[type="checkbox"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .form-area input[type="radio"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .form-area label input[type="radio"] + span:hover {
    cursor: pointer;
  }
  .form-area input[type="radio"] + span::before,
  .form-area input[type="radio"] + span::after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    box-sizing: border-box;
  }
  .form-area input[type="radio"] + span::before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    border: 1px #bbb solid;
    border-radius: 2em;
  }
  .form-area input[type="radio"].form-error + span::before {
    border: 2px #b20000 solid;
    background-color: #f0c1b2;
  }
  .form-area label input[type="radio"] + span::after {
    z-index: 1;
    margin: 5px 8px;
    width: 6px;
    height: 9px;
  }
  .form-area label input[type="radio"]:checked + span::before {
    background-color: #f90;
    border: 2px #f90 solid;
  }
  .form-area label input[type="radio"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .form-area .fit {
    padding: 5px 10px;
    width: 90%;
  }
  .form-area .inquiry-inner {
    padding-top: 10px;
  }
  .form-area .agreement-box {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: 20px auto auto auto;
    overflow-y: auto;
    resize: vertical;
    width: 80%;
    height: 200px;
    margin-bottom: 10px;
    padding: 10px 30px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
  }
  .form-area .agreement-box h2.agree-title {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    line-height: 1.28571 !important;
    color: #444 !important;
    margin-bottom: 10px;
  }
  .form-area .agreement-box h2.agree-title:after {
    background: none;
  }
  .form-area .post-edit-btn {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #fff;
    background-color: #f90;
    border: 1px solid #fff;
    padding: 12px 36px 12px 58px;
    position: relative;
  }
  .form-area .post-edit-btn:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 38px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .form-area .post-edit-btn:hover {
    cursor: pointer;
    background-color: #c60;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .form-area .post-send-btn {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #fff;
    background-color: #e30b20;
    border: 1px solid #fff;
    padding: 12px 36px 12px 58px;
    position: relative;
    outline: none;
  }
  .form-area .post-send-btn:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_check.png?1528992548") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 13px;
    left: 28px;
    width: 20px;
    height: 20px;
  }
  .form-area .post-send-btn:hover {
    cursor: pointer;
    background-color: #c22;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .form-area .btn-register {
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem !important;
    background-color: hsl(30, 100%, 50%);
    border: 1px solid #fff;
    padding: 20px 30px;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
  }
  .form-area .btn-register:hover {
    background-color: #dd7003;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .form-area .form-btn-area .policy-link {
    margin-top: 15px;
    font-size: 0.75rem;
  }
  .form-area .form-btn-area .policy-link a {
    color: #60b638;
  }

  .form-area .post-back-btn {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #fff;
    background-color: #999999;
    padding: 9px 15px 9px 15px;
    position: relative;
    bottom: 20px;
    margin-right: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.23077;
  }
  .form-area .post-back-btn:hover {
    cursor: pointer;
    background-color: #ff9900;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .form-area .post-back-btn.mgnl {
    margin-right: 20px;
  }
  .form-area .btn-fb-login {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-top: 30px;
    text-align: center;
  }
  .form-area .btn-fb-login .btn-fb {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #3c59b5;
    color: #ffffff;
    margin-left: 5px;
    position: relative;
    padding: 15px 35px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  .form-area .btn-fb-login .btn-fb:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 38px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .form-area .btn-fb-login .btn-fb:hover {
    background: #264391;
  }
  .form-area .btn-mail-signup {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #aaa;
    padding-top: 60px;
  }
  .form-area .btn-mail-signup .btn-mail.btn-mail {
    color: #2a201b;
    margin-left: 5px;
    position: relative;
    background-color: #fff;
    padding: 15px 35px;
    padding-left: 60px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
  .form-area .btn-mail-signup .btn-mail.btn-mail:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 38px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .form-area .btn-mail-signup .btn-mail.btn-mail:hover {
    color: #2a201b;
    background: rgba(0, 0, 0, 0.1);
  }
  .form-area .login-or-line {
    position: relative;
    text-align: center;
    margin: 50px auto 5px auto;
  }
  .form-area .login-or-line:before {
    content: "";
    background: #ddd;
    width: 20%;
    height: 0.07em;
    margin: auto;
    position: absolute;
    left: 200px;
    bottom: 10px;
    z-index: 2;
  }
  .form-area .login-or-line:after {
    content: "";
    background: #ddd;
    width: 20%;
    height: 0.07em;
    margin: auto;
    position: absolute;
    right: 200px;
    bottom: 10px;
    z-index: 2;
  }
  .form-area .form-btn-area {
    clear: both;
    margin-top: 30px;
    padding-top: 50px;
  }
  .form-area .form-btn-area.fcenter {
    text-align: center;
  }
  .form-area .form-btn-area.btop {
    border-top: 1px dotted #999;
  }
  .form-area .form-btn-area.notopline {
    border-top: 0px;
    margin-top: 0px;
    padding-top: 30px;
  }
  .form-area .form-btn-area .form-btn-submit {
    position: relative;
    max-width: 160px;
    margin: auto;
  }
  .form-area .form-btn-area .form-btn-submit:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico_check.png?1528992548") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 20px 20px;
    position: absolute;
    top: 13px;
    left: 28px;
    width: 20px;
    height: 20px;
    z-index: 2;
  }
  .form-area .form-btn-area .form-btn-back-area {
    margin-top: 40px;
  }
  .form-area .form-btn-area .form-btn-back-area p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    letter-spacing: 0.05em;
  }
  .form-area .form-btn-area .form-btn-back-area p a {
    position: relative;
  }
  .form-area .form-btn-area .form-btn-back-area p a:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #2a201b;
    border-right: 1px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .form-area .form-btn-area .form-btn-back-area p a:hover {
    cursor: pointer;
  }
  .form-area .form-btn-area .form-btn-back-area p a:hover:before {
    content: "";
    position: absolute;
    border-top: 1px solid #e30b20;
    border-right: 1px solid #e30b20;
  }
  .form-area .wpcf7 input[type="text"].wpcf7-not-valid,
  .form-area .wpcf7 input[type="email"].wpcf7-not-valid,
  .form-area .wpcf7 input[type="tel"].wpcf7-not-valid {
    background-color: #f0c1b2;
  }
  .form-area .wpcf7 textarea.wpcf7-not-valid {
    background-color: #f0c1b2;
  }
  .form-area .wpcf7 .wpcf7-not-valid input[type="checkbox"] + span::before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 0;
    background-color: #f0c1b2;
    width: 22px;
    height: 22px;
    border: 1px #bbb solid;
    border-radius: 5px;
  }
  .form-area .wpcf7 .wpcf7-character-count {
    font-size: 90%;
    color: #ccc;
    padding-left: 10px;
  }
  .form-area .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background-color: #60b838;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
  }
  .form-area .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    color: #b20000;
    background-color: #f0c1b2;
    padding: 8px 10px 5px;
    text-align: center;
    margin: 14px 4% 25px;
    border: 1px solid #b20000;
  }
  .form-area .wpmem_validate_msg {
    color: #b20000;
    background-color: #f0c1b2;
    padding: 8px 10px 5px;
    text-align: center;
    margin: 14px 4% 25px;
    border: 1px solid #b20000;
    width: 90%;
    margin: 0px auto 30px auto;
  }
  .form-area .wpmem_validate_msg h3 {
    color: #b20000;
    border-bottom: 0px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .form-area .wpmem_validate_msg p {
    font-size: 90%;
  }
  .form-area .req {
    color: #bd3500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.3em;
    line-height: 50%;
  }

  .select-wrap {
    position: relative;
  }
  .select-wrap:before {
    content: "";
    position: absolute;
    right: 0.8em;
    top: 1.1em;
    background: url(../img/ico_selectbox_right.png) no-repeat;
    background-size: 9px 4px;
    display: block;
    transition: 0.4s all ease-in-out;
    background-position: 0px 2px;
    padding: 4px 5px;
    z-index: 10;
    pointer-events: none;
  }
  .select-wrap select {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #666;
    outline: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    background: #ffffff;
    vertical-align: middle;
    font-size: 0.85rem;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-height: 2em;
    padding: 8px 12px;
    border: 1px solid #bcbab0;
    cursor: pointer;
    width: 100%;
    min-width: 170px;
    border-radius: 5px;
  }
  .select-wrap select:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 0.06em solid #bcbab0;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7, #e4e4e4);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f7f7f7),
      to(#e4e4e4)
    );
    background: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
  }
  .select-wrap select.error {
    background: #f0c1b2;
    border: 1px solid #cc3300;
  }
  .select-wrap select::-ms-expand {
    display: none;
  }

  /* Form Error
  --------------------------------------- */
  .error-message {
    margin: 0px;
    margin-top: 5px;
    display: block;
    color: #b20000;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    text-align: left;
    line-height: 24px;
    padding-left: 30%;
  }
}

/* 西山自作 */
.job-category-list h2 {
  border-bottom: 1px solid #ccc;
  margin: 3rem 0 1rem 0;
}
.triangle {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.triangle--bold {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 1rem;
  border-top: solid 3px #697b91;
  border-right: solid 3px #697b91;
}
.triangle--thin {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 0.5rem 0.1rem 2rem;
  border-top: solid 1px #697b91;
  border-right: solid 1px #697b91;
}

.content-area h1 {
  position: relative;
  padding-bottom: 5px;
  /* border-bottom: 1px solid #999; */
  font-size: 16px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.content-area h1 strong {
  font-size: 120%;
  font-weight: bold;
}

@media (max-width: 993px) and (min-width: 699px) {
  #contents .content-category .category-grid {
    width: 46%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
  }
  #contents .content-category .category-grid .category-head a {
    padding-top: 18%;
  }
}

@media (max-width: 1180px) and (min-width: 699px) {
  #header .h-container .logo.bnr-logo {
    width: 85px;
    margin-left: 5px;
    top: 20px;
  }
  #header .h-container .logo.bnr-logo_mod {
    margin-left: 18px;
  }
  #header .header-text {
    display: none;
  }
  #header .h-container .inner .btns ul.header-menu li .btn-header-login {
    margin-left: 5px;
  }
  #header .h-container .inner .btns ul.header-menu li {
    padding: 32px 7px;
  }
  #header .h-container .inner .btns ul.header-menu li .btn-header-login {
    padding: 30px 8px;
    font-size: 13px;
  }
  #header .h-container .inner .btns ul.header-menu li .btn-header-signup {
    padding: 30px 8px;
    font-size: 13px;
  }
  #header .h-container .inner .btns ul.header-menu li .btn-header-client {
    padding: 22px 10px;
    font-size: 13px;
    height: 33px;
  }

  #navi-floating div.inner div.navi-floating-logo.bnr-logo {
    width: 70px;
  }
  #navi-floating div.inner div.navi-floating-menu nav .btns ul.header-menu li {
    padding: 24px 7px 8px 7px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu
    .btn-header-login {
    padding: 21px 10px;
    font-size: 13px;
    margin-left: 5px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu
    .btn-header-signup {
    padding: 21px 10px;
    font-size: 13px;
    height: 19px;
  }
  #navi-floating
    div.inner
    div.navi-floating-menu
    nav
    .btns
    ul.header-menu
    .btn-header-client {
    padding: 15px 10px;
    font-size: 13px;
    height: 31px;
  }
}

.entry_register_block h2 {
  font-weight: bold;
  margin-bottom: 15px;
}
.entry_register_block-login .btn-login {
  font-size: 0.9rem;
  font-weight: bold;
  color: #ff8000;
}
#contents .profile-area .profile-inner .form-area #wpmem_reg .form-btn-area {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.entry_register_block-login .inner {
  margin: 0 10px 0 40px;
  padding: 20px;
  background: #efefef;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .entry_register_block {
    display: flex;
    padding: 15px 0 0;
  }
  .entry_register_block-register {
    flex: 2;
  }
  .entry_register_block-login {
    flex: 1;
    padding: 0 0 0 20px;
    text-align: center;
  }
}
#contact-btn:disabled {
  opacity: 0.5;
}

.form-area.form-area-nouser {
}
.form-area.form-area-nouser .wpcf7 {
  position: relative;
}
.form-area.form-area-nouser .wpcf7 .full {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.job-entry-thumb {
  max-width: 880px !important;
  height: auto !important;
  min-height: 350px;
}
.job-entry-thumb:hover {
  opacity: 1 !important;
}
.entry-sheet-area {
  margin-top: 50px;
}

.entry_register_block .table-form th span {
  display: block;
}
.entry_register_block .table-form td {
  vertical-align: middle;
}
#wpmem_reg select {
  padding: 6px 10px 7px 5px;
}
.entry_register_block .form-check-list li {
  font-size: 14px;
}
.entry_register_block .entry-head {
  font-size: 18px;
  margin-bottom: 20px;
}
.none-login-entry {
  margin-bottom: 50px;
}
.none-login-entry .form-btn-area.btop {
  border-top: none;
  margin-top: 0;
  padding-top: 20px;
}
.none-login-entry .js-modal-close {
  display: none;
}
.entry-btn-wrap {
  text-align: center;
  margin-top: -20px;
}
.entry-btn-wrap button {
  cursor: pointer;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ff8000;
  border-radius: 5px;
}
.wpcf7-recaptcha {
  display: inline-block;
  margin-bottom: 30px;
}
