@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{
	margin:0;padding:0;border:0;outline:0;
}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/*================================================
 *  一般?共通設定
 ================================================*/
html {
	font-size: 62.5%;/*10px*/
	min-height: 100%;
}
body {
	font-size:1.5rem;
	color:#333;
	font-family:'游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-weight:500;
	line-height:1.5;
	word-wrap:break-word;
}
.inner {
	position:relative;
	width:1000px;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#fff;
}

#Container {
	overflow:hidden;
	max-width:1000px;
	min-height: 640px;
	margin:0 auto 30px auto;
}

a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
	font-weight: bold;
}

del {/*取り消し線*/
    background-image: linear-gradient(#5d627b, #5d627b);
    background-position: 0 50%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    margin: 0 0.4em;
    text-decoration: none;
}

.fontMN{
	font-family:Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo,serif;
}
.fontCrimson{
	color: crimson;
}
.textSpace{/*文字間詰める*/
	letter-spacing:-0.12em;
}

.indent1{
	text-indent: -1em;
	padding-left: 1em;
}
.indent2{
	text-indent: -2em;
	padding-left: 2em;
}
.indent3{
	text-indent: -3em;
	padding-left: 3em;
}
.indent4{
	text-indent: -4em;
	padding-left: 4em;
}

h1 {
	font-size:3.0rem;
	color:#3A72BC;
	position: relative;
	text-align: center;
	margin:0;
	padding: 1em;
	background: #EBF1F8;
	background-image: linear-gradient(0deg, transparent 31px, #FFF 32px), linear-gradient(90deg,  transparent 31px, #FFF 32px);
	background-size: 32px 32px;
	box-sizing: border-box;
	/*border-bottom: 1px solid #82A7D7;*/
	box-shadow: 0 7px 3px -3px #EBF1F8;
	clear: both;
}

h2 {
	margin:1em 0;
	padding:0.5em;
	font-size:2.0rem;
	border-top:3px double #3A72BC;
	border-bottom:3px double #3A72BC;
}

h3 {
	margin:0.5em 0;
	padding:0.5em;
	color:#2E5A93;
	font-size:1.7rem;
	/*border-bottom:2px dashed #3A72BC;*/
}

h4 {
	position: relative;
	margin: 1em 0;
	padding: 0.5em 0.75em;
	font-size:1.5rem;
	background-color:#EFF7FA;
	border: 1px solid #77B8DA;
	border-radius: 3px;
	clear: both;
}
h4::before,
h4::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	height: 0;
	width: 0;
	border: 10px solid transparent;
}
h4::before {
	border-top: 15px solid #77B8DA;
}
h4::after {
	margin-top: -2px;
	border-top: 15px solid #EFF7FA;
}

p {
	margin:0.5em;
	word-break: break-all;
}

img {
	max-width: 100%;
	vertical-align:bottom;
}
img a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}

em {
	font-weight:bold;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

address{
	font-style:normal;
	padding: 0.5em 1em;
	margin:0 1em 1em 1em;
	color: #5d627b;
	background:#bbd7ea;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
	display: inline-block;
}

figure {
    float: left;
    margin: 0.5em;
}
figure img {
    display: block;
    margin: 0px 0px 3px 0px;
}
figcaption {
    font-size:75%;
}
div.imagearea:after {
    content: "";
    clear: both;
    display: block;
}

#Container ul,
#Container ol{
	margin:0.5em 0 0.5em 2em;
}
#Container ul li {
	margin:0 0 0.5em 0;
	list-style:circle;
}
#Container ol li {
	margin:0 0 0.5em 0;
	list-style:decimal;
}
/*丸囲み数字*/
#Container ol.maru li{
	position:relative;
	list-style:none;
	margin:0 0 0.5em 0;
}
#Container ol.maru li span{
	position:absolute;
	left:-1.5em;
}

