@charset "Shift_JIS";

/* ----------------------------------------------------------------------
 ƒtƒH[ƒ€
---------------------------------------------------------------------- */

/* Form */
form {
	width: 100%;
	min-width: 960px;
	margin-bottom: 100px;
	font-size: 18px;
	box-sizing: border-box;
	letter-spacing: 0.15em;
}
form > .inner {
	width: 680px;
	margin: 45px  auto 20px;
}
form h2{
	display: none;
font-size: 36px;
	font-family: Georgia, "Ÿà–¾’©‘Ì", "YuMincho", "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ƒqƒ‰ƒMƒm–¾’© ProN", "Hiragino Mincho ProN", "ƒqƒ‰ƒMƒm–¾’© Pro", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho", serif;
	padding:0 0 120px;
	text-align: center;
	}
@media screen and (max-width:480px) {
	form {
		width: 100%;
		min-width: auto;
	}
	form > .inner {
		width: 84%;
		font-size: 14px;
		margin: 25px  auto 20px;
	}
	form h2{
	font-size: 18px;
padding:0 0 50px;
	}
}

select {
  width: 340px;
}
.customSelect {
	background-color: white;
	padding: 15px 10px;
	background:url(../img/select-box-bg.gif) right center no-repeat;
  /*-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;*/
}

@media screen and (max-width:480px) {
select {
  width: 100%;
  box-sizing: border-box;
 
}
.customSelect {
 border-left:1px solid #d4d4d4;
}
}

input[type="text"], textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: solid 1px #d4d4d4;
	padding: 0.75em;
	font-size: 16px;
}
input[type="text"]:focus, textarea:focus {
	transition: .4s ease-out;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	background-color: #dae7ff; 
}
::-webkit-input-placeholder {
	color: #dcdcdc;
}
::-moz-placeholder {
	color: #dcdcdc;
}
:-ms-input-placeholder {
	color: #dcdcdc;
}
input[type="checkbox"], input[type="button"], input[type="reset"], input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	outline: none;
	cursor: pointer;
}
.default-btn {
	width: 260px;
	height: 66px;
	color: #ffffff;
	border-radius: 10px;
	background-color: #9d9c9c;
	font-size: 18px;
}
.default-btn02 {
	width: 140px;
	height: 50px;
	color: #ffffff;
	border-radius: 10px;
	background-color: #9d9c9c;
	font-size: 18px;
}
@media screen and (max-width:480px) {
input[type="text"], textarea {

	font-size: 14px;
}

	.default-btn {
		width: 45%;
		height: 45px;
		font-size: 3.2vw;
	}
	.default-btn02 {
	width: 40%;
	height: 40px;
	font-size: 3.2vw;

}
}

.submit-btn {
	background-color: #26509a;
}
.submit-btn[disabled] {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
	cursor: default;
}


form dl dd span.radio {

	margin-right: 1.5em;

}
form dl dd span.radio:last-child {
	margin-right: 0;
}


/* checkbox */
input[type="checkbox"], label {
	display: inline-block;
	vertical-align: middle;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	position: relative;
	padding-left: 50px;
}
input[type="checkbox"] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	left: 0;
	width: 38px;
	height: 38px;
	border: solid 1px #d4d4d4;
	background-color: #ffffff;
	margin-top: -19px;
}
input[type="checkbox"]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	left: 3px;
	width: 38px;
	height: 19px;
	margin-top: -22px;
	border-left: solid 4px #26509a;
	border-bottom: solid 4px #26509a;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
@media screen and (max-width:480px) {
	input[type="checkbox"] + label {
		padding-left: 40px;
	}
	input[type="checkbox"] + label::before {
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}
	input[type="checkbox"]:checked + label::after {
		width: 28px;
		height: 14px;
		margin-top: -18px;
	}
}

/* ŒÂlî•ñ•ÛŒì•ûj‚É‚Â‚¢‚Ä */
.privacy {
	border-top: solid 1px #ececec;
	border-bottom: solid 1px #ececec;
	margin: 60px 0 20px;
	padding: 40px 0;
}
.privacy p {
	line-height: 2.0;
}
.privacy iframe {
	width: 100%;
	height: 420px;
	margin: 30px 0 35px;
	overflow-y: scroll;
}
@media screen and (max-width:480px) {
	.privacy iframe {
		height:300px;
	margin: 0px;
	}
	.scroll-bar {
		height: 300px;
		margin: 30px 0 35px;
		-webkit-overflow-scrolling: touch;
    overflow-y: auto;
	}
}

