@charset "utf-8";

/*------------------
フォーム系
-------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
select {
  -webkit-appearance: pop-up-menu !important;
  -moz-appearance: pop-up-menu !important;
  appearance: pop-up-menu !important;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control {
	display: inline-block;
	height: 37px;
	line-height: 1.42857143;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #f7f7f7;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding-left: 5px;
	max-width: 420px;
	width: 95%;
}
.form-control.text {
	height:150px;
	max-width:550px;
	
}
.form-control:focus {
	border-color: #0074c1;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(4,51,74,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(4,51,74,0.6);
}
.form-control.error:focus {
    border-color: #fe434c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254,67,76, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254,67,76, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 0.65;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    /* font-size: 14px; */
    line-height: 30px;
    cursor: pointer;
}

@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] {
        margin: 0;
		opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity=0)";
	margin-left:-13px;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #042d84;
	border-radius: 8px;
    }
    input[type=checkbox]:checked + label::after {
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #042d84;
	border-bottom: 3px solid #042d84;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
    }
}




/*----採用お問い合わせ----*/
#form-box {
}
section .privacy {
	border:#dddddd solid 1px;
	padding:20px;
	margin-bottom:50px;
	background-color:#fff;
	margin-top:50px;
}
section .privacy a {
	color:#042d84;
	text-decoration:underline;
}
section .privacy a:hover {
	text-decoration:none;
}
section .privacy dt{
	font-weight:700;
	margin-bottom:5px;
}
#form-box table{
	max-width:800px;
	margin:auto;
}
#form-box h2 {
	text-align:center;
	font-weight:700;
	font-size:170%;
	color:#042d84;
	margin-bottom:50px;
}
#form-box h2 br {
	display:none;
}
#form-box th {
	font-weight:500;
	width:33%;
	
	padding:10px;
	padding-right:30px;
	vertical-align:top;
}
#form-box td {
	padding:10px;
	overflow:hidden;
}
#form-box td li {
	width:46%;
	margin-right:4%;
}
#form-box td .caution {
	display:block;
	color:#042d84;
	font-size:95%;
}
#form-box th span {
	background-color: #B3000E;
	color: #fff;
	font-size: 80%;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
}
#form-box .form-btn {
	text-align:center;
	margin-top:40px;
}
#form-box .form-btn li {
	margin-left:10px;
	margin-right:10px;
}
#form-box .form-btn button {
	    display: block;
		background-color:#042d84;
    color: #fff;
    padding: 18px;
    font-weight: 500;
    max-width: 300px;
    margin: auto;
    text-align: center;
    position: relative;
	font-family:inherit;
	border:none;
	width:300px;
	transition:.3s;
}
#form-box .form-btn button.back-btn {
	background-color: #617F9F;
}
#form-box .form-btn button:hover {
	opacity:0.8;
}
#form-box .form-btn button:after {
	position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}
section .comp {
	text-align:center;
	padding-top:50px;
}
section .comp .mdb {
	margin-bottom:40px;
}
#form-box.conf-box {
	padding-top:0;
	margin-top:0;
	border-top:none;
}
#form-box.conf-box table {
	border-top:#dddddd dashed 1px;
}
#form-box.conf-box table th {
	border-bottom:#dddddd dashed 1px;
}
#form-box.conf-box table td {
	border-bottom:#dddddd dashed 1px;
}
section .conf-txt {
	margin-bottom:25px;
	text-align:center;
}
section .center {
	text-align:center;
	margin-bottom:30px;
}
section .te-box {
	text-align:center;
}
section .te-box h3 {
	font-weight:500;
}
section .te-box dt {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color:#f3b900;
	font-size:290%;
	line-height:1.5;
}
section .te-box dt a {
	color:#f3b900;
	text-decoration:none;
}
#form-box table.conf-tbl {
	border-top:#ccc 1px solid;
}
#form-box table.conf-tbl th {
	border-bottom:#ccc 1px solid;
}
#form-box table.conf-tbl td {
	border-bottom:#ccc 1px solid;
}
@media screen and (max-width:860px){

#form-box th {
	display:block;
	width:auto;
}
#form-box th span {
	float:none;
	margin-left:15px;
}
#form-box td {
	display:block;
	width:auto;
	padding-top:0;
}
section .form-control {
	max-width: inherit;
}
section .form-control.text {
    max-width: inherit;
}
#form-box td li {
	width:100%;
	margin-right:0%;
	display:block;
}
#form-box.conf-box table th {
	border-bottom:none;
	padding-bottom:5px;
}

#form-box table.conf-tbl th {
	border-bottom:none;
}

}
@media screen and (max-width:480px){
#form-box h2 {
	font-size:135%;
	margin-bottom:40px;
	line-height:1.6;
}
#form-box h2 br {
	display:block;
}
}





