@charset "UTF-8";
/* ==========================================================================
foundation
==========================================================================*/
* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
  display: block;
  line-height: 1;
  color: #2f2f2f;
  text-align: left;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: pkna;
  -moz-font-feature-settings: pkna;
  font-feature-settings: pkna;
}

.is-loading body {
  overflow-x: hidden !important;
}

@media screen and (max-width: 767px) {
  body {
    max-width: 767px !important;
    min-width: 0px !important;
    width: 100% !important;
    height: 100%;
    overflow-x: hidden !important;
  }
}

.is-menu body {
  position: fixed;
  overflow-y: scroll;
}

body > span {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
}

::-moz-selection,
::-moz-selection {
  background: #edebe0;
}

::selection,
::-moz-selection {
  background: #edebe0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}

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

[hidden] {
  display: none;
}

template {
  display: none;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
}

strong,
b {
  font-weight: bold;
}

object {
  pointer-events: none;
}

img {
  border: none;
  vertical-align: bottom;
}

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

a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a * {
  cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select {
  outline: 0;
  /*safariの自動フォーカスを切る */
}

:placeholder-shown {
  color: #e0e0e0;
}

::-webkit-input-placeholder {
  color: #e0e0e0;
}

::-moz-placeholder {
  color: #e0e0e0;
}

:-ms-input-placeholder {
  color: #e0e0e0;
}

::placeholder {
  color: #e0e0e0;
}

:-ms-input-placeholder {
  color: #e0e0e0 !important;
}

:-moz-placeholder {
  color: #e0e0e0;
}

::-moz-placeholder {
  color: #e0e0e0;
}

::-webkit-input-placeholder {
  color: #e0e0e0;
}

iframe {
  width: 100%;
}

/* transition
-----------------------------------------------------------------*/
/* reset transition */
a,
input,
select,
textarea,
button,
a object,
a > span,
a img,
*:before,
*:after,
button span,
a .c-button,
.c-airdate__cell {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lte-Android4 * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* contents */
/* preset - animation
-----------------------------------------------------------------*/
/* keyframe - bounceY */
/* sample - transition easing
-----------------------------------------------------------------*/
/*
_default: "ease",
"in": "ease-in",
out: "ease-out",
"in-out": "ease-in-out",
snap: "cubic-bezier(0,1,.5,1)",
easeOutCubic: "cubic-bezier(.215,.61,.355,1)",
easeInOutCubic: "cubic-bezier(.645,.045,.355,1)",
easeInCirc: "cubic-bezier(.6,.04,.98,.335)",
easeOutCirc: "cubic-bezier(.075,.82,.165,1)",
easeInOutCirc: "cubic-bezier(.785,.135,.15,.86)",
easeInExpo: "cubic-bezier(.95,.05,.795,.035)",
easeOutExpo: "cubic-bezier(.19,1,.22,1)",
easeInOutExpo: "cubic-bezier(1,0,0,1)",
easeInQuad: "cubic-bezier(.55,.085,.68,.53)",
easeOutQuad: "cubic-bezier(.25,.46,.45,.94)",
easeInOutQuad: "cubic-bezier(.455,.03,.515,.955)",
easeInQuart: "cubic-bezier(.895,.03,.685,.22)",
easeOutQuart: "cubic-bezier(.165,.84,.44,1)",
easeInOutQuart: "cubic-bezier(.77,0,.175,1)",
easeInQuint: "cubic-bezier(.755,.05,.855,.06)",
easeOutQuint: "cubic-bezier(.23,1,.32,1)",
easeInOutQuint: "cubic-bezier(.86,0,.07,1)",
easeInSine: "cubic-bezier(.47,0,.745,.715)",
easeOutSine: "cubic-bezier(.39,.575,.565,1)",
easeInOutSine: "cubic-bezier(.445,.05,.55,.95)",
easeInBack: "cubic-bezier(.6,-.28,.735,.045)",
easeOutBack: "cubic-bezier(.175, .885,.32,1.275)",
easeInOutBack: "cubic-bezier(.68,-.55,.265,1.55)"
*/
/* ==========================================================================
layout
==========================================================================*/
/* totop
-----------------------------------------------------------------*/
.l-pagetop {
  width: 52px;
  width: 5.2rem;
  height: 52px;
  height: 5.2rem;
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: block;
  border: none;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .l-pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    width: 5rem;
    height: 50px;
    height: 5rem;
  }
}

.l-pagetop .js-scrollTop {
  width: 100%;
  height: 100%;
  display: block;
  background: #41a245;
  z-index: 100;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 50%;
}

.l-pagetop .js-scrollTop.is-show {
  opacity: 1;
  filter: alpha(opacity=100);
}

.l-pagetop .js-scrollTop span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../svg/icon_arrow_pagetop.svg) no-repeat center center;
  width: 20px;
  width: 2rem;
  height: 10px;
  height: 1rem;
  background-size: 20px 10px;
  background-size: 2.0rem 1.0rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .l-pagetop .js-scrollTop span {
    width: 19px;
    width: 1.9rem;
    height: 10px;
    height: 1rem;
    background-size: 19px 10px;
    background-size: 1.9rem 1.0rem;
  }
}

