@charset "UTF-8";
/* 
 * Author: SAKUSAKU
 * Author URI: http://sakusaku.me/
 * Version: 1.0
 */
/* SASS Library Version 0.5.0 */
/* ----------------------------------------
 * reset & layouts styles
 * ---------------------------------------- */
body, div, p, h1, h2, h3, h4, h5, h6, span, ul, li, ol, img, table, tr, td, hr, a, address, nav, header, footer, section, article {
  margin: 0;
  padding: 0; }

body, p, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 100%; }

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }
  img.switchImage {
    opacity: 0; }

img[src=""] {
  background-color: lightgray;
  width: 40px;
  height: 40px; }

ul, li {
  list-style: none; }

html {
  font-size: 62.5%; }

input, textarea {
  font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans‒serif; }

button, input, textarea {
  -webkit-font-smoothing: inherit; }

input[type="file"], input[type="submit"], input[type="reset"], button {
  cursor: pointer; }

.bx-wrapper {
  padding: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto; }
  .bx-wrapper .bx-pager {
    padding: 0; }
    .bx-wrapper .bx-pager.bx-default-pager.bx-default-pager a {
      background-color: #ffffff;
      border-radius: 50%; }
      .bx-wrapper .bx-pager.bx-default-pager.bx-default-pager a.active {
        background-color: #ff7c00; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-clear {
  clear: both; }

