@charset "UTF-8";
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.10.1/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.10.1/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap; }
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden; }

section {
  overflow: hidden; }

body {
  width: 100%;
  padding-top: 0vw;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo;
  position: relative;
  color: #1C1B1B; }
  body .wrap {
    max-width: 800px;
    margin: 0 auto;
    position: relative; }

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

section {
  position: relative;
  z-index: 1; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.sp {
  display: none; }

@media screen and (max-width: 767px) {
  body {
    height: 12vw;
    font-size: 3.6vw; }

  .pc {
    display: none !important; }

  .sp {
    display: inherit; } }
a {
  outline: none;
  text-decoration: none;
  transition: 0.3s ease-in-out; }

a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s ease-in-out; }

.pagetop {
  position: relative;
  display: block;
  z-index: 1100; }

.pagetop a {
  width: 40px;
  height: 40px;
  display: block;
  z-index: 1100;
  overflow: hidden; }

/*=====================================================
ヘッダー
======================================================*/
header {
  width: 100%;
  text-align: center;
  z-index: 30; }
  header .head_logo {
    height: 100px;
    background: #fff;
    padding: 25px;
    z-index: 3; }
    header .head_logo img {
      max-width: 200px; }
  header nav {
    background: #0273BD;
    width: 100%; }
    header nav ul.pcnav {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch;
      flex-wrap: nowrap;
      max-width: 1050px;
      width: 90%;
      margin: 0 auto; }
      header nav ul.pcnav li {
        display: inline-block; }
        header nav ul.pcnav li a {
          color: #fff;
          font-size: 22px;
          font-weight: 600;
          padding: 10px 0;
          display: block; }

/*header*/
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 12vw;
    position: relative;
    /*sp_nav*/ }
    header .sp_nav {
      position: relative;
      height: 12vw;
      width: 100%;
      background: #fff;
      /*btn_nav*/
      /*g_nav_sp*/ }
      header .sp_nav .head_logo_sp {
        margin: 0;
        display: block;
        text-align: center;
        z-index: 130;
        width: 100%; }
        header .sp_nav .head_logo_sp img {
          width: 100%;
          max-width: 30vw;
          margin: 2vw auto 0; }
      header .sp_nav .btn_nav,
      header .sp_nav .btn_nav a span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box; }
      header .sp_nav .btn_nav {
        position: absolute;
        right: 0vw;
        top: 0vw;
        width: 12vw;
        height: 12vw;
        margin: 0;
        z-index: 120;
        cursor: pointer;
        background: #0273BD; }
        header .sp_nav .btn_nav span {
          position: absolute;
          left: 15%;
          width: 70%;
          height: 2px;
          background-color: #fff;
          border-radius: 3px; }
        header .sp_nav .btn_nav span:nth-of-type(1) {
          top: 3.5vw; }
        header .sp_nav .btn_nav span:nth-of-type(2) {
          top: 5.5vw; }
        header .sp_nav .btn_nav span:nth-of-type(3) {
          top: 7.5vw; }
      header .sp_nav .btn_nav a.active span {
        background-color: #fff; }
      header .sp_nav .btn_nav a.active span:nth-of-type(1) {
        -webkit-transform: translateY(1.9vw) rotate(-45deg);
        transform: translateY(1.9vw) rotate(-45deg); }
      header .sp_nav .btn_nav a.active span:nth-of-type(2) {
        opacity: 0; }
      header .sp_nav .btn_nav a.active span:nth-of-type(3) {
        -webkit-transform: translateY(-2vw) rotate(45deg);
        transform: translateY(-2vw) rotate(45deg);
        width: 70%; }
      header .sp_nav nav.g_nav_sp {
        width: 100%;
        background: #0273BD;
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
        padding: 5vw;
        margin-top: 12vw;
        z-index: 100;
        overflow: scroll; }
        header .sp_nav nav.g_nav_sp .head_sp_wrap {
          position: relative; }
          header .sp_nav nav.g_nav_sp .head_sp_wrap ul {
            width: 100%;
            margin-bottom: 5vw; }
            header .sp_nav nav.g_nav_sp .head_sp_wrap ul li {
              display: block;
              text-align: left;
              border-bottom: 1px #fff solid; }
              header .sp_nav nav.g_nav_sp .head_sp_wrap ul li a {
                display: block;
                color: #fff;
                font-size: 4vw;
                font-weight: 600;
                padding: 4vw 5vw; }

  /*header*/ }
/*=====================================================
フッター
======================================================*/
footer {
  text-align: center;
  padding: 100px 0 80px; }
  footer .name {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0; }
  footer .address {
    font-size: 24px;
    margin-bottom: 60px; }
  footer .copyright {
    font-size: 14px;
    color: #0273BD; }

@media screen and (max-width: 767px) {
  footer {
    padding: 15vw 0 10vw; }
    footer .name {
      font-size: 6vw;
      margin: 2vw 0; }
    footer .address {
      font-size: 4.8vw;
      margin-bottom: 10vw; }
    footer .copyright {
      font-size: 2.8vw; } }
/*=====================================================
共通
======================================================*/
.contents_wrap {
  max-width: 1150px;
  width: 90%;
  margin: 0 auto; }

.btn_area {
  text-align: center;
  padding: 30px 0; }

.contact_btn, .catalog_btn {
  display: inline-block;
  vertical-align: middle;
  background: #C92E2E;
  border: 3px #AF0B0B solid;
  filter: drop-shadow(0 6px 0 #AE0C0A);
  border-radius: 100px;
  padding: 5px 40px 5px 5px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  opacity: 1 !important;
  transition: 0.3s;
  position: relative;
  top: -6px; }
  .contact_btn em, .catalog_btn em {
    vertical-align: -10px; }
  .contact_btn img, .catalog_btn img {
    margin-right: 15px; }
  .contact_btn:hover, .catalog_btn:hover {
    transition: 0.3s;
    top: 0;
    filter: drop-shadow(0 0 0 #AE0C0A); }

.catalog_btn {
  background: #0273BD;
  border: 5px #0853AA solid;
  filter: drop-shadow(0 6px 0 #0853AA); }
  .catalog_btn:hover {
    filter: drop-shadow(0 0 0 #0853AA); }

.cta_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10; }
  .cta_fixed .btn_area {
    padding: 15px 0 10px; }

@media screen and (max-width: 767px) {
  .contact_btn, .catalog_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 8vw 1vw 1vw;
    font-size: 6vw; }
    .contact_btn em, .catalog_btn em {
      vertical-align: 0vw; }
    .contact_btn img, .catalog_btn img {
      margin-right: 3vw;
      width: 15vw; } }
/*=====================================================
MAIN
======================================================*/
#mainvisual {
  max-height: 1000px;
  width: 100%;
  position: relative; }
  #mainvisual .slider {
    max-width: 1600px;
    margin: 0 auto; }
  #mainvisual img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center; }

#intro {
  padding-bottom: 220px;
  text-align: center;
  position: relative;
  overflow: visible;
  z-index: 2; }
  #intro .copy {
    font-size: 56px;
    font-weight: 900;
    color: #212121;
    margin: 80px 0 50px; }
    #intro .copy strong {
      font-size: 66px;
      color: #0273BD; }
  #intro .check_list {
    width: 100%;
    position: absolute;
    bottom: -200px;
    left: 0;
    z-index: 2; }
    #intro .check_list ul {
      max-width: 820px;
      margin: 0 auto;
      width: 90%;
      padding: 50px 20px 50px 50px;
      border: 3px #0273BD solid;
      border-radius: 20px;
      background: #fff;
      filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.29)); }
      #intro .check_list ul li {
        text-align: left;
        padding: 10px 10px 10px 50px;
        background: url("../img/check.svg") no-repeat top 15px left;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.4; }
        @media screen and (min-width: 768px) and (max-width: 850px) {
          #intro .check_list ul li {
            font-size: 28px;
            background-size: 28px; } }

