@charset "UTF-8";
@media (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .sp {
    display: none !important;
  }
}

html, body {
  color: #000;
  font-family: "游ゴシック" , "Yu Gothic" , "Hiragino San" , sans-serif;
  text-decoration: none;
  padding: 0;
  margin: 0;
  height: 100%;
  line-height: 1.6;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
}

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

a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.8;
}

ul, li, dl, dt, dd, p {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

section {
  width: 100%;
  padding: 80px 0;
}

@media (max-width: 900px) {
  section {
    padding: 50px 0;
  }
}

.container {
  max-width: 1040px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .container {
    padding: 0 27px;
  }
}

.container75 {
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .container75 {
    padding: 50px 27px 0;
  }
}

.title {
  text-align: center;
}

@media (max-width: 900px) {
  .title2 h2 {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

h2 {
  display: inline-block;
  border-bottom: 2px solid;
  font-size: 32px;
  margin: 0 0 80px;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 900px) {
  h2 {
    margin-bottom: 40px;
  }
}

#case h2, #compare h2, #can h2 {
  color: #323232;
}

#summary h2, #actual h2, #flow h2 {
  color: #fff;
}

.entry {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .entry {
    margin-top: 30px;
  }
}

.entry img {
  max-width: 480px;
}

@media (max-width: 900px) {
  .entry img {
    width: 100%;
  }
}

.entry2 {
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 900px) {
  .entry2 {
    margin-top: 50px;
  }
}

.entry3 {
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 900px) {
  .entry3 {
    margin-top: 50px;
  }
}

.entry3 img {
  width: 380px;
}

@media (max-width: 900px) {
  .entry3 img {
    max-width: 229px;
  }
}

/* -------------------------ヘッダー-------------------------------*/
header {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 999;
  top: 0;
  height: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 900px) {
  header {
    height: 67px;
    padding: 10px 0;
  }
}

#pc-header .header-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 30px;
}

#pc-header .h_logo {
  padding: 36px 0;
  max-width: 448px;
}

#pc-header .header-right {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

#pc-header .header-right a:first-child {
  width: 64px;
}

#pc-header .header-right a:nth-child(2) {
  margin: 0 15px 0 30px;
}

#pc-header .header-right a:nth-child(3) {
  margin: 0 30px 0 15px;
}

.h_contact {
  background: #323232;
  color: #fff;
  padding: 4px 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  width: 124px;
}

.h_entry_btn {
  background: #006837;
  padding: 12px 27px;
  color: #fff;
}

/*-----------sp header---------------*/
@media (max-width: 900px) {
  #sp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
  }
  #sp-header .h_logo {
    width: 60%;
  }
  #sp-header .menu-button {
    width: 23px;
    height: 23px;
    position: absolute;
    left: 13px;
    top: 18px;
    background: no-repeat;
    border: none;
    -webkit-transition: .2s;
    transition: .2s;
    background: url(../img/sp-menu-btn.png) no-repeat;
    background-size: contain;
  }
  #sp-header .change {
    background: url(../img/sp-menu-btn2.png) no-repeat;
    background-size: contain;
  }
  #sp-header .header-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 40%;
    font-size: 12px;
  }
  #sp-header .header-right a {
    width: 65%;
    padding: 13px 4px;
    text-align: center;
    font-size: 14px;
  }
}

#header-tab {
  width: 100%;
  background: #006837;
  margin-top: 9px;
  text-align: center;
  padding: 24px 38px 17px;
  display: none;
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity .25s ease, visibility .25s ease;
  transition: opacity .25s ease, visibility .25s ease;
}

#header-tab li {
  border-top: 1px solid #fff;
  padding: 16px 0;
  color: #fff;
  font-size: 18px;
}

#header-tab li:last-child {
  padding-top: 19px;
}

#header-tab .h_contact {
  padding: 6px 0;
  width: 100%;
}

/*-----------sp header---------------*/
/* -------------------------メインビジュアル-------------------------*/
#mv {
  background-color: #FFF0D2;
  padding: 110px 0 40px;
  margin-bottom: 80px;
  display: block;
}

