@charset "UTF-8";
/*
	news common.css
*/


/* --------------------------------------

		layout

---------------------------------------- */
body {
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
}

#stage {
	width: 100%;
	overflow: hidden;
}

#stage #content {
	width: 1000px;
	color: #000000;
}

#content ul {
	list-style-type: none;
}

#content button,
#content input,
#content optgroup,
#content select,
#content textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

#content *::placeholder {
	color: #CCCCCC;
}
#content *::-webkit-input-placeholder {
	color: #CCCCCC;
	opacity: 1;
}
#content *:-ms-input-placeholder {
	color: #CCCCCC;
}

#content select::-ms-expand {
	display: none;
}

#content .contentHeadInner {
	width: 1000px;
	padding-top: 15px;
}

#content .contentFootInner {
	width: 1000px;
	margin: 50px auto 0;
}

@media only screen and (max-width: 736px) {
	#stage #content {
		width: 100%;
	}

	#stage #header {
		width: 100%;
	}

	#stage #gnav {
		width: 100%;
	}

	#content .contentHeadInner {
		width: 100%;
		padding-top: 0;
	}

	#content .contentFootInner {
		width: 100%;
		margin-top: 30px;
	}

	#stage .wrp-cont-foot {
		padding-bottom: 10px;
		margin: 0 10px;
	}

	#stage .wrp-cont-foot .footl,
	#stage .wrp-cont-foot .footr {
		float: none;
	}

	#stage .wrp-cont-foot .footr {
		text-align: right;
		margin-top: 15px;
	}
}


/* --------------------------------------

		override module

---------------------------------------- */
/* タイトル */
#stage .mod-h1 {
	margin-bottom: 40px;
	color: #0039a6;
	text-align: center;
}

@media only screen and (max-width: 736px) {
	/* タイトル */
	#stage .mod-h1 {
		margin: 25px 0 20px;
		font-size: 28px;
	}
}


/* --------------------------------------

		utility (wp module)

---------------------------------------- */
.mbZero {
	margin-bottom: 0!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb40 {
	margin-bottom: 40px!important;
}

.mb50 {
	margin-bottom: 50px!important;
}

.mb60 {
	margin-bottom: 60px!important;
}

.mb70 {
	margin-bottom: 70px!important;
}

.mb80 {
	margin-bottom: 80px!important;
}

.mb90 {
	margin-bottom: 90px!important;
}

.mb100 {
	margin-bottom: 100px!important;
}

.ta-c {
	text-align: center!important;
}

.ta-r {
	text-align: right!important;
}

.ta-l {
	text-align: left!important;
}

/*----------------------------------------
	modules - button
----------------------------------------*/
#stage .mod-button {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	padding: 14px 35px;
	border-radius: 30px;
	overflow: hidden;
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	color: #000000;
	transition: background-color .3s, border-color .3s, opacity .3s;
}

#stage .mod-button > a {
	display: block;
	margin: -14px -35px;
	padding: 14px 35px;
	color: #000000;
	text-decoration: none;
}

#stage .mod-button > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 16px;
	background: url(/news/common/img/icon/icn_arrow.png) no-repeat right center;
	background-size: 9px auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#stage .mod-button:hover {
	border-color: #0039A6;
	background-color: #0039A6;
}
#stage .mod-button:hover > a {
	color: #FFFFFF;
}
#stage .mod-button:hover > a:after {
	background-image: url(/news/common/img/icon/icn_arrow_white.png)
}

/* full */
#stage .mod-button.full {
	display: block;
}

/* small */
#stage .mod-button.small {
	padding: 10px 35px;
	font-size: 12px;
}

#stage .mod-button.small > a{
	margin: -10px -35px;
	padding: 10px 35px;
}

/* blank, pdf */
#stage .mod-button > a[target="_blank"]:after {
	background: url(/news/common/img/icon/icn_blank.png) no-repeat right center;
	background-size: 16px auto;
}
#stage .mod-button:hover > a[target="_blank"]:after {
	background-image: url(/news/common/img/icon/icn_blank_white.png)
}

#stage .mod-button > a[href*=".pdf"]:after {
	background: url(/news/common/img/icon/icn_pdf.png) no-repeat right center;
	background-size: 14px auto;
}
#stage .mod-button:hover > a[href*=".pdf"]:after {
	background-image: url(/news/common/img/icon/icn_pdf.png);
}

/* navy */
#stage .mod-button.navy {
	background: #0039A6;
	border: none;
	color: #FFFFFF;
}
#stage .mod-button.navy a {
	color: #FFFFFF;
}
#stage .mod-button.navy > a:after {
	background: url(/news/common/img/icon/icn_arrow_white.png) no-repeat right center;
}
#stage .mod-button.navy > a[target="_blank"]:after {
	background-image: url(/news/common/img/icon/icn_blank_white.png);
}
#stage .mod-button.navy:hover {
	opacity: 0.7;
}

/* さらに絞り込んで検索する */
#stage .mod-button.refined {
	box-sizing: border-box;
	display: block;
	width: 260px;
	padding: 8px 25px;
	font-weight: normal;
}
#stage .mod-button.refined > a {
	margin: -8px -25px;
	padding: 8px 25px;
}

#stage .mod-button.refined > a:after {
	right: 10px;
	background-image: url(/news/common/img/icon/icn_plus.png);
	background-size: 16px auto;
}
#stage .mod-button.refined:hover > a:after {
	background-image: url(/news/common/img/icon/icn_plus_white.png);
}

#stage .is-open .mod-button.refined > a:after {
	background-image: url(/news/common/img/icon/icn_minus.png);
	background-size: 16px auto;
}
#stage .is-open .mod-button.refined:hover > a:after {
	background-image: url(/news/common/img/icon/icn_minus_white.png);
}

