@charset "UTF-8";
/* --------------------------------------------------

    Site Name: AXIS GROUP RECRUIT - COLUMN 2
    Author: K's PC NetStyle
    Stylesheet: Main Stylesheet

-------------------------------------------------- */
/* --------------------------------------------------

    Stylesheet: Normalize
    http://github.com/necolas/normalize.css

-------------------------------------------------- */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************

    Stylesheet: Variables

******************************************************************/
/******************************************************************

    Stylesheet: Typography

******************************************************************/
/*********************
    FONT FACE
*********************/
.navi .site_header .navi_toggle a:before, .global_navi ul.main_navi li a:after, .page-navigation .nav-next-post a:after,
.page-navigation .nav-previous-post a:before, ul.url-list li a:before, .qanda .sec-title:before, .qanda .sec-main p:before, .faq-term .faq-term-header:after, ul.faq-lists .faq-list:before, dl.qa dt:before, dl.qa dd:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
}

p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

/******************************************************************

    Stylesheet: Sass Functions

******************************************************************/
/******************************************************************

    Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
    TRANSITION
*********************/
/*********************
    CSS3 GRADIENTS
    Be careful with these since they can
    really slow down your CSS. Don't overdo it.
*********************/
/*********************
    BOX SIZING
*********************/
/******************************************************************

    Stylesheet: Grid Stylesheet

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

/* Mobile Grid Styles */
@media screen and (max-width: 767px) {
  .m-all {
    float: left;
    width: 100%;
    padding-right: 0;
  }

  .m-1of2 {
    float: left;
    width: 50%;
  }

  .m-1of3 {
    float: left;
    width: 33.33%;
  }

  .m-2of3 {
    float: left;
    width: 66.66%;
  }

  .m-1of4 {
    float: left;
    width: 25%;
  }

  .m-3of4 {
    float: left;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media screen and (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    width: 100%;
    padding-right: 0;
  }

  .t-1of2 {
    float: left;
    width: 50%;
  }

  .t-1of3 {
    float: left;
    width: 33.33%;
  }

  .t-2of3 {
    float: left;
    width: 66.66%;
  }

  .t-1of4 {
    float: left;
    width: 25%;
  }

  .t-3of4 {
    float: left;
    width: 75%;
  }

  .t-1of5 {
    float: left;
    width: 20%;
  }

  .t-2of5 {
    float: left;
    width: 40%;
  }

  .t-3of5 {
    float: left;
    width: 60%;
  }

  .t-4of5 {
    float: left;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media screen and (min-width: 1030px) {
  .d-all {
    float: left;
    width: 100%;
    padding-right: 0;
  }

  .d-1of2 {
    float: left;
    width: 50%;
  }

  .d-1of3 {
    float: left;
    width: 33.33%;
  }

  .d-2of3 {
    float: left;
    width: 66.66%;
  }

  .d-1of4 {
    float: left;
    width: 25%;
  }

  .d-3of4 {
    float: left;
    width: 75%;
  }

  .d-1of5 {
    float: left;
    width: 20%;
  }

  .d-2of5 {
    float: left;
    width: 40%;
  }

  .d-3of5 {
    float: left;
    width: 60%;
  }

  .d-4of5 {
    float: left;
    width: 80%;
  }

  .d-1of6 {
    float: left;
    width: 16.6666666667%;
  }

  .d-1of7 {
    float: left;
    width: 14.2857142857%;
  }

  .d-2of7 {
    float: left;
    width: 28.5714286%;
  }

  .d-3of7 {
    float: left;
    width: 42.8571429%;
  }

  .d-4of7 {
    float: left;
    width: 57.1428572%;
  }

  .d-5of7 {
    float: left;
    width: 71.4285715%;
  }

  .d-6of7 {
    float: left;
    width: 85.7142857%;
  }

  .d-1of8 {
    float: left;
    width: 12.5%;
  }

  .d-1of9 {
    float: left;
    width: 11.1111111111%;
  }

  .d-1of10 {
    float: left;
    width: 10%;
  }

  .d-1of11 {
    float: left;
    width: 9.09090909091%;
  }

  .d-1of12 {
    float: left;
    width: 8.33%;
  }
}
/******************************************************************

    Stylesheet: Alert Styles

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************

    Stylesheet: Button Styles

******************************************************************/
/******************************************************************

    Stylesheet: Form Styles

******************************************************************/
/*********************
    INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
.field {
  display: inline-block;
  line-height: 1em;
  padding: .5em;
  margin: .3em;
  font-size: 1em;
  color: #444;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #e6e6e6;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f2f2f2;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

input[type="checkbox"],
input[type="radio"] {
  margin: .3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

input.w50 {
  width: 50px;
}

input.w80 {
  width: 80px;
}

input.w100 {
  width: 100px;
}

input.w150 {
  width: 150px;
}

input.w200 {
  width: 200px;
}

input.w250 {
  width: 250px;
}

/* --------------------------------------------------

    Stylesheet: Base Mobile Stylesheet

-------------------------------------------------- */
/* ----------------------------------------
    GENERAL STYLES
---------------------------------------- */
* {
  font-size: 100%;
}

html {
  font-size: 62.5%;
  background-color: #222;
}

body {
  font-family: "メイリオ", "Meiryo", "Kozuka Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 2em;
  color: #444;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---------------------------------------- OK
    LAYOUT
---------------------------------------- */
.wrap {
  width: 100%;
  margin: 0 auto;
}

.page .main {
  position: relative;
  margin: 0;
  margin-top: 70px;
  margin-left: 0;
  z-index: 10;
}
.page .main_contents {
  z-index: 500;
  position: relative;
}
.page .main_contents .main_contents_inside {
  background-color: #fff;
}
.page .contents-block {
  margin: 3em 0;
}

a {
  color: #0000ff;
}
a:visited {
  color: #800080;
}
a:hover, a:focus {
  color: #f5474d;
}
a:visited:hover, a:visited:focus {
  color: #f5474d;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "メイリオ", "Meiryo", "Kozuka Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #222;
  text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 1.6em;
  line-height: 1.8em;
}

h2, .h2 {
  font-size: 1.4em;
  line-height: 1.8em;
  margin: 1.8em 0;
}

h3, .h3 {
  font-size: 1.2em;
  line-height: 1.8em;
  margin: 1.8em 0;
}

h4, .h4 {
  font-size: 1.1em;
  line-height: 1.8em;
  font-weight: 700;
}

h5, .h5 {
  font-size: .8em;
  line-height: 1.8em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hide {
  display: none;
}

.nowraps span {
  white-space: nowrap;
  font-family: inherit;
}

.nowrap {
  white-space: nowrap;
  font-family: inherit;
}

.template_name {
  display: none;
}

.right_contents {
  max-width: 1200px;
  margin: auto;
  padding: 0;
}

.header {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  display: block;
  overflow: auto;
  width: 100%;
  height: auto;
  max-height: 100%;
  padding: 0;
  border-right: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.header .header-inside {
  position: relative;
  overflow: visible;
  height: auto;
  min-height: initial;
  min-height: auto;
  background: url(../images/navi_bg.jpg) repeat top center #fff;
}
.header .header_footer {
  font-size: .9em;
  line-height: 1.6em;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2em;
}
.header .header_footer .copyright {
  text-align: center;
}
.header .header_footer .copyright a {
  margin: 0 .5em;
}

.navi {
  margin: 0;
  padding: 0;
}
.navi .site_header {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.navi .site_header .site_title {
  display: table-cell;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  overflow: hidden;
}
.navi .site_header .navi_toggle {
  display: table-cell;
  position: relative;
  width: 70px;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.navi .site_header .navi_toggle a {
  position: relative;
  display: block;
  text-decoration: none;
}
.navi .site_header .navi_toggle a:before {
  font-size: 2em;
  line-height: 70px;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 0;
  content: '\f0c9';
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #666;
}
.navi .site_header .navi_toggle a:before:hover {
  color: #fff;
}
.navi .site_header .navi_toggle a:hover {
  color: #fff;
  background: #f5474d;
}
.navi .site_header .navi_toggle a:hover:hover:before {
  color: #fff;
}
.navi .site_header .navi_toggle.active a:before {
  content: '\f00d';
}

.global_navi {
  overflow: auto;
  /* Effect 1: Brackets */
}
.global_navi ul.main_navi {
  display: none;
}
.global_navi ul.main_navi li {
  width: 100%;
}
.global_navi ul.main_navi li a {
  font-size: 1em;
  font-weight: 400;
  position: relative;
  display: block;
  width: 100%;
  padding: .5em;
  padding-left: 1.5em;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #444;
  outline: none;
}
.global_navi ul.main_navi li a em {
  font-style: normal;
}
.global_navi ul.main_navi li a:after {
  font-size: 1.2em;
  display: inline-block;
  float: right;
  margin: 0;
  margin-left: .5em;
  padding-right: 1.5em;
  content: '\f105';
  text-align: right;
  text-decoration: none;
  color: #666;
}
.global_navi ul.main_navi li a.active {
  color: #f4474c;
}
.global_navi ul.main_navi li a:hover, .global_navi ul.main_navi li a.active:hover {
  background-color: rgba(244, 71, 76, 0.75);
  color: #fff;
}
.global_navi .cl-effect-1 a em:before,
.global_navi .cl-effect-1 a em:after {
  display: inline-block;
  -webkit-transition: -webkit-transform .3s, opacity .2s;
  -moz-transition: -moz-transform .3s, opacity .2s;
  transition: transform .3s, opacity .2s;
  opacity: 0;
}
.global_navi .cl-effect-1 a em:before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.global_navi .cl-effect-1 a em:after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.global_navi .cl-effect-1 a:hover em:before,
.global_navi .cl-effect-1 a:hover em:after,
.global_navi .cl-effect-1 a:focus em:before,
.global_navi .cl-effect-1 a:focus em:after {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.header_footer {
  display: none;
}

.ua_switch {
  text-align: center;
}
.ua_switch ul {
  display: inline-block;
}
.ua_switch ul li {
  display: inline-block;
  margin: .5em .2em;
}
.ua_switch ul li a {
  display: block;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #444;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.ua_switch ul li a:hover {
  background-color: #f4474c;
  background-position: bottom center;
}
.ua_switch ul li a.ua_pc {
  background-image: url(../images/ua_pc.png);
}
.ua_switch ul li a.ua_mobile {
  background-image: url(../images/ua_mobile.png);
}

/* ----------------------------------------
    PAGE NAVI STYLES / 数字
---------------------------------------- */
.pagination {
  margin: 1.5em 0;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  margin: 1em 0;
  clear: both;
  border-radius: 3px;
}
.pagination ul li {
  padding: 0;
  margin: .2em;
  float: left;
  display: inline;
  overflow: hidden;
}
.pagination a, .pagination span {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  display: block;
  min-width: 1em;
  margin: 0;
  padding: .75em;
  text-decoration: none;
  color: #444;
  background-color: #ddd;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #f5474d;
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: #fff;
  background-color: #333;
}
.pagination .current:hover, .pagination .current:focus {
  color: #fff;
  background-color: #333;
}

.page-links {
  margin: 1.5em 0;
  text-align: center;
}
.page-links .page-links-title {
  display: none;
}
.page-links a {
  display: inline-block;
}
.page-links a span {
  color: #444;
  background-color: #ddd;
}
.page-links a:hover span {
  background-color: #f5474d;
  color: #fff;
}
.page-links span {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  display: inline-block;
  min-width: 1em;
  margin: 0;
  padding: .75em;
  text-decoration: none;
  color: #fff;
  background-color: #333;
}

.wp-prev-next {
  margin: 1.5em 0;
}
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* ----------------------------------------
    PAGE-NAVIGATION / NEXT : BACK
---------------------------------------- */
.page-navigation {
  margin-bottom: 3em;
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  background-image: url(../images/line.png);
  background-repeat: repeat-y;
  background-position: center center;
}
.page-navigation .nav-next {
  display: block;
  width: 50%;
  float: right;
  text-align: right;
}
.page-navigation .nav-next a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #666;
}
.page-navigation .nav-previous {
  display: block;
  width: 50%;
  float: left;
  text-align: left;
}
.page-navigation .nav-previous a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #666;
}
.page-navigation .nav-next-post a:after,
.page-navigation .nav-previous-post a:before {
  font-size: 1.2em;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  color: #666;
}
.page-navigation .nav-next-post a:after {
  margin-left: .5em;
  content: '\f0a9';
}
.page-navigation .nav-previous-post a:before {
  margin-right: .5em;
  content: '\f0a8';
}
.page-navigation .nav-next-post a:hover,
.page-navigation .nav-previous-post a:hover,
.page-navigation .nav-next-post a:hover:after,
.page-navigation .nav-previous-post a:hover:before {
  color: #fff;
  background-color: #f5474d;
}

/* ------------------------------------------------------------

    CUSTOM CLASS

------------------------------------------------------------ */
h1.site_logo {
  line-height: 70px;
  display: inline-block;
  height: 70px;
  margin: 0;
  padding: 0;
}
h1.site_logo a {
  text-align: center;
  display: inline-block;
  width: 100px;
  height: 70px;
  line-height: 70px;
  margin: 0;
  background-image: url(../images/logo_2.png);
  background-size: auto 65px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
}

/*
.page-title,
.entry-title,
.entry-title a,
.form-title,
.category-title a {
    text-align: center;
    color: $title-color;
}

// 1: 固定ページ タイトル
// 2: カテゴリーページ タイトル
// 3: カテゴリーページ 各記事タイトル
// 4: シングルページ タイトル
// 5: フォーム タイトル
.page-title,
.entry-title,
.form-title {
    font-size: 1.6em;
    line-height: 1.8em;
}

    // 1: 固定ページ タイトル
    // 2: カテゴリーページ タイトル
    .page-title {
        padding: 1em 0;

        &.underline {
            border-bottom: 1px solid $border-color;
        }
    }

    // 3: カテゴリーページ 各記事タイトル
    .category-entry {

        .entry-title {
            padding: 1em 0;

            // 3: カテゴリーページ 各記事タイトル - テキストリンク
            a {
                text-decoration: none;

                &:hover {
                    color: $link-hover;
                }
            }
        }
    }

    // 4: シングルページタイトル
    .single-title {
        padding: 1em 0;
    }

    // 5: フォーム タイトル
    .form-title {
        padding: 1em 0;
        margin: 0;
    }

    // 3: カテゴリーページ 各記事タイトル
    .category-title {

        &:before {
            margin: 0 .3em;
            color: $title-angles;
            content: '『';
        }

        &:after {
            margin: 0 .3em;
            color: $title-angles;
            content: '』';
        }
    }

    // 検索結果 : タイトル
    h1.archive-title {
        font-size: 1.2em;
        line-height: 1.8em;
        padding: 1em;
        text-align: left;
        color: $text-light;
        border-bottom: 1px solid $border-color;

        span.search_logo:after {
            @extend %fontawesome;
            font-size: 1em;
            display: inline-block;
            margin: 0 .5em;
            content: '\f0a9';
            text-decoration: none;
            color: $text-light;
        }
    }

    // POST NOT FOUND
    #post-not-found {
        padding: 3em 0;
        text-align: center;

        h1 {
            font-size: 1.5em;
            text-align: center;
        }
    }
*/
.content-title {
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.8em;
  display: block;
  margin: 1em;
  text-align: center;
}

ul.lists {
  margin: 1em;
  border-bottom: 1px solid #d5d5d5;
}
ul.lists li {
  border-top: 1px solid #d5d5d5;
  font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 0;
}
ul.lists li:first-child {
  border-top: none;
}
ul.lists li a {
  display: block;
  text-decoration: none;
  color: #666;
  padding: .75em 0 .75em .75em;
}
ul.lists li a:hover {
  background: #f5474d;
  color: #fff;
}

ul.numbering {
  padding: .5em 0 .5em 2em;
  background: transparent;
}
ul.numbering li {
  padding: .5em;
  list-style-type: decimal;
  border-bottom: solid 1px #e6e6e6;
}
ul.numbering li:first-child {
  border-top: solid 1px #e6e6e6;
}
ul.numbering li:nth-child(odd) {
  background: #f2f2f2;
}
ul.numbering li em {
  font-size: 1.2em;
  font-style: normal;
  line-height: 1.8em;
}

ul.itemize {
  padding: .5em 0 .5em 2em;
  background: transparent;
}
ul.itemize li {
  padding: .5em;
  list-style-type: disc;
  border-bottom: solid 1px #e6e6e6;
}
ul.itemize li:first-child {
  border-top: solid 1px #e6e6e6;
}
ul.itemize li:nth-child(odd) {
  background: #f2f2f2;
}
ul.itemize li em {
  font-size: 1.2em;
  font-style: normal;
  line-height: 1.8em;
}

ul.url-list li {
  margin: 0;
}
ul.url-list li a {
  color: #444;
  text-decoration: none;
}
ul.url-list li a:hover {
  color: #f5474d;
}
ul.url-list li a:before {
  font-size: 1em;
  display: inline-block;
  margin: 0;
  margin-right: .5em;
  content: '\f08e';
  text-decoration: none;
  color: #666;
}

.sitemap-blk {
  padding: 0;
}
.sitemap-blk.section {
  border: none;
  border-bottom: 1px solid #d5d5d5;
}
.sitemap-blk.section:first-child {
  border-top: none;
}
.sitemap-blk.section.table-layout-fixed .sec-main {
  border: none;
}

ul.sitemap {
  margin: 0em;
}
ul.sitemap li {
  font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 0;
}
ul.sitemap li a {
  display: block;
  text-decoration: none;
  color: #666;
  padding: .75em 0 .75em .75em;
  border-top: 1px solid #d5d5d5;
}
ul.sitemap li a:hover {
  background: #f5474d;
  color: #fff;
}
ul.sitemap li ul {
  margin: 0;
  margin-left: 1.5em;
}
ul.sitemap li ul li a {
  border-top: 1px dotted #d5d5d5;
}

/* ----------------------------------------
    SEARCH
---------------------------------------- */
/*
input#s {
    font-family: $lato;
    font-size: 1em;
    line-height: 40px;
    display: block;
    width: 100%;
    max-width: 400px;
    height: 40px;
    margin-bottom: 14px;
    padding: 0 12px;
    padding: 0;
    -webkit-transition: background-color .24s ease-in-out;
            transition: background-color .24s ease-in-out;
    vertical-align: middle;
    color: $text-color;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
}
*/
/* --------------------
    SEARCH FORM
-------------------- */
/*
.searchform {
    position: relative;
    display: block;
    margin: 0;
    margin-top: 0;
    padding: 0;

    input#s {
        font-size: 16px;
        position: relative;
        display: block;
        float: left;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 10px 40px 10px 10px;
        vertical-align: middle;
        border: 1px solid $border-color;
        border-radius: 6px;
        outline: 0;
        background: none;
        background-color: $white;
        background-position: 4px -264px;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
        box-shadow: none;
    }

    button#searchsubmit {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 40px!important;
        height: 40px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        border: none;
        border-radius: 0;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAAyklEQVQYV43PMSvEcRzH8S/dcKXcKOabrkTkAUi9HoGSRdnwBGTxFAyKyeIJ2EzOjmQhC1KyKDdcSYr7mvT7n055b+/en771jahgKAZj2pGu9GzX2O+45EPPpWOP0pNmNTa9eTAXEWHYhk83aiXv+TJVmW9Li0WvXUUFE9JO0TunfbkuHRQ98apeyfPSVtFVaf/nZ6MuvBsvuaYttS1bsO5e6pop18KIQz0ppY5bqdM3iNCyZtOKUQ1nUsdsDOY/g3MvJv/IERpaEd/fAVSaNEQCIAAAAABJRU5ErkJggg==);
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent;
        text-shadow: none;

        &:hover,
        &:active {
            background-color: $light-gray;
            border-top-left-radius: 0;
            border-top-right-radius: 6px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 6px;
        }
    }
}
*/
/*
    .main-image {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        text-align: center;
        text-decoration: none;
        color: #fff;
    }

    .main-image .image-unit {
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        min-height: 280px !important;
        max-height: 550px !important;
        padding: 0;
        padding-left: 240px;
        text-align: center;
        background: $black;

        margin: 0 auto;
        text-align: center;
        border: 0;
    }

    .main-image .image-unit img {
        width: 100%;
        min-height: 280px !important;
        margin: 0 auto;
        opacity: 0.6;
    }

    .main-image .hover-unit {
        position: fixed;
        z-index: 2;
        top: 100px;
        left: 0;
        overflow: hidden;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        padding: 0;
        padding-left: 240px;
    }
*/
.main-image-slider {
  position: fixed;
  z-index: 0;
  width: 100%;
}

.bxslider {
  margin: 0;
}
.bxslider li {
  position: relative;
  display: none;
  overflow: hidden;
}
.bxslider li .item {
  text-align: center;
  background: #000;
}
.bxslider li .item img {
  width: 100% !important;
  opacity: .6;
}
.bxslider img {
  width: 100% !important;
  height: auto !important;
}
.bxslider .item .canvas {
  font-family: "メイリオ", "Meiryo", "Kozuka Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
}
.bxslider .item .canvas h1 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.6em;
  color: #fff;
}
.bxslider .item .canvas .text {
  font-size: 1.0em;
  font-weight: normal;
  line-height: 1.6em;
  color: #fff;
}
.bxslider .item .canvas .inside {
  display: table-cell;
  vertical-align: middle;
}
.bxslider .canvas_frame {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.toMain {
  position: relative;
  top: -40px;
  width: 40px;
  height: 40px;
  margin: 0 auto -40px;
  cursor: pointer;
}
.toMain:after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -20px;
  content: '';
  border: 20px solid transparent;
  border-bottom-color: #fff;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.toMain:hover:after {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  transform: translateY(-4px);
}

.toPagetop {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  background: #fff;
}
.toPagetop:after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -20px;
  content: '';
  border: 20px solid transparent;
  border-bottom-color: #222;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.toPagetop:hover:after {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  transform: translateY(-4px);
}

.main_footer {
  position: relative;
  z-index: 500;
  width: 100%;
  min-height: initial;
  min-height: auto;
  margin: 0 auto;
  text-align: center;
  background-color: #222;
  padding-bottom: 3em;
}
.main_footer .contents-block {
  margin: 0;
  padding: 40px 10px 10px 10px;
}
.main_footer ul.footer_navi {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}
.main_footer ul.footer_navi li {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0;
  list-style-type: none;
  vertical-align: top;
}
.main_footer ul.footer_navi li a {
  border-bottom: 1px solid #333333;
  text-decoration: none;
  color: #ddd;
  display: block;
  width: 100%;
  padding: .5em;
}
.main_footer ul.footer_navi li a:hover {
  text-decoration: none;
  color: #f5474d;
}
.main_footer ul.footer_navi li:first-child a {
  border-top: 1px solid #333333;
}
.main_footer ul.footer_navi li:first-child a:hover {
  text-decoration: none;
  color: #f5474d;
}
.main_footer .copyright {
  display: block;
  text-align: center;
  color: #ddd;
}
.main_footer .copyright a {
  margin: 0 .5em;
}

.table {
  padding: 1em;
}
.table dl {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  border: solid 1px #e1e1e1;
  border-top: none;
}
.table dl:first-child {
  border-top: solid 1px #e1e1e1;
}
.table dl dt, .table dl dd {
  display: block;
  padding: 10px;
  vertical-align: middle;
  border: 0;
}
.table dl dt {
  clear: left;
  width: 100%;
  vertical-align: middle;
  border: none;
  border-bottom: solid 1px #e1e1e1;
  background: #efece7;
}

.form-table {
  padding: 1em;
}

.btnblk {
  width: 75%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.btnblk input.btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  border: none;
  box-shadow: none;
  background: #bfbfbf;
  color: #fff;
}
.btnblk input.btn:hover {
  background: #999999;
}
.btnblk input.btn.first {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btnblk input.btn.last {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.btnblk input.btn.round {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btnblk.submit-blk {
  margin-top: 1.5em;
  margin-bottom: 1px;
}
.btnblk.submit-blk input.btn {
  padding: 2em 1em;
  text-decoration: none;
  background: #f99093;
  color: #fff;
}
.btnblk.submit-blk input.btn:hover {
  background: #f5474d;
}
.btnblk.reset-blk {
  margin-bottom: 1.5em;
}
.btnblk.return-blk {
  margin: 1.5em auto;
}

.required {
  font-size: 1.2em;
  color: #ff0000;
  margin-left: .3em;
  margin-right: .3em;
}

.section {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #d5d5d5;
}
.section:first-child {
  border-top: 1px solid #d5d5d5;
}
.section .sec-title {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.6em;
  position: relative;
  margin: 1em 0;
  text-align: center;
}
.section .sec-image {
  position: relative;
  display: block;
  width: auto;
  padding: 2em;
  padding-bottom: 0;
  text-align: center;
  vertical-align: middle;
  border: none;
}
.section .sec-image img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  max-width: 100%;
}
.section .sec-image:before {
  display: none;
}
.section .sec-image:after {
  display: none;
}
.section .sec-main {
  position: relative;
  display: block;
  width: auto;
  text-align: left;
  direction: ltr;
}
.section .sec-main .inside {
  margin: 2em;
  border: none;
}
.section.table-layout-fixed .sec-main {
  border-top: solid 1px #d5d5d5;
}
.section.table-layout-fixed .sec-main:first-child {
  border-top: none;
}

.steps {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.steps .step {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #d5d5d5;
}
.steps .step:first-child {
  border-top: 1px solid #d5d5d5;
}
.steps .step .section:first-child {
  border-top: none;
}
.steps .step .section:last-child {
  border-bottom: none;
}

.step-arrow {
  position: relative;
  display: block;
  width: 100%;
}
.step-arrow .arrow-wrap {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
}
.step-arrow .arrow-wrap .arrow {
  font-size: 1.0em;
  font-weight: bold;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: .5em;
  text-align: center;
  color: #fff;
  background-color: #f4474c;
}
.step-arrow .arrow-wrap .arrow:after {
  position: absolute;
  z-index: 1;
  bottom: -12px;
  left: 50%;
  display: block;
  width: 0;
  margin-left: -12px;
  content: '';
  border: 12px solid transparent;
  border-top-color: #f4474c;
  border-bottom-width: 0;
}

.step-body {
  display: block;
  width: auto;
}
.step-body > .step-title + .step-contents-body .section:first-child {
  border-top: 1px solid #d5d5d5;
}

.step-title {
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.6em;
  position: relative;
  margin: 1em;
  text-align: center;
}

.sec-subhead {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.6em;
  position: relative;
  margin: .5em 0;
  color: inherit;
}

.panels {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-bottom: solid 1px #d5d5d5;
}
.panels .panel {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.panels .panel .section {
  border-bottom: 0;
}
.panels .panel .section .sec-image {
  display: block;
  width: 100%;
  padding: 2em 3em;
  border-bottom: 1px solid #d5d5d5;
}
.panels .panel .section .sec-image img {
  width: 100%;
  max-width: 100%;
}
.panels .panel .section .sec-image:before {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  margin-bottom: -11px;
  margin-left: -12px;
  content: '';
  border: 12px solid transparent;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.panels .panel .section .sec-image:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  margin-bottom: -12px;
  margin-left: -12px;
  content: '';
  border: 12px solid transparent;
  border-bottom-width: 0;
  border-top-color: #d5d5d5;
}
.panels .panel .section .sec-image .inside {
  border: 0;
  border-top: solid 1px #d5d5d5;
}
.panels .panel .section .sec-main {
  position: relative;
  display: block;
}

.text-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.text-box .section {
  border-bottom: 0;
}
.text-box .section .sec-image {
  display: block;
  width: 100%;
  padding: 2em 3em;
}
.text-box .section .sec-image img {
  max-width: 100%;
}

/* ----------------------------------------

    PAGE STYLE

---------------------------------------- */
.introduction {
  text-align: center;
  margin: 2em;
}
.introduction .intro-title {
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.6em;
  margin: 1em 0;
}
.introduction .intro-txt {
  font-size: 1.2em;
  line-height: 1.8em;
  margin: 1em 0;
}

.entry-btns {
  margin: 1.5em 0;
}
.entry-btns .panel-btn {
  float: left;
  width: 33.33333%;
  text-align: center;
}
.entry-btns .panel-btn a.btn {
  position: relative;
  display: block;
  margin: 5px;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #aaa;
}
.entry-btns .panel-btn a.btn:hover {
  background: #f4474c;
}
.entry-btns .panel-btn a.btn img {
  max-width: 100%;
}

.qanda .sec-title:before {
  font-size: 3rem;
  line-height: 1.6em;
  display: inline-block;
  width: 1em;
  margin: 0;
  margin-right: .2em;
  content: '\f059';
  color: #666;
}
.qanda .sec-main p {
  display: table;
}
.qanda .sec-main p:before {
  vertical-align: top;
  font-size: 3rem;
  line-height: 1.6em;
  display: table-cell;
  width: 1em;
  margin: 0;
  padding-right: .2em;
  content: '\f007';
  content: '\f118';
  color: #666;
}

.faq-term {
  margin: 0;
  padding: 0;
}
.faq-term .faq-term-header {
  position: relative;
  display: table;
  width: 100%;
  border-top: 1px solid #d5d5d5;
}
.faq-term .faq-term-header:after {
  font-size: 1em;
  display: table-cell;
  margin: 0;
  width: 40px;
  margin-right: .5em;
  content: '\f106';
  text-decoration: none;
  text-align: center;
  position: relative;
  right: 0;
}
.faq-term .faq-term-header.active:after {
  content: '\f107';
}
.faq-term:first-child .faq-term-header {
  border-top: none;
}
.faq-term .faq-term-title {
  margin: 0;
  padding: 0;
  display: table-cell;
  color: #222;
  padding: 1em .5em;
  position: relative;
}
.faq-term .term-title {
  margin: 0;
}
.faq-term .term-title a {
  display: block;
  padding: .5em .75em;
}
.faq-term .accordion-trigger {
  cursor: pointer;
}
.faq-term .accordion-trigger:hover, .faq-term .accordion-trigger:hover .entry-title, .faq-term .accordion-trigger:hover .faq-term-title {
  color: #f5474d;
}

ul.faq-lists {
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.faq-lists li {
  border-top: 1px solid #d5d5d5;
  width: 100%;
}
ul.faq-lists header {
  padding: 0;
  border-bottom: 0;
}
ul.faq-lists .entry-content {
  display: none;
  padding: 1em .5em;
  border-top: 1px solid #d5d5d5;
}
ul.faq-lists .entry-content p {
  margin: 0;
}
ul.faq-lists article.faq {
  margin-bottom: 0;
}
ul.faq-lists .faq-list {
  display: table;
  width: 100%;
}
ul.faq-lists .faq-list .entry-title {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
ul.faq-lists .faq-list:before {
  font-size: 1em;
  display: table-cell;
  margin: 0;
  width: 40px;
  margin-right: .5em;
  content: '\f0fe';
  text-decoration: none;
  text-align: center;
}
ul.faq-lists .faq-list.active:before {
  content: '\f146';
}

.zoom-panels {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.zoom-panels .panel {
  position: relative;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.zoom-panels .panel .section {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 40%;
  cursor: pointer;
  text-align: center;
  border: none;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.zoom-panels .panel .section .sec-image {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  padding-bottom: 0;
  text-align: center;
  vertical-align: middle;
  border: none;
  background: #000;
  font-size: 0;
  line-height: 0;
}
.zoom-panels .panel .section .sec-image img {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity .35s, -webkit-transform .85s;
  transition: opacity .35s, transform .85s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: .7;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.zoom-panels .panel .section .sec-image:before, .zoom-panels .panel .section .sec-image:after {
  display: none;
}
.zoom-panels .panel .section .sec-border {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: -webkit-transform .35s;
  -moz-transition: -moz-transform .35s;
  transition: transform .35s;
  background-image: none;
  background-image: url(../images/arrow_2.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
  box-sizing: border-box;
}
.zoom-panels .panel .section .sec-border:before, .zoom-panels .panel .section .sec-border:after {
  position: absolute;
  content: '';
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  -moz-transition: opacity .35s,    -moz-transform .35s;
  transition: opacity .35s,         transform .35s;
  pointer-events: none;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
}
.zoom-panels .panel .section .sec-border:before {
  top: 15px;
  right: 0;
  bottom: 15px;
  left: 0;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5) transparent rgba(255, 255, 255, 0.5) transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.zoom-panels .panel .section .sec-border:after {
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transform-origin: 100% 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent rgba(255, 255, 255, 0.5) transparent rgba(255, 255, 255, 0.5);
  border-right-color: 1px solid rgba(255, 255, 255, 0.5);
  border-left-color: 1px solid rgba(255, 255, 255, 0.5);
}
.zoom-panels .panel .section .sec-main {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.zoom-panels .panel .section .sec-main .inside {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: .6;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.zoom-panels .panel .section .sec-main .sec-title {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #fff;
}
.zoom-panels .panel .section .sec-main .text {
  color: #fff;
  text-decoration: none;
  font-size: .9em;
  line-height: 1.6em;
  margin: 0;
}
.zoom-panels .panel .section:hover .sec-image img {
  -webkit-transform: translate3d(0, 0, 100px);
  transform: translate3d(0, 0, 100px);
  opacity: .4;
}
.zoom-panels .panel .section:hover .sec-border:before, .zoom-panels .panel .section:hover .sec-border:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.zoom-panels .panel .section:hover .sec-main .inside {
  opacity: 1;
}

.direct-contact {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 75px;
  bottom: auto;
  left: 105px;
  display: block;
  width: auto;
  height: 60px;
  margin: 0;
}
.direct-contact .contact_btn,
.direct-contact .tel_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  background-color: #f5474d;
  background-image: url(../images/tel-btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.direct-contact .contact_btn {
  display: none;
  background-image: url(../images/contact-btn.png);
}

.links ul.link_img_list {
  display: block;
  text-align: center;
  margin: 1em auto;
  padding: 1em 0;
  border-top: 1px dotted #d5d5d5;
}
.links ul.link_img_list li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}
.links ul.link_img_list li a {
  display: block;
  line-height: 0;
}
.links ul.link_img_list li a img {
  max-width: 100%;
}
.links ul.link_txt_list {
  display: block;
  text-align: center;
  margin: 1em auto;
  padding: 1em 0;
  border-top: 1px dotted #d5d5d5;
}
.links ul.link_txt_list li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}
.links ul.link_txt_list li a {
  display: block;
  line-height: 0;
}
.links ul.link_pickup_list {
  display: block;
  text-align: center;
  margin: 1.5em auto;
  padding: 1em 0;
  max-width: 1200px;
  border-top: 1px dotted #d5d5d5;
  border-bottom: 1px dotted #d5d5d5;
}
.links ul.link_pickup_list li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}
.links ul.link_pickup_list li a {
  display: block;
  line-height: 0;
}
.links ul.link_pickup_list li a img {
  max-width: 100%;
}
.links .section .sec-main .inside {
  margin: 0;
  padding: 1em;
}

.paging {
  text-align: center;
}
.paging ul {
  display: inline-block;
  text-align: center;
  font-size: .9em;
}
.paging ul li {
  float: left;
  margin: 0 1px 1px 0;
  list-style-type: none;
}
.paging ul li a {
  display: block;
  padding: 0.4em 1em;
  background: #bfbfbf;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.paging ul li a:hover {
  background-color: #999999;
}
.paging ul li a.active {
  background-color: #f99093;
  color: #fff;
}
.paging ul li a.active:hover {
  background-color: #f5474d;
}

.columns .column {
  width: 33.3333%;
  float: left;
}

.cases {
  border-top: 1px solid #d5d5d5;
}
.cases .shop .shop-title {
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.6em;
  position: relative;
  margin: 1em;
  text-align: center;
}
.cases .shop .section .sec-main .inside .interview {
  margin: 1em 0;
}
.cases .shop .section .sec-main .inside .interview .interview-title {
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 1em 0;
  font-weight: normal;
}
.cases .shop .section .sec-main .inside .interview .interview-title + p {
  margin-left: 2.5em;
}
.cases .shop .shop-title + .section {
  border-top: 1px solid #d5d5d5;
}

dl.qa dt {
  border-top: 1px dotted #d5d5d5;
  margin: 1em 0;
  padding: 1em 0 0 2.5em;
  display: block;
  font-size: 1em;
}
dl.qa dt:before {
  font-size: 2.0em;
  display: inline-block;
  width: 1.0em;
  margin: 0;
  margin-right: .25em;
  margin-left: -1.25em;
  content: '\f059';
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #666;
}
dl.qa dd {
  margin: 1em 0;
  margin-left: 2.5em;
  padding: 0;
  padding-left: 2.5em;
  display: block;
}
dl.qa dd:before {
  font-size: 2.0em;
  display: inline-block;
  width: 1.0em;
  margin: 0;
  margin-right: .25em;
  margin-left: -1.25em;
  content: '\f27b';
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #666;
}

#indexPage .page .main {
  margin-top: 0;
  margin-left: 0;
}
#indexPage .site_logo {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  width: 130px;
  height: 130px;
  background: url(../images/logo_index.png) no-repeat center center;
  background-size: contain;
}
#indexPage .site_logo strong {
  display: none;
}
#indexPage .main_footer {
  background-color: transparent;
  color: #666;
  min-height: initial;
  min-height: auto;
}
#indexPage .main_footer .copyright {
  display: block;
  color: #666;
}
#indexPage .main-image-slider {
  position: relative;
  width: 100%;
}
#indexPage .index_bxslider {
  margin: 0;
}
#indexPage .article_area {
  max-width: 1200px;
  margin: auto;
  padding: 0;
  text-align: center;
}
#indexPage .entrance-blk {
  /*margin: 3em 0;*/
}
#indexPage .canvas .entrance-blk {
  margin: 3em 0 0;
  display: none;
}
#indexPage .btnblk {
  width: 50%;
  max-width: 150px;
  margin: 0 auto;
  text-align: center;
}
#indexPage .btnblk .btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0em;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  border: none;
  box-shadow: none;
}
#indexPage .btnblk em {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 75px;
}
#indexPage .btnblk.enter-blk {
  margin-bottom: 1px;
}
#indexPage .btnblk.enter-blk .btn {
  width: 150px;
  height: 75px;
  margin: 0 auto;
  -webkit-border-radius: 75px 75px 0 0;
  -moz-border-radius: 75px 75px 0 0;
  border-radius: 75px 75px 0 0;
  text-decoration: none;
  background: #f99093;
  color: #fff;
}
#indexPage .btnblk.enter-blk .btn em {
  font-size: 1.2em;
}
#indexPage .btnblk.enter-blk .btn:hover {
  background: #f5474d;
}
#indexPage .btnblk.exit-blk .btn {
  width: 150px;
  height: 75px;
  margin: 0 auto;
  -webkit-border-radius: 0 0 75px 75px;
  -moz-border-radius: 0 0 75px 75px;
  border-radius: 0 0 75px 75px;
  text-decoration: none;
  background: #bfbfbf;
  color: #fff;
}
#indexPage .btnblk.exit-blk .btn em {
  font-size: 1.2em;
}
#indexPage .btnblk.exit-blk .btn:hover {
  background: #999999;
}