@media (max-width: 769px) {
  #mv {
    padding: 70px 0 30px;
    margin-bottom: 50px;
  }
}

.mv-box {
  background: url(../img/mv-contents-bg2.png) repeat;
  background-size: contain;
  width: 100%;
  background-position: center;
}

.mv-winroof2021{
    display: block;
    padding: 30px;
    text-align: center;
    font-size: 34px;
    color: #e72420;
    text-decoration: underline;
    font-weight: 800;
}

@media (max-width: 769px) {
  .mv-winroof2021 {
    padding: 20px;
    font-size: 16px; 
  }
}



.mv-inner {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .mv-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mv-inner .mv-img {
  background: url(../img/main.jpg) no-repeat;
  background-size: cover;
  width: 50%;
  height: 540px;
  background-position: 90%;
}

@media (max-width: 900px) {
  .mv-inner .mv-img {
    width: 100%;
    height: 280px;
    background-position: 50%;
  }
}

.mv-contents {
  text-align: center;
  padding: 64px 0;
  margin-left: 74px;
  width: 50%;
}

@media (max-width: 900px) {
  .mv-contents {
    width: 95%;
    margin: 0 auto;
    padding: 40px 0;
  }
}

.mv-contents .mv-contents-ttl {
  color: #009245;
}

@media (max-width: 900px) {
  .mv-contents .mv-contents-ttl {
    padding: 0 12px;
  }
}

@media screen and (max-width: 375px) {
  .mv-contents .mv-contents-ttl {
    padding: 0;
  }
}

.mv-contents .mv-contents-ttl span {
  font-size: 34px;
}

@media (max-width: 900px) {
  .mv-contents .mv-contents-ttl span {
    font-size: 22px;
  }
}

.mv-contents .tax {
  font-size: 32px;
}

@media (max-width: 900px) {
  .mv-contents .tax {
    font-size: 21px;
  }
}

.mv-contents ul {
  background-color: #009245;
  color: #fff;
  padding: 22px;
}

@media (max-width: 900px) {
  .mv-contents ul {
    padding: 20px 25px;
    margin: 0 auto;
  }
  .mv-contents ul .ft46 {
    margin: 20px 0;
  }
}

@media screen and (max-width: 375px) {
  .mv-contents ul {
    padding: 20px 2px;
  }
}

.mv-contents .mv-bottom-text {
  text-align: left;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .mv-contents .mv-bottom-text {
    max-width: 340px;
    margin: 13px auto 0;
  }
}

.ft46 {
  font-size: 46px;
  font-weight: 700;
}

.ft24 {
  font-size: 24px;
}

.ft19 {
  font-size: 19px;
}

.ftb {
  font-weight: 700;
}

@media (max-width: 900px) {
  .ft46 {
    font-size: 30px;
  }
  .ft24 {
    font-size: 16px;
  }
  .ft12 {
    font-size: 12px;
  }
}

/* ------------------------------概要------------------------------*/
/*【購入までの流れと共通】*/
.lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  .lineup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lineup > div {
  background: #fff;
  position: relative;
  padding: 47px 19px 19px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 901px) {
  .lineup > div {
    width: calc(30% - 12px);
  }
}

.lineup > div img {
  width: 50%;
}

.lineup img.pc {
  width: 46px;
  margin: auto 12px;
}

.lineup img.sp {
  width: 46px;
  margin: 12px auto;
}

/*【購入までの流れと共通】*/
#summary {
  background: url(../img/gaiyou_pc.png) no-repeat;
  background-size: cover;
}

#summary p {
  margin-top: 52px;
  text-align: left;
}

@media (max-width: 900px) {
  #summary p {
    margin-top: 48px;
  }
}

@media (max-width: 900px) {
  #summary {
    background: url(../img/gaiyou_sp.png) no-repeat;
    background-size: cover;
  }
}

/* ----------------------------事例--------------------------------*/
@media (max-width: 900px) {
  #case {
    padding-bottom: 0;
  }
}

.case-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  .case-contents {
    display: block;
    margin: 0 auto;
  }
}

.case-contents li {
  width: calc(30% - -8px);
}