/* 絞り込み検索 */
#stage .mod-button.search {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
	font-size: 17px;
	color: #FFFFFF;
	cursor: pointer;
}
#stage .mod-button.search > * {
	position: relative;
	display: block;
	padding-right: 35px;
	padding-left: 35px;
	color: #FFFFFF;
}
#stage .mod-button.search > *:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 16px;
	height: 16px;
	background: url(/news/common/img/icon/icn_search.png) no-repeat right center;
	background-size: 16px auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 736px) {
	#stage .mod-button:hover {
		text-decoration: none;
	}

	/* 絞り込み検索 */
	#stage .mod-button.refined {
		width: 250px;
	}
}


/*----------------------------------------
	modules - link
---------------------------------------- */
#stage .mod-link {
	position: relative;
	padding-right: 21px;
	color: #0039A6;
}

#stage .mod-link:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: url(/news/common/img/icon/icn_arrow.png) no-repeat 5px 0;
	background-size: 9px auto;
}

#stage .mod-link[target="_blank"]:after {
	background: url(/news/common/img/icon/icn_blank.png) no-repeat 0 0;
	background-size: 16px auto;
}

#stage .mod-link[href*=".pdf"]:after {
	background: url(/news/common/img/icon/icn_pdf.png) no-repeat 0 0;
	background-size: 14px auto;
}

/* v2 */
#stage .mod-link-v2 {
	position: relative;
	padding-left: 21px;
	color: #0039A6;
}

#stage .mod-link-v2:after {
	content: '';
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: url(/news/common/img/icon/icn_arrow.png) no-repeat 5px 0;
	background-size: 9px auto;
}

#stage .mod-link-v2[target="_blank"]:after {
	background: url(/news/common/img/icon/icn_blank.png) no-repeat 0 0;
	background-size: 16px auto;
}

#stage .mod-link-v2[href*=".pdf"]:after {
	background: url(/news/common/img/icon/icn_pdf.png) no-repeat 0 0;
	background-size: 14px auto;
}

@media screen and (max-width: 736px) {
}

/*----------------------------------------
	modules - headings
----------------------------------------*/
/* h2 */
#stage .mod-secondaryHeader {
	position: relative;
	margin-bottom: 40px;
	padding-left: 20px;
	font-size: 26px;
	font-weight: bold;
	color: #0039A6;
}
#stage .mod-secondaryHeader:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 3px;
		height: 100%;
		border-radius: 2px;
		background: #0039A6;
}
#stage * + .mod-secondaryHeader {
	margin-top: 40px;
}

/* h3 */
#stage .mod-tertiaryHeader {
	position: relative;
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #0039A6;
}
#stage * + .mod-tertiaryHeader {
	margin-top: 40px;
}

/* h4 */
#stage .mod-quaternaryHeader {
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: bold;
	color: #0039A6;
}
#stage * + .mod-quaternaryHeader {
	margin-top: 40px;
}

@media screen and (max-width: 736px) {
	/* h2 */
	#stage * + .mod-secondaryHeader {
		margin-top: 30px;
	}

	/* h3 */
	#stage .mod-tertiaryHeader {
		margin-bottom: 30px;
	}
	#stage * + .mod-tertiaryHeader {
		margin-top: 30px;
	}

	/* h4 */
	#stage .mod-quaternaryHeader {
		font-size: 16px;
	}
	#stage * + .mod-quaternaryHeader {
		margin-top: 30px;
	}
}

/*----------------------------------------
	modules - paragraph
----------------------------------------*/
#stage .mod-lead-text {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.8;
	font-weight: bold;
}

#stage .mod-regular-text {
	margin-bottom: 30px;
}

#stage .mod-caption-text {
	margin-bottom: 30px;
}

#stage .mod-lead-text strong,
#stage .mod-regular-text strong,
#stage .mod-caption-text strong {
	font-weight: bold;
}


#stage .mod-lead-text a,
#stage .mod-regular-text a,
#stage .mod-caption-text a {
	color: #0039A6;
}

#stage .mod-lead-text a:not([class*="mod-link"]):hover,
#stage .mod-regular-text a:not([class*="mod-link"]):hover,
#stage .mod-caption-text a:not([class*="mod-link"]):hover {
	text-decoration: underline;
}

#stage .mod-lead-text p,
#stage .mod-regular-text p {
	font-size: 15px;
	line-height: 1.8;
}

#stage .mod-lead-text p + p,
#stage .mod-regular-text p + p,
#stage .mod-caption-text p + p {
	margin-top: 1em;
}

#stage .mod-caption-text p {
	font-size: 13px;
	line-height: 1.8;
	color: #666;
}

/*----------------------------------------
	modules - figure
----------------------------------------*/
#stage .mod-figure {
	margin-bottom: 50px;
	overflow: hidden;
}

#stage .mod-figure > .inner {
	margin: 0 -15px -30px;
}

#stage .mod-figure .list {
	letter-spacing: -0.5em;
}

#stage .mod-figure .list > li {
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	margin: 0 15px 30px;
	letter-spacing: normal;
}

#stage .mod-figure .list > li a {
	display: block;
	color: #000000;
}
#stage .mod-figure .list > li a:hover {
	opacity: 0.7;
}

#stage .mod-figure .img figure {
	margin: 0;
	overflow: hidden
}

#stage .mod-figure .img figure img {
	width: 100%;
	height: auto;
	transition: transform .3s;
}

#stage .mod-figure .caption {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.2;
	color: #666;
}

/* large */
#stage .mod-figure.large .inner {
	margin-left: auto;
	margin-right: auto;
}

#stage .mod-figure.large .list > li {
	display: table;
	width: auto;
	max-width: 880px;
	margin: 0 auto 30px;
}

/* threeUp */
#stage .mod-figure.threeUp .list > li {
	width: -webkit-calc(33.33% - 30px);
	width: calc(33.33% - 30px);
}

@media screen and (max-width: 736px) {
	#stage .mod-figure .inner {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -20px;
	}

	#stage .mod-figure .list > li {
		display: block;
		width: auto!important;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	#stage .mod-figure .list > li a:hover {
		opacity: 1;
	}
}

