@charset "UTF-8";
/*
 Theme Name: bizmatch_v2 for demo-matchingsystem.dev-salon.com/sitenew/
 Description: テーマの説明
 Version: テーマのバージョン
 Template: bizmatch-v2
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@300;400;700&display=swap');
/* CSS Document */
body {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.7;
}
#menu-header li.menu-item-has-children {
	position: relative;
}
#menu-header li.menu-item-has-children ul.sub-menu {
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 10;
}
#menu-header li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}
/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align_c {
	text-align: center
}
.align_r {
	text-align: right
}
.align_l {
	text-align: left
}
/* PC表示設定 */
.is-pc {
	display: block !important;
}
.is-sp {
	display: none !important;
}
/* SP非表示設定 */
@media screen and (max-width:768px) {
	.is-pc {
		display: none !important;
	}
	.is-sp {
		display: block !important;
	}
}
.main-visual {
	margin: 0;
	padding: 120px 0 0;
	height: 750px;
	background: url("images/img-mainvisual.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

.sub-catch-01 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #000;
}

.mainv-logo {
	margin: 20px auto 0;
	padding: 0;
	text-align: center;
	width: 700px;
}

.mainv-logo img{
	width: 100%;
	height: auto;
}

.main-illust {
	margin: 50px auto 0;
	padding: 0;
	text-align: center;
	line-height: 0;
}

.site-cate {
	font-size: 13px;
	color: #000;
	margin: 10px 10px 0 0;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.main-visual {
		margin: 0;
		padding: 70px 0 0;
		height: 650px;
		background: url("images/img-mainvisual.jpg") no-repeat;
		background-size: cover;
		background-position: 70% center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	.mainv-logo {
		margin: 10px auto 0;
		padding: 0;
		text-align: center;
		max-width: 94%;
	}

	.mainv-logo img {
		width: 100%;
		height: auto;
	}

	.main-lead {
		margin: 0;
		width: 100%;
		padding: 10px 0;
		background: #cc0000;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}

	.main-illust {
		margin: 30px auto 0;
		padding: 0;
		text-align: center;
		line-height: 0;
	}

	.main-illust img {
		width: 90%;
		height: auto;
	}
}

@media screen and (max-width: 480px) {

	.main-visual {
		margin: 0;
		padding: 70px 0 0;
		height: 480px;
		background: url("images/img-mainvisual.jpg") no-repeat;
		background-size: cover;
		background-position: 70% center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	.sub-catch-01 {
		margin: 0 auto;
		padding: 0;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #000;
		width: 75%;
	}
}

.site-cate {
	font-size: 13px;
	color: #000;
	margin: 10px 10px 0 0;
	text-align: right;
}

.about-leadtext {
	margin: 20px auto 0;
	padding: 0;
	max-width: 670px;
	text-align: center;
}

.pl-about-base {
	margin: 30px auto 0;
	padding: 0;
	max-width: 950px;
	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;
}

.pl-about-base .num-01,
.pl-about-base .num-05 {
	margin: 0;
	padding: 0;
	width: 18%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.pl-about-base .num-01 .num-01-parts,
.pl-about-base .num-05 .num-01-parts {
	margin: 50px 0 5px;
	padding: 0;
}

.pl-about-base .num-01 .num-01-parts img,
.pl-about-base .num-05 .num-01-parts img {
	width: 65%;
	height: auto;
}

.pl-about-base .num-01 .num-05-parts,
.pl-about-base .num-05 .num-05-parts {
	margin: 50px 0 5px;
	padding: 0;
}

.pl-about-base .num-01 .num-05-parts img,
.pl-about-base .num-05 .num-05-parts img {
	width: 100%;
	height: auto;
}

.pl-about-base .num-02,
.pl-about-base .num-04 {
	margin: 0;
	padding: 0;
	width: 10%;
	text-align: center;
}

.pl-about-base .num-02 .num-02-text,
.pl-about-base .num-04 .num-02-text {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

.pl-about-base .num-02 .num-02-parts,
.pl-about-base .num-04 .num-02-parts {
	margin: 5px 0 0 20px;
	padding: 0;
}

.pl-about-base .num-02 .num-04-text,
.pl-about-base .num-04 .num-04-text {
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

.pl-about-base .num-02 .num-04-parts,
.pl-about-base .num-04 .num-04-parts {
	margin: 5px 20px 0 0;
	padding: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pl-about-base .num-03 {
	margin: 0;
	padding: 0;
	width: 42%;
	background: url("images/img-platform-bg.svg") no-repeat;
	background-position: center top;
	background-size: contain;
	text-align: center;
}

.pl-about-base .num-03 .num-03-text {
	margin: 60px 0 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.pl-about-base .num-03 .num-03-parts {
	margin: 20px 0 20px;
	padding: 0 0 20px;
}

.pl-about-base .num-03 .num-03-parts img {
	width: 67%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.pl-about-base {
		margin: 0px auto 0;
		padding: 0;
		max-width: 950px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.pl-about-base .num-01,
	.pl-about-base .num-05 {
		margin: 0 auto;
		padding: 0;
		width: 90%;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}

	.pl-about-base .num-01 .num-01-parts,
	.pl-about-base .num-05 .num-01-parts {
		margin: 50px 0 5px;
		padding: 0;
	}

	.pl-about-base .num-01 .num-01-parts img,
	.pl-about-base .num-05 .num-01-parts img {
		width: 30%;
		height: auto;
	}

	.pl-about-base .num-01 .num-05-parts,
	.pl-about-base .num-05 .num-05-parts {
		margin: 10px 0 5px;
		padding: 0;
	}

	.pl-about-base .num-01 .num-05-parts img,
	.pl-about-base .num-05 .num-05-parts img {
		width: 30%;
		height: auto;
	}

	.pl-about-base .num-02,
	.pl-about-base .num-04 {
		margin: 0 auto;
		padding: 0;
		width: 90%;
		text-align: center;
	}

	.pl-about-base .num-02 .num-02-text,
	.pl-about-base .num-04 .num-02-text {
		margin: 0 0 10px;
		padding: 0;
		font-size: 20px;
		font-weight: bold;
	}

	.pl-about-base .num-02 .num-02-parts,
	.pl-about-base .num-04 .num-02-parts {
		margin: 5px 0 20px;
		padding: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.pl-about-base .num-02 .num-04-text,
	.pl-about-base .num-04 .num-04-text {
		margin: 10px 0 0;
		padding: 0;
		font-size: 20px;
		font-weight: bold;
	}

	.pl-about-base .num-02 .num-04-parts,
	.pl-about-base .num-04 .num-04-parts {
		margin: 20px 0 0 0;
		padding: 0;
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.pl-about-base .num-03 {
		margin: 0 auto;
		padding: 0;
		width: 90%;
		background: url("images/img-platform-bg.svg") no-repeat;
		background-position: center top;
		background-size: contain;
		text-align: center;
	}

	.pl-about-base .num-03 .num-03-text {
		margin: 60px 0 0;
		padding: 0;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.5;
	}

	.pl-about-base .num-03 .num-03-parts {
		margin: 20px 0 20px;
		padding: 0 0 17px;
	}

	.pl-about-base .num-03 .num-03-parts img {
		width: 35%;
		height: auto;
	}
}

.pagebg-gray {
	background: #f1f1f1;
}

.pagebg-blue {
	background: #EFF5FF;
}

.page-container {
	margin: 0 auto;
	padding: 60px 15px;
	max-width: 1300px;
}

@media screen and (max-width: 992px) {
	.page-container {
		margin: 0 auto;
		padding: 50px 15px;
		max-width: 1300px;
	}
}

@media screen and (max-width: 480px) {
	.page-container {
		margin: 0;
		padding: 40px 15px;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.service-base {
	margin: 40px auto 0;
	padding: 0 10px;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.service-base li {
	margin: 0 0 25px;
	padding: 0;
	width: 16.666%;
	list-style: none;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	font-size: 15px;
}

.service-base li img {
	width: 70%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.service-base {
		margin: 40px auto 0;
		padding: 0;
		width: 94%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.service-base li {
		margin: 0 0 40px;
		padding: 0;
		width: 45%;
		list-style: none;
		text-align: center;
	}

	.service-base li img {
		width: 80%;
		height: auto;
	}
}

.page-heading {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.page-heading {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
}

.point-base {
	margin: 40px auto 0;
	padding: 0 10px;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}

.point-base li {
	margin: 0;
	padding: 30px;
	width: 48%;
	list-style: none;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #4D96FF;
	border-radius: 12px;
	min-height: 180px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.point-base li .point-image {
	margin: 0;
	padding: 0;
	width: 23%;
}

.point-base li .point-image img {
	width: 100%;
	height: auto;
}

.point-base li .point-text {
	margin: 0;
	padding: 0;
	width: 70%;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.point-base {
		margin: 30px auto 0;
		padding: 0 10px;
		max-width: 1200px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		list-style: none;
	}

	.point-base li {
		margin: 10px 0;
		padding: 30px;
		width: 100%;
		list-style: none;
		font-size: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #4D96FF;
		border-radius: 12px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.point-base li .point-image {
		margin: 0;
		padding: 0;
		width: 23%;
	}

	.point-base li .point-image img {
		width: 100%;
		height: auto;
	}

	.point-base li .point-text {
		margin: 0;
		padding: 0;
		width: 70%;
		text-align: left;
	}
}
.communication-base {
	margin: 40px auto 0;
	padding: 0 10px;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.communication-base li {
	margin: 0 0 25px;
	padding: 20px;
	width: 31%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #4D96FF;
	border-radius: 12px;
	background: #fff;
	text-align: center;
}

.communication-base:after {
	content: "";
	display: block;
	width: 31%;
	/* .boxに指定したwidthと同じ幅を指定する */
	height: 0;
}

@media screen and (max-width: 768px) {
	.communication-base {
		margin: 30px auto 0;
		padding: 0 10px;
		max-width: 1200px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		list-style: none;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.communication-base li {
		margin: 10px 0;
		padding: 20px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #4D96FF;
		border-radius: 12px;
		background: #fff;
		text-align: center;
	}
}

ul.guide-area {
	margin: 60px auto 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	list-style: none;
}

ul.guide-area li {
	margin: 0;
	padding: 0;
	width: 32%;
	text-align: center;
	border-radius: 12px;
}

.guide-title {
	margin: 0;
	padding: 5px 0;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #6BCB77;
	border-radius: 12px 12px 0 0;
	border: 2px solid #6BCB77;
}

.guide-text-base {
	margin: 0;
	padding: 20px;
	border-right: 2px solid #6BCB77;
	border-bottom: 2px solid #6BCB77;
	border-left: 2px solid #6BCB77;
	border-radius: 0 0 12px 12px;
	background: #fff;
	min-height: 350px;
}

.guide-text-base .guide-text {
	text-align: left;
}

.guide-text-base .guide-img {
	margin: 30px auto 0;
	padding: 0;
}

.guide-text-base .guide-img-02 {
	margin: 30px auto 0;
	padding: 0;
}

@media screen and (max-width: 810px) {
	.guide-text-base {
		margin: 0;
		padding: 20px;
		border-right: 2px solid #6BCB77;
		border-bottom: 2px solid #6BCB77;
		border-left: 2px solid #6BCB77;
		border-radius: 0 0 12px 12px;
		background: #fff;
		min-height: 320px;
	}

	.guide-text-base .guide-text {
		text-align: left;
	}

	.guide-text-base .guide-img {
		margin: 0 auto;
		padding: 0;
		width: 80%;
	}

	.guide-text-base .guide-img img {
		width: 100%;
		height: auto;
	}

	.guide-text-base .guide-img-02 {
		margin: 30px auto 0;
		padding: 0;
		width: 80%;
	}

	.guide-text-base .guide-img-02 img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	ul.guide-area {
		margin: 40px auto 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left;
		width: 100%;
		list-style: none;
	}

	ul.guide-area li {
		margin: 0 0 30px;
		padding: 0;
		width: 100%;
		text-align: center;
		border-radius: 12px;
	}

	.guide-text-base {
		margin: 0;
		padding: 20px;
		border-right: 2px solid #6BCB77;
		border-bottom: 2px solid #6BCB77;
		border-left: 2px solid #6BCB77;
		border-radius: 0 0 12px 12px;
		min-height: 310px;
		position: relative;
	}

	.guide-text-base .guide-text {
		text-align: left;
	}

	.guide-text-base .guide-img {
		margin: 20px auto 0;
		padding: 0;
		text-align: center;
	}

	.guide-text-base .guide-img-02 {
		margin: 20px auto 0;
		padding: 0;
		text-align: center;
	}
}
.faq-heading {
	margin: 60px 0 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
}
@media screen and (max-width: 480px) {
	.faq-heading {
		margin: 30px 0 0;
		padding: 0;
		text-align: center;
		font-size: 20px;
	}
}
.btn.btn_member {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 5px;
	background: #FF6B6B;
	color: #fff !important;
	padding: 8px 16px;
	font-size: 16px;
	margin: 0 10px 0 0;
	border-radius: 20px;
}
button.btn_login, .btn.btn_login {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 5px;
	background: #4D96FF;
	color: #fff !important;
	padding: 8px 16px;
	font-size: 16px;
	border-radius: 20px;
}
.btn.btn_member:hover {
	background: #FF9393;
}
.btn.btn_login:hover {
	background-color: #84B6FD;
}
@media screen and (max-width: 1200px) {
	.btn.btn_member {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0;
		border-radius: 5px;
		background: #FF6B6B;
		color: #fff !important;
		padding: 8px 10px;
		font-size: 14px;
		margin: 0 5px 0 0;
		border-radius: 20px;
	}
	button.btn_login, .btn.btn_login {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0;
		border-radius: 5px;
		background: #4D96FF;
		color: #fff !important;
		padding: 8px 10px;
		font-size: 14px;
		border-radius: 20px;
	}
}
.button-faq {
	display: inline-block;
	width: 250px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 53px;
	outline: none;
	background-color: #FF6B6B;
	color: #fff;
	border-radius: 33px;
	font-size: 22px;
	cursor: pointer;
}
.button-faq::before, .button-faq::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
}
.button-faq, .button-faq::before, .button-faq::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.button-faq:hover {
	background-color: #FF9393;
	color: #fff;
}

/*会員登録*/
.touroku-area {
	margin: 30px 0;
	padding: 25px 0 35px;
	background: #eff5ff;
	border-radius: 12px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 99%;
}
.touroku-area h2 {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.button-touroku {
	display: inline-block;
	width: 250px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 53px;
	outline: none;
	background-color: #FF6B6B;
	color: #fff;
	border-radius: 33px;
	font-size: 18px;
	cursor: pointer;
}
.button-touroku::before, .button-touroku::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
}
.button-touroku, .button-touroku::before, .button-touroku::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.button-touroku:hover {
	background-color: #FF9393;
	color: #fff;
}
/*お問い合わせ　送信ボタン*/
.wpcf7-form input[type=submit] {
	margin: 30px 0 0;
	padding: 10px 20px;
	background: #FF6B6B;
	color: #fff;
	border-radius: 25px;
	border: none;
	display: block;
	width: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.wpcf7-form input[type=submit]:hover {
	background: #FF9393;
	color: #fff;
	border-radius: 25px;
	border: none;
	padding: 10px 20px;
	display: block;
	width: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* 案件　お気に入り「☆」の位置　*/
.bzmp_work_list_item_favorite {
	text-align: left;
}
/*　案件トップ　*/
.search_box {
	text-align: left;
}
.search_box h3:first-of-type {
	margin: 10px 0 20px;
	padding: 5px 15px;
	background: #FDF7F2;
	border-bottom: none;
	border-left: 10px solid #4D96FF;
	color: #4D96FF;
	text-align: left;
	font-size: 18px;
}
.search_box h3 {
	margin: 60px 0 20px;
	padding: 5px 15px;
	background: #FDF7F2;
	border-bottom: none;
	border-left: 10px solid #4D96FF;
	color: #4D96FF;
	text-align: left;
	font-size: 18px;
}
/*　メルマガ　左上下余白*/
#mailpoet_form_1, #mailpoet_form_2 {
	margin: 50px 0 50px 17px;
}
/*　案件トップ　*/
#bzmp_work_list .bzmp_work_list_item_title a {
	color: #4D96FF;
}
.bzmp_work_list_item_deadline_value, .bzmp_work_list_item_apply_value, .bzmp_work_list_item_Username_value, .bzmp_work_list_item_budget_value, .bzmp_work_list_item_period_value, .bzmp_work_list_item_status_value {
	font-size: 15px;
}
.bzmp_notify_list_item_title_label, .bzmp_notify_list_item_status_label {
	margin: 10px 0;
	padding: 3px 10px;
	font-size: 13px;
	font-weight: normal;
	background: #f4f4f4;
	text-align: center;
	max-width: 100px;
}
.work_view_btn .btn {
	display: inline-block;
	/*width: 170px;*/
	height: 50px;
	text-align: center;
	text-decoration: none;
	/*line-height: 53px;*/
	outline: none;
	background-color: #4D96FF;
	color: #fff;
	border-radius: 26px;
	font-size: 16px;
	cursor: pointer;
	margin: 0 5px;
	padding: 5px 15px;
}
.work_view_btn .btn::before, .work_view_btn .btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
}
.work_view_btn .btn, .work_view_btn .btn::before, .work_view_btn .btn::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.work_view_btn .btn:hover {
	background-color: #4D96FF;
	color: #fff;
}
/*　会員登録ページ　*/
.touroku-tbl {
	margin: 20px auto 0;
	padding: 0;
	border: 1px solid #ccc;
	max-width: 450px;
}
.touroku-tbl td {
	margin: 0;
	padding: 10px;
	text-align: center;
	background: #eee;
	border-right: 1px solid #ccc;
	width: 40%;
}
.touroku-tbl td:last-child {
	margin: 0;
	padding: 10px;
	text-align: left;
	width: 60%;
	background: #fff;
}
.i-jyouken {
	margin: 20px auto 0;
	padding: 3px;
	background: #4D96FF;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 400px;
}
.i-jyouken-text {
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	font-size: 16px;
	text-align: left;
	width: 400px;
	border: 1px solid #4D96FF;
}
@media screen and (max-width: 768px) {
.i-jyouken {
		margin: 20px auto 0;
		padding: 3px;
		background: #4D96FF;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		width: 90%;
	}

	.i-jyouken-text {
		margin: 0 auto;
		padding: 10px;
		background: #fff;
		font-size: 16px;
		text-align: left;
		width: 90%;
		border: 1px solid #4D96FF;
	}
}

/* フォーラム */
input#bbp_topic_subscription {
	display: inline;
	width: auto;
}
#bbpress-forums fieldset.bbp-form input[type=password], #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
	min-height: 38px;
	height: 38px;}
	
/* ----------------------------------------------------------------------
 margin - 余白
---------------------------------------------------------------------- */
.u-mt-xxsmall {
	margin: 5px 0 0;
}
.u-mt-xsmall {
	margin: 10px 0 0;
}
.u-mt-small {
	margin: 20px 0 0;
}
.u-mt {
	margin: 30px 0 0;
}
.u-mt-large {
	margin: 40px 0 0;
}
.u-mt-xlarge {
	margin: 50px 0 0;
}
.u-mt-xxlarge {
	margin: 60px 0 0;
}
.u-mr-xxsmall {
	margin: 0 5px 0 0;
}
.u-mr-xsmall {
	margin: 0 10px 0 0;
}
.u-mr-small {
	margin: 0 20px 0 0;
}
.u-mr {
	margin: 0 30px 0 0;
}
.u-mr-large {
	margin: 0 40px 0 0;
}
.u-mr-xlarge {
	margin: 0 50px 0 0;
}
.u-mr-xxlarge {
	margin: 0 60px 0 0;
}
.u-mb-xxsmall {
	margin: 0 0 5px 0;
}
.u-mb-xsmall {
	margin: 0 0 10px 0;
}
.u-mb-small {
	margin: 0 0 20px 0;
}
.u-mb {
	margin: 0 0 30px 0;
}
.u-mb-large {
	margin: 0 0 40px 0;
}
.u-mb-xlarge {
	margin: 0 0 50px 0;
}
.u-mb-xxlarge {
	margin: 0 0 60px 0;
}
.u-ml-xxsmall {
	margin: 0 0 0 5px;
}
.u-ml-xsmall {
	margin: 0 0 0 10px;
}
.u-ml-small {
	margin: 0 0 0 20px;
}
.u-ml {
	margin: 0 0 0 30px;
}
.u-ml-large {
	margin: 0 0 0 40px;
}
.u-ml-xlarge {
	margin: 0 0 0 50px;
}
.u-ml-xxlarge {
	margin: 0 0 0 60px;
}
/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align_c {
	text-align: center;
}
.align_r {
	text-align: right;
}
.align_l {
	text-align: left;
}
.flo_l {
	float: left;
}
.flo_r {
	float: right;
}
.cboth {
	clear: both;
}
/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a {
	color: #000;
	cursor: pointer;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=70 )";
	background: none !important;
	cursor: pointer;
}
/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text10 {
	font-size: 10%;
}
.text20 {
	font-size: 20%;
}
.text30 {
	font-size: 30%;
}
.text40 {
	font-size: 40%;
}
.text50 {
	font-size: 50%;
}
.text60 {
	font-size: 60%;
}
.text70 {
	font-size: 70%;
}
.text80 {
	font-size: 80%;
}
.text90 {
	font-size: 90%;
}
.text100 {
	font-size: 100%;
}
.text110 {
	font-size: 110%;
}
.text120 {
	font-size: 120%;
}
.text130 {
	font-size: 130%;
}
.text140 {
	font-size: 140%;
}
.text150 {
	font-size: 150%;
}
.text160 {
	font-size: 160%;
}
.text170 {
	font-size: 170%;
}
.text180 {
	font-size: 180%;
}
.text190 {
	font-size: 190%;
}
.text200 {
	font-size: 200%;
}
.text210 {
	font-size: 210%;
}
.text220 {
	font-size: 220%;
}
.text250 {
	font-size: 250%;
}
.text300 {
	font-size: 300%;
}
.text400 {
	font-size: 400%;
}
.text-bd {
	font-weight: 700;
}
.text-ud {
	text-decoration: underline;
}
.text-normal {
	font-weight: 400;
}
/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red-n {
	color: #E30F0F;
}
.red-b {
	color: #E30F0F;
	font-weight: 700;
}
/* ----------------------------------------------------------------------
　フォント設定
------------------------------------------------------------------------*/
@font-face {
	font-family: "Noto Sans JP";
	src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Noto Sans JP";
	src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}
/*会員検索　検索ボタン*/
.um .um-button {
	color: #fff;
	background: #4D96FF;;
}
.um .um-button:hover {
	color: #ffffff;
	background: #84B6FD;
}
/* UMフォーム 日付入力カレンダー */
.um-field-date table.picker__table td, .um-field-date table.picker__table th {
	display: table-cell;
	width: auto;
}
.um-field-date .picker__footer button {
	padding: inherit !important;
	font-size: inherit !important;
}
/* 案件検索 */
#bzmp_work_list .search_box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
#bzmp_work_list .search_box > .select_wrap {
	position: relative;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center !important;
	align-items: center !important;
	margin: 4px 0;
	border: none;
}
#bzmp_work_list .search_box > .select_wrap.fg_search_date {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
#bzmp_work_list .search_box > .select_wrap:before {
	content: inherit;
}
#bzmp_work_list .search_box > .select_wrap > label {
	position: relative;
	width: 100%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	background-color: #f0f0f0;
	height: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
#bzmp_work_list .search_box > .select_wrap.fg_search_date > label {
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width: 15%;
	margin: -5px 0 0;
	height: 45px;
}
#bzmp_work_list .search_box > .select_wrap > input, #bzmp_work_list .search_box > .select_wrap > select, #bzmp_work_list .search_box > .select_wrap > div.date_picker {
	position: relative;
	width: 100%;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
#bzmp_work_list .search_box > .select_wrap > div.date_picker {
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex: 0 0 83%;
	flex: 0 0 83%;
	max-width: 83%;
}
#bzmp_work_list .search_box > .select_wrap > div.date_picker > input {
	max-width: 40.5%;
}
#bzmp_work_list .search_box > .select_wrap > select {
	border: solid 1px #ccc;
}
#bzmp_work_list .button_container {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
#bzmp_work_list .button_container > input {
	max-width: 8em;
	margin: 8px;
}
/* 案件一覧 */
.work_list.search_box_wrap .search_box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.work_list.search_box_wrap .search_box > .select_wrap, .work_list.search_box_wrap .work_list_title, .work_list.search_box_wrap .work_list_sort {
	position: relative;
	width: 100%;
	padding: 0 5px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center !important;
	align-items: center !important;
	margin: 4px 0;
	border: none;
}
.work_list.search_box_wrap .search_box > .select_wrap:before {
	content: inherit;
}
.work_list.search_box_wrap .work_list_sort {}
.work_list.search_box_wrap .work_list_title > label, .work_list.search_box_wrap .work_list_sort > label {
	position: relative;
	width: 100%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	background-color: #f0f0f0;
	height: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	padding: 0;
}
.work_list.search_box_wrap .work_list_title > input, .work_list.search_box_wrap .work_list_sort > .select_wrap {
	position: relative;
	width: 100%;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	height: 100%;
}
.work_list.search_box_wrap .work_list_sort > .select_wrap {
	margin: 0;
	float: inherit;
}
.work_list.search_box_wrap .work_list_sort > select_wrap > select {
	width: 100%;
	height: 100%;
}
.work_list.search_box_wrap .work_list_title > input {
	position: relative;
	width: 100%;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	height: 100%;
	;
}
.work_list.search_box_wrap .search_box > .select_wrap > select {
	position: relative;
	width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.work_list.search_box_wrap .search_box > .select_wrap > select {
	border: solid 1px #ccc;
}
.work_list.search_box_wrap .button_container {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.work_list.search_box_wrap .button_container > input {
	max-width: 8em;
	margin: 8px;
}
.work_list.search_box_wrap .work_list_display, .work_list.search_box_wrap .work_list_favorite {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	padding: 5px 10px;
	width: 50%;
}
.work_list.search_box_wrap .work_list_display {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.work_list.search_box_wrap .work_list_display > input, .work_list.search_box_wrap .work_list_favorite > input {
	width: 1em;
	margin-right: 4px;
}
.work_list.search_box_wrap .search_box > input {
	max-width: 10em;
	padding: 5px 0;
}
footer {
	background-color: #eff5ff;
	padding: 70px 0 5px;
	clear: both;
	border-bottom: 10px solid #4D96FF;
}
.menu-footer-container ul li {
	font-size: 14px;
}
h2 {
	border-bottom: 2px solid #4D96FF;
	color: #4D96FF;
	font-weight: bold;
}
h3 {
	color: #4D96FF;
	border-bottom: 2px solid #4D96FF;
	font-weight: bold;
	margin-top: 50px;
}
h3:first-child {
	margin-top: 0;
}
element.style {}
.ewd-ufaq-faq-title h1, .ewd-ufaq-faq-title h2, .ewd-ufaq-faq-title h3, .ewd-ufaq-faq-title h4, .ewd-ufaq-faq-title h5, .ewd-ufaq-faq-title h6 {
	display: inline-block;
	margin: 5px !important;
}
h4, h5, h6 {
	color: #4D96FF !important;
	font-weight: bold;
}
h4 {
	border-bottom: 3px solid #4D96FF !important;
}
h4, h5, h6 {
	color: #4D96FF !important;
	font-weight: bold;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #4D96FF;
}
@media (max-width: 768px) {
	footer {
		padding: 7vw 0 0;
	}
	.footer_logo {
		margin: 0 auto 30px;
		width: 70%;
	}
	.footer_logo img {
		width: auto;
		max-height: 80px;
	}
}
/* 会員登録　プログレスバーactive */
.progressbar .item.active {
	z-index: 1;
	background: #4D96FF;
	color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
	border-left-color: #4D96FF;
}
/* 会員登録　登録ボタン */
#um-submit-btn, .um input[type="submit"].um-button {
	background: #FF6B6B !important;
}
.header_logo {
	padding: 5px 0px 10px;
	text-align: center;
}

@media (max-width: 768px) {
	.hamburger {
		display: block;
		position: fixed;
		z-index: 3;
		right: 13px;
		top: 12px;
		width: 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	}
	.hamburger span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		left: 6px;
		background: #555;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.hamburger span:nth-child(1) {
		top: 10px;
	}
	.hamburger span:nth-child(2) {
		top: 20px;
	}
	.hamburger span:nth-child(3) {
		top: 30px;
	}
	.hamburger.active span:nth-child(1) {
		top: 16px;
		left: 6px;
		background: #fff;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
		top: 16px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.globalMenuSp {
		position: fixed;
		z-index: 2;
		top: 0;
		left: 0;
		color: #fff;
		background: rgba(77, 150, 255, 0.9);
		text-align: center;
		width: 100%;
		opacity: 0;
		transition: opacity .6s ease, visibility .6s ease;
		display: none;
	}
	.globalMenuSp ul {
		margin: 50px auto 0;
		padding: 0 0 50px;
		width: 100%;
		display: inherit;
	}
	.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		transition: .4s all;
	}
	.globalMenuSp ul li:last-child {
		padding-bottom: 0;
	}
	.globalMenuSp ul li:hover {
		background: #4D96FF;
	}
	.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 1em 0;
		text-decoration: none;
		margin: 5px 0;
		font-size: 18px;
	}
	.globalMenuSp.active {
		opacity: 100;
		display: inline;
	}
	.header_logo {
		padding: 20px 0;
	}
	.header_logo span {
		font-size: 3vw;
		padding: 0;
	}
	.header_logo h1 img {
		width: auto;
		max-height: 80px !important;
	}
	.login {
		padding: 0 0 3vw;
	}
	button, .btn {
		border-radius: 5vw !important;
		padding: 2vw 3vw !important;
		font-size: 3vw !important;
	}
}

@media (max-width: 480px) {
.header_logo h1 img {
		width: auto !important;
		max-height: 60px !important;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
		padding: 30px 0;
	}
	h3 {
		font-size: 22px;
		padding: 0;
	}
	h4 {
		border-bottom: .5vw solid;
		margin-bottom: 2vw;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 18px;
	}
	p, th, td, li, button, input, label, select, textarea {
		font-size: 16px;
	}
}

/* タイトル */
/* 説明 */
/* ボタン */
/* 有料会員会費決済
-------------------------------------------------------------- */
/* 登録ボタン */
.wpfs-btn-primary, button.wpfs-btn-primary[type=submit], .no-touch button.wpfs-btn-primary[type=submit], button.wpfs-btn-primary:not(:hover):not(:active):not(.has-text-color) {
	background-color: #4D96FF !important;
}
/* 無料会員会費決済
-------------------------------------------------------------- */
/* 登録ボタン */
#um-submit-btn, .um input[type="submit"].um-button {
	background-color: #4D96FF !important;
}

/*　案件一覧　スマホ表示　入力フォーム部分レイアウト調整*/
@media screen and (max-width: 768px) {
	#bzmp_work_list .search_box {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -5px;
		margin-left: -5px;
		flex-direction: column;
	}

	#bzmp_work_list .search_box>.select_wrap {
		position: relative;
		width: 100%;
		padding-right: 5px;
		padding-left: 5px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center !important;
		align-items: center !important;
		margin: 4px 0;
		border: none;
		flex-direction: column;
	}


	#bzmp_work_list .search_box>.select_wrap {
		position: relative;
		width: 100%;
		padding-right: 5px;
		padding-left: 5px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center !important;
		align-items: center !important;
		margin: 4px 0;
		border: none;
	}

	#bzmp_work_list .search_box>.select_wrap>label {
		position: relative;
		width: 100%;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 100%;
		background-color: #f0f0f0;
		height: 100%;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	#bzmp_work_list .search_box>.select_wrap.fg_search_date>label {
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		max-width: 100%;
		margin: 0 0 0 -10px;
	}

	#bzmp_work_list .search_box>.select_wrap>input,
	#bzmp_work_list .search_box>.select_wrap>select,
	#bzmp_work_list .search_box>.select_wrap>div.date_picker {
		position: relative;
		width: 100%;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 100%;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
		flex-direction: column;
	}

	#bzmp_work_list .search_box>.select_wrap>div.date_picker {
		white-space: nowrap;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center !important;
		align-items: center !important;
		-ms-flex: 0 0 85%;
		flex: 0 0 85%;
		max-width: 100%;
	}

	#bzmp_work_list .search_box>.select_wrap>div.date_picker>input {
		max-width: 100%;
	}
}

/*----------

webmatchingsystem

----------*/

/*会員一覧*/
.bzmp_user_list {
	width: 100%;
	border-bottom: 1px solid #ccc;
	overflow: auto;
	clear: both;
}

.bzmp_user_list_item_username_disp,
.bzmp_user_list_item_username_nice {
	width: 30%;
	padding: 5px 0;
	float: left;
}

.bzmp_user_list_item_username_nice a {
	text-decoration: underline;
	color: #3ba1da;
}

.bzmp_user_list_item_score_label,
.bzmp_user_list_item_score_value,
.bzmp_user_list_item_period_label,
.bzmp_user_list_item_period_reult {
	width: 10%;
	padding: 5px 0;
	float: left;
}

.bzmp_user_list_item_score_label,
.bzmp_user_list_item_period_reult {
	font-size: 90%;
	color: #9e9e9e;
}

.bzmp_user_list_item_score_value,
.bzmp_user_list_item_period_reult {
	font-weight: bold;
}

/*----------
	案件トップ > 通知
	案件トップ > 応募中の案件
	案件トップ > 進行中の契約
	案件トップ > 新着案件
	案件一覧
	会員一覧
	案件表示
	応募表示
	契約一覧
	契約表示
	会員レビュー
----------*/
#bzmp_work_list,
#bzmp_contract_list,
.bzmp_apply_list,
.bzmp_contract_view_item {
	clear: both;
}

#bzmp_work_list div,
#bzmp_contract_list div,
.bzmp_apply_list_item div,
.bzmp_work_view_item div,
.bzmp_apply_view_item div,
.bzmp_work_list div,
.bzmp_contract_list div,
.bzmp_contract_view_item div,
.bzmp_receipt_list_item div,
.bzmp_receipt_view_item div {
	margin-bottom: 5px;
	/*margin-right: 10px;*/
}

@media (max-width: 768px) {
	#bzmp_work_list div,
	#bzmp_contract_list div,
	.bzmp_work_view_item div,
	.bzmp_apply_view_item div,
	.bzmp_work_list div,
	.bzmp_contract_list div,
	.bzmp_contract_view_item div,
	.bzmp_receipt_list_item div,
	.bzmp_receipt_view_item div {
		margin-bottom: 5px;
		margin-right: 0;
	}
}

.bzmp_work_list_item,
.bzmp_contract_list_item,
.bzmp_apply_list_item,
.bzmp_work_view_item,
.bzmp_contract_view_item,
.bzmp_receipt_list_item,
.bzmp_receipt_view_item {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	overflow: auto;
	clear: both;
	box-sizing: border-box;
}

/*link*/
#bzmp_work_list a,
#bzmp_contract_list a,
.bzmp_apply_list_item_username_value a,
.bzmp_work_list a,
.bzmp_work_view_item a,
.bzmp_work_view_item a,
.bzmp_user_review_list_item_username_value {
	text-decoration: underline;
	color: #3ba1da;
}

/*title*/
.bzmp_work_list_item_title a,
.bzmp_contract_list_item_title a,
.bzmp_apply_list_item_username_value a,
.bzmp_contract_view_item_title a,
.bzmp_user_review_list_item_title_value {
	font-size: 18px;
	font-weight: bold;
	color: #3ba1da;
}

.bzmp_contract_list_item_title {
	font-size: 18px;
	margin-bottom: 10px;
}

/*category*/
.bzmp_work_list_item_category,
.bzmp_work_view_item_category {
	display: inline-block;
	float: left;
}

.bzmp_work_list_item_category:after,
.bzmp_work_view_item_category:after {
	content: ">";
	margin: 0 0.5em;
}

.bzmp_work_list_item_category,
.bzmp_work_list_item_sub_category,
.bzmp_work_view_item_category,
.bzmp_work_view_item_sub_category {
	margin-bottom: 10px !important;
	font-size: 80%;
	color: #9e9e9e;
}

/*price*/
.bzmp_work_list_item_budget_value,
.bzmp_contract_list_item_price_value,
.bzmp_work_view_item_budget_value,
.bzmp_work_view_item_budget_value,
.bzmp_apply_view_item_price_value,
.bzmp_contract_view_item_price_value {
	color: #dc3545;
	font-weight: bold;
}

.bzmp_apply_list_item_price_value {
	color: #dc3545;
	font-weight: bold;
	margin: 13px 0 0;
	padding: 0 0 5px;
}

@media (max-width: 768px) {
	.bzmp_apply_list_item_price_value {
		color: #dc3545;
		font-weight: bold;
		margin: 12px 0 0;
		padding: 0 0 5px;
	}
}

/* スマホ表示　案件関連のレイアウト崩れ調整*/
/*table*/
@media screen and (max-width: 768px) {

	.bzmp_work_list_item_username_label,
	.bzmp_work_list_item_deadline_label,
	.bzmp_work_list_item_apply_label,
	.bzmp_work_list_item_Username_label,
	.bzmp_work_list_item_budget_label,
	.bzmp_work_list_item_period_label,
	.bzmp_work_list_item_status_label,
	.bzmp_contract_view_item_date_label,
	.bzmp_contract_list_item_client_label,
	.bzmp_contract_list_item_vendor_label,
	.bzmp_contract_list_item_price_label,
	.bzmp_contract_list_item_period_label,
	.bzmp_contract_list_item_status_label,
	.bzmp_work_view_item_deadline_label,
	.bzmp_work_view_item_apply_label,
	.bzmp_work_view_item_username_label,
	.bzmp_work_view_item_budget_label,
	.bzmp_work_view_item_detail_label,
	.bzmp_work_view_item_period_label,
	.bzmp_work_view_item_pref_label,
	.bzmp_work_view_item_detail_request,
	.bzmp_apply_view_item_price_label,
	.bzmp_apply_view_item_username_label,
	.bzmp_apply_view_item_score_label,
	.bzmp_apply_view_item_result_label,
	.bzmp_apply_view_item_date_label,
	.bzmp_apply_view_item_period_label,
	.bzmp_apply_view_item_note_label,
	.bzmp_apply_view_item_skill_label,
	.bzmp_apply_view_item_file_label,
	.bzmp_contract_list_item_date_label,
	.bzmp_contract_view_item_client_label,
	.bzmp_contract_view_item_vendor_label,
	.bzmp_contract_view_item_price_label,
	.bzmp_contract_view_item_period_label,
	.bzmp_contract_lview_item_status_label,
	.bzmp_receipt_list_item_bill_date_label,
	.bzmp_receipt_list_item_client_label,
	.bzmp_receipt_list_item_price_label,
	.bzmp_receipt_list_item_payment_date_label,
	.bzmp_receipt_list_item_status_label,
	.bzmp_work_view_item_detail_request_label,
	.bzmp_work_list_item div[class$="_label"],
	.bzmp_work_view_item div[class$="_label"],
	.bzmp_apply_view_item div[class$="_label"] {
		background: #f0f0f0;
		width: 100%;
		padding: 3px 0;
		font-size: 14px;
		text-align: center;
		float: left;
	}

	.bzmp_work_list_item_username_value,
	.bzmp_work_list_item_deadline_value,
	.bzmp_work_list_item_apply_value,
	.bzmp_work_list_item_Username_value,
	.bzmp_work_list_item_budget_value,
	.bzmp_work_list_item_period_value,
	.bzmp_work_list_item_status_value,
	.bzmp_contract_view_item_date_value,
	.bzmp_contract_list_item_client_value,
	.bzmp_contract_list_item_vendor_value,
	.bzmp_contract_list_item_price_value,
	.bzmp_contract_list_item_period_value,
	.bzmp_contract_list_item_status_value,
	.bzmp_work_view_item_deadline_value,
	.bzmp_work_view_item_apply_value,
	.bzmp_work_view_item_username_value,
	.bzmp_work_view_item_budget_value,
	.bzmp_work_view_item_detail_value,
	.bzmp_work_view_item_period_value,
	.bzmp_work_view_item_pref_value,
	.bzmp_work_view_item_detail_request_value,
	.bzmp_apply_view_item_price_value,
	.bzmp_apply_view_item_username_value,
	.bzmp_apply_view_item_score_value,
	.bzmp_apply_view_item_result_value,
	.bzmp_apply_view_item_date_value,
	.bzmp_apply_view_item_period_value,
	.bzmp_apply_view_item_note_value,
	.bzmp_apply_view_item_skill_value,
	.bzmp_apply_view_item_file_value,
	.bzmp_contract_list_item_date_value,
	.bzmp_contract_view_item_client_value,
	.bzmp_contract_view_item_vendor_value,
	.bzmp_contract_view_item_price_value,
	.bzmp_contract_view_item_period_value,
	.bzmp_contract_view_item_status_value,
	.bzmp_receipt_list_item_bill_date_value,
	.bzmp_receipt_list_item_client_value,
	.bzmp_receipt_list_item_price_value,
	.bzmp_receipt_list_item_payment_date_value,
	.bzmp_receipt_list_item_status_value,
	.bzmp_work_list_item div[class$="_value"],
	.bzmp_work_view_item div[class$="_value"],
	.bzmp_apply_view_item div[class$="_value"] {
		width: 100%;
		margin-left: 0;
		padding: 3px 0;
		float: left;
		word-break: break-word;
	}
}

/* 応募表示 応募ユーザー名リンク色 */
.bzmp_apply_view_item_username_value a{
	color:#3ba1da;
	text-decoration: underline;
}

/*会員レビューページ　レイアウト調整*/
.um-reviews-tools a span {
	display: block;
	margin-right: 25px
}

/*メルマガ購読　確認メッセージの文字かぶりの調整*/
@media screen and (max-width: 768px) {
	.sidebar h4.sidebar {
		margin-bottom: 3px;
		margin-top: 100px;
	}
}

.parsley-type {
	color: #cf2e2e;
}

/* 案件トップ > 応募中の案件*/
.bzmp_apply_list_item_price_label,
.bzmp_apply_list_item_price_value,
.bzmp_apply_list_item_score_label,
.bzmp_apply_list_item_score_value,
.bzmp_apply_list_item_result_label,
.bzmp_apply_list_item_result_value,
.bzmp_apply_list_item_username_value,
.bzmp_apply_list_item_score_value,
.bzmp_apply_list_item_reult_label,
.bzmp_apply_list_item_reult_value,
{
display: inline-block;
}

.bzmp_apply_list_item_score_label,
.bzmp_apply_list_item_result_label,
.bzmp_work_list_item_price_label,
{
font-size: 80%;
}

.bzmp_apply_list_item_score_value,
.bzmp_apply_list_item_result_value {
	font-weight: bold;
	float: left;
}

.bzmp_apply_list_item_how a,
.bzmp_apply_list_item_show a {
	background: #3ba1da;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	float: right;
}

.bzmp_work_list_item_price_label {
	clear: both;
	width: 25%;
	background: #f0f0f0;
	margin: 10px 10px 0 0;
	padding: 3px 0;
	float: left;
	text-align: center;
	font-size: 14px;
}

#bzmp_apply_list .bzmp_apply_list_item .bzmp_work_list_item_username_value {
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
}

