@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;

}

.imgmax img{
  width: 100%;
}

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

.wrap{
margin: 0 auto;
}

.fvbg{
  background-image: url(../img/bg-fv.png);
  background-size: cover;
  text-align: center;
  padding-top: 50px;
}

.contact{
  background-color: #ffcb3d;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-img{
  text-align: center;
}

.con-flex{
  display: flex;
  justify-content: space-between;
}

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

.gosoudan{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.nayami-bg{
  background-image: url(../img/bg-nayami.png);
  background-size: cover;
}


.arrow{
  text-align: center;
}


.nayami-img{
  text-align: center;
}

.price-bg{
  background-color: #feefe0;
  text-align: center;
  padding-top: 50px;
}

.protaiou-bg{
  background-color: #ff7e00;
  padding-top: 50px;
  padding-bottom:50px;
  text-align: center;
}


.campaign-bg{
    background-image: url(../img/bg-campaign.png);
  background-size: cover;
  text-align: center;
  padding-top: 30px;
}


.voice-bg{
      background-image: url(../img/bg-voice.png);
  background-size: cover;
  padding-top: 70px;
  text-align: center;
}

.step{
  text-align: center;
  padding-top: 30px;
}

.form-title img{
  width: 100%;
  margin-top: 50px;
}


/*     ==問い合わせフォーム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: 1rem;
}
.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;
}


.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: #3d1c06;
margin-top: 50px;
width: 100%;
}
footer .company{
font-size: 1.2rem;
line-height: 1.75em;
margin: 0 auto;
color: #fff;
width: 94%;
}