#lineup {
  padding: 250px 0 80px;
  background: #0273BD;
  text-align: center; }
  #lineup .lineup_ttl {
    max-width: 880px;
    width: 100%; }
  #lineup .lineup_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 50px; }
    #lineup .lineup_flex .box {
      width: 32%;
      overflow: hidden;
      border-radius: 20px;
      background: #fff;
      filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.29)); }
      #lineup .lineup_flex .box .txt_area {
        position: relative;
        padding: 40px 30px;
        z-index: 2; }
        #lineup .lineup_flex .box .txt_area .point {
          width: 80px;
          position: absolute;
          top: -40px;
          left: 30px; }
        #lineup .lineup_flex .box .txt_area .ttl {
          font-size: 32px;
          font-weight: 700;
          line-height: 1.3;
          margin-bottom: 20px; }
          #lineup .lineup_flex .box .txt_area .ttl span {
            color: #0273BD;
            background: linear-gradient(transparent 70%, #FFDB46 70%); }
          @media screen and (min-width: 768px) and (max-width: 1120px) {
            #lineup .lineup_flex .box .txt_area .ttl {
              font-size: calc(20px + 12 * (100vw - 768px) / 352); } }
        #lineup .lineup_flex .box .txt_area .txt {
          font-size: 18px;
          line-height: 1.8;
          text-align: left; }
          @media screen and (min-width: 768px) and (max-width: 980px) {
            #lineup .lineup_flex .box .txt_area .txt {
              font-size: 16px; } }

