<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*===========================================
	20220208 guide.css
=============================================*/

#contents h1 {
	border-bottom: none;
	padding: 0;
}
#contents h1.topImage,
#contents h1.sp_topImage{
    font-size: 0;
}


#contents h1 img {
	width: 100%;
    height: auto;
}

#contents header ul.navigationLink{
    border-bottom: 1px solid #ccc;
    justify-content: flex-start;
}

#contents ul.navigationLink &gt; li{
    border-bottom: 4px solid #fff;
    margin-top: 1em;
}

#contents header ul.navigationLink &gt; li &gt; a:hover,
#contents header ul.navigationLink &gt; li &gt; a:active,
#contents header ul.navigationLink &gt; li &gt; a:visited{
    color: #000;
    text-decoration: none !important;
}

#contents header ul.navigationLink &gt; li:not(.active):hover{
    border-bottom-color: #A0D5F9;
    opacity: 0.7;
}

#contents header ul.navigationLink &gt; li.active{
    border-bottom-color: #0850bd;
}

#contents section h2.title {
    font-size: 1.538rem;
    background-color: #0089ff30;
    border-left: solid 4px #0850bd;
    padding: 6px 0 2px 20px;
    font-weight: normal;
    margin-bottom: 1em;
}

#contents section h3.title{
    font-size: 1.231rem;
    border-bottom: solid 1px #999;
    border-left: solid 7px #999;
    padding: 3px 10px 0 15px;
    font-weight: normal;
    margin-bottom: 1em;
}
#contents section .square{
    font-weight: normal;
    font-size: 100%;
    margin-bottom: 5px;
}
#contents section .square:before {
    content: "■";
    padding-right: 3px;
    color: #0850bd;
    font-size: 1.077rem;
}

#contents section .square ~ p{
    margin-left: 1em;
}

#contents .pct{
    margin: 2em 0;
    text-align: center;
}

#contents .pct.left{
    text-align: left;
    margin-left: 1em;
}

#contents section .menuList{
    width: 20%;
    background: #eee;
    padding: 1.5em 2em;
    margin: auto;
}

#contents section .menuList ul{
    margin: 0;
}

#contents section .menuList ul li{
    margin-bottom: 5px;
}

#contents section .linkArea ul &gt; li{
    width: calc((100% - 38px) / 4);
}

#contents section .linkArea ul &gt; li &gt; a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 0;
    text-decoration: none;
    color: #000;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

#contents section .linkArea ul &gt; li:hover,
#contents section .linkArea ul &gt; li a:hover,
#contents section .linkArea ul &gt; li a:active,
#contents section .linkArea ul &gt; li a:focus{
    opacity: 0.7;
}

#contents .qaArea{
    padding: 1.5em 1.5em 0 1.5em;
    background: #eee;
    border: 1px solid #bbb;
    margin: 1em 0 1.5em 1em;
}

#contents .qaArea ul.qaList{
    margin: 0;
    padding: 0;
}

#contents .qaArea ul.qaList li{
    border-bottom: 1px dotted #999;
    margin-bottom: 1em;
}

#contents .qaArea ul.qaList li:last-child{
    border-bottom: none;
    margin-bottom: 0.5em;
}

#contents .flex.rightImage{
    margin: 0 0 2em 1em;
    justify-content: space-between;
    align-items: self-start;
}

#contents .flex.rightImage .pct{
    margin: 0;
}


@media (min-width: 641px){
    #contents h1.topImage{
        display: block;
    }

    #contents h1.sp_topImage{
        display: none;
    }
    
    #contents ul.navigationLink &gt; li{
        padding: 0.5em 2em;
    }
    
    #contents section .square {
        margin-left: 1em;
    } 
    #contents section .square ~ p{
        margin-left: 2em;
    }
    
    #contents .flex.rightImage .pct{
        padding-right: 2em;
    }

}

@media (max-width: 640px){
    #contents h1.topImage{
        display: none;
    }

    #contents h1.sp_topImage{
        display: block;
        background-color: #D9EDFF;
    }
    
    #contents ul.navigationLink{
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 0;
    }
    
    #contents ul.navigationLink &gt; li{
        text-align: center;
        width: calc(100% / 3);
        margin-bottom: 0;
    }
    #contents section .menuList{
        width: 100%;
    }
    #contents .pct:not(.s_img):not(.cap) img{
        width: 100%;
        max-width: 360px;
        height: auto;
    }
    #contents section .linkArea ul &gt; li{
        width: calc(100% - 38px);
        margin-bottom: 1em;
    }
    
    #contents .qaArea{
        margin-left: 0;
    }
    #contents .pct.left{
        margin-left: 0;
    }
    
    #contents .flex.rightImage{
        align-items: center;
    }
    #contents .flex.rightImage .pct{
        margin-top: 1em;
    }
}

@media (max-width: 400px){
    #contents .pct:not(.s_img) img{
        width: 100%;
        max-width: 300px;
        height: auto;
    }
}
</pre></body></html>