@media (max-width: 900px) {
  .case-contents li {
    display: block;
    width: 100%;
    margin: 25px auto 50px;
    text-align: center;
  }
  .case-contents li:last-of-type {
    margin-bottom: 54px;
  }
}

.case-contents li .case-title {
  background: #C1272D;
  color: #fff;
  padding: 14px 0;
  border-radius: 30px;
  text-align: center;
  font-size: 22px;
}

@media (max-width: 900px) {
  .case-contents li .case-title {
    max-width: 640px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .case-contents li .case-text {
    text-align: left;
    display: inline-block;
  }
}

.case-contents li .case-img-box {
  margin: 25px auto;
}

.case-contents li .case-img-box img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 901px) {
  .case-contents:last-of-type {
    margin-top: 80px;
  }
}

.remodal {
  max-width: 940px !important;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 66px 20px 52px !important;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .remodal {
    max-width: 335px !important;
    padding: 35px 0 0 !important;
  }
}

.remodal span {
  position: absolute;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  top: 30px;
  right: 29px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .remodal span {
    top: 19px;
    right: 19px;
  }
}

.remodal span::before {
  content: "";
  display: block;
  width: 3px;
  height: 50px;
  background: #277F55;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 900px) {
  .remodal span::before {
    width: 2px;
    height: 30px;
  }
}

.remodal span::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 3px;
  height: 50px;
  background: #277F55;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

@media (max-width: 900px) {
  .remodal span::after {
    width: 2px;
    height: 30px;
  }
}

.remodal img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 900px) {
  .remodal img {
    max-width: 265px;
  }
}

.remodal-cancel {
  background: none !important;
  color: initial !important;
}

/* -------------------------実績------------------------------*/
#actual {
  background: url(../img/actual_pc.png) no-repeat;
  background-size: cover;
}

@media (max-width: 900px) {
  #actual {
    background: url(../img/actual_sp.png) no-repeat;
    background-size: cover;
  }
}

#actual p {
  color: #fff;
  text-align: center;
  font-size: 36px;
}

#actual p:last-of-type {
  margin: 52px 0 24px;
}

@media (max-width: 900px) {
  #actual p:last-of-type {
    margin-bottom: 20px;
  }
}

#actual img {
  display: block;
  margin: 0 auto;
  max-width: 324px;
}

@media (max-width: 900px) {
  #actual img {
    width: 100%;
  }
}

@media (max-width: 900px) {
  #actual .container {
    padding: 0;
  }
  #actual .container p {
    padding: 0 10px;
  }
  #actual .container p:last-of-type {
    padding: 0 25px;
  }
  #actual .container p .google {
    padding: 0 25px;
    max-width: 324px;
    margin: 0 auto;
  }
}

/* ----------------------------比較------------------------------*/
#compare .hikaku-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0 3px 20px 0;
}

#compare .hikaku-title > div {
  width: 250px;
  background: #C1272D;
  color: #fff;
  padding: 6px 21px;
  border-radius: 30px;
  text-align: center;
  font-size: 24px;
}

#compare .hikaku-title > div:nth-child(2) {
  margin: 0 15px;
}

#compare .entry {
  margin-top: 30px;
}

.com-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 40px 38px;
  text-align: center;
  margin-bottom: 15px;
}

.com-contents div {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  width: 17%;
  text-align: left;
}

.com-contents .text {
  padding: 0;
  text-align: left;
  margin: 0 auto;
}

.border-b {
  text-decoration: underline;
}

.border-b a {
  display: inline-block;
  cursor: initial;
  text-decoration: none !important;
}

.com-red {
  border: 5px solid #C1272D;
  color: #C1272D;
}

.company {
  font-size: 22px;
  text-align: center !important;
}

@media (min-width: 901px) {
  .company {
    width: 13% !important;
  }
}

@media (max-width: 900px) {
  .company {
    font-size: 18px;
  }
}

.price {
  font-size: 20px;
  text-align: center !important;
}

@media (min-width: 901px) {
  .price {
    margin-right: 0 !important;
  }
}

.com-red .price {
  font-size: 24px;
}

