@charset "utf-8";

/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

【PC】ウィンドウ幅が769px以上の場合に適用するCSS

■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
@media print,
screen and (min-width:769px) {

.br-sp {
        display: none;
    }

.vt_recovery {
    width: 1000px;
    text-align: center;
    margin: auto;
    font:
}

p.color {
    font-size: 1.3em;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    background-color: #0095e0c9;
    margin: 6px;
}

span.color {
    background-color: #0057a5;
    padding: 7px;
    margin: 10px;
}

.color a {
    color: #fff
}

.text img {
    margin: 20px;
}

.text {
    text-align: center;
}

.irosentaku {
    font-size: 2em;
    padding: 10px;
    color: #0057a5;
    width: 60%;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
    text-align: left;
    font-weight:bold;
    letter-spacing:0.3em;
}

.irosentaku::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 620px;
    width: 50px;
    height: 2px;
    background: #eac12b;
}

.p-topTypeBoxList__btn {
    position: relative;
    width: 160px;
    margin: 15px auto;
    border: 1px solid #0057a5;
}


.title {
    font-size: 1.6em;
}

ul.sentaku {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sentaku li {
    width: 25%;
    margin: 20px;

}

.sentaku li img {
    width: 189px;
    padding-bottom: 10px;
}

ul.threesize {
    display: flex;
    width: 100%;
    justify-content: center;
}

.threesize li {
    list-style: none;
    padding: 10px;
}

.threesize li img {
    width: 189px;
}

.3size li img {
    width: 200px;
}
}