@charset "utf-8";

/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

【PC】ウィンドウ幅が768px以下の場合に適用するCSS

■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
@media print,
screen and (max-width:768px) {



.vt_recovery {
    text-align: center;
    margin: auto;
    font: 
}

p.color {
    padding: 5px;
    font-weight: bold;
    text-align: center;
    background-color: #0095e0c9;
    margin: 6px;
}

span.color {
    background-color: #0057a5;
    padding: 3px 40px;
    font-size:0.8em;
}


.color a {
    color: #fff
}

a.iromei {
    font-size: 0.7em;
    font-weight: 600;
}

.text img {
    display: block;
    margin: auto;
    padding: 10px;
}

.text {
    text-align: center;
    position: relative;
}
.iro {
    position: relative;
}
.irosentaku {
    font-size: 1.3em;
    background: none;
    padding: 10px;
    color:  #0057a5;
    width: 60%;
    margin: auto;
    margin-top: 20px;
    margin-bottom:15px;
    text-align: left;
}

.irosentaku::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 285px;
    width: 50px;
    height: 2px;
    background: #eac12b;
}

.p-topTypeBoxList__btn {
    margin: 0 auto;
    border: 1px solid #36abe7;
    margin-top: 5px;
    margin-bottom: 30px;
    font-size:0.8em;
}


.title {
    font-size: 1.6em;
}

ul.sentaku {
    width: 100%;
}

.sentaku li {
    width: 32%;
    display: inline-block;
        
}

.sentaku li img {
}

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;
}

p.mark {
    text-align: left;
    font-size: 0.8em;
}
}