.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
	}
#main {
	margin-bottom: 100px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px;
	}
}

.maindesign .p-page--item-leave {
	margin-top: 50px;
}
.maindesign .p-page--item-moderate {
	margin-top: 30px;
}
.maindesign .p-page--item-close {
	margin-top: 30px;
}
.maindesign .p-page--item-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .p-page--item-leave {
		margin-top: 30px;
	}
	.maindesign .p-page--item-close {
		margin-top: 15px;
	}
	.maindesign .p-one-side {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.maindesign .c-feature-hdg2 {
	position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.75rem;
    margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign .c-feature-hdg2::after {
	position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 8%;
    display: block;
}

@media screen and (max-width:767px) {
	.maindesign .c-feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(60px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign .c-pc-only {
	display: block;
}
.maindesign .c-sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .c-pc-only {
		display: none;
	}
	.maindesign .c-sp-only {
		display: block;
	}
}

.maindesign .c-komeri-btn {
	position: relative;
	background-color: #979797;
    cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .c-komeri-btn:hover {
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .c-komeri-btn > a {
	text-decoration: none;
	color: #fff;
	display: inline !important;
}
.maindesign .c-komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	width: auto;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
	font-weight: bold;
}
.maindesign .c-komeri-btn__orange {
	background-color: #EA6D0D !important;
}
.maindesign .c-komeri-btn--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}


.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .menu-btn-list a {
	color: #fff;
	display: flex;
}

.maindesign .c-lead-text {
	font-size: 1.1rem;
	line-height: 1.5;
}
.maindesign .c-lead-text__large {
	font-size: 1.1em;
}
.maindesign .c-lead-text__right {
	text-align: right;
}
.maindesign .c-lead-text__red {
	color: #ff0000;
}
@media screen and (max-width:767px) {
	.maindesign .c-lead-text {
		font-size: 0.95rem;
	}
}

.maindesign .l-title {
	position: relative;
}
.maindesign .l-title--inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	padding: 25px 0;
	transform: translate(-50%,-50%);
	background-color: rgba(0, 0, 0, 0.15);
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
	color: #fff;
	text-shadow: 1px 2px 5px #000000, 2px 3px 8px #ffffff;
}

@media screen and (max-width:767px) {
	.maindesign .l-title--inner {
		font-size: 8.0vw;
		width: 90%;
		padding: 15px 0;
		line-height: 1.3;
	}
}

.maindesign .l-nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+5) {
	margin-top: 15px;
}
.maindesign .l-nav-list--btn {
	position: relative;
	border: 1px solid #B6B6B6;
	width: 24%;
	font-size: 1.0em;
    font-feature-settings: "palt";
    line-height: 1.3;
	text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
}
.maindesign .l-nav-list--btn::after {
	content: "";
    position: absolute;
	top: 50%;
    right: 15px;
    border-top: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate( 135deg);
}
.maindesign .l-nav-list--btn:hover {
	border-color: #E5002D;
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .l-nav-list--inner {
	display: flex !important;
	opacity: 1.0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	padding: 0.35rem 1.75rem 0.35rem 1.5rem;
	min-height: 3.25em;
}
.maindesign .l-nav-list::before,
.maindesign .l-nav-list::after {
	content: '';
	width: 24%;
	height: 0;
	display: block;
}
.maindesign .l-nav-list::before {
	order: 1;
}

@media screen and (max-width:767px) {
	.maindesign .l-nav-list--btn {
		width: 49%;
	}
	.maindesign .l-nav-list::before,
	.maindesign .l-nav-list::after {
		width: 49%;
	}
	.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+3) {
		margin-top: 15px;
	}
	.maindesign .l-nav-list--inner {
		min-height: 3.0em;
		font-size: 0.9rem;
	}
}


.maindesign h3.c-checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
	line-height: 1.3;
}
.maindesign h3.c-checkPoint__close {
	margin-top: 20px !important;
}
.maindesign h3.c-checkPoint .st0{
	fill:#aaaaaa;
}
.maindesign h3.c-checkPoint .st1{
	fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;
}
.maindesign h3.c-checkPoint span {
    margin: 0 0 0 20px;
    width: calc(100% - 60px);
}
@media screen and (max-width:767px) {
	.maindesign h3.c-checkPoint__close {
		margin-top: 15px !important;
	}
}

.maindesign .p-feature-hdg4 {
	font-size: 1.25rem;
	font-weight: bold;
}



.maindesign .p-order-flow {
	display: flex;
}
.maindesign .p-order-flow--unit {
	border: 1px solid #ccc;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
}
.maindesign .p-order-flow .p-order-flow--unit:not(:last-child) {
	margin-right: 40px;
	position: relative;
}
.maindesign .p-order-flow .p-order-flow--unit:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translate(50%,-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 15px solid #387ece;
	border-right: 0;
}
.maindesign .p-order-flow--img {
	margin-top: 30px;
}
.maindesign .p-order-flow--text {
	font-size: 0.95rem;
	line-height: 1.3;
}

