@charset "utf-8";
#serviceOption .inner{max-width: 1052px;}
#serviceOption h4{
	display: block;
	width: 100%;
	padding: 8px 0;
	font-size: 1.7rem;
	line-height: 1.0;
	color: #fff;
	background: #000;
	text-align: center;
}
#serviceOption h4 .note{opacity: 0.8;}
#serviceOption .serviceList{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom:38px;
	border-bottom: 2px solid #f0f0f0;
}
#serviceOption #freeService{margin-bottom: 50px;}
#serviceOption .serviceList li{
	position: relative;
	box-sizing:border-box;
	padding: 32px 4px 38px;
	border-bottom: 2px solid #f0f0f0;
	text-align: center;
}
#serviceOption #freeService li a,
#serviceOption #paidService li a{
	display: block;
	padding: 0 4px;
	position: relative;
}
#serviceOption #freeService li a[rel^="lightcase"],
#serviceOption #paidService li a[rel^="lightcase"],
#serviceOption #freeService li a.blankLink,
#serviceOption #paidService li a.blankLink{
	display: block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
#serviceOption #freeService li a[rel^="lightcase"]:before,
#serviceOption #paidService li a[rel^="lightcase"]:before,
#serviceOption #freeService li a.blankLink:before,
#serviceOption #paidService li a.blankLink:before,
#serviceOption #freeService li a[rel^="lightcase"]:after,
#serviceOption #paidService li a[rel^="lightcase"]:after,
#serviceOption #freeService li a.blankLink:after,
#serviceOption #paidService li a.blankLink:after{
	content: "";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: -1;
	display: block;
	transition: all 0.4s;
}
#serviceOption #freeService li a.more,
#serviceOption #paidService li a.more{
	position: relative;
	z-index: 2;
}
#serviceOption #freeService+p.caution{
	margin: -40px 16px 50px;
	text-align:left;
	font-size: 1.4rem;
	font-weight: normal;
}
#serviceOption .serviceList li img{
	width: 72px;
	height:72px;
	margin: 0 auto 10px;
}
#serviceOption .serviceList li p{display: block;}
#serviceOption .serviceList li p.detail{
	font-size:1.5rem;
	font-weight: bold;
	color:#393939;
}
#serviceOption .serviceList li p.note{
	margin-top:4px;
	font-size:1.2rem;
	font-weight:normal;
	color:#787878;
}
#serviceOption .serviceEtc{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
	border-bottom: 2px solid #f0f0f0;
	margin-bottom: 20px;
}
#serviceOption .serviceEtc li{
	position: relative;
	display: block;
	padding:0 8px 16px;
	margin-bottom: 16px;
	border-bottom:2px solid #f5f5f5;
	box-sizing: border-box;
	color: #3e3e3e;
	text-align: center;
}
#serviceOption .serviceEtc li a{display: block;}
#serviceOption .serviceEtc li a:after{content:none;}
#serviceOption .serviceEtc li p{display: block;}
#serviceOption .serviceEtc li figure img{
	display: block;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
#serviceOption .serviceEtc li .ttl{
	display:flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:62px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
