<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CSS Document */
@media screen and (max-width:768px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

#container{
	width:100%;
}

body {
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.smart_off {display: none;}
.f_switching {	display: none;}

.page_title {
	width: 100%!important;
	padding: 0!important;
}

.conts {
	width: 100%;
}

h2.multi_h2,
h2.conts_h2 {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 24px;
	padding: 3%;
	background: #f5f5f5;
	text-align:left;
	margin: 0 0 10px 0;
	font-weight: bold;
    }

    /* rental-contents */

    .onl_link_box {
        border: 6px solid #0085b2;
        padding: 25px 3%;
        margin-top: 35px;
    }
    .onl_link_box p {
        font-size: 17px;
        line-height: 29px;
        font-weight: bold;
        text-align: center;
        color: #0085b2;
        margin-bottom: 20px;
    }
    .onl_link_box ul {
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .onl_link_box li {
        list-style: none;
    }
    .onl_link_box a {
        display: block;
        background: #ff9326;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        position: relative;
        padding: 12px 0;
        padding-left: 20px;
        border: 2px solid #ff9326;
        text-decoration: none;
        margin-bottom: 10px;
    }
    .onl_link_box a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        right: 25px;
        width: 8px;
        height: 8px;
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
        border-radius: 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/* åŸºæœ¬é&nbsp;…ç›®ã“ã“ã¾ã§
---------------------------------------- */

}</pre></body></html>