/*----------------------------------------
	modules - table
----------------------------------------*/
#stage .mod-table {
	margin-bottom: 50px;
}

#stage .mod-table table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}

#stage .mod-table table th {
	vertical-align: top;
	width: 140px;
	padding: 16px 20px;
	font-size: 15px;
	line-height: 1.4;
	background: #E1F3FF;
	border-bottom: 1px solid #ccc;
}

#stage .mod-table table td {
	vertical-align: top;
	padding: 16px 20px;
	font-size: 15px;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
}

#stage .mod-table table td + td {
	border-left: 1px dashed #D8D8D8;
}

#stage .mod-table table td > *[class*="mod-"]{
	margin-bottom: 0.5em;
}

#stage .mod-table table td > *:last-child{
	margin-bottom: 0!important;
}


@media screen and (max-width: 736px) {
	#stage .mod-table {
		margin-bottom: 50px;
		border-bottom: 1px solid #ccc;
	}

	#stage .mod-table table,
	#stage .mod-table tbody,
	#stage .mod-table tr {
		display: block;
		width: 100%;
		border: none;
		overflow: hidden;
	}

	#stage .mod-table table th,
	#stage .mod-table table td {
		display: block;
		width: 100%;
		clear: both;
		float: left;
		box-sizing: border-box;
		border-bottom: none;
	}

	#stage .mod-table table th {
		font-weight: normal;
		background: #E1F3FF;
		border-top: 1px solid #ccc;
	}

	#stage .mod-table table td + td {
		border-top: 1px dashed #D8D8D8;
		border-left: none;
	}
}

/*----------------------------------------
	modules - card
----------------------------------------*/
#stage .mod-cards {
	margin-bottom: 50px;
	overflow: hidden;
}

#stage .mod-cards > .inner {
	margin: 0 -20px -40px;
}

#stage .mod-cards .list {
	letter-spacing: -0.5em;
}

#stage .mod-cards .list > li {
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(50% - 40px);
	width: calc(50% - 40px);
	margin: 0 20px 40px;
	letter-spacing: normal;
}

#stage .mod-cards .img {
	margin-bottom: 30px;
}

#stage .mod-cards .img figure {
	margin: 0;
	overflow: hidden
}

#stage .mod-cards .img figure img {
	width: 100%;
	height: auto;
}

#stage .mod-cards .caption {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.2;
	color: #666;
}

#stage .mod-cards .detail {
	color: #333;
}

#stage .mod-cards .img + .detail {
	margin-top: -20px;
}

#stage .mod-cards .detail p {
	font-size: 15px;
	line-height: 1.8;
}

#stage .mod-cards .link {
	margin-top: 15px;
}

#stage .mod-cards .link p {
	margin-bottom: 10px;
}

#stage .mod-cards .link .mod-link-v2 {
	background-size: auto 12px;
}

/* 3カラム */
#stage .mod-cards.threeUp .list > li {
	width: -webkit-calc(33.33% - 40px);
	width: calc(33.33% - 40px);
}

/* ダウンロード */
#stage .mod-cards.catalog .list > li {
	width: -webkit-calc(33.33% - 40px);
	width: calc(33.33% - 40px);
}

#stage .mod-cards.catalog .list > li a {
	display: block;
	color: #666;
}
#stage .mod-cards.catalog .list > li a figure {
	position: relative;
}
#stage .mod-cards.catalog .list > li a.download figure::before {
	content: "";
	position: absolute;
	right: 11px;
	bottom: 10px;
	display: block;
	width: 20px;
	height: 21px;
	background: url(/news/common/img/icon/icn_download.png) no-repeat 0 0;
	background-size: 20px auto;
}
#stage .mod-cards.catalog .list > li a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 736px) {
	#stage .mod-cards .inner {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -40px;
	}

	#stage .mod-cards .list > li {
		display: block;
		width: auto!important;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}

	#stage .mod-cards .img {
		margin-bottom: 20px;
	}

	#stage .mod-cards .img figure {
		margin: 0;
		overflow: hidden;
	}

	#stage .mod-cards .img figure img {
		width: 100%;
		height: auto;
	}

	#stage .mod-cards .caption {
		margin-top: 15px;
		font-size: 13px;
		line-height: 1.2;
		color: #666;
	}

	#stage .mod-cards .detail {
		font-size: 15px;
		line-height: 1.8;
		color: #333;
	}

	#stage .mod-cards .link {
		margin-top: 15px;
	}

	#stage .mod-cards .link p {
		margin-bottom: 10px;
	}

	#stage .mod-cards .link .mod-link-v2 {
		background-size: auto 12px;
	}

	/* ダウンロード */
	#stage .mod-cards.catalog .inner {
		margin: 0 -10px -30px;
	}

	#stage .mod-cards.catalog .list > li {
		display: inline-block;
		width: -webkit-calc(50% - 20px) !important;
		width: calc(50% - 20px) !important;
		margin: 0 10px 30px;
	}

	#stage .mod-cards.catalog .list > li a:hover {
		opacity: 1;
		text-decoration: none;
	}
}

/*----------------------------------------
	modules - button list
----------------------------------------*/
#stage .mod-buttons {
	margin-bottom: 50px;
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

#stage .mod-buttons .inner{
	margin-bottom: -20px;
}

#stage .mod-buttons .list > li {
	max-width: 313px;
	margin: 0 auto 20px;
}

#stage .mod-buttons .mod-button {
	display: block;
}

/* twoUp */
#stage .mod-buttons.twoUp .inner{
	margin: 0 -20px -30px;
	letter-spacing: -0.5em;
}

#stage .mod-buttons.threeUp .inner{
	margin: 0 -10px -30px;
	letter-spacing: -0.5em;
}

