@charset "UTF-8";

/*------------------------------------
　
　アルムナイエントリー
　
------------------------------------*/
#page_content {
    padding-top: 100px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
}

/* 全体 */
#page_content .wpcf7 {
    width: auto;
    padding: 50px;
}

.form_main {
	font-size: 17px;
}
.font_s{
	font-size: 80%;
}


/* 入力枠 */
input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 100%;
    padding: 17px;
    border: 1px solid #929292;
}
/* ラジオボタンの四角 */
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
    height: 18px;
	width: 18px;
    margin-right: 5px;
}

/* プルダウン */
.wpcf7 select{
    line-height: 1.2;
    width: 100%;
    padding: 17px;
    border: 1px solid #929292;
	display: flex;
	align-items: center;
	margin-right: 5px;
}
.select_wrap {
    margin-right: 5px;
}
/* 各行 */
.form_item{
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DCDCDC;
}
/* タイトル */
.form_item>label{
    width: 25%;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding-right: 1em;
    line-height: 1.3em;
}
/* 必須（※） */
.required {
    color: #e61c24 !important;
}
/* 入力枠 */
.inputs{
	display: flex;
	width: 80%;
}
/* 2列 */
.form_item .form_col2>span{
    width: 48%;
    margin-right: 2%;
}
/* 3列 */
.form_item .form_col3>div{
    display: flex;
    margin-right: 15px;
}
/* 入力枠右側の文字を上下センター */
.inputs_in {
    display: flex;
    align-items: center;
}
/* ラジオボタン */
.wpcf7-radio {
    display: flex;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 16px;
    max-width: 100%;
    line-height: 1.5em;
}
.wpcf7-list-item {
    margin-top: 0;
    margin-right: 1em;
    margin-bottom: 0;
    margin-left: 0px;
}
/* エラーコード */
.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
}
.wpcf7 form.invalid .wpcf7-response-output{
    color: #dc3232;
    font-size: 1.3em;
    font-weight: 800;
    border: 1px solid #dc3232;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background: white;
}

/* 住所枠 */
.form_address .inputs{
	display: block;
	
}
.form_address .inputs_in{
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDCDC;
}
.form_address .inputs_in p {
    font-size: 100%;
    width: 8.5em;
	display: flex;
	align-items: center;
}

/* 希望の職種 */
.desired_job{
	width: 80%;
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
}
.desired_job .inputs{
	width: 100%;
}
.desired_job div>span{
width: 100%;
}
.desired_job div>span>span{
    display: flex;
    flex-wrap: wrap;
}
.desired_job div>span>span>span{
width: 45%;
	margin-bottom: 10px;
}
.desired_job_sonota{
	margin-top: 10px;
    line-height: 1.6em;
}
.desired_job_sonota>div{
	margin-top: 10px;
	
}

/* 希望の会社 */
.desired_com>span>span{
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
}
.desired_com>span .wpcf7-list-item {
	width: 45%;
	margin-bottom: 10px;
	display: flex;
}
.desired_com>span .wpcf7-list-item label{
	display: flex;
}



/* 問い合わせ　横100 */
.w-100 span{
	width: 100%;
}
.wpcf7 textarea {
    height: 10em;
}
.wpcf7 .wpcf7-previous {
    width: 200px;
	height: 60px;
	font-size: 15px;
    background-color: #8d8d8d;
	
}
.wpcf7 .wpcf7-submit{
    width: 100%;
    height: 4em;
	font-size: 16px;
    font-weight: 600;
    white-space: normal;
	
}
/*履歴書 */
.resume_box{
    border: 3px solid #8B8B8B;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
    background-color: #fff;
    text-align: center;
}
.resume_box label{
    margin-bottom: 20px;
    font-weight: 600;
    display: block;
}
.resume_box .inputs {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDCDC;
    justify-content: center;
}
.resume_box .inputs:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.resume_box .inputs div{
	display: flex;
	align-items: center;
	justify-content: flex-start;
    width:6em;
	margin-right: 0.5em;
}

@media screen and (max-width: 750px) {
#page_content {
    padding-top: 50px;
}
.form_main {
	font-size: 15px;
}
#page_content .wpcf7 {
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
}
.form_item {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.form_item>label {
    width: 100%;
	margin-bottom: 10px;
}
.inputs {
    width: 100%;
}
.form_address .inputs_in{
    border-bottom: none;
        padding-bottom: 5px;
        margin-bottom: 5px;
}
	.form_address .inputs_in .inputs_in{
}	
/* 入力枠 */
input[type="text"], input[type="email"], input[type="tel"], textarea {
    padding: 8px;
}
/* プルダウン */
.wpcf7 select{
    padding: 8px;
}
/* ラジオボタン */
.wpcf7-radio {
    display: block;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 15px;
	line-height: 1.6em;
}
	
/* 希望の職種 */
.desired_job{
	width: 100%;
}
.desired_job div>span>span>span{
width: 100%;
}
	
/* 希望の会社 */
.desired_com>span>span{
	display: block;
}
.desired_com>span .wpcf7-list-item {
	width: 100%;
}
/* 入力枠右側の文字を上下センター */
.inputs_in {
    display: block;
}
.post_content p {
    margin: 0 0 0em 0 !important;
    font-size: 100% !important;
}

/*履歴書 */	
.resume_box .inputs {
	display: block;
}
.resume_box .inputs div{
	margin-bottom: 0.5em;
}

	
/* ボタン */
.wpcf7 .wpcf7-submit{
    height: auto;
	
}
}