.l-pagetop .js-scrollTop:hover span {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.l-pagetop.is-scrollEnd {
  position: fixed;
  bottom: 146px;
}

@media screen and (max-width: 767px) {
  .l-pagetop.is-scrollEnd {
    bottom: 160px;
  }
}

/* ==========================================================================
object
==========================================================================*/
/* c-content
//大枠コンテンツのレイアウト用クラス
-----------------------------------------------------------------*/
.c-content {
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-content {
    min-width: inherit;
    min-width: auto;
  }
}

/* c-content - frames
 -----------------------------------------------------------------*/
.c-content__large {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-content__large {
    width: auto;
    max-width: inherit;
  }
}

.c-content--medium {
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-content--medium {
    width: auto;
    max-width: inherit;
  }
}

.c-content__inner {
  margin: 0 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-content__inner {
    margin: 0 20px;
  }
}

.c-content__inner--2 {
  margin: 0 20px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 965px) {
  .c-content__inner--2 {
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-content__inner--2 {
    margin: 0 20px;
  }
}

/* c-list
-----------------------------------------------------------------*/
.c-list {
  list-style-type: none;
  text-align: left;
}

.c-list li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}

.c-list li:after {
  content: "";
  display: block;
  width: 5px;
  width: 0.5rem;
  height: 5px;
  height: 0.5rem;
  background: #ee7a00;
  border-radius: 50%;
  position: absolute;
  left: 0.3em;
  top: 0.5em;
  top: calc((0.5em * 1.8) - (0.5rem / 2));
}

/* c-list-num
-----------------------------------------------------------------*/
.c-list-num {
  counter-reset: num;
}

.c-list-num li:before {
  counter-increment: num;
  content: counter(num) ". ";
}

.c-list-num--aligned {
  counter-reset: num;
  list-style-type: none;
  position: relative;
}

.c-list-num--aligned li {
  position: relative;
  list-style-type: none;
  padding-left: 1.6em;
}

@media screen and (max-width: 767px) {
  .c-list-num--aligned li {
    padding-left: 1.5em;
  }
}

.c-list-num--aligned li:before {
  counter-increment: num;
  content: counter(num) ". ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* c-list-icon
-----------------------------------------------------------------*/
.c-list-icon {
  display: block;
  text-align: left;
  list-style-type: none;
  position: relative;
}

.c-list-icon li {
  display: block;
  list-style-type: none;
  padding-left: 1.2em;
  position: relative;
}

.c-list-icon li:after {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* c-list-icon--notice
-----------------------------------------------------------------*/
.c-list-icon--notice li:after {
  content: "※";
}

/* c-list-icon--count
-----------------------------------------------------------------*/
.c-list-icon--count {
  counter-reset: listNum;
}

.c-list-icon--count li {
  margin-top: 0.5em;
  padding-left: 4.0em;
}

.c-list-icon--count li:first-child {
  margin-top: 0;
}

.c-list-icon--count li:after {
  counter-increment: listNum;
  content: "（注" counter(listNum) "）";
}

/* c-definition-list
-----------------------------------------------------------------*/
.c-definition-list {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333333;
  padding-top: 0.5em;
  transition: none;
}

.c-definition-list dt {
  font-weight: bold;
  padding-top: 0.5em;
}

.c-list-notice {
  list-style: none;
}

.c-list-notice > li {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.916;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .c-list-notice > li {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
}

.c-list-notice > li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
}

/* ========================================================================


	ALL COMMON


/* ===================================================================== */
* {
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  /*10px*/
}

body {
  height: auto;
  position: relative;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro",メイリオ, Meiryo,Osaka,"ＭＳ Ｐゴシック", "Helvetica", "Verdana",  sans-serif;
  line-height: 100%;
  color: #333;
  background: url(../images/bg.gif) repeat left top;
  text-align: left;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

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

h1, h2, h3, h4 {
  font-weight: normal;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
}

p {
  color: #333;
  word-break: normal;
}

em {
  font-style: normal;
}

address {
  font-style: normal;
}

img {
  border: none;
  vertical-align: bottom;
}

img {
  -ms-interpolation-mode: bicubic;
}

hr {
  display: none;
}

/* clearfix */
.clear {
  clear: both;
}

.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* link */
a {
  color: #333;
}

a:hover {
  text-decoration: none;
}

a * {
  cursor: pointer;
}

a:focus {
  outline: none;
}

/* table */
table {
  border-collapse: collapse;
}

table th, table td {
  vertical-align: top;
  text-align: left;
}

div.clear {
  clear: both;
}

div.clear br {
  display: none;
}

/* --------------------------------------------------------------------- */
/* MARGIN-PADDING */
/* --------------------------------------------------------------------- */
/* margin - top */
.mtN5 {
  margin-top: -5px !important;
}

.mt0 {
  margin-top: 60px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt23 {
  margin-top: 23px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

/* margin - bottom */
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

/* margin - right */
.mr20 {
  margin-right: 20px !important;
}

/* margin - left */
.ml20 {
  margin-left: 20px !important;
}

.ml40 {
  margin-left: 40px !important;
}

/* padding - top */
.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt17 {
  padding-top: 17px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

/* padding - bottom */
.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb26 {
  padding-bottom: 26px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

/* --------------------------------------------------------------------- */
/* TEXT */
/* --------------------------------------------------------------------- */
/* font-size (YUI fonts.css) */
.txt10 {
  font-size: 77% !important;
}

.txt11 {
  font-size: 85% !important;
}

.txt12 {
  font-size: 93% !important;
}

.txt14 {
  font-size: 108% !important;
}

.txt15 {
  font-size: 116% !important;
}

.txt16 {
  font-size: 123.1% !important;
}

.txt17 {
  font-size: 131% !important;
}

.txt18 {
  font-size: 138.5% !important;
}

.txt19 {
  font-size: 146.5% !important;
}

.txt20 {
  font-size: 153.9% !important;
}

.txt21 {
  font-size: 161.6% !important;
}

.txt22 {
  font-size: 167% !important;
}

.txt23 {
  font-size: 174% !important;
}

.txt24 {
  font-size: 182% !important;
}

.txt25 {
  font-size: 189% !important;
}

.txt26 {
  font-size: 197% !important;
}

/* line-height */
.txtLine140 {
  line-height: 1.4 !important;
}

.txtLine160 {
  line-height: 1.6 !important;
}

.txtLine180 {
  line-height: 1.8 !important;
}

/* font-weight */
.txt_Bold {
  font-weight: bold !important;
}

/* font-color */
.txt_Red {
  color: #e9411b !important;
}

.txt_Grn {
  color: #597a56 !important;
}

/* align */
.txt_Left {
  text-align: left !important;
}

.txt_Right {
  text-align: right !important;
}

/* --------------------------------------------------------------------- */
/* ELEMENTS */
/* --------------------------------------------------------------------- */
::-moz-selection {
  background: #454545;
  color: #fff;
}
::selection {
  background: #454545;
  color: #fff;
}

::-moz-selection {
  background: #454545;
  color: #fff;
}

.listBlock, .listBlock ul, .listBlock li {
  display: block;
  list-style-type: none;
}

/* --------------------------------------------------------------------- */
/* HEADER */
/* --------------------------------------------------------------------- */
#HEADER {
  height: 85px;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  #HEADER {
    height: 55px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
}

#HEADER .headerBody {
  max-width: 880px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #HEADER .headerBody {
    max-width: intial;
    width: 100%;
    padding: 0 0px;
  }
}

#HEADER .c-logo {
  width: 174px;
  height: 35px;
  position: absolute;
  top: 25px;
  left: 0;
  background: url(../svg/logo_rgb.svg) no-repeat left top/cover;
  background-size: 174px 35px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 965px) {
  #HEADER .c-logo {
    position: absolute;
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #HEADER .c-logo {
    position: absolute;
    top: 15px;
    left: 17px;
    width: 125px;
    height: 25px;
    background: url(../images/logo.gif) no-repeat left top/cover;
    background-size: 125px 25px;
  }
}

#HEADER .globalNav {
  position: absolute;
  top: 37px;
  right: 0;
}

@media screen and (min-width: 768px) and (max-width: 965px) {
  #HEADER .globalNav {
    position: absolute;
    top: 40px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  #HEADER .globalNav {
    width: 100%;
    height: 100vh;
    height: calc(100vh - 55px);
    background-color: #fff;
    top: 55px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

#HEADER .globalNav ul {
  list-style: none;
  display: block;
}

@media screen and (max-width: 767px) {
  #HEADER .globalNav ul {
    margin: 0 20px;
  }
}

#HEADER .globalNav ul li {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 40px;
  text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 965px) {
  #HEADER .globalNav ul li {
    margin-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  #HEADER .globalNav ul li {
    font-size: 16px;
    font-size: 1.6rem;
    float: none;
    margin-left: 0;
    line-height: 1;
    border-bottom: 1px solid #dedede;
    letter-spacing: 0.1em;
  }
}