#stage .mod-buttons.twoUp .list > li {
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(50% - 40px);
	width: calc(50% - 40px);
	max-width: none;
	margin: 0 20px 30px;
	letter-spacing: normal;
}

#stage .mod-buttons.threeUp .list > li {
	display: inline-block;
	vertical-align: top;
	width: -webkit-calc(33.33% - 14px);
	width: calc(33.33% - 14px);
	max-width: none;
	margin: 0 7px 30px;
	letter-spacing: normal;
}

@media screen and (max-width: 736px) {
	#stage .mod-buttons {
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		margin-top:20px;
	}

	#stage .mod-buttons .list > li {
		max-width: none;
		width: auto!important;
	}

	#stage .mod-buttons.twoUp .inner{
		margin-left: auto;
		margin-right: auto;
	}

	#stage .mod-buttons.twoUp .list > li {
		display: block;
		max-width: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}

	#stage .mod-buttons.threeUp .inner{
		margin-left: auto;
		margin-right: auto;
	}

	#stage .mod-buttons.threeUp .list > li {
		display: block;
		max-width: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

/*----------------------------------------
	modules - media
----------------------------------------*/
#stage .mod-media {
	margin-bottom: 50px;
}

#stage .mod-media .img {
	float: right;
	width: 48%;
}

#stage .mod-media .img figure {
	margin: 0;
	overflow: hidden;
}

#stage .mod-media .img img {
	width: 100%;
	height: auto;
}

#stage .mod-media .img .movie {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
#stage .mod-media .img .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#stage .mod-media .caption {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.2;
	color: #666;
}

#stage .mod-media .body {
	float: left;
	width: 48%;
}

#stage .mod-media .detail {
	font-size: 15px;
	line-height: 1.8;
	color: #333;
}

#stage .mod-media .link {
	margin-top: 15px;
}

#stage .mod-media .link p {
	margin-bottom: 10px;
}

#stage .mod-media .link .mod-link-v2 {
	background-size: auto 12px;
}

/* rightwards */
#stage .mod-media.rightWards .img {
	float: left;
}

#stage .mod-media.rightWards .body {
	float: right;
}

@media screen and (max-width: 736px) {
	#stage .mod-media .img {
		float: none!important;
		width: auto!important;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	#stage .mod-media .img figure {
		margin: 0;
		overflow: hidden;
	}

	#stage .mod-media .caption {
		margin-top: 15px;
		font-size: 13px;
		line-height: 1.2;
		color: #666666;
		font-weight: bold;
	}

	#stage .mod-media .body {
		float: none!important;
		width: auto!important;
		margin-bottom: 20px;
	}

	#stage .mod-media .detail {
		font-size: 15px;
		line-height: 1.8;
		color: #333;
	}

	#stage .mod-media .link {
		margin-top: 15px;
	}

	#stage .mod-media .link p {
		margin-bottom: 10px;
	}

	#stage .mod-media .link .mod-link-v2 {
		background-size: auto 12px;
	}
}

/*----------------------------------------
	modules - tag
----------------------------------------*/
#stage .mod-tag {
		display: inline-block;
		/* min-width: 140px; */
		padding: 5px 15px;
		font-size: 13px;
		line-height: 1;
		text-align: center;
		border-radius: 20px;
		border: 1px solid #000;
		letter-spacing: normal;
		white-space: nowrap;
	box-sizing: border-box
}

#stage .mod-tag.red {
		border-color: #D72922;
		color: #D72922;
}

#stage .mod-tag.navy {
		border-color: #0039A6;
		color: #0039A6;
}

#stage .mod-tag.blue {
		border-color: #06AFE2;
		color: #06AFE2;
}

#stage .mod-tag.fill-blue {
	border: none;
		background: #E1F3FF;
		color: #0039A6;
}

/*----------------------------------------
	modules - unordered list
----------------------------------------*/
#stage .mod-unordered-list li {
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	line-height: 1.8;
}

#stage .mod-unordered-list li:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #666666;
	border-radius: 50%;
}

#stage .mod-unordered-list li:not(:last-child) {
	margin-bottom: 15px;
}

/*----------------------------------------
	modules - separator
----------------------------------------*/
#stage .mod-separator {
	display: block;
	height: 0;
	border: none;
	margin: 50px 0;
	padding-top: 1px;
	background: #ccc;
}

/*----------------------------------------
	modules - contact
----------------------------------------*/
#stage .mod-contact {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

#stage .mod-contact .boxs {
	margin: -40px -40px 0 0;
}
#stage .mod-contact .boxs::after {
	content: "";
	display: block;
	clear: both;
}

#stage .mod-contact .box {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 40px 40px 0 0;
}
#stage .mod-contact .box .box-inner {
	padding: 30px;
	border: solid 5px #E8E8E8;
}

#stage .mod-contact .sttl {
	margin-bottom: 18px;
	font-size: 19px;
	font-weight: bold;
}

#stage .mod-contact .number {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-top: 4px;
	font-size: 19px;
	font-weight: bold;
}
#stage .mod-contact .number > * {
	margin-right: 15px;
	margin-top: 4px;
}
#stage .mod-contact .number > .note {
	font-size: 15px;
	font-weight: normal;
}
#stage .mod-contact .number > .addition {
	width: 100%;
	font-size: 15px;
	font-weight: normal;
}

#stage .mod-contact .number a {
	display: inline-block;
	color: #000000;
	text-decoration: none;
}

/* column1 */
#stage .mod-contact.column1 {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
#stage .mod-contact.column1 .box {
	width: 100%;
	text-align: center;
}
#stage .mod-contact.column1 .number {
	justify-content: center;
}

/* wrap */
#stage .mod-contact-wrap {
	margin-top: 90px;
}