.other1 {
  background: #7d7d7d;
  color: #fff;
}

.other2 {
  background: #A5A5A5;
  color: #fff;
}

/*--------------------sp用タブメニュー-------------------------*/
#tabmenu dt {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background: #C1272D;
  margin: 0 auto 20px;
  border-radius: 30px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}

#tabmenu dd {
  text-align: center;
  margin: 0 auto;
  display: none;
}

#tabmenu dd > div {
  padding: 40px 22px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#tabmenu dd > div:first-of-type {
  border: 4px solid #C1272D;
  color: #C1272D;
}

#tabmenu dd > div p {
  width: 50%;
  text-align: left;
}

#tabmenu dd > div p:first-child {
  text-align: center;
}

#tabmenu dd .company {
  width: 35%;
  margin-left: 0;
}

#tabmenu .com-contents .text {
  padding: 0 0px;
  text-align: left;
  margin: 0 0 0 auto;
  width: 50%;
}

#tabmenu .com-contents .price-t {
  text-align: center;
}

#tabmenu .com-contents .price {
  font-size: 24px;
}

@media screen and (max-width: 375px) {
  #tabmenu .com-contents .price {
    font-size: 17px;
  }
}

/* ----------------------------流れ--------------------------------*/
#flow {
  background: url(../img/flow_pc.png) no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 900px) {
  #flow {
    background: url(../img/flow_sp.png) no-repeat;
    background-size: cover;
  }
}

#flow .lineup > div {
  padding-top: 42px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#flow .lineup > div img {
  width: 54%;
}

#flow .text-top {
  text-align: center;
  color: #20B371;
  font-size: 22px;
  margin: 40px 0 36px;
}

@media (min-width: 901px) {
  #flow .text-top {
    height: 35px;
  }
}

#flow .text-bottom {
  text-align: left;
}

#flow .entry {
  margin-top: 80px;
}

@media (max-width: 900px) {
  #flow .entry {
    margin-top: 50px;
  }
}

/* -----------------画像解析にできること-------------------*/
#can {
  background: #FFF0D2;
}

#can .flex-inner-text {
  color: #323232;
}

@media (max-width: 900px) {
  #can .flex-inner-text {
    line-height: 2;
  }
}

.contents-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contents-flex:last-child {
  margin-bottom: 0;
}

@media (min-width: 901px) {
  .contents-flex img {
    width: 29%;
  }
}

@media (max-width: 900px) {
  .contents-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .contents-flex:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents-flex img {
    width: 100%;
  }
}

.contents-flex .flex-inner {
  width: 66%;
}

@media (max-width: 900px) {
  .contents-flex .flex-inner {
    width: 100%;
  }
}

.sub-title {
  color: #C1272D;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 80px;
}

@media (max-width: 900px) {
  .sub-title {
    margin: 30px 0 50px;
    line-height: initial;
  }
}

/* --------------------------製品仕様-------------------------*/
h1 {
  background: #FFF0D2;
  text-align: center;
  color: #323232;
  font-size: 32px;
  padding: 40px 0;
  margin: 0;
}

@media (max-width: 900px) {
  h1 {
    font-size: 28px;
    padding: 24px 0 21px;
  }
}

h1 img {
  width: 100px;
  vertical-align: middle;
  padding-right: 27px;
}

@media (max-width: 900px) {
  h1 img {
    width: 77px;
    padding-right: 7px;
  }
}

#section01 {
  padding-top: 110px;
}

@media (max-width: 900px) {
  #section01 {
    padding-top: 67px;
  }
}

.sec01-block01 {
  padding: 80px 0;
}

@media (max-width: 900px) {
  .sec01-block01 {
    padding: 50px 27px;
  }
}

.sec01-block01 p, .sec01-block01 ul {
  text-align: left;
}

.sec01-block02 {
  padding: 80px 0;
  background: #FFF0D2;
}

@media (max-width: 900px) {
  .sec01-block02 {
    padding: 50px 0;
  }
}

.sec01-block02 p, .sec01-block02 ul {
  text-align: left;
}

.product {
  display: block;
  width: 750px;
  margin: 0 auto 80px;
}

