<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*@media screen and (max-width: 767px), (hover: none) {*/
@media screen and (max-width: 767px) {
    #catch-area .section-body {
        background: url(../images/introductionrecord/back.jpg) center no-repeat;
        text-align: center;
        background-size: 100% auto;
        background-position-y: 0;
    }
    #catch-area .section-body .copy {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 10vw;
    }
    #catch-area .pr-list {
        margin-top: 10vw;
    }
    #catch-area .pr-box {
        border: 2px solid #d9dde1;
        margin-bottom: 15px;
        margin-right: 20px;
        margin-left: 20px;
    }
    #catch-area .pr-box-body {
        padding: 15px;
        color: #00479d;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.4em;
    }
    #proposal {
        text-align: center;
        color: #d90000;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.4em;
    }
}
@media screen and (min-width: 768px), print {
    #catch-area .section-body {
        background: url(../images/introductionrecord/back.jpg) center no-repeat;
        text-align: center;
        background-size: 100% auto;
        background-position-y: 0;
        padding-bottom: 500px;
        position: relative;
    }
    #catch-area .section-body .copy {
        width: 642px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 168px;
    }
    #catch-area .pr-list {
        display: flex;
        justify-content: center;
        width: 1100px;
        position: absolute;
        top: 500px;
        left: 0;
    }
    #catch-area .pr-box {
        width: 500px;
        margin-right: 8px;
        margin-left: 8px;
        border: 4px solid #d9dde1;
		padding: 0;
		box-sizing: border-box;
	}
	#catch-area .pr-box img {
        width: 100%;

    }
    #catch-area .pr-box-body {
        padding: 30px;
        color: #00479d;
        font-weight: bold;
        font-size: 24px;
        line-height: 1.4em;
    }
    #catch-area .pr-box-body.flex {
        margin-top: 0.5em;
    }
    #proposal {
        text-align: center;
        color: #d90000;
        font-weight: bold;
        font-size: 24px;
        line-height: 1.4em;
    }
}</pre></body></html>