/* u“¯ˆÓvƒ{ƒ^ƒ“ */
.agree {
	text-align: center;
}

/* “ü—ÍƒGƒŠƒA */
.input-area {
	width: 100%;
	min-width: 680px;
	margin: 0 auto;
}
.input-area dt {
	margin-bottom: 0.5em;
}
input[type="radio"], input[type="checkbox"] {
	display: inline-block;
	margin-right: 0.25em;
}
input[type="radio"] + label, input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
@media (min-width:1px) {
	input[type="radio"], input[type="checkbox"] {
		display: none;
		margin: 0;
	}
	input[type="radio"] + label, input[type="checkbox"] + label {
		padding-left: 38px;
	}
	input[type="radio"] + label::before, input[type="checkbox"] + label::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}
	input[type="radio"] + label::before {
		border-radius: 14px;
		background-color: #d0d0d0;
		border: solid 8px #ebebeb;
	}
	/*input[type="checkbox"] + label::before {
		border: solid 1px #d0d0d0;
		border-radius: 5px;
		background-color: #ffffff;
	}*/
	input[type="radio"]:checked + label::after, input[type="checkbox"]:checked + label::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		display: block;
	}
	input[type="radio"]:checked + label::after {
		width: 28px;
		height: 28px;
		margin-top: -14px;
		border-radius: 14px;
		background-color: #ff6699;
		border: solid 8px #ebebeb;
	}
	/*input[type="checkbox"]:checked + label::before {
		border: solid 1px #ffcc00;
		background-color: #ffcc00;
	}
	input[type="checkbox"]:checked + label::after {
		left: 6px;
    width: 16px;
    height: 10px;
    margin-top: -9px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}*/
}
.input-area dt span, .input-area dt small {
	display: inline-block;
	vertical-align: middle;
}
.input-area dt small {
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	background-color: #26509a;
	border-radius: 5px;
	padding: 0.125em 0.5em;
	text-align: center;
	margin-left: 0.75em;
}
.input-area dd {
	margin-bottom: 3em;
}
#recruitment .input-area dd:first-of-type span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 1.5em;
}
.input-area dd label.add1 {
		width:100%;
		margin-bottom: 0.5em;
	}
.input-area dd label span, .input-area dd label input {
	display: inline-block;
	vertical-align: middle;
}
.input-area dd label span {
	padding-right: 0.75em;

}
.input-area dd span {


}
.input-area dd label input {
	margin-right: 1.5em;
}
@media screen and (max-width:480px) {
	.input-area {
		width: 100%;
		min-width: auto;
	}
	.input-area dt small {
		font-size: 12px;
	}
	.input-area dd label {
		width:100%;
	}
	.input-area dd span.radio label {
		width:auto;
		margin-bottom: 1em;
	}
	.input-area dd label:first-child {
		margin-bottom: 1em;
	}
	.input-area dd label input {
		width: 85%;
		margin-right: 0;
	}
	.input-area dd label.add1 span.post {
		display: block;
		margin-top:1em;
	}
	.input-area dd label.add1 input {
		width: 47%;
		margin: 0.5em 3% 0 0;
	}
	.input-area dd label.add1 .w02 {
		width: 100%;
		box-sizing: border-box;
	}
}

/* ƒ{ƒ^ƒ“ */
.btn-area {
	text-align: center;
}
.btn-area p {
	font-size: 15px;
	margin-bottom: 1em;
	color: #ff0000;
}
.w02 {
	width: 60%;
}
@media screen and (max-width:480px) {
.w02 {
	width: 100%;
}
	.btn-area {
		width: 100%;
		margin: 0 auto;
	}
	.btn-area p {
		font-size: 14px;
	}
}

.item-sp {
	display: none;
}
@media screen and (max-width:480px) {
	.item-sp {
		display: inherit;
	}
}

.w100 {
	width: 100%;
	box-sizing: border-box;
}
.w50 {
	width: 50%;
}
/* ----------------------------------------------------------------------
Šm”F
---------------------------------------------------------------------- */

table.table-01 {
box-sizing: border-box;
    width: 100%;
    border-top: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin: 30px 0 ;
}

table.table-01 th {
    padding: 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 0;
    background: #F5F5F5;
    font-weight: normal;

    text-align: left;
}
table.table-01 td {
    padding: 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
   text-align: left;
}
table.table-01 .error {
    color:#f00;
}

