.request input {
	width: -webkit-calc(100% - 26px);
	width: calc(100% - 26px);
}
.btn-area a.btn {
	height: 53px;
}
	.btn-area.no_login {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.btn-area.no_login .last {
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
		width: 150px;
		margin-top: 30px;
	}
@media screen and (max-width: 400px) {
	.btn-area.no_login .item {
		width: 46.8%;
	}
}

.lh14 {
	line-height: 1.4;
}
.fx {
	display: block;
}
li {
	list-style: none;
}

.req_list .content_box {
	padding: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position:relative;
}
.req_list .content_box:not(:last-of-type) {
	border-bottom: 1px solid #dbdbdb;
}
.req_list ul,
.btn_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.req_list .detail {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.req_list th {
	padding: 0;
	width: 140px;
}
.req_list th,
.req_list td {
	line-height: 1.7;
}
.mla {
	margin-left: auto;
	text-decoration: underline;
}
.req_list .btn-sm,
.btn_list .btn-sm {
	height: 30px;
	width: 195px;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	transition: unset;
}
.req_list .sp {
	display: none;
}
.form-inputs dl dt {
	width: 100%;
}

@media screen and (max-width: 780px) {
	.req_list .pc {
		display: none;
	}
	.req_list .sp {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.req_list .content_box {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.req_list ul .mla,
	.btn_list .mla {
		text-align: right;
		margin-top: 10px;
	}
}

@media screen and (max-width: 600px) {
	.req_list th,
	.req_list td {
		display: block;
	}
	.req_list td {
		margin-top: 10px;
	}
	.req_list .sp li,
	.btn_list li {
		width: calc(50% - 10px);
	}
	.req_list .btn-sm,
	.btn_list .btn-sm {
		width: 100%;
		height: auto;
		padding: 12px 0;
	}
	.req_list ul .mla,
	.btn_list .mla {
		width: 100%;
	}
	.req_list .content_box {
		padding: 40px 20px;
	}
	.mw_msg .farmer-icon {
		width: 55px;
		height: 55px;
		min-width:55px;
	}
}




.specified_request {
	position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
    border: solid 2px rgb(229, 108, 111);
	color:rgb(229, 108, 111);
	border-radius:8px;
    text-align: center;
    padding: 7px 16px;
	font-weight:bold;
}


@media screen and (max-width: 767px) {
	.request .content_box .form-row p.lh14.tc.read-4 {
		font-size: 20px;
	}
}


.input-parent {
	position: relative;
}
.input-parent span.err > span {
    position: absolute;
    top: -42px;
    left: 0;
    background-color: #e04141;
    color: #ffffff;
    border: solid 1px #e04141;
    border-radius: 8px;
    padding: 0;
    display: block;
    font-size: 14px;
    display: inline-block;
    width: auto;
}
.input-parent span.err > span::after {
	position: absolute;
	content: '';
	border: 7px solid transparent;
	border-left: 17px solid #e04141;
	bottom: -10px;
	left: 6px;
	transform: rotate(62deg);
	z-index: 2;
}
.input-parent span.err > span::before {
	position: absolute;
	content: '';
	border: 7px solid transparent;
	border-left: 17px solid #e04141;
	bottom: -12px;
	left: 7px;
	transform: rotate(62deg);
	z-index: 1;
}
.input-parent span.err > span p.red{
	background-color: #e04141;
	position: relative;
	z-index: 3;
	padding: 10px 20px;
	border-radius: 9px;
	color: #FFF;
}

#page_request .request_tab ul {
	display: flex;
}
#page_request .request_tab ul li a{
	background-color: #ddedbc;
	display: block;
	color: #464646;
	font-weight: bold;
	font-size: 18px;
	padding: 20px 50px;
	position: relative;
}
#page_request .request_tab ul li.is_no a{
	pointer-events: none;
	background-color: rgb(221 237 188 / .1);
	color: rgb(70 70 70 / .1);
}
#page_request .request_tab ul li.is_no a::before{
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(34 34 34 / .3);
	content: "現在改修中";
	color: #464646;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
#page_request .request_tab ul li a:hover{
	background-color: #e8f5cf;
}
#page_request .request_tab ul li.active a{
	background-color: #ffffff;
	color: #99c73b;
}
#page_request .request_tab ul li a .new_point {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	background-color: #f8a624;
	border-radius: 50%;
	right: 25px;
	top: 50%;
	margin-top: -7px;
	z-index: 1;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	#page_request .request_tab ul li a{
	font-size: 14px;
	}
}




