@font-face {
  font-family: 'NotoSansCJKjp';
  src: url('/common_a/fonts/NotoSansCJKjp.woff');
}
/* ----------------------------------------------------------------
    Centering Content
----------------------------------------------------------------- */
.row-fluid .row-inner, .nav-local .nav-local-inner, .hdg-l1 .hdg-l1-inner {
  margin: 0 auto;
  max-width: 980px;
}

/* ----------------------------------------------------------------
    Clearfix
----------------------------------------------------------------- */
.box-inquiry::after, .panel-message::after, .media-lyt::after, .grid::after, .list-message::after, .list-servise::after {
  display: block;
  clear: both;
  content: '';
}

/* ----------------------------------------------------------------
    Pseudo element
----------------------------------------------------------------- */
.nav-local-list li a::before, .link::before, .link-list li a::before, .link-anc li a::before, .list > li::before, .list-qa > li .btn-tgl::before, .list-qa > li .btn-tgl::after, .btn::after, .panel-message-text::after, .carousel-banner .slick-arrow::before, .list-message > .grid-col a .content-hover .icon-link .inner::before {
  position: absolute;
  display: block;
  content: '';
}

/* ----------------------------------------------------------------
    Content
----------------------------------------------------------------- */
.row-fluid {
  padding: 40px 0;
}
.row-fluid._bg-gray {
  background-color: #f6f9fc;
}
.row-fluid._bg-blue {
  background-color: #005bac;
  color: #fff;
}
.row-fluid._bg-blue .hdg-l2 .hdg-l2-inner {
  border-color: #fdd000;
}
.row-fluid._bg-blue .btn._basic {
  border-color: #fff;
  color: #fff;
}
.row-fluid._bg-blue .btn._basic::after {
  border-color: #fff;
}
.row-fluid._bg-blue .btn._basic:hover, .row-fluid._bg-blue .btn._basic:active, .row-fluid._bg-blue .btn._basic:focus {
  background-color: rgba(255, 255, 255, .5);
  color: #005bac;
}
.row-fluid._pd-narrow {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.row-fluid._pd-narrow._top {
  border-top: none;
}
.row-fluid._pd-reset {
  padding: 0;
}
.row-fluid .row-inner .hdg-l2:first-child, .row-fluid .row-inner .box:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .row-fluid .row-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.row-fluid .row-inner > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .row-fluid {
    padding: 20px 0;
  }
  .row-fluid._pd-narrow {
    padding: 15px 0;
  }
}

@media screen and (max-width: 640px) {
  .hide-small {
    display: none !important;
  }
}

.show-small {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .show-small {
    display: block !important;
  }
}

/* ----------------------------------------------------------------
    Local nav
----------------------------------------------------------------- */
.nav-local {
  border-top: 1px solid #e6e6e6;
}
.nav-local .nav-local-inner {
  padding: 20px 0;
}
@media screen and (max-width: 1000px) {
  .nav-local .nav-local-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.nav-local .nav-local-inner > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .nav-local .nav-local-inner {
    padding: 10px;
  }
}

.nav-local-hdg {
  display: table-cell;
  margin-bottom: 0;
  padding-right: 44px;
  border-right: 1px solid #ccc;
  font-size: 2rem;
  font-family: 'NotoSansCJKjp';
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .nav-local-hdg {
    display: block;
    margin-bottom: 10px;
    border-right: 0;
    font-size: 1.6rem;
  }
}

