@charset "utf-8";
/* CSS Document */
.fn {
	word-break: break-all;
}
p {
	word-wrap: break-word;
}
.mw_form {
	width: 900px;
	max-width: 100%;
	margin: auto;
	box-sizing: border-box;
}

.mw_form .mw_form_container {
	max-width: calc(100% - 40px);
	margin: auto;
}

.select_photo.cover .photo_select_btns,
.select_photo.cover .sys-select-photo {
	z-index: 5;
}

.users_icon {
	margin-top: -78px;
}
.users_icon .crop-area {
	height: 150px;
	width: 150px;
	border: solid 3px #ffffff;
}

.photo_view {
	width: 200px;
	height: 200px;
	max-height: 200px;
	overflow: hidden;
}
.form-set {
	position: relative;
}
.form-body {
	border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
	margin-top: -1px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
.form-edit .form-body {
	display: block;
}
.form-inputs {
	width: 100%;
}
.form-btns {
	min-width: 50px;
	font-size: 14px;
	color: #898989;
	text-align: right;
	padding: 10px 0;
}
.form-btns .btn,
.form-btns .btn-sm {
	text-decoration: none;
}

.form-btns span {
	margin-left: auto;
}
.form-btns span:hover {
	color: #90c31f;
}

.form-inputs dl dt {
	font-weight: bold;
	width: 25%;
	min-width: 25%;
	padding: 10px 0;
	line-height: 160%;
}
.form-inputs dl dd {
	padding: 10px 0;
	margin: 0;
	line-height: 160%;
	width: 75%;
	min-width: 75%;
}
.formReq_wrap {
	margin: 30px 0 60px;
	border: solid 1px #90c31f;
}
.formReq-ttl {
	background-color: #90c31f;
    border: solid 1px #90c31f;
    color: #FFFFFF;
    font-size: 24px;
    padding: 12px 12px;
    line-height: 1;
    display: flex;
	align-items: center;
}
.modal-btn {
	margin-left: 20px;
	display: flex;
}
.formReq_in {
	padding: 20px;
	display: flex;
}
.formReq_ct {
	width: 100%;
}
.formReq_ct dl dt {
    font-weight: bold;
    line-height: 160%;
}
.formReq_ct dl dd {
    padding: 10px 0;
    margin: 0;
    line-height: 160%;
	display: flex;
	flex-wrap: wrap;
}
.is-farmer-request .kind-items {
    padding: 15px 25px;
	display: none;
	border-top: 1px solid #dbdbdb;
}
.is-kind-label {
	margin: 0;
}
.kind-item_wrap {
	display: flex;
	flex-wrap: wrap;
}
.kind-item_wrap .type-block {
	width: calc(100% / 3);
}
.kind-item_wrap .type-block label span {
	padding-right: 10px;
	white-space: normal;
}
.is-farmer-request .farmPage-kind_wrap {
	margin-bottom: 20px;
}
.is-farmer-request .name_wrap {
    padding-left: 35px;
	display: none;
}
.regist_wrap {
	width: 100%;
}
.is-farmer-request .is-category.kind-group {
	width: 100%;
	border: 1px solid #dbdbdb;
}
.custom-item_wrap input {
	margin-bottom: 15px;
}
.custom-item_wrap {
	margin-bottom: 20px;
}
.add-custom-btn:hover {
	cursor: pointer;
}
.is-category label .is-kind {
	font-weight: bold;
	padding: 0 25px;
	font-size: 16px;
	position: relative;
}
.is-farmer-request .is-category label .is-kind {
	padding: 15px 45px 15px 25px;
}
.is-category label .is-kind:before {
	content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #464646;
    border-right: solid 2px #464646;
    position: absolute;
    right: 25px;
    top: 17px;
    transform: rotate(135deg);
}
.is-category label .is-kind.is-on:before {
	transform: rotate(-45deg);
	top: 22px;
}
.is-category .name_wrap  label {
	margin: 20px 0;
}
.delivery_table .input-parent.radio .deliver_text {
	display: none;
}
.delivery_table .set_deliver.input-parent.radio .deliver_text {
    display: block;
}
.modalArea {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modalBg {
    width: 100%;
    height: 100%;
	cursor: pointer;
    background-color: rgba(0,0,0,0.2);
}
.modal_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 100%;
    max-width: 940px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 30px;
}
.closeModal {
    position: absolute;
    z-index: 9;
    content: "";
    top: 10px;
    right: 10px;
    transition: opacity 0.2s ease-out, all 0.2s ease-out;
	font-size: 30px;
	font-weight: bold;
}
.modal-btn:hover {
	cursor: pointer;
	opacity: .7;
}
.closeModal:hover {
	cursor: pointer;
	opacity: .7;
}
.formReq-modal_wrap {
	margin-top: -40px;
}
.formReq-modal {
	padding-top: 40px;
}
.formReq-modal h4 {
	font-weight: bold;
	font-size: 24px;
}
.formReq-modal p {
	font-size: 15px;
	padding-top: 15px;
}
.formReq-modal h5 {
	font-weight: bold;
	font-size: 18px;
}
.formReq-modal ul li {
	padding-top: 10px;
	font-size: 15px;
}
.formReq-modal ul li .is-strong {
	font-weight: bold;

}
.switchArea {
	line-height: 30px;
	letter-spacing: 0;
	text-align: center;
	position: relative;
	width: 100%;
    max-width: 70px;
	background: #fff;
  }
  .switchArea input[type="checkbox"] {
	display: none;
  }
  .switchArea label {
	display: block;
	box-sizing: border-box;
	height: 30px;
	border: 1px solid #b9b5b5;
	border-radius: 30px;
	margin: 0;
  }
  .switchArea input[type="checkbox"]:checked ~ label {
	border: 1px solid #90c31f;
    background: #90c31f;
  }
  .switchArea #swImg {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #b9b5b5;
    top: 4px;
    left: 6px;
    border-radius: 50%;
    transition: .2s;
  }
  .switchArea input[type="checkbox"]:checked ~ #swImg {
	transform: translateX(36px);
	background: #fff;
  }
  .switchArea_wrap {
	display: flex;
	align-items: center;
	width: 100%;
  }
  .switchArea_wrap p {
	margin-left: 10px;
  }
  .formReq_ct dl {
	margin-top: 20px;
  }
  .formReq_ct dl:first-child {
	margin-top: 0;
  }
  .formReq_ct dt {
	font-size: 18px;
  }
