@charset "UTF-8";
/*全体*/
body {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

/*end 全体*/
/*レイアウト*/
.inx-col-shrink {
  padding-right: 15px;
  padding-left: 15px;
}

/*end レイアウト*/
/*テキスト関連*/
.inx-font-serif {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.5rem;
  font-weight: normal;
  line-height: 1.5em;
}

p, li, dd {
  line-height: 1.8em;
}

.inx-h-01 {
  background-color: #1A72BB;
  color: #fff;
}

.inx-h1-base {
  font-size: 2.5rem;
}

@media (max-width: 767.98px) {
  .inx-h1-base {
    font-size: 1.5rem;
  }
}

.inx-h2-base {
  margin: 0 0 2.5rem;
  font-size: 2rem;
}

@media (max-width: 767.98px) {
  .inx-h2-base {
    margin: 0 0 2rem;
    font-size: 1.5rem;
  }
}

.inx-h3-base {
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  .inx-h3-base {
    font-size: 1.25rem;
  }
}

.inx-h4-base {
  font-size: 1.25rem;
}

@media (max-width: 767.98px) {
  .inx-h4-base {
    font-size: 1.15rem;
  }
}

.inx-h5-base {
  font-size: 1rem;
}

.inx-h6-base {
  font-size: 1rem;
}

.inx-text-color-white {
  color: #fff;
}

.inx-text-color-red {
  color: red;
}

.inx-text-color-01 {
  color: #1A72BB;
}

.inx-text-color-02 {
  color: #BE1623;
}

.inx-text-color-03 {
  color: #F5FF00;
}

.inx-text-exl {
  font-size: 1.75rem;
}

@media (max-width: 767.98px) {
  .inx-text-exl {
    font-size: 1.5rem;
  }
}

.inx-text-l {
  font-size: 1.25rem;
}

@media (max-width: 767.98px) {
  .inx-text-l {
    font-size: 1.15rem;
  }
}

.inx-text-m {
  font-size: 1rem;
}

.inx-text-s {
  font-size: .8rem;
}

.inx-text-exs {
  font-size: .6rem;
}

.inx-text-bold {
  font-weight: bold;
}

.inx-text-normal {
  font-weight: normal;
}

.inx-text-sup {
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.inx-text-sub {
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

/*end テキスト関連*/
/*改行関連*/
br.inx-br-s {
  display: none;
}

@media (max-width: 767.98px) {
  br.inx-br-s {
    display: inherit;
  }
}

br.inx-br-m {
  display: none;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  br.inx-br-m {
    display: inherit;
  }
}

br.inx-br-down-m {
  display: none;
}

@media (max-width: 991.98px) {
  br.inx-br-down-m {
    display: inherit;
  }
}

br.inx-br-up-m {
  display: none;
}

@media (min-width: 768px) {
  br.inx-br-up-m {
    display: inherit;
  }
}

br.inx-br-l {
  display: none;
}

@media (min-width: 992px) {
  br.inx-br-l {
    display: inherit;
  }
}

/*end 改行関連*/
/*画像関連*/
.inx-square-box {
  position: relative;
}

.inx-square-box::before {
  overflow: hidden;
  content: "";
  display: block;
  padding-top: 100%;
}

.inx-square-box-img {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.inx-square-box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

/*フォーム関連*/
.label-req {
  position: relative;
}

.label-req:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "必須";
  width: 3em;
  margin-left: .5em;
  padding: .2em;
  border-radius: 2px;
  background: red;
  color: #fff;
  font-size: 70%;
  text-align: center;
}

.inx-form-zip input[type="number"] {
  width: 4rem;
  margin: 0;
  -moz-appearance: textfield;
}

.inx-form-zip input[type="number"]::-webkit-outer-spin-button,
.inx-form-zip input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.inx-form-zip-label {
  padding: 0 .3em;
}

span.input-group-text {
  background: none;
  border: none;
}

/*end フォーム関連*/
/*装飾関連*/
.inx-shadow {
  -webkit-box-shadow: 3px 3px 0px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 0px 3px rgba(0, 0, 0, 0.4);
}

/*end 装飾関連*/
.table thead th {
  vertical-align: middle;
}

.inx-btn {
  position: relative;
  overflow: visible;
  border-radius: 5px;
  background: #000;
  color: #fff;
}

.inx-btn-type-01:hover {
  background: #666;
  color: #fff;
}

.inx-btn-type-02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 2px solid #000;
  border-radius: 5px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.inx-btn-type-02:hover {
  color: #fff;
}

.inx-btn-type-02:hover:hover::after {
  width: calc(100% + 25px);
  height: calc(100% + 25px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.inx-btn-type-03::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: calc(100%);
  height: calc(100%);
  border-radius: 5px;
  background: #000;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.inx-btn-type-03:hover {
  color: #fff;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inx-btn-type-03:hover:hover::after {
  width: calc(100% - 5px);
  opacity: .5;
  -webkit-transform: translateX(-50%) translateY(-35%);
  transform: translateX(-50%) translateY(-35%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inx-btn-outline {
  position: relative;
  overflow: visible;
  border-color: #000;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  background: #fff;
  color: #000;
}

.inx-btn-outline-type-01:hover {
  border-color: #666;
  background: #fff;
  color: #666;
}

.inx-btn-outline-type-02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 2px solid #000;
  border-radius: 5px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.inx-btn-outline-type-02:hover {
  color: #000;
}

.inx-btn-outline-type-02:hover:hover::after {
  width: calc(100% + 25px);
  height: calc(100% + 25px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*common*/
.inx-h3-01 {
  border-bottom: 2px #2E80D3 solid;
}

button {
  border: none;
}

button, a, input {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  cursor: pointer;
}

button:hover, a:hover, input:hover {
  color: #1A72BB;
}

button.inx-no-underline, a.inx-no-underline, input.inx-no-underline {
  text-decoration: none;
}

button.inx-no-underline:hover, a.inx-no-underline:hover, input.inx-no-underline:hover {
  text-decoration: none;
}

button.inx-btn-01, a.inx-btn-01, input.inx-btn-01 {
  padding: 25px;
  border-radius: 10px;
  background-color: #1A72BB;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

button.inx-btn-01:hover, a.inx-btn-01:hover, input.inx-btn-01:hover {
  background-color: #74B3D3;
  color: #fff;
  text-decoration: none;
}

button.inx-btn-02, a.inx-btn-02, input.inx-btn-02 {
  padding: 25px;
  border-radius: 10px;
  background-color: #BE1623;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

button.inx-btn-02:hover, a.inx-btn-02:hover, input.inx-btn-02:hover {
  background-color: #CF5945;
  color: #fff;
  text-decoration: none;
}

button.inx-btn-03, a.inx-btn-03, input.inx-btn-03 {
  padding: 25px;
  border-radius: 10px;
  background-color: #FFB100;
  color: #000;
  text-align: center;
  text-decoration: none;
}

button.inx-btn-03:hover, a.inx-btn-03:hover, input.inx-btn-03:hover {
  background-color: #FFDC4A;
  color: #000;
  text-decoration: none;
}


.inx-pagetitle-bg {
  overflow: hidden;
  max-height: 350px;
  position: relative;
}

.inx-pagetitle-bg h1 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767.98px) {
  .inx-pagetitle-bg h1 {
    padding: .3rem;
  }
}

.inx-bg-color-01 {
  background-color: #1A72BB;
}

.inx-bg-color-02 {
  background-color: #BE1623;
}

.inx-bg-color-03 {
  background: rgba(255, 255, 255, 0.9);
}

.inx-icon-before::before {
  margin: 0 .3em 0 0;
}

.inx-icon-tel::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f095';
}

.inx-icon-mobil::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f3cd';
}

.inx-icon-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.inx-icon-mail::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  content: '\f0e0';
}

.inx-icon-note::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  content: '\f249';
}

.inx-icon-arrow-before::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
}

.inx-icon-map::after {
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  content: '\f3c5';
}

.table-responsive > .table-bordered tbody, .table-responsive > .table-bordered tr, .table-responsive > .table-bordered th, .table-responsive > .table-bordered td {
  border-color: #2E80D3;
}

.table-responsive > .table-bordered th, .table-responsive > .table-bordered td {
  padding: .5rem;
}

hr.inx-hr-01 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  border: 0;
  border-top: 1px solid #fff;
}

hr.inx-hr-02 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  border: 0;
  border-top: 1px solid #FFB100;
}

tr {
  border: 1px #ddd solid;
}

th, td {
  padding: .5rem;
}

th {
  border-right: 1px #ddd solid;
}

/*header*/
header h1 {
  margin: 0;
  font-size: 1rem;
  line-height: 1rem;
}

header h1 img {
  max-width: 250px;
}

@media (max-width: 991.98px) {
  header h1 img {
    max-width: 200px;
  }
}

.navbar {
  padding: 0;
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

.navbar-toggler {
  border: none;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #2E80D3;
}

.inx-header-nav a {
  margin: 0 .5em;
}

@media (max-width: 991.98px) {
  .inx-header-nav a {
    margin: 0;
    padding: .5em 1em;
    border-top: 1px #ddd solid;
  }
}

/*footer*/
footer {
  padding: 1rem;
  border-top: 1px #ddd solid;
}

/*.inx-footer-dl dt {
  max-width: 280px;
}*/

/*top*/
.inx-top-bg-01 {
  min-height: 600px;
  background-image: url("/assets/img/top/top_bg_01_l.png");
  background-position: center bottom;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .inx-top-bg-01 {
    background-image: url("/assets/img/top/top_bg_01_s.png");
  }
}

.top-news-box {
  border-bottom: 1px #2E80D3 dotted;
  color: #2E80D3;
}

.inx-top-q-ul {
  background-color: #FFB100;
}

.inx-blog-title-box {
  position: relative;
}

.inx-blog-btn {
  position: absolute;
  top: 3px;
  right: 0;
}

@media (max-width: 767.98px) {
  .inx-blog-btn {
    position: relative;
  }
}

/*shaken*/
.inx-shaken-li {
  position: relative;
  padding-left: 1.3rem;
  border-bottom: 2px #93C446 solid;
}

.inx-shaken-li::before {
  position: absolute;
  content: "●";
  left: 0rem;
  color: #93C446;
}

.inx-shaken-dl-base {
  border-top: 1px #ddd solid;
  border-right: 1px #ddd solid;
}

.inx-shaken-dl {
  margin: 0;
  border-bottom: 1px #ddd solid;
  border-left: 1px #ddd solid;
}

.inx-shaken-dl dt, .inx-shaken-dl dd {
  margin: 0;
  padding: .3rem;
}

.inx-shaken-dl dt {
  background: #F5FF00;
  border-bottom: 1px #ddd solid;
}

.inx-th-small {
  width: 3%;
}

.inx-price-dd {
  width: 8rem;
}

.inx-th-16rem {
  width: 16rem;
}

.nav-tabs .nav-item a.nav-link {
  border-color: #ddd;
}

.nav-tabs .nav-item a.active {
  background: #93C446 !important;
}

/*maintenance*/
.inx-border-1 {
  border: 3px #2E80D3 solid;
}

.inx-maintenance-icon {
  max-width: 100px;
}

/**/
.inx-data {
  background: #666;
  color: white;
}

/*blog*/
a.inx-blog-list:hover {
  text-decoration: none;
}

.inx-blog-box:not(:first-of-type) {
  margin-top: 48px;
}

.inx-blog-box h1 {
  color: #2E80D3;
  font-size: 2.5rem;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .inx-blog-box h1 {
    font-size: 2rem;
  }
}

.inx-blog-box h2 {
  border-bottom: 2px #2E80D3 solid;
  color: #2E80D3;
  font-size: 2rem;
}

@media (max-width: 767.98px) {
  .inx-blog-box h2 {
    font-size: 1.5rem;
  }
}

.inx-blog-box h3 {
  margin-bottom: 1.5rem;
  color: #2E80D3;
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  .inx-blog-box h3 {
    font-size: 1.25rem;
  }
}

.inx-blog-box h4 {
  margin-bottom: 1.5rem;
  border-bottom: 1px #000 solid;
  color: #000;
  font-size: 1.25rem;
}

@media (max-width: 767.98px) {
  .inx-blog-box h4 {
    font-size: 1.15rem;
  }
}

.inx-blog-box h5, .inx-blog-box h6 {
  margin-bottom: .5rem;
  color: #000;
  font-size: 1.1rem;
}

.inx-blog-box dl dt {
  color: #2E80D3;
}

.inx-blog-box ul {
  padding: 0;
  list-style-type: none;
}

.inx-blog-box ul li {
  position: relative;
  padding-left: 1rem;
}

.inx-blog-box ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.inx-blog-box ul li::before {
  position: absolute;
  left: 0rem;
  content: "●";
  color: #2E80D3;
  font-size: .5rem;
}

.inx-blog-box table {
  width: 100%;
  margin-bottom: 1.5rem;
}

.inx-blog-box table tr {
  border: 1px #ddd solid;
}

.inx-blog-box table tr th, .inx-blog-box table tr td {
  padding: .5rem;
}

.inx-blog-box table tr th {
  border-right: 1px #ddd solid;
  background: #74B3D3;
}

.inx-blog-box blockquote {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 1px #ddd solid;
  border-radius: 5px;
  background: #efefef;
}

.inx-blog-box blockquote p:last-child {
  margin-bottom: 0;
}

/*end blog*/
/*その他*/
.inx-pegetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border: 2px #fff solid;
}

.inx-pegetop a {
  width: 40px;
  height: 40px;
  padding: 10px 0 0 0;
  color: #fff;
  background: #1A72BB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.inx-pegetop a:hover {
  background: #93C446;
  color: #fff;
  text-decoration: none;
}

.inx-pegetop i {
  color: #fff;
}

.inx-pegetop i::before {
  font-size: 20px;
}

.inx-accordion_menu > li {
  position: relative;
  border-bottom: 1px #ddd solid;
}

.inx-accordion_menu a {
  display: block;
  padding: .3rem;
}

.inx-accordion_menu a:hover {
  text-decoration: none;
  background: #efefef;
}

.inx-accordion_menu-sub > li {
  position: relative;
}

.inx-accordion_menu-sub a {
  display: block;
  padding-left: 1.5rem;
}

.inx-accordion_menu-sub a::before {
  content: "●";
  position: absolute;
  top: 5px;
  left: .8rem;
  font-size: .8rem;
}

a.inx-accordion_menu-btn {
  display: inline;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 40px;
  height: 40px;
}

a.inx-accordion_menu-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: #666 1px solid;
  border-right: #666 1px solid;
}

a.inx-accordion_menu-btn:hover {
  background: none;
}

a.inx-accordion_menu-btn[aria-expanded=false]::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

a.inx-accordion_menu-btn[aria-expanded=true]::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

dl.inx-snset-dl {
}
dl.inx-snset-dl dt {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0.5rem;
  box-sizing: content-box;
  background-color: #1A72BB;
  color: #fff;
}

/*# sourceMappingURL=../maps/inx_style.css.map */
