@charset "utf-8";

.text_space {letter-spacing: -0.1em;}

.text-vw{writing-mode: vertical-rl; letter-spacing:0.2em;}

table.m-table .u-valignT { vertical-align: top; }

.m-grid{justify-content: center;}
.m-grid--PC3_SP1 > .m-grid__item{
    width: auto;
}
div.m-grid--PC3_SP1{flex-wrap: nowrap;}

.marginAuto{
    margin: 0 auto;
}
.img_arrow{margin-top: 85px;}
.m-box--border{border-radius: 3em;}
.grid_iac{align-items: center;}

.m-text_pc{margin-top: 20px;}

.fs-15rem {font-size: 1.5rem;}

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

.m-text_pc{margin-top: 0;}
.img_arrow{
    margin: 0 auto;;
    transform:rotate(90deg);}
div.m-grid--PC3_SP1{flex-wrap: wrap;}
.u-float--R {
        width: 100%;
        padding-top: 10px;
        padding-left: 0;
        padding-bottom: 10px;
        float: none;
    }				
}