<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.insert-container {
	margin: 50px 0;
}
.insert-container * {
	box-sizing: border-box;
}
.insert-container .img-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.insert-container .img-list--unit {
	width: 49%;
}
.insert-container .img-list .img-list--unit:nth-child(n+3) {
	margin-top: 30px;
}
.insert-container .link-area {
	position: relative;
}
.insert-container .link-area--inner {
	position: absolute;
}
.insert-container .link-area--inner:hover {
	background-color: rgba(255,255,255,0.25);
	transition: 0.25s;
}
.insert-container .link-area--inner img, 
.insert-container .link-area--inner a {
	width: 100%;
	height: 100%;
}

.insert-container .link-area--inner-01-01 {
	top: 21%;
    left: 27%;
    width: 33%;
    height: 10%;
}
.insert-container .link-area--inner-01-02 {
	top: 31%;
    left: 27%;
    width: 45%;
    height: 10%;
}
.insert-container .link-area--inner-01-03 {
	top: 41%;
    left: 27%;
    width: 38%;
    height: 11%;
}
.insert-container .link-area--inner-01-04 {
	top: 52%;
    left: 27%;
    width: 56%;
    height: 10%;
}
.insert-container .link-area--inner-01-05 {
	top: 62%;
    left: 27%;
    width: 69%;
    height: 11%;
}

.insert-container .link-area--inner-02-01 {
	top: 15%;
    left: 34%;
    width: 13.2%;
    height: 20.4%;
}
.insert-container .link-area--inner-02-02 {
	top: 15%;
    left: 47.2%;
    width: 13.2%;
    height: 20.4%;
}
.insert-container .link-area--inner-02-03 {
	top: 15%;
    left: 60.4%;
    width: 13.2%;
    height: 20.4%;
}
.insert-container .link-area--inner-02-04 {
	top: 35.6%;
    left: 16%;
    width: 18%;
    height: 10.7%;
}
.insert-container .link-area--inner-02-05 {
	top: 46.3%;
    left: 16%;
    width: 18%;
    height: 10.7%;
}
.insert-container .link-area--inner-02-06 {
	top: 57%;
    left: 16%;
    width: 18%;
    height: 10.7%;
}
.insert-container .link-area--inner-02-07 {
	top: 67.7%;
    left: 16%;
    width: 18%;
    height: 10.7%;
}
.insert-container .link-area--inner-02-08 {
	top: 78.4%;
    left: 16%;
    width: 18%;
    height: 10.7%;
}
.insert-container .main-content {
    margin-top: 25px;
}
.insert-container .catch-txt {
    font-weight: bold;
    line-height: 1.5;
}
.insert-container .catch-txt--main {
    font-size: 2.5rem;
}
.insert-container .catch-txt--sub {
    font-size: 1.25rem;
}
.insert-container .main-content .img-list:not(:first-child) {
    margin-top: 25px;
}

@media screen and (max-width:767px) {
	.insert-container {
		margin: 30px 0;
	}
	.insert-container .img-list--unit {
		width: 100%;
	}
	.insert-container .img-list .img-list--unit:not(:first-child) {
		margin-top: 30px;
	}
    .insert-container .catch-txt--main {
        font-size: 1.35rem;
    }
    .insert-container .catch-txt--sub {
        font-size: 0.9rem;
    }
    
}</pre></body></html>