@charset "utf-8";
/* CSS Document */
.accent {
    color: #EE0000;
}

.accent_02{
    color: #AA0000;
}

.annotation {
    padding-left: 1em;
    text-indent: -1em;
}

ul.list_no_style{
    list-style: none;
    padding-left: 0;
}

.insideArea a.flex,
.insideArea div.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

a.flex ul{
    margin: 0 0 0 1em;
}

a.flex ul > li{
    margin-bottom: 0.3em;
}

a.flex p,
a.flex dl {
    margin: 0 0 0 2em;
}

a.flex > .annotation {
    margin: 0.3em 0 0 2em;
}

a.flex dl dd {
    margin-left: 0;
}

a.box_style{
    margin: 1em 0;
    padding: 1em;
    background-color: #F1F5F9;
    border-radius: 6px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
	border: solid 1px #999;
}

a.box_style:hover{
    opacity: 0.5;
    text-decoration: none;
}

a.box_style:focus-visible{
	outline: thin dotted;
}

a.center{
    align-items: center;
}

ul.m_style {
    list-style-type: disc;
}

.f-img{
    display: flex;
    margin: 2em 2em 3em;
    align-items: center;
    justify-content: space-evenly;
}

.mqblock{
    display: none;
}


@media (max-width: 640px){
    strong.heading{
        padding: 0 0.5em;
    }
    
    .insideArea div.flex {
        justify-content: flex-start;
    }
    
    .insideArea div.flex.reverse{
        flex-direction: column-reverse;
        padding: 1em;
    }  
    
    a.flex ul{
        margin: 0;
        padding-left: 1.5em;
    }

    a.flex p,
    a.flex dl {
        margin: 0 0 0 1em;
    }

    a.flex > .annotation {
        margin: 0.3em 0 0 1em;
    }
    
    a.box_style{
        padding: 1em 0.5em;
    }
    
    .pcblock{
        display: none;
    }
    
    .mqblock{
        display: block;
        text-align: center;
    }
    
    img.mqblock,
    .mqblock img {
        max-width: 100%;
    }
    
    img.icon{
        width: 20%;
    }
    
    span.next{
        margin: 0 0 0 0.5em;
    }

}

.wakuRed {
    border: 1px solid #ee0000;
    padding: 1em 1.5em;
    margin-top: 35px;
    margin-bottom: 35px;
}

.wakuRed p {
	margin:0;
}

/* 20230206 */
.insideArea .s5-linkV3:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
	height: 1em;
    width: 1em;
}

a.box_style:focus-visible {
    outline: auto;
}

/* 20240112 */

#contents .wakuRed {
	padding: 1.5em 1em;
	margin: 1em 0;
}

#contents .mb10{
	margin-bottom: 10px !important;
}

#contents .ml_10{
	margin-left: 10px !important;
}
