@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------*/
/* release
------------------------------------------------------*/
.list_release01 dd {
	padding: 0px 0 10px 10em;
}

.contents_release {
	width: 765px;
	margin: 0 auto;
}

#release_menu {
	background:#ebebeb;
}

#release_menu dt {
	background:#c8c8c8;
	padding:15px 0;
	text-align:center;
	font-size:115%;
}

#release_menu dd a {
	display:block;
	padding:15px 5px 15px 20px;
	font-size:115%;
}

.h02_release01 {
	font-size:129%;
	font-weight:normal;
	color:#7f7f7f;
	margin-bottom:10px;
	position:relative;
}

.h02_release01 .rss {
	position:absolute;
	top:5px;
	right:0;
}

.releaseEntry {
	margin-top:45px;
}

.releaseEntry_date {
	text-align:right;
	line-height:2;
	margin-top:-45px;
}

.releaseEntry .h01_01 {
	margin-bottom:25px;
}

.releaseEntry article {
	margin-bottom:50px;
}

.releaseEntry article p {
	font-size:108%;
	margin-bottom:1.5em;
	line-height:1.8;
}

.releaseEntry_image01 {
	text-align:center;
	margin-bottom:25px;
}

/* detail */
/* newsHeadBox */
.detail section::after {
	content: "";
	display: block;
	clear: both;
}