#HEADER.home .globalNav ul li a {
  text-decoration: none;
  padding: 3px 0 3px 28px;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  #HEADER.home .globalNav ul li a {
    display: block;
    background-image: none;
    padding: 20px 0 20px 23px;
  }
}

#HEADER.home .globalNav ul li a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../svg/icon_01.svg) no-repeat left center/20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  #HEADER.home .globalNav ul li a:after {
    position: static;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    background: url(../svg/icon_01.svg) no-repeat left center/16px;
  }
}

#HEADER .globalNav ul li a:hover {
  color: #4eb853;
}

.header__switch {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}

.header__switch__button {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
}

.header__switch__icon {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: 12.5px;
  top: 24.5px;
  -webkit-background-color: all 200ms ease;
  -moz-background-color: all 200ms ease;
  -ms-background-color: all 200ms ease;
  -o-background-color: all 200ms ease;
  background-color: all 200ms ease;
}

.header__switch__icon:before, .header__switch__icon:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: 0;
}

.header__switch__icon:before {
  top: -8px;
}

.header__switch__icon:after {
  bottom: -8px;
}

.is-open-menu #HEADER .globalNav {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.is-open-menu .header__switch__icon {
  background-color: transparent;
}

.is-open-menu .header__switch__icon:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-open-menu .header__switch__icon:after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* --------------------------------------------------------------------- */
/* CONTENTS */
/* --------------------------------------------------------------------- */
/* 派生コンテンツ */
@media screen and (max-width: 767px) {
  #CONTENTS {
    margin-top: 55px;
  }
}

#CONTENTS_article {
  width: 920px;
  margin: 55px auto 0 auto;
}

#CONTENTS_article #mainArea {
  width: 650px;
  float: right;
  margin-bottom: 70px;
  border-left: 1px solid #ebebeb;
}

#CONTENTS_article #sideArea {
  width: 240px;
  float: left;
}

/* サイドエリア */
#sideArea h3.b_title {
  border-left: 4px solid #fd8b40;
  font-size: 1.5rem;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 0 1px 10px;
}

#sideArea ul {
  list-style: none;
  display: block;
  margin-top: 17px;
  border-top: 1px solid #dedede;
}

#sideArea ul li {
  display: block;
  background: url(../images/line_x_01.gif) repeat-x left bottom;
}

#sideArea ul li:last-child {
  background: none;
  border-bottom: 1px solid #dedede;
}

#sideArea ul li a {
  padding: 20px 0 20px 0;
  display: block;
  text-decoration: none;
  position: relative;
}

#sideArea ul li a::after {
  content: "";
  width: 8px;
  height: 14px;
  background: url(../images/icon_05.png) no-repeat right top;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}

#sideArea ul li:hover,
#sideArea ul li.current {
  background: #fafafa url(../images/line_x_01.gif) repeat-x left bottom;
}

#sideArea ul li:last-child:hover,
#sideArea ul li:last-child.current {
  background-color: #fafafa;
  background-image: none;
}

#sideArea ul li a:hover p,
#sideArea ul li.current a p {
  color: #2da732;
}

#sideArea ul li a:hover::after,
#sideArea ul li.current a::after {
  right: 5px;
}

#sideArea ul li a p {
  font-size: 1.2rem;
  font-size: 12px;
  font-weight: bold;
}

#sideArea ul li a p span.category {
  border-radius: 4px;
  color: #fff;
  padding: 5px 5px 4px 5px;
  font-weight: bold;
  font-size: 0.9rem;
  font-size: 9px;
  line-height: 1;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

#sideArea ul li a p span.category.staff {
  background: #2da732;
}

#sideArea ul li a p span.category.part {
  background: #fd8b40;
}

/* メインエリア */
.recruitBlock {
  width: 620px;
  margin-left: 30px;
}

.recruitBlock .category {
  font-size: 1.2rem;
  font-size: 12px;
  color: #555555;
  font-weight: bold;
  margin-bottom: 14px;
}

.recruitBlock .job {
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: bold;
}

.recruitBlock table {
  width: 100%;
  margin-top: 25px;
  border-top: 1px solid #dedede;
}

.recruitBlock table th {
  width: 125px;
  padding: 26px 0 26px 15px;
}

.recruitBlock table td {
  padding: 26px 0 26px 0;
}

.recruitBlock table th,
.recruitBlock table td {
  font-size: 1.2rem;
  font-size: 12px;
  background: url(../images/line_x_01.gif) repeat-x left bottom;
}

.recruitBlock table tr:nth-child(2n) th,
.recruitBlock table tr:nth-child(2n) td {
  background: #fafafa url(../images/line_x_01.gif) repeat-x left bottom;
}

.recruitBlock table tr:last-child th,
.recruitBlock table tr:last-child td {
  background: none;
  border-bottom: 1px solid #dedede;
}

/* コンテンツタイトル */
.mainTitleArea {
  min-width: 920px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  padding: 50px 0 60px 0;
}

.mainTitleArea h1 {
  font-weight: bold;
  font-size: 3.5rem;
  font-size: 35px;
  line-height: 1;
  color: #555555;
}

.mainTitleArea .en {
  font-size: 1rem;
  font-size: 10px;
  line-height: 1;
  color: #c6c6c6;
  display: block;
  margin-bottom: 15px;
}

/* --------------------------------------------------------------------- */
/* FOOTER */
/* --------------------------------------------------------------------- */
#FOOTER {
  background: #41a245;
  border-top: 2px solid #3a913e;
  padding: 28px 0 30px 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #FOOTER {
    padding: 28px 0 20px 0;
  }
}

#FOOTER .footerBody {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #FOOTER .footerBody {
    width: auto;
  }
}

.footer-logo {
  display: table;
  vertical-align: middle;
}

#FOOTER .footer-logo--obj {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #FOOTER .footer-logo--obj {
    display: block;
  }
}

#FOOTER .footer-logo--obj span {
  width: 158px;
  height: 31px;
  display: block;
  position: relative;
  background: url(../svg/logo_white.svg) no-repeat left top/cover;
  background-size: 158px 31px;
  vertical-align: middle;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  #FOOTER .footer-logo--obj span {
    display: block;
    padding-right: 0;
  }
}

