@charset "utf-8";
table.form th {
  color: #000;
}
.l_fv_box img, .l_fv_box1 img{
  width: 100%;
}
.l_fv_box1 img{
  max-width: 994px;
}
.l_fv_box{
  background-color: #fff;
  background-image: url(/np/hakajimai/contact/img/bg_fv.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 15px;
  box-shadow: 0.5px 0.5px 2px 1px #777 inset;
}
.l_fv_box1{
  background-color: #fff;
  background-image: url(/np/hakajimai/contact/img/bg_fv1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 0;
  box-shadow: 0.5px 0.5px 2px 1px #777 inset;
}
.re_btn{
  text-align: center;
  margin-top: -125px;
}
.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #FFF;
  background: #0e8f40;
  transition: .4s;
}
.btn-flat-logo:hover {
  background: #999;
}
h2.t_form{
  margin: 50px 0 15px 0;
  border-bottom: solid 3px #cccccc;
  position: relative;
  font-size: 32px;
  color: #007a43;
  text-align: left;
}
h2.t_form:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #007a43;
  bottom: -3px;
  width: 20%;
}
h1#cv_form {
  position: relative;
  padding: 0.5em 1em;
  border-radius:5px;
  background: linear-gradient(#009d2f 0%, #0f5030 100%);
  box-shadow:inset -1px -1px 0 rgba(255,255,255,1);
  color: #fff;
}
h1#cv_form span::after {
  position: absolute;
  top: 50%;
  left:0.8em;
  transform:translateY(-50%);
  width: 8px;
  height:8px;
  border: solid 3px #446689;
  border-radius:100%;
}
h1#cv_form + p {
  width: 94%!important;
  margin: .5em auto 0 auto;
	}
p strong.c_red{
  color: #cc0000;
}
.mail_cv_form{
  width: 100%;
  max-width: 933px;
  margin: 0 auto;
}
#mail_form{
  text-align: center;
}
#mail_form dl.clearfix{
  text-align: left;
}
#mail_form dl dt{
margin:30px 0 10px 0;
font-weight: bold;
}
#mail_form dl dt::before{
    content: "";
    border-left: 6px solid #60983D;
    height: 2rem;
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle;
}
ul.t-field{
  list-style: none;
}
ul.t-field li{
  margin-bottom: .8em;
}
input[type=checkbox] { display:none; } /* to hide the checkbox itself */
.mail_cv_form .req::after {
  content: "※必須";
  color: #c90f06;
  margin: 0 0 0 5px;
}
.mail_cv_form .any::after {
  content: "＊任意";
  color: #0643c9;
  margin: 0 0 0 5px;
}
input[type=text], input[type=tel]  {
	font: 18px/28px sans-serif;
	box-sizing: border-box;
	margin: 0 0;
	padding: 0.5em;
	transition: 0.3s;
	border: 1px solid #595959;
	outline: none;
  background-color: #f5f5f5;
  text-align: left;
}
input[type=text]:focus, input[type=tel]:focus {
	border-color: #da3c41;
  text-align: left;
}
input[type=text], input[type=tel]{
	padding-left: 10px;
  text-align: left;
}
input[type=submit]{
    padding: .7em 0;
    font-size: 1.2em;
    background-color: #d90000;
    color: #fff;
    border-style: none;
    margin: 30px auto;
    text-align: left;
    border-radius: 8px;
    width: 85%;
}
input[type=submit]:hover{
  background-color: #ff590e;
}
.long{
  border: 1px solid #595959;  /* 枠線 */
  padding: 0.5em;          /* 内側の余白量 */
  background-color: #f5f5f5;  /* 背景色 */
  max-width: 910px;
  width: 100%;            /* 横幅 */
  height: auto;           /* 高さ */
  font-size: 1em;          /* 文字サイズ */
  line-height: 1.2;        /* 行の高さ */
}
.long2{
  border: 1px solid #595959;  /* 枠線 */
  padding: 0.5em;          /* 内側の余白量 */
  background-color: #f5f5f5;  /* 背景色 */
  max-width: 910px;
  width: 100%;              /* 横幅 */
  height: auto;           /* 高さ */
  font-size: 1em;          /* 文字サイズ */
  line-height: 1.2;        /* 行の高さ */
  height: 150px;        /* 高さ */
}
input[type=file]{
  font-size: 1em;          /* 文字サイズ */
  line-height: 1.2;
  border: 1px solid #595959;  /* 枠線 */
  padding: 0.5em;          /* 内側の余白量 */
  background-color: #f5f5f5;  /* 背景色 */
  width: 35%;             /* 横幅 */
  margin-bottom: .7em;
}
#policy {
    width: 95%;
    height: 150px;
    margin: 0px auto 60px;
    overflow-y: scroll;
    border: 2px solid #ccc;
    text-align: left;
    padding: 2%;
}
dd.sort{
  width: 45%;
  float: left;
  margin-bottom: 10px;
}
dd#sort_reset{
  clear: left;
  margin-top: 15px;
}
.chosa{
  border: 1px solid #595959;
  padding: 1em;
  margin-bottom: 20px;
}
table.form{
margin-bottom: 1.5em!important;
}
table.form th{
font-family: initial;
font-size: initial;
}
@media screen and (max-width:768px) {
.left_contents h2.first, h2.t_form{
  margin: 15px 0;
}
.l_fv_box, .l_fv_box1{
  background-size: contain;
  padding: 0 5px;
}
.l_fv_box1{
  background-image: none;
}
.long{
  width: 94%;             /* 横幅 */
  margin: 0 auto;
}
.long2{
  width: 94%;             /* 横幅 */
  margin: 0 auto;
  height: 130px;             /* 縦幅 */
}
input[type=text], input[type=tel] , input[type=file] {
  width: 98%;             /* 横幅 */
  margin: 0 auto;
}
input[type=file] {
  width: 94%;
  margin: 0 auto .5em auto;
}
#mail_form dd{
  padding: 0 .5em;
}
#mail_form dd li{
  text-align: left;
  margin-left: 0.5em;
}
#policy {
  width: 92%;
}
.chosa{
  padding: .5em;
  margin:0 auto 20px auto;
  width: 90%;
  float: none;
}
.chosa p{
  padding: 0;
}
dd.sort {
  width: 45%;
}
.mini{
  width: 92%;
  padding: .5em;
}
/*アイコンを表示*/
.accbox label:before {
  content: '\f078'!important;
}
/*アイコンを入れ替える*/
.cssacc:checked + label:before {
  content: '\f077'!important;
}
  nav.globalMenuSp {
    top: -449px!important;
  }
  nav.globalMenuSp.active {
    top: 60px!important;
  }
}
@media screen and (max-width: 480px){
.col_4 {
    width: 48%;
}
.mail_cv_form{
  width: 96%;
  margin: 0 auto;
}
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
dd.sort input{
height:45px;
}