/* リクエストの検索 */
.search_omakase {
		padding: 40px;
}
.search_omakase form {
	border: solid 1px #90c31f;
	padding: 20px;
	display: flex;
	align-items: center;
}
.search_omakase form dl {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.search_omakase form dl dt.dt_id {
	min-width: 90px;
}
.search_omakase form dl dt.dt_name {
	min-width: 100px;
}
.search_omakase_btn .btn{
	width: 90px;
}
@media screen and (max-width: 767px) {
	.search_omakase form {
		display: block;
	}
	.search_omakase form dl dt.dt_id,
	.search_omakase form dl dt.dt_name {
		min-width: 100px;
		text-align: right;
	}
	.search_omakase form dl dd {
		width: 100%;
	}
	.search_omakase_btn {
		text-align: center;
		padding-top: 15px;
	}
	.search_omakase_btn .btn{
		width: 160px;
	}
}
@media screen and (max-width: 600px) {
	.search_omakase {
		padding: 20px;
	}
	.search_omakase form {
		padding: 10px;
	}
	.search_omakase_btn {
		padding-top: 10px;
	}
}


@media screen and (max-width: 767px) {
	.request .content_box .form-row p.lh14.tc.read-4 {
		font-size: 20px;
	}
}


.input-parent {
	position: relative;
}
.input-parent span.err > span {
    position: absolute;
    top: -28px;
    left: 0;
    background-color: #e04141;
    color: #ffffff;
    border: solid 1px #e04141;
    border-radius: 8px;
    padding: 0;
    display: block;
    font-size: 14px;
    display: inline-block;
    width: auto;
}
.input-parent span.err > span::after {
	position: absolute;
	content: '';
	border: 7px solid transparent;
	border-left: 17px solid #e04141;
	bottom: -10px;
	left: 6px;
	transform: rotate(62deg);
	z-index: 2;
}
.input-parent span.err > span::before {
	position: absolute;
	content: '';
	border: 7px solid transparent;
	border-left: 17px solid #e04141;
	bottom: -12px;
	left: 7px;
	transform: rotate(62deg);
	z-index: 1;
}
.input-parent span.err > span p.red{
	background-color: #e04141;
	position: relative;
	z-index: 3;
	padding: 7px 12px;
	border-radius: 9px;
	color: #FFF;
}

#page_request .request_tab ul {
	display: flex;
}
#page_request .request_tab ul li a{
	background-color: #ddedbc;
	display: block;
	color: #464646;
	font-weight: bold;
	font-size: 18px;
	padding: 20px 30px;
	position: relative;
}
#page_request .request_tab ul li a:hover{
	background-color: #e8f5cf;
}
#page_request .request_tab ul li.active a{
	background-color: #ffffff;
	color: #99c73b;
}
#page_request .request_tab ul li a .new_point {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	background-color: #f8a624;
	border-radius: 50%;
	right: 25px;
	top: 50%;
	margin-top: -7px;
	z-index: 1;
	opacity: 1;
}
#page_request .request_tab ul li{
	width: 100%;
	text-align: center;	
}
@media screen and (max-width: 767px) {
	#page_request .request_tab ul li a{
		font-size: 3vw;
        padding: 10% 5%;
        line-height: 1.4;
    }
    #page_request .request_tab ul li a .new_point {
        right: 6%;
    }
}
.sub_addres_set {
	display: none;
}
.content_box #Form .table_in table tbody tr.sub_addres_set {
	display: none;
}


/* ------------------------------------- */
/* 提携の承認作業 - 検索フォーム */
/* ------------------------------------- */
.request_search_form {
	width: 100%;
}
.request_search_title::after {
	content: '▼';
	margin-left: auto;
}
.search_omakase.active .request_search_title::after {
	content: '▲';
}
.request_search_title:hover {
	background-color: #9DCF30;
}



