@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500");
.fz0 {
  font-size: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=11e1f8c943eeb4acce78807c5cdfaaa9)
 * Config saved to config.json and https://gist.github.com/11e1f8c943eeb4acce78807c5cdfaaa9
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=11e1f8c943eeb4acce78807c5cdfaaa9)
 * Config saved to config.json and https://gist.github.com/11e1f8c943eeb4acce78807c5cdfaaa9
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

/*@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
 @media (min-width: 992px) {
  .container {
    width: 970px;
  }
} */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

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

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

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

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

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  /*  background: #fff url('./ajax-loader.gif') center center no-repeat; */
}

/* 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 {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

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

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

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

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

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

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

.slick-prev:before {
  content: 'ç«Šï¿½';
}

[dir='rtl'] .slick-prev:before {
  content: 'ç«Šï¿½';
}

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

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

.slick-next:before {
  content: 'ç«Šï¿½';
}

[dir='rtl'] .slick-next:before {
  content: 'ç«Šï¿½';
}

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

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

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

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

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

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

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 0;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  opacity: .25;
  -ms-filter: "alpha(opacity=25)";
  /* ie 8 */
  filter: alpha(opacity=25);
  /* ie lt 8 */
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-filter: "alpha(opacity=25)";
  filter: alpha(opacity=25);
  /* ie lt 8 */
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 10px;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  -ms-filter: "alpha(opacity=75)";
  /* ie 8 */
  filter: alpha(opacity=70);
  /* ie lt 8 */
  color: black;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* argument */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: 0;
}

table img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: 0;
}

p {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

dl, dt, dd, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  /*font-size: 100%;*/
  font-weight: normal;
  margin: 0;
  padding: 0;
}

pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
  transition: 0.3s;
}

a:link {
  color: #444;
  text-decoration: none;
}

a:visited {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #aaa;
  text-decoration: none;
}

a:active {
  color: #444;
  text-decoration: none;
}

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
.ffN {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ffM {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.contentcms img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*-----------------------------------------------------------
PAGE BOOT
------------------------------------------------------------*/
/* MovableType */
div#pageBoot {
  margin: 35px 0 60px 0;
  text-align: center;
}

div#pageBoot a {
  color: #aaa;
  text-decoration: none !important;
}

span.current_page {
  color: #FFFFFF;
  padding: 5px;
  border: 1px solid #aaa;
  background-color: #aaa;
}

a.link_page {
  padding: 5px;
  border: 1px solid #aaa !important;
}

a.link_page:hover {
  padding: 5px;
  border: 1px solid #aaa;
  background-color: #aaa;
  color: #FFFFFF !important;
}

/* WordPress */
.wp-pagenavi {
  clear: both;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
}

.wp-pagenavi span, .wp-pagenavi a {
  line-height: 30px;
  display: inline-block;
  margin: 0 4px;
  color: #666;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span.current {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background: #ededed;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #1489c3;
  color: #fff;
}

.wp-pagenavi .pages {
  margin-right: 15px;
}

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
body {
  width: 100%;
  color: #444;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  height: 100%;
  word-break: break-all;
}

/*-----------------------------------------------------------
 Container/Maincontent
------------------------------------------------------------*/
div.container {
  max-width: 1000px;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  div.container {
    padding: 0 15px;
  }
}

div.mainContent {
  width: 700px;
  height: auto;
  margin: 0;
  float: right;
}

/*-----------------------------------------------------------
common
------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

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

img {
  max-width: 100%;
  height: auto;
}

.contactBox {
  background: url(/assets/img/common/other/bg_orther.jpg);
  width: 920px;
  height: 199px;
  position: relative;
  margin: 80px auto 0;
}

.contactBox a {
  position: absolute;
  top: 123px;
  left: 565px;
}

.mainImg {
  height: 150px;
  background: #000;
}

.mainImg h2 {
  line-height: 150px;
  text-align: center;
  color: #fff;
}

#top .mainImg {
  height: 507px;
  background: #000;
}

#top .mainImg h2 {
  line-height: 507px;
}

.fixBtn {
  position: fixed;
  width: 41px;
  right: 0;
  top: 50%;
  margin-top: -80px;
}

img {
  max-width: 100%;
}

.wcm {
  width: 1000px;
  margin: auto;
}

.wp-pagenavi, #textile .wp-pagenavi {
  text-align: right;
}

/*-----------------------------------------------------------
Bread
------------------------------------------------------------*/
#bread {
  margin: 20px 0;
  color: #999;
  font-size: 10px;
  float: right;
}

#bread a {
  color: #999;
  background: url(/assets/img/common/other/ico_v.png) no-repeat right center;
  padding-right: 15px;
  margin-right: 7px;
}

#bread a:hover {
  text-decoration: underline;
}

#bread li {
  float: left;
}

/*-----------------------------------------------------------
Footer
------------------------------------------------------------*/
.footer {
  /* background: #F1F1F1; */
  background: #E6E6E6;
  padding-top: 44px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1000px) {
  .footer .visible-xs {
    display: block !important;
  }
  .footer .hidden-xs {
    display: none;
  }
}

.footer__logopartner {
  font-size: 0;
  margin-top: 33px;
  margin-bottom: 31px;
}

.footer__logo {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 38px;
}

.footer__logo img {
  width: 180px;
}

.footer__menu--ul01 {
  margin-right: 70px;
}

.footer__menu--ul02 {
  margin-right: 53px;
}

.footer__menu--ul03 {
  margin-right: 55px;
}

.footer__menu--ul04 {
  margin-right: 57px;
}

.footer__menu--ul05 {
  margin-right: 0;
}

.footer__menu ul {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}

.footer__menu ul li {
  display: block;
  font-size: 0;
  margin-bottom: 7px;
}

.footer__menu ul li a {
  font-size: 16px;
  color: #000000;
  background: url(/assets/img/common/header/ico_arrow_li.svg) no-repeat left center;
  background-size: 6px 12px;
  padding-left: 13px;
  font-weight: 700;
}

.footer__menu ul li a:hover {
  opacity: 0.5;
}

.footer__menu ul li span {
  font-size: 16px;
  color: #000000;
  background: url(/assets/img/common/header/ico_arrow_li.svg) no-repeat left center;
  background-size: 6px 12px;
  padding-left: 13px;
  font-weight: 700;
  opacity: 0.5;
}

.footer__menu ul li:last-child {
  margin-right: 0;
}

.footer__partner {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.footer__partner--okesho {
  display: inline-block;
  vertical-align: top;
  background: #042880;
  width: 90px;
  height: 90px;
  font-size: 0;
}

.footer__partner--okesho .tbl {
  display: table;
  height: inherit;
  width: 100%;
}

.footer__partner--okesho .tbl_cell {
  display: table-cell;
  vertical-align: middle;
}

.footer__partner--okesho p {
  font-size: 11px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
}

.footer__partner--list {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  border: 1px solid #D7D7D7;
  border-left: none;
}

.footer__partner--list li {
  display: inline-block;
  vertical-align: top;
  background: #FFF;
  height: 88px;
  width: 172px;
  text-align: center;
  position: relative;
}

.footer__partner--list li:before {
  content: "";
  background: #D7D7D7;
  position: absolute;
  right: 0;
  top: 0;
  height: 88px;
  width: 1px;
}

.footer__partner--list li:last-child:before {
  content: none;
}

.footer__partner--list li .tbl {
  display: table;
  height: inherit;
  width: 100%;
}

.footer__partner--list li .tbl_cell {
  display: table-cell;
  vertical-align: middle;
}

.footer__partner--list li a {
  display: block;
  height: inherit;
}

.footer__partner--list li a:hover {
  opacity: 0.5;
}

.footer__partner--list li a img {
  height: 38px;
}

.footer__partner--list li a span.txt {
  font-size: 11px;
  line-height: 23px;
  color: #000000;
  font-weight: 700;
  display: block;
}

.footer__copyright {
  text-align: center;
  margin-bottom: 5px;
}

.footer__copyright p {
  font-size: 12px;
  color: #808080;
}

@media only screen and (max-width: 1000px) {
  .footer {
    background: none;
    padding-top: 0;
  }
  .footer__logopartner {
    margin-top: 28px;
    margin-bottom: 24px;
  }
  .footer__logo {
    display: table;
    margin: 0 auto 22px;
  }
  .footer__logo img {
    width: 111px;
  }
  .footer__menusp {
    font-size: 0;
  }
  .footer__menusp li {
    display: inline-block;
    width: 100%;
    font-size: 0;
    background: -owg-linear-gradient(to bottom, #ffffff, #ededed);
    background: -webkit-linear-gradient(to bottom, #ffffff, #ededed);
    background: -moz-linear-gradient(to bottom, #ffffff, #ededed);
    background: -o-linear-gradient(to bottom, #ffffff, #ededed);
    background: linear-gradient(to bottom, #ffffff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
  }
  .footer__menusp li:first-child a {
    border-top: 1px solid #CCC;
  }
  .footer__menusp li a {
    display: block;
    font-size: 16px;
    line-height: 47px;
    font-weight: 700;
    color: #000000;
    border-bottom: 1px solid #CCC;
    padding-left: 16px;
    background: url(/assets/img/common/header/ico_arrow_li.svg) no-repeat right 10px center;
    background-size: 6px 11px;
  }
  .footer__menusp li span {
    display: block;
    font-size: 16px;
    line-height: 47px;
    font-weight: 700;
    color: #000000;
    border-bottom: 1px solid #CCC;
    padding-left: 16px;
    background: url(/assets/img/common/header/ico_arrow_li.svg) no-repeat right 10px center;
    background-size: 6px 11px;
    opacity: 0.5;
  }
  .footer__partner {
    width: 100%;
  }
  .footer__partner--okesho {
    width: 100%;
    height: 23px;
  }
  .footer__partner--okesho p {
    line-height: 23px;
    font-size: 12px;
  }
  .footer__partner--list {
    border: 1px solid #D7D7D7;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
  .footer__partner--list li {
    width: 50%;
    height: 91px;
    border-bottom: 1px solid #D7D7D7;
    background: #F1F1F1;
  }
  .footer__partner--list li:before {
    content: "";
    background: #D7D7D7;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
  }
  .footer__partner--list li:nth-child(2n+2):before {
    content: none;
  }
  .footer__partner--list li a span.txt {
    font-size: 12px;
    line-height: 23px;
  }
  .footer__copyright p {
    font-size: 11px;
  }
}

/*-----------------------------------------------------------
Header
-------------------------------------------------------------*/
#menuTfix {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  /*header_sp_first*/
}

#menuTfix.activee {
  display: block;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

#menuTfix .header_sp_first {
  text-align: right;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #FFF;
  z-index: 9;
}

#menuTfix .header_sp_first .i_close {
  display: block;
}

#menuTfix .header_sp_first .i_open {
  display: none;
}

#menuTfix .header_sp_first.act .i_close {
  display: none;
}

#menuTfix .header_sp_first.act .i_open {
  display: block;
}

#menuTfix .header_sp_first.act .header_sp_first__r__btnm {
  padding: 11px 14px 7px 13px;
}

#menuTfix .header_sp_first__logo {
  float: left;
}

#menuTfix .header_sp_first__logo a {
  display: block;
  padding: 9px 5px 5px 10px;
}

#menuTfix .header_sp_first__r {
  display: inline-block;
  font-size: 0;
  letter-spacing: 0;
}

#menuTfix .header_sp_first__r__ct {
  display: inline-block;
  vertical-align: middle;
  height: 55px;
  padding: 0 10px;
  background: -owg-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: -webkit-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: -moz-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: -o-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c44d', endColorstr='#06aa00',GradientType=1 );
}

#menuTfix .header_sp_first__r__ct p {
  font-size: 0;
  padding-top: 9px;
}

#menuTfix .header_sp_first__r__ct p a {
  display: block;
  font-size: 9px;
  line-height: 11px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: url(/assets/img/common/header/ico_contact.svg) no-repeat top center;
  background-size: 26px 26px;
  padding-top: 30px;
}

#menuTfix .header_sp_first__r__phone {
  display: inline-block;
  vertical-align: middle;
  height: 55px;
  padding: 0 10px;
  margin-right: 1px;
  background: -owg-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: -webkit-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: -moz-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: -o-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c44d', endColorstr='#06aa00',GradientType=1 );
}

#menuTfix .header_sp_first__r__phone p {
  font-size: 0;
  padding-top: 9px;
}

#menuTfix .header_sp_first__r__phone p a {
  display: block;
  font-size: 9px;
  line-height: 11px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  background: url(/assets/img/common/header/ico_book.svg) no-repeat top center;
  background-size: 26px 26px;
  padding-top: 30px;
}

#menuTfix .header_sp_first__r__btnm {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 10px 7px 9px;
  background: -owg-linear-gradient(to bottom, #2A4084 0%, #1d3a8b 49%, #0f2178 50%, #1D3B8B 100%);
  background: -webkit-linear-gradient(to bottom, #2A4084 0%, #1d3a8b 49%, #0f2178 50%, #1D3B8B 100%);
  background: -moz-linear-gradient(to bottom, #2A4084 0%, #1d3a8b 49%, #0f2178 50%, #1D3B8B 100%);
  background: -o-linear-gradient(to bottom, #2A4084 0%, #1d3a8b 49%, #0f2178 50%, #1D3B8B 100%);
  background: linear-gradient(to bottom, #2A4084 0%, #1d3a8b 49%, #0f2178 50%, #1D3B8B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A4084', endColorstr='#1D3B8B',GradientType=1 );
}

#menuTfix .header_sp_first__r__btnm__over {
  display: inline-block;
}

#menuTfix .header_sp_first__r__btnm__over i {
  font-size: 9px;
  font-weight: 700;
  color: #FFFFFF;
  font-style: normal;
}

#menuTfix .header_sp_first__r__btnm__over span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #FFF;
  margin: 0 auto 6px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#menuTfix .header_sp_first__r__btnm__over span:last-child {
  margin: 0;
}

#menuTfix .header_sp_first__r__btnm__over span.line_thirt {
  margin: -8px auto 5px;
}

#menuTfix .header_sp_first__r__btnm__over span.active.line_first {
  -webkit-transform-origin: 90%;
  -moz-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}

#menuTfix .header_sp_first__r__btnm__over span.active.line_second {
  -webkit-transform: scale(0.9) rotate(45deg);
  -moz-transform: scale(0.9) rotate(45deg);
  -ms-transform: scale(0.9) rotate(45deg);
  -o-transform: scale(0.9) rotate(45deg);
  transform: scale(0.9) rotate(45deg);
}

#menuTfix .header_sp_first__r__btnm__over span.active.line_thirt {
  -webkit-transform: scale(0.9) rotate(135deg);
  -moz-transform: scale(0.9) rotate(135deg);
  -ms-transform: scale(0.9) rotate(135deg);
  -o-transform: scale(0.9) rotate(135deg);
  transform: scale(0.9) rotate(135deg);
}

#menuTfix .header_sp_first__r__btnm__over span.active.line_four {
  -webkit-transform-origin: 10%;
  -moz-transform-origin: 10%;
  -ms-transform-origin: 10%;
  transform-origin: 10%;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}

header.header {
  /* begin menu sp */
  /*header_sp_first*/
  /*header_sp_second*/
}

@media only screen and (max-width: 1000px) {
  header.header .visible-xs {
    display: block !important;
  }
  header.header .hidden-xs {
    display: none;
  }
}

header.header .headerpc {
  width: 100%;
  background: #fff;
  z-index: 5;
}

header.header .headerpc .clearfix {
  height: 110px;
}

header.header .headerpc__logo {
  display: inline-block;
  vertical-align: top;
  padding-top: 18px;
  margin-left: -3px;
  margin-right: 20px;
}

header.header .headerpc__telephone {
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
}

header.header .headerpc__right {
  display: inline-block;
  vertical-align: top;
  padding-top: 9px;
}

header.header .headerpc__right ul {
  font-size: 0;
}

header.header .headerpc__right ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

header.header .headerpc__right ul li a {
  display: block;
}

header.header .headerpc__right ul li a img {
  height: 96px;
  width: 171px;
}

header.header .headerpc__right--contact {
  margin-right: 2px;
}

header.header .headerpc__nav {
  border-top: 1px solid #E5E5E5;
  background: #9be6ff;
  z-index: 6;
}

header.header .headerpc__nav--menu {
  font-size: 0;
}

header.header .headerpc__nav--menu li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-right: 34px;
}

header.header .headerpc__nav--menu li a {
  font-size: 16px;
  line-height: 40px;
  color: #000000;
  background: url(/assets/img/common/header/ico_arrow_li.svg) no-repeat left center;
  background-size: 6px 12px;
  padding-left: 13px;
  font-weight: 700;
}

header.header .headerpc__nav--menu li a:hover {
  opacity: 0.5;
}

header.header .headerpc__nav--menu li span {
  font-size: 16px;
  line-height: 40px;
  color: #000000;
  background: url(/assets/img/common/header/ico_arrow_li.svg) no-repeat left center;
  background-size: 6px 12px;
  padding-left: 13px;
  font-weight: 700;
  opacity: 0.5;
}

header.header .headerpc__nav--menu li:last-child {
  margin-right: 0;
}

header.header .header_sp_first {
  text-align: right;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #FFF;
  z-index: 9;
}

header.header .header_sp_first .i_close {
  display: block;
}

header.header .header_sp_first .i_open {
  display: none;
}

header.header .header_sp_first.active .i_close {
  display: none;
}

header.header .header_sp_first.active .i_open {
  display: block;
}

header.header .header_sp_first.active .header_sp_first__r__btnm {
  padding: 11px 14px 7px 13px;
}

header.header .header_sp_first__logo {
  float: left;
}

header.header .header_sp_first__logo a {
  display: block;
  padding: 9px 5px 5px 10px;
}

header.header .header_sp_first__r {
  display: inline-block;
  font-size: 0;
  letter-spacing: 0;
}

header.header .header_sp_first__r__ct {
  display: inline-block;
  vertical-align: middle;
  height: 55px;
  padding: 0 10px;
  background: -owg-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: -webkit-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: -moz-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: -o-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c44d', endColorstr='#06aa00',GradientType=1 );
}

header.header .header_sp_first__r__ct p {
  font-size: 0;
  padding-top: 9px;
}

header.header .header_sp_first__r__ct p a {
  display: block;
  font-size: 9px;
  line-height: 11px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: url(/assets/img/common/header/ico_contact.svg) no-repeat top center;
  background-size: 26px 26px;
  padding-top: 30px;
}

header.header .header_sp_first__r__phone {
  display: inline-block;
  vertical-align: middle;
  height: 55px;
  padding: 0 10px;
  margin-right: 1px;
  background: -owg-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: -webkit-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: -moz-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: -o-linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  background: linear-gradient(to bottom, #53c44d 0%, #39BB33 49%, #07AA00 50%, #06aa00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c44d', endColorstr='#06aa00',GradientType=1 );
}

header.header .header_sp_first__r__phone p {
  font-size: 0;
  padding-top: 9px;
}

header.header .header_sp_first__r__phone p a {
  display: block;
  font-size: 9px;
  line-height: 11px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  background: url(/assets/img/common/header/ico_book.svg) no-repeat top center;
  background-size: 26px 26px;
  padding-top: 30px;
}

header.header .header_sp_first__r__btnm {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 10px 7px 9px;
  background: -owg-linear-gradient(to bottom, #2A4084 0%, #1d3a8b 49%, #0f2178 50%, #1D3B8B 100%);
  background: -webkit-linear-gradient(to bottom, #2A4084 0%, #1d3a8b 49%, #0f2178 50%, #1D3B8B 100%);
  background: -moz-linear-gradient(to bottom, #2A4084 0%, #1d3a8b 49%, #0f2178 50%, #1D3B8B 100%);
  background: -o-linear-gradient(to bottom, #2A4084 0%, #1d3a8b 49%, #0f2178 50%, #1D3B8B 100%);
  background: linear-gradient(to bottom, #2A4084 0%, #1d3a8b 49%, #0f2178 50%, #1D3B8B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A4084', endColorstr='#1D3B8B',GradientType=1 );
}

header.header .header_sp_first__r__btnm__over {
  display: inline-block;
}

header.header .header_sp_first__r__btnm__over i {
  font-size: 9px;
  font-weight: 700;
  color: #FFFFFF;
  font-style: normal;
}

header.header .header_sp_first__r__btnm__over span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #FFF;
  margin: 0 auto 6px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header.header .header_sp_first__r__btnm__over span:last-child {
  margin: 0;
}

header.header .header_sp_first__r__btnm__over span.line_thirt {
  margin: -8px auto 5px;
}

header.header .header_sp_first__r__btnm__over span.active.line_first {
  -webkit-transform-origin: 90%;
  -moz-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}

header.header .header_sp_first__r__btnm__over span.active.line_second {
  -webkit-transform: scale(0.9) rotate(45deg);
  -moz-transform: scale(0.9) rotate(45deg);
  -ms-transform: scale(0.9) rotate(45deg);
  -o-transform: scale(0.9) rotate(45deg);
  transform: scale(0.9) rotate(45deg);
}

header.header .header_sp_first__r__btnm__over span.active.line_thirt {
  -webkit-transform: scale(0.9) rotate(135deg);
  -moz-transform: scale(0.9) rotate(135deg);
  -ms-transform: scale(0.9) rotate(135deg);
  -o-transform: scale(0.9) rotate(135deg);
  transform: scale(0.9) rotate(135deg);
}

header.header .header_sp_first__r__btnm__over span.active.line_four {
  -webkit-transform-origin: 10%;
  -moz-transform-origin: 10%;
  -ms-transform-origin: 10%;
  transform-origin: 10%;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}

header.header .header_sp_second {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 55px 0 0 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

header.header .header_sp_second.active {
  z-index: 8;
  opacity: 1;
  pointer-events: auto;
}

header.header .header_sp_second.active .header_sp_second__wrap {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header.header .header_sp_second::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: -1;
}

header.header .header_sp_second__wrap {
  background-color: rgba(39, 39, 39, 0.95);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header.header .header_sp_second__wrap__list {
  font-size: 0;
}

header.header .header_sp_second__wrap__list li {
  display: inline-block;
  width: 100%;
  font-size: 0;
  background: -owg-linear-gradient(to bottom, #ffffff, #ededed);
  background: -webkit-linear-gradient(to bottom, #ffffff, #ededed);
  background: -moz-linear-gradient(to bottom, #ffffff, #ededed);
  background: -o-linear-gradient(to bottom, #ffffff, #ededed);
  background: linear-gradient(to bottom, #ffffff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
}

header.header .header_sp_second__wrap__list li:first-child a {
  border-top: 1px solid #CCC;
}

header.header .header_sp_second__wrap__list li a {
  display: block;
  font-size: 16px;
  line-height: 47px;
  font-weight: 700;
  color: #000000;
  border-bottom: 1px solid #CCC;
  padding-left: 16px;
  background: url(/assets/img/common/header/ico_arrow_li.svg) no-repeat right 10px center;
  background-size: 6px 11px;
}

header.header .header_sp_second__wrap__list li span {
  display: block;
  font-size: 16px;
  line-height: 47px;
  font-weight: 700;
  color: #000000;
  border-bottom: 1px solid #CCC;
  padding-left: 16px;
  background: url(/assets/img/common/header/ico_arrow_li.svg) no-repeat right 10px center;
  background-size: 6px 11px;
  opacity: 0.5;
}

header.header .header_sp_second__wrap p.p_close {
  height: 50px;
  width: 100%;
  text-align: center;
  background: #4C4C4C;
}

header.header .header_sp_second__wrap p.p_close span {
  font-size: 16px;
  line-height: 50px;
  color: #FFFFFF;
  background: url(/assets/img/common/header/ico_close_sp.svg) no-repeat left center;
  background-size: 13px 13px;
  padding-left: 26px;
}

/* argument */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/*-----------------------------------------------------------
global Navi
-------------------------------------------------------------*/
#gNaviWrap {
  width: 100%;
  min-width: 1000px;
  margin: 15px auto 5px;
}

#gNaviWrap #gNavi {
  width: 1000px;
}

/*-----------------------------------------------------------
global Navi
-------------------------------------------------------------*/
#gNaviWrap #gNavi {
  width: 1000px;
  margin: 0 auto;
}

#gNaviWrap #gNavi > li {
  float: left;
  position: relative;
}

#gNaviWrap #gNavi > li, #gNaviWrap #gNavi > li > a {
  height: 33px;
  display: block;
}

#gNaviWrap #gNavi01 > a {
  background: url(/assets/img/common/gnavi/bg_gNavi.png) 0 0;
  width: 160px;
}

#gNaviWrap #gNavi02 > a {
  background: url(/assets/img/common/gnavi/bg_gNavi.png) -160px 0;
  width: 200px;
}

#gNaviWrap #gNavi03 > a {
  background: url(/assets/img/common/gnavi/bg_gNavi.png) -360px 0;
  width: 235px;
}

#gNaviWrap #gNavi04 > a {
  background: url(/assets/img/common/gnavi/bg_gNavi.png) -595px 0;
  width: 235px;
}

#gNaviWrap #gNavi05 > a {
  background: url(/assets/img/common/gnavi/bg_gNavi.png) -830px 0;
  width: 171px;
}

#gNaviWrap #gNavi01:hover > a {
  background: url(/assets/img/common/gnavi/bg_gNavi_on.png) 0 0;
  width: 160px;
}

#gNaviWrap #gNavi02:hover > a {
  background: url(/assets/img/common/gnavi/bg_gNavi_on.png) -160px 0;
  width: 200px;
}

#gNaviWrap #gNavi03:hover > a {
  background: url(/assets/img/common/gnavi/bg_gNavi_on.png) -360px 0;
  width: 235px;
}

#gNaviWrap #gNavi04:hover > a {
  background: url(/assets/img/common/gnavi/bg_gNavi_on.png) -595px 0;
  width: 235px;
}

#gNaviWrap #gNavi05:hover > a {
  background: url(/assets/img/common/gnavi/bg_gNavi_on.png) -830px 0;
  width: 171px;
}

/*-----------------------------------------------------------
SubNavi
------------------------------------------------------------*/
#subNavi {
  width: 300px;
  float: left;
}

@font-face {
  font-family: 'm_2pheavy';
  src: url("../fonts/mplus-2p-heavy-webfont.woff2") format("woff2"), url("../fonts/mplus-2p-heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'm_2pbold';
  src: url("../fonts/mplus-2p-bold-webfont.woff2") format("woff2"), url("../fonts/mplus-2p-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.book .cm__breadcrumbs {
  margin-top: 13px;
  margin-bottom: 43px;
}

@media only screen and (max-width: 767px) {
  .book .cm__breadcrumbs {
    margin-top: 9px;
    margin-bottom: 26px;
  }
}

.book__box01--item {
  font-size: 0;
}

.book__box01--item_ct {
  background: url(/assets/img/book/bg_beige_stp.png) repeat-y;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .book__box01--item_ct {
    padding-bottom: 24px;
  }
}

.book__box01--block01 {
  position: relative;
  width: auto;
  margin: 0 33px;
  border: 2px solid #40210f;
  background-color: #fff;
  padding-top: 26px;
  padding-bottom: 23px;
}

.book__box01--block01 p.chan {
  position: absolute;
  top: -50px;
  left: 20px;
}

.book__box01--block01 h2 {
  font-size: 32px;
  line-height: 35.17px;
  color: #40210F;
  text-align: center;
  font-weight: 700;
  font-family: 'm_2pheavy';
}

.book__box01--block01 p.img01 {
  display: table;
  font-size: 0;
  margin: 10px auto 13px;
}

.book__box01--block01 p.caut {
  font-size: 15px;
  line-height: 19.61px;
  letter-spacing: 0.38px;
  color: #000000;
  text-align: center;
}

.book__box01--block01 .FlyerInfoBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 92%;
  margin: 0 auto;
}

.book__box01--block01 .FlyerInfoBox .element {
  text-align: center;
  margin-bottom: 18px;
}

.book__box01--block01 .FlyerInfoBox .element .btn {
  display: block;
}

.book__box01--block01 .FlyerInfoBox .element .btn a {
  display: inline-block;
  width: 355px;
  margin-top: 5px;
  padding: 10px 0 8px 0;
  background: #58bbca;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  border-bottom: #1b7a88 solid 5px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .book__box01--block01 {
    margin: 0 5px;
    padding-top: 35px;
    padding-bottom: 13px;
  }
  .book__box01--block01 p.chan {
    top: -50px;
    left: 0;
    width: 45%;
  }
  .book__box01--block01 h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .book__box01--block01 p.img01 {
    margin-top: 0;
    margin-bottom: 21px;
  }
  .book__box01--block01 p.caut {
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    padding: 0 8px;
  }
  .book__box01--block01 .FlyerInfoBox .element {
    margin-bottom: 25px;
  }
  .book__box01--block01 .FlyerInfoBox .element img {
    max-width: 172px;
  }
  .book__box01--block01 .FlyerInfoBox .element .btn a {
    width: 224px;
    font-size: 16px;
    margin-top: 9px;
    padding: 8px 0 4px 0;
  }
}

.book__box02 {
  padding: 46px 0 52px;
  background: url(/assets/img/book/bg_gray_dot.png);
  margin-bottom: 95px;
}

.book__box02 h2 {
  font-size: 37px;
  color: #231815;
  font-family: 'm_2pbold';
  text-align: center;
  font-weight: 700;
  margin-bottom: 23px;
}

.book__box02 h2 span.emph {
  font-size: 53px;
}

.book__box02 .meritBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  padding: 0 20px;
}

.book__box02 .meritBox .element {
  font-size: 0;
  text-align: center;
}

.book__box02 .meritBox .element p {
  font-size: 20px;
  line-height: 24.52px;
  letter-spacing: 0.5px;
  color: #000000;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .book__box02 {
    padding-top: 23px;
    padding-bottom: 31px;
    margin-bottom: 0;
  }
  .book__box02 h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .book__box02 h2 span.emph {
    font-size: 36px;
  }
  .book__box02 .meritBox {
    padding: 0 27px;
  }
  .book__box02 .meritBox .element {
    margin-bottom: 25px;
    width: 100%;
  }
  .book__box02 .meritBox .element img.img_label {
    max-width: 161px;
  }
  .book__box02 .meritBox .element p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 4px;
  }
  .book__box02 .meritBox .element:last-child {
    margin-bottom: 2px;
  }
  .book__box02 p.prec {
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    text-align: left;
  }
}

.book__box03 {
  margin-bottom: 155px;
}

.book__box03--item {
  background: url(/assets/img/book/bg_beige_stp.png) repeat-y;
  min-height: 133px;
  margin-bottom: 32px;
}

.book__box03 .TitleBox01 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
}

.book__box03 .TitleBox01 h2 {
  margin: 35px 0 0 0;
  font-size: 32px;
  line-height: 35.17px;
  color: #40210F;
  font-weight: 700;
}

.book__box03 .TitleBox01 h2 span.emph {
  font-size: 68px;
  color: #E8731F;
  margin-right: 5px;
}

.book__box03 .reservation2Box01 p {
  font-size: 23px;
  color: #231815;
  line-height: 28px;
  text-align: center;
  margin-bottom: 66px;
}

.book__box03 .reservation2Box01 p:first-child {
  margin-bottom: 29px;
}

.book__box03 .reservation2Box01 img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .book__box03 {
    margin-bottom: 119px;
  }
  .book__box03--item {
    min-height: 120px;
    margin-bottom: 23px;
  }
  .book__box03 .TitleBox01 > div {
    margin: 0 auto;
    display: table;
    width: 100%;
  }
  .book__box03 .TitleBox01 h2 {
    font-size: 14px;
    line-height: 20px;
    margin: 20px auto -3px;
    display: table;
  }
  .book__box03 .TitleBox01 h2.h2_last {
    margin-top: 8px;
  }
  .book__box03 .TitleBox01 h2 span.emph {
    font-size: 40px;
  }
  .book__box03 .reservation2Box01 p {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 28px;
  }
  .book__box03 .reservation2Box01 p:first-child {
    margin-bottom: 19px;
  }
}