/* 波状の線 */
.nami-border {
	text-decoration:underline wavy #82A7D7;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
thead th {
	padding:10px;
	text-align:center;
	font-weight:normal;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
	white-space: nowrap;
}
tbody th {
	padding:10px;
	font-weight:bold;
	border:1px solid #ddd;
	white-space: nowrap;
}
td {
	padding:10px;
	/*vertical-align: top;*/
	border:1px solid #ddd;
}

/* パソコン?スマホだけ表示 */
.pc_only { display: block !important; }
.sp_only { display: none !important; }

/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:10px 0;
}
.header_bnr {
	position:absolute;
	top:0;
	right:10px;
	margin:0;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		background:#3A72BC;
		/*box-shadow:0 1px 3px #999;*/
		z-index:3;
	}

	/* 1段目 */
	nav ul {
		margin:0;
		padding:0;
		height: 60px;
		display: table;
		table-layout: fixed;
		text-align: center;
		width: 100%;
	}
	nav ul li {
		position:relative;
		width: calc(100% / 5);
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
		/*top: 0;
		bottom: 0;
		display: flex;
		align-items: center;*/
		display: table-cell;
		vertical-align: middle;
	}
	nav ul li:first-child {/*ホーム*/
		/*width:10%;*/
	}
	nav ul li a {
		display:block;
		margin:0;
		padding:15px 0;
		background:#3A72BC;
		color:#fff;
		font-weight:bold;
		line-height:1;
		text-decoration:none;
	}
	nav ul li a:hover {
		color: #EBF1F8;
	}

	/* 2段目 */
	nav ul li ul {
		list-style:none;
		position:absolute;
		z-index:3;
		top:100%;
		left:0;
		width:100%;
		height: inherit;
		margin:0;
		padding:0;
	}
	nav ul li ul li {
		overflow:hidden;
		width:100%;
		height:0;
		transition:0.5s;
		float: left;
	}
	nav ul li ul li:first-child {
		/*width:150%;*/
	}
	nav ul li ul li a {
		padding:15px;
		text-align:left;
		background:#FFF;
		color: inherit;
	}
	nav ul li:hover > ul {
		border:3px solid #5C8CCB !important;
	}
	nav ul li:hover > ul > li {
		overflow:visible;
		height:auto;
		border-bottom:1px solid #82A7D7 !important;
	}
	nav ul li:hover ul li:last-child {
		border-bottom:none;
	}
	nav ul li:last-child ul {
		/*left:-50%;*/
	}
	nav ul li ul li ul::before {
		position:absolute;
		content:"";
		top:13px;
		left:-20px;
		width:0;
		height:0;
		border:5px solid transparent;
		border-left-color:#fff;
	}
	nav ul li:last-child ul li ul::before {
		position:absolute;
		content:"";
		top:13px;
		left:200%;
		margin-left:-20px;
		border:5px solid transparent;
		border-right-color:#fff;
	}
	nav ul li ul li a:hover {
		background: #82A7D7;
	}
	
	.subnav a::after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 0 15px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.subnav ul li a::after {
		display: none;
	}

	#spMenu {
		display:none;
	}

	/*.fixed {
		position:fixed;
		top:0;
		left:0;
	}*/
}

/*================================================
 *  パンくずリスト
 ================================================*/
