

/* ----------------template------------------- */
@media screen and (max-width:768px) {
  .template .main_image_sp img{
    min-height: 150px;
    width: 100%;
  }
  .template .login{
    display: none;
  }
  .template .head .logo{
    margin-bottom: 0px;
  }
}
@media screen and (max-width:540px) {
  .template .head .logo{
    width: 73%;
  }
}
#h3_template{
  margin-bottom: 88px;
}
@media screen and (max-width:768px) {
  #h3_template{
    margin-bottom: 20px;
  }
}
#btn_group{
  text-align: center;
}
#btn_group .submit{
  margin-bottom: 30px;
}

#template .form_item{
  margin-bottom: 40px;
}


/* ----------------news------------------- */
#news .news_list{
  margin-bottom: 95px;
}



/* ----------------kiji detail------------------- */
#kiji_detail #detail_a01{
  text-decoration: underline !important;
}
#kiji_detail #detail_text01{
  margin-bottom: 38px;
}


/* ----------------company------------------------ */
#company table{
  width: 100%;
  font-size: 14px;
  margin-bottom: 25px;
}
#company table th{
  text-align: left;
  background-color: #F9FAFB;
}
#company table th,
#company table td{
  padding: 15px 17px;
}
#company table,
#company table th,
#company table td{
  border: 1px solid #E2E2E3;
  border-collapse: collapse;
}
#company table td {
  background-color: #fff;
}


/* --------------------contact---------------------- */
#contact input[type=checkbox]{
  -webkit-appearance: checkbox;
  appearance: checkbox;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #CDD6DD;
  border-radius: 4px;
}
#contact .privacy{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  font-size: 16px;
}
#contact .privacy a{
  font-size: 16px;
  color: #0057B8;
}
#contact .btn_area{
  text-align: center;
}