@charset "UTF-8";

/*--------------------------------------------------------------------お知らせ*/
 #news-nav {
	 width: 15.625%;
	 box-sizing: border-box;
	 border-top: 2px solid #e6e6e6;
	 padding-top: 26px;

}
 #news-nav .sttl03 {
	 border-bottom: none;
	 font-size: 16px;
	 font-size: 1.6rem;
	 padding-top: 11px;
	 margin-bottom: 0;
}
 #news-nav ul li {
	 border-bottom: 1px dotted #cdcccc;
}
 #news-nav ul li a {
	 display: block;
	 padding: 8px 0;
	 text-decoration: none;
	 color: #585858;
}

 #news-nav ul li.active {
	 padding: 8px 0;
	 color: #0fbedf;
}
 #news-nav ul li.activeParent a {
	 color: #0fbedf;
}
 #news-list {
	 max-width: 1000px;
	 box-sizing: border-box;
}
 #news-list #news-cate {
	 margin-top: -2px;
	 border-bottom: 1px solid #e6e6e6;
	 margin-bottom: 24px;
}
 #news-list #news-cate li {
	 -webkit-transition: border ease 0.25s;
	 transition: border ease 0.25s;
	 width: 20%;
	 border-top: 2px solid #e6e6e6;
}
 #news-list #news-cate li a {
	 display: block;
	 width: 100%;
	 padding: 8px 0;
	 text-align: center;
	 color: rgba(88, 88, 88, 0.6);
	 text-decoration: none;
}
 #news-list #news-cate li a:hover {
	 color: #000;
}
 #news-list #news-cate li.active {
	 display: block;
	 padding: 8px 0;
	 text-align: center;
	 color: #000;
}
 #news-list #news-cate li:nth-child(1):hover, #news-list #news-cate li:nth-child(1).active {
	 border-top: 2px solid #747a7e;
}
 #news-list #news-cate li:nth-child(2):hover, #news-list #news-cate li:nth-child(2).active {
	 border-top: 2px solid #92c708;
}
 #news-list #news-cate li:nth-child(3):hover, #news-list #news-cate li:nth-child(3).active {
	 border-top: 2px solid #0fbedf;
}
 #news-list #news-cate li:nth-child(4):hover, #news-list #news-cate li:nth-child(4).active {
	 border-top: 2px solid #e9e609;
}
 #news-list .news-item {
	 position: relative;
	 border-bottom: 1px solid #e6e6e6;
}
 #news-list .news-item .news-img {
	 position: absolute;
	 top: 16px;
	 left: 10px;
	 border: 1px solid #e6e6e6;
}
 #news-list .news-item .news-img span {
	 margin: 4px;
	 display: block;
	 width: 60px;
	 height: 60px;
	 background-repeat: no-repeat;
	 background-size: contain;
	 background-position: center;
}
 #news-list .news-item .news-ttl {
	 box-sizing: border-box;
	 margin: 0 50px;
	 padding: 16px 0;
}
 #news-list .news-item .news-ttl .date {
	 color: rgba(88, 88, 88, 0.6);
}

 #news-list .news-item .news-ttl .cate {
	 display: inline-block;
	 border: 1px solid #585858;
	 margin-left: 16px;
	 width: 120px;
	 text-align: center;
	 font-size: 12px;
	 font-size: 1.2rem;
	 line-height: 1;
	 padding: 4px 0 3px;
}
 #news-list .news-item .news-ttl .cate.cate-info {
	 border-color: rgba(146, 199, 8, 0.24);
	 background: rgba(146, 199, 8, 0.1);
}
 #news-list .news-item .news-ttl .cate.cate-release {
	 border-color: rgba(15, 190, 223, 0.24);
	 background: rgba(15, 190, 223, 0.1);
}
 #news-list .news-item .news-ttl .cate.cate-ir {
	 border-color: rgba(233, 230, 9, 0.48);
	 background: rgba(233, 230, 9, 0.2);
}
 #news-list .news-item .news-ttl .ttl {
	 margin-top: 4px;
	 display: block;
}
 #news-list .news-item .news-ttl .ttl a {
	color: #5191B2;
    text-decoration: underline;
    padding: 0 5px;
}
 #news-list .news-item .news-ttl .ttl .icon-pdf {
	 color: #fa000a;
}
 #news-list .news-item .news-ttl .ttl .icon-blank {
	 color: #000;
}
 #news-list .news-item .news-ttl .link {
	 position: absolute;
	 top: 30%;
	 right: 0;
}
 #pager {
	 margin-top: 80px;
	 width: 100%;
	 text-align: center;
}
 #pager li {
	 position: relative;
	 margin: 0 4px;
	 display: inline-block;
}
 #pager li a {
	 line-height: 3.2;
	 display: inline-block;
	 text-decoration: none;
	 border: 1px solid #e6e6e6;
	 width: 48px;
	 height: 48px;
	 border-radius: 24px;
	 position: relative;
	 color: #585858;
}
 #pager li a:hover {
	 border: 1px solid #0fbedf;
	 background: #0fbedf;
	 color: #fff;
}
 #pager .btn-back {
	 margin-right: 24px;
}
 #pager .btn-back a {
	 color: #0fbedf;
	 border: 1px solid #0fbedf;
}
 #pager .btn-next {
	 margin-left: 24px;
}
 #pager .btn-next a {
	 color: #0fbedf;
	 border: 1px solid #0fbedf;
}
 #pager .current {
	 display: inline-block;
	 position: relative;
	 border: 1px solid #e6e6e6;
	 width: 48px;
	 height: 48px;
	 border-radius: 24px;
	 border: 1px solid #0fbedf;
	 background: #0fbedf;
	 color: #fff;
	 line-height: 3.2;
}
 #pager .disabled {
	 line-height: 3.2;
	 border: 1px solid #e6e6e6;
	 width: 48px;
	 height: 48px;
	 border-radius: 24px;
	 opacity: .2;
	 pointer-events: none;
	 color: #0fbedf;
	 border: 1px solid #0fbedf;
}
/*--------------------------------------------------------------------お知らせ詳細*/
 #news-detail-info {
	 margin-top: -16px;
	 width: 15.625%;
	 box-sizing: border-box;
}
 #news-detail-info .date span {
	 font-size: 24px;
	 font-size: 2.4rem;
}
 #news-detail-info .cate {
	 font-size: 14px;
	 font-size: 1.4rem;
	 margin-top: 16px;
	 border: 1px solid #585858;
	 width: 120px;
	 text-align: center;
	 line-height: 1;
	 padding: 6px 0 5px;
}
 #news-detail-info .cate.cate-info {
	 border-color: rgba(146, 199, 8, 0.24);
	 background: rgba(146, 199, 8, 0.1);
}
 #news-detail-info .cate.cate-release {
	 border-color: rgba(15, 190, 223, 0.24);
	 background: rgba(15, 190, 223, 0.1);
}
 #news-detail-info .cate.cate-ir {
	 border-color: rgba(233, 230, 9, 0.48);
	 background: rgba(233, 230, 9, 0.2);
}
 #news-detail-info .share {
	 margin-top: 32px;
}
 #news-detail-info .share dd {
	 display: inline-block;
}
 #news-detail-info .share dd a {
	 text-decoration: none;
	 font-size: 40px;
	 font-size: 4rem;
}
 #news-detail-info .share dd:last-child {
	 margin-left: 8px;
}
 #news-detail {
	 margin-top: -15px;
	 width: 84.375%;
	 box-sizing: border-box;
	 border-left: 1px solid #e6e6e6;
	 padding-left: 64px;
}
 #news-detail #news-detail-ttl {
	 font-size: 32px;
	 font-size: 3.2rem;
	 font-family: 'Noto Sans Japanese';
	 font-style: normal;
	 font-weight: 700;
	 line-height: 1.4;
	 color: #000;
	 border-bottom: 2px solid #e6e6e6;
	 padding: 0 40px 24px;
}
 #news-detail #news-detail-body {
	 margin: 60px 40px;
}
 #news-detail-body h1 {
	 font-family: 'Noto Sans Japanese';
	 font-style: normal;
	 font-weight: 700;
	 font-size: 24px;
	 font-size: 2.4rem;
	 color: #fff;
	 text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	 padding: 6px 24px 8px;
	 margin-bottom: 32px;
	 background: #92c708;
	 line-height: 1.4;
}
 #news-detail-body h2 {
	 font-family: 'Noto Sans Japanese';
	 font-style: normal;
	 font-weight: 700;
	 font-size: 24px;
	 font-size: 2.4rem;
	 color: #000;
	 margin-bottom: 32px;
	 padding: 8px 24px;
	 border-top: 1px solid #e6e6e6;
	 border-bottom: 1px solid #e6e6e6;
	 position: relative;
	 line-height: 1.4;
}
 #news-detail-body h2:before {
	 background-color: #92c708;
	 content: '';
	 display: block;
	 position: absolute;
	 left: 0;
	 height: 26px;
	 top: 12px;
	 width: 8px;
}
 #news-detail-body h3 {
	 font-family: 'Noto Sans Japanese';
	 font-style: normal;
	 font-weight: 500;
	 font-size: 20px;
	 font-size: 2rem;
	 color: #000;
	 position: relative;
	 padding: 8px 24px;
	 margin-bottom: 24px;
	 border-bottom: 1px solid #e6e6e6;
	 line-height: 1.4;
}
 #news-detail-body h3:before {
	 background-color: #92c708;
	 content: '';
	 display: block;
	 position: absolute;
	 left: 0;
	 height: 16px;
	 top: 14px;
	 width: 16px;
}
 #news-detail-body p {
	 margin-bottom: 16px;
}
 #news-detail-body table {
	 margin-bottom: 3.9534883721%;
	 width: 100%;
}
 #news-detail-body table th, #news-detail-body table td {
	 border-right: 1px dotted #cdcccc;
	 border-top: 1px dotted #cdcccc;
	 line-height: 1.5;
	 padding: 16px 20px;
	 vertical-align: middle;
}
 #news-detail-body table th:last-child, #news-detail-body table td:last-child {
	 border-right: none;
}
 #news-detail-body table th {
	 border-right: 1px solid rgba(146, 199, 8, 0.4);
	 border-top: 1px solid rgba(146, 199, 8, 0.4);
	 background-color: rgba(146, 199, 8, 0.1);
	 text-align: center;
	 font-weight: bold;
}
 #news-detail-body table tr:last-child th {
	 border-bottom: 1px solid rgba(146, 199, 8, 0.4);
}
 #news-detail-body table tr:last-child td {
	 border-bottom: 1px dotted #cdcccc;
}
 #news-detail-body ul {
	 margin-bottom: 16px;
}
 #news-detail-body ul li {
	 list-style-type: disc;
	 margin-left: 1em;
}
 #news-detail-body ol {
	 margin-bottom: 16px;
}
 #news-detail-body ol li {
	 list-style-type: decimal;
	 margin-left: 1em;
}
 #news-detail-body dl {
	 margin-bottom: 16px;
}
 #news-detail-body dl dt {
	 font-size: 16px;
	 font-size: 1.6rem;
	 margin-top: 14px;
	 padding-left: 16px;
	 position: relative;
}
 #news-detail-body dl dt:before {
	 background-color: #92c708;
	 content: '';
	 display: block;
	 position: absolute;
	 left: 0;
	 height: 8px;
	 top: 8px;
	 width: 8px;
}
 #news-detail-body dl dt:first-child {
	 margin-top: 0;
}
 #news-detail-body dl dd {
	 padding-left: 16px;
}
 #news-detail-body .youtube {
	 position: relative;
	 padding-bottom: 56.25%;
	 padding-top: 30px;
	 height: 0;
	 overflow: hidden;
}
 #news-detail-body .youtube iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 .back-list {
	 margin-top: -48px;
}
 .back-list a {
	 color: #585858;
	 text-decoration: none;
	 display: block;
}

 .back-list a:hover span {
	 background: #0fbedf;
	 border: 1px solid #0fbedf;
	 color: #fff;
}
 .back-list a span {
	 -webkit-transition: all ease 0.25s;
	 transition: all ease 0.25s;
	 vertical-align: middle;
	 display: inline-block;
	 border: 1px solid #e6e6e6;
	 width: 48px;
	 height: 48px;
	 border-radius: 24px;
	 color: #585858;
	 margin-right: 12px;
	 text-align: center;
}
 .back-list a span:before {
	 position: relative;
	 top: 25%;
}