#FOOTER .footer-logo--obj span:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/line_y_02.gif) repeat-y left top/1px;
  background-size: 1px 22px;
}

@media screen and (max-width: 767px) {
  #FOOTER .footer-logo--obj span:after {
    display: none;
  }
}

#FOOTER .footer-logo--text {
  line-height: 1;
  font-weight: bold;
  font-size: 11px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  letter-spacing: 0.18em;
}

@media screen and (max-width: 767px) {
  #FOOTER .footer-logo--text {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    padding-left: 0;
    opacity: 0.7;
    padding-top: 1.3em;
  }
}

#FOOTER .footerBody .copyright {
  position: absolute;
  top: 12px;
  right: 0;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 965px) {
  #FOOTER .footerBody .copyright {
    position: absolute;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  #FOOTER .footerBody .copyright {
    font-size: 9px;
    font-size: 0.9rem;
    position: static;
    text-align: left;
    padding-top: 42px;
  }
}

/* ========================================================================

	TRANSITION

======================================================================== */
#recruit ul li a,
#recruit ul li a p,
#recruit ul li a::after,
#access .accessBlock .more a {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* --------------------------------------------------------------------- */
/* トップ (./) */
/* --------------------------------------------------------------------- */
/* メインビジュアル 
スライダーに変更 */
#mainVisual {
  overflow: hidden;
  width: 100%;
  border-bottom: 4px solid #4eb853;
}

#mainVisual .slide-cell {
  width: 100%;
  overflow: hidden;
}

#mainVisual .slide-cell img {
  width: 100%;
  height: auto;
}

/* コンセプト */
#concept {
  text-align: center;
  padding-top: 66px;
  padding-top: 6.6rem;
  padding-bottom: 67px;
  padding-bottom: 6.7rem;
  background: url(../../images/concept_bg.gif) repeat left top;
}

@media screen and (max-width: 767px) {
  #concept {
    padding-top: 52px;
    padding-top: 5.2rem;
    padding-bottom: 55px;
    padding-bottom: 5.5rem;
  }
}

#concept .concept-obj {
  width: 157px;
  height: 147px;
  background: url(../../images/concept_logo.gif) no-repeat left top/157px 147px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #concept .concept-obj {
    width: 118px;
    height: 109px;
    background: url(../../images/concept_logo.gif) no-repeat left top/118px 109px;
  }
}

#concept h2 {
  margin-top: 30px;
  margin-bottom: 35px;
  display: block;
}

@media screen and (max-width: 767px) {
  #concept h2 {
    margin-bottom: 20px;
  }
}

#concept h2 span {
  display: block;
  width: 392px;
  height: 92px;
  background: url(../../images/concept_copy.gif) no-repeat left top/392px 92px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #concept h2 span {
    width: 282px;
    height: 67px;
    background: url(../../images/concept_copy.gif) no-repeat left top/282px 67px;
  }
}

#concept p.text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  #concept p.text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.section_title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 22px;
    letter-spacing: 0.1em;
  }
}

.section_title .en {
  font-size: 12px;
  font-size: 1.2rem;
  color: #c2c2c2;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .section_title .en {
    font-size: 10px;
    font-size: 1rem;
  }
}

.section_read {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 34px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section_read {
    line-height: 1.74;
    margin-bottom: 24px;
  }
}

/* 採用情報 */
#recruit {
  border-top: 1px solid #e7e6e6;
  width: 100%;
  background: url(../../images/recruit_bg.gif) repeat left top;
}

#recruit .recruitBody {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #recruit .recruitBody {
    width: 100%;
  }
}

#recruit ul {
  display: block;
  list-style: none;
}

#recruit ul li {
  width: 284px;
  float: left;
  text-align: left;
  background: url(../../images/recruit_list_bg.gif) repeat left top;
  border-radius: 8px;
  padding: 3px;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  #recruit ul li {
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin-bottom: 9px;
  }
}

#recruit ul li:nth-child(2n) {
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  #recruit ul li:nth-child(2n) {
    margin-left: 0;
  }
}

#recruit ul li:nth-last-child(1) {
  margin-bottom: 0;
}

#recruit ul li p {
  display: block;
  background: #fff;
  padding: 21px 20px 20px 20px;
  border-radius: 6px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}

/* #recruit ul li a:hover {
	background: #f9f9f9;
}
#recruit ul li a:hover p {
	color: #2da732;
}
#recruit ul li a::after {
	content: "";
	width: 8px;
	height: 16px;
	background: url(../images/icon_02.png) no-repeat left top;
	display: block;
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -8px;
} */
/* #recruit ul li a:hover::after {
	right: 20px;
} */
/* #recruit ul li a::before {
	content:  "";
	width: 1px;
	height: 100%;
	background: #ededed;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 55px;
} */
#recruit ul li p {
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

#recruit ul li p span.category {
  border-radius: 4px;
  color: #fff;
  padding: 5px 5px 4px 5px;
  font-weight: bold;
  font-size: 0.9rem;
  font-size: 9px;
  line-height: 1;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

#recruit ul li p span.category.staff {
  background: #2da732;
}

#recruit ul li p span.category.part {
  background: #fd8b40;
}

/*アクセスマップ */
#access {
  border-top: 1px solid #e7e6e6;
}

#access iframe {
  border: none;
  width: 100%;
  height: 495px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #access iframe {
    height: 200px;
    border-bottom: 1px solid #e7e6e6;
  }
}

#access .accessBlock {
  margin: 30px auto 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #access .accessBlock {
    margin: 25px auto 0 auto;
  }
}

#access .accessBlock dl {
  float: left;
  border-left: 1px solid #e1e1e1;
  padding: 5px 30px;
}

@media screen and (min-width: 768px) and (max-width: 965px) {
  #access .accessBlock dl {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 767px) {
  #access .accessBlock dl {
    float: none;
    border-left: 0px;
    padding: 0px 0px;
  }
}

#access .accessBlock dl.last {
  border-right: 1px solid #e1e1e1;
}

@media screen and (max-width: 767px) {
  #access .accessBlock dl.last {
    border-right: 0px;
  }
}

#access .accessBlock dl dt {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #access .accessBlock dl dt {
    padding-top: 15px;
  }
}

#access .accessBlock dl dt.dt-mt5 {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  #access .accessBlock dl dt.dt-mt5 {
    margin-top: 0;
  }
}

#access .accessBlock dl dt,
#access .accessBlock dl dd {
  font-size: 1.2rem;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  #access .accessBlock dl dt,
  #access .accessBlock dl dd {
    line-height: 2;
  }
}

