@charset "UTF-8";

#lpinformation{
  margin-top: 10px;
  width: 90%;
  margin: auto;
}
#lpinformation input{
  text-decoration: none;
}
#lpinformation input:hover{
  opacity: 0.8;
}
#lpinformation h4{
  background: #006932;
  color: #fff;
  padding: 0px 15px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 20px;
}
#lpinformation .caption{
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #acd48e;
  font-weight: bold;
}
#lpinformation .sidebar{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
#lpinformation .caption span{
  color: #006932;
  font-size: 23px;
  font-weight: bold;
  background: none;
}
#lpinformation table,textarea{
  width: 100%;
}
#lpinformation .box{
  width: 90%;
  margin: auto;
}
#lpinformation td{
  display: block;
}
#lpinformation .label {
  background: #f8f398;
  padding: 0px 15px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
}
#lpinformation .label::before{
  content: "";
  position: relative;
  top:4px;
  margin-right: 3px;
  border: 8px solid transparent;
  border-top: 8px solid #006932;
}
#lpinformation  span{
  padding: 2px 4px;
  background: #eb6000;
  border: 1px solid #fff;
  color: #fff;
  margin-left: auto;
}
#lpinformation input,textarea{
  display: block;
  border: 1px solid #c9c9ca;
  width: 98%;
  margin: 0 auto 10px auto;
}
#lpinformation tr{
  display: block;
  margin-bottom: 20px;
}
#lpinformation textarea{
  border: 1px solid #c9c9ca;
  width: 98%;
  height: 190px;
  margin: 0 auto 25px auto;
}
#lpinformation .mail_wrap{
  display: flex;
  flex-direction: row;
}
#lpinformation .comment{
  color: #eb6000;
}

#lpinformation #agreement p{
  font-weight: bold;
  margin-bottom:30px;
}

#lpinformation #agreement textarea{
    height: 200px;
    border: 5px solid #c9c9ca;
    padding: 20px;
}
#lpinformation .hosoku {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#lpinformation .ok_wrap{
  position: relative;
  background: linear-gradient(to bottom, #f6ab00, #fbc700);
  padding: 3px;
  width: 48%;
  height: 70px;
  border-radius: 10px;
  line-height: 66px;
}
#lpinformation  .ok{
  border: none;
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height:100%;
  border-radius: 10px;
  background: -moz-linear-gradient(top, rgb(251,199,0) 0%, rgb(251,199,0) 31%, rgb(246,171,0) 64%, rgb(246,171,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(251,199,0) 0%,rgb(251,199,0) 31%,rgb(246,171,0) 64%,rgb(246,171,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(251,199,0) 0%,rgb(251,199,0) 31%,rgb(246,171,0) 64%,rgb(246,171,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#lpinformation .ng_wrap{
  position: relative;
  background: linear-gradient(to bottom, #c9c9ca, #eeefef);
  padding: 3px;
  width: 48%;
  height: 70px;
  border-radius: 10px;
  line-height: 66px;
}
#lpinformation .ng{
  border: none;
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height:100%;
  border-radius: 10px;
  background: -moz-linear-gradient(top, rgb(238,239,239) 0%, rgb(201,201,202) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(238,239,239) 0%,rgb(201,201,202) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(238,239,239) 0%,rgb(201,201,202) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}



/* ▽エラー用▽*/
#lpinformation .error{
  font-weight: bold;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  color: #eb6000;
  background: #f8ceb0;
}


/* ▽送信完了画面用▽*/
#lpinformation .complete{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

#lpinformation .otoiawase{
  font-size: 14px;
  padding: 20px;
  border: 1px solid #000;
  margin-bottom: 50px;
}