/*よくある質問*/
/*カテゴリータイトル*/
.customize-support h2.wp-block-heading {
	background: #4d96ff !important;
	padding: 5px 0 5px 15px;
	margin: 0 0 10px;
	text-align: left;
	border: none;
	color: #fff;
	font-size: 22px;
}

.ewd-ufaq-faqs{
	margin: 15px auto 30px;
}

/*　＋のサイズ　位置調整*/
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
	display: inline-block;
	font-size: 20px !important;
	margin: 0 auto;
	padding: 15px 0 0;
	color: #ccc;
}

/*　質問タイトルテキスト*/
.ewd-ufaq-faq-title-text h4 {
	border: none !important;
	padding: 5px 0 0;
	font-weight: normal;
	font-size: 18px;
}

/*答えのカテゴリー表記なし*/
.ewd-ufaq-faq-categories {
	display: none;
}

.ewd-ufaq-faq-body{
	background: #f4f4f4;
}

.ewd-ufaq-faq-body p {
	margin: 0 0 0 -10px;
	padding: 10px 0;
}

/*ログイン　プレーススホルダーフォントサイズ*/
@media (max-width: 768px) {
.um-field-area input::placeholder{
	font-size: 13px;
}
}

/*応募者一覧 状態　余白調整*/
.work_view_wrap .bzmp_work_list_item_status_label {
	margin-right: 10px;
}

