@charset "utf-8";


/* pc
----------------------------------------------- */

@media print, screen and (min-width:741px) {
	
	section #zero h1{
        color: #2e2b47;
        font-size: 1.93vw;
        line-height: 1em;
        font-weight: bold;
        position: relative;
        text-align: left;
        padding-left: 1.1em;
        margin-bottom: 1.2em;
    }
    section #zero h1::before{
        content: "";
        display: block;
        position: absolute;
        left: 0%;
        top: 50%;
        transform: translateY(-50%);
        width: 0.7em;
        height: 2px;
        background: #3c96c1;
    }
    #zero .text{
        text-align: left;
    }
    #zero .img_box{
        display: block;
        margin: 30px auto;
        width: 79.6%;
    }
    #zero .img_box img{
        max-width: 100%;
    }
    #zero .legend{
        color: #2e2b47;    
        font-size: 1.1vw;
    }
}
@media print, screen and (min-width:900px) {
    section #zero h1{
        font-size: 2.23vw;
    }
}
@media print, screen and (min-width:1300px) {
    section #zero h1{
        font-size: 2.1em;
    }
    #zero .text{
        font-size: 16px;
    }
    #zero .legend{
        font-size: 14px;
    }
    
}
/* mobile
----------------------------------------------- */

@media only screen and (max-width:740px) {

iframe {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


    section #zero h1{
        color: #2e2b47;
        font-size: 4.73vw;
        line-height: 1.5em;
        font-weight: bold;
        position: relative;
        text-align: left;
        padding-left: 1.1em;
        margin-bottom: 5%;
        box-sizing: border-box;
        margin-top: 10%;
    }
    section #zero h1::before{
        content: "";
        display: block;
        position: absolute;
        left: 0%;
        top: 50%;
        transform: translateY(-50%);
        width: 0.7em;
        height: 2px;
        background: #3c96c1;
    }
	#zero .text{
        text-align: left;
        font-size: 13px;
    }
    #zero .img_box{
        display: block;
        margin: 0 auto;
        width: 90.1%;
    }
    #zero .img_box img{
        max-width: 100%;
    }
    #zero .legend{
        color: #2e2b47;    
        font-size: 12px;
    }
}