.book__box04 {
  margin-bottom: 154px;
}

.book__box04--item {
  background: url(/assets/img/book/bg_beige_stp.png) repeat-y;
  min-height: 164px;
  font-weight: 700;
  margin-bottom: 38px;
  padding-top: 24px;
}

.book__box04--item .txt_brown01 {
  font-size: 32px;
  line-height: 35.17px;
  color: #40210F;
  font-family: 'm_2pheavy';
}

.book__box04--item .txt_orange {
  font-size: 66px;
  letter-spacing: -7.26px;
  color: #E8731F;
  font-family: 'm_2pheavy';
}

.book__box04--item .txt_wrap {
  display: table;
  margin: 0 auto;
}

.book__box04--item .txt_01 {
  margin: 0 auto;
  display: table;
}

.book__box04--item .txt_02 {
  display: inline-block;
  vertical-align: middle;
}

.book__box04--item .txt_03 {
  display: inline-block;
  vertical-align: middle;
}

.book__box04--item .txt_04 {
  display: inline-block;
  vertical-align: middle;
}

.book__box04--sprite_logo {
  font-size: 0;
  margin-bottom: 51px;
}

.book__box04--sprite_logo img {
  margin: 0 auto;
  display: block;
}

.book__box04--note_logo {
  text-align: center;
  font-size: 13px;
  line-height: 18.63px;
  letter-spacing: 0.33px;
}

@media only screen and (max-width: 767px) {
  .book__box04 {
    margin-bottom: 115px;
  }
  .book__box04--item {
    min-height: 144px;
    padding-top: 10px;
    margin-bottom: 25px;
  }
  .book__box04--item .txt_brown01 {
    font-size: 14px;
    line-height: 20px;
  }
  .book__box04--item .txt_01 {
    padding: 0 15px;
  }
  .book__box04--item .txt_02 {
    text-align: center;
    display: block;
  }
  .book__box04--item .txt_04 {
    text-align: center;
    display: block;
  }
  .book__box04--item .txt_orange {
    font-size: 32px;
    line-height: 1;
    text-align: center;
    display: block;
    letter-spacing: -4px;
    margin-top: 7px;
    margin-bottom: 5px;
  }
  .book__box04--sprite_logo {
    margin-bottom: 15px;
  }
  .book__box04--note_logo {
    text-align: left;
    font-size: 11px;
  }
}

.book__box05 {
  margin-bottom: 141px;
}

.book__box05--item {
  background: url(/assets/img/book/bg_beige_stp.png) repeat-y;
  min-height: 195px;
  padding-top: 21px;
  margin-bottom: 40px;
}

.book__box05--item p {
  display: inline-block;
  vertical-align: middle;
}

.book__box05--item p.text_brown {
  font-size: 45px;
  line-height: 49.64px;
  color: #40210F;
  font-family: 'm_2pheavy';
  font-weight: 700;
}

.book__box05--item-wrap {
  display: table;
  margin: 0 auto;
}

.book__box05--list {
  text-align: center;
  font-size: 0;
}

.book__box05--list li {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .book__box05 {
    margin-bottom: 60px;
  }
  .book__box05--item {
    padding-top: 15px;
    min-height: 358px;
    margin-bottom: 18px;
  }
  .book__box05--item p.text_brown {
    padding: 0 36px;
    font-size: 27px;
    line-height: 32px;
  }
  .book__box05--item p.txt_90 {
    text-align: center;
    font-size: 0;
    display: block;
    margin-top: 13px;
  }
  .book__box05--item p.txt_90 img {
    width: 208px;
  }
  .book__box05--item p.txt_145 {
    text-align: center;
    font-size: 0;
    display: block;
    margin-top: 8px;
  }
  .book__box05--item p.txt_145 img {
    width: 153px;
  }
  .book__box05--list {
    padding: 0 30px;
  }
  .book__box05--list li {
    margin: 0;
    margin-bottom: 12px;
  }
}

.book__box06 {
  margin-bottom: 88px;
}

.book__box06--title {
  font-size: 49px;
  line-height: 50.89px;
  color: #40210F;
  text-align: center;
  font-weight: 700;
  font-family: 'm_2pheavy';
  margin-bottom: 21px;
}

.book__box06--txt-middle {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.45px;
  color: #000000;
  text-align: center;
  background: url(/assets/img/book/ico_red_circle.png) no-repeat left center;
  background-size: 28px 28px;
  padding-left: 35px;
}

@media only screen and (min-width: 768px) {
  .book__box06--txt-middle {
    display: table;
    margin: 0 auto;
  }
}

.book__box06--list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  margin-top: 40px;
}

.book__box06--item {
  background: #fff5e0;
  text-align: center;
  margin-bottom: 49px;
  padding-bottom: 15px;
}

.book__box06--item h4 {
  font-size: 25px;
  line-height: 1.5;
  color: #000000;
  font-weight: 700;
  text-align: center;
  margin-top: 7px;
}

.book__box06--item p {
  font-size: 17px;
  line-height: 21.57px;
  letter-spacing: 0.43px;
  color: #000000;
  text-align: center;
  margin-bottom: 9px;
}

.book__box06--item span {
  text-align: center;
}

.book__box06--item span a {
  display: inline-block;
  width: 254px;
  padding: 6px 0 3px 0;
  background: #58bbca;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  border-bottom: #1b7a88 solid 3px;
  text-decoration: none;
}

.book__box06--item span a:hover {
  opacity: 0.5;
}

.book__box06--item .sunday {
  margin-top: 9px;
}

.book__box06--item .sunday span {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.43px;
  color: #000000;
  background: url(/assets/img/book/ico_red_circle.png) no-repeat left center;
  background-size: 25px 25px;
  padding-left: 30px;
  display: table;
  margin: 0 auto;
}

.book__box06--item .sunday span.underline {
  color: #004093;
  position: relative;
}

.book__box06--item .sunday span.underline:before {
  content: "";
  background: #004093;
  height: 1px;
  width: calc(100% - 30px);
  position: absolute;
  left: 30px;
  bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .book__box06 {
    margin-bottom: 0;
  }
  .book__box06--title {
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 3px;
  }
  .book__box06--txt-middle {
    font-size: 13px;
    background: url(/assets/img/book/ico_red_circle.png) no-repeat left center;
    background-size: 23px 23px;
    padding-left: 26px;
    text-align: left;
  }
  .book__box06--list {
    width: 100%;
    margin-top: 36px;
  }
  .book__box06--item {
    width: 48%;
    margin-bottom: 40px;
  }
  .book__box06--item h4 {
    font-size: 12px;
    margin-top: 0;
  }
  .book__box06--item p {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0;
  }
  .book__box06--item span a {
    width: 124px;
    font-size: 12px;
  }
  .book__box06--item .sunday {
    margin-top: 5px;
  }
  .book__box06--item .sunday span {
    font-size: 9px;
    line-height: 14px;
    background: url(/assets/img/book/ico_red_circle.png) no-repeat left center;
    background-size: 14px 14px;
    padding-left: 17px;
  }
  .book__box06--item .sunday span.underline {
    color: #004093;
    position: relative;
  }
  .book__box06--item .sunday span.underline:before {
    content: "";
    background: #004093;
    height: 1px;
    width: calc(100% - 17px);
    position: absolute;
    left: 17px;
    bottom: 0px;
  }
}

.book__box07--wrap {
  position: relative;
  width: auto;
  margin-bottom: 194px;
  padding: 0 0 35px;
  background: url(/assets/img/book/bg_green_w.png) repeat-y 50%;
  clear: both;
}

.book__box07--reservationBox {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  background: url(/assets/img/book/icon_member_arrow_bottom.png) no-repeat 50% 0;
  clear: both;
}

.book__box07--reservationBox h3 {
  font-size: 24px;
  line-height: 33.76px;
  color: #fff;
  margin: 10px 0 16px;
}

.book__box07--reservationBox h3 .emph {
  color: #fff100;
}

.book__box07--reservationBox p {
  background: #fff;
  margin: 0 30px;
  padding: 23px 30px 20px;
  font-size: 19px;
  line-height: 130%;
  text-align: left;
}

.book__box07--reservationBox p .emph {
  font-size: 24px;
  color: #f35b39;
}

.book__box07--reservationBox p .caut {
  font-size: 17px;
}

.book__box07--reservationBox img {
  position: absolute;
  bottom: 0;
  right: 40px;
}

@media only screen and (max-width: 767px) {
  .book__box07--wrap {
    padding-bottom: 25px;
    margin-bottom: 58px;
  }
  .book__box07--reservationBox h3 {
    font-size: 15px;
    line-height: 140%;
    padding: 0 14px;
    margin: 5px 0 13px;
  }
  .book__box07--reservationBox p {
    background: #fff;
    margin: 0 5%;
    padding: 7% 25% 8% 5%;
    font-size: 12px;
  }
  .book__box07--reservationBox p .emph {
    font-size: 13px;
  }
  .book__box07--reservationBox p .caut {
    font-size: 12px;
  }
  .book__box07--reservationBox img {
    width: 30%;
    right: 15px;
  }
}

.book__box08--h4-main {
  font-size: 0;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 1400px) {
  .book__box08--h4-main:before {
    content: "";
    background: url(/assets/img/book/bg_repeat_form.png) repeat-x;
    height: 187px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

@media only screen and (max-width: 767px) {
  .book__box08--h4-main:before {
    content: none;
  }
}

.book__box08 .contact__content p.step {
  margin-bottom: 53px;
}

/* blog */
.leftCol {
  width: 70%;
  float: left;
}

.rightCol {
  width: 30%;
  float: right;
}

.cmsContent {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

.cmsContent img {
  max-width: 100%;
}

.pagingDt {
  position: relative;
  width: 80%;
  margin: 95px auto;
  font-size: 14px;
}

.pagingDt a {
  text-decoration: underline;
}

.pagingDt .prev {
  background: url(/assets/img/blog/ico_prev.png) no-repeat left center;
  width: 145px;
  float: left;
  padding-left: 20px;
}

.pagingDt .next {
  background: url(/assets/img/blog/ico_next.png) no-repeat right center;
  width: 145px;
  float: right;
  padding-right: 20px;
}

.pagingDt .list {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -54px;
  margin-top: -9px;
}

@media only screen and (max-width: 767px) {
  .comments .cm__breadcrumbs {
    border-bottom: 1px solid #CACACA;
    padding-bottom: 8px;
    margin-bottom: 31px;
  }
  .comments .cm__breadcrumbs ul li:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .comments__maincontent .ct1 {
    padding: 0;
  }
}

.comments__selectbox {
  display: table;
  margin: 0 auto 45px;
  position: relative;
}

.comments__selectbox:before {
  content: "";
  background: url(/assets/img/comments/bg_sl.png) no-repeat;
  width: 9px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 0;
}

.comments__selectbox select {
  width: 290px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1.05px;
  color: #000000;
  border: 1px solid #e5e5e5;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  background: -owg-linear-gradient(to top, #CFCFCF 0%, #E8E8E8 26%, #FFFFFF 100%);
  background: -webkit-linear-gradient(to top, #CFCFCF 0%, #E8E8E8 26%, #FFFFFF 100%);
  background: -moz-linear-gradient(to top, #CFCFCF 0%, #E8E8E8 26%, #FFFFFF 100%);
  background: -o-linear-gradient(to top, #CFCFCF 0%, #E8E8E8 26%, #FFFFFF 100%);
  background: linear-gradient(to top, #CFCFCF 0%, #E8E8E8 26%, #FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFCFCF', endColorstr='#FFFFFF',GradientType=1 );
}

@media only screen and (max-width: 767px) {
  .comments__selectbox {
    display: block;
    margin-bottom: 23px;
  }
  .comments__selectbox select {
    width: 100%;
  }
}

.comments__selectbox select::-ms-expand {
  display: none;
}

.comments__fixtext {
  font-size: 12px;
  color: #808080;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .comments__fixtext {
    margin-bottom: 7px;
  }
}

.comments__list {
  /*display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		align-items: flex-start; */
  width: 100%;
  margin-bottom: 40px;
  font-size: 0;
}

.comments__item {
  width: 48%;
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 30px;
  margin-bottom: 36px;
  display: inline-block;
  vertical-align: top;
}

.comments__item:nth-child(2n+1) {
  margin-right: 2%;
}

.comments__item:nth-child(2n+2) {
  margin-left: 2%;
}

.comments__item:hover {
  opacity: 0.5;
}

.comments__item--data {
  display: block;
  overflow: hidden;
}

.comments__item--image {
  float: left;
  margin-right: 20px;
  max-width: 141px;
}

.comments__item--cate {
  font-size: 14px;
  color: #FFF;
  background: #989898;
  height: 25px;
  line-height: 25px;
  display: table;
  padding: 0 7px;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.comments__item--title {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 7px;
}

.comments__item--title a {
  color: #000000;
}

.comments__item--rating p {
  font-size: 14px;
  color: #808080;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
}

.comments__item--rated {
  display: inline-block;
  vertical-align: top;
}

.comments__item--rated span {
  background: url(/assets/img/comments/gray_star.svg) no-repeat;
  background-size: 20px 18px;
  display: inline-block;
  width: 20px;
  height: 18px;
  float: left;
}

.comments__item--rated span.active {
  background: url(/assets/img/comments/yellow_star.svg) no-repeat;
}

@media only screen and (max-width: 767px) {
  .comments__item {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
    padding-top: 18px;
    padding-bottom: 20px;
    background: -owg-linear-gradient(to bottom, #FFFFFF 0%, #F6F6F6 50%, #EDEDED 100%);
    background: -webkit-linear-gradient(to bottom, #FFFFFF 0%, #F6F6F6 50%, #EDEDED 100%);
    background: -moz-linear-gradient(to bottom, #FFFFFF 0%, #F6F6F6 50%, #EDEDED 100%);
    background: -o-linear-gradient(to bottom, #FFFFFF 0%, #F6F6F6 50%, #EDEDED 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #F6F6F6 50%, #EDEDED 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EDEDED',GradientType=1 );
    position: relative;
  }
  .comments__item:before {
    content: "";
    background: url(/assets/img/top/sp/ico_arrow_li.svg) no-repeat;
    background-size: 6px 12px;
    width: 6px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
  }
  .comments__item:first-child {
    border-top: 1px solid #B2B2B2;
  }
  .comments__item:nth-child(2n+1) {
    margin-right: 0;
  }
  .comments__item:nth-child(2n+2) {
    margin-left: 0;
  }
  .comments__item--image {
    width: 34.48%;
    margin-right: 15px;
  }
  .comments__item--cate {
    font-size: 12px;
    line-height: 21px;
    height: 21px;
  }
  .comments__item--title {
    font-size: 14px;
    line-height: 23px;
    padding-right: 10%;
  }
  .comments__item--rating {
    display: block;
    overflow: hidden;
  }
  .comments__item--rating p {
    font-size: 12px;
  }
  .comments__item--rated span {
    background: url(/assets/img/comments/gray_star.svg) no-repeat;
    background-size: 16px 15px;
    width: 16px;
    height: 15px;
  }
}

.comments__pagination {
  text-align: center;
  margin-bottom: 133px;
  font-size: 0;
}

.comments__pagination .wp-pagenavi {
  text-align: center;
}

.comments__pagination .wp-pagenavi span.pages {
  display: none;
}

@media only screen and (max-width: 767px) {
  .comments__pagination {
    margin-bottom: 75px;
  }
}

.comments__pagination li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.comments__pagination a, .comments__pagination span {
  font-size: 18px;
  width: 36px;
  height: 36px;
  background: #CCCCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Oswald", sans-serif;
  line-height: 36px;
  color: #FFF;
}

.comments__pagination a {
  text-shadow: -1px -1px 0px #a3a3a3;
  box-shadow: 0px 1px 0px 0px #a3a3a3;
}

.comments__pagination a:hover {
  background: #042880;
  text-shadow: none;
}

.comments__pagination a.previouspostslink, .comments__pagination a.nextpostslink, .comments__pagination a.prev, .comments__pagination a.next {
  background: none;
  box-shadow: none;
  text-indent: -9999px;
  position: relative;
  margin: 0;
}

.comments__pagination a.previouspostslink:before, .comments__pagination a.nextpostslink:before, .comments__pagination a.prev:before, .comments__pagination a.next:before {
  content: "";
  background: url(/assets/img/events/arrow_prev.svg) no-repeat;
  background-size: 10px 20px;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -10px;
}

.comments__pagination a.nextpostslink:before, .comments__pagination a.next:before {
  right: auto;
  left: 11px;
  transform: rotate(180deg);
}

.comments__pagination span.current {
  width: 36px;
  height: 36px;
  box-shadow: 0px 1px 0px 0px #a3a3a3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #042880;
}

/*========================================Comments Details CSS========================================*/
.commentsdetail {
  /* =================================SP CSS================================= */
  /* =================================End SP CSS================================= */
}

.commentsdetail__cate {
  font-size: 14px;
  color: #FFF;
  background: #989898;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px;
  margin-right: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.commentsdetail__city {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  vertical-align: middle;
}

.commentsdetail__title {
  font-size: 24px;
  line-height: 34px;
  color: #0027A3;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 126px;
}

.commentsdetail__mainimg {
  background: #EFEFEF;
  margin-bottom: 77px;
  padding-bottom: 62px;
  padding-top: 62px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.commentsdetail__mainimg.dpn {
  display: none;
}

.commentsdetail__mainimg img {
  margin-top: -157px;
  margin-bottom: 38px;
}

.commentsdetail__mainimg--rate {
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
}

.commentsdetail__mainimg--rate > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.commentsdetail__mainimg--rate p.p01 {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 35px;
  background: #FF9600;
  display: inline-block;
  vertical-align: middle;
  padding: 0 14px 0 15px;
  float: left;
  margin-right: 27px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.commentsdetail__mainimg--rate p.p02 {
  font-size: 16px;
  line-height: 35px;
  color: #000000;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-right: 34px;
}

.commentsdetail__mainimg--rate span {
  background: url(/assets/img/comments/gray_star.svg) no-repeat;
  background-size: 20px 18px;
  display: inline-block;
  width: 20px;
  height: 18px;
  float: left;
}

.commentsdetail__mainimg--rate span.active {
  background: url(/assets/img/comments/yellow_star.svg) no-repeat;
}

.commentsdetail__mainimg .ul_zoom {
  display: inline-block;
  vertical-align: top;
  float: right;
}

.commentsdetail__mainimg--zoom {
  border: 2px solid #B2B2B2;
  height: 58px;
  width: 295px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 1px 2px 3px #CCCCCC;
  float: right;
  background: -owg-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -moz-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -o-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=1 );
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.commentsdetail__mainimg--zoom span {
  font-size: 20px;
  line-height: 54px;
  color: #4C4C4C;
  font-weight: 700;
  background: url(/assets/img/top/ico_gray_arrow.svg) no-repeat right 11px center;
  background-size: 6px 10px;
  display: block;
}

.commentsdetail__mainimg--zoom:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .commentsdetail__mainimg--zoom {
    float: none;
    height: 45px;
    width: 220px;
    display: block;
  }
  .commentsdetail__mainimg--zoom span {
    background: url(/assets/img/top/ico_gray_arrow.svg) no-repeat right 6px center;
    background-size: 5px 8px;
    font-size: 16px;
    line-height: 41px;
  }
}

.commentsdetail__faq {
  margin-bottom: 65px;
}

.commentsdetail__faq--item {
  margin-bottom: 53px;
}

.commentsdetail__faq--item:last-child {
  margin-bottom: 89px;
}

.commentsdetail__faq--item span {
  font-size: 32px;
  font-weight: 500;
  color: #0027A3;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}

.commentsdetail__faq--item h4 {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 42px);
}

.commentsdetail__faq--item div {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-top: 16px;
}

.commentsdetail__staffcharge h4 {
  font-size: 20px;
  line-height: 44px;
  color: #FFF;
  text-shadow: -0.5px -0.5px 0px rgba(0, 0, 0, 0.3);
  background: #07AA00;
  height: 44px;
  padding-left: 15px;
  margin-bottom: 23px;
}

.commentsdetail__staffcharge--img {
  float: left;
  margin-right: 20px;
}

.commentsdetail__staffcharge--img div {
  font-size: 16px;
  line-height: 23px;
  color: #4C4C4C;
  margin-top: 11px;
  max-width: 140px;
}

.commentsdetail__staffcharge--img div span {
  color: #07AA00;
  font-weight: 700;
}

.commentsdetail__staffcharge--txt {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-top: -5px;
}

@media only screen and (max-width: 767px) {
  .commentsdetail__maincontent .pd15 {
    padding: 0 15px;
  }
  .commentsdetail__cate {
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .commentsdetail__city {
    font-size: 12px;
  }
  .commentsdetail__title {
    font-size: 18px;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 55px;
  }
  .commentsdetail__mainimg {
    padding: 33px 15px 0;
    margin-bottom: 33px;
  }
  .commentsdetail__mainimg img {
    margin-top: -71px;
    margin-bottom: 15px;
  }
  .commentsdetail__mainimg--rate {
    margin-bottom: 25px;
  }
  .commentsdetail__mainimg .ul_zoom {
    font-size: 0;
    text-align: center;
    margin-bottom: 37px;
    float: none;
    width: 100%;
  }
  .commentsdetail__mainimg .ul_zoom li {
    display: inline-block;
  }
  .commentsdetail__faq {
    margin-bottom: 48px;
  }
  .commentsdetail__faq--list {
    padding: 0 15px;
  }
  .commentsdetail__faq--item {
    margin-bottom: 25px;
  }
  .commentsdetail__faq--item:last-child {
    margin-bottom: 50px;
  }
  .commentsdetail__faq--item span {
    font-size: 26px;
    margin-right: 12px;
  }
  .commentsdetail__faq--item h4 {
    font-size: 16px;
    line-height: 26px;
    width: calc(100% - 33px);
  }
  .commentsdetail__faq--item div {
    font-size: 14px;
    line-height: 23px;
    margin-top: 13px;
  }
  .commentsdetail__staffcharge h4 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
    margin-bottom: 18px;
  }
  .commentsdetail__staffcharge > div {
    padding: 0 15px;
  }
  .commentsdetail__staffcharge--img {
    float: left;
    margin-right: 15px;
    width: 34.48%;
  }
  .commentsdetail__staffcharge--img div {
    font-size: 14px;
    line-height: 23px;
    margin-top: 7px;
  }
  .commentsdetail__staffcharge--txt {
    font-size: 14px;
    line-height: 23px;
    margin-top: -4px;
    overflow: hidden;
  }
}

.commentsdetail__pagingDt {
  background: #F0F0F0;
  padding-top: 33px;
  padding-bottom: 95px;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .commentsdetail__pagingDt {
    padding: 23px 15px 35px;
  }
}

.commentsdetail__pagingDt .img {
  float: left;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .commentsdetail__pagingDt .img {
    display: none;
  }
}

.commentsdetail__pagingDt .right_ct {
  overflow: hidden;
}

.commentsdetail__pagingDt p.navigation {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}

.commentsdetail__pagingDt p.navigation.vh {
  visibility: hidden;
}

.commentsdetail__pagingDt p.store {
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  color: #FFF;
  font-weight: 700;
  text-align: left;
  background: #989898;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0 7px;
  margin-bottom: 11px;
}

.commentsdetail__pagingDt p.title {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 5px;
}

.commentsdetail__pagingDt p.title a {
  color: #000000;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .commentsdetail__pagingDt p.navigation {
    font-size: 14px;
    margin-bottom: 9px;
    padding: 0 5px;
  }
  .commentsdetail__pagingDt p.store {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .commentsdetail__pagingDt p.title {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 7px;
  }
}

.commentsdetail__pagingDt .rating span {
  background: url(/assets/img/comments/gray_star.svg) no-repeat;
  background-size: 16px 15px;
  display: inline-block;
  width: 16px;
  height: 15px;
  float: left;
}

.commentsdetail__pagingDt .rating span.active {
  background: url(/assets/img/comments/yellow_star.svg) no-repeat;
}

@media only screen and (max-width: 767px) {
  .commentsdetail__pagingDt .rating span {
    margin-right: 2px;
  }
}

.commentsdetail__pagingDt--prev {
  display: inline-block;
  width: 47.5%;
  vertical-align: top;
  margin-right: 2.5%;
}

.commentsdetail__pagingDt--prev p.navigation {
  background: url(/assets/img/events/arrow_prev_paging.svg) no-repeat left center;
  background-size: 6px 12px;
  padding-left: 15px;
}

.commentsdetail__pagingDt--prev:hover {
  opacity: 0.5;
}

.commentsdetail__pagingDt--next {
  display: inline-block;
  width: 47.5%;
  vertical-align: top;
  margin-left: 2.5%;
}

.commentsdetail__pagingDt--next p.navigation {
  background: url(/assets/img/events/arrow_next_paging.svg) no-repeat right center;
  background-size: 6px 12px;
  padding-right: 15px;
  text-align: right;
}

.commentsdetail__pagingDt--next:hover {
  opacity: 0.5;
}

.commentsdetail__pagingDt--back {
  font-size: 18px;
  line-height: 23px;
  color: #000000 !important;
  text-decoration: underline !important;
  font-weight: 700;
  display: table;
  margin: 43px auto 0;
}

.commentsdetail__pagingDt--back:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .commentsdetail__pagingDt--back {
    font-size: 16px;
    line-height: 23px;
    margin-top: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .company .cm__breadcrumbs {
    border-bottom: 1px solid #CACACA;
    padding-bottom: 8px;
    margin-bottom: 28px;
  }
}

.w800 {
  max-width: 800px;
  margin: 0 auto;
}

.company__anchor {
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .company__anchor {
    margin-bottom: 26px;
  }
}

.company__anchor ul {
  font-size: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .company__anchor ul {
    margin: 0 auto;
    width: 68%;
  }
}

.company__anchor ul li {
  font-size: 0;
  display: inline-block;
  border: 2px solid #B2B2B2;
  height: 32px;
  width: 140px;
  margin: 0 10px;
  box-shadow: 1px 1px 2px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.company__anchor ul li:hover {
  opacity: 0.5;
}

.company__anchor ul li a {
  font-size: 16px;
  color: #979797;
  line-height: 28px;
  background: url(/assets/img/top/shops_icon_arrow.svg) no-repeat right 10px center;
  background-size: 5px 8px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .company__anchor ul li {
    height: 25px;
    width: 88px;
    border: 1px solid #B2B2B2;
    margin: 0 5px 10px;
    box-shadow: 1px 1px 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .company__anchor ul li a {
    font-size: 12px;
    line-height: 23px;
    background: url(/assets/img/top/shops_icon_arrow.svg) no-repeat right 8px center;
    background-size: 4px 6px;
  }
}

.company__item--heading {
  font-size: 20px;
  line-height: 44px;
  color: #FFF;
  height: 44px;
  background: #042880;
  padding-left: 14px;
  margin-bottom: 30px;
}

.company__item--maintitle {
  font-size: 20px;
  line-height: 34px;
  color: #0027A3;
  font-weight: 700;
  margin-bottom: 19px;
  width: 62.5%;
  float: left;
}

@media only screen and (max-width: 767px) {
  .company__item--heading {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
    margin-bottom: 16px;
  }
  .company__item--maintitle {
    width: 100%;
    float: none;
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
    margin-bottom: 49px;
  }
}

.company__item01 {
  margin-bottom: 75px;
}

.company__item01--director {
  float: right;
  width: 30%;
  padding-top: 10px;
}

.company__item01--director_ct {
  background: #EFEFEF;
  padding-bottom: 14px;
  margin-bottom: 16px;
}

.company__item01--director-position {
  font-size: 11px;
  line-height: 19px;
  color: #000000;
  font-weight: 700;
  margin-top: 8px;
  margin-left: 17px;
}

.company__item01--director-name {
  font-size: 27px;
  line-height: 22.4px;
  color: #000000;
  margin-left: 17px;
  margin-top: 9px;
}

.company__item01--director-rname {
  font-size: 11px;
  line-height: 19px;
  color: #000000;
  margin-left: 10px;
  margin-top: 6px;
}

.company__item01--director_bio p {
  font-size: 11px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 11px;
}

.company__item01--director_bio p a {
  color: #0027A3;
  text-decoration: underline;
}

.company__item01--subtitle {
  font-size: 20px;
  line-height: 34px;
  color: #0027A3;
  font-weight: 700;
  margin-top: 65px;
  margin-bottom: 19px;
}

.company__item01--content01 {
  width: 62.5%;
}

.company__item01--content01 p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 28px;
}

.company__item01--content02 p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 28px;
}

.company__item01--content02 p.note {
  font-size: 14px;
  line-height: 26px;
  margin-top: 43px;
}

.company__item01--content02 .company__item01--subtitle {
  margin-top: 67px;
}

@media only screen and (max-width: 767px) {
  .company__item01 {
    margin-bottom: 31px;
  }
  .company__item01--director {
    width: 100%;
    float: none;
  }
  .company__item01--director_ct {
    padding: 0 40px 20px;
    margin-bottom: 0;
  }
  .company__item01--director_ct img {
    margin-top: -35px;
  }
  .company__item01--director-position {
    margin-left: 0;
    font-size: 12px;
    line-height: 19px;
  }
  .company__item01--director-name {
    margin-left: 0;
    font-size: 28px;
    display: inline-block;
  }
  .company__item01--director-rname {
    margin-left: 0;
    font-size: 12px;
    line-height: 19px;
    display: inline-block;
  }
  .company__item01--director_bio {
    padding: 0 40px 15px;
    background: #EFEFEF;
  }
  .company__item01--director_bio p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .company__item01--subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-top: 44px;
  }
  .company__item01--content01 {
    width: 100%;
    padding: 22px 15px 0;
  }
  .company__item01--content01 p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  .company__item01--content02 {
    width: 100%;
    padding: 0 15px;
  }
  .company__item01--content02 .company__item01--subtitle {
    margin-top: 46px;
  }
  .company__item01--content02 p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  .company__item01--content02 p.note {
    font-size: 12px;
    line-height: 20px;
    margin-top: 26px;
  }
}

.company__item02 {
  font-size: 0;
  margin-bottom: 92px;
}

@media only screen and (max-width: 767px) {
  .company__item02 {
    margin-bottom: 41px;
  }
}

.company__item02 .company__item--heading {
  margin-bottom: 11px;
}

@media only screen and (max-width: 767px) {
  .company__item02 .company__item--heading {
    margin-bottom: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .company__item02--list {
    padding: 0 15px;
  }
}

.company__item02--item {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.company__item02--item.last {
  margin-bottom: 99px;
}

.company__item02--item ul {
  width: 47%;
  margin-right: 3%;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}

.company__item02--item ul:last-child {
  margin-left: 1%;
  margin-right: 0;
  width: 49%;
}

.company__item02--item ul li {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .company__item02--item {
    padding-bottom: 14px;
  }
  .company__item02--item.last {
    border-bottom: none;
    margin-bottom: 29px;
  }
  .company__item02--item ul {
    width: 100%;
    margin-right: 0;
  }
  .company__item02--item ul:last-child {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .company__item02--item ul li {
    font-size: 14px;
    line-height: 24px;
  }
}

.company__item02--img p {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  margin-top: 14px;
}

.company__item02--bluetit {
  font-size: 16px;
  line-height: 28px;
  color: #0027A3;
  font-weight: 700;
}

.company__item02--text {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.company__item02--link {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 140px;
  height: 32px;
  border: 2px solid #979797;
  display: block;
  text-align: center;
  box-shadow: 1px 1px 2px #ccc;
  float: right;
  position: relative;
  bottom: 40px;
}

.company__item02--link:hover {
  opacity: 0.5;
}

.company__item02--link span {
  font-size: 16px;
  display: block;
  color: #979797;
  line-height: 28px;
  background: url(/assets/img/top/shops_icon_arrow.svg) no-repeat right 10px center;
  background-size: 5px 8px;
}

.company__item02--dot li span {
  float: left;
}

.company__item02--dot li p {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .company__item02--img p {
    font-size: 14px;
    line-height: 23px;
    color: #000000;
    margin-top: 9px;
  }
  .company__item02--bluetit {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
  }
  .company__item02--text {
    font-size: 14px;
    line-height: 24px;
  }
  .company__item02--link {
    float: none;
    position: static;
    margin: 0 auto;
    height: 27px;
    width: 88px;
    box-shadow: 1px 1px 1px #ccc;
    margin-top: 10px;
    margin-bottom: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .company__item02--link span {
    line-height: 23px;
    font-size: 12px;
    background: url(/assets/img/top/shops_icon_arrow.svg) no-repeat right 4px center;
    background-size: 4px 6px;
  }
}

.company__item03 {
  margin-bottom: 90px;
}

.company__item03 .company__item--heading {
  margin-bottom: 19px;
}

.company__item03 ul {
  font-size: 0;
  position: relative;
}

.company__item03 ul:before {
  content: "";
  background: #CCCCCC;
  width: 1px;
  position: absolute;
  left: 5px;
  top: 10px;
  bottom: 40px;
  z-index: -1;
}

.company__item03 ul li {
  display: block;
  font-size: 0;
  background: url(/assets/img/company/icon_01.svg) no-repeat left 8px;
  background-size: 11px 11px;
  padding-left: 23px;
  margin-bottom: 16px;
}

.company__item03 ul li h5 {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.company__item03 ul li h5 span {
  font-weight: 700;
}

.company__item03 ul li p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .company__item03 {
    margin-bottom: 52px;
  }
  .company__item03 .company__item--heading {
    margin-bottom: 15px;
  }
  .company__item03 ul {
    padding: 0 15px;
  }
  .company__item03 ul:before {
    left: 21px;
    bottom: 60px;
  }
  .company__item03 ul li {
    background: url(/assets/img/company/icon_01.svg) no-repeat left 6px;
    background-size: 12px 12px;
    margin-bottom: 21px;
  }
  .company__item03 ul li h5 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
  }
  .company__item03 ul li p {
    font-size: 14px;
    line-height: 24px;
  }
}

.company__item04 {
  margin-bottom: 155px;
}

.company__item04 .company__item--heading {
  margin-bottom: 18px;
}

.company__item04--address {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.company__item04--tel {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 19px;
}

.company__item04--ggmap {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

.company__item04--ggmap iframe, .company__item04--ggmap #gmap_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.company__item04--linkmap {
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0.98px;
  color: #979797 !important;
  text-decoration: underline !important;
  text-align: right;
  display: table;
  background: url(/assets/img/events/ico_map_arrow.svg) no-repeat left center;
  background-size: 5px 8px;
  padding-left: 15px;
  float: right;
  margin-top: 7px;
}

.company__item04--linkmap:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .company__item04 {
    margin-bottom: 25px;
  }
  .company__item04 .company__item--heading {
    margin-bottom: 13px;
  }
  .company__item04--address {
    font-size: 14px;
    line-height: 24px;
    padding-left: 15px;
  }
  .company__item04--tel {
    font-size: 14px;
    line-height: 24px;
    padding-left: 15px;
    margin-bottom: 12px;
  }
  .company__item04--ggmapwrap {
    padding: 0 15px;
  }
  .company__item04--ggmap {
    padding-bottom: 82.75%;
  }
  .company__item04--linkmap {
    margin-right: 15px;
    font-size: 12px;
    margin-top: 5px;
    padding-left: 13px;
  }
}

.errMsg {
  margin-left: 1em;
  padding-bottom: 1px;
  display: block;
  line-height: 1.4;
  text-indent: -.9em;
}

.formError {
  padding-bottom: 13px;
  display: block;
}

.fixed {
  padding-bottom: 0px;
}

.formError .formErrorClose {
  border: solid #252525 2px;
  border-radius: 9px 9px 9px 9px;
  -moz-border-radius: 9px 9px 9px 9px;
  -webkit-border-radius: 9px 9px 9px 9px;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -4px;
  right: -4px;
  color: #efefef;
  background: #333;
  font-weight: bold;
  text-align: center;
  line-height: middle;
  cursor: pointer;
  box-shadow: 1px -1px 3px #888;
  -moz-box-shadow: 1px -1px 3px #888;
  -webkit-box-shadow: 1px -1px 3px #888;
  z-index: 2;
}

.formError .formErrorClose:hover {
  background: #666;
}

.fixed .formErrorClose {
  display: none;
}

.formError .formErrorContent {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 6px 10px;
  width: 180px;
  position: relative;
  color: #fff;
  background: #252525;
  font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,sans-serif;
  font-size: 11px;
  box-shadow: 0px 0px 6px #888;
  -moz-box-shadow: 0px 0px 6px #888;
  -webkit-box-shadow: 0px 0px 6px #888;
  margin: 0 0 30px 0;
  z-index: 1;
}

.fixed .formErrorContent {
  margin-top: .5em;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #f60;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 30px 0;
}

.fadeOut {
  opacity: .2;
  filter: alpha(opacity=20);
}

.formError .formErrorArrow {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 20px;
  margin: 0 0 30px 0;
  z-index: 0;
}

.fixed .formErrorArrow {
  display: none;
}

.formError .formErrorArrowBottom {
  margin: -6px;
  top: 0;
}

.fixed .formErrorArrowBottom {
  display: none;
}

.formError .formErrorArrow div {
  margin: 0 auto;
  display: block;
  height: 1px;
  background: #252525;
  line-height: 0px;
  font-size: 0px;
  box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -webkit-box-shadow: 0px 2px 3px #888;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.formError .formErrorArrow .line10 {
  width: 19px;
}

.formError .formErrorArrow .line9 {
  width: 17px;
}

.formError .formErrorArrow .line8 {
  width: 15px;
}

.formError .formErrorArrow .line7 {
  width: 13px;
}

.formError .formErrorArrow .line6 {
  width: 11px;
}

.formError .formErrorArrow .line5 {
  width: 9px;
}

.formError .formErrorArrow .line4 {
  width: 7px;
}

.formError .formErrorArrow .line3 {
  width: 5px;
}

.formError .formErrorArrow .line2 {
  width: 3px;
}

.formError .formErrorArrow .line1 {
  width: 1px;
}

/* dislay */
.hid_url {
  display: none;
}

form p.test {
  position: relative;
  color: #C1C0BC;
}

form p.test label {
  position: absolute;
  top: 3px;
  left: 10px;
  font-weight: normal;
}

form p.test br {
  display: none;
}

/* contact */
.formBlock {
  max-width: 890px;
  margin: auto;
}

.txtContact {
  text-align: left;
  font-size: 16px;
  margin: 70px auto 50px;
}

.txtContact01 {
  font-size: 14px;
  margin-bottom: 50px;
}

.tableContact em, .txtContact em {
  color: #fb2a2a;
  font-style: normal;
}

.tableContact {
  border-top: #8f8f8f solid 1px;
  border-bottom: #8f8f8f solid 1px;
  width: 100%;
  margin: 30px 0 50px;
  font-size: 15px;
  text-align: left;
}

.tableContact td, .tableContact th {
  border-bottom: #8f8f8f solid 1px;
  padding: 20px;
  vertical-align: top;
}

.tableContact th {
  background: #ededed;
  width: 210px;
  font-weight: normal;
}

.tableContact input[type="text"] {
  width: 300px;
  height: 23px;
  color: #1a1a1a;
}

.tableContact .size02 input[type="text"], .tableContact textarea {
  width: 100%;
}

.tableContact textarea {
  height: 150px;
}

.tableContact .size01 input[type="text"] {
  width: 160px;
}

.tableContact input[type="text"], .tableContact textarea {
  border: #8f8f8f solid 1px;
}

#contact #footerWrap, #contact .fixBtn, #contact .headerR, #contact #gNaviWrap, #contact #gNaviWrap01 {
  display: none;
}

#contact .logo {
  margin: 35px auto;
}

/*===================================================================================*/
/*====================================CONTACT CSS====================================*/
/*===================================================================================*/
div.wpcf7-response-output {
  margin: 2em 0 !important;
}

span.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  span.wpcf7-not-valid-tip {
    font-size: 12px  !important;
  }
}

div.wpcf7-validation-errors {
  border: 2px solid #f00 !important;
  color: #f00;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  div.wpcf7-validation-errors {
    font-size: 12px;
  }
}

.contact .txtBackHome {
  border: 2px solid #0027A3;
  height: 58px;
  width: 295px;
  display: table;
  margin: 0 auto;
  text-align: center;
  box-shadow: 1px 2px 3px #CCCCCC;
  background: -owg-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -moz-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -o-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D9E2F9',GradientType=1 );
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  height: 62px;
  font-size: 20px;
  color: #0027A3;
  font-weight: 700;
}

.contact .txtBackHome:hover {
  opacity: 0.5;
}

.contact .txtBackHome span {
  font-size: 20px;
  line-height: 58px;
  color: #0027A3;
  font-weight: 700;
  background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 11px center;
  background-size: 6px 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .contact .txtBackHome {
    height: 45px;
    width: 220px;
  }
  .contact .txtBackHome span {
    background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 9px center;
    background-size: 5px 8px;
    font-size: 16px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .contact .txtBackHome {
    margin-top: 18px;
    font-size: 16px;
  }
}

.contact__phone {
  font-size: 0;
  margin-bottom: 100px;
}

.contact__phone img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .contact__phone {
    margin-bottom: 37px;
  }
}

.contact__bnr {
  font-size: 0;
  position: relative;
}

@media only screen and (min-width: 1400px) {
  .contact__bnr:before {
    content: "";
    background: url(/assets/img/contact/bg_pattern01.png) repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 187px;
    z-index: -1;
  }
}

.contact__bnr img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .contact__bnr:before {
    content: none;
  }
}

.contact__content {
  padding-top: 33px;
}

@media only screen and (max-width: 767px) {
  .contact__content .w800 {
    padding: 0 15px;
  }
}

.contact__content p.step {
  font-size: 0;
  display: table;
  margin: 0 auto 38px;
}

@media only screen and (max-width: 767px) {
  .contact__content p.step {
    padding: 0 15px;
    margin-bottom: 27px;
  }
}

.contact__content p.signature {
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  color: #4C4C4C;
  margin-bottom: 83px;
}

.contact__content p.copyright {
  text-align: center;
  font-size: 12px;
  color: #808080;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .contact__content {
    padding-top: 19px;
  }
  .contact__content p.signature {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 35px;
  }
  .contact__content p.copyright {
    font-size: 11px;
  }
}

.contact__content--item {
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 30px;
  margin-bottom: 24px;
  /*=============================================SP=============================================*/
}

.contact__content--item.freetext_item {
  background: #F1F1F1;
  border-bottom: none;
  padding: 25px 28px;
  margin-bottom: 50px;
}

.contact__content--item.freetext_item h3 {
  font-size: 16px;
  line-height: 20px;
  color: #0027A3;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact__content--item.freetext_item p {
  font-size: 14px;
  line-height: 23px;
  color: #4C4C4C;
}

@media only screen and (max-width: 767px) {
  .contact__content--item.freetext_item {
    padding: 13px 14px !important;
  }
}

.contact__content--item.name_item {
  margin-bottom: 22px;
}

.contact__content--item.fname_item {
  margin-bottom: 29px;
}

.contact__content--item.email_item {
  margin-bottom: 29px;
}

.contact__content--item.tel_item {
  padding-bottom: 33px;
  margin-bottom: 28px;
}

.contact__content--item.zipcode_item {
  margin-bottom: 33px;
}

.contact__content--item.zipcode_item p {
  display: inline-block;
  vertical-align: middle;
}

.contact__content--item.address_item {
  padding-bottom: 35px;
  margin-bottom: 32px;
}

.contact__content--item.radio_item {
  padding-bottom: 35px;
  margin-bottom: 29px;
}

.contact__content--item.content_item {
  margin-bottom: 50px;
}

.contact__content--item.content_item p.txt_content {
  margin-top: 10px;
}

.contact__content--item.shop_item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .contact__content--item.age_item .wrap_radio span.wpcf7-list-item {
    width: 32%;
    display: inline-block;
  }
  .contact__content--item.age_item .wrap_radio span.wpcf7-list-item.last {
    width: 32%;
  }
}

.contact__content--item > div.stick span {
  font-size: 12px;
  height: 21px;
  line-height: 21px;
  background: #0027A3;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  padding: 0 6px;
  margin-right: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.contact__content--item > div.stick span.unrequired {
  background: #979797;
}

.contact__content--item > div.stick p {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}

.contact__content--item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B2B2B2;
}

.contact__content--item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #B2B2B2;
}

.contact__content--item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #B2B2B2;
}

.contact__content--item input:-moz-placeholder {
  /* Firefox 18- */
  color: #B2B2B2;
}

.contact__content--item.time01_item, .contact__content--item.time02_item {
  margin-bottom: 30px;
}

.contact__content--item.time01_item .stick, .contact__content--item.time02_item .stick {
  margin-bottom: 17px;
}

.contact__content--item.visitors_item {
  margin-bottom: 30px;
}

.contact__content--item.visitors_item .stick {
  margin-bottom: 17px;
}

.contact__content--item.visitors_item span.adult_tit {
  margin-right: 10px;
}

.contact__content--item.visitors_item span.children_tit {
  margin-right: 10px;
  margin-left: 20px;
}

.contact__content--item.visitors_item .d_adult {
  display: inline-block;
  vertical-align: top;
}

.contact__content--item.visitors_item .d_children {
  display: inline-block;
  vertical-align: top;
}

.contact__content--item.cars_item {
  margin-bottom: 30px;
}

.contact__content--item.destination_item p.txt_destination {
  margin-top: 10px;
}

.contact__content--item .wrap_time {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
}

.contact__content--item .wrap_time .time_tit {
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 8px;
}

.contact__content--item .wrap_time .span_years, .contact__content--item .wrap_time .span_months, .contact__content--item .wrap_time .span_days {
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  margin-left: 5px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .contact__content--item .wrap_time {
    margin-right: 0;
  }
  .contact__content--item .wrap_time.wrap_hours {
    margin-top: 15px;
  }
}

.contact__content--item input[type="text"], .contact__content--item input[type="email"], .contact__content--item input[type="tel"] {
  width: 294px;
  height: 45px;
  border: 1px solid #B2B2B2;
  padding-left: 10px;
  margin-top: 10px;
  font-size: 14px;
}

.contact__content--item input[type="date"], .contact__content--item input#date01, .contact__content--item input#date02 {
  border: 1px solid #808080;
  width: 230px;
  height: 35px;
  padding-left: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #FFF;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  margin-top: 0;
}

.contact__content--item select {
  border: 1px solid #808080;
  height: 35px;
  padding-left: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #FFF;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}

.contact__content--item select#years1, .contact__content--item select#years2 {
  width: 70px;
}

.contact__content--item select#months1, .contact__content--item select#months2 {
  width: 51px;
}

.contact__content--item select#days1, .contact__content--item select#days2 {
  width: 51px;
}

.contact__content--item select#hours1, .contact__content--item select#hours2 {
  width: 160px;
}

.contact__content--item select#adult {
  width: 70px;
}

.contact__content--item select#children {
  width: 70px;
}

.contact__content--item input[type="email"] {
  width: 411px;
}

.contact__content--item input#zipcode {
  width: 272px;
  margin-left: 8px;
}