@media (max-width: 768px) {
	.bzmp_work_list_item_status_label {
		margin-right: 0;
	}
}

/*応募者一覧 見積金額　余白調整*/
.bzmp_work_list_item_score_label,
.bzmp_apply_list_item_score_value,
.bzmp_apply_list_item_reult_label{
	margin-right: 10px;
}

/*マイページ＞メッセージ　添付ファイル　文字の重なり調整（キャンセルボタン）*/
.uppy-size--md .uppy-DashboardContent-back,
.uppy-size--md .uppy-DashboardContent-save {
	font-size: 12px;
	text-align: left;
}

[dir=ltr] .uppy-DashboardContent-back,
[dir=ltr] .uppy-DashboardContent-save {
	margin-left: -11px;
	text-align: left;
	width: 100px;
}

/*マイページ＞メッセージ　添付ファイル　さらに追加*/
[dir=ltr] .uppy-size--md .uppy-DashboardContent-addMore {
	margin-right: -8px;
	z-index: 9;
	width: 120px;
}


/*マイページ＞メッセージ　添付ファイルポップアップメッセージのレイアウト調整*/
.uppy-Dashboard-AddFiles-title button {
	font-weight: 500 !important;
	padding: 0 !important;
	margin: -20px 0 0 !important;
	background: none !important;
	font-size: inherit !important;
	display: block;
	text-align: center;
	border-bottom: 1px solid #0066ff !important;
	color: #0066ff !important;
	border-radius: 0 !important;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.uppy-Dashboard-AddFiles-title button {
		font-weight: 500 !important;
		padding: 10px 0 0 !important;
		margin: 0 !important;
		background: none !important;
		font-size: inherit !important;
		display: block;
		text-align: center;
		border-bottom: 1px solid #0066ff !important;
		color: #0066ff !important;
		border-radius: 0 !important;
		line-height: 1.5;
	}
}