.breadcrumb {
	margin:0;
	padding:0;
}
.breadcrumb li{
	display:inline-block;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after{/* ?を表示*/
	content: '>';
	padding: 0 3px;
	color: #333;
}
.breadcrumb li:last-child:after{
	content: '';
	padding:0;
}
.breadcrumb li a {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 15px;
	/*text-decoration: none;*/
	color: #333;
	/*background: #CCC;*/
	font-size: 0.9em;
}
.breadcrumb li a:hover {
	background: #FFF;
}

/*================================================
 *  カラム
 ================================================*/
.column {
	display: flex;
	margin:-20px 0 -20px -20px;
}
.col_20 {
	flex-basis:20%;
	margin:20px 0 20px 20px;
}
.col_25 {/*4分割*/
	flex-basis:25%;
	margin:20px 0 20px 20px;
}
.col_75 {
	flex-basis:75%;
	margin:20px 0 20px 20px;
}
.col_80 {
	flex-basis:80%;
	margin:20px 0 20px 20px;
}
.col_50 {/*2分割*/
	flex-basis:50%;
	margin:20px 0 20px 20px;
}

/*================================================
 *  お知らせボックス
 ================================================*/
.emerBox{
	border:solid 2px #CE4949;
    position: relative;
    margin: 0.5em 0;
	padding:0.3em;
}
.emerBox .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
	margin: 0;
    padding:5px 10px;
    height: 25px;
    line-height: 25px;
    background: #CE4949;
    color: #ffffff;
    font-weight: bold;
}
.emerBox dt:first-child + dd{
	border-top:none !important;
	margin:30px 0 0 0;
	padding:0.5em 0.5em 0.5em 7.5em;
}
.emerBox dt {
	width:7.5em;
	margin:0;
	padding:1em 0.5em;
	float: left;
	clear: left;
	vertical-align:middle;
	font-size:1.1rem;
	opacity: 1;
}
.emerBox dd {
	margin:0;
	padding:0.5em 0.5em 0.5em 7.5em;
	vertical-align:middle !important;
	border-top:dashed 1px #CE4949;
	opacity: 1;
}
.emerBox dd a{
	font-weight:bold;
	color:#CE4949;
}
 
.infoBox{
	border:solid 2px #3A72BC;
	padding:0.3em;
}
.infoBox h3{
	margin: 0;
	padding:0 0 0.5em 0;
	border-bottom:solid 1px #3A72BC;
}
.infoBox .far,
.infoBox .fas{
	color:#3A72BC;
	margin:0 0.5em;
	font-size:3rem;
}
.infoBox dl{
	overflow: auto;
}
.infoBox dl::-webkit-scrollbar{width:5px;}/*バーの太さ*/
.infoBox dl::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
.infoBox dl::-webkit-scrollbar-thumb{background:#3A72BC;}/*バーの色*/
.infoBox dt:first-child{
	margin: 0px;
	padding:1em 0.5em;
	float: left;
	clear: left;
	border-top:none !important;
}
.infoBox dt:first-child + dd{
	border-top:none !important;
	margin:0px;
	padding:0.5em 0.5em 0.5em 5.5em;
}
.infoBox dt {
	width:5.5em;
	margin:0;
	padding:1em 0.5em;
	float: left;
	clear: left;
	/*text-align: center;*/
	vertical-align:middle;
	font-size:1.1rem;
	opacity:1;
}
.infoBox dd {
	margin:0;
	padding:0.5em 0.5em 0.5em 5.5em;
	vertical-align:middle !important;
	border-top:dashed 1px #3A72BC;
	opacity:1;
}

.infoBox dt.is-hidden,
.infoBox dd.is-hidden{
    opacity: 0;
    height: 0;
    margin: 0;
}
.more {
    text-align: center;
    margin-top: 20px;
}
button {
    background-color: #bbdeff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 32px;
    line-height: 32px;
    width: 120px;
    border-radius: 16px;
}

/*================================================
 *  メンバー紹介
 ================================================*/
table.member {
	border-collapse: separate;
	border:0px;
}
table.member th {
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom: 1px dashed #ccc;
	background: none;
	font-weight: bold;
	text-align: left;
	width: 14em; /*最大文字数＋1 em*/
}
table.member td {
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom: 1px dashed #ccc;
}
table.member td:nth-of-type(1) {
	width: 7em; /*最大文字数＋1 em*/
	
}

/*================================================
 *  製造販売後調査の各種手続きについて　表
 ================================================*/
/*table.procedure{
	border-top: none !important;
	border-right: solid 2px #3A72BC;
	border-bottom: solid 2px #3A72BC;
	border-left: 0px;
}*/
table.procedure thead th{
	background: #3A72BC;
	color: #FFF;
	font-weight: bold;
}
table.procedure tbody tr{
	border: solid 1px #3A72BC;
}
table.procedure tbody th{
	background: #EFF7FA;
}
table.procedure tbody td{
	border-top: solid 1px #3A72BC;
	border-right: 0px;
	border-bottom: 0px;
	border-left: solid 1px #3A72BC;
}
table.procedure tr.atten{
	border: solid 2px #FDC364;
}
table.procedure th.atten{
	border: solid 2px #FDC364;
	/*background: #FDC364;*/
	/*color: #CE4949;*/
	font-weight: bold;
}
table.procedure td.atten{
	border: solid 2px #FDC364;
	/*background: rgba(255,196,100,0.5);*/
}
.table-bdn{
	border: none !important;
}
.attenBox{
	border:solid 2px #FDC364;
    margin: 0.5em 0;
}
.attenBox .ab-title {
	position: inherit;
	background: #FDC364;
    color: #CE4949;
    font-weight: bold;
	margin: 0;
	padding: 0.5em;
	border: 0;
}
.notification{
	border: solid 2px #3A72BC;
	color: #3A72BC;
	padding: 0.5em;
}

/*================================================
 *  ステップバー（タイムライン）
 ================================================*/
.step-wrap {
	counter-reset: count;
	margin: 2em 0;
	position: relative;
}
.step-content {
	padding: 1.5em 0 0.5em 1em;
	margin: 0 0 1em 1em;
	position: relative;
}
.step-content::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -10px;
	border-style: solid;
	border-width: 17px 8px 0 8px;
	border-color: #ddd transparent transparent transparent;
}
.step-content::after {
	content: "";
	display: block;
	height: calc(100% - 36px);
	border-left: dashed 4px #ddd;
	position: absolute;
	top: 16px;
	left: -4px;
}
.step-label {
	padding: 3px 20px 3px 15px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -18px;
	left: -10px;
	background: #6ab5a5;
	border-radius: 20px;
	z-index: 1;
}
/*.step-label::after {
 counter-increment: count;
 content: counter(count);
 position: relative;
 left: .3em;
}*/
.step-title {
 font-weight: bold;
 font-size: 120%;
}
.step-body {
	margin: 0em 0 0 4.5em;
	padding: 0;
}
.step-content:last-of-type::before,
.step-content > :last-child::before,
.step-wrap > :last-child::before,
.step-wrap > :last-of-type::after {
	display: none;
}
/* スマホ向け */ 
@media screen and (max-width: 479px) {
	.step-body{
		margin: 0;
	}
}

