@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

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

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

* html body * {
  overflow: visible; }

* html iframe, * html frame {
  overflow: auto; }

* html frameset {
  overflow: hidden; }

html {
  height: 100%; }

body {
  height: 100%;
  min-height: 101%;
  background: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "sans-serif"; }

* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, Helvetica, Sans-Serif; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

strong {
  font-weight: bold; }

em {
  font-style: normal; }

small {
  font-size: 100%; }

ins {
  background: #FF9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #FF9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

a {
  outline: none;
  text-decoration: underline;
  transition-duration: 0.3s; }
  a:active, a:focus {
    outline: none; }
  a img {
    transition-duration: 0.3s; }
  a:hover img {
    opacity: 0.85; }

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

img, fieldset {
  border: 0 none; }

ul {
  list-style: none;
  list-style-position: inside; }

ol {
  list-style-position: inside; }
  ol li {
    padding-left: 1.2em;
    text-indent: -1.2em; }

dt {
  font-weight: normal; }

hr {
  display: none;
  border: 0 none; }

q:before, q:after {
  content: ''; }

blockquote, cite {
  width: auto;
  font-size: 0.93em;
  margin: 1em 1em 1em 1.5em; }

code {
  font-family: "Courier New", Courier, monotype;
  font-size: 1em; }

object, embed {
  vertical-align: top; }

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

th, td {
  text-align: left;
  vertical-align: top; }

th {
  font-weight: normal; }

input,
select,
select option,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif; }

input, select {
  vertical-align: middle; }

input[type="text"],
input[type="file"],
input[type="email"],
input[type="tel"],
select,
select option,
textarea {
  padding: 5px 10px;
  border-width: 1px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.5; }

