body {
	margin: 0;
}

.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}

.maindesign {
	width: 870px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	.maindesign {
		width: 100%;
	}
}
.maindesign #main {
	margin: 0 auto 60px;
}
@media screen and (max-width:767px) {
	.maindesign #main {
		margin: 0 10px 35px;
	}
}
.webfont {
	font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
.maindesign .pc-only {
	display: block;
}
.maindesign .sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .pc-only {
		display: none;
	}
	.maindesign .sp-only {
		display: block;
	}
}
.maindesign .feature-hdg2 {
	position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.25rem;
    margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
	font-weight: bold;
}
.maindesign .feature-hdg2::after {
	position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 8%;
    display: block;
}

@media screen and (max-width:767px) {
	.maindesign .feature-hdg2 {
		font-size: 1.15rem;
		margin-top: calc(60px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign .scroll-text > span {
	font-size: 0.9rem;
	padding: 5px;
    border: 2px solid #E00012;
    color: #E00012;
    display: inline-block;
    font-weight: bold;
}
.maindesign .icon-container {
	width: 100%;
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .icon-container {
		overflow-y: hidden;
	}
	.maindesign .icon-container img {
		min-width: 870px;
	}
}
.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}

.maindesign .image-list .image-list--item:not(:first-child) {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.maindesign .image-list .image-list--item:not(:first-child) {
		margin-top: 20px;
	}
}


.maindesign .backtop {
	margin: 0 0 25px auto;
}
@media screen and (max-width:767px) {
	.maindesign .backtop {
		margin: 0 5px 15px auto;
	}
}


#copyright {
	background-color: #F0F0F0;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 80%;
    clear: both;
}

