@charset "utf-8";

@media all {
	.g-side {
		margin-top: calc(3rem + 100px);
	}
	
	.g-side .g-menu__item {
		border-top: 1px solid #ddd;
	}
	
	.c-newsDetail__title {
		padding: 0 0 10px;
		border-bottom: 1px solid #ddd;
	}
	
	.c-newsDetail__title em {
		color: #fff;
		font-size: 1.3rem;
		font-weight: 500;
		margin: 0 .5em 0 0;
		padding: .45em 1em .5em;
		background: #294197;
		display: none;
	}
	
	.c-newsDetail__title time {
		vertical-align: .25em;
		display: inline-block;
	}
	
	.c-newsDetail__title h2 {
		color: #000;
		font-size: 2.4rem;
		font-weight: 400;
		line-height: 1.5;
		margin: 15px 0 0;
	}
	
	.c-newsDetail > div:not(.c-newsDetail__title) {
		margin: 70px 0 0;
	}
	
	.c-newsDetail > div > *:first-child {
		margin-top: 0;
	}
	
	.c-newsDetail h3 {
		color: #000;
		font-size: 2rem;
		font-weight: 500;
		line-height: 1.35;
		margin: 40px 0 0;
	}
	
	.c-newsDetail h4 {
		color: #000;
		font-weight: 700;
		line-height: 1.35;
		margin: 15px 0 0;
	}
	
	.c-newsDetail p {
		line-height: 2;
		margin: 15px 0 0;
	}
	
	.c-newsDetail__imageList {
		margin-top: 15px;
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.c-newsDetail__imageList figure {
		margin: 20px 0 0;
		padding: 0 20px;
	}
	
	.c-newsDetail__imageList figcaption {
		color: #666;
		font-size: 1.3rem;
		line-height: 1.35;
		margin: .5em 0 0;
		display: block;
	}
	
	.c-newsRelate__items {
		margin: 30px 0 0;
	}
	
	.c-newsRelate p {
		line-height: 1.5;
	}
	
	.c-newsRelate .u-icon:after {
		margin-left: .5em;
		transform: translate(0,-.25em);
	}
	
	.c-newsDetail #contentWrap ul {
		margin-top: 30px;
	}
	
	.c-newsDetail #contentWrap ul > li {
		line-height: 1.5;
		margin: 0 0 .5em;
		padding-left: 1.15em;
		position: relative;
	}
	
	.c-newsDetail #contentWrap ul > li:before {
		content: '';
		width: 9px;
		height: 9px;
		background: #294197;
		border-radius: 50%;
		position: absolute;
		top: .525em;
		left: 0;
	}
	
	.c-newsDetail #contentWrap ol {
		margin-top: 30px;
	}
	
	.c-newsDetail #contentWrap ol > li {
		line-height: 1.5;
		list-style-type: decimal;
		margin-left: 1.25em;
		margin-bottom: .5em;
		padding-left: 0;
		position: relative;
	}
	
	.c-newsDetail #contentWrap ol > li:before {
		display: none;
	}
	
	.c-newsDetail #contentWrap p a {
		color: #294197;
		text-decoration: underline;
	}
	
	.c-newsDetail #contentWrap p a:hover {
		text-decoration: none;
	}
	
	.c-newsDetail #contentWrap p strong {
		font-weight: 700;
	}
	
	.c-newsDetail #contentWrap p em {
		font-style: italic;
	}
	
	.c-newsDetail #contentWrap hr {
		margin-top: 15px;
	}
	
	.c-newsDetail #contentWrap blockquote {
		margin-top: 30px;
		padding: 30px 50px 40px;
		background: #F8F5EF;
	}
	
	.c-newsDetail th {
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.75;
		text-align: left;
		vertical-align: top;
		padding: 1.25em .5em 1em 1.25em;
		border-top: 1px solid #ddd;
		background: #f5f6f9;
		position: relative;
	}
	
	.c-newsDetail td {
		font-size: 1.4rem;
		line-height: 1.75;
		vertical-align: middle;
		padding: 1.25em .5em 1em 1.25em;
		border-top: 1px solid #ddd;
	}
	
	
	
	
	
	
	
	
}/* END Media all */
