@charset "UTF-8";
/* Index CSS Document */

.p_ttl--mv {
    
}
.p_ttl--mv > * {
    display: table;
}
.p_ttl--mv > * > * {
    display: table-cell;
    vertical-align: middle;
}
.p_ttl--mv .ttl-en {
    height: 35px;
    font-size: 15px;
    letter-spacing: 0.175em;
    padding: 0 20px 0 15px;
    background-color: #3B3230;
    color: #E3B691;
    margin-bottom: 10px;
}
.p_ttl--mv .ttl-ja {
    height: 58px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.075em;
    padding: 0 30px 0 20px;
    background-color: #fff;
    color: #000;
}

.p_ttl--section .ttl-ja {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.p_ttl--section .ttl-en {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.205em;
    line-height: 1;
    color: #E3B691;
}
/*階層ページタイトル*/

.p_ttl--pages--section--ttl{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 5px solid #21C194;
    margin-bottom: 50px;
}
.p_ttl--pages--section--ttl.pst-orange{
    border-bottom: 5px solid #f58a32;
}
.p_ttl--pages--section--ttl.pst-purple{
    border-bottom: 5px solid #A37EB6;
}
@media screen and (max-width: 768px) {
    .p_ttl--mv .ttl-en{
        font-size: 16px;
        margin-bottom: 7px;
        height: 31px;
    }
    .p_ttl--mv .ttl-ja{
        font-size: 18px;
        height: 39px;
        padding: 0 25px 0 24px;
    }
    .p_ttl--section .ttl-ja {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .p_ttl--section .ttl-en {
        font-size: 11px;
    }

    .p_ttl--pages--section--ttl{
        font-size: 22px;
        line-height: 1.45;
        padding-bottom: 10px;
        border-bottom: 3px solid #21C194;
        margin-bottom: 35px;
    }
    .p_ttl--pages--section--ttl.pst-orange{
        border-bottom: 3px solid #f58a32;
    }
	.p_ttl--pages--section--ttl.pst-purple{
        border-bottom: 3px solid #f58a32;
    }
    .p_ttl--pages--section--ttl span{
        font-size: 15px;
    }
}