.contact__content--item input#address, .contact__content--item input#connect, .contact__content--item input#destination {
  width: 100%;
}

.contact__content--item .wrap_radio {
  margin-top: 20px;
}

.contact__content--item .wrap_radio .mr5 {
  margin-right: 5px;
}

.contact__content--item .wrap_radio > div.d_left {
  display: inline-block;
  vertical-align: top;
}

.contact__content--item .wrap_radio > div.d_right {
  display: inline-block;
  vertical-align: top;
}

.contact__content--item .wrap_radio span.wpcf7-list-item {
  font-size: 14px;
  color: #000000;
  margin-right: 42px;
  margin-left: 0;
}

.contact__content--item .wrap_radio span.wpcf7-list-item.last {
  margin-right: 0;
}

.contact__content--item .wrap_radio.wrap_radio01 {
  margin-top: 18px;
}

.contact__content--item .wrap_radio.wrap_radio01 .shop_left {
  display: inline-block;
  vertical-align: top;
}

.contact__content--item .wrap_radio.wrap_radio01 .shop_right {
  display: inline-block;
  vertical-align: top;
}

.contact__content--item .wrap_radio.wrap_radio01 span.wpcf7-list-item {
  display: block;
  margin-right: 50px;
  margin-bottom: 10px;
}

.contact__content--item .wrap_radio.wrap_radio01 span.wpcf7-list-item input[type="radio"] {
  margin-right: 5px;
}

.contact__content--item .wrap_radio.wrap_radio01 p {
  font-size: 11px;
  line-height: 19px;
  color: #4C4C4C;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .contact__content--item .wrap_radio.wrap_radio01 .shop_left, .contact__content--item .wrap_radio.wrap_radio01 .shop_right {
    width: 100%;
  }
  .contact__content--item .wrap_radio.wrap_radio01 span.wpcf7-list-item {
    width: 100%;
  }
  .contact__content--item .wrap_radio.wrap_radio01 span.wpcf7-list-item.last {
    width: 100%;
  }
}

.contact__content--item .wrap_radio.wrap_car span.wpcf7-list-item {
  margin-right: 50px;
  margin-bottom: 10px;
}

.contact__content--item .wrap_radio.wrap_car span.wpcf7-list-item input[type="radio"] {
  margin-right: 5px;
}

.contact__content--item textarea {
  width: 100%;
  border: 1px solid #B2B2B2;
  padding-left: 10px;
  height: 150px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .contact__content--item {
    border-bottom: none;
    padding-bottom: 0 !important;
    margin-bottom: 27px !important;
  }
  .contact__content--item span {
    font-size: 12px;
  }
  .contact__content--item p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
  }
  .contact__content--item.tel_item {
    margin-bottom: 34px !important;
  }
  .contact__content--item.zipcode_item p.p_zip1 {
    font-size: 0;
    width: 93%;
  }
  .contact__content--item.zipcode_item input#zipcode {
    margin-left: 0;
  }
  .contact__content--item.radio_item {
    margin-bottom: 27px !important;
  }
  .contact__content--item.content_item {
    margin-bottom: 35px !important;
  }
  .contact__content--item input[type="text"], .contact__content--item input[type="tel"] {
    width: 100%;
    height: 45px;
  }
  .contact__content--item input[type="date"] {
    width: 160px;
  }
  .contact__content--item input[type="email"] {
    width: 100%;
  }
  .contact__content--item input#zipcode {
    width: 100%;
  }
  .contact__content--item .wrap_time {
    width: 100%;
  }
  .contact__content--item .wrap_radio {
    font-size: 0;
    margin-top: 10px;
    /* [type="radio"]:checked + label,
					[type="radio"]:not(:checked) + label
					{
						margin-bottom: 20px;
					} */
  }
  .contact__content--item .wrap_radio > div {
    width: 50%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
  }
  .contact__content--item .wrap_radio > div.d_left {
    width: 40%;
  }
  .contact__content--item .wrap_radio > div.d_right {
    width: 60%;
  }
  .contact__content--item .wrap_radio label {
    margin-right: 0;
    width: 100%;
  }
  .contact__content--item .wrap_radio .inquiry_item, .contact__content--item .wrap_radio .wpcf7-radio {
    width: 100%;
    display: block;
  }
  .contact__content--item .wrap_radio span.wpcf7-list-item {
    margin-right: 0;
    width: 47%;
  }
  .contact__content--item .wrap_radio span.wpcf7-list-item.last {
    width: 53%;
  }
  .contact__content--item .wrap_radio span.wpcf7-list-item input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
  }
  .contact__content--item .wrap_radio span.wpcf7-list-item span.wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
  }
}

.contact__content--terms {
  margin-bottom: 40px;
}

.contact__content--terms p {
  font-size: 14px;
  line-height: 23px;
  color: #4C4C4C;
}

.contact__content--terms ul {
  margin-top: 8px;
  font-size: 0;
}

.contact__content--terms ul li {
  font-size: 14px;
  line-height: 23px;
  color: #4C4C4C;
  letter-spacing: -0.7px;
}

.contact__content--terms ul li a {
  color: #0027A3;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .contact__content--terms {
    margin-bottom: 21px;
  }
}

.contact__content--confirm {
  background: #F1F1F1;
  padding-top: 34px;
  padding-bottom: 17px;
  margin-bottom: 25px;
}

.contact__content--confirm p {
  display: table;
  margin: 0 auto;
  /*input[type="checkbox"]{
					display: none;
					&:checked + span::after{
						content: "";
						background: url(/assets/img/contact/ico_checked.svg) no-repeat top left;
						background-size: 15px 15px;
						width: 15px;
						height: 15px;
						position: absolute;
						top: 1px;
						left: 0px;
					}
				}*/
}

.contact__content--confirm p span.fz14 {
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  font-weight: 700;
  position: relative;
  /*padding:0 0 0 25px;
 					&::before{
						content:"";
						position: absolute;
						left:0;
						top:1px;
						width: 15px;
						height:15px;
						border:1px solid #989898;
						background-color: #fff;
					}*/
}

.contact__content--confirm div.div_send {
  display: table;
  margin: 0 auto;
  position: relative;
}

.contact__content--confirm div.div_send:before {
  content: "";
  background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -5px;
}

.contact__content--confirm input[type="submit"] {
  border: 2px solid #0027A3;
  height: 58px;
  width: 295px;
  display: table;
  margin: 0 auto;
  text-align: center;
  box-shadow: 1px 2px 3px #CCCCCC;
  background: -owg-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -moz-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -o-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D9E2F9',GradientType=1 );
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  height: 62px;
  font-size: 20px;
  color: #0027A3;
  font-weight: 700;
  /*background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 11px center;
				background-size: 6px 10px;					
				 span{
					height: 100%;
					line-height: 53px;
				} */
}

.contact__content--confirm input[type="submit"]:hover {
  opacity: 0.5;
}

.contact__content--confirm input[type="submit"] span {
  font-size: 20px;
  line-height: 58px;
  color: #0027A3;
  font-weight: 700;
  background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 11px center;
  background-size: 6px 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .contact__content--confirm input[type="submit"] {
    height: 45px;
    width: 220px;
  }
  .contact__content--confirm input[type="submit"] span {
    background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 9px center;
    background-size: 5px 8px;
    font-size: 16px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .contact__content--confirm {
    padding-top: 23px;
    padding-bottom: 5px;
  }
  .contact__content--confirm input[type="submit"] {
    margin-top: 18px;
    font-size: 16px;
    /* span{
						line-height: 39px;
					} */
  }
}

.contactThx__content p.signature {
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  color: #4C4C4C;
  margin-bottom: 83px;
}

.contactThx__content p.copyright {
  text-align: center;
  font-size: 12px;
  color: #808080;
  margin-bottom: 30px;
}

.contactThx__content .w800 p {
  font-size: 14px;
  line-height: 24px;
}

.contactThx__content .w800 a {
  border: 2px solid #0027A3;
  height: 58px;
  width: 295px;
  display: table;
  margin: 0 auto;
  text-align: center;
  box-shadow: 1px 2px 3px #CCCCCC;
  background: -owg-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -moz-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -o-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D9E2F9',GradientType=1 );
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  height: 62px;
  font-size: 20px;
  color: #0027A3;
  font-weight: 700;
}

.contactThx__content .w800 a:hover {
  opacity: 0.5;
}

.contactThx__content .w800 a span {
  font-size: 20px;
  line-height: 58px;
  color: #0027A3;
  font-weight: 700;
  background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 11px center;
  background-size: 6px 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .contactThx__content .w800 a {
    height: 45px;
    width: 220px;
  }
  .contactThx__content .w800 a span {
    background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 9px center;
    background-size: 5px 8px;
    font-size: 16px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .contactThx__content .w800 a {
    margin-top: 18px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .contactThx__content {
    padding-top: 19px;
  }
  .contactThx__content .w800 {
    padding: 0 15px;
  }
  .contactThx__content p.signature {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 35px;
  }
  .contactThx__content p.copyright {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .events_detail .cm__breadcrumbs {
    border-bottom: 1px solid #CACACA;
    padding-bottom: 8px;
    margin-bottom: 31px;
  }
}

.events_detail .ul_3pic {
  margin-top: 94px;
}

@media only screen and (max-width: 767px) {
  .events_detail .ul_3pic {
    margin-top: 53px;
  }
}

.events__maincontent .ct1 {
  padding: 0;
}

.events__maincontent--image {
  font-size: 0;
}

.events__maincontent--tabs ul {
  font-size: 0;
}

.events__maincontent--tabs ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 53px;
  background: #E5E5E5;
  text-align: center;
  position: relative;
}

.events__maincontent--tabs ul li:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 12px 12px 0;
  border-color: #E5E5E5 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
}

.events__maincontent--tabs ul li a, .events__maincontent--tabs ul li span {
  display: block;
  font-size: 20px;
  line-height: 53px;
  color: #808080;
  font-weight: 700;
}

.events__maincontent--tabs ul li.active {
  background: #F77B00;
}

.events__maincontent--tabs ul li.active:after {
  border-color: #F77B00 transparent;
}

.events__maincontent--tabs ul li.active a, .events__maincontent--tabs ul li.active span {
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .events__maincontent--tabs ul li {
    height: 38px;
  }
  .events__maincontent--tabs ul li:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #E5E5E5 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
  }
  .events__maincontent--tabs ul li a, .events__maincontent--tabs ul li span {
    font-size: 14px;
    line-height: 38px;
  }
}

.events__maincontent .img-tab {
  display: none;
}

.events__maincontent .img-tab.current {
  display: block;
}

.events__maincontent .tab-content {
  display: none;
}

.events__maincontent .tab-content.current {
  display: inherit;
}

.events__maincontent .por {
  position: relative;
}

.events__maincontent .loading {
  background: #FFF;
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 12px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.events__maincontent .loading .loading-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  text-align: center;
}

.events__maincontent--events {
  font-size: 0;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .events__maincontent--events {
    margin-top: 34px;
  }
}

.events__maincontent--events .eventsBox {
  font-size: 0;
}

.events__maincontent--events .eventsBox__item {
  display: inline-block;
  vertical-align: top;
  width: 31.8%;
  margin-right: 2.3%;
  background: #F1F1F1;
  padding: 14px 15px 24px;
  position: relative;
  box-shadow: 2px 3px 2px #CCC;
  margin-bottom: 45px;
  height: 100%;
}

.events__maincontent--events .eventsBox__item:nth-child(3n+3) {
  margin-right: 0;
}

.events__maincontent--events .eventsBox__item:hover {
  opacity: 0.5;
}

.events__maincontent--events .eventsBox__item--ended {
  font-size: 0;
  position: absolute;
  top: -10px;
  left: 9px;
}

.events__maincontent--events .eventsBox__item--ended img {
  width: 80px;
}

.events__maincontent--events .eventsBox__item--img {
  font-size: 0;
  margin-bottom: 21px;
}

.events__maincontent--events .eventsBox__item--img img {
  width: 100%;
}

.events__maincontent--events .eventsBox__item--cate {
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  background: #989898;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 0 8px 0 9px;
  margin-bottom: 11px;
}

.events__maincontent--events .eventsBox__item--date {
  font-size: 14px;
  color: #808080;
  margin-bottom: 6px;
}

.events__maincontent--events .eventsBox__item--title {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
}

.events__maincontent--events .eventsBox__item--title a {
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .events__maincontent--events .eventsBox__item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #F1F1F1;
    padding: 13px 15px 16px;
    position: relative;
    box-shadow: 2px 3px 2px #CCC;
    margin-right: 0;
    margin-bottom: 28px;
  }
  .events__maincontent--events .eventsBox__item:last-child {
    margin-right: 0;
  }
  .events__maincontent--events .eventsBox__item--ended {
    font-size: 0;
    position: absolute;
    top: -10px;
    left: 9px;
  }
  .events__maincontent--events .eventsBox__item--ended img {
    width: 73px;
  }
  .events__maincontent--events .eventsBox__item--img {
    font-size: 0;
    margin-bottom: 21px;
  }
  .events__maincontent--events .eventsBox__item--cate {
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    background: #989898;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 8px;
  }
  .events__maincontent--events .eventsBox__item--date {
    font-size: 12px;
    color: #808080;
    margin-bottom: 4px;
  }
  .events__maincontent--events .eventsBox__item--title {
    font-size: 14px;
    line-height: 23px;
    color: #000000;
    font-weight: 700;
  }
}

.events__maincontent--eventslist {
  margin-bottom: 12px;
}

.events__maincontent--news {
  font-size: 0;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .events__maincontent--news {
    margin-top: 34px;
  }
}

.events__maincontent--news .newsBox {
  font-size: 0;
}

.events__maincontent--news .newsBox__item {
  width: 48%;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #B1B1B1;
  margin-bottom: 34px;
  padding-bottom: 30px;
}

.events__maincontent--news .newsBox__item:hover {
  opacity: 0.5;
}

.events__maincontent--news .newsBox__item:nth-child(2n+1) {
  margin-right: 2%;
}

.events__maincontent--news .newsBox__item:nth-child(2n+2) {
  margin-left: 2%;
}

.events__maincontent--news .newsBox__item--ended {
  display: none;
}

.events__maincontent--news .newsBox__item--img {
  display: none;
}

.events__maincontent--news .newsBox__item--cate {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #979797;
  display: inline-block;
  padding: 0 9px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}

.events__maincontent--news .newsBox__item--date {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  vertical-align: middle;
}

.events__maincontent--news .newsBox__item--title {
  margin-top: 11px;
  color: #000000;
}

.events__maincontent--news .newsBox__item--title a {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .events__maincontent--news .newsBox__item {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 14px;
    background: url(/assets/img/events/events_arrow_sp.svg) 100% 34% no-repeat;
    background-size: 8px 13px;
  }
  .events__maincontent--news .newsBox__item:nth-child(2n+1) {
    margin-right: 0;
  }
  .events__maincontent--news .newsBox__item:nth-child(2n+2) {
    margin-left: 0;
  }
  .events__maincontent--news .newsBox__item--cate {
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    padding: 0 7px;
    margin-right: 9px;
  }
  .events__maincontent--news .newsBox__item--date {
    font-size: 12px;
    line-height: 21px;
  }
  .events__maincontent--news .newsBox__item--title {
    margin-top: 8px;
    padding-right: 11px;
  }
  .events__maincontent--news .newsBox__item--title a {
    font-size: 14px;
    line-height: 23px;
  }
}

.events__maincontent--newslist {
  margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  .events__maincontent--newslist {
    margin-bottom: 22px;
  }
}

.events__maincontent--pagination {
  text-align: center;
  margin-bottom: 133px;
  font-size: 0;
}

.events__maincontent--pagination .wp-pagenavi {
  text-align: center;
}

.events__maincontent--pagination .wp-pagenavi span.pages {
  display: none;
}

@media only screen and (max-width: 767px) {
  .events__maincontent--pagination {
    margin-bottom: 75px;
  }
}

.events__maincontent--pagination li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.events__maincontent--pagination a, .events__maincontent--pagination span {
  font-size: 18px;
  width: 36px;
  height: 36px;
  background: #CCCCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Oswald", sans-serif;
  line-height: 36px;
  color: #FFF;
}

.events__maincontent--pagination a {
  text-shadow: -1px -1px 0px #a3a3a3;
  box-shadow: 0px 1px 0px 0px #a3a3a3;
}

.events__maincontent--pagination a:hover {
  background: #042880;
  text-shadow: none;
}

.events__maincontent--pagination a.previouspostslink, .events__maincontent--pagination a.nextpostslink, .events__maincontent--pagination a.prev, .events__maincontent--pagination a.next {
  background: none;
  box-shadow: none;
  text-indent: -9999px;
  position: relative;
  margin: 0;
}

.events__maincontent--pagination a.previouspostslink:before, .events__maincontent--pagination a.nextpostslink:before, .events__maincontent--pagination a.prev:before, .events__maincontent--pagination a.next:before {
  content: "";
  background: url(/assets/img/events/arrow_prev.svg) no-repeat;
  background-size: 10px 20px;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -10px;
}