@media screen and (max-width: 767px) {
	.is-category.kind-group {
		width: 100%;
    }
	.kind-item_wrap .type-block {
		width: 100%;
	}
	.form-inputs dl dt {
		width: 100%;
		font-size: 14px;
	}
	.form-inputs dl dd {
		font-size: 14px;
	}
	.formReq_ct dl dt {
		font-size: 14px;
	}
	.formReq_ct dl dd {
		font-size: 14px;
	}
	.formReq-ttl {
		font-size: 20px;
	}
	.modal_wrap {
		width: calc(100% - 40px);
		padding: 25px 20px;
	}
	.formReq-modal {
		padding-top: 20px;
	}
	.formReq-modal_wrap {
		margin-top: -20px;
	}
	.formReq-modal h4 {
		font-size: 16px;
	}
	.formReq-modal p {
		font-size: 14px;
		padding-top: 10px;
	}
	.formReq-modal h5 {
		font-size: 15px;
	}
	.formReq-modal ul li {
		padding-top: 7px;
		font-size: 14px;
	}
	.closeModal {
		top: 5px;
		right: 8px;
		font-size: 24px;
	}
}
.form-row {
	background-color: #ffffff;
	width: auto;
	margin: 0 40px;
}
.form-row .form-row {
	margin: 0 0px;
}