.nav-local-list {
  display: table-cell;
  padding-left: 44px;
  vertical-align: middle;
}
.nav-local-list li {
  display: table-cell;
  padding-right: 25px;
}
.nav-local-list li a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
}
.nav-local-list li a::before {
  top: 6px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 1px solid #005bac;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-local-list li a:hover, .nav-local-list li a:active, .nav-local-list li a:focus {
  color: #ff538c;
}
.nav-local-list li a.current {
  padding: 5px 10px 3px 25px;
  border-radius: 6px;
  background-color: #005bac;
  color: #fff;
  font-weight: bold;
}
.nav-local-list li a.current::before {
  top: 10px;
  left: 6px;
  border-color: #fff;
}
@media screen and (max-width: 640px) {
  .nav-local-list {
    display: block;
    padding: 0;
  }
  .nav-local-list li {
    display: inline-block;
    padding: 0;
    width: 49%;
    vertical-align: top;
  }
  .nav-local-list li a {
    font-size: 1.2rem;
  }
  .nav-local-list li a::before {
    top: 4px;
  }
}

/* ----------------------------------------------------------------
    Heading
----------------------------------------------------------------- */
.hdg-l1 {
  background-color: #005bac;
}
.hdg-l1 .hdg-l1-inner .hdg {
  padding: 20px 0;
  color: #fff;
  font-weight: normal;
  font-size: 3.2rem;
  font-family: 'NotoSansCJKjp';
  line-height: 1.2;
}
.hdg-l1 .hdg-l1-inner .hdg .sub-title {
  display: inline-block;
  padding: 9px 0 0 24px;
  vertical-align: top;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .hdg-l1 .hdg-l1-inner .hdg .sub-title {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .hdg-l1 .hdg-l1-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.hdg-l2 {
  margin: 40px 0;
  text-align: center;
}
.hdg-l2 .hdg-l2-inner {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #005bac;
  font-weight: normal;
  font-size: 3.4rem;
  font-family: 'NotoSansCJKjp';
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .hdg-l2 {
    margin-bottom: 30px;
  }
  .hdg-l2 .hdg-l2-inner {
    font-size: 2.4rem;
  }
}

.hdg-l3 {
  margin: 40px 0 25px;
  color: #005bac;
  font-weight: normal;
  font-size: 2.4rem;
  font-family: 'NotoSansCJKjp';
}
@media screen and (max-width: 640px) {
  .hdg-l3 {
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
}

.hdg-l4 {
  margin-bottom: 15px;
  color: #666;
  font-weight: normal;
  font-size: 2.2rem;
  font-family: 'NotoSansCJKjp';
}
@media screen and (max-width: 640px) {
  .hdg-l4 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.hdg-l5 {
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #bfbfbf;
  font-weight: normal;
  font-size: 1.8rem;
  font-family: 'NotoSansCJKjp';
}
@media screen and (max-width: 640px) {
  .hdg-l5 {
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-size: 1.6rem;
  }
}

.hdg-l6 {
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 1.6rem;
  font-family: 'NotoSansCJKjp';
  line-height: 1.2;
}
.hdg-l6 .sub {
  font-size: 1.3rem;
}

/* ----------------------------------------------------------------
    Text
----------------------------------------------------------------- */
.text-str {
  color: #c00;
}

.icon {
  margin: 0 4px;
  vertical-align: baseline;
}

.icon-mark {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1.2em;
  color: transparent;
}
.icon-mark::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
}
.icon-mark._circle::before {
  content: '\0025cb';
}
.icon-mark._double-circle::before {
  content: '\0025ce';
}

/* ----------------------------------------------------------------
    Link
----------------------------------------------------------------- */
.link {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #333;
  font-weight: bold;
  font-size: 1.4rem;
}
.link::before {
  top: 4px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 1px solid #005bac;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link-list li {
  margin-bottom: 10px;
}
.link-list li a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #333;
  font-weight: bold;
  font-size: 1.4rem;
}
.link-list li a::before {
  top: 4px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 1px solid #005bac;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-list li a:hover, .link-list li a:active, .link-list li a:focus {
  color: #ff538c;
}

.link-anc li {
  display: inline-block;
  margin: 0 16px 10px 0;
}
.link-anc li a {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  color: #333;
  text-decoration: none;
}
.link-anc li a::before {
  top: 4px;
  left: 7px;
  width: 9px;
  height: 9px;
  border: 1px solid #005bac;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.link-anc li a:hover, .link-anc li a:active, .link-anc li a:focus {
  color: #ff538c;
}

/* ----------------------------------------------------------------
    List
----------------------------------------------------------------- */
.list > li {
  position: relative;
  padding: 0 0 10px 18px;
}
.list > li::before {
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #ccc;
}
.list > li > .list, .list > li .link-list {
  margin: 10px 0 0;
}
.list > li:last-child {
  padding-bottom: 0;
}
.list[data-col='2'] {
  margin-left: -3%;
}
.list[data-col='2'] li {
  display: inline-block;
  margin-left: 3%;
  width: 45%;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .list > li {
    padding: 0 0 8px 10px;
  }
  .list[data-col='2'] {
    margin-left: 0;
  }
  .list[data-col='2'] li {
    display: block;
    margin-left: 0;
    width: 100%;
  }
}

.list-note li {
  display: table;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.list-note li .list-mark {
  display: table-cell;
  padding-right: 10px;
  white-space: nowrap;
}
.list-note li .list-body {
  display: table-cell;
}
.list-note li:last-child {
  margin-bottom: 0;
}

.list-num {
  counter-reset: number;
}
.list-num > li {
  position: relative;
  display: table;
  margin-bottom: 10px;
  counter-increment: number;
}
.list-num > li .list-mark {
  display: table-cell;
  padding: 0 .5em 0 0;
  min-width: 2em;
  text-align: right;
}
.list-num > li .list-num, .list-num > li .list {
  margin: 10px 0 0;
}
.list-num > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .list-num > li {
    margin-bottom: 8px;
  }
  .list-num > li .list-num, .list-num > li .list {
    margin: 8px 0 0;
  }
}

.list-order {
  margin-left: 2em;
}
.list-order > li {
  margin-bottom: 10px;
  list-style: decimal;
}
@media screen and (max-width: 640px) {
  .list-order > li {
    margin-bottom: 8px;
  }
}

.list-qa {
  margin-bottom: 40px;
}
.list-qa > li {
  margin-bottom: 5px;
}
.list-qa > li .icon-qa {
  position: absolute;
  top: 12px;
  left: 19px;
  width: 24px;
}
.list-qa > li .question {
  position: relative;
  display: block;
  padding: 17px 52px 16px 63px;
  width: 100%;
  border: 0;
  background-color: #f6f6f6;
  text-align: left;
  font-weight: normal;
  font-size: 1.8rem;
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
  cursor: pointer;
}
.list-qa > li .answer {
  position: relative;
  display: none;
  padding: 17px 23px 16px 63px;
  background-color: #ededed;
}
.list-qa > li .answer .icon-qa {
  top: 20px;
}
.list-qa > li .answer p, .list-qa > li .answer ul {
  margin-bottom: 10px;
}
.list-qa > li .answer *:last-child {
  margin-bottom: 0;
}
.list-qa > li .btn-tgl {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 32px;
  height: 32px;
  color: transparent;
}
.list-qa > li .btn-tgl::before, .list-qa > li .btn-tgl::after {
  background-color: #005bac;
  -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.list-qa > li .btn-tgl::before {
  top: 1px;
  right: 15px;
  width: 2px;
  height: 32px;
}
.list-qa > li .btn-tgl::after {
  top: 16px;
  right: 0;
  width: 32px;
  height: 2px;
}
.list-qa > li.is-open .btn-tgl::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.list-qa > li.is-open .btn-tgl::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 640px) {
  .list-qa {
    margin-bottom: 30px;
  }
  .list-qa > li .icon-qa {
    top: 17px;
    left: 10px;
    width: 17px;
  }
  .list-qa > li .question {
    padding: 15px 36px 14px 39px;
    font-size: 1.3rem;
  }
  .list-qa > li .answer {
    padding: 15px 15px 14px 39px;
    font-size: 1.2rem;
  }
  .list-qa > li .answer .list-note li {
    font-size: 1.2rem;
  }
  .list-qa > li .btn-tgl::before {
    top: 7px;
    right: 7px;
    width: 2px;
    height: 16px;
  }
  .list-qa > li .btn-tgl::after {
    top: 14px;
    right: 0;
    width: 16px;
    height: 2px;
  }
}

.js-unavailable .list-qa > li .answer {
  display: block;
}

.list-news li {
  display: table;
  margin-bottom: 15px;
}
.list-news li .date {
  display: table-cell;
  min-width: 213px;
}
.list-news li .date .icon {
  display: inline-block;
  margin: 3px 0 0 20px;
  width: 50px;
  height: 15px;
  color: #fff;
  vertical-align: top;
  text-align: center;
  font-size: 1.0rem;
}
.list-news li .date .icon._new {
  background-color: #005bac;
}
.list-news li .date .icon._update {
  background-color: #48c0de;
}
.list-news li .title {
  display: table-cell;
}
.list-news li .title a {
  color: #333;
  text-decoration: none;
}
.list-news li .title a:hover, .list-news li .title a:active, .list-news li .title a:focus {
  color: #ff538c;
}
@media screen and (max-width: 640px) {
  .list-news li {
    display: block;
  }
  .list-news li .date {
    display: block;
    margin-bottom: 10px;
  }
  .list-news li .date .icon {
    margin: 0 0 0 15px;
    padding: 2px;
    width: 66px;
    height: 24px;
    font-size: 1.3rem;
  }
  .list-news li .title {
    display: block;
  }
}

.list-news-02 li {
  display: table;
  padding: 15px 0 15px 19px;
  width: 100%;
  border-top: 1px solid #d9d9d9;
}
.list-news-02 li:first-child {
  border-top: none;
}
.list-news-02 li .category {
  display: table-cell;
  width: 121px;
}
.list-news-02 li .category .icon-category {
  display: inline-block;
  padding: 2px 0;
  width: 100px;
  height: 19px;
  background-color: #77bdda;
  color: #fff;
  vertical-align: top;
  text-align: center;
  font-size: 1.0rem;
}
.list-news-02 li .title {
  display: table-cell;
}
.list-news-02 li .title .link {
  color: #333;
  vertical-align: top;
  font-size: 1.4rem;
}
.list-news-02 li .title .link:hover, .list-news-02 li .title .link:active, .list-news-02 li .title .link:focus {
  color: #ff538c;
}
@media screen and (max-width: 640px) {
  .list-news-02 li {
    display: block;
    padding-left: 0;
  }
  .list-news-02 li .category {
    display: block;
    margin-bottom: 5px;
  }
  .list-news-02 li .title {
    display: block;
  }
}

.list-sns {
  margin-top: 30px;
  font-size: 0;
}
.list-sns li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

/* ----------------------------------------------------------------
    Button
----------------------------------------------------------------- */
.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
}
.btn._basic {
  padding: 9px 24px 8px;
  min-width: 370px;
  border: 1px solid #005bac;
  border-radius: 23px;
  color: #005bac;
}
.btn._basic:hover, .btn._basic:active, .btn._basic:focus {
  background: #d8ecfa;
}
.btn._entry {
  padding: 11px 24px;
  min-width: 355px;
  border-radius: 24px;
  background-color: #ffb012;
  box-shadow: inset 0 -3px #e09200;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: 'NotoSansCJKjp';
}
.btn._entry::after {
  border-color: #fff;
}
.btn._entry:hover, .btn._entry:active, .btn._entry:focus {
  background: #ff8d12;
}
.btn::after {
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border: 2px solid #005bac;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .btn {
    max-width: 250px;
    width: 100%;
  }
  .btn._basic {
    padding: 9px 17px 8px;
    min-width: inherit;
    font-size: 1.5rem;
  }
  .btn._entry {
    padding: 8px 17px 12px;
    min-width: inherit;
    font-size: 1.5rem;
  }
}