.events__maincontent--pagination a.nextpostslink:before, .events__maincontent--pagination a.next:before {
  right: auto;
  left: 11px;
  transform: rotate(180deg);
}

.events__maincontent--pagination span.current {
  width: 36px;
  height: 36px;
  box-shadow: 0px 1px 0px 0px #a3a3a3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #042880;
}

.eventsdetail .w800 {
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .eventsdetail .w800 {
    padding: 0 15px;
  }
}

.eventsdetail__cate {
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  background: #989898;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  margin-right: 6px;
}

.eventsdetail__datefree {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  vertical-align: middle;
}

.eventsdetail__title {
  font-size: 24px;
  line-height: 34px;
  color: #0027A3;
  font-weight: 700;
  border-bottom: 2px solid #B0B0B0;
  margin-top: 14px;
  padding-bottom: 17px;
}

.eventsdetail__data {
  padding-top: 42px;
}

.eventsdetail__data img {
  display: block;
  margin: 0 auto 36px;
}

.eventsdetail__data p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.eventsdetail__news {
  padding-top: 37px;
}

.eventsdetail__news img {
  margin-top: 28px;
}

.eventsdetail__table {
  border: 1px solid #999;
  margin-top: 28px;
  margin-bottom: 47px;
}

.eventsdetail__table .tr01 th, .eventsdetail__table .tr01 td {
  border-bottom: 1px solid #999;
}

.eventsdetail__table th {
  width: 148px;
  background: #E5E5E5;
}

.eventsdetail__table th p {
  background: #E5E5E5;
  padding-left: 10px;
  font-size: 14px;
  line-height: 34px;
  color: #000000;
  font-weight: 700;
}

.eventsdetail__table td p {
  color: #000000;
  padding-left: 14px;
  font-size: 14px;
  line-height: 32px;
}

.eventsdetail__googlemap {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  margin-bottom: 7px;
}

.eventsdetail__googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.eventsdetail__googlemap .acf-map {
  height: 400px;
}

.eventsdetail__linkmap {
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0.98px;
  color: #979797 !important;
  text-decoration: underline !important;
  text-align: right;
  display: table;
  background: url(/assets/img/events/ico_map_arrow.svg) no-repeat left center;
  background-size: 5px 8px;
  padding-left: 15px;
  float: right;
}

.eventsdetail__social {
  margin-top: 55px;
  margin-bottom: 47px;
}

.eventsdetail__social p {
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #000000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 12px;
}

.eventsdetail__social ul {
  text-align: center;
  font-size: 0;
}

.eventsdetail__social ul li {
  display: inline-block;
  font-size: 0;
  font-size: 0;
  margin: 0 16px;
}

.eventsdetail__social ul li a {
  display: block;
}

.eventsdetail__social ul li a img {
  width: 45px;
}

.eventsdetail__pagingDt {
  background: #F0F0F0;
  padding-top: 33px;
  padding-bottom: 95px;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .eventsdetail__pagingDt {
    padding-top: 23px;
    padding-bottom: 47px;
  }
}

.eventsdetail__pagingDt p.navigation {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}

.eventsdetail__pagingDt p.store {
  font-size: 14px;
  /* height: 25px; */
  line-height: 25px;
  color: #FFF;
  font-weight: 700;
  text-align: left;
  background: #989898;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0 7px;
  margin-bottom: 11px;
}

.eventsdetail__pagingDt p.title {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.eventsdetail__pagingDt p.title a {
  color: #000000;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .eventsdetail__pagingDt p.navigation {
    font-size: 14px;
    margin-bottom: 9px;
    padding: 0 5px;
  }
  .eventsdetail__pagingDt p.store {
    font-size: 11px;
    /* height: 20px; */
    line-height: 20px;
    margin-bottom: 10px;
  }
  .eventsdetail__pagingDt p.title {
    font-size: 12px;
    line-height: 19px;
  }
}

.eventsdetail__pagingDt--prev {
  display: inline-block;
  width: 47.5%;
  vertical-align: top;
  margin-right: 2.5%;
}

.eventsdetail__pagingDt--prev p.navigation {
  background: url(/assets/img/events/arrow_prev_paging.svg) no-repeat left center;
  background-size: 6px 12px;
  padding-left: 15px;
}

.eventsdetail__pagingDt--prev:hover {
  opacity: 0.5;
}

.eventsdetail__pagingDt--next {
  display: inline-block;
  width: 47.5%;
  vertical-align: top;
  margin-left: 2.5%;
}

.eventsdetail__pagingDt--next p.navigation {
  background: url(/assets/img/events/arrow_next_paging.svg) no-repeat right center;
  background-size: 6px 12px;
  padding-right: 15px;
  text-align: right;
}

.eventsdetail__pagingDt--next:hover {
  opacity: 0.5;
}

.eventsdetail__pagingDt--back {
  font-size: 18px;
  line-height: 23px;
  color: #000000 !important;
  text-decoration: underline !important;
  font-weight: 700;
  display: table;
  margin: 29px auto 0;
}

.eventsdetail__pagingDt--back:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .eventsdetail__pagingDt--back {
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
  }
}

.eventsdetail__form--h4 {
  font-size: 20px;
  line-height: 44px;
  color: #FFF;
  text-shadow: -0.5px -0.5px 0px rgba(0, 0, 0, 0.3);
  background: #07AA00;
  height: 44px;
  padding-left: 15px;
  margin-bottom: 23px;
  margin-top: 23px;
}

.eventsdetail__form--signature {
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  color: #4C4C4C;
  margin-bottom: 83px;
}

@media only screen and (max-width: 767px) {
  .eventsdetail__cate {
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    padding: 0 7px;
    margin-bottom: 12px;
  }
  .eventsdetail__cate.cate_news {
    margin-bottom: 0;
  }
  .eventsdetail__datefree {
    font-size: 12px;
  }
  .eventsdetail__title {
    font-size: 18px;
    line-height: 27px;
    border-bottom: 1px solid #B0B0B0;
    margin-top: 5px;
    padding-bottom: 15px;
  }
  .eventsdetail__title.title_news {
    margin-top: 13px;
  }
  .eventsdetail__data {
    padding-top: 27px;
  }
  .eventsdetail__data img {
    margin: 0 auto 22px;
  }
  .eventsdetail__data p {
    font-size: 14px;
    line-height: 23px;
  }
  .eventsdetail__news {
    padding-top: 25px;
  }
  .eventsdetail__news img {
    margin: 16px auto 22px;
  }
  .eventsdetail__table {
    margin-bottom: 22px;
  }
  .eventsdetail__table th {
    width: 77px;
    background: #E5E5E5;
  }
  .eventsdetail__table th p {
    font-size: 12px;
    line-height: 23px;
    font-weight: 700;
  }
  .eventsdetail__table td p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 7px;
    padding-bottom: 8px;
  }
  .eventsdetail__googlemap {
    padding-bottom: 69.25%;
    margin-bottom: 0;
  }
  .eventsdetail__linkmap {
    display: none;
  }
  .eventsdetail__social {
    margin-top: 58px;
    margin-bottom: 30px;
  }
  .eventsdetail__social p {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
  }
  .eventsdetail__social ul li {
    margin: 0 11px;
  }
  .eventsdetail__social ul li a img {
    width: 45px;
  }
  .eventsdetail__form--h4 {
    margin: 20px -15px 20px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .eventsdetail__form--signature {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 35px;
  }
}

.staff {
  /* =====================================SP Staff===================================== */
}