/*マイページ＞メッセージ　添付ファイルポップアップメッセージの文字サイズ調整*/
[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title {
	text-align: center;
	white-space: pre;
	font-size: 16px;
}

/*　スマホ表示　レビュー　この評価を通報する、編集、削除　テキストを表示*/
@media screen and (max-width: 500px) {
.um-reviews-tools a span {
	display: block !important;
}
}

/*契約表示ページ　リンク色*/
.bzmp_contract_view_item_wrap .bzmp_contract_view_item .bzmp_contract_view_item_client_value a,
.bzmp_contract_view_item_wrap .bzmp_contract_view_item .bzmp_contract_view_item_vendor_value a {
	color: #3ba1da !important;
	text-decoration: underline !important;
}

/*　マイページ>ノート　　ノートを追加　 公開ボタンレイアウト調整*/
#um-user-notes-add p.text-right {
	width: 97%;
}

#um-user-notes-add p.text-right .um-modal-btn {
	width: 96%;
	margin: 15px 0 0;
}

/*　マイページ>ノート　　ノートを追加　「ビジュアル」「テキスト」ボタンレイアウト調整*/
.html-active .switch-html,
.tmce-active .switch-tmce {
	background: #f6f7f7;
	color: #50575e;
	/*border-bottom-color: #f6f7f7;*/
	border: 1px solid #dcdcde !important;
	width: 100px;
	display: inline-block;
	margin: 0 0 10px;
}