#serviceOption .serviceEtc li .ttl>span{display: block;}
#serviceOption .serviceEtc li .ttl >span>span{font-size: 1.0rem;}
#serviceOption .serviceEtc li .box{
	margin-bottom: 12px;
	padding: 6px 0;
	border: 2px solid #333;
	font-size: 1.0rem;
	line-height: 1.0;
	font-weight: bold;
}
#serviceOption .serviceEtc li .txt{
	padding: 0 5px;
	font-size: 1.2rem;
	line-height: 1.8;
	color: #6c6c6c;
	text-align: left;
}
#serviceOption p.caution{
	display: block;
	margin-bottom:4px;
	text-align: center;
	color: #393939;
	font-weight: bold;
	font-size: 1.6rem;
}
#serviceOption .serviceList + p.caution{margin-top:20px;}
#serviceOption ul.caution{
	text-align: center;
	color: #868686;
	font-size:1.2rem;
	line-height: 1.6;
}
@media screen and (min-width:769px){
	#serviceOption h4 .note{
		display: inline-block;
		margin-left: 24px;
		font-size: 1.2rem;
		vertical-align:2px;
	}
	#serviceOption #paidService + h4{margin-top: 50px;}
	#serviceOption .serviceList li{width:20%;}
	#serviceOption .serviceList li.lastNote{
		padding-bottom: 0;
		border-bottom: none!important;
	}
	#serviceOption .serviceList li:not(:nth-child(5n)):after{
		content: "";
		display: block;
		width: 2px;
		height: calc(100% - 36px);
		position: absolute;
		top:18px;
		bottom: 18px;
		right:-1px;
		background:#f0f0f0;
	}
	#serviceOption .serviceEtc li{width: 25%;}
	#serviceOption .serviceEtc li.lastNote{
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	#serviceOption .serviceEtc li:not(:nth-child(4n+1)):before{
		content: "";
		display: block;
		position: absolute;
		width: 2px;
		height: calc(100% - 36px);
		top: 18px;
		bottom: 18px;
		left:-1px;
		background: #f0f0f0;
	}
	#serviceOption #freeService li.lastNote a[rel^="lightcase"]:before,
	#serviceOption #paidService li.lastNote a[rel^="lightcase"]:before,
	#serviceOption #freeService li.lastNote a.blankLink:before,
	#serviceOption #paidService li.lastNote a.blankLink:before,
	#serviceOption #freeService li.lastNote a[rel^="lightcase"]:after,
	#serviceOption #paidService li.lastNote a[rel^="lightcase"]:after,
	#serviceOption #freeService li.lastNote a.blankLink:after,
	#serviceOption #paidService li.lastNote a.blankLink:after{height:calc(100% + 38px);}
}

@media (max-width:768px){
	#serviceOption h4 .note{
		display:block;
		margin-top:6px;
		font-size: 1.1rem;
	}
	#serviceOption .serviceList li{width:33.333%;}
	#serviceOption .serviceList li.lastSpNote{
		padding-bottom:0;
		border-bottom: none!important;
	}
	#serviceOption .serviceList li:not(:nth-child(3n)):after{
		content: "";
		display: block;
		width: 2px;
		height: calc(100% - 36px);
		position: absolute;
		top:18px;
		bottom: 18px;
		right:-1px;
		background:#f0f0f0;
	}
	#serviceOption .serviceEtc{
		flex-wrap: wrap;
		padding-top: 40px;
	}
	#serviceOption .serviceEtc li{width:50%;}
	#serviceOption .serviceEtc li:last-child,
	#serviceOption .serviceEtc li:nth-last-child(2):nth-child(odd){
		padding-bottom:0;
		margin-bottom:0;
		border-bottom: none;
	}
	#serviceOption .serviceEtc li:nth-child(even):before{
		content: "";
		display: block;
		position: absolute;
		width: 2px;
		height: calc(100% - 36px);
		top: 18px;
		bottom: 18px;
		left:-1px;
		background: #f0f0f0;
	}
	#serviceOption .serviceEtc li .ttl{
		font-size:1.4rem;
	}
	#serviceOption #freeService li.lastSpNote a[rel^="lightcase"]:before,
	#serviceOption #paidService li.lastSpNote a[rel^="lightcase"]:before,
	#serviceOption #freeService li.lastSpNote a.blankLink:before,
	#serviceOption #paidService li.lastSpNote a.blankLink:before,
	#serviceOption #freeService li.lastSpNote a[rel^="lightcase"]:after,
	#serviceOption #paidService li.lastSpNote a[rel^="lightcase"]:after,
	#serviceOption #freeService li.lastSpNote a.blankLink:after,
	#serviceOption #paidService li.lastSpNote a.blankLink:after{height:calc(100% + 38px);}
}

/*droppin*/
#plansPage.share #flow h4 span{
	font-size:min(3.126vw, 2.4rem);
}
#plansPage.share .droppin-flowChart h5{
	background: none;
	color: #2d2825;
	font-size: min(2.606vw, 2rem);
	padding: 0;
}

#plansPage.share .droppin-flowChart .number{
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	line-height: 60px;
	background: #2d2825;
	text-align: center;
	color: #fff;
	font-size:min(3.126vw, 2.4rem);
	font-weight: bold;
	border-radius: 30px;
	margin-right: 15px;
}

#plansPage.share .droppin-flowChart li{
	display: flex;
	align-items: center;
}

