.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 .p-page--item-leave {
	margin-top: 50px;
}
.maindesign .p-page--item-moderate {
	margin-top: 30px;
}
.maindesign .p-page--item-close {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.maindesign .p-page--item-leave {
		margin-top: 30px;
	}
	.maindesign .p-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 > 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.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;
    width: 90%;
    height: 90%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: rgba(0,160,233,0.7);
}
.maindesign .l-title--content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 10px 0;
}
.maindesign .l-title--sub {
	font-size: 1.5rem;
	font-weight: bold;
}
.maindesign .l-title--main {
	font-size: 5.5rem;
    font-weight: bold;
}
.maindesign .l-title--main > span {
	font-size: 0.8em;
	margin-left: 15px;
}
.maindesign .l-title--category {
	display: flex;
	justify-content: space-around;
	width: 85%;
	margin-top: 10px;
}
.maindesign .l-title--category--unit {
	width: 100%;
	font-size: 1.4rem;
    font-weight: bold;
	display: inline-block;
    background: #00a0e9;
    border: 2px solid #fff;
	padding: 0.3em 0.5em;
	text-align: center;
}

@media screen and (max-width:767px) {
	.maindesign .l-title--sub {
		font-size: 4.0vw;
	}
	.maindesign .l-title--main {
		font-size: 4.0rem;
	}
	.maindesign .l-title--category--unit {
		font-size: 3.0vw;
	}
}

.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;
}
.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;
}


.maindesign .catch-text {
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	font-size: 1.5rem;
}

@media screen and (max-width:767px) {
	.maindesign .catch-text {
		font-size: 1.35rem;
	}
}

.maindesign .notes {
	border: 2px solid #000;
	padding: 20px 15px;
	font-size: 1.15rem;
} 
.maindesign .notes--title {
	font-weight: bold;
	font-size: 1.2rem;
}
.maindesign .notes--lead {
	margin-top: 20px;
}
.maindesign .notes--unit {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.25;
}
.maindesign .notes--lead .notes--unit:not(:first-child) {
	margin-top: 15px;
}

@media screen and (max-width:767px) {
	.maindesign .notes {
		font-size: 0.95rem;
	}
}



.maindesign .nav-list .nav-list--item:not(:first-child) {
	margin-top: 30px;
}
.maindesign .nav-list--item {
	position: relative;
	border: 1px solid #000;
	border-radius: 10px;
	overflow: hidden;
}
.maindesign .nav-list--item::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	border-top: solid 4px #000;
	border-right: solid 4px #000;
	width: 24px;
	height: 24px;
	transform: translateY(-50%) rotate(45deg);
}
.maindesign .nav-list--link {
	text-decoration: none;
	color: #000;
	width: 100%;
	height: 100%;
	display: block;
	padding: 15px 10px;
}
.maindesign .nav-list--inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.maindesign .nav-list--img {
	min-height: 0%;
	width: 25%;
	margin-right: 15px;
}
.maindesign .nav-list--text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 60%;
}
.maindesign .nav-list--title {
	font-size: 1.2rem;
	font-weight: bold;
}
.maindesign .nav-list--lead {
	margin-top: 15px;
}

@media screen and (max-width:767px) {
	.maindesign .nav-list--item::after {
		border-top: solid 3px #000;
		border-right: solid 3px #000;
		width: 18px;
		height: 18px;
	}
	.maindesign .nav-list--inner {
		flex-wrap: wrap;
		justify-content: center;
	}
	.maindesign .nav-list--img {
		width: 80%;
		margin: 0 auto;
	}
	.maindesign .nav-list--text {
		width: 100%;
		margin-top: 20px;
	}
	.maindesign .nav-list--title {
		font-size: 1.1rem;
	}
}


.maindesign .mesh--top {
	width: 100%;
}
.maindesign .mesh--list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.maindesign .mesh--list::before,
.maindesign .mesh--list::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
.maindesign .mesh--list::before {
	order: 1;
}
.maindesign .mesh--list-unit {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 24%;
}
.maindesign .mesh--list-img {
	min-height: 0%;
	width: 90%;
}
.maindesign .mesh--list-btn {
	margin-top: 10px;
	width: 100%;
}

@media screen and (max-width:767px) {
	.maindesign .mesh--list::before,
	.maindesign .mesh--list::after {
		width: 49%;
	}
	.maindesign .mesh--list-unit {
		width: 49%;
	}
	.maindesign .mesh--list .mesh--list-unit:nth-child(n+3) {
		margin-top: 30px;
	}
}

.maindesign .half-img {
	width: 50%;
}
@media screen and (max-width:767px) {
	.maindesign .half-img {
		width: 100%;
	}
}

.maindesign .p-btn-container {
    margin-right: auto;
    margin-left: auto;
    width: 50%;
}

@media screen and (max-width:767px) {
	.maindesign .p-btn-container {
		width: 100%;
	}
}

.maindesign .two_one-col {
	display: flex;
	justify-content: space-between;
}
.maindesign .two_one-col--unit {
	width: 49%;
}
@media screen and (max-width:767px) {
	.maindesign .two_one-col {
		flex-wrap: wrap;
	}
	.maindesign .two_one-col--unit {
		width: 100%;
	}
}

.maindesign .pointImg{
	width: 70px;
    position: absolute;
    top: 10px;
    right: 10px;
}

/*240229*/

.maindesign .nav-list--inner {
	position: relative;
}

.maindesign .campaign-container--item__blue {
    color: #1d2089;
    border: 1px solid #1d2089;
	position: absolute;
    top: 25%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 1.25rem;
    font-weight: bold;
    padding: 5px 10px;
    box-sizing: border-box;
}

.maindesign .campaign-container--item__blue2 {
    color: #1d2089;
    border: 1px solid #1d2089;
	position: absolute;
    top: 8%;
    right: 2%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    font-weight: bold;
    padding: 5px 10px;
    box-sizing: border-box;
}

@media screen and (max-width:767px){
.maindesign .campaign-container--item__blue {
    right: 0;
	top: 22%;
    font-size: 0.6rem;
    transform: translateY(-35%);
}
	
.maindesign .campaign-container--item__blue2{
    position: absolute;
	right: -1%;
	top: 0%;
    font-size: 0.6rem;
    transform: translateY(-35%);
}	
}