#access .accessBlock .more {
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) and (max-width: 965px) {
  #access .accessBlock .more {
    right: -10px;
  }
}

@media screen and (max-width: 767px) {
  #access .accessBlock .more {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
  }
}

#access .accessBlock .more a {
  font-size: 1.2rem;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 0 3px 24px;
  background: url(../svg/icon_04.svg) no-repeat left center;
  background-size: 16px 16px;
}

@media screen and (max-width: 767px) {
  #access .accessBlock .more a {
    display: block;
    background-image: none;
    background-color: #4eb853;
    padding: 20px 0 20px 0px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    border-radius: 10px;
    box-shadow: 0px 3px 0px 0px #46a54b;
  }
}

#access .accessBlock .more a:hover {
  color: #2da732;
}

@media screen and (max-width: 767px) {
  #access .accessBlock .more a:hover {
    color: #fff;
    background-color: #46a54b;
  }
}

/* お問い合わせ */
#contact {
  margin: 70px auto 40px auto;
  text-align: center;
  position: relative;
  overflow: visible !important;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #contact {
    margin: 45px auto 40px auto;
  }
}

#contact .c-content__inner {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 50px 0 50px 0;
}

@media screen and (max-width: 767px) {
  #contact .c-content__inner {
    padding: 45px 0 40px 0;
  }
}

#contact::after {
  content: "";
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  background: url(../svg/contact_obj.svg) no-repeat left top;
  position: absolute;
  z-index: 10;
  top: -25px;
  left: 0;
  right: 0;
  display: block;
}

#contact h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #contact h3 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #555;
  }
}

#contact .tel {
  font-size: 5rem;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  color: #fd8b40;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro', sans-serif;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #contact .tel {
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: 0.1em;
  }
}

.c-link {
  color: #fd8b40;
}

#contact .subtext {
  font-size: 14px;
  font-size: 1.4rem;
  color: #777777;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #contact .subtext {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* 採用情報詳細 */
/* 施設情報 */
.serviceBody {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 965px) {
  .serviceBody {
    max-width: 920px;
    width: 100%;
  }
}

.serviceBody .box {
  padding-top: 20px;
}

.serviceBody .servicePrice {
  margin-top: 40px;
}

.serviceBody h3 {
  width: 160px;
  float: left;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  text-align: left;
  padding-left: 10px;
  vertical-align: top;
  border-left: 4px solid #fd8b40;
}

@media screen and (min-width: 768px) and (max-width: 965px) {
  .serviceBody h3 {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .serviceBody h3 {
    width: 100%;
    float: none;
    padding-left: 8px;
    margin-bottom: 20px;
  }
}

.serviceBody h3 span {
  position: relative;
  top: 1px;
}

.serviceBody .boxArea {
  width: 740px;
  float: right;
  text-align: left;
  vertical-align: top;
  background: url(../images/line_y_01.gif) repeat-y left top;
}

@media screen and (max-width: 965px) {
  .serviceBody .boxArea {
    width: 100%;
    float: none;
    background: none;
  }
}

.serviceBody .boxArea .boxAreaBody {
  width: 680px;
  margin-left: 60px;
}

@media screen and (max-width: 965px) {
  .serviceBody .boxArea .boxAreaBody {
    width: 100%;
    margin-left: 0;
  }
}

.serviceBody .boxArea .boxAreaBody h4.title_org {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fd8b40;
  margin-bottom: 15px;
}

.serviceBody .boxArea .boxAreaBody h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #555555;
  margin-top: 20px;
  margin-bottom: 15px;
}

.serviceBody .boxArea .boxAreaBody .subTxt {
  font-size: 12px;
  line-height: 1.75;
  font-weight: bold;
  margin-top: 10px;
  color: #777;
  margin-bottom: 30px;
}

#service .service-facility-list {
  display: block;
  list-style: none;
  width: 100%;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  #service .service-facility-list {
    padding-top: 0;
  }
}

.service-facility-item {
  display: block;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .service-facility-item {
    width: 48.5%;
    margin-right: 3%;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .service-facility-item:nth-child(2n) {
    margin-right: 0;
  }
}

.service-facility-item:nth-child(4n) {
  margin-right: 0;
}

.service-facility-item:nth-child(5),
.service-facility-item:nth-child(6),
.service-facility-item:nth-child(7),
.service-facility-item:nth-child(8) {
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .service-facility-item:nth-child(5),
  .service-facility-item:nth-child(6),
  .service-facility-item:nth-child(7),
  .service-facility-item:nth-child(8) {
    padding-bottom: 15px;
  }
}

.service-facility-item .inner {
  position: relative;
  display: block;
}

.service-facility__pict {
  width: 100%;
  height: auto;
}

.service-facility__pict img {
  width: 100%;
  height: auto;
  border-radius: 7px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .service-facility__pict img {
    border-radius: 4px;
  }
}

.service-facility__text {
  text-align: left;
  line-height: 1.4;
  padding-top: 11px;
}

@media screen and (max-width: 767px) {
  .service-facility__text {
    padding-top: 10px;
  }
}

.service-facility__text .name {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 6px;
  line-height: 1.4;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .service-facility__text .name {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    padding-bottom: 2px;
  }
}

.service-facility__text .read {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58;
  letter-spacing: 0.1em;
}

.service-facility__obj {
  display: block;
  position: absolute;
  top: -2px;
  right: -3px;
}

.service-facility__obj span {
  display: block;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  width: 26px;
  padding-top: 0.15em;
  color: #fff;
  z-index: 5;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .service-facility__obj span {
    font-size: 12px;
    font-size: 1.2rem;
    width: 24px;
  }
}

.service-facility__obj:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-color: #2da732;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .service-facility__obj:before {
    width: 24px;
    height: 24px;
  }
}

#service table {
  /*width: 100%;*/
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  #service table {
    width: 100%;
    border-collapse: collapse;
  }
}

#service table th,
#service table td {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  #service table th,
  #service table td {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

#service table th.title_bg,
#service table td.title_bg {
  background: #fffaf8;
}

#service table th.bg_gry,
#service table td.bg_gry {
  background: #fbfbfb;
}

#service table th.w_a,
#service table td.w_a {
  width: 150px;
}

@media screen and (max-width: 767px) {
  #service table th.w_a,
  #service table td.w_a {
    width: 24%;
  }
}

#service table th.w_b,
#service table td.w_b {
  width: 175px;
}

@media screen and (max-width: 767px) {
  #service table th.w_b,
  #service table td.w_b {
    width: 25%;
  }
}

#service table th.w_c,
#service table td.w_c {
  width: 265px;
}

#service .serviceList {
  list-style: none;
  display: block;
}

@media screen and (max-width: 767px) {
  #service .serviceList {
    border-top: 1px solid #dedede;
  }
}