.droppin-flowChart li{
	position: relative;
	width: 100%;
	background: #fff;
	padding: 20px 30px;
}

.droppin-flowChart li h5 span{
	color: #d42924;
}

.droppin-flowChart .arrow-box{
	position: relative;
	width: 100%;
	background: #ddd6cc;
	padding: 25px;
}

.droppin-flowChart .arrow-box .arrow img{
	width: 20px;
    height: 11px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width:768px){
	#plansPage.share #flow h4 span{
		font-size:min(4.765vw, 2.0rem);
	}
	#plansPage.share .droppin-flowChart{
		margin-bottom: 30px;
	}
	#plansPage.share .droppin-flowChart .number{
		font-size:min(4.765vw, 2.0rem);
	}
	#plansPage.share .droppin-flowChart h5{
		font-size: min(3.81vw, 1.6rem);
		text-align: left;
	}
	#plansPage.share #flow h4 span{
		font-size:min(4.765vw, 2.0rem);
	}
	.droppin-flowChart li{
		padding: 10px 15px;
	}
	#plansPage.share .droppin-flowChart .number{
		width: 40px;
		height: 40px;
		flex-shrink: 0;
		line-height: 40px;
		border-radius: 30px;
		margin-right: 10px;
	}
	.droppin-flowChart .arrow-box{
		padding: 15px;
	}
	#plansPage.share #flow .catch{
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
	}
}
/*/droppin*/


/* doropoin_flow */
#doropoin_flow{
	margin: 0;
	padding: 7vw 0;
	max-width: 100%;
	background: #fff;
}
#doropoin_flow .inner{
	width: 95%;
	max-width: 940px;
	margin: 0 auto;
}
#doropoin_flow h3 span,
#doropoin_flow h5 span{
	color: #03abd7;
}
#doropoin_flow .head{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}
#doropoin_flow .head h3{
	font-size: min(4.168vw, 3.2rem);
	font-weight: bold;
	line-height: 1.3;
}
#doropoin_flow .head figure{
	width: 10vw;
	max-width: 125px;
	flex-shrink: 0;
	margin-right: 15px;
}

#doropoin_flow .lead{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}

#doropoin_flow .lead img{
	margin-right: 35px;
	flex-shrink: 0;
}

#doropoin_flow .main-img img{
	border-radius: 14px;
}

#doropoin_flow .lead .main-img img{
	width: 512px;
	max-width: 100%;
}
.touroku{
	width: 380px;
	max-width: 40vw;
	margin-left: 4vw;
}
#doropoin_flow .lead .midashi{
	position: relative;
	padding: 0 25px 15px 25px;
	font-size: min(2.085vw, 1.6rem);
	color: #03abd7;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
#doropoin_flow .lead .midashi strong{
	margin-top: 10px;
	font-size: min(3.386vw, 2.6rem);
}
#doropoin_flow .lead .midashi::before{
	position: absolute;
    left: 15px;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #03abd7;
    transform: rotate(-15deg);
}
#doropoin_flow .lead img{
	width: 100%;
	display: block;
	max-width: 290px;
	margin: 0 auto;
}

#doropoin_flow .lead .oq{
	display: block;
	margin: 0 auto;
}

#doropoin_flow .touroku a[target="_blank"]::after{
	display: none;
}

#doropoin_flow .lead .midashi::after{
	position: absolute;
    content: "";
    right: 15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #03abd7;
    transform: rotate(15deg);
}