@media screen and (max-width: 736px) {
	#stage .mod-contact {
		margin-bottom: 40px;
	}

	#stage .mod-contact .boxs {
		margin: -20px 0 0 0;
	}

	#stage .mod-contact .box {
		float: none;
		width: 100%;
		padding: 20px 0 0 0;
	}
	#stage .mod-contact .box .box-inner {
		padding: 20px;
	}

	#stage .mod-contact .sttl {
		margin-bottom: 20px;
		font-size: 18px;
	}

	#stage .mod-contact .number {
		display: block;
		margin-top: 10px;
		font-size: 20px;
	}
	#stage .mod-contact .number > * {
		margin-right: 0;
		margin-top: 6px;
	}

	/* column1 */
	#stage .mod-contact.column1 {
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}
	#stage .mod-contact.column1 .box {
		text-align: left;
	}
	#stage .mod-contact.column1 .number {
		justify-content: flex-start;
	}

	/* wrap */
	#stage .mod-contact-wrap {
		margin-top: 50px;
	}
}


/* --------------------------------------

		news module

---------------------------------------- */

/* ページトップ
 ---------------------------------------- */
#stage .mod-pagetop {
	display: inline-block;
}

#stage .mod-pagetop .txt {
	font-size: 14px;
	padding-right: 30px;
	line-height: 1.5;
}

#stage .mod-pagetop a {
	display: block;
	position: relative;
	color: #000;
}

#stage .mod-pagetop a .txt {
	position: relative;
}

#stage .mod-pagetop a .txt:after {
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-image: url(/products_static/common/img/icon/arrow_blue_t.png);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: center center;
}

@media only screen and (max-width: 736px) {
	#stage .mod-pagetop {
		display: inline-block;
	}

	#stage .mod-pagetop .txt {
		padding-right: 44px;
		line-height: 1.5;
		font-size: 12px;
	}

	#stage .mod-pagetop a {
		display: block;
		position: relative;
		color: #000;
	}

	#stage .mod-pagetop a .txt {
		position: relative;
	}

	#stage .mod-pagetop a .txt:after {
		position: absolute;
		top: 50%;
		margin-top: -17px;
		right: 0;
		box-sizing: border-box;
		content: '';
		display: block;
		width: 35px;
		height: 35px;
		border: 1px solid #cccccc;
		border-radius: 6px;
		background-image: url(/products_static/common/img/icon/icn_pagetop.png);
		background-repeat: no-repeat;
		background-size: 18px auto;
		background-position: center center;
	}
}

/* タイトル
---------------------------------------- */
/* 一覧タイトル */
#stage .mod-news-h2 {
	margin-bottom: 33px;
	padding-left: 20px;
	border-left: solid 3px #0039A6;
	font-size: 26px;
	color: #0039a6;
}

/* 記事タイトル */
#stage .mod-post-title {
	margin-bottom: 40px;
	padding-bottom: 35px;
	border-bottom: solid 2px #0039A6;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	color: #0039a6;
}

@media screen and (max-width: 736px) {
	/* 一覧タイトル */
	#stage .mod-news-h2 {
		margin: 0 20px 30px;
	}

	/* 記事タイトル */
	#stage .mod-post-title {
		margin-bottom: 30px;
		padding-bottom: 25px;
		font-size: 26px;
	}
}


/* ラジオボタン
---------------------------------------- */
#stage .mod-radio {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	cursor: pointer;
}
#stage .mod-radio .radio-input {
	display: none;
}
#stage .mod-radio .radio-input:checked + .radio-btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #0034A9;
}
#stage .mod-radio .radio-btn {
	position: absolute;
	left: 0;
	top: 1px;
	display: block;
	width: 16px;
	height: 16px;
	border: solid 1px #D5D5D5;
	border-radius: 100%;
	background: #FFFFFF;
}
#stage .mod-radio .radio-text {
	display: block;
	font-size: 15px;
}


/* 絞り込み検索
---------------------------------------- */
#stage .mod-refined-search {
	position: relative;
	margin-bottom: 60px;
}

#stage .mod-refined-search input,
#stage .mod-refined-search select {
	border: solid 1px #E8E8E8;
	background-color: #FFFFFF;
}

/* テキスト検索エリア */
#stage .mod-refined-search .keyword-search-area {
	display: flex;
	background-color: #E1F3FF;
	padding: 20px;
}

/* 絞り込みエリア */
#stage .mod-refined-search .refined-area {
	display: none;
}
#stage .mod-refined-search .refined-area .refined-area-inner {
	background-color: #F0F9FF;
	padding: 17px 20px 25px;
}

/* 検索フォーム */
#stage .mod-refined-search .search-input {
	position: relative;
	width: calc(100% - 260px);
	max-width: 610px;
}
#stage .mod-refined-search .search-input .input {
	width: calc(100% - 100px);
	height: 38px;
	padding: 0 18px;
	border-right: none;
	font-size: 18px;
}
#stage .mod-refined-search .search-input .btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 40px;
	padding: 0 18px 0 27px;
	border-right: none;
	background: #0034A9 url(/news/common/img/icon/icn_search.png) no-repeat 14px 12px;
	background-size: 16px auto;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	transition: opacity .3s;
}
#stage .mod-refined-search .search-input .btn:hover {
	opacity: 0.7;
}

/* 絞り込みボタン */
#stage .mod-refined-search .mod-button.refined {
	margin-left: 20px;
}

/* 条件リスト */
#stage .mod-refined-search .refined-list {
}
#stage .mod-refined-search .refined-list > li {
	padding: 22px 0;
	border-bottom: dashed 1px #CCCCCC;
}
#stage .mod-refined-search .refined-list > li:first-child {
	padding-top: 0;
}
#stage .mod-refined-search .refined-list > li:after {
	content: "";
	display: block;
	clear: both;
}

#stage .mod-refined-search .refined-list .list-dt {
	float: left;
	width: 105px;
}
#stage .mod-refined-search .refined-list .sttl {
	font-size: 17px;
	font-weight: bold;
	color: #0034A9;
}