/*------------------------------------------
// テキスト文字の配下に下向き矢印
----------------------------------------- */
.arrow-bottom{
	position: relative;
	margin-bottom: 3em;
}
.arrow-bottom::after{
	position: absolute;
	font-family:"Font Awesome 5 Free";
	content:"\f063";
	font-weight: bold;
	font-size: 3rem;
	bottom: -1.5em;
    left: 5%;
    right: 0;
}

/*------------------------------------------
// 囲み
----------------------------------------- */
.kakomi {
	position: relative;
	margin: 2em auto;
	padding: 1.2em;
	width: 90%;
	background-color: #FFF;
	border: 2px solid #E8E8ED;
	box-shadow: 2px 2px 1px #ccc;
}
.kakomi .kakomi-title {
	position: absolute;
	padding: 0 0.5em;
	left: 20px;
	top: -15px;
	font-weight: bold;
	background-color: #fff;
}
.kakomi .box-label {
    position: absolute;
    display: inline-block;
    top: -2px;
    right: -2px;
	margin: 0;
    padding:5px 10px;
    height: 25px;
    line-height: 25px;
    background: #82A7D7;
    color: #ffffff;
    font-weight: bold;
}
/* スマホ向け */ 
@media screen and (max-width: 479px) {
	.kakomi .box-label{
		position: relative;
	}
}

/*------------------------------------------
// リンクボタン
----------------------------------------- */
.btn {
	display: inline-block;
	/*max-width: 320px;*/
	text-align: left;
	background-color:#3A72BC !important;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0.5em;
	padding: 10px 20px 10px 30px !important;
	border-radius: 5px;
	position: relative;
}
.btn::before {
	font-family:"Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -10px;
}
.btn:hover {
	opacity: 0.8;
	color: #FFF;
}