.staff__content--cate {
  font-size: 14px;
  color: #FFF;
  background: #969696;
  height: 25px;
  line-height: 25px;
  display: table;
  padding: 0 6px;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.staff__content--title {
  font-size: 24px;
  line-height: 34px;
  color: #0027A3;
  font-weight: 700;
  border-bottom: 2px solid #B0B0B0;
  padding-bottom: 16px;
  margin-bottom: 31px;
}

.staff__content--introtxt {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.staff__list {
  margin-top: 80px;
}

.staff__list ul {
  font-size: 0;
}

.staff__item {
  display: inline-block;
  vertical-align: top;
  width: 17.5%;
  margin-right: 3.125%;
  margin-bottom: 97px;
}

.staff__item:nth-child(5n+5) {
  margin-right: 0;
}

.staff__item:hover {
  opacity: 0.5;
}

.staff__item img {
  border: 1px solid #CCCCCC;
}

.staff__item .job {
  font-size: 16px;
  line-height: 23px;
  color: #4C4C4C;
  margin-top: 15px;
  margin-bottom: 2px;
}

.staff__item .name {
  font-size: 16px;
  line-height: 23px;
  color: #07AA00;
  font-weight: 700;
  word-break: break-word;
}

.staff__item .name a {
  color: #07AA00;
}

@media only screen and (max-width: 767px) {
  .staff__content .w800 {
    padding: 0 15px;
  }
  .staff__content--cate {
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .staff__content--title {
    font-size: 18px;
    line-height: 27px;
    border-bottom: 1px solid #B0B0B0;
    padding-bottom: 15px;
    margin-bottom: 16px;
  }
  .staff__content--introtxt {
    font-size: 14px;
    line-height: 23px;
  }
  .staff__list {
    margin-top: 52px;
  }
  .staff__item {
    width: 47.4%;
    margin-right: 0;
    margin-bottom: 36px;
  }
  .staff__item:nth-child(2n+1) {
    margin-right: 2.6%;
  }
  .staff__item:nth-child(2n+2) {
    margin-left: 2.6%;
  }
  .staff__item .job {
    font-size: 14px;
    line-height: 23px;
    margin-top: 13px;
    margin-bottom: 0;
  }
  .staff__item .name {
    font-size: 14px;
    line-height: 23px;
  }
}

.staffdetail {
  font-size: 0;
  /* =====================================SP Staff Detail===================================== */
}

.staffdetail__cate {
  font-size: 14px;
  color: #FFF;
  background: #969696;
  height: 25px;
  line-height: 25px;
  display: table;
  padding: 0 6px;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.staffdetail__title {
  font-size: 24px;
  line-height: 34px;
  color: #0027A3;
  font-weight: 700;
  border-bottom: 2px solid #B0B0B0;
  padding-bottom: 16px;
  margin-bottom: 37px;
}

.staffdetail__ct {
  display: inline-block;
  vertical-align: top;
  width: 62.5%;
}

.staffdetail__ct h4 {
  font-size: 20px;
  line-height: 44px;
  color: #FFF;
  text-shadow: -0.5px -0.5px 0px rgba(0, 0, 0, 0.3);
  background: #07AA00;
  height: 44px;
  padding-left: 15px;
  margin-bottom: 26px;
}

.staffdetail__ct p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 48px;
}

.staffdetail__image {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-left: 7.5%;
  padding-top: 42px;
}

.staffdetail__image img {
  display: block;
}

.staffdetail__image .img {
  font-size: 0;
}

.staffdetail__image .job {
  font-size: 16px;
  line-height: 34px;
  color: #000000;
  text-align: center;
  margin-top: 37px;
}

.staffdetail__image .name {
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.staffdetail__social {
  margin-top: 30px;
  margin-bottom: 47px;
}

.staffdetail__social p {
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #000000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 12px;
}

.staffdetail__social ul {
  text-align: center;
  font-size: 0;
}

.staffdetail__social ul li {
  display: inline-block;
  font-size: 0;
  font-size: 0;
  margin: 0 16px;
}

.staffdetail__social ul li a {
  display: block;
}

.staffdetail__social ul li a img {
  width: 45px;
}

.staffdetail__pagingDt {
  background: #F0F0F0;
  padding-top: 33px;
  padding-bottom: 95px;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .staffdetail__pagingDt {
    padding-top: 23px;
    padding-bottom: 47px;
  }
}

.staffdetail__pagingDt p.navigation {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}

.staffdetail__pagingDt p.store {
  font-size: 14px;
  /* height: 25px; */
  line-height: 25px;
  color: #FFF;
  font-weight: 700;
  text-align: left;
  background: #989898;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0 7px;
  margin-bottom: 11px;
}

.staffdetail__pagingDt p.title {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.staffdetail__pagingDt p.title a {
  color: #000000;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .staffdetail__pagingDt p.navigation {
    font-size: 14px;
    margin-bottom: 9px;
    padding: 0 5px;
  }
  .staffdetail__pagingDt p.store {
    font-size: 11px;
    /* height: 20px; */
    line-height: 20px;
    margin-bottom: 10px;
  }
  .staffdetail__pagingDt p.title {
    font-size: 12px;
    line-height: 19px;
  }
}

.staffdetail__pagingDt--prev {
  display: inline-block;
  width: 47.5%;
  vertical-align: top;
  margin-right: 2.5%;
}

.staffdetail__pagingDt--prev p.navigation {
  background: url(/assets/img/events/arrow_prev_paging.svg) no-repeat left center;
  background-size: 6px 12px;
  padding-left: 15px;
}

.staffdetail__pagingDt--prev:hover {
  opacity: 0.5;
}

.staffdetail__pagingDt--next {
  display: inline-block;
  width: 47.5%;
  vertical-align: top;
  margin-left: 2.5%;
}

.staffdetail__pagingDt--next p.navigation {
  background: url(/assets/img/events/arrow_next_paging.svg) no-repeat right center;
  background-size: 6px 12px;
  padding-right: 15px;
  text-align: right;
}

.staffdetail__pagingDt--next:hover {
  opacity: 0.5;
}

.staffdetail__pagingDt--back {
  font-size: 18px;
  line-height: 23px;
  color: #000000 !important;
  text-decoration: underline !important;
  font-weight: 700;
  display: table;
  margin: 29px auto 0;
}

.staffdetail__pagingDt--back:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .staffdetail__pagingDt--back {
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .staffdetail .w800 {
    padding: 0 15px;
  }
  .staffdetail__cate {
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .staffdetail__title {
    font-size: 18px;
    line-height: 27px;
    border-bottom: 1px solid #B0B0B0;
    padding-bottom: 15px;
    margin-bottom: 16px;
  }
  .staffdetail__ct {
    width: 100%;
  }
  .staffdetail__ct h4 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
    margin-bottom: 16px;
  }
  .staffdetail__ct p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 40px;
  }
  .staffdetail__image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 36px;
  }
  .staffdetail__image img {
    max-width: 120px;
  }
  .staffdetail__image p.img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4%;
  }
  .staffdetail__image .summary {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6%;
    margin-top: -36px;
    width: 44%;
  }
  .staffdetail__image .job {
    text-align: left;
    font-size: 14px;
    line-height: 23px;
    margin-top: 0;
  }
  .staffdetail__image .name {
    text-align: left;
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
    margin-top: 7px;
  }
  .staffdetail__social {
    margin-top: 15px;
    margin-bottom: 34px;
  }
  .staffdetail__social p {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
  }
  .staffdetail__social ul li {
    margin: 0 11px;
  }
  .staffdetail__social ul li a img {
    width: 45px;
  }
}

.privacy .w800 {
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .privacy .w800 {
    padding: 0 15px;
  }
}

.privacy .cm__breadcrumbs {
  margin-bottom: 71px;
}

@media only screen and (max-width: 767px) {
  .privacy .cm__breadcrumbs {
    border-bottom: 1px solid #CACACA;
    padding-bottom: 6px;
    margin-bottom: 22px;
  }
}

.privacy__content h5 {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 5px;
}

.privacy__content p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.privacy__content--box01 {
  margin-bottom: 62px;
}

.privacy__content--box01_item01 {
  margin-bottom: 31px;
}

.privacy__content--box01_item02 ul li {
  margin-left: 20px;
}

.privacy__content--box01_item02 ul li span {
  font-size: 16px;
  line-height: 28px;
  float: left;
}

.privacy__content--box01_item02 ul li p {
  overflow: hidden;
  padding-left: 7px;
}

.privacy__content h4.h4_title {
  font-size: 20px;
  line-height: 44px;
  color: #FFF;
  height: 44px;
  background: #042880;
  padding-left: 14px;
  max-width: 800px;
  margin: 0 auto 17px;
}

.privacy__content--box02 {
  margin-bottom: 136px;
}

.privacy__content--box02 p.p01 {
  margin-bottom: 40px;
}

.privacy__content--box02 p.p03 {
  margin-bottom: 43px;
}

.privacy__content--box02 ul {
  margin-top: 15px;
  margin-bottom: 36px;
}

.privacy__content--box02 ul li {
  margin-left: 20px;
}

.privacy__content--box02 ul li span {
  font-size: 16px;
  line-height: 28px;
  float: left;
}

.privacy__content--box02 ul li p {
  overflow: hidden;
  padding-left: 7px;
}

.privacy__content--box02 table {
  border: 1px solid #999999;
}

.privacy__content--box02 table th {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  font-weight: 700;
  background: #E5E5E5;
  width: 147px;
  vertical-align: top;
  border-bottom: 1px solid #999999;
  padding: 19px 10px 15px 15px;
}

.privacy__content--box02 table td {
  border-bottom: 1px solid #999999;
  font-size: 14px;
  line-height: 23px;
  padding-bottom: 18px;
  padding-top: 15px;
}

.privacy__content--box02 table ul {
  margin-top: 0;
  margin-bottom: 0;
}

.privacy__content--box02 table ul li {
  margin-left: 14px;
}

.privacy__content--box02 table ul li span, .privacy__content--box02 table ul li p {
  font-size: 14px;
  line-height: 23px;
}

.privacy__content--box02 table ul li p {
  padding-left: 5px;
}

.privacy__content--box02_item01 {
  margin-bottom: 38px;
}

.privacy__content--box02_item02 {
  margin-bottom: 18px;
}

.privacy__content--box02_item03 {
  margin-bottom: 38px;
}

.privacy__content--box02_item03 ul {
  margin-top: 12px;
  margin-bottom: 17px;
}

.privacy__content--box02_item04 ul {
  margin-top: 18px;
  margin-bottom: 40px;
}

.privacy__content--box02_item05 {
  margin-bottom: 49px;
}

.privacy__content--box02_item05 table {
  margin-top: 29px;
}

.privacy__content--box02_item06 {
  margin-bottom: 37px;
}

.privacy__content--box02_item07 {
  margin-bottom: 44px;
}

.privacy__content--box02_item08 {
  margin-bottom: 40px;
}

.privacy__content--box02_item09 {
  margin-bottom: 46px;
}

.privacy__content--box02_item09 > div {
  margin-left: 13px;
  margin-top: 15px;
}

.privacy__content--box02_item09 table {
  margin-top: 20px;
  margin-bottom: 24px;
}

.privacy__content--box02_item09 table th {
  padding: 12px 10px 14px 9px;
}

.privacy__content--box02_item09 table td {
  padding-top: 11px;
  padding-bottom: 14px;
}

.privacy__content--box02_item09 p.fz14 {
  font-size: 14px;
  line-height: 23px;
}

.privacy__content--box02_item09 p.p02 {
  margin-top: 16px;
  margin-bottom: 17px;
}

.privacy__content--box02_item10 span.span_h5 {
  float: left;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .privacy__content h5 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .privacy__content p {
    font-size: 14px;
    line-height: 23px;
  }
  .privacy__content--box01 {
    margin-bottom: 46px;
  }
  .privacy__content--box01_item01 {
    margin-bottom: 22px;
  }
  .privacy__content--box01_item02 ul li {
    margin-left: 0;
  }
  .privacy__content--box01_item02 ul li span {
    font-size: 14px;
    line-height: 23px;
    float: left;
  }
  .privacy__content--box01_item02 ul li p {
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    padding-left: 4px;
  }
  .privacy__content h4.h4_title {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
  }
  .privacy__content--box02 {
    margin-bottom: 53px;
  }
  .privacy__content--box02 p.p01 {
    margin-bottom: 21px;
  }
  .privacy__content--box02 p.p03 {
    margin-bottom: 30px;
  }
  .privacy__content--box02 ul {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .privacy__content--box02 ul li {
    margin-left: 0;
  }
  .privacy__content--box02 ul li span {
    font-size: 14px;
    line-height: 23px;
    float: left;
  }
  .privacy__content--box02 ul li p {
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    padding-left: 4px;
  }
  .privacy__content--box02 table th {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 23px;
    padding: 6px 10px 5px 15px;
    border: none;
  }
  .privacy__content--box02 table td {
    display: block;
    border: none;
    padding-right: 15px;
  }
  .privacy__content--box02 table ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .privacy__content--box02 table ul li {
    margin-left: 14px;
  }
  .privacy__content--box02 table ul li span, .privacy__content--box02 table ul li p {
    font-size: 12px;
    line-height: 23px;
  }
  .privacy__content--box02 table ul li p {
    padding-left: 5px;
  }
  .privacy__content--box02_item01 {
    margin-bottom: 25px;
  }
  .privacy__content--box02_item02 {
    margin-bottom: 25px;
  }
  .privacy__content--box02_item03 {
    margin-bottom: 25px;
  }
  .privacy__content--box02_item04 ul {
    margin-top: 17px;
    margin-bottom: 28px;
  }
  .privacy__content--box02_item05 {
    margin-bottom: 29px;
  }
  .privacy__content--box02_item05 table {
    margin-top: 18px;
  }
  .privacy__content--box02_item06 {
    margin-bottom: 27px;
  }
  .privacy__content--box02_item07 {
    margin-bottom: 26px;
  }
  .privacy__content--box02_item08 {
    margin-bottom: 26px;
  }
  .privacy__content--box02_item09 {
    margin-bottom: 36px;
  }
  .privacy__content--box02_item09 > div {
    margin-left: 17px;
    margin-top: 13px;
  }
  .privacy__content--box02_item09 p.p04 {
    font-size: 14px;
    line-height: 23px;
  }
  .privacy__content--box02_item09 p.p05 {
    margin-bottom: 5px;
  }
  .privacy__content--box02_item09 table {
    margin-top: 26px;
    margin-bottom: 11px;
  }
  .privacy__content--box02_item09 table th {
    padding: 4px 10px 7px 7px;
  }
  .privacy__content--box02_item09 table td {
    padding-top: 11px;
    padding-bottom: 14px;
  }
  .privacy__content--box02_item09 p.fz14 {
    font-size: 12px;
    line-height: 23px;
  }
  .privacy__content--box02_item09 p.p02 {
    margin-top: 10px;
    margin-bottom: 17px;
  }
  .privacy__content--box02_item10 span.span_h5 {
    font-size: 14px;
    line-height: 24px;
  }
  .privacy__content--box02_item10 h5 {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .products .cm__breadcrumbs {
    border-bottom: 1px solid #CACACA;
    padding-bottom: 8px;
    margin-bottom: 31px;
  }
  .products .cm__breadcrumbs ul li:last-child {
    margin-right: 0;
  }
}

.products__selectbox {
  display: table;
  margin: 0 auto 60px;
  position: relative;
}

.products__selectbox:before {
  content: "";
  background: url(/assets/img/comments/bg_sl.png) no-repeat;
  width: 9px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 0;
}

.products__selectbox select {
  width: 290px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1.05px;
  color: #000000;
  border: 1px solid #e5e5e5;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  background: -owg-linear-gradient(to top, #CFCFCF 0%, #E8E8E8 26%, #FFFFFF 100%);
  background: -webkit-linear-gradient(to top, #CFCFCF 0%, #E8E8E8 26%, #FFFFFF 100%);
  background: -moz-linear-gradient(to top, #CFCFCF 0%, #E8E8E8 26%, #FFFFFF 100%);
  background: -o-linear-gradient(to top, #CFCFCF 0%, #E8E8E8 26%, #FFFFFF 100%);
  background: linear-gradient(to top, #CFCFCF 0%, #E8E8E8 26%, #FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFCFCF', endColorstr='#FFFFFF',GradientType=1 );
}

.products__selectbox select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 767px) {
  .products__selectbox {
    display: block;
    margin-bottom: 29px;
  }
  .products__selectbox select {
    width: 100%;
  }
}

.products__category {
  text-align: center;
}

.products__category p {
  font-size: 22px;
  line-height: 23px;
  color: #0027A3;
  font-weight: 700;
  margin-top: -3px;
  margin-bottom: 12px;
}

.products__category a {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.65px;
  color: #808080;
  text-decoration: underline;
  display: block;
  margin-bottom: 47px;
}

.products__category a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .products__category p {
    font-size: 18px;
    line-height: 23px;
    margin-top: -5px;
    margin-bottom: 8px;
  }
  .products__category a {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.7px;
    margin-bottom: 22px;
  }
}

.products__pagination {
  text-align: center;
  margin-bottom: 133px;
  font-size: 0;
}

.products__pagination .wp-pagenavi {
  text-align: center;
}

.products__pagination .wp-pagenavi span.pages {
  display: none;
}

@media only screen and (max-width: 767px) {
  .products__pagination {
    margin-bottom: 75px;
  }
}

.products__pagination li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.products__pagination a, .products__pagination span {
  font-size: 18px;
  width: 36px;
  height: 36px;
  background: #CCCCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Oswald", sans-serif;
  line-height: 36px;
  color: #FFF;
}

.products__pagination a {
  text-shadow: -1px -1px 0px #a3a3a3;
  box-shadow: 0px 1px 0px 0px #a3a3a3;
}

.products__pagination a:hover {
  background: #042880;
  text-shadow: none;
}

.products__pagination a.previouspostslink, .products__pagination a.nextpostslink, .products__pagination a.prev, .products__pagination a.next {
  background: none;
  box-shadow: none;
  text-indent: -9999px;
  position: relative;
  margin: 0;
}

.products__pagination a.previouspostslink:before, .products__pagination a.nextpostslink:before, .products__pagination a.prev:before, .products__pagination a.next:before {
  content: "";
  background: url(/assets/img/events/arrow_prev.svg) no-repeat;
  background-size: 10px 20px;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -10px;
}

.products__pagination a.nextpostslink:before, .products__pagination a.next:before {
  right: auto;
  left: 11px;
  transform: rotate(180deg);
}

.products__pagination span.current {
  width: 36px;
  height: 36px;
  box-shadow: 0px 1px 0px 0px #a3a3a3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #042880;
}

.products .productsBox__list {
  margin-top: 0;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .products .productsBox__list {
    margin-bottom: 19px;
  }
}

/* =====================================CSS Products Detail===================================== */
.productsdetail {
  /*=====================================BOX02=====================================*/
  /*=====================================BOX03=====================================*/
  /*=====================================BOX04=====================================*/
  /*=====================================BOX05=====================================*/
  /*=====================================BOX06=====================================*/
  /*=====================================BOX07=====================================*/
  /*=====================================BOX08=====================================*/
}

.productsdetail .cm__breadcrumbs {
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .productsdetail .cm__breadcrumbs {
    margin-bottom: 30px;
  }
}

.productsdetail__box01 {
  padding-bottom: 78px;
  position: relative;
}

.productsdetail__box01.second {
  padding-top: 130px;
  margin-bottom: 88px;
}

@media only screen and (max-width: 767px) {
  .productsdetail__box01.second {
    padding-top: 40px;
    margin-bottom: 25px;
  }
}

.productsdetail__box01:before {
  content: "";
  background: url(/assets/img/products/img_pattern.png) repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 621px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .productsdetail__box01 {
    padding-bottom: 0;
  }
  .productsdetail__box01:before {
    content: none;
  }
}

.productsdetail__heading--cate {
  font-size: 14px;
  color: #FFF;
  font-weight: 700;
  background: #979797;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  margin-right: 25px;
}

.productsdetail__heading--brand {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 23px;
  max-width: 90px;
}

.productsdetail__heading--title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  margin-top: -7px;
  width: calc(100% - 235px);
}

@media only screen and (max-width: 767px) {
  .productsdetail__heading--cate {
    font-size: 12px;
    line-height: 21px;
    height: 21px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 7px;
    display: table;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .productsdetail__heading--brand {
    width: 20%;
    margin-right: 5%;
    padding-top: 5px;
  }
  .productsdetail__heading--brand img {
    width: 100%;
  }
  .productsdetail__heading--title {
    margin-top: 0;
    font-size: 12px;
    line-height: 19px;
    width: 75%;
    float: right;
  }
}

.productsdetail__image_repeat {
  font-size: 0;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .productsdetail__image_repeat {
    background: url(/assets/img/products/img_pattern.png) repeat;
    padding-bottom: 22px;
    margin-top: 15px;
  }
  .productsdetail__image_repeat .container {
    padding: 0;
  }
  .productsdetail__image_repeat img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .productsdetail__bnr_contact {
    background: url(/assets/img/products/bg_contact_bnr_repeat.png) repeat-x;
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .productsdetail__bnr_contact {
    font-size: 0;
    background: url(/assets/img/products/sp/bnr_contact_repeat.png) repeat-x;
    height: 288px;
  }
  .productsdetail__bnr_contact .container {
    padding: 0;
  }
}

.productsdetail__bnr_contact_ct {
  background: url(/assets/img/products/bg_contact_bnr.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 300px;
  position: relative;
}

.productsdetail__bnr_contact_ct .img_woman {
  position: absolute;
  bottom: 0;
  left: 36px;
  z-index: 2;
}

.productsdetail__bnr_contact_ct .btn_contact {
  position: absolute;
  left: 161px;
  bottom: 28px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .productsdetail__bnr_contact_ct {
    background: url(/assets/img/products/sp/bnr_contact.jpg) no-repeat top center;
    background-size: contain;
    height: 100%;
    min-height: 288px;
  }
  .productsdetail__bnr_contact_ct > div {
    display: table;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .productsdetail__bnr_contact_ct ul {
    display: inline-block;
    vertical-align: top;
    margin-left: -15px;
    z-index: 1;
    position: relative;
  }
  .productsdetail__bnr_contact_ct ul li {
    display: block;
  }
  .productsdetail__bnr_contact_ct p.img_woman_sp {
    display: inline-block;
    vertical-align: top;
    z-index: 2;
    position: relative;
  }
  .productsdetail__bnr_contact_ct p.img_woman_sp img {
    width: 94px;
  }
  .productsdetail__bnr_contact_ct .btn_anchor {
    width: 227px;
  }
  .productsdetail__bnr_contact_ct .btn_call {
    width: 227px;
  }
}

.productsdetail__box02 {
  padding-top: 80px;
  padding-bottom: 237px;
  background: url(/assets/img/products/bg_box02.png) no-repeat bottom center;
  position: relative;
  background-size: contain;
}

.productsdetail__box02 img.img_people {
  position: absolute;
  left: 50%;
  margin-left: -300px;
  bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .productsdetail__box02 {
    background: url(/assets/img/products/sp/bg_box02.png) no-repeat bottom center;
    background-size: contain;
    padding-top: 23px;
    padding-bottom: 130px;
  }
  .productsdetail__box02 img.img_people {
    position: absolute;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
    bottom: 14px;
  }
}

.productsdetail__box02_ct {
  background: url(/assets/img/top/company_pattern.png);
  box-shadow: 1px 2px 3px #CCC;
  padding-top: 38px;
  padding-bottom: 34px;
}

.productsdetail__box02_ct h4 {
  font-size: 0;
  text-align: center;
  margin-bottom: 12px;
}

.productsdetail__box02_ct ul {
  padding-left: 100px;
  padding-right: 100px;
}

.productsdetail__box02_ct ul li {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  background: url(/assets/img/products/ico_checked.png) no-repeat left center;
  padding-left: 35px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #CCCCCC;
}

@media only screen and (max-width: 767px) {
  .productsdetail__box02_ct {
    padding-top: 18px;
    padding-bottom: 0px;
  }
  .productsdetail__box02_ct h4 {
    padding-left: 10px;
    padding-right: 12px;
    margin-bottom: 2px;
  }
  .productsdetail__box02_ct ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  .productsdetail__box02_ct ul li {
    font-size: 14px;
    line-height: 23px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: url(/assets/img/products/ico_checked.png) no-repeat left 17px;
    background-size: 18px 15px;
    padding-left: 29px;
  }
  .productsdetail__box02_ct ul li:first-child {
    padding-bottom: 9px;
  }
  .productsdetail__box02_ct ul li:last-child {
    border-bottom: none;
  }
}

.productsdetail__box03 {
  padding-top: 62px;
  padding-bottom: 96px;
}

.productsdetail__box03--heading {
  font-size: 35px;
  line-height: 56px;
  color: #FF3E00;
  font-weight: 700;
  width: 51%;
  float: left;
  /* margin-top: 67px; */
  margin-bottom: 27px;
}

.productsdetail__box03--img {
  width: 46%;
  float: right;
}

.productsdetail__box03--wrap {
  width: 51%;
  float: left;
}

.productsdetail__box03--brand {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  padding-top: 7px;
  max-width: 90px;
}

.productsdetail__box03--title {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  font-weight: 700;
  margin-left: 27px;
  width: calc(100% - 117px);
  float: right;
}

@media only screen and (max-width: 767px) {
  .productsdetail__box03 {
    padding-top: 0;
    padding-bottom: 14px;
  }
  .productsdetail__box03--heading {
    width: 100%;
    float: none;
    font-size: 18px;
    line-height: 28px;
    text-shadow: 0px 0px 1.39px;
    text-align: center;
    margin-top: 23px;
    margin-bottom: 17px;
  }
  .productsdetail__box03--img {
    width: 100%;
    float: none;
    font-size: 0;
    margin-bottom: 15px;
  }
  .productsdetail__box03--wrap {
    width: 100%;
    float: none;
  }
  .productsdetail__box03--brand {
    display: inline-block;
    vertical-align: middle;
    width: 22.5%;
    padding-top: 10px;
  }
  .productsdetail__box03--title {
    width: 73%;
    margin-left: 0;
    float: right;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 19px;
  }
}

.productsdetail__box04 {
  display: inline-block;
  width: 100%;
  font-size: 0;
}

.productsdetail__box04 .img_full_width {
  width: 100%;
}

.productsdetail__box04--bnr {
  position: relative;
}

@media only screen and (min-width: 1400px) {
  .productsdetail__box04--bnr:before {
    content: "";
    background: url(/assets/img/products/point_bnr_repeat.png) repeat-x;
    width: 30%;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .productsdetail__box04--bnr:after {
    content: "";
    background: url(/assets/img/products/point_bnr_repeat1.png) repeat-x;
    width: 30%;
    height: 220px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
}

.productsdetail__box04--bnr img {
  display: block;
  margin: 0 auto;
}

.productsdetail__box04--list {
  margin-top: -21px;
  padding-top: 78px;
  background: url(/assets/img/products/img_pattern.png) repeat;
}

.productsdetail__box04--item {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #AAA;
  padding-bottom: 55px;
  padding-top: 55px;
}

.productsdetail__box04--item .productsdetail__box04--title {
  padding-left: 9%;
  min-height: 78px;
}

.productsdetail__box04--item.item01 {
  padding-top: 0;
}

.productsdetail__box04--item.item01 .productsdetail__box04--title {
  background: url(/assets/img/products/ico_one.png) no-repeat left top;
}

.productsdetail__box04--item.item02 .productsdetail__box04--title {
  background: url(/assets/img/products/ico_two.png) no-repeat left top;
}

.productsdetail__box04--item.item03 .productsdetail__box04--title {
  background: url(/assets/img/products/ico_three.png) no-repeat left top;
}

.productsdetail__box04--item.item04 .productsdetail__box04--title {
  background: url(/assets/img/products/ico_four.png) no-repeat left top;
}

.productsdetail__box04--item.item05 .productsdetail__box04--title {
  background: url(/assets/img/products/ico_five.png) no-repeat left top;
}

.productsdetail__box04--item.item06 .productsdetail__box04--title {
  background: url(/assets/img/products/ico_six.png) no-repeat left top;
}

.productsdetail__box04--item.item07 .productsdetail__box04--title {
  background: url(/assets/img/products/ico_seven.png) no-repeat left top;
}

.productsdetail__box04--item.item08 .productsdetail__box04--title {
  background: url(/assets/img/products/ico_eight.png) no-repeat left top;
}

.productsdetail__box04--item.item09 .productsdetail__box04--title {
  background: url(/assets/img/products/ico_nine.png) no-repeat left top;
}

.productsdetail__box04--item:last-child {
  padding-bottom: 60px;
  border-bottom: none;
}

.productsdetail__box04--title {
  width: 48%;
  float: left;
  margin-top: -5px;
}

.productsdetail__box04--title p {
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 3px;
}

.productsdetail__box04--title h4 {
  font-size: 38px;
  line-height: 50px;
  letter-spacing: 1.9px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 27px;
}

.productsdetail__box04--img {
  font-size: 0;
  width: 48%;
  float: right;
}

.productsdetail__box04--txt {
  width: 48%;
  /* float: left;	 */
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .productsdetail__box04--list {
    margin-top: 0;
    padding-top: 12px;
  }
  .productsdetail__box04--item {
    padding-top: 19px;
    padding-bottom: 12px;
  }
  .productsdetail__box04--item .productsdetail__box04--title {
    padding-left: 17%;
    min-height: 42px;
  }
  .productsdetail__box04--item.item01 .productsdetail__box04--title {
    background: url(/assets/img/products/ico_one.png) no-repeat left top;
    background-size: 42px 42px;
  }
  .productsdetail__box04--item.item02 .productsdetail__box04--title {
    background: url(/assets/img/products/ico_two.png) no-repeat left top;
    background-size: 42px 42px;
  }
  .productsdetail__box04--item.item03 .productsdetail__box04--title {
    background: url(/assets/img/products/ico_three.png) no-repeat left top;
    background-size: 42px 42px;
  }
  .productsdetail__box04--item.item04 .productsdetail__box04--title {
    background: url(/assets/img/products/ico_four.png) no-repeat left top;
    background-size: 42px 42px;
  }
  .productsdetail__box04--item.item05 .productsdetail__box04--title {
    background: url(/assets/img/products/ico_five.png) no-repeat left top;
    background-size: 42px 42px;
  }
  .productsdetail__box04--item.item06 .productsdetail__box04--title {
    background: url(/assets/img/products/ico_six.png) no-repeat left top;
    background-size: 42px 42px;
  }
  .productsdetail__box04--item.item07 .productsdetail__box04--title {
    background: url(/assets/img/products/ico_seven.png) no-repeat left top;
    background-size: 42px 42px;
  }
  .productsdetail__box04--item.item08 .productsdetail__box04--title {
    background: url(/assets/img/products/ico_eight.png) no-repeat left top;
    background-size: 42px 42px;
  }
  .productsdetail__box04--item.item09 .productsdetail__box04--title {
    background: url(/assets/img/products/ico_nine.png) no-repeat left top;
    background-size: 42px 42px;
  }
  .productsdetail__box04--item:last-child {
    padding-bottom: 25px;
  }
  .productsdetail__box04--title {
    width: 100%;
    margin-top: 0;
    float: none;
  }
  .productsdetail__box04--title p {
    font-size: 12px;
    line-height: 23px;
  }
  .productsdetail__box04--title h4 {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.1px;
    margin-bottom: 0;
  }
  .productsdetail__box04--img {
    width: 100%;
    float: none;
    margin-top: 10px;
    margin-bottom: 13px;
  }
  .productsdetail__box04--txt {
    width: 100%;
    float: none;
    font-size: 12px;
    line-height: 19px;
  }
}

.productsdetail__box05 {
  position: relative;
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .productsdetail__box05:before {
    content: "";
    background: url(/assets/img/products/img_pattern.png) repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 844px;
    z-index: -1;
  }
}

.productsdetail__box05--repeat {
  font-size: 0;
  padding-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  .productsdetail__box05 {
    padding-top: 0;
  }
  .productsdetail__box05 .container {
    padding: 0;
  }
  .productsdetail__box05--repeat {
    font-size: 0;
    padding-bottom: 42px;
  }
  .productsdetail__box05--repeat img {
    width: 100%;
  }
}

.productsdetail__logo {
  border: 1px solid #A2A2A2;
  padding-bottom: 29px;
  margin-bottom: 70px;
  margin-top: 80px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.productsdetail__logo p {
  font-size: 20px;
  line-height: 21.5px;
  color: #000000;
  text-align: center;
  font-weight: 700;
  background: #FFF;
  display: table;
  margin: -11px auto 30px;
  padding: 0 57px;
  position: relative;
}

.productsdetail__logo p:before {
  content: "";
  background: url(/assets/img/shop/ico_pink_left.svg) no-repeat;
  width: 23px;
  height: 29px;
  position: absolute;
  top: 0;
  left: 16px;
}

.productsdetail__logo p:after {
  content: "";
  background: url(/assets/img/shop/ico_pink_right.svg) no-repeat;
  width: 23px;
  height: 29px;
  position: absolute;
  top: 0;
  right: 16px;
}

.productsdetail__logo p span {
  color: #FF3E00;
}

.productsdetail__logo ul {
  font-size: 0;
  text-align: center;
}

.productsdetail__logo ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0 15px;
}

@media only screen and (min-width: 768px) {
  .productsdetail__logo ul li:nth-child(1) img {
    height: 34px;
  }
  .productsdetail__logo ul li:nth-child(2) img {
    height: 17px;
  }
  .productsdetail__logo ul li:nth-child(3) img {
    height: 43px;
  }
  .productsdetail__logo ul li:nth-child(4) img {
    height: 19px;
  }
  .productsdetail__logo ul li:nth-child(5) img {
    height: 34px;
  }
  .productsdetail__logo ul li:nth-child(6) img {
    height: 19px;
  }
  .productsdetail__logo ul li:nth-child(7) img {
    height: 20px;
  }
  .productsdetail__logo ul li:nth-child(8) img {
    height: 39px;
  }
  .productsdetail__logo ul li:nth-child(9) img {
    height: 15px;
  }
}

.productsdetail__logo .logo_sp {
  padding-left: 27px;
  padding-right: 25px;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .productsdetail__logo {
    margin: 0 0 24px;
    padding-bottom: 11px;
  }
  .productsdetail__logo p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 37px;
    margin-top: -23px;
    margin-bottom: 12px;
  }
  .productsdetail__logo p:before {
    top: 11px;
    left: 10px;
  }
  .productsdetail__logo p:after {
    top: 11px;
    right: 10px;
  }
}

.productsdetail__box06--bnr {
  position: relative;
}

@media only screen and (min-width: 1400px) {
  .productsdetail__box06--bnr:before {
    content: "";
    background: url(/assets/img/products/bg_bnr_box06_repeat.png) repeat-x;
    width: 100%;
    height: 433px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.productsdetail__box06--bnr img {
  display: block;
  margin: 0 auto;
}

.productsdetail__box06--ct {
  width: 80%;
  margin: 0 auto;
  padding-top: 34px;
  padding-bottom: 70px;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .productsdetail__box06--ct {
    width: 100%;
    font-size: 12px;
    line-height: 19px;
    padding-top: 11px;
    padding-bottom: 25px;
  }
}

.productsdetail__box07 .img_full_width {
  width: 100%;
}

.productsdetail__box07 .strengthsBox {
  padding-bottom: 90px;
}

.productsdetail__box07 .strengthsBox__bnr {
  font-size: 0;
  /*margin-top: -37px;
				background: #F1F1F1; */
}

.productsdetail__box07 .strengthsBox__bnr img {
  width: 100%;
}

.productsdetail__box07 .strengthsBox__list {
  font-size: 0;
  margin-top: 44px;
  margin-bottom: 80px;
}

.productsdetail__box07 .strengthsBox__item {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 31px;
  margin-bottom: 31px;
}

.productsdetail__box07 .strengthsBox__item:nth-child(2n+1) {
  margin-right: 2%;
}

.productsdetail__box07 .strengthsBox__item:nth-child(2n+1) .strengthsBox__item--img {
  margin-left: 9px;
}

.productsdetail__box07 .strengthsBox__item:nth-child(2n+2) {
  margin-left: 2%;
}

.productsdetail__box07 .strengthsBox__item:nth-child(2n+2) .strengthsBox__item--number {
  left: auto;
  right: -7px;
}

.productsdetail__box07 .strengthsBox__item--img {
  width: 30.9%;
  float: left;
  position: relative;
  margin-right: 27px;
}

.productsdetail__box07 .strengthsBox__item--img img.img_strength {
  width: 100%;
}

.productsdetail__box07 .strengthsBox__item--number {
  position: absolute;
  left: -7px;
  top: -17px;
}

.productsdetail__box07 .strengthsBox__item--number img {
  width: 48px;
}

.productsdetail__box07 .strengthsBox__item--title {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  font-weight: 700;
  margin-top: -7px;
  margin-bottom: 12px;
}

.productsdetail__box07 .strengthsBox__item--title span {
  color: #FF3E00;
}

.productsdetail__box07 .strengthsBox__item--txt {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .productsdetail__box07 .strengthsBox {
    padding-bottom: 37px;
  }
  .productsdetail__box07 .strengthsBox__bnr {
    margin-top: 0;
  }
  .productsdetail__box07 .strengthsBox__list {
    margin-top: 21px;
    margin-bottom: 20px;
  }
  .productsdetail__box07 .strengthsBox__item {
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  .productsdetail__box07 .strengthsBox__item:nth-child(2n+1) {
    margin-right: 0;
  }
  .productsdetail__box07 .strengthsBox__item:nth-child(2n+1) .strengthsBox__item--img {
    margin-left: 0;
  }
  .productsdetail__box07 .strengthsBox__item:nth-child(2n+2) {
    margin-left: 0;
  }
  .productsdetail__box07 .strengthsBox__item:nth-child(2n+2) .strengthsBox__item--number {
    left: auto;
    right: -7px;
  }
  .productsdetail__box07 .strengthsBox__item:nth-child(2n+2) .strengthsBox__item--img {
    float: right;
    margin-left: 14px;
    margin-right: 0;
  }
  .productsdetail__box07 .strengthsBox__item--img {
    width: 30.69%;
    margin-right: 14px;
  }
  .productsdetail__box07 .strengthsBox__item--number {
    position: absolute;
    left: -2px;
    top: -11px;
  }
  .productsdetail__box07 .strengthsBox__item--number img {
    width: 29px;
  }
  .productsdetail__box07 .strengthsBox__item--title {
    font-size: 14px;
    line-height: 21px;
    margin-top: -5px;
    margin-bottom: 3px;
  }
  .productsdetail__box07 .strengthsBox__item--txt {
    font-size: 12px;
    line-height: 19px;
  }
}

.productsdetail__box07 .strengthsBox__btn {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #B2B2B2;
  height: 58px;
  width: 295px;
  display: table;
  margin: 0 auto;
  text-align: center;
  box-shadow: 1px 2px 3px #CCCCCC;
  background: -owg-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -moz-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -o-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=1 );
}

.productsdetail__box07 .strengthsBox__btn:hover {
  opacity: 0.5;
}

.productsdetail__box07 .strengthsBox__btn span {
  font-size: 20px;
  line-height: 58px;
  color: #4C4C4C;
  font-weight: 700;
  background: url(/assets/img/top/ico_gray_arrow.svg) no-repeat right 11px center;
  background-size: 6px 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .productsdetail__box07 .strengthsBox__btn {
    height: 45px;
    width: 220px;
  }
  .productsdetail__box07 .strengthsBox__btn span {
    background: url(/assets/img/top/ico_gray_arrow.svg) no-repeat right 6px center;
    background-size: 5px 8px;
    font-size: 16px;
    line-height: 45px;
  }
}

.productsdetail__box08 {
  font-size: 0;
}

.productsdetail__box08 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .shop .cm__breadcrumbs {
    border-bottom: 1px solid #CACACA;
    padding-bottom: 6px;
    margin-bottom: 27px;
  }
}

.shop__maincontent {
  /*===============================================================================================================================*/
  /*==========================================================Single Shop==========================================================*/
  /*===============================================================================================================================*/
  /*===============================================================================================================================*/
  /*========================================================SP Single Shop=========================================================*/
  /*===============================================================================================================================*/
  /*===============================================================================================================================*/
  /*======================================================END SP Single Shop=======================================================*/
  /*===============================================================================================================================*/
}

@media only screen and (max-width: 767px) {
  .shop__maincontent .container {
    padding: 0;
  }
}

.shop__maincontent--area {
  font-size: 0;
  margin-bottom: 84px;
}

.shop__maincontent--area p.title {
  font-size: 22px;
  line-height: 23px;
  color: #0027A3;
  text-align: center;
  font-weight: 700;
  margin-bottom: 45px;
}

.shop__maincontent--area .image {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.shop__maincontent--area .ct_right {
  width: 52%;
  padding-left: 4%;
  display: inline-block;
  vertical-align: top;
}

.shop__maincontent--area .ct_right ul {
  font-size: 0;
}

.shop__maincontent--area .ct_right ul li {
  display: inline-block;
  font-size: 0;
  width: 100%;
  margin-bottom: 33px;
}

.shop__maincontent--area .ct_right ul li:last-child {
  margin-bottom: 13px;
}

.shop__maincontent--area .ct_right ul li p.p01 {
  font-size: 14px;
  line-height: 1;
  color: #000000;
  font-weight: 700;
  margin-bottom: 11px;
}

.shop__maincontent--area .ct_right ul li p.p02 {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  background: #F1F1F1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 13px;
}

.shop__maincontent--area .ct_right .pnote {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .shop__maincontent--area {
    margin-bottom: 40px;
  }
  .shop__maincontent--area p.title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
  }
  .shop__maincontent--area .image {
    width: 100%;
    margin-bottom: 20px;
  }
  .shop__maincontent--area .ct_right {
    width: 100%;
    padding: 0 15px;
  }
  .shop__maincontent--area .ct_right ul li {
    margin-bottom: 15px;
  }
  .shop__maincontent--area .ct_right ul li p.p02 {
    padding: 9px 13px;
  }
}

.shop__maincontent--item {
  font-size: 0;
  margin-bottom: 75px;
}

.shop__maincontent--item:last-child {
  margin-bottom: 106px;
}

.shop__maincontent--item p.heading {
  font-size: 20px;
  line-height: 44px;
  color: #FFF;
  height: 44px;
  background: #042880;
  padding-left: 14px;
  margin-bottom: 30px;
}

.shop__maincontent--item .item_img {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.shop__maincontent--item .item_info {
  width: 52%;
  display: inline-block;
  vertical-align: top;
  padding-left: 4%;
}

.shop__maincontent--item .item_info .item_list ul {
  position: relative;
  top: -3px;
}

.shop__maincontent--item .item_info .item_list ul li {
  border-bottom: 1px solid #CCC;
  width: 100%;
  display: inline-block;
  padding: 9px 0;
}

.shop__maincontent--item .item_info .item_list ul li:first-child {
  padding-top: 0;
}

.shop__maincontent--item .item_info .item_list p {
  font-size: 16px;
  line-height: 23px;
  display: inline-block;
  vertical-align: top;
}

.shop__maincontent--item .item_info .item_list p.blue {
  color: #0027A3;
  font-weight: 700;
  width: 130px;
}

.shop__maincontent--item .item_info .item_list p.black {
  color: #000000;
  width: 350px;
}

.shop__maincontent--item .item_info p.item_phone {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  color: #07AA00;
  background: url(/assets/img/top/shop_icon_tel.svg) no-repeat left center;
  background-size: 22px 26px;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.shop__maincontent--item .item_info p.item_phonesp {
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  font-family: "Oswald", sans-serif;
  width: 240px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #07AA00;
  margin: 21px auto 15px;
}

.shop__maincontent--item .item_info p.item_phonesp a {
  color: #FFF;
  background: url(/assets/img/top/sp/shop_icon_tel.svg) no-repeat left 27px center;
  background-size: 19px 19px;
  padding-left: 50px;
}

.shop__maincontent--item .item_info p.item_phonesp span {
  color: #FFF;
  font-size: 12px;
  line-height: 40px;
  vertical-align: top;
  margin-left: 8px;
}

.shop__maincontent--item .item_info .item_link ul {
  font-size: 0;
}

.shop__maincontent--item .item_info .item_link ul li {
  font-size: 0;
  display: inline-block;
  border: 2px solid #B2B2B2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 34px;
  width: 140px;
  text-align: center;
  box-shadow: 1px 1px 2px #ccc;
}

.shop__maincontent--item .item_info .item_link ul li:hover {
  opacity: 0.5;
}

.shop__maincontent--item .item_info .item_link ul li:nth-child(2n+1) {
  margin-right: 14px;
}

.shop__maincontent--item .item_info .item_link ul li a {
  font-size: 16px;
  color: #989898;
  line-height: 30px;
  background: url(/assets/img/top/shops_icon_arrow.svg) no-repeat right 9px center;
  background-size: 4px 7px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .shop__maincontent--item {
    margin-bottom: 47px;
  }
  .shop__maincontent--item:last-child {
    margin-bottom: 72px;
  }
  .shop__maincontent--item p.heading {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
    margin-bottom: 18px;
  }
  .shop__maincontent--item .item_img {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .shop__maincontent--item .item_info {
    width: 100%;
    padding: 0 15px;
  }
  .shop__maincontent--item .item_info .item_list ul {
    top: 0;
  }
  .shop__maincontent--item .item_info .item_list ul li {
    padding: 10px 0;
  }
  .shop__maincontent--item .item_info .item_list p {
    font-size: 14px;
    line-height: 23px;
  }
  .shop__maincontent--item .item_info .item_list p.blue {
    width: 72px;
    padding-right: 15px;
  }
  .shop__maincontent--item .item_info .item_list p.black {
    width: 100%;
  }
  .shop__maincontent--item .item_info .item_link ul {
    text-align: center;
  }
  .shop__maincontent--item .item_info .item_link ul li {
    width: 109px;
    height: 27px;
  }
  .shop__maincontent--item .item_info .item_link ul li a {
    font-size: 12px;
    line-height: 23px;
    background: url(/assets/img/top/shops_icon_arrow.svg) no-repeat right 5px center;
    background-size: 4px 6px;
  }
}

.shop__maincontent--logo {
  border: 1px solid #A2A2A2;
  padding-bottom: 29px;
  margin-bottom: 95px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.shop__maincontent--logo p {
  font-size: 20px;
  line-height: 21.5px;
  color: #000000;
  text-align: center;
  font-weight: 700;
  background: #FFF;
  display: table;
  margin: -11px auto 30px;
  padding: 0 57px;
  position: relative;
}

.shop__maincontent--logo p:before {
  content: "";
  background: url(/assets/img/shop/ico_pink_left.svg) no-repeat;
  width: 23px;
  height: 29px;
  position: absolute;
  top: 0;
  left: 16px;
}

.shop__maincontent--logo p:after {
  content: "";
  background: url(/assets/img/shop/ico_pink_right.svg) no-repeat;
  width: 23px;
  height: 29px;
  position: absolute;
  top: 0;
  right: 16px;
}

.shop__maincontent--logo p span {
  color: #FF3E00;
}

.shop__maincontent--logo ul {
  font-size: 0;
  text-align: center;
}

.shop__maincontent--logo ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0 15px;
}

@media only screen and (min-width: 768px) {
  .shop__maincontent--logo ul li:nth-child(1) img {
    height: 34px;
  }
  .shop__maincontent--logo ul li:nth-child(2) img {
    height: 17px;
  }
  .shop__maincontent--logo ul li:nth-child(3) img {
    height: 43px;
  }
  .shop__maincontent--logo ul li:nth-child(4) img {
    height: 19px;
  }
  .shop__maincontent--logo ul li:nth-child(5) img {
    height: 34px;
  }
  .shop__maincontent--logo ul li:nth-child(6) img {
    height: 19px;
  }
  .shop__maincontent--logo ul li:nth-child(7) img {
    height: 20px;
  }
  .shop__maincontent--logo ul li:nth-child(8) img {
    height: 39px;
  }
  .shop__maincontent--logo ul li:nth-child(9) img {
    height: 15px;
  }
}

.shop__maincontent--logo .logo_sp {
  padding-left: 27px;
  padding-right: 25px;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .shop__maincontent--logo {
    margin: 0 15px 24px;
    padding-bottom: 11px;
  }
  .shop__maincontent--logo p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 37px;
    margin-top: -23px;
    margin-bottom: 12px;
  }
  .shop__maincontent--logo p:before {
    top: 11px;
    left: 10px;
  }
  .shop__maincontent--logo p:after {
    top: 11px;
    right: 10px;
  }
}

.shop__maincontent--logosingle {
  border: 1px solid #A2A2A2;
  padding-bottom: 26px;
  margin-bottom: 80px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.shop__maincontent--logosingle p {
  font-size: 16px;
  line-height: 17.22px;
  color: #000000;
  text-align: center;
  font-weight: 700;
  background: #FFF;
  display: table;
  margin: -9px auto 21px;
  padding: 0 45px;
  position: relative;
}

.shop__maincontent--logosingle p:before {
  content: "";
  background: url(/assets/img/shop/ico_pink_left.svg) no-repeat;
  width: 18px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 14px;
}

.shop__maincontent--logosingle p:after {
  content: "";
  background: url(/assets/img/shop/ico_pink_right.svg) no-repeat;
  width: 18px;
  height: 23px;
  position: absolute;
  top: 0;
  right: 14px;
}

.shop__maincontent--logosingle p span {
  color: #FF3E00;
}

.shop__maincontent--logosingle ul {
  font-size: 0;
  text-align: center;
}

.shop__maincontent--logosingle ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0 10px;
}

@media only screen and (min-width: 768px) {
  .shop__maincontent--logosingle ul li.lixil img {
    height: 27px;
  }
  .shop__maincontent--logosingle ul li.toto img {
    height: 14px;
  }
  .shop__maincontent--logosingle ul li.tohogas img {
    height: 34px;
  }
  .shop__maincontent--logosingle ul li.logo04 img {
    height: 15px;
  }
  .shop__maincontent--logosingle ul li.toclas img {
    height: 27px;
  }
  .shop__maincontent--logosingle ul li.rinnai img {
    height: 16px;
  }
  .shop__maincontent--logosingle ul li.noritz img {
    height: 16px;
  }
  .shop__maincontent--logosingle ul li.housetec img {
    height: 31px;
  }
  .shop__maincontent--logosingle ul li.panasonic img {
    height: 12px;
  }
}

.shop__maincontent--logosingle .logo_sp {
  padding-left: 27px;
  padding-right: 25px;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .shop__maincontent--logosingle {
    margin: 0 15px 24px;
    padding-bottom: 11px;
  }
  .shop__maincontent--logosingle p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 37px;
    margin-top: -23px;
    margin-bottom: 12px;
  }
  .shop__maincontent--logosingle p:before {
    top: 11px;
    left: 10px;
  }
  .shop__maincontent--logosingle p:after {
    top: 11px;
    right: 10px;
  }
}

.shop__maincontent #form_shop h4 {
  margin-bottom: 33px;
}

.shop__maincontent #form_shop .contact__content--confirm {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .shop__maincontent #form_shop .contact__content--confirm {
    margin-bottom: 33px;
  }
  .shop__maincontent #form_shop h4 {
    margin-bottom: 19px;
  }
  .shop__maincontent #form_shop > div {
    padding: 0 15px;
  }
}

.shop__maincontent--detail .w800 {
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .shop__maincontent--detail .shop__maincontent--logosingle {
    margin-bottom: 55px;
  }
}

.shop__maincontent--detail-ttl {
  font-size: 22px;
  line-height: 23px;
  color: #0027A3;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px;
}

.shop__maincontent--detail-mainimg {
  font-size: 0;
  margin-bottom: 50px;
}

.shop__maincontent--detail-text {
  margin-bottom: 42px;
}

.shop__maincontent--detail-text p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.shop__maincontent--detail-store {
  background: #F1F1F1;
  padding: 27px 30px 27px 30px;
  margin-bottom: 35px;
}

.shop__maincontent--detail-store h4 {
  font-size: 18px;
  line-height: 28px;
  color: #0027A3;
  font-weight: 700;
  margin-bottom: 10px;
}

.shop__maincontent--detail-store div {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.shop__maincontent--detail-table table {
  border: 1px solid #999999;
  border-bottom: none;
  margin-bottom: 25px;
}

.shop__maincontent--detail-table table th {
  width: 147px;
  background: #E5E5E5;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  font-weight: 700;
  border-bottom: 1px solid #999999;
  padding-left: 10px;
}

.shop__maincontent--detail-table table td {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  border-bottom: 1px solid #999999;
  padding: 5px 0 5px 14px;
}

.shop__maincontent--detail-book {
  display: table;
  margin: 0 auto 57px;
}

.shop__maincontent--detail-book img {
  width: 302px;
}

.shop__maincontent--detail-photostore {
  margin-bottom: 39px;
}

.shop__maincontent--detail-photostore h4 {
  background: #042880;
  height: 44px;
  line-height: 44px;
  color: #FFF;
  font-size: 20px;
  padding-left: 15px;
  margin-bottom: 34px;
}

.shop__maincontent--detail-photostore ul {
  font-size: 0;
  margin-bottom: 14px;
}

.shop__maincontent--detail-photostore ul li {
  display: inline-block;
  font-size: 0;
  margin-right: 14px;
}

.shop__maincontent--detail-photostore ul li:last-child {
  margin-right: 0;
}

.shop__maincontent--detail-photostore a.zoom_btn {
  font-size: 11px;
  line-height: 23px;
  color: #000000;
  background: url(/assets/img/shop/btn_zoom.svg) no-repeat;
  background-size: 11px 11px;
  padding-left: 17px;
}

@media only screen and (max-width: 767px) {
  .shop__maincontent--detail-ttl {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 17px;
  }
  .shop__maincontent--detail-mainimg {
    margin-bottom: 16px;
  }
  .shop__maincontent--detail-text {
    padding: 0 15px;
    margin-bottom: 25px;
  }
  .shop__maincontent--detail-text p {
    font-size: 14px;
    line-height: 23px;
  }
  .shop__maincontent--detail-store {
    padding: 19px 15px 23px 15px;
    margin-bottom: 25px;
  }
  .shop__maincontent--detail-store h4 {
    font-size: 15px;
    line-height: 23px;
  }
  .shop__maincontent--detail-store div {
    font-size: 14px;
    line-height: 23px;
  }
  .shop__maincontent--detail-table {
    padding: 0 15px;
  }
  .shop__maincontent--detail-table table {
    margin-bottom: 35px;
  }
  .shop__maincontent--detail-table table th {
    width: 90px;
    font-size: 12px;
    line-height: 20px;
    padding-left: 12px;
  }
  .shop__maincontent--detail-table table td {
    font-size: 12px;
    line-height: 20px;
    padding: 7px 0 6px 12px;
  }
  .shop__maincontent .btn_call {
    margin-bottom: 5px;
  }
  .shop__maincontent .btn_call a {
    margin: 0 auto;
    display: table;
  }
  .shop__maincontent--detail-book {
    margin: 0 auto 42px;
  }
  .shop__maincontent--detail-book img {
    width: 304px;
  }
  .shop__maincontent--detail-photostore {
    margin-bottom: 45px;
  }
  .shop__maincontent--detail-photostore h4 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin-bottom: 21px;
  }
  .shop__maincontent--detail-photostore a.zoom_btn {
    font-size: 12px;
    line-height: 23px;
    background: url(/assets/img/shop/btn_zoom.svg) no-repeat left center;
    background-size: 12px 12px;
    padding-left: 16px;
    margin-top: 10px;
    display: block;
  }
  .shop__maincontent--detail-photostore .photostore_mobile {
    padding: 0 35px;
  }
  .shop__maincontent--detail-photostore .photostore_sp .galBox {
    width: 77px !important;
    margin-right: 7px;
  }
  .shop__maincontent--detail-photostore .photostore_sp .galBox a {
    display: block;
  }
  .shop__maincontent--detail-photostore .photostore_sp .galBox img {
    border: 1px solid #CBCBCB;
  }
  .shop__maincontent--detail-photostore .photostore_sp .owl-prev {
    background: url(/assets/img/shop/owl_prev.svg) no-repeat;
    background-size: 10px 18px;
    width: 10px;
    height: 18px;
    font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: -20px;
  }
  .shop__maincontent--detail-photostore .photostore_sp .owl-next {
    background: url(/assets/img/shop/owl_next.svg) no-repeat;
    background-size: 10px 18px;
    width: 10px;
    height: 18px;
    font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -20px;
  }
}

.shop__maincontent--ggmap {
  margin-bottom: 27px;
}

.shop__maincontent--ggmap h4 {
  background: #042880;
  height: 44px;
  line-height: 44px;
  color: #FFF;
  font-size: 20px;
  padding-left: 15px;
  margin-bottom: 18px;
}

.shop__maincontent--ggmap p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.shop__maincontent--ggmap .google_map {
  position: relative;
  padding-bottom: 42.5%;
  height: 0;
  overflow: hidden;
  margin-top: 15px;
}

.shop__maincontent--ggmap .google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.shop__maincontent--ggmap .google_map .acf-map {
  height: 340px;
}

.shop__maincontent--ggmap a.linkgg_btn {
  font-size: 11px;
  line-height: 35px;
  letter-spacing: 0.98px;
  color: #979797 !important;
  text-decoration: underline !important;
  text-align: right;
  display: table;
  background: url(/assets/img/events/ico_map_arrow.svg) no-repeat left center;
  background-size: 5px 8px;
  padding-left: 15px;
  float: right;
  margin-top: 9px;
}

@media only screen and (max-width: 767px) {
  .shop__maincontent--ggmap {
    margin-bottom: 17px;
  }
  .shop__maincontent--ggmap h4 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin-bottom: 14px;
  }
  .shop__maincontent--ggmap p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
  }
  .shop__maincontent--ggmap .google_map {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 75%;
    margin-top: 11px;
  }
  .shop__maincontent--ggmap .google_map .acf-map {
    height: 240px;
  }
  .shop__maincontent--ggmap a.linkgg_btn {
    font-size: 12px;
    line-height: 35px;
    margin-top: 7px;
  }
}

.shop__maincontent--access {
  background: #F1F1F1;
  padding: 32px 30px;
  margin-bottom: 84px;
}

.shop__maincontent--access .ct_access {
  width: 40%;
  float: left;
}

.shop__maincontent--access h4 {
  font-size: 18px;
  line-height: 28px;
  color: #0027A3;
  font-weight: 700;
  margin-bottom: 10px;
}

.shop__maincontent--access p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.shop__maincontent--access .image {
  float: right;
  width: 56.75%;
  /* margin-left: 29px; */
}

.shop__maincontent--access .image a.zoom_btn {
  font-size: 11px;
  line-height: 23px;
  color: #000000;
  background: url(/assets/img/shop/btn_zoom.svg) no-repeat;
  background-size: 11px 11px;
  padding-left: 17px;
}

@media only screen and (max-width: 767px) {
  .shop__maincontent--access {
    padding: 32px 15px;
    margin-bottom: 0;
  }
  .shop__maincontent--access .ct_access {
    width: 100%;
    float: none;
  }
  .shop__maincontent--access h4 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .shop__maincontent--access p {
    font-size: 14px;
    line-height: 24px;
  }
  .shop__maincontent--access .image {
    width: 100%;
    float: none;
    margin-left: 0;
    display: inline-block;
    margin-top: 16px;
  }
}

.shop__maincontent--notice {
  font-size: 0;
}

.shop__maincontent--notice h4 {
  background: #042880;
  height: 44px;
  line-height: 44px;
  color: #FFF;
  font-size: 20px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.shop__maincontent--notice .notice_item {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  font-size: 0;
}

.shop__maincontent--notice .notice_item.item01 {
  margin-right: 2.5%;
}

.shop__maincontent--notice .notice_item.item02 {
  margin-left: 2.5%;
  margin-right: 0;
}

.shop__maincontent--notice .notice_item.events p.cate {
  margin-bottom: 11px;
}

.shop__maincontent--notice .notice_item.news p.cate {
  margin-bottom: 0;
}

.shop__maincontent--notice .notice_item p.cate {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #979797;
  display: inline-block;
  padding: 0 9px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.shop__maincontent--notice .notice_item p.date {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  vertical-align: middle;
}

.shop__maincontent--notice .notice_item p.title {
  margin-top: 11px;
  color: #000000;
}

.shop__maincontent--notice .notice_item p.title a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.shop__maincontent--notice .web_btn {
  margin-top: 40px;
  margin-bottom: 60px;
  display: block;
}

.shop__maincontent--notice .notice_btn {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #B2B2B2;
  height: 58px;
  width: 295px;
  display: table;
  margin: 0 auto;
  text-align: center;
  box-shadow: 1px 2px 3px #CCCCCC;
  background: -owg-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -moz-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -o-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=1 );
  margin-bottom: 112px;
}

.shop__maincontent--notice .notice_btn:hover {
  opacity: 0.5;
}

.shop__maincontent--notice .notice_btn span {
  font-size: 20px;
  line-height: 58px;
  color: #4C4C4C;
  font-weight: 700;
  background: url(/assets/img/top/ico_gray_arrow.svg) no-repeat right 11px center;
  background-size: 6px 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .shop__maincontent--notice .notice_btn {
    height: 45px;
    width: 220px;
  }
  .shop__maincontent--notice .notice_btn span {
    background: url(/assets/img/top/ico_gray_arrow.svg) no-repeat right 6px center;
    background-size: 5px 8px;
    font-size: 16px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .shop__maincontent--notice h4 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
  .shop__maincontent--notice .notice_item {
    width: 100%;
    padding: 0 15px;
  }
  .shop__maincontent--notice .notice_item.item01 {
    margin-right: 0%;
  }
  .shop__maincontent--notice .notice_item.item02 {
    margin-left: 0%;
    margin-right: 0;
  }
  .shop__maincontent--notice .notice_item.item02 p.title {
    margin-bottom: 0;
  }
  .shop__maincontent--notice .notice_item p.cate {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    height: 21px;
    line-height: 21px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #979797;
    display: inline-block;
    padding: 0 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  .shop__maincontent--notice .notice_item p.date {
    font-size: 12px;
    color: #808080;
    display: inline-block;
    vertical-align: middle;
  }
  .shop__maincontent--notice .notice_item p.title {
    margin-top: 5px;
    color: #000000;
    border-bottom: 1px solid #B2B2B2;
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  .shop__maincontent--notice .notice_item p.title a {
    font-size: 14px;
    line-height: 23px;
  }
  .shop__maincontent--notice .web_btn {
    padding: 0 15px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }
  .shop__maincontent--notice .notice_btn {
    margin-bottom: 54px;
  }
}

.shop__maincontent .productsBox {
  padding-bottom: 90px;
}

.shop__maincontent .productsBox__bnr {
  font-size: 0;
  margin-top: -33px;
}

.shop__maincontent .productsBox__bnr img {
  width: 100%;
}

.shop__maincontent .productsBox__list {
  font-size: 0;
  margin-top: 38px;
  margin-bottom: 5px;
}

.shop__maincontent .productsBox__item {
  font-size: 0;
  display: inline-block;
  width: 31.8%;
  vertical-align: top;
  margin-bottom: 39px;
  margin-right: 2.3%;
  box-shadow: 2px 3px 2px #CCC;
}

.shop__maincontent .productsBox__item:nth-child(3n+3) {
  margin-right: 0;
}

.shop__maincontent .productsBox__btn {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #0027A3;
  height: 58px;
  width: 295px;
  display: table;
  margin: 0 auto;
  text-align: center;
  box-shadow: 1px 2px 3px #CCCCCC;
  background: -owg-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -moz-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -o-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D9E2F9',GradientType=1 );
  margin-bottom: 62px;
}

.shop__maincontent .productsBox__btn:hover {
  opacity: 0.5;
}

.shop__maincontent .productsBox__btn span {
  font-size: 20px;
  line-height: 58px;
  color: #0027A3;
  font-weight: 700;
  background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 11px center;
  background-size: 6px 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .shop__maincontent .productsBox__btn {
    height: 45px;
    width: 220px;
  }
  .shop__maincontent .productsBox__btn span {
    background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 9px center;
    background-size: 5px 8px;
    font-size: 16px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .shop__maincontent .productsBox {
    padding-bottom: 30px;
  }
  .shop__maincontent .productsBox .container {
    padding: 0 15px;
  }
  .shop__maincontent .productsBox__bnr {
    margin-top: 0;
  }
  .shop__maincontent .productsBox__list {
    margin-top: 7px;
    margin-bottom: 9px;
  }
  .shop__maincontent .productsBox__item {
    width: 48.27%;
    font-size: 0;
    margin-right: 0;
    margin-bottom: 15px;
    box-shadow: 1px 2px 1px #CCC;
  }
  .shop__maincontent .productsBox__item:nth-child(2n+1) {
    margin-right: 1.73%;
  }
  .shop__maincontent .productsBox__item:nth-child(2n+2) {
    margin-left: 1.73%;
  }
  .shop__maincontent .productsBox__btn {
    margin-bottom: 28px;
  }
}

.shop__maincontent--bookcontact {
  font-size: 0;
  max-width: 1000px;
  margin: 0 auto;
}

.shop__maincontent--bookcontact li {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.shop__maincontent--bookcontact li:first-child {
  width: 49%;
  margin-right: 1.2%;
}

.shop__maincontent--bookcontact li:last-child {
  width: 49.8%;
}

@media only screen and (max-width: 767px) {
  .shop__maincontent--bookcontact li:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .shop__maincontent--bookcontact li:last-child {
    width: 100%;
  }
}

.shop .constructionBox {
  padding-bottom: 29px;
}

.shop .constructionBox__title {
  background: #042880;
  height: 53px;
  color: #FFF;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  position: relative;
}

.shop .constructionBox__title:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 12px 12px 0;
  border-color: #042880 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
}

.shop .constructionBox__list {
  font-size: 0;
  margin-top: 25px;
}

.shop .constructionBox__item {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 49%;
}

.shop .constructionBox__item:first-child {
  margin-right: 1%;
}

.shop .constructionBox__item:last-child {
  margin-left: 1%;
}

.shop .constructionBox__item--tit {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 5px;
}

.shop .constructionBox__item--ct {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  background: #F1F1F1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 13px;
}

.shop .constructionBox__item--note {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .shop .constructionBox {
    padding-bottom: 27px;
  }
  .shop .constructionBox__title {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
  }
  .shop .constructionBox__title:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 11px 0;
    border-color: #042880 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
  }
  .shop .constructionBox__list {
    margin-top: 20px;
  }
  .shop .constructionBox__item {
    width: 100%;
  }
  .shop .constructionBox__item:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .shop .constructionBox__item:last-child {
    margin-left: 0;
  }
  .shop .constructionBox__item--tit {
    font-size: 14px;
    line-height: 23px;
  }
  .shop .constructionBox__item--ct {
    font-size: 14px;
    line-height: 23px;
    padding: 9px 16px;
  }
  .shop .constructionBox__item--note {
    font-size: 14px;
    line-height: 23px;
  }
}

.mainImg_strength h2, .mainImg_strength h3 {
  font-size: 0;
}

.mainImg_strength img {
  width: 100%;
}

.strength .cm__breadcrumbs {
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .strength .cm__breadcrumbs {
    margin-bottom: 1px;
  }
}

.strength__box01 {
  background: url(/assets/img/strength/bg_box01_repeat.png) repeat-x bottom left;
  padding-top: 23px;
}

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

.strength__box01--ct {
  background: url(/assets/img/strength/bg_box01.jpg) no-repeat top center;
}

.strength__box01--ct .por {
  position: relative;
  height: 1091px;
}

.strength__box01--ct ul {
  font-size: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -500px;
  /* transform: translateX(-50%); */
}

.strength__box01--ct ul li {
  font-size: 0;
  display: inline-block;
  border: 2px solid #B2B2B2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FFF;
  width: 440px;
  height: 58px;
  margin: 0 10px 20px;
  box-shadow: 1px 1px 2px #ccc;
  text-align: left;
}

.strength__box01--ct ul li a {
  font-size: 20px;
  line-height: 54px;
  color: #000000;
  font-weight: 700;
  display: block;
  padding-left: 80px;
  position: relative;
}

.strength__box01--ct ul li a:before {
  content: "";
  background: url(/assets/img/top/works_icon_arrow_gray.svg) no-repeat;
  background-size: 7px 10px;
  width: 7px;
  height: 10px;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -5px;
}

.strength__box01--ct ul li a:hover {
  opacity: 0.5;
}

.strength__box01--ct ul li:nth-child(1) a {
  background: url(/assets/img/strength/no_01.svg) no-repeat left 43px center;
  background-size: 14px 27px;
}

.strength__box01--ct ul li:nth-child(2) a {
  background: url(/assets/img/strength/no_02.svg) no-repeat left 38px center;
  background-size: 23px 27px;
}

.strength__box01--ct ul li:nth-child(3) a {
  background: url(/assets/img/strength/no_03.svg) no-repeat left 39px center;
  background-size: 21px 27px;
}

.strength__box01--ct ul li:nth-child(4) a {
  background: url(/assets/img/strength/no_04.svg) no-repeat left 38px center;
  background-size: 22px 27px;
}

.strength__box01--ct ul li:nth-child(5) a {
  background: url(/assets/img/strength/no_05.svg) no-repeat left 38px center;
  background-size: 22px 27px;
}

.strength__box01--ct ul li:nth-child(6) a {
  background: url(/assets/img/strength/no_06.svg) no-repeat left 41px center;
  background-size: 21px 27px;
}

@media only screen and (max-width: 767px) {
  .strength__box01 {
    background: none;
    padding-top: 19px;
  }
  .strength__box01--h4tit {
    padding: 0 15px;
  }
  .strength__box01--ct {
    background: none;
  }
  .strength__box01--ct .container {
    padding: 0;
  }
  .strength__box01--ct .por {
    position: static;
    height: 100%;
    margin-top: -19px;
  }
  .strength__box01--ct ul {
    position: static;
    transform: none;
    margin-left: 0;
  }
  .strength__box01--ct ul li {
    width: 100%;
    margin: 0;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: -owg-linear-gradient(to bottom, #ffffff, #ededed);
    background: -webkit-linear-gradient(to bottom, #ffffff, #ededed);
    background: -moz-linear-gradient(to bottom, #ffffff, #ededed);
    background: -o-linear-gradient(to bottom, #ffffff, #ededed);
    background: linear-gradient(to bottom, #ffffff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
  }
  .strength__box01--ct ul li:first-child {
    border-top: 1px solid #CCCCCC;
  }
  .strength__box01--ct ul li a {
    font-size: 16px;
    line-height: 49px;
    padding-left: 40px;
  }
  .strength__box01--ct ul li a:before {
    content: "";
    background: url(/assets/img/common/header/ico_arrow_li.svg) no-repeat;
    background-size: 6px 11px;
    width: 6px;
    height: 11px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
  .strength__box01--ct ul li:nth-child(1) a {
    background: url(/assets/img/strength/no_01.svg) no-repeat left 18px center;
    background-size: 9px 17px;
  }
  .strength__box01--ct ul li:nth-child(2) a {
    background: url(/assets/img/strength/no_02.svg) no-repeat left 15px center;
    background-size: 15px 17px;
  }
  .strength__box01--ct ul li:nth-child(3) a {
    background: url(/assets/img/strength/no_03.svg) no-repeat left 15px center;
    background-size: 14px 17px;
  }
  .strength__box01--ct ul li:nth-child(4) a {
    background: url(/assets/img/strength/no_04.svg) no-repeat left 15px center;
    background-size: 14px 17px;
  }
  .strength__box01--ct ul li:nth-child(5) a {
    background: url(/assets/img/strength/no_05.svg) no-repeat left 15px center;
    background-size: 14px 17px;
  }
  .strength__box01--ct ul li:nth-child(6) a {
    background: url(/assets/img/strength/no_06.svg) no-repeat left 15px center;
    background-size: 14px 17px;
  }
}

.strength__anchor01 {
  padding-top: 85px;
  padding-bottom: 91px;
  /*==========================================================================================*/
  /*============================================SP============================================*/
  /*==========================================================================================*/
}

.strength__anchor01--ct01 {
  margin-bottom: 51px;
}

.strength__anchor01--title {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  float: left;
  width: 48%;
  background: url(/assets/img/strength/no_anchor01.svg) no-repeat left top;
  background-size: 70px 86px;
  padding-left: 91px;
  margin-bottom: 23px;
}

.strength__anchor01--title span {
  font-size: 38px;
  line-height: 60px;
  letter-spacing: 1.9px;
  color: #FF3E00;
}

.strength__anchor01--title span em {
  font-style: normal;
}

.strength__anchor01--img {
  width: 48%;
  float: right;
  font-size: 0;
}

.strength__anchor01--text {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  width: 48%;
}

.strength__anchor01--text p {
  margin-bottom: 28px;
}

.strength__anchor01--ct02 {
  background: #fbf6df;
  display: inline-block;
  padding: 58px 55px 60px 60px;
  width: 99.4%;
  box-shadow: 1px 2px 4px 2px #CCC;
  margin-bottom: 60px;
}

.strength__anchor01--ct02 h4 {
  font-size: 28px;
  line-height: 44px;
  color: #0027A3;
  font-weight: 700;
  padding-top: 33px;
  position: relative;
  margin-bottom: 17px;
}

.strength__anchor01--ct02 h4:before {
  content: "";
  background: url(/assets/img/strength/ico_point.svg) no-repeat;
  width: 125px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.strength__anchor01--ct02 p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.strength__anchor01--ct02 .left {
  float: left;
  width: 47.19%;
}

.strength__anchor01--ct02 .right {
  float: right;
  width: 47.6%;
  font-size: 0;
}

.strength__anchor01--ct02 .right img {
  width: 100%;
}

.strength__anchor01--p01 {
  text-align: center;
  font-size: 22px;
  color: #0027A3;
  font-weight: 700;
  margin-bottom: 18px;
}

.strength__anchor01--btn {
  border: 2px solid #0027A3;
  height: 58px;
  width: 295px;
  display: table;
  margin: 0 auto;
  text-align: center;
  box-shadow: 1px 2px 3px #CCCCCC;
  background: -owg-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -moz-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -o-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D9E2F9',GradientType=1 );
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.strength__anchor01--btn:hover {
  opacity: 0.5;
}

.strength__anchor01--btn span {
  font-size: 20px;
  line-height: 58px;
  color: #0027A3;
  font-weight: 700;
  background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 11px center;
  background-size: 6px 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .strength__anchor01--btn {
    height: 45px;
    width: 220px;
  }
  .strength__anchor01--btn span {
    background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 9px center;
    background-size: 5px 8px;
    font-size: 16px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .strength__anchor01 {
    padding-top: 34px;
    padding-bottom: 65px;
  }
  .strength__anchor01 .container {
    padding: 0;
  }
  .strength__anchor01 .wrap_h4 {
    padding: 0 15px;
  }
  .strength__anchor01--title {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.7px;
    background: url(/assets/img/strength/no_anchor01.svg) no-repeat left top;
    background-size: 45px 56px;
    padding-left: 59px;
    padding-top: 4px;
  }
  .strength__anchor01--title span {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1.25px;
  }
  .strength__anchor01--img {
    width: 100%;
    float: none;
    margin-bottom: 18px;
  }
  .strength__anchor01--text {
    width: 100%;
    font-size: 14px;
    line-height: 23px;
    padding: 0 15px;
  }
  .strength__anchor01--text p {
    margin-bottom: 23px;
  }
  .strength__anchor01--text p:last-child {
    margin-bottom: 0;
  }
  .strength__anchor01--ct02wrap {
    padding: 0 15px;
  }
  .strength__anchor01--ct01 {
    margin-bottom: 20px;
  }
  .strength__anchor01--ct02 {
    padding: 25px 15px 15px 15px;
    width: 100%;
    box-shadow: 1px 1px 2px 1px #CCC;
    margin-bottom: 33px;
  }
  .strength__anchor01--ct02 h4 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 7px;
  }
  .strength__anchor01--ct02 h4:before {
    content: "";
    background: url(/assets/img/strength/ico_point.svg) no-repeat;
    width: 93px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .strength__anchor01--ct02 p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .strength__anchor01--ct02 .left {
    width: 100%;
    float: none;
  }
  .strength__anchor01--ct02 .right {
    width: 100%;
    float: none;
  }
  .strength__anchor01--p01 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.strength__anchor02 {
  border-top: 1px solid #A9A9A9;
  padding-top: 88px;
  padding-bottom: 95px;
  max-width: 1000px;
  margin: 0 auto;
  /*==========================================================================================*/
  /*============================================SP============================================*/
  /*==========================================================================================*/
}

.strength__anchor02 .strength__anchor01--ct01 {
  margin-bottom: 65px;
}

.strength__anchor02 .strength__anchor01--title {
  background: url(/assets/img/strength/no_anchor02.svg) no-repeat left top;
  background-size: 70px 86px;
  margin-bottom: 28px;
}

.strength__anchor02 .strength__anchor01--title span {
  line-height: 1.4;
}

.strength__anchor02--ct02 {
  background: #fbf6df;
  display: inline-block;
  padding: 58px 55px 5px 60px;
  width: 99.4%;
  box-shadow: 1px 2px 4px 2px #CCC;
  margin-bottom: 72px;
  position: relative;
}

.strength__anchor02--ct02:before {
  content: "";
  background: url(/assets/img/strength/img_anchor02_02.png) no-repeat;
  background-size: 360px 187px;
  width: 360px;
  height: 187px;
  right: 80px;
  position: absolute;
  top: -15px;
}

.strength__anchor02--ct02 h4 {
  font-size: 28px;
  line-height: 44px;
  color: #0027A3;
  font-weight: 700;
  padding-top: 33px;
  position: relative;
  margin-bottom: 36px;
}

.strength__anchor02--ct02 h4:before {
  content: "";
  background: url(/assets/img/strength/ico_point.svg) no-repeat;
  width: 125px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.strength__anchor02--ct02 h5 {
  border: 1px solid #B2B2B2;
  background: #FFF;
  margin-bottom: 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.strength__anchor02--ct02 h5 span {
  font-size: 20px;
  line-height: 44px;
  color: #000000;
  font-weight: 700;
  padding-left: 20px;
  background: url(/assets/img/strength/ico_blue.svg) no-repeat left center;
  background-size: 5px 26px;
  display: block;
}

.strength__anchor02--ct02 ul {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  width: 36.5%;
  margin-bottom: 50px;
}

.strength__anchor02--ct02 ul.ul_last2 {
  width: 32%;
}

.strength__anchor02--ct02 ul li {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  background: url(/assets/img/strength/ico_circle.svg) no-repeat left center;
  background-size: 6px 6px;
  padding-left: 17px;
}

.strength__anchor02--ct02 p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  float: right;
  margin-right: 168px;
  margin-top: 56px;
}

@media only screen and (max-width: 767px) {
  .strength__anchor02 {
    padding-top: 38px;
    padding-bottom: 61px;
  }
  .strength__anchor02 .container {
    padding: 0;
  }
  .strength__anchor02 .wrap_h4 {
    padding: 0 15px;
  }
  .strength__anchor02 .strength__anchor01--ct01 {
    margin-bottom: 35px;
  }
  .strength__anchor02 .strength__anchor01--title {
    background: url(/assets/img/strength/no_anchor02.svg) no-repeat left top;
    background-size: 45px 56px;
    letter-spacing: 0.3px;
    padding-top: 0;
    margin-bottom: 14px;
  }
  .strength__anchor02 .strength__anchor01--title span {
    line-height: 1.3;
  }
  .strength__anchor02 .strength__anchor01--img {
    margin-bottom: 13px;
  }
  .strength__anchor02--ct02 {
    width: 100%;
    padding: 24px 15px;
    box-shadow: 1px 1px 2px 1px #CCC;
    margin-bottom: 26px;
  }
  .strength__anchor02--ct02:before {
    content: none;
  }
  .strength__anchor02--ct02 img {
    margin: 0 auto;
  }
  .strength__anchor02--ct02 h4 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 9px;
  }
  .strength__anchor02--ct02 h4:before {
    content: "";
    background: url(/assets/img/strength/ico_point.svg) no-repeat;
    width: 93px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .strength__anchor02--ct02 h5 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 9px;
  }
  .strength__anchor02--ct02 h5 span {
    font-size: 14px;
    line-height: 30px;
    padding-left: 14px;
    background: url(/assets/img/strength/ico_blue.svg) no-repeat left center;
    background-size: 4px 15px;
  }
  .strength__anchor02--ct02 ul {
    width: 100%;
    margin-bottom: 0;
  }
  .strength__anchor02--ct02 ul.ul_last {
    margin-bottom: 24px;
  }
  .strength__anchor02--ct02 ul.ul_last1 {
    margin-bottom: 13px;
  }
  .strength__anchor02--ct02 ul.ul_last2 {
    width: 100%;
  }
  .strength__anchor02--ct02 ul li {
    font-size: 14px;
    line-height: 23px;
    background: url(/assets/img/strength/ico_circle.svg) no-repeat left center;
    background-size: 5px 5px;
    padding-left: 14px;
  }
  .strength__anchor02--ct02 p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 23px;
    float: left;
    margin-right: 0;
  }
}

.strength__anchor03 {
  border-top: 1px solid #A9A9A9;
  padding-top: 88px;
  padding-bottom: 100px;
  max-width: 1000px;
  margin: 0 auto;
  /*==========================================================================================*/
  /*============================================SP============================================*/
  /*==========================================================================================*/
}

.strength__anchor03 .strength__anchor01--ct01 {
  margin-bottom: 58px;
}

.strength__anchor03 .strength__anchor01--title {
  background: url(/assets/img/strength/no_anchor03.svg) no-repeat left top;
  background-size: 70px 86px;
  margin-bottom: 22px;
}

.strength__anchor03 .strength__anchor01--title span {
  line-height: 1.4;
}

.strength__anchor03--ct02 {
  background: #fbf6df;
  display: inline-block;
  padding: 115px 55px 5px 60px;
  width: 99.4%;
  box-shadow: 1px 2px 4px 2px #CCC;
  margin-bottom: 0;
}

.strength__anchor03--ct02_item {
  margin-bottom: 58px;
}

.strength__anchor03--ct02_item .left {
  float: left;
  width: 47.8%;
}

.strength__anchor03--ct02_item .left h4 {
  font-size: 28px;
  line-height: 44px;
  color: #0027A3;
  font-weight: 700;
  margin-top: -8px;
  margin-bottom: 17px;
}

.strength__anchor03--ct02_item .left h4.h4_first {
  position: relative;
}

.strength__anchor03--ct02_item .left h4.h4_first:before {
  content: "";
  background: url(/assets/img/strength/ico_point.svg) no-repeat;
  width: 125px;
  height: 24px;
  position: absolute;
  top: -50px;
  left: 0;
}

.strength__anchor03--ct02_item .left p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.strength__anchor03--ct02_item .right {
  float: right;
  width: 47.6%;
  font-size: 0;
}

.strength__anchor03--ct02_item .right img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .strength__anchor03 {
    padding-top: 42px;
    padding-bottom: 29px;
  }
  .strength__anchor03 .container {
    padding: 0;
  }
  .strength__anchor03 .wrap_h4 {
    padding: 0 15px;
  }
  .strength__anchor03 .strength__anchor01--ct01 {
    margin-bottom: 20px;
  }
  .strength__anchor03 .strength__anchor01--title {
    background: url(/assets/img/strength/no_anchor03.svg) no-repeat left top;
    background-size: 45px 56px;
    letter-spacing: 0.3px;
    padding-top: 0;
    margin-bottom: 14px;
  }
  .strength__anchor03 .strength__anchor01--title span {
    line-height: 1.3;
    letter-spacing: 0;
  }
  .strength__anchor03 .strength__anchor01--img {
    margin-bottom: 13px;
  }
  .strength__anchor03--ct02 {
    width: 100%;
    box-shadow: 1px 1px 2px 1px #CCC;
    padding: 36px 17px 34px 13px;
  }
  .strength__anchor03--ct02_item {
    margin-bottom: 41px;
  }
  .strength__anchor03--ct02_item:last-child {
    margin-bottom: 0;
  }
  .strength__anchor03--ct02_item .left {
    width: 100%;
    float: none;
    margin-bottom: 21px;
  }
  .strength__anchor03--ct02_item .left h4 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 6px;
  }
  .strength__anchor03--ct02_item .left h4.h4_first {
    position: relative;
    padding-top: 40px;
  }
  .strength__anchor03--ct02_item .left h4.h4_first:before {
    content: "";
    background: url(/assets/img/strength/ico_point.svg) no-repeat;
    width: 93px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .strength__anchor03--ct02_item .left p {
    font-size: 12px;
    line-height: 19px;
  }
  .strength__anchor03--ct02_item .right {
    width: 100%;
    float: none;
  }
}

.strength__anchor04 {
  border-top: 1px solid #A9A9A9;
  padding-top: 88px;
  padding-bottom: 100px;
  max-width: 1000px;
  margin: 0 auto;
  /*==========================================================================================*/
  /*============================================SP============================================*/
  /*==========================================================================================*/
}

.strength__anchor04 .strength__anchor01--ct01 {
  margin-bottom: 64px;
  display: inline-block;
}

.strength__anchor04 .strength__anchor01--title {
  background: url(/assets/img/strength/no_anchor04.svg) no-repeat left top;
  background-size: 70px 86px;
  margin-bottom: 22px;
  line-height: 40px;
}

.strength__anchor04 .strength__anchor01--title span {
  line-height: 1.2;
  letter-spacing: -0.9px;
}

.strength__anchor04 .strength__anchor01--p01 {
  margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  .strength__anchor04 {
    padding-top: 42px;
    padding-bottom: 54px;
  }
  .strength__anchor04 .container {
    padding: 0;
  }
  .strength__anchor04 .wrap_h4 {
    padding: 0 15px;
  }
  .strength__anchor04 .strength__anchor01--ct01 {
    margin-bottom: 25px;
  }
  .strength__anchor04 .strength__anchor01--title {
    background: url(/assets/img/strength/no_anchor04.svg) no-repeat left top;
    background-size: 45px 56px;
    letter-spacing: 0.3px;
    padding-top: 0;
    margin-bottom: 17px;
    line-height: 25px;
  }
  .strength__anchor04 .strength__anchor01--title span {
    line-height: 30px;
    letter-spacing: -1px;
  }
  .strength__anchor04 .strength__anchor01--title span em {
    font-family: Arial;
    font-style: normal;
  }
  .strength__anchor04 .strength__anchor01--img {
    margin-bottom: 16px;
  }
  .strength__anchor04 .strength__anchor01--p01 {
    margin-bottom: 18px;
  }
}

.strength__anchor05 {
  border-top: 1px solid #A9A9A9;
  padding-top: 94px;
  padding-bottom: 95px;
  max-width: 1000px;
  margin: 0 auto;
  /*==========================================================================================*/
  /*============================================SP============================================*/
  /*==========================================================================================*/
}

.strength__anchor05 .strength__anchor01--ct01 {
  margin-bottom: 70px;
  display: inline-block;
}

.strength__anchor05 .strength__anchor01--title {
  background: url(/assets/img/strength/no_anchor05.svg) no-repeat left top;
  background-size: 70px 86px;
  margin-bottom: 39px;
  line-height: 27px;
}

.strength__anchor05 .strength__anchor01--title span {
  line-height: 1.4;
}

.strength__anchor05 .strength__anchor01--p01 {
  margin-bottom: 27px;
}

.strength__anchor05--ct03 {
  margin-bottom: 65px;
  font-size: 9px;
}

.strength__anchor05--logo {
  border: 1px solid #A2A2A2;
  display: inline-block;
  width: 48%;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.strength__anchor05--logo p {
  font-size: 20px;
  line-height: 43px;
  color: #000000;
  font-weight: 700;
  background: #FFF;
  display: table;
  padding: 0 10px;
  margin: -22px auto 0;
}

@media only screen and (max-width: 767px) {
  .strength__anchor05 {
    padding-top: 27px;
    padding-bottom: 38px;
  }
  .strength__anchor05 .container {
    padding: 0;
  }
  .strength__anchor05 .wrap_h4 {
    padding: 0 15px;
  }
  .strength__anchor05 .strength__anchor01--ct01 {
    margin-bottom: 21px;
  }
  .strength__anchor05 .strength__anchor01--title {
    background: url(/assets/img/strength/no_anchor05.svg) no-repeat left top;
    background-size: 45px 56px;
    letter-spacing: 0.3px;
    padding-top: 0;
    margin-bottom: 12px;
    line-height: 25px;
  }
  .strength__anchor05 .strength__anchor01--title span {
    line-height: 30px;
    font-family: Arial;
  }
  .strength__anchor05 .strength__anchor01--img {
    margin-bottom: 35px;
  }
  .strength__anchor05 .strength__anchor01--p01 {
    margin-bottom: 20px;
  }
  .strength__anchor05--logowrap {
    padding: 0 15px;
  }
  .strength__anchor05--logo {
    width: 100%;
    padding: 0px 13px 19px 18px;
    margin-bottom: 14px;
  }
  .strength__anchor05--logo p {
    font-size: 16px;
    line-height: 22px;
    margin-top: -12px;
    margin-bottom: 7px;
  }
  .strength__anchor05--ct03 {
    margin-bottom: 10px;
    font-size: 9px;
    padding: 0 15px;
  }
}

.strength__anchor06 {
  border-top: 1px solid #A9A9A9;
  padding-top: 97px;
  padding-bottom: 120px;
  max-width: 1000px;
  margin: 0 auto;
  /*==========================================================================================*/
  /*============================================SP============================================*/
  /*==========================================================================================*/
}

.strength__anchor06 .strength__anchor01--ct01 {
  margin-bottom: 76px;
  display: inline-block;
}

.strength__anchor06 .strength__anchor01--title {
  background: url(/assets/img/strength/no_anchor06.svg) no-repeat left top;
  background-size: 70px 86px;
  margin-bottom: 32px;
  line-height: 30px;
}

.strength__anchor06 .strength__anchor01--title span {
  line-height: 1.4;
  letter-spacing: -0.5px;
}

.strength__anchor06--ct02 {
  background: url(/assets/img/top/company_pattern.png);
  padding: 20px;
}

.strength__anchor06--ct02-wrap {
  background: #FFF;
  padding-top: 63px;
  padding-bottom: 45px;
}

.strength__anchor06--ct02-wrap p.p_txt {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-left: 71px;
  margin-right: 87px;
}

.strength__anchor06--ct02-wrap p.img_01 {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.strength__anchor06--ct02-wrap p.img_02 {
  font-size: 0;
  text-align: center;
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .strength__anchor06 {
    padding-top: 27px;
    padding-bottom: 55px;
  }
  .strength__anchor06 .container {
    padding: 0;
  }
  .strength__anchor06 .wrap_h4 {
    padding: 0 15px;
  }
  .strength__anchor06 .strength__anchor01--ct01 {
    margin-bottom: 25px;
  }
  .strength__anchor06 .strength__anchor01--title {
    background: url(/assets/img/strength/no_anchor06.svg) no-repeat left top;
    background-size: 45px 56px;
    letter-spacing: -1px;
    padding-top: 0;
    margin-bottom: 17px;
    line-height: 25px;
  }
  .strength__anchor06 .strength__anchor01--title span {
    line-height: 30px;
    letter-spacing: -2px;
  }
  .strength__anchor06 .strength__anchor01--img {
    margin-bottom: 17px;
  }
  .strength__anchor06--ct02 {
    padding: 15px;
  }
  .strength__anchor06--ct02-wrap {
    padding-top: 29px;
    padding-bottom: 11px;
    box-shadow: 1px 1px 1px 1px #CCC;
  }
  .strength__anchor06--ct02-wrap p.p_txt {
    margin: 0 20px 20px;
    font-size: 16px;
    line-height: 25px;
  }
  .strength__anchor06--ct02-wrap p.img_02 {
    margin-top: 15px;
  }
}

@keyframes fadeA {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeB {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#top .mainImage {
  font-size: 0;
}

#top .mainImage__wrap {
  background: url(/assets/img/top/banner/bg_bnr.png) no-repeat top center;
  /* min-height: 560px; */
  position: relative;
}

@media only screen and (min-width: 1400px) {
  #top .mainImage__wrap:before {
    content: "";
    background: url(/assets/img/top/banner/bg_bnr_repeat.png) repeat-x;
    position: absolute;
    width: 50%;
    height: 560px;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #top .mainImage__wrap:after {
    content: "";
    background: url(/assets/img/top/banner/bg_bnr_repeat01.png) repeat-x;
    position: absolute;
    width: 50%;
    height: 560px;
    top: 0;
    right: 0;
    z-index: -1;
  }
}

#top .mainImage__wrap .w1400 {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

#top .mainImage__wrap .w1400 .groupslide1_wrap {
  height: 176px;
  width: 201px;
  position: absolute;
  top: 0px;
  right: 508px;
}

#top .mainImage__wrap .w1400 .groupslide1 {
  z-index: 3;
}

#top .mainImage__wrap .w1400 .image_02, #top .mainImage__wrap .w1400 .image_04, #top .mainImage__wrap .w1400 .image_06 {
  font-size: 0;
}

#top .mainImage__wrap .w1400 .groupslide2_wrap {
  position: absolute;
  top: 15px;
  right: 199px;
  width: 300px;
  height: 300px;
}

#top .mainImage__wrap .w1400 .groupslide2 {
  z-index: 1;
}

#top .mainImage__wrap .w1400 .image_01, #top .mainImage__wrap .w1400 .image_03, #top .mainImage__wrap .w1400 .image_05 {
  font-size: 0;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #top .mainImage__wrap .w1400 .image_02, #top .mainImage__wrap .w1400 .image_04, #top .mainImage__wrap .w1400 .image_06 {
    right: 375px;
  }
  #top .mainImage__wrap .w1400 .image_01, #top .mainImage__wrap .w1400 .image_03, #top .mainImage__wrap .w1400 .image_05 {
    right: 15px;
  }
}

#top .mainImage__wrap img.img_main {
  display: block;
  margin: 0 auto;
  z-index: 4;
  position: relative;
}

#top .mainImage__wrap img.img_main01 {
  display: none;
}

#top .mainImage__wrap img.img_strengths {
  position: absolute;
  bottom: 9.5%;
  z-index: 4;
}

#top .mainImage__wrap img.img_strengths:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 1399px) {
  #top .mainImage__wrap img.img_strengths {
    left: 14%;
  }
}

#top .mainImage__wrap img.img_strengths01 {
  display: none;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #top .mainImage__wrap img.img_main {
    display: none;
  }
  #top .mainImage__wrap img.img_main01 {
    display: block;
    margin: 0 auto;
    z-index: 4;
    position: relative;
  }
  #top .mainImage__wrap img.img_strengths {
    display: none;
  }
  #top .mainImage__wrap img.img_strengths01 {
    display: block;
    position: absolute;
    bottom: 10%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #top .mainImage__wrap img.img_strengths {
    position: absolute;
    bottom: 10%;
  }
  #top .mainImage__wrap img.img_main {
    display: none;
  }
  #top .mainImage__wrap img.img_main01 {
    display: block;
    margin: 0 auto;
  }
  #top .mainImage__wrap img.img_strengths {
    display: none;
  }
  #top .mainImage__wrap img.img_strengths01 {
    display: block;
    position: absolute;
    bottom: 10%;
  }
}

