@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap);
.history-page__content{margin-top:80px}@media(max-width: 767px){.history-page__content{margin-top:40px}}.history-page__list{display:flex}@media(max-width: 767px){.history-page__list{display:block}}.history-page__item{width:300px}@media(max-width: 767px){.history-page__item{width:100%}}.history-page__item:not(:nth-child(3n)){margin-right:30px}@media(max-width: 767px){.history-page__item:not(:nth-child(3n)){margin-right:0}}@media(max-width: 767px){.history-page__item:not(:first-child){margin-top:60px}}.history-page__item-eyecatch{margin-bottom:20px}.history-page__item-eyecatch-image{width:100%;height:auto}.history-page__item-meta{display:flex;margin-bottom:5px;font-size:1.6rem}.history-page__item-year{display:flex;align-items:center;margin-left:15px}.history-page__item-year-icon{margin:0 8px}.history-page__item-title-text{font-size:2.4rem;line-height:calc(34 / 24)}.history-page__item-list{margin-top:20px;counter-reset:pageCount}.history-page__item-list-item{padding:15px 10px 15px 30px;border-top:1px solid #d8dcdf;counter-increment:pageCount}.history-page__item-list-item:last-child{border-bottom:1px solid #d8dcdf}.history-page__item-list-anchor{font-size:1.6rem;color:#222;text-decoration:none;position:relative;transition:opacity .3s cubic-bezier(0.13, 0.78, 0.38, 0.98)}.history-page__item-list-anchor::before{content:counter(pageCount);position:absolute;top:0;left:-20px}body:not(.o-touch_device) .history-page__item-list-anchor:hover{opacity:.5}
