.pc-words {
    text-align: left;
    font-size: 12pt;
}

.title {
    text-align: center;
    font-size: 25pt;
    color: #fc7602;
    font-weight: bold;
    text-shadow: 1px 1px 2px silver;
}

.matome {
    display: flex;
    justify-content: center;
}

.box {  
    position: relative;
}
 
.box img {
    border: 7px solid #fc7602;
}

.box p {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
    margin: 0;
    background-color: #fc7602;
    color: #fff;
    font-size: 18pt;
    font-weight: bold;
    letter-spacing: 1px;
}

hr {
    border-top: 5px dotted #a9a9a9;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.sp-words {
    display: none;
}

@media only screen and (max-width : 768px){
.pc-words {
    display: none;
}

.sp-words {
    display: flex;
    flex-direction: column;
}

.title {
    text-align: center;
    font-size: 18pt;
    color: #fc7602;
    font-weight: bold;
    text-shadow: 1px 1px 2px silver;
}

.box {  
    position: relative;
}
    
.box img {
    border: 7px solid #fc7602;
}
 
.box p {
    position: absolute;
    top: 0;
    left: 5px;
    padding: 2px;
    background-color: #fc7602;
    color: #fff;
    font-size: 20pt
}

hr {
    border-top: 5px dotted #a9a9a9;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
}