.vali {
  margin: .5em;
  font-size: 1em;
}

.form-response .form-response-title {
  font-size: 2em;
}

.btnblk ul li a {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1px;
  padding: 1em;
  padding: 1em;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-image: url(../img/step_arrow_s.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.btnblk ul li.shop_detail a {
  background-color: #f99093;
}
.btnblk ul li.shop_detail a:hover {
  color: #fff;
  background-color: #f5474d;
}
.btnblk ul li.official_site a {
  background-color: #bfbfbf;
}
.btnblk ul li.official_site a:hover {
  color: #fff;
  background-color: #999999;
}
.btnblk ul li.entry_tel a, .btnblk ul li.entry_form a {
  background-color: #bfbfbf;
}
.btnblk ul li.entry_tel a:hover, .btnblk ul li.entry_form a:hover {
  color: #fff;
  background-color: #999999;
}
.btnblk ul li:first-child a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btnblk ul li:last-child a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.anc {
  margin-top: -70px;
  padding-top: 70px;
}

.recruit-staff {
  border-top: 1px solid #d5d5d5;
}
.recruit-staff .section:first-child {
  border-top: none;
}
.recruit-staff .section .sec-image .btnblk {
  display: none;
}
.recruit-staff .section .sec-main {
  display: block;
}

.recruit_detail.table {
  padding: 1em 0;
}

ul.disc li:before {
  content: '・';
}

#staff_01 dt {
  background-color: rgba(202, 202, 0, 0.6);
}

#staff_02 dt {
  background-color: rgba(210, 121, 166, 0.6);
}

