input,textarea{
    background:#e8f3d3;
    border-radius: 5px;
    padding:4px;
    border:#999999 solid 1px;
}
.l-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fcfaf6;
}

.l-section-wrap {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.heading02 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  }
  .btnBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width:100%;
}
.btnBox__btn{
  background:#8cc123;
  color: #fff;
  padding:10px 20px;
  font-size: 2rem;
  width:200px;
  border:none;
}
.btn_mail .btnBox__btn::after{
  content: url(../img/contact/icon-mail.png);
  margin-left:8px;
}
/*=========================================
contact
=========================================*/
.application-form{
  font-size:18px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
}
.application-form td,
.application-form th{
  border-bottom: 1px solid #ccc;
  font-size:18px;
  padding:5px;
  text-align: left;
}
.application-form th{
  border-right: 1px solid #ccc;
  width: 300px;
}
.application-form label,
.application-form span{font-size:18px;}
.application-form .comment{display: none;}

.faq-form__items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 30px;
}
.disabled{
  opacity: 0.5;
}
.form-txt{
  font-size:18px;
}
.errorList{
  margin-bottom: 40px;
}

.errorList li{
  padding:5px 0;
  color:#a40000;
  font-size: 18px;
}


.faq-form__formel input,
.application__body input[type="text"] ,
.application__body input input[type="email"]  {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 18px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.faq-form__formel textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;

}

.faq-support {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.faq-support strong{
  font-weight: normal;
  font-size: 2.5rem;
}

/*=========================================
application
=========================================*/


.single-case .heading {
  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;
  background: #8cc123;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 2rem;
}

.entrybox {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.entrybox__comment {
  font-size: 16px;
  margin-bottom: 20px !important;
}

.entrybox__contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 20px;
  padding: 10px;
  height: 250px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  border: 1px solid #303030;
  font-size: 12px;
}

.entrybox__contents p {
  width: 100% !important;
  text-align: left !important;
}

.entrybox label {
  font-size: 18px;
  margin-bottom: 15px;
}

.entrybox input[type=checkbox] {
  width: 24px;
  height: 24px;
}


.entrybox__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px !important;
}

.entrybox .application-form label {
  font-size: 16px;
}

.entrybox .application-form .checkwrap label {
  font-weight: normal;
}

.policy-title .comment {
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
}
.checkwrap{
  padding:0 20px;
}
.checkwrap label{
  display: block;
  margin-bottom: 15px;
}
.checkwrap label input{
      margin-right: 10px;
}
.checkwrap .form-checkbox{
  width:25%;
  width:50%;
  float: left;
}
.unit-first{
  width:89% !important;
}
.unit{
  width: 47%;
float: right;
/* padding-left: 10%; */
padding-top:15px;
padding-bottom:10px;
}
.billEntry{
  font-weight: bold;
  margin-top:20px;
}
.billEntry .form-txt{
  font-weight: bold;
}
.policy-title,.section-box__title{
  font-size:16px;
  margin-bottom:10px;
}
.entrybox{border:none;}
.entry_request{
    border:1px solid #303030;
  width:100%;
  text-align: left;
  padding:15px;
}

@media screen and (max-width: 767px) {
.unit {
     padding-top: 0; 
}
body label.w10p {
    width: auto !important;
}
body form .w80p {
	width:100% !important;
}
body form .p-postal-code {
	width:30vw !important;
}
body form .unit-first {
	width:100% !important;
}

body label.label_l {
    width: 100% !important;
}
body label.fwb {
	line-height:1.2;
}

 

}