@media (max-width: 900px) {
  .product {
    margin-bottom: 30px;
  }
}

/* --------------------------購入までの流れ------------------*/
#section02 {
  padding: 110px 0 50px;
}

@media (max-width: 900px) {
  #section02 {
    padding: 67px 0 30px;
  }
}

#section03 {
  padding-top: 0;
}

a.section03 {
  display: block;
  padding-top: 110px;
  margin-top: -110px;
}

.sec02-block01 {
  background: url(../img/gaiyou_pc.png) no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
}

@media (max-width: 900px) {
  .sec02-block01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#14a564), color-stop(50%, #22b573), to(#14a564));
    background: linear-gradient(180deg, #14a564 0%, #22b573 50%, #14a564 100%);
    padding: 50px 0;
  }
}

.lineup2 {
  background: #fff;
  padding: 50px;
  text-align: center;
}

@media (max-width: 900px) {
  .lineup2 {
    padding: 40px 19px 50px;
  }
}

.lineup2 .text-top {
  font-size: 32px;
  color: #20B371;
  margin: 50px 0;
}

@media (max-width: 900px) {
  .lineup2 .text-top {
    font-size: 22px;
    color: #20B371;
    margin: 43px 0 36px;
  }
}

.lineup2 .text-bottom {
  text-align: left;
}

.lineup2 img {
  width: 28%;
}

@media (max-width: 900px) {
  .lineup2 img {
    width: 57%;
  }
}

.down-arrow {
  display: block;
  margin: 20px auto;
  width: 46px;
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  margin: 0 auto;
  width: 320px;
  padding: 24px 0;
  font-size: 18px;
}

@media (max-width: 900px) {
  .step {
    width: 100%;
  }
}

.step li {
  color: #969696;
}

.step li:not(:last-child)::after {
  content: ">";
  padding: 10px 30px;
  color: #969696;
  font-weight: initial;
}

.step .t-yeg {
  color: #14A564;
  font-weight: 700;
}

.entry-form {
  margin: 0 auto;
  padding-top: 80px;
}

@media (max-width: 900px) {
  .entry-form {
    padding-top: 50px;
  }
}

.form01, .form02, .form03 {
  margin: 0 auto;
  padding-top: 80px;
}

@media (max-width: 900px) {
  .form01, .form02, .form03 {
    padding-top: 50px;
  }
}

.form01 > div, .form02 > div, .form03 > div {
  display: block;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .form01 > div, .form02 > div, .form03 > div {
    margin-bottom: 30px;
  }
}

label {
  font-size: 18px;
  color: #323232;
  font-weight: 700;
}

input {
  border: 1px solid #C8C8C8;
  background: #F8F8F8;
  width: 100%;
  line-height: 42px;
  font-size: 18px;
  margin-top: 20px;
}

@media (max-width: 900px) {
  input {
    line-height: 38px;
  }
}

.req {
  color: #22B573;
  border: 1px solid #22B573;
  font-size: 14px;
  margin-left: 20px;
  padding: 4px 7px;
  vertical-align: text-top;
}

.check {
  text-align: center;
  margin: 86px auto 0 !important;
}

@media (max-width: 900px) {
  .check {
    margin-top: 50px !important;
  }
}

.check label span {
  color: #16A766;
  border-bottom: 1px solid;
  display: inline-block;
}

input[type="checkbox"] {
  display: none;
}

/* チェックボックスの代わりを成すラベル */
input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  padding-right: 10px;
}

@media (max-width: 900px) {
  input[type="checkbox"] + label {
    padding-left: 55px;
    padding-right: 0px;
    text-align: left;
  }
}

/* ラベルの左に表示させる正方形のボックス */
input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  left: -35px;
  top: 30%;
  border: 1px solid #C8C8C8;
  background-color: #FFF;
}

@media (max-width: 900px) {
  input[type="checkbox"] + label::before {
    left: 8px;
    top: 40%;
  }
}

/* チェックが入った時のレ点 */
input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: -27px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #16A766;
}

@media (max-width: 900px) {
  input[type="checkbox"]:checked + label::after {
    left: 14px;
  }
}

