/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding:0 5px 0 5px;
	margin:20px 0 20px 0;
}
.cg_freespace_02 {
	padding:0 5px 0 5px;
	margin:10px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の画像(img)の外側の線の設定 */
.cg_freespace_01 img,
.cg_freespace_02 img {
	border:none;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
	margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
	margin:0 0 10px 20px;
	padding:0;
}
/*レスポンシブ用*/
@media screen and (max-width: 767px) {
  .box.pagenavi {
    flex-direction: column;
    align-items: center;
  }
  .sort {
    white-space: nowrap;
  }
  /*------------------------------------------------------
    共通クラス
-------------------------------------------------------*/
.sp {
	display: none;
}
.tab {
	display: none;
}
.pc {
	display: inherit;
}
.pc-col-3 { width: calc(100% / 4); }
.pc-col-4 { width: calc(100% / 3); }
.pc-col-6 { width: calc(100% / 2); }
.pc-col-9 { width: calc(100% / 12 * 9); }
.pc-col-12 { width: 100%; }
.pc-text-center {
	text-align: center;
}
table .pc-none {
	display: none;
}
.d-flex {
	display: flex!important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
	.sp {
		display: none;
	}
	.pc {
		display: none;
	}
	.tab {
		display: inherit;
	}
}
@media screen and (max-width: 767px) {
	.tab {
		display: none;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
	.sp-none {
		display: none!important;
	}
}
.table_column span.pc {
	display: inline;
}
.pc-w100 {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	img.mx-auto {
		display: block;
	}
	.text-center {
		text-align: center;
	}
	.tab-w100 {
		width: 100%!important;
	}
	.tab-mb-3 {
		margin-bottom: 1rem!important;
	}
}
@media screen and (max-width: 767px) {
	.sp-w100 {
		width: 100%!important;
		height: auto!important;
	}
	.sp-w80 {
		width: 80%!important;
		height: auto!important;
	}
	.sp-w50 {
		width: 50%!important;
		height: auto!important;
	}
	.sp-w25 {
		width: 25%!important;
		height: auto!important;
	}
	.sp-mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.sp-fn {
		float: none;
	}
	.sp-mb-3 {
		margin-bottom: 1rem!important;
	}
	.sp-px-0 {
		padding-left: 0!important;
		padding-right: 0!important; 
	}
}
/*------------------------------------------------------
    タブレット用デザイン
-------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	.titleBar {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.titleBar .titleBarBody {
		width: calc(100% - 8px);
	}

	table .pc-none {
		display: table-cell;
	}
	table .tab-none {
		display: none;
	}
	.table_wrap {
		justify-content: center;
	}
	.table_column span.tab {
		display: inline;
	}

	#allWrapper {
		width: 100%;
		background: transparent;
	}
	#wrapper {
		width : 100%;
	}
	#headerWrapper {
		height: auto;
	}
	#header {
		background: #fff;
		position: relative;
	}
	#header #logoArea {
		width: 100%;
	}
	#header #logoArea .comment {
		width: 100%;
	}
	#header #logoArea .comment,
	#header #logoArea .logo {
		text-align: center;
	}
	#header #logoArea .logo img {
		height: 100px;
	}
	#header #supportArea {
		display: none;
	}
	#headerBottomLine {
		width: 100%;
	}
	.menu_btn {
		width: 60px;
		height: 60px;
		color: #fff;
		font-size: 10px;
		text-decoration: none;
		line-height: 1.2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: absolute;
	}
	.menu_btn img {
		width: 25px;
	}
	.menu_btn:hover,.menu_btn:active,.menu_btn:focus {
		text-decoration: none;
	}
	#header #btn_menu_open {
		background: #00aebb;
		border-radius: 5px;
		color: #fff;
		position: fixed;
		top: 28px;
		left: 28px;
		z-index: 10;
	}
	#footer {
		width: calc(100% - 20px);
		height: auto;
		margin: 0 auto;
		background: url(../img/back.gif) center/cover repeat-y;
	}
	#footer .goTop {
		margin: 0 10px 0 0;
	}
	#footer #footerAboutSite {
		height: auto;
		padding: 5px 10px;
		margin: 10px 0;
		box-sizing: border-box;
	}
	#footer .footerLinks {
		padding: 0 10px;
		font-size: 90%;
	}
	#footer #btn_return_top {
		background: #5fc5d2;
		border-radius: 30px;
		box-shadow: 0 3px 6px rgba(0 0 0 / 15%);
		color: #fff;
		font-size: 10px;
		text-shadow: 0 0 2px rgb(0 0 0 / 30%);
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 10;
	}
	#footer #btn_return_top img {
		margin-top: -10px;
		pointer-events: none;
	}

	#contents {
		width: calc(100% - 20px);
		margin: 0 auto;
		background: #fff url(../img/back.gif) center/cover repeat-y;
	}

	#leftColumn {
		width: 320px;
		height: 100vh;
		margin-left: -100%;
		padding: 3rem 1rem 1rem 1rem;
		background: #fff;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 20;
		overflow-y: scroll;
		
	}
	#leftColumn.open {
		height: 100%;
		padding-bottom: 0;
		margin-left: 0;
		box-shadow: 0 0 15px rgb(0 0 0 / 50%);
		transition: 0.5s;
	}
	#leftColumn #btn_menu_close {
		background: #5fc5d2;
		border-radius: 30px;
		box-shadow: 0 3px 6px rgba(0 0 0 / 15%);
		color: #fff;
		font-size: 10px;
		text-shadow: 0 0 2px rgb(0 0 0 / 30%);
		top: 10px;
		right: 10px;
	}
	#leftColumn .leftColumnContent {
		width: 100%;
		padding-bottom: 2em;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#leftColumn #pressGuide img {
		width: 100%;
	}
	#leftColumn .sideMenu {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 1rem auto;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#leftColumn .sideMenu li {
		width: 50%;
	}
	#leftColumn .sideMenu li h2 span,
	#leftColumn .sideMenu li h2 a {
		width: 100%;
		height: auto;
	}
	#leftColumn .sideMenu a {
		background: transparent!important;
	}
	#leftColumn .sideMenu h2 img {
		width: 100%;
		display: block;
	}
	#leftColumn .businessdaycalendar {
		margin-bottom: 1rem;
		text-align: center;
	}
	#leftColumn .topSimulationButton {
		margin: 0 0 1rem 0;
	}

	#rightColumn {
		width: 100%;
		padding: 1.5rem 0.5rem 0 0.5rem;
		box-sizing: border-box;
	}
	#top #laserprintbg {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
}
/*------------------------------------------------------
    スマホ用デザイン
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.padL20 {
		padding-left: 5px;
	}
	.padL25 {
		padding-left: 10px;
	}
	.sp-col-3 { width: calc(100% / 4); }
	.sp-col-4 { width: calc(100% / 3); }
	.sp-col-6 { width: calc(100% / 2); }
	.sp-col-12 { width: 100%; }
	table .pc-none {
		display: table-cell;
	}
	table .tab-none {
		display: table-cell;
	}
	table .sp-none {
		display: none;
	}
	.table_column {
		width: 100%;
	}
	.table_column table {
		width: 100%;
	}
	.table_column span.tab {
		display: none;
	}
	.table_column .sp-w100px {
		width: 100px;
	}
	.table_wrap .table_note {
		width: 100%!important;
	}

	#header #logoArea .logo img {
		width: calc(100% - 100px);
		height: auto;
		margin-top: 20px;
	}
	.menu_btn img {
		width: 20px;
	}
	.menu_btn {
		width: 50px;
		height: 50px;
	}
	#header #btn_menu_open {
		top: 40px;
		left: 10px;
	}
	#footer .footerLinks {
		height: auto;
	}
	#footer .footerLinks li {
		display: inline-block;
	}

	#leftColumn {
		width: 100%;
		box-sizing: border-box;
	}
	#leftColumn.open #btn_menu_close {
		position: fixed;
	}

	#rightColumn {
		padding: 1rem 0.25rem 0 0.25rem;
	}
	#rightColumn .detailButton {
		width: 50%;
		max-width: 220px;
		padding: 0;
		margin: 1rem auto 0 auto;
	}
	#rightColumn .detailButton img {
		width: 100%;
		display: block;
	}
	#rightColumn #mainImageArea {
		width: 100%;
		height: auto;
		background: transparent;
	}
	#rightColumn #mainImageArea img {
		width: 100%;
		display: block;
	}
	#rightColumn .clipboard {
		padding: 0;
	}
	#rightColumn .clipboard > div {
		box-sizing: border-box;
	}
	#rightColumn .top_text_kamijake {
		width: 100%!important;
		position: relative!important;
		top: inherit!important;
		left: inherit!important;
	}
	#rightColumn br+br+br,
	#rightColumn br+br+br+br,
	#rightColumn br+br+br+br+br,
	#rightColumn br+br+br+br+br+br {
		display: none;
	}
	#rightColumn #copyvspressImageArea {
		width: 685px;
		height: auto;
		padding: 1rem;
		background-image: -webkit-linear-gradient(180deg #fff, #fce8b8);
		background-image: linear-gradient(180deg, #fff, #fce8b8);
		border: 3px solid #fbb03b;
		border-radius: 5px;
		box-sizing: border-box;
	}
	#rightColumn #copyvspressImageArea h3 {
		background: transparent;
		text-align: center;
	}
	#rightColumn #copyvspressImageArea h3 img {
		width: 100%;
		max-width: 350px;
	}
	#rightColumn #copyvspressImageArea .content {
		padding-bottom: 1rem;
		background: transparent;
	}
	#rightColumn #copyvspressImageArea .content .image {
		width: 100%;
	}
	#rightColumn #copyvspressImageArea .content .text {
		width: 100%;
	}
	#rightColumn #copyvspressImageArea .copyvspressImageAreaText {
		display: none;
	}
	#rightColumn #copyvspressImageArea .content .sp_bg {
		width: 100%;
		margin-bottom: 1rem;
		display: block;
	}
	#rightColumn #copyvspressImageArea .detailButton {
		position: relative;
		bottom: inherit;
		left: inherit;
		right: inherit;
	}
	#rightColumn #offsetvslaserImageArea .content {
		padding: 1rem 0.75rem 1.5rem 0.75rem;
	}
	#rightColumn #offsetvslaserImageArea .title,
	#rightColumn #laserprint_2bg .title,
	#rightColumn #offsetvslaserImageArea .content .label {
		font-size: 1.25rem;
	}
	#laserprint_2bg::after {
		width: 40px;
		height: 30px;
		top: 0.25rem;
		left: 0.5rem;
	}
	#rightColumn #laserprint_2bg .content {
		background: #fff;
	}
	#rightColumn .waterproof_compare .image2,
	#rightColumn .waterproof_compare .text2 {
		order: 1;
	}
	
	#rightColumn .news + dl {
		padding: 1rem 0;
		box-sizing: border-box;
	}
	#rightColumn .news + dl dt {
		width: 100%;
		box-sizing: border-box;
	}
	#rightColumn .news + dl dd {
		width: 100%;
		padding-left: 0.5rem;
		box-sizing: border-box;
	}
	.originalmask_pricelist div.fl.padL100 {
		width: 100%;
		padding: 0;
	}
	table.originalmask_pricelist {
		width: 100%;
	}
	table.originalmask_pricelist .sp-none {
		display: none;
	}
	table.originalmask_pricelist .sp {
		display: table-row;
	}
	table.originalmask_pricelist tr.sp.bt td {
		border-top: 1px solid #84b2e0;
	}
	.titleGreen {
		width: calc(100% - 3px);
		position: relative;
	}
	.titleGreen::after {
		content: '';
		width: 3px;
		height: 100%;
		background: url('../img/title/title_green_end.gif')center/cover no-repeat;
		position: absolute;
		top: 0;
		right: 0;

	}
	.titleGreen .tGtxt {
		font-size: 95%;
		text-indent: 5px;
	}
	#guide #rightColumn .chart_upperside {
		margin: 0;
	}
	#guide #rightColumn .guide_chart {
		width: 100%;
		margin: 0;
		flex-direction: column;	
	}
	#guide #rightColumn .guide_chart li {
		width: 100%;
		height: auto;
	}
	#download #rightColumn > table.mar20 {
		width: 100%;
		margin: 0;
	}
	#download #rightColumn .dlTable {
		width: 100%;
	}
	#download #rightColumn .dlTable .dlCol {
		width: 50px;
		text-align: center;
	}
	#download #rightColumn .dlTable td.dlCol {
		font-size: 80%;
		letter-spacing: -2px;
	}
	#explain #rightColumn > div.pad20.marT20 {
		padding: 0 5px;
		margin-top: 10px;
	}
	#explain #rightColumn #wordList {
		padding: 0 5px;
	}
	.pricelist .heading {
		width: 100%;
		color: #eee;
		padding: 15px 5px;
		background: #258;
		background: -moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
		background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
		font-weight: bold;
		border-left: 1px solid #258;
		border-top: 1px solid #258;
		border-bottom: 1px solid #258;
		line-height: 120%;
		text-align: center;
		box-sizing: border-box;
	}
	.pricelist.col4 .heading {
		width: 100%;
	}
	.pricelist .heading a {
		color: #fff;
	}
	.pricelist .label,
	.pricelist .number,
	.pricelist.col6 .label,
	.pricelist.col6 .number,
	.pricelist.col4 .label,
	.pricelist.col4 .number {
		width: 50%;
	}
	.pricelist .number {
		border-right: 1px solid #84b2e0;
	}
	.pricelist .row:nth-child(odd) .heading{
		background: #258;
		background: -moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
		background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
	}
	.pricelist .row:nth-child(odd) .number {
		background: #fff;
	}
	.pricelist .row .number:nth-child(4n+5) {
		background: #F2FAFB!important;
	}
}
