﻿/*エントリーフォーム*/
#main_box {
	padding: 0;
}
.entry_top {
	padding: 36px 16px 0;
}
#entry_form {
	position: relative;
	width: 100%;
	line-height: 1.0;
	padding: 0 16px;
	border-collapse: separate;
	border-spacing: 0 32px;
	color: #333;
	font-size: 13px;
	text-align: left;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}
#entry_form::before {
	position: absolute;
	top: 36px;
	width: calc(100% - 32px);
	height: 1px;
	content: "";
	background: #DDD;
}
#entry_form th {
	display: block;
	line-height: 1.5;
	color: #333;
	font-size: 14px;
}
#entry_form th .attention_txt {
	display: inline-block;
	color: #666;
	font-weight: normal;
	vertical-align: middle;
}
.job_experience .attention_txt {
	display: block;
	margin: 24px 0 0 0;
}
#entry_form th .annotation {
	display: inline-block;
	color: #EE6666;
	font-weight: normal
}
#entry_form td {
	display: block;
	position: relative;
}
#entry_form td span,
#entry_form td p {
	vertical-align: bottom;
	font-size: 12px;
}
.entry_confirm td {
	display: block;
	line-height: 1.8;
	margin: 4px 0 0 0;
	font-size: 13px;
}
#entry_form .radio_box {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
#entry_form tr + tr td.radio_box {
	margin: 12px 0 0 0;
}
#entry_form ::placeholder {
	color: #999;
}
#entry_form input[type="text"],
#entry_form select,
#entry_form input[type="email"],
#entry_form input[type="tel"],
#entry_form textarea {
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin: 8px 0 0 0;
	padding: 0 12px;
	border: 1px solid #DDD;
	border-radius: 8px;
	box-sizing: border-box;
	background: #FFF;
	color: #333;
	font-size: 14px;
}
#entry_form select {
	-webkit-appearance: none;
	appearance: none;
}
.select_adress::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 8px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	transform: translateY(-30%) rotate(135deg);
}
#entry_form .entry_interview {
	display: flex;
	align-items: baseline;
	gap: 8px;
}
#entry_form .entry_interview select {
	width: 122px;
	margin: 12px 0 0 0;
	opacity: 1;
}
#entry_form .entry_interview.other select,
#entry_form .entry_interview.other input[type="text"] {
	background: #EEE;
}
#entry_form textarea{
	height: 120px;
	line-height: 1.5;
	padding: 12px;
}
#entry_form input.submit,
#entry_form input.submit2 {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 38px;
	border: none;
	border-radius: 8px;
	box-sizing: border-box;
	background: #006DD9;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	outline: none;
}
#entry_form input.submit2 {
	width: 116px;
}
#entry_form input.submit2.back {
	border: 1px solid #006DD9;
	background: #FFF;
	color: #006DD9;
}
#entry_form td p{
	font-size:14px;
	vertical-align:bottom;
}
#entry_form td .mail_tub {
	border:solid 1px #CCC;
	padding: 2px 4px;
	margin: 5px 0 0 0;
}