.content-flow h4{
	font-size: min(3.644vw, 2.8rem);
	text-align: center;
	padding-bottom: 15px;
	color: #03abd7;
	border-bottom: 1px solid #03abd7;
	margin-bottom: 0;
}
.content-flow .content-flow_list{
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.content-flow .content-flow_item{
	width: calc((100% - 40px) / 2);
	border-bottom: 1px solid #03abd7;
	padding: 3vw 0px 3vw 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content-flow .content-flow_item.flow01,
.content-flow .content-flow_item.flow02,
.content-flow .content-flow_item.flow03{
	padding-right: 0.5vw;
}

.content-flow .content-flow_item.flow01 img,
.content-flow .content-flow_item.flow02 img,
.content-flow .content-flow_item.flow03 img{
	width: 65px;
	margin-left: 5px;
}

.content-flow .content-flow_item.flow05 img,
.content-flow .content-flow_item.flow04 img,
.content-flow .content-flow_item.flow06 img{
	width: 95px;
	margin-left: 5px;
}


.content-flow .content-flow_item.flow05{
	padding-right: 5px;
}

.content-flow .content-flow_item:not(:nth-child(2n)){
	margin-right: 40px;
}

.content-flow .content-flow_item h5{
	font-size: min(2.606vw, 2rem);
	font-weight: bold;
	line-height: 1.2;
}
.content-flow .content-flow_item .content-flow_head {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.content-flow .content-flow_item .number{
	color: #fff; 
	display: inline-block;
	background: #03abd7;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size:min(4.168vw, 3.2rem);
	border-radius: 22px;
	font-weight: bold;
	flex-shrink: 0;
	margin-right: 10px;
}
.content-flow .content-flow_txt p{
	font-size:min(2.085vw, 1.6rem);
	font-weight: bold;
}

.content-flow .content-flow_txt p.kome{
	font-size: min(1.82vw, 1.4rem);
	padding-left:1em;
	text-indent:-1em;
}
.content-flow .content-flow_txt p.kome:not(:last-child){
	margin-bottom: 3px;
}
.share .red-txt{
	color: #d42924;

}

main.share #intro01,
main.share #intro02{
	background: #ddd6cd;

}
@media screen and (max-width:820px){
	.content-flow .content-flow_item h5{
		font-size: min(2.345vw, 1.8rem);
	}
	.content-flow .content-flow_txt p{
		font-size:min(1.82vw, 1.4rem);
	}
	.content-flow .content-flow_txt p.kome{
		font-size: min(1.563vw, 1.2rem);
	}
	.content-flow .content-flow_item .number{
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	#doropoin_flow .lead{
		flex-direction: column-reverse;
	}
	.touroku{
		width: 100%;
    	max-width: 50vw;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.content-flow .content-flow_item{
		width: calc((100% - 20px) / 2);
	}
	.content-flow .content-flow_item:not(:nth-child(2n)){
		margin-right: 20px;
	}
	.content-flow .content-flow_item.flow01 img,
.content-flow .content-flow_item.flow02 img,
.content-flow .content-flow_item.flow03 img{
	max-width: 100%;
}

.content-flow .content-flow_item.flow05 img,
.content-flow .content-flow_item.flow04 img,
.content-flow .content-flow_item.flow06 img{
	max-width: 100%;
}
}
@media screen and (max-width:640px){
	#doropoin_flow .inner{
		width: 90%;
	}
	#doropoin_flow .lead img.qr{
		width: 100%;
		max-width: 100px;
	}
	.content-flow .content-flow_list{
		flex-direction: column;
	}
	.content-flow .content-flow_item{
		width: 100%;
	}
	.touroku{
		width: 100%;
		max-width: 100%;
	}
	#doropoin_flow .lead{
		margin-bottom: 40px;
	}
	#doropoin_flow .head{
		display: block;
		margin-bottom: 30px;
	}
	#doropoin_flow .head figure{
		width: 100%;
		max-width: 120px;
		margin-right: 0;
		margin: 0 auto 10px;
	}
	
	#doropoin_flow .head h3,
	#doropoin_flow .lead .midashi strong{
		font-size:min(4.765vw, 2.0rem);
		text-align: center;
	}
	.content-flow h4{
		font-size:min(4.285vw, 1.8rem);
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.content-flow .content-flow_item h5,
	#doropoin_flow .lead .midashi{
		font-size: min(3.81vw, 1.6rem);
	}
	#doropoin_flow .lead .midashi{
		margin-bottom: 20px;
	}
	.content-flow .content-flow_txt p{
		font-size:min(3.330vw, 1.4rem);
	}
	.content-flow .content-flow_txt p.kome{
		font-size:min(2.86vw, 1.2rem);
	}
	.content-flow .content-flow_item{
		width: 100%;
		padding: 3vw 0px 3vw 0px;
	}
	.content-flow .content-flow_item .content-flow_head{
		margin-bottom: 10px;
	}
	.content-flow .content-flow_item .number{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: min(4.765vw, 2.0rem);
	}
	.content-flow .content-flow_item:not(:nth-child(2n)){
		margin-right: 0px;
	}
	.content-flow .content-flow_item.flow01 img,