.request_search_fx {
	display: flex;
	margin-bottom: 10px;
}
.request_search_fx dl {
	width: 50%;
}
.search_omakase_btn {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.search_omakase_btn .btn-2{
	width: 200px;
}
.request_search_body_view {
	margin-bottom: 10px;
}
.request_search_body dl dt {
	width: 120px;
	text-align: right;
}
.keyword_flex {
	display: flex;
}
.keyword_flex .flex_worp {
	flex-wrap: nowrap;
	margin-left: 15px;
}
.request_flex {
	display: flex;
	align-items: center;
}
.request_flex span{
	padding: 0 15px;
}
.request_search_bx {
	margin-bottom: 10px;
}
span.reset_date {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 120px;
	background-color: #EFEFEF;
	border-radius: 6px;
	border: solid 1px #bbbbbb;
	cursor: pointer;
	line-height: 100%;
	text-decoration: none;
	font-size: 14px;
	padding: 12px 0;
	margin-left: 15px
}
.search_view_data {
	padding: 0 40px;
	line-height: 180%;
}
.search_omakase form {
	display: none;
}
@media screen and (max-width: 700px) {
	.request_search_fx {
		flex-direction: column;
		justify-content: flex-start;
    	align-items: flex-start;
	}
	.search_omakase form dl {
		flex-direction: column;
		justify-content: flex-start;
    	align-items: flex-start;
		width: 100%;
	}
	.search_omakase form dl dt {
		min-width: auto;
    	width: auto;
		text-align: left;
	}
	.search_omakase form dl dd{
		width: 100%;
	}
	.search_omakase form dl dt.dt_id, 
	.search_omakase form dl dt.dt_name {
		min-width: auto;
    	width: auto;
		text-align: left;
	}
	span.reset_date {
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 83px;
		background-color: #EFEFEF;
		border-radius: 6px;
		border: solid 1px #bbbbbb;
		cursor: pointer;
		line-height: 100%;
		text-decoration: none;
		font-size: 12px;
		padding: 15px 0;
		margin-left: 15px;
	}
	.search_omakase input[type="text"], 
	.search_omakase input[type="password"], 
	.search_omakase input[type="number"], 
	.search_omakase input[type="email"], 
	.search_omakase textarea {
		width: 100%;
	}
	label input[type="checkbox"] + span, label input[type="radio"] + span {
    	padding: 0 18px 0 35px;
	}
}

@media screen and (max-width: 700px) {
	.req_list .content_box {
		position: relative;
	}
	.mw_msg .farmer-icon {
		position: absolute;
	}
	.req_list li.content_box h2, 
	.req_list li.content_box table {
		margin-left: 70px;
    }
    .req_list li.content_box table {
        width: calc(100% - 70px);
    }
	.req_list li.content_box .request_submessage {
		font-size: 20px;
		padding: 20px 10px;
	}
	.req_list li.content_box .content_box {
		padding: 10px 10px;
		font-size: 16px;
	}
	.req_list li.content_box .sub_message_page .send_body {
		padding: 15px;
	}
	.sub_message_page .my_comment > figure {
		width: 70px;
		height: 70px;
		max-width: 70px;
		min-width: 70px;
		margin-left: 30px;
	}
	.sub_message_page .my_comment > div p {
		padding: 12px;
		font-size: 12px;
	}
	.sub_message_list .message_item > div {
		padding: 0;
	}
}

/*0922追加*/
.req_list th.pd__20 {
	padding-bottom: 20px;
}
@media screen and (max-width: 700px) {
	.req_list th.pd__20 {
		padding-bottom: 0;
	}
}
/*210107追加*/
.closed_setting dt {
	font-size: 14px;
	padding-bottom: 3px;
}
.closed_setting dd {
	font-size: 14px;
}

/*210120追加*/
.center-slick li .farmers_detail_type_list.tags_style li {
	width: auto;
	background-color: #fff2cc;
    border: none;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
	margin-right: 10px !important;
    margin-bottom: 10px !important;
}
.center-slick li .farmers_detail_type_list.tags_style li a {
	color: #7F6000;
}


/*210407追加*/
.request_search_shipping .checkbox label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}