#staff_03 dt {
  background-color: rgba(255, 153, 0, 0.6);
}

.shops .section .sec-image img {
  max-width: 100%;
}

.sec-shop-detail .sec-btn {
  margin: 2em 0;
}

.site-image {
  margin: 2em auto;
  max-width: 300px;
}
.site-image img {
  max-width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

ul.icons {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
ul.icons li {
  position: relative;
  display: inline-block;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
ul.icons li .icon {
  font-size: 1.2em;
  line-height: 1.5em;
  display: block;
  margin: 5px;
  padding: .5em;
  text-align: center;
  color: #f4474c;
  border: 1px solid #f4474c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.shop-detail .section .sec-main .inside {
  margin: 1em;
}
.shop-detail .table {
  padding: 0;
}

ul.para li {
  display: inline-block;
}
ul.para li:before {
  content: '／';
  display: inline-block;
  margin: 0 .3em;
}
ul.para li:first-child:before {
  display: none;
}

ul.news_lists {
  margin: 0 0 1em 0;
  position: relative;
  width: 100%;
}
ul.news_lists li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
}
ul.news_lists li:first-child {
  border-top: 1px solid #d5d5d5;
}
ul.news_lists li a {
  display: block;
  text-decoration: none;
  color: #444;
  padding: .5em;
}
ul.news_lists li a:hover {
  color: #f5474d;
}
ul.news_lists time {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  left: 0;
}
ul.news_lists .title {
  position: relative;
  display: inline-block;
  width: 60%;
  right: 0;
  text-align: left;
}

.news_data {
  text-align: center;
}

.news_btn {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  background: #444;
  font-size: .9em;
  padding: .1em .5em;
}
.news_btn:hover {
  background: #f5474d;
  color: #fff;
}

@media only screen and (min-width: 481px) {
  /* --------------------------------------------------
  
      Stylesheet: 481px and Up Stylesheet
  
  -------------------------------------------------- */
  /* ----------------------------------------
      POSTS & CONTENT STYLES
  ---------------------------------------- */
  /* --------------------
      entry content
  -------------------- */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* ----------------------------------------
      WIDGET
  ---------------------------------------- */
  .panel .widget {
    position: relative;
    float: left;
    clear: none;
    width: 50%;
    margin: 1.5em auto;
    padding: 0 10px;
  }

  /* ----------------------------------------
      CIRCLE
  ---------------------------------------- */
  .circle_wrap .circle {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
  }

  /* --------------------
      CHILD-CATEGORIES
  -------------------- */
  .child-categories ul.child-categories-panel {
    background-image: url(../images/line.png);
  }
  .child-categories ul.child-categories-panel li {
    width: 50%;
    float: left;
  }
  .child-categories ul.child-categories-panel li:last-child, .child-categories ul.child-categories-panel li.odd:nth-last-child(2) {
    border-bottom: none;
  }

  .bxslider .item .canvas h1 {
    font-size: 2.0em;
    line-height: 1.6em;
  }
  .bxslider .item .canvas .text {
    font-size: 1.0em;
    line-height: 1.6em;
  }

  .main_footer {
    position: relative;
    z-index: 500;
    width: 100%;
    min-height: initial;
    min-height: auto;
    margin: 0 auto;
    text-align: center;
    background-color: #222;
    padding-bottom: 3em;
  }
  .main_footer .contents-block {
    margin: 0;
    padding: 40px 10px 10px 10px;
  }
  .main_footer ul.footer_navi {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    color: #fff;
  }
  .main_footer ul.footer_navi li {
    position: relative;
    display: inline-block;
    margin: 0 .5em;
    padding: 0;
    list-style-type: none;
    vertical-align: top;
  }
  .main_footer ul.footer_navi li a {
    display: inline-block;
    width: auto;
    border: none;
    text-decoration: none;
    color: #ddd;
  }
  .main_footer ul.footer_navi li:first-child a {
    border: none;
  }
  .main_footer .copyright {
    display: block;
    text-align: center;
    color: #ddd;
  }
  .main_footer .copyright a {
    margin: 0 .5em;
  }

  .table {
    padding: 1em 2em;
  }
  .table dl {
    position: relative;
    display: table;
    width: 100%;
    margin: 0;
    border: 0;
    border: none;
    border-bottom: solid 1px #e1e1e1;
  }
  .table dl:first-child {
    border-top: solid 1px #e1e1e1;
  }
  .table dl dt, .table dl dd {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    border-right: solid 1px #e1e1e1;
  }
  .table dl dt {
    clear: left;
    width: 30%;
    vertical-align: middle;
    border: none;
    border-right: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
    background: #efece7;
  }

  .section {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #d5d5d5;
  }
  .section:first-child {
    border-top: 1px solid #d5d5d5;
  }
  .section .sec-title {
    font-size: 1.6em;
    line-height: 1.6em;
    position: relative;
    margin: 0;
    text-align: left;
  }
  .section .sec-image {
    position: relative;
    display: table-cell;
    width: 30%;
    width: 25%;
    padding: 0 2em;
    padding: 0 1.5em;
    text-align: center;
    vertical-align: middle;
    border-right: solid 1px #d5d5d5;
  }
  .section .sec-image img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .section .sec-image:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    display: block;
    width: 0;
    margin-top: -12px;
    margin-right: -10px;
    content: '';
    border: 12px solid transparent;
    border-right-width: 0;
    border-left-color: #fff;
  }
  .section .sec-image:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0;
    margin-top: -12px;
    margin-right: -12px;
    content: '';
    border: 12px solid transparent;
    border-right-width: 0;
    border-left-color: #d5d5d5;
  }
  .section .sec-main {
    position: relative;
    display: table-cell;
    width: 100%;
    text-align: left;
    direction: ltr;
  }
  .section .sec-main .inside {
    margin: 2em 5em;
    margin: 1.5em 2em;
    border: none;
  }
  .section.table-layout-fixed .sec-main {
    display: block;
  }

  .alternate .section:nth-child(even) {
    direction: rtl;
  }
  .alternate .section:nth-child(even) .sec-image {
    border: none;
    border-left: solid 1px #d5d5d5;
  }
  .alternate .section:nth-child(even) .sec-image:before {
    left: 0;
    right: auto;
    margin-right: 0;
    margin-left: -10px;
    border: 12px solid transparent;
    border-left-width: 0;
    border-right-color: #fff;
  }
  .alternate .section:nth-child(even) .sec-image:after {
    left: 0;
    right: auto;
    margin-right: 0;
    margin-left: -12px;
    border: 12px solid transparent;
    border-left-width: 0;
    border-right-color: #d5d5d5;
  }

  .zoom-panels {
    padding: 1em 2em;
  }
  .zoom-panels .panel {
    width: 48%;
    float: left;
    margin: 1%;
  }
  .zoom-panels .panel .section {
    background: #000;
  }
  .zoom-panels .panel .section .sec-border {
    background-image: none;
  }
  .zoom-panels .panel .section .sec-border:before {
    top: 5px;
    right: 0;
    bottom: 5px;
    left: 0;
  }
  .zoom-panels .panel .section .sec-border:after {
    top: 0;
    right: 5px;
    bottom: 0;
    left: 5px;
  }

  .shop-detail .section .sec-title {
    font-size: 1.3em;
  }
  .shop-detail .section .sec-main .inside {
    margin: 2em;
  }

  .links .section .sec-main .inside {
    padding: 1em 2em;
  }

  .line .section .sec-image {
    padding: 1em 2em;
  }
}
@media only screen and (min-width: 768px) {
  /* --------------------------------------------------
  
      Stylesheet: Tablet & Small Desktop Stylesheet
  
  -------------------------------------------------- */
  .content-title {
    font-size: 2em;
    line-height: 1.8em;
  }

  .bxslider .item .canvas h1 {
    font-size: 2.5em;
    line-height: 1.8em;
  }
  .bxslider .item .canvas .text {
    font-size: 1.2em;
    line-height: 1.8em;
  }

  .section .sec-title {
    font-size: 1.8em;
    line-height: 1.6em;
  }
  .section .sec-main .inside {
    margin: 2em 5em;
  }
  .section.table-layout-fixed {
    table-layout: fixed;
  }
  .section.table-layout-fixed .sec-main {
    display: table-cell;
    border: none;
    border-left: solid 1px #d5d5d5;
  }
  .section.table-layout-fixed .sec-main:first-child {
    border-left: none;
  }
  .section.table-layout-fixed .sec-main:first-child .inside {
    border-left: none;
  }
  .section.table-layout-fixed .sec-main .inside {
    margin: 2em 3em;
  }
  .section.table-layout-fixed.noborder {
    border: none;
  }
  .section.table-layout-fixed.noborder .sec-main {
    border: none;
  }

  #indexPage .page .main {
    margin-top: 0;
    margin-left: 0;
  }
  #indexPage .site_logo {
    width: 200px;
    height: 200px;
  }
  #indexPage .site_logo strong {
    display: none;
  }

  .table {
    padding: 1em 3em;
  }

  .cases .shop .shop-title {
    font-size: 2em;
    line-height: 1.6em;
  }
  .cases .shop .section .sec-main .inside .interview .interview-title {
    font-size: 1.3em;
    line-height: 1.6em;
    margin: 1em 0;
    font-weight: normal;
  }

  .zoom-panels {
    padding: 1em 3em;
  }
  .zoom-panels .panel .section .sec-border {
    background-image: url(../images/arrow_2.png);
  }
  .zoom-panels .panel .section .sec-border:before {
    top: 15px;
    right: 0;
    bottom: 15px;
    left: 0;
  }
  .zoom-panels .panel .section .sec-border:after {
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
  }
  .zoom-panels .panel .section .sec-main .sec-title {
    font-size: 1.8em;
    font-weight: normal;
    margin: 0;
    text-align: center;
    color: #fff;
  }

  .sitemap-blk {
    padding: 0;
  }
  .sitemap-blk.section {
    border: none;
    border-bottom: 1px solid #d5d5d5;
  }
  .sitemap-blk.section:first-child {
    border-top: none;
  }
  .sitemap-blk.section.table-layout-fixed .sec-main {
    border: none;
  }

  ul.sitemap {
    margin: 1em;
  }
  ul.sitemap li {
    font-size: 1em;
    line-height: 1.6em;
    margin-bottom: 0;
  }
  ul.sitemap li a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: .75em 0 .75em .75em;
    border-top: 1px solid #d5d5d5;
  }
  ul.sitemap li a:hover {
    background: #f5474d;
    color: #fff;
  }
  ul.sitemap li ul {
    margin: 0;
    margin-left: 1.5em;
  }
  ul.sitemap li ul li a {
    border-top: 1px dotted #d5d5d5;
  }

  .links .section .sec-main .inside {
    padding: 1em 3em;
  }

  .anc {
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1030px) {
  /* --------------------------------------------------
  
      Stylesheet: Desktop Stylsheet
  
  -------------------------------------------------- */
  /* ----------------------------------------
      GENERAL STYLES
  ---------------------------------------- */
  /* ----------------------------------------
      LAYOUT
  ---------------------------------------- */
  .wrap {
    width: auto;
  }

  .page .main {
    margin-top: 0;
    margin-left: 240px;
  }
  .page .main_contents {
    border-top: none;
  }

  /*
  h1, .h1 {
      font-size: 2.2em;
      line-height: 1.8em;
  }
  
  h2, .h2 {
      font-size: 1.8em;
      line-height: 1.8em;
      margin: 1.8em 0;
  }
  
  h3, .h3 {
      font-size: 1.5em;
      line-height: 1.8em;
      margin: 1.8em 0;
  }
  
  h4, .h4 {
      font-size: 1.2em;
      line-height: 1.8em;
      font-weight: 700;
  }
  
  h5, .h5 {
      font-size: .8em;
      line-height: 1.8em;
      letter-spacing: 2px;
  }
  */
  .header {
    display: block;
    overflow: auto;
    width: 240px;
    height: 100%;
    border-right: solid 1px #d5d5d5;
    box-shadow: none;
  }
  .header .header-inside {
    height: 100%;
    min-height: 900px;
    overflow: hidden;
  }
  .header .header-inside::-webkit-scrollbar {
    display: none;
  }
  .header .header_footer .copyright span {
    display: block;
  }

  .navi .site_header .site_title {
    display: block;
    text-align: center;
  }
  .navi .site_header .navi_toggle {
    display: none;
  }

  .global_navi {
    /* Effect 1: Brackets */
  }
  .global_navi ul.main_navi {
    display: block !important;
  }
  .global_navi ul.main_navi li a:after {
    display: none;
  }

  .header_footer {
    display: block;
  }

  .ua_switch {
    display: block;
  }

  /* ----------------------------------------
      PAGE NAVI STYLES / 数字
  ---------------------------------------- */
  /* ----------------------------------------
      PAGE-NAVIGATION / NEXT : BACK
  ---------------------------------------- */
  /* ------------------------------------------------------------
  
      CUSTOM CLASS
  
  ------------------------------------------------------------ */
  h1.site_logo {
    margin: 0 auto;
    height: auto;
  }
  h1.site_logo a {
    text-align: center;
    display: block;
    width: 180px;
    height: 180px;
    margin: 1em auto;
    background-image: url(../images/logo_1.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: transparent;
  }

  /*
  .page-title,
  .entry-title,
  .form-title {
      font-size: 2.5em;
      line-height: 1.8em;
  }
  
  .single-title,
  .page-title,
  .entry-title {
      margin: 0;
  }
  
  .single-title {
      padding: 1em 0;
  }
  
  .form-title {
      padding: 1em 0;
      margin: 0;
  }
  */
  .content-title {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1.8em;
  }

  /* ----------------------------------------
      SEARCH
  ---------------------------------------- */
  /* --------------------
      SEARCH FORM
  -------------------- */
  /*
      .main-image {
      }
  
      .main-image .image-unit {
      }
  
      .main-image .image-unit img {
      }
  
      .main-image .hover-unit {
      }
  */
  .main-image-slider {
    position: fixed;
    z-index: 0;
    width: 100%;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
  }

  .bxslider .item .canvas h1 {
    font-size: 2.75em;
    font-weight: 100;
    line-height: 1.8em;
  }
  .bxslider .item .canvas .text {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.8em;
  }

  .main_footer {
    min-height: 300px;
  }
  .main_footer .ua_switch {
    display: none;
  }
  .main_footer .copyright {
    display: none;
  }

  .index_footer.main_footer .ua_switch {
    display: block;
  }

  /*
  .table {
      // padding: 1em;
      padding: 1em 3em;
  
      dl {
          position: relative;
          display: table;
          width: 100%;
          margin: 0;
          border: 0;
          border: none;
          border-bottom: solid 1px #e1e1e1;
  
          &:first-child {
              border-top: solid 1px #e1e1e1;
          }
  
          dt, dd {
              display: table-cell;
              padding: 10px;
              vertical-align: middle;
              border-right: solid 1px #e1e1e1;
          }
  
          dt {
              clear: left;
              width: 30%;
              vertical-align: middle;
              border: none;
              border-right: solid 1px #e1e1e1;
              border-left: solid 1px #e1e1e1;
              background: #efece7;
          }
      }
  }
  */
  .form-table {
    padding: 1em 3em;
  }

  .section .sec-title {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.6em;
  }

  /*
  .section {
      position: relative;
      display: table;
      width: 100%;
      margin: 0 auto;
      border-bottom: 1px solid $border-color;
  
      &:first-child {
          border-top: 1px solid $border-color;
      }
  
      .sec-title {
          font-size: 2.0em;
          font-weight: 300;
          line-height: 1.6em;
          position: relative;
          margin: 0;
          text-align: left;
      }
  
      .sec-image {
          position: relative;
          display: table-cell;
          width: 30%;
          padding: 0 2em;
          text-align: center;
          vertical-align: middle;
          border-right: solid 1px $border-color;
  
          img {
              -webkit-border-radius: 12px;
                 -moz-border-radius: 12px;
                      border-radius: 12px;
          }
  
          &:before {
              position: absolute;
              z-index: 1;
              top: 50%;
              right: 0;
              display: block;
              width: 0;
              margin-top: -12px;
              margin-right: -10px;
              content: '';
              border: 12px solid transparent;
              border-right-width: 0;
              border-left-color: $background-color;
          }
  
          &:after {
              position: absolute;
              top: 50%;
              right: 0;
              display: block;
              width: 0;
              margin-top: -12px;
              margin-right: -12px;
              content: '';
              border: 12px solid transparent;
              border-right-width: 0;
              border-left-color: $border-color;
          }
      }
  
      .sec-main {
          position: relative;
          display: table-cell;
          width: 100%;
          text-align: left;
          direction: ltr;
  
          .inside {
              margin: 2em 5em;
              border: none;
          }
      }
  
  
      // ----------------------------------------
      // TABLE LAYOUT FIXED
      // ----------------------------------------
      &.table-layout-fixed {
          table-layout: fixed;
  
          .sec-main {
              border: none;
              border-left: solid 1px $border-color;
  
             &:first-child {
                  border-left: none;
  
                  .inside {
                      border-left: none;
                  }
              }
  
              .inside {
                  margin: 2em 3em;
              }
          }
  
          &.noborder {
              border: none;
  
              .sec-main {
                  border: none;
              }
          }
      }
  }
  */
  /*
  .alternate {
  
      .section{
  
          &:nth-child(even) {
              direction: rtl;
  
              .sec-image {
                  border: none;
                  border-left: solid 1px $border-color;
  
                  &:before {
                      left: 0;
                      right: auto;
                      margin-right: 0;
                      margin-left: -10px;
                      border: 12px solid transparent;
                      border-left-width: 0;
                      border-right-color: $background-color;
                  }
  
                  &:after {
                      left: 0;
                      right: auto;
                      margin-right: 0;
                      margin-left: -12px;
                      border: 12px solid transparent;
                      border-left-width: 0;
                      border-right-color: $border-color;
                  }
              }
          }
      }
  }
  */
  .steps .step {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #d5d5d5;
  }
  .steps .step:first-child {
    border-top: 1px solid #d5d5d5;
  }
  .steps .step .section:first-child {
    border-top: none;
  }
  .steps .step .section:last-child {
    border-bottom: none;
  }

  .step-arrow {
    position: relative;
    display: table-cell;
    width: 20%;
  }
  .step-arrow .arrow-wrap {
    position: absolute;
    top: 40px;
    right: 15%;
    bottom: 100px;
    left: 15%;
    width: 75%;
  }
  .step-arrow .arrow-wrap .arrow {
    font-size: 1.8em;
    width: 120px;
    height: 100%;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    background-color: #f4474c;
  }
  .step-arrow .arrow-wrap .arrow:after {
    position: absolute;
    z-index: 1;
    bottom: -60px;
    left: 50%;
    display: block;
    width: 0;
    margin-left: -60px;
    content: '';
    border: 60px solid transparent;
    border-top-color: #f4474c;
    border-bottom-width: 0;
  }

  .step-body {
    display: table-cell;
    width: auto;
  }
  .step-body > .step-title + .step-contents-body .section:first-child {
    border-top: 1px solid #d5d5d5;
  }

  .step-title {
    font-size: 2.0em;
    font-weight: 300;
    line-height: 1.6em;
    position: relative;
    margin: 1em;
    text-align: left;
  }

  .sec-subhead {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.6em;
    position: relative;
    margin: .5em 0;
    color: inherit;
  }

  .panels {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .panels .panel {
    position: relative;
    display: block;
    width: 33.33330%;
    margin: 0;
    float: left;
  }
  .panels .panel:nth-child(3n) .section {
    border-right: none;
  }
  .panels .panel .section {
    border-right: 1px solid #d5d5d5;
    height: 100%;
  }
  .panels .panel .section .sec-image {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d5d5d5;
  }
  .panels .panel .section .sec-image img {
    max-width: 100%;
  }
  .panels .panel .section .sec-image:before {
    position: absolute;
    z-index: 1;
    top: auto;
    left: 50%;
    bottom: 0;
    display: block;
    width: 0;
    margin-bottom: -11px;
    margin-left: -12px;
    content: '';
    border: 12px solid transparent;
    border-bottom-width: 0;
    border-top-color: #fff;
  }
  .panels .panel .section .sec-image:after {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    display: block;
    width: 0;
    margin-bottom: -12px;
    margin-left: -12px;
    content: '';
    border: 12px solid transparent;
    border-bottom-width: 0;
    border-top-color: #d5d5d5;
  }
  .panels .panel .section .sec-main {
    position: relative;
    display: block;
  }
  .panels .panel .section .sec-main .inside {
    margin: 2em 3em;
  }

  /* ----------------------------------------
  
      PAGE STYLE
  
  ---------------------------------------- */
  .introduction .intro-title {
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.6em;
  }
  .introduction .intro-txt {
    font-size: 1.3em;
    line-height: 1.8em;
  }

  .entry-btns {
    margin: 1.5em 0;
  }
  .entry-btns .panel-btn {
    float: left;
    width: 33.33333%;
    text-align: center;
  }
  .entry-btns .panel-btn a.btn {
    position: relative;
    display: block;
    margin: 5px;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #aaa;
  }
  .entry-btns .panel-btn a.btn:hover {
    background: #f4474c;
  }

  /*
  .zoom-panels {
      position: relative;
      overflow: hidden;
      margin: 0;
      width: auto;
      padding: 1em 3em;
      list-style: none;
      text-align: center;
  
      .panel {
          position: relative;
          width: 48%;
          float: left;
          margin: 1%;
          padding:0;
          box-sizing: border-box;
  
          .section {
              position: relative;
              z-index: 1;
              display: block;
              overflow: hidden;
              width: 100%;
              height: 0;
              margin: 0;
              padding-bottom: 40%;
              cursor: pointer;
              text-align: center;
              background: #000;
              -webkit-perspective: 1000px;
                      perspective: 1000px;
              border: none;
  
              .sec-image {
                  position: relative;
                  display: block;
                  width: auto;
                  padding: 0;
                  padding-bottom: 0;
                  text-align: center;
                  vertical-align: middle;
                  border: none;
  
                  img {
                      position: relative;
                      display: block;
                      width: 100%;
                      min-height: 100%;
                      -webkit-transition: opacity .35s, -webkit-transform .85s;
                              transition: opacity .35s, transform .85s;
                      -webkit-transform: translate3d(0, 0, 0);
                              transform: translate3d(0, 0, 0);
                      opacity: .7;
                      border: 0;
                      -webkit-border-radius: 0;
                         -moz-border-radius: 0;
                              border-radius: 0;
                  }
              }
  
              .sec-border {
                  position: absolute;
                  top: 0;
                  left: 0;
                  display: block;
                  width: 100%;
                  height: 100%;
                  padding: 0;
                  -webkit-transition: -webkit-transform .35s;
                          transition:         transform .35s;
                  background: url(../images/arrow_1.png) no-repeat right center;
                  box-sizing: border-box;
  
                  &:before,
                  &:after {
                      position: absolute;
                      content: '';
                      -webkit-transition: opacity .35s, -webkit-transform .35s;
                              transition: opacity .35s, transform .35s;
                      pointer-events: none;
                      opacity: 0;
                      pointer-events: none;
                      box-sizing: border-box;
                  }
  
                  &:before {
                      top: 15px;
                      right: 0;
                      bottom: 15px;
                      left: 0;
                      -webkit-transform: scale(0,1);
                              transform: scale(0,1);
                      -webkit-transform-origin: 0 0;
                              transform-origin: 0 0;
                      border-top:    1px solid rgba(255, 255, 255, .5);
                      border-bottom: 1px solid rgba(255, 255, 255, .5);
                  }
  
                  &:after {
                      top: 0;
                      right: 15px;
                      bottom: 0;
                      left: 15px;
                      -webkit-transform: scale(1,0);
                              transform: scale(1,0);
                      -webkit-transform-origin: 100% 0;
                              transform-origin: 100% 0;
                      border-right: 1px solid rgba(255, 255, 255, .5);
                      border-left:  1px solid rgba(255, 255, 255, .5);
                  }
              }
  
              .sec-main {
                  position: relative;
                  display: table;
                  width: 100%;
                  height: 100%;
  
                  .inside {
                      position: relative;
                      display: table-cell;
                      vertical-align: middle;
                      text-align: center;
                      opacity: .6;
                      -webkit-transition: .35s ease-in-out;
                              transition: .35s ease-in-out;
                  }
  
                  .sec-title {
                      font-size: 1.8em;
                      font-weight: normal;
                      margin: 0;
                      color: $white;
                  }
  
                  .text {
                      color: $white;
                      text-decoration: none;
                      font-size: .9em;
                      line-height: 1.6em;
                      margin: 0;
                  }
              }
  
              &:hover {
  
                  .sec-image {
  
                      img {
                          // -webkit-transform: translate3d(0, 0, 100px);
                          //         transform: translate3d(0, 0, 100px);
                          -webkit-transform: translate3d(0, 0, 0);
                                  transform: translate3d(0, 0, 0);
                          opacity: .4;
                      }
                  }
  
                  .sec-border {
  
                      &:before,
                      &:after {
                          //-webkit-transform: scale(1);
                                  //transform: scale(1);
                          opacity: 1;
                      }
                  }
  
                  .sec-main {
  
                      .inside {
                          opacity: 1;
                      }
                  }
              }
          }
      }
  }
  */
  .direct-contact {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin: 0;
  }
  .direct-contact .contact_btn {
    display: block;
    -webkit-border-radius: 0 0 0 6px;
    -moz-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
  }
  .direct-contact .tel_btn {
    display: none;
  }

  .cases {
    border-top: 1px solid #d5d5d5;
  }
  .cases .shop .shop-title {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1.6em;
    position: relative;
    margin: 1em;
    text-align: left;
  }
  .cases .shop .section .sec-image {
    padding: 2em;
    vertical-align: top;
  }

  #indexPage .site_logo {
    width: 230px;
    height: 230px;
  }
  #indexPage .site_logo strong {
    display: none;
  }
  #indexPage .entrance-blk {
    display: none;
  }
  #indexPage .canvas .entrance-blk {
    display: block;
  }

  .form-response .form-response-title {
    font-size: 2em;
  }

  .anc {
    margin-top: 0px;
    padding-top: 0px;
  }

  .recruit-staff {
    border-top: none;
  }
  .recruit-staff .section:first-child {
    border-top: 1px solid #d5d5d5;
  }
  .recruit-staff .section .sec-image {
    padding: 2em;
    vertical-align: top;
  }
  .recruit-staff .section .sec-image .btnblk {
    display: block;
  }
  .recruit-staff .section .sec-main .btnblk {
    display: none;
  }

  .shops .section .sec-image {
    padding: 2em;
  }
  .shops .section .sec-image img {
    max-width: 100%;
  }

  .shop-detail .section .sec-image .sec-title {
    text-align: center;
  }
  .shop-detail .section .sec-image {
    width: 20%;
  }

  .sitemap-blk {
    padding: 1em;
  }
}
@media only screen and (min-width: 1240px) {
  /* --------------------------------------------------
  
      Stylesheet: Super Large Monitor Stylesheet
  
  -------------------------------------------------- */
  .bxslider .item .canvas h1 {
    font-size: 3.0em;
    line-height: 1.8em;
  }
  .bxslider .item .canvas .text {
    font-size: 1.3em;
    line-height: 1.8em;
  }

  .sec-shop-detail {
    position: relative;
    display: table;
    width: 100%;
  }
  .sec-shop-detail .inside {
    position: relative;
    display: table-cell;
    margin: 0;
    padding: 2em 1em 2em 5em;
  }
  .sec-shop-detail .sec-btn {
    position: relative;
    display: table-cell;
    width: 25%;
    padding: 2em 2em 2em 1em;
    vertical-align: middle;
  }
  .sec-shop-detail .sec-btn .btnblk {
    width: 100%;
  }
}