.wp-switch-editor {
	float: left;
	box-sizing: content-box;
	position: relative;
	top: 1px;
	background: #f0f0f1;
	color: #646970;
	cursor: pointer;
	font-size: 13px;
	line-height: 1.46153846;
	height: 20px;
	margin: 5px 0 0 5px;
	padding: 3px 8px 4px;
	border: 1px solid #dcdcde;
	width: 100px;
}

/*　マイページ>ノート　　続きを見るで開くポップアップレイアウト調整*/
.um-notes-modal .um_notes_modal_content button.um_notes_edit_note,
.um-notes-modal .um_notes_modal_content button.um_notes_delete_note{
	width: 95%;
	margin: 10px 0px 10px 0;
}

/*　スマホ表示*/
@media screen and (max-width: 500px) {
.um-notes-modal #um_notes_modal_close{
    right: 10px !important;
	z-index: 99;
}

.um-notes-modal .um_notes_modal_content button.um_notes_edit_note,
.um-notes-modal .um_notes_modal_content button.um_notes_delete_note {
	width: 93%;
	margin: 10px auto;
}
}

/*　マイページ>ノート　　続きを見る > 編集画面レイアウト調整*/
.um_notes_modal_content p.text-right{
	width: 98%;
}

.um_notes_modal_content p.text-right .um-modal-btn{
	width: 97.5%;
	margin: 15px 0 0;
}

