@charset "utf-8";.share-btn{max-width:300px}.share-btn ul{display:flex;flex-wrap:wrap;justify-content:center}.share-btn li{width:20%}.share-btn a{display:flex;align-items:center;justify-content:center;width:100%;padding:10px;transition:box-shadow .3s ease;text-decoration:none;box-shadow:inset 0 0 0 5px rgba(255,255,255,.2)}.share-btn a:hover{box-shadow:inset 0 0 0 7px rgba(255,255,255,.7)}.share-btn img{display:block;max-width:100%;height:auto}.btn-x a{background-color:#000}.btn-facebook a{background-color:#3b5999}.btn-pocket a{background-color:#ee4056}.btn-hatena a{background-color:#008fde}.btn-line a{background-color:#06c755}.btn-line{display:none}@media screen and (max-width:768px){.btn-line{display:block}}@media screen and (max-width:599px){.share-btn{width:90%}}