input[type="submit"],
input[type="button"] {
  -webkit-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: content-box;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

input[type="button"],
input[type="submit"] {
  padding: 10px 30px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(100, 100, 100, 0.5);
  font-size: 16px;
  line-height: 1.5; }

option {
  padding-left: 0.4em; }

.clearfix:after {
  content: ".";
  /* 新しい要素を作る。 「.」は他の文字でもかまいません。*/
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/ }

/* primary */
.clear {
  clear: both; }

.bgBlack {
  background: #000; }

.bgGrayLL {
  background-color: #F3F7F7; }

.bgGrayL {
  background: #CCC; }

.bgBlueL {
  background-color: #0099FF; }

.bgBlue {
  background-color: #004696; }

.bgBlueD {
  background-color: #003355; }

.bgYellow {
  background-color: #FFFDE5; }

.fontXS {
  font-size: 13px; }

.fontS {
  font-size: 14px; }

.fontBase {
  font-size: 16px; }

.fontL, main h4, #home #comparison .table-wrap table th {
  font-size: 18px;
  line-height: 1.5; }

.fontXL, #home #why .left ul li, #home #feature .feature_3contents dl dt, #home #voice dl .right dt, #home #price dl dd {
  font-size: 24px;
  line-height: 1.4; }

.fontXXL {
  font-size: 30px;
  line-height: 1.3; }

.fontXXXL, #pageTop a {
  font-size: 40px;
  line-height: 1.3; }

.fontB {
  font-weight: bold; }

.fontCapita {
  text-transform: capitalize; }

.fontUpper {
  text-transform: uppercase; }

.fontLower {
  text-transform: lowercase; }

.colorWhite {
  color: #FFFFFF; }

.colorBlue {
  color: #3366CC; }

.colorOrange {
  color: #FF6600; }

.colorBrown {
  color: #CC6600; }

.colorRed {
  color: #CC0000; }

.colorGreenD {
  color: #004400; }

.colorGreenR {
  color: #CCFF00; }

.fontOver {
  text-decoration: overline; }

.fontU {
  line-height: 1.5em;
  text-decoration: underline; }

.fontDel {
  text-decoration: line-through; }

.txtCenter {
  text-align: center; }

.txtLeft {
  text-align: left; }

.txtRight {
  text-align: right; }

.txtJust {
  text-align: justify; }

.txtIndent-1 {
  text-indent: -1em;
  padding-left: 1em; }

.txtIndent-1_5 {
  text-indent: -1.5em;
  padding-left: 1.5em; }

.txtIndent-2 {
  text-indent: -2em;
  padding-left: 2em; }

.txtIndent1 {
  text-indent: 1em; }

.marginT5 {
  margin-top: 5px; }

.marginT10 {
  margin-top: 10px; }

.marginT20 {
  margin-top: 20px; }

.marginT30 {
  margin-top: 30px; }

.marginT50 {
  margin-top: 50px; }

.marginT100 {
  margin-top: 100px; }

.marginT150 {
  margin-top: 150px; }

.marginT200 {
  margin-top: 200px; }

.marginT250 {
  margin-top: 250px; }

.marginT300 {
  margin-top: 300px; }

.marginB5 {
  margin-bottom: 5px; }

.marginB10 {
  margin-bottom: 10px; }

.marginB20 {
  margin-bottom: 20px; }

.marginB30 {
  margin-bottom: 30px; }

.marginB50 {
  margin-bottom: 50px; }

.marginB100 {
  margin-bottom: 100px; }

.marginB150 {
  margin-bottom: 150px; }

.marginB200 {
  margin-bottom: 200px; }

.marginB250 {
  margin-bottom: 250px; }

.marginB300 {
  margin-bottom: 300px; }

.marginL5 {
  margin-left: 5px; }

.marginL10 {
  margin-left: 10px; }

.marginL20 {
  margin-left: 20px; }

.marginL30 {
  margin-left: 30px; }

.marginL50 {
  margin-left: 50px; }

.marginL100 {
  margin-left: 100px; }

.marginR5 {
  margin-right: 5px; }

.marginR10 {
  margin-right: 10px; }

.marginR20 {
  margin-right: 20px; }

.marginR30 {
  margin-right: 30px; }

.marginR50 {
  margin-right: 50px; }

.marginR100 {
  margin-right: 100px; }

.marginTB5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.marginTB10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.marginTB20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.marginTB30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.marginTB50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.marginTB75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.marginTB100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.marginTB150 {
  margin-top: 150px;
  margin-bottom: 150px; }

.marginTB200 {
  margin-top: 200px;
  margin-bottom: 200px; }

.marginTB250 {
  margin-top: 250px;
  margin-bottom: 250px; }

.marginTB300 {
  margin-top: 300px;
  margin-bottom: 300px; }

.marginLR5 {
  margin-left: 5px;
  margin-right: 5px; }

.marginLR10 {
  margin-left: 10px;
  margin-right: 10px; }

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

.marginLR20 {
  margin-left: 20px;
  margin-right: 20px; }

.marginLR30 {
  margin-left: 30px;
  margin-right: 30px; }

.marginLR50 {
  margin-left: 50px;
  margin-right: 50px; }

.marginLR75 {
  margin-left: 75px;
  margin-right: 75px; }

.marginLR100 {
  margin-left: 100px;
  margin-right: 100px; }

.margin0 {
  margin: 0px; }

.margin5 {
  margin: 5px; }

.margin10 {
  margin: 10px; }

.margin20 {
  margin: 20px; }

.margin30 {
  margin: 30px; }

.margin50 {
  margin: 50px; }

.margin75 {
  margin: 75px; }

.margin100 {
  margin: 100px; }

.paddingT5 {
  padding-top: 5px; }

.paddingT10 {
  padding-top: 10px; }

.paddingT20 {
  padding-top: 20px; }

.paddingT30 {
  padding-top: 30px; }

.paddingT50 {
  padding-top: 50px; }

.paddingT100 {
  padding-top: 100px; }

.paddingT150 {
  padding-top: 150px; }

.paddingT200 {
  padding-top: 200px; }

.paddingB5 {
  padding-bottom: 5px; }

.paddingB10 {
  padding-bottom: 10px; }

.paddingB20 {
  padding-bottom: 20px; }

.paddingB30 {
  padding-bottom: 30px; }

.paddingB50 {
  padding-bottom: 50px; }

.paddingB100 {
  padding-bottom: 100px; }

.paddingB150 {
  padding-bottom: 150px; }

.paddingB200 {
  padding-bottom: 200px; }

.paddingL5 {
  padding-left: 5px; }

.paddingL10 {
  padding-left: 10px; }

.paddingL20 {
  padding-left: 20px; }

.paddingL30 {
  padding-left: 30px; }

.paddingL50 {
  padding-left: 50px; }

.paddingL100 {
  padding-left: 100px; }

.paddingL150 {
  padding-left: 150px; }

.paddingR5 {
  padding-right: 5px; }

.paddingR10 {
  padding-right: 10px; }

.paddingR20 {
  padding-right: 20px; }

.paddingR30 {
  padding-right: 30px; }

.paddingR50 {
  padding-right: 50px; }

.paddingR100 {
  padding-right: 100px; }

.paddingTB5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.paddingTB10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.paddingTB20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.paddingTB30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.paddingTB50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.paddingTB75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.paddingTB100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.paddingTB150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.paddingTB200 {
  padding-top: 200px;
  padding-bottom: 200px; }

.paddingLR5 {
  padding-left: 5px;
  padding-right: 5px; }

.paddingLR10 {
  padding-left: 10px;
  padding-right: 10px; }

.paddingLR20 {
  padding-left: 20px;
  padding-right: 20px; }

.paddingLR30 {
  padding-left: 30px;
  padding-right: 30px; }

.paddingLR50 {
  padding-left: 50px;
  padding-right: 50px; }

.paddingLR75 {
  padding-left: 75px;
  padding-right: 75px; }

.paddingLR100 {
  padding-left: 100px;
  padding-right: 100px; }

.padding5 {
  padding: 5px; }

.padding10 {
  padding: 10px; }

.padding20 {
  padding: 20px; }

.padding30 {
  padding: 30px; }

.padding50 {
  padding: 50px; }

.padding75 {
  padding: 75px; }

.padding100 {
  padding: 100px; }

i.fa-solid {
  font-size: 1.2em; }

a:link, a:visited {
  color: #000; }
a:hover {
  color: #004696;
  text-decoration: underline; }

.btn a, .btn input, .btn button {
  display: block;
  width: 80%;
  max-width: 680px;
  margin: 20px auto;
  padding: 20px 25px;
  background-color: #004696;
  border: 0px none !important;
  border-radius: 999px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  color: #FFF;
  line-height: 1;
  text-align: center;
  text-decoration: none; }
  .btn a:hover, .btn input:hover, .btn button:hover {
    background-color: #003355; }
.btn.btn-orange a, .btn.btn-orange input, .btn.btn-orange button {
  background-color: #FF6600; }
  .btn.btn-orange a:hover, .btn.btn-orange input:hover, .btn.btn-orange button:hover {
    background-color: #DD4400; }
.btn.btn-green a, .btn.btn-green input, .btn.btn-green button {
  background-color: #009944; }
  .btn.btn-green a:hover, .btn.btn-green input:hover, .btn.btn-green button:hover {
    background-color: #006611; }

.box, #header section, main section {
  width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.box-flex {
  display: flex; }
  .box-flex.flx-wrp {
    flex-wrap: wrap; }
  .box-flex.js-bt {
    justify-content: space-between; }
  .box-flex.js-ar {
    justify-content: space-around; }
  .box-flex.js-ctr {
    justify-content: center; }
  .box-flex.al-ctr {
    align-items: center; }

body {
  font-size: clamp(14px, calc(14px + (100svw - 360px) * ((16 - 14) / (1100 - 360))), 16px);
  color: #333;
  line-height: 1.55; }

h1, h2, h3, h4, h5, h6,
th, dt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700; }

input[type="text"],
input[type="file"],
input[type="email"],
input[type="tel"] {
  width: 60%; }

textarea {
  width: 85%; }

input[type="submit"],
input[type="button"] {
  width: 70%;
  background-color: #004696;
  border: #FFF 2px solid;
  color: #FFF;
  cursor: pointer; }

input[type="submit"]:hover {
  background-color: #eb5e1a; }

input[type="button"]:hover {
  color: #FFF;
  background-color: #666; }

#header {
  width: 100%;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none; }
  #header.show {
    opacity: 1;
    pointer-events: auto; }
  #header section {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #header h1 {
    width: 30%;
    max-width: 200px;
    line-height: 1em; }
  #header nav {
    width: 55%; }
    #header nav ul {
      display: flex;
      justify-content: space-between; }

main section {
  padding: 75px 15px; }
main h1, main h2, main h3, main h4, main h5, main h6 {
  color: #0099FF;
  text-align: left; }
  main h1::before, main h1::after, main h2::before, main h2::after, main h3::before, main h3::after, main h4::before, main h4::after, main h5::before, main h5::after, main h6::before, main h6::after {
    display: none; }
main h2 {
  width: 100%;
  margin-bottom: 30px;
  padding: 0px;
  font-size: 42px;
  font-size: clamp(30px, calc(30px + (100svw - 360px) * ((42 - 30) / (1100 - 360))), 42px); }
main * + h2 {
  margin-top: 50px; }
main h3 {
  margin-bottom: 15px;
  font-size: 36px;
  font-size: clamp(26px, calc(26px + (100svw - 360px) * ((36 - 26) / (1100 - 360))), 36px); }
main * + h3 {
  margin-top: 35px; }
main h4 {
  margin-top: 25px;
  margin-bottom: 10px; }

#footer {
  padding: 30px 10px 50px; }

#pageTop {
  position: fixed;
  right: 15px;
  bottom: 20px;
  transition: .3s;
  opacity: 0;
  transition: opacity 0.5s; }
  #pageTop a {
    text-decoration: none; }
  #pageTop.show {
    opacity: 1;
    pointer-events: auto; }

#nav-sp {
  display: none;
  width: 100%;
  height: 50px;
  padding: 10px;
  background-color: rgba(30, 30, 30, 0.75);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10; }
  #nav-sp ul {
    display: flex;
    justify-content: space-between; }
  #nav-sp li {
    width: 22%; }
    #nav-sp li a {
      display: block;
      background-color: #1e1e1e;
      border-radius: 3px;
      -webkit-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.5);
      box-shadow: 0 2px 5px rgba(50, 50, 50, 0.5);
      color: #FFF;
      line-height: 30px;
      text-align: center;
      text-decoration: none; }

#modal-overlay {
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(40, 40, 40, 0.97);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20; }

#modal-content {
  display: none;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  z-index: 30; }
  #modal-content ul {
    width: 100%;
    min-width: 250px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }
  #modal-content li {
    padding: 8px 0;
    border-bottom: #FFF 1px solid; }
    #modal-content li a {
      color: #FFF;
      text-decoration: none; }

#btn-close-modal a {
  display: block;
  width: 90%;
  height: 40px;
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(50, 50, 50, 0.5);
  color: #0068B7;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  left: 50%;
  bottom: 5px;
  z-index: 50;
  transform: translateX(-50%);
  cursor: pointer; }