.photo_book ul {
	list-style: none;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.photo_book ul li {
	width: 29%;
	margin: 0 2% 2% 2%;
}

.photo_book ul li img {
	width: 100%;
}
.sys-addrow {
	position: absolute;
	right: 0px;
	top: -40px;
	cursor: pointer;
}
.sys-edit {
	cursor: pointer;
}
.flex-input {
	display: flex;
}
.sys-unset-photo {
	display: none;
}
.users_icon .photo_view {
	height: 184px;
	width: 184px;
}
.select_photo {
	position: relative;
}
.flex-input .photo_select_btns {
	z-index: 50;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}
.flex-input .photo_select_btns i {
	display: block;
	text-align: center;
	font-size: 30px;
	margin-bottom: 5px;
}
.flex-input .photo_view img {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
}
.bnts-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.form-btns.bnts-right span {
	margin: 0;
	margin-left: 10px;
}
.form-inputs dl.input-row {
	display: block;
	width: 100%;
}
.form-inputs dl.input-row dt span {
	font-size: 12px;
	color: #898989;
}
.b-none {
	border: none;
}
.bb-1 {
	border-bottom: solid 1px #dbdbdb;
}
.view-row {
	display: flex;
}
.po-r {
	position: relative;
}
.po-r .form-btns {
	position: absolute;
	right: 0;
	top: -10px;
}
.article_list li.bb-1:last-child {
	border: none !important;
}

.photo_modal .upload_photo_data {
	position: relative;
}
.sys-photo-select-close {
	position: absolute;
	right: 25px;
	top: 0;
	font-size: 40px;
	cursor: pointer;
}

.cultivation_method.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
	.view-row {
		display: block;
	}
	.form-inputs dl {
		display: block;
	}
	.form-body {
		display: block;
	}
	.sys-form {
		position: relative;
	}
	.sys-form > .form-body > .form-btns {
		position: absolute;
		top: 10px;
		right: 0;
	}
	.sys-form > .form-body > .form-btns.bnts-right {
		position: relative;
	}

	.flex-input {
		display: block;
	}
	.photo_view {
		margin: auto;
		width: 330px;
		height: 330px;
		max-height: 330px;
	}
	.form-row {
		margin: 0 20px;
	}
	.form-btns.bnts-right .w120 {
		width: 113px;
		min-width: 113px;
	}
	.form-inputs dl dt {
		padding-bottom: 0;
	}
	.form-inputs dl dd {
		width: 100%;
	}
	.formReq_in {
		position: relative;
	}
	.sys-form > .formReq_wrap > .formReq_in > .form-btns {
		position: absolute;
		top: 20px;
        right: 20px;
	}
}