#stage .mod-refined-search .refined-list .list-dd {
	padding-left: 105px;
}
#stage .mod-refined-search .refined-list .radio-list {
	margin: -20px -18px 0 0;
}
#stage .mod-refined-search .refined-list .radio-list > li {
	display: inline-block;
	padding: 20px 18px 0 0;
}

/* 年月セレクト */
#stage .mod-refined-search .refined-list .select-year {
	float: left;
}
#stage .mod-refined-search .refined-list .selectbox {
	position: relative;
	top: -2px;
	margin: 0 3px;
	padding: 2px 27px 2px 9px;
	font-size: 15px;
	background: #FFFFFF url(/news/common/img/icon/icn_pulldown.png) no-repeat right 8px top 10px;
	background-size: 8px auto;
}
#stage .mod-refined-search .refined-list .text-tilde {
	margin: 0 16px 0 12px;
}

/* 検索ボタン */
#stage .mod-refined-search .mod-button.search {
	margin-top: 25px;
}

/* 詳細ページ */
#stage .mod-refined-search.detail {
	margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
	#stage .mod-refined-search {
		margin-bottom: 45px;
	}

	/* テキスト検索エリア */
	#stage .mod-refined-search .keyword-search-area {
		display: block;
		padding: 30px 20px;
	}

	/* 絞り込みエリア */
	#stage .mod-refined-search .refined-area .refined-area-inner {
		padding: 20px 0;
	}

	/* 検索フォーム */
	#stage .mod-refined-search .search-input {
		width: 100%;
		max-width: none;
	}
	#stage .mod-refined-search .search-input .input {
		box-sizing: border-box;
		width: 100%;
		padding-right: 60px;
	}
	#stage .mod-refined-search .search-input .btn {
		width: 50px;
		padding: 0;
		border-right: none;
		background-position: center center;
		background-size: 20px auto;
	}
	#stage .mod-refined-search .search-input .btn:hover {
		text-decoration: none;
	}
	#stage .mod-refined-search .search-input .btn > span {
		display: none;
	}

	/* 絞り込みボタン */
	#stage .mod-refined-search .mod-button.refined {
		margin-left: 0;
		margin-top: 20px;
	}

	/* 条件リスト */
	#stage .mod-refined-search .refined-list > li {
		padding: 20px;
	}

	#stage .mod-refined-search .refined-list .sttl {
		margin-bottom: 15px;
	}

	#stage .mod-refined-search .refined-list .list-dd {
		padding-left: 105px;
	}

	#stage .mod-refined-search .refined-list .refined-list-category .list-dt {
		float: none;
	}
	#stage .mod-refined-search .refined-list .refined-list-category .list-dd {
		padding-left: 0;
	}

	/* 年月セレクト */
	#stage .mod-refined-search .refined-list .select-year:first-child {
		margin-bottom: 15px;
	}
	#stage .mod-refined-search .refined-list .text-tilde {
		margin-right: 0;
	}

	/* 検索ボタン */
	#stage .mod-refined-search .mod-button.search {
		margin-top: 20px;
	}
}

/* カテゴリーリンク
---------------------------------------- */
#stage .mod-category-link {
	overflow: hidden;
	width: 100%;
	margin-bottom: 60px;
}
#stage .mod-category-link ul {
	margin-left: -20px;
	margin-top: -20px;
}
#stage .mod-category-link ul:after {
	content: "";
	display: block;
	clear: both;
}
#stage .mod-category-link li {
	position: relative;
	float: left;
	padding: 20px 20px 0;
}
#stage .mod-category-link li::before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	display: block;
	height: 1.2em;
	width: 1px;
	background-color: #CCCCCC;
}

#stage .mod-category-link li:last-child {
	padding-right: 0;
}

#stage .mod-category-link li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

#stage .mod-category-link li a.is-current {
	color: #0034A9;
}
#stage .mod-category-link li a.is-current:hover {
	text-decoration: none;
}

/* 詳細ページ */
#stage .mod-category-link.detail {
	margin-bottom: 50px;
}

@media only screen and (max-width: 736px) {
	#stage .mod-category-link {
		width: auto;
		margin: 0 20px 45px;
	}

	#stage .mod-category-link ul {
		margin-left: -6px;
	}
	#stage .mod-category-link li {
		position: relative;
		float: left;
		padding: 20px 6px 0;
	}

	#stage .mod-category-link li a {
		font-size: 16px;
	}
	#stage .mod-category-link li a:hover {
		text-decoration: none;
	}

	/* 詳細ページ */
	#stage .mod-category-link.detail {
		margin-bottom: 60px;
	}
}


/* アーカイブリスト
---------------------------------------- */
#stage .mod-news-archives .post-list {
	border-top: dashed 1px #D8D8D8;
}
#stage .mod-news-archives .post-list > li {
	padding: 20px 0;
	border-bottom: dashed 1px #D8D8D8;
	font-size: 15px;
}
#stage .mod-news-archives .post-list > li a {
	display: block;
	color: #000000;
	text-decoration: none;
}
#stage .mod-news-archives .post-list > li a:after {
	content: "";
	display: block;
	clear: both;
}

#stage .mod-news-archives .post-list .img {
	float: left;
	width: 120px;
	height: 120px;
}
#stage .mod-news-archives .post-list .img img {
	width: 100%;
}

#stage .mod-news-archives .post-list .tags {
	padding-left: 170px;
}
#stage .mod-news-archives .post-list .detail {
	margin-top: 8px;
	padding-left: 170px;
}

/* タグ */
#stage .mod-news-archives .post-list .tag {
	box-sizing: border-box;
	display: inline-block;
	min-width: 94px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 3px 5px;
	border-radius: 100px;
	background-color: #cfcfcf;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#stage .mod-news-archives .post-list .tag.cm {
	background-color: #def0fd;
}
#stage .mod-news-archives .post-list .tag.campaign {
	background-color: #f9e3ff;
}
#stage .mod-news-archives .post-list .tag.products {
	background-color: #fccfd6;
}
#stage .mod-news-archives .post-list .tag.event {
	background-color: #fdd387;
}
#stage .mod-news-archives .post-list .tag.ir {
	background-color: #badfea;
}
#stage .mod-news-archives .post-list .tag.csr {
	background-color: #d2e2ba;
}
#stage .mod-news-archives .post-list .tag.society {
	background-color: #f0e1c7;
}