.fr {
	margin: auto;
	padding: 0 30px 100px 30px;
}

.pagination-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 0;
		margin-top: 100px;
}

.pagination-1 a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border: 1px solid #5191b2;
    border-radius: 1px;
    color: #5191b2;
}

.pagination-1 a:not(:hover) {
    text-decoration: none;
}

.pagination-1 .current a {
    background-color: #5191b2;
    color: #fff;
    pointer-events: none;
}

.pagination-1 .prev a,
.pagination-1 .next a {
    gap: 0 4px;
    width: auto;
    padding: .5em .8em;
    line-height: 1;
}

.pagination-1 .prev a::before,
.pagination-1 .next a::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    content: '';
}

.pagination-1 .prev a::before {
    border-bottom: 1px solid #5191b2;
    border-left: 1px solid #5191b2;
}

.pagination-1 .next a::after {
    border-top: 1px solid #5191b2;
    border-right: 1px solid #5191b2;
}

.main-ttl {
	display: flex;
	justify-content: center;
	font-size: 2.5rem;
	font-weight: bold;
	padding-top: 60px;
	color: #333;
    padding-bottom: 120px;
}

 @media screen and (max-width: 767px) {
	/*--------------------------------------------------------------------お知らせ*/
	 #news-nav {
		 width: 100%;
		 float: none;
		 padding-top: 0;
		 border-top: none;
	}
	 #news-nav .sttl03:before {
		 top: 16px;
	}
	 #news-list {
		 width: 100%;
		 float: none;
	}
	 #news-list #news-cate {
		 margin-bottom: 24px;
	}
	 #news-list #news-cate li {
		 font-size: 11px;
		 font-size: 1.1rem;
		 width: 25%;
	}
	 #news-list .news-item {
		 position: relative;
		 border-bottom: 1px solid #e6e6e6;
	}
	 #news-list .news-item .news-img {
		 position: relative;
		 top: auto;
		 left: auto;
		 width: 50%;
		 height: auto;
		 margin: 32px 25% -16px;
	}
	 #news-list .news-item .news-img span {
		 width: auto;
		 height: 115px;
	}
	 #news-list .news-item .news-ttl {
		 min-height: none;
		 margin: 0;
		 padding: 20px 0;
	}
	 #news-list .news-item .news-ttl .ttl {
		 font-size: .9rem;
	}
	 #news-list .news-item .news-ttl .link {
		 display: block;
		 margin-top: 8px;
		 position: relative;
		 top: auto;
		 right: auto;
	}
	 #pager li {
		 margin: 0 2px;
	}
	 #pager li.current, #pager li a {
		 width: 36px;
		 height: 36px;
	}
	 #pager li.disabled {
		 width: 36px;
		 height: 36px;
	}
	 #pager .btn-back {
		 margin-right: 8px;
	}
	 #pager .btn-next {
		 margin-left: 8px;
	}
	/*--------------------------------------------------------------------お知らせ詳細*/
	 #news-detail-info {
		 float: none;
		 width: 100%;
	}
	 #news-detail-info .date {
		 display: inline-block;
		 font-size: 12px;
		 font-size: 1.2rem;
	}
	 #news-detail-info .date span {
		 font-size: 16px;
		 font-size: 1.6rem;
	}
	 #news-detail-info .cate {
		 display: inline-block;
		 font-size: 12px;
		 font-size: 1.2rem;
	}
	 #news-detail-info .share {
		 margin-top: 0;
		 margin-left: 8px;
		 display: inline-block;
	}
	 #news-detail-info .share dt {
		 display: none;
	}
	 #news-detail-info .share dd {
		 vertical-align: middle;
	}
	 #news-detail-info .share dd a {
		 font-size: 24px;
		 font-size: 2.4rem;
	}
	 #news-detail-info .share dd:last-child {
		 margin-left: 4px;
	}
	 #news-detail {
		 float: none;
		 width: 100%;
		 border-left: none;
		 padding-left: 0;
	}
	 #news-detail #news-detail-ttl {
		 font-size: 22px;
		 font-size: 2.2rem;
		 border-bottom: 2px solid #e6e6e6;
		 padding: 24px 0 24px;
	}
	 #news-detail #news-detail-body {
		 margin: 20px 0;
	}
	 #news-detail-body h1 {
		 font-size: 18px;
		 font-size: 1.8rem;
		 padding: 6px 16px 8px;
		 margin-bottom: 24px;
	}
	 #news-detail-body h2 {
		 font-size: 18px;
		 font-size: 1.8rem;
		 padding: 8px 16px;
		 margin-bottom: 24px;
	}
	 #news-detail-body h2:before {
		 height: 18px;
	}
	 #news-detail-body h3 {
		 font-size: 14px;
		 font-size: 1.4rem;
		 padding: 8px 16px;
		 margin-bottom: 24px;
	}
	 #news-detail-body h3:before {
		 height: 12px;
		 top: 12px;
		 width: 12px;
	}
	 #news-detail-body table th, #news-detail-body table td {
		 font-size: 12px;
		 font-size: 1.2rem;
		 padding: 10px;
	}
	 #news-detail-body table.tbl-cmn {
		 width: 600px;
	}
	 #news-detail-body dl dt {
		 font-size: 12px;
		 font-size: 1.2rem;
		 padding-left: 12px;
	}
	 #news-detail-body dl dt:before {
		 height: 6px;
		 top: 6px;
		 width: 6px;
	}
	 #news-detail-body dl dd {
		 padding-left: 12px;
	}
	 #news-detail-body img {
		 display: block;
		 margin: 8px auto !important;
		 float: none !important;
	}
	 .back-list {
		 margin-top: 0;
	}
	 .back-list a span {
		 width: 36px;
		 height: 36px;
	}
	 .back-list a span:before {
		 font-size: 14px;
		 font-size: 1.4rem;
	}
}
 