@media screen and (max-width: 920px) {
	.info_detail {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.farmers_detail {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.farmers_detail_body {
	flex-grow: 1;
}
.farmers_detail .btn-area {
	width: 200px;
	max-width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: block;
	height: auto;
}
.farmers_detail .btn-area .item {
	margin: 0 0 15px 0;
	width: 100%;
}

.farmers_detail .btn-area .item.form-btns {
	margin: 0;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.farmers_detail .btn-area form {
	max-width: 100%;
	display: block;
	width: 100%;
}
.farmers_detail .btn-area .btn-6,
.farmers_detail .btn-area .btn-2 {
	background-color: #f8a624;
	color: #ffffff !important;
	border-color: #f8a624 !important;
	width: 100%;
	border-radius: 6px;
	border: solid 2px;
	cursor: pointer;
	line-height: 100%;
}

.farmers_detail .btn-area .form-btns {
	padding: 0;
}
.farmers_detail .farmers_detail_btns .form-btns span:last-child {
	margin-right: auto;
}
.farmers_detail .farmers_detail_btns .form-btns span {
	margin-left: auto !important;
}

.crop-area {
	overflow: visible !important;
}
.icon_cam:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f030";
	right: 0;
	bottom: 0;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	background-color: #f8a624;
	border-radius: 50%;
	padding: 8px;
}

.photo_view.icon_cam:after {
	right: 15px;
	bottom: 15px;
}

.crop-area img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.mypage_favorite {
	margin: 0;
}
.mypage_favorite ul {
	list-style: none;
}
.mypage_favorite ul li {
	border-bottom: solid 1px #dbdbdb;
	padding: 40px;
	position: relative;
}
.mypage_favorite ul li .user_icon {
	height: 96px;
	width: 96px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.favorite_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.mypage_favorite ul li .user_icon img {
	max-width: 100%;
}
.favorite_list_icon {
	width: 16%;
	min-width: 131px;
}
.favorite_list_body {
	width: 84%;
}
.favorite_page_link a {
	padding: 30px;
	display: block;
	text-align: center;
}

.favorite_page_link.user_mypage {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.favorite_page_link.user_mypage a {
	padding: 12px 0;
	margin: 20px;
}

.favorite_list_body .area {
	display: block;
	margin-bottom: 10px;
}
.favorite_list_body .farm_name {
	display: block;
	margin-bottom: 10px;
}
.favorite_list_body .evaluation {
	display: block;
	margin-bottom: 20px;
}
.favorite_list_btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.favorite_icon {
	position: absolute;
	right: 40px;
	top: 40px;
}
.favorite_icon span {
	display: block;
	border-radius: 10px;
	background-color: #90c320;
	border: solid 1px #90c320;
	color: #ffffff;
	font-size: 12px;
	padding: 3px 0;
	width: 120px;
	text-align: center;
}
.favorite_sp-btns {
	display: none;
}

@media screen and (max-width: 767px) {
	.mypage_favorite ul li {
		padding: 20px;
	}
	.favorite_icon {
		right: 20px;
		top: 20px;
	}
	.favorite_list_body .favorite_list_btns {
		display: none;
	}
	.favorite_sp-btns {
		display: block;
		padding-top: 20px;
	}
	.favorite_icon {
		display: none;
	}
}
/* お気に入りリスト */
@media screen and (max-width: 767px) {
	.favorite_sp-btns .favorite_list_btns {
		display: block;
		text-align: right;
	}
	.favorite_sp-btns .favorite_list_btns div {
		margin-bottom: 16px;
		display: flex;
		justify-content: space-between;
	}
	.favorite_sp-btns .favorite_list_btns div .w195 {
		width: 48% !important;
		min-width: auto;
	}
}

/* ----------------------------------------------- */
/* 備品の販売 */
/* ----------------------------------------------- */
.purchase_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: solid 1px #cfcfcf;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.purchase_item > div {
	flex-grow: 1;
	padding: 0 0 0 20px;
}
.purchase_item_details dt {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.purchase_item_details dd {
	padding-bottom: 20px;
}
.product_price {
	font-size: 20px;
	font-weight: bold;
}
.purchase_item_bay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product_count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
}
.product_count input {
	margin-right: 6px;
}

.purchase_set .err-text p {
	text-align: center;
	color: #f6844c;
	padding-bottom: 30px;
}
.purchase_set > div:last-child .err-text {
	display: none;
}
@media screen and (max-width: 600px) {
	.purchase_item_bay {
		display: block;
	}
	.product_price {
		padding-bottom: 10px;
	}
	.purchase_item figure {
		width: 100px;
	}
	.purchase_item figure img {
		max-width: 100%;
	}
}
/* ----------------------------------------------- */
/* 備品の販売 確認画面 */
/* ----------------------------------------------- */
.card-details {
	padding-bottom: 20px;
}
.purchase_aggregate {
	width: 100%;
	border-collapse: collapse;
}
table.purchase_aggregate th {
	width: auto;
}
table.purchase_aggregate thead tr th {
	border-bottom: solid 1px #dbdbdb;
	box-sizing: border-box;
	font-size: 16px;
}
table.purchase_aggregate tbody tr td {
	padding: 15px 0 !important;
	font-size: 16px;
	vertical-align: middle;
	border-bottom: solid 1px #dbdbdb;
}
table.purchase_aggregate .input-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
table.purchase_aggregate .input-parent figure,
table.purchase_aggregate .input-parent figure img {
	width: 70px;
	height: 70px;
}
table.purchase_aggregate .input-parent figure {
	margin-right: 10px;
}
.purchase_total {
	padding-top: 15px;
	text-align: right;
	font-size: 24px;
}
.inner-tab {
	margin-top: 60px;
}
.inner-tab-head {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.inner-tab-head li {
	background-color: #e7e7e7;
	flex-grow: 1;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
	cursor: pointer;
}
.inner-tab-head li.active {
	background-color: #90c31f;
	color: #ffffff;
}
.registered-card,
.new-card {
	display: none;
	border: solid 10px #90c31f;
	padding: 20px;
}
.card-details {
	font-size: 18px;
}
.registered-card.open,
.new-card.open {
	display: block;
}
.red {
	color: #f6844c;
}

@media screen and (max-width: 600px) {
	table.purchase_aggregate,
	table.purchase_aggregate tbody,
	table.purchase_aggregate tbody tr,
	table.purchase_aggregate tbody td {
		display: block;
		width: 100%;
	}
	table.purchase_aggregate thead,
	table.purchase_aggregate thead tr,
	table.purchase_aggregate thead th {
		display: none;
	}
	table.purchase_aggregate tr {
		border: solid 2px #dbdbdb;
		margin-bottom: 20px;
	}
	table.purchase_aggregate tbody tr td {
		padding: 10px !important;
	}
	table.purchase_aggregate tbody tr td.sp-flex.bn {
		border-bottom: none;
	}
	table.purchase_aggregate tbody td h3 {
		font-size: 16px;
	}
	table.purchase_aggregate tbody td h3.tc {
		text-align: right;
	}
	table.purchase_aggregate tbody tr td.sp-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

/* ----------------------------------------------- */
/* 備品の購入履歴 */
/* ----------------------------------------------- */
.purchase_history_list {
	list-style: none;
}
.purchase_history_list li {
	position: relative;
	padding: 20px;
	border-bottom: solid 1px #dbdbdb;
}
.purchase_history_list li h3 {
	padding-bottom: 20px;
	padding-top: 7px;
	padding-left: 129px;
}
.purchase_history_list span.status {
	background-color: #90c31f;
	color: #ffffff;
	position: absolute;
	left: 20px;
	top: 20px;
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
	border-radius: 15px;
}
.purchase_history_list li table {
	width: auto;
	max-width: 100%;
}
.purchase_history_list li table td:first-child {
	width: 223px;
}

.purchase_history_list li table td.tr {
	text-align: right;
}

/* ----------------------------------------------- */
/* 出金の申し込み */
/* ----------------------------------------------- */
.earnings {
	background-color: #f8f8f8;
	padding: 20px;
	margin: 30px auto 10px auto;
	display: block;
	width: 300px;
	font-size: 20px;
}

.earnings_text {
	width: 300px;
	margin: 0 auto 30px auto;
}

/* ----------------------------------------------- */
/* 出金履歴 */
/* ----------------------------------------------- */
table.withdrawal_history {
	width: 100%;
	border-collapse: collapse;
}
table.withdrawal_history thead tr th {
	border-bottom: solid 1px #dbdbdb;
	width: auto;
}

table.withdrawal_history tbody tr td {
	border-bottom: solid 1px #dbdbdb;
	padding: 20px 0;
	vertical-align: middle;
}
table.withdrawal_history tbody tr td span.status {
	background-color: #90c31f;
	color: #ffffff;
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
	border-radius: 15px;
	display: inline-block;
}

/* ----------------------------------------------- */
/* クレジットカード情報の変更 */
/* ----------------------------------------------- */
.card-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.card_details_box .card-details {
	padding: 0;
}
.card-inputs-header {
	padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
	.card-details-info {
		text-align: center;
	}
	.card-details .card-btns {
		padding-top: 20px;
		text-align: center;
		margin: auto;
	}
	.card-details .card-btns .w200 {
		margin: auto;
	}
	.card-details {
		display: block;
	}
	.card_edit_table,
	.card_edit_table tr,
	.card_edit_table th,
	.card_edit_table td {
		display: block;
	}
}

/* ----------------------------------------------- */
/* ヘルプQ&A */
/* ----------------------------------------------- */
.faq_list dt {
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}
.faq_list dt:after {
	content: "Q";
	color: #f8a624;
	font-size: 30px;
	position: absolute;
	left: 0;
	top: -8px;
}
.faq_list dd {
	position: relative;
	padding-left: 35px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: solid 1px #dbdbdb;
}
.faq_list dd:after {
	font-weight: bold;
	content: "A";
	color: #90c31f;
	font-size: 30px;
	position: absolute;
	left: 0;
	top: -10px;
}
.faq_list dd:last-child {
	border: none;
}

/* ----------------------------------------------- */
/* 利用規約・プライバシーポリシー */
/* ----------------------------------------------- */
.contract ul,
.contract ul > li {
	list-style-type: disc;
}
.contract ol,
.contract ol > li {
	list-style-type: decimal;
}
.contract ol > li {
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom: 10px;
	line-height: 160%;
	font-size: 16px;
}
.contract h2 {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.contract ol li > ul,
.contract ol li > ol {
	margin-top: 10px;
	margin-left: 20px;
}
.contract ol li > ul > li,
.contract ol li > ol > li {
	font-size: 14px;
}

/* ----------------------------------------------- */
/* 運営会社 */
/* ----------------------------------------------- */
.company table th,
.company table td {
	padding: 20px 0;
	line-height: 175%;
}

.error {
	padding: 0 10px 10px 10px;
	font-size: 14px;
	color: #ff4b4e;
}

@media screen and (max-width: 767px) {
	.users_icon img {
		max-width: 100%;
	}
	.users_icon {
		margin-top: -48px;
	}
}

.order-btn .sys-order span {
	display: block;
	color: #fff;
}
.order-btn .sys-order span:hover {
	color: #fff;
}

/* ----------------------------------------------- */
/* 生産者マイページTOP ステップ追加 */
/* ----------------------------------------------- */
.mypage .flow h2 {
	color: #90c31f;
	font-weight: normal;
	text-align: center;
	margin: 0px auto 30px auto;
	font-size: 36px;
}
.mypage .flow {
	padding: 20px;
}
.mypage .flow ul {
	position: relative;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	width: 990px;
	margin: 0 auto;
	z-index: 10;
	max-width: 100%;
}
.mypage .flow ul li.step {
	width: 245px;
}
.mypage .flow ul li.step dt {
	background-repeat: no-repeat;
	background-position: center center;
	height: 0;
	padding-top: 19px;
	line-height: 1.4;
	overflow: hidden;
}
.mypage .flow ul li.step:nth-of-type(1) dt {
	background-image: url(../img/index/step1.svg);
}
.mypage .flow ul li.step:nth-of-type(3) dt {
	background-image: url(../img/index/step2.svg);
}
.mypage .flow ul li.step:nth-of-type(5) dt {
	background-image: url(../img/index/step3.svg);
}

.mypage .flow ul li.dot img {
	margin-bottom: 60px;
	max-width: 100%;
	padding-top: 165px;
}

.mypage .flow ul li dl dt {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}

.mypage .flow ul li dl dd figure {
	display: block;
	width: 100%;
	text-align: center;
}
.mypage .flow ul li dl dd figure img {
	display: inline-block;
	max-width: 100%;
}
.mypage .flow ul li dl dd p {
	padding: 25px 0 0 0;
	font-size: 14px;
	line-height: 140%;
}

.mypage .flow .btn-area .item {
	width: 100%;
}

@media screen and (max-width: 1000px) {
	.mypage .flow {
		height: inherit;
		padding-bottom: 100px;
	}
	.mypage .flow ul {
		padding: 0 20px;
		display: block;
	}
	.mypage .flow ul li dl dt {
		margin: 0;
	}
	.mypage .flow ul li dl dd {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.mypage .flow ul li dl dd figure img {
		max-width: 100%;
	}
	.mypage .flow ul li.dot,
	.mypage .flow ul li.step {
		width: 80vw;
		margin: auto;
	}
	.mypage .flow ul li dl dd figure {
		width: 25%;
		min-width: 120px;
		margin-right: 2%;
	}
	.mypage .flow ul li dl dd p {
		padding: 0;
		width: 69%;
		font-size: 2vw;
	}
	.mypage .flow ul li.dot {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-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;
		padding: 20px 0 40px 0;
	}
	.mypage .flow ul li.dot img {
		transform: rotate(90deg);
		margin: 0;
	}

	.mypage .flow .btn-area {
		width: 40%;
	}
}

@media screen and (max-width: 700px) {
	.mypage .flow ul li.dot img {
		margin-bottom: 60px;
		max-width: 100%;
		padding-top: 0px;
	}

	.mypage .flow ul li dl dd p {
		width: 100%;
	}

	.mypage .flow .btn-area {
		width: 100%;
	}
	.mypage .flow ul li dl dt,
	.mypage .flow ul li dl dd {
		width: 94%;
		margin: auto;
	}
	.mypage .flow ul li dl dt {
		margin-bottom: 20px;
	}
	.mypage .flow ul li dl dd {
		display: block;
	}
	.mypage .flow ul li.dot,
	.mypage .flow ul li.step {
		width: 100%;
		margin: auto;
		padding-top: 0px;
		padding-bottom: 0;
	}
	.mypage .flow ul li dl dd figure {
		width: 100%;
		min-width: 120px;
		margin-right: 2vw;
	}
	.mypage .flow ul li dl dd p {
		padding: 20px 0 0 0;
		font-size: 16px;
	}
	.mypage .flow ul li.dot {
		padding: 50px 0 0px 0;
	}
}
.user_wait {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: rgb(229, 108, 111);
	border-radius: 6px;
	padding: 10px 0;
	line-height: 100%;
}

.user_wait.gray {
	background-color: #969696;
}

.user_wait p {
	padding-top: 5px;
	font-size: 14px;
	font-weight: normal;
}
.favorite_count {
	margin-top: 7px;
}
.all-err .form-info .err {
	margin: auto;
}
.all-err .form-info .err .red {
	font-size: 20px;
	text-align: center;
	line-height: 32px;
}
.login .all-err .form-info .err .red {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.f-min {
	font-size: 12px;
}
.earnings_text {
	font-size: 12px !important;
}
.earnings_text .red {
	font-weight: bold !important;
}

.dib {
	display: inline-block !important;
}

.underline {
	text-decoration: underline;
}
.select_template {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 40px;
}
.select_template,
.select_template option,
.select_template.selected {
	background-color: #90c31f;
	color: #ffffff;
	margin-bottom: 0;
}
.select_template_label {
	position: relative;
	margin-bottom: 5px;
}
.select_template_label::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: flex;
	align-items: center;
	color: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
.mw_msg .textarea_template {
	min-height: 200px;
}

/*210111追加*/
.form-body._f_none {
	display: inherit;
}
.form-body .form-inputs._df_center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.form-body .form-inputs._df_center dl dt {
	display: none;
}
.form-body .form-inputs._df_center dl dd {
	width: 100%;
	min-width: 100%;
}

/* 2021-0507 add */
.validation_list {
	border-collapse: collapse;
	border: solid 1px #333;
}
.validation_list td,
.validation_list th {
	border-collapse: collapse;
	border: 1px solid #333;
	padding: 5px;
}

/*21_0517追加*/
@media screen and (max-width: 767px) {
	.user_wait.fs_15 {
		font-size: 15px;
	}
}

/* ----------------------------------------------- */
/* リクエスト承認農家一覧 */
/* ----------------------------------------------- */
.user_situation_list .content_box.close {
	overflow: hidden;
	height: 300px;
	position: relative;
}
.user_situation_list .content_box .cover_box {
	/* 開いたとき */
	background: inherit;
	cursor: pointer;
	position: relative;
}
.user_situation_list .content_box.close .cover_box {
	/* 閉じているとき */
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: calc(100% - 80px);
	height: 150px;
	text-align: center;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 80%
	);
}
.user_situation_list .content_box .cover_box::after {
	line-height: 3.5rem;
	z-index: 2;
	bottom: 20px;
	width: 16rem;
	content: "閉じる";
	letter-spacing: 0.05em;
	color: #0000ff;
	display: block;
	margin: auto;
	text-align: center;
	text-decoration: underline;
	font-size: 1.6rem;
}
.user_situation_list .content_box.close .cover_box::after {
	content: "もっと見る";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
@media screen and (max-width: 500px) {
	.user_situation_list .content_box.close .cover_box {
		width: calc(100% - 40px);
	}
}

label.bulk_order_check {
	position: absolute;
	top: 30px;
	right: 40px;
	cursor: pointer;
	z-index: 10;
}
label.bulk_order_check i:before {
	color: #fff;
	margin-right: 10px;
}
label.bulk_order_check input[type="checkbox"] {
	display: none;
}
label.bulk_order_check input[type="checkbox"] + span {
	color: #90c31f;
	border: 1px solid #90c31f;
	border-radius: 20px;
	padding: 10px 30px 10px 10px;
}
label.bulk_order_check input[type="checkbox"]:checked + span {
	color: #fff;
	background: #90c31f;
	border: 1px solid #90c31f;
	padding: 10px 30px 10px 30px;
}
@media screen and (max-width: 500px) {
	label.bulk_order_check {
		right: 20px;
	}
}

.user_situation_list .farmer-detail {
	position: static;
}

.bulkorder_list .content_box {
	position: relative;
}
.bulkorder_list .farmer_premium_ribbon_area .ribbon_long .textarea {
	line-height: 1;
	font-size: min(20px, 2vw);
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 0 3%;
}
@media screen and (max-width: 767px) {
	.bulkorder_list .farmer-detail {
		flex-wrap: wrap;
	}
	.bulkorder_list .detail_premium {
		padding-top: 10px;
	}
	.bulkorder_list .detail_premium .premium_text {
		line-height: 1.7;
	}
	.bulkorder_list .farmer_premium_ribbon_area .ribbon_long .textarea {
		font-size: max(14px, 3vw);
	}
	.bulkorder_list .farmer_premium_ribbon_area .ribbon_long span {
		font-size: max(16px, 3.5vw);
	}
	.bulkorder_list .farmer_premium_ribbon_area {
		padding: 0;
	}
}
