.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}

.maindesign img {
	display: block;
	width: 100%;
	height: auto;
}

.maindesign .half-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .half-column--item {
	width: 49%;
}
.maindesign .half-column::after {
	content: '';
	display: block;
	height: 0;
	width: 49%;
}
.maindesign .half-column .half-column--item:nth-child(n+3) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .half-column--item {
		width: 100%;
	}
	.maindesign .half-column .half-column--item:nth-child(n+2) {
		margin-top: 15px;
	}
}

.maindesign h1 span.heading_main{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 4em;
    line-height: 1.2;
    width: 86%;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    font-feature-settings: "palt" 1;
}
.maindesign h1 span.heading_main span.heading_main__stlong{

}
.maindesign h1 span.heading_sub{
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.2em;
	width: 60%;
    text-align: center;
}

.maindesign h1 span.heading_sub2{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2em;
    width: 60%;
    text-align: center;
    font-weight: bold;
}



@media screen and (max-width:767px) {
.maindesign h1 span.heading_main {
    position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 5.7vw !important;
        line-height: 1.2;
        width: 95%;
        text-align: center;
        font-weight: bold;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
        font-feature-settings: "palt" 1;
}
	
.maindesign h1 span.heading_sub {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 3vw !important;
        width: 90%;
        text-align: center;
	    line-height: 1.2;
}
	
	.maindesign h1 span.heading_sub2{
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 4.6vw !important;
    width: 90%;
    text-align: center;
}
	
}

.maindesign .maker_logo {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
	margin-left: 10px;
}

.maindesign .maker_logo_container {
	width: 60px;
	height: auto;
	margin-right: 10px;
}

.maindesign .messageBox.webfont {
	border: 1px #B70B17 solid;
    padding: 0.5em;
    box-sizing: border-box;
    line-height: 2;
}

.maindesign .messageBox p {
    color: #B70B17;
    font-size: 1em;
    font-weight: bold;
}

.maindesign .messageBox p:nth-child(2) {
    font-size: 1em;
    font-weight: normal;
}

@media screen and (max-width:767px) {
.maindesign .messageBox p:nth-child(2) {
    line-height: 1.2;
	font-size: 1em;
    font-weight: normal;
    }

}

.maindesign .nav-container {
	display: flex;
	flex-wrap: wrap;
}

.maindesign .nav-container{
	margin: 4rem 0 20px;
	
}

.maindesign .nav-container.border-top {
	margin: 1rem 0 0;
	padding-top: 20px;
    border-top: 2px #333 solid;
}

.maindesign .nav-header {
	width: 25%; 
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 1.2em;
	font-weight: bold;
}

.maindesign .nav-container nav {
	width: 75%;
}

.maindesign .nav-container ul.tab-menu-nav {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
	margin: 0;
}

.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 .st1 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-miterlimit: 10;
}

.maindesign h3.checkPoint .st0 {
    fill: #aaaaaa;
}

.maindesign h3.checkPoint span {
    margin: 0 0 0 20px;
}

@media screen and (max-width:767px) {
.maindesign .nav-header,.maindesign .nav-container nav {
	width: 100%;
}
	
.maindesign .nav-container ul.tab-menu-nav {
	display: flex;
	gap: 0;
	margin: 2rem 0 1rem 0;
}	
	
.maindesign .nav-container {
    margin: 2rem 0 0;
}
}

.maindesign .nav-section {
	margin-bottom: 50px;
}

@media screen and (max-width:767px) {
.maindesign .nav-section {
	margin-bottom: 0;
}
}