h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3; }
  h2 span {
    font-size: 22px; }
  h2 em {
    font-size: 80px; }

.h2_sub {
  margin: 10px 0 40px; }
  .h2_sub p {
    display: inline-block;
    padding: 0 30px;
    position: relative;
    font-size: 30px;
    font-weight: 500;
    color: #0273BD; }
    .h2_sub p:before, .h2_sub p:after {
      content: "";
      width: 100px;
      height: 2px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .h2_sub p:before {
      background: linear-gradient(270deg, #0273BD 0%, #57B9FA 100%);
      right: 100%; }
    .h2_sub p:after {
      background: linear-gradient(90deg, #0273BD 0%, #57B9FA 100%);
      left: 100%; }

#feature {
  padding: 80px 0;
  background: url("../img/bg_feature.png") no-repeat center;
  background-position: cover;
  text-align: center; }
  #feature .feature_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1040px;
    width: 100%;
    margin-bottom: 50px; }
    #feature .feature_flex .photo {
      width: 60%; }
    #feature .feature_flex .txt_area {
      width: 37%;
      text-align: left; }
      #feature .feature_flex .txt_area .ttl {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative; }
        #feature .feature_flex .txt_area .ttl span {
          color: #0273BD;
          background: linear-gradient(transparent 70%, #FFDB46 70%); }
        #feature .feature_flex .txt_area .ttl:after {
          content: "";
          width: 100%;
          height: 2px;
          background: linear-gradient(90deg, #0273BD 0%, #57B9FA 100%);
          position: absolute;
          bottom: 0;
          left: 0; }
      #feature .feature_flex .txt_area .txt {
        font-size: 18px;
        line-height: 1.8; }

#case {
  padding: 80px 0;
  text-align: center; }
  #case .case_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 50px 0;
    max-width: 1240px;
    width: 100%; }
    #case .case_flex .box {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      width: 49%;
      margin-bottom: 30px; }
      #case .case_flex .box .icon {
        width: 21%; }
      #case .case_flex .box .txt_area {
        text-align: left;
        width: 76%; }
        #case .case_flex .box .txt_area .ttl {
          line-height: 1;
          font-size: 32px;
          font-weight: 600;
          color: #0273BD;
          border-bottom: 1px #0273BD solid;
          padding: 15px 0;
          margin-bottom: 10px; }
        #case .case_flex .box .txt_area .txt {
          font-size: 18px; }
  #case .case_photo {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto; }

