<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@import url("primary.css");
@import url("common.css");
@import url("form.css");

/*  /////基本デザインフォーマット///// */

/* GoogleFonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;family=Noto+Serif+JP:wght@200;300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&amp;display=swap');

/* 以下SPファースト */

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: black;
  line-height: 1.5;
}
a {
  color: black;
}
a:hover {
  color: darkgrey;
}
.container {
  background-color: white;
}
input, placeholder, formitem, form-control {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

 /* 
@media screen and (max-width: 544px) {
}
*/
/* /// Header /// */
.header {
}
.co_logo {
  width: 150px;
  height: auto;
  margin-top: 10px;
}
/* ハンバーガーメニュー（sponly） */
.menu-btn {
  position: fixed;
  top: 10px;
  right: 40px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #1d2113;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  background-color: #ffffff;
  position: absolute;
} 
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
} 
#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
} 
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #3584bb;
}
.menu-content ul {
  width: 92%;
  margin: 0 auto;
  padding: 70px 10px 0;
}
.menu-content ul li {
  border: solid 1px #ffffff;
  list-style: none;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: rgba(29, 33, 19, .8);
  transition: all 0.5s;
} 
#menu-btn-check:checked ~ .menu-content {
  left: 0;
} 
/* /// Main /// */
.main {
  background-color: white;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
h1 {
  font-weight: 900;
  font-size: 1.7rem;
}
div.relative {
  position: relative;
}
div.div_tac {
  text-align: center;
}
h3 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
}
h3.h3_title-a {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.img_modellogo-sp {
  width: 70%;
  margin-bottom: 4px;
}
h4 {
  font-weight: 700;
  font-size: 1.55rem;
}
h4.h4_title-b {
  font-size: 1.3rem;
  text-align: center;
}
.img_model-sp {
  width: 70%;
  height: auto;
}
.img_mainbg-sp {
  width: 100%;
  height: auto;
  margin-top: -20px;
  margin-bottom: 0;
}
div.steelblue {
  background-color: #006698;
  width: 100%;
  height: auto;
  padding: 0 40px 40px;
}
h2 {
  font-weight: 900;
  font-size: 1.6rem;
}
h2.h2_white {
  text-align: center;
  font-weight: 700;
  color: white;
}
p {
  font-weight: 400;
  font-size: 1rem;
}
.img_youtube {
  width: 100%;
  height: auto;
}
.lte_white {
  color: white;
}
.ltr_bluebg {
  font-size: 0.8rem;
  font-weight: 500;
  color: white;
  text-align: center;
  background-color: #0000c8;
  border-radius: 25px;
  padding: 5px 30px;
}
.td_process {
  padding: 0 2%;
}
.img_process {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.ltr_process {
  font-size: .8rem;
  font-weight: 600;
}
.ltr_red {
  color: red;
}
div.div_bluebg {
  width: 100%;
  background-image: url(../img/bg_blue.png);
  background-repeat: no-repeat;
  background-size:100% 50px;
  background-position: center center;     
}
h2.h2_bluebg {
  font-size: 1.7rem;
  color: white;
  text-align: center;
  background-color: #3396ff;
  width: 68%;
  margin: 0 16%;
}
h2.h2_bluebg2 {
  font-size: 1.7rem;
  color: white;
  text-align: center;
  background-color: #3396ff;
  width: 68%;
  margin: 0 16%;
}
h3.h3_bluebg {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1;
  color: white;
  background-color: #3396ff;
  width: 100%;
  padding: 10px;
}
.table-responsive {
  margin-bottom: 20px;
}
table.tbl_border {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  background-color: white;
  width: 100%;
  border-top: 2px solid black;
}
table.tbl_border th {
  font-weight: 500;
  padding: 10px;
  background-color: white;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
table.tbl_border tr th:nth-of-type(1) {
  background-color: #7efbca;
}
table.tbl_border th.th_pink {
  background-color: #f099c4;
}
table.tbl_border th.th_brightgreen {
  background-color: #7efbca;
}
table.tbl_border th.th_brnone {
  border-right: none;
}
table.tbl_border td {
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
table.tbl_border td.td_pink {
  background-color: #f099c4;
}
table.tbl_border td.td_brnone {
  border-right: none;
}
table.tbl_comparison {
  font-size: 1rem;
  font-weight: 600;  
}
div.div_figure40 {
  text-align: center;
}
.img_figure1 {
  width: 60%;
  height: auto;
}
.ltr_700 {
  font-weight: 700;
}
div.div_full {
  width: 100%;
}
.img_bggreen {
  width: 40%;
  height: auto;
}
table.tbl_price {
  font-size: 1rem;
  font-weight: 400;
}
table.tbl_price th, td {
  vertical-align: top;
}
.ltr_pricebold {
  font-weight: 700;
}
.ltr_pricestrong {
  font-size: 1.5rem;
  font-weight: 700;
  color: red;
}
.img_pricetb {
  width: 30%;
  line-height: auto;
}
table.tbl_spec {
  font-size: 1rem;
  font-weight: 400;
}
hr.hr_darkbulue {
  height: 50px;
  background-color: #006698;
  width: 100%;
  border: none;
  margin-top: 35px;
  margin-bottom: 20px;
}
.ltr_blue_underline {
  color: blue;
  width: 100%;
  border-bottom: 1px solid blue;
}
div.div_inquiry {
  width: 100%;
}
formitem, form-control {
  font-size: 1rem;
}
placeholde {
  color: #666;
  font-size: 1rem;
}
table.tbl_inquiry {
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid black;
}
table.tbl_inquiry.tbl_b0 {
    border-top: none;
}
table.tbl_inquiry th {
  text-align: left;
  line-height: 1em;
  background-color: #e7e7e7;
  padding: 8px 10px 5px;
  border-bottom: 1px solid black;
}
.ltr_need {
  color: white;
  font-size: 1em;
  background-color: red;
  padding: 0.05em 0.5em 0.1em;
}
table.tbl_inquiry td {
  text-align: left;
  line-height: 1em;
  padding: 10px;
  border-bottom: 1px solid black;
}
table.tbl_inquiry td.td_tac_inquiry {
  text-align: center;
  vertical-align: middle;
}
table.tbl_inquiry td.td_bb0 {
  border-bottom: none;
}
table.tbl_inquiry .ltr_super {
  vertical-align: super;
}
table.tbl_inquiry th.th_tac_inquiry {
  text-align: center;
  vertical-align: middle;
  padding: 20px 0;
}
table.tbl_inquiry th.th_bb0 {
  border-bottom: none;
}
@media screen and (max-width:767px) {
  table.tbl_price td.td_sptal {
    text-align: left;
  }
  .btn {
    width: 30%;
  }
}
/*  /////以下Tablet///// */
  
@media screen and (min-width:768px) {
  .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .header {
    width: 100%;
  }
  .header_nav {
    float: right;
  }
  .header_nav ul {
    font-weight: 500;
    font-size: 1.25rem;
    margin-top: 40px;
  }
  .header_nav ul li {
    display: inline-block;
    color: black;
    margin-left: 8px;
  }
  .co_logo {
    width: 150px;
  }
  h1 {
    font-size: 2rem;
  }
  h3 {
    font-weight: 700;
    font-size: 1.75rem;
  }
  h3.h3_title-a {
    position: absolute;
    top: 0;
    left: 0;
  }
  h4 {
    font-weight: 700;
    font-size: 1.5rem;
  }
  h4.h4_title-b {
    position: absolute;
    top: 95px;
    left: 0;
  }
  .img_mainbg {
    width: 100%;
    height: auto;
    margin-top: 160px;
    z-index: 1;
  }
  .img_modellogo {
    width: 400px;
    height: auto;
    position: absolute;
    top: 34px;
    left: 0;
  }
  .img_model {
    width: 42%;
    height: auto;
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 2;
  }
  h2 {
    font-size: 1.75rem;
  }
  h2.h2_white {
    text-align: left;
    font-size: 1.75rem;
  }
  .left_steelblue {
    width: 57%;
    height: auto;
  }
  .right_steelblue {
    width: 40%;
    height: auto;
  }
  .ltr_white {
    font-size: inherit;
  }
  h2.h2_bluebg {
    font-size: 2rem;
    width: 50%;
    margin: 0 25%;
  }
  h3.h3_bluebg {
    width: 35%;
  }
  div.div_description60 {
    width: 60%;
    height: auto;
  }
  div.div_figure40 {
    width: 40%;
    height: auto;    
  }
  .img_figure1 {
    width: 100%;
  }
  div.div_priceleft {
    width: 83%;
    padding-right: 10px;
  }
  div.div_priceright {
    width: 17%;
  }
  .img_pricetb {
    width: 100%;
  }
  table.tbl_inquiry th.th_tac_inquiry {
    vertical-align: top;
  }
}

/*  /////以下PC///// */
  
@media screen and (min-width: 992px) {
  /* PC分岐点 */
  .header {
    padding: 0 20px;
  }
  .header_nav ul {
    font-size: 1.3em;
  }
  .header_nav ul li {
    margin-left: 25px;
  }
  h1 {
    font-size: 2.5rem;
  }
  h3.h3_title-a {
    font-size: 1.75rem;
    left: 17px;
  }
  h4 {
    font-size: 1.55rem;
  }
  h4.h4_title-b {
    font-size: 1.55rem;
    left: 25px;
  }
  .img_modellogo {
    top: 38px;
    left: 55px;
  }
  .img_model {
    width: 43%;
    right: 10px;
  }
  h2 {
    font-size: 2.5rem;
  } 
  h2.h2_white {
    font-size: 2.5rem;
  }
  p {
    font-size: 1.2rem;
  }
  .ltr_white {
    font-size: 1.2rem;
  }
  .ltr_bluebg {
    font-size: 1.2rem;
  }
  .ltr_process {
    font-size: 1.2rem;
  }
  table.tbl_border {
    font-size: 1.2rem;
  }
  div.div_priceleft {
    width: 70%;
    padding-right: 20px;
  }
  div.div_priceright {
    width: 30%;
  }
  .img_pricetb {
    width: 100%;
  }
  table.tbl_inquiry th.th_vat {
    vertical-align: top;
  }
  table.tbl_inquiry th.th_need {
    vertical-align: top;
    padding-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .img_mainbg {
    margin-top: 180px;
  }
  .img_modellogo {
    top: 43px;
  }
  h4.h4_title-b {
    font-size: 1.75rem;
    top: 105px;
    left: 0;
  }
  .img_model {
    width: 45%;
    bottom: 0;
  }
  table.tbl_price {
    font-size: 1.2rem;
  }
  div.div_priceleft {
    padding-right: 60px;
  }
  table.tbl_spec {
    font-size: 1.2rem;
  }
}
</pre></body></html>