@media only screen and (max-width: 767px) {
  #top .mainImage__wrapsp {
    background: url(/assets/img/top/sp/bg_main_img.png) no-repeat top center;
    background-size: cover;
    position: relative;
  }
  #top .mainImage__wrapsp .image_01_sp, #top .mainImage__wrapsp .image_02_sp, #top .mainImage__wrapsp .image_03_sp {
    z-index: 1;
  }
  #top .mainImage__wrapsp .image_01_sp img, #top .mainImage__wrapsp .image_02_sp img, #top .mainImage__wrapsp .image_03_sp img {
    display: block;
  }
  #top .mainImage__wrapsp .groupslidesp_wrap {
    position: absolute;
    right: 0;
    top: 5px;
    width: 157px;
    height: 183px;
  }
  #top .mainImage__wrapsp .main_img_sp {
    position: relative;
    z-index: 2;
  }
  #top .mainImage img {
    width: 100%;
  }
}

#top .eventsBox {
  padding-top: 15px;
  padding-bottom: 60px;
  /*-----------------------SP-----------------------*/
  /*-----------------------end SP-----------------------*/
}

#top .eventsBox__book {
  margin-bottom: 36px;
}

#top .eventsBox__title {
  font-size: 0;
  text-align: left;
  margin-left: 255px;
  margin-bottom: 33px;
}