.btn_menu {
	font-size: 2rem;
	display: block;
	position: relative;
	padding: 2em 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:1px solid #3A72BC;
	border-radius: 10px;
	background: #82A7D7;
	overflow: hidden;
	z-index: 1 !important;
}
.btn_menu::after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: 0.3s;
	z-index: -1;
}
.btn_menu:hover {
	color: #3A72BC;
	font-weight: bold;
}
.btn_menu:hover:after {
	height: 350%;
	opacity: 1;
}
.btn_menu:active:after {
	height: 350%;
	opacity: 1;
}


/*------------------------------------------
// タブ
----------------------------------------- */
ul#tabchange {
	width: 100%;
	margin:0 0 30px 0;
	padding:10px;
}
ul#tabchange:after {
	content: "";
	display: block;
}
ul#tabchange li{
	float:left;
	list-style:none !important;
}
ul#tabchange li a {
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	margin:0 5px;
	padding: 10px;
	text-decoration: none;
	background: #82A7D7;
	cursor: pointer;
	-webkit-border-radius: 0.2em; 
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
ul#tabchange li a:hover {
	background: #5C8CCB;
	text-decoration: none;
}
ul#tabchange li a:active {
	top:-1px;
}
ul#tabchange li a.activeBox {
	background: #2E5A93;
	position: relative;
	box-shadow:0 0 0 0;
	font-weight: bold;
}
.tabchangeBox{
	clear: both;
}


/* タブコンテンツの直接リンクした際のアンカー調節 */
a[id^="tab"]{
　　padding-top:50px !important;
　　margin-top:-50px !important;
}

/*------------------------------------------
// 絞り込み表示
----------------------------------------- */
ul#filter{
	background:#EAF5F5;
	margin:0 10px;
	display: block;
	font-size:13px;
    overflow: hidden;
}
ul#filter li { 
	list-style: none;
	float:left;
	margin:0 !important;
	padding:10px;
}
ul#filter li a {
	color: #333;
	text-decoration: none;
	padding:10px;
}
ul#filter li.current a,
ul#filter li a:hover {
	color: #FFF;
	background:#3A72BC;
	text-decoration:none;
    border-radius:5px;
	padding:10px;
}
ul#filter li.current a {
	color: #FFF;
	font-weight: bold;
}
/* スマホ向け */ 
@media screen and (max-width: 479px) {
    ul#filter{
	    width:100%;
    }
}

/*------------------------------------------
// アコーディオンメニュー
----------------------------------------- */
.acd-check{
    display: none;
}
.acd-label{
    background:#3A72BC;
    color: #fff;
    display: block;
    padding: 10px;
    position: relative;
	cursor: pointer;
}
.acd-label::after{
    background:#2E5A93;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    height: 40px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    background:#EBF1F8;
    display: block;
    height: 0;
    opacity: 0;
	margin: 0 0 0.5em 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label::after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

/*------------------------------------------
// 入力欄＋ログインボタン
----------------------------------------- */
input[type=password] {
	-webkit-appearance: none;
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 10px;
	width: 200px;
	height: 40px;
	font-size: 150%;
	box-sizing: border-box;
	border-radius: 5px 0 0 5px;
	border: 1px solid #ccc;
	border-right: none;
}
input[type=button] {
	-webkit-appearance: none;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	color: #fff;
	width: 100px;
	height: 40px;
	font-size: 100%;
	vertical-align: top;
	border: none;
	border-radius: 0 5px 5px 0;
	background: #3A72BC;
	cursor: pointer;
}

/*------------------------------------------
// リンクアイコン自動付与
----------------------------------------- */
/* pdf要素*/
#Container a[href*=".pdf"]::after{
	content: url(/byoin/chiken/images/icon_pdf.png);
}
/* Word要素*/
#Container a[href*=".doc"]::after{
	content: url(/byoin/chiken/images/icon_word.png);
}
/* Excel要素*/
#Container a[href*=".xls"]::after{
	content: url(/byoin/chiken/images/icon_excel.png);
}
/* zip要素*/
#Container a[href*=".zip"]::after{
	content: url(/byoin/chiken/images/icon_zip.png);
}
/*別サイトリンク*/
#Container a[href^="http"]:not(.no_icon)::after{
	content: url(/byoin/chiken/images/icon_external.png);
}
/* 画像拡大*/
#Container a[href*=".png"]{
	cursor: zoom-in;
}
/*メール*/
#Container a[href^="mailto"]::after{
	content: url(/byoin/chiken/images/icon_mail.png);
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	width: 100%;
	background:#3A72BC;
	color: #FFF;
	margin:0 auto;
	padding:1em 0;
}