#service .serviceList li {
  width: 31%;
  height: 93px;
  border-radius: 7px;
  text-align: center;
  vertical-align: middle;
  float: left;
  margin-bottom: 20px;
  margin-right: 2.9%;
  border: 1px solid #96d398;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #service .serviceList li {
    color: #555;
    margin-bottom: 0;
    width: 100%;
    height: initial;
    height: auto;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #dedede;
    text-align: left;
    line-height: 2;
    padding: 13px 0 13px 0;
  }
}

#service .serviceList li:nth-child(3n) {
  margin-right: 0;
}

#service .serviceList li:nth-last-child(1),
#service .serviceList li:nth-last-child(2),
#service .serviceList li:nth-last-child(3) {
  margin-bottom: 0;
}

#service .serviceList li > * {
  vertical-align: middle;
  display: inline-block;
}

#service .serviceList li:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #service .serviceList li div {
    padding-left: 20px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  #service .serviceList li div:after {
    content: "";
    display: block;
    position: absolute;
    left: 0.4em;
    top: 0.5em;
    top: calc( (0.5em * 2 ) - ( 0.7rem / 2));
    border-radius: 50%;
    width: 7px;
    width: 0.7rem;
    height: 7px;
    height: 0.7rem;
    box-sizing: border-box;
    background: #999999;
  }
}

/* プライバシーポリシー */
#privacypolicy {
  margin: 0px auto 100px auto;
}

@media screen and (max-width: 767px) {
  #privacypolicy {
    margin: 0px auto 70px auto;
  }
}

#privacypolicy h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #privacypolicy h3 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #555;
  }
}

#privacypolicy p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #privacypolicy p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: normal;
  }
}

/* ========================================================================

	TRANSITION

======================================================================== */
#HEADER .globalNav ul li a,
#sideArea ul li,
#sideArea ul li a p {
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* u-clear
-----------------------------------------------------------------*/
.u-clear {
  clear: both;
}

.u-clear > hr {
  display: none;
}

/* u-clearfix
-----------------------------------------------------------------*/
.u-clearfix {
  display: inline-block;
}

.u-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

* html .u-clearfix {
  height: 1%;
}

.u-clearfix {
  display: block;
}

/* u-block
-----------------------------------------------------------------*/
.u-block,
.u-block ul,
.u-block li,
.u-block dl,
.u-block dt,
.u-block dd {
  display: block;
  list-style-type: none;
}

/* u-inline
-----------------------------------------------------------------*/
.u-inline,
.u-inline ul,
.u-inline li,
.u-inline dl,
.u-inline dt,
.u-inline dd {
  display: inline;
  list-style-type: none;
}

/* u-inline-block
-----------------------------------------------------------------*/
.u-inline-block,
.u-inline-block ul,
.u-inline-block li,
.u-inline-block dl,
.u-inline-block dt,
.u-inline-block dd {
  display: inline-block;
  list-style-type: none;
}

.u-inline-block--list,
.u-inline-block--list ul {
  letter-spacing: -.40em;
}

.u-inline-block > *,
.u-inline-block * {
  letter-spacing: 0;
}

/* u-table
-----------------------------------------------------------------*/
.u-table {
  display: table;
  width: 100%;
}

.u-table__row {
  display: table-row;
}

.u-table__cell {
  display: table-cell;
}

/* u-table--fixed */
.u-table--fixed {
  table-layout: fixed;
}

/* u-table--middle */
.u-table--middle,
.u-table--middle > .u-table__cell {
  vertical-align: middle;
}

/* u-hide-txt
-----------------------------------------------------------------*/
.u-hide-txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.win .u-hide-txt {
  text-indent: -9999px;
  /*IE*/
}

/* u-float
-----------------------------------------------------------------*/
.u-fl-left {
  float: left;
}

.u-fl-right {
  float: right;
}

@media screen and (max-width: 767px) {
  .u-fl-spnone {
    float: none;
  }
}

/* margin top - article-pagenav
-----------------------------------------------------------------*/
.u-mt-article-pagenav {
  margin-top: 80px;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .u-mt-article-pagenav {
    margin-top: 50px;
    margin-top: 5rem;
  }
}

/* margin - top
-----------------------------------------------------------------*/
.u-mt-xlarge {
  margin-top: 80px;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .u-mt-xlarge {
    margin-top: 40px;
    margin-top: 4rem;
  }
}

.u-mt-large {
  margin-top: 60px;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .u-mt-large {
    margin-top: 30px;
    margin-top: 3rem;
  }
}

.u-mt-medium {
  margin-top: 40px;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .u-mt-medium {
    margin-top: 20px;
    margin-top: 2rem;
  }
}

.u-mt-regular {
  margin-top: 20px;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mt-regular {
    margin-top: 10px;
    margin-top: 1rem;
  }
}

.u-mt-small {
  margin-top: 20px;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mt-small {
    margin-top: 10px;
    margin-top: 1rem;
  }
}

.u-mt-xsmall {
  margin-top: 10px;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .u-mt-xsmall {
    margin-top: 10px;
    margin-top: 1rem;
  }
}

/* margin - right
-----------------------------------------------------------------*/
.u-mr-xlarge {
  margin-right: 80px;
  margin-right: 8rem;
}

@media screen and (max-width: 767px) {
  .u-mr-xlarge {
    margin-right: 40px;
    margin-right: 4rem;
  }
}

.u-mr-large {
  margin-right: 60px;
  margin-right: 6rem;
}

@media screen and (max-width: 767px) {
  .u-mr-large {
    margin-right: 30px;
    margin-right: 3rem;
  }
}

.u-mr-medium {
  margin-right: 40px;
  margin-right: 4rem;
}

@media screen and (max-width: 767px) {
  .u-mr-medium {
    margin-right: 20px;
    margin-right: 2rem;
  }
}

.u-mr-regular {
  margin-right: 20px;
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mr-regular {
    margin-right: 10px;
    margin-right: 1rem;
  }
}

.u-mr-small {
  margin-right: 20px;
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mr-small {
    margin-right: 10px;
    margin-right: 1rem;
  }
}

.u-mr-xsmall {
  margin-right: 10px;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .u-mr-xsmall {
    margin-right: 10px;
    margin-right: 1rem;
  }
}