.content-flow .content-flow_item.flow02 img,
.content-flow .content-flow_item.flow03 img{
	width: 100%;
	max-width: 10vw;
}

.content-flow .content-flow_item.flow05 img,
.content-flow .content-flow_item.flow04 img,
.content-flow .content-flow_item.flow06 img{
	width: 100%;
	max-width: 14vw;
}
}
/* /doropoin_flow */


/*droppin法人会員登録*/
#price{
	margin-bottom: 0;
}

#droppin{
	margin-top: 0;
	padding-bottom: 100px;
	background: #ddd6cd;
}

#droppin .inner{
    width: 95%;
    max-width: 780px;
    margin: 0 auto;
}

#droppin h3{
line-height: 1;
padding-bottom: 25px;
margin-bottom: 30px;
border-bottom: 1px solid #000;
font-size: min(4.168vw, 3.2rem);
}

#droppin h3 br{
	display: none;
}

#droppin .lead {
	margin-bottom: 50px;
}

#droppin .lead p{
	text-align: center;
	line-height: 1.8;
	font-weight: bold;
}
#droppin .lead a{
text-decoration: underline;
}
#droppin .lead a:hover{
	text-decoration: none;
	color: #000;
}

#droppin h4{
	font-size: 1.8rem;
	color: #00abd7;
	margin-bottom: 25px;
	text-align: center;
}

#droppin .merit_list{
	display: flex;
	justify-content: center;
}

#droppin .merit_list li{
	text-align: center;
}
#droppin .merit_list li:first-child{
	border-right: 1px solid #000;
}
 #droppin .merit_list li:nth-of-type(1){
	width: 100%;
	max-width: 250px;
} 
#droppin .merit_list li:nth-of-type(1) img{
	padding-top: 10px;
	width: 145px;
}
 #droppin .merit_list li:nth-of-type(2){
	width: 100%;
	max-width: 230px;
} 
#droppin .merit_list li:nth-of-type(2) img{
	width: 80px;
}

#droppin .merit_list p{
	font-size: 1.6rem;
	font-weight: bold;
}

#droppin .merit_list .merit_icon{
	margin-bottom: 20px;
}

#droppin li.merit_item::before{
	display: none;
}

@media screen and (max-width:768px){
	#droppin{
		padding-bottom: 10vw;
	}
	#droppin .lead{
		margin-bottom: 30px;
	}
	#droppin .inner{
		width: 70%;
		margin: 0 auto;
	}
}
@media screen and (max-width:640px){
	#droppin .inner{
		width: 80%;
		margin: 0 auto;
	}
	#droppin .lead .kome{
		text-align: left;
		margin-top: 10px;
		font-size: 1.4rem;
		padding-left:1em;
		text-indent:-1em;
		font-weight: normal;
		line-height: 1.5;
	}
	#droppin h3{
		font-size: 2.2rem;
		line-height: 1.5;
	}
	#droppin h3 span br{
		display: block;
	}
	#droppin .merit_list li{
		padding-left: 10px;
		padding-right: 10px;
	}
	#droppin .merit_list li:nth-of-type(1) img{
		width: 96px;
	}
	#droppin .merit_list li:nth-of-type(2) img{
		width: 55px;
	}
	#droppin .merit_list p{
		font-size: 1.4rem;
	}
	#droppin .merit_list .merit_icon{
		margin-bottom: 10px;
	}
}
/*/droppin法人会員登録*/

.share #location .roomList{
	width: 95%;
	max-width: 780px;
	margin: 0 auto;
}

.share #location.squareList:not(.rentalLocations) ul li{
	width: calc(50% - 30px);
}

.share section#location.squareList.roomLocation:not(.rentalLocations) ul.roomList > li:nth-last-child(-n+4){
	margin-bottom: 60px;
}

@media screen and (max-width:768px){
	.share #location.squareList:not(.rentalLocations) ul li{
		width: 100%;
	}
	.share section#location.squareList.roomLocation:not(.rentalLocations) ul.roomList > li:nth-last-child(-n+4){
		margin-bottom: 0;
	}
}