/* 日付 */
#stage .mod-news-archives .post-list .date {
	float: left;
	padding-right: 16px;
	font-weight: bold;
}

/* 記事タイトル */
#stage .mod-news-archives .post-list .text {
	overflow: hidden;
	padding-left: 22px;
	background-size: 9px auto;
}

#stage .mod-news-archives .post-list a:hover .text {
	text-decoration: underline;
}

#stage .mod-news-archives .post-list a[target="_blank"] .text {
	padding-left: 22px;
	background: url(/news/common/img/icon/icn_blank.png) no-repeat 0 2px;
	background-size: 16px auto;
}
#stage .mod-news-archives .post-list a[href*=".pdf"] .text {
	padding-left: 22px;
	background: url(/news/common/img/icon/icn_pdf.png) no-repeat 1px 2px;
	background-size: 14px auto;
}

/* ページ送り */
#stage .mod-news-archives .navigation {
	margin-top: 30px;
	text-align: center;
	font-size: 15px;
}
#stage .mod-news-archives .navigation .nav-links {
	position: relative;
	display: inline-block;
}

#stage .mod-news-archives .navigation .page-nav {
	position: absolute;
	top: 0;
	display: block;
	height: 20px;
	color: #000000;
}
#stage .mod-news-archives .navigation .prev:before,
#stage .mod-news-archives .navigation .next:after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
}
#stage .mod-news-archives .navigation .prev {
	left: -100px;
	padding-left: 28px;
}
#stage .mod-news-archives .navigation .prev:before {
	left: 0;
	background: url(/news/common/img/icon/icn_prev.png) no-repeat 5px 4.5px;
	background-size: 8px auto;
}
#stage .mod-news-archives .navigation .next {
	right: -100px;
	padding-right: 28px;
}
#stage .mod-news-archives .navigation .next:after {
	right: 0;
	background: url(/news/common/img/icon/icn_next.png) no-repeat 7px 4.5px;
	background-size: 8px auto;
}

@media screen and (max-width: 736px) {
	#stage .mod-news-archives .post-list > li {
		padding: 20px 15px;
	}

	#stage .mod-news-archives .post-list .img {
		width: 70px;
		height: 70px;
	}

	#stage .mod-news-archives .post-list .tags {
		padding-left: 85px;
	}
	#stage .mod-news-archives .post-list .detail {
		margin-top: 5px;
		padding-left: 85px;
	}

	/* タグ */
	#stage .mod-news-archives .post-list .tag {
		min-width: 78px;
		margin-right: 1px;
		margin-bottom: 5px;
		padding: 3px 2px;
		font-size: 10px;
	}

	/* 日付 */
	#stage .mod-news-archives .post-list .date {
		float: none;
		padding-right: 0;
	}

	/* 記事タイトル */
	#stage .mod-news-archives .post-list .text {
		margin-top: 6px;
	}
	#stage .mod-news-archives .post-list a:hover .text {
		text-decoration: none;
	}
	#stage .mod-news-archives .post-list a[target="_blank"] .text {
		padding-left: 22px;
	}
	#stage .mod-news-archives .post-list a[href*=".pdf"] .text {
		padding-left: 22px;
	}

	/* ページ送り */
	#stage .mod-news-archives .navigation {
		margin-top: 50px;
	}
	#stage .mod-news-archives .navigation a:hover {
		text-decoration: none;
	}
	#stage .mod-news-archives .navigation .page-numbers {
		font-weight: bold;
	}

	#stage .mod-news-archives .navigation .page-nav {
		position: absolute;
		top: -10px;
		display: block;
		height: 38px;
		padding: 0 12px;
		border: solid 1px #CCCCCC;
		border-radius: 5px;
		line-height: 40px;
	}
	#stage .mod-news-archives .navigation .prev:before,
	#stage .mod-news-archives .navigation .next:after {
		top: 16px;
		width: 8px;
		height: 11px;
		border: none;
		border-radius: 0;
	}
	#stage .mod-news-archives .navigation .prev {
		left: -82px;
		padding-left: 21px;
	}
	#stage .mod-news-archives .navigation .prev:before {
		left: 6px;
		background-position: 0 0;
		background-size: 6px auto;
	}
	#stage .mod-news-archives .navigation .next {
		right: -82px;
		padding-right: 21px;
	}
	#stage .mod-news-archives .navigation .next:after {
		right: 6px;
		background-position: 0 0;
		background-size: 6px auto;
	}
}


/* 記事エリア
---------------------------------------- */
#stage .wrp-news-article {
	margin: 55px 0 90px;
	font-size: 15px;
}

@media screen and (max-width: 736px) {
	#stage .wrp-news-article {
		margin: 20px 0 70px;
		padding-right: 20px;
		padding-left: 20px;
	}
}


/* エディター出力
---------------------------------------- */
/* img */
#stage .mod-wysiwyg > p > img {
	max-width: 100%;
	height: auto;
}

/* リスト */
#stage .mod-wysiwyg ul,
#stage .mod-wysiwyg ol {
	margin: 1em 0 1em 2em;
}
#stage .mod-wysiwyg ul li {
	list-style-type: disc;
}
#stage .mod-wysiwyg ol li {
	list-style-type: decimal;
}