.catchcopy {
  margin-bottom: 30px;
  color: #004696;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(30px, calc(30px + (100svw - 360px) * ((45 - 30) / (1100 - 360))), 45px);
  font-weight: 700;
  line-height: 1.2; }

#home #about #mv {
  height: 60vh;
  max-height: 600px;
  background: url("../../img/mv-img.png") center bottom no-repeat;
  background-size: cover; }
  #home #about #mv section {
    padding: 10px; }
    #home #about #mv section h1 {
      width: 45%;
      padding: 10px 20px 20px;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 10px;
      color: #004696;
      font-size: clamp(24px, calc(24px + (100svw - 360px) * ((36 - 24) / (1100 - 360))), 36px);
      text-align: center; }
      #home #about #mv section h1 span {
        display: block;
        margin-bottom: 10px;
        font-size: .7em; }
      #home #about #mv section h1 img {
        width: 80%; }
#home #about .about-copy {
  padding-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap; }
  #home #about .about-copy .left {
    width: 600px; }
  #home #about .about-copy .right {
    width: 450px; }
#home #why {
  position: relative; }
  #home #why section {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap; }
  #home #why h2 {
    width: 100%; }
  #home #why .left {
    width: 700px; }
    #home #why .left ul {
      margin-top: 30px;
      margin-bottom: 30px;
      padding: 20px;
      background-color: #FFF;
      border: #CCC 1px solid;
      border-radius: 10px; }
      #home #why .left ul li + li {
        margin-top: 10px; }
  #home #why .right {
    max-width: 275px; }
  #home #why::after {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: #FFFDE5 50px solid;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: ""; }