#entry_form td #pc_mail {
	display:none;
}
#entry_form td p#domain{
	vertical-align:middle;
	text-align:right;
	margin-right:5px;
	margin-bottom:5px;
}
#entry_form .content input{
	width:270px;
	margin:5px;
	font-size:14px;
}
#entry_form input#txt_age{
	width:100px;
}
#entry_form textarea{
	height: 120px;
}
#entry_form div.send_title{
	margin-top:7px;
	font-size:14px;
}
#entry_form div.arert_plof_save{
	margin-top:6px;
	padding:8px;
	border-radius: 10px;
	background-color:#eee;
}
#entry_form div.arert_plof_save strong{
	font-size:13px;
	color:DeepPink;
}
#entry_form div.arert_plof_save div{
	margin-top:7px;
}
#entry_form div.arert_plof_save div input{
	width:18px;
	height:18px;
	position:relative;
	top:-3px;
}
#entry_form td.td_submit {
	display: flex;
	justify-content: center;
	gap: 12px;
	text-align: center;
}
#entry_form .rb_reply {
	display: block;
	position: relative;
	height: 32px;
	line-height: 32px;
	padding: 0 20px 0 36px;
	border-radius: 999px;
	border: 1px solid #006DD9;
	box-sizing: border-box;
	background: #EFF7FF;
	color: #006DD9;
	font-size: 13px;
}
#entry_form input[type="radio"],
#entry_form input[type="checkbox"] {
	display: none;
}
#entry_form .rb_reply::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border: solid 1px #DDD;
	border-radius: 14px;
	box-sizing: border-box;
	background: #FFF;
	-webkit-appearance: none;
}
#entry_form input[type="radio"]:checked + .rb_reply {
	background: #006DD9;
	color: #FFF;
	font-weight: bold;
}
#entry_form input[type="radio"]:checked + .rb_reply::before {
	border: solid 4px #EFF7FF;
	background: #006DD9;
}
.rb_check {
	display: block;
	position: relative;
	line-height: 20px;
	margin: 24px 0 0 0;
	padding: 0 0 0 28px;
	color: #333;
	font-weight: normal;
}
#entry_form .desired_job td {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 12px 0 0;
}
.desired_job .rb_check {
	margin: 0;
}
.rb_check::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	content: "";
	background: #DEDEDE;
	transform: translateY(-54%);
}
.rb_check::after {
	position: absolute;
	top: 50%;
	left: 7px;
	width: 4px;
	height: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	content: "";
	transform: translateY(-74%) rotate(45deg);
}
input[type="checkbox"]:checked + .rb_check::before {
	background: #006DD9;
}
#entry_form input[type="checkbox"]:checked + .rb_check + .entry_interview.other select,
#entry_form input[type="checkbox"]:checked + .rb_check + .entry_interview.other input[type="text"] {
	background: #FFF;
}
input[type="checkbox"]:disabled + .rb_check::before {
	background: #DEDEDE;
}
#entry_form input[type="checkbox"]:disabled + .rb_check + .entry_interview.other select,
#entry_form input[type="checkbox"]:disabled + .rb_check + .entry_interview.other input[type="text"] {
	background: #EEE;
}
span.annotate {
	font-size: 10px;
	line-height: 14px;
}
#entry_form input.rb_reply{
	width:auto;
	height:auto;
	margin:auto;
}
textarea{
	width:281px;
}
span.annotate{
	font-size:10px;
	line-height:14px;
}
.error_txt {
	display: block;
	line-height: 1.5;
	margin: 4px 0 0 0;
	color: #F00;
	font-weight: normal;
	font-size: 12px;
}
.error_txt:has(+ .radio_box) {
	margin: 0 0 8px 0;
}
.select_form .error_txt {
	margin: 0 0 8px 0;
}
#entry_form.entry_confirm {
	border-spacing: 0 20px;
}
#entry_form.entry_confirm::before {
	top: 25px;
}
#entry_box .entry_complete {
	padding: 36px 16px 20px;
}
#entry_box .entry_complete strong {
	color: #006DD9;
	font-size: 16px;
}
#entry_box .entry_complete a {
	display: block;
	margin: 36px 0 0 0;
	color: #a23365;
	text-decoration: underline;
}
/*キープ済みのお店に応募*/
h4.entry_type {
	color: #006DD9;
	font-size: 14px;
	font-weight: bold;
}
h4.entry_type + .notice {
	line-height: 1.5;
	margin: 12px 0 0 0;
	font-size: 13px;
}
#entry_menu {
	margin:5px auto 15px auto;
}
#entry_menu p.explain{
	background-color:#ffffdf;
	height:24px;
	line-height:24px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#666;
	width:90%;
	margin: 18px auto 5px auto;
}
#entry_menu a.button {
	display:block;
	background:url("../img/shopc/arrow_orange1.png") no-repeat 100% 50%, -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 99%);
	background:url("../img/shopc/arrow_orange1.png") no-repeat 100% 50%, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EEE));
	width:90%;
	margin:8px auto 0 auto;
	border-radius: 3px;	
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border:solid 1px #CCC;
    height: 30px;
    line-height:30px;
    font-size:13px;
    font-weight:bold;
    text-align:left;
    color:#666;
}
#entry_menu a.down {
	background:url("../img/shopc/arrow_orange2.png") no-repeat 100% 50%, -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 99%);
	background:url("../img/shopc/arrow_orange2.png") no-repeat 100% 50%, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EEE));	
}
#entry_menu a.button span {
	padding-left:12px;
}
#entry_menu #tel_mail {
	display:none;
	background-color:#ffffdf;
	text-align:left;
	width:90%;
	margin:0 auto;
	padding:5px 0;
	line-height:1.9;
	font-size:14px;
	border-right:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
}
#entry_menu #tel_mail img{
	margin: 6px 5px 0 7px;
}
#entry_menu #tel_mail a{
	text-decoration:underline;
	font-size:14px;
	font-weight:bold
}

/*index_man.cssにあったやつ*/
section#favorite .oubo_target, section#favorite .oubo_complete{
	border:1px solid #ccc;
	width: 94%;
	margin: 5px auto;
	padding: 0 0 5px 0;
	background-color: #FFF;
}
section#favorite .oubo_target a.shop, section#favorite .oubo_complete a.shop {
	font-weight:bold;
	line-height:1.4;
	text-decoration:underline;
}
section#favorite .oubo_target .ttl, section#favorite .oubo_complete .ttl {
	height:24px;
    text-align:left;
    margin:5px;
}
section#favorite .oubo_target .ttl span, section#favorite .oubo_complete .ttl span {
    color:#FF7D0D;
    font-size:16px;
    line-height:24px;
    font-weight:bold;
    margin-left:5px;
}
section#favorite .oubo_target .no_web, section#favorite .oubo_complete .no_web {
	margin: 5px;
	font-size: 13px;
	color: #F55;	
}
section#favorite .oubo_complete{
	padding:6px 0px;
	font-size:14px;
	line-height:1.1;
}
section#favorite .oubo_complete strong{
	color:#FF7D0D;
	font-size: 17px;
}
section#favorite .oubo_complete a{
	text-decoration:underline;
	color:#33E;
	font-weight:bold;
}
section#favorite #entry_ttl{
    height:24px;
    text-align:left;
    margin:5px;
}
section#favorite #entry_ttl span{
    color:#FF7D0D;
    font-size:16px;
    line-height:24px;
    margin-left:5px;
}
/*キープ済みのお店まとめて応募*/
.oubo_target {
    line-height: 1.6;
    padding: 36px 16px 0;
}
.oubo_target .ttl {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 12px 0;
    font-weight: bold;
}
.oubo_target .ttl p {
    transform: translateY(2px);
}