.layout-center {
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 770px) {
  .align-l-center {
    text-align: center; }

  .align-l-left {
    text-align: left; }

  .align-l-right {
    text-align: right; }

  .float-l-left {
    float: left; }

  .float-l-right {
    float: right; }

  .float-l-clear {
    clear: both; }

  .layout-l-center {
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 768px) {
  .align-s-center {
    text-align: center; }

  .align-s-left {
    text-align: left; }

  .align-s-right {
    text-align: right; }

  .float-s-left {
    float: left; }

  .float-s-right {
    float: right; }

  .float-s-clear {
    clear: both; }

  .layout-s-center {
    margin-left: auto;
    margin-right: auto; } }
.layout-mt-5 {
  margin-top: 5px !important; }

.layout-mr-5 {
  margin-right: 5px !important; }

.layout-mb-5 {
  margin-bottom: 5px !important; }

.layout-ml-5 {
  margin-left: 5px !important; }

.layout-pt-5 {
  padding-top: 5px !important; }

.layout-pr-5 {
  padding-right: 5px !important; }

.layout-pb-5 {
  padding-bottom: 5px !important; }

.layout-pl-5 {
  padding-left: 5px !important; }

.layout-width-20 {
  width: 20px !important; }

.layout-ts-1 {
  font-size: 0.1rem !important; }

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

.layout-mr-10 {
  margin-right: 10px !important; }

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

.layout-ml-10 {
  margin-left: 10px !important; }

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

.layout-pr-10 {
  padding-right: 10px !important; }

.layout-pb-10 {
  padding-bottom: 10px !important; }

.layout-pl-10 {
  padding-left: 10px !important; }

.layout-width-40 {
  width: 40px !important; }

.layout-ts-2 {
  font-size: 0.2rem !important; }

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

.layout-mr-15 {
  margin-right: 15px !important; }

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

.layout-ml-15 {
  margin-left: 15px !important; }

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

.layout-pr-15 {
  padding-right: 15px !important; }

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

.layout-pl-15 {
  padding-left: 15px !important; }

.layout-width-60 {
  width: 60px !important; }

.layout-ts-3 {
  font-size: 0.3rem !important; }

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

.layout-mr-20 {
  margin-right: 20px !important; }

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

.layout-ml-20 {
  margin-left: 20px !important; }

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

.layout-pr-20 {
  padding-right: 20px !important; }

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

.layout-pl-20 {
  padding-left: 20px !important; }

.layout-width-80 {
  width: 80px !important; }

.layout-ts-4 {
  font-size: 0.4rem !important; }

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

.layout-mr-25 {
  margin-right: 25px !important; }

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

.layout-ml-25 {
  margin-left: 25px !important; }

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

.layout-pr-25 {
  padding-right: 25px !important; }

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

.layout-pl-25 {
  padding-left: 25px !important; }

.layout-width-100 {
  width: 100px !important; }

.layout-ts-5 {
  font-size: 0.5rem !important; }

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

.layout-mr-30 {
  margin-right: 30px !important; }

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

.layout-ml-30 {
  margin-left: 30px !important; }

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

.layout-pr-30 {
  padding-right: 30px !important; }

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

.layout-pl-30 {
  padding-left: 30px !important; }

.layout-width-120 {
  width: 120px !important; }

.layout-ts-6 {
  font-size: 0.6rem !important; }

.layout-mt-35 {
  margin-top: 35px !important; }

.layout-mr-35 {
  margin-right: 35px !important; }

.layout-mb-35 {
  margin-bottom: 35px !important; }

.layout-ml-35 {
  margin-left: 35px !important; }

.layout-pt-35 {
  padding-top: 35px !important; }

.layout-pr-35 {
  padding-right: 35px !important; }

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

.layout-pl-35 {
  padding-left: 35px !important; }

.layout-width-140 {
  width: 140px !important; }

.layout-ts-7 {
  font-size: 0.7rem !important; }

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

.layout-mr-40 {
  margin-right: 40px !important; }

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

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

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

.layout-pr-40 {
  padding-right: 40px !important; }

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

.layout-pl-40 {
  padding-left: 40px !important; }

.layout-width-160 {
  width: 160px !important; }

.layout-ts-8 {
  font-size: 0.8rem !important; }

.layout-mt-45 {
  margin-top: 45px !important; }

.layout-mr-45 {
  margin-right: 45px !important; }

.layout-mb-45 {
  margin-bottom: 45px !important; }

.layout-ml-45 {
  margin-left: 45px !important; }

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

.layout-pr-45 {
  padding-right: 45px !important; }

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

.layout-pl-45 {
  padding-left: 45px !important; }

.layout-width-180 {
  width: 180px !important; }

.layout-ts-9 {
  font-size: 0.9rem !important; }

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

.layout-mr-50 {
  margin-right: 50px !important; }

.layout-mb-50 {
  margin-bottom: 50px !important; }

.layout-ml-50 {
  margin-left: 50px !important; }

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

.layout-pr-50 {
  padding-right: 50px !important; }

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

.layout-pl-50 {
  padding-left: 50px !important; }

.layout-width-200 {
  width: 200px !important; }

.layout-ts-10 {
  font-size: 1rem !important; }

.layout-mt-55 {
  margin-top: 55px !important; }

.layout-mr-55 {
  margin-right: 55px !important; }

.layout-mb-55 {
  margin-bottom: 55px !important; }

.layout-ml-55 {
  margin-left: 55px !important; }

.layout-pt-55 {
  padding-top: 55px !important; }

.layout-pr-55 {
  padding-right: 55px !important; }

.layout-pb-55 {
  padding-bottom: 55px !important; }

.layout-pl-55 {
  padding-left: 55px !important; }

.layout-width-220 {
  width: 220px !important; }

.layout-ts-11 {
  font-size: 1.1rem !important; }

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

.layout-mr-60 {
  margin-right: 60px !important; }

.layout-mb-60 {
  margin-bottom: 60px !important; }

.layout-ml-60 {
  margin-left: 60px !important; }

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

.layout-pr-60 {
  padding-right: 60px !important; }

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

.layout-pl-60 {
  padding-left: 60px !important; }

.layout-width-240 {
  width: 240px !important; }

.layout-ts-12 {
  font-size: 1.2rem !important; }

.layout-mt-65 {
  margin-top: 65px !important; }

.layout-mr-65 {
  margin-right: 65px !important; }

.layout-mb-65 {
  margin-bottom: 65px !important; }

.layout-ml-65 {
  margin-left: 65px !important; }

.layout-pt-65 {
  padding-top: 65px !important; }

.layout-pr-65 {
  padding-right: 65px !important; }

.layout-pb-65 {
  padding-bottom: 65px !important; }

.layout-pl-65 {
  padding-left: 65px !important; }

.layout-width-260 {
  width: 260px !important; }

.layout-ts-13 {
  font-size: 1.3rem !important; }

.layout-mt-70 {
  margin-top: 70px !important; }

.layout-mr-70 {
  margin-right: 70px !important; }

.layout-mb-70 {
  margin-bottom: 70px !important; }

.layout-ml-70 {
  margin-left: 70px !important; }

.layout-pt-70 {
  padding-top: 70px !important; }

.layout-pr-70 {
  padding-right: 70px !important; }

.layout-pb-70 {
  padding-bottom: 70px !important; }

.layout-pl-70 {
  padding-left: 70px !important; }

.layout-width-280 {
  width: 280px !important; }

.layout-ts-14 {
  font-size: 1.4rem !important; }

.layout-mt-75 {
  margin-top: 75px !important; }

.layout-mr-75 {
  margin-right: 75px !important; }

.layout-mb-75 {
  margin-bottom: 75px !important; }

.layout-ml-75 {
  margin-left: 75px !important; }

.layout-pt-75 {
  padding-top: 75px !important; }

.layout-pr-75 {
  padding-right: 75px !important; }

.layout-pb-75 {
  padding-bottom: 75px !important; }

.layout-pl-75 {
  padding-left: 75px !important; }

.layout-width-300 {
  width: 300px !important; }

.layout-ts-15 {
  font-size: 1.5rem !important; }

.layout-mt-80 {
  margin-top: 80px !important; }

.layout-mr-80 {
  margin-right: 80px !important; }

.layout-mb-80 {
  margin-bottom: 80px !important; }

.layout-ml-80 {
  margin-left: 80px !important; }

.layout-pt-80 {
  padding-top: 80px !important; }

.layout-pr-80 {
  padding-right: 80px !important; }

.layout-pb-80 {
  padding-bottom: 80px !important; }

.layout-pl-80 {
  padding-left: 80px !important; }

.layout-width-320 {
  width: 320px !important; }

.layout-ts-16 {
  font-size: 1.6rem !important; }

.layout-mt-85 {
  margin-top: 85px !important; }

.layout-mr-85 {
  margin-right: 85px !important; }

.layout-mb-85 {
  margin-bottom: 85px !important; }

.layout-ml-85 {
  margin-left: 85px !important; }

.layout-pt-85 {
  padding-top: 85px !important; }

.layout-pr-85 {
  padding-right: 85px !important; }

.layout-pb-85 {
  padding-bottom: 85px !important; }

.layout-pl-85 {
  padding-left: 85px !important; }

.layout-width-340 {
  width: 340px !important; }

.layout-ts-17 {
  font-size: 1.7rem !important; }

.layout-mt-90 {
  margin-top: 90px !important; }

.layout-mr-90 {
  margin-right: 90px !important; }

.layout-mb-90 {
  margin-bottom: 90px !important; }

.layout-ml-90 {
  margin-left: 90px !important; }

.layout-pt-90 {
  padding-top: 90px !important; }

.layout-pr-90 {
  padding-right: 90px !important; }

.layout-pb-90 {
  padding-bottom: 90px !important; }

.layout-pl-90 {
  padding-left: 90px !important; }

.layout-width-360 {
  width: 360px !important; }

.layout-ts-18 {
  font-size: 1.8rem !important; }

.layout-mt-95 {
  margin-top: 95px !important; }

.layout-mr-95 {
  margin-right: 95px !important; }

.layout-mb-95 {
  margin-bottom: 95px !important; }

.layout-ml-95 {
  margin-left: 95px !important; }

.layout-pt-95 {
  padding-top: 95px !important; }

.layout-pr-95 {
  padding-right: 95px !important; }

.layout-pb-95 {
  padding-bottom: 95px !important; }

.layout-pl-95 {
  padding-left: 95px !important; }

.layout-width-380 {
  width: 380px !important; }

.layout-ts-19 {
  font-size: 1.9rem !important; }

.layout-mt-100 {
  margin-top: 100px !important; }

.layout-mr-100 {
  margin-right: 100px !important; }

.layout-mb-100 {
  margin-bottom: 100px !important; }

.layout-ml-100 {
  margin-left: 100px !important; }

.layout-pt-100 {
  padding-top: 100px !important; }

.layout-pr-100 {
  padding-right: 100px !important; }

.layout-pb-100 {
  padding-bottom: 100px !important; }

.layout-pl-100 {
  padding-left: 100px !important; }

.layout-width-400 {
  width: 400px !important; }

.layout-ts-20 {
  font-size: 2rem !important; }

.layout-mt-105 {
  margin-top: 105px !important; }

.layout-mr-105 {
  margin-right: 105px !important; }

.layout-mb-105 {
  margin-bottom: 105px !important; }

.layout-ml-105 {
  margin-left: 105px !important; }

.layout-pt-105 {
  padding-top: 105px !important; }

.layout-pr-105 {
  padding-right: 105px !important; }

.layout-pb-105 {
  padding-bottom: 105px !important; }

.layout-pl-105 {
  padding-left: 105px !important; }

.layout-width-420 {
  width: 420px !important; }

.layout-ts-21 {
  font-size: 2.1rem !important; }

.layout-mt-110 {
  margin-top: 110px !important; }

.layout-mr-110 {
  margin-right: 110px !important; }

.layout-mb-110 {
  margin-bottom: 110px !important; }

.layout-ml-110 {
  margin-left: 110px !important; }

.layout-pt-110 {
  padding-top: 110px !important; }

.layout-pr-110 {
  padding-right: 110px !important; }

.layout-pb-110 {
  padding-bottom: 110px !important; }

.layout-pl-110 {
  padding-left: 110px !important; }

.layout-width-440 {
  width: 440px !important; }

.layout-ts-22 {
  font-size: 2.2rem !important; }

.layout-mt-115 {
  margin-top: 115px !important; }

.layout-mr-115 {
  margin-right: 115px !important; }

.layout-mb-115 {
  margin-bottom: 115px !important; }

.layout-ml-115 {
  margin-left: 115px !important; }

.layout-pt-115 {
  padding-top: 115px !important; }

.layout-pr-115 {
  padding-right: 115px !important; }

.layout-pb-115 {
  padding-bottom: 115px !important; }

.layout-pl-115 {
  padding-left: 115px !important; }

.layout-width-460 {
  width: 460px !important; }

.layout-ts-23 {
  font-size: 2.3rem !important; }

.layout-mt-120 {
  margin-top: 120px !important; }

.layout-mr-120 {
  margin-right: 120px !important; }

.layout-mb-120 {
  margin-bottom: 120px !important; }

.layout-ml-120 {
  margin-left: 120px !important; }

.layout-pt-120 {
  padding-top: 120px !important; }

.layout-pr-120 {
  padding-right: 120px !important; }

.layout-pb-120 {
  padding-bottom: 120px !important; }

.layout-pl-120 {
  padding-left: 120px !important; }

.layout-width-480 {
  width: 480px !important; }

.layout-ts-24 {
  font-size: 2.4rem !important; }

.layout-mt-125 {
  margin-top: 125px !important; }

.layout-mr-125 {
  margin-right: 125px !important; }

.layout-mb-125 {
  margin-bottom: 125px !important; }

.layout-ml-125 {
  margin-left: 125px !important; }

.layout-pt-125 {
  padding-top: 125px !important; }

.layout-pr-125 {
  padding-right: 125px !important; }

.layout-pb-125 {
  padding-bottom: 125px !important; }

.layout-pl-125 {
  padding-left: 125px !important; }

.layout-width-500 {
  width: 500px !important; }

.layout-ts-25 {
  font-size: 2.5rem !important; }

.layout-mt-130 {
  margin-top: 130px !important; }

.layout-mr-130 {
  margin-right: 130px !important; }

.layout-mb-130 {
  margin-bottom: 130px !important; }

.layout-ml-130 {
  margin-left: 130px !important; }

.layout-pt-130 {
  padding-top: 130px !important; }

.layout-pr-130 {
  padding-right: 130px !important; }

.layout-pb-130 {
  padding-bottom: 130px !important; }

.layout-pl-130 {
  padding-left: 130px !important; }

.layout-width-520 {
  width: 520px !important; }

.layout-ts-26 {
  font-size: 2.6rem !important; }

.layout-mt-135 {
  margin-top: 135px !important; }

.layout-mr-135 {
  margin-right: 135px !important; }

.layout-mb-135 {
  margin-bottom: 135px !important; }

.layout-ml-135 {
  margin-left: 135px !important; }

.layout-pt-135 {
  padding-top: 135px !important; }

.layout-pr-135 {
  padding-right: 135px !important; }

.layout-pb-135 {
  padding-bottom: 135px !important; }

.layout-pl-135 {
  padding-left: 135px !important; }

.layout-width-540 {
  width: 540px !important; }

.layout-ts-27 {
  font-size: 2.7rem !important; }

.layout-mt-140 {
  margin-top: 140px !important; }

.layout-mr-140 {
  margin-right: 140px !important; }

.layout-mb-140 {
  margin-bottom: 140px !important; }

.layout-ml-140 {
  margin-left: 140px !important; }

.layout-pt-140 {
  padding-top: 140px !important; }

.layout-pr-140 {
  padding-right: 140px !important; }

.layout-pb-140 {
  padding-bottom: 140px !important; }

.layout-pl-140 {
  padding-left: 140px !important; }

.layout-width-560 {
  width: 560px !important; }

.layout-ts-28 {
  font-size: 2.8rem !important; }

.layout-mt-145 {
  margin-top: 145px !important; }

.layout-mr-145 {
  margin-right: 145px !important; }

.layout-mb-145 {
  margin-bottom: 145px !important; }

.layout-ml-145 {
  margin-left: 145px !important; }

.layout-pt-145 {
  padding-top: 145px !important; }

.layout-pr-145 {
  padding-right: 145px !important; }

.layout-pb-145 {
  padding-bottom: 145px !important; }

.layout-pl-145 {
  padding-left: 145px !important; }

.layout-width-580 {
  width: 580px !important; }

.layout-ts-29 {
  font-size: 2.9rem !important; }

.layout-mt-150 {
  margin-top: 150px !important; }

.layout-mr-150 {
  margin-right: 150px !important; }

.layout-mb-150 {
  margin-bottom: 150px !important; }

.layout-ml-150 {
  margin-left: 150px !important; }

.layout-pt-150 {
  padding-top: 150px !important; }

.layout-pr-150 {
  padding-right: 150px !important; }

.layout-pb-150 {
  padding-bottom: 150px !important; }

.layout-pl-150 {
  padding-left: 150px !important; }

.layout-width-600 {
  width: 600px !important; }

.layout-ts-30 {
  font-size: 3rem !important; }

@media screen and (min-width: 770px) {
  .layout-l-mt-5 {
    margin-top: 5px !important; }

  .layout-l-mr-5 {
    margin-right: 5px !important; }

  .layout-l-mb-5 {
    margin-bottom: 5px !important; }

  .layout-l-ml-5 {
    margin-left: 5px !important; }

  .layout-l-pt-5 {
    padding-top: 5px !important; }

  .layout-l-pr-5 {
    padding-right: 5px !important; }

  .layout-l-pb-5 {
    padding-bottom: 5px !important; }

  .layout-l-pl-5 {
    padding-left: 5px !important; }

  .layout-l-width-20 {
    width: 20px !important; }

  .layout-l-ts-1 {
    font-size: 0.1rem !important; }

  .layout-l-mt-10 {
    margin-top: 10px !important; }

  .layout-l-mr-10 {
    margin-right: 10px !important; }

  .layout-l-mb-10 {
    margin-bottom: 10px !important; }

  .layout-l-ml-10 {
    margin-left: 10px !important; }

  .layout-l-pt-10 {
    padding-top: 10px !important; }

  .layout-l-pr-10 {
    padding-right: 10px !important; }

  .layout-l-pb-10 {
    padding-bottom: 10px !important; }

  .layout-l-pl-10 {
    padding-left: 10px !important; }

  .layout-l-width-40 {
    width: 40px !important; }

  .layout-l-ts-2 {
    font-size: 0.2rem !important; }

  .layout-l-mt-15 {
    margin-top: 15px !important; }

  .layout-l-mr-15 {
    margin-right: 15px !important; }

  .layout-l-mb-15 {
    margin-bottom: 15px !important; }

  .layout-l-ml-15 {
    margin-left: 15px !important; }

  .layout-l-pt-15 {
    padding-top: 15px !important; }

  .layout-l-pr-15 {
    padding-right: 15px !important; }

  .layout-l-pb-15 {
    padding-bottom: 15px !important; }

  .layout-l-pl-15 {
    padding-left: 15px !important; }

  .layout-l-width-60 {
    width: 60px !important; }

  .layout-l-ts-3 {
    font-size: 0.3rem !important; }

  .layout-l-mt-20 {
    margin-top: 20px !important; }

  .layout-l-mr-20 {
    margin-right: 20px !important; }

  .layout-l-mb-20 {
    margin-bottom: 20px !important; }

  .layout-l-ml-20 {
    margin-left: 20px !important; }

  .layout-l-pt-20 {
    padding-top: 20px !important; }

  .layout-l-pr-20 {
    padding-right: 20px !important; }

  .layout-l-pb-20 {
    padding-bottom: 20px !important; }

  .layout-l-pl-20 {
    padding-left: 20px !important; }

  .layout-l-width-80 {
    width: 80px !important; }

  .layout-l-ts-4 {
    font-size: 0.4rem !important; }

  .layout-l-mt-25 {
    margin-top: 25px !important; }

  .layout-l-mr-25 {
    margin-right: 25px !important; }

  .layout-l-mb-25 {
    margin-bottom: 25px !important; }

  .layout-l-ml-25 {
    margin-left: 25px !important; }

  .layout-l-pt-25 {
    padding-top: 25px !important; }

  .layout-l-pr-25 {
    padding-right: 25px !important; }

  .layout-l-pb-25 {
    padding-bottom: 25px !important; }

  .layout-l-pl-25 {
    padding-left: 25px !important; }

  .layout-l-width-100 {
    width: 100px !important; }

  .layout-l-ts-5 {
    font-size: 0.5rem !important; }

  .layout-l-mt-30 {
    margin-top: 30px !important; }

  .layout-l-mr-30 {
    margin-right: 30px !important; }

  .layout-l-mb-30 {
    margin-bottom: 30px !important; }

  .layout-l-ml-30 {
    margin-left: 30px !important; }

  .layout-l-pt-30 {
    padding-top: 30px !important; }

  .layout-l-pr-30 {
    padding-right: 30px !important; }

  .layout-l-pb-30 {
    padding-bottom: 30px !important; }

  .layout-l-pl-30 {
    padding-left: 30px !important; }

  .layout-l-width-120 {
    width: 120px !important; }

  .layout-l-ts-6 {
    font-size: 0.6rem !important; }

  .layout-l-mt-35 {
    margin-top: 35px !important; }

  .layout-l-mr-35 {
    margin-right: 35px !important; }

  .layout-l-mb-35 {
    margin-bottom: 35px !important; }

  .layout-l-ml-35 {
    margin-left: 35px !important; }

  .layout-l-pt-35 {
    padding-top: 35px !important; }

  .layout-l-pr-35 {
    padding-right: 35px !important; }

  .layout-l-pb-35 {
    padding-bottom: 35px !important; }

  .layout-l-pl-35 {
    padding-left: 35px !important; }

  .layout-l-width-140 {
    width: 140px !important; }

  .layout-l-ts-7 {
    font-size: 0.7rem !important; }

  .layout-l-mt-40 {
    margin-top: 40px !important; }

  .layout-l-mr-40 {
    margin-right: 40px !important; }

  .layout-l-mb-40 {
    margin-bottom: 40px !important; }

  .layout-l-ml-40 {
    margin-left: 40px !important; }

  .layout-l-pt-40 {
    padding-top: 40px !important; }

  .layout-l-pr-40 {
    padding-right: 40px !important; }

  .layout-l-pb-40 {
    padding-bottom: 40px !important; }

  .layout-l-pl-40 {
    padding-left: 40px !important; }

  .layout-l-width-160 {
    width: 160px !important; }

  .layout-l-ts-8 {
    font-size: 0.8rem !important; }

  .layout-l-mt-45 {
    margin-top: 45px !important; }

  .layout-l-mr-45 {
    margin-right: 45px !important; }

  .layout-l-mb-45 {
    margin-bottom: 45px !important; }

  .layout-l-ml-45 {
    margin-left: 45px !important; }

  .layout-l-pt-45 {
    padding-top: 45px !important; }

  .layout-l-pr-45 {
    padding-right: 45px !important; }

  .layout-l-pb-45 {
    padding-bottom: 45px !important; }

  .layout-l-pl-45 {
    padding-left: 45px !important; }

  .layout-l-width-180 {
    width: 180px !important; }

  .layout-l-ts-9 {
    font-size: 0.9rem !important; }

  .layout-l-mt-50 {
    margin-top: 50px !important; }

  .layout-l-mr-50 {
    margin-right: 50px !important; }

  .layout-l-mb-50 {
    margin-bottom: 50px !important; }

  .layout-l-ml-50 {
    margin-left: 50px !important; }

  .layout-l-pt-50 {
    padding-top: 50px !important; }

  .layout-l-pr-50 {
    padding-right: 50px !important; }

  .layout-l-pb-50 {
    padding-bottom: 50px !important; }

  .layout-l-pl-50 {
    padding-left: 50px !important; }

  .layout-l-width-200 {
    width: 200px !important; }

  .layout-l-ts-10 {
    font-size: 1rem !important; }

  .layout-l-mt-55 {
    margin-top: 55px !important; }

  .layout-l-mr-55 {
    margin-right: 55px !important; }

  .layout-l-mb-55 {
    margin-bottom: 55px !important; }

  .layout-l-ml-55 {
    margin-left: 55px !important; }

  .layout-l-pt-55 {
    padding-top: 55px !important; }

  .layout-l-pr-55 {
    padding-right: 55px !important; }

  .layout-l-pb-55 {
    padding-bottom: 55px !important; }

  .layout-l-pl-55 {
    padding-left: 55px !important; }

  .layout-l-width-220 {
    width: 220px !important; }

  .layout-l-ts-11 {
    font-size: 1.1rem !important; }

  .layout-l-mt-60 {
    margin-top: 60px !important; }

  .layout-l-mr-60 {
    margin-right: 60px !important; }

  .layout-l-mb-60 {
    margin-bottom: 60px !important; }

  .layout-l-ml-60 {
    margin-left: 60px !important; }

  .layout-l-pt-60 {
    padding-top: 60px !important; }

  .layout-l-pr-60 {
    padding-right: 60px !important; }

  .layout-l-pb-60 {
    padding-bottom: 60px !important; }

  .layout-l-pl-60 {
    padding-left: 60px !important; }

  .layout-l-width-240 {
    width: 240px !important; }

  .layout-l-ts-12 {
    font-size: 1.2rem !important; }

  .layout-l-mt-65 {
    margin-top: 65px !important; }

  .layout-l-mr-65 {
    margin-right: 65px !important; }

  .layout-l-mb-65 {
    margin-bottom: 65px !important; }

  .layout-l-ml-65 {
    margin-left: 65px !important; }

  .layout-l-pt-65 {
    padding-top: 65px !important; }

  .layout-l-pr-65 {
    padding-right: 65px !important; }

  .layout-l-pb-65 {
    padding-bottom: 65px !important; }

  .layout-l-pl-65 {
    padding-left: 65px !important; }

  .layout-l-width-260 {
    width: 260px !important; }

  .layout-l-ts-13 {
    font-size: 1.3rem !important; }

  .layout-l-mt-70 {
    margin-top: 70px !important; }

  .layout-l-mr-70 {
    margin-right: 70px !important; }

  .layout-l-mb-70 {
    margin-bottom: 70px !important; }

  .layout-l-ml-70 {
    margin-left: 70px !important; }

  .layout-l-pt-70 {
    padding-top: 70px !important; }

  .layout-l-pr-70 {
    padding-right: 70px !important; }

  .layout-l-pb-70 {
    padding-bottom: 70px !important; }

  .layout-l-pl-70 {
    padding-left: 70px !important; }

  .layout-l-width-280 {
    width: 280px !important; }

  .layout-l-ts-14 {
    font-size: 1.4rem !important; }

  .layout-l-mt-75 {
    margin-top: 75px !important; }

  .layout-l-mr-75 {
    margin-right: 75px !important; }

  .layout-l-mb-75 {
    margin-bottom: 75px !important; }

  .layout-l-ml-75 {
    margin-left: 75px !important; }

  .layout-l-pt-75 {
    padding-top: 75px !important; }

  .layout-l-pr-75 {
    padding-right: 75px !important; }

  .layout-l-pb-75 {
    padding-bottom: 75px !important; }

  .layout-l-pl-75 {
    padding-left: 75px !important; }

  .layout-l-width-300 {
    width: 300px !important; }

  .layout-l-ts-15 {
    font-size: 1.5rem !important; }

  .layout-l-mt-80 {
    margin-top: 80px !important; }

  .layout-l-mr-80 {
    margin-right: 80px !important; }

  .layout-l-mb-80 {
    margin-bottom: 80px !important; }

  .layout-l-ml-80 {
    margin-left: 80px !important; }

  .layout-l-pt-80 {
    padding-top: 80px !important; }

  .layout-l-pr-80 {
    padding-right: 80px !important; }

  .layout-l-pb-80 {
    padding-bottom: 80px !important; }

  .layout-l-pl-80 {
    padding-left: 80px !important; }

  .layout-l-width-320 {
    width: 320px !important; }

  .layout-l-ts-16 {
    font-size: 1.6rem !important; }

  .layout-l-mt-85 {
    margin-top: 85px !important; }

  .layout-l-mr-85 {
    margin-right: 85px !important; }

  .layout-l-mb-85 {
    margin-bottom: 85px !important; }

  .layout-l-ml-85 {
    margin-left: 85px !important; }

  .layout-l-pt-85 {
    padding-top: 85px !important; }

  .layout-l-pr-85 {
    padding-right: 85px !important; }

  .layout-l-pb-85 {
    padding-bottom: 85px !important; }

  .layout-l-pl-85 {
    padding-left: 85px !important; }

  .layout-l-width-340 {
    width: 340px !important; }

  .layout-l-ts-17 {
    font-size: 1.7rem !important; }

  .layout-l-mt-90 {
    margin-top: 90px !important; }

  .layout-l-mr-90 {
    margin-right: 90px !important; }

  .layout-l-mb-90 {
    margin-bottom: 90px !important; }

  .layout-l-ml-90 {
    margin-left: 90px !important; }

  .layout-l-pt-90 {
    padding-top: 90px !important; }

  .layout-l-pr-90 {
    padding-right: 90px !important; }

  .layout-l-pb-90 {
    padding-bottom: 90px !important; }

  .layout-l-pl-90 {
    padding-left: 90px !important; }

  .layout-l-width-360 {
    width: 360px !important; }

  .layout-l-ts-18 {
    font-size: 1.8rem !important; }

  .layout-l-mt-95 {
    margin-top: 95px !important; }

  .layout-l-mr-95 {
    margin-right: 95px !important; }

  .layout-l-mb-95 {
    margin-bottom: 95px !important; }

  .layout-l-ml-95 {
    margin-left: 95px !important; }

  .layout-l-pt-95 {
    padding-top: 95px !important; }

  .layout-l-pr-95 {
    padding-right: 95px !important; }

  .layout-l-pb-95 {
    padding-bottom: 95px !important; }

  .layout-l-pl-95 {
    padding-left: 95px !important; }

  .layout-l-width-380 {
    width: 380px !important; }

  .layout-l-ts-19 {
    font-size: 1.9rem !important; }

  .layout-l-mt-100 {
    margin-top: 100px !important; }

  .layout-l-mr-100 {
    margin-right: 100px !important; }

  .layout-l-mb-100 {
    margin-bottom: 100px !important; }

  .layout-l-ml-100 {
    margin-left: 100px !important; }

  .layout-l-pt-100 {
    padding-top: 100px !important; }

  .layout-l-pr-100 {
    padding-right: 100px !important; }

  .layout-l-pb-100 {
    padding-bottom: 100px !important; }

  .layout-l-pl-100 {
    padding-left: 100px !important; }

  .layout-l-width-400 {
    width: 400px !important; }

  .layout-l-ts-20 {
    font-size: 2rem !important; }

  .layout-l-mt-105 {
    margin-top: 105px !important; }

  .layout-l-mr-105 {
    margin-right: 105px !important; }

  .layout-l-mb-105 {
    margin-bottom: 105px !important; }

  .layout-l-ml-105 {
    margin-left: 105px !important; }

  .layout-l-pt-105 {
    padding-top: 105px !important; }

  .layout-l-pr-105 {
    padding-right: 105px !important; }

  .layout-l-pb-105 {
    padding-bottom: 105px !important; }

  .layout-l-pl-105 {
    padding-left: 105px !important; }

  .layout-l-width-420 {
    width: 420px !important; }

  .layout-l-ts-21 {
    font-size: 2.1rem !important; }

  .layout-l-mt-110 {
    margin-top: 110px !important; }

  .layout-l-mr-110 {
    margin-right: 110px !important; }

  .layout-l-mb-110 {
    margin-bottom: 110px !important; }

  .layout-l-ml-110 {
    margin-left: 110px !important; }

  .layout-l-pt-110 {
    padding-top: 110px !important; }

  .layout-l-pr-110 {
    padding-right: 110px !important; }

  .layout-l-pb-110 {
    padding-bottom: 110px !important; }

  .layout-l-pl-110 {
    padding-left: 110px !important; }

  .layout-l-width-440 {
    width: 440px !important; }

  .layout-l-ts-22 {
    font-size: 2.2rem !important; }

  .layout-l-mt-115 {
    margin-top: 115px !important; }

  .layout-l-mr-115 {
    margin-right: 115px !important; }

  .layout-l-mb-115 {
    margin-bottom: 115px !important; }

  .layout-l-ml-115 {
    margin-left: 115px !important; }

  .layout-l-pt-115 {
    padding-top: 115px !important; }

  .layout-l-pr-115 {
    padding-right: 115px !important; }

  .layout-l-pb-115 {
    padding-bottom: 115px !important; }

  .layout-l-pl-115 {
    padding-left: 115px !important; }

  .layout-l-width-460 {
    width: 460px !important; }

  .layout-l-ts-23 {
    font-size: 2.3rem !important; }

  .layout-l-mt-120 {
    margin-top: 120px !important; }

  .layout-l-mr-120 {
    margin-right: 120px !important; }

  .layout-l-mb-120 {
    margin-bottom: 120px !important; }

  .layout-l-ml-120 {
    margin-left: 120px !important; }

  .layout-l-pt-120 {
    padding-top: 120px !important; }

  .layout-l-pr-120 {
    padding-right: 120px !important; }

  .layout-l-pb-120 {
    padding-bottom: 120px !important; }

  .layout-l-pl-120 {
    padding-left: 120px !important; }

  .layout-l-width-480 {
    width: 480px !important; }

  .layout-l-ts-24 {
    font-size: 2.4rem !important; }

  .layout-l-mt-125 {
    margin-top: 125px !important; }

  .layout-l-mr-125 {
    margin-right: 125px !important; }

  .layout-l-mb-125 {
    margin-bottom: 125px !important; }

  .layout-l-ml-125 {
    margin-left: 125px !important; }

  .layout-l-pt-125 {
    padding-top: 125px !important; }

  .layout-l-pr-125 {
    padding-right: 125px !important; }

  .layout-l-pb-125 {
    padding-bottom: 125px !important; }

  .layout-l-pl-125 {
    padding-left: 125px !important; }

  .layout-l-width-500 {
    width: 500px !important; }

  .layout-l-ts-25 {
    font-size: 2.5rem !important; }

  .layout-l-mt-130 {
    margin-top: 130px !important; }

  .layout-l-mr-130 {
    margin-right: 130px !important; }

  .layout-l-mb-130 {
    margin-bottom: 130px !important; }

  .layout-l-ml-130 {
    margin-left: 130px !important; }

  .layout-l-pt-130 {
    padding-top: 130px !important; }

  .layout-l-pr-130 {
    padding-right: 130px !important; }

  .layout-l-pb-130 {
    padding-bottom: 130px !important; }

  .layout-l-pl-130 {
    padding-left: 130px !important; }

  .layout-l-width-520 {
    width: 520px !important; }

  .layout-l-ts-26 {
    font-size: 2.6rem !important; }

  .layout-l-mt-135 {
    margin-top: 135px !important; }

  .layout-l-mr-135 {
    margin-right: 135px !important; }

  .layout-l-mb-135 {
    margin-bottom: 135px !important; }

  .layout-l-ml-135 {
    margin-left: 135px !important; }

  .layout-l-pt-135 {
    padding-top: 135px !important; }

  .layout-l-pr-135 {
    padding-right: 135px !important; }

  .layout-l-pb-135 {
    padding-bottom: 135px !important; }

  .layout-l-pl-135 {
    padding-left: 135px !important; }

  .layout-l-width-540 {
    width: 540px !important; }

  .layout-l-ts-27 {
    font-size: 2.7rem !important; }

  .layout-l-mt-140 {
    margin-top: 140px !important; }

  .layout-l-mr-140 {
    margin-right: 140px !important; }

  .layout-l-mb-140 {
    margin-bottom: 140px !important; }

  .layout-l-ml-140 {
    margin-left: 140px !important; }

  .layout-l-pt-140 {
    padding-top: 140px !important; }

  .layout-l-pr-140 {
    padding-right: 140px !important; }

  .layout-l-pb-140 {
    padding-bottom: 140px !important; }

  .layout-l-pl-140 {
    padding-left: 140px !important; }

  .layout-l-width-560 {
    width: 560px !important; }

  .layout-l-ts-28 {
    font-size: 2.8rem !important; }

  .layout-l-mt-145 {
    margin-top: 145px !important; }

  .layout-l-mr-145 {
    margin-right: 145px !important; }

  .layout-l-mb-145 {
    margin-bottom: 145px !important; }

  .layout-l-ml-145 {
    margin-left: 145px !important; }

  .layout-l-pt-145 {
    padding-top: 145px !important; }

  .layout-l-pr-145 {
    padding-right: 145px !important; }

  .layout-l-pb-145 {
    padding-bottom: 145px !important; }

  .layout-l-pl-145 {
    padding-left: 145px !important; }

  .layout-l-width-580 {
    width: 580px !important; }

  .layout-l-ts-29 {
    font-size: 2.9rem !important; }

  .layout-l-mt-150 {
    margin-top: 150px !important; }

  .layout-l-mr-150 {
    margin-right: 150px !important; }

  .layout-l-mb-150 {
    margin-bottom: 150px !important; }

  .layout-l-ml-150 {
    margin-left: 150px !important; }

  .layout-l-pt-150 {
    padding-top: 150px !important; }

  .layout-l-pr-150 {
    padding-right: 150px !important; }

  .layout-l-pb-150 {
    padding-bottom: 150px !important; }

  .layout-l-pl-150 {
    padding-left: 150px !important; }

  .layout-l-width-600 {
    width: 600px !important; }

  .layout-l-ts-30 {
    font-size: 3rem !important; } }
@media screen and (max-width: 768px) {
  .layout-s-mt-5 {
    margin-top: 5px !important; }

  .layout-s-mr-5 {
    margin-right: 5px !important; }

  .layout-s-mb-5 {
    margin-bottom: 5px !important; }

  .layout-s-ml-5 {
    margin-left: 5px !important; }

  .layout-s-pt-5 {
    padding-top: 5px !important; }

  .layout-s-pr-5 {
    padding-right: 5px !important; }

  .layout-s-pb-5 {
    padding-bottom: 5px !important; }

  .layout-s-pl-5 {
    padding-left: 5px !important; }

  .layout-s-width-20 {
    width: 20px !important; }

  .layout-s-ts-1 {
    font-size: 0.1rem !important; }

  .layout-s-mt-10 {
    margin-top: 10px !important; }

  .layout-s-mr-10 {
    margin-right: 10px !important; }

  .layout-s-mb-10 {
    margin-bottom: 10px !important; }

  .layout-s-ml-10 {
    margin-left: 10px !important; }

  .layout-s-pt-10 {
    padding-top: 10px !important; }

  .layout-s-pr-10 {
    padding-right: 10px !important; }

  .layout-s-pb-10 {
    padding-bottom: 10px !important; }

  .layout-s-pl-10 {
    padding-left: 10px !important; }

  .layout-s-width-40 {
    width: 40px !important; }

  .layout-s-ts-2 {
    font-size: 0.2rem !important; }

  .layout-s-mt-15 {
    margin-top: 15px !important; }

  .layout-s-mr-15 {
    margin-right: 15px !important; }

  .layout-s-mb-15 {
    margin-bottom: 15px !important; }

  .layout-s-ml-15 {
    margin-left: 15px !important; }

  .layout-s-pt-15 {
    padding-top: 15px !important; }

  .layout-s-pr-15 {
    padding-right: 15px !important; }

  .layout-s-pb-15 {
    padding-bottom: 15px !important; }

  .layout-s-pl-15 {
    padding-left: 15px !important; }

  .layout-s-width-60 {
    width: 60px !important; }

  .layout-s-ts-3 {
    font-size: 0.3rem !important; }

  .layout-s-mt-20 {
    margin-top: 20px !important; }

  .layout-s-mr-20 {
    margin-right: 20px !important; }

  .layout-s-mb-20 {
    margin-bottom: 20px !important; }

  .layout-s-ml-20 {
    margin-left: 20px !important; }

  .layout-s-pt-20 {
    padding-top: 20px !important; }

  .layout-s-pr-20 {
    padding-right: 20px !important; }

  .layout-s-pb-20 {
    padding-bottom: 20px !important; }

  .layout-s-pl-20 {
    padding-left: 20px !important; }

  .layout-s-width-80 {
    width: 80px !important; }

  .layout-s-ts-4 {
    font-size: 0.4rem !important; }

  .layout-s-mt-25 {
    margin-top: 25px !important; }

  .layout-s-mr-25 {
    margin-right: 25px !important; }

  .layout-s-mb-25 {
    margin-bottom: 25px !important; }

  .layout-s-ml-25 {
    margin-left: 25px !important; }

  .layout-s-pt-25 {
    padding-top: 25px !important; }

  .layout-s-pr-25 {
    padding-right: 25px !important; }

  .layout-s-pb-25 {
    padding-bottom: 25px !important; }

  .layout-s-pl-25 {
    padding-left: 25px !important; }

  .layout-s-width-100 {
    width: 100px !important; }

  .layout-s-ts-5 {
    font-size: 0.5rem !important; }

  .layout-s-mt-30 {
    margin-top: 30px !important; }

  .layout-s-mr-30 {
    margin-right: 30px !important; }

  .layout-s-mb-30 {
    margin-bottom: 30px !important; }

  .layout-s-ml-30 {
    margin-left: 30px !important; }

  .layout-s-pt-30 {
    padding-top: 30px !important; }

  .layout-s-pr-30 {
    padding-right: 30px !important; }

  .layout-s-pb-30 {
    padding-bottom: 30px !important; }

  .layout-s-pl-30 {
    padding-left: 30px !important; }

  .layout-s-width-120 {
    width: 120px !important; }

  .layout-s-ts-6 {
    font-size: 0.6rem !important; }

  .layout-s-mt-35 {
    margin-top: 35px !important; }

  .layout-s-mr-35 {
    margin-right: 35px !important; }

  .layout-s-mb-35 {
    margin-bottom: 35px !important; }

  .layout-s-ml-35 {
    margin-left: 35px !important; }

  .layout-s-pt-35 {
    padding-top: 35px !important; }

  .layout-s-pr-35 {
    padding-right: 35px !important; }

  .layout-s-pb-35 {
    padding-bottom: 35px !important; }

  .layout-s-pl-35 {
    padding-left: 35px !important; }

  .layout-s-width-140 {
    width: 140px !important; }

  .layout-s-ts-7 {
    font-size: 0.7rem !important; }

  .layout-s-mt-40 {
    margin-top: 40px !important; }

  .layout-s-mr-40 {
    margin-right: 40px !important; }

  .layout-s-mb-40 {
    margin-bottom: 40px !important; }

  .layout-s-ml-40 {
    margin-left: 40px !important; }

  .layout-s-pt-40 {
    padding-top: 40px !important; }

  .layout-s-pr-40 {
    padding-right: 40px !important; }

  .layout-s-pb-40 {
    padding-bottom: 40px !important; }

  .layout-s-pl-40 {
    padding-left: 40px !important; }

  .layout-s-width-160 {
    width: 160px !important; }

  .layout-s-ts-8 {
    font-size: 0.8rem !important; }

  .layout-s-mt-45 {
    margin-top: 45px !important; }

  .layout-s-mr-45 {
    margin-right: 45px !important; }

  .layout-s-mb-45 {
    margin-bottom: 45px !important; }

  .layout-s-ml-45 {
    margin-left: 45px !important; }

  .layout-s-pt-45 {
    padding-top: 45px !important; }

  .layout-s-pr-45 {
    padding-right: 45px !important; }

  .layout-s-pb-45 {
    padding-bottom: 45px !important; }

  .layout-s-pl-45 {
    padding-left: 45px !important; }

  .layout-s-width-180 {
    width: 180px !important; }

  .layout-s-ts-9 {
    font-size: 0.9rem !important; }

  .layout-s-mt-50 {
    margin-top: 50px !important; }

  .layout-s-mr-50 {
    margin-right: 50px !important; }

  .layout-s-mb-50 {
    margin-bottom: 50px !important; }

  .layout-s-ml-50 {
    margin-left: 50px !important; }

  .layout-s-pt-50 {
    padding-top: 50px !important; }

  .layout-s-pr-50 {
    padding-right: 50px !important; }

  .layout-s-pb-50 {
    padding-bottom: 50px !important; }

  .layout-s-pl-50 {
    padding-left: 50px !important; }

  .layout-s-width-200 {
    width: 200px !important; }

  .layout-s-ts-10 {
    font-size: 1rem !important; }

  .layout-s-mt-55 {
    margin-top: 55px !important; }

  .layout-s-mr-55 {
    margin-right: 55px !important; }

  .layout-s-mb-55 {
    margin-bottom: 55px !important; }

  .layout-s-ml-55 {
    margin-left: 55px !important; }

  .layout-s-pt-55 {
    padding-top: 55px !important; }

  .layout-s-pr-55 {
    padding-right: 55px !important; }

  .layout-s-pb-55 {
    padding-bottom: 55px !important; }

  .layout-s-pl-55 {
    padding-left: 55px !important; }

  .layout-s-width-220 {
    width: 220px !important; }

  .layout-s-ts-11 {
    font-size: 1.1rem !important; }

  .layout-s-mt-60 {
    margin-top: 60px !important; }

  .layout-s-mr-60 {
    margin-right: 60px !important; }

  .layout-s-mb-60 {
    margin-bottom: 60px !important; }

  .layout-s-ml-60 {
    margin-left: 60px !important; }

  .layout-s-pt-60 {
    padding-top: 60px !important; }

  .layout-s-pr-60 {
    padding-right: 60px !important; }

  .layout-s-pb-60 {
    padding-bottom: 60px !important; }

  .layout-s-pl-60 {
    padding-left: 60px !important; }

  .layout-s-width-240 {
    width: 240px !important; }

  .layout-s-ts-12 {
    font-size: 1.2rem !important; }

  .layout-s-mt-65 {
    margin-top: 65px !important; }

  .layout-s-mr-65 {
    margin-right: 65px !important; }

  .layout-s-mb-65 {
    margin-bottom: 65px !important; }

  .layout-s-ml-65 {
    margin-left: 65px !important; }

  .layout-s-pt-65 {
    padding-top: 65px !important; }

  .layout-s-pr-65 {
    padding-right: 65px !important; }

  .layout-s-pb-65 {
    padding-bottom: 65px !important; }

  .layout-s-pl-65 {
    padding-left: 65px !important; }

  .layout-s-width-260 {
    width: 260px !important; }

  .layout-s-ts-13 {
    font-size: 1.3rem !important; }

  .layout-s-mt-70 {
    margin-top: 70px !important; }

  .layout-s-mr-70 {
    margin-right: 70px !important; }

  .layout-s-mb-70 {
    margin-bottom: 70px !important; }

  .layout-s-ml-70 {
    margin-left: 70px !important; }

  .layout-s-pt-70 {
    padding-top: 70px !important; }

  .layout-s-pr-70 {
    padding-right: 70px !important; }

  .layout-s-pb-70 {
    padding-bottom: 70px !important; }

  .layout-s-pl-70 {
    padding-left: 70px !important; }

  .layout-s-width-280 {
    width: 280px !important; }

  .layout-s-ts-14 {
    font-size: 1.4rem !important; }

  .layout-s-mt-75 {
    margin-top: 75px !important; }

  .layout-s-mr-75 {
    margin-right: 75px !important; }

  .layout-s-mb-75 {
    margin-bottom: 75px !important; }

  .layout-s-ml-75 {
    margin-left: 75px !important; }

  .layout-s-pt-75 {
    padding-top: 75px !important; }

  .layout-s-pr-75 {
    padding-right: 75px !important; }

  .layout-s-pb-75 {
    padding-bottom: 75px !important; }

  .layout-s-pl-75 {
    padding-left: 75px !important; }

  .layout-s-width-300 {
    width: 300px !important; }

  .layout-s-ts-15 {
    font-size: 1.5rem !important; }

  .layout-s-mt-80 {
    margin-top: 80px !important; }

  .layout-s-mr-80 {
    margin-right: 80px !important; }

  .layout-s-mb-80 {
    margin-bottom: 80px !important; }

  .layout-s-ml-80 {
    margin-left: 80px !important; }

  .layout-s-pt-80 {
    padding-top: 80px !important; }

  .layout-s-pr-80 {
    padding-right: 80px !important; }

  .layout-s-pb-80 {
    padding-bottom: 80px !important; }

  .layout-s-pl-80 {
    padding-left: 80px !important; }

  .layout-s-width-320 {
    width: 320px !important; }

  .layout-s-ts-16 {
    font-size: 1.6rem !important; }

  .layout-s-mt-85 {
    margin-top: 85px !important; }

  .layout-s-mr-85 {
    margin-right: 85px !important; }

  .layout-s-mb-85 {
    margin-bottom: 85px !important; }

  .layout-s-ml-85 {
    margin-left: 85px !important; }

  .layout-s-pt-85 {
    padding-top: 85px !important; }

  .layout-s-pr-85 {
    padding-right: 85px !important; }

  .layout-s-pb-85 {
    padding-bottom: 85px !important; }

  .layout-s-pl-85 {
    padding-left: 85px !important; }

  .layout-s-width-340 {
    width: 340px !important; }

  .layout-s-ts-17 {
    font-size: 1.7rem !important; }

  .layout-s-mt-90 {
    margin-top: 90px !important; }

  .layout-s-mr-90 {
    margin-right: 90px !important; }

  .layout-s-mb-90 {
    margin-bottom: 90px !important; }

  .layout-s-ml-90 {
    margin-left: 90px !important; }

  .layout-s-pt-90 {
    padding-top: 90px !important; }

  .layout-s-pr-90 {
    padding-right: 90px !important; }

  .layout-s-pb-90 {
    padding-bottom: 90px !important; }

  .layout-s-pl-90 {
    padding-left: 90px !important; }

  .layout-s-width-360 {
    width: 360px !important; }

  .layout-s-ts-18 {
    font-size: 1.8rem !important; }

  .layout-s-mt-95 {
    margin-top: 95px !important; }

  .layout-s-mr-95 {
    margin-right: 95px !important; }

  .layout-s-mb-95 {
    margin-bottom: 95px !important; }

  .layout-s-ml-95 {
    margin-left: 95px !important; }

  .layout-s-pt-95 {
    padding-top: 95px !important; }

  .layout-s-pr-95 {
    padding-right: 95px !important; }

  .layout-s-pb-95 {
    padding-bottom: 95px !important; }

  .layout-s-pl-95 {
    padding-left: 95px !important; }

  .layout-s-width-380 {
    width: 380px !important; }

  .layout-s-ts-19 {
    font-size: 1.9rem !important; }

  .layout-s-mt-100 {
    margin-top: 100px !important; }

  .layout-s-mr-100 {
    margin-right: 100px !important; }

  .layout-s-mb-100 {
    margin-bottom: 100px !important; }

  .layout-s-ml-100 {
    margin-left: 100px !important; }

  .layout-s-pt-100 {
    padding-top: 100px !important; }

  .layout-s-pr-100 {
    padding-right: 100px !important; }

  .layout-s-pb-100 {
    padding-bottom: 100px !important; }

  .layout-s-pl-100 {
    padding-left: 100px !important; }

  .layout-s-width-400 {
    width: 400px !important; }

  .layout-s-ts-20 {
    font-size: 2rem !important; }

  .layout-s-mt-105 {
    margin-top: 105px !important; }

  .layout-s-mr-105 {
    margin-right: 105px !important; }

  .layout-s-mb-105 {
    margin-bottom: 105px !important; }

  .layout-s-ml-105 {
    margin-left: 105px !important; }

  .layout-s-pt-105 {
    padding-top: 105px !important; }

  .layout-s-pr-105 {
    padding-right: 105px !important; }

  .layout-s-pb-105 {
    padding-bottom: 105px !important; }

  .layout-s-pl-105 {
    padding-left: 105px !important; }

  .layout-s-width-420 {
    width: 420px !important; }

  .layout-s-ts-21 {
    font-size: 2.1rem !important; }

  .layout-s-mt-110 {
    margin-top: 110px !important; }

  .layout-s-mr-110 {
    margin-right: 110px !important; }

  .layout-s-mb-110 {
    margin-bottom: 110px !important; }

  .layout-s-ml-110 {
    margin-left: 110px !important; }

  .layout-s-pt-110 {
    padding-top: 110px !important; }

  .layout-s-pr-110 {
    padding-right: 110px !important; }

  .layout-s-pb-110 {
    padding-bottom: 110px !important; }

  .layout-s-pl-110 {
    padding-left: 110px !important; }

  .layout-s-width-440 {
    width: 440px !important; }

  .layout-s-ts-22 {
    font-size: 2.2rem !important; }

  .layout-s-mt-115 {
    margin-top: 115px !important; }

  .layout-s-mr-115 {
    margin-right: 115px !important; }

  .layout-s-mb-115 {
    margin-bottom: 115px !important; }

  .layout-s-ml-115 {
    margin-left: 115px !important; }

  .layout-s-pt-115 {
    padding-top: 115px !important; }

  .layout-s-pr-115 {
    padding-right: 115px !important; }

  .layout-s-pb-115 {
    padding-bottom: 115px !important; }

  .layout-s-pl-115 {
    padding-left: 115px !important; }

  .layout-s-width-460 {
    width: 460px !important; }

  .layout-s-ts-23 {
    font-size: 2.3rem !important; }

  .layout-s-mt-120 {
    margin-top: 120px !important; }

  .layout-s-mr-120 {
    margin-right: 120px !important; }

  .layout-s-mb-120 {
    margin-bottom: 120px !important; }

  .layout-s-ml-120 {
    margin-left: 120px !important; }

  .layout-s-pt-120 {
    padding-top: 120px !important; }

  .layout-s-pr-120 {
    padding-right: 120px !important; }

  .layout-s-pb-120 {
    padding-bottom: 120px !important; }

  .layout-s-pl-120 {
    padding-left: 120px !important; }

  .layout-s-width-480 {
    width: 480px !important; }

  .layout-s-ts-24 {
    font-size: 2.4rem !important; }

  .layout-s-mt-125 {
    margin-top: 125px !important; }

  .layout-s-mr-125 {
    margin-right: 125px !important; }

  .layout-s-mb-125 {
    margin-bottom: 125px !important; }

  .layout-s-ml-125 {
    margin-left: 125px !important; }

  .layout-s-pt-125 {
    padding-top: 125px !important; }

  .layout-s-pr-125 {
    padding-right: 125px !important; }

  .layout-s-pb-125 {
    padding-bottom: 125px !important; }

  .layout-s-pl-125 {
    padding-left: 125px !important; }

  .layout-s-width-500 {
    width: 500px !important; }

  .layout-s-ts-25 {
    font-size: 2.5rem !important; }

  .layout-s-mt-130 {
    margin-top: 130px !important; }

  .layout-s-mr-130 {
    margin-right: 130px !important; }

  .layout-s-mb-130 {
    margin-bottom: 130px !important; }

  .layout-s-ml-130 {
    margin-left: 130px !important; }

  .layout-s-pt-130 {
    padding-top: 130px !important; }

  .layout-s-pr-130 {
    padding-right: 130px !important; }

  .layout-s-pb-130 {
    padding-bottom: 130px !important; }

  .layout-s-pl-130 {
    padding-left: 130px !important; }

  .layout-s-width-520 {
    width: 520px !important; }

  .layout-s-ts-26 {
    font-size: 2.6rem !important; }

  .layout-s-mt-135 {
    margin-top: 135px !important; }

  .layout-s-mr-135 {
    margin-right: 135px !important; }

  .layout-s-mb-135 {
    margin-bottom: 135px !important; }

  .layout-s-ml-135 {
    margin-left: 135px !important; }

  .layout-s-pt-135 {
    padding-top: 135px !important; }

  .layout-s-pr-135 {
    padding-right: 135px !important; }

  .layout-s-pb-135 {
    padding-bottom: 135px !important; }

  .layout-s-pl-135 {
    padding-left: 135px !important; }

  .layout-s-width-540 {
    width: 540px !important; }

  .layout-s-ts-27 {
    font-size: 2.7rem !important; }

  .layout-s-mt-140 {
    margin-top: 140px !important; }

  .layout-s-mr-140 {
    margin-right: 140px !important; }

  .layout-s-mb-140 {
    margin-bottom: 140px !important; }

  .layout-s-ml-140 {
    margin-left: 140px !important; }

  .layout-s-pt-140 {
    padding-top: 140px !important; }

  .layout-s-pr-140 {
    padding-right: 140px !important; }

  .layout-s-pb-140 {
    padding-bottom: 140px !important; }

  .layout-s-pl-140 {
    padding-left: 140px !important; }

  .layout-s-width-560 {
    width: 560px !important; }

  .layout-s-ts-28 {
    font-size: 2.8rem !important; }

  .layout-s-mt-145 {
    margin-top: 145px !important; }

  .layout-s-mr-145 {
    margin-right: 145px !important; }

  .layout-s-mb-145 {
    margin-bottom: 145px !important; }

  .layout-s-ml-145 {
    margin-left: 145px !important; }

  .layout-s-pt-145 {
    padding-top: 145px !important; }

  .layout-s-pr-145 {
    padding-right: 145px !important; }

  .layout-s-pb-145 {
    padding-bottom: 145px !important; }

  .layout-s-pl-145 {
    padding-left: 145px !important; }

  .layout-s-width-580 {
    width: 580px !important; }

  .layout-s-ts-29 {
    font-size: 2.9rem !important; }

  .layout-s-mt-150 {
    margin-top: 150px !important; }

  .layout-s-mr-150 {
    margin-right: 150px !important; }

  .layout-s-mb-150 {
    margin-bottom: 150px !important; }

  .layout-s-ml-150 {
    margin-left: 150px !important; }

  .layout-s-pt-150 {
    padding-top: 150px !important; }

  .layout-s-pr-150 {
    padding-right: 150px !important; }

  .layout-s-pb-150 {
    padding-bottom: 150px !important; }

  .layout-s-pl-150 {
    padding-left: 150px !important; }

  .layout-s-width-600 {
    width: 600px !important; }

  .layout-s-ts-30 {
    font-size: 3rem !important; } }
img.fit-size {
  width: 100%; }

.sp-only {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-only {
      display: initial; } }

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none; } }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }
.clearfix:after {
  clear: both; }