/* talbe */
#stage .mod-wysiwyg table {
	width: 100%;
	margin: 15px 0;
}
#stage .mod-wysiwyg table tbody th,
#stage .mod-wysiwyg table tbody td {
	box-sizing: border-box;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	vertical-align: middle;
}
#stage .mod-wysiwyg table tbody th {
	width: 140px;
	padding: 14px 15px;
	background-color: #E1F3FF;
	font-weight: bold;
	white-space: nowrap;
}
#stage .mod-wysiwyg table tbody td {
	padding: 14px 26px;
}

#stage .mod-wysiwyg table[border="0"],
#stage .mod-wysiwyg table[border="0"] th,
#stage .mod-wysiwyg table[border="0"] td {
	border: none;
}
#stage .mod-wysiwyg table[border="0"] th,
#stage .mod-wysiwyg table[border="0"] td {
	padding: 5px 0;
}

@media screen and (max-width: 736px) {
	/* talbe */
	/* #stage .mod-wysiwyg table,
	#stage .mod-wysiwyg tbody,
	#stage .mod-wysiwyg thead,
	#stage .mod-wysiwyg tr,
	#stage .mod-wysiwyg th,
	#stage .mod-wysiwyg td {
		display: block;
		width: auto !important;
		height: auto !important;
	} */

	#stage .mod-wysiwyg table {
		width: 100% !important;
		margin-bottom: 0;
		border-top: solid 1px #CCCCCC;
	}
	#stage .mod-wysiwyg table tbody th,
	#stage .mod-wysiwyg table tbody td {
		box-sizing: border-box;
		border-bottom: solid 1px #CCCCCC;
		border-top: solid 1px #CCCCCC;
		vertical-align: middle;
		white-space: nowrap;
	}
	#stage .mod-wysiwyg table tbody th {
		width: 100% !important;
		padding: 10px 15px;
		border: none;
	}
	#stage .mod-wysiwyg table tbody td {
		border-top: none;
		padding: 10px 15px;
	}

	#stage .mod-wysiwyg table[border="0"],
	#stage .mod-wysiwyg table[border="0"] th,
	#stage .mod-wysiwyg table[border="0"] td {
		border: none !important;
	}

	#stage .mod-wysiwyg table[border="0"],
	#stage .mod-wysiwyg table[border="0"] th,
	#stage .mod-wysiwyg table[border="0"] td {
		border: none;
	}
	#stage .mod-wysiwyg table[border="0"] th,
	#stage .mod-wysiwyg table[border="0"] td {
		padding: 5px 0;
	}

	/* table scro */
	#stage .mod-wysiwyg .scroll {
		overflow: auto;
		white-space:nowrap;
		margin-bottom: 15px;
	}
	#stage .mod-wysiwyg .scroll table {
		width:100%;
	}
	#stage .mod-wysiwyg .scroll::-webkit-scrollbar {
		height: 5px;
	}
	#stage .mod-wysiwyg .scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	#stage .mod-wysiwyg .scroll::-webkit-scrollbar-thumb {
		background: #bbb;
	}
}

/* 記事データ
---------------------------------------- */
/* 日付 */
#stage .mod-post-date {
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
}

/* タグ & リンクエリア */
#stage .mod-post-data {
	position: relative;
	margin-bottom: 60px;
}

/* タグ */
#stage .mod-post-data .tags {
	padding-right: 220px;
}
#stage .mod-post-data .tag {
	display: inline-block;
	min-width: 92px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 3px 5px;
	border-radius: 100px;
	background-color: #cfcfcf;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#stage .mod-post-data .tag.cm {
	background-color: #def0fd;
}
#stage .mod-post-data .tag.campaign {
	background-color: #f9e3ff;
}
#stage .mod-post-data .tag.products {
	background-color: #fccfd6;
}
#stage .mod-post-data .tag.event {
	background-color: #fdd387;
}
#stage .mod-post-data .tag.ir {
	background-color: #badfea;
}
#stage .mod-post-data .tag.csr {
	background-color: #d2e2ba;
}
#stage .mod-post-data .tag.society {
	background-color: #f0e1c7;
}

/* 右固定 */
#stage .mod-post-data .print-data {
	position: absolute;
	right: 0;
	top: 0;
}
#stage .mod-post-data .print-data > p {
	display: inline-block;
}
#stage .mod-post-data .print-data a {
	position: relative;
	display: block;
	padding-left: 20px;
	font-size: 15px;
	color: #000000;
}
#stage .mod-post-data .print-data a::before {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
	width: 16px;
	height: 16px;
}

#stage .mod-post-data .print-data .print {
	margin-right: 18px;
}
#stage .mod-post-data .print-data .print a::before {
	background: url(/news/common/img/icon/icn_print.png) no-repeat center center;
	background-size: 16px auto;
}

#stage .mod-post-data .print-data .pdf a::before {
	background: url(/news/common/img/icon/icn_pdf.png) no-repeat center center;
	background-size: 14px auto;
}

@media screen and (max-width: 736px) {
	/* 日付 */
	#stage .mod-post-date {
		margin-bottom: 10px;
	}

	/* タグ & リンクエリア */
	#stage .mod-post-data {
		margin-bottom: 30px;
	}

	/* タグ */
	#stage .mod-post-data .tags {
		padding-right: 0;
	}
	#stage .mod-post-data .tag {
		min-width: 74px;
		margin-right: 1px;
		margin-bottom: 5px;
		padding: 3px 2px;
		font-size: 10px;
	}
	#stage .mod-post-data .tag a {
		text-decoration: none;
	}

	/* 右固定 */
	#stage .mod-post-data .print-data {
		margin-top: 10px;
		position: static;
	}
	#stage .mod-post-data .print-data a {
		text-decoration: none;
	}
}


/* 詳細PDF
---------------------------------------- */
#stage .mod-detail-pdf {
	width: 100%;
	max-width: 311px;
	margin: 90px auto 0;
}

#stage .mod-detail-pdf > .mod-button {
	display: block;
}

@media screen and (max-width: 736px) {
	#stage .mod-detail-pdf {
		max-width: 295px;
		margin-top: 50px;
	}
}