/* 2021-04-16 ADD */
.checkbox_wrap {
	display: none;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.checkbox_wrap .input-parent {
	width: min(48.5%, 319px);
}
.checkbox_wrap li:nth-of-type(even) {
	margin-left: min(3%, 20px);
}
.new_address_block {
	height: 100%;
}
.new_address_block label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 100%;
	position: relative;
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
}
.new_address_block label::before {
	content: '\f055';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 30px;
	color: #90c31f;
	position: relative;
	z-index: 1;
}
.checkbox_block {
	position: relative;
}
.checkbox_block label {
	margin: 0;
	padding: 10px 20px;
	cursor: pointer;
}
.checkbox_block input[type=checkbox],
.new_address_block .new_send_address {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	appearance: none;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid #90c31f;
}
.new_address_block .new_send_address {
	border-style: dashed;
}
.checkbox_block input[type=checkbox] + span {
	position: relative;
	z-index: 1;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.checkbox_block .btn {
	padding: 5px 10px;
	font-size: 16px;
	margin-top: 5px;
}
.checkbox_block .btn:hover {
	opacity: 1;
}
.checkbox_block input[type=checkbox]:checked,
.new_address_block .new_send_address:checked {
	background-color: #90c31f;
}
.checkbox_block input[type=checkbox]:checked + span,
.new_address_block.check,
.new_address_block.check label::before {
	color: #fff;
}
.new_address_block span {
	position: relative;
	z-index: 1;
}

.checkbox_block input[type=checkbox] + span .sub_category {
    align-self: flex-start;
    padding: 3px 10px;
	background-color: #f8a624;
	color: #fff;
	display: inline-block;
	margin-bottom: 3px;
	border-radius: 6px;
	margin-right: 72px;
}
.checkbox_block label input[type="checkbox"] + span {
	align-items: initial;
}
.checkbox_wrap li:nth-of-type(n+3) {
	margin-top: 20px;
}
.checkbox_block .sub_edit,
.checkbox_block .sub_del {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	padding: 3px;
	margin: 0;
}
.checkbox_block .sub_edit:hover,
.checkbox_block .sub_del:hover {
	background-color: #f9b850;
	border-color: #f9b850;
}
.checkbox_block .sub_edit {
	right: 36px;
}
.checkbox_block .sub_edit::before,
.checkbox_block .sub_del::before {
	content: '\f303';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.checkbox_block .sub_del::before {
	content: '\f2ed';
}

@media screen and (max-width: 767px) {
	.table_in {
		padding-left: 0;
	}
	.checkbox_block label {
		padding: 10px;
	}
	.checkbox_wrap li:nth-of-type(n+3) {
		margin-top: 3%;
	}
	.checkbox_block .btn {
		font-size: 14px;
		width: 100%;
	}
	.checkbox_block .sub_edit,
	.checkbox_block .sub_del {
		width: auto;
	}
}

/*210423追加*/
.search_omakase .bd_green {
    border: solid 1px #90c31f;
}
.search_omakase form {
	display: block;
	border: none;
}
.search_omakase form.active {
	display: none;
}
/*
.search_omakase form.anchor {
	margin-top: 20px;
}
*/
.req_list {
    padding-top: 80px;
    margin-top: -80px;
}
.search_view_data {
	display: block;
}
.search_view_data.active {
	display: none;
}
.search_view_data._last_time {
    background-color: #f8f8f8;
    padding: 15px;
    margin-top: 25px;
}
.search_omakase .search_omakase_btn.mt_25 {
	margin-top: 25px;
	border-bottom: 1px dotted #90c31f;
	padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.search_view_data._last_time {
		padding: 20px;
		margin-top: 3%;
	}
	.req_list {
		padding-top: 60px;
		margin-top: -60px;
	}
	.search_omakase .search_omakase_btn.mt_25 {
		margin-top: 3%;
	}
}
