<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
	}
#main {
	margin-bottom: 100px !important;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px !important;
	}
}

.maindesign .u-mt-leave {
	margin-top: 50px;
}
.maindesign .u-mt-moderate {
	margin-top: 30px;
}
.maindesign .u-mt-close {
	margin-top: 15px;
}
.maindesign .u-mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .u-mt-leave {
		margin-top: 30px;
	}
	.maindesign .u-mt-close {
		margin-top: 10px;
	}
	.maindesign .u-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 .u-pc-only {
	display: block;
}
.maindesign .u-sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .u-pc-only {
		display: none;
	}
	.maindesign .u-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 &gt; a {
	text-decoration: none;
	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;
	font-size: 1.15rem;
}
.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);
}
@media screen and (max-width:767px) {
	.maindesign .c-komeri-btn--inner {
		font-size: 1.0rem;
	}
}

.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;
}
@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: 0;
	left: 50px;
	width: auto;
	height: 100%;
	font-size: 3.0rem;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 2px 5px #000000, 2px 3px 8px #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.maindesign .l-title--inner-sub {
	font-size: 0.75em;
	display: block;
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .l-title--inner {
		left: 20px;
		font-size: 6.5vw;
	}
	.maindesign .l-title--inner-sub {
		margin-top: 20px;
	}
}

.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 2rem 0.35rem 1.75rem;
	min-height: 3.0em;
}
.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--inner {
		min-height: 3.5em;
    	font-size: 0.85rem;
	}
	.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 .p-qa-content .p-qa-content--item:not(:first-child) {
	margin-top: 30px;
}
.maindesign .p-accordion {
	border-bottom: 1px solid #000;
}
.maindesign .p-accordion--header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid rgba(205,205,205,0);
	transition: border-bottom 0.5s;
}
.maindesign .p-accordion--header:hover {
	cursor: pointer;
}
.maindesign .p-icon {
	width: 1.75em;
	height: 1.75em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #fff;
	font-size: 1.5em;
	margin-right: 15px;
}
.maindesign .p-icon__q {
	background-color: #4f81bd;
}
.maindesign .p-icon__a {
	background-color: #E5002D;
}
.maindesign .p-accordion--q-text {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3;
	width: calc(100% - 150px);
}
.maindesign .p-accordion--icon-box {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 2%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.maindesign .p-accordion--plus {
	display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.maindesign .p-accordion--plus::before {
	content: '';
	position: absolute;
	background-color: #000;
    border-radius: 10px;
	transform: rotate(0deg);
    transform-origin: center center;
	width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.maindesign .p-accordion--plus::after {
    content: '';
    background-color: #000;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.maindesign .p-accordion--header.js-open {
	border-bottom: 1px solid rgba(205,205,205,0.7);
}
.maindesign .p-accordion--header.js-open .p-accordion--icon-box {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.maindesign .p-accordion--header.js-open .p-accordion--plus:before {
	content: none;
}
.maindesign .p-accordion--header.js-open .p-accordion--plus:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.maindesign .p-accordion--inner {
	display: none;
	margin-top: 15px;
	margin-bottom: 30px;
}
.maindesign .p-accordion--a-text {
	font-size: 1.0rem;
	line-height: 1.5;
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .p-icon {
		width: 1.5em;
		height: 1.5em;
		font-size: 1.25em;
	}
	.maindesign .p-accordion--q-text {
		font-size: 0.95rem;
		width: calc(100% - 100px);
	}
	.maindesign .p-accordion--a-text {
		font-size: 0.9rem;
	}
	.maindesign .p-accordion--icon-box {
		right: 0%;
	}
}



.maindesign .p-overview-list {
	margin-top: 20px;
}
.maindesign .p-overview-list .p-overview-list--item:not(:first-child) {
	margin-top: 30px;
}
.maindesign .p-overview-list--item {
	display: flex;
}
.maindesign .p-overview-list--ttl {
	font-size: 1.2em;
	font-weight: bold;
	width: 6.0em;
	position: relative;
}
.maindesign .p-overview-list--ttl::after {
	position: absolute;
	content: ':';
	top: 0;
	right: 0;
}
.maindesign .p-overview-list--content {
	width: calc(100% - 6.0em);
	margin-left: 30px;
}
.maindesign .p-overview-list--content li:not(:first-child) {
	margin-top: 5px;
}
.maindesign .p-overview-list--content li {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width:767px) {
	.maindesign .p-overview-list--item {
		flex-wrap: wrap;
	}
	.maindesign .p-overview-list--ttl {
		width: auto;
	}
	.maindesign .p-overview-list--ttl::after {
		right: -1em;
	}
	.maindesign .p-overview-list--content {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
}

.maindesign .p-solo-btn {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:767px) {
	.maindesign .p-solo-btn {
		width: 100%;
	}
}

/*  â†“â†“ 241128 æ›´æ–° â†“â†“  */
.maindesign .effectiveness{
	padding: 20px;
	margin-top: 30px;
	border: 2px solid #333;
}
.maindesign .effectiveness h3{
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.maindesign .effectiveness h3 .red{
	color: #E5002D;
}

.maindesign .effectiveness--list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
}
.maindesign .effectiveness--list p {
	font-size: 1.0em;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 5px;
}
.maindesign .effectiveness--list .images img {
	vertical-align: bottom;
}
@media screen and (max-width:767px) {

.maindesign .effectiveness {
    padding: 3vw;
    border: 0.5vw solid #333;
}
.maindesign .effectiveness h3{
	font-size: 7vw;
	margin-bottom: 8vw;
}
.maindesign .effectiveness--list{
	column-gap: 3vw;
}
.maindesign .effectiveness--list p{
	font-size: 2.5vw;
}

}





/*  â†‘â†‘ 241128 æ›´æ–° â†‘â†‘  */

</pre></body></html>