.preload {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden; }

.row {
  margin: 0 -10px; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  @media screen and (max-width: 768px) {
    .row {
      margin: 0 -5px; } }
  .row > [class*="col-"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
      .row > [class*="col-"] {
        padding: 0 5px; } }
  .row > .col-1 {
    width: 8.33333%; }
  .row > .col-2 {
    width: 16.66667%; }
  .row > .col-3 {
    width: 25%; }
  .row > .col-4 {
    width: 33.33333%; }
  .row > .col-5 {
    width: 41.66667%; }
  .row > .col-6 {
    width: 50%; }
  .row > .col-7 {
    width: 58.33333%; }
  .row > .col-8 {
    width: 66.66667%; }
  .row > .col-9 {
    width: 75%; }
  .row > .col-10 {
    width: 83.33333%; }
  .row > .col-11 {
    width: 91.66667%; }
  .row > .col-12 {
    width: 100%; }
  @media screen and (min-width: 470px) {
    .row > .col-l-1 {
      width: 8.33333%; }
    .row > .col-l-2 {
      width: 16.66667%; }
    .row > .col-l-3 {
      width: 25%; }
    .row > .col-l-4 {
      width: 33.33333%; }
    .row > .col-l-5 {
      width: 41.66667%; }
    .row > .col-l-6 {
      width: 50%; }
    .row > .col-l-7 {
      width: 58.33333%; }
    .row > .col-l-8 {
      width: 66.66667%; }
    .row > .col-l-9 {
      width: 75%; }
    .row > .col-l-10 {
      width: 83.33333%; }
    .row > .col-l-11 {
      width: 91.66667%; }
    .row > .col-l-12 {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .row > .col-s-1 {
      width: 8.33333%; }
    .row > .col-s-2 {
      width: 16.66667%; }
    .row > .col-s-3 {
      width: 25%; }
    .row > .col-s-4 {
      width: 33.33333%; }
    .row > .col-s-5 {
      width: 41.66667%; }
    .row > .col-s-6 {
      width: 50%; }
    .row > .col-s-7 {
      width: 58.33333%; }
    .row > .col-s-8 {
      width: 66.66667%; }
    .row > .col-s-9 {
      width: 75%; }
    .row > .col-s-10 {
      width: 83.33333%; }
    .row > .col-s-11 {
      width: 91.66667%; }
    .row > .col-s-12 {
      width: 100%; } }

img {
  max-width: 100%; }

body {
  font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans‒serif;
  font-size: 1.4em;
  line-height: 1.5em;
  color: #666666;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

p {
  font-size: 1.4rem;
  line-height: 1.5em; }

small {
  font-size: 0.8em; }

#wrapper {
  position: relative;
  min-width: 1200px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #wrapper {
      min-width: 100%; } }
  @media screen and (max-width: 768px) {
    #wrapper {
      min-width: 100%; } }

