<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kogan_img_top0 {
	float: right;
	padding-top: 40px;
	width: 35%;
}

/* Minimum width of 786 pixels.
 *
 * Width including the scroll bar of the browser.
 */
@media screen and (min-width: 786px) {

div.tooltip1:hover span.tooltip1__130 {
    display: block;                  /* ãƒœãƒƒã‚¯ã‚¹è¦ç´&nbsp;ã«ã™ã‚‹ */
    position: absolute;            /* relativeã‹ã‚‰ã®çµ¶å¯¾ä½ç½® */
    top: 25px;
    font-size: 12px;
    color: #fff;
    background-color: #51A2C1;
    width: 130px;
    padding: 5px;
    border-radius:3px;
    z-index:100;
}
div.tooltip1:hover span.tooltip1__150 {
    display: block;                  /* ãƒœãƒƒã‚¯ã‚¹è¦ç´&nbsp;ã«ã™ã‚‹ */
    position: absolute;            /* relativeã‹ã‚‰ã®çµ¶å¯¾ä½ç½® */
    top: 25px;
    font-size: 12px;
    color: #fff;
    background-color: #51A2C1;
    width: 150px;
    padding: 5px;
    border-radius:3px;
    z-index:100;
}
.kogan_img_top0 {
	float: right;
	padding-top: 0px;
	width: auto;
}

}

.topSummerWrap {
    width: 70%;
    margin: 0 0 2rem 15%;
}
@media screen and (max-width: 786px) {
    .topSummerWrap {
        width: 90%;
        margin: 0 5% 2rem;
    }

    .topSummerWrap img {
        width: 100%;
    }

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