@charset "utf-8";
/* CSS Document */
select{
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select.error {
    color: #000;
    background: url(../images/common/ic_arrow.png) right 15px center/20px no-repeat #fcc;
    border-radius: 10px;
}
.select625{
	width: 625px;
}
.select300{
	width: 300px;
}
.select150{
	width: 150px;
}
.select20{
	width: 20px;
}
.select56h{
	height: 56px;
}
textarea{
    display: block;
    background: #f7f6f5;
    padding: 15px;
    border-radius: 10px;
    line-height: 1.8;
    width: 100%;
}
input[type=text],input[type=email],input[type=tel]{
    display: block;
    background: #f7f6f5;
    padding: 15px;
    border-radius: 10px;
    line-height: 1;
    width: 100%;
}
input[type=checkbox], input[type=radio]{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}	
button:hover::after{
    color: #c23030;	
}
form .requireds {
    padding: 2px 7px 3px 8px;
    letter-spacing: 2px;
    font-size: 9px;
    font-weight: normal;
    color: #fff;
    background: #fe8431;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.c-form__title{
    font-size: 16px;
	margin-bottom: 10px;
}
.job-comment span {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-left: 28px;
}
.job-comment ul li {
    margin-bottom: 20px;
    padding-bottom: 4px;
    line-height: 1.8;
    font-size: 14px;
    border-bottom: 0px;
    list-style: none;
}
#form .form_control2 {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* 個人情報の取り扱いについて .agreement
--------------------------- */
.agreement{
	margin-bottom:20px;
}

.agreement span.attention {
	color: #888;
	font-weight: normal;
}

.agreement h3{
	background-color:#ddd;
	font-weight:bold;
	padding:10px 0 6px 16px;
	margin:0px;
}

.agreement_inner{
	border:1px solid #dfe0e1;
	padding:20px;
	height:150px;
	overflow:auto;
}

.agreement_inner h4{
	font-weight:bold;
	border-bottom:#999 dotted 1px;
}

.agreement_box{
	border:1px solid #dfe0e1;
	padding: 10px 10px 0 10px;
}

.agreement_inner p{
	margin-bottom: 10px;
}
.single {
    text-align: center;
}
.c-form__margin10{
	margin-bottom: 10px;
}
.c-form__margin20{
	margin-bottom: 20px;
}
.c-form__margin30{
	margin-bottom: 30px;
}
.complete_box a {
    color: #fe8431;
    display: block;
    line-height: 20px;
    width: 50%;
    text-align: center;
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    background: #fe8431;
    margin: auto;
    transition: opacity 0.3s ease;
}
.select__float{
	float: left;
}
.margin__right25{
	margin-right: 25px;
}
.padding__top15{
	padding-top: 15px;	
}
.page_next .message_next, .page_verification .message_verification, .page_send .message_send{
    display: inline;
    color: #FFF;
}
.page_next .message_verification, .page_next .message_send, .page_verification .message_next, .page_verification .message_send,.page_send .message_next, .page_send .message_verification{
	display: none;
}

.select56h input{
	padding: 18px 50px 18px 18px;
}
.right{
	float: right;
}