#home #feature .feature_3contents {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
  flex-wrap: wrap; }
  #home #feature .feature_3contents dl {
    width: 31.5%;
    padding: 20px 25px;
    border: #CCC 1px solid;
    border-radius: 10px; }
    #home #feature .feature_3contents dl img {
      width: 50%;
      margin-bottom: 10px; }
    #home #feature .feature_3contents dl dt {
      margin-bottom: 10px;
      color: #004696;
      min-height: 3em;
      font-weight: bold;
      text-align: center; }
#home #voice h2 span {
  font-size: .65em; }
#home #voice dl {
  display: flex;
  padding: 15px 25px;
  background-color: #FFF;
  border: #CCC 1px solid;
  border-radius: 10px;
  align-items: center; }
  #home #voice dl .left {
    width: 85px;
    margin-right: 15px; }
  #home #voice dl .right dt {
    margin-bottom: 10px;
    color: #004696; }
  #home #voice dl + dl {
    margin-top: 20px; }
#home #install {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap; }
  #home #install div.left {
    width: 55%; }
  #home #install div.right {
    width: 42%; }
  #home #install div.txtCenter {
    width: 100%; }
  #home #install div + div {
    margin-top: 20px; }
#home #price dl {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap; }
  #home #price dl dt {
    width: 20%;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-bottom: #CCC 1px solid; }
  #home #price dl dd {
    width: 80%;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-bottom: #0099FF 1px solid;
    color: #004696;
    font-weight: 800; }
    #home #price dl dd span {
      display: block;
      color: #333;
      font-size: 16px; }
