.center{
    margin:auto;
    text-align:center;
    margin-top:120px;
    width:40%;
}

.border-list{
    width:100%;
    box-sizing:border-box;
    text-align:left;
    display:inline-block;
    border:1px solid #000;
}
.parent{
    width:60%;
    margin:auto;
}
.parent-table{
    width:60%;
    margin:auto;
}
.image-1{
    width:100%;
    height:auto;
    margin:auto;
}
.side-color{
    color:#882255;
}
.pick-up{
    font-weight:bold;
}
.underline-maker-black{
    background:linear-gradient(transparent 70%,#005500 0%);
}

.underline{
    border-bottom:solid 2px #882255;
}

.simpleunderline{
    border-bottom:solid 2px #000;
}
.attention::after{
    content:"\"";
    color:#882255;
    font-size:26px;
}
.attention::before{
    content:"\"";
    color:#882255;
    font-size:26px;
}

h2{
    padding:0.8rem 0;
    border-bottom:solid 3px #808080;
    border-top:solid 3px #808080;
    
    background-size:100% 10px;
    color:#353535;
    font-weight:bold;
    font-size:26px;
}
h3{
    font-size:25px;
}
p{
    text-align:justify;
    text-justify:inter-ideograph;
    font-size:20px;
    letter-spacing:0.12em;
    line-height:1.5em;
}

ul{
    font-size:20px;
}
li{
    font-size:22px;
}
ruby{
    
    ruby-align:center;
}
details.add{
    font:20px;
}