@charset "UTF-8";
/* ==========================================================
 fonts
========================================================== */
/* ==========================================================
 base
========================================================== */
/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
}

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

input, textarea, select {
  /*-webkit-appearance: none;*/
}

textarea {
  resize: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  height: auto;
  vertical-align: top;
}

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal;
}

a, input {
  /* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/
}

sup, sub {
  font-size: 63%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* ==========================================================
 base Link
========================================================== */
a {
  text-decoration: none;
  color: #323435;
}

@media (min-width: 897px) {
  a:hover {
    text-decoration: underline;
  }
}

/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.contents:before, .contents:after {
  content: "";
  display: table;
}

.clearfix:after, .contents:after {
  clear: both;
}

/* For IE 6/7
---------------------------------------------------------- */
.clearfix, .contents {
  *zoom: 1;
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 layout
========================================================== */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.35rem;
  line-height: 1.9;
  color: #323435;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 896px) {
  body {
    min-width: 1px;
    font-size: 1.4rem;
    line-height: 1.7;
    word-wrap: break-word;
  }
}

body .bg-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.7);
}

/* wrapper
---------------------------------------------------------- */
.wrapper {
  overflow: hidden;
  opacity: 0;
}

@media (min-width: 897px) {
  .wrapper {
    min-width: 1200px;
  }
}

/* nav-breadcrumb
---------------------------------------------------------- */
/* contents
---------------------------------------------------------- */
.contents-main {
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 896px) {
  .contents-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
  }
}

.contents-sub {
  width: 260px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 40px;
}

@media (max-width: 896px) {
  .contents-sub {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 40px;
  }
}

.contents-inner {
  width: 950px;
  /* padding-right: 100px; */
}

@media (max-width: 896px) {
  .contents-inner {
    width: 100%;
    padding-right: 0;
  }
}

/* container
---------------------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 897px) {
  .container {
    max-width: 1190px;
  }
}

@media (min-width: 897px) {
  .container .container-in {
    padding-right: 7%;
    padding-left: 7%;
  }
}

.container.-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

@media (max-width: 896px) {
  .container.-sub {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
}

@media (min-width: 897px) {
  .container.-cen {
    max-width: 1000px;
  }
}

/* -----------------------------------------------------------------------------
  onload
  -------------------------------------------------------------------------- */
.onload .wrapper,
.onload .footer {
  opacity: 1;
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* c-grid
---------------------------------------------------------- */
/*
  Exam
  <div class="row pd-32 pd-sp-0">
    <div class="col-pc-6 col-sp-12">
      test
    </div>
    <div class="col-pc-6 col-sp-12">
      test
    </div>
    <div class="col-pc-6 col-sp-12">
      test
    </div>
  </div>
  **pd-32 -> .row { margin-left: -32px; margin-right: -32px;}
          -> .row [class^="col"] { padding-left: 32px; padding-right: 32px;}
*/
.c-grid {
  /* c-grid col-i
---------------------------------------------------------- */
}

.c-grid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-grid .row.pd-0 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

.c-grid .row.pd-0 > [class^="col"] {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
}

.c-grid .row.pd-1 {
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -2px;
}

.c-grid .row.pd-1 > [class^="col"] {
  padding-left: 1px;
  padding-right: 1px;
  margin-top: 2px;
}

.c-grid .row.pd-2 {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: -4px;
}

.c-grid .row.pd-2 > [class^="col"] {
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 4px;
}

.c-grid .row.pd-3 {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -6px;
}

.c-grid .row.pd-3 > [class^="col"] {
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 6px;
}

.c-grid .row.pd-4 {
  margin-left: -4px;
  margin-right: -4px;
  margin-top: -8px;
}

.c-grid .row.pd-4 > [class^="col"] {
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 8px;
}

.c-grid .row.pd-5 {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.c-grid .row.pd-5 > [class^="col"] {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
}

.c-grid .row.pd-6 {
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -12px;
}

.c-grid .row.pd-6 > [class^="col"] {
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 12px;
}

.c-grid .row.pd-7 {
  margin-left: -7px;
  margin-right: -7px;
  margin-top: -14px;
}

.c-grid .row.pd-7 > [class^="col"] {
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 14px;
}

.c-grid .row.pd-8 {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -16px;
}

.c-grid .row.pd-8 > [class^="col"] {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 16px;
}

.c-grid .row.pd-9 {
  margin-left: -9px;
  margin-right: -9px;
  margin-top: -18px;
}

.c-grid .row.pd-9 > [class^="col"] {
  padding-left: 9px;
  padding-right: 9px;
  margin-top: 18px;
}

.c-grid .row.pd-10 {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
}

.c-grid .row.pd-10 > [class^="col"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}

.c-grid .row.pd-11 {
  margin-left: -11px;
  margin-right: -11px;
  margin-top: -22px;
}

.c-grid .row.pd-11 > [class^="col"] {
  padding-left: 11px;
  padding-right: 11px;
  margin-top: 22px;
}

.c-grid .row.pd-12 {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -24px;
}

.c-grid .row.pd-12 > [class^="col"] {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 24px;
}

.c-grid .row.pd-13 {
  margin-left: -13px;
  margin-right: -13px;
  margin-top: -26px;
}

.c-grid .row.pd-13 > [class^="col"] {
  padding-left: 13px;
  padding-right: 13px;
  margin-top: 26px;
}

.c-grid .row.pd-14 {
  margin-left: -14px;
  margin-right: -14px;
  margin-top: -28px;
}

.c-grid .row.pd-14 > [class^="col"] {
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 28px;
}

.c-grid .row.pd-15 {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}

.c-grid .row.pd-15 > [class^="col"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}

.c-grid .row.pd-16 {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -32px;
}

.c-grid .row.pd-16 > [class^="col"] {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 32px;
}

.c-grid .row.pd-17 {
  margin-left: -17px;
  margin-right: -17px;
  margin-top: -34px;
}

.c-grid .row.pd-17 > [class^="col"] {
  padding-left: 17px;
  padding-right: 17px;
  margin-top: 34px;
}

.c-grid .row.pd-18 {
  margin-left: -18px;
  margin-right: -18px;
  margin-top: -36px;
}

.c-grid .row.pd-18 > [class^="col"] {
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 36px;
}

.c-grid .row.pd-19 {
  margin-left: -19px;
  margin-right: -19px;
  margin-top: -38px;
}

.c-grid .row.pd-19 > [class^="col"] {
  padding-left: 19px;
  padding-right: 19px;
  margin-top: 38px;
}

.c-grid .row.pd-20 {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -40px;
}

.c-grid .row.pd-20 > [class^="col"] {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
}

.c-grid .row.pd-21 {
  margin-left: -21px;
  margin-right: -21px;
  margin-top: -42px;
}

.c-grid .row.pd-21 > [class^="col"] {
  padding-left: 21px;
  padding-right: 21px;
  margin-top: 42px;
}

.c-grid .row.pd-22 {
  margin-left: -22px;
  margin-right: -22px;
  margin-top: -44px;
}

.c-grid .row.pd-22 > [class^="col"] {
  padding-left: 22px;
  padding-right: 22px;
  margin-top: 44px;
}

.c-grid .row.pd-23 {
  margin-left: -23px;
  margin-right: -23px;
  margin-top: -46px;
}

.c-grid .row.pd-23 > [class^="col"] {
  padding-left: 23px;
  padding-right: 23px;
  margin-top: 46px;
}

.c-grid .row.pd-24 {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -48px;
}

.c-grid .row.pd-24 > [class^="col"] {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 48px;
}

.c-grid .row.pd-25 {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -50px;
}

.c-grid .row.pd-25 > [class^="col"] {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 50px;
}

.c-grid .row.pd-26 {
  margin-left: -26px;
  margin-right: -26px;
  margin-top: -52px;
}

.c-grid .row.pd-26 > [class^="col"] {
  padding-left: 26px;
  padding-right: 26px;
  margin-top: 52px;
}

.c-grid .row.pd-27 {
  margin-left: -27px;
  margin-right: -27px;
  margin-top: -54px;
}

.c-grid .row.pd-27 > [class^="col"] {
  padding-left: 27px;
  padding-right: 27px;
  margin-top: 54px;
}

.c-grid .row.pd-28 {
  margin-left: -28px;
  margin-right: -28px;
  margin-top: -56px;
}

.c-grid .row.pd-28 > [class^="col"] {
  padding-left: 28px;
  padding-right: 28px;
  margin-top: 56px;
}

.c-grid .row.pd-29 {
  margin-left: -29px;
  margin-right: -29px;
  margin-top: -58px;
}

.c-grid .row.pd-29 > [class^="col"] {
  padding-left: 29px;
  padding-right: 29px;
  margin-top: 58px;
}

.c-grid .row.pd-30 {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -60px;
}

.c-grid .row.pd-30 > [class^="col"] {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 60px;
}

.c-grid .row.pd-31 {
  margin-left: -31px;
  margin-right: -31px;
  margin-top: -62px;
}

.c-grid .row.pd-31 > [class^="col"] {
  padding-left: 31px;
  padding-right: 31px;
  margin-top: 62px;
}

.c-grid .row.pd-32 {
  margin-left: -32px;
  margin-right: -32px;
  margin-top: -64px;
}

.c-grid .row.pd-32 > [class^="col"] {
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 64px;
}

.c-grid .row.pd-33 {
  margin-left: -33px;
  margin-right: -33px;
  margin-top: -66px;
}

.c-grid .row.pd-33 > [class^="col"] {
  padding-left: 33px;
  padding-right: 33px;
  margin-top: 66px;
}

.c-grid .row.pd-34 {
  margin-left: -34px;
  margin-right: -34px;
  margin-top: -68px;
}

.c-grid .row.pd-34 > [class^="col"] {
  padding-left: 34px;
  padding-right: 34px;
  margin-top: 68px;
}

.c-grid .row.pd-35 {
  margin-left: -35px;
  margin-right: -35px;
  margin-top: -70px;
}

.c-grid .row.pd-35 > [class^="col"] {
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 70px;
}

.c-grid .row.pd-36 {
  margin-left: -36px;
  margin-right: -36px;
  margin-top: -72px;
}

.c-grid .row.pd-36 > [class^="col"] {
  padding-left: 36px;
  padding-right: 36px;
  margin-top: 72px;
}

.c-grid .row.pd-37 {
  margin-left: -37px;
  margin-right: -37px;
  margin-top: -74px;
}

.c-grid .row.pd-37 > [class^="col"] {
  padding-left: 37px;
  padding-right: 37px;
  margin-top: 74px;
}

.c-grid .row.pd-38 {
  margin-left: -38px;
  margin-right: -38px;
  margin-top: -76px;
}

.c-grid .row.pd-38 > [class^="col"] {
  padding-left: 38px;
  padding-right: 38px;
  margin-top: 76px;
}

.c-grid .row.pd-39 {
  margin-left: -39px;
  margin-right: -39px;
  margin-top: -78px;
}

.c-grid .row.pd-39 > [class^="col"] {
  padding-left: 39px;
  padding-right: 39px;
  margin-top: 78px;
}

.c-grid .row.pd-40 {
  margin-left: -40px;
  margin-right: -40px;
  margin-top: -80px;
}

.c-grid .row.pd-40 > [class^="col"] {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 80px;
}

.c-grid .row.pd-41 {
  margin-left: -41px;
  margin-right: -41px;
  margin-top: -82px;
}

.c-grid .row.pd-41 > [class^="col"] {
  padding-left: 41px;
  padding-right: 41px;
  margin-top: 82px;
}

.c-grid .row.pd-42 {
  margin-left: -42px;
  margin-right: -42px;
  margin-top: -84px;
}

.c-grid .row.pd-42 > [class^="col"] {
  padding-left: 42px;
  padding-right: 42px;
  margin-top: 84px;
}

.c-grid .row.pd-43 {
  margin-left: -43px;
  margin-right: -43px;
  margin-top: -86px;
}

.c-grid .row.pd-43 > [class^="col"] {
  padding-left: 43px;
  padding-right: 43px;
  margin-top: 86px;
}

.c-grid .row.pd-44 {
  margin-left: -44px;
  margin-right: -44px;
  margin-top: -88px;
}

.c-grid .row.pd-44 > [class^="col"] {
  padding-left: 44px;
  padding-right: 44px;
  margin-top: 88px;
}

.c-grid .row.pd-45 {
  margin-left: -45px;
  margin-right: -45px;
  margin-top: -90px;
}

.c-grid .row.pd-45 > [class^="col"] {
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 90px;
}

.c-grid .row.pd-46 {
  margin-left: -46px;
  margin-right: -46px;
  margin-top: -92px;
}

.c-grid .row.pd-46 > [class^="col"] {
  padding-left: 46px;
  padding-right: 46px;
  margin-top: 92px;
}

.c-grid .row.pd-47 {
  margin-left: -47px;
  margin-right: -47px;
  margin-top: -94px;
}

.c-grid .row.pd-47 > [class^="col"] {
  padding-left: 47px;
  padding-right: 47px;
  margin-top: 94px;
}

.c-grid .row.pd-48 {
  margin-left: -48px;
  margin-right: -48px;
  margin-top: -96px;
}

.c-grid .row.pd-48 > [class^="col"] {
  padding-left: 48px;
  padding-right: 48px;
  margin-top: 96px;
}

.c-grid .row.pd-49 {
  margin-left: -49px;
  margin-right: -49px;
  margin-top: -98px;
}

.c-grid .row.pd-49 > [class^="col"] {
  padding-left: 49px;
  padding-right: 49px;
  margin-top: 98px;
}

.c-grid .row.pd-50 {
  margin-left: -50px;
  margin-right: -50px;
  margin-top: -100px;
}

.c-grid .row.pd-50 > [class^="col"] {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 100px;
}

.c-grid .row.pd-51 {
  margin-left: -51px;
  margin-right: -51px;
  margin-top: -102px;
}

.c-grid .row.pd-51 > [class^="col"] {
  padding-left: 51px;
  padding-right: 51px;
  margin-top: 102px;
}

.c-grid .row.pd-52 {
  margin-left: -52px;
  margin-right: -52px;
  margin-top: -104px;
}

.c-grid .row.pd-52 > [class^="col"] {
  padding-left: 52px;
  padding-right: 52px;
  margin-top: 104px;
}

.c-grid .row.pd-53 {
  margin-left: -53px;
  margin-right: -53px;
  margin-top: -106px;
}

.c-grid .row.pd-53 > [class^="col"] {
  padding-left: 53px;
  padding-right: 53px;
  margin-top: 106px;
}

.c-grid .row.pd-54 {
  margin-left: -54px;
  margin-right: -54px;
  margin-top: -108px;
}

.c-grid .row.pd-54 > [class^="col"] {
  padding-left: 54px;
  padding-right: 54px;
  margin-top: 108px;
}

.c-grid .row.pd-55 {
  margin-left: -55px;
  margin-right: -55px;
  margin-top: -110px;
}

.c-grid .row.pd-55 > [class^="col"] {
  padding-left: 55px;
  padding-right: 55px;
  margin-top: 110px;
}

.c-grid .row.pd-56 {
  margin-left: -56px;
  margin-right: -56px;
  margin-top: -112px;
}

.c-grid .row.pd-56 > [class^="col"] {
  padding-left: 56px;
  padding-right: 56px;
  margin-top: 112px;
}

.c-grid .row.pd-57 {
  margin-left: -57px;
  margin-right: -57px;
  margin-top: -114px;
}

.c-grid .row.pd-57 > [class^="col"] {
  padding-left: 57px;
  padding-right: 57px;
  margin-top: 114px;
}

.c-grid .row.pd-58 {
  margin-left: -58px;
  margin-right: -58px;
  margin-top: -116px;
}

.c-grid .row.pd-58 > [class^="col"] {
  padding-left: 58px;
  padding-right: 58px;
  margin-top: 116px;
}

.c-grid .row.pd-59 {
  margin-left: -59px;
  margin-right: -59px;
  margin-top: -118px;
}

.c-grid .row.pd-59 > [class^="col"] {
  padding-left: 59px;
  padding-right: 59px;
  margin-top: 118px;
}

.c-grid .row.pd-60 {
  margin-left: -60px;
  margin-right: -60px;
  margin-top: -120px;
}

.c-grid .row.pd-60 > [class^="col"] {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 120px;
}

@media (min-width: 897px) {
  .c-grid .row.pd-pc-0 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .c-grid .row.pd-pc-0 > [class^="col"] {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
  }
  .c-grid .row.pd-pc-1 {
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -2px;
  }
  .c-grid .row.pd-pc-1 > [class^="col"] {
    padding-left: 1px;
    padding-right: 1px;
    margin-top: 2px;
  }
  .c-grid .row.pd-pc-2 {
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -4px;
  }
  .c-grid .row.pd-pc-2 > [class^="col"] {
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 4px;
  }
  .c-grid .row.pd-pc-3 {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -6px;
  }
  .c-grid .row.pd-pc-3 > [class^="col"] {
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 6px;
  }
  .c-grid .row.pd-pc-4 {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -8px;
  }
  .c-grid .row.pd-pc-4 > [class^="col"] {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 8px;
  }
  .c-grid .row.pd-pc-5 {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px;
  }
  .c-grid .row.pd-pc-5 > [class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
  }
  .c-grid .row.pd-pc-6 {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: -12px;
  }
  .c-grid .row.pd-pc-6 > [class^="col"] {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 12px;
  }
  .c-grid .row.pd-pc-7 {
    margin-left: -7px;
    margin-right: -7px;
    margin-top: -14px;
  }
  .c-grid .row.pd-pc-7 > [class^="col"] {
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 14px;
  }
  .c-grid .row.pd-pc-8 {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -16px;
  }
  .c-grid .row.pd-pc-8 > [class^="col"] {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 16px;
  }
  .c-grid .row.pd-pc-9 {
    margin-left: -9px;
    margin-right: -9px;
    margin-top: -18px;
  }
  .c-grid .row.pd-pc-9 > [class^="col"] {
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 18px;
  }
  .c-grid .row.pd-pc-10 {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
  }
  .c-grid .row.pd-pc-10 > [class^="col"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .c-grid .row.pd-pc-11 {
    margin-left: -11px;
    margin-right: -11px;
    margin-top: -22px;
  }
  .c-grid .row.pd-pc-11 > [class^="col"] {
    padding-left: 11px;
    padding-right: 11px;
    margin-top: 22px;
  }
  .c-grid .row.pd-pc-12 {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -24px;
  }
  .c-grid .row.pd-pc-12 > [class^="col"] {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 24px;
  }
  .c-grid .row.pd-pc-13 {
    margin-left: -13px;
    margin-right: -13px;
    margin-top: -26px;
  }
  .c-grid .row.pd-pc-13 > [class^="col"] {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 26px;
  }
  .c-grid .row.pd-pc-14 {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: -28px;
  }
  .c-grid .row.pd-pc-14 > [class^="col"] {
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 28px;
  }
  .c-grid .row.pd-pc-15 {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px;
  }
  .c-grid .row.pd-pc-15 > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
  .c-grid .row.pd-pc-16 {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -32px;
  }
  .c-grid .row.pd-pc-16 > [class^="col"] {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 32px;
  }
  .c-grid .row.pd-pc-17 {
    margin-left: -17px;
    margin-right: -17px;
    margin-top: -34px;
  }
  .c-grid .row.pd-pc-17 > [class^="col"] {
    padding-left: 17px;
    padding-right: 17px;
    margin-top: 34px;
  }
  .c-grid .row.pd-pc-18 {
    margin-left: -18px;
    margin-right: -18px;
    margin-top: -36px;
  }
  .c-grid .row.pd-pc-18 > [class^="col"] {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 36px;
  }
  .c-grid .row.pd-pc-19 {
    margin-left: -19px;
    margin-right: -19px;
    margin-top: -38px;
  }
  .c-grid .row.pd-pc-19 > [class^="col"] {
    padding-left: 19px;
    padding-right: 19px;
    margin-top: 38px;
  }
  .c-grid .row.pd-pc-20 {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -40px;
  }
  .c-grid .row.pd-pc-20 > [class^="col"] {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
  .c-grid .row.pd-pc-21 {
    margin-left: -21px;
    margin-right: -21px;
    margin-top: -42px;
  }
  .c-grid .row.pd-pc-21 > [class^="col"] {
    padding-left: 21px;
    padding-right: 21px;
    margin-top: 42px;
  }
  .c-grid .row.pd-pc-22 {
    margin-left: -22px;
    margin-right: -22px;
    margin-top: -44px;
  }
  .c-grid .row.pd-pc-22 > [class^="col"] {
    padding-left: 22px;
    padding-right: 22px;
    margin-top: 44px;
  }
  .c-grid .row.pd-pc-23 {
    margin-left: -23px;
    margin-right: -23px;
    margin-top: -46px;
  }
  .c-grid .row.pd-pc-23 > [class^="col"] {
    padding-left: 23px;
    padding-right: 23px;
    margin-top: 46px;
  }
  .c-grid .row.pd-pc-24 {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -48px;
  }
  .c-grid .row.pd-pc-24 > [class^="col"] {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 48px;
  }
  .c-grid .row.pd-pc-25 {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -50px;
  }
  .c-grid .row.pd-pc-25 > [class^="col"] {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 50px;
  }
  .c-grid .row.pd-pc-26 {
    margin-left: -26px;
    margin-right: -26px;
    margin-top: -52px;
  }
  .c-grid .row.pd-pc-26 > [class^="col"] {
    padding-left: 26px;
    padding-right: 26px;
    margin-top: 52px;
  }
  .c-grid .row.pd-pc-27 {
    margin-left: -27px;
    margin-right: -27px;
    margin-top: -54px;
  }
  .c-grid .row.pd-pc-27 > [class^="col"] {
    padding-left: 27px;
    padding-right: 27px;
    margin-top: 54px;
  }
  .c-grid .row.pd-pc-28 {
    margin-left: -28px;
    margin-right: -28px;
    margin-top: -56px;
  }
  .c-grid .row.pd-pc-28 > [class^="col"] {
    padding-left: 28px;
    padding-right: 28px;
    margin-top: 56px;
  }
  .c-grid .row.pd-pc-29 {
    margin-left: -29px;
    margin-right: -29px;
    margin-top: -58px;
  }
  .c-grid .row.pd-pc-29 > [class^="col"] {
    padding-left: 29px;
    padding-right: 29px;
    margin-top: 58px;
  }
  .c-grid .row.pd-pc-30 {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -60px;
  }
  .c-grid .row.pd-pc-30 > [class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 60px;
  }
  .c-grid .row.pd-pc-31 {
    margin-left: -31px;
    margin-right: -31px;
    margin-top: -62px;
  }
  .c-grid .row.pd-pc-31 > [class^="col"] {
    padding-left: 31px;
    padding-right: 31px;
    margin-top: 62px;
  }
  .c-grid .row.pd-pc-32 {
    margin-left: -32px;
    margin-right: -32px;
    margin-top: -64px;
  }
  .c-grid .row.pd-pc-32 > [class^="col"] {
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 64px;
  }
  .c-grid .row.pd-pc-33 {
    margin-left: -33px;
    margin-right: -33px;
    margin-top: -66px;
  }
  .c-grid .row.pd-pc-33 > [class^="col"] {
    padding-left: 33px;
    padding-right: 33px;
    margin-top: 66px;
  }
  .c-grid .row.pd-pc-34 {
    margin-left: -34px;
    margin-right: -34px;
    margin-top: -68px;
  }
  .c-grid .row.pd-pc-34 > [class^="col"] {
    padding-left: 34px;
    padding-right: 34px;
    margin-top: 68px;
  }
  .c-grid .row.pd-pc-35 {
    margin-left: -35px;
    margin-right: -35px;
    margin-top: -70px;
  }
  .c-grid .row.pd-pc-35 > [class^="col"] {
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 70px;
  }
  .c-grid .row.pd-pc-36 {
    margin-left: -36px;
    margin-right: -36px;
    margin-top: -72px;
  }
  .c-grid .row.pd-pc-36 > [class^="col"] {
    padding-left: 36px;
    padding-right: 36px;
    margin-top: 72px;
  }
  .c-grid .row.pd-pc-37 {
    margin-left: -37px;
    margin-right: -37px;
    margin-top: -74px;
  }
  .c-grid .row.pd-pc-37 > [class^="col"] {
    padding-left: 37px;
    padding-right: 37px;
    margin-top: 74px;
  }
  .c-grid .row.pd-pc-38 {
    margin-left: -38px;
    margin-right: -38px;
    margin-top: -76px;
  }
  .c-grid .row.pd-pc-38 > [class^="col"] {
    padding-left: 38px;
    padding-right: 38px;
    margin-top: 76px;
  }
  .c-grid .row.pd-pc-39 {
    margin-left: -39px;
    margin-right: -39px;
    margin-top: -78px;
  }
  .c-grid .row.pd-pc-39 > [class^="col"] {
    padding-left: 39px;
    padding-right: 39px;
    margin-top: 78px;
  }
  .c-grid .row.pd-pc-40 {
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -80px;
  }
  .c-grid .row.pd-pc-40 > [class^="col"] {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 80px;
  }
  .c-grid .row.pd-pc-41 {
    margin-left: -41px;
    margin-right: -41px;
    margin-top: -82px;
  }
  .c-grid .row.pd-pc-41 > [class^="col"] {
    padding-left: 41px;
    padding-right: 41px;
    margin-top: 82px;
  }
  .c-grid .row.pd-pc-42 {
    margin-left: -42px;
    margin-right: -42px;
    margin-top: -84px;
  }
  .c-grid .row.pd-pc-42 > [class^="col"] {
    padding-left: 42px;
    padding-right: 42px;
    margin-top: 84px;
  }
  .c-grid .row.pd-pc-43 {
    margin-left: -43px;
    margin-right: -43px;
    margin-top: -86px;
  }
  .c-grid .row.pd-pc-43 > [class^="col"] {
    padding-left: 43px;
    padding-right: 43px;
    margin-top: 86px;
  }
  .c-grid .row.pd-pc-44 {
    margin-left: -44px;
    margin-right: -44px;
    margin-top: -88px;
  }
  .c-grid .row.pd-pc-44 > [class^="col"] {
    padding-left: 44px;
    padding-right: 44px;
    margin-top: 88px;
  }
  .c-grid .row.pd-pc-45 {
    margin-left: -45px;
    margin-right: -45px;
    margin-top: -90px;
  }
  .c-grid .row.pd-pc-45 > [class^="col"] {
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 90px;
  }
  .c-grid .row.pd-pc-46 {
    margin-left: -46px;
    margin-right: -46px;
    margin-top: -92px;
  }
  .c-grid .row.pd-pc-46 > [class^="col"] {
    padding-left: 46px;
    padding-right: 46px;
    margin-top: 92px;
  }
  .c-grid .row.pd-pc-47 {
    margin-left: -47px;
    margin-right: -47px;
    margin-top: -94px;
  }
  .c-grid .row.pd-pc-47 > [class^="col"] {
    padding-left: 47px;
    padding-right: 47px;
    margin-top: 94px;
  }
  .c-grid .row.pd-pc-48 {
    margin-left: -48px;
    margin-right: -48px;
    margin-top: -96px;
  }
  .c-grid .row.pd-pc-48 > [class^="col"] {
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 96px;
  }
  .c-grid .row.pd-pc-49 {
    margin-left: -49px;
    margin-right: -49px;
    margin-top: -98px;
  }
  .c-grid .row.pd-pc-49 > [class^="col"] {
    padding-left: 49px;
    padding-right: 49px;
    margin-top: 98px;
  }
  .c-grid .row.pd-pc-50 {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: -100px;
  }
  .c-grid .row.pd-pc-50 > [class^="col"] {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 100px;
  }
  .c-grid .row.pd-pc-51 {
    margin-left: -51px;
    margin-right: -51px;
    margin-top: -102px;
  }
  .c-grid .row.pd-pc-51 > [class^="col"] {
    padding-left: 51px;
    padding-right: 51px;
    margin-top: 102px;
  }
  .c-grid .row.pd-pc-52 {
    margin-left: -52px;
    margin-right: -52px;
    margin-top: -104px;
  }
  .c-grid .row.pd-pc-52 > [class^="col"] {
    padding-left: 52px;
    padding-right: 52px;
    margin-top: 104px;
  }
  .c-grid .row.pd-pc-53 {
    margin-left: -53px;
    margin-right: -53px;
    margin-top: -106px;
  }
  .c-grid .row.pd-pc-53 > [class^="col"] {
    padding-left: 53px;
    padding-right: 53px;
    margin-top: 106px;
  }
  .c-grid .row.pd-pc-54 {
    margin-left: -54px;
    margin-right: -54px;
    margin-top: -108px;
  }
  .c-grid .row.pd-pc-54 > [class^="col"] {
    padding-left: 54px;
    padding-right: 54px;
    margin-top: 108px;
  }
  .c-grid .row.pd-pc-55 {
    margin-left: -55px;
    margin-right: -55px;
    margin-top: -110px;
  }
  .c-grid .row.pd-pc-55 > [class^="col"] {
    padding-left: 55px;
    padding-right: 55px;
    margin-top: 110px;
  }
  .c-grid .row.pd-pc-56 {
    margin-left: -56px;
    margin-right: -56px;
    margin-top: -112px;
  }
  .c-grid .row.pd-pc-56 > [class^="col"] {
    padding-left: 56px;
    padding-right: 56px;
    margin-top: 112px;
  }
  .c-grid .row.pd-pc-57 {
    margin-left: -57px;
    margin-right: -57px;
    margin-top: -114px;
  }
  .c-grid .row.pd-pc-57 > [class^="col"] {
    padding-left: 57px;
    padding-right: 57px;
    margin-top: 114px;
  }
  .c-grid .row.pd-pc-58 {
    margin-left: -58px;
    margin-right: -58px;
    margin-top: -116px;
  }
  .c-grid .row.pd-pc-58 > [class^="col"] {
    padding-left: 58px;
    padding-right: 58px;
    margin-top: 116px;
  }
  .c-grid .row.pd-pc-59 {
    margin-left: -59px;
    margin-right: -59px;
    margin-top: -118px;
  }
  .c-grid .row.pd-pc-59 > [class^="col"] {
    padding-left: 59px;
    padding-right: 59px;
    margin-top: 118px;
  }
  .c-grid .row.pd-pc-60 {
    margin-left: -60px;
    margin-right: -60px;
    margin-top: -120px;
  }
  .c-grid .row.pd-pc-60 > [class^="col"] {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 120px;
  }
}

@media (max-width: 896px) {
  .c-grid .row.pd-sp-0 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .c-grid .row.pd-sp-0 > [class^="col"] {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
  }
  .c-grid .row.pd-sp-1 {
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -2px;
  }
  .c-grid .row.pd-sp-1 > [class^="col"] {
    padding-left: 1px;
    padding-right: 1px;
    margin-top: 2px;
  }
  .c-grid .row.pd-sp-2 {
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -4px;
  }
  .c-grid .row.pd-sp-2 > [class^="col"] {
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 4px;
  }
  .c-grid .row.pd-sp-3 {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -6px;
  }
  .c-grid .row.pd-sp-3 > [class^="col"] {
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 6px;
  }
  .c-grid .row.pd-sp-4 {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -8px;
  }
  .c-grid .row.pd-sp-4 > [class^="col"] {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 8px;
  }
  .c-grid .row.pd-sp-5 {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px;
  }
  .c-grid .row.pd-sp-5 > [class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
  }
  .c-grid .row.pd-sp-6 {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: -12px;
  }
  .c-grid .row.pd-sp-6 > [class^="col"] {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 12px;
  }
  .c-grid .row.pd-sp-7 {
    margin-left: -7px;
    margin-right: -7px;
    margin-top: -14px;
  }
  .c-grid .row.pd-sp-7 > [class^="col"] {
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 14px;
  }
  .c-grid .row.pd-sp-8 {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -16px;
  }
  .c-grid .row.pd-sp-8 > [class^="col"] {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 16px;
  }
  .c-grid .row.pd-sp-9 {
    margin-left: -9px;
    margin-right: -9px;
    margin-top: -18px;
  }
  .c-grid .row.pd-sp-9 > [class^="col"] {
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 18px;
  }
  .c-grid .row.pd-sp-10 {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
  }
  .c-grid .row.pd-sp-10 > [class^="col"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .c-grid .row.pd-sp-11 {
    margin-left: -11px;
    margin-right: -11px;
    margin-top: -22px;
  }
  .c-grid .row.pd-sp-11 > [class^="col"] {
    padding-left: 11px;
    padding-right: 11px;
    margin-top: 22px;
  }
  .c-grid .row.pd-sp-12 {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -24px;
  }
  .c-grid .row.pd-sp-12 > [class^="col"] {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 24px;
  }
  .c-grid .row.pd-sp-13 {
    margin-left: -13px;
    margin-right: -13px;
    margin-top: -26px;
  }
  .c-grid .row.pd-sp-13 > [class^="col"] {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 26px;
  }
  .c-grid .row.pd-sp-14 {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: -28px;
  }
  .c-grid .row.pd-sp-14 > [class^="col"] {
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 28px;
  }
  .c-grid .row.pd-sp-15 {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px;
  }
  .c-grid .row.pd-sp-15 > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
  .c-grid .row.pd-sp-16 {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -32px;
  }
  .c-grid .row.pd-sp-16 > [class^="col"] {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 32px;
  }
  .c-grid .row.pd-sp-17 {
    margin-left: -17px;
    margin-right: -17px;
    margin-top: -34px;
  }
  .c-grid .row.pd-sp-17 > [class^="col"] {
    padding-left: 17px;
    padding-right: 17px;
    margin-top: 34px;
  }
  .c-grid .row.pd-sp-18 {
    margin-left: -18px;
    margin-right: -18px;
    margin-top: -36px;
  }
  .c-grid .row.pd-sp-18 > [class^="col"] {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 36px;
  }
  .c-grid .row.pd-sp-19 {
    margin-left: -19px;
    margin-right: -19px;
    margin-top: -38px;
  }
  .c-grid .row.pd-sp-19 > [class^="col"] {
    padding-left: 19px;
    padding-right: 19px;
    margin-top: 38px;
  }
  .c-grid .row.pd-sp-20 {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -40px;
  }
  .c-grid .row.pd-sp-20 > [class^="col"] {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
  .c-grid .row.pd-sp-21 {
    margin-left: -21px;
    margin-right: -21px;
    margin-top: -42px;
  }
  .c-grid .row.pd-sp-21 > [class^="col"] {
    padding-left: 21px;
    padding-right: 21px;
    margin-top: 42px;
  }
  .c-grid .row.pd-sp-22 {
    margin-left: -22px;
    margin-right: -22px;
    margin-top: -44px;
  }
  .c-grid .row.pd-sp-22 > [class^="col"] {
    padding-left: 22px;
    padding-right: 22px;
    margin-top: 44px;
  }
  .c-grid .row.pd-sp-23 {
    margin-left: -23px;
    margin-right: -23px;
    margin-top: -46px;
  }
  .c-grid .row.pd-sp-23 > [class^="col"] {
    padding-left: 23px;
    padding-right: 23px;
    margin-top: 46px;
  }
  .c-grid .row.pd-sp-24 {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -48px;
  }
  .c-grid .row.pd-sp-24 > [class^="col"] {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 48px;
  }
  .c-grid .row.pd-sp-25 {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -50px;
  }
  .c-grid .row.pd-sp-25 > [class^="col"] {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 50px;
  }
  .c-grid .row.pd-sp-26 {
    margin-left: -26px;
    margin-right: -26px;
    margin-top: -52px;
  }
  .c-grid .row.pd-sp-26 > [class^="col"] {
    padding-left: 26px;
    padding-right: 26px;
    margin-top: 52px;
  }
  .c-grid .row.pd-sp-27 {
    margin-left: -27px;
    margin-right: -27px;
    margin-top: -54px;
  }
  .c-grid .row.pd-sp-27 > [class^="col"] {
    padding-left: 27px;
    padding-right: 27px;
    margin-top: 54px;
  }
  .c-grid .row.pd-sp-28 {
    margin-left: -28px;
    margin-right: -28px;
    margin-top: -56px;
  }
  .c-grid .row.pd-sp-28 > [class^="col"] {
    padding-left: 28px;
    padding-right: 28px;
    margin-top: 56px;
  }
  .c-grid .row.pd-sp-29 {
    margin-left: -29px;
    margin-right: -29px;
    margin-top: -58px;
  }
  .c-grid .row.pd-sp-29 > [class^="col"] {
    padding-left: 29px;
    padding-right: 29px;
    margin-top: 58px;
  }
  .c-grid .row.pd-sp-30 {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -60px;
  }
  .c-grid .row.pd-sp-30 > [class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 60px;
  }
  .c-grid .row.pd-sp-31 {
    margin-left: -31px;
    margin-right: -31px;
    margin-top: -62px;
  }
  .c-grid .row.pd-sp-31 > [class^="col"] {
    padding-left: 31px;
    padding-right: 31px;
    margin-top: 62px;
  }
  .c-grid .row.pd-sp-32 {
    margin-left: -32px;
    margin-right: -32px;
    margin-top: -64px;
  }
  .c-grid .row.pd-sp-32 > [class^="col"] {
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 64px;
  }
  .c-grid .row.pd-sp-33 {
    margin-left: -33px;
    margin-right: -33px;
    margin-top: -66px;
  }
  .c-grid .row.pd-sp-33 > [class^="col"] {
    padding-left: 33px;
    padding-right: 33px;
    margin-top: 66px;
  }
  .c-grid .row.pd-sp-34 {
    margin-left: -34px;
    margin-right: -34px;
    margin-top: -68px;
  }
  .c-grid .row.pd-sp-34 > [class^="col"] {
    padding-left: 34px;
    padding-right: 34px;
    margin-top: 68px;
  }
  .c-grid .row.pd-sp-35 {
    margin-left: -35px;
    margin-right: -35px;
    margin-top: -70px;
  }
  .c-grid .row.pd-sp-35 > [class^="col"] {
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 70px;
  }
  .c-grid .row.pd-sp-36 {
    margin-left: -36px;
    margin-right: -36px;
    margin-top: -72px;
  }
  .c-grid .row.pd-sp-36 > [class^="col"] {
    padding-left: 36px;
    padding-right: 36px;
    margin-top: 72px;
  }
  .c-grid .row.pd-sp-37 {
    margin-left: -37px;
    margin-right: -37px;
    margin-top: -74px;
  }
  .c-grid .row.pd-sp-37 > [class^="col"] {
    padding-left: 37px;
    padding-right: 37px;
    margin-top: 74px;
  }
  .c-grid .row.pd-sp-38 {
    margin-left: -38px;
    margin-right: -38px;
    margin-top: -76px;
  }
  .c-grid .row.pd-sp-38 > [class^="col"] {
    padding-left: 38px;
    padding-right: 38px;
    margin-top: 76px;
  }
  .c-grid .row.pd-sp-39 {
    margin-left: -39px;
    margin-right: -39px;
    margin-top: -78px;
  }
  .c-grid .row.pd-sp-39 > [class^="col"] {
    padding-left: 39px;
    padding-right: 39px;
    margin-top: 78px;
  }
  .c-grid .row.pd-sp-40 {
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -80px;
  }
  .c-grid .row.pd-sp-40 > [class^="col"] {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 80px;
  }
  .c-grid .row.pd-sp-41 {
    margin-left: -41px;
    margin-right: -41px;
    margin-top: -82px;
  }
  .c-grid .row.pd-sp-41 > [class^="col"] {
    padding-left: 41px;
    padding-right: 41px;
    margin-top: 82px;
  }
  .c-grid .row.pd-sp-42 {
    margin-left: -42px;
    margin-right: -42px;
    margin-top: -84px;
  }
  .c-grid .row.pd-sp-42 > [class^="col"] {
    padding-left: 42px;
    padding-right: 42px;
    margin-top: 84px;
  }
  .c-grid .row.pd-sp-43 {
    margin-left: -43px;
    margin-right: -43px;
    margin-top: -86px;
  }
  .c-grid .row.pd-sp-43 > [class^="col"] {
    padding-left: 43px;
    padding-right: 43px;
    margin-top: 86px;
  }
  .c-grid .row.pd-sp-44 {
    margin-left: -44px;
    margin-right: -44px;
    margin-top: -88px;
  }
  .c-grid .row.pd-sp-44 > [class^="col"] {
    padding-left: 44px;
    padding-right: 44px;
    margin-top: 88px;
  }
  .c-grid .row.pd-sp-45 {
    margin-left: -45px;
    margin-right: -45px;
    margin-top: -90px;
  }
  .c-grid .row.pd-sp-45 > [class^="col"] {
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 90px;
  }
  .c-grid .row.pd-sp-46 {
    margin-left: -46px;
    margin-right: -46px;
    margin-top: -92px;
  }
  .c-grid .row.pd-sp-46 > [class^="col"] {
    padding-left: 46px;
    padding-right: 46px;
    margin-top: 92px;
  }
  .c-grid .row.pd-sp-47 {
    margin-left: -47px;
    margin-right: -47px;
    margin-top: -94px;
  }
  .c-grid .row.pd-sp-47 > [class^="col"] {
    padding-left: 47px;
    padding-right: 47px;
    margin-top: 94px;
  }
  .c-grid .row.pd-sp-48 {
    margin-left: -48px;
    margin-right: -48px;
    margin-top: -96px;
  }
  .c-grid .row.pd-sp-48 > [class^="col"] {
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 96px;
  }
  .c-grid .row.pd-sp-49 {
    margin-left: -49px;
    margin-right: -49px;
    margin-top: -98px;
  }
  .c-grid .row.pd-sp-49 > [class^="col"] {
    padding-left: 49px;
    padding-right: 49px;
    margin-top: 98px;
  }
  .c-grid .row.pd-sp-50 {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: -100px;
  }
  .c-grid .row.pd-sp-50 > [class^="col"] {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 100px;
  }
  .c-grid .row.pd-sp-51 {
    margin-left: -51px;
    margin-right: -51px;
    margin-top: -102px;
  }
  .c-grid .row.pd-sp-51 > [class^="col"] {
    padding-left: 51px;
    padding-right: 51px;
    margin-top: 102px;
  }
  .c-grid .row.pd-sp-52 {
    margin-left: -52px;
    margin-right: -52px;
    margin-top: -104px;
  }
  .c-grid .row.pd-sp-52 > [class^="col"] {
    padding-left: 52px;
    padding-right: 52px;
    margin-top: 104px;
  }
  .c-grid .row.pd-sp-53 {
    margin-left: -53px;
    margin-right: -53px;
    margin-top: -106px;
  }
  .c-grid .row.pd-sp-53 > [class^="col"] {
    padding-left: 53px;
    padding-right: 53px;
    margin-top: 106px;
  }
  .c-grid .row.pd-sp-54 {
    margin-left: -54px;
    margin-right: -54px;
    margin-top: -108px;
  }
  .c-grid .row.pd-sp-54 > [class^="col"] {
    padding-left: 54px;
    padding-right: 54px;
    margin-top: 108px;
  }
  .c-grid .row.pd-sp-55 {
    margin-left: -55px;
    margin-right: -55px;
    margin-top: -110px;
  }
  .c-grid .row.pd-sp-55 > [class^="col"] {
    padding-left: 55px;
    padding-right: 55px;
    margin-top: 110px;
  }
  .c-grid .row.pd-sp-56 {
    margin-left: -56px;
    margin-right: -56px;
    margin-top: -112px;
  }
  .c-grid .row.pd-sp-56 > [class^="col"] {
    padding-left: 56px;
    padding-right: 56px;
    margin-top: 112px;
  }
  .c-grid .row.pd-sp-57 {
    margin-left: -57px;
    margin-right: -57px;
    margin-top: -114px;
  }
  .c-grid .row.pd-sp-57 > [class^="col"] {
    padding-left: 57px;
    padding-right: 57px;
    margin-top: 114px;
  }
  .c-grid .row.pd-sp-58 {
    margin-left: -58px;
    margin-right: -58px;
    margin-top: -116px;
  }
  .c-grid .row.pd-sp-58 > [class^="col"] {
    padding-left: 58px;
    padding-right: 58px;
    margin-top: 116px;
  }
  .c-grid .row.pd-sp-59 {
    margin-left: -59px;
    margin-right: -59px;
    margin-top: -118px;
  }
  .c-grid .row.pd-sp-59 > [class^="col"] {
    padding-left: 59px;
    padding-right: 59px;
    margin-top: 118px;
  }
  .c-grid .row.pd-sp-60 {
    margin-left: -60px;
    margin-right: -60px;
    margin-top: -120px;
  }
  .c-grid .row.pd-sp-60 > [class^="col"] {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 120px;
  }
}

.c-grid .col {
  width: 100%;
}

.c-grid .col-12 {
  width: 100%;
}

.c-grid .col-11 {
  width: 91.66667%;
}

.c-grid .col-10 {
  width: 83.33333%;
}

.c-grid .col-9 {
  width: 75%;
}

.c-grid .col-8 {
  width: 66.66667%;
}

.c-grid .col-7 {
  width: 58.33333%;
}

.c-grid .col-6 {
  width: 50%;
}

.c-grid .col-5 {
  width: 41.66667%;
}

.c-grid .col-4 {
  width: 33.33333%;
}

.c-grid .col-3 {
  width: 25%;
}

.c-grid .col-2 {
  width: 16.66667%;
}

.c-grid .col-1 {
  width: 8.33333%;
}

@media (min-width: 897px) {
  .c-grid .col-pc-12 {
    width: 100%;
  }
  .c-grid .col-pc-11 {
    width: 91.66667%;
  }
  .c-grid .col-pc-10 {
    width: 83.33333%;
  }
  .c-grid .col-pc-9 {
    width: 75%;
  }
  .c-grid .col-pc-8 {
    width: 66.66667%;
  }
  .c-grid .col-pc-7 {
    width: 58.33333%;
  }
  .c-grid .col-pc-6 {
    width: 50%;
  }
  .c-grid .col-pc-5 {
    width: 41.66667%;
  }
  .c-grid .col-pc-4 {
    width: 33.33333%;
  }
  .c-grid .col-pc-3 {
    width: 25%;
  }
  .c-grid .col-pc-2 {
    width: 16.66667%;
  }
  .c-grid .col-pc-1 {
    width: 8.33333%;
  }
}

@media (max-width: 896px) {
  .c-grid .col-sp-12 {
    width: 100%;
  }
  .c-grid .col-sp-11 {
    width: 91.66667%;
  }
  .c-grid .col-sp-10 {
    width: 83.33333%;
  }
  .c-grid .col-sp-9 {
    width: 75%;
  }
  .c-grid .col-sp-8 {
    width: 66.66667%;
  }
  .c-grid .col-sp-7 {
    width: 58.33333%;
  }
  .c-grid .col-sp-6 {
    width: 50%;
  }
  .c-grid .col-sp-5 {
    width: 41.66667%;
  }
  .c-grid .col-sp-4 {
    width: 33.33333%;
  }
  .c-grid .col-sp-3 {
    width: 25%;
  }
  .c-grid .col-sp-2 {
    width: 16.66667%;
  }
  .c-grid .col-sp-1 {
    width: 8.33333%;
  }
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 897px) {
  .d-pc-none {
    display: none !important;
  }
  .d-pc-inline {
    display: inline !important;
  }
  .d-pc-inline-block {
    display: inline-block !important;
  }
  .d-pc-block {
    display: block !important;
  }
  .d-pc-table {
    display: table !important;
  }
  .d-pc-table-row {
    display: table-row !important;
  }
  .d-pc-table-cell {
    display: table-cell !important;
  }
  .d-pc-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-pc-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 896px) {
  .d-sp-none {
    display: none !important;
  }
  .d-sp-inline {
    display: inline !important;
  }
  .d-sp-inline-block {
    display: inline-block !important;
  }
  .d-sp-block {
    display: block !important;
  }
  .d-sp-table {
    display: table !important;
  }
  .d-sp-table-row {
    display: table-row !important;
  }
  .d-sp-table-cell {
    display: table-cell !important;
  }
  .d-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sp-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (max-width: 896px) {
  .flex-sp-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sp-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sp-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sp-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sp-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sp-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sp-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sp-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sp-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sp-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sp-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sp-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sp-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sp-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sp-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sp-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sp-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sp-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sp-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sp-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sp-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sp-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sp-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sp-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sp-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sp-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sp-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sp-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sp-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sp-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sp-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sp-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sp-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sp-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .flex-grow-sp-auto {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}

/* ==========================================================
 components
========================================================== */
/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 header
========================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

.header .header-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  -webkit-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}

@media (max-width: 896px) {
  .header .header-in {
    height: 50px;
  }
}

.header .header-in .logo {
  width: 175px;
  margin-left: 3.5%;
  -webkit-transition: width .2s;
  -o-transition: width .2s;
  transition: width .2s;
}

@media (max-width: 896px) {
  .header .header-in .logo {
    width: 120px;
    margin-left: 20px;
  }
}

.header .header-in .logo img {
  width: 100%;
}

.header .header-in .logo img.transform {
  display: none;
}

.header .header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.header .header-link .btn-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 30px;
  background-color: #fff;
  border-right: 1px solid transparent;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transition: background-color .2s, color .2s, border-right-color .2s;
  -o-transition: background-color .2s, color .2s, border-right-color .2s;
  transition: background-color .2s, color .2s, border-right-color .2s;
}

.header .header-link .btn-contact .text {
  padding-left: 30px;
  background: url("/img/common/ico_question.svg") 0 center no-repeat;
}

@media (min-width: 897px) {
  .header .header-link .btn-contact:hover {
    background-color: #000;
    border-right-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    text-decoration: none;
  }
}

.header .header-link .header-search {
  height: 100%;
}

.header .header-link .header-search .btn-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 100%;
  background-color: #000;
  background-image: url("/img/common/ico_search_white.svg");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: background-color .2s, width .2s;
  -o-transition: background-color .2s, width .2s;
  transition: background-color .2s, width .2s;
}

.header .header-link .header-search .btn-search.is-open {
  background-color: #0078ef;
}

@media (min-width: 897px) {
  .header .header-link .header-search .btn-search:hover {
    background-color: #0078ef;
  }
}

@media (max-width: 896px) {
  .header .header-link .header-search .btn-search {
    width: 50px;
    background-size: 14px;
  }
}

.header .header-link .header-search .box-search {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 30px 0;
  background-color: #0078ef;
}

@media (max-width: 896px) {
  .header .header-link .header-search .box-search {
    top: 50px;
    padding: 20px 35px;
  }
}

.header .header-link .header-search .box-search .container {
  padding-left: 27.5%;
}

@media (max-width: 896px) {
  .header .header-link .header-search .box-search .container {
    padding: 0;
  }
}

.header .header-link .header-search .box-search .input-search {
  display: block;
  width: 100%;
  height: 45px;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 3.2rem;
  font-weight: 300;
  color: #fff;
  outline: none;
}

@media (max-width: 896px) {
  .header .header-link .header-search .box-search .input-search {
    height: 25px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

.header .header-link .header-search .box-search .input-search::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'Raleway';
  font-weight: 300;
  color: #fff;
  opacity: .2;
  /* Firefox */
}

.header .header-link .header-search .box-search .input-search:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'Raleway';
  font-weight: 300;
  color: #fff;
  opacity: .2;
  /* Firefox */
}

.header .header-link .header-search .box-search .input-search::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'Raleway';
  font-weight: 300;
  color: #fff;
  opacity: .2;
  /* Firefox */
}

.header .header-link .header-search .box-search .input-search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'Raleway';
  font-weight: 300;
  color: #fff;
  opacity: .2;
  /* Firefox */
}

@media (max-width: 896px) {
  .header .header-link .header-search .box-search .input-search::-webkit-input-placeholder {
    text-align: center;
  }
  .header .header-link .header-search .box-search .input-search:-ms-input-placeholder {
    text-align: center;
  }
  .header .header-link .header-search .box-search .input-search::-ms-input-placeholder {
    text-align: center;
  }
  .header .header-link .header-search .box-search .input-search::placeholder {
    text-align: center;
  }
}

.header .header-link .header-search .box-search .input-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'Raleway';
  font-weight: 300;
  color: #fff;
  opacity: .2;
}

@media (max-width: 896px) {
  .header .header-link .header-search .box-search .input-search:-ms-input-placeholder {
    text-align: center;
  }
}

.header .header-link .header-search .box-search .input-search::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: 'Raleway';
  font-weight: 300;
  color: #fff;
  opacity: .2;
}

@media (max-width: 896px) {
  .header .header-link .header-search .box-search .input-search::-ms-input-placeholder {
    text-align: center;
  }
}

.header .header-link .btn-sp-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 100%;
  background-color: #fff;
  background-image: url("/img/common/ico_menu.svg");
  background-position: center;
  background-size: 18px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: background-color .2s, width .2s;
  -o-transition: background-color .2s, width .2s;
  transition: background-color .2s, width .2s;
}

.header .header-link .btn-sp-menu.is-open {
  background-color: #000;
  background-image: url("/img/common/ico_x_white.svg");
  background-size: 14px;
}

.header.is-transform {
  background-color: #fff;
}

.header.is-transform .logo img {
  width: 100%;
}

.header.is-transform .logo img.default {
  display: none;
}

.header.is-transform .logo img.transform {
  display: inline-block;
}

.header.is-transform .nav-global {
  border-right-color: #e2edf3;
}

@media (min-width: 897px) {
  .header.is-transform .nav-global .list-nav > .item .link {
    color: #323435;
  }
}

/* ==========================================================
 header other style
========================================================== */
body.support .header-link {
  display: none !important;
}

/* ==========================================================
 nav-global
========================================================== */
.nav-global {
  position: relative;
  border-right: 1px solid transparent;
}

@media (max-width: 896px) {
  .nav-global {
    display: none;
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-right: 0;
    overflow-y: auto;
  }
}

@media (max-width: 896px) {
  .nav-global .nav-global-in {
    padding: 25px 20px;
    background-color: #000;
  }
}

@media (min-width: 897px) {
  .nav-global .list-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 896px) {
  .nav-global .list-nav {
    margin-bottom: 25px;
  }
}

@media (min-width: 897px) {
  .nav-global .list-nav > .item:nth-child(4) .link {
    padding-right: 40px;
  }
}

.nav-global .list-nav > .item .link {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (min-width: 897px) {
  .nav-global .list-nav > .item .link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    height: 80px;
    font-size: 1.4rem;
    cursor: pointer;
    color: #fff;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
  }
  .nav-global .list-nav > .item .link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #0078ef;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
  }
  .nav-global .list-nav > .item .link:hover, .nav-global .list-nav > .item .link.is-open {
    text-decoration: none;
  }
  .nav-global .list-nav > .item .link:hover:after, .nav-global .list-nav > .item .link.is-open:after {
    opacity: 1;
  }
}

@media (max-width: 896px) {
  .nav-global .list-nav > .item .link {
    display: block;
    padding: 8px 15px;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
  }
  .nav-global .list-nav > .item .link.-btn_accd {
    position: relative;
  }
  .nav-global .list-nav > .item .link.-btn_accd:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    width: 10px;
    height: 5px;
    background-image: url("/img/common/ico_arrow_accd_white.svg");
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .nav-global .list-nav > .item .link.-btn_accd.is-open {
    color: #0078ef;
  }
  .nav-global .list-nav > .item .link.-btn_accd.is-open:after {
    background-image: url("/img/common/ico_arrow_accd_blue.svg");
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.nav-global .list-nav-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #333333;
}

.nav-global .list-nav-other a {
  display: block;
  padding: 20px 15px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

/* ==========================================================
 mod-megamenu
========================================================== */
@media (min-width: 897px) {
  .mod-megamenu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 30px 0;
    background-color: #000;
  }
}

@media (max-width: 896px) {
  .mod-megamenu {
    display: none;
  }
}

.mod-megamenu a {
  color: #fff;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.mod-megamenu a:hover {
  color: #0078ef;
  text-decoration: none;
}

@media (min-width: 897px) {
  .mod-megamenu .mod-megamenu-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4%;
  }
}

@media (max-width: 896px) {
  .mod-megamenu .mod-megamenu-in {
    padding: 0;
  }
}

@media (min-width: 897px) {
  .mod-megamenu .mod-megamenu-in .heading {
    width: 13%;
    padding-top: 80px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 896px) {
  .mod-megamenu .mod-megamenu-in .heading {
    display: none;
  }
}

.mod-megamenu .mod-megamenu-in .heading .title {
  margin-bottom: 55px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}

.mod-megamenu .mod-megamenu-in .heading .more {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  font-family: 'Raleway';
  font-size: 1.3rem;
  font-weight: 700;
}

.mod-megamenu .mod-megamenu-in .heading .more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

.mod-megamenu .mod-megamenu-in .heading .more:hover:after {
  background-color: #0078ef;
}

@media (min-width: 897px) {
  .mod-megamenu .mod-megamenu-in .main {
    width: 82%;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}

@media (min-width: 897px) {
  .mod-megamenu .list-boxlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 45px;
    margin-top: -30px;
  }
}

@media (min-width: 897px) {
  .mod-megamenu .list-boxlink > .item {
    padding-right: 20px;
    margin-top: 30px;
    /* &:nth-child(4n+4) {
          width: 15%;
        } */
  }
  .mod-megamenu .list-boxlink > .item:nth-child(3n+1) {
    width: 25%;
  }
  .mod-megamenu .list-boxlink > .item:nth-child(3n+2) {
    width: 30%;
  }
  .mod-megamenu .list-boxlink > .item:nth-child(3n+3) {
    width: 45%;
  }
}

.mod-megamenu .list-boxlink .title {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 897px) {
  .mod-megamenu .list-boxlink .title {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
  }
  .mod-megamenu .list-boxlink .title:hover {
    color: #0078ef;
  }
}

@media (max-width: 896px) {
  .mod-megamenu .list-boxlink .title {
    display: block;
    position: relative;
    margin-bottom: 0;
    padding: 10px 15px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

@media (max-width: 896px) {
  .mod-megamenu .list-boxlink .title.-btn_accd:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
  }
  .mod-megamenu .list-boxlink .title.-btn_accd.is-open:after {
    content: "";
    right: 15px;
    width: 10px;
    height: 1px;
    background-color: #fff;
  }
}

.mod-megamenu .list-boxlink .list-link {
  margin-bottom: 15px;
}

@media (max-width: 896px) {
  .mod-megamenu .list-boxlink .list-link {
    display: none;
  }
}

.mod-megamenu .list-boxlink .list-link .item {
  line-height: 1;
  margin-bottom: 10px;
}

.mod-megamenu .list-boxlink .list-link .item:last-child {
  margin-bottom: 0;
}

.mod-megamenu .list-boxlink .list-link a {
  display: inline-block;
  font-size: 1.2rem;
}

@media (max-width: 896px) {
  .mod-megamenu .list-boxlink .list-link a {
    display: block;
    padding: 0 15px;
  }
}

/* ==========================================================
 header style when hovering gnav
========================================================== */
/*.header.is-mouseover {
  .nav-global {
    border-right-color:#e2edf3;
  }
}*/
/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 footer
========================================================== */
.footer {
  background-color: #000;
  opacity: 0;
}

@media (min-width: 897px) {
  .footer {
    min-width: 1200px;
  }
}

.footer.-support {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 897px) {
  .footer a:hover {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .footer a:hover:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

/* footer-top
---------------------------------------------------------- */
.footer-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  background-color: #fff;
  border-top: 1px solid #eceeef;
}

@media (max-width: 896px) {
  .footer-top {
    padding: 20px;
  }
}

.footer-top .logo {
  margin-left: 3%;
}

@media (max-width: 896px) {
  .footer-top .logo {
    margin-left: 0;
  }
}

.footer-top .logo a {
  display: block;
  width: 145px;
}

@media (max-width: 896px) {
  .footer-top .logo a {
    width: 90px;
  }
}

.footer-top .logo a img {
  width: 100%;
}

.footer-top .list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  margin-left: 40px;
  border-left: 1px solid #eceeef;
}

.footer-top .list-link .item {
  margin-left: 25px;
}

.footer-top .list-link .item:first-child {
  margin-left: 0;
}

.footer-top .list-link a {
  font-size: 1.3rem;
}

.footer-top .footer-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 124px;
  height: 100%;
  background-image: url("/img/common/ico_search_gray.svg");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media (min-width: 897px) {
  .footer-top .footer-search .btn-search {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .footer-top .footer-search .btn-search:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.footer-top .btn-pagetop {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  /*background-image: url('/img/common/ico_pagetop.svg'); */
  background-position: center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 24px 0;
}

@media (min-width: 897px) {
  .footer-top .btn-pagetop {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .footer-top .btn-pagetop:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .footer-top .btn-pagetop {
    width: 100px;
    background-size: 10px auto;
  }
}

/* footer-nav
---------------------------------------------------------- */
@media (min-width: 897px) {
  .footer-nav .footer-nav-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 3% 35px;
  }
}

@media (max-width: 896px) {
  .footer-nav .footer-nav-in {
    padding: 45px 0 35px;
  }
}

.footer-nav .title {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.footer-nav .title:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 896px) {
  .footer-nav .title {
    display: block;
    font-size: 1.6rem;
  }
  .footer-nav .title.-btn_accd {
    position: relative;
    padding-right: 40px;
  }
  .footer-nav .title.-btn_accd:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
  }
  .footer-nav .title.-btn_accd.is-open:after {
    content: "";
    right: 2px;
    width: 10px;
    height: 1px;
    background-color: #fff;
  }
}

.footer-nav .list-footer-link {
  padding: 0 25px;
}

@media (max-width: 896px) {
  .footer-nav .list-footer-link {
    padding: 0;
  }
}

.footer-nav .list-footer-link .title {
  margin-bottom: 15px;
}

@media (max-width: 896px) {
  .footer-nav .list-footer-link .title {
    font-size: 1.3rem;
  }
}

@media (max-width: 896px) {
  .footer-nav .list-footer-link > .item {
    margin-bottom: 20px;
  }
  .footer-nav .list-footer-link > .item:last-child {
    margin-bottom: 0;
  }
}

.footer-nav .list-footer-link .list-sub .item {
  margin-bottom: 10px;
  line-height: 1;
}

.footer-nav .list-footer-link .list-sub .item:last-child {
  margin-bottom: 0;
}

.footer-nav .list-footer-link .list-sub a {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
}

@media (max-width: 896px) {
  .footer-nav .list-footer-link .list-sub {
    display: none;
  }
}

@media (min-width: 897px) {
  .footer-nav .footer-link-main {
    width: 80%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 896px) {
  .footer-nav .footer-link-main {
    padding: 0 15px 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.footer-nav .footer-link-main .heading {
  padding: 0 25px;
  margin-bottom: 20px;
}

@media (max-width: 896px) {
  .footer-nav .footer-link-main .heading {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media (min-width: 897px) {
  .footer-nav .footer-link-main .list-footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -25px;
  }
}

@media (min-width: 897px) {
  .footer-nav .footer-link-main .list-footer-link > .item {
    margin-top: 20px;
    padding-right: 30px;
  }
  .footer-nav .footer-link-main .list-footer-link > .item:nth-child(3n+1) {
    width: 25%;
  }
  .footer-nav .footer-link-main .list-footer-link > .item:nth-child(3n+2) {
    width: 30%;
  }
  .footer-nav .footer-link-main .list-footer-link > .item:nth-child(3n+3) {
    width: 42%;
    margin-right: 0;
  }
}

@media (min-width: 897px) {
  .footer-nav .footer-link-other {
    width: 23%;
  }
}

@media (max-width: 896px) {
  .footer-nav .footer-link-other {
    padding: 0 15px;
  }
}

@media (min-width: 897px) {
  .footer-nav .footer-link-other .list-footer-link {
    padding: 0 0 0 25%;
  }
}

@media (max-width: 896px) {
  .footer-nav .footer-link-other .list-footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
  }
}

@media (min-width: 897px) {
  .footer-nav .footer-link-other .list-footer-link .item {
    margin-bottom: 20px;
  }
  .footer-nav .footer-link-other .list-footer-link .item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 896px) {
  .footer-nav .footer-link-other .list-footer-link .item {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

/* footer-copyright
---------------------------------------------------------- */
.footer-copyright {
  padding: 10px 15px;
  border-top: 1px solid #4d4d4d;
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

@media (max-width: 896px) {
  .footer-copyright {
    padding: 20px 15px;
    font-size: 1rem;
  }
}

/* ==========================================================
 footer other style
========================================================== */
body.support .footer > .container {
  display: none !important;
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
  sidebar
========================================================== */
.sidebar {
  position: relative;
  z-index: 97;
  width: 100%;
  padding: 24px 15px;
  color: #fff;
  background-color: #0078ef;
  line-height: 1.875;
}

@media (min-width: 897px) {
  .sidebar {
    width: 260px;
  }
}

.sidebar.-fixed {
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: 320px;
}

@media (max-width: 1160px) {
  .sidebar.-fixed {
    left: inherit;
    right: 20px;
    margin-left: 0;
  }
}

.sidebar.-absolute {
  position: absolute;
}

.sidebar .title {
  padding: 0 15px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar .list-link {
  padding: 0 15px 14px;
}

.sidebar .list-link > .item:not(:last-child) {
  margin-bottom: 3px;
}

.sidebar .sidebar-link {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  color: #8dbdf1;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

@media (max-width: 896px) {
  .sidebar .sidebar-link {
    color: #fff;
  }
}

.sidebar .sidebar-link.-is_current {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 897px) {
  .sidebar .sidebar-link:hover {
    color: #fff;
    text-decoration: none;
  }
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 wysiwyg
========================================================== */
/* c-sec-wysiwyg
---------------------------------------------------------- */
.c-sec-wysiwyg h2 {
  margin-bottom: 25px;
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #0078ef;
}

@media (max-width: 896px) {
  .c-sec-wysiwyg h2 {
    margin-bottom: 15px;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: #0078ef;
  }
}

.c-sec-wysiwyg h3 {
  margin-bottom: 10px;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  color: #0078ef;
}

@media (max-width: 896px) {
  .c-sec-wysiwyg h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    line-height: 1.5;
    color: #0078ef;
  }
}

.c-sec-wysiwyg h4 {
  margin-bottom: 23px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.055em;
}

@media (max-width: 896px) {
  .c-sec-wysiwyg h4 {
    font-size: 1.6rem;
  }
}

.c-sec-wysiwyg h5 {
  margin-bottom: 23px;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  line-height: 1.875;
}

@media (max-width: 896px) {
  .c-sec-wysiwyg h5 {
    font-size: 1.4rem;
  }
}

.c-sec-wysiwyg h2.-line,
.c-sec-wysiwyg h3.-line,
.c-sec-wysiwyg h4.-line,
.c-sec-wysiwyg h5.-line {
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eceeef;
  line-height: 1;
}

@media (max-width: 896px) {
  .c-sec-wysiwyg h2.-line,
  .c-sec-wysiwyg h3.-line,
  .c-sec-wysiwyg h4.-line,
  .c-sec-wysiwyg h5.-line {
    padding-bottom: 35px;
    margin-bottom: 40px;
    line-height: 1.5;
  }
}

.c-sec-wysiwyg .-line {
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eceeef;
  line-height: 1;
}

@media (max-width: 896px) {
  .c-sec-wysiwyg .-line {
    padding-bottom: 35px;
    margin-bottom: 40px;
    line-height: 1.5;
  }
}

.c-sec-wysiwyg a:not([class]) {
  color: #0078ef;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media (min-width: 897px) {
  .c-sec-wysiwyg a:not([class]) {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .c-sec-wysiwyg a:not([class]):hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.c-sec-wysiwyg strong {
  font-weight: 900;
}

.c-sec-wysiwyg ul[class],
.c-sec-wysiwyg ul[style] {
  margin-left: 16px;
}

.c-sec-wysiwyg ul:not([class]):not([style]) > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
}

@media (max-width: 896px) {
  .c-sec-wysiwyg ul:not([class]) > li {
    margin-bottom: 10px;
  }
}

.c-sec-wysiwyg ul:not([class]) > li:last-child {
  margin-bottom: 0;
}

.c-sec-wysiwyg ul:not([class]):not([style]) > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #0078ef;
}

.c-sec-wysiwyg ul:not([class]) > li > span {
  display: inline-block;
  font-size: 1.3rem;
  color: #656668;
  line-height: 2;
  padding-left: 10px;
}

@media (max-width: 896px) {
  .c-sec-wysiwyg ul:not([class]) > li > span {
    margin-top: 7px;
  }
}

.c-sec-wysiwyg ol {
  counter-reset: li;
}

.c-sec-wysiwyg ol[class],
.c-sec-wysiwyg ol[style] {
  margin-left: 16px;
}

.c-sec-wysiwyg ol[class] > li,
.c-sec-wysiwyg ol[style] > li {
  margin-bottom: 5px;
}

.c-sec-wysiwyg ol:not([class]):not([style]) > li {
  position: relative;
  display: table;
  margin-bottom: 5px;
}

.c-sec-wysiwyg ol > li:last-child {
  margin-bottom: 0;
}

.c-sec-wysiwyg ol:not([class]):not([style]) > li:before {
  content: counter(li) ".";
  display: table-cell;
  width: 16px;
  counter-increment: li;
  color: #323435;
}

.c-sec-wysiwyg .c-table-wrap {
  margin-top: 10px;
}

@media (max-width: 896px) {
  .c-sec-wysiwyg .c-table-wrap {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .c-sec-wysiwyg .c-table-wrap::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 4px;
    border-radius: 10px;
    background-color: #f5f5f5;
  }
  .c-sec-wysiwyg .c-table-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a0a0a0;
  }
}

.c-sec-wysiwyg table {
  width: 100%;
  border: 1px solid #eceeef;
}

@media (max-width: 896px) {
  .c-sec-wysiwyg table {
    width: 980px;
  }
}

.c-sec-wysiwyg table > thead > tr > th,
.c-sec-wysiwyg table > thead > tr > td,
.c-sec-wysiwyg table > tbody > tr > th,
.c-sec-wysiwyg table > tbody > tr > td {
  padding: 10px;
  border-bottom: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
  text-align: center;
}

@media (max-width: 896px) {
  .c-sec-wysiwyg table > thead > tr > th,
  .c-sec-wysiwyg table > thead > tr > td,
  .c-sec-wysiwyg table > tbody > tr > th,
  .c-sec-wysiwyg table > tbody > tr > td {
    padding: 7px 5px 8px;
    font-size: 1.3rem;
  }
}

.c-sec-wysiwyg table > thead > tr > th.v-top,
.c-sec-wysiwyg table > thead > tr > td.v-top,
.c-sec-wysiwyg table > tbody > tr > th.v-top,
.c-sec-wysiwyg table > tbody > tr > td.v-top {
  vertical-align: top;
}

.c-sec-wysiwyg table > thead > tr > th.v-mid,
.c-sec-wysiwyg table > thead > tr > td.v-mid,
.c-sec-wysiwyg table > tbody > tr > th.v-mid,
.c-sec-wysiwyg table > tbody > tr > td.v-mid {
  vertical-align: middle;
}

.c-sec-wysiwyg table > thead > tr > th.v-bottom,
.c-sec-wysiwyg table > thead > tr > td.v-bottom,
.c-sec-wysiwyg table > tbody > tr > th.v-bottom,
.c-sec-wysiwyg table > tbody > tr > td.v-bottom {
  vertical-align: bottom;
}

.c-sec-wysiwyg table > thead > tr > th,
.c-sec-wysiwyg table > tbody > tr > th {
  background-color: #f6f6f6;
  font-weight: bold;
}

.c-sec-wysiwyg table > thead > tr > td,
.c-sec-wysiwyg table > tbody > tr > td {
  background-color: #fff;
}

.c-sec-wysiwyg .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.c-txt-blue {
  color: #0078ef;
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 image
========================================================== */
img {
  max-width: 100%;
}

/* figure
---------------------------------------------------------- */
figure,
.wp-caption {
  text-align: center;
}

@media (max-width: 896px) {
  figure,
  .wp-caption {
    width: 100% !important;
  }
  figure img,
  .wp-caption img {
    width: 100%;
  }
}

figure figcaption,
figure .wp-caption-text,
.wp-caption figcaption,
.wp-caption .wp-caption-text {
  margin-top: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 1.6vw;
}

@media (max-width: 896px) {
  figure figcaption,
  figure .wp-caption-text,
  .wp-caption figcaption,
  .wp-caption .wp-caption-text {
    margin-top: 10px;
  }
}

.c-img-zoom {
  cursor: pointer;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.c-img-zoom:last-child {
  margin-bottom: 0;
}

@media (min-width: 897px) {
  .c-img-zoom.-w-pc-half {
    width: 50%;
  }
  .c-img-zoom.-center {
    margin-left: auto;
    margin-right: auto;
  }
}

.c-img-zoom:before {
  content: 'ZOOMUP';
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 10;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 3px solid #fff;
  font-family: "Raleway";
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.c-img-zoom:hover:before {
  opacity: 1;
}

.c-img-zoom:hover figure:before {
  opacity: .7;
}

.c-img-zoom:hover figure:after {
  opacity: 1;
}

.c-img-zoom:hover figcaption {
  opacity: 1;
}

.c-img-zoom figure {
  cursor: pointer;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  /*  figcaption {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      margin-top: 0;
      padding: 6px 20px;
      border: 4px solid #fff;
      font-size: 1.8rem;
      font-weight: 700;
      color: #fff;
      text-align: center;
      max-width: 100%;
      z-index: 10;
      transition: .3s;
      opacity: 0;
    }*/
  /*  &:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      background: rgba($color: #000, $alpha: .1);
       z-index: 4;
      top: 0;
      left: 0;
      transform: translateZ(0);
      opacity: 0;
    }*/
}

.c-img-zoom figure:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 115, 231, 0.8);
  z-index: 5;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.c-img-zoom.-sm:before {
  bottom: 10px;
  font-size: 1.4rem;
}

.c-img-zoom.-sm figcaption {
  width: 85%;
  padding: 6px 15px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer !important;
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 heading
========================================================== */
/* c-ttl-01
---------------------------------------------------------- */
.c-ttl-01 {
  margin-bottom: 10px;
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  /* color */
  /* size */
}

.c-ttl-01.-line {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d0d0d0;
  line-height: 1;
}

.c-ttl-01.-blue {
  color: #0078ef;
}

.c-ttl-01.-lg {
  font-size: 3.6rem;
}

.c-ttl-01.-md {
  font-size: 2.2rem;
  font-weight: 900;
}

.c-ttl-01.-sm {
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.055em;
}

.c-ttl-01.-xs {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  line-height: 1.875;
}

@media (max-width: 896px) {
  .c-ttl-01 {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    /* size */
  }
  .c-ttl-01.-line {
    padding-bottom: 15px;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  .c-ttl-01.-lg {
    font-size: 2.4rem;
  }
  .c-ttl-01.-md {
    font-size: 1.8rem;
  }
  .c-ttl-01.-sm {
    font-size: 1.6rem;
  }
  .c-ttl-01.-xs {
    font-size: 1.4rem;
  }
  .c-ttl-01.-full {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.contents-inner .c-ttl-01 {
  color: #0078ef;
}

.contents-inner .c-ttl-01.-blue {
  color: #323435;
}

/* c-ttl-02
---------------------------------------------------------- */
.c-ttl-02 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0078ef;
}

.c-ttl-02::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #0078ef;
}

/* c-ttl-04
---------------------------------------------------------- */
/* c-ttl-05
---------------------------------------------------------- */
/* c-ttl-06
---------------------------------------------------------- */
/* c-ttl-section
---------------------------------------------------------- */
.c-ttl-section {
  padding: 10px;
  margin-bottom: 50px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  background-color: #000;
}

/* c-ttl-subsection
---------------------------------------------------------- */
.c-ttl-subsection {
  display: inline-block;
  padding: 10px 50px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #0078ef;
}

/* c-ttl-blackbox
---------------------------------------------------------- */
.c-ttl-blackbox {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 896px) {
  .c-ttl-blackbox {
    font-size: 1.8rem;
  }
}

.c-ttl-blackbox .box {
  display: block;
  position: relative;
  padding: 32px 40px;
  background-color: #656668;
  color: #fff;
}

@media (max-width: 896px) {
  .c-ttl-blackbox .box {
    padding: 15px 20px;
  }
}

@media (min-width: 897px) {
  .c-ttl-blackbox a.box {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .c-ttl-blackbox a.box:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.c-ttl-blackbox a.box:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  width: 5px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/img/common/ico_arrow_right_white.svg") center center no-repeat;
  background-size: 5px 10px;
}

@media (max-width: 896px) {
  .c-ttl-blackbox a.box:after {
    right: 20px;
  }
}

.c-ttl-blackbox .en {
  font-family: "Raleway";
  font-size: 3rem;
}

@media (max-width: 896px) {
  .c-ttl-blackbox .en {
    font-size: 2.4rem;
  }
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 Text style
========================================================== */
/* c-txt-subtitle
---------------------------------------------------------- */
.c-txt-subtitle {
  max-width: 800px;
  letter-spacing: -0.01rem;
  padding: 30px 0;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .c-txt-subtitle {
    padding: 25px 15px;
  }
}

/* c-txt-intro
---------------------------------------------------------- */
.c-txt-intro {
  font-size: 1.6rem;
  line-height: 1.875;
}

@media (max-width: 896px) {
  .c-txt-intro {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/* c-txt-note
---------------------------------------------------------- */
.c-txt-note {
  font-size: 1.1rem;
  color: #999;
  text-indent: -11px;
  margin-left: 11px;
}

/* c-txt-sublist
---------------------------------------------------------- */
.c-txt-sublist {
  display: inline-block;
  font-size: 1.3rem;
  color: #656668;
  line-height: 2;
}

@media (max-width: 896px) {
  .c-txt-sublist {
    line-height: 1.7;
  }
}

/* c-txt
---------------------------------------------------------- */
.c-txt {
  margin-bottom: 23px;
}

/* c-txt-icon
---------------------------------------------------------- */
.c-txt-icon {
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
}

.c-txt-icon.-adjust {
  padding-left: 24px;
}

.c-txt-icon.-adjust:before {
  content: '';
  position: absolute;
  display: block;
  top: 3px;
  left: 0;
  width: 19px;
  height: 16px;
  background: url(/img/common/ico_adjust.svg) no-repeat center center;
  background-size: 16px 19px;
}

/* c-txt-content
---------------------------------------------------------- */
.c-txt-content + .c-txt-content {
  margin-top: 30px;
}

@media (max-width: 896px) {
  .c-txt-content + .c-txt-content {
    margin-top: 22px;
  }
}

/* c-txt-en
---------------------------------------------------------- */
.c-txt-en {
  font-family: "Raleway";
  letter-spacing: 4px;
}

/* c-txt-red
---------------------------------------------------------- */
.c-txt-red {
  color: red;
}

/* c-txt-small
---------------------------------------------------------- */
.c-txt-small {
  font-size: 80%;
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 link
========================================================== */
/* c-link-detail
---------------------------------------------------------- */
.c-link-detail {
  position: relative;
  display: inline-block;
  padding-left: 63px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 42px;
}

@media (min-width: 897px) {
  .c-link-detail {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .c-link-detail:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-link-detail {
    padding-right: 45px;
    font-size: 1.4rem;
    line-height: 32px;
  }
}

.c-link-detail span {
  padding-left: 13px;
  padding-bottom: 1px;
  margin-left: 16px;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  color: #bdbec0;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  border-left: 1px dotted #bdbec0;
}

@media (max-width: 896px) {
  .c-link-detail span {
    padding-left: 8px;
    margin-left: 5px;
  }
}

.c-link-detail:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid #bdbec0;
  background-image: url("/img/common/ico_arrow_right_gray.svg");
  background-position: center;
  background-size: 5px 10px;
  background-repeat: no-repeat;
}

@media (max-width: 896px) {
  .c-link-detail:after {
    width: 30px;
    height: 30px;
  }
}

.c-link-detail.-white {
  color: #fff;
}

.c-link-detail.-white:after {
  border-color: #fff;
  background-image: url("/img/common/ico_arrow_right_white.svg");
}

/* c-link-nav
---------------------------------------------------------- */
.c-link-nav {
  position: relative;
  display: block;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.3rem;
  color: #bdbec0;
  text-align: center;
  padding: 34px 5px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.c-link-nav:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  z-index: 2;
}

.c-link-nav.-is_current {
  color: #000;
  text-decoration: none;
}

.c-link-nav.-is_current:before {
  opacity: 1;
}

@media (min-width: 897px) {
  .c-link-nav:hover {
    color: #000;
    text-decoration: none;
  }
  .c-link-nav:hover:before {
    opacity: 1;
  }
}

@media (max-width: 896px) {
  .c-link-nav {
    padding: 20px 5px;
  }
}

/* c-link-pdf
---------------------------------------------------------- */
.c-link-pdf {
  padding-bottom: 6px;
  font-weight: 500;
  color: #0078ef;
  letter-spacing: 0.06em;
  line-height: 3;
  border-bottom: 2px solid #0078ef;
}

@media (min-width: 897px) {
  .c-link-pdf {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .c-link-pdf:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media (min-width: 897px) {
  .c-link-pdf .c-link-pdf {
    text-decoration: none;
  }
}

.c-link-pdf:after {
  content: '';
  position: relative;
  display: inline-block;
  top: 4px;
  margin-left: 50px;
  width: 16px;
  height: 20px;
  background: url(/img/common/ico_pdf.svg) no-repeat;
}

@media (max-width: 896px) {
  .c-link-pdf:after {
    margin-left: 10px;
  }
}

/* c-link-email
---------------------------------------------------------- */
.c-link-email {
  padding-bottom: 6px;
  font-weight: 500;
  color: #0078ef;
  letter-spacing: 0.06em;
  line-height: 3;
  border-bottom: 2px solid #0078ef;
}

@media (min-width: 897px) {
  .c-link-email {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .c-link-email:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media (min-width: 897px) {
  .c-link-email .c-link-email {
    text-decoration: none;
  }
}

.c-link-email:after {
  content: '';
  position: relative;
  display: inline-block;
  top: 4px;
  margin-left: 10px;
  width: 16px;
  height: 20px;
  background: url(/img/common/ico_email.svg) no-repeat;
}

@media (max-width: 896px) {
  .c-link-email:after {
    margin-left: 10px;
  }
}

/* c-link-block
---------------------------------------------------------- */
.c-link-block {
  border: 1px solid #eceeef;
}

.c-link-block .link {
  display: block;
  position: relative;
  padding: 40px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

@media (min-width: 897px) and (min-width: 897px) {
  .c-link-block .link {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .c-link-block .link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-link-block .link {
    padding: 32px 30px;
  }
}

.c-link-block .link:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 37px;
  height: 37px;
  border: 1px solid #eceeef;
  background-image: url(/img/common/ico_arrow_right_gray.svg);
  background-position: center;
  -webkit-background-size: 5px 10px;
  background-size: 5px 10px;
  background-repeat: no-repeat;
}

.c-link-block + .c-link-block {
  border-top: none;
}

/* c-link-text
---------------------------------------------------------- */
.c-link-text {
  color: #0078ef;
}

@media (min-width: 897px) {
  .c-link-text {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .c-link-text:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.c-link-text.-map {
  position: relative;
  padding-left: 20px;
}

.c-link-text.-map:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 18px;
  background: url("/img/common/ico_marker_blue.svg") 0 0 no-repeat;
  background-size: 100% auto;
}

/* c-link-underline
---------------------------------------------------------- */
.c-link-underline {
  padding-bottom: 6px;
  font-weight: 500;
  color: #0078ef;
  letter-spacing: 0.06em;
  line-height: 3;
  border-bottom: 2px solid #0078ef;
}

@media (min-width: 897px) {
  .c-link-underline {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .c-link-underline:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media (min-width: 897px) {
  .c-link-underline .c-link-underline {
    text-decoration: none;
  }
}

/* c-link-newwin
---------------------------------------------------------- */
.c-link-newwin {
  padding-bottom: 6px;
  font-weight: 500;
  color: #0078ef;
  letter-spacing: 0.06em;
  line-height: 2.2;
  border-bottom: 2px solid #0078ef;
}

@media (min-width: 897px) {
  .c-link-newwin {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .c-link-newwin:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media (min-width: 897px) {
  .c-link-newwin .c-link-pdf {
    text-decoration: none;
  }
}

.c-link-newwin:after {
  content: '';
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 20px;
  width: 14px;
  height: 14px;
  background: url("/img/common/ico_new_window_blue.svg") no-repeat;
}

@media (max-width: 896px) {
  .c-link-newwin:after {
    margin-left: 10px;
  }
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 button
========================================================== */
/* c-btn-basic01
---------------------------------------------------------- */
.c-btn-basic01 {
  display: inline-block;
  min-width: 210px;
  padding: 4px 30px;
  border: 4px solid #000;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.07em;
  text-align: center;
  -webkit-transition: background-color .2s, color .2s;
  -o-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

@media (max-width: 896px) {
  .c-btn-basic01 {
    min-width: 100px;
    padding: 2px 25px;
    font-size: 2rem;
  }
}

/* c-btn-link
---------------------------------------------------------- */
.c-btn-link {
  display: block;
  position: relative;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  padding: 17px 30px 14px 26px;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  /* color */
}

.c-btn-link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/img/common/ico_arrow_right_white.svg) no-repeat right center;
  background-size: 5px 10px;
}

.c-btn-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.c-btn-link.-gray-dark {
  background-color: #222;
}

.c-btn-link.-gray {
  background-color: #333;
}

.c-btn-link.-gray-light {
  background-color: #454545;
}

/* c-btn-readmore
---------------------------------------------------------- */
.c-btn-readmore {
  display: block;
  position: relative;
  min-width: 300px;
  padding: 14px 50px 14px;
  margin: 0 auto;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  text-align: center;
  border: 1px solid #bdbec0;
}

.c-btn-readmore:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 5px;
  background: url(/img/common/ico_arrow_readmore.svg) no-repeat center center;
  background-size: 10px 5px;
}

@media (max-width: 896px) {
  .c-btn-readmore {
    min-width: 290px;
  }
}

/* c-btn-base
---------------------------------------------------------- */
.c-btn-base {
  display: inline-block;
  min-width: 210px;
  padding: 26px 30px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.07em;
  text-align: center;
  -webkit-transition: opacity .2s, color .2s;
  -o-transition: opacity .2s, color .2s;
  transition: opacity .2s, color .2s;
  background: #0078ef;
}

.c-btn-base.fluid {
  width: 100%;
}

.c-btn-base.-disabled {
  background-color: #454545;
}

.c-btn-base.-disabled:hover {
  opacity: 1;
}

.c-btn-base:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media (max-width: 896px) {
  .c-btn-base {
    min-width: 100px;
    padding: 5px 25px;
    font-size: 1.8rem;
  }
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 Tag
========================================================== */
/* c-tag
---------------------------------------------------------- */
.c-tag {
  display: block;
  padding: 5px 8px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background-color: #0078ef;
  border-radius: 20px;
}

.c-tag.-aqua {
  background-color: #2fd6c3;
}

.c-tag.-orange {
  background-color: #f48b34;
}

.c-tag.-red {
  background-color: #f43434;
}

/* c-tag-box
---------------------------------------------------------- */
.c-tag-box-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px 0 30px 0;
}

.c-tag-box-group:last-child {
  margin-bottom: 0;
}

.c-tag-box-group .c-tag-box {
  margin-top: 5px;
  margin-right: 5px;
}

.c-tag-box {
  display: inline-block;
  padding: 11px;
  min-width: 65px;
  background-color: #0079ef;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 list
========================================================== */
/* c-list-dashed
---------------------------------------------------------- */
.c-list-dashed.-inline > .item {
  display: inline-block;
}

.c-list-dashed.-inline > .item:not(:first-child) {
  margin-left: 53px;
}

.c-list-dashed > .item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
}

@media (max-width: 896px) {
  .c-list-dashed > .item {
    margin-bottom: 10px;
  }
}

.c-list-dashed > .item:last-child {
  margin-bottom: 0;
}

.c-list-dashed > .item:before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #0078ef;
}

.c-list-dashed > .item .c-txt-sublist {
  padding-left: 10px;
}

@media (max-width: 896px) {
  .c-list-dashed > .item .c-txt-sublist {
    margin-top: 7px;
  }
}

.c-list-dashed > .item.-pdf:before {
  top: 22px;
}

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

.c-list-number > .item {
  position: relative;
  display: table;
  margin-bottom: 5px;
}

.c-list-number > .item:last-child {
  margin-bottom: 0;
}

.c-list-number > .item:before {
  content: counter(li) ".";
  display: table-cell;
  width: 16px;
  counter-increment: li;
  color: #0078ef;
}

/* c-list-figure
---------------------------------------------------------- */
.c-list-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -40px;
}

@media (max-width: 896px) {
  .c-list-figure {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px;
  }
}

.c-list-figure .item {
  padding: 0 20px;
  margin-top: 40px;
}

@media (max-width: 896px) {
  .c-list-figure .item {
    padding: 0 15px;
    margin-top: 30px;
  }
}

/* c-list-button-link
---------------------------------------------------------- */
.c-list-button-link + .c-list-button-link:not(:first-child) {
  margin-top: 25px;
}

.c-list-button-link > .row:not(:last-child) {
  margin-bottom: 10px;
}

.c-list-button-link .c-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

@media (max-width: 896px) {
  .c-list-button-link [class^="col"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .c-list-button-link [class^="col"]:last-child,
  .c-list-button-link [class^="col"] > .row > [class^="col"]:last-child,
  .c-list-button-link .row:last-child {
    margin-bottom: 0;
  }
}

/* c-list-news
---------------------------------------------------------- */
@media (max-width: 896px) {
  .c-list-news {
    margin: 0 -15px;
  }
}

.c-list-news > .item {
  border-bottom: 1px solid #eceeef;
}

.c-list-news > .item:last-child {
  margin-bottom: 0;
}

.c-list-news > .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

@media (min-width: 897px) {
  .c-list-news > .item a {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .c-list-news > .item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-list-news > .item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 20px;
  }
}

@media (min-width: 897px) {
  .c-list-news .col-1, .c-list-news .col-2, .c-list-news .col-3 {
    padding: 5px 0;
  }
}

.c-list-news .col-1 {
  position: relative;
}

@media (min-width: 897px) {
  .c-list-news .col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
  }
}

.c-list-news .col-1:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #eceeef;
}

@media (max-width: 896px) {
  .c-list-news .col-1:after {
    display: none;
  }
}

.c-list-news .col-1.-style01:after {
  height: 100%;
}

.c-list-news .col-1 .type {
  padding-left: 40px;
  font-family: 'Raleway';
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 896px) {
  .c-list-news .col-1 .type {
    position: relative;
    padding-left: 0;
    padding-right: 8px;
    margin-right: 8px;
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .c-list-news .col-1 .type:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #eceeef;
  }
}

.c-list-news .col-1 .type.-aqua {
  color: #2fd6c3;
}

.c-list-news .col-1 .type.-blue {
  color: #231ca5;
}

.c-list-news .col-1 .type.-purple {
  color: #7425ad;
}

.c-list-news .col-1 .type.-pink {
  color: #c6179d;
}

.c-list-news .col-1 .type.-bluelight {
  color: #0079ef;
}

.c-list-news .col-1 .type.-gray {
  color: #d3d5d6;
}

@media (min-width: 897px) {
  .c-list-news .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 896px) {
  .c-list-news .col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-list-news .col-2 .date {
  color: #7b7b7b;
  font-size: 1.2rem;
  font-weight: 500;
}

@media (max-width: 896px) {
  .c-list-news .col-2 .date {
    margin-right: 15px;
  }
}

.c-list-news .col-2 .tag {
  display: inline-block;
  padding: 11px;
  min-width: 65px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
}

@media (max-width: 896px) {
  .c-list-news .col-2 .tag {
    padding: 5px;
    min-width: 50px;
    font-size: 1rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.c-list-news .col-2 .tag.-blue {
  background-color: #0079ef;
}

.c-list-news .col-2 .tag.-gray {
  background-color: #d3d5d6;
}

.c-list-news .col-2 .tag.-red {
  background-color: #f43434;
}

@media (min-width: 897px) {
  .c-list-news .col-3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media (max-width: 896px) {
  .c-list-news .col-3 {
    width: 100%;
  }
}

.c-list-news .col-3 .text {
  font-size: 1.5rem;
  line-height: 1.66;
}

@media (max-width: 896px) {
  .c-list-news .col-3 .text {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 500;
  }
}

/* c-list-blue
---------------------------------------------------------- */
.c-list-blue {
  margin-left: -1px;
}

.c-list-blue > .item {
  padding-left: 1px;
  padding-bottom: 1px;
}

.c-list-blue.-sitemap .c-box-blue {
  height: auto;
}

/* c-list-pdf
---------------------------------------------------------- */
.c-list-pdf .item {
  margin-bottom: 15px;
}

.c-list-pdf .item:last-child {
  margin-bottom: 0;
}

/* c-list-faq
---------------------------------------------------------- */
.c-list-faq .item {
  margin-bottom: 15px;
}

.c-list-faq .item:last-child {
  margin-bottom: 18px;
}

/* c-list-bullet
---------------------------------------------------------- */
.c-list-bullet > .item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
}

.c-list-bullet > .item:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0078ef;
}

@media (max-width: 896px) {
  .c-list-bullet > .item:before {
    top: 9px;
  }
}

/* c-list-card-event
---------------------------------------------------------- */
.c-list-card-event {
  margin-top: -24px;
  margin-left: -2px;
  margin-right: -2px;
}

@media (max-width: 896px) {
  .c-list-card-event {
    margin-top: -20px;
  }
}

.c-list-card-event .item {
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 24px;
}

@media (max-width: 896px) {
  .c-list-card-event .item {
    margin-top: 20px;
  }
}

/* c-list-search
---------------------------------------------------------- */
.c-list-search {
  border-top: 1px solid #eceeef;
}

.c-list-search > .item {
  padding: 20px 0 15px;
  border-bottom: 1px solid #eceeef;
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 table
========================================================== */
/* c-table-wrap
---------------------------------------------------------- */
.c-table-wrap {
  margin-top: 10px;
}

@media (max-width: 896px) {
  .c-table-wrap {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .c-table-wrap::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 4px;
    border-radius: 10px;
    background-color: #f5f5f5;
  }
  .c-table-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a0a0a0;
  }
}

/* c-table
---------------------------------------------------------- */
.c-table {
  width: 100%;
  border: 1px solid #eceeef;
}

@media (max-width: 896px) {
  .c-table {
    width: 980px;
  }
}

.c-table > thead > tr > th,
.c-table > thead > tr > td,
.c-table > tbody > tr > th,
.c-table > tbody > tr > td {
  padding: 10px;
  border-bottom: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
  text-align: center;
}

@media (max-width: 896px) {
  .c-table > thead > tr > th,
  .c-table > thead > tr > td,
  .c-table > tbody > tr > th,
  .c-table > tbody > tr > td {
    padding: 7px 5px 8px;
    font-size: 1.3rem;
  }
}

.c-table > thead > tr > th.v-top,
.c-table > thead > tr > td.v-top,
.c-table > tbody > tr > th.v-top,
.c-table > tbody > tr > td.v-top {
  vertical-align: top;
}

.c-table > thead > tr > th.v-mid,
.c-table > thead > tr > td.v-mid,
.c-table > tbody > tr > th.v-mid,
.c-table > tbody > tr > td.v-mid {
  vertical-align: middle;
}

.c-table > thead > tr > th.v-bottom,
.c-table > thead > tr > td.v-bottom,
.c-table > tbody > tr > th.v-bottom,
.c-table > tbody > tr > td.v-bottom {
  vertical-align: bottom;
}

.c-table > thead > tr > th.v-darkgray,
.c-table > thead > tr > td.v-darkgray,
.c-table > tbody > tr > th.v-darkgray,
.c-table > tbody > tr > td.v-darkgray {
  background-color: #DCDEDF;
}

.c-table > thead > tr > th.v-font-large,
.c-table > thead > tr > td.v-font-large,
.c-table > tbody > tr > th.v-font-large,
.c-table > tbody > tr > td.v-font-large {
  font-size: 18px;
}

.c-table > thead > tr > th,
.c-table > tbody > tr > th {
  background-color: #f6f6f6;
  font-weight: bold;
  white-space: nowrap;
}

.c-table > thead > tr > td,
.c-table > tbody > tr > td {
  background-color: #fff;
}

/* width
---------------------------------------------------------- */
._w-20 {
  width: 20%;
}

._w-150 {
  width: 150px !important;
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 box
========================================================== */
/* c-box-content
---------------------------------------------------------- */
.c-box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 896px) {
  .c-box-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-box-content .c-box-title {
  width: 300px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.c-box-content .c-box-title > .c-ttl-01 {
  line-height: 1.5;
}

@media (max-width: 896px) {
  .c-box-content .c-box-title {
    width: 100%;
  }
}

.c-box-content .c-box-detail {
  width: 100%;
}

.c-box-content + .c-box-content {
  margin-top: 40px;
}

/* c-box-blue
---------------------------------------------------------- */
.c-box-blue {
  display: block;
  height: 100%;
  padding: 20px 25px 25px;
  background-color: #0450e6;
}

@media (min-width: 897px) {
  .c-box-blue {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .c-box-blue:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-box-blue {
    padding: 25px 25px 35px;
  }
}

.c-box-blue .title {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

@media (max-width: 896px) {
  .c-box-blue .title {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
}

.c-box-blue .text {
  display: block;
  margin-top: 10px;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.66;
}

.-b2 {
  background-color: #0f67e8;
}

@media (max-width: 896px) {
  .-b2 {
    background-color: #0450e6;
  }
}

.-b3 {
  background-color: #0077eb;
}

@media (max-width: 896px) {
  .-b3 {
    background-color: #0450e6;
  }
}

.-b4 {
  background-color: #318deb;
}

@media (max-width: 896px) {
  .-b4 {
    background-color: #0450e6;
  }
}

/* c-box-gray
---------------------------------------------------------- */
.c-box-gray {
  display: block;
  height: 100%;
  padding: 30px 40px 30px 40px;
  background-color: #f6f6f6;
}

/* c-box-image
---------------------------------------------------------- */
.c-box-image {
  width: 550px;
  margin: 30px 0;
}

.c-box-image.-full {
  width: 100%;
  text-align: center;
}

.c-box-image.-center {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 896px) {
  .c-box-image {
    width: 100%;
  }
}

/* c-box-contact
---------------------------------------------------------- */
.c-box-contact {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-box-contact.-bg01 {
  background-image: url("/img/common/bg_contact_01.jpg");
}

.c-box-contact.-bg02 {
  background-image: url("/img/common/bg_contact_02.jpg");
}

.c-box-contact.-bg03 {
  background-image: url("/img/common/bg_contact_03.jpg");
}

.c-box-contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

@media (min-width: 897px) {
  .c-box-contact:hover:before {
    opacity: 0;
  }
  .c-box-contact:hover .c-btn-basic01 {
    border-color: #fff;
    color: #fff;
  }
  .c-box-contact:hover .text {
    color: #fff;
  }
}

.c-box-contact a {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 50px;
  padding-bottom: 40px;
}

.c-box-contact a:hover {
  text-decoration: none;
}

@media (max-width: 896px) {
  .c-box-contact a {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}

.c-box-contact .btn {
  margin-bottom: 20px;
  text-align: center;
}

.c-box-contact .text {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 896px) {
  .c-box-contact .text {
    font-size: 1.2rem;
  }
}

/* c-box-intro
---------------------------------------------------------- */
@media (min-width: 897px) {
  .c-box-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 896px) {
  .c-box-intro {
    display: block;
    margin-bottom: 25px;
  }
}

.c-box-intro .title {
  margin-bottom: 20px;
}

@media (min-width: 897px) {
  .c-box-intro .title {
    width: 32%;
    margin-bottom: 0;
  }
}

@media (max-width: 896px) {
  .c-box-intro .title {
    margin-bottom: 15px;
  }
}

@media (min-width: 897px) {
  .c-box-intro .txt-intro {
    width: 58.5%;
    letter-spacing: -0.071em;
  }
}

/* c-box-video
---------------------------------------------------------- */
.c-box-video a {
  display: block;
}

@media (min-width: 897px) {
  .c-box-video a {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .c-box-video a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.c-box-video .image {
  display: block;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.c-box-video .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.c-box-video .detail {
  display: block;
  padding-top: 10px;
}

/* c-box-linkdetail
---------------------------------------------------------- */
.c-box-linkdetail {
  display: block;
  padding: 15px 20px;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

@media (min-width: 897px) {
  .c-box-linkdetail:hover {
    background-color: #0078ef;
    text-decoration: none;
  }
  .c-box-linkdetail:hover .c-link-detail {
    opacity: 1;
    color: #fff;
  }
  .c-box-linkdetail:hover .c-link-detail span {
    color: #fff;
  }
  .c-box-linkdetail:hover .c-link-detail:after {
    border-color: #fff;
    background-image: url("/img/common/ico_arrow_right_white.svg");
  }
}

@media (max-width: 896px) {
  .c-box-linkdetail {
    padding: 20px 15px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.c-box-linkdetail.-reverse {
  background-color: #0078ef;
}

.c-box-linkdetail.-reverse .c-link-detail {
  color: #fff;
}

.c-box-linkdetail.-reverse .c-link-detail:after {
  border-color: #fff;
  background-image: url("/img/common/ico_arrow_right_white.svg");
}

@media (min-width: 897px) {
  .c-box-linkdetail.-reverse:hover {
    background-color: #fff;
    text-decoration: none;
  }
  .c-box-linkdetail.-reverse:hover .c-link-detail {
    opacity: 1;
    color: #323435;
  }
  .c-box-linkdetail.-reverse:hover .c-link-detail:after {
    border-color: #323435;
    background-image: url("/img/common/ico_arrow_right_gray.svg");
  }
}

/* -----------------------------------------------------------------------------
box-loading-more
-------------------------------------------------------------------------- */
.box-loading-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.box-loading-more img {
  width: 75px;
}

.box-loading-more .animation {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 45px;
  height: 5px;
}

.box-loading-more .animation .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation: loading 1.4s linear infinite;
  animation: loading 1.4s linear infinite;
}

.box-loading-more .animation .dot:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.box-loading-more .animation .dot:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes loading {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.8);
  }
  to {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@keyframes loading {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.8);
  }
  to {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 Card
========================================================== */
/* c-card-bnr
---------------------------------------------------------- */
.c-card-bnr a {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (min-width: 897px) and (min-width: 897px) {
  .c-card-bnr a {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .c-card-bnr a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media (min-width: 897px) {
  .c-card-bnr a:hover {
    text-decoration: none;
  }
}

.c-card-bnr .image, .c-card-bnr .image-bg {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 40%;
}

.c-card-bnr .image img, .c-card-bnr .image-bg img {
  width: 100%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-card-bnr .image .box-text, .c-card-bnr .image-bg .box-text {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding: 0 13px;
}

@media (max-width: 896px) {
  .c-card-bnr .image .box-text, .c-card-bnr .image-bg .box-text {
    padding: 0 35px;
  }
}

.c-card-bnr .image .box-text .box, .c-card-bnr .image-bg .box-text .box {
  display: inline-block;
  padding: 6px 30px;
  border: 4px solid #fff;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.22rem;
}

@media (max-width: 896px) {
  .c-card-bnr .image .box-text .box, .c-card-bnr .image-bg .box-text .box {
    padding: 5px 15px;
    font-size: 1.6rem;
  }
}

.c-card-bnr .image-bg {
  display: block;
  margin-bottom: 15px;
  padding-top: 68%;
  background-image: url("/img/common/bg_mainvisual.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.c-card-bnr .image-bg.-base:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: url("/img/common/img_square_pc.png") top right no-repeat;
  background-size: 100% auto;
}

.c-card-bnr .image-bg.-cobol {
  background-image: url("/img/products/bg_products_cobol.jpg");
}

.c-card-bnr .image-bg.-enterprise {
  background-image: url("/img/products/bg_products_enterprise.jpg");
}

.c-card-bnr .image-bg.-devpartner {
  background-image: url("/img/products/bg_products_devpartner.jpg");
}

.c-card-bnr .image-bg.-silk {
  background-image: url("/img/products/bg_products_silk.jpg");
}

.c-card-bnr .image-bg.-change_management {
  background-image: url("/img/products/bg_products_change_management.jpg");
}

.c-card-bnr .image-bg.-corba {
  background-image: url("/img/products/bg_products_corba.jpg");
}

.c-card-bnr .image-bg.-corba {
  background-image: url("/img/products/bg_products_corba.jpg");
}

.c-card-bnr .text {
  display: block;
}

.c-card-bnr .detail {
  padding: 35px 30px 25px;
}

@media (max-width: 896px) {
  .c-card-bnr .detail {
    padding: 15px 20px 20px;
  }
}

.c-card-bnr .detail .title {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 896px) {
  .c-card-bnr .detail .title {
    font-size: 1.3rem;
  }
}

.c-card-bnr .detail .cate {
  margin-bottom: 5px;
  font-size: 1.1rem;
  color: #bdbec0;
}

@media (max-width: 896px) {
  .c-card-bnr .detail .cate {
    font-size: 1rem;
  }
}

.c-card-bnr .detail .desc {
  font-size: 1.2rem;
}

/* c-card-event
---------------------------------------------------------- */
.c-card-event-wrap {
  padding-left: 2px;
  padding-right: 2px;
}

.c-card-event {
  display: block;
  height: 100%;
  background-color: #f6f6f6;
  padding: 34px 30px 0;
}

@media (max-width: 896px) {
  .c-card-event {
    padding: 25px 15px 0;
  }
}

.c-card-event .box-detail {
  padding: 0 10px 30px;
}

.c-card-event .box-detail .c-ttl-01 {
  margin-bottom: 12px;
  font-weight: 800;
}

.c-card-event .box-status {
  overflow: hidden;
  border-top: 1px solid #bdbec0;
  padding: 18px 0;
}

.c-card-event .box-status .tag {
  float: left;
}

.c-card-event .box-status .tag + .tag {
  margin-left: 5px;
}

.c-card-event .box-status .date {
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.c-card-event .box-status .-en {
  font-family: "Raleway";
}

@media (min-width: 897px) {
  a.c-card-event {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  a.c-card-event:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 form component
========================================================== */
/* c-input-text
---------------------------------------------------------- */
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* c-select
---------------------------------------------------------- */
/* c-radio
---------------------------------------------------------- */
/* c-checkbox
---------------------------------------------------------- */
/* c-textarea
---------------------------------------------------------- */
/* ==========================================================
 form layout
========================================================== */
/* c-form
---------------------------------------------------------- */
/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 section
========================================================== */
/* c-sec-cmn01
---------------------------------------------------------- */
.c-sec-cmn01 {
  padding-bottom: 80px;
}

@media (max-width: 896px) {
  .c-sec-cmn01 {
    padding-bottom: 60px;
  }
}

/* c-sec-cmn02
---------------------------------------------------------- */
.c-sec-cmn02 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 896px) {
  .c-sec-cmn02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* c-sec-cmn03
---------------------------------------------------------- */
.c-sec-cmn03 {
  padding-top: 60px;
  padding-bottom: 80px;
}

@media (max-width: 896px) {
  .c-sec-cmn03 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

/* c-sec-cmn04
---------------------------------------------------------- */
.c-sec-cmn04 {
  padding-top: 0;
  padding-bottom: 0;
}

/* c-sec-pt80
---------------------------------------------------------- */
.c-sec-pt80 {
  padding-top: 80px;
}

@media (max-width: 896px) {
  .c-sec-pt80 {
    padding-top: 60px;
  }
}

/* c-sec-pt60
---------------------------------------------------------- */
.c-sec-pt60 {
  padding-top: 60px;
}

@media (max-width: 896px) {
  .c-sec-pt60 {
    padding-top: 40px;
  }
}

/* c-sec-pt40
---------------------------------------------------------- */
.c-sec-pt40 {
  padding-top: 40px;
}

@media (max-width: 896px) {
  .c-sec-pt40 {
    padding-top: 30px;
  }
}

/* c-sec-part
---------------------------------------------------------- */
.c-sec-part {
  padding-bottom: 50px;
}

/* c-sec-contact
---------------------------------------------------------- */
.c-sec-contact {
  border-top: 1px solid #eceeef;
}

@media (min-width: 897px) {
  .c-sec-contact .c-grid .row > * {
    border-left: 1px solid #eceeef;
  }
  .c-sec-contact .c-grid .row > *:first-child {
    border-left: 0;
  }
}

@media (max-width: 896px) {
  .c-sec-contact .c-grid .row > * {
    border-bottom: 1px solid #eceeef;
  }
  .c-sec-contact .c-grid .row > *:last-child {
    border-bottom: 0;
  }
}

/* c-sec-event
---------------------------------------------------------- */
.c-sec-event + .c-sec-event {
  margin-top: 80px;
}

@media (max-width: 896px) {
  .c-sec-event + .c-sec-event {
    margin-top: 60px;
  }
}

/* c-sec-event-sub
---------------------------------------------------------- */
.c-sec-event-sub + .c-sec-event-sub {
  margin-top: 60px;
}

@media (max-width: 896px) {
  .c-sec-event-sub + .c-sec-event-sub {
    margin-top: 40px;
  }
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 mainvisual
========================================================== */
/* c-mainvisual
---------------------------------------------------------- */
.c-mainvisual {
  position: relative;
  height: 540px;
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #20baff), to(#0f63ff));
  background: -webkit-linear-gradient(left, #20baff 15%, #0f63ff 100%);
  background: -o-linear-gradient(left, #20baff 15%, #0f63ff 100%);
  background: linear-gradient(90deg, #20baff 15%, #0f63ff 100%);
  -webkit-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}

@media (max-width: 896px) {
  .c-mainvisual {
    height: 465px;
  }
}

.c-mainvisual:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 654px;
  height: 470px;
  background-image: url("/img/common/img_square_pc.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 896px) {
  .c-mainvisual:before {
    width: 340px;
    height: 230px;
    background-image: url("/img/common/img_square_sp.png");
  }
}


.c-mainvisual.-subpage.-modernization {
  background-image: url("/img/products/bg_products_modernization.jpg");
}
.c-mainvisual.-subpage.-modernization:before {
  background-image: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}


.c-mainvisual.-subpage.-column {
  background-image: url("/img/column/bg_column.jpg");
}
.c-mainvisual.-subpage.-column:before {
  background-image: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}


.c-mainvisual img {
  width: 100%;
}

.c-mainvisual .btn-scrolldown {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 10px;
  height: 88px;
  cursor: pointer;
}

@media (min-width: 897px) {
  .c-mainvisual .btn-scrolldown {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .c-mainvisual .btn-scrolldown:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.c-mainvisual .btn-scrolldown img {
  width: 100%;
}

.c-mainvisual.-subpage {
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #009cf4), to(#0054ea));
  background: -webkit-linear-gradient(left, #009cf4 15%, #0054ea 100%);
  background: -o-linear-gradient(left, #009cf4 15%, #0054ea 100%);
  background: linear-gradient(90deg, #009cf4 15%, #0054ea 100%);
}

@media (min-width: 897px) {
  .c-mainvisual.-subpage {
    height: 380px;
  }
  .c-mainvisual.-subpage:before {
    top: inherit;
    bottom: 15px;
    width: 545px;
    background-position: left bottom;
  }
}

@media (max-width: 896px) {
  .c-mainvisual.-subpage {
    height: 285px;
  }
}

.c-mainvisual.-subpage .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 35px;
}

@media (max-width: 896px) {
  .c-mainvisual.-subpage .box-text {
    padding-bottom: 25px;
  }
}

.c-mainvisual.-subpage .box-text .nav-breadcrumbs {
  padding-bottom: 25px;
}

@media (max-width: 896px) {
  .c-mainvisual.-subpage .box-text .nav-breadcrumbs {
    padding-bottom: 15px;
  }
}

.c-mainvisual.-subpage .box-text .nav-breadcrumbs .list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.c-mainvisual.-subpage .box-text .nav-breadcrumbs .list-nav .item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-family: 'Raleway';
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  -webkit-transition: font-size .2s;
  -o-transition: font-size .2s;
  transition: font-size .2s;
}

@media (max-width: 896px) {
  .c-mainvisual.-subpage .box-text .nav-breadcrumbs .list-nav .item {
    margin-right: 15px;
    font-size: 1.6rem;
  }
}

.c-mainvisual.-subpage .box-text .nav-breadcrumbs .list-nav .item:last-child:after {
  display: none;
}

.c-mainvisual.-subpage .box-text .nav-breadcrumbs .list-nav .item a {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  color: #fff;
}

@media (min-width: 897px) {
  .c-mainvisual.-subpage .box-text .nav-breadcrumbs .list-nav .item a {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .c-mainvisual.-subpage .box-text .nav-breadcrumbs .list-nav .item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media (max-width: 896px) {
  .c-mainvisual.-subpage .box-text .nav-breadcrumbs .list-nav .item a {
    padding-right: 20px;
  }
}

.c-mainvisual.-subpage .box-text .nav-breadcrumbs .list-nav .item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: url("/img/common/ico_arrow_white.svg") 0 0 no-repeat;
  background-size: 100% auto;
}

.c-mainvisual.-subpage .box-text .nav-breadcrumbs + .heading {
  padding-top: 15px;
}

.c-mainvisual.-subpage .box-text .nav-breadcrumbs + .heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.c-mainvisual.-subpage .box-text .heading {
  display: inline-block;
  position: relative;
  font-size: 4.5rem;
  color: #fff;
  -webkit-transition: font-size .2s;
  -o-transition: font-size .2s;
  transition: font-size .2s;
  letter-spacing: -0.05em;
  line-height: 1.3;
  /*&:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #fff;
        }*/
}

@media (max-width: 896px) {
  .c-mainvisual.-subpage .box-text .heading {
    font-size: 2.2rem;
  }
}

.c-mainvisual.-subpage.-about {
  background-image: url("/img/about/bg_mainimg_about.jpg");
  background-size: cover;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}

.c-mainvisual.-subpage.-about:before {
  display: none;
}

.c-mainvisual.-subpage.-products {
  background-image: url("/img/products/bg_products_cobol.jpg");
  background-size: cover;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}

.c-mainvisual.-subpage.-products:before {
  display: none;
}

.c-mainvisual.-subpage.-enterprise {
  background-image: url("/img/products/bg_products_enterprise.jpg");
  background-size: cover;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}

.c-mainvisual.-subpage.-enterprise:before {
  display: none;
}

.c-mainvisual.-subpage.-devpartner {
  background-image: url("/img/products/bg_products_devpartner.jpg");
  background-size: cover;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}

.c-mainvisual.-subpage.-devpartner:before {
  display: none;
}

.c-mainvisual.-subpage.-silk {
  background-image: url("/img/products/bg_products_silk.jpg");
  background-size: cover;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}

.c-mainvisual.-subpage.-silk:before {
  display: none;
}

.c-mainvisual.-subpage.-change_management {
  background-image: url("/img/products/bg_products_change_management.jpg");
  background-size: cover;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}

.c-mainvisual.-subpage.-change_management:before {
  display: none;
}

.c-mainvisual.-subpage.-corba {
  background-image: url("/img/products/bg_products_corba.jpg");
  background-size: cover;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}

.c-mainvisual.-subpage.-corba:before {
  display: none;
}

.c-mainvisual.-subpage.-event {
  background-image: url("/img/event/bg_event.jpg");
  background-size: cover;
  background-position: 0 bottom;
  background-repeat: no-repeat;
}

.c-mainvisual.-subpage.-event:before {
  display: none;
}

@media (min-width: 897px) {
  .c-mainvisual.-subpage.-support .box-text .heading:before {
    width: 240px;
  }
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 tab
========================================================== */
/* c-tab
---------------------------------------------------------- */
/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 Accordion
========================================================== */
/* c-accordion
---------------------------------------------------------- */
/* .c-accordion-wrap .contents-inner {
  padding-right: 150px;
  @include mq-sp { padding-right: 0;}
} */
.c-accordion-wrap + .c-accordion-wrap {
  margin-top: 85px;
}

@media (max-width: 896px) {
  .c-accordion-wrap + .c-accordion-wrap {
    margin-top: 60px;
  }
}

.c-accordion .item {
  border-bottom: 1px solid #e5e5e5;
}

.c-accordion .box-title {
  display: block;
  position: relative;
  padding: 10px 75px 27px 29px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #454545;
  line-height: 1.8;
  cursor: pointer;
  -webkit-transition: background-color .2s, color .2s;
  -o-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

@media (max-width: 896px) {
  .c-accordion .box-title {
    padding: 18px 50px 20px 20px;
  }
}

.c-accordion .box-title:before {
  content: '';
  position: absolute;
  top: 40%;
  right: 30px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/img/common/ico_accordion.svg") center center no-repeat;
}

@media (max-width: 896px) {
  .c-accordion .box-title:before {
    right: 20px;
  }
}

.c-accordion .box-title.is-open, .c-accordion .box-title:hover {
  color: #fff;
  background-color: #000;
  -webkit-box-shadow: 0 6px 5px #ececec;
  box-shadow: 0 6px 5px #ececec;
}

.c-accordion .box-title:hover:before {
  content: '';
  background: url("/img/common/ico_accordion_blue.svg") center center no-repeat;
}

.c-accordion .box-title.is-open:before, .c-accordion .box-title.is-open:hover:before {
  content: '';
  background: url("/img/common/ico_accordion_show.svg") center center no-repeat;
}

.c-accordion .box-content {
  display: none;
  padding: 50px 25px 54px 30px;
  letter-spacing: 0.03em;
}

@media (max-width: 896px) {
  .c-accordion .box-content {
    padding: 25px 20px 30px 25px;
  }
}

/* ==========================================================
 pages
========================================================== */
/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 Toppage
========================================================== */
/* mainvisual
---------------------------------------------------------- */
.c-mainvisual.-top {
  position: relative;
}

.c-mainvisual.-top .container {
  position: relative;
  height: 100%;
}

.c-mainvisual.-top .box-text {
  position: absolute;
  bottom: 85px;
  left: 0;
  width: 100%;
}

@media (min-width: 897px) {
  .c-mainvisual.-top .box-text {
    padding-left: 9%;
    padding-right: 9%;
  }
}

@media (max-width: 896px) {
  .c-mainvisual.-top .box-text {
    bottom: 50px;
    padding: 0 20px;
  }
}

.c-mainvisual.-top .box-text .title {
  width: 756px;
  margin-bottom: 35px;
}

@media (max-width: 896px) {
  .c-mainvisual.-top .box-text .title {
    width: 335px;
    margin-bottom: 30px;
  }
}

.c-mainvisual.-top .box-text .title img {
  width: auto;
  max-width: 100%;
}

.c-mainvisual.-top .box-text .text {
  font-size: 1.5rem;
  line-height: 1.93;
  color: #fff;
}

@media (max-width: 896px) {
  .c-mainvisual.-top .box-text .text {
    font-size: 1.2rem;
  }
}

/* list-products-link
---------------------------------------------------------- */
.list-products-link a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
}

@media (max-width: 896px) {
  .list-products-link a {
    font-size: 1.3rem;
  }
}

.list-products-link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  height: 1px;
  background-color: #eceeef;
  -webkit-transition: background-color .2s, width .2s, height .2s;
  -o-transition: background-color .2s, width .2s, height .2s;
  transition: background-color .2s, width .2s, height .2s;
}

@media (max-width: 896px) {
  .list-products-link a:after {
    width: 20px;
  }
}

.list-products-link a:hover, .list-products-link a.is-current {
  color: #0078ef;
}

.list-products-link a:hover:after, .list-products-link a.is-current:after {
  width: 70px;
  height: 2px;
  background-color: #0078ef;
}

@media (max-width: 896px) {
  .list-products-link a:hover:after, .list-products-link a.is-current:after {
    width: 40px;
  }
}

/* mod-top-slider
---------------------------------------------------------- */
.mod-top-slider {
  padding-top: 40px;
  padding-bottom: 50px;
}

@media (max-width: 896px) {
  .mod-top-slider {
    padding-bottom: 30px;
  }
}

.mod-top-slider .list-slider {
  position: relative;
  margin: 0 -10px;
  padding-bottom: 40px;
}

@media (max-width: 896px) {
  .mod-top-slider .list-slider {
    padding-left: 20px;
  }
}

.mod-top-slider .list-slider:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1240px;
  height: 1px;
  background-color: #eceeef;
}

@media (max-width: 1240px) {
  .mod-top-slider .list-slider:after {
    width: 91.5%;
  }
}

@media (max-width: 896px) {
  .mod-top-slider .list-slider:after {
    width: 94%;
  }
}

.mod-top-slider .list-slider .item-slider {
  float: left;
  width: 380px;
  padding: 0 10px;
  outline: none;
}

@media (max-width: 896px) {
  .mod-top-slider .list-slider .item-slider {
    width: 280px;
  }
}

.mod-top-slider .list-slider .c-card-bnr a {
  outline: none;
}

.mod-top-slider .list-slider .c-card-bnr .text {
  padding: 0 10px;
}

@media (max-width: 896px) {
  .mod-top-slider .list-slider .c-card-bnr .box-text {
    padding: 0 25px;
  }
}

.mod-top-slider .list-slider .c-card-bnr .box-text .box {
  padding-top: 3px;
  padding-bottom: 3px;
}

.mod-top-slider .list-slider .c-card-bnr .list-products-link {
  padding: 0 10px;
  margin-top: 25px;
}

@media (max-width: 896px) {
  .mod-top-slider .list-slider .c-card-bnr .list-products-link {
    margin-top: 15px;
  }
}

@media (min-width: 897px) {
  .mod-top-slider .c-box-linkdetail {
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 -30px;
  }
}

/* ttl-top
---------------------------------------------------------- */
.ttl-top {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.6;
}

@media (max-width: 896px) {
  .ttl-top {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}

/* sec-top-news
---------------------------------------------------------- */
.sec-top-news .heading {
  position: relative;
  padding-top: 85px;
  padding-bottom: 60px;
}

@media (max-width: 896px) {
  .sec-top-news .heading {
    padding-top: 90px;
    padding-bottom: 40px;
    background-color: #000;
  }
}

@media (min-width: 897px) {
  .sec-top-news .heading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-29%);
    -ms-transform: translateX(-29%);
    transform: translateX(-29%);
    width: 2000px;
    height: 100%;
    background-color: #000;
  }
}

.sec-top-news .heading:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 680px;
  height: 100%;
  background-image: url("/img/top/bg_top_news.jpg");
  background-size: 100% auto;
  background-position: right center;
  background-repeat: no-repeat;
}

@media (max-width: 896px) {
  .sec-top-news .heading:after {
    width: 78.6%;
    background-image: url("/img/top/bg_top_news_sp.jpg");
  }
}

.sec-top-news .heading .container {
  position: relative;
  z-index: 1;
}

.sec-top-news .heading .ttl-top {
  color: #fff;
}

.sec-top-news .heading .list-tab-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  padding-top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sec-top-news .heading .list-tab-news .item {
  margin-right: 60px;
  line-height: 1;
}

.sec-top-news .heading .list-tab-news .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 896px) {
  .sec-top-news .heading .list-tab-news .item {
    margin-right: 30px;
  }
}

.sec-top-news .heading .list-tab-news a {
  display: inline-block;
  border-bottom: 6px solid transparent;
  padding-bottom: 24px;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: color .2s, border-color .2s;
  -o-transition: color .2s, border-color .2s;
  transition: color .2s, border-color .2s;
}

@media (max-width: 896px) {
  .sec-top-news .heading .list-tab-news a {
    padding-bottom: 15px;
    border-bottom-width: 4px;
    font-size: 1.4rem;
  }
}

.sec-top-news .heading .list-tab-news a:hover, .sec-top-news .heading .list-tab-news a.is-active {
  text-decoration: none;
  color: #0078ef;
  border-bottom-color: #0078ef;
}

.sec-top-news .cont {
  padding-top: 155px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

@media (min-width: 897px) {
  .sec-top-news .cont {
    margin-top: -145px;
  }
}

@media (max-width: 896px) {
  .sec-top-news .cont {
    padding-top: 0;
    padding-bottom: 55px;
  }
}

/* sec-top-event
---------------------------------------------------------- */
.sec-top-event {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 896px) {
  .sec-top-event {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}

.sec-top-event .c-list-news .item:first-child {
  border-top: 1px solid #eceeef;
}

/* sec-top-about
---------------------------------------------------------- */
.sec-top-about {
  position: relative;
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 50px;
  background-color: #0078ef;
}

@media (max-width: 896px) {
  .sec-top-about {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}

.sec-top-about:after {
  content: "";
  position: absolute;
  top: -115px;
  right: 0;
  width: 545px;
  height: 400px;
  background-image: url("/img/common/img_square_pc.png");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media (min-width: 897px) {
  .sec-top-about .container {
    max-width: 1270px;
  }
}

.box-top-about {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 896px) {
  .box-top-about {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
}

.box-top-about .logo {
  width: 290px;
  margin: 0 auto;
}

@media (max-width: 896px) {
  .box-top-about .logo {
    width: 185px;
    margin-bottom: 50px;
  }
}

.box-top-about .logo img {
  width: 100%;
}

.box-top-about .detail {
  position: relative;
  z-index: 1;
  color: #fff;
}

@media (min-width: 897px) {
  .box-top-about .detail {
    margin-top: -10px;
  }
}

.box-top-about .detail .ttl-top {
  margin-bottom: 15px;
}

.box-top-about .detail .text {
  font-size: 1.5rem;
  line-height: 2;
}

@media (max-width: 896px) {
  .box-top-about .detail .text {
    font-size: 1.4rem;
  }
}

/* sec-top-support
---------------------------------------------------------- */
.sec-top-support {
  padding-bottom: 60px;
}

@media (max-width: 896px) {
  .sec-top-support {
    padding-bottom: 60px;
  }
}

.sec-top-support .heading {
  margin-bottom: 30px;
}

@media (max-width: 896px) {
  .sec-top-support .heading {
    margin-bottom: 25px;
  }
}

.list-bnr-support {
  overflow: hidden;
  margin-bottom: 10px;
}

.list-bnr-support:last-child {
  margin-bottom: 0;
}

@media (max-width: 896px) {
  .list-bnr-support {
    margin-bottom: 0;
  }
}

@media (min-width: 897px) {
  .list-bnr-support .col {
    border-right: 1px solid #eceeef;
    border-bottom: 1px solid #eceeef;
  }
  .list-bnr-support .col:last-child {
    border-right: 0;
    margin-top: -1px;
  }
  .list-bnr-support .col:first-child {
    border-right: 1px solid #eceeef;
  }
}

@media (max-width: 896px) {
  .list-bnr-support .col:last-child .c-card-bnr .detail {
    border-bottom: 1px solid #eceeef;
  }
}

.list-bnr-support .c-card-bnr {
  height: 100%;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

@media (min-width: 897px) {
  .list-bnr-support .c-card-bnr .detail {
    padding-right: 60px;
    padding-left: 70px;
    height: 100%;
  }
}

@media (min-width: 897px) {
  .list-bnr-support .c-card-bnr:hover {
    background-color: #f5f7f8;
  }
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 Products
========================================================== */
/* list-visualcobol
---------------------------------------------------------- */
.c-list-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.c-list-col-2:last-child {
  margin-bottom: 0;
}

@media (max-width: 896px) {
  .c-list-col-2 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-list-col-2 .item {
  width: 50%;
}

@media (max-width: 896px) {
  .c-list-col-2 .item {
    width: 100%;
    margin-bottom: 25px;
  }
  .c-list-col-2 .item:last-child {
    margin-bottom: 0;
  }
}

.c-list-col-2 .item .headline {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  padding: 30px 0;
  border-bottom: 1px solid #eceeef;
  border-top: 1px solid #eceeef;
}

@media (max-width: 896px) {
  .c-list-col-2 .item .headline {
    padding: 20px 0;
  }
}

.c-list-col-2 .item .headline span {
  font-size: 1.6rem;
}

.c-list-col-2 .item .details {
  font-size: 1.3rem;
  padding: 35px 20px 40px 0;
}

@media (max-width: 896px) {
  .c-list-col-2 .item .details {
    padding: 20px 0;
  }
  .c-list-col-2 .item .details:last-child {
    padding-top: 0;
  }
}

.c-list-col-2 .item .details:last-child {
  padding-bottom: 0;
}

.c-list-col-2 .item .details .ttl-detail {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 10px;
}

.c-list-col-2 .item .details p {
  line-height: 1.54;
}

/* grid-feature
---------------------------------------------------------- */
.grid-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-feature .col-l {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  width: 180px;
  padding: 20px 40px 20px 0;
  font-size: 1.6rem;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-right: 1px dotted #eceeef;
}

@media (max-width: 896px) {
  .grid-feature .col-l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding: 10px 30px 10px 0;
  }
}

.grid-feature .col-l span {
  font-size: 1.4rem;
}

@media (max-width: 896px) {
  .grid-feature .col-l span {
    font-size: 1.2rem;
  }
}

.grid-feature .col-r {
  padding-left: 40px;
}

@media (max-width: 896px) {
  .grid-feature .col-r {
    padding-left: 20px;
  }
}

/* list-another-cobol
---------------------------------------------------------- */
.list-another-cobol {
  margin: 40px 0 0 0;
}

@media (min-width: 897px) {
  .list-another-cobol .row {
    margin-top: -50px;
  }
}

@media (min-width: 897px) {
  .list-another-cobol .row .col {
    padding-top: 0px;
    margin-top: 35px;
    padding-right: 20px;
    /*&:nth-child(odd) {
          padding-right: 20px;
        }

        &:nth-child(even) {
          padding-left: 20px;
        }*/
  }
}

@media (max-width: 896px) {
  .list-another-cobol .row .col {
    margin-bottom: 35px;
  }
  .list-another-cobol .row .col:last-child {
    margin-bottom: 0;
  }
}

.list-another-cobol .title {
  margin-bottom: 15px;
  padding-top: 25px;
  border-top: 2px solid #656668;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

@media (max-width: 896px) {
  .list-another-cobol .title {
    padding-top: 15px;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.list-another-cobol .title.-blue {
  border-color: #0078ef;
  color: #0078ef;
}

.list-another-cobol ._bloc {
  display: block;
}

.list-another-cobol ._bloc:hover {
  text-decoration: none;
}

@media (min-width: 897px) {
  .list-another-cobol ._bloc:hover {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .list-another-cobol ._bloc:hover:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.list-another-cobol ._bloc .title {
  display: block;
}

.list-another-cobol ._bloc .text {
  display: block;
}

/* sec-products-user
---------------------------------------------------------- */
.sec-products-user {
  position: relative;
  padding-top: 47px;
  padding-bottom: 40px;
  background-color: #f2f2f2;
}

.sec-products-user:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 438px;
  height: 440px;
  background: url("/img/common/bg_square_gray.png") 0 bottom no-repeat;
  background-size: auto 100%;
}

@media (max-width: 896px) {
  .sec-products-user:before {
    display: none;
  }
}

@media (max-width: 896px) {
  .sec-products-user {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}

.sec-products-user .container {
  position: relative;
  z-index: 1;
}

/* list-products-client
---------------------------------------------------------- */
@media (min-width: 897px) {
  .list-products-client .col:nth-child(odd) {
    padding-right: 2px;
  }
  .list-products-client .col:nth-child(even) {
    padding-left: 2px;
  }
}

@media (max-width: 896px) {
  .list-products-client .col {
    margin-bottom: 4px;
  }
  .list-products-client .col:last-child {
    margin-bottom: 0;
  }
}

.list-products-client .box-client {
  padding: 35px 60px 45px;
  background-color: #fff;
  border-top: 3px solid #0078ef;
  height: 198px;
}

@media (max-width: 896px) {
  .list-products-client .box-client {
    padding: 30px 15px;
    border-width: 1px;
  }
}

.list-products-client .box-client a {
  display: block;
}

@media (min-width: 897px) {
  .list-products-client .box-client a {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .list-products-client .box-client a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.list-products-client .box-client .client {
  display: block;
  margin-bottom: 15px;
  font-family: "Raleway";
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.list-products-client .box-client .client em {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0078ef;
}

.list-products-client .box-client .title {
  display: block;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 896px) {
  .list-products-client .box-client .title {
    font-size: 1.8rem;
  }
}

.list-products-client .box-client .text {
  display: block;
  color: #656668;
  line-height: 1.66;
}

/* card-products-cobol
---------------------------------------------------------- */
.card-products-cobol .detail {
  display: block;
  padding-bottom: 50px;
}

@media (max-width: 896px) {
  .card-products-cobol .detail {
    padding-bottom: 30px;
  }
}

.card-products-cobol .detail .title {
  margin-bottom: 15px;
  font-size: 2rem;
  color: #0078ef;
  line-height: 1.3;
  letter-spacing: 0.2rem;
}

@media (max-width: 896px) {
  .card-products-cobol .detail .title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.card-products-cobol .detail .desc {
  font-size: 1.5rem;
  line-height: 2;
}

@media (max-width: 896px) {
  .card-products-cobol .detail .desc {
    font-size: 1.2rem;
  }
}

/* list-arrow-down
---------------------------------------------------------- */
.list-arrow-down {
  width: 50%;
}

@media (max-width: 896px) {
  .list-arrow-down {
    width: 100%;
  }
}

.list-arrow-down .item {
  position: relative;
}

.list-arrow-down .item .box-text {
  position: absolute;
  bottom: 2.5em;
  right: 0;
  display: inline-block;
  margin: 0;
  padding: 0.2em 1em;
  color: #03385E;
  border: 2px solid #03385E;
  background-color: white;
  font-weight: bold;
}

.list-arrow-down .item .box-text.c-1 {
  bottom: 13em;
}

@media (max-width: 896px) {
  .list-arrow-down .item .box-text.c-1 {
    bottom: 8em;
  }
}

@media (max-width: 896px) {
  .list-arrow-down .item .box-text.c-2 {
    bottom: 1em;
  }
}

@media (max-width: 896px) {
  .list-arrow-down .item .box-text {
    font-size: 1.2rem;
    bottom: 4em;
  }
}

.list-arrow-down .item .arrow {
  margin: 10px auto;
  text-align: center;
  font-size: 48px;
  line-height: 1em;
  color: #DDE5F4;
}

.table-devpartnerstudiopro-specs01 table thead th:nth-child(1) {
  width: 20%;
}

.table-devpartnerstudiopro-specs01 table thead th:nth-child(2) {
  width: 30%;
}

.table-devpartnerstudiopro-specs01 table thead th:nth-child(3) {
  width: 30%;
}

.table-devpartnerstudiopro-specs02 table thead tr:first-child th:nth-child(1) {
  width: 10%;
}

.table-devpartnerstudiopro-specs02 table thead tr:first-child th:nth-child(2) {
  width: 60%;
}

.table-devpartnerstudiopro-specs02 table thead tr:first-child th:nth-child(3) {
  width: 30%;
}

.table-devpartnerstudiopro-specs02 table thead tr:last-child th {
  width: 15%;
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 Support
========================================================== */
/* support-contents
---------------------------------------------------------- */
.support-contents {
  padding-top: 50px;
  padding-bottom: 70px;
}

@media (max-width: 896px) {
  .support-contents {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

/* ttl-support
---------------------------------------------------------- */
.ttl-support {
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eceeef;
  font-size: 2.8rem;
  font-weight: 900;
  color: #0078ef;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 896px) {
  .ttl-support {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 1.8rem;
  }
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 Privacy
========================================================== */
/* privacy-content
---------------------------------------------------------- */
@media (min-width: 897px) {
  .privacy-content .sec-in {
    padding: 0 10%;
  }
}

.privacy-content .sec-intro {
  padding-top: 80px;
  padding-bottom: 50px;
}

@media (max-width: 896px) {
  .privacy-content .sec-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.privacy-content .sec-intro .title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.privacy-content .sec-cont {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 896px) {
  .privacy-content .sec-cont {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.privacy-content .sec-bottom {
  padding-top: 60px;
  padding-bottom: 120px;
}

@media (max-width: 896px) {
  .privacy-content .sec-bottom {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media (min-width: 897px) {
  .privacy-content .box-content {
    padding: 0 12%;
  }
}

.privacy-content .list-order {
  counter-reset: num-counter;
}

.privacy-content .list-order .item {
  counter-increment: num-counter;
  position: relative;
  padding-left: 20px;
  font-size: 1.5rem;
  line-height: 2;
}

.privacy-content .list-order .item:before {
  content: counter(num-counter);
  position: absolute;
  top: 8px;
  left: 0;
  padding: 0 2px;
  border: 1px solid #323435;
  border-radius: 50%;
  line-height: 1;
  font-size: 1.2rem;
  text-align: center;
}

.privacy-content .article-privacy {
  height: 520px;
  overflow-y: auto;
  /* width */
  /* Handle */
  /* Handle on hover */
}

@media (max-width: 896px) {
  .privacy-content .article-privacy {
    height: 300px;
    padding-right: 15px;
  }
}

.privacy-content .article-privacy::-webkit-scrollbar {
  width: 6px;
}

.privacy-content .article-privacy::-webkit-scrollbar-thumb {
  background: #dcdedf;
  border-radius: 25px;
}

.privacy-content .article-privacy::-webkit-scrollbar-thumb:hover {
  opacity: .7;
}

.privacy-content .box-btn {
  width: 520px;
  margin: 0 auto 35px;
}

@media (max-width: 896px) {
  .privacy-content .box-btn {
    width: 100%;
    margin: 0 auto 25px;
  }
}

.privacy-content .box-btn .btn {
  display: block;
  width: 100%;
  padding: 30px 15px;
  border: 1px solid #323435;
  border-radius: 3px;
  line-height: 1;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 896px) {
  .privacy-content .box-btn .btn {
    padding: 15px;
  }
}

.privacy-content .box-btn .btn:disabled {
  color: #bdbec0;
  border-color: #bdbec0;
  cursor: default;
}

.privacy-content .note {
  font-size: 1.2rem;
  color: #bdbec0;
  text-align: center;
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 Cases
========================================================== */
/* grid-cases
---------------------------------------------------------- */
.grid-cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 897px) {
  .grid-cases {
    margin: 0 -4px;
  }
}

.grid-cases .item {
  background: #f6f6f6;
  display: block;
  padding: 30px 32px;
}

@media (min-width: 897px) {
  .grid-cases .item {
    width: calc(50% - 4px);
    margin: 2px;
  }
}

@media (max-width: 896px) {
  .grid-cases .item {
    width: 100%;
    margin-bottom: 4px;
    padding: 15px 16px;
  }
}

.grid-cases .item .cases-head {
  padding: 0 12px 30px 12px;
  display: block;
  border-bottom: 1px solid #bdbec0;
}

@media (max-width: 896px) {
  .grid-cases .item .cases-head {
    padding: 0 6px 10px 6px;
  }
}

.grid-cases .item .cases-head .head-ttl {
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0078ee;
  line-height: 1.3;
  letter-spacing: 0.2rem;
  display: block;
}

.grid-cases .item .cases-head .head-txt {
  font-size: 15px;
  display: block;
  color: #323435;
}

.grid-cases .item .cases-tail {
  display: block;
  padding: 15px 12px 0 12px;
}

.grid-cases .item .cases-tail .tail-txt {
  font-size: 13px;
  display: block;
  font-weight: 400;
}

.grid-cases .item:hover a {
  text-decoration: none;
}

@media (min-width: 897px) {
  .grid-cases .item:hover {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .grid-cases .item:hover:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

/* list-profile
---------------------------------------------------------- */
.list-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-profile .item {
  width: 100%;
  margin-bottom: 2px;
  background: #f6f6f6;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 50px;
}

@media (max-width: 896px) {
  .list-profile .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.list-profile .item .col-attr {
  font-weight: 700;
  width: 130px;
  padding-right: 10px;
  letter-spacing: 0.0rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (max-width: 896px) {
  .list-profile .item .col-attr {
    width: 100%;
  }
}

.list-profile .item .col-attr._c1 {
  width: 160px;
}

@media (max-width: 896px) {
  .list-profile .item .col-attr._c1 {
    width: 100%;
  }
}

.list-profile .item .col-text {
  width: 100%;
}

@media (max-width: 896px) {
  .list-profile .item .col-text {
    width: 100%;
  }
}

.list-profile .item .col-fluid {
  width: 100%;
}

@media (max-width: 896px) {
  .list-profile .item .col-fluid {
    padding: 0;
  }
}

@media (max-width: 896px) {
  .list-profile .item .event-time {
    margin-bottom: 20px;
    font-size: 0;
  }
}

.list-profile .item .event-time .time-start {
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

@media (max-width: 896px) {
  .list-profile .item .event-time .time-start {
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.list-profile .item .event-time .time-start:after {
  content: '';
  width: 2px;
  height: 28px;
  background: #4f5152;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

@media (max-width: 896px) {
  .list-profile .item .event-time .time-start:after {
    width: 7px;
    height: 2px;
    top: 50%;
    bottom: 0;
    left: inherit;
    right: 0;
    margin-top: -1px;
    margin-right: -11px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.list-profile .item .event-time .time-end {
  display: block;
}

@media (max-width: 896px) {
  .list-profile .item .event-time .time-end {
    display: inline-block;
    font-size: 1.4rem;
  }
}

.list-profile .item .event-date {
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 896px) {
  .list-profile .item .event-date {
    margin-bottom: 10px;
  }
}

.list-profile.-white .item {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 5px;
  background-color: #fff;
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 About
========================================================== */
/* box-about-intro
---------------------------------------------------------- */
.box-about-intro {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 897px) {
  .box-about-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 896px) {
  .box-about-intro {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.box-about-intro .title {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 5.8rem;
  line-height: 1.5;
}

@media (min-width: 897px) {
  .box-about-intro .title {
    width: 40%;
    margin-top: -10px;
  }
}

@media (max-width: 896px) {
  .box-about-intro .title {
    margin-bottom: 20px;
    font-size: 3.6rem;
  }
}

@media (min-width: 897px) {
  .box-about-intro .detail {
    width: 60%;
  }
}

/* nav-about
---------------------------------------------------------- */
.nav-about {
  overflow: hidden;
}

.nav-about .row {
  margin-bottom: -1px;
}

.nav-about .box-nav {
  position: relative;
}

@media (min-width: 897px) {
  .nav-about .box-nav {
    border-left: 1px solid #eceeef;
  }
  .nav-about .box-nav:first-child {
    border-left-color: transparent;
  }
}

@media (max-width: 896px) {
  .nav-about .box-nav {
    border-bottom: 1px solid #eceeef;
  }
  .nav-about .box-nav:last-child {
    border-bottom: 0;
  }
}

.nav-about .box-nav a {
  display: block;
  color: #fff;
  height: 100%;
}

@media (min-width: 897px) {
  .nav-about .box-nav a {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .nav-about .box-nav a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.nav-about .box-nav .bg img {
  width: 100%;
}

.nav-about .box-nav .box-text {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 40px 30px;
}

@media (max-width: 896px) {
  .nav-about .box-nav .box-text {
    padding: 20px;
  }
}

.nav-about .box-nav .box-text .title {
  display: block;
  margin-bottom: 0;
}

.nav-about .box-nav .box-text .text {
  display: block;
  line-height: 1.66;
}

/* sec-company-profile
---------------------------------------------------------- */
.sec-company-profile {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media (max-width: 896px) {
  .sec-company-profile {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

/* table-company
---------------------------------------------------------- */
.table-company .row {
  padding: 20px 0;
  border-bottom: 1px solid #eceeef;
}

.table-company .row:first-child {
  border-top: 1px solid #eceeef;
}

@media (min-width: 897px) {
  .table-company .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 896px) {
  .table-company .row {
    padding: 20px 0;
  }
}

.table-company .heading {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  padding: 0 15px 0 40px;
  line-height: 1.3;
  font-weight: bold;
}

@media (min-width: 897px) {
  .table-company .heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
  }
}

@media (max-width: 896px) {
  .table-company .heading {
    margin-bottom: 15px;
    padding: 0;
  }
}

.table-company .detail {
  position: relative;
  padding: 0 15px 0 40px;
  line-height: 1.3;
}

@media (min-width: 897px) {
  .table-company .detail {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .table-company .detail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 95%;
    background-color: #eceeef;
  }
}

@media (max-width: 896px) {
  .table-company .detail {
    padding: 0;
    line-height: 1.7;
  }
}

.table-company .list-link {
  margin-bottom: 30px;
}

@media (min-width: 897px) {
  .table-company .list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -15px;
  }
}

@media (min-width: 897px) {
  .table-company .list-link .item {
    width: 33%;
    margin-top: 15px;
  }
}

@media (max-width: 896px) {
  .table-company .list-link .item {
    margin-bottom: 15px;
  }
  .table-company .list-link .item:last-child {
    margin-bottom: 0;
  }
}

.table-company .list-link a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.table-company .list-link a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #0078ef;
}

.table-company .c-link-newwin {
  position: relative;
  top: -2px;
}

/* sec-comp-map
---------------------------------------------------------- */
.sec-comp-map .box-map {
  position: relative;
  height: 500px;
  overflow: hidden;
}

@media (max-width: 896px) {
  .sec-comp-map .box-map {
    height: 250px;
  }
}

.sec-comp-map .box-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 897px) {
  .sec-comp-map .box-map iframe {
    height: 100%;
  }
}

@media (max-width: 896px) {
  .sec-comp-map .box-map iframe {
    bottom: 0;
  }
}

.sec-comp-map .list-comp-area .item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.sec-comp-map .list-comp-area .item:last-child {
  margin-bottom: 0;
}

.sec-comp-map .list-comp-area .item:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 4px solid #0078ef;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec-comp-map .list-comp-area .item.-pink:before {
  border-color: #bc1685;
}

.sec-comp-map .list-comp-area .item.-gray:before {
  border-color: #9caeb7;
}

.sec-comp-map .list-comp-area .item.-green:before {
  border-color: #009944;
}

.sec-comp-map .list-comp-area .item.-aqua:before {
  border-color: #00ada9;
}

/* ==========================================================
 utils
========================================================== */
/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
._font-15 {
  font-size: 1.5rem;
}

/* ==========================================================
 Breakpoint
========================================================== */
@media (min-width: 897px) {
  ._only-sp {
    display: none !important;
  }
}

@media (max-width: 896px) {
  ._only-pc {
    display: none !important;
  }
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
 Text align
========================================================== */
._txt-left {
  text-align: left !important;
}

._txt-center {
  text-align: center !important;
}

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

@media (min-width: 897px) {
  ._txt-pc-left {
    text-align: left !important;
  }
  ._txt-pc-center {
    text-align: center !important;
  }
  ._txt-pc-right {
    text-align: right !important;
  }
}

@media (max-width: 896px) {
  ._txt-sp-left {
    text-align: left !important;
  }
  ._txt-sp-center {
    text-align: center !important;
  }
  ._txt-sp-right {
    text-align: right !important;
  }
}

/* ==========================================================
 Text weight
========================================================== */
._txt-normal {
  font-weight: 500 !important;
}

._txt-bold {
  font-weight: 700 !important;
}

/* ==========================================================
 Text size
========================================================== */
/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Height
========================================================== */
._new-height-290{
  height: 290px !important;
}
@media (max-width: 896px) {
  ._new-height-290{
    height: 360px !important;
  }
}
/* ==========================================================
 Breakpoint
========================================================== */
._mt-0 {
  margin-top: 0px !important;
}

._pt-0 {
  padding-top: 0px !important;
}

._ma-0 {
  margin: 0px !important;
}

._pa-0 {
  padding: 0px !important;
}

._mb-0 {
  margin-bottom: 0px !important;
}

._pb-0 {
  padding-bottom: 0px !important;
}

._ma-0 {
  margin: 0px !important;
}

._pa-0 {
  padding: 0px !important;
}

._ml-0 {
  margin-left: 0px !important;
}

._pl-0 {
  padding-left: 0px !important;
}

._ma-0 {
  margin: 0px !important;
}

._pa-0 {
  padding: 0px !important;
}

._mr-0 {
  margin-right: 0px !important;
}

._pr-0 {
  padding-right: 0px !important;
}

._ma-0 {
  margin: 0px !important;
}

._pa-0 {
  padding: 0px !important;
}

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

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

._ma-5 {
  margin: 5px !important;
}

._pa-5 {
  padding: 5px !important;
}

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

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

._ma-5 {
  margin: 5px !important;
}

._pa-5 {
  padding: 5px !important;
}

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

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

._ma-5 {
  margin: 5px !important;
}

._pa-5 {
  padding: 5px !important;
}

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

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

._ma-5 {
  margin: 5px !important;
}

._pa-5 {
  padding: 5px !important;
}

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

._pt-8 {
  padding-top: 8px !important;
}

._ma-8 {
  margin: 8px !important;
}

._pa-8 {
  padding: 8px !important;
}

._mb-8 {
  margin-bottom: 8px !important;
}

._pb-8 {
  padding-bottom: 8px !important;
}

._ma-8 {
  margin: 8px !important;
}

._pa-8 {
  padding: 8px !important;
}

._ml-8 {
  margin-left: 8px !important;
}

._pl-8 {
  padding-left: 8px !important;
}

._ma-8 {
  margin: 8px !important;
}

._pa-8 {
  padding: 8px !important;
}

._mr-8 {
  margin-right: 8px !important;
}

._pr-8 {
  padding-right: 8px !important;
}

._ma-8 {
  margin: 8px !important;
}

._pa-8 {
  padding: 8px !important;
}

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

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

._ma-10 {
  margin: 10px !important;
}

._pa-10 {
  padding: 10px !important;
}

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

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

._ma-10 {
  margin: 10px !important;
}

._pa-10 {
  padding: 10px !important;
}

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

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

._ma-10 {
  margin: 10px !important;
}

._pa-10 {
  padding: 10px !important;
}

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

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

._ma-10 {
  margin: 10px !important;
}

._pa-10 {
  padding: 10px !important;
}

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

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

._ma-12 {
  margin: 12px !important;
}

._pa-12 {
  padding: 12px !important;
}

._mb-12 {
  margin-bottom: 12px !important;
}

._pb-12 {
  padding-bottom: 12px !important;
}

._ma-12 {
  margin: 12px !important;
}

._pa-12 {
  padding: 12px !important;
}

._ml-12 {
  margin-left: 12px !important;
}

._pl-12 {
  padding-left: 12px !important;
}

._ma-12 {
  margin: 12px !important;
}

._pa-12 {
  padding: 12px !important;
}

._mr-12 {
  margin-right: 12px !important;
}

._pr-12 {
  padding-right: 12px !important;
}

._ma-12 {
  margin: 12px !important;
}

._pa-12 {
  padding: 12px !important;
}

._mt-13 {
  margin-top: 13px !important;
}

._pt-13 {
  padding-top: 13px !important;
}

._ma-13 {
  margin: 13px !important;
}

._pa-13 {
  padding: 13px !important;
}

._mb-13 {
  margin-bottom: 13px !important;
}

._pb-13 {
  padding-bottom: 13px !important;
}

._ma-13 {
  margin: 13px !important;
}

._pa-13 {
  padding: 13px !important;
}

._ml-13 {
  margin-left: 13px !important;
}

._pl-13 {
  padding-left: 13px !important;
}

._ma-13 {
  margin: 13px !important;
}

._pa-13 {
  padding: 13px !important;
}

._mr-13 {
  margin-right: 13px !important;
}

._pr-13 {
  padding-right: 13px !important;
}

._ma-13 {
  margin: 13px !important;
}

._pa-13 {
  padding: 13px !important;
}

._mt-14 {
  margin-top: 14px !important;
}

._pt-14 {
  padding-top: 14px !important;
}

._ma-14 {
  margin: 14px !important;
}

._pa-14 {
  padding: 14px !important;
}

._mb-14 {
  margin-bottom: 14px !important;
}

._pb-14 {
  padding-bottom: 14px !important;
}

._ma-14 {
  margin: 14px !important;
}

._pa-14 {
  padding: 14px !important;
}

._ml-14 {
  margin-left: 14px !important;
}

._pl-14 {
  padding-left: 14px !important;
}

._ma-14 {
  margin: 14px !important;
}

._pa-14 {
  padding: 14px !important;
}

._mr-14 {
  margin-right: 14px !important;
}

._pr-14 {
  padding-right: 14px !important;
}

._ma-14 {
  margin: 14px !important;
}

._pa-14 {
  padding: 14px !important;
}

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

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

._ma-15 {
  margin: 15px !important;
}

._pa-15 {
  padding: 15px !important;
}

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

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

._ma-15 {
  margin: 15px !important;
}

._pa-15 {
  padding: 15px !important;
}

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

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

._ma-15 {
  margin: 15px !important;
}

._pa-15 {
  padding: 15px !important;
}

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

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

._ma-15 {
  margin: 15px !important;
}

._pa-15 {
  padding: 15px !important;
}

._mt-17 {
  margin-top: 17px !important;
}

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

._ma-17 {
  margin: 17px !important;
}

._pa-17 {
  padding: 17px !important;
}

._mb-17 {
  margin-bottom: 17px !important;
}

._pb-17 {
  padding-bottom: 17px !important;
}

._ma-17 {
  margin: 17px !important;
}

._pa-17 {
  padding: 17px !important;
}

._ml-17 {
  margin-left: 17px !important;
}

._pl-17 {
  padding-left: 17px !important;
}

._ma-17 {
  margin: 17px !important;
}

._pa-17 {
  padding: 17px !important;
}

._mr-17 {
  margin-right: 17px !important;
}

._pr-17 {
  padding-right: 17px !important;
}

._ma-17 {
  margin: 17px !important;
}

._pa-17 {
  padding: 17px !important;
}

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

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

._ma-20 {
  margin: 20px !important;
}

._pa-20 {
  padding: 20px !important;
}

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

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

._ma-20 {
  margin: 20px !important;
}

._pa-20 {
  padding: 20px !important;
}

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

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

._ma-20 {
  margin: 20px !important;
}

._pa-20 {
  padding: 20px !important;
}

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

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

._ma-20 {
  margin: 20px !important;
}

._pa-20 {
  padding: 20px !important;
}

._mt-21 {
  margin-top: 21px !important;
}

._pt-21 {
  padding-top: 21px !important;
}

._ma-21 {
  margin: 21px !important;
}

._pa-21 {
  padding: 21px !important;
}

._mb-21 {
  margin-bottom: 21px !important;
}

._pb-21 {
  padding-bottom: 21px !important;
}

._ma-21 {
  margin: 21px !important;
}

._pa-21 {
  padding: 21px !important;
}

._ml-21 {
  margin-left: 21px !important;
}

._pl-21 {
  padding-left: 21px !important;
}

._ma-21 {
  margin: 21px !important;
}

._pa-21 {
  padding: 21px !important;
}

._mr-21 {
  margin-right: 21px !important;
}

._pr-21 {
  padding-right: 21px !important;
}

._ma-21 {
  margin: 21px !important;
}

._pa-21 {
  padding: 21px !important;
}

._mt-22 {
  margin-top: 22px !important;
}

._pt-22 {
  padding-top: 22px !important;
}

._ma-22 {
  margin: 22px !important;
}

._pa-22 {
  padding: 22px !important;
}

._mb-22 {
  margin-bottom: 22px !important;
}

._pb-22 {
  padding-bottom: 22px !important;
}

._ma-22 {
  margin: 22px !important;
}

._pa-22 {
  padding: 22px !important;
}

._ml-22 {
  margin-left: 22px !important;
}

._pl-22 {
  padding-left: 22px !important;
}

._ma-22 {
  margin: 22px !important;
}

._pa-22 {
  padding: 22px !important;
}

._mr-22 {
  margin-right: 22px !important;
}

._pr-22 {
  padding-right: 22px !important;
}

._ma-22 {
  margin: 22px !important;
}

._pa-22 {
  padding: 22px !important;
}

._mt-24 {
  margin-top: 24px !important;
}

._pt-24 {
  padding-top: 24px !important;
}

._ma-24 {
  margin: 24px !important;
}

._pa-24 {
  padding: 24px !important;
}

._mb-24 {
  margin-bottom: 24px !important;
}

._pb-24 {
  padding-bottom: 24px !important;
}

._ma-24 {
  margin: 24px !important;
}

._pa-24 {
  padding: 24px !important;
}

._ml-24 {
  margin-left: 24px !important;
}

._pl-24 {
  padding-left: 24px !important;
}

._ma-24 {
  margin: 24px !important;
}

._pa-24 {
  padding: 24px !important;
}

._mr-24 {
  margin-right: 24px !important;
}

._pr-24 {
  padding-right: 24px !important;
}

._ma-24 {
  margin: 24px !important;
}

._pa-24 {
  padding: 24px !important;
}

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

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

._ma-25 {
  margin: 25px !important;
}

._pa-25 {
  padding: 25px !important;
}

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

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

._ma-25 {
  margin: 25px !important;
}

._pa-25 {
  padding: 25px !important;
}

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

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

._ma-25 {
  margin: 25px !important;
}

._pa-25 {
  padding: 25px !important;
}

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

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

._ma-25 {
  margin: 25px !important;
}

._pa-25 {
  padding: 25px !important;
}

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

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

._ma-30 {
  margin: 30px !important;
}

._pa-30 {
  padding: 30px !important;
}

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

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

._ma-30 {
  margin: 30px !important;
}

._pa-30 {
  padding: 30px !important;
}

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

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

._ma-30 {
  margin: 30px !important;
}

._pa-30 {
  padding: 30px !important;
}

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

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

._ma-30 {
  margin: 30px !important;
}

._pa-30 {
  padding: 30px !important;
}

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

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

._ma-35 {
  margin: 35px !important;
}

._pa-35 {
  padding: 35px !important;
}

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

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

._ma-35 {
  margin: 35px !important;
}

._pa-35 {
  padding: 35px !important;
}

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

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

._ma-35 {
  margin: 35px !important;
}

._pa-35 {
  padding: 35px !important;
}

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

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

._ma-35 {
  margin: 35px !important;
}

._pa-35 {
  padding: 35px !important;
}

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

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

._ma-40 {
  margin: 40px !important;
}

._pa-40 {
  padding: 40px !important;
}

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

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

._ma-40 {
  margin: 40px !important;
}

._pa-40 {
  padding: 40px !important;
}

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

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

._ma-40 {
  margin: 40px !important;
}

._pa-40 {
  padding: 40px !important;
}

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

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

._ma-40 {
  margin: 40px !important;
}

._pa-40 {
  padding: 40px !important;
}

._mt-42 {
  margin-top: 42px !important;
}

._pt-42 {
  padding-top: 42px !important;
}

._ma-42 {
  margin: 42px !important;
}

._pa-42 {
  padding: 42px !important;
}

._mb-42 {
  margin-bottom: 42px !important;
}

._pb-42 {
  padding-bottom: 42px !important;
}

._ma-42 {
  margin: 42px !important;
}

._pa-42 {
  padding: 42px !important;
}

._ml-42 {
  margin-left: 42px !important;
}

._pl-42 {
  padding-left: 42px !important;
}

._ma-42 {
  margin: 42px !important;
}

._pa-42 {
  padding: 42px !important;
}

._mr-42 {
  margin-right: 42px !important;
}

._pr-42 {
  padding-right: 42px !important;
}

._ma-42 {
  margin: 42px !important;
}

._pa-42 {
  padding: 42px !important;
}

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

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

._ma-45 {
  margin: 45px !important;
}

._pa-45 {
  padding: 45px !important;
}

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

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

._ma-45 {
  margin: 45px !important;
}

._pa-45 {
  padding: 45px !important;
}

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

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

._ma-45 {
  margin: 45px !important;
}

._pa-45 {
  padding: 45px !important;
}

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

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

._ma-45 {
  margin: 45px !important;
}

._pa-45 {
  padding: 45px !important;
}

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

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

._ma-50 {
  margin: 50px !important;
}

._pa-50 {
  padding: 50px !important;
}

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

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

._ma-50 {
  margin: 50px !important;
}

._pa-50 {
  padding: 50px !important;
}

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

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

._ma-50 {
  margin: 50px !important;
}

._pa-50 {
  padding: 50px !important;
}

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

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

._ma-50 {
  margin: 50px !important;
}

._pa-50 {
  padding: 50px !important;
}

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

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

._ma-55 {
  margin: 55px !important;
}

._pa-55 {
  padding: 55px !important;
}

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

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

._ma-55 {
  margin: 55px !important;
}

._pa-55 {
  padding: 55px !important;
}

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

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

._ma-55 {
  margin: 55px !important;
}

._pa-55 {
  padding: 55px !important;
}

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

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

._ma-55 {
  margin: 55px !important;
}

._pa-55 {
  padding: 55px !important;
}

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

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

._ma-60 {
  margin: 60px !important;
}

._pa-60 {
  padding: 60px !important;
}

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

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

._ma-60 {
  margin: 60px !important;
}

._pa-60 {
  padding: 60px !important;
}

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

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

._ma-60 {
  margin: 60px !important;
}

._pa-60 {
  padding: 60px !important;
}

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

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

._ma-60 {
  margin: 60px !important;
}

._pa-60 {
  padding: 60px !important;
}

._mt-62 {
  margin-top: 62px !important;
}

._pt-62 {
  padding-top: 62px !important;
}

._ma-62 {
  margin: 62px !important;
}

._pa-62 {
  padding: 62px !important;
}

._mb-62 {
  margin-bottom: 62px !important;
}

._pb-62 {
  padding-bottom: 62px !important;
}

._ma-62 {
  margin: 62px !important;
}

._pa-62 {
  padding: 62px !important;
}

._ml-62 {
  margin-left: 62px !important;
}

._pl-62 {
  padding-left: 62px !important;
}

._ma-62 {
  margin: 62px !important;
}

._pa-62 {
  padding: 62px !important;
}

._mr-62 {
  margin-right: 62px !important;
}

._pr-62 {
  padding-right: 62px !important;
}

._ma-62 {
  margin: 62px !important;
}

._pa-62 {
  padding: 62px !important;
}

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

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

._ma-65 {
  margin: 65px !important;
}

._pa-65 {
  padding: 65px !important;
}

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

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

._ma-65 {
  margin: 65px !important;
}

._pa-65 {
  padding: 65px !important;
}

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

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

._ma-65 {
  margin: 65px !important;
}

._pa-65 {
  padding: 65px !important;
}

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

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

._ma-65 {
  margin: 65px !important;
}

._pa-65 {
  padding: 65px !important;
}

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

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

._ma-70 {
  margin: 70px !important;
}

._pa-70 {
  padding: 70px !important;
}

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

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

._ma-70 {
  margin: 70px !important;
}

._pa-70 {
  padding: 70px !important;
}

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

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

._ma-70 {
  margin: 70px !important;
}

._pa-70 {
  padding: 70px !important;
}

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

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

._ma-70 {
  margin: 70px !important;
}

._pa-70 {
  padding: 70px !important;
}

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

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

._ma-75 {
  margin: 75px !important;
}

._pa-75 {
  padding: 75px !important;
}

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

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

._ma-75 {
  margin: 75px !important;
}

._pa-75 {
  padding: 75px !important;
}

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

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

._ma-75 {
  margin: 75px !important;
}

._pa-75 {
  padding: 75px !important;
}

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

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

._ma-75 {
  margin: 75px !important;
}

._pa-75 {
  padding: 75px !important;
}

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

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

._ma-80 {
  margin: 80px !important;
}

._pa-80 {
  padding: 80px !important;
}

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

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

._ma-80 {
  margin: 80px !important;
}

._pa-80 {
  padding: 80px !important;
}

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

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

._ma-80 {
  margin: 80px !important;
}

._pa-80 {
  padding: 80px !important;
}

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

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

._ma-80 {
  margin: 80px !important;
}

._pa-80 {
  padding: 80px !important;
}

._mt-84 {
  margin-top: 84px !important;
}

._pt-84 {
  padding-top: 84px !important;
}

._ma-84 {
  margin: 84px !important;
}

._pa-84 {
  padding: 84px !important;
}

._mb-84 {
  margin-bottom: 84px !important;
}

._pb-84 {
  padding-bottom: 84px !important;
}

._ma-84 {
  margin: 84px !important;
}

._pa-84 {
  padding: 84px !important;
}

._ml-84 {
  margin-left: 84px !important;
}

._pl-84 {
  padding-left: 84px !important;
}

._ma-84 {
  margin: 84px !important;
}

._pa-84 {
  padding: 84px !important;
}

._mr-84 {
  margin-right: 84px !important;
}

._pr-84 {
  padding-right: 84px !important;
}

._ma-84 {
  margin: 84px !important;
}

._pa-84 {
  padding: 84px !important;
}

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

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

._ma-85 {
  margin: 85px !important;
}

._pa-85 {
  padding: 85px !important;
}

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

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

._ma-85 {
  margin: 85px !important;
}

._pa-85 {
  padding: 85px !important;
}

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

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

._ma-85 {
  margin: 85px !important;
}

._pa-85 {
  padding: 85px !important;
}

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

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

._ma-85 {
  margin: 85px !important;
}

._pa-85 {
  padding: 85px !important;
}

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

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

._ma-90 {
  margin: 90px !important;
}

._pa-90 {
  padding: 90px !important;
}

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

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

._ma-90 {
  margin: 90px !important;
}

._pa-90 {
  padding: 90px !important;
}

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

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

._ma-90 {
  margin: 90px !important;
}

._pa-90 {
  padding: 90px !important;
}

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

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

._ma-90 {
  margin: 90px !important;
}

._pa-90 {
  padding: 90px !important;
}

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

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

._ma-95 {
  margin: 95px !important;
}

._pa-95 {
  padding: 95px !important;
}

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

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

._ma-95 {
  margin: 95px !important;
}

._pa-95 {
  padding: 95px !important;
}

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

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

._ma-95 {
  margin: 95px !important;
}

._pa-95 {
  padding: 95px !important;
}

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

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

._ma-95 {
  margin: 95px !important;
}

._pa-95 {
  padding: 95px !important;
}

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

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

._ma-100 {
  margin: 100px !important;
}

._pa-100 {
  padding: 100px !important;
}

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

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

._ma-100 {
  margin: 100px !important;
}

._pa-100 {
  padding: 100px !important;
}

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

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

._ma-100 {
  margin: 100px !important;
}

._pa-100 {
  padding: 100px !important;
}

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

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

._ma-100 {
  margin: 100px !important;
}

._pa-100 {
  padding: 100px !important;
}

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

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

._ma-110 {
  margin: 110px !important;
}

._pa-110 {
  padding: 110px !important;
}

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

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

._ma-110 {
  margin: 110px !important;
}

._pa-110 {
  padding: 110px !important;
}

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

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

._ma-110 {
  margin: 110px !important;
}

._pa-110 {
  padding: 110px !important;
}

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

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

._ma-110 {
  margin: 110px !important;
}

._pa-110 {
  padding: 110px !important;
}

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

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

._ma-120 {
  margin: 120px !important;
}

._pa-120 {
  padding: 120px !important;
}

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

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

._ma-120 {
  margin: 120px !important;
}

._pa-120 {
  padding: 120px !important;
}

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

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

._ma-120 {
  margin: 120px !important;
}

._pa-120 {
  padding: 120px !important;
}

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

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

._ma-120 {
  margin: 120px !important;
}

._pa-120 {
  padding: 120px !important;
}

@media (min-width: 897px) {
  ._mt-pc-0 {
    margin-top: 0px !important;
  }
  ._pt-pc-0 {
    padding-top: 0px !important;
  }
  ._ma-pc-0 {
    margin: 0px !important;
  }
  ._pa-pc-0 {
    padding: 0px !important;
  }
  ._mb-pc-0 {
    margin-bottom: 0px !important;
  }
  ._pb-pc-0 {
    padding-bottom: 0px !important;
  }
  ._ma-pc-0 {
    margin: 0px !important;
  }
  ._pa-pc-0 {
    padding: 0px !important;
  }
  ._ml-pc-0 {
    margin-left: 0px !important;
  }
  ._pl-pc-0 {
    padding-left: 0px !important;
  }
  ._ma-pc-0 {
    margin: 0px !important;
  }
  ._pa-pc-0 {
    padding: 0px !important;
  }
  ._mr-pc-0 {
    margin-right: 0px !important;
  }
  ._pr-pc-0 {
    padding-right: 0px !important;
  }
  ._ma-pc-0 {
    margin: 0px !important;
  }
  ._pa-pc-0 {
    padding: 0px !important;
  }
  ._mt-pc-5 {
    margin-top: 5px !important;
  }
  ._pt-pc-5 {
    padding-top: 5px !important;
  }
  ._ma-pc-5 {
    margin: 5px !important;
  }
  ._pa-pc-5 {
    padding: 5px !important;
  }
  ._mb-pc-5 {
    margin-bottom: 5px !important;
  }
  ._pb-pc-5 {
    padding-bottom: 5px !important;
  }
  ._ma-pc-5 {
    margin: 5px !important;
  }
  ._pa-pc-5 {
    padding: 5px !important;
  }
  ._ml-pc-5 {
    margin-left: 5px !important;
  }
  ._pl-pc-5 {
    padding-left: 5px !important;
  }
  ._ma-pc-5 {
    margin: 5px !important;
  }
  ._pa-pc-5 {
    padding: 5px !important;
  }
  ._mr-pc-5 {
    margin-right: 5px !important;
  }
  ._pr-pc-5 {
    padding-right: 5px !important;
  }
  ._ma-pc-5 {
    margin: 5px !important;
  }
  ._pa-pc-5 {
    padding: 5px !important;
  }
  ._mt-pc-8 {
    margin-top: 8px !important;
  }
  ._pt-pc-8 {
    padding-top: 8px !important;
  }
  ._ma-pc-8 {
    margin: 8px !important;
  }
  ._pa-pc-8 {
    padding: 8px !important;
  }
  ._mb-pc-8 {
    margin-bottom: 8px !important;
  }
  ._pb-pc-8 {
    padding-bottom: 8px !important;
  }
  ._ma-pc-8 {
    margin: 8px !important;
  }
  ._pa-pc-8 {
    padding: 8px !important;
  }
  ._ml-pc-8 {
    margin-left: 8px !important;
  }
  ._pl-pc-8 {
    padding-left: 8px !important;
  }
  ._ma-pc-8 {
    margin: 8px !important;
  }
  ._pa-pc-8 {
    padding: 8px !important;
  }
  ._mr-pc-8 {
    margin-right: 8px !important;
  }
  ._pr-pc-8 {
    padding-right: 8px !important;
  }
  ._ma-pc-8 {
    margin: 8px !important;
  }
  ._pa-pc-8 {
    padding: 8px !important;
  }
  ._mt-pc-10 {
    margin-top: 10px !important;
  }
  ._pt-pc-10 {
    padding-top: 10px !important;
  }
  ._ma-pc-10 {
    margin: 10px !important;
  }
  ._pa-pc-10 {
    padding: 10px !important;
  }
  ._mb-pc-10 {
    margin-bottom: 10px !important;
  }
  ._pb-pc-10 {
    padding-bottom: 10px !important;
  }
  ._ma-pc-10 {
    margin: 10px !important;
  }
  ._pa-pc-10 {
    padding: 10px !important;
  }
  ._ml-pc-10 {
    margin-left: 10px !important;
  }
  ._pl-pc-10 {
    padding-left: 10px !important;
  }
  ._ma-pc-10 {
    margin: 10px !important;
  }
  ._pa-pc-10 {
    padding: 10px !important;
  }
  ._mr-pc-10 {
    margin-right: 10px !important;
  }
  ._pr-pc-10 {
    padding-right: 10px !important;
  }
  ._ma-pc-10 {
    margin: 10px !important;
  }
  ._pa-pc-10 {
    padding: 10px !important;
  }
  ._mt-pc-12 {
    margin-top: 12px !important;
  }
  ._pt-pc-12 {
    padding-top: 12px !important;
  }
  ._ma-pc-12 {
    margin: 12px !important;
  }
  ._pa-pc-12 {
    padding: 12px !important;
  }
  ._mb-pc-12 {
    margin-bottom: 12px !important;
  }
  ._pb-pc-12 {
    padding-bottom: 12px !important;
  }
  ._ma-pc-12 {
    margin: 12px !important;
  }
  ._pa-pc-12 {
    padding: 12px !important;
  }
  ._ml-pc-12 {
    margin-left: 12px !important;
  }
  ._pl-pc-12 {
    padding-left: 12px !important;
  }
  ._ma-pc-12 {
    margin: 12px !important;
  }
  ._pa-pc-12 {
    padding: 12px !important;
  }
  ._mr-pc-12 {
    margin-right: 12px !important;
  }
  ._pr-pc-12 {
    padding-right: 12px !important;
  }
  ._ma-pc-12 {
    margin: 12px !important;
  }
  ._pa-pc-12 {
    padding: 12px !important;
  }
  ._mt-pc-13 {
    margin-top: 13px !important;
  }
  ._pt-pc-13 {
    padding-top: 13px !important;
  }
  ._ma-pc-13 {
    margin: 13px !important;
  }
  ._pa-pc-13 {
    padding: 13px !important;
  }
  ._mb-pc-13 {
    margin-bottom: 13px !important;
  }
  ._pb-pc-13 {
    padding-bottom: 13px !important;
  }
  ._ma-pc-13 {
    margin: 13px !important;
  }
  ._pa-pc-13 {
    padding: 13px !important;
  }
  ._ml-pc-13 {
    margin-left: 13px !important;
  }
  ._pl-pc-13 {
    padding-left: 13px !important;
  }
  ._ma-pc-13 {
    margin: 13px !important;
  }
  ._pa-pc-13 {
    padding: 13px !important;
  }
  ._mr-pc-13 {
    margin-right: 13px !important;
  }
  ._pr-pc-13 {
    padding-right: 13px !important;
  }
  ._ma-pc-13 {
    margin: 13px !important;
  }
  ._pa-pc-13 {
    padding: 13px !important;
  }
  ._mt-pc-14 {
    margin-top: 14px !important;
  }
  ._pt-pc-14 {
    padding-top: 14px !important;
  }
  ._ma-pc-14 {
    margin: 14px !important;
  }
  ._pa-pc-14 {
    padding: 14px !important;
  }
  ._mb-pc-14 {
    margin-bottom: 14px !important;
  }
  ._pb-pc-14 {
    padding-bottom: 14px !important;
  }
  ._ma-pc-14 {
    margin: 14px !important;
  }
  ._pa-pc-14 {
    padding: 14px !important;
  }
  ._ml-pc-14 {
    margin-left: 14px !important;
  }
  ._pl-pc-14 {
    padding-left: 14px !important;
  }
  ._ma-pc-14 {
    margin: 14px !important;
  }
  ._pa-pc-14 {
    padding: 14px !important;
  }
  ._mr-pc-14 {
    margin-right: 14px !important;
  }
  ._pr-pc-14 {
    padding-right: 14px !important;
  }
  ._ma-pc-14 {
    margin: 14px !important;
  }
  ._pa-pc-14 {
    padding: 14px !important;
  }
  ._mt-pc-15 {
    margin-top: 15px !important;
  }
  ._pt-pc-15 {
    padding-top: 15px !important;
  }
  ._ma-pc-15 {
    margin: 15px !important;
  }
  ._pa-pc-15 {
    padding: 15px !important;
  }
  ._mb-pc-15 {
    margin-bottom: 15px !important;
  }
  ._pb-pc-15 {
    padding-bottom: 15px !important;
  }
  ._ma-pc-15 {
    margin: 15px !important;
  }
  ._pa-pc-15 {
    padding: 15px !important;
  }
  ._ml-pc-15 {
    margin-left: 15px !important;
  }
  ._pl-pc-15 {
    padding-left: 15px !important;
  }
  ._ma-pc-15 {
    margin: 15px !important;
  }
  ._pa-pc-15 {
    padding: 15px !important;
  }
  ._mr-pc-15 {
    margin-right: 15px !important;
  }
  ._pr-pc-15 {
    padding-right: 15px !important;
  }
  ._ma-pc-15 {
    margin: 15px !important;
  }
  ._pa-pc-15 {
    padding: 15px !important;
  }
  ._mt-pc-17 {
    margin-top: 17px !important;
  }
  ._pt-pc-17 {
    padding-top: 17px !important;
  }
  ._ma-pc-17 {
    margin: 17px !important;
  }
  ._pa-pc-17 {
    padding: 17px !important;
  }
  ._mb-pc-17 {
    margin-bottom: 17px !important;
  }
  ._pb-pc-17 {
    padding-bottom: 17px !important;
  }
  ._ma-pc-17 {
    margin: 17px !important;
  }
  ._pa-pc-17 {
    padding: 17px !important;
  }
  ._ml-pc-17 {
    margin-left: 17px !important;
  }
  ._pl-pc-17 {
    padding-left: 17px !important;
  }
  ._ma-pc-17 {
    margin: 17px !important;
  }
  ._pa-pc-17 {
    padding: 17px !important;
  }
  ._mr-pc-17 {
    margin-right: 17px !important;
  }
  ._pr-pc-17 {
    padding-right: 17px !important;
  }
  ._ma-pc-17 {
    margin: 17px !important;
  }
  ._pa-pc-17 {
    padding: 17px !important;
  }
  ._mt-pc-20 {
    margin-top: 20px !important;
  }
  ._pt-pc-20 {
    padding-top: 20px !important;
  }
  ._ma-pc-20 {
    margin: 20px !important;
  }
  ._pa-pc-20 {
    padding: 20px !important;
  }
  ._mb-pc-20 {
    margin-bottom: 20px !important;
  }
  ._pb-pc-20 {
    padding-bottom: 20px !important;
  }
  ._ma-pc-20 {
    margin: 20px !important;
  }
  ._pa-pc-20 {
    padding: 20px !important;
  }
  ._ml-pc-20 {
    margin-left: 20px !important;
  }
  ._pl-pc-20 {
    padding-left: 20px !important;
  }
  ._ma-pc-20 {
    margin: 20px !important;
  }
  ._pa-pc-20 {
    padding: 20px !important;
  }
  ._mr-pc-20 {
    margin-right: 20px !important;
  }
  ._pr-pc-20 {
    padding-right: 20px !important;
  }
  ._ma-pc-20 {
    margin: 20px !important;
  }
  ._pa-pc-20 {
    padding: 20px !important;
  }
  ._mt-pc-21 {
    margin-top: 21px !important;
  }
  ._pt-pc-21 {
    padding-top: 21px !important;
  }
  ._ma-pc-21 {
    margin: 21px !important;
  }
  ._pa-pc-21 {
    padding: 21px !important;
  }
  ._mb-pc-21 {
    margin-bottom: 21px !important;
  }
  ._pb-pc-21 {
    padding-bottom: 21px !important;
  }
  ._ma-pc-21 {
    margin: 21px !important;
  }
  ._pa-pc-21 {
    padding: 21px !important;
  }
  ._ml-pc-21 {
    margin-left: 21px !important;
  }
  ._pl-pc-21 {
    padding-left: 21px !important;
  }
  ._ma-pc-21 {
    margin: 21px !important;
  }
  ._pa-pc-21 {
    padding: 21px !important;
  }
  ._mr-pc-21 {
    margin-right: 21px !important;
  }
  ._pr-pc-21 {
    padding-right: 21px !important;
  }
  ._ma-pc-21 {
    margin: 21px !important;
  }
  ._pa-pc-21 {
    padding: 21px !important;
  }
  ._mt-pc-22 {
    margin-top: 22px !important;
  }
  ._pt-pc-22 {
    padding-top: 22px !important;
  }
  ._ma-pc-22 {
    margin: 22px !important;
  }
  ._pa-pc-22 {
    padding: 22px !important;
  }
  ._mb-pc-22 {
    margin-bottom: 22px !important;
  }
  ._pb-pc-22 {
    padding-bottom: 22px !important;
  }
  ._ma-pc-22 {
    margin: 22px !important;
  }
  ._pa-pc-22 {
    padding: 22px !important;
  }
  ._ml-pc-22 {
    margin-left: 22px !important;
  }
  ._pl-pc-22 {
    padding-left: 22px !important;
  }
  ._ma-pc-22 {
    margin: 22px !important;
  }
  ._pa-pc-22 {
    padding: 22px !important;
  }
  ._mr-pc-22 {
    margin-right: 22px !important;
  }
  ._pr-pc-22 {
    padding-right: 22px !important;
  }
  ._ma-pc-22 {
    margin: 22px !important;
  }
  ._pa-pc-22 {
    padding: 22px !important;
  }
  ._mt-pc-24 {
    margin-top: 24px !important;
  }
  ._pt-pc-24 {
    padding-top: 24px !important;
  }
  ._ma-pc-24 {
    margin: 24px !important;
  }
  ._pa-pc-24 {
    padding: 24px !important;
  }
  ._mb-pc-24 {
    margin-bottom: 24px !important;
  }
  ._pb-pc-24 {
    padding-bottom: 24px !important;
  }
  ._ma-pc-24 {
    margin: 24px !important;
  }
  ._pa-pc-24 {
    padding: 24px !important;
  }
  ._ml-pc-24 {
    margin-left: 24px !important;
  }
  ._pl-pc-24 {
    padding-left: 24px !important;
  }
  ._ma-pc-24 {
    margin: 24px !important;
  }
  ._pa-pc-24 {
    padding: 24px !important;
  }
  ._mr-pc-24 {
    margin-right: 24px !important;
  }
  ._pr-pc-24 {
    padding-right: 24px !important;
  }
  ._ma-pc-24 {
    margin: 24px !important;
  }
  ._pa-pc-24 {
    padding: 24px !important;
  }
  ._mt-pc-25 {
    margin-top: 25px !important;
  }
  ._pt-pc-25 {
    padding-top: 25px !important;
  }
  ._ma-pc-25 {
    margin: 25px !important;
  }
  ._pa-pc-25 {
    padding: 25px !important;
  }
  ._mb-pc-25 {
    margin-bottom: 25px !important;
  }
  ._pb-pc-25 {
    padding-bottom: 25px !important;
  }
  ._ma-pc-25 {
    margin: 25px !important;
  }
  ._pa-pc-25 {
    padding: 25px !important;
  }
  ._ml-pc-25 {
    margin-left: 25px !important;
  }
  ._pl-pc-25 {
    padding-left: 25px !important;
  }
  ._ma-pc-25 {
    margin: 25px !important;
  }
  ._pa-pc-25 {
    padding: 25px !important;
  }
  ._mr-pc-25 {
    margin-right: 25px !important;
  }
  ._pr-pc-25 {
    padding-right: 25px !important;
  }
  ._ma-pc-25 {
    margin: 25px !important;
  }
  ._pa-pc-25 {
    padding: 25px !important;
  }
  ._mt-pc-30 {
    margin-top: 30px !important;
  }
  ._pt-pc-30 {
    padding-top: 30px !important;
  }
  ._ma-pc-30 {
    margin: 30px !important;
  }
  ._pa-pc-30 {
    padding: 30px !important;
  }
  ._mb-pc-30 {
    margin-bottom: 30px !important;
  }
  ._pb-pc-30 {
    padding-bottom: 30px !important;
  }
  ._ma-pc-30 {
    margin: 30px !important;
  }
  ._pa-pc-30 {
    padding: 30px !important;
  }
  ._ml-pc-30 {
    margin-left: 30px !important;
  }
  ._pl-pc-30 {
    padding-left: 30px !important;
  }
  ._ma-pc-30 {
    margin: 30px !important;
  }
  ._pa-pc-30 {
    padding: 30px !important;
  }
  ._mr-pc-30 {
    margin-right: 30px !important;
  }
  ._pr-pc-30 {
    padding-right: 30px !important;
  }
  ._ma-pc-30 {
    margin: 30px !important;
  }
  ._pa-pc-30 {
    padding: 30px !important;
  }
  ._mt-pc-35 {
    margin-top: 35px !important;
  }
  ._pt-pc-35 {
    padding-top: 35px !important;
  }
  ._ma-pc-35 {
    margin: 35px !important;
  }
  ._pa-pc-35 {
    padding: 35px !important;
  }
  ._mb-pc-35 {
    margin-bottom: 35px !important;
  }
  ._pb-pc-35 {
    padding-bottom: 35px !important;
  }
  ._ma-pc-35 {
    margin: 35px !important;
  }
  ._pa-pc-35 {
    padding: 35px !important;
  }
  ._ml-pc-35 {
    margin-left: 35px !important;
  }
  ._pl-pc-35 {
    padding-left: 35px !important;
  }
  ._ma-pc-35 {
    margin: 35px !important;
  }
  ._pa-pc-35 {
    padding: 35px !important;
  }
  ._mr-pc-35 {
    margin-right: 35px !important;
  }
  ._pr-pc-35 {
    padding-right: 35px !important;
  }
  ._ma-pc-35 {
    margin: 35px !important;
  }
  ._pa-pc-35 {
    padding: 35px !important;
  }
  ._mt-pc-40 {
    margin-top: 40px !important;
  }
  ._pt-pc-40 {
    padding-top: 40px !important;
  }
  ._ma-pc-40 {
    margin: 40px !important;
  }
  ._pa-pc-40 {
    padding: 40px !important;
  }
  ._mb-pc-40 {
    margin-bottom: 40px !important;
  }
  ._pb-pc-40 {
    padding-bottom: 40px !important;
  }
  ._ma-pc-40 {
    margin: 40px !important;
  }
  ._pa-pc-40 {
    padding: 40px !important;
  }
  ._ml-pc-40 {
    margin-left: 40px !important;
  }
  ._pl-pc-40 {
    padding-left: 40px !important;
  }
  ._ma-pc-40 {
    margin: 40px !important;
  }
  ._pa-pc-40 {
    padding: 40px !important;
  }
  ._mr-pc-40 {
    margin-right: 40px !important;
  }
  ._pr-pc-40 {
    padding-right: 40px !important;
  }
  ._ma-pc-40 {
    margin: 40px !important;
  }
  ._pa-pc-40 {
    padding: 40px !important;
  }
  ._mt-pc-42 {
    margin-top: 42px !important;
  }
  ._pt-pc-42 {
    padding-top: 42px !important;
  }
  ._ma-pc-42 {
    margin: 42px !important;
  }
  ._pa-pc-42 {
    padding: 42px !important;
  }
  ._mb-pc-42 {
    margin-bottom: 42px !important;
  }
  ._pb-pc-42 {
    padding-bottom: 42px !important;
  }
  ._ma-pc-42 {
    margin: 42px !important;
  }
  ._pa-pc-42 {
    padding: 42px !important;
  }
  ._ml-pc-42 {
    margin-left: 42px !important;
  }
  ._pl-pc-42 {
    padding-left: 42px !important;
  }
  ._ma-pc-42 {
    margin: 42px !important;
  }
  ._pa-pc-42 {
    padding: 42px !important;
  }
  ._mr-pc-42 {
    margin-right: 42px !important;
  }
  ._pr-pc-42 {
    padding-right: 42px !important;
  }
  ._ma-pc-42 {
    margin: 42px !important;
  }
  ._pa-pc-42 {
    padding: 42px !important;
  }
  ._mt-pc-45 {
    margin-top: 45px !important;
  }
  ._pt-pc-45 {
    padding-top: 45px !important;
  }
  ._ma-pc-45 {
    margin: 45px !important;
  }
  ._pa-pc-45 {
    padding: 45px !important;
  }
  ._mb-pc-45 {
    margin-bottom: 45px !important;
  }
  ._pb-pc-45 {
    padding-bottom: 45px !important;
  }
  ._ma-pc-45 {
    margin: 45px !important;
  }
  ._pa-pc-45 {
    padding: 45px !important;
  }
  ._ml-pc-45 {
    margin-left: 45px !important;
  }
  ._pl-pc-45 {
    padding-left: 45px !important;
  }
  ._ma-pc-45 {
    margin: 45px !important;
  }
  ._pa-pc-45 {
    padding: 45px !important;
  }
  ._mr-pc-45 {
    margin-right: 45px !important;
  }
  ._pr-pc-45 {
    padding-right: 45px !important;
  }
  ._ma-pc-45 {
    margin: 45px !important;
  }
  ._pa-pc-45 {
    padding: 45px !important;
  }
  ._mt-pc-50 {
    margin-top: 50px !important;
  }
  ._pt-pc-50 {
    padding-top: 50px !important;
  }
  ._ma-pc-50 {
    margin: 50px !important;
  }
  ._pa-pc-50 {
    padding: 50px !important;
  }
  ._mb-pc-50 {
    margin-bottom: 50px !important;
  }
  ._pb-pc-50 {
    padding-bottom: 50px !important;
  }
  ._ma-pc-50 {
    margin: 50px !important;
  }
  ._pa-pc-50 {
    padding: 50px !important;
  }
  ._ml-pc-50 {
    margin-left: 50px !important;
  }
  ._pl-pc-50 {
    padding-left: 50px !important;
  }
  ._ma-pc-50 {
    margin: 50px !important;
  }
  ._pa-pc-50 {
    padding: 50px !important;
  }
  ._mr-pc-50 {
    margin-right: 50px !important;
  }
  ._pr-pc-50 {
    padding-right: 50px !important;
  }
  ._ma-pc-50 {
    margin: 50px !important;
  }
  ._pa-pc-50 {
    padding: 50px !important;
  }
  ._mt-pc-55 {
    margin-top: 55px !important;
  }
  ._pt-pc-55 {
    padding-top: 55px !important;
  }
  ._ma-pc-55 {
    margin: 55px !important;
  }
  ._pa-pc-55 {
    padding: 55px !important;
  }
  ._mb-pc-55 {
    margin-bottom: 55px !important;
  }
  ._pb-pc-55 {
    padding-bottom: 55px !important;
  }
  ._ma-pc-55 {
    margin: 55px !important;
  }
  ._pa-pc-55 {
    padding: 55px !important;
  }
  ._ml-pc-55 {
    margin-left: 55px !important;
  }
  ._pl-pc-55 {
    padding-left: 55px !important;
  }
  ._ma-pc-55 {
    margin: 55px !important;
  }
  ._pa-pc-55 {
    padding: 55px !important;
  }
  ._mr-pc-55 {
    margin-right: 55px !important;
  }
  ._pr-pc-55 {
    padding-right: 55px !important;
  }
  ._ma-pc-55 {
    margin: 55px !important;
  }
  ._pa-pc-55 {
    padding: 55px !important;
  }
  ._mt-pc-60 {
    margin-top: 60px !important;
  }
  ._pt-pc-60 {
    padding-top: 60px !important;
  }
  ._ma-pc-60 {
    margin: 60px !important;
  }
  ._pa-pc-60 {
    padding: 60px !important;
  }
  ._mb-pc-60 {
    margin-bottom: 60px !important;
  }
  ._pb-pc-60 {
    padding-bottom: 60px !important;
  }
  ._ma-pc-60 {
    margin: 60px !important;
  }
  ._pa-pc-60 {
    padding: 60px !important;
  }
  ._ml-pc-60 {
    margin-left: 60px !important;
  }
  ._pl-pc-60 {
    padding-left: 60px !important;
  }
  ._ma-pc-60 {
    margin: 60px !important;
  }
  ._pa-pc-60 {
    padding: 60px !important;
  }
  ._mr-pc-60 {
    margin-right: 60px !important;
  }
  ._pr-pc-60 {
    padding-right: 60px !important;
  }
  ._ma-pc-60 {
    margin: 60px !important;
  }
  ._pa-pc-60 {
    padding: 60px !important;
  }
  ._mt-pc-62 {
    margin-top: 62px !important;
  }
  ._pt-pc-62 {
    padding-top: 62px !important;
  }
  ._ma-pc-62 {
    margin: 62px !important;
  }
  ._pa-pc-62 {
    padding: 62px !important;
  }
  ._mb-pc-62 {
    margin-bottom: 62px !important;
  }
  ._pb-pc-62 {
    padding-bottom: 62px !important;
  }
  ._ma-pc-62 {
    margin: 62px !important;
  }
  ._pa-pc-62 {
    padding: 62px !important;
  }
  ._ml-pc-62 {
    margin-left: 62px !important;
  }
  ._pl-pc-62 {
    padding-left: 62px !important;
  }
  ._ma-pc-62 {
    margin: 62px !important;
  }
  ._pa-pc-62 {
    padding: 62px !important;
  }
  ._mr-pc-62 {
    margin-right: 62px !important;
  }
  ._pr-pc-62 {
    padding-right: 62px !important;
  }
  ._ma-pc-62 {
    margin: 62px !important;
  }
  ._pa-pc-62 {
    padding: 62px !important;
  }
  ._mt-pc-65 {
    margin-top: 65px !important;
  }
  ._pt-pc-65 {
    padding-top: 65px !important;
  }
  ._ma-pc-65 {
    margin: 65px !important;
  }
  ._pa-pc-65 {
    padding: 65px !important;
  }
  ._mb-pc-65 {
    margin-bottom: 65px !important;
  }
  ._pb-pc-65 {
    padding-bottom: 65px !important;
  }
  ._ma-pc-65 {
    margin: 65px !important;
  }
  ._pa-pc-65 {
    padding: 65px !important;
  }
  ._ml-pc-65 {
    margin-left: 65px !important;
  }
  ._pl-pc-65 {
    padding-left: 65px !important;
  }
  ._ma-pc-65 {
    margin: 65px !important;
  }
  ._pa-pc-65 {
    padding: 65px !important;
  }
  ._mr-pc-65 {
    margin-right: 65px !important;
  }
  ._pr-pc-65 {
    padding-right: 65px !important;
  }
  ._ma-pc-65 {
    margin: 65px !important;
  }
  ._pa-pc-65 {
    padding: 65px !important;
  }
  ._mt-pc-70 {
    margin-top: 70px !important;
  }
  ._pt-pc-70 {
    padding-top: 70px !important;
  }
  ._ma-pc-70 {
    margin: 70px !important;
  }
  ._pa-pc-70 {
    padding: 70px !important;
  }
  ._mb-pc-70 {
    margin-bottom: 70px !important;
  }
  ._pb-pc-70 {
    padding-bottom: 70px !important;
  }
  ._ma-pc-70 {
    margin: 70px !important;
  }
  ._pa-pc-70 {
    padding: 70px !important;
  }
  ._ml-pc-70 {
    margin-left: 70px !important;
  }
  ._pl-pc-70 {
    padding-left: 70px !important;
  }
  ._ma-pc-70 {
    margin: 70px !important;
  }
  ._pa-pc-70 {
    padding: 70px !important;
  }
  ._mr-pc-70 {
    margin-right: 70px !important;
  }
  ._pr-pc-70 {
    padding-right: 70px !important;
  }
  ._ma-pc-70 {
    margin: 70px !important;
  }
  ._pa-pc-70 {
    padding: 70px !important;
  }
  ._mt-pc-75 {
    margin-top: 75px !important;
  }
  ._pt-pc-75 {
    padding-top: 75px !important;
  }
  ._ma-pc-75 {
    margin: 75px !important;
  }
  ._pa-pc-75 {
    padding: 75px !important;
  }
  ._mb-pc-75 {
    margin-bottom: 75px !important;
  }
  ._pb-pc-75 {
    padding-bottom: 75px !important;
  }
  ._ma-pc-75 {
    margin: 75px !important;
  }
  ._pa-pc-75 {
    padding: 75px !important;
  }
  ._ml-pc-75 {
    margin-left: 75px !important;
  }
  ._pl-pc-75 {
    padding-left: 75px !important;
  }
  ._ma-pc-75 {
    margin: 75px !important;
  }
  ._pa-pc-75 {
    padding: 75px !important;
  }
  ._mr-pc-75 {
    margin-right: 75px !important;
  }
  ._pr-pc-75 {
    padding-right: 75px !important;
  }
  ._ma-pc-75 {
    margin: 75px !important;
  }
  ._pa-pc-75 {
    padding: 75px !important;
  }
  ._mt-pc-80 {
    margin-top: 80px !important;
  }
  ._pt-pc-80 {
    padding-top: 80px !important;
  }
  ._ma-pc-80 {
    margin: 80px !important;
  }
  ._pa-pc-80 {
    padding: 80px !important;
  }
  ._mb-pc-80 {
    margin-bottom: 80px !important;
  }
  ._pb-pc-80 {
    padding-bottom: 80px !important;
  }
  ._ma-pc-80 {
    margin: 80px !important;
  }
  ._pa-pc-80 {
    padding: 80px !important;
  }
  ._ml-pc-80 {
    margin-left: 80px !important;
  }
  ._pl-pc-80 {
    padding-left: 80px !important;
  }
  ._ma-pc-80 {
    margin: 80px !important;
  }
  ._pa-pc-80 {
    padding: 80px !important;
  }
  ._mr-pc-80 {
    margin-right: 80px !important;
  }
  ._pr-pc-80 {
    padding-right: 80px !important;
  }
  ._ma-pc-80 {
    margin: 80px !important;
  }
  ._pa-pc-80 {
    padding: 80px !important;
  }
  ._mt-pc-84 {
    margin-top: 84px !important;
  }
  ._pt-pc-84 {
    padding-top: 84px !important;
  }
  ._ma-pc-84 {
    margin: 84px !important;
  }
  ._pa-pc-84 {
    padding: 84px !important;
  }
  ._mb-pc-84 {
    margin-bottom: 84px !important;
  }
  ._pb-pc-84 {
    padding-bottom: 84px !important;
  }
  ._ma-pc-84 {
    margin: 84px !important;
  }
  ._pa-pc-84 {
    padding: 84px !important;
  }
  ._ml-pc-84 {
    margin-left: 84px !important;
  }
  ._pl-pc-84 {
    padding-left: 84px !important;
  }
  ._ma-pc-84 {
    margin: 84px !important;
  }
  ._pa-pc-84 {
    padding: 84px !important;
  }
  ._mr-pc-84 {
    margin-right: 84px !important;
  }
  ._pr-pc-84 {
    padding-right: 84px !important;
  }
  ._ma-pc-84 {
    margin: 84px !important;
  }
  ._pa-pc-84 {
    padding: 84px !important;
  }
  ._mt-pc-85 {
    margin-top: 85px !important;
  }
  ._pt-pc-85 {
    padding-top: 85px !important;
  }
  ._ma-pc-85 {
    margin: 85px !important;
  }
  ._pa-pc-85 {
    padding: 85px !important;
  }
  ._mb-pc-85 {
    margin-bottom: 85px !important;
  }
  ._pb-pc-85 {
    padding-bottom: 85px !important;
  }
  ._ma-pc-85 {
    margin: 85px !important;
  }
  ._pa-pc-85 {
    padding: 85px !important;
  }
  ._ml-pc-85 {
    margin-left: 85px !important;
  }
  ._pl-pc-85 {
    padding-left: 85px !important;
  }
  ._ma-pc-85 {
    margin: 85px !important;
  }
  ._pa-pc-85 {
    padding: 85px !important;
  }
  ._mr-pc-85 {
    margin-right: 85px !important;
  }
  ._pr-pc-85 {
    padding-right: 85px !important;
  }
  ._ma-pc-85 {
    margin: 85px !important;
  }
  ._pa-pc-85 {
    padding: 85px !important;
  }
  ._mt-pc-90 {
    margin-top: 90px !important;
  }
  ._pt-pc-90 {
    padding-top: 90px !important;
  }
  ._ma-pc-90 {
    margin: 90px !important;
  }
  ._pa-pc-90 {
    padding: 90px !important;
  }
  ._mb-pc-90 {
    margin-bottom: 90px !important;
  }
  ._pb-pc-90 {
    padding-bottom: 90px !important;
  }
  ._ma-pc-90 {
    margin: 90px !important;
  }
  ._pa-pc-90 {
    padding: 90px !important;
  }
  ._ml-pc-90 {
    margin-left: 90px !important;
  }
  ._pl-pc-90 {
    padding-left: 90px !important;
  }
  ._ma-pc-90 {
    margin: 90px !important;
  }
  ._pa-pc-90 {
    padding: 90px !important;
  }
  ._mr-pc-90 {
    margin-right: 90px !important;
  }
  ._pr-pc-90 {
    padding-right: 90px !important;
  }
  ._ma-pc-90 {
    margin: 90px !important;
  }
  ._pa-pc-90 {
    padding: 90px !important;
  }
  ._mt-pc-95 {
    margin-top: 95px !important;
  }
  ._pt-pc-95 {
    padding-top: 95px !important;
  }
  ._ma-pc-95 {
    margin: 95px !important;
  }
  ._pa-pc-95 {
    padding: 95px !important;
  }
  ._mb-pc-95 {
    margin-bottom: 95px !important;
  }
  ._pb-pc-95 {
    padding-bottom: 95px !important;
  }
  ._ma-pc-95 {
    margin: 95px !important;
  }
  ._pa-pc-95 {
    padding: 95px !important;
  }
  ._ml-pc-95 {
    margin-left: 95px !important;
  }
  ._pl-pc-95 {
    padding-left: 95px !important;
  }
  ._ma-pc-95 {
    margin: 95px !important;
  }
  ._pa-pc-95 {
    padding: 95px !important;
  }
  ._mr-pc-95 {
    margin-right: 95px !important;
  }
  ._pr-pc-95 {
    padding-right: 95px !important;
  }
  ._ma-pc-95 {
    margin: 95px !important;
  }
  ._pa-pc-95 {
    padding: 95px !important;
  }
  ._mt-pc-100 {
    margin-top: 100px !important;
  }
  ._pt-pc-100 {
    padding-top: 100px !important;
  }
  ._ma-pc-100 {
    margin: 100px !important;
  }
  ._pa-pc-100 {
    padding: 100px !important;
  }
  ._mb-pc-100 {
    margin-bottom: 100px !important;
  }
  ._pb-pc-100 {
    padding-bottom: 100px !important;
  }
  ._ma-pc-100 {
    margin: 100px !important;
  }
  ._pa-pc-100 {
    padding: 100px !important;
  }
  ._ml-pc-100 {
    margin-left: 100px !important;
  }
  ._pl-pc-100 {
    padding-left: 100px !important;
  }
  ._ma-pc-100 {
    margin: 100px !important;
  }
  ._pa-pc-100 {
    padding: 100px !important;
  }
  ._mr-pc-100 {
    margin-right: 100px !important;
  }
  ._pr-pc-100 {
    padding-right: 100px !important;
  }
  ._ma-pc-100 {
    margin: 100px !important;
  }
  ._pa-pc-100 {
    padding: 100px !important;
  }
  ._mt-pc-110 {
    margin-top: 110px !important;
  }
  ._pt-pc-110 {
    padding-top: 110px !important;
  }
  ._ma-pc-110 {
    margin: 110px !important;
  }
  ._pa-pc-110 {
    padding: 110px !important;
  }
  ._mb-pc-110 {
    margin-bottom: 110px !important;
  }
  ._pb-pc-110 {
    padding-bottom: 110px !important;
  }
  ._ma-pc-110 {
    margin: 110px !important;
  }
  ._pa-pc-110 {
    padding: 110px !important;
  }
  ._ml-pc-110 {
    margin-left: 110px !important;
  }
  ._pl-pc-110 {
    padding-left: 110px !important;
  }
  ._ma-pc-110 {
    margin: 110px !important;
  }
  ._pa-pc-110 {
    padding: 110px !important;
  }
  ._mr-pc-110 {
    margin-right: 110px !important;
  }
  ._pr-pc-110 {
    padding-right: 110px !important;
  }
  ._ma-pc-110 {
    margin: 110px !important;
  }
  ._pa-pc-110 {
    padding: 110px !important;
  }
  ._mt-pc-120 {
    margin-top: 120px !important;
  }
  ._pt-pc-120 {
    padding-top: 120px !important;
  }
  ._ma-pc-120 {
    margin: 120px !important;
  }
  ._pa-pc-120 {
    padding: 120px !important;
  }
  ._mb-pc-120 {
    margin-bottom: 120px !important;
  }
  ._pb-pc-120 {
    padding-bottom: 120px !important;
  }
  ._ma-pc-120 {
    margin: 120px !important;
  }
  ._pa-pc-120 {
    padding: 120px !important;
  }
  ._ml-pc-120 {
    margin-left: 120px !important;
  }
  ._pl-pc-120 {
    padding-left: 120px !important;
  }
  ._ma-pc-120 {
    margin: 120px !important;
  }
  ._pa-pc-120 {
    padding: 120px !important;
  }
  ._mr-pc-120 {
    margin-right: 120px !important;
  }
  ._pr-pc-120 {
    padding-right: 120px !important;
  }
  ._ma-pc-120 {
    margin: 120px !important;
  }
  ._pa-pc-120 {
    padding: 120px !important;
  }
}

@media (max-width: 896px) {
  ._mt-sp-0 {
    margin-top: 0px !important;
  }
  ._pt-sp-0 {
    padding-top: 0px !important;
  }
  ._ma-sp-0 {
    margin: 0px !important;
  }
  ._pa-sp-0 {
    padding: 0px !important;
  }
  ._mb-sp-0 {
    margin-bottom: 0px !important;
  }
  ._pb-sp-0 {
    padding-bottom: 0px !important;
  }
  ._ma-sp-0 {
    margin: 0px !important;
  }
  ._pa-sp-0 {
    padding: 0px !important;
  }
  ._ml-sp-0 {
    margin-left: 0px !important;
  }
  ._pl-sp-0 {
    padding-left: 0px !important;
  }
  ._ma-sp-0 {
    margin: 0px !important;
  }
  ._pa-sp-0 {
    padding: 0px !important;
  }
  ._mr-sp-0 {
    margin-right: 0px !important;
  }
  ._pr-sp-0 {
    padding-right: 0px !important;
  }
  ._ma-sp-0 {
    margin: 0px !important;
  }
  ._pa-sp-0 {
    padding: 0px !important;
  }
  ._mt-sp-5 {
    margin-top: 5px !important;
  }
  ._pt-sp-5 {
    padding-top: 5px !important;
  }
  ._ma-sp-5 {
    margin: 5px !important;
  }
  ._pa-sp-5 {
    padding: 5px !important;
  }
  ._mb-sp-5 {
    margin-bottom: 5px !important;
  }
  ._pb-sp-5 {
    padding-bottom: 5px !important;
  }
  ._ma-sp-5 {
    margin: 5px !important;
  }
  ._pa-sp-5 {
    padding: 5px !important;
  }
  ._ml-sp-5 {
    margin-left: 5px !important;
  }
  ._pl-sp-5 {
    padding-left: 5px !important;
  }
  ._ma-sp-5 {
    margin: 5px !important;
  }
  ._pa-sp-5 {
    padding: 5px !important;
  }
  ._mr-sp-5 {
    margin-right: 5px !important;
  }
  ._pr-sp-5 {
    padding-right: 5px !important;
  }
  ._ma-sp-5 {
    margin: 5px !important;
  }
  ._pa-sp-5 {
    padding: 5px !important;
  }
  ._mt-sp-8 {
    margin-top: 8px !important;
  }
  ._pt-sp-8 {
    padding-top: 8px !important;
  }
  ._ma-sp-8 {
    margin: 8px !important;
  }
  ._pa-sp-8 {
    padding: 8px !important;
  }
  ._mb-sp-8 {
    margin-bottom: 8px !important;
  }
  ._pb-sp-8 {
    padding-bottom: 8px !important;
  }
  ._ma-sp-8 {
    margin: 8px !important;
  }
  ._pa-sp-8 {
    padding: 8px !important;
  }
  ._ml-sp-8 {
    margin-left: 8px !important;
  }
  ._pl-sp-8 {
    padding-left: 8px !important;
  }
  ._ma-sp-8 {
    margin: 8px !important;
  }
  ._pa-sp-8 {
    padding: 8px !important;
  }
  ._mr-sp-8 {
    margin-right: 8px !important;
  }
  ._pr-sp-8 {
    padding-right: 8px !important;
  }
  ._ma-sp-8 {
    margin: 8px !important;
  }
  ._pa-sp-8 {
    padding: 8px !important;
  }
  ._mt-sp-10 {
    margin-top: 10px !important;
  }
  ._pt-sp-10 {
    padding-top: 10px !important;
  }
  ._ma-sp-10 {
    margin: 10px !important;
  }
  ._pa-sp-10 {
    padding: 10px !important;
  }
  ._mb-sp-10 {
    margin-bottom: 10px !important;
  }
  ._pb-sp-10 {
    padding-bottom: 10px !important;
  }
  ._ma-sp-10 {
    margin: 10px !important;
  }
  ._pa-sp-10 {
    padding: 10px !important;
  }
  ._ml-sp-10 {
    margin-left: 10px !important;
  }
  ._pl-sp-10 {
    padding-left: 10px !important;
  }
  ._ma-sp-10 {
    margin: 10px !important;
  }
  ._pa-sp-10 {
    padding: 10px !important;
  }
  ._mr-sp-10 {
    margin-right: 10px !important;
  }
  ._pr-sp-10 {
    padding-right: 10px !important;
  }
  ._ma-sp-10 {
    margin: 10px !important;
  }
  ._pa-sp-10 {
    padding: 10px !important;
  }
  ._mt-sp-12 {
    margin-top: 12px !important;
  }
  ._pt-sp-12 {
    padding-top: 12px !important;
  }
  ._ma-sp-12 {
    margin: 12px !important;
  }
  ._pa-sp-12 {
    padding: 12px !important;
  }
  ._mb-sp-12 {
    margin-bottom: 12px !important;
  }
  ._pb-sp-12 {
    padding-bottom: 12px !important;
  }
  ._ma-sp-12 {
    margin: 12px !important;
  }
  ._pa-sp-12 {
    padding: 12px !important;
  }
  ._ml-sp-12 {
    margin-left: 12px !important;
  }
  ._pl-sp-12 {
    padding-left: 12px !important;
  }
  ._ma-sp-12 {
    margin: 12px !important;
  }
  ._pa-sp-12 {
    padding: 12px !important;
  }
  ._mr-sp-12 {
    margin-right: 12px !important;
  }
  ._pr-sp-12 {
    padding-right: 12px !important;
  }
  ._ma-sp-12 {
    margin: 12px !important;
  }
  ._pa-sp-12 {
    padding: 12px !important;
  }
  ._mt-sp-13 {
    margin-top: 13px !important;
  }
  ._pt-sp-13 {
    padding-top: 13px !important;
  }
  ._ma-sp-13 {
    margin: 13px !important;
  }
  ._pa-sp-13 {
    padding: 13px !important;
  }
  ._mb-sp-13 {
    margin-bottom: 13px !important;
  }
  ._pb-sp-13 {
    padding-bottom: 13px !important;
  }
  ._ma-sp-13 {
    margin: 13px !important;
  }
  ._pa-sp-13 {
    padding: 13px !important;
  }
  ._ml-sp-13 {
    margin-left: 13px !important;
  }
  ._pl-sp-13 {
    padding-left: 13px !important;
  }
  ._ma-sp-13 {
    margin: 13px !important;
  }
  ._pa-sp-13 {
    padding: 13px !important;
  }
  ._mr-sp-13 {
    margin-right: 13px !important;
  }
  ._pr-sp-13 {
    padding-right: 13px !important;
  }
  ._ma-sp-13 {
    margin: 13px !important;
  }
  ._pa-sp-13 {
    padding: 13px !important;
  }
  ._mt-sp-14 {
    margin-top: 14px !important;
  }
  ._pt-sp-14 {
    padding-top: 14px !important;
  }
  ._ma-sp-14 {
    margin: 14px !important;
  }
  ._pa-sp-14 {
    padding: 14px !important;
  }
  ._mb-sp-14 {
    margin-bottom: 14px !important;
  }
  ._pb-sp-14 {
    padding-bottom: 14px !important;
  }
  ._ma-sp-14 {
    margin: 14px !important;
  }
  ._pa-sp-14 {
    padding: 14px !important;
  }
  ._ml-sp-14 {
    margin-left: 14px !important;
  }
  ._pl-sp-14 {
    padding-left: 14px !important;
  }
  ._ma-sp-14 {
    margin: 14px !important;
  }
  ._pa-sp-14 {
    padding: 14px !important;
  }
  ._mr-sp-14 {
    margin-right: 14px !important;
  }
  ._pr-sp-14 {
    padding-right: 14px !important;
  }
  ._ma-sp-14 {
    margin: 14px !important;
  }
  ._pa-sp-14 {
    padding: 14px !important;
  }
  ._mt-sp-15 {
    margin-top: 15px !important;
  }
  ._pt-sp-15 {
    padding-top: 15px !important;
  }
  ._ma-sp-15 {
    margin: 15px !important;
  }
  ._pa-sp-15 {
    padding: 15px !important;
  }
  ._mb-sp-15 {
    margin-bottom: 15px !important;
  }
  ._pb-sp-15 {
    padding-bottom: 15px !important;
  }
  ._ma-sp-15 {
    margin: 15px !important;
  }
  ._pa-sp-15 {
    padding: 15px !important;
  }
  ._ml-sp-15 {
    margin-left: 15px !important;
  }
  ._pl-sp-15 {
    padding-left: 15px !important;
  }
  ._ma-sp-15 {
    margin: 15px !important;
  }
  ._pa-sp-15 {
    padding: 15px !important;
  }
  ._mr-sp-15 {
    margin-right: 15px !important;
  }
  ._pr-sp-15 {
    padding-right: 15px !important;
  }
  ._ma-sp-15 {
    margin: 15px !important;
  }
  ._pa-sp-15 {
    padding: 15px !important;
  }
  ._mt-sp-17 {
    margin-top: 17px !important;
  }
  ._pt-sp-17 {
    padding-top: 17px !important;
  }
  ._ma-sp-17 {
    margin: 17px !important;
  }
  ._pa-sp-17 {
    padding: 17px !important;
  }
  ._mb-sp-17 {
    margin-bottom: 17px !important;
  }
  ._pb-sp-17 {
    padding-bottom: 17px !important;
  }
  ._ma-sp-17 {
    margin: 17px !important;
  }
  ._pa-sp-17 {
    padding: 17px !important;
  }
  ._ml-sp-17 {
    margin-left: 17px !important;
  }
  ._pl-sp-17 {
    padding-left: 17px !important;
  }
  ._ma-sp-17 {
    margin: 17px !important;
  }
  ._pa-sp-17 {
    padding: 17px !important;
  }
  ._mr-sp-17 {
    margin-right: 17px !important;
  }
  ._pr-sp-17 {
    padding-right: 17px !important;
  }
  ._ma-sp-17 {
    margin: 17px !important;
  }
  ._pa-sp-17 {
    padding: 17px !important;
  }
  ._mt-sp-20 {
    margin-top: 20px !important;
  }
  ._pt-sp-20 {
    padding-top: 20px !important;
  }
  ._ma-sp-20 {
    margin: 20px !important;
  }
  ._pa-sp-20 {
    padding: 20px !important;
  }
  ._mb-sp-20 {
    margin-bottom: 20px !important;
  }
  ._pb-sp-20 {
    padding-bottom: 20px !important;
  }
  ._ma-sp-20 {
    margin: 20px !important;
  }
  ._pa-sp-20 {
    padding: 20px !important;
  }
  ._ml-sp-20 {
    margin-left: 20px !important;
  }
  ._pl-sp-20 {
    padding-left: 20px !important;
  }
  ._ma-sp-20 {
    margin: 20px !important;
  }
  ._pa-sp-20 {
    padding: 20px !important;
  }
  ._mr-sp-20 {
    margin-right: 20px !important;
  }
  ._pr-sp-20 {
    padding-right: 20px !important;
  }
  ._ma-sp-20 {
    margin: 20px !important;
  }
  ._pa-sp-20 {
    padding: 20px !important;
  }
  ._mt-sp-21 {
    margin-top: 21px !important;
  }
  ._pt-sp-21 {
    padding-top: 21px !important;
  }
  ._ma-sp-21 {
    margin: 21px !important;
  }
  ._pa-sp-21 {
    padding: 21px !important;
  }
  ._mb-sp-21 {
    margin-bottom: 21px !important;
  }
  ._pb-sp-21 {
    padding-bottom: 21px !important;
  }
  ._ma-sp-21 {
    margin: 21px !important;
  }
  ._pa-sp-21 {
    padding: 21px !important;
  }
  ._ml-sp-21 {
    margin-left: 21px !important;
  }
  ._pl-sp-21 {
    padding-left: 21px !important;
  }
  ._ma-sp-21 {
    margin: 21px !important;
  }
  ._pa-sp-21 {
    padding: 21px !important;
  }
  ._mr-sp-21 {
    margin-right: 21px !important;
  }
  ._pr-sp-21 {
    padding-right: 21px !important;
  }
  ._ma-sp-21 {
    margin: 21px !important;
  }
  ._pa-sp-21 {
    padding: 21px !important;
  }
  ._mt-sp-22 {
    margin-top: 22px !important;
  }
  ._pt-sp-22 {
    padding-top: 22px !important;
  }
  ._ma-sp-22 {
    margin: 22px !important;
  }
  ._pa-sp-22 {
    padding: 22px !important;
  }
  ._mb-sp-22 {
    margin-bottom: 22px !important;
  }
  ._pb-sp-22 {
    padding-bottom: 22px !important;
  }
  ._ma-sp-22 {
    margin: 22px !important;
  }
  ._pa-sp-22 {
    padding: 22px !important;
  }
  ._ml-sp-22 {
    margin-left: 22px !important;
  }
  ._pl-sp-22 {
    padding-left: 22px !important;
  }
  ._ma-sp-22 {
    margin: 22px !important;
  }
  ._pa-sp-22 {
    padding: 22px !important;
  }
  ._mr-sp-22 {
    margin-right: 22px !important;
  }
  ._pr-sp-22 {
    padding-right: 22px !important;
  }
  ._ma-sp-22 {
    margin: 22px !important;
  }
  ._pa-sp-22 {
    padding: 22px !important;
  }
  ._mt-sp-24 {
    margin-top: 24px !important;
  }
  ._pt-sp-24 {
    padding-top: 24px !important;
  }
  ._ma-sp-24 {
    margin: 24px !important;
  }
  ._pa-sp-24 {
    padding: 24px !important;
  }
  ._mb-sp-24 {
    margin-bottom: 24px !important;
  }
  ._pb-sp-24 {
    padding-bottom: 24px !important;
  }
  ._ma-sp-24 {
    margin: 24px !important;
  }
  ._pa-sp-24 {
    padding: 24px !important;
  }
  ._ml-sp-24 {
    margin-left: 24px !important;
  }
  ._pl-sp-24 {
    padding-left: 24px !important;
  }
  ._ma-sp-24 {
    margin: 24px !important;
  }
  ._pa-sp-24 {
    padding: 24px !important;
  }
  ._mr-sp-24 {
    margin-right: 24px !important;
  }
  ._pr-sp-24 {
    padding-right: 24px !important;
  }
  ._ma-sp-24 {
    margin: 24px !important;
  }
  ._pa-sp-24 {
    padding: 24px !important;
  }
  ._mt-sp-25 {
    margin-top: 25px !important;
  }
  ._pt-sp-25 {
    padding-top: 25px !important;
  }
  ._ma-sp-25 {
    margin: 25px !important;
  }
  ._pa-sp-25 {
    padding: 25px !important;
  }
  ._mb-sp-25 {
    margin-bottom: 25px !important;
  }
  ._pb-sp-25 {
    padding-bottom: 25px !important;
  }
  ._ma-sp-25 {
    margin: 25px !important;
  }
  ._pa-sp-25 {
    padding: 25px !important;
  }
  ._ml-sp-25 {
    margin-left: 25px !important;
  }
  ._pl-sp-25 {
    padding-left: 25px !important;
  }
  ._ma-sp-25 {
    margin: 25px !important;
  }
  ._pa-sp-25 {
    padding: 25px !important;
  }
  ._mr-sp-25 {
    margin-right: 25px !important;
  }
  ._pr-sp-25 {
    padding-right: 25px !important;
  }
  ._ma-sp-25 {
    margin: 25px !important;
  }
  ._pa-sp-25 {
    padding: 25px !important;
  }
  ._mt-sp-30 {
    margin-top: 30px !important;
  }
  ._pt-sp-30 {
    padding-top: 30px !important;
  }
  ._ma-sp-30 {
    margin: 30px !important;
  }
  ._pa-sp-30 {
    padding: 30px !important;
  }
  ._mb-sp-30 {
    margin-bottom: 30px !important;
  }
  ._pb-sp-30 {
    padding-bottom: 30px !important;
  }
  ._ma-sp-30 {
    margin: 30px !important;
  }
  ._pa-sp-30 {
    padding: 30px !important;
  }
  ._ml-sp-30 {
    margin-left: 30px !important;
  }
  ._pl-sp-30 {
    padding-left: 30px !important;
  }
  ._ma-sp-30 {
    margin: 30px !important;
  }
  ._pa-sp-30 {
    padding: 30px !important;
  }
  ._mr-sp-30 {
    margin-right: 30px !important;
  }
  ._pr-sp-30 {
    padding-right: 30px !important;
  }
  ._ma-sp-30 {
    margin: 30px !important;
  }
  ._pa-sp-30 {
    padding: 30px !important;
  }
  ._mt-sp-35 {
    margin-top: 35px !important;
  }
  ._pt-sp-35 {
    padding-top: 35px !important;
  }
  ._ma-sp-35 {
    margin: 35px !important;
  }
  ._pa-sp-35 {
    padding: 35px !important;
  }
  ._mb-sp-35 {
    margin-bottom: 35px !important;
  }
  ._pb-sp-35 {
    padding-bottom: 35px !important;
  }
  ._ma-sp-35 {
    margin: 35px !important;
  }
  ._pa-sp-35 {
    padding: 35px !important;
  }
  ._ml-sp-35 {
    margin-left: 35px !important;
  }
  ._pl-sp-35 {
    padding-left: 35px !important;
  }
  ._ma-sp-35 {
    margin: 35px !important;
  }
  ._pa-sp-35 {
    padding: 35px !important;
  }
  ._mr-sp-35 {
    margin-right: 35px !important;
  }
  ._pr-sp-35 {
    padding-right: 35px !important;
  }
  ._ma-sp-35 {
    margin: 35px !important;
  }
  ._pa-sp-35 {
    padding: 35px !important;
  }
  ._mt-sp-40 {
    margin-top: 40px !important;
  }
  ._pt-sp-40 {
    padding-top: 40px !important;
  }
  ._ma-sp-40 {
    margin: 40px !important;
  }
  ._pa-sp-40 {
    padding: 40px !important;
  }
  ._mb-sp-40 {
    margin-bottom: 40px !important;
  }
  ._pb-sp-40 {
    padding-bottom: 40px !important;
  }
  ._ma-sp-40 {
    margin: 40px !important;
  }
  ._pa-sp-40 {
    padding: 40px !important;
  }
  ._ml-sp-40 {
    margin-left: 40px !important;
  }
  ._pl-sp-40 {
    padding-left: 40px !important;
  }
  ._ma-sp-40 {
    margin: 40px !important;
  }
  ._pa-sp-40 {
    padding: 40px !important;
  }
  ._mr-sp-40 {
    margin-right: 40px !important;
  }
  ._pr-sp-40 {
    padding-right: 40px !important;
  }
  ._ma-sp-40 {
    margin: 40px !important;
  }
  ._pa-sp-40 {
    padding: 40px !important;
  }
  ._mt-sp-42 {
    margin-top: 42px !important;
  }
  ._pt-sp-42 {
    padding-top: 42px !important;
  }
  ._ma-sp-42 {
    margin: 42px !important;
  }
  ._pa-sp-42 {
    padding: 42px !important;
  }
  ._mb-sp-42 {
    margin-bottom: 42px !important;
  }
  ._pb-sp-42 {
    padding-bottom: 42px !important;
  }
  ._ma-sp-42 {
    margin: 42px !important;
  }
  ._pa-sp-42 {
    padding: 42px !important;
  }
  ._ml-sp-42 {
    margin-left: 42px !important;
  }
  ._pl-sp-42 {
    padding-left: 42px !important;
  }
  ._ma-sp-42 {
    margin: 42px !important;
  }
  ._pa-sp-42 {
    padding: 42px !important;
  }
  ._mr-sp-42 {
    margin-right: 42px !important;
  }
  ._pr-sp-42 {
    padding-right: 42px !important;
  }
  ._ma-sp-42 {
    margin: 42px !important;
  }
  ._pa-sp-42 {
    padding: 42px !important;
  }
  ._mt-sp-45 {
    margin-top: 45px !important;
  }
  ._pt-sp-45 {
    padding-top: 45px !important;
  }
  ._ma-sp-45 {
    margin: 45px !important;
  }
  ._pa-sp-45 {
    padding: 45px !important;
  }
  ._mb-sp-45 {
    margin-bottom: 45px !important;
  }
  ._pb-sp-45 {
    padding-bottom: 45px !important;
  }
  ._ma-sp-45 {
    margin: 45px !important;
  }
  ._pa-sp-45 {
    padding: 45px !important;
  }
  ._ml-sp-45 {
    margin-left: 45px !important;
  }
  ._pl-sp-45 {
    padding-left: 45px !important;
  }
  ._ma-sp-45 {
    margin: 45px !important;
  }
  ._pa-sp-45 {
    padding: 45px !important;
  }
  ._mr-sp-45 {
    margin-right: 45px !important;
  }
  ._pr-sp-45 {
    padding-right: 45px !important;
  }
  ._ma-sp-45 {
    margin: 45px !important;
  }
  ._pa-sp-45 {
    padding: 45px !important;
  }
  ._mt-sp-50 {
    margin-top: 50px !important;
  }
  ._pt-sp-50 {
    padding-top: 50px !important;
  }
  ._ma-sp-50 {
    margin: 50px !important;
  }
  ._pa-sp-50 {
    padding: 50px !important;
  }
  ._mb-sp-50 {
    margin-bottom: 50px !important;
  }
  ._pb-sp-50 {
    padding-bottom: 50px !important;
  }
  ._ma-sp-50 {
    margin: 50px !important;
  }
  ._pa-sp-50 {
    padding: 50px !important;
  }
  ._ml-sp-50 {
    margin-left: 50px !important;
  }
  ._pl-sp-50 {
    padding-left: 50px !important;
  }
  ._ma-sp-50 {
    margin: 50px !important;
  }
  ._pa-sp-50 {
    padding: 50px !important;
  }
  ._mr-sp-50 {
    margin-right: 50px !important;
  }
  ._pr-sp-50 {
    padding-right: 50px !important;
  }
  ._ma-sp-50 {
    margin: 50px !important;
  }
  ._pa-sp-50 {
    padding: 50px !important;
  }
  ._mt-sp-55 {
    margin-top: 55px !important;
  }
  ._pt-sp-55 {
    padding-top: 55px !important;
  }
  ._ma-sp-55 {
    margin: 55px !important;
  }
  ._pa-sp-55 {
    padding: 55px !important;
  }
  ._mb-sp-55 {
    margin-bottom: 55px !important;
  }
  ._pb-sp-55 {
    padding-bottom: 55px !important;
  }
  ._ma-sp-55 {
    margin: 55px !important;
  }
  ._pa-sp-55 {
    padding: 55px !important;
  }
  ._ml-sp-55 {
    margin-left: 55px !important;
  }
  ._pl-sp-55 {
    padding-left: 55px !important;
  }
  ._ma-sp-55 {
    margin: 55px !important;
  }
  ._pa-sp-55 {
    padding: 55px !important;
  }
  ._mr-sp-55 {
    margin-right: 55px !important;
  }
  ._pr-sp-55 {
    padding-right: 55px !important;
  }
  ._ma-sp-55 {
    margin: 55px !important;
  }
  ._pa-sp-55 {
    padding: 55px !important;
  }
  ._mt-sp-60 {
    margin-top: 60px !important;
  }
  ._pt-sp-60 {
    padding-top: 60px !important;
  }
  ._ma-sp-60 {
    margin: 60px !important;
  }
  ._pa-sp-60 {
    padding: 60px !important;
  }
  ._mb-sp-60 {
    margin-bottom: 60px !important;
  }
  ._pb-sp-60 {
    padding-bottom: 60px !important;
  }
  ._ma-sp-60 {
    margin: 60px !important;
  }
  ._pa-sp-60 {
    padding: 60px !important;
  }
  ._ml-sp-60 {
    margin-left: 60px !important;
  }
  ._pl-sp-60 {
    padding-left: 60px !important;
  }
  ._ma-sp-60 {
    margin: 60px !important;
  }
  ._pa-sp-60 {
    padding: 60px !important;
  }
  ._mr-sp-60 {
    margin-right: 60px !important;
  }
  ._pr-sp-60 {
    padding-right: 60px !important;
  }
  ._ma-sp-60 {
    margin: 60px !important;
  }
  ._pa-sp-60 {
    padding: 60px !important;
  }
  ._mt-sp-62 {
    margin-top: 62px !important;
  }
  ._pt-sp-62 {
    padding-top: 62px !important;
  }
  ._ma-sp-62 {
    margin: 62px !important;
  }
  ._pa-sp-62 {
    padding: 62px !important;
  }
  ._mb-sp-62 {
    margin-bottom: 62px !important;
  }
  ._pb-sp-62 {
    padding-bottom: 62px !important;
  }
  ._ma-sp-62 {
    margin: 62px !important;
  }
  ._pa-sp-62 {
    padding: 62px !important;
  }
  ._ml-sp-62 {
    margin-left: 62px !important;
  }
  ._pl-sp-62 {
    padding-left: 62px !important;
  }
  ._ma-sp-62 {
    margin: 62px !important;
  }
  ._pa-sp-62 {
    padding: 62px !important;
  }
  ._mr-sp-62 {
    margin-right: 62px !important;
  }
  ._pr-sp-62 {
    padding-right: 62px !important;
  }
  ._ma-sp-62 {
    margin: 62px !important;
  }
  ._pa-sp-62 {
    padding: 62px !important;
  }
  ._mt-sp-65 {
    margin-top: 65px !important;
  }
  ._pt-sp-65 {
    padding-top: 65px !important;
  }
  ._ma-sp-65 {
    margin: 65px !important;
  }
  ._pa-sp-65 {
    padding: 65px !important;
  }
  ._mb-sp-65 {
    margin-bottom: 65px !important;
  }
  ._pb-sp-65 {
    padding-bottom: 65px !important;
  }
  ._ma-sp-65 {
    margin: 65px !important;
  }
  ._pa-sp-65 {
    padding: 65px !important;
  }
  ._ml-sp-65 {
    margin-left: 65px !important;
  }
  ._pl-sp-65 {
    padding-left: 65px !important;
  }
  ._ma-sp-65 {
    margin: 65px !important;
  }
  ._pa-sp-65 {
    padding: 65px !important;
  }
  ._mr-sp-65 {
    margin-right: 65px !important;
  }
  ._pr-sp-65 {
    padding-right: 65px !important;
  }
  ._ma-sp-65 {
    margin: 65px !important;
  }
  ._pa-sp-65 {
    padding: 65px !important;
  }
  ._mt-sp-70 {
    margin-top: 70px !important;
  }
  ._pt-sp-70 {
    padding-top: 70px !important;
  }
  ._ma-sp-70 {
    margin: 70px !important;
  }
  ._pa-sp-70 {
    padding: 70px !important;
  }
  ._mb-sp-70 {
    margin-bottom: 70px !important;
  }
  ._pb-sp-70 {
    padding-bottom: 70px !important;
  }
  ._ma-sp-70 {
    margin: 70px !important;
  }
  ._pa-sp-70 {
    padding: 70px !important;
  }
  ._ml-sp-70 {
    margin-left: 70px !important;
  }
  ._pl-sp-70 {
    padding-left: 70px !important;
  }
  ._ma-sp-70 {
    margin: 70px !important;
  }
  ._pa-sp-70 {
    padding: 70px !important;
  }
  ._mr-sp-70 {
    margin-right: 70px !important;
  }
  ._pr-sp-70 {
    padding-right: 70px !important;
  }
  ._ma-sp-70 {
    margin: 70px !important;
  }
  ._pa-sp-70 {
    padding: 70px !important;
  }
  ._mt-sp-75 {
    margin-top: 75px !important;
  }
  ._pt-sp-75 {
    padding-top: 75px !important;
  }
  ._ma-sp-75 {
    margin: 75px !important;
  }
  ._pa-sp-75 {
    padding: 75px !important;
  }
  ._mb-sp-75 {
    margin-bottom: 75px !important;
  }
  ._pb-sp-75 {
    padding-bottom: 75px !important;
  }
  ._ma-sp-75 {
    margin: 75px !important;
  }
  ._pa-sp-75 {
    padding: 75px !important;
  }
  ._ml-sp-75 {
    margin-left: 75px !important;
  }
  ._pl-sp-75 {
    padding-left: 75px !important;
  }
  ._ma-sp-75 {
    margin: 75px !important;
  }
  ._pa-sp-75 {
    padding: 75px !important;
  }
  ._mr-sp-75 {
    margin-right: 75px !important;
  }
  ._pr-sp-75 {
    padding-right: 75px !important;
  }
  ._ma-sp-75 {
    margin: 75px !important;
  }
  ._pa-sp-75 {
    padding: 75px !important;
  }
  ._mt-sp-80 {
    margin-top: 80px !important;
  }
  ._pt-sp-80 {
    padding-top: 80px !important;
  }
  ._ma-sp-80 {
    margin: 80px !important;
  }
  ._pa-sp-80 {
    padding: 80px !important;
  }
  ._mb-sp-80 {
    margin-bottom: 80px !important;
  }
  ._pb-sp-80 {
    padding-bottom: 80px !important;
  }
  ._ma-sp-80 {
    margin: 80px !important;
  }
  ._pa-sp-80 {
    padding: 80px !important;
  }
  ._ml-sp-80 {
    margin-left: 80px !important;
  }
  ._pl-sp-80 {
    padding-left: 80px !important;
  }
  ._ma-sp-80 {
    margin: 80px !important;
  }
  ._pa-sp-80 {
    padding: 80px !important;
  }
  ._mr-sp-80 {
    margin-right: 80px !important;
  }
  ._pr-sp-80 {
    padding-right: 80px !important;
  }
  ._ma-sp-80 {
    margin: 80px !important;
  }
  ._pa-sp-80 {
    padding: 80px !important;
  }
  ._mt-sp-84 {
    margin-top: 84px !important;
  }
  ._pt-sp-84 {
    padding-top: 84px !important;
  }
  ._ma-sp-84 {
    margin: 84px !important;
  }
  ._pa-sp-84 {
    padding: 84px !important;
  }
  ._mb-sp-84 {
    margin-bottom: 84px !important;
  }
  ._pb-sp-84 {
    padding-bottom: 84px !important;
  }
  ._ma-sp-84 {
    margin: 84px !important;
  }
  ._pa-sp-84 {
    padding: 84px !important;
  }
  ._ml-sp-84 {
    margin-left: 84px !important;
  }
  ._pl-sp-84 {
    padding-left: 84px !important;
  }
  ._ma-sp-84 {
    margin: 84px !important;
  }
  ._pa-sp-84 {
    padding: 84px !important;
  }
  ._mr-sp-84 {
    margin-right: 84px !important;
  }
  ._pr-sp-84 {
    padding-right: 84px !important;
  }
  ._ma-sp-84 {
    margin: 84px !important;
  }
  ._pa-sp-84 {
    padding: 84px !important;
  }
  ._mt-sp-85 {
    margin-top: 85px !important;
  }
  ._pt-sp-85 {
    padding-top: 85px !important;
  }
  ._ma-sp-85 {
    margin: 85px !important;
  }
  ._pa-sp-85 {
    padding: 85px !important;
  }
  ._mb-sp-85 {
    margin-bottom: 85px !important;
  }
  ._pb-sp-85 {
    padding-bottom: 85px !important;
  }
  ._ma-sp-85 {
    margin: 85px !important;
  }
  ._pa-sp-85 {
    padding: 85px !important;
  }
  ._ml-sp-85 {
    margin-left: 85px !important;
  }
  ._pl-sp-85 {
    padding-left: 85px !important;
  }
  ._ma-sp-85 {
    margin: 85px !important;
  }
  ._pa-sp-85 {
    padding: 85px !important;
  }
  ._mr-sp-85 {
    margin-right: 85px !important;
  }
  ._pr-sp-85 {
    padding-right: 85px !important;
  }
  ._ma-sp-85 {
    margin: 85px !important;
  }
  ._pa-sp-85 {
    padding: 85px !important;
  }
  ._mt-sp-90 {
    margin-top: 90px !important;
  }
  ._pt-sp-90 {
    padding-top: 90px !important;
  }
  ._ma-sp-90 {
    margin: 90px !important;
  }
  ._pa-sp-90 {
    padding: 90px !important;
  }
  ._mb-sp-90 {
    margin-bottom: 90px !important;
  }
  ._pb-sp-90 {
    padding-bottom: 90px !important;
  }
  ._ma-sp-90 {
    margin: 90px !important;
  }
  ._pa-sp-90 {
    padding: 90px !important;
  }
  ._ml-sp-90 {
    margin-left: 90px !important;
  }
  ._pl-sp-90 {
    padding-left: 90px !important;
  }
  ._ma-sp-90 {
    margin: 90px !important;
  }
  ._pa-sp-90 {
    padding: 90px !important;
  }
  ._mr-sp-90 {
    margin-right: 90px !important;
  }
  ._pr-sp-90 {
    padding-right: 90px !important;
  }
  ._ma-sp-90 {
    margin: 90px !important;
  }
  ._pa-sp-90 {
    padding: 90px !important;
  }
  ._mt-sp-95 {
    margin-top: 95px !important;
  }
  ._pt-sp-95 {
    padding-top: 95px !important;
  }
  ._ma-sp-95 {
    margin: 95px !important;
  }
  ._pa-sp-95 {
    padding: 95px !important;
  }
  ._mb-sp-95 {
    margin-bottom: 95px !important;
  }
  ._pb-sp-95 {
    padding-bottom: 95px !important;
  }
  ._ma-sp-95 {
    margin: 95px !important;
  }
  ._pa-sp-95 {
    padding: 95px !important;
  }
  ._ml-sp-95 {
    margin-left: 95px !important;
  }
  ._pl-sp-95 {
    padding-left: 95px !important;
  }
  ._ma-sp-95 {
    margin: 95px !important;
  }
  ._pa-sp-95 {
    padding: 95px !important;
  }
  ._mr-sp-95 {
    margin-right: 95px !important;
  }
  ._pr-sp-95 {
    padding-right: 95px !important;
  }
  ._ma-sp-95 {
    margin: 95px !important;
  }
  ._pa-sp-95 {
    padding: 95px !important;
  }
  ._mt-sp-100 {
    margin-top: 100px !important;
  }
  ._pt-sp-100 {
    padding-top: 100px !important;
  }
  ._ma-sp-100 {
    margin: 100px !important;
  }
  ._pa-sp-100 {
    padding: 100px !important;
  }
  ._mb-sp-100 {
    margin-bottom: 100px !important;
  }
  ._pb-sp-100 {
    padding-bottom: 100px !important;
  }
  ._ma-sp-100 {
    margin: 100px !important;
  }
  ._pa-sp-100 {
    padding: 100px !important;
  }
  ._ml-sp-100 {
    margin-left: 100px !important;
  }
  ._pl-sp-100 {
    padding-left: 100px !important;
  }
  ._ma-sp-100 {
    margin: 100px !important;
  }
  ._pa-sp-100 {
    padding: 100px !important;
  }
  ._mr-sp-100 {
    margin-right: 100px !important;
  }
  ._pr-sp-100 {
    padding-right: 100px !important;
  }
  ._ma-sp-100 {
    margin: 100px !important;
  }
  ._pa-sp-100 {
    padding: 100px !important;
  }
  ._mt-sp-110 {
    margin-top: 110px !important;
  }
  ._pt-sp-110 {
    padding-top: 110px !important;
  }
  ._ma-sp-110 {
    margin: 110px !important;
  }
  ._pa-sp-110 {
    padding: 110px !important;
  }
  ._mb-sp-110 {
    margin-bottom: 110px !important;
  }
  ._pb-sp-110 {
    padding-bottom: 110px !important;
  }
  ._ma-sp-110 {
    margin: 110px !important;
  }
  ._pa-sp-110 {
    padding: 110px !important;
  }
  ._ml-sp-110 {
    margin-left: 110px !important;
  }
  ._pl-sp-110 {
    padding-left: 110px !important;
  }
  ._ma-sp-110 {
    margin: 110px !important;
  }
  ._pa-sp-110 {
    padding: 110px !important;
  }
  ._mr-sp-110 {
    margin-right: 110px !important;
  }
  ._pr-sp-110 {
    padding-right: 110px !important;
  }
  ._ma-sp-110 {
    margin: 110px !important;
  }
  ._pa-sp-110 {
    padding: 110px !important;
  }
  ._mt-sp-120 {
    margin-top: 120px !important;
  }
  ._pt-sp-120 {
    padding-top: 120px !important;
  }
  ._ma-sp-120 {
    margin: 120px !important;
  }
  ._pa-sp-120 {
    padding: 120px !important;
  }
  ._mb-sp-120 {
    margin-bottom: 120px !important;
  }
  ._pb-sp-120 {
    padding-bottom: 120px !important;
  }
  ._ma-sp-120 {
    margin: 120px !important;
  }
  ._pa-sp-120 {
    padding: 120px !important;
  }
  ._ml-sp-120 {
    margin-left: 120px !important;
  }
  ._pl-sp-120 {
    padding-left: 120px !important;
  }
  ._ma-sp-120 {
    margin: 120px !important;
  }
  ._pa-sp-120 {
    padding: 120px !important;
  }
  ._mr-sp-120 {
    margin-right: 120px !important;
  }
  ._pr-sp-120 {
    padding-right: 120px !important;
  }
  ._ma-sp-120 {
    margin: 120px !important;
  }
  ._pa-sp-120 {
    padding: 120px !important;
  }
}

._ma-0 {
  margin: 0 auto !important;
}

@media (max-width: 896px) {
  ._ma-sp-0 {
    margin: 0 auto !important;
  }
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
  border
========================================================== */
._bdt-gray {
  border-top: 1px solid #eceeef;
}

._bdr-gray {
  border-right: 1px solid #eceeef;
}

._bdb-gray {
  border-bottom: 1px solid #c3c3c3;
}

._bdl-gray {
  border-left: 1px solid #eceeef;
}

@media (min-width: 897px) {
  ._bdt-pc-gray {
    border-top: 1px solid #eceeef;
  }
  ._bdr-pc-gray {
    border-right: 1px solid #eceeef;
  }
  ._bdb-pc-gray {
    border-bottom: 1px solid #eceeef;
  }
  ._bdl-pc-gray {
    border-left: 1px solid #eceeef;
  }
}

@media (max-width: 896px) {
  ._bdt-sp-gray {
    border-top: 1px solid #eceeef;
  }
  ._bdr-sp-gray {
    border-right: 1px solid #eceeef;
  }
  ._bdb-sp-gray {
    border-bottom: 1px solid #eceeef;
  }
  ._bdl-sp-gray {
    border-left: 1px solid #eceeef;
  }
}

/* ==========================================================
 Color
========================================================== */
/* ==========================================================
 Font
========================================================== */
/* ==========================================================
 Breakpoint
========================================================== */
/* ==========================================================
  bg
========================================================== */
._bg-gray {
  background-color: #f6f6f6;
}

._bg-white {
  background-color: #fff;
}

._bg-blue {
  background-color: #0078ef;
}

/* ==========================================================
  slide
========================================================== */
.slide_mainvisual-wrap{
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #20baff), to(#0f63ff));
  background: -webkit-linear-gradient(left, #20baff 15%, #0f63ff 100%);
  background: -o-linear-gradient(left, #20baff 15%, #0f63ff 100%);
  background: linear-gradient(90deg, #20baff 15%, #0f63ff 100%);
}
.slide_mainvisual{
  max-width:1920px;
  margin:0 auto;
  font-size:0;
}
.slide_mainvisual .c-mainvisual{
  height:auto;
  width: 100%;
  overflow:hidden;
}
.slide_mainvisual .c-mainvisual::after{
  content:'';
  position:relative;
  display:block;
  width:100%;
  left:0;
  bottom:0;
  padding-top:28.125%;
}
.slide_mainvisual .container{
  max-width:100%;
}
.slide_mainvisual .c-mainvisual.-top .container{
  width:100%;
  position:absolute;
  left:0;
  bottom:0;
}
.slide_mainvisual .c-mainvisual.-top .box-text{
  position:absolute;
  top:28%;
  left:0;
}
.slide_mainvisual .container-image img{
  width:100%;
}


@media (max-width: 896px) {
  .slide_mainvisual .c-mainvisual{
    padding-top:51.89%;
  }
  .slide_mainvisual .c-mainvisual.-top .box-text{
    top:15%;
  }
  .slide_mainvisual .c-mainvisual::after{
    padding-top:0;
  }
  .slide_mainvisual .c-mainvisual.-top .box-text .title{
    padding-top:5vw;
    margin-bottom:3vw;
    width:50vw;
  }
  .slide_mainvisual .c-mainvisual.-top .box-text .text{
    font-size: calc((20 / 2.34375) * 1px + (20 - (20 / 2.34375))*(100vw - 320px)/(750 - 320));
    line-height: calc((28 / 2.34375) * 1px + (28 - (28 / 2.34375))*(100vw - 320px)/(750 - 320));
  }
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    z-index: 50;
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 0px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}


@media (max-width: 896px) {
  .slick-prev:before,
  .slick-next:before
  {
    font-size: calc((50 / 2.34375) * 1px + (50 - (50 / 2.34375))*(100vw - 320px)/(750 - 320));
  }
}
/* ==========================================================
  フォームボタン
========================================================== */
.btn-contact-1,
.btn-contact-2,
.btn-contact-3{
  border:2px solid #0079ef;
  border-radius:10px;
  background-color:#0079ef;
  color:#FFF;
  font-size:24px;
  line-height: 1;
  transition: .5s;
  padding: 10px 10px;
  margin-top:10px;
  display: inline-block;
}
.btn-contact-3{
  position: relative;
  overflow: hidden;
}
.btn-contact-3 span{
  z-index:5;
  position: relative;
  transition: .5s;
}
.btn-contact-3::before{
  z-index:1;
  border-radius:8px;
  content:'';
  display: block;
  position: absolute;
  width:0%;
  height:100%;
  background-color: #FFF;
  transition: .5s;
  top:0;
  left:0;
}
@media screen and (min-width:768px) {
  .btn-contact-1:hover{
    background-color:#FFF;
    color:#0079ef;
    text-decoration: none;
  }
  .btn-contact-2:hover{
    opacity: 0.8;
    text-decoration: none;
  }
  .btn-contact-3:hover{
    opacity: 0.8;
    text-decoration: none;
  }
  .btn-contact-3:hover span{
    color:#0079ef;
    position: relative;
  }
  .btn-contact-3:hover::before{
    width: 100%;
  }
}



/* ==========================================================
  202205 追加
========================================================== */

/* ancher-link
---------------------------------------------------------- */
.ancher-link {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0;
	margin-bottom: 40px;
	background: #f0f5f7;
}
.ancher-link li {
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #e3e5e5;
}
.ancher-link li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.ancher-link li a {
	text-decoration: none;
	background: url("/img/products/modernization-solution/ico_arrow_ancher.svg") left center no-repeat;
	padding-left: 18px;
}
.ancher-link li a:hover {
	text-decoration: underline;
}
@media (max-width: 896px) {
	.ancher-link {
	    justify-content: space-between;
	    padding: 10px 15px 15px;
	}
	.ancher-link li {
		width: 47%;
	    margin-right: 0;
	    padding-right: 0;
	    border-right: none;
		border-top: 1px solid #e3e5e5;
	}
	.ancher-link.sp-col1 li {
		width: 100%;
	}
	.ancher-link li:nth-child(-n+2) {
		border-top: none;
	}
	.ancher-link.sp-col1 li:nth-child(2) {
		border-top: 1px solid #e3e5e5;
	}
	.ancher-link li a {
		display: block;
	    background-position: right center;
	    padding: 15px 20px 15px 0;
		font-size: 1.3rem;
	}
}

/* bnr-boxlink
---------------------------------------------------------- */
.bnr-boxlink {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 40px 0 10px;
}
.bnr-boxlink._bnr01 {
	background-image: url("/img/products/modernization-solution/bnr01.jpg");
}
.bnr-boxlink._bnr02 {
	background-image: url("/img/products/modernization-solution/bnr02.jpg");
}
.bnr-boxlink a {
	height: 200px;
	display: block;
	position: relative;
	color: #FFFFFF;
	background: rgba(0,0,0,0.65);
	padding: 30px 30px;
	box-sizing: border-box;
	transition: .2s;
}
.bnr-boxlink a:hover {
	background: rgba(0,0,0,0.40);
}
.bnr-boxlink a .ttl {
	font-size: 1.65rem;
	font-weight: 600;
	margin-bottom: 15px;
}
.bnr-boxlink a .txt {
	margin-bottom: 5px;
}
.bnr-boxlink .btn {
	text-align: right;
}
@media (max-width: 896px) {
	.bnr-boxlink {
	    margin: 5px 0 0;
	}
	.bnr-boxlink._bnr01 {
	    margin: 30px 0 0;
	}
	.bnr-boxlink a {
	    height: inherit;
	    padding: 25px 20px;
	}
	.bnr-boxlink a .ttl {
	    font-size: 1.6rem;
	    margin-bottom: 5px;
	}
	.bnr-boxlink a .txt {
		font-size: 1.2rem;
	    margin-bottom: 15px;
	}
	.bnr-boxlink .btn {
	    text-align: left;
	}
}

/* sec-customer-area
---------------------------------------------------------- */
.sec-customer-area {
  position: relative;
  padding-top: 47px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.customer-voice__slider {
	padding: 0 20px;
}
.sec-customer-area .slick-list {
    overflow: hidden;
}
.sec-customer-area .slick-slide {
	margin: 0 10px;
}
.sec-customer-area .slick-prev:before,
.sec-customer-area .slick-next:before {
	color: #0078ef;
}
.customer-voice-block {
	width: 50%;
	background: #FFFFFF;
	padding: 30px 40px;
	box-sizing: border-box;
	border-top: 3px solid #0078ef;
}
.customer-voice-block__inner {
	border-bottom: 1px solid #e3e5e5;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.customer-voice-block__info {
	color: #8b8b8c;
}
@media (max-width: 896px) {
	.sec-customer-area {
	    padding-top: 30px;
	    padding-bottom: 40px;
	}
	.customer-voice__slider {
	    padding: 0;
	}
	.sec-customer-area .slick-list {
	    overflow: hidden;
	}
	.sec-customer-area .slick-slide {
	    margin: 0 10px;
	}
	.sec-customer-area .slick-prev:before,
	.sec-customer-area .slick-next:before {
	    font-size: 30px;
	}
	.sec-customer-area .slick-prev {
		left: -15px;
	}
	.sec-customer-area .slick-next {
	    right: -15px;
	}
	.customer-voice-block {
	    width: 100%;
	    padding: 25px;
	}
	.customer-voice-block__inner {
	    border-bottom: 1px solid #e3e5e5;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
}

/* sec-column-area
---------------------------------------------------------- */
.sec-column-area {
  position: relative;
  padding-top: 47px;
  padding-bottom: 80px;
}
.sec-column-area .c-link-detail,
.contents-column-head .c-link-detail {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 42px;
}
.column-list {
	border-top: 1px solid #eceeef;
	padding-bottom: 30px;
}
.contents-column-wrap .column-list {
	padding-bottom: 0;
}
.column-list-block {
	border-bottom: 1px solid #eceeef;
}
.column-list-block a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 25px 15px;
	transition: .2s;
}
.column-list-block a:hover {
	background: #f5f7f8;
	opacity: 0.7;
}
.column-list-block__thumb {
	width: 250px;
}
.column-list-block__cont {
	width: calc(100%  - 290px);
	line-height: 1.75;
}
.column-cate-wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.column-cate-wrap .cate {
	display: inline-block;
	background: #333333;
	color: #FFFFFF;
	padding: 5px 10px;
	font-size: 1.1rem;
	margin-right: 15px;
	line-height: 1.28;
}
.column-cate-wrap .cate a {
	color: #FFFFFF;
}
.column-detail .column-cate-wrap .cate {
	font-size: 1.25rem;
}
.column-cate-wrap .date {
	line-height: 24px;
	font-size: 1.2rem;
	color: #7b7b7b;
}
.column-detail .column-cate-wrap .date {
	font-size: 1.4rem;
	line-height: 28px;
}
.column-list-block__cont .ttl {
	font-size: 1.65rem;
	font-weight: 600;
	margin-bottom: 4px;
}
.column-tag-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 5px;
}
.column-tag-list li {
	font-size: 1.2rem;
	color: #999999;
	margin: 3px 8px 0 0;
}
.column-tag-list li a {
	color: #999999;
}
.column-detail .column-tag-list li {
	font-size: 1.35rem;
	margin: 3px 10px 0 0;
}
.column-list-btn {
	text-align: center;
}
.column-list-btn a {
	display: inline-block;
	width: 360px;
	line-height: 50px;
	font-size: 1.5rem;
	font-weight: 600;
	border: 2px solid #333333;
	background: url("/img/common/ico_arrow_right_gray.svg") right 30px center no-repeat;
	background-size: 7px auto;
	transition: .2s;
}
.column-list-btn a:hover {
	border: 2px solid #0078ef;
	background: #0078ef url("/img/common/ico_arrow_white.svg") right 30px center no-repeat;
	background-size: 7px auto;
	color: #ffffff;
	text-decoration: none;
}
@media (max-width: 896px) {
	.sec-column-area {
	    padding-top: 30px;
	    padding-bottom: 40px;
	}
	.sec-column-area .c-link-detail,
	.contents-column-head .c-link-detail {
		display: none;
	}
	.column-list {
	    padding-bottom: 30px;
	}
	.column-list-block a {
		display: block;
	    padding: 25px 10px;
	}
	.column-list-block__thumb {
	    width: 100%;
	}
	.column-list-block__cont {
	    width: 100%;
		padding: 15px 0 0;
	}
	.column-detail .column-cate-wrap {
		display: block;
		margin-bottom: 0px;
	}
	.column-cate-wrap .cate {
	    font-size: 1.0rem;
	    margin-right: 12px;
	}
	.column-detail .column-cate-wrap .cate {
		margin-bottom: 3px;
	}
	.column-list-block__cont .ttl {
	    font-size: 1.5rem;
	    margin-bottom: 6px;
	}
	.column-list-block__cont .txt {
	    font-size: 1.3rem;
	}
	.column-tag-list {
	    margin-top: 5px;
	}
	.column-detail .column-tag-list {
		margin-top: 3px;
	}
	.column-tag-list li {
	    font-size: 1.2rem;
	    margin: 3px 5px 0 0;
	}
	.column-detail .column-tag-list li {
		font-size: 1.2rem;
		margin: 3px 5px 0 0;
	}
	.column-list-btn a {
	    width: 75%;
	    line-height: 40px;
	    font-size: 1.4rem;
	    background-position: right 20px center;
	    background-size: 6px auto;
	}
}


/* ==========================================================
  202206 column 追加
========================================================== */

.column-thumb {
	display: block;
	overflow: hidden;
	position: relative;
	transition: .3s all;
}
.column-thumb::after {
	display: block;
	content: "";
	padding-top: 56.25%;
}
.column-thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s all;
}

/* .contents-col2
---------------------------------------------------------- */
.contents-col2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media (max-width: 896px) {
	.contents-col2 {
	    display: block;
	}
}

/* .contents-col2-main
---------------------------------------------------------- */
.contents-col2-main {
	width: 70%;
}
@media (max-width: 896px) {
	.contents-col2-main {
		width: 100%;
		margin-bottom: 30px;
	}
}

/* .column-list-col3
---------------------------------------------------------- */
.column-list-col3 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 30px 0 70px;
}
.column-list-col3._btm {
	padding: 30px 0 50px;
}
.column-list-col3::after {
	content: "";
	width: 31.5%;
	display: block;
}
.column-col3-block {
	width: 31.5%;
}
.column-col3-block a {
	display: block;
	transition: .2s;
}
.column-col3-block a:hover {
	opacity: 0.7;
}
.column-col3-block__thumb,
.column-side-block__thumb {
	width: 100%;
}
.column-col3-block__cont {
	width: 100%;
	padding: 15px 0 0;
}
.column-col3-block__cont .ttl {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 4px;
}
@media (max-width: 896px) {
	.column-list-col3 {
	    display: block;
	    padding: 0 0 70px;
	}
	.column-list-col3._btm {
		padding: 0 0 10px;
	}
	.column-list-col3::after {
		display: none;
	}
	.column-col3-block {
	    width: 100%;
		border-bottom: 1px solid #eceeef;
	}
	.column-list-col3._btm .column-col3-block:last-child {
		border-bottom: none;
	}
	.column-col3-block a {
		padding: 25px 10px;
	}
}

/* .contents-column-wrap
---------------------------------------------------------- */
.contents-column-wrap {
	padding: 15px 0 40px;
}
.contents-column-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}
.contents-column-head .title {
	font-size: 2.2rem;
	font-weight: 600;
	color: #0078ef;
}
.contents-column-head__ttl .ttl {
	display: inline-block;
}
@media (max-width: 896px) {
	.contents-column-wrap {
	    padding: 15px 0;
	}
	.contents-column-head {
	    display: block;
	    padding: 15px 0;
	}
	.contents-column-head .title {
	    font-size: 2.0rem;
	}
	.contents-column-head__ttl .ttl {
	    display: inline-block;
	}
}

/* .contents-col2-side
---------------------------------------------------------- */
.contents-col2-side {
	width: 24%;
}
.contents-col2-side-inner {
	margin-bottom: 40px;
}
.contents-col2-side-inner .title {
	font-size: 1.9rem;
	font-weight: 900;
	margin-bottom: 15px;
	padding-bottom: 13px;
	border-bottom: 1px solid #d0d0d0;
}
.column-side-list {
	padding-top: 15px;
}
.column-side-block {
	margin-bottom: 20px;
}
.column-side-block a {
	display: block;
	transition: .2s;
}
.column-side-block a:hover {
	opacity: 0.7;
}
.column-side-block .ttl {
	font-weight: 600;
	padding-top: 3px;
}
.column-cate-list li {
	border-bottom: 1px solid #eceeef;
}
.column-cate-list li a {
	display: block;
	padding: 15px 0 15px 20px;
	background: url("../img/common/ico_arrow_right_gray.svg") left center no-repeat;
	background-size: 5px auto;
	line-height: 1.65;
	font-size: 1.5rem;
	font-weight: 600;
}
@media (max-width: 896px) {
	.contents-col2-side {
	    width: 100%;
		position: relative;
		padding-top: 10px;
	}
	.contents-col2-side::before {
		content: "";
		width: 100vw;
		height: 1px;
		position: absolute;
		top: 0;
		left: -15px;
		background: #d0d0d0;
	}
	.contents-col2-side-inner {
	    margin-bottom: 0;
		padding-top: 35px;
	}
	.contents-col2-side-inner .title {
	    font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.column-side-list {
	    padding-top: 0;
	}
	.column-side-block {
	    margin-bottom: 0;
		border-bottom: 1px solid #eceeef;
	}
	.column-side-block a {
	    display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 15px 0;
	}
	.column-side-block__thumb {
		width: 110px;
	}
	.column-side-block .ttl {
		width: calc(100% - 125px);
	    padding-top: 0;
		font-size: 1.4rem;
	}
}

/* .column-detail
---------------------------------------------------------- */
.column-detail {
	margin-bottom: 80px;
}
.column-back-btn {
	margin-bottom: 40px;
	position: relative;
}
.column-back-btn a {
	padding-left: 15px;
}
.column-back-btn a::after {
	content: "";
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-top: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	transition: .2s;
	left: 0;
	transform: rotate(-45deg) skew(calc((90deg - 30deg) / 4),calc((90deg - 30deg) / 4));
}
.column-detail-lead {
	margin: 20px 0 40px;
}
.to-contents {
	padding: 25px 40px 10px 40px;
	background-color: #f6f6f6;
	margin-bottom: 60px;
}	
.to-contents .ttl {
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom: 15px;
}
.to-contents ol {
	padding-bottom: 30px;
}
.to-contents ol li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 1.45rem;
}
.to-contents ol li ol {
	padding-bottom: 0;
}
.to-contents ol li ol li {
	margin-bottom: 0;
}
.to-contents ol li::before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 10px;
	height: 2px;
	background-color: #0078ef;
}
.to-contents ol li a {
	display: block;
	margin-bottom: 5px;
}
.column-service {
	padding: 40px 50px 35px;
	border: 1px solid #e0e0e0;
	margin-bottom: 50px;
	background-color: #f7fafc;
}
.column-service a {
	color: #0078ef;
	text-decoration: underline;
}
.column-service-inner {
	padding-bottom: 10px;
}
.column-service .ttl {
	font-size: 2.1rem;
	font-weight: 900;
	margin-bottom: 10px;
}
.column-service .service-ttl {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 5px;
	border-top: 1px solid #d0d0d0;
	padding-top: 20px;
	margin-top: 10px;
}
.service-name {
	margin-top: 5px;
	color: #666666;
}
@media (max-width: 896px) {
	.column-detail {
	    margin-bottom: 40px;
	}
	.column-back-btn {
	    margin-bottom: 30px;
	}
	.column-detail-lead {
	    margin: 20px 0 30px;
	}
	.to-contents {
	    padding: 20px 25px 0;
		margin-bottom: 35px;
	}
	.to-contents .ttl {
	    padding-bottom: 15px;
	}
	.to-contents ol {
		padding-bottom: 25px;
	}
	.to-contents ol li {
		font-size: 1.4rem;
	}
	.column-service {
	    padding: 25px 20px 15px;
	    margin-bottom: 40px;
	}
	.column-service .ttl {
	    font-size: 1.8rem;
	    margin-bottom: 10px;
	}
	.column-service .service-ttl {
	    font-size: 1.5rem;
		margin-top: 5px;
	}
	.column-service-inner {
		padding-bottom: 15px;
	}
}

/* .column-detail .c-sec-wysiwyg
-------------------------------------------------- */
.column-detail .c-sec-wysiwyg a {
	text-decoration: underline;
}
.column-detail .c-sec-wysiwyg h2 {
	font-size: 2.6rem;
}
.column-detail .c-sec-wysiwyg h3 {
	font-size: 2.0rem;
}
.column-detail .c-sec-wysiwyg h4 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.column-detail .c-sec-wysiwyg h5 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.column-detail .c-sec-wysiwyg blockquote {
	background-color: #f6f6f6;
	padding: 25px 40px 30px;
}
.column-detail .c-sec-wysiwyg blockquote h5 {
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 10px;
}
.c-sec-wysiwyg ol:not([class]):not([style]) > li::before {
	color: #0078ef;
}
@media (max-width: 896px) {
	.column-detail .c-sec-wysiwyg h2 {
	    font-size: 2.2rem;
	}
	.column-detail .c-sec-wysiwyg h5 {
	    margin-bottom: 15px;
	}
	.column-detail .c-sec-wysiwyg blockquote {
	    padding: 20px 20px 25px;
	}
}

/* .sns-share-btn
-------------------------------------------------- */
.sns-share-btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 50px;
}
.sns-share-btn .ttl {
	margin-right: 20px;
	font-size: 1.6rem;
}
.sns-share-btn ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sns-share-btn ul li {
	margin-right: 10px;
	position: relative;
}
.sns-share-btn ul li a,
.sns-share-btn ul li svg {
	display: block;
}
.sns-share-btn ul li a,
.sns-share-btn ul li p {
	transition: .2s;
}
.sns-share-btn ul li p {
	cursor: pointer;
}
.sns-share-btn ul li a:hover,
.sns-share-btn ul li p:hover{
	opacity: 0.7;
}
#sns_copy_text {
	display: none;
}
.sns_copy_alert {
	white-space: nowrap;
	background: #0078ef;
	color: #FFFFFF;
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	padding: 2px 10px 4px;
	border-radius: 4px;
	font-size: 1.2rem;
	display: none;
}
@media (max-width: 896px) {
	.sns-share-btn {
	    display: block;
	    margin-bottom: 40px;
		text-align: center;
	}
	.sns-share-btn .ttl {
	    margin: 0 0 15px 0;
	    font-size: 1.5rem;
	}
	.sns-share-btn ul {
	    display: flex;
	    justify-content: center;
	}
	.sns-share-btn ul li {
	    margin: 0 5px;
	}
	.sns-share-btn ul li a, .sns-share-btn ul li a svg {
	    display: block;
	}
	.sns_copy_alert {
		left: inherit;
		right: -30px;
		top: 60px;
		transform: none;
	}
}

/* .column-detail-nav
-------------------------------------------------- */
.column-detail-nav {
	border-top: 1px solid #d9d9d9;
	padding: 30px 0 20px;
	box-sizing: border-box;
}
.column-detail-nav ul {
	height: 40px;
	position: relative;
	margin: 0 auto;
}
.column-detail-nav ul li {
	position: absolute;
	top: 0;
}
.column-detail-nav ul li.btn-prev {
	left: 100px;
}
.column-detail-nav ul li.btn-back {
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.column-detail-nav ul li.btn-next {
	right: 100px;
}
.column-detail-nav ul li a {
	display: block;
	width: 100%;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.column-detail-nav ul li.btn-back a {
	display: inline-block;
	background: url("/img/common/icon_list.png") left center no-repeat;
	background-size: 14px auto;
	padding: 0 0 1px 27px;
}
.column-detail-nav ul li.btn-prev a {
	padding: 0 0 1px 20px;
}
.column-detail-nav ul li.btn-next a {
	padding: 0 20px 1px 0;
}
.column-detail-nav ul li.btn-prev a::after,
.column-detail-nav ul li.btn-next a::after {
	content: "";
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border-top: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	transition: .2s;
}
.column-detail-nav ul li.btn-prev a::after {
	left: 0;
	transform: rotate(-45deg) skew(calc((90deg - 30deg) / 4),calc((90deg - 30deg) / 4));
}
.column-detail-nav ul li.btn-next a::after {
	right: 0;
	transform: rotate(135deg) skew(calc((90deg - 30deg) / 4),calc((90deg - 30deg) / 4));
}
@media (max-width: 896px) {
	.column-detail-nav {
	    padding: 20px 0;
	}
	.column-detail-nav ul li a {
		font-size: 1.5rem;
	}
	.column-detail-nav ul li.btn-prev {
	    left: 20px;
	}
	.column-detail-nav ul li.btn-next {
	    right: 20px;
	}
}

