/* カスタム CSS をここに入力してください */
/*問い合わせ*/
.con_f{
	    max-width: 800px;
    margin: 0 auto;
	line-height: 1.8;
}
@media screen and (min-width: 801px){
dl {
    display: flex;
	margin: 40px 0;
}
	
dt {
    width: 190px;
    text-align: left;
}
	textarea{
		width: 100%;
	}
		input, textarea{
				border: 1px solid #ccc;
	}
}
@media screen and (max-width: 800px){
	input, textarea{
		    max-width: 100% !important;
				border: 1px solid #ccc;
	}
	
	dl {
	margin: 40px 0;
}
	
dt {
    width: 100%;
			margin-bottom: 10px;
    text-align: left;
}
	
	dd {
		width: 100%;
		margin-left: 0;
		padding: 0 !important;
		margin-bottom: 20px;
		text-align: left;
	}	
	
	textarea{
		width: 100%;
	}
		input, textarea{
				border: 1px solid #ccc;
	}
	
}

.his{
	background-color: red;
    color: white;
    font-size: 0.8rem;
    margin-left: 7px;
    padding: 0 3px;
    border-radius: 6px;
}

.kakunin{
    padding: 5px 32px;
    height: 50px;
    border-radius: 10px;

    font-weight: bold;
}

.con_f p {
    text-align: center;
}

.con_m{
	    font-size: 20px;
    font-weight: bold;
}

.c_table{
	margin:0 auto;
text-align: center;
	margin-bottom: 100px;
}

.c_table td{
	line-height: 3;
	border-bottom: solid 2px #f4f4f4;
}

.boil{
	
}

.beer{
	
}

/*お問い合わせ画面求人フォーム*/
.kyujin{
	text-align: center;
	margin-bottom: 110px;
}

.kyujin_youkou{
	max-width: 700px;
    margin: 0 auto;
	/*margin: 80px 0 40px;*/
	padding-bottom: 50px;
}

.kyujin_midashi{
	font-size: 38px;
	margin-bottom: 14px;
}

.kyujin_setsumei{
	font-size: 16px;
}

.recruit_b{
	font-weight: bold;
    width: 30%;
    background-color: #26266E;
    color: white;
	text-align: left;
	    display: flex;
    justify-content: center;
    align-items: center;
	padding: 20px;
}

.recruit_syosai{
	font-weight: 400;
	padding: 20px;
	width: 70%;
	text-align: left;
	background-color: #FAFAFA;
	line-height: 1.8;
}

.ky_flex{
	display: flex;
	border-bottom: solid #FFFFFF 1px;
}

textarea{
	    width: 513px;
}

/*スマホsp*/
@media screen and (max-width :414px){

.ky_flex{
	display: unset;
}

.recruit_b{
	width: unset;
	text-align: center;
}

.recruit_syosai{
width: unset;	
}

}

input{
	height: 40px;
	max-width:513px;
}

.syokusyu_midashi{
    text-align: left;
    border-left: solid 5px #27266E;
    border-bottom: solid 1px #ccc;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
.select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select select::-ms-expand {
    display: none;
}
.select {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.select select::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.select select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}