ul.footer_bnr {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: center;
	margin: 0;
	padding: 0;
}
ul.footer_bnr li {
	box-sizing:border-box;
	list-style:none;
	flex:1;
	margin: 1em 5em;
}
ul.footer_bnr li a{
	display: flex;
	font-size: 1.7rem;
	color: #FFF;
	text-decoration: none;
	border: solid 3px #FFF;
	padding: 1em 1em 0.5em 1em;
	text-align: center;
}
ul.footer_bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
ul.footer_bnr li a i {
	font-size: 150%;
	padding:0 0.5em 0 0;
}

.copyright {
	clear:both;
	padding:10px 0;
	font-size:1rem;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
a.totop {
	position:fixed;
	bottom:20px;
	right:20px;
	width: 60px;
	height: 60px;
	padding: 0;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
a.totop i {
	font-size: 200%;
	padding: 0 27%;
	line-height: 60px;
	-webkit-transition: all .3s;
	transition: all .3s;
	letter-spacing: 0;
}
a.totop:hover i {
	line-height: 50px;
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}

	#Container {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.scroll{
		overflow: auto;	/*tableをスクロールさせる*/
		white-space: nowrap;	/*tableのセル内にある文字の折り返しを禁止*/
		}
	.scroll::-webkit-scrollbar{
		height: 5px;/*tableにスクロールバーを追加*/
	}
	.scroll::-webkit-scrollbar-track{
		background: #F1F1F1;/*tableにスクロールバーを追加*/
	}
	.scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;	/*tableにスクロールバーを追加*/
	}
	
	.lock {
		overflow:hidden;
	}

	header {
		z-index:2;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:10px;
	}
	.logo{
		width: 50%;
	}
	.header_bnr {
		position:relative;
		top:auto;
		right:auto;
		margin-top:10px;
	}

	#Container{
		display:flex;
		flex-direction:column;
	}
	
	nav {
		background:#3A72BC;
	}
	nav ul {
		margin:0;
		padding:0;
		}
	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		/*top:80px;*/
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 80px);
		height:calc(100% - 80px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #82A7D7;
		background:#3A72BC;
	}
	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}
	nav li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
		background:#3A72BC;
	}
	nav li a:hover {
		color:#fff;
		background:#3A72BC;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
		background: #EBF1F8;
		color: #22426C;
	}
	nav li li li a {
		padding:10px 30px 10px 70px;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#3A72BC;
	}
	.subnav a:hover:after {
	  background:#3A72BC;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#3A72BC;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
	}
	
	h1{
		font-size: 100%;
	}
	
	.column, .col_20, .col_25, .col_75, .col_80, .col_50{
		width:95%;
		display:block;
	}
	
	figure {
		width:95%;
		float:none;
	}
	
	ul.footer_bnr li{
		max-width:100%;
		display: inherit;
	}
	
	/* パソコン?スマホだけ表示 */
	.pc_only { display: none !important; }
	.sp_only { display: block !important; }
}

/*治験だより*/
.news-wrap{
    display: flex;
    flex-wrap: wrap;
}
.news-wrap p {
    margin: 0;
    width: 300px;
}
.news-wrap p a{
    display: block;

}