/*
Theme Name:foodshift
Template:welcart_basic
Author:Bandwagon.design
Version:0.0.8
*/

a {
	font-size: 1em;
  color: #4B4B4B;
  text-decoration: none;
}
a:hover {
	text-decoration: none;
}
header {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
}
body {
	font-size: 14px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 3vw;
	}
}
body.fixed {
	position: fixed;
	width: 100%;
}
button {
	cursor: pointer;
}
img {
	width: 100%;
	height: auto;
}
.f-serif {
	font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.f-maru {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
.text_jp,
h1,h1 a, h2,h3,h4,p,dt,dd,li,th,td,a,label,input,button,a,
.f-h {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	font-size: 1em;
	color: #4B4B4B;
}
a:hover {
	opacity: 1.0;
}

.bold {
	font-weight: bold;
}
.block {
	display: block;
}
.headerNav > li > a,
.fs-16 {
	font-size: 16px;
}
.fs-22 {
	font-size: 22px;
}
.fs-24 {
	font-size: 24px;
}
.fs-30 {
	font-size: 30px;
}
.fs-32 {
	font-size: 32px;
}
.fs-34 {
	font-size: 34px;
}
.fs-36 {
	font-size: 36px;
}
.fs-38 {
	font-size: 38px;
}
.fs-40 {
	font-size: 40px;
}
.fs-42 {
	font-size: 42px;
}
.fs-45 {
	font-size: 45px;
}
.fs-50 {
	font-size: 50px;
}
.mb1em {
	margin-bottom: 1em;
}
.mb2em {
	margin-bottom: 2em;
}
.mb0-5em {
	margin-bottom: 0.5em;
}
.mb0-8em {
	margin-bottom: 0.8em;
}
.mb1-5em {
	margin-bottom: 1.5em;
}
.mt-45 {
	margin-top: 45px;
}
.mt-65 {
	margin-top: 65px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-65 {
	margin-bottom: 65px;
}
.cBox {
	text-align: center;
}
.cBox .cBoxIn {
	display: inline-block;
}
.fc-white {
	color: #FFF;
}
.fc-green {
	color: #126D09;
}
@media screen and (min-width: 768px) {
	.only_sp767 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.headerNav > li > a,
	.fs-16 {
		font-size: 3.8vw;
	}
	.fs-22 {
		font-size: 4.0vw;
	}
	.fs-24 {
		font-size: 4.3vw;
	}
	.fs-32 {
		font-size: 5.3vw;
	}
	.fs-40 {
		font-size: 40px;
	}
}
.box1280 {
	width: 92vw;
	max-width: 1280px;
	margin: 0 auto;
}
.box1400 {
	width: 92vw;
	max-width: 1400px;
	margin: 0 auto;
}
.align-C {
	text-align: center;
}
.align-L {
	text-align: left;
}
.align-R {
	text-align: right;
}
.lh-130 {
	line-height: 1.3;
}
.lh-150 {
	line-height: 1.5;
}
.lh-200 {
	line-height: 2.0;
}
.secBorder-01 {
	display: block;
	height: 3px;
	background-color: #F3EBDB;
	margin: 60px 0;
}
@media screen and (min-width: 1561px) {
	.only_sp1560 {
		display: none;
	}
}
@media screen and (max-width: 1560px) {
	.only_pc1561 {
		display: none;
	}
}
@media screen and (max-width: 1054px) {
	.only_pc1055 {
		display: none;
	}
}
@media screen and (min-width: 900px) {
	.only_sp900 {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.only_sp767 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	main {
		padding-bottom: 0;
	}
	.only_pc768 {
		display: none;
	}
}
@media screen and (min-width: 1025px) {
	.only_sp1024 {
		display: none;
	}
}
.wrap {
	position: relative;
}
.logo a {
	display: block;
}
header {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: 0.3s all ease;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin: 0;
}
.scrolled header {
	position: fixed;
}
header .headerIn {
}
header .headerIn .block {
	height: 80px;
	background-color: #FFF;
	padding: 15px 22px;
	position: relative;
}
header .headerIn .block .leftWrap {
	display: table;
}
header .headerIn .block .leftWrap > div {
	display: table-cell;
	vertical-align: middle;
}
header .headerIn .block .leftWrap > div.logo img {
	height: 50px;
	width: auto;
}
header .headerIn .block .leftWrap > div.searchBox {
	padding: 5px 0 5px 50px;
	position: relative;
}
header .headerIn .block .leftWrap > div.searchBox input[type="text"] {
	width: 250px;
	height: 40px;
	line-height: 38px;
	padding: 0 40px 0 20px;
	border: 1px solid #D8D8D8;
	border-radius: 8px;
}
header .headerIn .block .leftWrap > div.searchBox input.searchsubmit {
	content: "";
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
	display: table-cell;
	width: 35px;
	height: 38px;
	border-left: 1px solid #D8d8d8;
	background: center / auto 60% url("img/icn_search.png") no-repeat;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer;
	padding: 0;
	font-size: 0;
}
header .headerIn .block .leftWrap > div.searchBox input.searchsubmit:hover {
	background-color: #F7F396;
}
header .headerIn .block .leftWrap > div.cel {
	padding-left: 43px;
}
header .headerIn .block .leftWrap > div.cel.cel_start {
	padding-left: 30px;
}
header .headerIn .block .leftWrap > div.cel a {
	line-height: 50px;
	display: block;
	position: relative;
	padding-left: 35px;
	font-weight: bold;
}
header .headerIn .block .leftWrap > div.cel.cel_search a::before {
	content: "";
	display: table-cell;
	width: 24px;
	height: 24px;
	background: center / 100% auto url("img/icn_project.png") no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
header .headerIn .block .leftWrap > div.cel.cel_start a::before {
	content: "";
	display: table-cell;
	width: 24px;
	height: 24px;
	background: center / 100% auto url("img/icn_foodcar.png") no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
header .headerIn .block .rightWrap {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
}
header .headerIn .block .rightWrap .btn a {
	display: block;
	padding: 0 1.0em;
	line-height: 36px;
	height: 38px;
	color: #FFF;
	background-color: #F28505;
	border-radius: 6px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	border: 1px solid #FFF;
}
header .headerIn .block .rightWrap .ownerBtnWrap .btn a {
	font-size: 13px;
	display: block;
	padding: 0 1.0em;
	line-height: 24px;
	height: 26px;
	color: #FFF;
	background-color: #F28505;
	border-radius: 6px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	border: 1px solid #FFF;
}
header .headerIn .block .rightWrap .loginName {
	margin-right: 8px;
	vertical-align: middle;
	padding: 3px 5px 1px;
	border: 1px solid #D9C9A5;
	border-radius: 3px;
}
header .headerIn .block .rightWrap .ownerBtnWrap .loginName {
	margin-right: 0;
	margin-bottom: 3px;
	vertical-align: middle;
	padding: 3px 5px 1px;
	border: 1px solid #D9C9A5;
	border-radius: 3px;
}
header .headerIn .block .rightWrap .loginName p {
	font-size: 12px;
	line-height: 1.3;
	color: #8C795C;
}
header .headerIn .block .rightWrap .btn.btn_new {
	margin-left: 8px;
}
header .headerIn .block .rightWrap .btn.btn_mypage {
	margin-right: 8px;
}
header .headerIn .block .rightWrap .btn.btn_mypage a,
header .headerIn .block .rightWrap .btn.btn_new a {
	background-color: #0F6196;
}
header .headerIn .block .rightWrap .ownerBtnWrap {
}
header .headerIn .block .rightWrap .ownerBtnWrap .under {
	display: flex;
}
header .headerIn .catNav {
	background-color: #FFF;
	padding: 0 50px;
	position: relative;
}
.scrolled header .headerIn .catNav {
	display: none;
}
header .headerIn .catNav ul {
	font-size: 0;          
}
header .headerIn .catNav ul li {
	display: inline-block;
	padding: 0 10px;
}
header .headerIn .catNav ul li a {
	display: block;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 4px solid #FFF;
	width: auto;
	font-size: 14px;
}
header .headerIn .catNav ul li a:hover {
	display: block;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 4px solid #F28505;
}
@media screen and (min-width: 768px) {
	.spBtn {
		display: none;
	}
}
@media screen and (max-width: 1054px) {
	header .headerIn .block .leftWrap > div.searchBox {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.spBtn {
		position: fixed;
		right: 2vw;
		top: 2vw;
		display: table-cell;
		width: 8vw;
		height: 8vw;
		background-color: #F28505;
	}
	.spBtn .btn {
		display: table-cell;
		width: 6vw;
		height: 6vw;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	.spBtn .btn .border {
		position: absolute;
		width: 100%;
		height: 0.8vw;
		background-color: #FFF;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	.spBtn .btn .border:nth-child(1) {
		transform: translateX(-50%) translateY(-2.4vw);
	}
	.spBtn .btn .border:nth-child(2) {
		transform: translateX(-50%) translateY(-50%);
	}
	.spBtn .btn .border:nth-child(3) {
		transform: translateX(-50%) translateY(1.6vw);
	}
	header {
	  position: fixed;
	  width: 100%;
		height: 100vh;
	  box-shadow: none;
		transition: 0.3s all ease;
		left: 100%;
		background-color: #FFF;
	}
	header.open {
		left: 0;
	}
	header .headerIn .block {
	  height: auto;
	  padding: 2vw 3vw;
		margin-bottom: 6vw;
	}
	header .headerIn .block .leftWrap {
	  display: block;
	}
	header .headerIn .block .leftWrap > div {
	  display: table-cell;
	  vertical-align: middle;
	}	
	header .headerIn .block .leftWrap > div.cel.cel_start {
	  padding-left: 0;
	}	
	header .headerIn .block .leftWrap > div.cel_search,
	header .headerIn .block .leftWrap > div.cel_start
	{
		display: block;
		padding: 0;
		width: 60vw;
		margin: 0 auto;
	}
	header .headerIn .block .leftWrap > div.cel.cel_start a::before {
	  width: 5vw;
	  height: 5vw;
	  background: center / 100% auto url("img/icn_foodcar.png") no-repeat;
	  position: absolute;
	  left: 1vw;
	  top: 50%;
	  transform: translateY(-50%);
	}	
	header .headerIn .block .leftWrap > div.cel.cel_search a::before {
	  width: 5vw;
	  height: 5vw;
	  left: 1vw;
	  top: 50%;
	  transform: translateY(-50%);
	}	
	
	header .headerIn .block .leftWrap > div.cel_search {
		margin-bottom: 2vw;
	}
	header .headerIn .block .leftWrap > div.cel a {
	  line-height: 8vw;
	  padding-left: 11vw;
	  font-weight: bold;
		border: 2px solid #EA9939;
		border-radius: 1.2vw;
	}	
	header .headerIn .block .leftWrap > div.logo {
	  display: table-cell;
	  vertical-align: middle;
	}	
	header .headerIn .block .leftWrap > div.logo img {
	  height: 6vw;
	  width: auto;
	}
  header .headerIn .block .leftWrap > div.searchBox {
    display: block;
	  padding: 6vw 0;
	  text-align: center;
	  width: 60vw;
	  margin: 0 auto;
  }	
	header .headerIn .block .leftWrap > div.searchBox input[type="text"] {
	  width: 100%;
	  height: 7vw;
	  line-height: calc(7vw - 2px);
	  padding: 0 11vw 0 4vw;
	  border: 1px solid #D8D8D8;
	  border-radius: 1.2vw;
	}
	header .headerIn .block .leftWrap > div.searchBox input.searchsubmit {
	  width: 6vw;
	  height: 7vw;
	  border-top-right-radius: 1.2vw;
	  border-bottom-right-radius: 1.2vw;
	}
	header .headerIn .block .rightWrap {
	  position: absolute;
	  right: 50vw;
	  top: 2vw;
	  transform:translateX(50%) translateY(0);
	}
	header .headerIn .block .rightWrap .btn a {
	  line-height: 2em;
	  height: calc(2em + 2px);
	  border-radius: 1.2vw;
	  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	}
	header .headerIn .catNav {
	  padding: 0;
		width: 90vw;
		margin: 0 auto;
	}	

	header .headerIn .catNav ul {
		border-top: 3px solid #EA9939;
		padding-top: 5vw;
		text-align: center;
	}
	header .headerIn .catNav ul li {
	  display: inline-block;
	  padding: 0;
		margin-right: 2.5vw;
		margin-bottom: 2vw;
	}
	header .headerIn .catNav ul li a {
	  display: block;
	  line-height: 8vw;
	  font-weight: bold;
	  border-bottom: 3px solid #EA9939;
		font-size: 3vw;
	}
	header .headerIn .block .rightWrap .loginName {
		display: none;
	}	
	header .headerIn .block .rightWrap .ownerBtnWrap .btn a
	 {
		font-size: 3vw;
		line-height: 6vw;
		height: calc(6vw - 2px);
		border-radius: 1vw;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
		border: 1px solid #FFF;
	}	
}
.fv {
	margin-bottom: 21px;
}
.fv .row01 {
	display: block;
	height: 270px;
	background: center / 100% auto url("img/fv_bg.jpg") no-repeat;
	position: relative;
	z-index: 1;
}
.fv .row01::before {
	content: "KITCHFOUND";
	font-size: 220px;
	color: #FFF;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) translateY(0.2em);
	font-family: "Noto Serif", serif;
	font-weight: 900;
	vertical-align: bottom;
	opacity: 0.5;
	z-index: 1;
}
.fv .row01 h2 {
	font-size: 40px;
	font-weight: bold;
	color: #266A94;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: left;
	width: auto;
	display: table-cell;
	z-index: 2;
	max-width: 590px;
	word-break: keep-all;
}
.fv .row01 h2 .block {
	display: inline-block;
}
.fv .row01 h2 .block .blockIn {
	background-color: #FFF;
	display: block;
	line-height: 1.4em;
	padding: 0 0.3em;
	box-sizing: border-box;
}
.fv .row01 h2 .block:nth-child(1) {
	margin-bottom: 14px;
}
.fv .row02 {
	background: #E895F5;
	background: linear-gradient(90deg, rgba(232, 149, 245, 1) 0%, rgba(23, 121, 183, 1) 100%);	
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 1rem;
	padding: 6px 0;
	z-index: 2;
	position: relative;
}
.fv .row02 p {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.1em;
}
.scrollText {
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0%   { translate: 0; }
  100% { translate: calc(-100% - 1rem); }
}

@media screen and (max-width: 767px) {
	.fv .row01 h2 {
	  font-size: 6vw;
	}	
	.fv {
	  margin-bottom: 6vw;
	}
	.fv .row01 {
	  height: 50vw;
	}
	.fv .row01::before {
	  font-size: 14vw;
	}	
	.fv .row02 {
	  padding: 1vw 0;
	}
	
	.fv .row02 p {
	  font-size: 3.6vw;
	}
}

.linkArea {
	width: 90%;
	max-width: 930px;
	margin: 0 auto 70px;
}
.linkArea ul {
	font-size: 0;
}
.linkArea ul li {
	font-size: 14px;
	display: inline-block;
	width: 45%;
}
.linkArea ul li:nth-child(1) {
	margin-right: 10%;
}
.linkArea ul li .rowText {
	display: block;
	height: 50px;
	text-align: center;
	line-height: 1.3;
	vertical-align: top;
	color: #F28505;
	font-weight: bold;
}
.linkArea ul li .row {
}
.linkArea ul li .row a {
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 50px;
	border: 1px solid #FFF;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	border-radius: 8px;
	transition: 0.3s all ease;
}
.linkArea ul li .row a:hover {
	transform: scale(105%);
}
.linkArea ul li:nth-child(1) .row a {
	background-color: #F28505;
}
.linkArea ul li:nth-child(2) .row a {
	background-color: #266A94;
}
.linkArea ul li:nth-child(1) .rowText {
	position: relative;
}
.linkArea ul li:nth-child(1) .rowText::before {
	content: "";
	display: table-cell;
	width: 1px;
	height: 27px;
	background-color: #F28505;
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform-origin: 0 100%;
	transform: translateX(-150px) rotate(-15deg);
}
.linkArea ul li:nth-child(1) .rowText::after {
	content: "";
	display: table-cell;
	width: 1px;
	height: 27px;
	background-color: #F28505;
	position: absolute;
	right: 50%;
	bottom: 5px;
	transform-origin: 100% 100%;
	transform:translateX(150px) rotate(15deg);
}
@media screen and (max-width:767px) {
	.linkArea {
	  margin: 0 auto 6vw;
	}	
	.linkArea ul li:nth-child(1) {
	  margin-right: 5%;
	}
	.linkArea ul li {
	  display: inline-block;
	  width: 47.5%;
		font-size: 4vw;
	}
	.linkArea ul li .rowText {
	  height: 13vw;
		font-size: 0.8em;
	}
	.linkArea ul li:nth-child(1) .rowText::before {
	  width: 1px;
	  height: 6vw;
	  bottom: 1vw;
	  transform: translateX(-20vw) rotate(-15deg);
	}
	.linkArea ul li:nth-child(1) .rowText::after {
	  height: 6vw;
	  bottom: 1vw;
	  transform: translateX(20vw) rotate(15deg);
	}	
	.linkArea ul li .row a {
		font-size: 3.0vw;
		line-height: 8vw;
		border-radius: 1.2vw;
	}	
}
.sec {
	width: 90%;
	max-width: 1235px;
	margin: 0 auto 60px;
}
.sec .secHead {
	display: flex;
	justify-content: space-between;
	padding-bottom: 35px;
}
.sec .secHead h3 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.sec .secHead .link a {
	font-size: 16px;
	font-weight: bold;
	color: #266A94;
}
.projectListWrap {
	padding: 0 15px;
}
.projectListWrap .projectList {
	font-size: 0;
}
.projectListWrap .projectList li {
	display: inline-block;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 5%;
	vertical-align: top;
}
.projectListWrap .projectList li:nth-child(4n) {
	margin-right: 0;
}
.projectListWrap .projectList li {
	font-size: 14px;
}
.projectListWrap .projectList li a {
	display: block;
}
.projectListWrap .projectList li .img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 0.5em;
}
.projectListWrap .projectList li .img img {
	transition: 0.3s all ease;
}
.projectListWrap .projectList li:hover .img img {
	transform: translateX(-50%) translateY(-50%) scale(120%);
}
.projectListWrap .projectList li .img::after {
	content: "";
	padding-top: 60%;
	display: block;
	width: 100%;
}
.projectListWrap .projectList li .img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.projectListWrap .projectList li .title {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0.5em;
}
.projectListWrap .projectList li .pjOwner {
	display: table;
	width: 100%;
	min-height: 35px;
	position: relative;
	margin-bottom: 0.6em;
}
.projectListWrap .projectList li .pjOwner .cel_thumbnail {
	display: table-cell;
	width: 45px;
	height: auto;
	min-height: 35px; 
}
.projectListWrap .projectList li .pjOwner .cel_thumbnail .thumbnail {
	position: absolute;
	left: 0;
	top: 0;
	display: table-cell;
	width: 35px;

	height: 35px;
	overflow: hidden;
	border-radius: 50%;
}
.projectListWrap .projectList li .pjOwner .name {
	line-height: 1.3;
	font-size: 0.9em;
	vertical-align: middle;
	display: table-cell;
	min-height: 35px;
}
.progressBar {
	display: block;
	position: relative;
	margin-bottom: 0.6em;
}
.progressBar .progressData {
	display: none;
	margin-bottom: 0.6em;
}
.progressBar .gray {
	display: block;
	width: 100%;
	height: 20px;
	border-radius: 10px;
	background-color: #E6E6E6;
}
.progressBar .gradiation {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #FEE16D;
	background: linear-gradient(90deg, rgba(254, 225, 109, 1) 0%, rgba(255, 54, 54, 1) 100%);
	width: 100%;
	height: 20px;
	border-radius: 10px;
}
.progressBar .text {
	width: 3.5em;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	height: 20px;
	text-align: right;
	font-weight: bold;
}
.projectBox .dataTable {
	display: table;
	width: 100%;
	background-color: #EFEFEF;
}
.projectBox .dataTable .cel {
	display: table-cell;
	text-align: center;
	padding: 0.3em;
	vertical-align: middle;
}
.projectBox .dataTable .cel > span {
	display: block;
	line-height: 1.3;
	font-size: 0.9em;
	font-weight: normal;
}
.projectBox .dataTable .cel > span.ended {
	color: #266A94;
	font-weight: bold;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
@media screen and (max-width: 1054px) {
	.projectListWrap .projectList li,
	.projectListWrap .projectList li:nth-child(4n)
	{
	  width: 32%;
		margin-right: 2%;
	}	
	.projectListWrap .projectList li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.projectListWrap .projectList li,
	.projectListWrap .projectList li:nth-child(3n),
	.projectListWrap .projectList li:nth-child(4n)
	
	{
	  width: 48%;
		margin-right: 4%;
	}	
	.projectListWrap .projectList li:nth-child(2n) {
		margin-right: 0;
	}
	.sec .secHead h3 {
	  font-size: 4vw;
	}
	.sec .secHead .link a {
	  font-size: 3.4vw;
	}	
	.sec .secHead {
	  padding-bottom: 5vw;
	}
	.projectListWrap .projectList li .img {
	  border-radius: 2vw;
	}
	.projectListWrap .projectList li .pjOwner {
		min-height: 6vw;
		position: relative;
		margin-bottom: 0.6em;
	}
	.projectListWrap .projectList li .pjOwner .cel_thumbnail {
		display: table-cell;
		width: 8vw;
		height: auto;
		min-height: 6vw; 
	}
	.projectListWrap .projectList li .pjOwner .cel_thumbnail .thumbnail {
		position: absolute;
		left: 0;
		top: 0;
		display: table-cell;
		width: 6vw;
		height: 6vw;
		overflow: hidden;
		border-radius: 50%;
	}
	.projectListWrap .projectList li .pjOwner .name {
		line-height: 1.3;
		font-size: 0.9em;
		vertical-align: middle;
		display: table-cell;
		min-height:6vw;
	}
	.progressBar .gray {
		height: 4vw;
		border-radius: 2vw;
	}
	.progressBar .gradiation {
		height: 4vw;
		border-radius: 2vw;
	}
	.progressBar .text {
		line-height: 4vw;
		height: 4vw;
	}
.projectBox .dataTable {
	font-size: 2.6vw
}	
	
}
.tagListWrap {
	padding: 0 15px;
}
.tagListWrap ul {
	font-size: 0;
}
.tagListWrap ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tagListWrap ul li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.2;
	padding: 0 1em;
	color: #266A94;
	border: 2px solid #266A94;
	border-radius: 12px;
	transition: 0.3s all ease;
}
.tagListWrap ul li a:hover {
	color: #FFF;
	border: 2px solid #266A94;
	background-color: #266A94;
}
.tagListWrap ul li a::before {
	content: "#";
}
footer {
	background-color: #FFF;
	padding: 30px 0 0;
}
footer .logo h1 {
	text-align: center;
}
footer .logo h1 img {
	width: 120px;
	height: auto;
}
footer ul {
	font-size: 0;
	padding: 30px 0;
	text-align: center;
}
footer ul li {
	font-size: 14px;
	display: inline-block;
	margin-right: 25px;
	vertical-align: top;
}
footer ul li:nth-last-child(1) {
	margin-right: 0;
}
footer > p {
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #FFF;
	text-align: center;
	line-height: 2.2;
	background-color: #266A94;
}
footer a {
  color: #4B4B4B;
}
@media screen and (max-width:767px) {
	.tagListWrap ul li a {
	  font-size: 3.0vw;
	  border: 0.6vw solid #266A94;
	  border-radius: 2vw;
	}	
	footer ul li {
		font-size: 2.8vw;
	  margin-right: 4vw;
	}
	footer > p {
	  font-size: 2.6vw;
	}	
}
.member_page_title {
	font-size: 26px;
	text-align: center;
	padding: 1em 0 ;
	background-color: #0F6991;
	color: #FFF;
	margin-bottom: 30px;
}
#memberpages {
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
}
.header_explanation {
	margin-bottom: 15px;	
}
.header_explanation li {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 1em;
}
.customer_form {
	width: 100%;
	margin-bottom: 30px;
}
.customer_form input {
	border: 1px solid #7B9BC5;
}
.customer_form select {
	line-height: 30px;
	border: 1px solid #7B9BC5;
	background-color: #FFF;
}
.customer_form input[type="file"] {
	border:none;
}
.customer_form tr {
}
.customer_form tr th {
	min-width: 140px;
	padding: 12px 8px;
	vertical-align: middle;
}
.customer_form tr td {
	vertical-align: middle;
	padding: 8px;
	line-height: 1.3;
}
.customer_form tr td > span {
	display: block;
	margin-bottom: 0.2em;
}
.customer_form tr:nth-child(2n-1) th,
.customer_form tr:nth-child(2n-1) td
{
	background-color: #EAF4F8;
}
.customer_form tr.inp2 input,
#zipcode_row input,
#address1_row input,
#address2_row input,
#address3_row input,
#tel_row input,
#fax_row input,
input#password1,
input#password2

{
	margin-right: 12px;
	
}
#zipcode_row td,
#address1_row td,
#address2_row td,
#address3_row td,
#tel_row td,
#fax_row td {
	line-height: 39px;
}
.send {
	padding-bottom: 60px;
}
.send > input {
	font-size: 16px;
	line-height: 2.6;
	border: 2px solid #0F6991;
	padding: 0 1.5em;
	border-radius: 12px;
	color: #0F6991;
	background-color: #FFF;
	margin: 0 4px;
}
.send a {
	font-size: 16px;
	line-height: 2.2;
	border: 2px solid #0F6991;
	padding: 0 1em;
	border-radius: 12px;
}
#content {
  padding: 0;
}
#memberpages > p {
	text-align: center;
	line-height: 1.6;
}
.error_message {
  font-family: "Noto Sans JP", sans-serif;	
  margin-bottom: .384615em;
  color: #f00;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.loginbox {
	text-align: center;
}
.loginbox .member-box {
	display: inline-block;
}
.loginbox .member-box p {
	line-height: 1.8;
	margin-bottom: 15px;
}
.loginbox .member-box p input {
	border: 1px solid #0F6991;
	border-radius: 6px;
}
.forgetmenot {
	
}
.forgetmenot label {
	line-height: 20px;
	padding-left: 25px;
	position: relative;
}
.forgetmenot label input {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.submit {
	text-align: center;
}
.submit input {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #0F6991;
	border-radius: 12px;
	line-height: 2.2;
	padding: 0 1.5em;
	border: 1px solid #FFF;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.loginbox .nav {
	text-align: center;
}
.loginbox .nav a {
	text-align: center;
	text-decoration: underline;
	color: #0F6991;
}
.new-entry {
	background-color: #DBE9F0;
	padding: 30px;
	margin-bottom: 60px;
}
.new-entry h2 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 1em;
}

@media screen and (max-width:767px) {
	.member_page_title {
	  font-size: 4vw;
	  margin-bottom: 1.0em;
	}	
	.header_explanation li {
	  font-size: 3vw;
	}	
	.error_message {
		font-size: 3.2vw;
	}
	.customer_form,
	.customer_form tbody,
	.customer_form tr,
	.customer_form th,
	.customer_form td
	{
		display: block;
	}
	.customer_form tr:nth-child(2n-1) th, 
	.customer_form tr th {
	  min-width: 100%;
	  padding: 2vw;
	  vertical-align: middle;
		background-color: #0F6991;color: #FFF;
	}	
	.customer_form tr:nth-child(2n-1) td {
	  background-color: transparent;
	}	
	.customer_form em {
		color: #FFF;
	}	
	.customer_form input {
		width: 100%;
	}
	.customer_form tr {
		padding-bottom: 2vw;
	}
	.customer_form tr td {
			padding: 3vw 4vw;
	}	
	.customer_form tr td.name_td,
	.customer_form tr.inp1 td {
	}
	.submit input {
	  font-size: 3.4vw;
	  border-radius: 1.2vw;
	}
	.new-entry h2 {
	  font-size: 3.4vw;
	  text-align: center;
	  margin-bottom: 1em;
	}
	
}

.memberInfoTable {
	width: 100%;
	border-top: 1px solid #909090;
	border-left: 1px solid #909090;
}
.memberInfoTable th,
.memberInfoTable td
{
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	padding: 0.5em;
}
.memberInfoTable th {
	background-color: #D3E1EB;
}
.member_submenu {
	display: flex;
	padding: 30px 0;
	justify-content: center;
}
.member_submenu li {
}
.member_submenu a {
	display: block;
font-size: 16px;
  line-height: 2.6;
  border: 2px solid #0F6991;
  padding: 0 1.5em;
  border-radius: 12px;
  color: #0F6991;
  background-color: #FFF;
  margin: 0 4px;	
}
#memberinfo h3 {
	font-size: 15px;
	line-height: 2.2;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #0F6991;
	border-bottom: 2px solid #0F6991;
	color: #0F6991;
	margin: 30px 0;
}
.pageContentWrap {
	width: 90%;
	max-width: 680px;
	margin: 0 auto;
	padding-bottom: 90px;
}
.pageContentWrap h3 {
	font-size: 18px;
	font-weight: bold;
	color: #0F6991;
	text-align: center;
	margin-bottom: 1em;
	border-top: 3px solid #0F6991;
	padding-top: 1em;
}
.customer_form tr.hissu th::after {
	content: "必須";
		color: #AC1113;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 1em;
}
.resistrationHead {
	margin-bottom: 60px;
	border: 2px solid #0F6991;
	padding: 30px;
}
.resistrationHead p {
	font-size: 15px;
	line-height: 1.6;
}
.btnArea {
	text-align: center;
}
.btnArea p {
	display: inline-block;
}
.btnArea p input,
.btnArea p a
{
	display: block;
font-size: 16px;
  line-height: 2.6;
  border: 2px solid rgb(15, 105, 145);
  padding: 0px 1.5em;
  border-radius: 12px;
  color: rgb(15, 105, 145);
  background-color: rgb(255, 255, 255);
  margin: 0px 4px;	
}
@media screen and (max-width:767px) {
	.resistrationHead {
	  margin-bottom: 9vw;
	  border: 2px solid #0F6991;
	  padding: 4vw;
	}	
	.resistrationHead p {
	  font-size: 3vw;
	  line-height: 1.6;
	}
	.pageContentWrap h3 {
	  font-size: 4vw;
	}
	.pageContentWrap h3 .caution {
		display: block;
		font-size: 2.8vw;
		padding-top: 1em;
	}
	.customer_form tr.hissu th::after {
	  content: "必須";
	  color: #AC1113;
	  font-size: 0.9em;
	  font-weight: bold;
	  margin-left: 1em;
		line-height: 2.0;
		padding: 0 0.5em;
		background-color: #FFF;
	}	
}
main {
	position: relative;
}
.projectWrap .projectRow01 {
	background-color: #F8F8F8;
}
.projectWrap .projectRow01 .row01In,
.projectWrap .projectRow02 .row02In
{
	padding: 15px 0;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.projectWrap .projectRow02 .row02In {
	padding: 75px 0;
}

.breadcrumb {
	margin-bottom: 50px;
}
.breadcrumb ul {
	display: flex;
}
.breadcrumb ul li {
}
.breadcrumb ul li::after {
	content: ">";
	margin: 0 1em;
}
.breadcrumb ul li:nth-last-child(1)::after {
	display: none;
}
.breadcrumb ul li a {
}
.post-tags {
	
}
.post-tags ul {
	font-size: 0;
}
.post-tags ul li {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 12px;
}
.post-tags ul li a {
	display: block;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #266A94;
}
.post-tags ul li a::before {
	content: "#";
	margin-right: 0.1em;
}
.projectWrap .projectTitle {
	margin-bottom: 18px;
}
.projectWrap .projectTitle h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
}
.projectWrap .projectOwnerBar {
	position: relative;
	padding-left: 40px;
	margin-bottom: 45px;
}
.projectWrap .projectOwnerBar .thumbnail {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: table-cell;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	overflow: hidden;
}
.projectLRbox {
	display: table;
}
.projectLRbox > div {
	display: table-cell;
	vertical-align: top;
}
.projectLRbox > div.left {
	padding-right: 49px;
}
.projectLRbox > div.right {
	width: 420px;
}
.projectLRbox > div.right .projectDataList {
	background-color: #FFF;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	padding: 20px 24px;
}
.projectLRbox > div.right .projectDataList li {
	margin-bottom: 28px;
}
.projectLRbox > div.right .projectDataList li:nth-last-child(1) {
	margin-bottom: 0;
}
.projectLRbox > div.right .projectDataList li > span {
	display: block;
}
.projectLRbox > div.right .projectDataList li > span.label {
	display: table;
}
.projectLRbox > div.right .projectDataList .label .icn {
	display: table-cell;
	width: 26px;
	height: 26px;
}
.projectLRbox > div.right .projectDataList .label .text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px;
}
.projectLRbox > div.right .projectDataList .amount .label .icn {
	background: center / 11px auto url("img/icn_yen.png") no-repeat;
}
.projectLRbox > div.right .projectDataList .supporter .label .icn {
	background: center / 26px auto url("img/icn_supporter.png") no-repeat;
}
.projectLRbox > div.right .projectDataList .deadline .label .icn {
	background: center / 26px auto url("img/icn_time.png") no-repeat;
}
.projectLRbox > div.right .projectDataList .amount .total,
.projectLRbox > div.right .projectDataList .supporter .number,
.projectLRbox > div.right .projectDataList .deadline .number
{
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 15px;
}
.projectLRbox > div.right .projectDataList .deadline .number .end {
	font-size: 0.6em;
	display: block;
	line-height: 1.3;
	padding-top: 0.3em;
	
}
.projectLRbox > div.right .projectDataList .amount .unit,
.projectLRbox > div.right .projectDataList .supporter .unit,
.projectLRbox > div.right .projectDataList .deadline .unit {
	font-size: 18px;
	margin-left: 8px;
}
.projectLRbox > div.left .bisStyleListWrap {
	margin-bottom: 15px;
}
.projectLRbox > div.left .bisStyleListWrap ul {
	font-size: 0;
}
.projectLRbox > div.left .imgBox {
	margin-bottom: 15px;
}
.projectLRbox > div.left .bisStyleListWrap ul li {
	display: inline-block;
	width: 49%;
	margin-right: 2%;
}
.projectLRbox > div.left .bisStyleListWrap ul li:nth-child(2) {
	margin-right: 0;
}
.projectLRbox > div.left .bisStyleListWrap ul li {
	position: relative;
	padding-left: 100px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #999;
	padding: 20px 20px 20px 100px;
	background-color: #FFF;
	border-radius: 12px;
}
.projectLRbox > div.left .bisStyleListWrap ul li .label {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 46px;
	display: table-cell;
	height: 20px;
	line-height: 20px;
}
.projectLRbox > div.left .bisStyleListWrap ul li:nth-child(1) .label {
	background: 12px center / auto 20px url("img/icn_foodkind.png") no-repeat;
}
.projectLRbox > div.left .bisStyleListWrap ul li:nth-child(2) .label {
	background: 12px center / auto 20px url("img/icn_place.png") no-repeat;
}
.projectLRbox > div.left .bisStyleListWrap ul li .text {
	display: block;
	line-height: 1.3;
	font-size: 20px;
	font-weight: bold;
	color: #266A94;
}
.outlineWrap {
	padding-bottom: 30px;
}
.outlineWrap p {
	font-size: 20px;
	font-weight: bold;
	color: #4B4B4B;
	line-height: 1.8;
}
.projectRow02 .secTitle {
	padding-left: 48px;
	padding-bottom: 2px;
	margin-bottom: 15px;
}
.projectRow02 .contBox .secTitle {
	background: left center / 30px auto url("img/icn_note.png") no-repeat;
}
.projectRow02 .ownerBox .secTitle {
	background: left center / 30px auto url("img/icn_owner.png") no-repeat;
}
.projectRow02 .planBox .secTitle {
	background: left center / 34px auto url("img/icn_present.png") no-repeat;
}
.projectRow02 .secTitle h2 {
	font-size: 32px;
	font-weight: bold;
	color: #266A94;
}
.projectRow02 .contBox p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 1em;
}
.projectRow02 .contBox p img {
	max-width: 100%;
	height: auto;
}
.projectRow02 .ownerBox .cont {
	border: 1px solid #D8D8D8;
	border-radius: 12px;
	padding: 128px 24px 32px;
	position: relative;
}
.projectRow02 .ownerBox .cont .ownerName {
	margin-bottom: 10px;
}
.projectRow02 .ownerBox .cont .thumbnail {
	display: table-cell;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 28px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	border-radius: 50%;
}
.projectRow02 .ownerBox .cont .ownerName p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 0.6em;
}

