/* CSS Document */
.page_title h2::before{
	content: "Start Up Costs";
}
/**/
.cost_top{
	box-sizing: border-box;
	display: flex;
}
body[wc-view-code="sp"] .cost_top{
	padding: var(--headerHeight) 5vw;
	flex-direction: column;
}
body[wc-view-code="tb"] .cost_top{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="pc"] .cost_top{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.cost_top .c_t_title{
}
body[wc-view-code="tb"] .cost_top .c_t_title{
	width: 50%;
}
body[wc-view-code="pc"] .cost_top .c_t_title{
	width: 550px;
}
.cost_top .c_t_title .contents_title{
}
.cost_top .c_t_title .contents_title::before{
	content: "Thoughts";
}
body:not([wc-view-type="tb"]) .cost_top .c_t_title .contents_title br.none{
	display: none;
}
.cost_top .c_t_text{
}
body[wc-view-type="sp-s"] .cost_top .c_t_text{
	margin-top: 1rem;
}
body[wc-view-type="sp"] .cost_top .c_t_text{
	margin-top: 1.25rem;
}
body[wc-view-code="tb"] .cost_top .c_t_text{
	width: 50%;
	margin-top: 38px;
}
body[wc-view-code="pc"] .cost_top .c_t_text{
	width: 550px;
	margin-top: 38px;
}
.cost_top .c_t_text > p{
	line-height: 1.8rem;
}

.cost_top .c_t_text > p:not(:first-of-type){
	margin-top: 0.5rem;
}
.cost_top .c_t_text ul{
	list-style: none;
	list-style-position: outside;
	display: flex;
	flex-direction: column;
	gap:0.5rem;
	margin-top: 0.5rem;
}
.cost_top .c_t_text ul li{
	display: flex;
}
.cost_top .c_t_text ul li .check{
	width: 25px;
  height: 25px;
  position: relative;
  z-index: 1;
  border: solid 3px #dbdbdb;
  box-sizing: border-box;
  flex: none;
}
.cost_top .c_t_text ul li .check::before{
	content: "";
  inset: 0px;
  border: solid 4px #efefef;
  box-sizing: border-box;
  z-index: 2;
  position: absolute;
}
.cost_top .c_t_text ul li .check::after{
	content: "";
  width: 16px;
  height: 7.5px;
  z-index: 3;
  border-bottom: 4px solid var(--accentColor);
  border-left: 4px solid var(--accentColor);
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
}
.cost_top .c_t_text ul li > p{
	font-weight: 700;
	width: calc(100% - 25px);
	padding-left: 0.5rem;
	box-sizing: border-box;
}
/*開業費用*/
.cost_contents{
	box-sizing: border-box;
	background-color: #f5f3fd;
}
body[wc-view-code="sp"] .cost_contents{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="tb"] .cost_contents{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="pc"] .cost_contents{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.cost_contents .contents_title::before{
	content: "Cost";
}
.cost_contents > p{
	line-height: 1.8rem;
	margin-top: 1rem;
}
body[wc-view-type="sp"] .cost_contents > p{
	margin-top: 1.25rem;
}
body[wc-view-code="tb"] .cost_contents > p{
	margin-top: 1rem;
}
.cost_contents .cost_block{
	display: flex;
	gap:1rem;
	margin-top: 1.5rem;
  justify-content: center;
}
body[wc-view-code="sp"] .cost_contents .cost_block{
	flex-direction: column;
}
body[wc-view-code="tb"] .cost_contents .cost_block{
	gap:0.75rem;
	margin-top: 1.5rem;
}
body[wc-view-code="pc"] .cost_contents .cost_block{
	gap:1.5rem;
	margin-top: 1.5rem;
}
.cost_contents .cost_block article{
	background-color: #faf8ff;
	box-shadow: 0px 0px 5px rgba(104,98,208,0.2);
	padding: 1rem;
	box-sizing: border-box;
	width: 100%;
}
body[wc-view-code="tb"] .cost_contents .cost_block article{
	width: calc(50% - 0.5rem);
}
body[wc-view-code="pc"] .cost_contents .cost_block article{
	width: calc(50% - 0.75rem);
}
.cost_contents .cost_block article > h2{
	font-weight: 700;
	display: flex;
	gap:0.25rem;
	align-items: center;
	color: var(--accentColor);
	font-size: 1.15rem;
	padding-bottom: 0.25rem;
}
.cost_contents .cost_block article > h2::before{
	content: "";
  flex: none;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accentColor);
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.cost_contents .cost_block article .cost_table{
}
.cost_contents .cost_block article .cost_table > dl{
	display: flex;
}
.cost_contents .cost_block article .cost_table > dl:not(:first-of-type){
	margin-top: 1px;
}
.cost_contents .cost_block article .cost_table > dl > dt{
	background-color: #000;
	position: relative;
	z-index: 1;
	width: 120px;
	padding: 0.5rem;
	box-sizing: border-box;
	flex: none;
	font-size: 0.93rem;
  line-height: 1.25em;
}

body[wc-view-code="pc"] .cost_contents .cost_block article .cost_table > dl > dt{
	width: 160px;
}

body[wc-view-code="pc"] .cost_contents .cost_block article .cost_table > dl > dt br{
	display: none;
}
.cost_contents .cost_block article .cost_table > dl > dt::before{
	content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #b8aee9;
}
.cost_contents .cost_block article .cost_table > .total > dt::before{
	background-color: #d05dbe;
}
.cost_contents .cost_block article .cost_table > dl > dt span{
	font-weight: 700;
	color: #fff;
	position: relative;
	z-index: 3;
	font-size: 0.95rem;
}
body:not([wc-view-type="tb"]) .cost_contents .cost_block article .cost_table > dl > dt span br.tb_only{
	display: none;
}
.cost_contents .cost_block article .cost_table > dl > dd{
	padding: 0.5rem;
	width: calc(100% - 120px);
	background-color: #fff;
	box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .cost_contents .cost_block article .cost_table > dl > .h_375{
	min-height: 3.75rem;
}
.cost_contents .cost_block article .cost_table > dl > dd .kome{
	font-size:0.85rem;
	gap:0;
	width: fit-content;
	margin-left: auto;
}
.cost_contents .cost_block article .cost_table > dl > dd .kome::before{
	font-size: 0.85rem;
}
.cost_contents .cost_block article .cost_table > dl > dd .p_text{
	text-align: right;
	font-weight: 700;
}
body[wc-view-code="pc"] .cost_contents .cost_block article .cost_table > dl > dd{
	width: calc(100% - 160px);
}
.cost_contents .cost_block article .cost_table > dl > dd .price{
	font-weight: 700;
	display: flex;
	gap:0.1rem;
	align-items: baseline;
	justify-content: flex-end;
}
.cost_contents .cost_block article .cost_table > dl > dd .price .unit{
	font-size: 0.8rem;
	font-weight: 700;
}
/*月額料金*/
.monthly_cost{
	box-sizing:border-box;
}
body[wc-view-code="sp"] .monthly_cost{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="tb"] .monthly_cost{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="pc"] .monthly_cost{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.monthly_cost .m_c_title{
}
.monthly_cost .m_c_title .contents_title{
}
.monthly_cost .m_c_title .contents_title::before{
	content: "Royalty"
}
.monthly_cost .m_c_title p{
	line-height: 1.8rem;
	margin-top: 1rem;
}

body[wc-view-type="sp"] .monthly_cost .m_c_title p{
	margin-top: 1.25rem;
}
body[wc-view-code="tb"] .monthly_cost .m_c_title p{
	margin-top: 1rem;
}
body[wc-view-code="pc"] .monthly_cost .m_c_title p{
	margin-top: 1rem;
}
.monthly_cost .m_c_contents{
	display: flex;
	margin-top: 1.5rem;
}
body[wc-view-code="sp"] .monthly_cost .m_c_contents{
	flex-direction: column;
	gap: 1rem;
}
body[wc-view-code="tb"] .monthly_cost .m_c_contents{
	gap:1rem;
}
body[wc-view-code="pc"] .monthly_cost .m_c_contents{
	gap:1.5rem;
}
.monthly_cost .m_c_contents > article{
	box-shadow: 0px 0px 5px rgba(104,98,208,0.2);
	background-color: #f5f3fd;
}
body[wc-view-code="tb"] .monthly_cost .m_c_contents > article{
	width: calc(50% - 0.5rem);
}
body[wc-view-code="pc"] .monthly_cost .m_c_contents > article{
	width: calc(50% - 0.75rem);
}
.monthly_cost .m_c_contents > article > h2{
	padding: 0.5rem 1.5rem 0.5rem 0.5rem;
	background-color: var(--accentColor);
	color: #fff;
	font-weight: 700;
	width: fit-content;
	clip-path: polygon(calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%, 0 0);
}
.monthly_cost .m_c_contents > article > .m_c_inner{
	background-color: #fff;
	padding: 0.5rem;
	box-sizing: border-box;
	width: calc(100% - 1rem);
	margin: 0.75rem auto 0.75rem auto;
	height: calc(100% - (40px + 1.5rem));
}
.monthly_cost .m_c_contents > article > .m_c_inner .m_c_list{
	display: flex;
	gap:0.75rem;
}
.monthly_cost .m_c_contents > article > .m_c_inner .m_c_list > dl{
	width: calc(50% - 0.375rem);
}
.monthly_cost .m_c_contents > article > .m_c_inner .m_c_list > dl dt{
	background-color: #000;
	position: relative;
	z-index: 1;
	padding: 0.5rem 0 0 0;
}
.monthly_cost .m_c_contents > article > .m_c_inner .m_c_list > dl dt::before{
	content: "";
	position: absolute;
	inset:0;
	background-color: #b8aee9;
	z-index: 2;
}
.monthly_cost .m_c_contents > article > .m_c_inner .m_c_list > dl dt span{
	color: #fff;
	font-weight: 700;
	position: relative;
	z-index: 3;
	display: table;
	margin: 0 auto;
}
.monthly_cost .m_c_contents > article > .m_c_inner .m_c_list > dl dt::after{
	content: "";
  width: 100%;
  height: 0.75rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #b8aee9;
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  right: 0;
  z-index: 1;
}
.monthly_cost .m_c_contents > article > .m_c_inner .m_c_list > dl dd{
	border: solid 2px #f5f3fd;
	box-sizing: border-box;
	border-top: none;
	padding: 1.75rem 0.75rem 0.75rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.monthly_cost .m_c_contents > article > .m_c_inner.no_dl{
	display: flex;
	flex-direction: column;
}
.monthly_cost .m_c_contents > article > .m_c_inner .price_contents{
	display: flex;
	align-items: baseline;
	gap:0.25rem;
}
.monthly_cost .m_c_contents > article > .m_c_inner .price_only{
	background-color: #f5f3fd;
	min-height: 5.9rem;
	display: flex;
  align-items: center;
  justify-content: center;
}
.monthly_cost .m_c_contents > article > .m_c_inner.no_dl .price_contents{
	justify-content: center;
}
.monthly_cost .m_c_contents > article > .m_c_inner .price_contents span{
	line-height: calc(1rem +(1em - 1lh) / 2);
	color: var(--accentColor);
	font-weight: 700;
}
.monthly_cost .m_c_contents > article > .m_c_inner .price_contents .p_in_num{
	font-size: 2rem;
	font-family: "Lexend";
}
.monthly_cost .m_c_contents > article > .m_c_inner .price_contents .unit{
	font-size: 0.9rem;
}
.monthly_cost .m_c_contents > article > .m_c_inner .mc_text{
	font-size: 0.97rem;
	padding: 0.5rem 0.5rem 0 0.5rem;
	box-sizing: border-box;
}
/*
.monthly_cost .m_c_contents > article > .m_c_inner.no_dl .mc_text{
	margin-top: auto;
}*/
/*オプション*/
.option{
	box-sizing: border-box;
	background-color: #f5f3fd;
	display: flex;
}
body[wc-view-code="sp"] .option,
body[wc-view-code="tb"] .option{
	flex-direction: column;
}
body[wc-view-code="sp"] .option{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="tb"] .option{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="pc"] .option{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.option .o_title{
	box-sizing: border-box;
}
body[wc-view-code="pc"] .option .o_title{
	width: 550px;
	padding-right: 2.5rem;
}
.option .o_title .contents_title::before{
	content: "Option";
}
.option .o_title > p{
	margin-top: 1rem;
	line-height: 1.8rem;
}
body[wc-view-type="sp"] .option .o_title > p{
	margin-top: 1.25rem;
}
.option .option_block{
}
body[wc-view-code="sp"] .option .option_block{
	margin-top: 1.5rem;
}
body[wc-view-code="tb"] .option .option_block{
	margin-top: 1.5rem;
}
body[wc-view-code="pc"] .option .option_block{
	width: 550px;
	margin-top: 85px;
}
.option .option_block > dl{
	display: flex;
}
.option .option_block > dl:not(:first-of-type){
	margin-top: 1px;
}
.option .option_block > dl dt{
	width: 120px;
	flex: none;
	padding: 0.5rem;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background-color: #000;
}

body:not([wc-view-code="sp"]) .option .option_block > dl dt{
	width: 180px;
}
.option .option_block > dl dt::before{
	content: "";
	position: absolute;
	z-index: 2;
	background-color: #b8aee9;
	inset:0;
}
.option .option_block > dl dt span{
	font-weight: 700;
	color: #fff;
	position: relative;
	z-index: 3;
}
.option .option_block > dl dd{
	width: calc(100% - 121px);
	margin-left: 1px;
	background-color: #fff;
	padding: 0.5rem;
}
body:not([wc-view-code="sp"]) .option .option_block > dl dd{
	width: calc(100% - 181px);
}
.option .option_block > dl dd .price{
	font-weight: 700;
	display: flex;
	gap:0.1rem;
	align-items: baseline;
	justify-content: flex-end;
}
.option .option_block > dl dd .price .unit{
	font-size: 0.8rem;
	font-weight: 700;
}