@charset "utf-8";
/* info */
.info-item{padding: 16px 0; border-bottom: 1px solid #ea5515;}
.info-item:nth-of-type(n+11){display: none;}
.info-item a{text-decoration: underline; color: #ea5515; display: inline-block;}
.info-item a:hover{opacity: .8;}
.info-item a.disable{color: #888;}

.info-date{margin: 0 0 8px; display: flex; align-items: center; font-size: 1.4rem; line-height: 1;}
.info-label{width: 66px; padding: 5px 0; background: #ea5515; border-radius: 6px; color: #fff; font-size: 1.2rem; font-weight: bold; text-align: center; display: block; margin-right: 10px;}

.info-btn{width: 290px; margin: 40px auto 0; padding: 1.1em 0; border-radius: 8px; background: #ea5515; color: #fff; text-align: center; position: relative; transition: .3s; cursor: pointer;}
.info-btn:before{content: 'さらに見る'; display: block; font-size: 1.8rem; line-height: 1; font-weight: bold; font-family: 'Zen Maru Gothic', serif;}
.info-btn i{width: 16px; height: 16px; display: block; position: absolute; top: 50%; right: 20px; margin-top: -8px;}
.info-btn i:before,
.info-btn i:after{content: ''; position: absolute; display: block; background: #fff;}
.info-btn i:before{top: 7px; left: 0; width: 100%; height: 2px;}
.info-btn i:after{top: 0; left: 7px; width: 2px; height: 100%;}
.info-btn:hover{background: #ea5515; box-shadow: 3px 3px 0px 0px rgba(234,85,21,0.5); transform: translateY(-3px);}

.info-btn.is-open:before{content: '閉じる';}
.info-btn.is-open i:after{display: none;}