#postal-code {
  width: 150px;
}

@media (max-width: 900px) {
  #postal-code {
    width: 130px;
  }
}

.hyphen {
  padding: 0 10px;
}

/* --------------------------購入以外のお問合わせ----------------*/
#section04, #section05, #section06 {
  padding-top: 110px;
}

@media (max-width: 900px) {
  #section04, #section05, #section06 {
    padding-top: 67px;
  }
}

.form-top-text {
  font-size: 18px;
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 900px) {
  .form-top-text {
    margin-top: 50px;
    font-size: 16px;
  }
}

#textarea {
  width: 100%;
  border: 1px solid #C8C8C8;
  background: #F8F8F8;
  font-size: 18px;
  margin-top: 20px;
  font-family: initial;
}

@media (max-width: 900px) {
  #textarea {
    height: 220px;
  }
}

/* -----------------------お問合わせ内容確認------------------*/
.contact-form {
  margin: 0 auto;
  padding-top: 80px;
}

@media (max-width: 900px) {
  .contact-form {
    padding-top: 50px;
  }
}

.kakunin-box {
  margin: 80px auto 0;
}

@media (max-width: 900px) {
  .kakunin-box {
    margin: 50px 0 0;
  }
}

.form-inner {
  border-top: 1px solid #969696;
  padding: 33px 0 30px;
}

.form-inner:last-child {
  border-bottom: 1px solid #969696;
}

.form-inner > div {
  color: #323232;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}

.twin_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 900px) {
  .twin_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.twin_btn button {
  border: none;
  background: no-repeat;
}

@media (max-width: 900px) {
  .twin_btn button:last-child {
    margin-bottom: 15px;
  }
}

.twin_btn img {
  width: 296px;
}

/* -----------------------お問合わせ送信完了------------------*/
.compleat_box {
  text-align: center;
}

.compleat_box img {
  display: block;
  width: 50px;
  margin: 80px auto;
}

@media (max-width: 900px) {
  .compleat_box img {
    width: 40px;
    margin: 50px auto;
  }
}

.com_text {
  color: #14A564;
  margin-bottom: 30px;
  font-size: 32px;
}

@media (max-width: 900px) {
  .com_text {
    font-size: 28px;
  }
}

/* --------------------------購入申込みフォーム----------------*/
#section06 .link {
  color: #14A564;
  text-decoration: underline;
  display: inline;
}

/* -----------------------Aform------------------*/
.aform {
  margin: 0 auto;
  padding-top: 80px;
}

@media (max-width: 900px) {
  .aform {
    padding-top: 50px;
  }
}

.aform-header {
  display: none !important;
}

.aform-content dl {
  display: block;
  border-bottom: none;
  margin: 0 0 40px;
  padding: 0;
}

@media (max-width: 900px) {
  .aform-content dl {
    margin-bottom: 30px;
  }
}

.aform-content dl dt {
  clear: both;
  width: 100%;
  position: initial;
}

.aform-content dl dd {
  padding-left: 0;
  margin-bottom: 0;
}

.aform-content dl dd textarea {
  border: 1px solid #C8C8C8;
  background: #F8F8F8;
  font-size: 18px;
  margin-top: 20px;
  font-family: initial;
  width: 100%;
  min-height: 357px;
}

@media (max-width: 900px) {
  .aform-content dl dd textarea {
    min-height: 220px;
  }
}

.aform-content dl dt .required {
  position: initial;
}

.aform-content span.required {
  color: #22B573;
  border: 1px solid #22B573;
  font-size: 14px;
  margin-left: 20px;
  padding: 4px 7px;
  vertical-align: bottom;
  background: none;
  border-radius: initial;
  line-height: 1.6;
}

.aform-input-example {
  display: none;
}

.aform-twice-note {
  margin-top: 40px;
  text-align: left;
}

.aform-content .submit {
  background: url(../img/confirmation_btn.png) no-repeat;
  background-size: 50%;
  background-position: center;
  margin-top: 80px;
}

@media (max-width: 900px) {
  .aform-content .submit {
    background: url(../img/confirmation_btn_sp.png) no-repeat;
    background-size: 229px;
    background-position: center;
    margin-top: 50px;
  }
}