.ownerLinkBox {
	text-align: center;
}
.ownerLinkBox p {
	display: inline-block;
}
.ownerLinkBox p a {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-color:#F24646; 
	border: 1px solid #FFF;
	display: block;
	padding: 0.5em 1em;
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3); 
}
.error_message {
	text-align: center;
}
.loginbox {
}
.loginbox p {
}
.loginbox p label {
	display: block;
	text-align: left;
}
.loginbox p label input[type="text"],
.loginbox p label input[type="password"]
{
	min-width: 100%;
}
.loginbox p.forgetmenot label {
	display: inline;
}
.new-entry {
	
}
.new-entry .nav {
}
.new-entry .nav li {
	margin-bottom: 1em;
	text-align: center;
}
.page_ownerLogin p.submit {
	margin: 30px 0;
}
.projectWrap .ownerBox {
	margin-bottom: 45px;
}
.owner-dashboard#content {
	background-color: #F8F8F8;
	padding-bottom: 30px;
}
.pageTitle {
	margin-bottom: 18px;
	padding: 15px;
	background-color: #0F6991;
}
.pageTitle h1{
	font-size: 28px;
	line-height: 1.3;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.owner-projects,
.owner-info-section {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #D8D8D8;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 30px;
}
.owner-projects h2,
.owner-info-section h2 {
	font-size: 16px;
	color: #FFF;
	line-height: 1.3;
	padding: 0.5em 0;
	text-align: center;
	background-color: #0F6991; 
}
.owner-projects h2 {
	margin-bottom: 15px;
}
.owner-info-section .owner-info {
	width: 100%;
}
.owner-info-section .owner-info th {
	padding: 0.6em;
	width: 30%;
}
.owner-info-section .owner-info td {
	color: #0D177E;
	padding: 0.6em;
}
.owner-info-section .owner-info tr:nth-child(2n) th,
.owner-info-section .owner-info tr:nth-child(2n) td
{
	background-color: #EFEFEF;
}
.owner-info-section .owner-info .thumbnail td img {
	width: 100%;
	max-width: 200px;
	height: auto;
}
.owner-info-section .btnArea,
.owner-projects .btnArea
{
	text-align: center;
	padding: 30px 0;
}
.owner-projects .project-list {
	width: 100%;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
}
.owner-projects .project-list th {
	background-color: #EFEFEF;
	padding: 0.3em;
	border-bottom: 1px solid #EFEFEF;
	text-align: center;
}
.owner-projects .project-list td {
	padding: 5px;
	border-bottom: 1px solid #EFEFEF;
	border-right: 1px dotted #EFEFEF;
	vertical-align: middle;
}
.owner-projects .project-list td a {
	text-decoration: underline;
	color: #2759BF;
}
.owner-projects .project-list td {
}
.owner-projects .project-list td.deadline,
.owner-projects .project-list td.edit,
.owner-projects .project-list td.edit_detail

{
	text-align: center;
}
.owner-projects .project-list td.goal,
.owner-projects .project-list td.amount
{
	text-align: right;
}
.owner-projects .project-list th.thumbnail {
	width: 80px;
}
.owner-project-edit {
	background-color: #F8F8F8;
}
.edit-project-table {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px;
}
.edit-project-table th {
	vertical-align: middle;
	padding: 15px;
	background-color: #FFF;
	border-top: 1px dotted #4b4b4b;
}
.edit-project-table td {
	vertical-align: middle;
	padding: 15px;
	background-color: #FFF;
	border-top: 1px dotted #4b4b4b;
}
.edit-project-table td input[type="text"],
.edit-project-table td input[type="number"],
.edit-project-table td textarea
{
	border: 1px solid #0F6991;
	border-radius: 8px;
	padding: 0.5em 1em;
	width: 100%;
}
.edit-project-table td input[type="number"]{
	max-width: 80%;
}

.edit-project-table .thumbnail td input {
	border: none;
	border-radius: 0;
	padding: 0;
	margin-top: 20px;
}
.edit-project-table .cont td textarea {
	width: 100%;
	min-height: 500px;
	padding: 8px;
	border: 1px solid #0F6991;
	border-radius: 8px;
}
.edit-project-table .outline td textarea {
	width: 100%;
	min-height: 150px;
	padding: 8px;
	border: 1px solid #0F6991;
	border-radius: 8px;
	line-height: 1.3;
}
.edit-project-table .thumbnail td img {
	width: 150px;
	height: auto;
	
}
.page_projectNew .btnArea,
.page_projectEdit .btnArea {
	padding: 30px 0;
}
.page_projectNew .btnArea ul,
.page_projectEdit .btnArea ul {
	text-align: center;
	font-size: 0;
}
.page_projectNew .btnArea ul li,
.page_projectEdit .btnArea ul li {
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}
.page_projectNew .btnArea ul li:nth-last-child(1),
.page_projectEdit .btnArea ul li:nth-last-child(1) {
	margin-right: 0;
}
.btnArea ul li.cancel a {
	display: block;
	font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background-color: #5E5E5E;
    border-radius: 12px;
    line-height: 2.2;
    padding: 0 1.5em;
    border: 1px solid #FFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);	
}
@media screen and (max-width:1200px){
	.projectLRbox > div.right {
		width: 250px;
	}
	.projectLRbox > div.right .projectDataList .amount .total, .projectLRbox > div.right .projectDataList .supporter .number, .projectLRbox > div.right .projectDataList .deadline .number {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.projectLRbox > div.right .projectDataList li > span.label {
		margin-bottom: 6px;
	}
	.projectLRbox > div.left {
		padding-right: 20px;
	}	
	.projectRow02 .secTitle h2 {
		font-size: 20px;
		font-weight: bold;
		color: #266A94;
	}	
	
}
@media screen and (max-width: 767px) {
	.ownerLinkBox p a {
		font-size: 3vw;
		border-radius: 1.2vw;
	}
	.breadcrumb {
		display: none;
	}	
	.post-tags {
		padding-right: 8vw;
		
	}
	.projectWrap .projectTitle h1 {
		font-size: 5vw;
		padding-right: 8vw;
	}
	.projectWrap .projectOwnerBar {
		padding-left: 15vw;
		margin-bottom: 8vw;
	}	
	.projectWrap .projectOwnerBar .thumbnail {
		width: 12vw;
		height: 12vw;
		border-radius: 6vw;
		overflow: hidden;
	}	
	.projectWrap .projectTitle {
		margin-bottom: 8vw;
	}	
	
}
.reward-list {
	
}
.reward-list li {
	margin-bottom: 10px;
	border: 3px solid #266A94;
	padding: 15px;
}
.reward-list li.draft {
	border: 3px solid #ccc;
}
.reward-list li.trash {
	border: 3px solid #ccc;
	opacity: 0.8;
}
.reward-list li > span {
	display: table;
	width: 100%;
}
.reward-list li > span > span {
	display: table-cell;
	vertical-align: middle;
	padding: 6px;
	border-bottom: 1px solid #ccc;
}
.reward-list li > span .label {
	width: 7em;
}
.reward-list li > span.active .inputBox label {
	position: relative;
	padding-left: 25px;
}
.reward-list li > span.active .inputBox label input[type="checkbox"]{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.reward-list li .btnBlock {
	padding: 10px 0;
	display: block;
	text-align: right;
	
}
.ownerPendingBox {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.ownerPendingBox .boxIn {
	display: inline-block;
	border: 3px solid #0F6991;
	padding: 15px;
}
.ownerPendingBox .boxIn p {
	font-size: 16px;
	line-height: 1.6;
}
.sku .btnArea {
	text-align: center;
	vertical-align: top;
}
.sku .btnArea > .btn {
	display: inline-block;
	margin-right: 8px;
	vertical-align: top;
}
.sku .btnArea > .btn:nth-last-child(1) {
	margin-right: 0;
	cursor: not-allowed
}
.sku .btnArea > .btn a {
	display: block;
	background-color: #0F6196;
	color: #FFF;
	border: none;
	line-height: 3.0;
	padding: 0 1.5em;
}
.sku button
{
	background-color: #A70C0F;
	color: #FFF;
	border: none;
	line-height: 3.0;
	padding: 0 1.5em;
}
.sku td > p {
	margin-bottom: 1em;
}
.sku .inputBox textarea {
    border: 1px solid #0F6991;
    border-radius: 8px;
    padding: 0.5em 1em;
    width: 100%;
}
.sku .inputBox .block {
	line-height: 37px;
}
.sku .amount input {
	max-width: 300px;
	margin-right: 10px;
}
.projectWrap .planBox .planCont {
	border:1px solid #D8D8D8;
	padding: 30px;
	margin-bottom: 20px;
	background-color: #FFF;
	box-shadow: 0 4px 6px rgba(0,0,0,0.06);
	border-radius: 12px;
}
.projectWrap .planBox .planCont > span {
	display: block;
}
.projectWrap .planBox .planCont > span.planPrice {
	font-size: 32px;
	font-weight: bold;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
}
.projectWrap .planBox .planCont > span.planPrice .unit {
	font-size: 0.6em;
	padding: 0 0.5em;
}
.projectWrap .planBox .planCont > span.planPrice .planPriceContBox {
	background-color: #F0F0F0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	padding: 15px;
	margin-top: 20px;
}
.projectWrap .planBox .planCont > span.planPrice .add {
	font-size: 22px;
	font-weight: 500;
}
.projectWrap .planBox .planCont > span.planName {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.8em;
}
.projectWrap .planBox .planCont > span.planDesc {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 1.2em;
}
.projectWrap .planBox .planCont > span.planBtn {
}
.projectWrap .planBox .planCont > span.planBtn .endBtn {
	text-align: center;
	display: block;
	line-height: 1.3;
	padding: 0.5em;
	background-color: #E3E3E3;
	border-radius: 8px;
	
}
.projectWrap .planBox .planCont > span.planBtn .skubutton {
	color: #FFF;
	background-color: #F24646;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	line-height: 3em;
	border-radius: 12px;
	border: none;
	padding: 0 1em;
}
.notice.success {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 2.8em;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #128A00;
}
.search .pageTitle,
.archive .pageTitle {
	margin-bottom: 45px;
}
.projectSort {
	margin-bottom: 15px;
}
.projectSort > p,
.projectSort > ul,
.projectSort > ul li
{
	display: inline-block;
	font-size: 14px;
	line-height: 1.6;
}
.projectSort > ul li a {
	display: block;
	background-color: #F28505;
	color: #FFF;
	line-height: 2.0;
	padding: 0 0.6em;
	border-radius: 8px;
}
.projectSort > ul li {
	margin-right: 8px;
}
.pagination {
	text-align: center;
}
.pagination li {
	display: inline-block;
	margin: 0 0.6em;
}
.pagination li a {
	font-size: 14px;
	display: block;
	color: #0F6991;
	text-decoration: underline;
}
@media screen and (max-width: 1200px) {
	.projectWrap .planBox .planCont > span.planPrice {
		font-size: 22px;
	}	
	.projectWrap .planBox .planCont > span.planPrice .add {
		font-size: 18px;
		font-weight: 500;
	}	
	.projectWrap .planBox .planCont {
		border: 1px solid #D8D8D8;
		padding: 15px;
		margin-bottom: 20px;
		background-color: #FFF;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
		border-radius: 12px;
	}
	.projectWrap .planBox .planCont > span.planBtn button {
		font-size: 16px;
	}	
}
@media screen and (max-width: 767px) {
	.projectListWrap .projectList li {
		font-size: 3vw;
	}	
	.pageTitle h1 {
		font-size: 4vw;
	}	
	.search .pageTitle, .archive .pageTitle {
		margin-bottom: 6vw;
	}
	.projectSort {
		margin-bottom: 4vw;
	}
	.projectSort > p, .projectSort > ul, .projectSort > ul li {
		font-size: 2.6vw;
	}	
	.projectSort > ul li a {
		border-radius: 1vw;
	}
	.projectListWrap {
		padding: 0;
	}	
	.projectLRbox {
		display: block;
	}	
    .projectLRbox > div.left {
        padding-right: 0;
		display: block;
    }	
    .projectLRbox > div.right {
        width: 100%;
		display: block;
    }
	.projectLRbox > div.left .bisStyleListWrap ul li .text {
		font-size: 3.0vw;
	}
	.projectLRbox > div.left .bisStyleListWrap ul li:nth-child(1) .label {
		background: 2.5vw center / auto 3vw url(img/icn_foodkind.png) no-repeat;
		padding-left: 7vw;
	}
	.projectLRbox > div.left .bisStyleListWrap ul li:nth-child(2) .label {
		background: 2.5vw center / auto 3vw url(img/icn_place.png) no-repeat;
		padding-left: 7vw;
	}	
	.projectLRbox > div.left .bisStyleListWrap ul li {
		padding-left: 10vw;
		font-size: 2.0vw;
		padding: 2vw 2vw 2vw 13vw;
		background-color: #FFF;
		border-radius: 2vw;
	}	
	.outlineWrap p {
		font-size: 3.4vw;
	}	
	.outlineWrap {
		padding-bottom: 6vw;
	}	
	.projectLRbox > div.right .projectDataList {
		padding: 5vw 5vw;
	}
    .projectLRbox > div.right .projectDataList li > span.label {
        margin-bottom: 0;
    }
    .projectLRbox > div.right .projectDataList .amount .total, .projectLRbox > div.right .projectDataList .supporter .number, .projectLRbox > div.right .projectDataList .deadline .number {
        font-size: 8vw;
        margin-bottom: 2vw;
    }
	.projectLRbox > div.right .projectDataList .amount .unit, .projectLRbox > div.right .projectDataList .supporter .unit, .projectLRbox > div.right .projectDataList .deadline .unit {
		font-size: 3vw;
		margin-left: 2vw;
	}	
	.projectLRbox > div.right .projectDataList .label .icn {
		display: table-cell;
		width: 6vw;
		height: 6vw;
	}
	.projectLRbox > div.right .projectDataList .label .text {
		display: table-cell;
		vertical-align: middle;
		padding-left: 3vw;
	}
	.projectLRbox > div.right .projectDataList .amount .label .icn {
		background: center / 3vw auto url("img/icn_yen.png") no-repeat;
	}
	.projectLRbox > div.right .projectDataList .supporter .label .icn {
		background: center / 5vw auto url("img/icn_supporter.png") no-repeat;
	}
	.projectLRbox > div.right .projectDataList .deadline .label .icn {
		background: center / 5vw auto url("img/icn_time.png") no-repeat;
	}
	.projectLRbox > div.right .projectDataList li {
		margin-bottom: 8vw;
	}
	.projectWrap .projectRow01 .row01In, .projectWrap .projectRow02 .row02In {
		padding: 6vw 0;
		width: 90%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.projectRow02 .contBox .secTitle {
		background: left center / auto 5vw url(img/icn_note.png) no-repeat;
	}
    .projectRow02 .secTitle h2 {
        font-size: 4vw;
		line-height: 5vw;
    }
	.projectRow02 .secTitle {
		padding-left: 8vw;
		padding-bottom: 0;
		margin-bottom: 3vw;
	}	
	.projectRow02 .contBox p {
		font-size: 3vw;
	}	
	.projectRow02 .contBox .secTitle {
		background: left center / 5vw auto url("img/icn_note.png") no-repeat;
	}
	.projectRow02 .ownerBox .secTitle {
		background: left center / 5vw auto url("img/icn_owner.png") no-repeat;
	}
	.projectRow02 .planBox .secTitle {
		background: left center / 5vw auto url("img/icn_present.png") no-repeat;
	}
	.projectRow02 .ownerBox .cont .thumbnail {
		width: 20vw;
		height: 20vw;
		top: 28px;
		left: 50%;
		transform: translateX(-50%);
		overflow: hidden;
		border-radius: 50%;
	}	
	.projectRow02 .ownerBox .cont {
		border-radius: 4vw;
		padding: 24vw 4vw 6vw;
		position: relative;
	}	
	.projectRow02 .ownerBox .cont .ownerName {
		margin-bottom: 4vw;
	}	
	.projectRow02 .ownerBox .cont .ownerName p {
		font-size: 4vw;
	}	
	.projectWrap .ownerBox {
		margin-bottom: 6vw;
	}
	.projectWrap .planBox .planCont {
        padding: 4vw;
        margin-bottom: 6vw;
        border-radius: 4vw;
    }
    .projectWrap .planBox .planCont > span.planPrice {
        font-size: 5vw;
    }
    .projectWrap .planBox .planCont > span.planPrice .add {
        font-size: 3vw;
    }	
	.projectWrap .planBox .planCont > span.planName {
		font-size: 3.4vw;
	}	
	.projectWrap .planBox .planCont > span.planDesc {
		font-size: 3vw;
	}	
	.projectWrap .planBox .planCont > span.planBtn button {
        font-size: 3.4vw;
    }
	.post-tags ul li a {
		display: block;
		font-size: 3vw;
		letter-spacing: 0.1em;
		color: #266A94;
	}
	.projectWrap .planBox .planCont > span.planPrice .planPriceContBox {
		font-size: 2.8vw;
		padding: 3vw;
		margin-top: 2vw;
	}
}
.cart-page#content {
	padding: 60px 0;
	background-color: #F8F8F8;
}
.cart-page > article {
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 30px;
    border: 1px solid #D8D8D8;
    border-radius: 12px;
    margin-bottom: 30px;	
}
.cart_page_title {
	font-size: 16px;
    color: #FFF;
    line-height: 1.3;
    padding: 0.5em 0;
    text-align: center;
    background-color: #0F6991;	
}
.cart_navi {
	
}
.cart_navi ul {
	text-align: center;
	padding: 20px 0;
}
.cart_navi ul li {
	display: inline-block;
}
.cart_navi ul li::after {
	content: ">";
	margin: 0 0.5em;
	color: #4b4b4b;
}
.cart_navi ul li:nth-last-child(1)::after {
	display: none;
}
.cart_navi ul li.current {
	font-size: 1.1em;
	font-weight: bold;
	color: #DC5900;
}
#cart_table {
	margin: 20px 0;
	border-bottom: 1px solid #4b4b4b;
}
#cart_table .thumbnail,
#cart_table .stock
{
	display: none;
}
#cart_table .quantity
{
	width: 80px;
}
#cart_table th,
#cart_table td
{
	padding: 8px 6px;
}
#cart_table thead {
	background-color: #222222;
	
}
#cart_table thead th,
#cart_table thead th .tax
{
	color: #FFF;
	border-right: 1px solid #FFF;
	text-align: center;
	
}
#cart_table thead th .tax
{
	border-right: none;
}
#cart_table td {
	border-bottom: 1px solid #4b4b4b;
}

.currency_code {
	text-align: right;
	margin: 15px 0;
	vertical-align: middle;
}
.cart-page .send
{
	text-align: center;
}
#customer-info h5 {
	font-size: 16px;
	padding-bottom: 1em;
}
.cartlink.block {
	margin: 12px 0;
	text-align: center;
}
.cartlink.block a {
	color: #0F6991;
	text-decoration: underline;
}
.cart-page .hideRow,
.cart-page #delivery_flag{
	display: none;
}
.customer_form label {
	line-height: 25px;
	vertical-align: middle;
	position: relative;
	padding: 35px;
}
.customer_form label input[type="radio"] {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#info-confirm {
	
}
#info-confirm .confiem_notice {
	margin: 12px 0;
}
#point_table {
	display: none;
}
#confirm_table {
	width: 100%;
	margin-bottom: 30px;
}
#confirm_table tr:nth-child(2n-1) {
	background-color: #F0F9FF;
}
#confirm_table th,
#confirm_table td
{
	padding: 8px 6px;
}
#confirm_table .ttl td {
	background-color: #4b4b4b;
}
#confirm_table .ttl td h3 {
	color: #FFF;
}
#cart_completion {
	
}
#cart_completion h3 {
	font-size: 22px;
	text-align: center;
	margin: 1em;
}
#cart .upbutton {
	display: table;
	width: auto;
	text-align: right;
	position: relative;
	margin-bottom: 15px;
}
#cart .upbutton > div {
		display: table-cell;
	vertical-align: middle;
}
#cart .upbutton .btn input {
	background-color: #BC0B0E;
	color: #FFF;
	border-radius: 6px;
}
#cart .upbutton > div.btn {
	padding-left: 10px;
}
@media screen and (max-width: 767px) {
	.cart-page > article {
	  padding: 4vw;
	  border-radius: 2vw;
	  margin-bottom: 6vw;
	}	
	.cart_page_title {
	  font-size: 4vw;
	}
	.cart_navi ul {
	  text-align: center;
	  padding: 3vw 0;
	}
	#cart_table {
	  margin: 4vw 0;
	  border-bottom: 1px solid #4b4b4b;
	}	
	#cart_table thead {
		display: none;
	}
	
	#cart_table,
	#cart_table tbody
	{
		display: block;
	}
	#cart_table tr {
		display: block;
		width: 100%;
		border: 1px solid #eee;
		padding: 4vw;
		margin-bottom: 4vw;
		border-radius: 2vw;
	}
	#cart_table tr th,
	#cart_table tr td
	{
		display: block;
	}
	#cart_table tfoot {
		display: block;
	}	
	#cart_table tfoot tr {
		background-color: #FFBDBF;
	}
	#cart_table tfoot tr .aright.amount {
		font-size: 4vw;
	}
	.send > input {
	  font-size: 3.6vw;
	  border-radius: 2vw;
	  margin: 0 2.5vw 4vw;
	}	
	#cart_table td.num {
	  border-bottom: none;
		background-color: #4b4b4b;
		color: #FFF;
	}	
	#cart_table td.quantity {
		display: block;
		width: 100%;
	}
	#cart_table td.quantity::before {
		content: "個数："
	}
	#cart_table td.unitprice::before {
		content: "単価："
	}
	#cart_table td.subtotal::before {
		content: "小計："
	}
}
.plainCont p,
.plainCont li,
.plainCont .block
{
	margin-bottom: 1em;
	
}
.plainCont table {
	width: 100%;
}
.plainCont table th {
	padding: 1em;
}
.plainCont table td {
	padding: 1em 1em 1em 0;
}
.plainCont table tr:nth-child(2n) th,
.plainCont table tr:nth-child(2n) td {
	background-color: #EAF4F8;
}
.pvList li {
	font-size: 14px;
	line-height: 1.8;
}
.pvList > li li {
	padding-left: 1em;
}
.pvList li .label {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #F5F5F5;
	padding: 1em;
	margin-bottom: 1em;
}
.pvList li .text {
	display: block;
	padding: 0 1em 1em;
	line-height: 1.8;
}
.pvList li .block {
	line-height: 1.8;
}
.searchArea {
	max-width: 1157px;
	margin: 0 auto 30px;
}
.searchArea .searchBox {
	padding: 5px 0;
	position: relative;
}
.searchArea .searchBox input[type="text"] {
	width: 100%;
	height: 40px;
	line-height: 38px;
	padding: 0 40px 0 20px;
	border: 3px solid #FFBF03;
	border-radius: 8px;
	background-color: #FFF8E5;
}
.searchArea .searchBox input.searchsubmit {
	content: "";
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
	display: table-cell;
	width: 35px;
	height: 38px;
	border: 2px solid #FFBF03;
	border-left: 1px solid #FFBF03;
	background: center / auto 60% url("img/icn_search.png") no-repeat;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer;
	padding: 0;
	font-size: 0;
	background-color: #FFF;
}
.searchArea .searchBox input.searchsubmit:hover {
	background-color: #F7F396;
}
@media screen and (max-width: 767px) {
.plainCont .ownerResistrationTable table tr:nth-child(2n) td {
	background-color: transparent;
}
.plainCont .ownerResistrationTable table tr:nth-child(2n) th {
	min-width: 100%;
	padding: 2vw;
	vertical-align: middle;
	background-color: #0F6991;
	color: #FFF;
}
.plainCont .ownerResistrationTable table td {
  padding: 1em;
}	
	
}