#top .eventsBox__title img {
  width: 400px;
}

@media only screen and (max-width: 767px) {
  #top .eventsBox {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  #top .eventsBox__book {
    margin-bottom: 4px;
  }
}

#top .eventsBox__list {
  font-size: 0;
  margin-bottom: 40px;
}

#top .eventsBox__item {
  display: inline-block;
  vertical-align: top;
  width: 31.8%;
  margin-right: 2.3%;
  background: #F1F1F1;
  padding: 14px 15px 24px;
  position: relative;
  box-shadow: 2px 3px 2px #CCC;
}

#top .eventsBox__item:hover {
  opacity: 0.5;
}

#top .eventsBox__item:last-child {
  margin-right: 0;
}

#top .eventsBox__item--ended {
  font-size: 0;
  position: absolute;
  top: -10px;
  left: 9px;
}

#top .eventsBox__item--ended img {
  width: 80px;
}

#top .eventsBox__item--img {
  font-size: 0;
  margin-bottom: 21px;
}

#top .eventsBox__item--cate {
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  background: #989898;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 0 8px 0 9px;
  margin-bottom: 11px;
}

#top .eventsBox__item--date {
  font-size: 14px;
  color: #808080;
  margin-bottom: 6px;
}

#top .eventsBox__item--title {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
}

#top .eventsBox__item--title a {
  color: #000000;
}

#top .eventsBox__titlesp {
  margin-top: -9px;
  z-index: -1;
  position: relative;
}

#top .eventsBox__listsp {
  font-size: 0;
  margin-bottom: 16px;
}

#top .eventsBox__listsp .slick-list {
  padding-bottom: 3px;
}

#top .eventsBox__listsp .slick-prev, #top .eventsBox__listsp .slick-next {
  width: 9px;
  height: 16px;
  margin-top: -8px;
}

#top .eventsBox__listsp .slick-prev:before, #top .eventsBox__listsp .slick-next:before {
  content: none;
}

#top .eventsBox__listsp .slick-prev {
  left: -5px;
  background: url(/assets/img/top/sp/events_arrow_prev.svg) no-repeat;
  z-index: 2;
}

#top .eventsBox__listsp .slick-next {
  right: -5px;
  background: url(/assets/img/top/sp/events_arrow_next.svg) no-repeat;
  z-index: 2;
}

#top .eventsBox__itemsp {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 15px;
  background: #F1F1F1;
  padding: 12px 10px 16px;
  position: relative;
  box-shadow: 2px 3px 2px #CCC;
}

#top .eventsBox__itemsp:last-child {
  margin-right: 0;
}

#top .eventsBox__itemsp--ended {
  font-size: 0;
  position: absolute;
  top: -10px;
  left: 9px;
}

#top .eventsBox__itemsp--ended img {
  width: 80px;
}

#top .eventsBox__itemsp--img {
  font-size: 0;
  margin-bottom: 18px;
}

#top .eventsBox__itemsp--cate {
  font-size: 12px;
  height: 21px;
  line-height: 21px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  background: #989898;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 0 7px;
  margin-bottom: 8px;
}

#top .eventsBox__itemsp--date {
  font-size: 12px;
  color: #808080;
  margin-bottom: 4px;
}

#top .eventsBox__itemsp--title {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  font-weight: 700;
}

#top .eventsBox__events {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #0027A3;
  height: 58px;
  width: 295px;
  display: table;
  margin: 0 auto;
  text-align: center;
  box-shadow: 1px 2px 3px #CCCCCC;
  background: -owg-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -moz-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -o-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D9E2F9',GradientType=1 );
}

#top .eventsBox__events:hover {
  opacity: 0.5;
}

#top .eventsBox__events span {
  font-size: 20px;
  line-height: 58px;
  color: #0027A3;
  font-weight: 700;
  background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 11px center;
  background-size: 6px 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  #top .eventsBox__events {
    height: 45px;
    width: 220px;
  }
  #top .eventsBox__events span {
    background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 9px center;
    background-size: 5px 8px;
    font-size: 16px;
    line-height: 45px;
  }
}

#top .newsBox {
  background: #F1F1F1;
  padding-top: 43px;
  padding-bottom: 99px;
  /*-----------------------SP-----------------------*/
  /*-----------------------end SP-----------------------*/
}

#top .newsBox__title {
  font-size: 0;
  text-align: center;
  width: 163px;
  margin: 0 auto 29px;
}

@media only screen and (max-width: 767px) {
  #top .newsBox {
    padding-top: 20px;
    padding-bottom: 34px;
  }
  #top .newsBox__title {
    width: 94px;
    margin-bottom: 14px;
  }
}

#top .newsBox__list {
  font-size: 0;
  margin-bottom: 29px;
}

#top .newsBox__item {
  width: 50%;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}

#top .newsBox__item:first-child {
  padding-right: 2%;
}

#top .newsBox__item:last-child {
  padding-left: 2%;
}

#top .newsBox__item--cate {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #979797;
  display: inline-block;
  padding: 0 9px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}

#top .newsBox__item--date {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  vertical-align: middle;
}

#top .newsBox__item--title {
  margin-top: 11px;
  color: #000000;
}

#top .newsBox__item--title a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

#top .newsBox__listsp {
  font-size: 0;
  margin-bottom: 0px;
}

#top .newsBox__listsp .slick-list {
  margin-bottom: 15px;
}

#top .newsBox__listsp .slick-prev, #top .newsBox__listsp .slick-next {
  width: 9px;
  height: 16px;
  margin-top: -8px;
}

#top .newsBox__listsp .slick-prev:before, #top .newsBox__listsp .slick-next:before {
  content: none;
}

#top .newsBox__listsp .slick-prev {
  left: -5px;
  background: url(/assets/img/top/sp/events_arrow_prev.svg) no-repeat;
  z-index: 2;
}

#top .newsBox__listsp .slick-next {
  right: -5px;
  background: url(/assets/img/top/sp/events_arrow_next.svg) no-repeat;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #top .newsBox__item {
    width: 100%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
  }
  #top .newsBox__item:last-child {
    display: none;
  }
  #top .newsBox__item--cate {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    height: 21px;
    line-height: 21px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #979797;
    display: inline-block;
    padding: 0 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  #top .newsBox__item--date {
    font-size: 12px;
    color: #808080;
    display: inline-block;
    vertical-align: middle;
  }
  #top .newsBox__item--title {
    margin-top: 8px;
    color: #000000;
  }
  #top .newsBox__item--title a {
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
  }
}

#top .newsBox__news {
  border: 2px solid #B2B2B2;
  width: 226px;
  height: 44px;
  display: table;
  margin: 0 auto;
  text-align: center;
  box-shadow: 1px 2px 3px #CCCCCC;
  background: -owg-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -moz-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -o-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=1 );
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#top .newsBox__news:hover {
  opacity: 0.5;
}

#top .newsBox__news span {
  font-size: 15px;
  color: #4C4C4C;
  line-height: 44px;
  font-weight: 700;
  background: url(/assets/img/top/ico_gray_arrow.svg) no-repeat right 8px center;
  background-size: 6px 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  #top .newsBox__news {
    height: 35px;
    width: 171px;
  }
  #top .newsBox__news span {
    background: url(/assets/img/top/ico_gray_arrow.svg) no-repeat right 6px center;
    background-size: 5px 8px;
    font-size: 14px;
    line-height: 35px;
  }
}

#top .strengthsBox {
  padding-bottom: 90px;
}

#top .strengthsBox__bnr {
  font-size: 0;
  /*margin-top: -37px;
			background: #F1F1F1; */
}

#top .strengthsBox__bnr img {
  width: 100%;
}

#top .strengthsBox__list {
  font-size: 0;
  margin-top: 48px;
  margin-bottom: 13px;
}

#top .strengthsBox__item {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 31px;
  margin-bottom: 31px;
}

#top .strengthsBox__item:nth-child(2n+1) {
  margin-right: 2%;
}

#top .strengthsBox__item:nth-child(2n+1) .strengthsBox__item--img {
  margin-left: 9px;
}

#top .strengthsBox__item:nth-child(2n+2) {
  margin-left: 2%;
}

#top .strengthsBox__item:nth-child(2n+2) .strengthsBox__item--number {
  left: auto;
  right: -7px;
}

#top .strengthsBox__item--img {
  width: 30.9%;
  float: left;
  position: relative;
  margin-right: 27px;
}

#top .strengthsBox__item--img img.img_strength {
  width: 100%;
}

#top .strengthsBox__item--number {
  position: absolute;
  left: -7px;
  top: -17px;
}

#top .strengthsBox__item--number img {
  width: 48px;
}

#top .strengthsBox__item--title {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  font-weight: 700;
  margin-top: -7px;
  margin-bottom: 12px;
}

#top .strengthsBox__item--title span {
  color: #FF3E00;
}

#top .strengthsBox__item--txt {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #top .strengthsBox {
    padding-bottom: 37px;
  }
  #top .strengthsBox__bnr {
    margin-top: 0;
  }
  #top .strengthsBox__list {
    margin-top: 28px;
    margin-bottom: 3px;
  }
  #top .strengthsBox__item {
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  #top .strengthsBox__item:nth-child(2n+1) {
    margin-right: 0;
  }
  #top .strengthsBox__item:nth-child(2n+1) .strengthsBox__item--img {
    margin-left: 0;
  }
  #top .strengthsBox__item:nth-child(2n+2) {
    margin-left: 0;
  }
  #top .strengthsBox__item:nth-child(2n+2) .strengthsBox__item--number {
    left: auto;
    right: -7px;
  }
  #top .strengthsBox__item:nth-child(2n+2) .strengthsBox__item--img {
    float: right;
    margin-left: 14px;
    margin-right: 0;
  }
  #top .strengthsBox__item--img {
    width: 30.69%;
    margin-right: 14px;
  }
  #top .strengthsBox__item--number {
    position: absolute;
    left: -2px;
    top: -11px;
  }
  #top .strengthsBox__item--number img {
    width: 29px;
  }
  #top .strengthsBox__item--title {
    font-size: 14px;
    line-height: 21px;
    margin-top: -5px;
    margin-bottom: 3px;
  }
  #top .strengthsBox__item--txt {
    font-size: 12px;
    line-height: 19px;
  }
}

#top .strengthsBox__btn {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #B2B2B2;
  height: 58px;
  width: 295px;
  display: table;
  margin: 0 auto;
  text-align: center;
  box-shadow: 1px 2px 3px #CCCCCC;
  background: -owg-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -moz-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -o-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=1 );
}

#top .strengthsBox__btn:hover {
  opacity: 0.5;
}

#top .strengthsBox__btn span {
  font-size: 20px;
  line-height: 58px;
  color: #4C4C4C;
  font-weight: 700;
  background: url(/assets/img/top/ico_gray_arrow.svg) no-repeat right 11px center;
  background-size: 6px 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  #top .strengthsBox__btn {
    height: 45px;
    width: 220px;
  }
  #top .strengthsBox__btn span {
    background: url(/assets/img/top/ico_gray_arrow.svg) no-repeat right 6px center;
    background-size: 5px 8px;
    font-size: 16px;
    line-height: 45px;
  }
}

#top .worksBox__bnr {
  font-size: 0;
  position: relative;
}

#top .worksBox__bnr:before {
  content: "";
  background: url(/assets/img/top/works_pattern.png) repeat-x;
  background-size: 3px 151px;
  width: 100%;
  height: 151px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#top .worksBox__bnr img {
  display: block;
  margin: 0 auto;
}

#top .worksBox__list {
  font-size: 0;
  margin-top: 45px;
  margin-bottom: 20px;
}

#top .worksBox__item {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 23.2%;
  padding: 1px;
  padding-bottom: 45px;
  box-shadow: 1px 0px 2px 2px #CCC;
  margin-right: 2.4%;
  margin-bottom: 35px;
  border-top: 5px solid #0027A3;
  position: relative;
}

#top .worksBox__item:hover {
  opacity: 0.5;
}

#top .worksBox__item:nth-child(4n+4) {
  margin-right: 0;
}

#top .worksBox__item--cate {
  font-size: 20px;
  color: #0027A3;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
}

#top .worksBox__item--img {
  padding: 0 10px;
  font-size: 0;
  margin-bottom: 9px;
}

#top .worksBox__item--img img {
  width: 100%;
}

#top .worksBox__item--title {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  padding: 0 10px;
  margin-bottom: 7px;
}

#top .worksBox__item--city {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

#top .worksBox__item--town {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  vertical-align: middle;
}

#top .worksBox__item--more {
  background: #CBCBCB;
  height: 30px;
  display: table;
  width: 100%;
  margin-top: 14px;
  padding-top: 10px;
  position: absolute;
  bottom: 1px;
}

#top .worksBox__item--more img {
  width: 9px;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  #top .worksBox {
    background: #F1F1F1;
  }
  #top .worksBox__bnr:before {
    content: none;
  }
  #top .worksBox__list {
    margin-top: 19px;
    margin-bottom: 0;
  }
  #top .worksBox__item {
    width: 47.41%;
    margin-right: 0;
    border-top: 3px solid #0027A3;
    box-shadow: 0px 0px 1px 1px #CCC;
    margin-bottom: 15px;
    background: #FFF;
  }
  #top .worksBox__item:nth-child(2n+1) {
    margin-right: 2.59%;
  }
  #top .worksBox__item:nth-child(2n+2) {
    margin-left: 2.59%;
  }
  #top .worksBox__item--cate {
    font-size: 12px;
    padding: 3px 0;
  }
  #top .worksBox__item--img {
    padding: 0 6px;
  }
  #top .worksBox__item--title {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 3px;
  }
  #top .worksBox__item--city {
    font-size: 11px;
  }
  #top .worksBox__item--town {
    font-size: 11px;
  }
  #top .worksBox__item--more {
    height: 18px;
    margin-top: 8px;
    padding-top: 5px;
  }
  #top .worksBox__item--more img {
    width: 6px;
  }
}

#top .worksBox__search {
  background: #F1F1F1;
  padding-top: 36px;
}

#top .worksBox__search--title {
  font-size: 24px;
  line-height: 33.82px;
  color: #0027A3;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

#top .worksBox__search--list {
  font-size: 0;
  margin-bottom: 82px;
}

#top .worksBox__search--item {
  font-size: 0;
  display: inline-block;
  width: 23.6%;
  height: 58px;
  border: 2px solid #B2B2B2;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 18px;
  margin-right: 1.86%;
  background: #FFF;
  box-shadow: 1px 2px 3px #CCCCCC;
}

#top .worksBox__search--item:hover {
  opacity: 0.5;
}

#top .worksBox__search--item:nth-child(4n+4) {
  margin-right: 0;
}

#top .worksBox__search--item.kitchen span:before {
  content: "";
  background: url(/assets/img/top/works_kitchen.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 35px;
}

#top .worksBox__search--item.gas span {
  margin-left: 21px;
}

#top .worksBox__search--item.gas span:before {
  content: "";
  background: url(/assets/img/top/works_gas.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 14px;
}

#top .worksBox__search--item.bathroom span {
  margin-left: 5px;
}

#top .worksBox__search--item.bathroom span:before {
  content: "";
  background: url(/assets/img/top/works_bathroom.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50px;
}

#top .worksBox__search--item.water span {
  margin-left: 25px;
}

#top .worksBox__search--item.water span:before {
  content: "";
  background: url(/assets/img/top/works_gas.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 30px;
}

#top .worksBox__search--item.toilet span {
  margin-left: 16px;
}

#top .worksBox__search--item.toilet span:before {
  content: "";
  background: url(/assets/img/top/works_toilet.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 39px;
}

#top .worksBox__search--item.others span {
  margin-left: 16px;
}

#top .worksBox__search--item.others span:before {
  content: "";
  background: url(/assets/img/top/works_others.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 35px;
}

#top .worksBox__search--item.lavatory span {
  margin-left: 0;
}

#top .worksBox__search--item.lavatory span:before {
  content: "";
  background: url(/assets/img/top/works_lavatory.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 55px;
}

#top .worksBox__search--item.works span {
  margin-left: 16px;
}

#top .worksBox__search--item.works span:before {
  content: "";
  background: url(/assets/img/top/works_works.svg) no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 39px;
}

#top .worksBox__search--item a {
  display: table;
  text-align: center;
  width: 100%;
}

#top .worksBox__search--item span {
  font-size: 20px;
  line-height: 56px;
  position: relative;
  color: #000000;
  font-weight: 700;
  display: block;
  background: url(/assets/img/top/works_icon_arrow_gray.svg) no-repeat right 14px center;
  background-size: 7px 10px;
}

@media only screen and (max-width: 767px) {
  #top .worksBox__search {
    padding-top: 11px;
  }
  #top .worksBox__search .container {
    padding: 0;
  }
  #top .worksBox__search--title {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 13px;
  }
  #top .worksBox__search--list {
    margin-bottom: 40px;
    border-bottom: 1px solid #CCC;
  }
  #top .worksBox__search--item {
    width: 50%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-top: 1px solid #CCC;
    box-shadow: none;
    height: 50px;
    margin: 0;
    background: -owg-linear-gradient(to bottom, #ffffff, #ededed);
    background: -webkit-linear-gradient(to bottom, #ffffff, #ededed);
    background: -moz-linear-gradient(to bottom, #ffffff, #ededed);
    background: -o-linear-gradient(to bottom, #ffffff, #ededed);
    background: linear-gradient(to bottom, #ffffff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
    position: relative;
  }
  #top .worksBox__search--item:before {
    content: "";
    background: #CCC;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  #top .worksBox__search--item.kitchen span:before {
    content: "";
    background: url(/assets/img/top/works_kitchen.svg) no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -30px;
  }
  #top .worksBox__search--item.gas span {
    margin-left: 21px;
  }
  #top .worksBox__search--item.gas span:before {
    content: "";
    background: url(/assets/img/top/works_gas.svg) no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -30px;
  }
  #top .worksBox__search--item.bathroom span {
    margin-left: 5px;
  }
  #top .worksBox__search--item.bathroom span:before {
    content: "";
    background: url(/assets/img/top/works_bathroom.svg) no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -30px;
  }
  #top .worksBox__search--item.water span {
    margin-left: 25px;
  }
  #top .worksBox__search--item.water span:before {
    content: "";
    background: url(/assets/img/top/works_gas.svg) no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -30px;
  }
  #top .worksBox__search--item.toilet span {
    margin-left: 16px;
  }
  #top .worksBox__search--item.toilet span:before {
    content: "";
    background: url(/assets/img/top/works_toilet.svg) no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -30px;
  }
  #top .worksBox__search--item.others span {
    margin-left: 16px;
  }
  #top .worksBox__search--item.others span:before {
    content: "";
    background: url(/assets/img/top/works_others.svg) no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -30px;
  }
  #top .worksBox__search--item.lavatory span {
    margin-left: 0;
  }
  #top .worksBox__search--item.lavatory span:before {
    content: "";
    background: url(/assets/img/top/works_lavatory.svg) no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -30px;
  }
  #top .worksBox__search--item.works span {
    margin-left: 16px;
  }
  #top .worksBox__search--item.works span:before {
    content: "";
    background: url(/assets/img/top/works_works.svg) no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -30px;
  }
  #top .worksBox__search--item a {
    text-align: left;
    padding-left: 45px;
  }
  #top .worksBox__search--item span {
    margin-left: 0 !important;
    font-size: 16px;
    line-height: 50px;
    background: url(/assets/img/top/sp/ico_arrow_li.svg) no-repeat right 9px center;
    background-size: 6px 12px;
  }
}

#top .commentsBox {
  padding-bottom: 108px;
}

#top .commentsBox__bnr {
  font-size: 0;
  position: relative;
}

#top .commentsBox__bnr:before {
  content: "";
  background: url(/assets/img/top/works_pattern.png) repeat-x;
  background-size: 3px 151px;
  width: 100%;
  height: 151px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#top .commentsBox__bnr img {
  display: block;
  margin: 0 auto;
}

#top .commentsBox__list {
  font-size: 0;
  margin-top: 45px;
  margin-bottom: 16px;
}

#top .commentsBox__item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

#top .commentsBox__item:nth-child(2n+1) {
  margin-right: 2%;
}

#top .commentsBox__item:nth-child(2n+2) {
  margin-left: 2%;
}

#top .commentsBox__item--img {
  width: 29.16%;
  float: left;
  margin-right: 4.16%;
}

#top .commentsBox__item--cate {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #979797;
  display: inline-block;
  padding: 0 9px;
  margin-bottom: 7px;
}

#top .commentsBox__item--title {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 7px;
}

#top .commentsBox__item--rate p {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #808080;
  margin-right: 7px;
}

#top .commentsBox__item--rate .rating {
  display: inline-block;
  vertical-align: top;
}

#top .commentsBox__item--rate .rating span {
  background: url(/assets/img/comments/gray_star.svg) no-repeat;
  background-size: 20px 18px;
  display: inline-block;
  width: 20px;
  height: 18px;
  float: left;
}

#top .commentsBox__item--rate .rating span.active {
  background: url(/assets/img/comments/yellow_star.svg) no-repeat;
}

@media only screen and (max-width: 767px) {
  #top .commentsBox {
    padding-bottom: 48px;
  }
  #top .commentsBox .container {
    padding: 0;
  }
  #top .commentsBox__bnr:before {
    content: none;
  }
  #top .commentsBox__list {
    margin-top: 21px;
    margin-bottom: 0;
  }
  #top .commentsBox__item {
    width: 100%;
    padding: 0 15px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    background: -owg-linear-gradient(to bottom, #ffffff, #ededed);
    background: -webkit-linear-gradient(to bottom, #ffffff, #ededed);
    background: -moz-linear-gradient(to bottom, #ffffff, #ededed);
    background: -o-linear-gradient(to bottom, #ffffff, #ededed);
    background: linear-gradient(to bottom, #ffffff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
  }
  #top .commentsBox__item:nth-child(2n+1) {
    margin-right: 0;
  }
  #top .commentsBox__item:nth-child(2n+2) {
    margin-left: 0;
  }
  #top .commentsBox__item:last-child {
    margin-bottom: 25px;
  }
  #top .commentsBox__item--img {
    width: 34.48%;
    margin-right: 6.25%;
  }
  #top .commentsBox__item--data {
    overflow: hidden;
  }
  #top .commentsBox__item--cate {
    font-size: 12px;
    line-height: 21px;
    height: 21px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  #top .commentsBox__item--title {
    font-size: 14px;
    line-height: 23px;
  }
  #top .commentsBox__item--rate p {
    font-size: 12px;
  }
  #top .commentsBox__item--rate .rating span {
    background: url(/assets/img/comments/gray_star.svg) no-repeat;
    background-size: 16px 15px;
    width: 16px;
    height: 15px;
  }
}

#top .commentsBox__btn {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #B2B2B2;
  height: 58px;
  width: 295px;
  display: table;
  margin: 0 auto;
  text-align: center;
  box-shadow: 1px 2px 3px #CCCCCC;
  background: -owg-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -moz-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -o-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=1 );
}

#top .commentsBox__btn:hover {
  opacity: 0.5;
}

#top .commentsBox__btn span {
  font-size: 20px;
  line-height: 58px;
  color: #4C4C4C;
  font-weight: 700;
  background: url(/assets/img/top/ico_gray_arrow.svg) no-repeat right 11px center;
  background-size: 6px 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  #top .commentsBox__btn {
    height: 45px;
    width: 220px;
  }
  #top .commentsBox__btn span {
    background: url(/assets/img/top/ico_gray_arrow.svg) no-repeat right 6px center;
    background-size: 5px 8px;
    font-size: 16px;
    line-height: 45px;
  }
}

#top .companyBox {
  background: url(/assets/img/top/company_pattern.png);
  padding-top: 63px;
  padding-bottom: 72px;
}

#top .companyBox__subtitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #0027A3;
}

