<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;
	}
#main {
	margin-bottom: 100px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px;
	}
}

.maindesign .l-page--item-leave {
	margin-top: 50px;
}
.maindesign .l-page--item-moderate {
	margin-top: 30px;
}
.maindesign .l-page--item-close {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.maindesign .l-page--item-leave {
		margin-top: 30px;
	}
	.maindesign .l-page--item-close {
		margin-top: 15px;
	}
	.maindesign .p-section-imitation {
		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 &gt; a {
	text-decoration: none;
}
.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-breadcrumb {
	margin-bottom: 5px;
}
.maindesign .c-breadcrumb,
.maindesign .c-breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.maindesign .c-breadcrumb {
		margin-left: 5px;
	}
}

.maindesign .c-lead-text {
	font-size: 1.0rem;
	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: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.maindesign .l-title--sub-text {
	font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    width: 75%;
    padding: 10px 0;
    border-radius: 25px;
    color: #fff;
    background: #2890c2;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 50%);
}
.maindesign .l-title--main-text {
	color: #fff;
    text-shadow: 0px 0px 5px rgb(10 10 10 / 70%);
    font-weight: bold;
    font-size: 3.5rem;
	margin-top: 15px;
}

@media screen and (max-width:767px) {
	.maindesign .l-title--sub-text {
		font-size: 5.0vw;
		line-height: 1.25;
	}
	.maindesign .l-title--main-text {
		font-size: 8.5vw;
		margin-top: 10px;
	}
}


.maindesign .l-topBtn ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .l-topBtn ul li:nth-child(n+5) {
	margin-top: 15px;
}
.maindesign .l-topBtn li {
	width: 24%;
	margin-bottom: 0 !important;
	font-family:'Noto Sans JP',"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",verdana,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
.maindesign .l-topBtn ul::before,
.maindesign .l-topBtn ul::after {
	content: '';
	display: block;
	width: 24%;
	height: 0;
}
.maindesign .l-topBtn ul::before {
	order: 1;
}
.maindesign .l-topBtn a {
	display: flex !important;
	align-items: center;
	height: 55px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 0.9em 0.8em;
	display: block;
	border: 1px solid #ccc;
	border-radius: 6px;
	text-align: left;
	box-sizing: border-box;
	width: 100%;
	font-size: 0.9em;
	position: relative;
	line-height: 1.3;
}
.maindesign .l-topBtn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	border-top: solid 1px #E5002D;
	border-right: solid 1px #E5002D;
	width: 10px;
	height: 10px;
	transform: translateY(-50%) rotate(45deg);
}
.maindesign .l-topBtn a:hover {
	transition: 0.6s;
	border-color: #E5002D;
	opacity: .5;
}

  
@media screen and (max-width:767px) {
	.maindesign .l-topBtn li {
		width: 49%;
	}
	.maindesign .l-topBtn ul::before,
	.maindesign .l-topBtn ul::after {
		width: 49%;
	}
	.maindesign .l-topBtn ul li:nth-child(n+3) {
		margin-top: 15px;
	}
	.maindesign .l-topBtn a {
		padding: 0.9em 0.5em;
		font-size: 0.85em;
	}
	.maindesign .l-topBtn a::after {
		width: 8px;
		height: 8px;
		right: 7px;
	}
}



.maindesign .p-osusume--cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-osusume--card-unit {
	width: 24%;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}
.maindesign .p-osusume--card-link {
	text-decoration: none;
	color: #000;
}
.maindesign .p-osusume--card-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .p-osusume--card-img {
	min-height: 0%;
}
.maindesign .p-osusume--card-text {
	padding: 20px 12px 15px;
	font-weight: bold;
	font-size: 1.15rem;
	text-align: center;
	line-height: 1.3;
}

@media screen and (max-width:767px) {
	.maindesign .p-osusume--cards .p-osusume--card-unit:nth-child(n+3) {
		margin-top: 20px;
	}
	.maindesign .p-osusume--card-unit {
		width: 49%;
	}
	.maindesign .p-osusume--card-text {
		padding: 15px 7px 10px;
		font-size: 1.0rem;
	}
}

.maindesign .images {
	display: flex;
	justify-content: space-between;
}
.maindesign .images--unit {
	width: 49%;
}

@media screen and (max-width:767px) {
	.maindesign .images {
		flex-wrap: wrap;
	}
	.maindesign .images--unit {
		width: 100%;
	}
	.maindesign .images .images--unit:not(:first-child) {
		margin-top: 20px;
	}
}

.maindesign .gaiyo {
	border: 1px solid #ff0000;
	padding: 15px;
}
.maindesign .gaiyo--title {
	font-weight: bold;
	font-size: 1.25rem;
}
.maindesign .gaiyo--list {
	margin-left: 30px;
	margin-top: 15px;
	list-style-type: disc !important;
	line-height: 1.25;
}
.maindesign .gaiyo--list .gaiyo--list-unit:not(:first-child) {
	margin-top: 15px;
}

@media screen and (max-width:767px) {
	.maindesign .gaiyo {
		padding: 10px;
	}
	.maindesign .gaiyo--title {
		font-size: 1.15rem;
	}
	.maindesign .gaiyo--list {
		font-size: 0.95rem;
	}
}

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

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

.maindesign h3.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;
}
.maindesign h3.checkPoint .st0{
	fill:#aaaaaa;
}
.maindesign h3.checkPoint .st1{
	fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;
}
.maindesign h3.checkPoint span {
    margin: 0 0 0 20px;
}


.maindesign .flow .flow--unit:not(:first-child) {
	margin-top: 60px;
}
.maindesign .flow .flow--unit:not(:last-child)::after {
	content: '';
	position: absolute;	
	bottom: -30px;
	right: 50%;
	transform: translate(30px,50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	border-top: 25px solid #000;
	border-bottom: 0;
}
.maindesign .flow--unit {
	border: 1px solid #000;
	border-radius: 10px;
    padding: 15px;
	position: relative;
}

.maindesign .images--text {
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .images--text {
		margin-bottom: 5px;
	}
}



.maindesign .p-naire--cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-naire--card-unit {
	width: 32%;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}
.maindesign .p-naire--cards .p-naire--card-unit:nth-child(n+4) {
	margin-top: 20px;
}
.maindesign .p-naire--card-link {
	text-decoration: none;
	color: #000;
}
.maindesign .p-naire--card-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .p-naire--card-img {
	min-height: 0%;
}
.maindesign .p-naire--card-text {
	padding: 20px 12px 15px;
	font-weight: bold;
	font-size: 1.0rem;
	text-align: center;
	line-height: 1.3;
}
.maindesign .p-naire--card-text &gt; span {
	font-weight: normal;
	margin-top: 10px;
	display: inline-block;
}

@media screen and (max-width:767px) {
	.maindesign .p-naire--cards .p-naire--card-unit:nth-child(n+3) {
		margin-top: 20px;
	}
	.maindesign .p-naire--card-unit {
		width: 49%;
	}
	.maindesign .p-naire--card-text {
		padding: 15px 7px 10px;
		font-size: 1.0rem;
	}
}</pre></body></html>