/* margin - bottom
-----------------------------------------------------------------*/
.u-mb-xlarge {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .u-mb-xlarge {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
}

.u-mb-large {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .u-mb-large {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

.u-mb-medium {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .u-mb-medium {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}

.u-mb-regular {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mb-regular {
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
}

.u-mb-small {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mb-small {
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
}

.u-mb-xsmall {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .u-mb-xsmall {
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
}

/* margin - left
-----------------------------------------------------------------*/
.u-ml-xlarge {
  margin-left: 80px;
  margin-left: 8rem;
}

@media screen and (max-width: 767px) {
  .u-ml-xlarge {
    margin-left: 40px;
    margin-left: 4rem;
  }
}

.u-ml-large {
  margin-left: 60px;
  margin-left: 6rem;
}

@media screen and (max-width: 767px) {
  .u-ml-large {
    margin-left: 30px;
    margin-left: 3rem;
  }
}

.u-ml-medium {
  margin-left: 40px;
  margin-left: 4rem;
}

@media screen and (max-width: 767px) {
  .u-ml-medium {
    margin-left: 20px;
    margin-left: 2rem;
  }
}

.u-ml-regular {
  margin-left: 20px;
  margin-left: 2rem;
}

@media screen and (max-width: 767px) {
  .u-ml-regular {
    margin-left: 10px;
    margin-left: 1rem;
  }
}

.u-ml-small {
  margin-left: 20px;
  margin-left: 2rem;
}

@media screen and (max-width: 767px) {
  .u-ml-small {
    margin-left: 10px;
    margin-left: 1rem;
  }
}

.u-ml-xsmall {
  margin-left: 10px;
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .u-ml-xsmall {
    margin-left: 10px;
    margin-left: 1rem;
  }
}

/* padding - mainbox
-----------------------------------------------------------------*/
.u-pt-mainbox {
  padding-top: 75px;
  padding-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .u-pt-mainbox {
    padding-top: 20px;
    padding-top: 2rem;
  }
}

/* padding - top
-----------------------------------------------------------------*/
.u-pt-xlarge {
  padding-top: 80px;
  padding-top: 8rem;
}

@media screen and (max-width: 767px) {
  .u-pt-xlarge {
    padding-top: 40px;
    padding-top: 4rem;
  }
}

.u-pt-large {
  padding-top: 60px;
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .u-pt-large {
    padding-top: 30px;
    padding-top: 3rem;
  }
}

.u-pt-medium {
  padding-top: 40px;
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .u-pt-medium {
    padding-top: 20px;
    padding-top: 2rem;
  }
}

.u-pt-regular {
  padding-top: 20px;
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .u-pt-regular {
    padding-top: 10px;
    padding-top: 1rem;
  }
}

.u-pt-small {
  padding-top: 20px;
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .u-pt-small {
    padding-top: 10px;
    padding-top: 1rem;
  }
}

.u-pt-xsmall {
  padding-top: 10px;
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .u-pt-xsmall {
    padding-top: 10px;
    padding-top: 1rem;
  }
}

/* padding - right
-----------------------------------------------------------------*/
.u-pr-xlarge {
  padding-right: 80px;
  padding-right: 8rem;
}

@media screen and (max-width: 767px) {
  .u-pr-xlarge {
    padding-right: 40px;
    padding-right: 4rem;
  }
}

.u-pr-large {
  padding-right: 60px;
  padding-right: 6rem;
}

@media screen and (max-width: 767px) {
  .u-pr-large {
    padding-right: 30px;
    padding-right: 3rem;
  }
}

.u-pr-medium {
  padding-right: 40px;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .u-pr-medium {
    padding-right: 20px;
    padding-right: 2rem;
  }
}

.u-pr-regular {
  padding-right: 20px;
  padding-right: 2rem;
}

@media screen and (max-width: 767px) {
  .u-pr-regular {
    padding-right: 10px;
    padding-right: 1rem;
  }
}

.u-pr-small {
  padding-right: 20px;
  padding-right: 2rem;
}

@media screen and (max-width: 767px) {
  .u-pr-small {
    padding-right: 10px;
    padding-right: 1rem;
  }
}

.u-pr-xsmall {
  padding-right: 10px;
  padding-right: 1rem;
}

@media screen and (max-width: 767px) {
  .u-pr-xsmall {
    padding-right: 10px;
    padding-right: 1rem;
  }
}

/* padding - bottom
-----------------------------------------------------------------*/
.u-pb-xxlarge {
  padding-bottom: 100px;
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .u-pb-xxlarge {
    padding-bottom: 50px;
    padding-bottom: 5rem;
  }
}

.u-pb-xlarge {
  padding-bottom: 80px;
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .u-pb-xlarge {
    padding-bottom: 40px;
    padding-bottom: 4rem;
  }
}

.u-pb-large {
  padding-bottom: 60px;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .u-pb-large {
    padding-bottom: 30px;
    padding-bottom: 3rem;
  }
}

.u-pb-medium {
  padding-bottom: 40px;
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .u-pb-medium {
    padding-bottom: 20px;
    padding-bottom: 2rem;
  }
}

.u-pb-regular {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .u-pb-regular {
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }
}

.u-pb-small {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .u-pb-small {
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }
}

.u-pb-xsmall {
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .u-pb-xsmall {
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }
}

/* padding - left
-----------------------------------------------------------------*/
.u-pl-xlarge {
  padding-left: 80px;
  padding-left: 8rem;
}

@media screen and (max-width: 767px) {
  .u-pl-xlarge {
    padding-left: 40px;
    padding-left: 4rem;
  }
}

.u-pl-large {
  padding-left: 60px;
  padding-left: 6rem;
}

@media screen and (max-width: 767px) {
  .u-pl-large {
    padding-left: 30px;
    padding-left: 3rem;
  }
}

.u-pl-medium {
  padding-left: 40px;
  padding-left: 4rem;
}

@media screen and (max-width: 767px) {
  .u-pl-medium {
    padding-left: 20px;
    padding-left: 2rem;
  }
}

.u-pl-regular {
  padding-left: 20px;
  padding-left: 2rem;
}

@media screen and (max-width: 767px) {
  .u-pl-regular {
    padding-left: 10px;
    padding-left: 1rem;
  }
}

.u-pl-small {
  padding-left: 20px;
  padding-left: 2rem;
}

@media screen and (max-width: 767px) {
  .u-pl-small {
    padding-left: 10px;
    padding-left: 1rem;
  }
}

.u-pl-xsmall {
  padding-left: 10px;
  padding-left: 1rem;
}

@media screen and (max-width: 767px) {
  .u-pl-xsmall {
    padding-left: 10px;
    padding-left: 1rem;
  }
}

/* space
-----------------------------------------------------------------*/
/* セクションスペース
-----------------------------------------------------------------*/
.u-space-sec--home {
  padding-top: 55px;
  padding-top: 5.5rem;
  padding-bottom: 70px;
  padding-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .u-space-sec--home {
    padding-top: 37px;
    padding-top: 3.7rem;
    padding-bottom: 42px;
    padding-bottom: 4.2rem;
  }
}

/* @media screen
-----------------------------------------------------------------*/
.visible-small-less,
.visible-small-less-block,
.visible-small-less-inline,
.visible-small-less-inline-block,
.visible-small, .visible-small-block, .visible-small-inline, .visible-small-inline-block,
.visible-medium-less,
.visible-medium-less-block,
.visible-medium-less-inline,
.visible-medium-less-inline-block,
.visible-medium, .visible-medium-block, .visible-medium-inline, .visible-medium-inline-block,
.visible-tablet-less,
.visible-tablet-less-block,
.visible-tablet-less-inline,
.visible-tablet-less-inline-block,
.visible-tablet, .visible-tablet-block, .visible-tablet-inline, .visible-tablet-inline-block,
.visible-large, .visible-large-block, .visible-large-inline, .visible-large-inline-block {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .visible-small-less {
    display: block !important;
  }
  table.visible-small-less {
    display: table;
  }
  tr.visible-small-less {
    display: table-row !important;
  }
  th.visible-small-less, td.visible-small-less {
    display: table-cell !important;
  }
}

@media screen and (max-width: 767px) {
  .visible-small-less-block {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .visible-small-less-inline {
    display: inline !important;
  }
}

@media screen and (max-width: 767px) {
  .visible-small-less-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-small {
    display: block !important;
  }
  table.visible-small {
    display: table;
  }
  tr.visible-small {
    display: table-row !important;
  }
  th.visible-small, td.visible-small {
    display: table-cell !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-small-block {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-small-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-small-inline-block {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible-medium-less {
    display: block !important;
  }
  table.visible-medium-less {
    display: table;
  }
  tr.visible-medium-less {
    display: table-row !important;
  }
  th.visible-medium-less, td.visible-medium-less {
    display: table-cell !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible-medium-less-block {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible-medium-less-inline {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible-medium-less-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium {
    display: block !important;
  }
  table.visible-medium {
    display: table;
  }
  tr.visible-medium {
    display: table-row !important;
  }
  th.visible-medium, td.visible-medium {
    display: table-cell !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium-block {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium-inline-block {
    display: inline-block !important;
  }
}

@media screen and (max-width: 965px) {
  .visible-tablet-less {
    display: block !important;
  }
  table.visible-tablet-less {
    display: table;
  }
  tr.visible-tablet-less {
    display: table-row !important;
  }
  th.visible-tablet-less, td.visible-tablet-less {
    display: table-cell !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible-tablet-less-block {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible-tablet-less-inline {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .visible-tablet-less-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-tablet {
    display: block !important;
  }
  table.visible-tablet {
    display: table;
  }
  tr.visible-tablet {
    display: table-row !important;
  }
  th.visible-tablet, td.visible-tablet {
    display: table-cell !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium-block {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1280px) {
  .visible-large {
    display: block !important;
  }
  table.visible-large {
    display: table;
  }
  tr.visible-large {
    display: table-row !important;
  }
  th.visible-large, td.visible-large {
    display: table-cell !important;
  }
}

@media screen and (min-width: 1280px) {
  .visible-large-block {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {
  .visible-large-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 1280px) {
  .visible-large-inline-block {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-small-less {
    display: none !important;
  }
}

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

@media screen and (max-width: 1023px) {
  .hidden-medium-less {
    display: none !important;
  }
}

@media screen and (max-width: 965px) {
  .hidden-tablet-less {
    display: none !important;
  }
}

@media screen and (min-width: 966px) and (max-width: 1023px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .hidden-medium {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .hidden-large {
    display: none !important;
  }
}

/* @media print
-----------------------------------------------------------------*/
.visible-print {
  display: none !important;
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

/* u-links
-----------------------------------------------------------------*/
.u-links {
  color: #ee7a00;
  text-decoration: underline;
}

.u-links:hover {
  color: #ffffff;
  background: #ee7a00;
  text-decoration: none;
}

/*!
*  - v1.2.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
}

.sp-bottom-thumbnails, .sp-top-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails, .sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-bottom-thumbnails .sp-thumbnail-container:first-child, .sp-top-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-bottom-thumbnails .sp-thumbnail-container:last-child, .sp-top-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child, .sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child, .sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

.sp-grab {
  cursor: url(images/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(images/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: '\2195';
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}

.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
}

.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie7 .sp-arrow, .ie8 .sp-arrow {
  width: 0;
  height: 0;
}

.ie7 .sp-arrow:after, .ie7 .sp-arrow:before, .ie8 .sp-arrow:after, .ie8 .sp-arrow:before {
  content: none;
}

.ie7.sp-horizontal .sp-previous-arrow, .ie8.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie7.sp-horizontal .sp-next-arrow, .ie8.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie7.sp-vertical .sp-previous-arrow, .ie8.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie7.sp-vertical .sp-next-arrow, .ie8.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-bottom-thumbnails .sp-thumbnail-arrows, .sp-top-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows, .sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow, .sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  left: 0;
}

.sp-bottom-thumbnails .sp-next-thumbnail-arrow, .sp-top-thumbnails .sp-next-thumbnail-arrow {
  right: 0;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow, .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow, .sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0;
}

.sp-next-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-previous-thumbnail-arrow:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie7 .sp-thumbnail-arrow, .ie8 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie7 .sp-thumbnail-arrow:after, .ie7 .sp-thumbnail-arrow:before, .ie8 .sp-thumbnail-arrow:after, .ie8 .sp-thumbnail-arrow:before {
  content: none;
}

.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
  max-width: none !important;
  max-height: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro canvas, .slider-pro embed, .slider-pro iframe, .slider-pro object, .slider-pro video {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* slick-theme.css
-----------------------------------------------------------------*/
/* Slider */
/* Icons */
@font-face {}/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* slick - skin
-----------------------------------------------------------------*/
.slick-slide:focus,
.slick-slide a:focus {
  outline: none;
}

.slider {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 240ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 240ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 240ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 240ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 240ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.slider.slick-initialized {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.l-footer__external .slider {
  width: 100%;
  width: calc(100% + 0.8vw);
  margin-left: -0.4vw;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
}

@media screen and (min-width: 1460px) {
  .l-footer__external .slider {
    width: calc(100% + 12px);
    margin-left: -6px;
  }
}

.l-footer__external .slider.slick-initialized {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
}

@media screen and (max-width: 767px) {
  .l-footer__external .c-content__inner {
    margin: 0;
  }
}

.l-footer__external .slider .slick-slide {
  margin: 0;
  margin: 0 0.4vw;
}

@media screen and (min-width: 1460px) {
  .l-footer__external .slider .slick-slide {
    margin: 0 6px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__external .slider .slick-slide {
    margin: 0 5px;
  }
}

.l-footer__external .slider .slick-slide img {
  width: 100%;
}