#type {
  text-align: center;
  padding: 80px 0 50px; }
  #type h2 {
    line-height: 1;
    margin-bottom: 20px; }
  #type .type_txt01 {
    display: inline-block;
    border: 2px #212121 solid;
    border-radius: 30px;
    line-height: 1;
    font-size: 30px;
    font-weight: 600;
    padding: 10px 40px;
    margin: 50px 0 20px; }
  #type .type_txt02 {
    font-size: 44px;
    font-weight: 900;
    margin-bottom: 30px; }
    #type .type_txt02 span {
      color: #0273BD; }
    #type .type_txt02 em {
      font-size: 66px; }
    #type .type_txt02.line0 {
      line-height: 1; }
  #type .bg {
    background: url("../img/bg-type.png") no-repeat center;
    background-size: 100%; }
  #type .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px; }
    #type .flex .box {
      width: 32%; }
  #type .size_wrap {
    max-width: 1400px;
    width: 95%;
    margin: 0 0 0 auto; }
  #type .notice {
    margin: 20px 0 80px; }
  #type .caution {
    max-width: 1028px;
    margin: 50px auto 0;
    background: #E6F6FF;
    border-radius: 10px;
    padding: 40px 50px;
    text-align: left; }
    #type .caution .ttl {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 100%;
      border-bottom: 2px #0273BD solid;
      font-size: 24px;
      font-weight: 600;
      padding-bottom: 10px; }
      #type .caution .ttl img {
        margin-right: 10px; }
    #type .caution .txt01 {
      font-size: 18px;
      color: #0273BD;
      font-weight: 600;
      margin-top: 30px; }

#spec {
  padding: 80px 0;
  text-align: center; }
  #spec .spec_ttl01, #spec .spec_ttl02, #spec .spec_ttl03 {
    font-size: 26px;
    font-weight: 600;
    padding: 10px 0 10px 55px;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left; }
  #spec .spec_ttl01 {
    background-image: url("../img/icon-denki.svg");
    color: #FF8B17; }
  #spec .spec_ttl02 {
    background-image: url("../img/icon-gas.svg");
    color: #08AD94; }
  #spec .spec_ttl03 {
    background-image: url("../img/icon-steam.svg");
    color: #0273BD; }
  #spec .tb_wrap {
    border-radius: 5px;
    overflow: scroll;
    width: 100%;
    margin-bottom: 50px; }
    #spec .tb_wrap table {
      width: 100%;
      border-collapse: separate; }
      #spec .tb_wrap table th, #spec .tb_wrap table td {
        text-align: center;
        vertical-align: middle;
        padding: 10px;
        line-height: 1.2;
        position: relative;
        font-weight: 600;
        white-space: nowrap; }
        #spec .tb_wrap table th:last-child, #spec .tb_wrap table td:last-child {
          border-right: none !important; }
      #spec .tb_wrap table th {
        color: #fff;
        border-right: 1px #fff solid;
        border-bottom: 1px #fff solid; }
        #spec .tb_wrap table th.double::after {
          content: "";
          height: 100%;
          width: 1px;
          background: #fff;
          position: absolute;
          top: 0;
          right: 1px; }
      #spec .tb_wrap table td:first-child:after {
        content: "";
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        right: 1px; }
      #spec .tb_wrap table tr:nth-child(even) td {
        background: #FFF7EB; }
    #spec .tb_wrap.spec01 {
      border: 1px #FF8B17 solid; }
      #spec .tb_wrap.spec01 table th {
        background: #FF8B17; }
      #spec .tb_wrap.spec01 table td {
        border-right: 1px #FF8B17 solid; }
        #spec .tb_wrap.spec01 table td:first-child:after {
          background: #FF8B17; }
    #spec .tb_wrap.spec02 {
      border: 1px #08AD94 solid; }
      #spec .tb_wrap.spec02 table th {
        background: #08AD94; }
      #spec .tb_wrap.spec02 table td {
        border-right: 1px #08AD94 solid; }
        #spec .tb_wrap.spec02 table td:first-child:after {
          background: #08AD94; }
    #spec .tb_wrap.spec03 {
      border: 1px #0273BD solid; }
      #spec .tb_wrap.spec03 table th {
        background: #0273BD; }
      #spec .tb_wrap.spec03 table td {
        border-right: 1px #0273BD solid; }
        #spec .tb_wrap.spec03 table td:first-child:after {
          background: #0273BD; }
  #spec .spec_txt {
    margin-bottom: 50px; }

