@charset "utf-8";
/* CSS Document */

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


.container {
    width: auto;
    margin: 10px auto;
    padding: 5px;
    overflow: hidden;
}

.container span,
.container p,
.container div {
  line-height: 1.6;
}

h1 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  text-align: center;
}

h1 img{
	width:270px;
}

h1 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
  color: #EE7A00;
}

/*h1::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}*/

.mailform dl {
  padding: 12px;
  margin-bottom: 4px;
  border-bottom: 1px solid #FCCC99;
}

.mailform dt {
  vertical-align: middle;
  font-size: 90%;
}

.mailform dt span{
	color:#FF0000;
	font-size:90%;
}

.mailform dt .color_g{
	color:#999999;
}

.mailform dd {
  width: 95%;
  padding-left: 8px;
  vertical-align: middle;
}

.mailform dd input[type="text"],
.mailform dd select,
dd textarea {
  width: 95%;
  font-family: inherit;
  padding: 4px 9px;
  font-size: 14px;
  background: #f4f4ff;
  border-radius: 4px;
  border: none;
}

.mailform dd input[type="radio"],
.mailform dd input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
}

.mailform dd .nest {
  padding-left: 45px;
  margin: 10px 0;
}

.mailform dd textarea {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  resize: vertical;
}

.submit_area {
  margin-top: 45px;
  text-align: center;
}

input[type="submit"][value="確認"] {
  font-family: inherit;
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 8px;
  border: none;
  background: #EE7A00!important;
  color: #fff;
}

.recruit_caution{
    text-align: left;
    margin-top: -20px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 15px;
}