/*　スマホ表示*/
@media screen and (max-width: 500px) {
.um_notes_modal_content p.text-right {
		width: 95%;
	}

	.um_notes_modal_content p.text-right .um-modal-btn {
		width: 97%;
		margin: 15px 0 0;
	}
}

/*　よくある質問　質問テキスト*/
h2.wp-block-heading {
	background: #4d96ff;
	padding: 3px 0 3px 15px;
	margin: 0 0 10px;
	text-align: left;
	color: #fff;
	font-size: 22px;
}
/*　シングルページ*/
body.single-post .single_thumbnail > img {
	max-width: 100%;
	height: auto;
}
/* ヘッダーメニュー*/
header .header_menu_wrap .menu-item {
	font-size: 15px;
}
#menu-header li.menu-item-has-children ul.sub-menu {
	top: 1.6em;
}
#menu-header li.menu-item-has-children ul.sub-menu li {
	flex: none; /* flexboxの自動拡大を解除 */
	width: 100%; /* 親要素の幅いっぱいに広げる */
	text-align: left; /* テキストを左寄せ */
	padding-left: 10px; /* 左側に少しパディングを入れる */
}
#menu-header li.menu-item-has-children ul.sub-menu li a {
	font-size: 0.8em;
	line-height:2.4em;
	justify-content: flex-start; /* リンクテキストを左寄せ */
}