#support {
  background: #EDF5FA;
  padding: 80px 0;
  text-align: center; }
  #support .qa_box {
    margin-top: 40px;
    background: #fff;
    border-radius: 20px;
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.3));
    padding: 50px 70px;
    text-align: left; }
    #support .qa_box .question {
      padding: 10px 0 20px 80px;
      position: relative;
      font-size: 22px;
      font-weight: 600;
      border-bottom: 2px #ECF5FA solid;
      margin-bottom: 30px; }
      #support .qa_box .question:before {
        content: "Q";
        font-family: "Outfit", sans-serif;
        font-size: 50px;
        font-weight: 700;
        color: #0273BD;
        position: absolute;
        line-height: 1;
        top: 0;
        left: 0; }
    #support .qa_box .answer {
      padding: 0px 0 0 80px;
      position: relative;
      font-size: 20px; }
      #support .qa_box .answer:before {
        content: "A";
        font-family: "Outfit", sans-serif;
        font-size: 50px;
        font-weight: 700;
        color: #FE4C2C;
        position: absolute;
        line-height: 1;
        top: 0;
        left: 0; }

#contact {
  background: #0273BD;
  padding: 80px 0 200px;
  text-align: center; }
  #contact h2 {
    color: #fff; }
  #contact .h2_sub p {
    color: #fff; }
    #contact .h2_sub p:before, #contact .h2_sub p:after {
      background: #fff; }
  #contact .contact_txt {
    max-width: 645px;
    width: 100%;
    margin: 0 auto 50px;
    color: #fff;
    font-size: 18px;
    text-align: left; }
  #contact .form_area {
    background: #fff;
    border-radius: 20px;
    padding: 80px 8%;
    text-align: left; }
    #contact .form_area .ttl {
      font-size: 20px;
      font-weight: 600; }
      #contact .form_area .ttl span {
        color: #fff;
        background: #0273BD;
        border-radius: 4px;
        padding: 3px 10px;
        line-height: 1;
        font-size: 16px;
        margin-left: 10px; }
      #contact .form_area .ttl em {
        font-size: 14px;
        font-weight: 400; }
    #contact .form_area input[type=text], #contact .form_area input[type=email], #contact .form_area input[type=tel], #contact .form_area select, #contact .form_area textarea {
      background: #FAFAFA;
      border: 1px #C3C3C3 solid;
      border-radius: 4px;
      padding: 10px;
      box-sizing: border-box;
      font-size: 18px;
      width: 100%;
      margin: 10px 0 30px; }
      #contact .form_area input[type=text]:placeholder, #contact .form_area input[type=email]:placeholder, #contact .form_area input[type=tel]:placeholder, #contact .form_area select:placeholder, #contact .form_area textarea:placeholder {
        color: #aaa; }
    #contact .form_area .btn_area {
      text-align: center; }
      #contact .form_area .btn_area input[type=submit] {
        display: inline-block;
        vertical-align: middle;
        background: #C92E2E;
        filter: drop-shadow(0 6px 0 #AE0C0A);
        border-radius: 100px;
        max-width: 240px;
        width: 100%;
        border: none;
        padding: 15px 40px;
        color: #fff;
        font-size: 25px;
        font-weight: 600;
        transition: 0.3s;
        position: relative;
        top: -6px;
        cursor: pointer; }
        #contact .form_area .btn_area input[type=submit]:hover {
          transition: 0.3s;
          top: 0;
          filter: drop-shadow(0 0 0 #AE0C0A); }

.mat {
  text-align: center; }
  .mat a {
    background: #52B5F5;
    width: 100%;
    padding: 30px 5%;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    display: block; }
    .mat a:hover {
      opacity: 0.7;
      transition: 0.3s; }

#thanks {
  padding: 300px 0;
  text-align: center; }
  #thanks .ttl {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px; }
  #thanks .btn_area {
    text-align: center;
    margin-top: 60px; }
    #thanks .btn_area a {
      display: inline-block;
      vertical-align: middle;
      background: #C92E2E;
      filter: drop-shadow(0 6px 0 #AE0C0A);
      border-radius: 100px;
      border: none;
      padding: 15px 70px;
      color: #fff;
      font-size: 25px;
      font-weight: 600;
      transition: 0.3s;
      position: relative;
      top: -6px;
      cursor: pointer; }
      #thanks .btn_area a:hover {
        transition: 0.3s;
        top: 0;
        filter: drop-shadow(0 0 0 #AE0C0A); }

@media screen and (max-width: 767px) {
  #intro {
    padding-bottom: 50vw; }
    #intro .copy {
      font-size: 7vw;
      margin: 12vw 0 10vw; }
      #intro .copy strong {
        font-size: 8vw; }
    #intro .check_list {
      width: 100%;
      position: absolute;
      bottom: -40vw;
      left: 0;
      z-index: 2; }
      #intro .check_list ul {
        padding: 6vw; }
        #intro .check_list ul li {
          padding: 2vw 2vw 2vw 8vw;
          font-size: 4.5vw;
          background-size: 4.5vw; }

  #lineup {
    padding: 50vw 0 10vw; }
    #lineup .lineup_flex {
      margin-top: 10vw; }
      #lineup .lineup_flex .box {
        width: 100%;
        margin-bottom: 8vw;
        border-radius: 25px; }
        #lineup .lineup_flex .box .txt_area {
          padding: 6vw 8vw; }
          #lineup .lineup_flex .box .txt_area .point {
            width: 16vw;
            top: -8vw;
            left: 4vw; }
          #lineup .lineup_flex .box .txt_area .ttl {
            font-size: 6vw;
            margin-bottom: 4vw; }
          #lineup .lineup_flex .box .txt_area .txt {
            font-size: 3.6vw; }

  h2 {
    font-size: 10vw; }
    h2 span {
      font-size: 4vw; }
    h2 em {
      font-size: 12vw; }

  .h2_sub {
    margin: 2vw 0 8vw; }
    .h2_sub p {
      padding: 0 5vw;
      font-size: 5vw; }
      .h2_sub p:before, .h2_sub p:after {
        width: 20vw; }

  #feature {
    padding: 12vw 0; }
    #feature .feature_flex {
      margin-bottom: 10vw; }
      #feature .feature_flex .photo {
        width: 100%;
        order: 1;
        margin-bottom: 4vw; }
      #feature .feature_flex .txt_area {
        width: 100%;
        order: 2; }
        #feature .feature_flex .txt_area .ttl {
          font-size: 6vw;
          margin-bottom: 4vw;
          padding-bottom: 4vw; }
        #feature .feature_flex .txt_area .txt {
          font-size: 3.6vw; }

  #case {
    padding: 12vw 0; }
    #case .case_flex {
      margin: 10vw 0; }
      #case .case_flex .box {
        width: 100%;
        margin-bottom: 6vw; }
        #case .case_flex .box .icon {
          display: none; }
        #case .case_flex .box .txt_area {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-box;
          display: -webkit-flexbox;
          display: -moz-flexbox;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          width: 100%; }
          #case .case_flex .box .txt_area .icon02 {
            width: 22%; }
          #case .case_flex .box .txt_area .ttl {
            width: 73%;
            font-size: 7vw;
            padding: 3vw 0;
            margin-bottom: 2vw; }
          #case .case_flex .box .txt_area .txt {
            width: 100%;
            font-size: 4vw;
            margin-top: 4vw; }

  #type {
    padding: 12vw 0; }
    #type h2 {
      line-height: 1;
      margin-bottom: 4vw; }
    #type .type_txt01 {
      font-size: 3.8vw;
      padding: 2vw 3vw;
      margin: 10vw 0 4vw; }
    #type .type_txt02 {
      font-size: 6.5vw;
      margin-bottom: 5vw; }
      #type .type_txt02 em {
        font-size: 8vw; }
    #type .bg {
      background: url("../img/bg-type.png") no-repeat center;
      background-size: cover; }
    #type .flex {
      margin-bottom: 10vw; }
      #type .flex .box {
        width: 100%; }
    #type .size_wrap {
      width: 100%;
      margin: 0; }
    #type .notice {
      margin: 4vw 0 12vw; }
    #type .caution {
      margin: 10vw auto;
      padding: 6vw; }
      #type .caution .ttl {
        font-size: 4vw;
        padding-bottom: 2vw; }
        #type .caution .ttl img {
          margin-right: 2vw; }
      #type .caution .txt01 {
        font-size: 3.6vw;
        margin-top: 5vw; }

  #spec {
    padding: 10vw 0; }
    #spec .spec_ttl01, #spec .spec_ttl02, #spec .spec_ttl03 {
      font-size: 4.5vw;
      padding: 2vw 0 2vw 11vw;
      background-size: 8vw; }
    #spec .tb_wrap {
      border-radius: 1vw;
      margin-bottom: 10vw; }
      #spec .tb_wrap table th, #spec .tb_wrap table td {
        padding: 2vw; }
    #spec .spec_txt {
      margin-bottom: 10vw; }

  #support {
    padding: 12vw 0; }
    #support .qa_box {
      margin-top: 8vw;
      border-radius: 4vw;
      filter: drop-shadow(0 1.2vw 1.5vw rgba(0, 0, 0, 0.3));
      padding: 6vw; }
      #support .qa_box .question {
        padding: 2vw 0 4vw 12vw;
        font-size: 4.4vw;
        margin-bottom: 5vw; }
        #support .qa_box .question:before {
          font-size: 10vw; }
      #support .qa_box .answer {
        padding: 0px 0 0 12vw;
        font-size: 4vw; }
        #support .qa_box .answer:before {
          font-size: 10vw; }

  #contact {
    padding: 12vw 0 20vw; }
    #contact .contact_txt {
      margin: 0 auto 10vw;
      font-size: 3.6vw; }
    #contact .form_area {
      border-radius: 4vw;
      padding: 10vw 8%; }
      #contact .form_area .ttl {
        font-size: 4vw; }
        #contact .form_area .ttl span {
          border-radius: 0.8vw;
          padding: 0.6vw 2vw;
          font-size: 3.2vw;
          margin-left: 2vw; }
        #contact .form_area .ttl em {
          font-size: 3.2vw; }
      #contact .form_area input[type=text], #contact .form_area input[type=email], #contact .form_area input[type=tel], #contact .form_area select, #contact .form_area textarea {
        border-radius: 0.8vw;
        padding: 2vw;
        font-size: 3.6vw;
        margin: 2vw 0 6vw; }
      #contact .form_area .btn_area input[type=submit] {
        padding: 3vw 6vw;
        font-size: 5vw; }

  .mat a {
    padding: 6vw 15vw 6vw 5vw;
    font-size: 5vw;
    position: relative;
    text-align: left; }
    .mat a i {
      position: absolute;
      top: 50%;
      font-size: 8vw;
      right: 3vw;
      transform: translateY(-50%); }

  #thanks {
    padding: 30vw 0; }
    #thanks .ttl {
      font-size: 6vw;
      margin-bottom: 10vw; }
    #thanks .btn_area {
      margin-top: 12vw; }
      #thanks .btn_area a {
        padding: 3vw 8vw;
        font-size: 5vw; } }
