﻿/*エントリーフォーム*/
#main_box {
	padding: 0;
}
.entry_top {
	padding: 36px 16px 0;
	text-align: left;
}
.entry_top .entry_type {
	font-size: 14px;
}
.entry_top .notice {
	line-height: 1.5;
    margin: 12px 0 0 0;
    font-size: 13px;
	text-align: left;
}
#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_top #entry_form {
	padding: 0;
}
#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;
	font-size: 12px;
	vertical-align: middle;
}
.job_experience .attention_txt {
	display: block;
	margin: 24px 0 0 0;
}
.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: 10px;
	height: 10px;
	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: #F789AA;
	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 #F789AA;
	background: #FFF;
	color: #F789AA;
}
#entry_form div.send_title{
	margin-top:7px;
	font-size:14px;
}
#entry_form .arert_plof_save{
	line-height: 1.8;
	padding: 16px;
	border-radius: 10px;
	background-color: #F8F8F8;
}
#entry_form .arert_plof_save strong{
	display: block;
	line-height: 1.5;
	margin: 0 0 16px 0;
	color: #F789AA;
	font-size: 13px;
}
.arert_plof_save .rb_check {
	margin: 16px 0 0 0;
}
#entry_form .arert_plof_save div {
	margin-top: 7px;
}
#entry_form .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: flex;
	position: relative;
	height: 32px;
	padding: 0 20px 0 36px;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	border: 1px solid #F789AA;
	box-sizing: border-box;
	background: #FFF1F5;
	color: #F789AA;
	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;
	box-sizing: border-box;
	border-radius: 14px;
	background: #FFF;
	-webkit-appearance: none;
}
#entry_form input[type="radio"]:checked + .rb_reply {
	background: #F789AA;
	color: #FFF;
	font-weight: bold;
}
#entry_form input[type="radio"]:checked + .rb_reply::before {
	border: solid 4px #FDE1EA;
	background: #F789AA;
}
.rb_check {
	display: block;
	position: relative;
	line-height: 20px;
	margin: 24px 0 0 0;
	padding: 0 0 0 28px;
	color: #333;
	font-weight: normal;
}
.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: #F789AA;
}
#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;
}
.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;
}
#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: #F789AA;
	font-size: 16px;
}
#entry_box .entry_alert {
	line-height: 1.5;
	margin: 12px 0 0 0;
	padding: 12px;
	border-radius: 8px;
	background: #F8F8F8;
	font-size: 13px;
	text-align: left;
}
#entry_box .entry_complete a {
	display: block;
	margin: 4px 0 0 0;
	color: #a23365;
	text-decoration: underline;
}
#entry_form input[type="text"].domain_input {
	width: 100px;
	height: 28px;
	margin: 0;
	padding: 0 8px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	box-sizing: border-box;
	color: #333;
	font-size: 12px;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}
/*キープ済みのお店に応募*/
#entry_menu {
	padding: 32px 16px 32px;
	font-size: 13px;
}
#entry_menu .explain{
	height: 28px;
	line-height: 28px;
	margin: 0 0 4px 0;
	padding: 0 12px 0;
	border-radius: 4px;
	background-color: #FFF1F5;
	color:#666;
	font-weight: bold;
	text-align: left;
}
#entry_menu a.button {
	display: block;
	position: relative;
	height: 40px;
    line-height: 40px;
	margin: 8px 0 0 0;
	border: solid 1px #CCC;
	border-radius: 8px;
    box-sizing: border-box;
    font-weight:bold;
	font-size: 14px;
    text-align:left;
    color:#666;
}
#entry_menu a.button::after {
	display: block;
	position: absolute;
	right: 14px;
	top: 15px;
	width: 7px;
	height: 7px;
	border-top: solid 2px #FF78A0;
	border-right: solid 2px #FF78A0;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#entry_menu .button span {
	padding: 0 0 0 12px;
}
/*応募完了*/
/*entry*/
.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);
}
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 .back_keep {
	margin: 5px 10px;
}
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;
}
/*index_manにあったやつ*/
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 .back_keep {
	margin: 5px 10px;	
}
section#favorite #entry_box{
	border:1px solid #ccc;
	width: 94%;
	margin: 5px auto;
	background-color: #FFF;
	text-align:center;
}
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;
}
/*layout.cssにあったやつ*/
table.shop_info#entry_type {
	width: 100%;
	margin-bottom: 18px;
}
.e_info_ttl.entry_type {
	margin: 12px 0 0 0;
}
