@charset "UTF-8";

/* ============================================================================
 * BASE
 * ========================================================================= */
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,
input,
output,
textarea,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
  list-style-type: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 14px;
  -webkit-font-smoothing: auto;
  line-height: 1.5;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.75;
}

/* ============================================================================
 * HEADER
 * ========================================================================= */
#header {
  height: auto;
}

/* HEADER MODULE */
#searchForm {
  max-width: inherit;
}

#searchForm * {
  box-sizing: border-box;
}

#searchForm .input-group {
  position: static;
  display: block;
  border-collapse: separate;
}

#searchForm .input-group-btn {
  white-space: normal;
}

#searchForm .input-group-btn input {
  line-height: 24px;
  vertical-align: middle;
}

#searchForm .input-group-addon,
#searchForm .input-group-btn {
  display: inline;
}

#searchForm .input-group-addon,
#searchForm .input-group-btn,
#searchForm .input-group .form-control {
  line-height: 24px;
  display: inline;
}

#searchForm .form-control {
  width: 100%;
  height: auto;
  padding: 0;
  line-height: 24px;
  color: #000;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0 transparent inset;
  background-color: #fff;
  background-image: none;
}

#searchForm .form-control[placeholder] {
  color: #000;
}

.balloonTip {
  top: 67px !important;
}

/* ============================================================================
 * FOOTER
 * ========================================================================= */
@media screen and (max-width: 1100px) {
  #footer {
    font: 400 11px system-ui;
    color: #000;
    line-height: normal;
    letter-spacing: normal;
  }
}

/* ============================================================================
 * CONTACT
 * ========================================================================= */
.bottomContact .contactLink {
  display: none;
}

/* ============================================================================
 * CONTENTS
 * ========================================================================= */
/* BASE */
#contents * {
  font-size: 16px;
  text-align: initial;
}

#contents *[align="left"] {
  text-align: left;
}

#contents *[align="right"] {
  text-align: right;
}

#contents *[align="center"] {
  text-align: center;
}

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

#contents h1,
#contents .h1 {
  font-size: 33px;
}

#contents h2,
#contents .h2 {
  font-size: 28px;
}

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

#contents p {
  margin: 0 0 11.5px;
}

#contents ol,
#contents ul {
  margin: 0 0 11.5px;
}

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

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

#contents b,
#contents strong {
  font-weight: 700;
}

#contents small {
  font-size: 11px;
}

#contents small * {
  font-size: 11px;
}

#contents big {
  font-size: 16.6px;
}

#contents big * {
  font-size: 16.6px;
}

#contents table {
  margin: 0 0 1em;
}

#contents table th,
#contents table td {
  padding: 5px 10px;
  vertical-align: middle;
}

#contents table th[bgcolor="#b2dcff"],
#contents table td[bgcolor="#b2dcff"] {
  background: #cbcdfd;
}

#contents table strong {
  margin: 0 0 1em;
  display: block;
}

#contents table strong span {
  display: block;
}

#contents center {
  text-align: center;
}

#contents center * {
  text-align: center;
}

#contents center table {
  margin-left: auto;
  margin-right: auto;
}

#contents blockquote {
  margin: 0 0 23px;
  padding: 11.5px 23px;
  font-size: 17.5px;
  font-size: 11px;
  border-left: 5px solid #eee;
}

#contents blockquote dl {
  margin: 0 0 20px;
}

#contents blockquote ul {
  margin: 0;
  padding: 0 0 0 40px;
}

#contents textarea {
  width: 100% !important;
  box-sizing: border-box;
}

/* LAYOUT */
#contents .container {
  width: 100% !important;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

#contents .container .row {
  padding: 0 10px;
}

#contents .container .row>.col-md-9 {
  width: 71.875%;
  height: auto !important;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

#contents .container .row>.col-md-3 {
  width: 23.5625%;
  height: auto !important;
  padding-left: 0;
  padding-right: 0;
  float: right;
}

#contents .breadcrumbs {
  margin: 20px 0 0;
}

#contents .breadcrumbs * {
  font-size: 12px;
  font-weight: normal;
  color: #777;
}

@media screen and (max-width: 1100px) {
  #contents .container .row>.col-md-9 {
    width: 100%;
    float: none;
  }

  #contents .container .row>.col-md-3 {
    display: none !important;
  }
}

/* ============================================================================
 * LOCALNAVIGATION
 * ========================================================================= */
#sub {
  height: auto !important;
}

#sub::after {
  width: 100%;
  height: 100%;
  padding: 10000% 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #edf3fb;
  content: '';
}

#sub .sidebar {
  padding: 0;
}

#sub .sidebar-widget__title {
  padding: 10px 10px 7px 20px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  position: relative;
  background: #7ca4dd;
}

#sub .sidebar-widget__title::before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #174f9f;
  content: "";
}

#sub .menu {
  margin: 30px 20px 10px;
}

#sub .menu li {
  margin: 13px 0 0;
  padding: 0;
}

#sub .menu .sub-menu {
  margin: 0;
  padding: 0 0 0 1em;
}

#sub .menu a {
  color: #244697;
  text-decoration: none;
}

#sub .menu a:hover {
  color: #7a9bca text-decoration: none;
}

/* ============================================================================
 * MAINVISUAL
 * ========================================================================= */
.page-id-724 .sub-page-contents>.container>.row>.col-md-9 {
  padding: 0;
}

.page-id-724 .sub-page-contents>.container>.row>.col-md-9 #sub {
  display: none;
}

.page-id-724 .sub-page-contents>.container>.row>.col-md-3 #sub:first-child {
  display: none;
}

.page-id-724 .page-header {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background-size: cover;
  background-image: url("https://www.asprova.jp/wp-content/themes/theme_asprova/img/products/products_mainimg01.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-attachment: inherit;
}

.page-id-724 .page-header .container {
  max-width: 100% !important;
  max-height: 200px;
  padding: 4.572% 0;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.page-id-724 .page-header .container .page-header__title {
  font-size: 48px !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

.page-id-724 #breadcrumb {
  max-width: 1300px;
  margin: 15px auto 25px;
  padding: 0;
  letter-spacing: -.4em;
  list-style: none;
}

.page-id-724 #breadcrumb li,
.page-id-724 #breadcrumb a {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 1.667;
  letter-spacing: normal;
  vertical-align: middle;
  position: relative;
}

.page-id-724 #breadcrumb a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 1100px) and (min-width: 415px) {
  .page-id-724 .page-header .container .page-header__title {
    font-size: 36px !important;
  }
}

@media screen and (max-width: 414px) {
  .page-id-724 .page-header .container .page-header__title {
    font-size: 15px !important;
    line-height: 1.4 !important;
  }

  .page-id-724 #breadcrumb {
    margin: 8px auto 10px;
  }

  .page-id-724 #breadcrumb li,
  .page-id-724 #breadcrumb a {
    font-size: 9px;
  }
}