#home #comparison .table-wrap {
  margin-top: 20px;
  overflow-x: auto; }
  #home #comparison .table-wrap table {
    min-width: 700px; }
    #home #comparison .table-wrap table th, #home #comparison .table-wrap table td {
      padding: 10px;
      border-bottom: #CCC 1px solid;
      vertical-align: middle; }
      #home #comparison .table-wrap table th.schoolbus, #home #comparison .table-wrap table td.schoolbus {
        border-bottom: #0099FF 1px solid;
        color: #004696;
        font-weight: 800; }
#home #inquiry .company-info {
  display: flex;
  max-width: 800px;
  margin-bottom: 50px;
  flex-wrap: wrap; }
  #home #inquiry .company-info dt, #home #inquiry .company-info dd {
    padding: 10px;
    border-bottom: #CCC 1px solid; }
  #home #inquiry .company-info dt {
    width: 25%; }
  #home #inquiry .company-info dd {
    width: 75%; }
#home #inquiry .inquiry-form {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border: #CCC 5px solid;
  border-radius: 20px; }
  #home #inquiry .inquiry-form form {
    margin-top: 30px; }
    #home #inquiry .inquiry-form form dl dd + dt {
      margin-top: 20px; }

#form-confirm form table {
  margin-top: 30px;
  margin-bottom: 30px; }
  #form-confirm form table th, #form-confirm form table td {
    padding: 15px;
    border-bottom: #CCC 1px solid; }
  #form-confirm form table th {
    width: 35%; }

.spOnly {
  display: none; }

/* 810 */
/*---------------------------------------------*/
@media screen and (max-width: 810px) {
  .fontXS {
    font-size: 11px; }

  .fontS {
    font-size: 12px; }

  .fontBase {
    font-size: 14px; }

  .fontL, main h4, #home #comparison .table-wrap table th {
    font-size: 16px; }

  .fontXL, #home #why .left ul li, #home #feature .feature_3contents dl dt, #home #voice dl .right dt, #home #price dl dd {
    font-size: 20px; }

  .fontXXL {
    font-size: 23px; }

  .fontXXXL, #pageTop a {
    font-size: 26px; }

  form dl {
    display: block; }
    form dl dt {
      width: 100%; }
    form dl dd {
      width: 100%;
      margin-bottom: 25px; }

  input[type="text"],
  input[type="file"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 100%; }

  .spOnly {
    display: inherit; }

  .pcOnly {
    display: none; }

  .box, #header section, main section {
    width: 100%; }

  #header nav {
    display: none; }

  #home #about #mv section h1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  #home #about .about-copy {
    display: block; }
    #home #about .about-copy .left {
      width: 100%; }
    #home #about .about-copy .right {
      width: 50%;
      margin: 20px auto 0px; }
  #home #why .left {
    width: 100%; }
  #home #why .right {
    width: 40%;
    margin: 20px auto; }
  #home #feature .feature_3contents {
    display: block; }
    #home #feature .feature_3contents dl {
      width: 100%; }
      #home #feature .feature_3contents dl img {
        width: 25%; }
      #home #feature .feature_3contents dl dt {
        min-height: auto; }
      #home #feature .feature_3contents dl + dl {
        margin-top: 20px; }
  #home #voice dl {
    display: block; }
    #home #voice dl .left {
      width: 25%;
      margin: 0px auto 10px; }
      #home #voice dl .left img {
        width: 100%; }
  #home #install {
    display: block; }
    #home #install div.left {
      width: 100%; }
    #home #install div.right {
      width: 60%;
      margin-left: auto;
      margin-right: auto; }
  #home #price dl {
    display: block; }
    #home #price dl dt, #home #price dl dd {
      width: 100%; }
    #home #price dl dt {
      padding-bottom: 0px;
      border-bottom: 0px none; }
    #home #price dl dd {
      padding-top: 0px; }
  #home #inquiry p.btn-orange {
    width: 100%; }

  #footer section {
    text-align: center; } }