#aform_btn_confirm_20, #aform_btn_confirm_21 {
  border: none;
  background: none;
  opacity: 0;
}

#aform-21 dl:last-of-type .aform-label {
  display: none;
}

#aform-21 dl:last-of-type dd {
  text-align: center;
}

#aform-20 .aform-content .submit, #aform-21 .aform-content .submit {
  padding: 10px 0;
}

#aform-20 .submit, #aform-21 .submit {
  background-color: initial;
}

#aform-20 #aform_btn_back, #aform-21 #aform_btn_back {
  background: url(../img/back_btn.png) no-repeat;
  background-size: 80%;
  border: none;
  color: transparent;
  background-position: center;
  height: 82px;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 900px) {
  #aform-20 #aform_btn_back, #aform-21 #aform_btn_back {
    background-size: 229px;
    height: 58px;
    margin-top: 10px;
  }
}

#aform-20 #aform_btn_submit, #aform-21 #aform_btn_submit {
  background: url(../img/send_btn.png) no-repeat;
  background-size: 80%;
  border: none;
  color: transparent;
  background-position: center;
  height: 82px;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 900px) {
  #aform-20 #aform_btn_submit, #aform-21 #aform_btn_submit {
    background-size: 229px;
    height: 58px;
  }
}

#aform-20 #aform_confirm_msg, #aform-21 #aform_confirm_msg {
  display: none;
}

#section03 #parts-9, #section04 #parts-9 {
  margin-bottom: 23px;
}

#section05 #aform-21 dl:last-of-type {
  display: none;
}

#section05 #aform-21 dl dd {
  word-break: break-all;
}

#section05 .aform {
  padding: 0;
}

#section05 .aform-content dl {
  border-top: 1px solid #969696;
  border-bottom: none;
  padding: 33px 0 30px;
  margin: 0;
}

#section05 .aform-content dl dt {
  clear: both;
  width: 100%;
  position: initial;
}

#section05 .aform-content dl dt .required {
  position: initial;
  color: #22B573;
  font-size: 14px;
  margin-left: 20px;
  padding: 4px 7px;
  vertical-align: text-top;
  background-color: initial;
}

#section05 .aform-content dl dt span.required {
  color: #22B573;
  border: 1px solid #22B573;
  font-size: 14px;
  margin-left: 20px;
  padding: 4px 7px;
  vertical-align: bottom;
  background: none;
  border-radius: initial;
  line-height: 1.6;
}

#section05 .aform-content dl dd {
  padding-left: 0;
  margin-bottom: 0;
}

#section05 .aform-label {
  color: #323232;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}

#section05 .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-top: 1px solid #969696;
  margin: 0;
  padding-top: 80px !important;
}

@media (max-width: 900px) {
  #section05 .submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
    padding-top: 50px !important;
  }
}

/* --------------------------フッター-------------------------*/
footer {
  text-align: center;
}

.foot-inner {
  background: url(../img/footer-bg.png);
  background-size: cover;
  padding: 80px 0 83px;
}

@media (max-width: 900px) {
  .foot-inner {
    padding: 50px 25px 51px;
  }
}

.foot-inner .f_logo {
  width: 424px;
}

.foot-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 830px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .foot-inner ul {
    display: block;
  }
  .foot-inner ul li:nth-child(2) {
    margin: 35px 0;
  }
}

.foot-inner ul a {
  font-size: 20px;
}

.copy {
  background: #000;
  color: #fff;
  padding: 23px 0 25px;
}

small {
  font-size: 18px;
}

@media (max-width: 900px) {
  small {
    font-size: 12px;
  }
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 400;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 900px) {
  #page-top {
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: 10px;
  }
}

#page-top a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.foot-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 83px;
  max-width: 740px;
}

.foot-btn img {
  max-width: 350px;
}

@media (max-width: 900px) {
  .foot-btn img {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .foot-btn {
    display: block;
    margin: 50px auto 53px;
  }
  .foot-btn a {
    display: block;
  }
  .foot-btn a:first-child {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */