@charset "UTF-8";
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

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

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

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

br {
  line-height: 0;
}

/*
---------------------------------*/
body {
  color: #000;
  font-size: 1.3rem;
  line-height: 1.7;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .5px;
  -ms-font-feature-settings: "normal";
  font-feature-settings: normal;
}

@media only screen and (min-width: 992px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  color: #333333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover, a:focus {
  text-decoration: none;
  color: #000;
  opacity: .8;
}

/*
---------------------------------*/
.brano-ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #ec6c00;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.brano-ttl .small {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .brano-ttl {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  .brano-ttl .small {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .brano-ttl {
    margin-bottom: 45px;
    font-size: 3.5rem;
  }
}

.brano-ttl02 {
  padding: 5px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: url(../images/ttl-bg_sp.jpg) center;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .brano-ttl02 {
    padding: 7px;
    font-size: 1.8rem;
    background: url(../images/ttl-bg.jpg) center;
    background-size: cover;
  }
}

@media only screen and (min-width: 992px) {
  .brano-ttl02 {
    font-size: 2.2rem;
  }
}

.brano-txt {
  margin-bottom: 30px;
  font-size: 1.3rem;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .brano-txt {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .brano-txt {
    font-size: 1.5rem;
  }
}

/*
---------------------------------*/
.header {
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 45px;
}

@media only screen and (min-width: 768px) {
  .header {
    background: url(../images/top-bg.jpg) top center;
    background-size: cover;
    margin-bottom: 125px;
    padding-bottom: 83px;
  }
}

.header-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.header .container {
  padding-right: 0px;
  padding-left: 0px;
}

@media only screen and (min-width: 768px) {
  .header .container {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.header-fixed {
  position: absolute;
  width: 100%;
}

.header-fixed.fixed {
  position: fixed;
  top: 0;
  bottom: inherit;
  background: url(../images/top-bg.jpg) bottom center;
  background-size: cover;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .header-fixed {
    bottom: -50px;
  }
  .header-fixed.fixed {
    padding-top: 6px;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed {
    bottom: -58px;
  }
}

.header-row {
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 7px 5px;
}

@media only screen and (min-width: 768px) {
  .header-row {
    padding: 0;
  }
}

.header-logo {
  width: 66%;
  padding-left: 10px;
}

.header-logo .logo-text {
  max-width: 230px;
  vertical-align: baseline;
}

@media only screen and (min-width: 768px) {
  .header-logo {
    width: 70%;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 3.3rem;
    font-weight: bold;
  }
  .header-logo .logo-icon {
    margin-right: 20px;
    max-width: 70px;
  }
  .header-logo .logo-text {
    max-width: inherit;
    width: 350px;
  }
  .header-logo_wrap {
    padding-bottom: 10px;
    border-bottom: 6px solid #1d2088;
  }
}

@media only screen and (min-width: 992px) {
  .header-logo {
    width: auto;
    padding: 0;
  }
  .header-logo .logo-icon {
    margin-right: 20px;
    max-width: 90px;
  }
  .header-logo .logo-text {
    max-width: inherit;
    width: 440px;
  }
}

.header-btn {
  width: 22%;
}

@media only screen and (min-width: 768px) {
  .header-btn {
    width: auto;
  }
}

.header-btn a {
  display: block;
  padding: 6px 10px;
  background-color: #ec6c00;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .header-btn a {
    font-size: 1.4rem;
    padding: 9px 30px;
  }
}

.header-fixed.fixed .header-logo .logo-icon {
  max-width: 72px;
  margin-right: 60px;
}

/*
---------------------------------*/
.nav-btn {
  width: 30px;
  padding: 0;
  background: none;
  border: none;
}

.nav-wrap {
  position: relative;
  z-index: 10;
  background-color: #1d2088;
}

@media only screen and (min-width: 768px) {
  .nav-wrap {
    display: block !important;
    background-color: #fff;
  }
}

@media only screen and (min-width: 768px) {
  .nav-inner {
    width: 100%;
    float: none;
    position: static;
    border: none;
    padding: 0;
    margin: 0;
  }
}

.nav-list {
  padding: 20px 0 10px;
}

@media only screen and (min-width: 768px) {
  .nav-list {
    display: flex;
    width: 100%;
    padding: 0;
    border: 1px solid #cdcdcd;
    border-top: none;
  }
}

.nav-item a {
  display: block;
  padding: 8px 0;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
}

.nav-item a img {
  display: block;
  max-width: 60px;
  margin: 25px auto 4px;
}

@media only screen and (min-width: 768px) {
  .nav-item {
    width: 20%;
    border-right: 1px solid #cdcdcd;
  }
  .nav-item.bor-none {
    border-right: none;
  }
  .nav-item a {
    display: block;
    padding: 15px 0;
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    color: #000;
  }
}

@media only screen and (min-width: 992px) {
  .nav-item a {
    padding: 15px 5px;
    font-size: 1.5rem;
  }
}

.nav-point {
  margin-top: -60px;
  padding-top: 60px;
}

@media only screen and (min-width: 768px) {
  .nav-point {
    margin-top: -140px;
    padding-top: 140px;
  }
}

/*
---------------------------------*/
.footer {
  background: url(../images/footer-bg.jpg) top center;
  background-size: cover;
  text-align: center;
}

.footer-logo {
  max-width: 65px;
  margin: 0 auto 8px;
}

.footer-logo_wrap {
  padding: 30px 0 15px;
}

@media only screen and (min-width: 768px) {
  .footer-logo {
    max-width: 90px;
  }
  .footer-logo_wrap {
    padding: 100px 0 30px;
  }
}

@media only screen and (min-width: 992px) {
  .footer-logo_wrap {
    padding: 150px 0 65px;
  }
}

.footer-info {
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .footer-info {
    font-size: 1.7rem;
  }
}

.footer small {
  display: block;
  padding: 5px;
  background-color: #1d2088;
  font-size: 1rem;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .footer small {
    padding: 15px 5px;
    font-size: 1.1rem;
  }
}

.footer-gotop {
  position: fixed;
  width: 25px;
  right: 10px;
  bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .footer-gotop {
    width: 50px;
    right: 15px;
  }
}

/*
---------------------------------*/
@media only screen and (min-width: 992px) {
  .main .container {
    max-width: 960px;
  }
}

/*
---------------------------------*/
.about {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .about {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .about {
    margin-bottom: 75px;
  }
}

.about-inner {
  margin-bottom: 5px;
}

.about-inner_item {
  margin-bottom: 8px;
  border: 2px solid #a5a6cf;
  text-align: center;
  background: url(../images/about-inner_bg.png) center;
  background-size: cover;
}

.about-inner_ttl {
  padding: 12px 5px;
  color: #1d2088;
  font-size: 1.4rem;
  border-bottom: 2px solid #a5a6cf;
  background-color: rgba(165, 166, 207, 0.3);
}

.about-inner_txt {
  padding: 18px 15px;
  font-size: 1.2rem;
  font-weight: bold;
}

.about-inner_txt.f-small {
  text-align: left;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .about-inner {
    margin-bottom: 35px;
  }
  .about-inner_item {
    margin-bottom: 0;
  }
  .about-inner_ttl {
    font-size: 1.8rem;
  }
  .about-inner_txt {
    height: 114px;
    padding: 26px 15px;
    font-size: 1.6rem;
  }
  .about-inner_txt.f-small {
    padding: 14px 35px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 992px) {
  .about-inner_ttl {
    font-size: 2rem;
  }
  .about-inner_txt {
    font-size: 1.8rem;
  }
  .about-inner_txt.f-small {
    padding: 21px 35px;
    font-size: 1.5rem;
  }
}

.about-note {
  margin-bottom: 18px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .about-note {
    margin-bottom: 35px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .about-note {
    margin-bottom: 35px;
    font-size: 1.3rem;
  }
}

/*
---------------------------------*/
.output {
  margin-bottom: 25px;
  background: url(../images/output-bg.jpg) top center;
  background-size: cover;
}

.output-inner {
  padding: 13px 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .output-inner {
    padding: 25px;
  }
}

.output-img_item {
  margin-bottom: 20px;
}

.output-img_ttl {
  color: #1d2088;
  font-size: 1.3rem;
}

.output-img_fig {
  max-width: 280px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .output-img_item {
    margin-bottom: 0;
  }
  .output-img_ttl {
    font-size: 1.6rem;
  }
  .output-img_fig {
    max-width: 340px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .output-img_ttl {
    font-size: 1.8rem;
  }
}

.output-txt_item {
  padding: 12px 5px;
  margin-top: 10px;
  font-weight: bold;
  background-color: #fff;
  color: #ec6c00;
  font-size: 1.2rem;
  text-align: center;
}

.output-txt_item.box {
  padding: 22px 25px;
}

.output-txt_item.box p {
  margin-bottom: 12px;
}

.output-txt_item.box li {
  padding: 3px;
  margin-bottom: 5px;
  background-color: #fadabf;
  color: #000;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .output-txt_item {
    padding: 17px 5px;
    font-size: 1.3rem;
    margin-top: 15px;
  }
  .output-txt_item.box li {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 992px) {
  .output-txt_item {
    font-size: 1.6rem;
  }
  .output-txt_item.box li {
    font-size: 1.4rem;
  }
}

/*
---------------------------------*/
.price-txt {
  padding-top: 15px;
  font-size: 1.6rem;
  color: #1d2088;
  font-weight: bold;
}

.price-table {
  width: 100%;
  min-width: 690px;
}

.price-table th {
  padding: 12px 2px;
  color: #c8c2dc;
  background: #1d2088;
  text-align: center;
  font-size: 1.1rem;
  font-weight: normal;
  border-right: 1px solid #cdcdcd;
}

.price-table th:last-child {
  border-right: none;
}

.price-table td {
  padding: 12px 2px;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  font-size: 1.1rem;
  text-align: center;
}

.price-table td:last-child {
  border-right: none;
}

@media only screen and (min-width: 992px) {
  .price-table td {
    padding: 12px 7px;
  }
}

@media only screen and (max-width: 767.98px) {
  .price-table_wrap {
    overflow-x: scroll;
  }
}

/*
---------------------------------*/
@media only screen and (min-width: 768px) {
  .melit {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .melit {
    margin-bottom: 110px;
  }
}

.melit .container {
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .melit .container {
    width: 100%;
  }
}

.melit-txt {
  max-width: 500px;
  margin: 0 auto 35px;
}

@media only screen and (min-width: 768px) {
  .melit-txt {
    margin: 0 auto 60px;
  }
}

.melit-ttl {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .melit-ttl {
    font-size: 2rem;
  }
}

.melit-img {
  max-width: 500px;
  margin: 0 auto 40px;
}

@media only screen and (min-width: 768px) {
  .melit-img {
    margin: 0 auto 70px;
  }
}

/*
---------------------------------*/
.spec-table {
  width: 100%;
  min-width: 690px;
}

.spec-table_wrap {
  overflow-x: scroll;
  margin-bottom: 30px;
}

.spec-table tr:nth-of-type(2n) {
  background-color: #dfdde9;
}

.spec-table th {
  padding: 15px 2px;
  color: #fff;
  background: #1d2088;
  text-align: center;
  font-size: 1.3rem;
  border-right: 1px solid #cdcdcd;
}

.spec-table th:last-child {
  border-right: none;
}

.spec-table td {
  padding: 9px 10px;
  border-right: 1px solid #cdcdcd;
  font-size: 1.1rem;
  text-align: right;
  line-height: 1.3;
}

.spec-table td:last-child {
  border-right: none;
}

.spec-table td:first-child {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .spec-table_wrap {
    margin-bottom: 45px;
  }
}

/*
---------------------------------*/
.parts {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .parts {
    margin-bottom: 90px;
  }
}

@media only screen and (min-width: 992px) {
  .parts {
    margin-bottom: 120px;
  }
}

.parts-text {
  padding: 7px 0 5px;
}

.parts-img {
  margin-bottom: 16px;
}

.parts-list {
  width: 55%;
}

.parts-list:first-of-type {
  margin-right: 1%;
  width: 44%;
}

.parts-list_wrap {
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .parts-list {
    width: auto;
  }
  .parts-list:first-of-type {
    margin-right: 0;
    width: auto;
  }
}

.parts-item {
  padding: 2px 0;
  margin: 0;
  border-bottom: 1px solid #cdcdcd;
  font-size: 1rem;
}

.parts-item span {
  margin-right: 4px;
}

.parts-item span img {
  max-width: 14px;
}

@media only screen and (min-width: 768px) {
  .parts-item:first-child {
    border-top: 1px solid #cdcdcd;
  }
}

@media only screen and (min-width: 992px) {
  .parts-item {
    font-size: 1.4rem;
  }
  .parts-item span {
    margin-right: 11px;
  }
  .parts-item span img {
    max-width: 20px;
  }
}

/*
---------------------------------*/
.accessory {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .accessory {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .accessory {
    margin-bottom: 130px;
  }
}

.accessory-txt {
  margin-bottom: 7px;
}

.accessory-item:nth-of-type(2n) {
  padding-left: 8px;
}

.accessory-item:nth-of-type(2n+1) {
  padding-right: 8px;
}

@media only screen and (min-width: 768px) {
  .accessory-item:nth-of-type(2n) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .accessory-item:nth-of-type(2n+1) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.accessory figcaption {
  padding: 1px 0 7px;
  font-size: 1.1rem;
  text-align: center;
}

/*
---------------------------------*/
.case {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .case {
    margin-bottom: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .case-list {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media only screen and (min-width: 992px) {
  .case-list {
    margin: auto;
  }
}

.case-item {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .case-item.col-md-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/*
---------------------------------*/
.contact {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .contact {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .contact {
    margin-bottom: 270px;
  }
}

.contact-txt {
  margin-bottom: 15px;
}

.contact-btn a {
  display: block;
  padding: 10px 5px;
  background-color: #ec6c00;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .contact-btn a {
    padding: 20px 5px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .contact-btn a {
    padding: 25px 5px;
    font-size: 2.4rem;
  }
}

.about-note_list_in{
  margin-left: 26px;
}
@media only screen and (min-width: 768px) {
  .about-note_list_in{
  margin-left: 20px;
}
}

/*# sourceMappingURL=../map/style.css.map */