/* ----------------------------------------------------------------
    Box
----------------------------------------------------------------- */
.box {
  margin: 40px 0;
  padding: 20px 16px;
  background-color: #f6f9fc;
}
.box .hdg-l3:first-child {
  margin-top: 0;
}
.box > *:last-child {
  margin-bottom: 0;
}
.box .media-lyt .media-item {
  margin: 0 28px 0 0;
}
.box._service {
  padding: 28px 38px;
}
.box._service .hdg-l3 {
  margin-bottom: 40px;
}
.box._service .list li {
  padding: 0 0 5px 12px;
  font-size: 1.3rem;
}
@media screen and (max-width: 640px) {
  .box {
    padding: 10px;
  }
  .box .media-lyt .media-item {
    margin: 0 0 20px 0;
  }
  .box .media-lyt .media-col .btn {
    max-width: inherit;
    width: 100%;
  }
  .box._service {
    padding: 10px;
  }
}

.box-service {
  margin-bottom: 40px;
  padding: 25px 28px 30px;
  border: 1px solid #bfbfbf;
}
.box-service p, .box-service ul {
  margin-bottom: 20px;
}
.box-service > *:last-child {
  margin-bottom: 0;
}
.box-service .hdg-l5 {
  margin-bottom: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .box-service {
    padding: 15px;
  }
}

