@charset "UTF-8";

.summary p:first-child {padding-bottom: 0;}
.summary p:last-child {padding-top: 0;padding-bottom: 50px;}
.article .note {position: relative;padding-left: 1.2em;text-align: left;display: inline-block;font-size: 13px;}
.article .note > span {position: absolute;left: 0;}
.summary .note{margin-top: 30px;}

@media screen and (max-width:767px){
.summary p + p {padding-top: 20px;padding-bottom: 0;}
.summary p:last-child {padding-bottom: 25px;}
.summary .note{margin-top: 20px;}
.article .note {font-size: 10px;}
}