.inner {
  position: relative;
  width: 1200px;
  margin: 0 auto; }
  .inner:before, .inner:after {
    content: "";
    display: table; }
  .inner:after {
    clear: both; }
  @media screen and (max-width: 768px) {
    .inner {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .inner {
      width: 100%; } }

.layout-contents {
  padding: 40px 0 120px; }

#middle {
  background-color: #f4f4f4; }

.col-main {
  position: relative;
  float: left;
  width: 858px;
  padding-top: 40px; }
  @media screen and (max-width: 768px) {
    .col-main {
      float: none;
      width: 100%;
      padding-top: 0; } }

.col-side {
  position: relative;
  float: right;
  width: 300px;
  padding-top: 40px; }
  @media screen and (max-width: 768px) {
    .col-side {
      float: none;
      width: 100%;
      padding-top: 0; } }

@media screen and (max-width: 768px) {
  .bannerBlock.bannerBlock-side {
    margin: 0 10px; } }

/* ----------------------------------------
 * module styles
 * ---------------------------------------- */
.font-lato {
  font-family: "Lato", sans-serif; }

.font-mincho {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.color-gray {
  color: #888888 !important; }

.color-egreen {
  color: #1cb3a3 !important; }

.color-green {
  color: #008441 !important; }

.bg-orange-05 {
  background-color: #fff2e3 !important; }

.formContent {
  padding: 25px 0; }
  .formContent:not(:first-child) {
    border-top: solid 1px #dddddd; }
  .formContent .formContentTitle {
    position: relative;
    padding-left: 40px;
    margin-bottom: 1em;
    font-size: 1.4rem;
    line-height: 1.5em; }
    .formContent .formContentTitle .questionNumber {
      position: absolute;
      top: 0px;
      left: 0px;
      font-family: "Lato", sans-serif;
      line-height: 1.4em; }
  .formContent .formContentBody {
    padding-left: 40px;
    font-size: 1.4rem;
    line-height: 1.5em; }

input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], textarea {
  background-color: #fafafa;
  border: solid 1px #dbdbdb;
  border-radius: 4px;
  height: 40px;
  width: 320px;
  max-width: 100%;
  padding: 0 0.5em; }

input[type="checkbox"], input[type="radio"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px; }

input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 1.6rem; }
  input[type="checkbox"] + .ui-checkbox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: -2px;
    cursor: pointer;
    border: solid 1px #dddddd;
    margin-right: 0.5em;
    width: 14px;
    height: 14px;
    text-align: center;
    background-color: #fafafa;
    position: relative; }
  input[type="checkbox"]:checked + .ui-checkbox {
    background-color: #ffffff; }
    input[type="checkbox"]:checked + .ui-checkbox::before {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 12px;
      height: 12px;
      content: "";
      font-family: "IcoMoon-Free";
      font-size: 1rem;
      line-height: 12px;
      color: #ff7c00; }
  input[type="radio"] + .ui-radio {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: -2px;
    cursor: pointer;
    border: solid 1px #dddddd;
    border-radius: 50%;
    margin-right: 0.5em;
    width: 16px;
    height: 16px;
    background-color: #fafafa; }
  input[type="radio"]:checked + .ui-radio {
  background-color: #ffffff; }
  input[type="radio"]:focus + .ui-radio {
  background-color: #E5E5E5;}
    input[type="radio"]:checked + .ui-radio:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -2px;
      margin-left: -2px;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #ff7c00; }
  input[type="submit"] {
    cursor: pointer; }

.btn-file {
  position: relative; }
  .btn-file input[type="file"] {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0; }

textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0;
  background-color: #fafafa;
  font-size: 1.6rem;
  width: 700px;
  height: 150px; }
  textarea.has-value {
    background-color: #ffffff; }

select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 1.6rem; }

button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  cursor: pointer; }

label {
  display: block;
  font-size: 1.4rem; }
  label.has-checkbox {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle; }
  label.has-radio {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle; }

.confirmValue {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #333333;
  margin: 0 60px 5px 0; }
  @media screen and (max-width: 768px) {
    .confirmValue {
      display: block;
      margin: 0 0 5px 0; } }

.easy-select-box {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #888888;
  max-width: 100%;
  cursor: pointer; }
  .easy-select-box .esb-displayer {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #888888;
    border-radius: 4px;
    background-color: #ffffff;
    line-height: 28px;
    padding: 0 40px 0 0.5em;
    min-width: 120px; }
    .easy-select-box .esb-displayer::after {
      content: "";
      font-family: "fontawesome";
      font-size: 1.1rem;
      line-height: 1em;
      color: #b9bac0;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -0.5em; }
  .easy-select-box .esb-dropdown {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    max-height: 270px;
    overflow: auto;
    display: none;
    margin-top: -5px;
    padding-top: 5px;
    background-color: #ffffff;
    border: solid 1px #888888;
    border-top: none;
    border-radius: 0 0 4px 4px;
    width: 100%;
    max-width: 100%; }
  .easy-select-box .esb-item {
    margin: 0;
    padding: 0 0.5em;
    line-height: 30px;
    color: #1cb3a3;
    border-top: solid 1px #dbdbdb; }
    .easy-select-box .esb-item:hover {
      background-color: #1cb3a3;
      color: #ffffff; }
  .easy-select-box.is-must .esb-displayer {
    background-color: #1cb3a3; }

.input_group {
  font-size: 0rem; }

.tag {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 14px;
  padding: 0 0.5em; }
  .tag.tag-must {
    background-color: #ff7c00;
    color: #ffffff; }

.is-error {
  position: relative;
  display: inline-block; }
  .is-error input[type="text"], .is-error input[type="number"], .is-error input[type="email"], .is-error input[type="tel"], .is-error input[type="url"], .is-error input[type="password"], .is-error input[type="checkbox"] + .ui-checkbox, .is-error input[type="radio"] + .ui-radio, .is-error input .easy-select-box .esb-displayer {
    border-color: #1cb3a3;
    background-color: #1cb3a3; }
  .is-error textarea {
    border-color: #1cb3a3;
    background-color: #1cb3a3; }
  .is-error .easy-select-box .esb-displayer {
    background-color: #1cb3a3; }
  .is-error::after {
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -0.5em;
    display: block;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    font-family: "fontawesome";
    font-size: 2rem;
    line-height: 1em;
    content: "";
    color: #1cb3a3; }

.form-caption {
  font-size: 1.2rem;
  line-height: 1.6em;
  color: #666666; }

.form-error {
  font-size: 1.2rem;
  line-height: 1.6em;
  color: #1cb3a3;
  font-weight: bold; }

.card.card-form {
  padding-left: 30px;
  padding-right: 30px; }
  .card.card-form .row-input {
    border-bottom: solid 1px #f4f4f4;
    padding: 20px 0; }
    .card.card-form .row-input:last-child {
      border-bottom: none; }
  .card.card-form .input_title {
    text-align: right;
    line-height: 40px; }
    .card.card-form .input_title::after {
      content: "";
      display: inline-block;
      width: 4px;
      height: 20px;
      vertical-align: middle;
      margin-left: 10px; }
    .card.card-form .input_title.is-must::after {
      background-color: #1cb3a3; }
    .card.card-form .input_title.legend {
      color: #1cb3a3; }
  .card.card-form .input_content {
    line-height: 40px; }

.link {
  color: #1cb3a3;
  text-decoration: none; }
  .link i {
    display: inline-block; }
  .link.link-white {
    color: #ffffff; }
  .link.hover {
    text-decoration: underline; }

a.banner {
  display: block; }
  a.banner img {
    display: block;
    width: 100%; }
  a.banner.hover {
    opacity: 0.7; }

.btn {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 14px 20px;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  min-width: 180px; }
  .btn i {
    position: relative;
    left: 0; }
  .btn.btn-default {
    border-color: #005437;
    color: #005437; }
    .btn.btn-default.hover {
      background-color: #005437;
      color: #ffffff; }
  .btn.btn-green {
    border-color: #005437;
    background-color: #005437;
    color: #ffffff; }
    .btn.btn-green.hover {
      opacity: 0.7; }
  .btn.btn-orange {
    border-color: #ff7c00;
    background-color: #ff7c00;
    color: #ffffff; }
    .btn.btn-orange.hover {
      opacity: 0.7; }
  .btn.btn-yellow {
    border-color: #fbc700;
    background-color: #fbc700;
    color: #ffffff; }
    .btn.btn-yellow.hover {
      opacity: 0.7; }
  .btn.btn-facebook {
    border-color: #3b5998;
    background-color: #3b5998;
    color: #ffffff; }
    .btn.btn-facebook.hover {
      opacity: 0.7; }
  .btn.btn-twitter {
    border-color: #55acee;
    background-color: #55acee;
    color: #ffffff; }
    .btn.btn-twitter.hover {
      opacity: 0.7; }
  .btn.btn-block {
    display: block; }
  .btn.btn-inlineblock {
    display: inline-block; }

ul.tab-control:before, ul.tab-control:after {
  content: "";
  display: table; }
ul.tab-control:after {
  clear: both; }
ul.tab-control li {
  float: left;
  width: 25%; }
ul.tab-control .tab {
  display: block;
  width: 100%;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  line-height: 45px;
  color: #666666; }
  ul.tab-control .tab.is-inactive {
    background-color: #f4f4f4;
    color: #cccccc; }
  ul.tab-control .tab.is-current {
    color: #1cb3a3;
    border-bottom-color: #1cb3a3; }
    ul.tab-control .tab.is-current.hover {
      opacity: 0.8; }
  ul.tab-control .tab.hover {
    color: #1cb3a3;
    border-bottom-color: #1cb3a3; }

.tab-contents {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0; }
  .tab-contents.is-current {
    position: static;
    width: auto;
    height: auto;
    overflow: auto;
    opacity: 1; }

.tab-bar {
  background-color: #ffffff;
  border-bottom: solid 1px #dbdbdb; }
  .tab-bar ul.tab-control .tab {
    line-height: 52px; }

.accordionBtn {
  cursor: pointer; }

.accordionContents {
  display: none; }

.wysiwyg h1:not(:first-child), .wysiwyg h2:not(:first-child), .wysiwyg h3:not(:first-child), .wysiwyg h4:not(:first-child), .wysiwyg h5:not(:first-child), .wysiwyg h6:not(:first-child), .wysiwyg p:not(:first-child), .wysiwyg .image:not(:first-child) {
  margin-top: 1.5em; }
.wysiwyg h1:not(:last-child), .wysiwyg h2:not(:last-child), .wysiwyg h3:not(:last-child), .wysiwyg h4:not(:last-child), .wysiwyg h5:not(:last-child), .wysiwyg h6:not(:last-child), .wysiwyg p:not(:last-child), .wysiwyg .image:not(:last-child) {
  margin-bottom: 1em; }
.wysiwyg h1 {
  font-size: 2rem;
  line-height: 1.2em; }
.wysiwyg h2 {
  font-size: 1.8rem;
  line-height: 1.3em; }
.wysiwyg h3 {
  font-size: 1.6rem;
  line-height: 1.4em; }
.wysiwyg h4 {
  font-size: 1.4rem;
  line-height: 1.5em; }
.wysiwyg p {
  font-size: 1.4rem;
  line-height: 1.5em; }
  .wysiwyg p:not(:first-child) {
    margin-top: 1em; }
.wysiwyg a {
  color: #1cb3a3;
  text-decoration: none; }
  .wysiwyg a.hover {
    text-decoration: underline; }
.wysiwyg .image img {
  display: block; }
@media screen and (max-width: 768px) {
  .wysiwyg h1 {
    font-size: 1.6rem; }
  .wysiwyg h2 {
    font-size: 1.5rem; }
  .wysiwyg h3 {
    font-size: 1.4rem; }
  .wysiwyg h4 {
    font-size: 1.2rem; }
  .wysiwyg p {
    font-size: 1.2rem; } }

.nav-paginate {
  text-align: center;
  margin: 40px 0; }
  .nav-paginate a, .nav-paginate span {
    display: inline-block;
    padding: 0;
    border: solid 1px #005437;
    font-size: 1.6rem;
    line-height: 38px;
    width: 38px;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    min-width: 0;
    margin: 0 5px;
    color: #005437; }
    .nav-paginate a.hover, .nav-paginate a.is-current, .nav-paginate span.hover, .nav-paginate span.is-current {
      color: #ffffff;
      background-color: #005437; }
  @media screen and (max-width: 768px) {
    .nav-paginate a, .nav-paginate span {
      margin: 0 2px; }
    .nav-paginate .btn-goToPrevPage, .nav-paginate .btn-goToNextPage {
      display: none; } }

.card {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); }
  .card .cardHeader {
    position: relative;
    background-color: #ff7c00;
    color: #ffffff;
    text-align: center;
    padding: 55px 19px 30px; }
    @media screen and (max-width: 768px) {
      .card .cardHeader {
        padding: 45px 19px 20px; } }
    .card .cardHeader .headerIcon {
      position: absolute;
      top: 0px;
      left: 50%;
      margin-top: -40px;
      margin-left: -40px;
      display: block;
      width: 70px;
      height: 70px;
      background-color: #ffffff;
      border: solid 5px #ff7c00;
      border-radius: 50%;
      font-size: 3.6rem;
      line-height: 70px;
      color: #ff7c00;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .card .cardHeader .headerIcon {
          margin-top: -30px;
          margin-left: -30px;
          width: 52px;
          height: 52px;
          border-width: 4px;
          font-size: 2.8rem;
          line-height: 52px; } }
    .card .cardHeader .headerTitle {
      font-size: 2.8rem;
      line-height: 1em;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .card .cardHeader .headerTitle {
          font-size: 2rem; } }
    .card .cardHeader .headerLead {
      margin-top: 1.2em;
      font-size: 1.4rem;
      line-height: 1.5em; }
      @media screen and (max-width: 768px) {
        .card .cardHeader .headerLead {
          font-size: 1.2rem; } }
  .card .cardTitle {
    background-color: #fafafa;
    padding: 12px 19px;
    border-bottom: solid 1px #ffffff;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #333333;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .card .cardTitle {
        font-size: 1.8rem; } }
  .card .cardBody {
    padding: 12px 19px;
    font-size: 1.4rem;
    line-height: 1.5em; }
  .card.card-border {
    border-color: #f0f0f0; }
    .card.card-border .cardTitle {
      border-color: #f0f0f0; }
  .card.card-noBorder {
    border: none; }
    .card.card-noBorder .cardTitle {
      border: none; }

.card.card-forCompany {
  border-color: #fff2e3;
  background-color: #fff2e3;
  position: relative; }
  .card.card-forCompany:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 39px;
    z-index: 0;
    width: 620px;
    height: 140px;
    background-color: #ff7c00;
    border-radius: 10px; }
    @media screen and (max-width: 768px) {
      .card.card-forCompany:after {
        content: none; } }
  .card.card-forCompany:before {
    content: "";
    position: absolute;
    top: 105px;
    left: 659px;
    display: block;
    border-style: solid;
    border-width: 15px 26px;
    border-color: transparent transparent transparent #ff7c00; }
    @media screen and (max-width: 768px) {
      .card.card-forCompany:before {
        content: none; } }
  .card.card-forCompany .cardBody {
    position: relative;
    background: none;
    z-index: 1;
    padding: 20px 197px 20px 39px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .card.card-forCompany .cardBody {
        padding: 0 0 20px 0; } }
  .card.card-forCompany .forCompanyTitle {
    display: inline-block;
    padding: 20px 0;
    font-size: 2rem;
    line-height: 1em;
    color: #ffffff;
    font-weight: bold;
    border-bottom: solid 1px #ffffff; }
    @media screen and (max-width: 768px) {
      .card.card-forCompany .forCompanyTitle {
        padding: 20px;
        background-color: #ff7c00;
        font-size: 1.8rem;
        line-height: 1.2em;
        text-align: left; } }
  .card.card-forCompany .forCompanyDescription {
    margin: 16px 0;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #ffffff; }
    @media screen and (max-width: 768px) {
      .card.card-forCompany .forCompanyDescription {
        padding: 0 65px 0 20px;
        font-size: 1.4rem;
        color: #888888;
        text-align: left; } }
  .card.card-forCompany .forCompanyKateneko {
    position: absolute;
    bottom: 20px;
    right: 40px; }
    @media screen and (max-width: 768px) {
      .card.card-forCompany .forCompanyKateneko {
        width: 46px;
        position: absolute;
        bottom: 90px;
        right: 10px; } }
  .card.card-forCompany .btn-goToForCompany {
    margin-top: 20px;
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .card.card-forCompany .btn-goToForCompany {
        margin-top: 0; } }

.card.card-forCompanyIntro .cardTitle {
  background-color: #005437;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1.4em;
  text-align: center;
  padding: 1em 0; }
  @media screen and (max-width: 768px) {
    .card.card-forCompanyIntro .cardTitle {
      font-size: 1.8rem; } }
.card.card-forCompanyIntro .cardBody {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  .card.card-forCompanyIntro .cardBody p {
    font-weight: bold;
    color: #333333;
    font-size: 2rem;
    line-height: 1.5em; }
    .card.card-forCompanyIntro .cardBody p:not(:first-child) {
      margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .card.card-forCompanyIntro .cardBody {
      padding-top: 30px;
      padding-bottom: 30px; }
      .card.card-forCompanyIntro .cardBody p {
        font-size: 1.4rem; }
        .card.card-forCompanyIntro .cardBody p:not(:first-child) {
          margin-top: 30px; } }

.card.card-forCompanyMerit .cardTitle {
  position: relative;
  background-color: #005437;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1.4em;
  text-align: center;
  padding: 1em 0; }
  .card.card-forCompanyMerit .cardTitle:after {
    content: "";
    display: block;
    border: solid 20px #005437;
    border-color: #005437 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px; }
  @media screen and (max-width: 768px) {
    .card.card-forCompanyMerit .cardTitle {
      font-size: 1.8rem; }
      .card.card-forCompanyMerit .cardTitle:after {
        border-width: 16px;
        margin-left: -16px; } }
.card.card-forCompanyMerit .cardBody {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .card.card-forCompanyMerit .cardBody {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .card.card-forCompanyMerit .cardBody p {
    font-weight: bold;
    color: #333333;
    font-size: 2rem;
    line-height: 1.5em; }
    .card.card-forCompanyMerit .cardBody p:not(:first-child) {
      margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .card.card-forCompanyMerit .cardBody p {
        font-size: 1.4rem; }
        .card.card-forCompanyMerit .cardBody p:not(:first-child) {
          margin-top: 30px; } }
  .card.card-forCompanyMerit .cardBody ol {
    margin: 50px auto 0;
    width: 660px; }
    @media screen and (max-width: 768px) {
      .card.card-forCompanyMerit .cardBody ol {
        margin: 30px auto 0;
        width: 100%; } }
  .card.card-forCompanyMerit .cardBody li {
    position: relative;
    counter-increment: number 1;
    margin-top: 15px;
    margin-left: 59px;
    border: solid 1px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 58px;
    font-weight: bold;
    padding: 0 30px; }
    @media screen and (max-width: 768px) {
      .card.card-forCompanyMerit .cardBody li {
        padding: 1em;
        font-size: 1.3rem;
        line-height: 1.5em; } }
    .card.card-forCompanyMerit .cardBody li:before {
      position: absolute;
      top: -1px;
      left: -60px;
      content: counter(number);
      display: block;
      border: solid 1px;
      width: 58px;
      height: 100%;
      font-size: 1.7rem;
      line-height: 60px;
      color: #ffffff;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .card.card-forCompanyMerit .cardBody li:before {
          line-height: 64px; } }
    .card.card-forCompanyMerit .cardBody li:nth-child(1) {
      border-color: #0d4741;
      color: #0d4741; }
      .card.card-forCompanyMerit .cardBody li:nth-child(1):before {
        border-color: #0d4741;
        background-color: #0d4741; }
    .card.card-forCompanyMerit .cardBody li:nth-child(2) {
      border-color: #116c62;
      color: #116c62; }
      .card.card-forCompanyMerit .cardBody li:nth-child(2):before {
        border-color: #116c62;
        background-color: #116c62; }
    .card.card-forCompanyMerit .cardBody li:nth-child(3) {
      border-color: #108f83;
      color: #108f83; }
      .card.card-forCompanyMerit .cardBody li:nth-child(3):before {
        border-color: #108f83;
        background-color: #108f83; }
    .card.card-forCompanyMerit .cardBody li:nth-child(4) {
      border-color: #10b4a4;
      color: #10b4a4; }
      .card.card-forCompanyMerit .cardBody li:nth-child(4):before {
        border-color: #10b4a4;
        background-color: #10b4a4; }

.card.card-forCompanySupport .cardTitle {
  position: relative;
  background-color: #005437;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1.4em;
  text-align: center;
  padding: 1em 0; }
  .card.card-forCompanySupport .cardTitle:after {
    content: "";
    display: block;
    border: solid 20px #005437;
    border-color: #005437 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px; }
  @media screen and (max-width: 768px) {
    .card.card-forCompanySupport .cardTitle {
      font-size: 1.8rem; } }
.card.card-forCompanySupport .cardBody {
  padding-top: 50px;
  padding-bottom: 50px; }
.card.card-forCompanySupport .supportBlock {
  position: relative;
  padding-left: 180px;
  padding-top: 20px; }
  @media screen and (max-width: 768px) {
    .card.card-forCompanySupport .supportBlock {
      padding-left: 0;
      padding-top: 0; } }
  .card.card-forCompanySupport .supportBlock:not(:first-child) {
    margin-top: 30px; }
  .card.card-forCompanySupport .supportBlock .supportKateneko {
    position: absolute;
    top: 0px;
    left: 0px; }
    @media screen and (max-width: 768px) {
      .card.card-forCompanySupport .supportBlock .supportKateneko {
        position: absolute;
        top: 70px;
        left: 0px;
        width: 75px; } }
  .card.card-forCompanySupport .supportBlock .supportTitle {
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0;
    width: 515px;
    border: solid 2px;
    border-radius: 10px;
    font-size: 2.5rem;
    line-height: 1em;
    font-weight: bold;
    background-color: #ffffff; }
    .card.card-forCompanySupport .supportBlock .supportTitle:before, .card.card-forCompanySupport .supportBlock .supportTitle:after {
      content: "";
      border-style: solid;
      border-color: transparent;
      position: absolute;
      top: 50%;
      right: 100%; }
    .card.card-forCompanySupport .supportBlock .supportTitle:before {
      margin-top: -13px;
      border-width: 13px 25px; }
    .card.card-forCompanySupport .supportBlock .supportTitle:after {
      margin-top: -11px;
      border-width: 11px 21px;
      border-right-color: #ffffff; }
    @media screen and (max-width: 768px) {
      .card.card-forCompanySupport .supportBlock .supportTitle {
        width: 100%;
        font-size: 1.6rem;
        padding: 1em 0; }
        .card.card-forCompanySupport .supportBlock .supportTitle:before, .card.card-forCompanySupport .supportBlock .supportTitle:after {
          top: 100%;
          right: auto;
          left: 35px;
          margin-top: 0; }
        .card.card-forCompanySupport .supportBlock .supportTitle:before {
          margin-left: -10px;
          border-width: 16px 10px; }
        .card.card-forCompanySupport .supportBlock .supportTitle:after {
          margin-left: -8px;
          border-width: 13px 8px;
          border-right-color: transparent;
          border-top-color: #ffffff; } }
  .card.card-forCompanySupport .supportBlock .supportList {
    margin: 20px;
    width: 475px; }
    .card.card-forCompanySupport .supportBlock .supportList li {
      padding-left: 1em;
      text-indent: -1em;
      font-size: 1.4rem;
      line-height: 1.5em;
      color: #333333; }
      .card.card-forCompanySupport .supportBlock .supportList li:before {
        content: "・"; }
      .card.card-forCompanySupport .supportBlock .supportList li:not(:first-child) {
        margin-top: 0.5em; }
    @media screen and (max-width: 768px) {
      .card.card-forCompanySupport .supportBlock .supportList {
        margin: 20px 1em 0 75px;
        width: auto; }
        .card.card-forCompanySupport .supportBlock .supportList li {
          font-size: 1.2rem; } }
  .card.card-forCompanySupport .supportBlock:nth-child(1) .supportTitle {
    border-color: #0d4741;
    color: #0d4741; }
    .card.card-forCompanySupport .supportBlock:nth-child(1) .supportTitle:before {
      border-right-color: #0d4741; }
  .card.card-forCompanySupport .supportBlock:nth-child(2) .supportTitle {
    border-color: #108f83;
    color: #108f83; }
    .card.card-forCompanySupport .supportBlock:nth-child(2) .supportTitle:before {
      border-right-color: #108f83; }
  .card.card-forCompanySupport .supportBlock:nth-child(3) .supportTitle {
    border-color: #10b4a4;
    color: #10b4a4; }
    .card.card-forCompanySupport .supportBlock:nth-child(3) .supportTitle:before {
      border-right-color: #10b4a4; }
  @media screen and (max-width: 768px) {
    .card.card-forCompanySupport .supportBlock:nth-child(1) .supportTitle:before {
      border-right-color: transparent;
      border-top-color: #0d4741; }
    .card.card-forCompanySupport .supportBlock:nth-child(2) .supportTitle:before {
      border-right-color: transparent;
      border-top-color: #108f83; }
    .card.card-forCompanySupport .supportBlock:nth-child(3) .supportTitle:before {
      border-right-color: transparent;
      border-top-color: #10b4a4; } }

.card.card-forCompanyContact {
  background-color: #fff2e3; }
  .card.card-forCompanyContact .cardTitle {
    background: none;
    font-size: 2.8rem;
    line-height: 1em;
    color: #ff7c00;
    text-align: center;
    padding: 1.5em 0; }
    @media screen and (max-width: 768px) {
      .card.card-forCompanyContact .cardTitle {
        font-size: 1.8rem; } }
  .card.card-forCompanyContact .cardBody {
    padding: 0 25px 40px;
    font-size: 0rem; }
    @media screen and (max-width: 768px) {
      .card.card-forCompanyContact .cardBody {
        padding: 0 20px 30px; } }
    .card.card-forCompanyContact .cardBody .btn-tel, .card.card-forCompanyContact .cardBody .btn-mail {
      margin: 0 20px;
      width: 364px;
      padding-top: 30px;
      padding-bottom: 30px;
      border-radius: 8px; }
      .card.card-forCompanyContact .cardBody .btn-tel i, .card.card-forCompanyContact .cardBody .btn-mail i {
        display: inline-block;
        width: 40px;
        height: 40px; }
      @media screen and (max-width: 768px) {
        .card.card-forCompanyContact .cardBody .btn-tel, .card.card-forCompanyContact .cardBody .btn-mail {
          width: 100%;
          margin: 0;
          padding-top: 1em;
          padding-bottom: 1em; }
          .card.card-forCompanyContact .cardBody .btn-tel i, .card.card-forCompanyContact .cardBody .btn-mail i {
            width: 20px;
            height: 20px; } }
    .card.card-forCompanyContact .cardBody .btn-tel .telBlock {
      display: inline-block;
      vertical-align: middle;
      font-size: 2.5rem;
      line-height: 1em; }
      .card.card-forCompanyContact .cardBody .btn-tel .telBlock small {
        margin-top: 5px;
        display: block;
        font-size: 1rem;
        line-height: 1em; }
    .card.card-forCompanyContact .cardBody .btn-mail {
      font-size: 1.7rem; }
      @media screen and (max-width: 768px) {
        .card.card-forCompanyContact .cardBody .btn-mail {
          margin-top: 20px; } }

.card-itemDetail .itemTitle {
  font-size: 2.8rem;
  line-height: 1em;
  color: #ff7c00;
  font-weight: normal;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .card-itemDetail .itemTitle {
      font-size: 2.1rem;
      line-height: 1.5em;
      margin: 0 -10px 10px; } }
.card-itemDetail .itemVendor {
  font-size: 1.4rem;
  line-height: 1em;
  color: #888888;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .card-itemDetail .itemVendor {
      margin: 0 -10px 20px; } }
.card-itemDetail .itemKeyVisual {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .card-itemDetail .itemKeyVisual {
      margin: 0 -10px 20px; } }
.card-itemDetail .itemDetailSectionTitle {
  font-size: 2rem;
  line-height: 1em;
  color: #333333;
  font-weight: normal; }
  .card-itemDetail .itemDetailSectionTitle small {
    font-size: 1.2rem;
    color: #aaaaaa; }
  @media screen and (max-width: 768px) {
    .card-itemDetail .itemDetailSectionTitle {
      font-size: 1.8rem; }
      .card-itemDetail .itemDetailSectionTitle small {
        font-size: 1rem; } }
.card-itemDetail .itemDescription {
  font-size: 1.6rem;
  line-height: 1.5em;
  height: 9em; }
  @media screen and (max-width: 768px) {
    .card-itemDetail .itemDescription {
      font-size: 1.4rem;
      height: auto; } }
.card-itemDetail .itemParamBlock {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-top: 29px; }
  @media screen and (max-width: 768px) {
    .card-itemDetail .itemParamBlock {
      margin-top: 20px; } }
.card-itemDetail .itemParam {
  display: table-cell;
  border: solid 1px #dddddd;
  width: 50%;
  text-align: center;
  padding: 10px 0; }
  .card-itemDetail .itemParam .label, .card-itemDetail .itemParam .value {
    display: block;
    margin: 10px 0; }
  .card-itemDetail .itemParam .label {
    font-size: 1.4rem;
    color: #888888; }
    @media screen and (max-width: 768px) {
      .card-itemDetail .itemParam .label {
        font-size: 1.2rem; } }
  .card-itemDetail .itemParam .value {
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .card-itemDetail .itemParam .value {
        font-size: 1.6rem; } }
.card-itemDetail .itemShareBlock {
  font-size: 0rem;
  text-align: right; }
.card-itemDetail .itemShare {
  display: inline-block;
  margin-left: 20px; }
  .card-itemDetail .itemShare * {
    vertical-align: top !important; }
.card-itemDetail .itemSupplementBlock {
  padding: 0;
  border-bottom: none; }
.card-itemDetail .itemRelationalLinks {
  margin: 30px -10px 0; }
  .card-itemDetail .itemRelationalLinks ul {
    display: block;
    width: 100%; }
    .card-itemDetail .itemRelationalLinks ul:before, .card-itemDetail .itemRelationalLinks ul:after {
      content: "";
      display: table; }
    .card-itemDetail .itemRelationalLinks ul:after {
      clear: both; }
    .card-itemDetail .itemRelationalLinks ul.length-1 li {
      width: 100%; }
    .card-itemDetail .itemRelationalLinks ul.length-2 li {
      width: 50%; }
    .card-itemDetail .itemRelationalLinks ul.length-3 li {
      width: 33.333%; }
    .card-itemDetail .itemRelationalLinks ul.length-4 li {
      width: 25%; }
    .card-itemDetail .itemRelationalLinks ul.length-5 li {
      width: 20%; }
    .card-itemDetail .itemRelationalLinks ul.line-2 .btn-goToRelationalLink.line-1 {
      padding: 24px 20px; }
    .card-itemDetail .itemRelationalLinks ul.line-3 .btn-goToRelationalLink.line-1 {
      padding: 34px 20px; }
    .card-itemDetail .itemRelationalLinks ul.line-3 .btn-goToRelationalLink.line-2 {
      padding: 24px 20px; }
  .card-itemDetail .itemRelationalLinks li {
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px; }
  .card-itemDetail .itemRelationalLinks .btn-goToRelationalLink {
    min-width: 0;
    white-space: normal; }
    .card-itemDetail .itemRelationalLinks .btn-goToRelationalLink i {
      display: inline-block;
      vertical-align: top;
      font-size: 2rem; }
  @media screen and (max-width: 768px) {
    .card-itemDetail .itemRelationalLinks {
      margin: 10px -5px 0; }
      .card-itemDetail .itemRelationalLinks ul.length-1 li, .card-itemDetail .itemRelationalLinks ul.length-2 li, .card-itemDetail .itemRelationalLinks ul.length-3 li, .card-itemDetail .itemRelationalLinks ul.length-4 li, .card-itemDetail .itemRelationalLinks ul.length-5 li {
        width: 50%; }
      .card-itemDetail .itemRelationalLinks li {
        padding: 5px; }
      .card-itemDetail .itemRelationalLinks .btn-goToRelationalLink {
        font-size: 1.2rem;
        line-height: 1.5em;
        padding: 1em 0; }
        .card-itemDetail .itemRelationalLinks .btn-goToRelationalLink i {
          font-size: 1.8rem; } }

.btn-goToItemEntry {
  font-size: 2rem;
  padding: 30px 20px 31px;
  max-width: 370px; }
  @media screen and (max-width: 768px) {
    .btn-goToItemEntry {
      font-size: 1.6rem;
      padding-top: 1.5em;
      padding-bottom: 1.5em;
      max-width: 94%; } }

.btn-goToContact {
  font-size: 1.7rem;
  padding: 20px 20px 21px;
  }
@media screen and (max-width: 768px) {
  .btn-goToItemEntry {
    font-size: 1.6rem;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    max-width: 94%; } 
  .btn-goToContact {
    font-size: 1.4rem;
    padding: 20px 20px 21px;
  }
}

@media screen and (max-width: 768px) {
  .cardBody .btn-goToItemEntry {
    margin: 0 -10px;
    max-width: 120%; } }

.card-itemEntry .itemTitleBlock {
  border-bottom: solid 1px #f0f0f0;
  background-color: #fafafa;
  padding: 40px 19px;
  color: #333333;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .card-itemEntry .itemTitleBlock {
      padding: 25px 19px; } }
.card-itemEntry .itemTitleLabel {
  font-size: 1.6rem;
  line-height: 1em; }
  @media screen and (max-width: 768px) {
    .card-itemEntry .itemTitleLabel {
      font-size: 1.3rem; } }
.card-itemEntry .itemTitle {
  font-size: 2rem;
  line-height: 1.2em; }
  @media screen and (max-width: 768px) {
    .card-itemEntry .itemTitle {
      font-size: 1.6rem; } }
.card-itemEntry .cardBody {
  position: relative; }
  .card-itemEntry .cardBody .title {
    font-size: 2rem;
    line-height: 1em;
    color: #333333;
    font-weight: normal;
    margin: 1.2em 0 0.5em; }
.card-itemEntry .btn-block {
  text-align: center;
  font-size: 0rem; }
@media screen and (max-width: 768px) {
  .card-itemEntry .btn-goToPrevPage {
    max-width: 30%;
    min-width: 0; } }
.card-itemEntry .btn-submit {
  width: 370px;
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    .card-itemEntry .btn-submit {
      max-width: 64%;
      min-width: 0; } }
.card-itemEntry .btn-goToHome {
  min-width: 260px; }
.card-itemEntry .btn-goToItemList {
  min-width: 260px; }
.card-itemEntry.card-itemEntry-complete .cardBody {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .card-itemEntry.card-itemEntry-complete .cardBody {
      text-align: left; } }
.card-itemEntry.card-itemEntry-complete .kateneko {
  position: absolute;
  bottom: 54px;
  right: 35px; }
  @media screen and (max-width: 768px) {
    .card-itemEntry.card-itemEntry-complete .kateneko {
      bottom: 214px;
      right: 10px;
      width: 60px; } }

.card-accordion .accordionBtn {
  position: relative;
  padding: 40px 19px;
  font-size: 2rem;
  line-height: 1em; }
  .card-accordion .accordionBtn:after {
    position: absolute;
    top: 50%;
    right: 39px;
    margin-top: -0.5em;
    content: "";
    font-family: "IcoMoon-Free"; }
  .card-accordion .accordionBtn.is-open:after {
    content: ""; }
  .card-accordion .accordionBtn:not(:first-child) {
    border-top: solid 1px #dddddd; }
  @media screen and (max-width: 768px) {
    .card-accordion .accordionBtn {
      padding: 20px 19px;
      font-size: 1.6rem; }
      .card-accordion .accordionBtn:after {
        right: 19px; } }
.card-accordion .accordionContents {
  border-top: solid 1px #dddddd;
  background-color: #fafafa;
  padding: 40px 19px; }
  @media screen and (max-width: 768px) {
    .card-accordion .accordionContents {
      padding: 20px 19px;
      font-size: 1.2rem; } }

.card-logIn [class*="col-"] {
  position: relative; }
.card-logIn .loginBlock {
  max-width: 320px;
  margin: 0 auto; }
.card-logIn .goToRegisterBlock {
  text-align: center; }
  .card-logIn .goToRegisterBlock:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    display: block;
    width: 1px;
    height: 190px;
    background-color: #dddddd; }
  @media screen and (max-width: 768px) {
    .card-logIn .goToRegisterBlock {
      border-top: solid 1px #dddddd; }
      .card-logIn .goToRegisterBlock:before {
        content: none; } }
.card-logIn .goToRegisterTitle {
  font-size: 1.8rem;
  line-height: 1em; }
  @media screen and (max-width: 768px) {
    .card-logIn .goToRegisterTitle {
      font-size: 1.6rem; } }
@media screen and (max-width: 768px) {
  .card-logIn .goToRegisterLead {
    font-size: 1.2rem; } }
.card-logIn .btn-login, .card-logIn .btn-goToRegister {
  width: 320px;
  max-width: 100%; }

.card-goToLogIn .cardBody {
  background: url("/assets/katene/images/common/login-kateneko.png") no-repeat right bottom; }

.card-specialDetail .specialHeader .headerTitle {
  background-color: #ff7c00;
  padding: 20px 19px;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1em; }
  @media screen and (max-width: 768px) {
    .card-specialDetail .specialHeader .headerTitle {
      padding: 10px 19px;
      font-size: 1.6rem; } }
.card-specialDetail .cardTitle {
  padding-top: 40px;
  padding-bottom: 40px; }
  .card-specialDetail .cardTitle .specialStartDate {
    display: block;
    font-size: 1.4rem;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 1em; }
  .card-specialDetail .cardTitle .specialTitle {
    font-size: 2.4rem;
    line-height: 1.2em; }
  @media screen and (max-width: 768px) {
    .card-specialDetail .cardTitle {
      padding-top: 20px;
      padding-bottom: 20px; }
      .card-specialDetail .cardTitle .specialStartDate {
        font-size: 1.2rem;
        margin-bottom: 0.5em; }
      .card-specialDetail .cardTitle .specialTitle {
        font-size: 1.6rem; } }
.card-specialDetail .cardBody {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .card-specialDetail .cardBody {
      padding-top: 20px;
      padding-bottom: 20px; } }
.card-specialDetail .specialFooter {
  border-top: solid 1px #f0f0f0; }

.card-specialList .specialHeader .headerTitle {
  background-color: #ff7c00;
  padding: 40px 19px;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1em; }
  @media screen and (max-width: 768px) {
    .card-specialList .specialHeader .headerTitle {
      padding: 10px 19px;
      font-size: 1.6rem; } }
.card-specialList .specialListItem {
  border-bottom: solid 1px #f0f0f0; }
  .card-specialList .specialListItem a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 20px 19px;
    color: #666666; }
    .card-specialList .specialListItem a:before, .card-specialList .specialListItem a:after {
      content: "";
      display: table; }
    .card-specialList .specialListItem a:after {
      clear: both; }
    .card-specialList .specialListItem a.hover {
      background-color: #fff2e3; }
  .card-specialList .specialListItem .specialListItemThumbnail {
    float: left;
    width: 210px;
    height: 140px;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 768px) {
      .card-specialList .specialListItem .specialListItemThumbnail {
        width: 100%;
        height: 0;
        padding-top: 68.75%;
        float: none;
        margin-bottom: 10px; } }
  .card-specialList .specialListItem .specialListItemStatusBlock {
    position: absolute;
    top: 20px;
    left: 19px;
    z-index: 1; }
    .card-specialList .specialListItem .specialListItemStatusBlock .itemStatus {
      display: inline-block;
      vertical-align: top;
      width: 80px;
      font-size: 1.2rem;
      line-height: 30px;
      color: #ffffff;
      text-align: center; }
      .card-specialList .specialListItem .specialListItemStatusBlock .itemStatus.itemStatus-new {
        background-color: #fbc700; }
      .card-specialList .specialListItem .specialListItemStatusBlock .itemStatus.itemStatus-nearTheEnd {
        background-color: #008441; }
      .card-specialList .specialListItem .specialListItemStatusBlock .itemStatus.itemStatus-close {
        background-color: #333333; }
    @media screen and (max-width: 768px) {
      .card-specialList .specialListItem .specialListItemStatusBlock .itemStatus {
        width: auto;
        min-width: 45px;
        padding: 0 0.3em;
        font-size: 0.9rem;
        line-height: 20px; } }
  .card-specialList .specialListItem .specialStartDate, .card-specialList .specialListItem .specialTitle, .card-specialList .specialListItem .specialLead {
    margin-left: 230px; }
    @media screen and (max-width: 768px) {
      .card-specialList .specialListItem .specialStartDate, .card-specialList .specialListItem .specialTitle, .card-specialList .specialListItem .specialLead {
        margin-left: 0; } }
  .card-specialList .specialListItem .specialStartDate {
    display: block;
    margin-bottom: 0.6em;
    font-size: 1.2rem;
    line-height: 1em;
    color: #333333; }
    @media screen and (max-width: 768px) {
      .card-specialList .specialListItem .specialStartDate {
        font-size: 1.1rem; } }
  .card-specialList .specialListItem .specialTitle {
    font-size: 2rem;
    line-height: 1.2em;
    font-weight: bold;
    color: #333333; }
    @media screen and (max-width: 768px) {
      .card-specialList .specialListItem .specialTitle {
        font-size: 1.4rem; } }
  .card-specialList .specialListItem .specialLead {
    margin-top: 0.6em;
    font-size: 1.4rem;
    line-height: 1.5em; }
    @media screen and (max-width: 768px) {
      .card-specialList .specialListItem .specialLead {
        font-size: 1.2rem; } }

.card-newsDetail .cardTitle {
  font-size: 2.8rem;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    .card-newsDetail .cardTitle {
      font-size: 1.8rem; } }
.card-newsDetail .newsHeader {
  margin: -12px -19px 0;
  padding: 30px 19px;
  border-bottom: solid 1px #f0f0f0;
  color: #444444; }
  .card-newsDetail .newsHeader .newsDate {
    display: block;
    font-size: 1.4rem;
    line-height: 1em;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .card-newsDetail .newsHeader .newsDate {
        font-size: 1.2rem; } }
  .card-newsDetail .newsHeader .newsTitle {
    font-size: 2.4rem;
    line-height: 1.4em;
    text-align: justify; }
    @media screen and (max-width: 768px) {
      .card-newsDetail .newsHeader .newsTitle {
        font-size: 1.8rem;
        line-height: 1.2em; } }
.card-newsDetail .newsBody {
  padding: 30px 0 28px; }

.card-about .cardBody {
  padding: 0; }
.card-about .introduction {
  background-color: #5DB8CE;
  background-image: url("/assets/katene/images/about/intro-sun.png"), url("/assets/katene/images/about/intro-cloud.png"), url("/assets/katene/images/about/intro-kateneko.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left 22px, right 110px, 96% bottom;
  background-size: 35px, 42px, 57px;
  padding: 70px 0 60px;
  color: #ffffff;
  font-weight: bold;
  text-align: center; }
  .card-about .introduction .introductionTitle {
    font-size: 2.1rem;
    line-height: 1.5em; }
  .card-about .introduction .introductionLead {
    margin-top: 25px;
    font-size: 1.4rem; }
  @media screen and (min-width: 470px) {
    .card-about .introduction {
      background-size: auto, auto, 91px; }
      .card-about .introduction .introductionTitle {
        font-size: 3.5rem;
        line-height: 1em; }
      .card-about .introduction .introductionLead {
        margin-top: 50px;
        font-size: 2.2rem;
        line-height: 1.8em; } }
.card-about .conceptualDiagram .for-pc {
  display: none; }
  @media screen and (min-width: 470px) {
    .card-about .conceptualDiagram .for-pc {
      display: block; } }
.card-about .conceptualDiagram .for-sp {
  display: block; }
  @media screen and (min-width: 470px) {
    .card-about .conceptualDiagram .for-sp {
      display: none; } }
.card-about .conclusion {
  position: relative;
  background-color: #5DB8CE;
  background-image: url("/assets/katene/images/about/concl-cloud-1.png"), url("/assets/katene/images/about/concl-cloud-2.png");
  background-repeat: no-repeat, no-repeat;
  padding: 40px 0;
  background-position: 98% 97px, left 159px;
  background-size: 60px, 53px;
  color: #ffffff;
  font-weight: bold;
  text-align: center; }
  .card-about .conclusion:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    right: 20px;
    width: 40px;
    height: 36px;
    background: url("/assets/katene/images/about/concl-kateneko.png") no-repeat;
    background-size: 100%; }
    @media screen and (min-width: 470px) {
      .card-about .conclusion:after {
        position: absolute;
        bottom: -11px;
        right: 44px;
        width: 80px;
        height: 73px; } }
  .card-about .conclusion .conclusionLead {
    font-size: 1.1rem;
    line-height: 1.8em; }
    .card-about .conclusion .conclusionLead:not(:first-child) {
      margin-top: 1.8em; }
  @media screen and (min-width: 470px) {
    .card-about .conclusion {
      background-position: 98% 97px, left 202px;
      padding: 60px 0 100px;
      background-size: auto, auto; }
      .card-about .conclusion .conclusionLead {
        font-size: 1.6rem; } }

.card-whatsKatene .cardTitle {
  padding: 1em 0;
  font-size: 2.1rem;
  line-height: 1em;
  color: #ffffff;
  text-align: center;
  background-color: #ff7c00; }
.card-whatsKatene .cardBody {
  background-color: #fff2e3;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 45px; }
  .card-whatsKatene .cardBody p {
    font-size: 1.3rem;
    line-height: 1.8em;
    color: #333333;
    font-weight: bold; }
  .card-whatsKatene .cardBody small {
    display: block;
    margin-top: 20px;
    font-size: 1.1rem;
    line-height: 1.8em;
    color: #888888; }
.card-whatsKatene .btn-goToKatene {
  font-size: 1.6rem; }
@media screen and (min-width: 470px) {
  .card-whatsKatene .cardTitle {
    font-size: 3.3rem; }
  .card-whatsKatene .cardBody p {
    font-size: 1.7rem; }
  .card-whatsKatene .cardBody small {
    font-size: 1.2rem; } }

.card.card-contact {
  color: #333333; }
  .card.card-contact .contactTitle {
    position: relative;
    font-size: 2.8rem;
    line-height: 1.42857em;
    color: #ff7c00;
    font-weight: bold;
    margin: 20px 0; }
    .card.card-contact .contactTitle:after {
      content: "";
      display: block;
      width: 7px;
      height: 100%;
      background-color: #ff7c00;
      position: absolute;
      top: 0px;
      left: -20px; }
    @media screen and (max-width: 768px) {
      .card.card-contact .contactTitle {
        margin: 10px 0 20px;
        padding-left: 10px;
        font-size: 2.1rem; }
        .card.card-contact .contactTitle:after {
          width: 4px;
          left: 0px; } }
  .card.card-contact .recommendFAQBlock {
    margin-top: 35px;
    border-top: solid 1px #f0f0f0;
    padding: 40px 20px 25px; }
    .card.card-contact .recommendFAQBlock p {
      font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .card.card-contact .recommendFAQBlock {
        margin-top: 20px;
        padding: 20px 0 15px; }
        .card.card-contact .recommendFAQBlock p {
          font-size: 1.4rem; } }
  .card.card-contact dl.recommendFAQ {
    margin-top: 2em;
    font-size: 1.6rem;
    line-height: 1.5em; }
    .card.card-contact dl.recommendFAQ dt {
      display: block;
      font-weight: bold;
      margin-bottom: 10px; }
    .card.card-contact dl.recommendFAQ dd {
      display: block;
      margin-top: 5px; }
    @media screen and (max-width: 768px) {
      .card.card-contact dl.recommendFAQ {
        font-size: 1.4rem; } }

.card.card-contactMail .cardBody {
  padding: 60px 40px; }
  @media screen and (max-width: 768px) {
    .card.card-contactMail .cardBody {
      padding: 30px 19px; } }
.card.card-contactMail .btn-mail {
  font-size: 1.7rem;
  padding-left: 4em;
  padding-right: 4em; }
  @media screen and (max-width: 768px) {
    .card.card-contactMail .btn-mail {
      display: block;
      font-size: 1.6rem;
      padding-left: 0;
      padding-right: 0; } }
.card.card-contactMail dl.attentionBlock {
  margin-top: 40px;
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #666666; }
  .card.card-contactMail dl.attentionBlock dt {
    display: block;
    font-weight: bold; }
  .card.card-contactMail dl.attentionBlock dd {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 5px; }
    .card.card-contactMail dl.attentionBlock dd:before {
      content: "※"; }
  @media screen and (max-width: 768px) {
    .card.card-contactMail dl.attentionBlock {
      margin-top: 20px;
      font-size: 1.1rem; } }

@media screen and (max-width: 768px) {
  .itemListBlock {
    margin: 0 -10px; } }
.itemListBlock .itemListBlockTitle {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.42857em;
  color: #ff7c00;
  font-weight: bold;
  margin: 20px 0; }
  .itemListBlock .itemListBlockTitle:after {
    content: "";
    display: block;
    width: 7px;
    height: 100%;
    background-color: #ff7c00;
    position: absolute;
    top: 0px;
    left: -20px; }
  @media screen and (max-width: 768px) {
    .itemListBlock .itemListBlockTitle {
      margin: 10px 0 20px;
      padding-left: 10px;
      font-size: 2.1rem; }
      .itemListBlock .itemListBlockTitle:after {
        width: 4px;
        left: 0px; } }
.itemListBlock .itemListControlBlock-pc {
  display: block;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .itemListBlock .itemListControlBlock-pc {
      display: none; } }
.itemListBlock .itemListControlBlock-sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .itemListBlock .itemListControlBlock-sp {
      display: block; } }
  .itemListBlock .itemListControlBlock-sp .easy-select-box {
    width: 100%; }
    .itemListBlock .itemListControlBlock-sp .easy-select-box .esb-displayer {
      line-height: 48px; }
    .itemListBlock .itemListControlBlock-sp .easy-select-box .esb-item {
      line-height: 40px; }
.itemListBlock .itemListControl {
  display: inline; }
  .itemListBlock .itemListControl.itemListControl-sort {
    color: #cccccc; }
    .itemListBlock .itemListControl.itemListControl-sort a {
      color: #cccccc;
      text-decoration: none; }
      .itemListBlock .itemListControl.itemListControl-sort a.is-current {
        color: #1cb3a3; }
      .itemListBlock .itemListControl.itemListControl-sort a.hover {
        text-decoration: underline; }
.itemListBlock .pageNumber {
  font-size: 1.2rem;
  line-height: 30px; }
.itemListBlock .itemList {
  clear: both;
  margin-top: 10px; }
  .itemListBlock .itemList > li {
    margin: 10px 0; }
.itemListBlock .itemListItem {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #888888;
  text-decoration: none;
  border-bottom: solid 2px #f0f0f0; }
  .itemListBlock .itemListItem.hover {
    background-color: #fff2e3;
    border-bottom-color: #ff7c00; }
  @media screen and (max-width: 768px) {
    .itemListBlock .itemListItem {
      border: solid 1px #dddddd;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
      min-height: 170px; } }
  .itemListBlock .itemListItem .itemListItemModule {
    border: solid 1px #dddddd; }
    .itemListBlock .itemListItem .itemListItemModule:not(:last-child) {
      border-bottom: none; }
    @media screen and (max-width: 768px) {
      .itemListBlock .itemListItem .itemListItemModule {
        border: none; } }
  @media screen and (max-width: 768px) {
    .itemListBlock .itemListItem .itemThumbnailBlock {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 105px;
      border-right: solid 1px #f0f0f0;
      border-bottom: solid 1px #f0f0f0 !important; } }
  .itemListBlock .itemListItem .itemThumbnail {
    display: block; }
  .itemListBlock .itemListItem .itemStatusBlock {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1; }
    .itemListBlock .itemListItem .itemStatusBlock .itemStatus {
      display: inline-block;
      vertical-align: top;
      width: 80px;
      font-size: 1.2rem;
      line-height: 30px;
      color: #ffffff;
      font-weight: bold;
      text-align: center; }
      .itemListBlock .itemListItem .itemStatusBlock .itemStatus.itemStatus-new {
        background-color: #fbc700; }
      .itemListBlock .itemListItem .itemStatusBlock .itemStatus.itemStatus-nearTheEnd {
        background-color: #008441; }
      .itemListBlock .itemListItem .itemStatusBlock .itemStatus.itemStatus-close {
        background-color: #333333; }
    @media screen and (max-width: 768px) {
      .itemListBlock .itemListItem .itemStatusBlock {
        position: absolute;
        top: 0px;
        left: 0px; }
        .itemListBlock .itemListItem .itemStatusBlock .itemStatus {
          width: auto;
          min-width: 45px;
          padding: 0 0.3em;
          font-size: 0.9rem;
          line-height: 20px; } }
  .itemListBlock .itemListItem .itemOutline {
    padding: 16px 20px; }
    @media screen and (max-width: 768px) {
      .itemListBlock .itemListItem .itemOutline {
        margin-left: 106px;
        padding: 10px 10px; } }
  .itemListBlock .itemListItem .itemTitle {
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #1cb3a3;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .itemListBlock .itemListItem .itemTitle {
        font-size: 1.4rem;
        line-height: 1.5em; } }
  .itemListBlock .itemListItem .itemVendor {
    font-size: 1.1rem;
    line-height: 1.4em;
    color: #666666;
    font-weight: bold;
    min-height: 2.8em;
    margin-top: 0.2em; }
    @media screen and (max-width: 768px) {
      .itemListBlock .itemListItem .itemVendor {
        font-size: 1rem;
        min-height: 0; } }
  .itemListBlock .itemListItem .itemDescription {
    margin-top: 0.5em;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #666666;
    min-height: 9em; }
    @media screen and (max-width: 768px) {
      .itemListBlock .itemListItem .itemDescription {
        font-size: 1.2rem;
        line-height: 1.5em;
        min-height: 0; } }
  .itemListBlock .itemListItem .itemParamBlock {
    padding: 17px 20px; }
    @media screen and (max-width: 768px) {
      .itemListBlock .itemListItem .itemParamBlock {
        position: absolute;
        top: 80px;
        left: 0px;
        padding: 0;
        width: 105px;
        text-align: center; } }
    .itemListBlock .itemListItem .itemParamBlock .itemParam {
      display: inline-block;
      font-size: 1.2rem;
      line-height: 1.5em; }
      @media screen and (max-width: 768px) {
        .itemListBlock .itemListItem .itemParamBlock .itemParam {
          display: block; }
          .itemListBlock .itemListItem .itemParamBlock .itemParam:not(:last-child) {
            margin-bottom: 5px; } }
      .itemListBlock .itemListItem .itemParamBlock .itemParam .label:after {
        content: "："; }
      @media screen and (max-width: 768px) {
        .itemListBlock .itemListItem .itemParamBlock .itemParam .label {
          display: block; }
          .itemListBlock .itemListItem .itemParamBlock .itemParam .label:after {
            content: none; } }
      .itemListBlock .itemListItem .itemParamBlock .itemParam .value {
        color: #333333; }
        @media screen and (max-width: 768px) {
          .itemListBlock .itemListItem .itemParamBlock .itemParam .value {
            display: block; } }
  .itemListBlock .itemListItem.is-close {
    position: relative; }
    .itemListBlock .itemListItem.is-close:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #000000;
      opacity: 0.05; }
.itemListBlock .btn-goToItems {
  margin: 20px 0; }

@media screen and (max-width: 768px) {
  .itemImageBlock {
    margin: 0 -10px 20px; } }
.itemImageBlock .bx-viewport {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #dddddd; }
.itemImageBlock .itemImageSliderPager {
  margin-top: 15px; }
  .itemImageBlock .itemImageSliderPager:before, .itemImageBlock .itemImageSliderPager:after {
    content: "";
    display: table; }
  .itemImageBlock .itemImageSliderPager:after {
    clear: both; }
  @media screen and (max-width: 768px) {
    .itemImageBlock .itemImageSliderPager {
      margin-top: 10px; } }
  .itemImageBlock .itemImageSliderPager .itemImageThumbnail {
    float: left;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #dddddd;
    width: 123px; }
    .itemImageBlock .itemImageSliderPager .itemImageThumbnail:not(:last-child) {
      margin-right: 15px; }
    .itemImageBlock .itemImageSliderPager .itemImageThumbnail.hover {
      opacity: 0.7; }
    .itemImageBlock .itemImageSliderPager .itemImageThumbnail img {
      display: block; }
    @media screen and (max-width: 768px) {
      .itemImageBlock .itemImageSliderPager .itemImageThumbnail {
        width: 31%; }
        .itemImageBlock .itemImageSliderPager .itemImageThumbnail:not(:last-child) {
          margin-right: 3.5%; } }

.itemSupplementBlock {
  border-bottom: solid 1px #f0f0f0;
  padding: 20px 19px 40px; }
  .itemSupplementBlock .itemSupplement {
    display: table;
    border-collapse: collapse;
    width: 100%;
    height: 3em;
    border-bottom: solid 1px #f0f0f0; }
    .itemSupplementBlock .itemSupplement .label, .itemSupplementBlock .itemSupplement .value {
      display: table-cell;
      padding-top: 0.4em;
      padding-bottom: 0.4em;
      height: 3em;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .itemSupplementBlock .itemSupplement .label, .itemSupplementBlock .itemSupplement .value {
          height: 2em; } }
    .itemSupplementBlock .itemSupplement .label {
      width: 6em;
      padding-right: 10px; }
    .itemSupplementBlock .itemSupplement .value {
      padding-left: 10px; }

.recentNewsListBlock .recentNews {
  margin-top: 4px;
  margin-bottom: 4px; }
  .recentNewsListBlock .recentNews:not(:last-child) {
    margin-bottom: 17px; }
.recentNewsListBlock .newsDate {
  font-size: 1.2rem;
  line-height: 1em; }
.recentNewsListBlock .newsTitle {
  font-size: 1.2rem;
  line-height: 1.5em; }

.faqBlock .faqBlockTitle {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.42857em;
  color: #ff7c00;
  font-weight: bold;
  margin: 20px 0; }
  .faqBlock .faqBlockTitle:after {
    content: "";
    display: block;
    width: 7px;
    height: 100%;
    background-color: #ff7c00;
    position: absolute;
    top: 0px;
    left: -20px; }
  @media screen and (max-width: 768px) {
    .faqBlock .faqBlockTitle {
      margin: 10px 0 20px;
      padding-left: 10px;
      font-size: 2.1rem; }
      .faqBlock .faqBlockTitle:after {
        width: 4px;
        left: 0px; } }
.faqBlock .nav-faq {
  font-size: 0rem;
  margin-top: 30px;
  margin-bottom: 30px; }
  .faqBlock .nav-faq a {
    font-size: 1.2rem;
    line-height: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 15px;
    width: 50%;
    float: left; }
  .faqBlock .nav-faq .nav-faqTitle a {
    font-size: 1.5rem;
    line-height: 1em;
    display: inline;
    float: none;
    margin: 0; }
  @media screen and (max-width: 768px) {
    .faqBlock .nav-faq a {
      width: 100%; }
    .faqBlock .nav-faq .nav-faq-forCompany {
      margin-top: 25px; } }
  @media screen and (min-width: 470px) {
    .faqBlock .nav-faq .nav-faq-forCompany {
      margin-top: 0; } }
.faqBlock .faqContentsTitle {
  font-size: 2rem;
  line-height: 1em;
  color: #ff7c00;
  padding: 20px 0;
  border-bottom: solid 1px #f0f0f0; }
  @media screen and (max-width: 768px) {
    .faqBlock .faqContentsTitle {
      font-size: 1.8rem;
      padding: 10px 0; } }
.faqBlock .faqContent {
  padding: 30px 20px; }
  @media screen and (max-width: 768px) {
    .faqBlock .faqContent {
      padding: 15px 0; } }
.faqBlock .faqContentTitle {
  font-size: 1.6rem;
  line-height: 1em;
  color: #444444;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .faqBlock .faqContentTitle {
      font-size: 1.4rem;
      margin-bottom: 10px; } }
.faqBlock .accordionBtn {
  position: relative;
  padding: 10px 0 10px 30px;
  color: #444444;
  margin-top: 15px; }
  .faqBlock .accordionBtn:before {
    position: absolute;
    top: 9px;
    left: 0px;
    content: "Q.";
    font-family: "Lato", sans-serif; }
  .faqBlock .accordionBtn.hover {
    color: #1cb3a3; }
  @media screen and (max-width: 768px) {
    .faqBlock .accordionBtn {
      padding: 5px 0 5px 20px;
      margin-top: 10px;
      font-size: 1.3rem;
      line-height: 1.4em; }
      .faqBlock .accordionBtn:before {
        position: absolute;
        top: 4px;
        left: 0px; } }
.faqBlock .accordionContents {
  position: relative;
  background-color: #fafafa;
  border: solid 1px #dddddd;
  border-radius: 4px;
  padding: 15px 30px 15px 60px;
  color: #444444;
  margin-top: 5px; }
  .faqBlock .accordionContents:before {
    position: absolute;
    top: 14px;
    left: 30px;
    content: "A.";
    font-family: "Lato", sans-serif;
    color: #ff7c00; }
  @media screen and (max-width: 768px) {
    .faqBlock .accordionContents {
      padding: 10px 10px 10px 30px;
      font-size: 1.3rem;
      line-height: 1.4em;
      margin-top: 0; }
      .faqBlock .accordionContents:before {
        position: absolute;
        top: 9px;
        left: 10px; } }

/* ----------------------------------------
 * views styles
 * ---------------------------------------- */
#header {
  padding-top: 5px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #header {
      padding-top: 0; } }
  #header:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 5px;
    background-color: #ff7c00;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 768px) {
      #header:before {
        content: none; } }
  @media screen and (max-width: 768px) {
    #header .inner {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    #header .inner {
      width: 100%; } }
  #header .headerMain .inner {
    height: 115px; }
    @media screen and (max-width: 768px) {
      #header .headerMain .inner {
        height: 80px; } }
  #header .headerMain .siteCatch {
    position: absolute;
    top: 15px;
    left: 120px;
    font-size: 1.2rem;
    line-height: 1em;
    color: #333333;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      #header .headerMain .siteCatch {
        position: static;
        font-size: 1rem;
        line-height: 2em;
        color: #ffffff;
        background-color: #ff7c00;
        text-align: center; } }
  #header .headerMain .logo-chuden {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 78px; }
    @media screen and (max-width: 768px) {
      #header .headerMain .logo-chuden {
        position: absolute;
        top: 20px;
        left: 1.5625%;
        width: 49px; } }
  #header .headerMain .logo-tokutoku {
    position: absolute;
    top: 43px;
    left: 120px;
    width: 243px; }
    @media screen and (max-width: 768px) {
      #header .headerMain .logo-tokutoku {
        position: absolute;
        top: 30px;
        left: 50%;
        width: 162px;
        margin-left: -81px; } }
    #header .headerMain .logo-tokutoku:after {
      content: "";
      display: block;
      position: absolute;
      top: -8px;
      left: 273px;
      width: 75px;
      height: 80px;
      background: url("/assets/katene/images/common/header-kateneko.png") no-repeat; }
      @media screen and (max-width: 768px) {
        #header .headerMain .logo-tokutoku:after {
          content: none; } }
  #header .headerMain .nav-headerMainShoulder {
    position: absolute;
    top: 15px;
    right: 0px; }
    #header .headerMain .nav-headerMainShoulder ul {
      font-size: 0rem; }
    #header .headerMain .nav-headerMainShoulder li {
      display: inline;
      margin-left: 30px;
      font-size: 1.2rem;
      line-height: 1em; }
    #header .headerMain .nav-headerMainShoulder a {
      color: #1cb3a3;
      text-decoration: none; }
      #header .headerMain .nav-headerMainShoulder a.hover {
        text-decoration: underline; }
      #header .headerMain .nav-headerMainShoulder a i {
        display: inline-block; }
  #header .headerMain .userBlock-inTheHeader {
    position: absolute;
    top: 50px;
    right: 0px; }
    #header .headerMain .userBlock-inTheHeader .user-name {
      display: inline; }
    #header .headerMain .userBlock-inTheHeader .user-id {
      color: #1cb3a3; }
    #header .headerMain .userBlock-inTheHeader .btn-logOut {
      margin-left: 25px; }
  #header .headerMain .logInBlock-inTheHeader {
    position: absolute;
    top: 50px;
    right: 0px; }
    #header .headerMain .logInBlock-inTheHeader .btn-goToLogIn {
      margin-left: 25px; }
  #header .nav-category-pc {
    border-top: solid 1px #f0f0f0; }
    #header .nav-category-pc ul {
      display: table;
      width: 100%; }
    #header .nav-category-pc li {
      display: table-cell;
      width: 14.28571%; }
    #header .nav-category-pc a {
      position: relative;
      display: block;
      padding: 19px 0;
      font-size: 1.6rem;
      line-height: 20px;
      color: #444444;
      text-align: center;
      text-decoration: none; }
      #header .nav-category-pc a.hover, #header .nav-category-pc a.is-current {
        color: #ff7c00;
        font-weight: bold; }
    #header .nav-category-pc li:not(:last-child) a::after {
      content: "";
      display: block;
      background-color: #f0f0f0;
      width: 1px;
      height: 20px;
      position: absolute;
      top: 19px;
      right: 0px; }
  #header .nav-lpTab a {
    display: table;
    width: 100%;
    height: 48px;
    border-radius: 8px 8px 0 0;
    font-size: 2rem;
    line-height: 1.5em;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold; }
    #header .nav-lpTab a.entry {
      background-color: #ff7c00; }
    #header .nav-lpTab a.buy {
      background-color: #005437; }
    #header .nav-lpTab a.hover {
      opacity: 0.7; }
    #header .nav-lpTab a span {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
  #header .nav-lpTab li {
    display: block;
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 1px 0; }
    #header .nav-lpTab li.is-current {
      padding-top: 0; }
      #header .nav-lpTab li.is-current a {
        height: 55px; }
    #header .nav-lpTab li:first-child {
      padding-left: 0; }
    #header .nav-lpTab li:last-child {
      padding-right: 0; }
  #header .nav-lpTab ul {
    display: block; }
    #header .nav-lpTab ul:before, #header .nav-lpTab ul:after {
      content: "";
      display: table; }
    #header .nav-lpTab ul:after {
      clear: both; }
  @media screen and (max-width: 768px) {
    #header .nav-lpTab a {
      height: 55px;
      font-size: 1.3rem;
      border-radius: 4px 4px 0 0; }
    #header .nav-lpTab li {
      padding-top: 5px; }
      #header .nav-lpTab li.is-current {
        padding-top: 0; }
        #header .nav-lpTab li.is-current a {
          height: 60px; } }

#breadcrumbs {
  background-color: #fafafa;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0; }
  #breadcrumbs .nav-breadcrumbs {
    font-size: 1.4rem;
    line-height: 1em;
    padding: 15px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    #breadcrumbs .nav-breadcrumbs a {
      color: #1cb3a3;
      text-decoration: none; }
      #breadcrumbs .nav-breadcrumbs a.hover {
        text-decoration: underline; }
      #breadcrumbs .nav-breadcrumbs a i {
        font-size: 1.2rem; }
    @media screen and (max-width: 768px) {
      #breadcrumbs .nav-breadcrumbs {
        overflow: scroll;
        text-overflow: initial; } }

#footer {
  border-top: solid 1px #ffffff;
  background-color: #888888;
  color: #ffffff; }
  @media screen and (max-width: 768px) {
    #footer {
      border-top: none; } }
  #footer .inner {
    padding: 60px 0 20px; }
    @media screen and (max-width: 768px) {
      #footer .inner {
        padding: 20px 0 0; } }
  #footer .copyright {
    margin-top: 60px;
    font-size: 1.2rem;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      #footer .copyright {
        padding: 3px 0;
        font-size: 0.9rem;
        line-height: 1.5em; } }
  #footer .nav-footer {
    font-size: 1.4rem;
    line-height: 1.5em; }
    @media screen and (max-width: 768px) {
      #footer .nav-footer {
        font-size: 1.2rem;
        margin: 0 20px; } }
    #footer .nav-footer .navTitle {
      margin-bottom: 1em; }
      @media screen and (max-width: 768px) {
        #footer .nav-footer .navTitle {
          margin-bottom: 0.5em; } }
    #footer .nav-footer li:not(:last-child) {
      margin-bottom: 0.5em; }
    @media screen and (max-width: 768px) {
      #footer .nav-footer.nav-footer-category ul:before, #footer .nav-footer.nav-footer-category ul:after, #footer .nav-footer.nav-footer-whats ul:before, #footer .nav-footer.nav-footer-whats ul:after, #footer .nav-footer.nav-footer-others ul:before, #footer .nav-footer.nav-footer-others ul:after {
        content: "";
        display: table; }
      #footer .nav-footer.nav-footer-category ul:after, #footer .nav-footer.nav-footer-whats ul:after, #footer .nav-footer.nav-footer-others ul:after {
        clear: both; }
      #footer .nav-footer.nav-footer-category li, #footer .nav-footer.nav-footer-whats li, #footer .nav-footer.nav-footer-others li {
        float: left;
        width: 50%; }
        #footer .nav-footer.nav-footer-category li.is-colspan, #footer .nav-footer.nav-footer-whats li.is-colspan, #footer .nav-footer.nav-footer-others li.is-colspan {
          width: 100%; } }
    @media screen and (max-width: 768px) {
      #footer .nav-footer.nav-footer-relationalSite-pc {
        display: none; } }
    #footer .nav-footer.nav-footer-relationalSite-sp {
      display: none;
      margin: 20px 0 0; }
      @media screen and (max-width: 768px) {
        #footer .nav-footer.nav-footer-relationalSite-sp {
          display: block; } }
      #footer .nav-footer.nav-footer-relationalSite-sp li {
        margin: 0; }
    #footer .nav-footer.nav-footerSns {
      margin: 0; }
      #footer .nav-footer.nav-footerSns li {
        float: left;
        margin: 0;
        width: 50%; }

.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none; }
  .cover.is-open {
    opacity: 1;
    pointer-events: all; }

#menu {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 20000;
  width: 75%;
  background-color: #ffffff; }
  @media screen and (max-width: 768px) {
    #menu {
      display: block; } }
  #menu .btn-menuToggle {
    position: absolute;
    top: 35px;
    left: -45px;
    width: 30px;
    height: 30px;
    min-width: 0;
    padding: 0;
    border: 0; }
    #menu .btn-menuToggle .bar {
      width: 30px;
      height: 4px;
      background-color: #005437;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -o-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
    #menu .btn-menuToggle ._1 {
      position: absolute;
      top: 4px;
      left: 0px; }
    #menu .btn-menuToggle ._2 {
      position: absolute;
      top: 13px;
      left: 0px; }
    #menu .btn-menuToggle ._3 {
      position: absolute;
      top: 22px;
      left: 0px; }
  #menu .nav-menu li {
    border-bottom: solid 1px #f0f0f0; }
  #menu .nav-menu a {
    display: block;
    padding: 1em 10px;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #333333;
    text-decoration: none; }
  #menu .menuTitle {
    background-color: #fafafa;
    padding: 1em 10px;
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #333333;
    font-weight: bold;
    border-bottom: solid 1px #f0f0f0; }
  #menu .menuBody {
    padding: 20px 10px; }
  #menu .user-id {
    color: #1cb3a3; }
  #menu.is-open {
    left: 25%; }
    #menu.is-open .btn-menuToggle .bar {
      background-color: #ffffff; }
    #menu.is-open .btn-menuToggle ._1 {
      -webkit-transform: translate(0, 9px) rotate(45deg);
      -moz-transform: translate(0, 9px) rotate(45deg);
      -o-transform: translate(0, 9px) rotate(45deg);
      -ms-transform: translate(0, 9px) rotate(45deg);
      transform: translate(0, 9px) rotate(45deg); }
    #menu.is-open .btn-menuToggle ._2 {
      opacity: 0; }
    #menu.is-open .btn-menuToggle ._3 {
      -webkit-transform: translate(0, -9px) rotate(-45deg);
      -moz-transform: translate(0, -9px) rotate(-45deg);
      -o-transform: translate(0, -9px) rotate(-45deg);
      -ms-transform: translate(0, -9px) rotate(-45deg);
      transform: translate(0, -9px) rotate(-45deg); }

.pageTopBlock {
  background-image: url("/assets/katene/images/common/pageTopBlockBg-kateneko-pc.png"), url("/assets/katene/images/common/pageTopBlockBg-base-pc.png");
  background-repeat: no-repeat, repeat-x;
  background-position: center bottom, center bottom; }
  @media screen and (max-width: 768px) {
    .pageTopBlock {
      background-image: url("/assets/katene/images/common/pageTopBlockBg-kateneko-sp.png"), url("/assets/katene/images/common/pageTopBlockBg-base-sp.png");
      background-size: auto 81px, auto 81px; } }
  .pageTopBlock .inner {
    height: 260px; }
    @media screen and (max-width: 768px) {
      .pageTopBlock .inner {
        height: 180px; } }
  .pageTopBlock .btn-pageTop {
    position: absolute;
    top: 60px;
    right: 0px;
    padding: 0;
    width: 60px;
    height: 60px;
    min-width: 0;
    border-radius: 50%;
    background-color: #1cb3a3;
    font-size: 2.4rem;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    color: #ffffff; }
    @media screen and (max-width: 768px) {
      .pageTopBlock .btn-pageTop {
        position: absolute;
        top: 20px;
        right: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px; } }
    .pageTopBlock .btn-pageTop i {
      margin: 0; }

.section-mainSlider {
  background-color: #fafafa;
  border-bottom: solid 1px #f0f0f0;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .section-mainSlider {
      margin-bottom: 55px; } }
  .section-mainSlider .bx-wrapper .bx-pager {
    bottom: -20px; }
    @media screen and (max-width: 768px) {
      .section-mainSlider .bx-wrapper .bx-pager {
        bottom: -25px; } }
    @media screen and (max-width: 768px) {
      .section-mainSlider .bx-wrapper .bx-pager.bx-default-pager.bx-default-pager a {
        width: 15px;
        height: 15px; } }
  .section-mainSlider .mainSliderBlock {
    position: relative; }
    .section-mainSlider .mainSliderBlock .bannerBlock {
      display: block;
      text-decoration: none; }
      .section-mainSlider .mainSliderBlock .bannerBlock img {
        width: 100%; }
      .section-mainSlider .mainSliderBlock .bannerBlock.hover {
        opacity: 0.7; }
    .section-mainSlider .mainSliderBlock .titleBlock {
      display: table;
      height: 88px;
      margin-right: 221px; }
      @media screen and (max-width: 768px) {
        .section-mainSlider .mainSliderBlock .titleBlock {
          height: auto;
          min-height: 56px;
          margin-right: 0; } }
      .section-mainSlider .mainSliderBlock .titleBlock .category {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px;
        background-color: #ff7c00;
        font-size: 2rem;
        line-height: 1.5em;
        color: #ffffff;
        white-space: nowrap; }
        @media screen and (max-width: 768px) {
          .section-mainSlider .mainSliderBlock .titleBlock .category {
            font-size: 1.8rem; } }
      .section-mainSlider .mainSliderBlock .titleBlock .title {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px;
        font-size: 2rem;
        line-height: 1.5em;
        color: #ff7c00; }
        @media screen and (max-width: 768px) {
          .section-mainSlider .mainSliderBlock .titleBlock .title {
            padding: 3px 10px;
            font-size: 1.4rem; } }
    .section-mainSlider .mainSliderBlock .btnBlock {
      position: absolute;
      bottom: 0px;
      right: 0px;
      border-left: solid 1px #f0f0f0;
      padding: 19px 20px; }
      @media screen and (max-width: 768px) {
        .section-mainSlider .mainSliderBlock .btnBlock {
          position: static;
          padding: 0;
          border-top: solid 1px #f0f0f0; }
          .section-mainSlider .mainSliderBlock .btnBlock .btn-goToSliderTarget {
            border: none;
            display: block; } }

/* 191226 add*/
@media screen and (max-width: 768px) { #header .headerMain .inner { height: 80px; } }
#header .headerMain .siteCatch { position: absolute; top: 15px; left: 0; font-size: 1.2rem; line-height: 1em; color: #333333; font-weight: normal; }

@media screen and (max-width: 768px) { #header .headerMain .siteCatch { position: static; font-size: 1rem; line-height: 2em; color: #ffffff; background-color: #ff7c00; text-align: center; } }
#header .headerMain .logo-chuden { position: absolute; top: 0px; left: 20px; width: 78px; }

@media screen and (max-width: 768px) { #header .headerMain .logo-chuden { position: absolute; top: 20px; left: 1.5625%; width: 49px; } }
#header .headerMain .logo-tokutoku { position: absolute; top: 43px; left: 0; width: 243px; }

@media screen and (max-width: 768px) { #header .headerMain .logo-tokutoku { position: absolute; top: 30px; left: 50%; width: 162px; margin-left: -81px; } }
#header .headerMain .logo-tokutoku:after { content: ""; display: block; position: absolute; top: -8px; left: 273px; width: 75px; height: 80px; background: url("/assets/katene/images/common/header-kateneko.png") no-repeat; }


/*# sourceMappingURL=style.css.map */
