<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;
    margin-top: 25px;
}
.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: 20.5%;
    left: 26.5%;
    width: 35%;
    height: 9.5%;
}
.insert-container .link-area--inner-01-02 {
    top: 30%;
    left: 26.5%;
    width: 39%;
    height: 10.5%;
}
.insert-container .link-area--inner-01-03 {
    top: 40.5%;
    left: 26.5%;
    width: 42%;
    height: 10.5%;
}
.insert-container .link-area--inner-01-04 {
    top: 51%;
    left: 26.5%;
    width: 51%;
    height: 10.5%;
}

.insert-container .link-area--inner-02-01 {
    top: 17%;
    left: 34%;
    width: 13%;
    height: 23.6%;
}
.insert-container .link-area--inner-02-02 {
    top: 17%;
    left: 47%;
    width: 13%;
    height: 23.6%;
}
.insert-container .link-area--inner-02-03 {
	top: 17%;
    left: 60%;
    width: 13%;
    height: 23.6%;
}
.insert-container .link-area--inner-02-04 {
    top: 40.7%;
    left: 15.9%;
    width: 18%;
    height: 12.2%;
}
.insert-container .link-area--inner-02-05 {
    top: 52.9%;
    left: 15.9%;
    width: 18%;
    height: 12.3%;
}
.insert-container .link-area--inner-02-06 {
    top: 65.2%;
    left: 15.9%;
    width: 18%;
    height: 12.3%;
}
.insert-container .link-area--inner-02-07 {
    top: 77.5%;
    left: 15.9%;
    width: 18%;
    height: 12.3%;
}
.insert-container .catch-txt {
    font-weight: bold;
    line-height: 1.5;
}
.insert-container .main-content {
    margin-top: 25px;
}
.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>