@media screen and (max-width:767px) {
	.maindesign .p-order-flow {
		flex-wrap: wrap;
	}
	.maindesign .p-order-flow--unit {
		width: 100%;
	}
	.maindesign .p-order-flow .p-order-flow--unit:not(:last-child) {
		margin-right: 0;
		margin-bottom: 40px;
	}
	.maindesign .p-order-flow .p-order-flow--unit:not(:last-child)::after {
		top: calc(100% + 20px);
		right: 50%;
		transform: translate(50%,-50%);
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		border-top: 15px solid #387ece;
		border-bottom: 0;
	}
	.maindesign .p-order-flow--text {
		text-align: center;
	}
	.maindesign .p-order-flow--img {
		margin-bottom: 15px;
	}
}


.maindesign .p-accordion.open {
	border-bottom: 1px solid #999;
}
.maindesign .p-accordion--header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 15px 0 15px 10px;
	position: relative;
	transition: border-bottom 0.5s;
	border-bottom: 1px solid rgba(205,205,205,0.7);
}
.maindesign .p-accordion--header:hover {
	cursor: pointer;
}
.maindesign .p-accordin--header-text {
	font-size: 1.35rem;
	font-weight: bold;
	line-height: 1.3;
	width: calc(100% - 100px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.maindesign .p-accordion--header .p-accordin--header-text:not(:first-child) {
	margin-top: 5px;
}
.maindesign .p-accordin--header-text > span {
	color: #ff0000;
	font-size: 0.9em;
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.maindesign .p-accordin--header-unit {
	width: 2.5em;
}
.maindesign .p-accordin--header-lead {
	width: calc(100% - 2.5em);
}
.maindesign .p-accordion--icon-box {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 2%;
	width: 25px;
	height: 25px;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(0deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.maindesign .p-accordion__box .p-accordion--icon-box {
	width: 16px;
	height: 16px;
	top: 55%;
}
.maindesign .p-accordion.open .p-accordion--icon-box {
	transform: translateY(-50%) rotate(-180deg);
}
.maindesign .p-accordion--inner {
	display: none;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.maindesign .p-accordion__box .p-accordion--inner {
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9rem;
	line-height: 1.15;
}
.maindesign .p-accordion__box .p-accordion--inner a {
	transition: 0.25s;
}
.maindesign .p-accordion__box .p-accordion--inner a:hover {
	opacity: 0.75;
}

.maindesign .p-sample {
	pointer-events: none;
}
.maindesign .p-sample--title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.maindesign .p-sample--inner {
	position: relative;
}
.maindesign .p-sample--separator {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transform: translateY(50%);
}

@media screen and (max-width:767px) {
	.maindesign .p-accordion--inner {
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.maindesign .p-accordion__box .p-accordion--inner {
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.maindesign .p-accordion--header {
		padding: 15px 0;
	}
	.maindesign .p-accordin--header-text {
		font-size: 1.1rem;
		width: calc(100% - 50px);
		flex-wrap: wrap;
	}
	.maindesign .p-accordin--header-unit {
		width: auto;
	}
	.maindesign .p-accordin--header-lead {
		margin-top: 5px;
		width: 100%;
	}
	.maindesign .p-accordion--icon-box {
		width: 20px;
		height: 20px;
	}
	.maindesign .p-sample--title {
		font-size: 1.25rem;
	}
}

.maindesign .p-quarter-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-quarter-column--item {
	width: 24%;
}
.maindesign .p-quarter-column::before,
.maindesign .p-quarter-column::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
.maindesign .p-quarter-column::before {
	order: 1;
}
.maindesign .p-quarter-column .p-quarter-column--item:nth-child(n+5) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .p-quarter-column--item {
		width: 49%;
	}
	.maindesign .p-quarter-column::before,
	.maindesign .p-quarter-column::after {
		width: 49%;
}
	.maindesign .p-quarter-column .p-quarter-column--item:nth-child(n+3) {
		margin-top: 15px;
	}
}

.maindesign .p-half-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-half-column__center {
	align-items: center;
}
.maindesign .p-half-column--item {
	width: 49%;
}
.maindesign .p-half-column--item__wide {
	width: 100% !important;
}
.maindesign .p-half-column::after {
	content: '';
	display: block;
	height: 0;
	width: 49%;
}
.maindesign .p-half-column .p-half-column--item:nth-child(n+3) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .p-half-column--item {
		width: 100%;
	}
	.maindesign .p-half-column .p-half-column--item:nth-child(n+2) {
		margin-top: 15px;
	}
}


.maindesign .p-card--link {
	color: #000;
	text-decoration: none;
	transition: 0.25s;
}
.maindesign .p-card--link:hover {
	opacity: 0.75;
}
.maindesign .p-card--inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px 10px;
	border: 1px solid #ccc;
}
.maindesign .p-card--img {
	margin-bottom: 10px;
}
.maindesign .p-card--name {
	text-align: center;
	width: 100%;
	position: relative;
}
.maindesign .p-card--arrow {
	position: relative;
}
.maindesign .p-card--arrow::after {
	position: absolute;
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
    border-top: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
    width: 8px;
    height: 8px;
	transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width:767px) {
	.maindesign .p-card--name {
		font-size: 0.9rem;
	}
}

.maindesign .p-maker-list .p-maker-list--item:not(:first-child) {
	margin-top: 30px;
}
.maindesign .p-maker-logo {
	width: 200px;
}
.maindesign .p-maker-logo__large {
	width: 250px !important;
}
.maindesign .p-maker-list--nav {
	margin-top: 10px;
}
.maindesign .p-maker-list--btn {
	position: relative;
	border: 1px solid #B6B6B6;
	font-size: 1.0em;
    font-feature-settings: "palt";
    line-height: 1.3;
	text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
}
.maindesign .p-maker-list--btn::after {
	content: "";
    position: absolute;
	top: 50%;
    right: 15px;
    border-top: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate( 135deg);
}
.maindesign .p-maker-list--btn:hover {
	border-color: #E5002D;
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .p-maker-list--btn-inner {
	display: flex !important;
	opacity: 1.0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	padding: 0.35rem 2rem 0.35rem 1.75rem;
	min-height: 3.0em;
}

@media screen and (max-width:767px) {
	.maindesign .p-maker-logo {
		width: 150px;
	}
	.maindesign .p-maker-logo__large {
		width: 200px !important;
	}
}

.maindesign .p-solo-btn {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:767px) {
	.maindesign .p-solo-btn {
		width: 100%;
	}
}

.maindesign .p-unit-text {
	text-align: right;
	font-size: 0.8rem;
}

.maindesign .p-notes-title {
	border-bottom: 1px dotted #000;
	padding-bottom: 15px;
	font-size: 1.1rem;
}
.maindesign .p-notes-list--item {
	display: flex;
	border-bottom: 1px dotted #000;
	padding: 20px 0;
}
.maindesign .p-notes-list--heading {
	width: 25%;
	margin-right: 15px;
}
.maindesign .p-notes-list--content {
	flex-grow: 1;
	width: calc(75% - 15px);
}
.maindesign .p-notes-list--content li:not(:first-child) {
	margin-top: 5px;
}
@media screen and (max-width:767px) {
	.maindesign .p-notes-title {
		font-size: 1.0rem;
	}
	.maindesign .p-notes-list--item {
		flex-wrap: wrap;
	}
	.maindesign .p-notes-list--heading {
		width: 100%;
	}
	.maindesign .p-notes-list--content {
		margin-top: 10px;
	}
}




.maindesign .p-indent-text {
	padding-left: 1em;
	text-indent: -1em;
}
.maindesign .p-table-lead li:not(:first-child) {
	margin-top: 5px;
}

.maindesign .c-scroll-text > span {
	font-size: 0.9rem;
	padding: 5px;
    border: 2px solid #E00012;
    color: #E00012;
    display: inline-block;
    font-weight: bold;
}

.maindesign .p-bg-area {
	font-weight: bold;
}
.maindesign .p-sample-bg {
	width: 2em;
	height: 1em;
	vertical-align: middle;
	margin: 0 0.5em;
	display: inline-block;
}
.maindesign .p-bg-area__gray,
.maindesign .p-sample__gray {
	background-color: rgba(211,211,211,0.5);
}
.maindesign .p-bg-area__blue,
.maindesign .p-sample__blue {
	background-color: rgba(190,245,255,0.5);
}






/* p-larc_shield-table start--------------------------------------------------------- */
.maindesign .p-larc_shield-table,
.maindesign .p-larc_shield-bar {
	width: 1160px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-larc_shield-table tr:nth-child(n+2):nth-child(-n+7) td:nth-child(2) {
	position: relative;
	z-index: -10;
}
.maindesign .p-larc_shield-table tr:nth-child(n+2):nth-child(-n+7) td:nth-child(2):before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 2px solid #000;
}
.maindesign .p-larc_shield-table tr:nth-child(n+2):nth-child(-n+7) td:nth-child(6) {
	position: relative;
	z-index: -10;
}
.maindesign .p-larc_shield-table tr:nth-child(n+2):nth-child(-n+7) td:nth-child(6):before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-right: 2px solid #000;
}
.maindesign .p-larc_shield-table tr:nth-child(2) td:nth-child(n+2):nth-child(-n+6) {
	position: relative;
	z-index: -10;
}
.maindesign .p-larc_shield-table tr:nth-child(2) td:nth-child(n+2):nth-child(-n+6)::before {
	border-top: 2px solid #000;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.maindesign .p-larc_shield-table tr:nth-child(7) td:nth-child(n+2):nth-child(-n+6) {
	position: relative;
	z-index: -10;
}
.maindesign .p-larc_shield-table tr:nth-child(7) td:nth-child(n+2):nth-child(-n+6)::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid #000;
}
@media screen and (max-width:767px) {
	.maindesign .p-larc_shield-table {
		width: 790px; /* width-A + (width-B * 列数)*/
	}
}
/* p-larc_shield-table end--------------------------------------------------------- */


/* p-larc-table start--------------------------------------------------------- */
.maindesign .p-larc-table,
.maindesign .p-larc-bar {
	width: 320px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-larc-outer,
.maindesign .p-larc-bar_top {
	overflow-x: visible !important;
}
@media screen and (max-width:767px) {
	.maindesign .p-larc-table {
		width: 230px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-larc-outer {
		overflow-x: scroll !important;
	}
	.maindesign .p-larc-bar_top {
		overflow-x: none !important;
	}
}
/* p-larc-table end--------------------------------------------------------- */


/* p-larc_small-table start--------------------------------------------------------- */
.maindesign .p-larc_small-table,
.maindesign .p-larc_small-bar {
	width: 560px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-larc_small-outer,
.maindesign .p-larc_small-bar_top {
	overflow-x: visible !important;
}
@media screen and (max-width:767px) {
	.maindesign .p-larc_small-table {
		width: 390px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-larc_small-outer {
		overflow-x: scroll !important;
	}
	.maindesign .p-larc_small-bar_top {
		overflow-x: none !important;
	}
}
/* p-larc_small-table end--------------------------------------------------------- */


/* p-duole-table start--------------------------------------------------------- */
.maindesign .p-duole-table,
.maindesign .p-duole-bar {
	width: 920px; /* width-A + (width-B * 列数)*/
}
@media screen and (max-width:767px) {
	.maindesign .p-duole-table {
		width: 630px; /* width-A + (width-B * 列数)*/
	}
}
/* p-duole-table end--------------------------------------------------------- */


/* p-brair-table start--------------------------------------------------------- */
.maindesign .p-brair-table,
.maindesign .p-brair-bar {
	width: 680px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-brair-outer,
.maindesign .p-brair-bar_top {
	overflow-x: visible !important;
}
@media screen and (max-width:767px) {
	.maindesign .p-brair-table {
		width: 470px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-brair-outer {
		overflow-x: scroll !important;
	}
	.maindesign .p-brair-bar_top {
		overflow-x: none !important;
	}
}
/* p-brair-table end--------------------------------------------------------- */


/* p-brair-pelre start--------------------------------------------------------- */
.maindesign .p-pelre-table,
.maindesign .p-pelre-bar {
	width: 680px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-pelre-outer,
.maindesign .p-pelre-bar_top {
	overflow-x: visible !important;
}
@media screen and (max-width:767px) {
	.maindesign .p-pelre-table {
		width: 470px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-pelre-outer {
		overflow-x: scroll !important;
	}
	.maindesign .p-pelre-bar_top {
		overflow-x: none !important;
	}
}
/* p-pelre-table end--------------------------------------------------------- */

/* p-tottino_plane-table start--------------------------------------------------------- */
.maindesign .p-tottino_plane-table,
.maindesign .p-tottino_plane-bar {
	width: 1200px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-tottino_plane-table tr th:not(:first-of-type),
.maindesign .p-tottino_plane-table tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-tottino_plane-table {
		width: 1050px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-tottino_plane-table tr th:not(:first-of-type),
	.maindesign .p-tottino_plane-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-tottino_plane-table end--------------------------------------------------------- */


/* p-tottino_shading-table start--------------------------------------------------------- */
.maindesign .p-tottino_shading-table,
.maindesign .p-tottino_shading-bar {
	width: 1200px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-tottino_shading-table tr th:not(:first-of-type),
.maindesign .p-tottino_shading-table tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-tottino_shading-table {
		width: 1050px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-tottino_shading-table tr th:not(:first-of-type),
	.maindesign .p-tottino_shading-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-tottino_shading-table end--------------------------------------------------------- */


/* p-tottino_natural-table start--------------------------------------------------------- */
.maindesign .p-tottino_natural-table,
.maindesign .p-tottino_natural-bar {
	width: 1200px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-tottino_natural-table tr th:not(:first-of-type),
.maindesign .p-tottino_natural-table tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-tottino_natural-table {
		width: 1050px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-tottino_natural-table tr th:not(:first-of-type),
	.maindesign .p-tottino_natural-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-tottino_natural-table end--------------------------------------------------------- */


/* p-arteria_basic-table start--------------------------------------------------------- */
.maindesign .p-arteria_basic-table,
.maindesign .p-arteria_basic-bar {
	width: 1600px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-arteria_basic-table tr th:not(:first-of-type),
.maindesign .p-arteria_basic-table tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-arteria_basic-table {
		width: 1410px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-arteria_basic-table tr th:not(:first-of-type),
	.maindesign .p-arteria_basic-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-arteria_basic-table end--------------------------------------------------------- */

/* p-basic_washable-table start--------------------------------------------------------- */
.maindesign .p-basic_washable-table,
.maindesign .p-basic_washable-bar {
	width: 1600px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-basic_washable-table tr th:not(:first-of-type),
.maindesign .p-basic_washable-table tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-basic_washable-table {
		width: 1410px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-basic_washable-table tr th:not(:first-of-type),
	.maindesign .p-basic_washable-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-basic_washable-table end--------------------------------------------------------- */


/* p-shading_basic-table start--------------------------------------------------------- */
.maindesign .p-shading_basic-table,
.maindesign .p-shading_basic-bar {
	width: 1600px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-shading_basic-table tr th:not(:first-of-type),
.maindesign .p-shading_basic-table tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-shading_basic-table {
		width: 1410px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-shading_basic-table tr th:not(:first-of-type),
	.maindesign .p-shading_basic-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-shading_basic-table end--------------------------------------------------------- */

/* p-fire_retardant-table start--------------------------------------------------------- */
.maindesign .p-fire_retardant-table,
.maindesign .p-fire_retardant-bar {
	width: 1600px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-fire_retardant-table tr th:not(:first-of-type),
.maindesign .p-fire_retardant-table tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-fire_retardant-table {
		width: 1410px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-fire_retardant-table tr th:not(:first-of-type),
	.maindesign .p-fire_retardant-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-fire_retardant-table end--------------------------------------------------------- */

/* p-shading_washable-table start--------------------------------------------------------- */
.maindesign .p-shading_washable-table,
.maindesign .p-shading_washable-bar {
	width: 1600px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-shading_washable-table tr th:not(:first-of-type),
.maindesign .p-shading_washable-table tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-shading_washable-table {
		width: 1410px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-shading_washable-table tr th:not(:first-of-type),
	.maindesign .p-shading_washable-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-shading_washable-table end--------------------------------------------------------- */


/* p-bathroom-table start--------------------------------------------------------- */
.maindesign .p-bathroom-table,
.maindesign .p-bathroom-bar {
	width: 1400px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-bathroom-table tr th:not(:first-of-type),
.maindesign .p-bathroom-table tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-bathroom-table {
		width: 1230px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-bathroom-table tr th:not(:first-of-type),
	.maindesign .p-bathroom-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-shading_washable-table end--------------------------------------------------------- */


/* p-honoka-table start--------------------------------------------------------- */
.maindesign .p-honoka-table,
.maindesign .p-honoka-bar {
	width: 1600px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-honoka-table tr th:not(:first-of-type),
.maindesign .p-honoka-table tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-honoka-table {
		width: 1410px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-honoka-table tr th:not(:first-of-type),
	.maindesign .p-honoka-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-honoka-table end--------------------------------------------------------- */

/* p-relief_basic-table start--------------------------------------------------------- */
.maindesign .p-relief_basic-table,
.maindesign .p-relief_basic-bar {
	width: 1600px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-relief_basic-table tr th:not(:first-of-type),
.maindesign .p-relief_basic-table tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-relief_basic-table {
		width: 1410px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-relief_basic-table tr th:not(:first-of-type),
	.maindesign .p-relief_basic-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-relief_basic-table end--------------------------------------------------------- */

/* p-relief_washable-table start--------------------------------------------------------- */
.maindesign .p-relief_washable-table,
.maindesign .p-relief_washable-bar {
	width: 1600px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-relief_washable-table tr th:not(:first-of-type),
.maindesign .p-relief_washable-table tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-relief_washable-table {
		width: 1410px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-relief_washable-table tr th:not(:first-of-type),
	.maindesign .p-relief_washable-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-relief_washable-table end--------------------------------------------------------- */

/* p-second-class-table start--------------------------------------------------------- */
.maindesign .p-second-class-table,
.maindesign .p-second-class-bar {
	width: 1600px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-second-class-table tr th:not(:first-of-type),
.maindesign .p-second-class-table tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-second-class-table {
		width: 1410px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-second-class-table tr th:not(:first-of-type),
	.maindesign .p-second-class-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-second-class-table end--------------------------------------------------------- */

/* p-second-class_fireproof-table start--------------------------------------------------------- */
.maindesign .p-second-class_fireproof-table,
.maindesign .p-second-class_fireproof-bar {
	width: 1600px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-second-class_fireproof-table tr th:not(:first-of-type),
.maindesign .p-second-class_fireproof-table tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-second-class_fireproof-table {
		width: 1410px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-second-class_fireproof-table tr th:not(:first-of-type),
	.maindesign .p-second-class_fireproof-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-second-class_fireproof-table end--------------------------------------------------------- */


/* p-first-class-table start--------------------------------------------------------- */
.maindesign .p-first-class-table,
.maindesign .p-first-class-bar {
	width: 1600px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-first-class-table tr th:not(:first-of-type),
.maindesign .p-first-class-table tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-first-class-table {
		width: 1410px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-first-class-table tr th:not(:first-of-type),
	.maindesign .p-first-class-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-first-class-table end--------------------------------------------------------- */

/* p-zebright_plain-table start--------------------------------------------------------- */
.maindesign .p-zebright_plain-table,
.maindesign .p-zebright_plain-bar {
	width: 1200px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-zebright_plain-table tr th:not(:first-of-type),
.maindesign .p-zebright_plain tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-zebright_plain-table {
		width: 1050px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-zebright_plain-table tr th:not(:first-of-type),
	.maindesign .p-zebright_plain-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-zebright_plain-table end--------------------------------------------------------- */

/* p-zebright_natural-table start--------------------------------------------------------- */
.maindesign .p-zebright_natural-table,
.maindesign .p-zebright_natural-bar {
	width: 1200px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-zebright_natural-table tr th:not(:first-of-type),
.maindesign .p-zebright_natural tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-zebright_natural-table {
		width: 1050px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-zebright_natural-table tr th:not(:first-of-type),
	.maindesign .p-zebright_natural-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-zebright_natural-table end--------------------------------------------------------- */


/* p-sai_single_plain-table start--------------------------------------------------------- */
.maindesign .p-sai_single_plain-table,
.maindesign .p-sai_single_plain-bar {
	width: 1600px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-sai_single_plain-table tr th:not(:first-of-type),
.maindesign .p-sai_single_plain tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-sai_single_plain-table {
		width: 1410px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-sai_single_plain-table tr th:not(:first-of-type),
	.maindesign .p-sai_single_plain-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-sai_single_plain-table end--------------------------------------------------------- */

/* p-sai_single_shading-table start--------------------------------------------------------- */
.maindesign .p-sai_single_shading-table,
.maindesign .p-sai_single_shading-bar {
	width: 1600px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-sai_single_shading-table tr th:not(:first-of-type),
.maindesign .p-sai_single_shading tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-sai_single_shading-table {
		width: 1410px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-sai_single_shading-table tr th:not(:first-of-type),
	.maindesign .p-sai_single_shading-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-sai_single_shading-table end--------------------------------------------------------- */

/* p-lace_plain-table start--------------------------------------------------------- */
.maindesign .p-lace_plain-table,
.maindesign .p-lace_plain-bar {
	width: 1200px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-lace_plain-table tr th:not(:first-of-type),
.maindesign .p-lace_plain tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-lace_plain-table {
		width: 1050px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-lace_plain-table tr th:not(:first-of-type),
	.maindesign .p-lace_plain-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-lace_plain-table end--------------------------------------------------------- */


/* p-lace_shading-table start--------------------------------------------------------- */
.maindesign .p-lace_shading-table,
.maindesign .p-lace_shading-bar {
	width: 1200px; /* width-A + (width-B * 列数)*/
}
.maindesign .p-lace_shading-table tr th:not(:first-of-type),
.maindesign .p-lace_shading tr td:not(:first-of-type) {
	width: 200px !important; /* widthB */
}
@media screen and (max-width:767px) {
	.maindesign .p-lace_shading-table {
		width: 1050px; /* width-A + (width-B * 列数)*/
	}
	.maindesign .p-lace_shading-table tr th:not(:first-of-type),
	.maindesign .p-lace_shading-table tr td:not(:first-of-type) {
		width: 180px !important; /* widthB */
	}
}
/* p-lace_shading-table end--------------------------------------------------------- */






.maindesign .p-features-box {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
}
.maindesign .p-features-box--text {
	height: 2.0em;
	margin: 10px 0;
	font-weight: bold;
}
.maindesign .p-asis-max {
	width: 100%;
	height: auto;
}
.maindesign .p-asis-max img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.maindesign .p-comparison-heading {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.1rem;
}
.maindesign .p-comparison-column {
	position: relative;
}
.maindesign .p-comparison-column::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	background-color: #999;
	transform: translate(-50%,0);
}
@media screen and (max-width:767px) {
	.maindesign .p-comparison-heading {
		font-size: 1.0rem;
	}
	.maindesign .p-comparison-column::after {
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		transform: translate(0,-50%);
	}
}

.maindesign .p-color-list .p-color-list--item:not(:first-child) {
	margin-top: 30px;
}
.maindesign .p-color-list--type {
	font-weight: bold;
	font-size: 1.1rem;
}
.maindesign .p-color-list--gallery {
	display: flex;
	justify-content: space-between;
}
.maindesign .p-color-list--gallery-unit {
	width: 48%;
}
.maindesign .p-color-list--icon {
	display: inline-block;
    text-align: right;
    padding: 5px;
    border: 1px solid #ccc;
}
.maindesign .p-color-list--over {
	width: 100%;
	overflow-x: scroll;
}
.maindesign .p-color-list--over img,
.maindesign .p-color-bar_top {
	width: 1200px !important;
}
@media screen and (max-width:767px) {
	.maindesign .p-color-list--type {
		font-weight: bold;
		font-size: 1.0rem;
	}
}



.maindesign .p-overview {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.maindesign .p-overview .p-overview--item:nth-child(n+3) {
	margin-top: 15px;
}
.maindesign .p-overview--item {
	width: 49%;
	display: flex;
}
.maindesign .p-overview--heading {
	background-color: #fdd153;
	width: 6.0em;
	height: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
}
.maindesign .p-overview--heading__skyblue {
	color: #005FC3;
	cursor: pointer;
}
.maindesign .p-overview--content {
	margin-left: 20px;
}
.maindesign .p-overview--img {
	width: 150px;
}
.maindesign .p-overview--column {
	display: flex;
	flex-direction: column;
}
.maindesign .p-overview--notes {
	font-size: 0.8rem;
}
@media screen and (max-width:767px) {
	.maindesign .p-overview {
		width: 100%;
	}
	.maindesign .p-overview .p-overview--item:nth-child(n+2) {
		margin-top: 15px;
	}
	.maindesign .p-overview--item {
		width: 100%;
	}
	.maindesign .p-overview--content {
		margin-left: 15px;
	}
}

.maindesign .p-modal-img {
	cursor: pointer;
}



.maindesign .p-trisection-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-trisection-column--item {
	width: 31%;
}
.maindesign .p-trisection-column::before,
.maindesign .p-trisection-column::after {
	content: '';
	display: block;
	height: 0;
	width: 31%;
}
.maindesign .p-trisection-column::before {
	order: 1;
}
.maindesign .p-trisection-column .p-trisection-column--item:nth-child(n+4) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .p-trisection-column--item {
		width: 49%;
	}
	.maindesign .p-trisection-column::before,
	.maindesign .p-trisection-column::after {
		width: 49%;
}
	.maindesign .p-trisection-column .p-trisection-column--item:nth-child(n+3) {
		margin-top: 15px;
	}
}

.maindesign .p-c-blue {
	color: #6192b7;
	font-weight: bold;
}
.maindesign .p-c-red {
	color: #ff0000;
}


.maindesign .l-relation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .l-relation .l-relation--item:nth-of-type(n + 3) {
	margin-top: 15px;
}
.maindesign .l-relation--item {
	width: 49%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.maindesign .l-relation--item > a {
	display: block;
	color: #000 !important;
	text-decoration: none;
	height: 100%;
}
.maindesign .l-relation-inner {
	display: flex;
	padding: 20px 15px;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.maindesign .l-relation-text {
	width: 70%;
	order: 1;
}
.maindesign .l-relation-text--title {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 10px;
}
.maindesign .l-relation-text > span {
	line-height: 1.15;
} 
.maindesign .l-relation-img {
	width: 140px;
	max-width: 25%;
	order: 2;
}
.maindesign .l-relation-img > img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	.maindesign .l-relation .l-relation--item:not(:first-child) {
		margin-top: 15px;
	}
	.maindesign .l-relation--item {
		width: 100%;
	}
	.maindesign .l-relation-inner {
		padding: 15px 10px;
		height: 120px;
		align-items: center;
	}
	.maindesign .l-relation-text {
		order: 2;
	}
.maindesign .l-relation-text > span {
		font-size: 0.9rem;
	}
	.maindesign .l-relation-img {
		order: 1;
	}
}




/* 価格表共通start ---------------------------------------------------------*/
.maindesign .p-scroll-bar_top{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}
.maindesign .p-scroll-bar{
    height: 15px;
}
.maindesign .p-price-table {
	overflow-x: scroll;
	width: 100%;
}
.maindesign .p-price-table--inner {
	border-collapse: separate;
	border-spacing: 0;
	cursor: grab;
}
.maindesign .p-price-table--inner:active {
	cursor: grabbing;
}
.maindesign .p-price-table th {
	background-color: #fff2cc;
}
.maindesign .p-price-table td {
	font-size: 0.95rem;
}
.maindesign .p-price-table td,
.maindesign .p-price-table th {
	text-align: center;
	height: 35px;
} 
.maindesign .p-price-table td:not(.p-fixed-cell),
.maindesign .p-price-table th:not(.p-fixed-cell) {
	/* border: 1px solid #000; */
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
} 
.maindesign .p-price-table tr th:nth-child(2),
.maindesign .p-price-table tr td:nth-child(2)  {
	border-left: none;
}
.maindesign .p-price-table--inner tr:first-child th {
	height: 50px;
	line-height: 1.3;
	border-top: 1px solid #000;
}

.maindesign .p-price-table .p-fixed-cell {
	width: 200px; /* widthA */
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid #000;
}
.maindesign .p-price-table .p-fixed-cell::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff2cc;
	z-index: -1;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.maindesign .p-price-table--inner tr:first-child th:first-child {
	border-top: 1px solid #000;
}
.maindesign .p-price-table tr:last-child:has(.c-komeri-btn) td, .maindesign .p-price-table tr:last-child:has(.c-komeri-btn) th {
    height: 70px;
}
.maindesign .p-price-table tr th:not(:first-of-type),
.maindesign .p-price-table tr td:not(:first-of-type) {
	width: 120px; /* widthB */
}
.maindesign .p-categorise-cell {
	position: relative;
	background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #000 50.3%, #000 calc(50% + 0.5px), transparent calc(50% + 1px));
	width: 100%;
    height: 100%;
}
.maindesign .p-categorise-cell::before {
	content: '高さ';
	position: absolute;
	left: 5px;
	bottom: 3px;
	font-size: 0.9rem;
}
.maindesign .p-categorise-cell::after {
	content: '幅';
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 0.9rem;
}
.maindesign .p-sample-border {
	border: 2px solid #000;
	width: 2em;
	height: 1em;
	vertical-align: middle;
	margin: 0 0.5em;
	display: inline-block;
}
.maindesign .p-table-btn {
	padding: 10px 5px;
}
.maindesign .p-accordin--inner-heading {
	font-size: 1.5rem;
}

@media screen and (max-width:767px) {
	.maindesign .p-price-table {
		margin-top: 10px;
	}
	.maindesign .p-price-table td {
		font-size: 0.9rem;
	}
	.maindesign .p-price-table .p-fixed-cell {
		width: 150px; /* widthA */
	}
	.maindesign .p-price-table tr th:not(:first-of-type),
	.maindesign .p-price-table tr td:not(:first-of-type) {
		width: 80px; /* widthB */
	}
	.maindesign .p-categorise-cell::before {
		font-size: 0.85rem;
	}
	.maindesign .p-categorise-cell::after {
		font-size: 0.85rem;
	}
	.maindesign .p-accordin--inner-heading {
		font-size: 1.25rem;
	}
}
/* 価格表共通end ---------------------------------------------------------*/





.maindesign .p-right-column {
	display: flex;
	justify-content: flex-end;
}
.maindesign .p-bullet-points li:not(:first-child) {
	margin-top: 10px;
}



.maindesign .p-maker-btn {
	position: relative;
	border: 1px solid #B6B6B6;
	font-size: 1.0em;
    font-feature-settings: "palt";
    line-height: 1.3;
	text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
}
.maindesign .p-maker-btn::after {
	content: "";
    position: absolute;
	top: 50%;
    right: 15px;
    border-top: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate( 135deg);
}
.maindesign .p-maker-btn:hover {
	border-color: #E5002D;
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .p-maker-btn--inner {
	display: flex !important;
	opacity: 1.0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	padding: 0.35rem 2rem 0.35rem 1.75rem;
	min-height: 3.0em;
	text-decoration: none;
}
.maindesign .p-maker-btn--logo {
	width: 175px;
}
.maindesign .p-maker-btn--text {
	color: #000;
}
.maindesign .p-maker-btn--lead {
	padding-left: 1em;
	text-indent: -1em;
	text-align: center;
	font-size: 0.95rem;
	margin-top: 10px;
	line-height: 1.5;
}

@media screen and (max-width:767px) {
	.maindesign .p-maker-btn--logo {
		width: 150px;
	}
	.maindesign .p-maker-btn--text {
		font-size: 0.95rem;
	}
	.maindesign .p-maker-btn--lead {
		text-align: left;
		font-size: 0.9rem;
	}
}


/*250630*/
.mgt60{margin-top: 60px!important;}
.w100{width: 100%;}
.maindesign .icon40{
	width: 67px;
	height: 45px;
}
.maindesign h3.c-checkPoint .p-maker-logo-left {
    margin: 0 0 0 20px;
    width: calc(100% - 20px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.maindesign h3.c-checkPoint .p-maker-logo-left span {
    width: auto;
	margin-right: 1vw;
	margin-left: 0;
}
.maindesign .icon40-col2{
	display: flex;
	align-items: center;
}
.maindesign .icon40-col2 p{
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 10px;
}

@media screen and (max-width: 767px){
.mgt0sp{margin-top: 0!important;}
.mgt10sp{margin-top: 10px!important;}
.maindesign h3.c-checkPoint .p-maker-logo-left span {
	font-size: 0.75em;
	}
}


/*  250708 更新  */
.maindesign .c-feature-hdg4{
	font-size: 1.35rem;
    font-weight: bold;
    line-height: 1.3;
	margin: 40px 0 20px;
}


/*-- margin-top --*/
.mt1em { margin-top: 1em !important; }
.mt2em { margin-top: 2em !important; }
.mt3em { margin-top: 3em !important; }
/*-- margin-bottom --*/
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }

/*251130*/
.maindesign h3.c-checkPoint.campaign-announce { 
	position: relative;
	margin-bottom: 50px;
}
.maindesign h3.c-checkPoint span.campaign-announce-icon{
	position: absolute;
    font-size: 1rem;
    background: #ff0000;
    bottom: -43px;
    left: 0;
    color: #fff;
    padding: 5px 15px 7px;
	margin: 0; 
	width: fit-content;
	font-weight: normal;
	line-height: 1;
}

.maindesign h4.campaign-announce { 
	position: relative;
	margin-bottom: 50px;
}
.maindesign h4 span.campaign-announce-icon{
	position: absolute;
    font-size: 1rem;
    background: #ff0000;
    bottom: -38px;
    left:0;
    color: #fff;
    padding: 5px 15px 7px;
	margin: 0; 
	width: fit-content;
	font-weight: normal;
	line-height: 1;
}

.maindesign p.campaign-announce-lead {
	color: #ff0000;
}

.maindesign p.campaign-announce-lead.margin-add1 {
	margin-bottom: 40px;
}

.maindesign p.campaign-announce-lead.margin-add2 {
	margin-top: 40px;
}

.maindesign .mgt20 {
    margin-top: 2em !important;
}

@media screen and (max-width: 767px){
	.maindesign h3.c-checkPoint.campaign-announce {
		margin-bottom: 50px;
	}
	.maindesign h3.c-checkPoint span.campaign-announce-icon{
	    bottom: -41px;
        padding: 3px 15px 4px;
        line-height: 1.3;


}
	
	.maindesign h4.campaign-announce { 
	    margin-bottom: 50px;
}
.maindesign h4 span.campaign-announce-icon{
        padding: 3px 15px 4px;
        font-weight: normal;
        line-height: 1.3;


}
}