#top .companyBox__title {
  font-weight: bold;
  font-size: 42px;
  line-height: 56px;
  color: #0027A3;
  margin-bottom: 30px;
}

#top .companyBox__wrap {
  position: relative;
}

#top .companyBox__wrap:before {
  content: "";
  background: url(/assets/img/top/company_man.png) no-repeat;
  width: 189px;
  height: 251px;
  position: absolute;
  top: -224px;
  right: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #top .companyBox {
    padding-left: 15px;
    padding-right: 15px;
  }
  #top .companyBox__title {
    font-size: 30px;
    line-height: 40px;
  }
}

#top .companyBox__content {
  background: #FFF;
  position: relative;
  padding: 26px 31px 29px;
  box-shadow: 1px 2px 3px #CCC;
  margin-bottom: 50px;
}

#top .companyBox__content:before {
  content: "";
  background: url(/assets/img/top/company_tl.svg) no-repeat;
  background-size: 42px 42px;
  width: 42px;
  height: 42px;
  position: absolute;
  top: -3px;
  left: -3px;
}

#top .companyBox__content:after {
  content: "";
  background: url(/assets/img/top/company_bt.svg) no-repeat;
  background-size: 42px 42px;
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: -5px;
  right: -5px;
}

#top .companyBox__content--txt {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 20px;
}

#top .companyBox__content--signature {
  text-align: right;
}

#top .companyBox__content--signature p {
  display: inline-block;
  vertical-align: bottom;
}

#top .companyBox__content--signature p.p01 {
  font-size: 14px;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
  position: relative;
  top: 3px;
}

#top .companyBox__content--signature p.p02 {
  font-size: 0;
  width: 133px;
  margin-right: 18px;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  #top .companyBox__content--signature p.p02 img {
    height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  #top .companyBox {
    padding-top: 26px;
    padding-bottom: 43px;
  }
  #top .companyBox__subtitle {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.65px;
    margin-left: 10px;
  }
  #top .companyBox__title {
    font-size: 21px;
    line-height: 29px;
    margin-left: 10px;
    margin-bottom: 17px;
  }
  #top .companyBox__wrap:before {
    content: "";
    background: url(/assets/img/top/sp/company_man.png) no-repeat;
    background-size: 148px 196px;
    width: 148px;
    height: 196px;
    position: absolute;
    top: -174px;
    right: 1px;
  }
  #top .companyBox__content {
    padding: 18px 20px 22px;
    margin-bottom: 19px;
  }
  #top .companyBox__content:before {
    content: "";
    background: url(/assets/img/top/company_tl.svg) no-repeat;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -2px;
    left: -2px;
  }
  #top .companyBox__content:after {
    content: "";
    background: url(/assets/img/top/company_bt.svg) no-repeat;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -4px;
    right: -4px;
  }
  #top .companyBox__content--txt {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 9px;
  }
  #top .companyBox__content--signature p {
    vertical-align: middle;
  }
  #top .companyBox__content--signature p.p01 {
    text-align: left;
    font-size: 12px;
    line-height: 19px;
  }
  #top .companyBox__content--signature p.p02 {
    width: 100px;
    margin-right: 14px;
    margin-left: 6px;
  }
}

#top .companyBox__btn {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #0027A3;
  height: 58px;
  width: 295px;
  display: table;
  margin: 0 auto;
  text-align: center;
  box-shadow: 1px 2px 3px #CCCCCC;
  background: -owg-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -moz-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -o-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D9E2F9',GradientType=1 );
}

#top .companyBox__btn:hover {
  opacity: 0.5;
}

#top .companyBox__btn span {
  font-size: 20px;
  line-height: 58px;
  color: #0027A3;
  font-weight: 700;
  background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 11px center;
  background-size: 6px 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  #top .companyBox__btn {
    height: 45px;
    width: 220px;
  }
  #top .companyBox__btn span {
    background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 9px center;
    background-size: 5px 8px;
    font-size: 16px;
    line-height: 45px;
  }
}

#top .productsBox__bnr {
  /* background: #F1F1F1; */
}

#top .productsBox__bnr h2 {
  position: relative;
}

#top .productsBox__bnr h2:before {
  content: "";
  background: #F1F1F1;
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

/*==============================COMMON BOX==============================*/
.productsBox {
  padding-bottom: 102px;
}

.productsBox__bnr {
  font-size: 0;
  margin-top: -33px;
}

.productsBox__bnr img {
  width: 100%;
}

.productsBox__list {
  font-size: 0;
  margin-top: 38px;
  margin-bottom: 5px;
}

.productsBox__item {
  font-size: 0;
  display: inline-block;
  width: 31.8%;
  vertical-align: top;
  margin-bottom: 39px;
  margin-right: 2.3%;
  box-shadow: 2px 3px 2px #CCC;
  padding: 25px 15px 10px;
  background: #F1F1F1;
}

.productsBox__item:nth-child(3n+3) {
  margin-right: 0;
}

.productsBox__item img {
  display: block;
  margin: 0 auto;
}

.productsBox__item img.brand {
  max-width: 90px;
}

.productsBox__item a {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 11px 0;
}

.productsBox__btn {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #0027A3;
  height: 58px;
  width: 295px;
  display: table;
  margin: 0 auto;
  text-align: center;
  box-shadow: 1px 2px 3px #CCCCCC;
  background: -owg-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -moz-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: -o-linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  background: linear-gradient(to bottom, #FFFFFF, #D9E2F9);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D9E2F9',GradientType=1 );
}

.productsBox__btn:hover {
  opacity: 0.5;
}

.productsBox__btn span {
  font-size: 20px;
  line-height: 58px;
  color: #0027A3;
  font-weight: 700;
  background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 11px center;
  background-size: 6px 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .productsBox__btn {
    height: 45px;
    width: 220px;
  }
  .productsBox__btn span {
    background: url(/assets/img/top/ico_blue_arrow.svg) no-repeat right 9px center;
    background-size: 5px 8px;
    font-size: 16px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .productsBox {
    padding-bottom: 26px;
  }
  .productsBox__bnr {
    margin-top: 0;
  }
  .productsBox__list {
    margin-top: 7px;
    margin-bottom: 9px;
  }
  .productsBox__item {
    width: 48.27%;
    font-size: 0;
    margin-right: 0;
    margin-bottom: 15px;
    box-shadow: 1px 2px 1px #CCC;
    padding: 11px 6px 6px;
  }
  .productsBox__item:nth-child(2n+1) {
    margin-right: 1.73%;
  }
  .productsBox__item:nth-child(2n+2) {
    margin-left: 1.73%;
  }
  .productsBox__item img.icon_brand {
    width: 44px;
  }
  .productsBox__item a {
    font-size: 10px;
    margin: 5px 0;
  }
}

.shopBox {
  padding-bottom: 87px;
}

.shopBox__bnr {
  font-size: 0;
  position: relative;
}

@media only screen and (min-width: 1400px) {
  .shopBox__bnr:before {
    content: "";
    background: url(/assets/img/top/works_pattern.png) repeat-x;
    background-size: 3px 151px;
    width: 100%;
    height: 151px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}

.shopBox__bnr img {
  display: block;
  margin: 0 auto;
}

.shopBox__list {
  font-size: 0;
  margin-top: 43px;
}

.shopBox__item {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-bottom: 55px;
}

.shopBox__item:nth-child(2n+1) {
  margin-right: 2%;
}

.shopBox__item:nth-child(2n+2) {
  margin-left: 2%;
}

.shopBox__item--img {
  width: 33.333%;
  float: left;
  margin-right: 3.95%;
}

.shopBox__item--ct {
  overflow: hidden;
}

.shopBox__item--store {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  height: 24px;
  background: #989898;
  padding-left: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
}

.shopBox__item--tel {
  color: #07AA00;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  background: url(/assets/img/top/shop_icon_tel.svg) no-repeat left center;
  background-size: 22px 26px;
  padding-left: 30px;
  margin-bottom: 6px;
}

.shopBox__item--address {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
}

.shopBox__item--name {
  font-size: 0;
}

.shopBox__item--name li {
  font-size: 0;
  display: inline-block;
  border: 2px solid #B2B2B2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 34px;
  width: 47%;
  text-align: center;
}

.shopBox__item--name li:hover {
  opacity: 0.5;
}

.shopBox__item--name li:nth-child(2n+1) {
  margin-right: 3%;
}

.shopBox__item--name li:nth-child(2n+2) {
  margin-left: 1%;
}

.shopBox__item--name li a {
  font-size: 16px;
  color: #989898;
  line-height: 30px;
  background: url(/assets/img/top/shops_icon_arrow.svg) no-repeat right 9px center;
  background-size: 4px 7px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .shopBox {
    padding-bottom: 31px;
  }
  .shopBox .container {
    padding: 0;
  }
  .shopBox__bnr:before {
    content: none;
  }
  .shopBox__bnr img {
    width: 100%;
  }
  .shopBox__list {
    margin-top: 23px;
  }
  .shopBox__item {
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 18px;
    padding-bottom: 18px;
    background: -owg-linear-gradient(to bottom, #ffffff, #ededed);
    background: -webkit-linear-gradient(to bottom, #ffffff, #ededed);
    background: -moz-linear-gradient(to bottom, #ffffff, #ededed);
    background: -o-linear-gradient(to bottom, #ffffff, #ededed);
    background: linear-gradient(to bottom, #ffffff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
  }
  .shopBox__item:nth-child(2n+1) {
    margin-right: 0;
  }
  .shopBox__item:nth-child(2n+2) {
    margin-left: 0;
  }
  .shopBox__item:last-child {
    margin-bottom: 22px;
  }
  .shopBox__item--img {
    width: 34.48%;
    margin-right: 5%;
  }
  .shopBox__item--store {
    font-size: 14px;
    line-height: 1;
    height: 14px;
    color: #000000;
    padding-left: 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    margin-bottom: 7px;
  }
  .shopBox__item--telsp {
    background: #07AA00;
    height: 35px;
    margin-bottom: 13px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .shopBox__item--telsp a {
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    color: #fff;
    line-height: 35px;
    background: url(/assets/img/top/sp/shop_icon_tel.svg) no-repeat left 9px center;
    background-size: 15px 15px;
    padding-left: 26px;
  }
  .shopBox__item--telsp a span {
    margin-left: 5px;
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .shopBox__item--address {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 6px;
  }
  .shopBox__item--name li {
    height: 25px;
    text-align: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 1px 1px 1px #CCC;
  }
  .shopBox__item--name li a {
    font-size: 12px;
    line-height: 21px;
    color: #989898;
    font-weight: 700;
    background: url(/assets/img/top/shops_icon_arrow.svg) no-repeat right 5px center;
    background-size: 4px 7px;
    padding-left: 12px;
  }
}

.shopBox__bookcontact {
  font-size: 0;
}

.shopBox__bookcontact li {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.shopBox__bookcontact li:first-child {
  width: 49%;
  margin-right: 1.2%;
}

.shopBox__bookcontact li:last-child {
  width: 49.8%;
}

@media only screen and (max-width: 767px) {
  .shopBox__bookcontact li:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .shopBox__bookcontact li:last-child {
    width: 100%;
  }
  .shopBox__bookcontact li img {
    width: 100%;
  }
}

.constructionBox {
  padding-bottom: 29px;
}

.constructionBox__title {
  background: #042880;
  height: 53px;
  color: #FFF;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  position: relative;
}

.constructionBox__title:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 12px 12px 0;
  border-color: #042880 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
}

.constructionBox__list {
  font-size: 0;
  margin-top: 25px;
}

.constructionBox__item {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 49%;
}

.constructionBox__item:first-child {
  margin-right: 1%;
}

.constructionBox__item:last-child {
  margin-left: 1%;
}

.constructionBox__item--tit {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 5px;
}

.constructionBox__item--ct {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  background: #F1F1F1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 13px;
}

.constructionBox__item--note {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .constructionBox {
    padding-bottom: 27px;
  }
  .constructionBox__title {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
  }
  .constructionBox__title:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 11px 0;
    border-color: #042880 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
  }
  .constructionBox__list {
    margin-top: 20px;
  }
  .constructionBox__item {
    width: 100%;
  }
  .constructionBox__item:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .constructionBox__item:last-child {
    margin-left: 0;
  }
  .constructionBox__item--tit {
    font-size: 14px;
    line-height: 23px;
  }
  .constructionBox__item--ct {
    font-size: 14px;
    line-height: 23px;
    padding: 9px 16px;
  }
  .constructionBox__item--note {
    font-size: 14px;
    line-height: 23px;
  }
}

.ul_3pic {
  padding-bottom: 94px;
}

.ul_3pic ul {
  font-size: 0;
  text-align: center;
}

.ul_3pic ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .ul_3pic {
    padding: 0 15px 33px;
  }
  .ul_3pic ul {
    text-align: left;
  }
  .ul_3pic ul li {
    width: 31%;
    margin: 0 3.5% 0 0;
  }
  .ul_3pic ul li:last-child {
    margin-right: 0;
  }
}

.imgmax {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .works .cm__breadcrumbs {
    border-bottom: 1px solid #CACACA;
    padding-bottom: 6px;
    margin-bottom: 23px;
  }
}

.worksdetail .ul_3pic {
  background: #F0F0F0;
}

.worksdetail__maincontent .inner, .worksdetail__maincontent .inner2 {
  max-width: 800px;
  margin: 0 auto;
}

.worksdetail__maincontent__detail-table {
  margin-top: 35px;
  margin-bottom: 58px;
}

.worksdetail__maincontent__detail-table table {
  border: 1px solid #999999;
  border-bottom: none;
  margin-bottom: 25px;
}

.worksdetail__maincontent__detail-table table th {
  width: 147px;
  background: #E5E5E5;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  font-weight: 700;
  border-bottom: 1px solid #999999;
  padding-left: 10px;
}

.worksdetail__maincontent__detail-table table td {
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  border-bottom: 1px solid #999999;
  padding: 5px 0 5px 14px;
}

.worksdetail__maincontent__block-text {
  margin-bottom: 45px;
}

.worksdetail__maincontent__block-text h4 {
  font-size: 20px;
  line-height: 44px;
  color: #FFF;
  text-shadow: -0.5px -0.5px 0px rgba(0, 0, 0, 0.3);
  background: #07AA00;
  height: 44px;
  padding-left: 15px;
  margin-bottom: 23px;
  margin-top: 23px;
}

.worksdetail__maincontent__block-text div {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.worksdetail__maincontent__block-text ul, .worksdetail__maincontent__block-text ol {
  margin-left: 20px;
}

.worksdetail__maincontent__block-text ul li, .worksdetail__maincontent__block-text ol li {
  font-size: 16px;
}

.worksdetail__maincontent__block-text.mix_content {
  margin-bottom: 70px;
}

.worksdetail__maincontent__block-text.mix_content .image_content:before, .worksdetail__maincontent__block-text.mix_content .image_content:after {
  content: " ";
  display: table;
}

.worksdetail__maincontent__block-text.mix_content .image_content:after {
  clear: both;
}

.worksdetail__maincontent__block-text.mix_content .image_content__img {
  float: left;
  margin-right: 20px;
  max-width: 200px;
}

.worksdetail__maincontent__block-text.mix_content .image_content__img p {
  margin-top: 5px;
}

.worksdetail__maincontent__block-text.mix_content .image_content__img p span {
  color: #07aa00;
}

.worksdetail__maincontent__block-text.mix_content .image_content__txt {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-top: -5px;
  overflow: hidden;
}

.worksdetail__maincontent__block-text.list_items {
  margin-bottom: 65px;
}

.worksdetail__maincontent__block-text.list_items h4 {
  background: #000;
  color: #fff;
}

.worksdetail__maincontent__block-text.list_items ul {
  margin: 0 -10px;
}

.worksdetail__maincontent__block-text.list_items ul:before, .worksdetail__maincontent__block-text.list_items ul:after {
  content: " ";
  display: table;
}

.worksdetail__maincontent__block-text.list_items ul:after {
  clear: both;
}

.worksdetail__maincontent__block-text.list_items ul li {
  width: 25%;
  padding: 0 10px;
  float: left;
  margin-bottom: 55px;
}

.worksdetail__maincontent__block-text.list_items ul li figure img {
  width: 100%;
}

.worksdetail__maincontent__block-text.list_items ul li .name {
  font-size: 16px;
  line-height: 28px;
  margin-top: 5px;
  font-weight: 700;
}

.worksdetail__maincontent__block-text.list_items ul li .meta {
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
}

.worksdetail__maincontent__block-text.list_items ul li .meta span {
  padding-left: 8px;
}

.worksdetail__maincontent__block-text.list_items .btn_more {
  border: 2px solid #B2B2B2;
  height: 58px;
  width: 295px;
  display: table;
  margin: 0 auto;
  text-align: center;
  box-shadow: 1px 2px 3px #CCCCCC;
  background: -owg-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -moz-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: -o-linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  background: linear-gradient(to bottom, #FFFFFF, #DDDDDD);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=1 );
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.worksdetail__maincontent__block-text.list_items .btn_more:hover {
  opacity: 0.5;
}

.worksdetail__maincontent__block-text.list_items .btn_more span {
  font-size: 20px;
  line-height: 58px;
  color: #4C4C4C;
  font-weight: 700;
  background: url(/assets/img/top/ico_gray_arrow.svg) no-repeat right 11px center;
  background-size: 6px 10px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .worksdetail__maincontent__block-text.list_items .btn_more {
    height: 45px;
    width: 220px;
  }
  .worksdetail__maincontent__block-text.list_items .btn_more span {
    background: url(/assets/img/top/ico_gray_arrow.svg) no-repeat right 6px center;
    background-size: 5px 8px;
    font-size: 16px;
    line-height: 45px;
  }
}

.worksdetail__maincontent__block-compare__item {
  padding: 50px 0 18px;
}

.worksdetail__maincontent__block-compare__item .title {
  font-size: 24px;
  line-height: 23px;
  color: #0027A3;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}

.worksdetail__maincontent__block-compare__item ul {
  max-width: 800px;
  margin: 0 auto;
}

.worksdetail__maincontent__block-compare__item ul:before, .worksdetail__maincontent__block-compare__item ul:after {
  content: " ";
  display: table;
}

.worksdetail__maincontent__block-compare__item ul:after {
  clear: both;
}

.worksdetail__maincontent__block-compare__item ul li {
  width: calc(50% - 20px);
  float: left;
  margin-bottom: 50px;
}

.worksdetail__maincontent__block-compare__item ul li:nth-child(2n+1) {
  margin-right: 20px;
}

.worksdetail__maincontent__block-compare__item ul li:nth-child(2n+2) {
  margin-left: 20px;
}

.worksdetail__maincontent__block-compare__item ul li img {
  margin-bottom: 10px;
}

.worksdetail__maincontent__block-compare__item ul li p {
  font-size: 14px;
  line-height: 23px;
}

.worksdetail__maincontent__block-compare__item.old {
  background: #efefef;
  position: relative;
}

.worksdetail__maincontent__block-compare__item.old .title {
  color: #000;
}

.worksdetail__maincontent__block-compare__item.old:before {
  content: '';
  width: 146px;
  height: 64px;
  display: block;
  position: absolute;
  bottom: -22px;
  left: calc(50% - 69px);
  background: url(../img/works/ico_arrow.svg) no-repeat;
  background-size: 100%;
}

.worksdetail__maincontent__block-compare__item.new .title {
  color: #0027A3;
}

.worksdetail__maincontent__block-compare__item.new .title:before, .worksdetail__maincontent__block-compare__item.new .title:after {
  content: '';
  width: 66px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -4px;
}

.worksdetail__maincontent__block-compare__item.new .title:before {
  background: url(../img/works/ico_stars_left.svg) no-repeat;
  margin-right: 13px;
}

.worksdetail__maincontent__block-compare__item.new .title:after {
  background: url(../img/works/ico_stars_right.svg) no-repeat;
  margin-left: 13px;
}

.worksdetail__maincontent__social {
  margin-top: 125px;
  margin-bottom: 47px;
}

.worksdetail__maincontent__social p {
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #000000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 12px;
}

.worksdetail__maincontent__social ul {
  text-align: center;
  font-size: 0;
}

.worksdetail__maincontent__social ul li {
  display: inline-block;
  font-size: 0;
  font-size: 0;
  margin: 0 16px;
}

.worksdetail__maincontent__social ul li a {
  display: block;
}

.worksdetail__maincontent__social ul li a img {
  width: 45px;
}

.worksdetail__pagingDt {
  background: #F0F0F0;
  padding-top: 33px;
  padding-bottom: 95px;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .worksdetail__pagingDt {
    padding: 23px 15px 35px;
  }
}

.worksdetail__pagingDt .img {
  float: left;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .worksdetail__pagingDt .img {
    float: none;
    margin: 0;
  }
  .worksdetail__pagingDt .img img {
    width: 100%;
  }
}

.worksdetail__pagingDt .right_ct {
  overflow: hidden;
}

.worksdetail__pagingDt p.navigation {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}

.worksdetail__pagingDt p.navigation.vh {
  visibility: hidden;
}

.worksdetail__pagingDt p.store {
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  color: #FFF;
  font-weight: 700;
  text-align: left;
  background: #989898;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0 7px;
  margin-bottom: 11px;
}

.worksdetail__pagingDt p.title {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 5px;
}

.worksdetail__pagingDt p.title a {
  color: #000000;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .worksdetail__pagingDt p.navigation {
    font-size: 14px;
    margin-bottom: 9px;
    padding: 0 5px;
  }
  .worksdetail__pagingDt p.store {
    font-size: 12px;
    height: 23px;
    line-height: 1;
    margin-bottom: 0;
    padding: 5px 10px;
    position: absolute;
    top: 31px;
    left: 0;
    background: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .worksdetail__pagingDt p.title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 4px;
    margin-top: 12px;
  }
  .worksdetail__pagingDt p.meta {
    font-size: 12px;
    margin-top: 0;
  }
}

.worksdetail__pagingDt .meta {
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
}

.worksdetail__pagingDt .meta span {
  padding-left: 8px;
}

.worksdetail__pagingDt--prev {
  display: inline-block;
  width: 47.5%;
  vertical-align: top;
  margin-right: 2.5%;
}

.worksdetail__pagingDt--prev p.navigation {
  background: url(../img/events/arrow_prev_paging.svg) no-repeat left center;
  background-size: 6px 12px;
  padding-left: 15px;
}

.worksdetail__pagingDt--prev:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .worksdetail__pagingDt--prev {
    width: calc(50% - 30px);
    margin: 0 15px;
    position: relative;
  }
}

.worksdetail__pagingDt--next {
  display: inline-block;
  width: 47.5%;
  vertical-align: top;
  margin-left: 2.5%;
}

.worksdetail__pagingDt--next p.navigation {
  background: url(../img/events/arrow_next_paging.svg) no-repeat right center;
  background-size: 6px 12px;
  padding-right: 15px;
  text-align: right;
}

.worksdetail__pagingDt--next:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .worksdetail__pagingDt--next {
    width: calc(50% - 30px);
    margin: 0 15px;
    position: relative;
  }
}

.worksdetail__pagingDt--back {
  font-size: 18px;
  line-height: 23px;
  color: #000000 !important;
  text-decoration: underline !important;
  font-weight: 700;
  display: table;
  margin: 43px auto 0;
}

.worksdetail__pagingDt--back:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .worksdetail__pagingDt--back {
    font-size: 16px;
    line-height: 23px;
    margin-top: 22px;
  }
}

.worksdetail__cate {
  font-size: 14px;
  color: #FFF;
  background: #989898;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px;
  margin-right: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.worksdetail__city {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  vertical-align: middle;
}

.worksdetail__title {
  font-size: 24px;
  line-height: 34px;
  color: #0027A3;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
  .worksdetail__maincontent .inner {
    padding: 0 15px;
  }
  .worksdetail__maincontent__detail-table {
    padding: 0 15px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .worksdetail__maincontent__detail-table table {
    margin-bottom: 35px;
  }
  .worksdetail__maincontent__detail-table table th {
    width: 110px;
    font-size: 12px;
    line-height: 20px;
    padding-left: 12px;
  }
  .worksdetail__maincontent__detail-table table td {
    font-size: 12px;
    line-height: 20px;
    padding: 7px 0 6px 12px;
  }
  .worksdetail__maincontent__block-text {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .worksdetail__maincontent__block-text h4 {
    margin: 0 -15px 12px;
    font-size: 16px;
    line-height: 23px;
    height: 40px;
    line-height: 40px;
  }
  .worksdetail__maincontent__block-text div {
    font-size: 14px;
    line-height: 23px;
  }
  .worksdetail__maincontent__block-text ul, .worksdetail__maincontent__block-text ol {
    margin-left: 20px;
  }
  .worksdetail__maincontent__block-text ul li, .worksdetail__maincontent__block-text ol li {
    font-size: 12px;
  }
  .worksdetail__maincontent__block-text.mix_content {
    margin-bottom: 50px;
  }
  .worksdetail__maincontent__block-text.mix_content h4 {
    margin-bottom: 18px;
  }
  .worksdetail__maincontent__block-text.mix_content .image_content__img {
    float: left;
    margin-right: 15px;
    width: 34.48%;
    margin-bottom: 20px;
  }
  .worksdetail__maincontent__block-text.mix_content .image_content p {
    font-size: 14px;
  }
  .worksdetail__maincontent__block-text.mix_content .image_content__txt {
    font-size: 14px;
    line-height: 23px;
  }
  .worksdetail__maincontent__block-text.list_items ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  .worksdetail__maincontent__block-text.list_items ul li .name {
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
  }
  .worksdetail__maincontent__block-text.list_items ul li .meta {
    margin-top: 3px;
  }
  .worksdetail__maincontent__social {
    margin-top: 65px;
    margin-bottom: 30px;
  }
  .worksdetail__maincontent__social p {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
  }
  .worksdetail__maincontent__social ul li {
    margin: 0 11px;
  }
  .worksdetail__maincontent__social ul li a img {
    width: 45px;
  }
  .worksdetail__maincontent__block-compare__item {
    padding: 30px 15px 36px;
  }
  .worksdetail__maincontent__block-compare__item .title {
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 18px;
  }
  .worksdetail__maincontent__block-compare__item ul li {
    width: 100%;
    margin: 0 0 30px 0 !important;
  }
  .worksdetail__maincontent__block-compare__item ul li img {
    margin-bottom: 5px;
  }
  .worksdetail__maincontent__block-compare__item.old:before {
    bottom: -30px;
  }
  .worksdetail__maincontent__block-compare__item.new {
    padding: 50px 15px 30px;
  }
  .worksdetail__maincontent__block-compare__item.new .title {
    margin-bottom: 12px;
  }
  .worksdetail__cate {
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .worksdetail__city {
    font-size: 12px;
  }
  .worksdetail__title {
    font-size: 18px;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 16px;
  }
  .worksdetail__mainimg {
    padding: 33px 15px 0;
    margin-bottom: 33px;
  }
  .worksdetail__mainimg img {
    margin-top: -71px;
    margin-bottom: 15px;
  }
}

.works .comments__fixtext {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .works .comments__fixtext {
    margin-bottom: 7px;
  }
}

.works .worksBox__list {
  font-size: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.works .worksBox__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 23.2%;
  padding: 1px;
  padding-bottom: 45px;
  box-shadow: 1px 0px 2px 2px #CCC;
  margin-right: 2.4%;
  margin-bottom: 35px;
  border-top: 5px solid #0027A3;
}

.works .worksBox__item:hover {
  opacity: 0.5;
}

.works .worksBox__item:nth-child(4n+4) {
  margin-right: 0;
}

.works .worksBox__item--cate {
  font-size: 20px;
  color: #0027A3;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
}

.works .worksBox__item--img {
  padding: 0 10px;
  font-size: 0;
  margin-bottom: 9px;
}

.works .worksBox__item--img img {
  width: 100%;
}

.works .worksBox__item--title {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  padding: 0 10px;
  margin-bottom: 7px;
}

.works .worksBox__item--city {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.works .worksBox__item--town {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  vertical-align: middle;
}

.works .worksBox__item--more {
  background: #CBCBCB;
  height: 30px;
  display: table;
  width: 100%;
  margin-top: 14px;
  padding-top: 10px;
  position: absolute;
  bottom: 1px;
}

.works .worksBox__item--more img {
  width: 9px;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .works .worksBox {
    /*  background: #F1F1F1; */
  }
  .works .worksBox__list {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .works .worksBox__item {
    width: 47.41%;
    margin-right: 0;
    border-top: 3px solid #0027A3;
    box-shadow: 0px 0px 1px 1px #CCC;
    margin-bottom: 15px;
    background: #FFF;
    padding-bottom: 30px;
  }
  .works .worksBox__item:nth-child(2n+1) {
    margin-right: 2.59%;
  }
  .works .worksBox__item:nth-child(2n+2) {
    margin-left: 2.59%;
  }
  .works .worksBox__item--cate {
    font-size: 12px;
    padding: 3px 0;
  }
  .works .worksBox__item--img {
    padding: 0 6px;
  }
  .works .worksBox__item--title {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 3px;
  }
  .works .worksBox__item--city {
    font-size: 11px;
  }
  .works .worksBox__item--town {
    font-size: 11px;
  }
  .works .worksBox__item--more {
    height: 18px;
    margin-top: 8px;
    padding-top: 5px;
  }
  .works .worksBox__item--more img {
    width: 6px;
  }
}

.cm__mainheading {
  background: -owg-linear-gradient(to bottom, #2A4084 0%, #1d3a8b 49%, #0f2178 50%, #1D3B8B 100%);
  background: -webkit-linear-gradient(to bottom, #2A4084 0%, #1d3a8b 49%, #0f2178 50%, #1D3B8B 100%);
  background: -moz-linear-gradient(to bottom, #2A4084 0%, #1d3a8b 49%, #0f2178 50%, #1D3B8B 100%);
  background: -o-linear-gradient(to bottom, #2A4084 0%, #1d3a8b 49%, #0f2178 50%, #1D3B8B 100%);
  background: linear-gradient(to bottom, #2A4084 0%, #1d3a8b 49%, #0f2178 50%, #1D3B8B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A4084', endColorstr='#1D3B8B',GradientType=1 );
  height: 100px;
}

.cm__mainheading h1 {
  text-align: center;
  color: #FFF;
  font-size: 42px;
  font-weight: 700;
  line-height: 100px;
}

@media only screen and (max-width: 767px) {
  .cm__mainheading {
    height: 60px;
  }
  .cm__mainheading h1 {
    font-size: 24px;
    line-height: 60px;
  }
}

.cm__breadcrumbs {
  margin-top: 13px;
  margin-bottom: 49px;
}

.cm__breadcrumbs ul {
  display: inline-block;
  font-size: 0;
}

.cm__breadcrumbs ul li {
  display: inline-block;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.55px;
  color: #808080;
  margin-right: 8px;
}

.cm__breadcrumbs ul li a {
  text-decoration: underline;
  color: #808080;
  background: url(../img/common/header/ico_arrow_li.svg) no-repeat right center;
  background-size: 5px 10px;
  padding-right: 19px;
}

.cm__breadcrumbs ul li a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .cm__breadcrumbs {
    margin-top: 9px;
    margin-bottom: 7px;
  }
  .cm__breadcrumbs ul li {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.6px;
  }
  .cm__breadcrumbs ul li a {
    padding-right: 16px;
  }
}



/* =======================
レスポンシブWebデザイン用のスタイルシート
========================*/
/* スマートフォンサイズに適用: ここから */
@media screen and (max-width: 767px){

	.shopLower{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	align-content: center;
	width:100%;
	}
	.shopLower .bnItem{
	margin-bottom: 30px;
	}
	.shopLower .bnItem img{
	width:90%;
	margin: 0 5%;
	}

}
/* スマートフォンサイズに適用: ここまで */



/* スマートフォン以外に適用: ここから */
@media screen and (min-width: 768px){

	.shopLower{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: -40px auto 50px;
	width:1000px;
	}
	.shopLower .bnItem{
	margin-bottom: 40px;
	}

}
/* スマートフォン以外に適用: ここまで */



/*# sourceMappingURL=maps/style.css.map */
