<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0px;
    font-size: 12px;
    background-color: #ffffff;
    background-image: url('../img/top/back_1.png');
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    vertical-align: top;
}

.divMainContents
{
    margin: 0 auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.divTopHeader
{
    width: 100%;
    position: center;
    padding-top: 20%;

}

.imgTopHeaderImage
{
    width: 100%;
}

.divHeaderImage
{
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 50%;
}

.divHeaderImagePC
{
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media only screen and (min-device-width: 1025px){
    .divHeaderImage
    {
        display: none;
    }
    
    .imgHeaderTitle
    {
        width: 40%;
    }
    
    .divHeaderImagePC
    {
        width: 100%;
    }
    
    .divSettingContents
    {
        margin-top: 30px;
    }
    
    .divMainContents
    {
        background-size: 40%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .divHeaderImage
    {
        display: none;
    }
    
    .imgHeaderTitle
    {
        width: 70%;
    }
    
    .divHeaderImagePC
    {
        width: 100%;
    }
    
    .divSettingContents
    {
        margin-top: 40vh;
    }
    
    .imgSetting
    {
    width: 10vw;
    }
    
    .divMainContents
    {
        background-size: 80%;
    }
}

@media only screen and (min-device-width: 415px) and (max-device-width: 767px) {
    .divHeaderImage
    {
        width: 100%;
    }
    .imgHeaderTitle
    {
        width: 60%;
    }
    
    .divHeaderImagePC
    {
        display: none;
    }
    
    .divSettingContents
    {
        margin-top: 10px;
    }
    .imgSetting
    {
    width: 10vw;
    }
    
    .divMainContents
    {
        background-size: 100%;
    }
}

@media only screen and (max-device-width: 414px) {
    .divHeaderImage
    {
        width: 100%;
        /* 表示画像の高さ ÷ 表示画像の幅 × 100 
        padding-top: 62.5%;*/
    }
    .imgHeaderTitle
    {
        width: 70%;
    }
    
    .divHeaderImagePC
    {
        display: none;
    }
    
    .imgSetting
    {
    width: 15vw;
    }
    .divMainContents
    {
        background-size: 100%;
    }
}


/* 設定ボタン領域 */
.divSettingContents
{
    color: #FFFFFF;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.divSettingCell
{  
}


.imgLanguage
{
    width: 100px;
    height: 100px;
}


/* 2段目 */
.divTopLine
{
    width: 100%;
}

.imgTopLine
{
    width: 100%;
}

.divButtonContents
{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.divButtonCell
{
    text-align: center;
}

@media screen and (min-device-width: 1025px) {
    .divButtonCell
    {
        width : calc(100% / 5);
    }
}
@media only screen and (min-device-width: 415px) and (max-device-width: 1024px) {
    .divButtonCell
    {
        width : calc(100% / 5);
    }
}
@media only screen and (max-device-width: 414px) {
    .divButtonCell
    {
        width : calc(100% / 3);
    }
}

.imgMenuButton
{
    width: 75%;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.divFooterContents
{
    position: fixed;
    bottom: 0px;
    width: 100%;
    display:none;
}

.imgFooter
{
    width: 100%;
}

.divFooterPadding
{
    height: 300px;
}

/*768px*/
@media screen
and (min-width: 766px) {
    .divFooterPadding
    {
        height: 350px;
    }
}

.divHomeIconGuideContents
{
    width: 100%;
    position: fixed;
    bottom: 150px;
    display: none;
    opacity: 0;
}

.divHomeIconGuide {
 	position: relative;
 	margin-top: 20px;
 	margin-bottom: 0px;
 	margin-left: auto;
 	margin-right: auto;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 70%;
 	color: #555;
	font-size: 24px;
	background: #e0edff;
	display: table;
	
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.divHomeIconGuide:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 30px solid #e0edff;
}

.divHomeIconGuideCell
{
    display: table-cell;
    padding: 5px;
    vertical-align: top;
}

.imgTopAppIcon
{
    width: 120px;
    
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
/* iPhoneX以降バナー底上げ用 */
@media screen and (max-aspect-ratio: 8/16) {
    .divFooterContents {
        position: fixed;
        bottom: 30px;
        width: 100%;
    }
}

/* iPhoneX以降メニューボタン3列 */
@media screen and (max-aspect-ratio: 2/3) {
    .divButtonCell {
        width: calc(100% / 3);
    }
}

/* 横画面 */
@media (orientation: landscape) {
    body
    {
    height: 100%;
    width: auto;
    background-size: contain;
    }
    .divSettingContents {
    /* margin-top: 10vh; */
    }
    .divButtonCell {
        width: calc(100% / 5);
    }

    .divHeaderImage
{
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 0;
}

.divTopHeader
{
    width: 100%;
    position: center;
    padding-top: 0%;

}


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