:root {
--fontfamily: "Noto Sans JP", sans-serif;
--fontcolor: #000;
--maincolor:#0056d3;
--subcolor:#d4ecf7;
}


div, li {
	font-family: "Noto Sans JP", sans-serif;
}

.outermargin{ margin:0; }

.parent_frame{
	width: 100%;
	margin: 0;
	display:flex;
	flex-direction:column;
	justify-content:center;
	gap:7vh;
}

.horizonal_frame, .vertical_frame{
	width:100%;
	margin:0;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.horizonal_frame{
	flex-direction: row;
	gap: 3vw;
}

.vertical_frame{
	flex-direction: column;
	gap: 2vh;
}

.horizonal_child{
	flex: 1;
	width: 100%;
	box-sizing: border-box;
}


.maintitle{
	font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
	font-weight:bold;
	line-height: 1.1em;
}

.subtitle{
	font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}

.description{
	font-size: clamp(0.5rem, calc(0.5rem + 0.625vw), 1.2rem);
	text-align:left;
}

.centering_float{
	padding:1.8vw;
}

.procedure_image{
	width:5vw;
	height:auto;
}

.procedure_outer{
  gap: 1.2vw;
  justify-content: center;
  flex-wrap:wrap;
}

.procedure_frame, .procedure_frame_last{
	display:flex;
	flex-wrap:wrap;
	max-width: 270px;
	font-size:1.2em;
	position: relative;
}

.procedure_frame img, .procedure_frame_last img{
	min-width;200px;
	max-height:108px;
	height:auto;
	object-fit: contain;
}

.procedure_frame::after{
	content: "";
	width: 26px;
	height: 26px;
	display: block;
	background-image: url(https://gigaplus.makeshop.jp/labelprinter/images/lp-psfl/icon_arrow.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 48px;
	right: -15px;
	z-index: 2;
}


.procedure_description{
	background-color: var(--subcolor);
	padding: .87rem .875rem;
	border-radius: 5px;
	text-align: left;
	font-weight: bold;
	line-height: 130%;
}

.procedure_description_fin{
	background-color: var(--maincolor);
	color: #FFF;
	padding: 1.95rem 1rem;
	border-radius: 5px;
	text-align: center;
	line-height: 130%;
}

.procedure_attention, .support_description h1{
	text-align: left;
	width: 90%;
	margin: 0 auto;
	font-size:clamp(1.1em, 1.5vw, 1.3em);
	margin-left: 3rem;
	text-indent: -1.8rem;
}

.procedure_attention::before, .support_description h1::before{
	content: "";
	background-color: #25bec8;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 130%;
	margin-right: 5px;
}

.button_frame{
	gap:1em;
}

.button_download, .button_estimate{
	position:relative;
	border-radius: 3em;
	text-decoration:none;
	min-width: 20em;
	font-size: 1.3em;
	line-height: 110%;
}

.button_download{
	background-color: #00A878;
	color: #FFF;
	padding: .9rem 3rem;
	border-bottom: 5px solid #008f6b;
}

.button_download:hover{
	background-color: #008f6b;
	color: #FFF;
	padding: .9rem 3rem;
	border-bottom: 5px solid #00A878;
	opacity:1;
}

.button_estimate{
	background-color: #FF6B00;
	color: #FFF;
	padding: 1.5rem 3rem;
	border-bottom: 5px solid #e65c00;
}

.button_estimate:hover{
	background-color: #e65c00;
	color: #FFF;
	padding: 1.5rem 3rem;
	border-bottom: 5px solid #FF6B00;
	opacity:1;
}

.button_download::after, .button_estimate::after{
	content: "";
	width: 25px;
	height: 25px;
	display: inline-block;
	background-image: url(https://gigaplus.makeshop.jp/labelprinter/images/lp-psfl/icon_arrow3.webp);
	background-position: center center;
	background-repeat: repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

.index_title{
	position:relative;
}

.index_title h1{
	font-size:clamp(1.4em, calc(1.7rem + 0.625vw), 2.2em);
}

.index_title h1 span{
	position: relative;
	padding: 0 1em;
	background: #fff;
}

.index_title::before{
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: var(--maincolor);
}

.feature_frame{
	padding-left:10vw;
	padding-right;7vw;
}

.feature_description{
	position:relative;
	text-align:left;
	counter-increment: number;
}

.feature_description h1, .installation_description h1{
	font-weight:bold;
	font-size:clamp(0.8rem, calc(1rem + 0.625vw), 1.5rem);
}

.feature_description::before{
	content: "POINT"counter(number);
	position: absolute;
	top: 0;
	max-width: 100px;
	left: -6.5em;
	line-height: 4.7em;
	width: 6vw;
	font-size: clamp(0.5rem, calc(0.5rem + 0.625vw), 1.2rem);
	text-align: center;
	background-image: url(https://gigaplus.makeshop.jp/labelprinter/images/lp-psfl/point_bg.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	font-weight: bold;
	color: #FFF;
}

.usage_frame, .nonplu_frame, .installation_frame{
	gap: 4vh;
}

.usage_index, .usage_step, .usage_nextstep{
	font-size: clamp(0.5rem, calc(0.5rem + 0.625vw), 1.2rem);
}

.usage_index h1{
	font-weight: bold;
	margin-top: 3em;
}

.usage_nextstep h1{ font-weight:bold; }

.usage_index img{
	max-width:290px;
}

.usage_step{
	width:17vw;
	min-width:300px;
}

.usage_title{
	font-weight:bold;
	display: block;
	text-align: center;
	font-size: 1.25rem;
	line-height: 150%;
	margin-bottom: .875rem;
	background-color: var(--subcolor);
	padding: .5rem;
	border-radius: 5px;
	position: relative;
}

.usage_description{
	text-align:left;
	font-size:1.1em;
	min-height: 5em;
}

.usage_image img{
	max-width:290px;
}

.usage_nextstep, .usage_info{
	min-width:80%;
}

.usage_laststep{
	background-color: #e77314;
	width: calc(43% - 40px);
	border-radius: 30px;
	padding: max(2rem, 4rem) 3rem 0;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	position: relative;
	font-size: 1.25rem;
	line-height: 150%;
	min-width:400px;
}

.usage_laststep::after{
content: "";
	position: absolute;
	z-index: 2;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	display: block;
	top: 10px;
	left: 10px;
	border: 5px solid #FFF;
	border-radius: 30px;
}

.usage_ls_arrow1, .usage_ls_arrow2{
	position:absolute;
		z-index:3;
}

.usage_ls_leftimg{
	width:30%;
	min-width:300px;
	object-fit:contain;
}

.usage_ls_rightimg{
	width:20%;
	min-width:200px;
	object-fit:contain;
}

.usage_ls_arrow1{
	top: 2rem;
	left: -10px;
}

.usage_ls_arrow2{
	bottom: 0rem;
	right: -10px;
}

.usage_info{
	margin-bottom: 2rem;
	padding: 2rem;
	text-align: left;
	font-size: 1.25rem;
	line-height: 150%;
	font-weight: bold;
	background: var(--subcolor);
}

.nonplu_subframe{
	width:100%;
	margin:0;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	flex-direction: row;
	gap: 3vw;
}

.nonplu_description{
	width:40%;
	max-width:400px;
}

.nonplu_description h1{
	font-size:1.1em;
	text-align:left;
}

.installation_description{
	text-align:left;
	max-width:45%;
	font-size:1.3rem;
}

.installation_step{
	padding: 2em 0;
}

.installation_step:nth-child(odd){
	background-color:#e3f4fb;
}

.installation_step img{
	width:40%;
	object-fit:contain;
}

.support_details{
	justify-content: left;
}

.support_description{
	max-width:65%;
	text-align: left;
	font-size: 1.2rem;
	flex:1;
}

.support_description span{
	font-size:0.8em;
}

.support_details img, .support_details a img{
	width:30%;
	max-height:230px;
	max-width:380px;
	object-fit:contain;
	flex:2;
}

.support_details a{
	margin-left:5%;
}

.support_details a img{
	width:100%;
	margin:0 10%;
}

.support_description h1{
	margin-left:0;
}

.casestudies_frame{
	
}

.casestudies_detail{
	margin-bottom: 4rem;
	align-items: flex-start;
	border-bottom: 1px solid #CCC;
	padding-bottom: 3rem;
}

.casestudies_images{
	width:40%;
}

.casestudies_detail img{
	width:42%;
}

.casestudies_detail a img{
	width:100%;
}

.casestudies_description{
	text-align: left;
	max-width: 55%;
	font-size: 1.3em;
}

.casestudies_description h1{
	background: #fded1f;
	font-size: 1.5rem;
	color: #000;
	text-align: center;
	display: table;
	margin: auto auto 1rem 0;
	padding: .5em;
	border-radius: 10px;
	line-height: 100%;
	font-weight: bold;
}

.casestudies_description span{
	font-weight:bold;
}

.casestudies_description ol li{
	counter-increment: number;
	text-align: left;
	padding-left: 2em;
	text-indent: -2em;
}

.casestudies_description ol li::before{
	content: counter(number)" ．";
	margin-left: 0.25em;
}

.movie_frame{
	width: 100%;
	
}

.movie_contents{
	border-radius:15px;
	border:0;
	width:clamp(370px, 44vw, 850px);
	height:auto;
	margin:1.2vh 0;
	aspect-ratio: 16 / 9;
}

.pc_labelimg1, .pc_labelimg2{ display:block; }
.smp_labelimg1, .smp_labelimg2{ display:none; }

@media(max-width:768px){
	.outermargin{ margin:0 4vw; }

	.parent_frame{
		margin:0 auto;
		gap:4.5vh;
	}
	
	.horizonal_frame, .vertical_frame{
		margin:0 auto;
	}
	
	.nonplu_subframe{
		flex-direction: column;
	}
	
	.nonplu_description{
		width:100%;
		max-width:none;
	}
	
	.description, .usage_description, .overview_tinydescription{
		font-size:1rem;
	}
	
	.procedure_frame, .procedure_frame_last{
		width:500px;
		max-width:500px;
	}
	
	.procedure_frame::after{
		content:none;
	}
	
	.title_description, .installation_step, .support_details{
		flex-direction:column;
	}
	
	.index_tile h1, .index_title h1 span{
		font-size: calc(1rem + 0.7vw);
	}
	
	.button_download, .button_estimate{
		min-width:18em;
	}
	
	.feature_frame{
		padding-left:90px;
		padding-right:0;
	}
	
	.feature_frame::before{
		width:100px;
		left:-100px;
	}
	
	.feature_description::before{
		width:62px;
	}
	
	.usage_index, .usage_nextstep{
		font-size:1.1em;
		gap:0;
	}
	
	.usage_index h1{
		margin: 0.5em 2em;
		text-align:left;
	}
	
	.usage_step{
		width:300px;
	}
	
	.usage_nextstep h1, .usage_info h1{
		margin: 0.5em 2em;
	}
	
	.usage_laststep{
		padding:4rem 2rem 4rem;
		min-width:370px;
	}
	
	.usage_info{
		padding:1rem 0;
	}
	
	.installation_step img, .support_details img, .casestudies_detail img, .casestudies_detail a img {
		width:90%;
		margin:0 auto;
	}
	
	.support_details a img{
		width:150px;
		margin:0 auto;
	}
	
	.installation_description, .support_description, .casestudies_description{
		max-width:90%;
	}
	
	.casestudies_images{
		width:100%;
	}
	
	.pc_labelimg1, .pc_labelimg2{ display:none; }
	.smp_labelimg1, .smp_labelimg2{ display:block; }
}