.detail .newsHeadBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
.detail .newsHeadBox > * {
	margin-top: 0;
}
.detail .newsHeadBox .date {
	-webkit-order: 2;
	order: 2;
	white-space: nowrap;
	margin-left: auto;
}
.detail .newsHeadBox .text {
	-webkit-order: 1;
	order: 1;
	font-size: 1.5rem;
}
.detail .newsHeadBox.is-global .date {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-order: 1;
	order: 1;
	width: 145px;
	min-height: 145px;
	margin-left: 0;
	background: -webkit-linear-gradient(top, #6b70cc 0%, #8c74b2 100%);
	background: linear-gradient(to bottom, #6b70cc 0%, #8c74b2 100%);
	border-right: 1px solid #edecf7;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}
.detail .newsHeadBox.is-global .date span {
	display: block;
	font-size: 4rem;
	line-height: 1.2;
}
.detail .newsHeadBox.is-global .text {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-order: 2;
	order: 2;
	width: calc(100% - 145px);
	padding: 40px 20px;
	background-color: #edecf7;
}
.detail .newsHeadBox.is-global .text > * {
	margin-top: 0;
}
.detail .newsHeadBox.is-global .volumeNumber {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.detail .newsHeadBox.is-global .volumeNumber .vol {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 20px;
	background-color: #ab6fa7;
	font-size: 1.2rem;
	color: #fff;
}
.detail .newsHeadBox.is-global .volumeNumber .vol:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid #ab6fa7;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.detail .newsHeadBox.is-global .volumeNumber .countryIcon {
	overflow: hidden;
	padding: 8px 0;
}
.detail .newsHeadBox.is-global .volumeNumber .countryIcon li {
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 1.2rem;
	color:	#000;
	line-height: 1;
}
.detail .newsHeadBox.is-global .volumeNumber .countryIcon li > img {
	margin-right: 10px;
	vertical-align: middle;
}
.detail .newsHeadBox.is-global .heading {
	font-size: 2.4rem;
	line-height: 1.5;
}
/* newsSnsBox */
.detail .newsSnsBox {
	display: -webkit-flex;
	display: flex;
}
.detail .newsSnsBox > * {
	margin-top: 0;
}
.detail .newsSnsBox .is-pharma {
	color: #c84b66;
}
.detail .newsSnsBox .is-company {
	color: #227641;
}
.detail .newsSnsBox .iconLink {
	display: -webkit-flex;
	display: flex;
	margin-left: 0;
}
.detail .newsSnsBox .iconLink li {
	margin-left: 0 !important;
	list-style: none !important;
}
/**/
.detail .heading1.is-news {
	margin-bottom: 30px;
}
/**/
.detail .is-pager .is-prev {
	float: left;
	margin-top: 0;
}
.detail .is-pager .is-next {
	float: right;
	margin-top: 0;
}
.detail .btnLink.is-pager > li > a {
	width: 140px;
}
.detail .btnLink.is-pager > .is-prev > a > span {
	padding: 1em 1em 1em 1.5em;
}
.detail .btnLink.is-pager > .is-next > a > span {
	padding: 1em 1.5em 1em 1em;
}
.detail .btnLink.is-end > li > span {
	display: block;
	padding: 1em 4em;
	background-color: #707070;
	color: #fff;
	text-align: center;
}
/**/
.detail .iconLink > li > a {
	position: relative;
	display: inline-block;
	padding-left: 1.2em;
	word-break: break-all;/*ja UQ setting*/
	text-decoration: underline;
}
.detail .iconLink li a:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.detail .iconLink.is-pager {
	margin-top: 30px;
}
.detail .iconLink.is-pager .is-prev > a:before {
	top: 50%;
	left: 2px;
	margin-top: -4px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.detail .iconLink.is-pager .is-next > a,
.detail .iconLink.is-prevNext .is-next a {
	padding: 0 1.2em 0 0;
}
.detail .iconLink.is-pager .is-prev > a:before,
.detail .iconLink.is-prevNext .is-prev a:before {
	top: 50%;
	left: 2px;
	margin-top: -4px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.detail .iconLink.is-pager .is-next > a:before,
.detail .iconLink.is-prevNext .is-next a:before {
	top: 50%;
	right: 2px;
	left: auto;
	margin-top: -4px;
}
.detail .pagerNumber a {
	text-decoration: underline;
}
.detail .pagerNumber > ul {
	width: calc(100% - 300px);
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}
.detail .iconLink.is-pager + .pagerNumber {
	text-align: center;
}
.detail .is-pager:after {
	content : "";
	display : block;
	clear : both;
}


/* column
-------------------------------- */
/* figureColumn */
.detail .figureColumn {
	display: -webkit-flex;
	display: flex;
	margin-top: 1.5em;
}
.detail .figureColumn > .imgL {
	flex: none;
	margin: 0 32px 0 0;
}
.detail .figureColumn > .imgR {
	flex: none;
	margin: 0 0 0 32px;
	-webkit-order: 2;
	order: 2;
}
.detail .figureColumn > .imgL > *:first-child,
.detail .figureColumn > .imgR > *:first-child {
	margin-top: 0;
}
.detail .figureColumn > .imgL > .js-figureFix > *:first-child,
.detail .figureColumn > .imgR > .js-figureFix > *:first-child {
	margin-top: 0;
}
.detail .figureColumn > .w256 {
	width: 256px;
}
.detail .figureColumn > .w256 figure {
	display: block;
	text-align: center;
}
.detail .figureColumn > .is-flexAuto > figure + figure {
	margin-left: 1em;
}
.detail .figureColumn > .is-flexCenter {
	-webkit-justify-content: center;
	justify-content: center;
}
.detail .figureColumn > .imgR + .text {
	-webkit-order: 1;
	order: 1;
	width: 100%;
}
.detail .figureColumn > [class*="is-flex"].text {
	width: 100%;
	margin-top: 0;
}
.detail .figureColumn > .text > *:first-child {
	margin-top: 0;
}
.detail .figureColumn.overFlow01 > .imgL,
.detail .figureColumn.overFlow01 > .imgR {
	margin-bottom: 1em;
}
.detail .caption {
	margin-top: 0.5em;
	font-size: 0.7rem;
	line-height: 1.5;
}

/* other */
.detail hr,
.solidLine {
	display: block;
	margin: 2em 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #e6e6e6;
	height: 1px;
}

/* リッチテキスト用
-------------------------------- */
.detail section h2 {
	font-size: 172%;
	font-weight: normal;
	padding: 0 0 0 14px;
	margin: 30px 0 20px 0;
	line-height: 1.5;
	position: relative;
	font-family: "I-OTF-UDゴ表示Pro M";
}

.detail section h2:before {
	position: absolute;
	content: "";
	display: block;
	top: 6px;
	bottom: 3px;
	left: 0;
	width: 4px;
	background: #426bba;
}

.detail section h3 {
	color: #577bc6;
	font-size: 115%;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: "I-OTF-UDゴ表示Pro M";
}

.detail section table {
	border-top: 1px solid #7C7C7C;
	border-left: 1px solid #7C7C7C;
	margin: 20px 0 20px 0;
}

.detail section table th,
.detail section table td {
	border-right: 1px solid #7C7C7C;
	border-bottom: 1px solid #7C7C7C;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: top;
	font-weight: normal;
}

.detail section table th {
	background: #F1F1F1;
}

.detail section table.border-none,
.detail section table.border-none td,
.detail section table.border-none th {
	border: none !important;
}

.detail section ul li {
	margin-left: 25px;
	list-style: circle;
}

.detail section ol li {
	margin-left: 25px;
	list-style: decimal;
}

.detail section .colorBox-01 {
	padding: 15px 15px 15px 15px;
}

.detail section .colorBox-02 {
	padding: 15px 15px 15px 15px;
}

.detail section p img {
	max-width:100%;
	height: auto;
}

.detail section .scroll-x {
	overflow: auto;
}

@media only screen and (max-width: 767px) {
.contents_release {
	width: auto;
}

.list_release01 dd {
	padding: 0px 0 10px 1em;
}

.contents_release.detail {
	width:100%;
}

.detail .releaseEntry_image01 img {
	width:100%;
	height:auto;
}

.detail section > table {
	width: 100% !important;
	display: block;
	overflow: auto;
	height: auto !important;
}

.detail section >  table tbody {
	display: table;
	width: 900px;
	height: auto;
}
}
