<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初期設定
------------------------------------------*/
* {margin: 0;padding: 0;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
img {margin: 0;padding: 0;border: 0;}
table {width:100%; border-collapse: collapse;border-spacing: 0;}
ol, ul ,li{list-style: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
input, textarea, select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
max-width:100%;
}
a, a:hover {
    text-decoration: none;
}

body{
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;

}
.wi1000{
  width: 1000px;
  margin: 0 auto;
}

.cover img{
  width: 100%;
}
.formbg{
  background-color: #3cb620;
  padding-top: 30px;
  padding-bottom: 30px;
}
.formlist{
  display: flex;
}
.nayamibg{
  background-image: url('../img/LP-0323-pc-2_14.png');
  padding-top: 50px;
  padding-bottom: 50px;
}

.kiken_bg1{
  background-color: #dafff3;
  border: 5px solid #2bcca4;
  padding: 10px;

}

.kiken_bg2{
  background-color: #a4fee1;
}
.kiken_title{
  text-align: center;
}

.kiken_txt{
padding: 20px 10px;
line-height: 1.5;
font-size: 1rem;
}

.tsuyomi{
  background-color: #2bcca4;
  padding-bottom: 10px;
    padding-top: 30px;
}
.tsuyomiimg{
  text-align: center;
  margin-bottom: 50px;
}
.priceimg{
  padding-top: 30px;
  padding-bottom: 30px;
}
.taiouimg {
  text-align: center;
}
.taiouimg img{
width: 50%;
}

.stephead{
  background-color: #3cb620;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
font-size: 2rem;
}
.stepimg{
  text-align: center;
}
.stepimg img{
width: 50%;
padding-top: 30px;
padding-bottom: 30px;
}

.jireiimg{
  padding-bottom: 50px;
}

.formhead{
  background-color: #3cb620;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
font-size: 2rem;
}


/*     ==問い合わせフォームCSS====================== */

form{
  width: 1000px;
  margin: 0 auto;
}
.tableform{
  width: 90%;
  margin-top: 30px;
}
.tableform tbody tr th{
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F2F2F2;
padding-right: 30px;
padding-left: 30px;
vertical-align: middle;
width: 40%;
  font-size: 1.5rem;
}
.tableform tbody tr td{
  padding: 20px 30px;

  }
  .tableform tbody tr th span{
color: #f00;
padding-left: 10px;
font-size: 1rem;
  }
  .tableform tbody tr td input{
height: 30px;
    width: 100%;
    font-size: 20px;
  }

  textarea{
        width: 100%;
    font-size: 20px;
    height: 300px;
  }
  #contact-check label input{
    vertical-align:middle;
    width: 5%;
  }
.tableform{
  margin-top: 50px;
}
.formbutton_2{
  background-image: url('../img/btn_contact_confirm.jpg');
width: 70%;
    background-size: contain;
    height: 137px;
    border: none;
}

.form_txt{
  padding-top: 50px;
  padding-bottom: 0px;
  line-height: 1.5;
}
.voice{
  width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.voice img{
text-align: center;
}
 .staff h3{
  text-align: center;
 }

 .staff h3 img {
    width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
  .staffFlex{
    display: flex;
  }
  .staff-wrap {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 2% 2%;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    background: #fff;
    border: solid 3px #555;
    box-sizing: border-box;
    margin-left: 30px;
    margin-bottom: 50px;
  }

  .staff-wrap span {
      color: #222;
      font-size: 1.6rem;
      font-weight: 600;
      display: block;
      margin-bottom: 8px;
  }
  .staff-wrap strong {
      color: #222;
      font-size: 1rem;
      font-weight: 600;
      display: block;
      margin-bottom: 10px;
  }
  .staff-wrap p {
      color: #222;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.75em;
  }


.staffFlex img{
    width: 100%;
  }
  .staff-wrap span{
    font-size: 1.3rem;
  }
  .staff-wrap strong{
    font-size: 1.5rem;
  }





.form_tyui_txt{
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-top: 30px;
}


footer{
padding-top: 30px;
padding-bottom: 30px;
background-color: #3cb620;
margin-top: 0;
width: 100%;
}
footer .company{
font-size: 1.2rem;
line-height: 1.75em;
margin: 0 auto;
color: #fff;
width: 94%;
}

.banner{
  text-align: center;
}
.banner img{
width: 40%;
  }</pre></body></html>