.box-attention {
  margin-bottom: 40px;
  padding: 20px 29px;
  border: 1px solid #b3b3b3;
  background-color: #f5f5f5;
}
.box-attention p, .box-attention ul {
  margin-bottom: 10px;
}
.box-attention > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .box-attention {
    padding: 16px 13px;
  }
}

.hdg-attention {
  margin-bottom: 28px;
  text-align: center;
}
.hdg-attention .hdg-attention-inner {
  padding-left: 38px;
  background: url(/pap/common/img/icon-attention.png) no-repeat 0 0;
  background-size: 29px auto;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .hdg-attention {
    margin-bottom: 8px;
  }
  .hdg-attention .hdg-attention-inner {
    padding-left: 32px;
    background-position: 0 3px;
    background-size: 21px auto;
  }
}

.box-inquiry {
  padding: 20px 20px 12px 20px;
  background-color: #005bac;
}
.box-inquiry .col-tel {
  float: left;
  width: 40%;
  color: #fff;
}
.box-inquiry .col-tel .img-logo {
  display: inline-block;
  margin: 0 12px 10px 0;
  vertical-align: top;
}
.box-inquiry .col-tel .text-tel {
  display: inline-block;
  margin-bottom: 6px;
}
.box-inquiry .col-tel .text-tel .name {
  display: inline-block;
  padding-left: 56px;
  background: url(/pap/common/img/icon-customer-center.png) no-repeat 0 0;
  font-weight: bold;
  line-height: 1.5;
}
.box-inquiry .col-tel .text-tel .tel {
  font-weight: bold;
  font-size: 3.2rem;
  font-family: 'NotoSansCJKjp';
  line-height: 1.0;
}
.box-inquiry .col-tel .text-time {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
}
.box-inquiry .col-tel .text-time .time {
  margin-left: 15px;
  font-size: 1.6rem;
}
.box-inquiry .col-tel .text-time .note {
  font-size: 1.2rem;
}
.box-inquiry .col-link {
  float: right;
  padding: 20px 17px 24px;
  width: 58%;
  background-color: #fff;
}
.box-inquiry .col-link .link-btn {
  display: table;
  margin-bottom: 23px;
  width: 100%;
}
.box-inquiry .col-link .link-btn li {
  display: table-cell;
  padding: 0 .684%;
  width: 50%;
  text-align: center;
}
.box-inquiry .col-link .link-btn li .btn._entry {
  padding: 16px 24px;
  min-width: inherit;
  width: 100%;
  border-radius: 30px;
  font-size: 1.6rem;
}
.box-inquiry .col-link .link-text {
  display: table;
  margin-bottom: 0;
  width: 100%;
}
.box-inquiry .col-link .link-text li {
  display: table-cell;
  width: 50%;
  text-align: center;
  line-height: 1.2;
}
.box-inquiry .col-link .link-text li:first-child {
  border-right: 1px solid #ccc;
}
.box-inquiry .col-link .link-text li .link::before {
  top: 4px;
}
@media screen and (max-width: 860px) {
  .box-inquiry {
    padding: 10px;
  }
  .box-inquiry .col-tel {
    float: none;
    width: 100%;
  }
  .box-inquiry .col-link {
    float: none;
    padding: 10px;
    width: 100%;
  }
  .box-inquiry .col-link .link-btn {
    display: block;
    margin-bottom: 15px;
  }
  .box-inquiry .col-link .link-btn li {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .box-inquiry .col-link .link-btn li .btn._entry {
    padding: 11px 24px;
    width: 100%;
    font-size: 1.5rem;
  }
  .box-inquiry .col-link .link-text li .link {
    font-size: 1.2rem;
  }
  .box-inquiry .col-link .link-text li .link::before {
    top: 3px;
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 1000px) {
  .box-inquiry .col-tel .img-logo {
    margin: 0 9px 6px 0;
    width: 113px;
  }
  .box-inquiry .col-tel .text-tel {
    font-size: 1.2rem;
  }
  .box-inquiry .col-tel .text-tel .name {
    padding-left: 35px;
    background-size: 26px auto;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .box-inquiry .col-tel .text-tel .tel {
    font-size: 2.3rem;
  }
  .box-inquiry .col-tel .text-time {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .box-inquiry .col-tel .text-time .time {
    font-size: 1.2rem;
  }
  .box-inquiry .col-tel .text-time .note {
    font-size: 1.0rem;
  }
}

/* ----------------------------------------------------------------
    Panel
----------------------------------------------------------------- */
.panel-message {
  margin-left: -1.63265%;
}
.panel-message > .grid-col {
  margin-left: 1.60643%;
  width: 31.72691%;
}
.panel-message > .grid-col:nth-child(3n+1) {
  clear: both;
}
.panel-message .grid-col {
  float: left;
  margin-bottom: 20px;
}
.panel-message .grid-col a {
  display: block;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: border .2s ease-out;
  transition: border .2s ease-out;
}
.panel-message .grid-col a:hover, .panel-message .grid-col a:active, .panel-message .grid-col a:focus {
  border: 2px solid #ff538c;
}
.panel-message .grid-col a:hover > img, .panel-message .grid-col a:active > img, .panel-message .grid-col a:focus > img {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .panel-message {
    margin-left: 0;
  }
  .panel-message .grid-col {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .panel-message .grid-col img {
    width: 100%;
  }
}

.panel-message-text {
  position: relative;
  padding: 20px 66px 20px 20px;
  border-top: 1px solid #d9d9d9;
  background-color: #fff;
}
.panel-message-text .text-message {
  margin-bottom: 15px;
  color: #4c4c4c;
}
.panel-message-text .text-name {
  margin-bottom: 0;
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.75;
}
.panel-message-text::after {
  top: 45px;
  right: 22px;
  width: 12px;
  height: 12px;
  border: 1px solid #4c4c4c;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ----------------------------------------------------------------
    Media
----------------------------------------------------------------- */
.media {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .media {
    margin-bottom: 15px;
  }
}

.media-lyt {
  margin-bottom: 40px;
}
.media-lyt .media-item {
  float: left;
  margin: 0 50px 0 0;
}
.media-lyt .media-item .caption {
  margin: 5px 0 0;
  font-size: 1.2rem;
}
.media-lyt .media-col {
  overflow: hidden;
}
.media-lyt .media-col .hdg-l3:first-child {
  margin-top: 0;
}
.media-lyt .media-col > *:last-child {
  margin-bottom: 0;
}
.media-lyt._right .media-item {
  float: right;
  margin: 0 0 0 50px;
}
@media screen and (max-width: 640px) {
  .media-lyt .media-item {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .media-lyt._right .media-item {
    float: none;
    margin: 0 0 20px 0;
  }
}

.media-mainvisual {
  text-align: center;
}

/* ----------------------------------------------------------------
    Table
----------------------------------------------------------------- */
.tbl {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
}
.tbl th, .tbl td {
  padding: 17px 10px;
  border: 1px solid #bfbfbf;
}
.tbl ._em {
  background-color: #fff3cc;
}
.tbl thead th {
  background-color: #f6f9fc;
}
.tbl thead td {
  background-color: #f5f5f5;
}
.tbl tbody th {
  background-color: #f5f5f5;
}
.tbl tbody td p, .tbl tbody td ul {
  margin-bottom: 10px;
}
.tbl tbody td > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .tbl {
    font-size: 1.4rem;
  }
  .tbl th, .tbl td {
    padding: 15px 10px;
  }
  .tbl._break {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
  .tbl._break th, .tbl._break td {
    display: block;
    border-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .tbl-scroll {
    overflow-x: auto;
    margin-bottom: 40px;
    width: 100%;
  }
  .tbl-scroll .tbl {
    width: 980px;
  }
  .tbl-scroll > :last-child {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------------
    Grid
----------------------------------------------------------------- */
.grid[data-col='2'] {
  margin-left: -8.16327%;
}
.grid[data-col='2'] > .grid-col {
  margin-left: 7.54717%;
  width: 42.45283%;
}
.grid[data-col='2'] > .grid-col:nth-child(2n+1) {
  clear: both;
}

.grid[data-col='3'] {
  margin-left: -4.08163%;
}
.grid[data-col='3'] > .grid-col {
  margin-left: 3.92157%;
  width: 29.41176%;
}
.grid[data-col='3'] > .grid-col:nth-child(3n+1) {
  clear: both;
}

.grid > .grid-col {
  float: left;
  margin-bottom: 40px;
}
.grid > .grid-col .hdg-l3:first-child {
  margin-top: 0;
}
.grid > .grid-col > *:last-child {
  margin-bottom: 0;
}
.grid > .grid-col .media {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .grid {
    margin-left: 0 !important;
  }
  .grid > .grid-col {
    float: none !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
}

/* ----------------------------------------------------------------
    Helpers
----------------------------------------------------------------- */
.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.fss {
  font-size: 1.4rem;
}

/* ----------------------------------------------------------------
    Top
----------------------------------------------------------------- */
.mainvisual {
  margin-bottom: 60px;
}
.mainvisual .mainvisual-inner {
  margin: 0 auto;
  max-width: 1600px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  height: 100%;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-list, .slick-track {
  z-index: 1;
}

.carousel-banner {
  position: relative;
  margin-bottom: 28px;
}
@media screen and (max-width: 640px) {
  .carousel-banner {
    margin-bottom: 60px;
  }
}

.carousel-banner .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 22px;
  height: 100px;
  border: 1px solid #b9b9b9;
  background-color: rgba(255, 255, 255, 0);
  font-size: 0;
  cursor: pointer;
  -webkit-transition: border-color .3s ease-out;
  transition: border-color .3s ease-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.carousel-banner .slick-arrow:hover, .carousel-banner .slick-arrow:active, .carousel-banner .slick-arrow:focus {
  border-color: transparent;
}
.carousel-banner .slick-arrow::before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border: 1px solid #898989;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel-banner .slick-arrow.slick-prev {
  left: 60px;
  border-right: 0;
}
.carousel-banner .slick-arrow.slick-prev::before {
  left: 6px;
  border-top: 0;
  border-right: 0;
}
.carousel-banner .slick-arrow.slick-next {
  right: 60px;
  border-left: 0;
}
.carousel-banner .slick-arrow.slick-next::before {
  right: 6px;
  border-bottom: 0;
  border-left: 0;
}
@media screen and (max-width: 1000px) {
  .carousel-banner .slick-arrow.slick-prev {
    left: 30px;
  }
  .carousel-banner .slick-arrow.slick-next {
    right: 30px;
  }
}

.carousel-banner .slick-dots {
  position: absolute;
  bottom: -28px;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.carousel-banner .slick-dots > li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: bottom;
  font-size: 0;
}
.carousel-banner .slick-dots > li button {
  padding: 0;
  width: 8px;
  height: 8px;
  border: 0;
  background-color: #bbb;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}
.carousel-banner .slick-dots > li button:hover, .carousel-banner .slick-dots > li button:active, .carousel-banner .slick-dots > li button:focus {
  background-color: #6b6b6b;
}
.carousel-banner .slick-dots > li.slick-active button {
  background-color: #6b6b6b;
}
@media screen and (max-width: 640px) {
  .carousel-banner .slick-dots {
    bottom: -28px;
  }
}

.carousel-banner .carousel-playing {
  position: absolute;
  right: 150px;
  bottom: -28px;
  z-index: 2;
  font-size: 0;
}
.carousel-banner .carousel-playing button {
  display: inline-block;
  margin: 0;
  padding: 4px;
  min-width: 100px;
  min-height: 22px;
  border: 1px solid #b9b9b9;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}
.carousel-banner .carousel-playing button:hover, .carousel-banner .carousel-playing button:active, .carousel-banner .carousel-playing button:focus {
  border-color: #666;
  background-color: #666;
}
@media screen and (max-width: 1000px) {
  .carousel-banner .carousel-playing {
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .carousel-banner .carousel-playing {
    bottom: -50px;
  }
  .carousel-banner .carousel-playing button {
    min-width: 50px;
    min-height: 44px;
  }
}

.list-message {
  overflow: hidden;
  margin-bottom: 36px;
  margin-left: -7.14286%;
}
.list-message > .grid-col {
  margin-left: 6.66667%;
  width: 26.66667%;
}
.list-message > .grid-col:nth-child(3n+1) {
  clear: both;
}
.list-message > .grid-col {
  float: left;
}
.list-message > .grid-col .caption {
  display: block;
  margin-top: 18px;
  color: #666;
  text-align: center;
  font-size: 1.4rem;
}
.list-message > .grid-col a {
  position: relative;
  display: block;
  text-decoration: none;
}
.list-message > .grid-col a .content-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 91, 172, .8);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}
.list-message > .grid-col a .content-hover .content-hover-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 55px;
  width: 84%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-message > .grid-col a .content-hover .text {
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .list-message > .grid-col a .content-hover .text {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}
.list-message > .grid-col a .content-hover .icon-link {
  text-align: center;
  font-size: 1.3rem;
}
.list-message > .grid-col a .content-hover .icon-link .inner {
  position: relative;
  padding-left: 13px;
}
.list-message > .grid-col a .content-hover .icon-link .inner::before {
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list-message > .grid-col a:hover .content-hover, .list-message > .grid-col a:active .content-hover, .list-message > .grid-col a:focus .content-hover {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .list-message {
    margin-left: 0;
  }
  .list-message > .grid-col {
    float: none;
    margin-bottom: 40px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .list-message > .grid-col a > img {
    width: 149px;
  }
  .list-message > .grid-col a .content-hover {
    display: none;
  }
}

.list-servise {
  overflow: hidden;
  margin-bottom: 40px;
  margin-left: -1.02041%;
}
.list-servise > .grid-col {
  margin-left: 1.0101%;
  width: 32.32323%;
}
.list-servise > .grid-col:nth-child(3n+1) {
  clear: both;
}
.list-servise .grid-col {
  position: relative;
  float: left;
}
.list-servise .grid-col .text-servise {
  position: absolute;
  bottom: 15%;
  left: 50%;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 860px) {
  .list-servise .grid-col .text-servise {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .list-servise .grid-col .text-servise {
    bottom: 2%;
    font-size: 1.2rem;
  }
}

.lyt-border {
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid #d9d9d9;
}
.lyt-border .hdg-l3 {
  margin: 0 0 36px;
}
