@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#footer {
	position: relative;
	z-index: 9;
}
.home #footer {
	position: relative;
	z-index: 10;
}
#content{
	position: relative;
	z-index: 10;
}

/*辞書ポップアップ*/

.modal-wrapper {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  margin-bottom: 0;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

/*辞書ポップアップここまで*/

#main .irinfo_slide{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.formBtn{
	margin-top: 30px;
}

.top_link_box{
	text-align: center;
}
.t_a_center{
	text-align: center;
}
.mainbox_text{
	margin-top: -20px;
}
.top_link_box a{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	height: 70px;
	padding: 20px 15px 10px 15px;
	border: solid 0.1px #333;
	margin: 0 5px 0 5px;
}
.top_link_box a:hover{
	background-color: #878770;
	border: solid 0.1px #333;
	color: white;
}

.home .content{
	margin-top: 0px;
}
.test{
	position: relative;
}
.navi-menu-button{
	visibility: hidden;
}
.a:link,.a:visited{
	color:black
}
/*自作ハンバーガーメニュー用*/
.hamburger {
	display : block;
	position: absolute;
	z-index : 9999;
	left : 13px;
	top   : 6px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
  }

  .hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #555;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition   : 0.5s ease-in-out;
	transition        : 0.5s ease-in-out;
  }
  .hamburger span:nth-child(1) {
	top: 10px;
  }
  .hamburger span:nth-child(2) {
	top: 20px;
  }
  .hamburger span:nth-child(3) {
	top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background : rgb(0, 0, 0);
	-webkit-transform: rotate(315deg);
	-moz-transform   : rotate(315deg);
	transform        : rotate(315deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
	top: 16px;
	background : rgb(0, 0, 0);
	-webkit-transform: rotate(-315deg);
	-moz-transform   : rotate(-315deg);
	transform        : rotate(-315deg);
  }
  
  nav.globalMenuSp {
	position: absolute;
	z-index : 9998;
	top  : 50px;
	left : 0;
	color: rgb(0, 0, 0);
	background: rgb(255, 255, 255);
	text-align: center;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s ease, visibility .6s ease;
  }
  
  nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
  }
  
  nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
	background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
	display: block;
	color: rgb(0, 0, 0);
	padding: 1em 0;
	text-decoration :none;
  }
  
  
  nav.globalMenuSp.active {
	opacity: 100;
	visibility: visible;
  }

/* メニュー内のアコーディオン化 */
.acd-check{
    display: none;
}
.acd-label{
    background: #ffffff;
    color: rgb(0, 0, 0);
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
	border-bottom: solid 0.1px #333;
	text-align: left;
}
.child_has_child{
	padding-left: 12px;
}
.acd-label:after{
    background: rgba(0, 76, 116, 0.8);
	color: #ffffff;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "FontAwesome";
    height: 50px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border-bottom: 0.1px solid #333;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: .5s;
    visibility: hidden;
}
.acd-content .child_box{
    border-bottom: 0.1px solid #333;
	height: 52px;
	text-align: left;
}
.acd-content a,.acd-content a:active,.acd-content a:hover{
	text-decoration :none;
	vertical-align: auto;
}

.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 0px;
    visibility: visible;
}
.acd-check:checked + .acd-label + .acd-content2{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

/*font awesome絡み*/
.fa-arrow-circle-up{
	font-weight: 500;
}
/*contents（本文や本文の背景色）を端まで表示させる場合（post_idでページ指定）*/
.page-id-139 .entry-content,.page-id-1418 .entry-content,.page-id-1422 .entry-content,.page-id-1424 .entry-content{
	max-width: 100%;
}

/* 用語集
-----------------------------------------*/

a.ygsh05{
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
	}
	
	.presentation{
		overflow: hidden;
		margin-bottom: 20px;
	}

	.yougosyu{
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	.lightbox { display: none; }
	
	.ygsh03{
		margin-bottom: 10px;
	}
	
	.ygsh05{
	color:#004c74;
	background: #fff;
	border: dotted 1px #004c74;
	display: block;
	padding: 20px 10px;
	vertical-align:middle;
	border-radius: 5px;
	text-align: center;
	}
	
	.ygsh05:hover{
	color:#fff;
	background-color: #004c74;;
	text-decoration: none;
	}
	
	a.btn_yogo_list {
	color: #494949;
	border-radius: 5px;
	padding: 15px;
	margin: 20px 0px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	background: #e0edff;
	text-align: center;
	}
	
	a.btn_yogo_list:hover {
	background: #004c74;
	color:#fff;
	}
	
	#ao,
	#kako,
	#saso,
	#tato,
	#nano,
	#haho,
	#mamo,
	#yara,
	#eiji{
		display: block;
		padding-top: 90px;
		margin-top: -90px;
	}
	
	
	
	@media screen and (min-width:768px){
	
	.yougosyu li{
		width: 10%;
		float: left;
	}
	
	a.btn_yogo_list {
	margin: 0px;
	}
	
	.ygsh02{
		float:left;
		margin: 5px;
		width: 48%;
	}

	.presentation li:first-child{
		width: 35%;
		float: left;
		white-space: nowrap;
	}

	.presentation li{
		width: 28%;
		float: left;
		white-space: nowrap;
	}

	#ao,
	#kako,
	#saso,
	#tato,
	#nano,
	#haho,
	#mamo,
	#yara,
	#eiji{
		display:block;
		padding-top: 160px;
		margin-top: -160px;
	}
	
	}
	

/*フォームレイアウト*/
.formbox h5{
	font-weight: 500;
}
.formtwocon{
	display: block;
	width: 45%;
}
.formtwocon{
	display: block;
	width: 45%;
}
.float_l.formtwocon{
	float: left;
}
.float_r.formtwocon{
	float: right;
}
.formbox input[type="text"]{
	height: 50px;
}
.formbox{
	padding-bottom: -20px;
}

/*** 全体 ****/

.entry-content{
	margin-bottom: 0px;
}
.mw_wp_form{
	margin-bottom: 0px;
}

/*dt dd横並び*/
dt{
	float: left;
}
  
dd{
	margin-left: 80px;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
	margin-top: 3px;
	margin-bottom: 10px;
}
.article p{
	margin-bottom: 10px;
}
.text_r{
	text-align: right;
}
p.text_r{
	width: 100%;
	margin-bottom: 0px;	
}

.mobile_only{
	display: none;
}

h2.h_bold{
	font-weight: 700;
}

/*footerのページトップリンク*/
.footer_gtt_wrap{
	position: relative;
	width: 100%;
	background: #00B7BA;
	text-align: center;
	padding: 10px 0;
	margin-bottom: -36px;
	overflow-x: 999;
}
.footer_gtt_wrap a{
	color:#ffffff;
}
.home .footer_gtt_wrap{
	position: relative;
	top:-208px;
}

/*経営陣*/
.float_l {
	float: left;
	margin: 0 15px 15px 0;
}

/*カラータイル*/
.color_tile{
	max-width: 1023px;
	height: 80px;
	display: flex;
  	justify-content: center;
  	align-items: center;
}
.indicationboxlink,a.no_effect{
	text-decoration: none;
}
.indicationboxlink:hover,a.no_effect:hover{
	text-decoration: none;
}
.tobiraBlock03{
	width:45%;
}
.tile_text{
	font-size: 50px;
	font-weight: 700;
	color:#FFF;
	text-decoration: none;
}
.tile_mn166{
	background:#00B7BA;
}

.tile_mn001{
	background:#36A0DA;
}
/*カラータイルここまで*/

/*検索ボタン*/
.search-box {
	width: 180px;
    margin: 0;
    position: relative;
}
.search-edit, input[type="text"]{
	height: 18px;
	font-size: 10px;
}

.search-submit {
	vertical-align: middle;
	top: -1px;
}

.fa-search{
	font-size: 15px;
}

.en_link{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	text-decoration: none;
	color: #333;
}
.en_link_box{
	margin-left: 5px;
	margin-top: -1px;
}

.en_flag{
	height: 25px;
	margin-top: -1px;	
}

.ja_flag{
	height: 22px;
	margin-top: -1px;	
	margin-left: 5px;	
}

#header_search_area{
	display: flex;
	justify-content: flex-end;
	margin-right:50px;
	padding-top: 15px;
	margin-bottom: 0px;
	height: 40px;
	font-size: 10px;
}
@media screen and (min-width: 1023px){
	#header_search_area{
		display: flex;
		justify-content: flex-end;
		margin-right:50px;
		margin-top:-78px;
		margin-bottom: 50px;
		height: 40px;
		font-size: 10px;
	}
	.en_link_box{
		margin-left: 5px;
		margin-top: -1px;
	}
	
	.en_flag{
		height: 25px;
		margin-top: -1px;	
	}
	
}
/*ここまで*/
/*検索結果調整*/
.entry-card-content {
    margin-left: 0px;
	margin-bottom: -20px;
}
.a-wrap {
	margin-bottom: 0%;
}

/*Cocoonファビコン非表示*/
.blogcard-favicon {
    display: none;
} 

.btn_001 a{
	display: block;
	padding: 13px;
	text-align: center;
	background: #878770;
	color: #fff;
	border: 3px solid #878770;
	border-radius: 3px;
	margin: -30px 0 20px;
	text-decoration: none;
}

.btn_001 a:hover{
	background: #fff;
	color: #878770;
	text-decoration: none;
}

/* ナビメニュー関連 */

.navi-in > ul li .sub-menu ul li .sub-menu{
    top: 40px;
}

/* ナビメニューのホバー */
.navi-in a:hover {
    background-color: #59c7c7;
    transition: all 0.3s ease-in-out;
    color: rgb(255, 255, 255);
	text-decoration: none;
}

.sub-menu {
	background-color: #f5f5e4!important; /*背景色*/
  }
  .navi-in>ul .sub-menu li {
	border-bottom: 2px groove #ffffff!important; /*パーティション（仕切り線）*/
	height: 44px; /*高さ*/
  }

  /*サブメニューのサブメニュー */
  .menu-item-has-children ul .sub-menu{
	background-color: #e4e4d4!important; /*背景色*/
	box-shadow: 0 10px 25px 0 rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 1023px){
	.menu-item-has-children ul .sub-menu{
		margin-top: 33px;
		margin-left: -245px;
		margin-right: 245px;
	}
}
.sub-has-sub .fa-angle-righit:hover{
	content: "\f107";
}

.entry-card-thumb{
	display: none;
}

ul {
  list-style: none;
}

.message_wrap{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.list_a{
  text-decoration:none; 
  color: #333;
}

#toc{
	display: none;
  }
.list_title{
	margin: 0px;
}
.list_title h6{
	font-weight: 500;
}

.list_a:hover{
  color: #333;
}

.icon_link_style{
  position: relative;
  left: 3px;
  top: 4px;
}


/*トップページ絡み*/

.home .content{
	margin-bottom: -222px;
}

.top_cont_box{
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 12000px;
  padding-top: 50px;
}

.top01{
  top: -160px;
  padding-bottom: -200px;
}

.top02{
  top: -160px;
  padding-bottom: 30px;
  margin-bottom: 75px;
}

.container table tr {
  background-color: transparent;
  padding: 2px;
  font-size: 16px;
}

.ni_list_box td,.ni_list_box th{
  background-color: rgba(255, 255, 255, 0);
  border-bottom:0.01em solid #333;
  border-top: 0px none;
  border-left: 0px none;
  border-right: 0px none;
}

.ni_list_box td.right_cal,.ni_list_box th.right_cal{
  background-color: rgba(255, 255, 255, 0);
  border-bottom:0.01em solid #333;
  border-top: 0px none;
  border-left: 2px solid rgba(255, 255, 255, 0.8);;
  border-right: 0px none;
}

h1.top_cont_tit{
  color: #878770;
  font-size: 35px;
  font-weight: 550;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 0px;
  border-bottom: 1px solid #878770;
  padding-bottom: 10px;
}
.ni_list_box{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

#body_wrap{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
  }

#body_wrap_wide{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
  }
  .indexBlock_link{
	letter-spacing:-0.1em;
  }

  .sub_body_wrap{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
  }

.entry-content{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
  }

.home .entry-content{
	max-width: 12000px;
  }

.su-tabs-nav{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.arc_list td{
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
}

.ni_list_box th,.ni_list_box td{
  width: 50%;
}

.ni_list_box td{
	width: 50%;
	vertical-align: top;
  }

/*topのみ背景画像url指定*/
body.home {
  background:url(/wp-content/uploads/2021/09/topmainbg.jpg) ;      
  background-size: cover;
  background-position: bottom center;
      background-repeat: no-repeat;
      background-attachment: fixed;
  }

.top_msg{
  position: relative;
  background-color: rgba(92, 154, 158, 0.5);
  max-width: 12000px;
  height: 110px;
  padding-top: 22px;
  top: -170px;
}
.top_msg p{
  margin-left: auto;
  margin-right: auto;
  color: #efefef;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

  /*プライバシーポリシー*/
.indent_01{
  display: block;
  margin-top: -20px;
  margin-left: 10px;
}

  /*固定ページの日付非表示*/
.page .date-tags,
.page .author-info {
display: none;
}
body {
  font-family: 'Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
  /*メインカラムの幅を横幅いっぱいに広げる*/
.wrap {
  width: auto;
}
.main{
  padding: 0px;
}
/*** ヘッダー ***/
.logo{
	text-align:left;
  padding-left: 50px;
}
#breadcrumb{
  color: #ffffff;
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb-caption{
  color: #ffffff;
}
.breadcrumb_wrap{
  background-color: #0970c0;
}

/*** 本文 ***/
.entry-header h1{
  font-weight: 400;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content{
  margin-left: auto;
  margin-right: auto;
}
h2.entry-title{
  font-weight: normal; 
}

.mainbox,.column,.text_c,.devemain_tit{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 100;
}
.column,.text_c{
  text-align: center;
}
/*旧サイト設定改造（開発用）*/

	/** タグ関連 tagarea クラスで囲い、spanで記述　spanのクラスはカテゴリのスラッグ */

.tagarea{
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	display: inline-block;
}

.tagarea span{
	margin:0px 3px 2px 3px;
	padding: 5px;
	height: 14px;
}

.tagarea .p_date_str{
	color: #333;
}

.tagarea .ms{background:#1d9955;}
.tagarea .als{background:#00BA47;}
.tagarea .dcm{background:#00940F;}
.tagarea .cipn{background:#0A6600;}
.tagarea .izon{background:#9250AD;}
.tagarea .gbm{background:#B7463D;}
.tagarea .mn001{background:#36A0DA;}
.tagarea .mn029{background:#a5daff;}
.tagarea .mn221{background:#ebd7ff;}
.tagarea .ipf{background:#355DC9;}
.tagarea .nashnafld{background:#4A84C9;}
.tagarea .chiken{background:#47848E;}
.tagarea .kyoudokenkyu{background:#274c7c;}
.tagarea .kyoudokaihatsu{background:#dc9600;}
.tagarea .tokkyo{background:#979300;}
.tagarea .gakai{background:#78777E;}
.tagarea .ronbun{background:#894309;}
.tagarea .media{ background: #d84b79;}
.tagarea .event{ background: #597de2;}
.tagarea .message{background: #4d63ac;}
.tagarea .news{ background:#A69537;}
.tagarea .tanshin{ background:#DE823E;}
.tagarea .yuho{ background:#C9BD5C;}
.tagarea .hanki{ background:#AABD5A;}
.tagarea .kabutsu{ background:#3CA1A8;}
.tagarea .setsumei{ background:#5EB0BF;}
.tagarea .schedule{ background: #0e8e7c;}
.tagarea .movie{ background:#C47272;}
.tagarea .resarch{ background:#A69537;}
.tagarea .corporate{ background: #597de2;}

.tagarea .mn166{background:#00B7BA;}
.tagarea .mn001{background:#36A0DA;}

.tagarea .mn166-2{background:#4cccce;}
.tagarea .mn001-2{background:#72bce5;}

	/** タグ関連ここまで */

a:hover{
	-webkit-transition: all .3s;
  transition: all .3s;
		color: #0970c0;
		text-decoration: underline;
}

#navi-footer-in a:hover{
	-webkit-transition: all .3s;
  transition: all .3s;
		color: #0970c0;
		text-decoration: underline;
}

p{
	line-height: 1.8;
}

/* .common_content p{
	padding-bottom: 20px;
	text-align: center;
} */

.f-s{
	font-size: 35px;
	padding: 0px 5px;
}

.f-s2 {
 font-size: 35px;
 padding: 0px 5px;
 font-weight: normal;
 padding-left: 10px;
}


/*font-size*/
.text_c{font-size: 16px;}
.pagetit h1{font-size: 16px;}
.pagecontit h2{font-size: 18px;}
h1.midashi{font-size:18px;}
h2.midashi02{font-size: 16px;}
h2.midashi02_2{font-size: 20px;}
h3.midashi03{	font-size: 16px;}
h3.midashi03_2{font-size: 16px;}
h3.midashi03_3{font-size: 16px;}
h3.midashi03_4{font-size: 14px;}
h3.midashi03_5{font-size: 14px;}
h5.midashi05{font-size:15px;}
h5.midashi05_1{font-size: 16px;}
h6.midashi06{font-size: 16px;}
h6.midashi06_1{font-size: 16px;}

/*タイトル*/

.pagetit{
	background: -moz-linear-gradient(left, #ffffff 0%, #c9e3ee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%,#c9e3ee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%,#c9e3ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9e3ee',GradientType=1 ); /* IE6-9 */
}

.pagecontit{
	background: #F6F6F6;
  width: auto;
}

.pagetit h1{
	padding: 15px 0px;
 margin: 0px 10px;
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
}

.pagecontit h2{
	padding: 20px 0px;
 margin: 0px 10px;
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
}

h1.midashi{
 border: 1px solid #01adab;
 padding: 10px;
 line-height: 1.8;
 margin-bottom: 20px;
 color: #01adab;
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 font-weight: 100;
 text-align: center;
}

h2.midashi02{
 padding: 10px;
 margin-bottom: 20px;
 color: #878770;
 border:1px solid #878770;
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 font-weight: 700;
 text-align: center;
}

h2.midashi02_2{
	color: #878770;
	text-align: center;
	border-bottom:1px solid #878770;
	padding-bottom: 20px;
	margin-bottom:0px;
	background-color: #fff;
  max-width: 1000px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 100;
  text-align: center;
}

h2.midashi02_3{
	border-bottom:1px solid #878770;
	padding-bottom: 10px;
	margin-bottom:20px;
	font-size: 24px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 100;
  text-align: center;
}

h3.midashi03{
 border-bottom: 1px solid #878770;
 padding:10px 0px;
 margin:20px 0px;
 color: #878770;
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 font-weight: 100;
 text-align: center;
}

h3.midashi03_2{
 border-bottom: 1px solid #01adab;
 padding:10px 0px;
 margin:0px 0px 20px 0px;
 color: #01adab;
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 font-weight: 100;
 text-align: center;
}

h3.midashi03_3{
 border-top: 1px solid #494949;
 border-bottom: 1px solid #494949;
 padding:10px 0px;
 margin:50px 0px 30px 0px;
 color: #494949;
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 font-weight: 100;
 text-align: center;
}

 h3.midashi03_4{
 color:#878770;
 margin-bottom:20px;
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 font-weight: 100;
 text-align: center;
 }

 h3.midashi03_5{
 color:#01ADAB;
 margin-bottom:20px;
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 font-weight: 100;
 text-align: center;
 }

 h5.midashi05{
 color: #00b3bf;
 margin-bottom: 20px;
 font-weight: bold;
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 font-weight: 100;
 text-align: center;
 }

 h5.midashi05_1{
 color: #878770;
 margin-bottom: 20px;
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 font-weight: 100;
 text-align: center;
 }

 h6.midashi06{
 background: #01ADAB;
 padding: 10px;
 color: #fff;
 margin:0px 0px 10px 0px;
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 font-weight: 100;
 text-align: center;
 }

 h6.midashi06_1{
 color: #494949;
 text-align: center;
 margin:0px;
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 font-weight: 100;
 text-align: center;
 }

	/*コンテンツ*/
	.pagecon{
		margin: 10px 10px 50px;
	}
/**/

	.boxcon{
		margin:0px auto 50px auto;
		overflow: hidden;
		padding-top: 30px;
	}

	.linkbtn a{
		display: block;
		text-align: center;
		width: 80%;
		padding: 20px;
		border:1px solid #0970c0;
		margin: 0 auto 30px auto;
		text-decoration: none;
		color: #0970c0;
	}

	.linkbtn a:hover{
		background: #0970c0;
		color: #fff;
		}

		.linkbtn02 a{
			display: block;
			text-align: center;
			width: 80%;
			padding-bottom: 20px;
			margin: 0 auto 0px auto;
			text-decoration: none;
			border:1px solid #b9b700;
			color:#b9b700;
		}

		.linkbtn02 a:hover{
			background: #b9b700;
			color: #fff;
			}

/* 扉ページ ボタン
-----------------------------------------*/
.indexBlock_link{
	overflow: hidden;
	margin-bottom: 0px;
}

.indexBlock_link ul{
	margin-bottom: 0px;
}

.indexBlock_link li {
	width: 100%;
	margin:0px 0px 0px 0px;
	font-size: 16px;
}

.indexBlock_link li a{
/*	display: block;*/
/*	padding: 20px;*/
	font-size: 16px;
  display:flex;
  justify-content:center;
  align-items:center;
	text-align: center;
	background: #878770;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	letter-spacing: 2px;
	height: 90px;
}

.indexBlock_link li a:hover{
	background: #b0b09d;
	color: #fff;
}

.indexBlock_link li a img{
	height: 25px;
	vertical-align: middle;
	margin:0px 3px 4px 0px;
}

.indexBlock_link .nokori{
	display: block;
	font-size: 16px;
	padding: 20px;
	text-align: center;
	background: #f4f4ef;
	color: #f4f4ef;
	border-radius: 5px;
	text-decoration: none;
}

.indexBlock_link .nokori img{
	height: 25px;
	vertical-align: middle;
	margin:0px 3px 4px 0px;
}

.indexBlock_space{
	display:none;
}

.indexBlockone{
	margin-bottom: 50px;
}

.indexBlockone a{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	background: #188db3;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
}
.link_btn{
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	margin-top: -20px;
}

.link_btn button{
	display: inline-block;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	text-decoration: none;
	background: #188db3;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	font-size: 16px;
}
.indexBlock_img01{
	height: 30px;
}

.indexBlockone a:hover{
	background: #70b6cc;
	color: #fff;
}

.indexBlockone a img{
	height: 25px;
	vertical-align:middle;
	margin: 0px 3px 4px 0px;
}


/* 共通コンテンツ
-----------------------------------------*/
.mainbox{
	margin-bottom: 20px;
	overflow: hidden;
}

.mainbox p{
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}

p.member_pro{
	display: block;
}

.linkbtnbg{
	background: #b9b700;
}

.linkbtnbg{
	color: #b9b700;
}

.uitext{
	color:#0166ad;
	font-size: 12px;
	margin-bottom: 5px;
}

.sankaku{
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #878770;
    margin: 0 auto;
}

/*トップメッセージ*/

.topmessage{
	overflow: hidden;
	margin-bottom: 20px;
	border:1px solid #878770;
	padding: 10px;
}

.imgmessage{
	display: block;
	margin: 0 auto 10px auto;
	width: 100%;
}

h2.message_name{
	font-size: 24px;
}


/* 企業情報
-----------------------------------------*/

/* 会社概要 */
/*
.profile_box{
	margin-bottom:10px;
	overflow: hidden;
	background:#fbfaf3;
}
*/
.profile_box th{
	width: 20%;
  background:#fbfaf3;
  border: hidden;
  text-align: left;
  padding: 20px;
  font-weight: 400;
}

.profile_box td{
	background:#fff;
  border: hidden;
  padding: 20px;
}

.profile_box dd h5{
	color:#878770;
	border-bottom:1px solid #878770;
	padding: 0px 0px 10px 0px;
	margin:0px 0px 10px 0px;;
}

/*経営メンバー*/

.memberbox{
	overflow: hidden;
	padding: 20px;
	background-color: #fbfaf3;
}

.member_pro {
 padding: 0px 0px 5px 0px;
 margin: 0px 0px 10px 0px;
 border-bottom: 1px solid #878770;
}

/*沿革*/

.enkaku th{

  border: none;
  background: #fff;
  text-align: left;
  font-weight: 400;
}

th.enkaku_y{
  width: 17%;
}

.enkaku .td_2{
	width: 12%;
  vertical-align: top;
}

.enkaku td{
  border: none;
  background: #fff;
}

.enkaku th,.enkaku td.enkaku_m,.enkaku td.enkaku_text{
	border-bottom: 1.2px solid #505050;
}

/* メディシノバを知る
-----------------------------------------*/
.modelkibo{
	margin-bottom: 20px;
}

.kiboimg02{
	display: block;
	margin: 0 auto 10px auto;
	width: 60%;
}

.numberbox{
		background: #F0F7F7;
		padding: 15px 10px;
		margin-bottom: 10px;
}

.numberbox img{
	display: block;
	margin: 0px auto 10px auto;
	width:100%;
}

.numberbox_bg{
	background: none;
	padding: 0px;
	margin-bottom: 0px;
}

img.numberboximg{
	width: 80%;
}

.column{
	background: #fbfaf3;
	overflow: hidden;
	padding: 0px 20px 20px;
}

.column img{
	display: block;
	margin: 0 auto;
	width: 100%;
}

.bdrmidashi{
	display: block;
	width:100%;
	height: 70px;
	line-height: 70px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-top: 1px solid #878770;
	border-bottom: 1px solid #878770;
	text-align: center;
}

.bdrmidashi_02{
	background: #01ADAB;
	color: #fff;
	display: block;
	width:100%;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
}


/* 開発製品について
-----------------------------------------*/

.develocontetns{
	overflow: hidden;
	margin-bottom: 20px;
	background: #EFF5FB;
}

.develobox h4{
	text-align: center;
	margin: 10px;
}

.deveimg{
	width: 100%;
	display:block;
}

.develoconlink{
	margin: 10px 10px 20px;
}

.develoconlink p{
	margin-bottom: 10px;
}

a.develolink{
	display: block;
	text-align: center;
	background: #5E9DD2;
	border: 1px solid #5E9DD2;
	padding: 15px;
	color: #fff;
	font-size: 16px;
}

a.develolink:hover{
	background: #fff;
	color:#5E9DD2;
	text-decoration: none;
}

.develo_list{
	border-top: 1px solid #878770;
}

table.presstable{
	border-bottom: 1px solid #878770;
}

.ir_file tr.seihinfile01,
.ir_file th.seihinfile02,
.ir_file td.seihinfile03{
	border-top: none;
}

.display-more-button a{
	border: 1px solid #878770;
	color: #878770;
	display: block;
	font-weight: normal;
	font-size: 14px;
	padding: 15px;
	text-align: center;
	margin: 20px auto;
	width: 200px;
}

.display-more-button a:hover{
	background: #878770;
	color: #fff;
	text-decoration: none;
}


/*主要パイプライン*/

table.pipeline{
	width: 1000px;
	border-left: 1px solid #dbdcdc;
}

.pipeline th{
	background:#dbdcdc;
	padding: 10px 0px;
	text-align: center;
	border-right: 1px solid #fff;
}

.pipeline th.pipeline-tit01,
.pipeline th.pipeline-tit02{
	width: 327px;
}

.pipeline th.pipeline-tit03,
.pipeline th.pipeline-tit04,
.pipeline th.pipeline-tit05{
	width: 120px;
}

.pipeline th.pipeline-tit05{
	border-right: 1px solid #dbdcdc;
}

.pipeline td{
	border-bottom: 1px solid #dbdcdc;
	border-right: 1px solid #dbdcdc;
	vertical-align: middle;
	background: #f9f9f9;
}

.pipeline td.pipeline_common{
	background-color: #00a8ab;
	text-align: left;
	color: #fff;
	border-right: 1px solid #00a8ab;
	border-left:1px solid #00a8ab;
	padding-left:10px;
}

.pipeline td.pipeline_mn001_bg{
	background-color: #36A0DA;
}

.pipeline td.pipeline_common_2{
	color: #00a8ab;
	background: #fff;
	padding:10px;
}

.pipeline td.program-name{
	font-weight: bold;
	padding:10px;
}

.pipeline td.partner-name{
	padding:10px;
	font-size: 12px;
}

.pipeline td.shiteitit_common{
	font-size: 12px;
	color: #00a8ab;
	padding-top:3px;
}

.pipeline td.shiteitit_mn001{
	color: #36A0DA;
}

.pipeline td .pipeline_common_line{
	background: #00a8ab;
	padding:15px 0px;
	margin-top:10px;
}

.pipeline td .pipeline_mn001_line{
	background-color: #36A0DA;
}


.pipeline td .pipeline_common_line_01{
	float:left;
	background-color:#00a8ab;
	padding:15px 10px;
	margin-top:10px;
}

.pipeline td .pipeline_common_line_01_mt0{
	float:left;
	background-color:#00a8ab;
	padding:15px 10px;
}

.pipeline td .pipeline_mn001_line_01{
	background-color: #36A0DA;
}

.pipeline td .common_sankaku{
	float:left;
	border-left:15px solid #00a8ab;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	margin-top:10px;
}

.pipeline td .common_sankaku_mt0{
	float:left;
	border-left:15px solid #00a8ab;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
}

.pipeline td .common_sankaku_02{
	position: relative;
	float:left;
	border-left:15px solid #00a8ab;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	margin-top:10px;
	z-index: 5;
}

.pipeline td .mn001_sankaku{
	border-left:15px solid #36A0DA;
}

.pipeline td .common_sankaku_dot{
	float: left;
 width: 21px;
 height: 21px;
 border: 1px dotted;
 border-color: #00a8ab #00a8ab transparent transparent;
 transform: rotate(45deg);
 margin-left: -10px;
 margin-top: 16px;
 background: #fff;
}

.pipeline td .common_sankaku_dot_2{
	float: left;
 width: 21px;
 height: 21px;
 border: 1px dotted;
 border-color: #00a8ab #00a8ab transparent transparent;
 transform: rotate(45deg);
 margin-left: -10px;
 margin-top: 14px;
 background: #fff;
}


.pipeline td .mn166_03_dot{
	border:1px dotted #00a8ab;
	background: #fff;
}

.pipeline td .mn166_03_dot_r{
	border-right:none;
}

.pipeline td .mn166_03_dot_l{
	border-left:none;
}

.pipeline td.boderbtm0{
	border-bottom: none;
}

.pipeline td.dot-line{
	position: relative;
}

.pipeline td .mn166_08_dot{
	border:1px dotted #00a8ab;
	background: #fff;
	padding: 14px 10px;
	position: absolute;
	right: 0px;
	z-index: 1;
}

.pipeline td .mn166_08_dot_r{
	border-right:none;
}

.pipeline td .mn166_08_dot_l{
	border-left:none;
}

.pipeline td .mn166_09_dot{
	border:1px dotted #00a8ab;
	background: #fff;
	padding: 14px 0px;
}

.pipeline td .mn166_09_dot_r{
	border-right:none;
}

.pipeline td .mn166_09_dot_l{
	border-left:none;
}

.pipeline td .mn166_10_dot{
	border:1px dotted #00a8ab;
	background: #fff;
	padding: 14px 10px;
	position: absolute;
	right: 0px;
	z-index: 1;
}

.pipeline td .mn166_10_dot_r{
	border-right:none;
}

.pipeline td .mn166_10_dot_l{
	border-left:none;
}

.pipeline td .mn166_11_dot{
	border:1px dotted #00a8ab;
	background: #fff;
	padding: 14px 0px;
}

.pipeline td .mn166_11_dot_r{
	border-right:none;
}

.pipeline td .mn166_11_dot_l{
	border-left:none;
}

/*パイプライン サイズ*/
.pipeline td .mn166_01_width{
	width:89px;
}

.pipeline td .mn166_02_width{
	width:87px;
}

.pipeline td .mn166_03_width{
	width:20px;
}

.pipeline td .mn166_04_width{
	width:80px;
}

.pipeline td .mn166_05_width{
	width:62px;
}

.pipeline td .mn166_06_width{
	width:50px;
}

.pipeline td .mn166_07_width{
	width:50px;
}

.pipeline td .mn166_08_width{
	width:75px;
}

.pipeline td .mn166_08_dot_width{
	width:32px;
}

.pipeline td .mn166_09_dot_width{
	width:13px;
}

.pipeline td .mn166_10_width{
	width:87px;
}

.pipeline td .mn166_10_dot_width{
	width:5px;
}

.pipeline td .mn166_11_dot_width{
	width:18px;
}

.pipeline td .mn166_11_width{
	width:98px;
}

.pipeline td .mn001_01_width{
	width:37px;
}

.pipeline td .mn001_02_width{
	width:20px;
}


.fda_shitei{
	background: #D1ECED;
	padding:5px 10px;
	margin:10px 0px;
}

.fda_color{
	color: #7C7544;
}

.fda_article{
	background: #fff;
	padding: 10px;
}

.program-bg01 td{
	background: #fffef3;
}

.program-bg02 td{
	background: #f5fff4;
}

.program-bg03 td{
	background: #f0faff;
}

.program-bg04 td{
	background: #fff6f4;
}

	.develolinkbtn{
		width: 273px;
		margin: 0 auto;
		padding: 0px 0px 20px 0px;
	}

	table.pipeline{
	width:100%;
	}

	.scroll{
	overflow: auto;
	white-space: nowrap;
	overflow-x: auto;
  -webkit-overflow-scrolling: touch;
	}
	.scroll::-webkit-scrollbar{
	 height: 5px;
	}
	.scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	}


/*新薬開発領域*/

.portfoliocon{
	position: relative;
	overflow: hidden;
}

.portfolio_mn166{
	position: relative;
	background: #cceeef;
	z-index: 1;
}

.portfolio_mn001{
	position: relative;
	background: #d9ebf9;
	z-index: 1;
}

h4.mn166_tit{
	color:#00a8ab;
	text-align: center;
	margin: 0px;
}

a.mn166_tit_btn{
	background: #00a8ab;
	border: 1px solid #00a8ab;
	padding: 18px 0px;
	text-align: center;
	color:#fff;
}

a.mn166_tit_btn:hover{
	background:#fff;
	color:#00a8ab;
	text-decoration: none;
}

h4.mn001_tit{
	color:#36a0da;
	text-align: center;
	margin: 0px;
}

a.mn001_tit_btn{
	background:#36a0da;
	border: 1px solid #36a0da;
	padding: 18px 0px;
	text-align: center;
	color:#fff;
}

a.mn001_tit_btn:hover{
	background:#fff;
	color:#36a0da;
	text-decoration: none;
}

a.mn166btn{
	background: #00a8ab;
	text-align: center;
	color: #fff;
	border: 1px solid #00a8ab;
}

a.mn166btn:hover{
	background:#fff;
	color:#00a8ab;
	text-decoration: none;
}

div.mn166btnlinknone{
	background: #00a8ab;
	text-align: center;
	color: #fff;
	border: 1px solid #00a8ab;
}

a.mn001btn{
	background: #36a0da;
	text-align: center;
	color: #fff;
	border:1px solid #36a0da;
}

a.mn001btn:hover{
	background:#fff;
	color:#36a0da;
	text-decoration: none;
}

/* MN-221、MN-029 */
.portfolio_mn221-mn029 {
	margin: 20px 0px;
	overflow: hidden;
}

a.mn221-mn029btn{
	background: #b1cddd;
	text-align: center;
	color: #fff;
	padding: 15px;
	border:1px solid #b1cddd;
}

a.mn221-mn029btn:hover{
	background:#fff;
	color: #b1cddd;
	text-decoration: none;
}

/* 開発製品について */
.lightbox { display: none; }
a.yogo01 {display: inline-block;text-decoration: underline;word-break:keep-all;}

.indicationbox{
	border: 1px solid #878770;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.btncontent{
	overflow: hidden;
	margin-bottom: 35px;
}

a.pipelinebtnboxlink{
	display: block;
	background: #F0F6FC;
	color: #5E9ED3;
	text-decoration: none;
}

a.pipelinebtnboxlink:hover{
	background: #5E9ED3;
	color: #fff;
}

a.pipelinebtnboxlink p{
	padding: 15px;
	text-align: center;
}

a.pipelinebtnboxlink img{
	width: 100%;
	display: block;
}

.devemain_tit{
	margin-bottom: 20px;
}

/*関連プレスリリース*/
ul li.press00 {
	margin-bottom: 0px;
}

ul li dl dt.press02 {
padding: 15px;
border-top: 1px solid #878770;
border-bottom: 1px solid #878770;
font-weight: normal;
background-color: #fbfaf3;
text-align: center;
}

ul li dl dd.press03 {
margin-left: 0px;
background-color: #fff;
}


/* IR情報
-----------------------------------------*/

.ir_file{
		border-bottom: 1px solid #878770;
}

.ir_file tr{
border-top: 1px solid #878770;
}

.ir_file th{
border-bottom: 1px solid #878770;
padding:10px 0px;
width: 100%;
background: #fbfaf3;
text-align: center;
vertical-align: middle;
}

.ir_file td{
padding: 15px 0px;
border: none;
}

.ir_file td a img{
	width: 16px;
	margin-left: 5px;
	margin-bottom: 2px;
	vertical-align: middle;
}

.ir_file td.ir_list_category{
 vertical-align: middle;
}

.ir_file td.ir_list_category span{
	color: #fff;
	font-size: 12px;
	padding: 8px 0px;
	display: block;
	text-align: center;
}

.ir_file span.news{ background:#A69537;}
.ir_file span.tanshin{ background:#DE823E;}
.ir_file span.yuho{ background:#C9BD5C;}
.ir_file span.hanki{ background:#AABD5A;}
.ir_file span.kabutsu{ background:#3CA1A8;}
.ir_file span.setsumei{ background:#5EB0BF;}
.ir_file span.schedule{ background: #0e8e7c;}
.ir_file span.movie{ background:#C47272;}
.ir_file span.setsumeimovie{ background:#C47272;}
.ir_file span.other{ background: #606060;}
.ir_file span.message{ background: #4d63ac;}

.news_archive_btn a{
	display: block;
	padding:20px;
	text-align: center;
	background: #878770;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #878770;
}

.news_archive_btn a:hover{
	color: #878770;
	background: #fff;
	text-decoration: none;
}

.ir_content h3{
	font-size: 24px;
	margin-top: 20px;
}

.ir_content h3.midashi03_4{font-size: 14px;}

.ir_hyo tr{
	border-top: 1px solid #d7d6cb;
	border-left: 1px solid #d7d6cb;
}

.ir_hyo th{
padding: 10px 5px;
width: 13%;
font-size: 10px;
text-align: left;
border-left: 1px solid #d7d6cb;
border-bottom: 1px solid #d7d6cb;
border-right: 1px solid #d7d6cb;
vertical-align: middle;
}

th.ir_hyo01 {
 padding-left: 20px;
}

.ir_hyo td{
	padding: 10px 10px 10px 0;
	font-size: 10px;
	text-align: right;
	border-bottom: 1px solid #d7d6cb;
	border-right: 1px solid #d7d6cb;
	vertical-align: middle;
}

.ir_hyo th{
	width: 345px;
	background: #878770;
	color: #fff;
}

.ir_hyo th.tit{
	width:15%;
	font-size: 12px;
	text-align: center;
}

.ir_hyo th.kei{
	text-align: left;
	background: #b7b682;
}

.ir_hyo th.ana{
	width:50%;
	background:#eaf5f7;
	color: #494949;
	border-top: 1px solid #a8c1c5;
}

.profile_box_ir th{
	background:#eaf5f7;
}

.ir_hyo tr.analyst{
	border-top: 1px solid #a8c1c5;
	border-left: 1px solid #a8c1c5;
}

.ir_hyo th.ana, td.ana{
	border-bottom: 1px solid #a8c1c5;
	border-right: 1px solid #a8c1c5;
	border-left: 1px solid #a8c1c5;
}

.ir_hyo .anatitle{
	text-align: center;
}

/*アナリスト一覧*/

.ana_point p{
	font-size: 13px;
	padding: 5px 10px;
	background: #eaf5f7;
	margin-bottom: 10px;
}

.ana_point li{
	font-size: 13px;
/*	padding-left: 1em;*/
/*	text-indent: -1em;*/
	margin-bottom: 5px;
}

.ir_sch1 {
  padding: 20px 0 80px 0;
}
img.ir_sch2 {
    width: 100%;
}
.ir_sch3 {
    display: none;
}


/* ニュース一覧
-----------------------------------------*/

.newslist_content h1{
	color: #878770;
	padding: 15px;
	border:1px solid #878770;
	font-size: 21px;
	margin-bottom: 10px;
}


	/* よくある質問
	-----------------------------------------*/

	.btn_group{
		overflow: hidden;
		margin-bottom: 20px;
	}

	a.btn_group_list{
		color: #494949;
		border-radius: 5px;
		padding:15px 10px;
		margin:0px 10px;
		text-decoration: none;
		position: relative;
		display: inline-block;
		margin: 1.5em 0;
		font-size: 12px;
		background: #e0edff;
		text-align: center;
		display: block;
	}

	a.btn_group_list:hover{
		background: #004c74;
		color:#fff;
	}

	a.btn_group_list_active{
		background: #004c74;
		color:#fff;
	}

	a.btn_group_list_active:before{
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
	 margin-left: -10px;
		border: 10px solid transparent;
		border-top: 10px solid #004c74;
	}

	h3.faqBlock__columns-title {
		    color: #666;
		    font-size: 18px;
		    margin:0px 0px 20px 0px;
		    border-bottom: 1px dashed #ddd;
						padding-bottom: 10px;
		}

		.faqBlock__columns-tile {
		    margin: 0 0 24px;
						overflow: hidden;
		}

	.faqBlock__columns-q,
	.faqBlock__columns-a {
		    background: #fafafa;
		    border: 1px solid #ddd;
		    border-radius: 3px;
		    padding: 15px 10px;
		}

		.faqBlock__columns-q {
		    font-weight: bold;
		    color: #111;
		    margin-bottom: 10px;
		}

		.faqBlock__columns-q-icon:before,
		.faqBlock__columns-a-icon:before {
			display: inline-block;
			font-weight: bold;
			color: #fff;
			width: 30px;
			height: 30px;
			line-height: 30px;
			text-align: center;
			border-radius: 50%;
			margin:11px 0px 0px 0px;
		}

		.faqBlock__columns-q-icon:before {
		    content: "Q";
		    background: #004c74;
		}
		.faqBlock__columns-a-icon:before {
		    content: "A";
		    background: #BD7165 !important;
		}
		a.faqlink {
		  position: relative;
		  display: inline-block;
		}


		/* フォームレイアウト
		-----------------------------------------*/
	.formlayout{
		padding: 20px 10px 10px;
	}

		.point{
			color:#ff502a
		}

		.color_g{
			color: #b9b9b9;
			padding: 0px;
			margin: 0px;
			font-size: 13px;
		}

		.mw_wp_form_preview .mojinone{
			display: none;
		}

		.mw_wp_form_preview .formbox h5{
			font-size: 14px;
			color: #7b7b7b;
		}

		.mw_wp_form_preview .formbox{
			background: #fff;
			padding:10px 10px 15px 10px;
			font-size: 16px;
		}

		.form_content{padding:20px 10px;}
		.form_bg{background: #f5fafd;}
		.form_bg02{background: #f5fdfa;}
		.form_bg03{background:#fdf6ee;}


		.formbox{
			overflow: hidden;
		}

		.formbox h5{
			font-size: 18px;
			margin-bottom: 10px;
		}

		.formbox input{
			border:1px solid #97adba;
			padding: 15px 10px;
			width: 100%;
			border-radius: 3px;
			font-size: 16px;
		}

		.formbox input.post-class{
			width: 35%;
		}

		.formbox select{
			 background: #FFF;
		  border: 1px solid #97adba;
		  border-radius: 3px;
		  height: 50px;
		  line-height: 30px;
		  text-align: left;
		  text-indent: 5px;
		  vertical-align: middle;
		}

		.formbox textarea{
			background: #FFF;
			border: 1px solid #97adba;
			border-radius: 3px;
			width: 100%;
			padding: 15px 10px;
			font-size: 16px;
		}

		.formBtn{
			padding-bottom: 30px;
		}

		.formBtn input {
		  background-color:#dcdcdc;
		  color: #fff;
			display: block;
			margin:0 auto;
			border: 1px solid #97adba;
		  padding: 15px 10px;
			border-radius: 3px;
			width: 50%;
			font-size: 16px;
		}

		.formBtn input:hover {
		  background-color: #46a1e2;
				-webkit-transition: all .6s;
					transition: all .6s;
		}

		.formBtn input.hoverbg01:hover {
		  background-color: #01adab;
				-webkit-transition: all .6s;
					transition: all .6s;
		}

		.formBtn input.hoverbg02:hover {
		  background-color:#fe8e3d ;
				-webkit-transition: all .6s;
					transition: all .6s;
		}

		.labunusi-class{
		  display: none;
		}
		.mwform-radio-field-text{
		  padding-left: 20px;
		  position:relative;
		  margin-right: 20px;
		}
		.mwform-radio-field-text::before{
		  content: "";
		  display: block;
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 13px;
		  height: 13px;
		  border: 1px solid #999;
		  border-radius: 50%;
		}

		/*.labunusi-class:checked + .mwform-radio-field-text{
		  color: #009a9a;
		}*/

		.labunusi-class:checked + .mwform-radio-field-text::after{
		  content: "";
		  display: block;
		  position: absolute;
		  top: 1px;
		  left: 1px;
		  width: 13px;
		  height: 13px;
		  background: #01adab;
		  border-radius: 50%;
		}

		select[type="text"]:focus {
		  outline: 0;
		}

		input[type="text"]:focus {
		  outline: 0;
		}

		.btn_form a{
			display: block;
			padding: 10px;
			text-align: center;
			background: #878770;
			color: #fff;
			border: 3px solid #878770;
			border-radius: 3px;
			margin: 20px 0 20px;
		}

		.btn_form a:hover{
			background: #fff;
			color: #878770;
			text-decoration: none;
		}

		.btn_form .fa-arrow-circle-right{
			font-size: 16px;
			height: auto;
		}

			/* サイトマップ
			-----------------------------------------*/

		li.sitemap_tit{
			font-size: 16px;
		}


		.sitemapbox li{
			padding-bottom: 10px;
		}

		.sitemap-subbox{
			padding-left: 20px;
		}


		/*動画ページ*/

		html.mvcon{
			background: #000;
		}

		.moviebox{
			margin: 10px auto 20px auto;
		 background: #000;
		}

		.moviebox video{
			width: 100%;
			margin: 0 auto;
			display: block;
			background: #000;
		}

		.movielink a{
			margin: 30px auto 10px auto;
			padding: 10px;
			text-align: center;
			color:#bababa;
			font-size: 12px;
			width: 50%;
		}

		.movielink a:hover{
			text-decoration: none;
			background: #fff;
			opacity: 0.8;
			color: #000;
			margin: 30px auto 10px auto;
			padding: 10px;
		}

/*レスポンシブデザイン*/

@media screen and (max-width:720px){
	/*720px以下で適用する内容*/
.pipeline td .mn166_02_width{
	width:71px;
}
}

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

	.brnone{display: none;}

.indexBlock_link .nokori{display: none;}

.pipelinebtnbox{
	margin-bottom: 15px;
	}

	.numberbox img{
		display: block;
		margin: 0 auto;
		width: 95%;
	}

/*新薬開発領域*/
	h4.mn001_tit{
		position: absolute;
		bottom:0;
		width:100%;
	}

/* MN-166 神経系疾患治療薬 */
.portfolio_mn166{
	width: 100%;
	height: 600px;
	margin-bottom: 20px;
}

/* MN-001 線維症疾患治療薬 */
.portfolio_mn001{
	width: 100%;
	height: 500px;
}

/* 難病 */
.nanbyoarea{
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #c6c6c6;
	width: 95%;
	height: 57%;
	position: absolute;
	top: 202px;
	left: 0;
	right: 0;
	z-index: 2;
	margin: 0 auto;
}

/* 神経変性疾患 */
.shinkeiarea{
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #c6c6c6;
	width: 88%;
	height: 38%;
	position: absolute;
	top: 211px;
	left: 0;
	right: 0;
	z-index: 3;
	margin: 0 auto;
}

/* オーファン（希少疾患） */
.ofannarea{
	background: rgba(255, 255, 255, 0.6);
 border: 1px solid #c6c6c6;
 width: 80%;
 height: 30%;
 position: absolute;
 top: 436px;
 left: 0;
 right: 0;
 z-index: 4;
 margin: 0 auto;
}

/*ボタン位置*/

/* 神経変性疾患 */
h6.mn166_tit2{
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	text-align: center;
	color: #aabd5a;
	font-size: 14px;
	z-index: 10;
}

/* 進行型多発性硬化症 */
.mn166btn01{
	width:85%;
	position: absolute;
	top: 38px;
	left: 0;
	right: 0;
	padding: 15px 0px;
	margin: 0 auto;
}

/* DCM変性性頸椎脊椎症 */
.mn166btn05{
	width:85%;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	padding: 15px 0px;
	margin: 0 auto;
}

/* 化学療法誘発性末梢神経障害 */
.mn166btn06{
	width:85%;
	position: absolute;
	top: 160px;
	left: 0;
	right: 0;
	padding: 15px 0px;
	margin: 0 auto;
}

/* 難病 */
h6.mn001_tit02{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	color: #763bb7;
	font-size: 14px;
}

/* オーファン（希少疾患） */
h6.mn001_tit03{
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	text-align: center;
	color: #004c74;
	font-size: 14px;
}

/* ALS筋萎縮性側索硬化症 */
.mn166btn02{
	padding: 10px 5px;
 width: 50%;
 position: absolute;
 top: 40px;
 left: 10px;
 font-size: 11px;
}

/* クラッベ病 */
.mn166btn03 {
	padding: 5px;
	width: 32%;
	position: absolute;
	top: 49px;
	right: 10px;
	font-size: 11px;
}

/* グリオブラストーマ */
.mn166btn07 {
	padding: 10px;
	width: 65%;
	position: absolute;
	top:115px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 11px;
}

/* IPF特発性肺線維症 */
.mn001btn01{
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	margin:0 auto;
	padding: 23px 10px;
	width: 65%;
}

/* NASH非アルコール性脂肪性肝炎 */
.mn001btn02{
	width: 80%;
	position: absolute;
	bottom:80px;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 65px 0px;
}

/* 薬物・嗜好品依存症 */
.mn166btn04{
	width: 80%;
	position: absolute;
	left: 0;
	right:0;
	margin: 0 auto;
	top:70px;
	padding: 15px 0px;
}

/* COVID-19  */
.mn166btn08{
	width: 60%;
	position: absolute;
	left: 0;
	right:0;
	top:136px;
	margin: 0 auto;
	padding: 6px 3px;
}

.mn166btn08 span{
	font-size:14px;
}

.mn221btn{
	margin-bottom: 10px;
}

.pbrnone{
	display: none;
}

.ir_file th,
.ir_file td{
	display: block;
}

.ir_file td.ir_list_category {
	padding: 10px 0px 0px 0px;
}

.ir_sch1 {
				display: none;
}
.ir_sch3 {
	display: block;
	padding: 0 0 30px 0;
}

.pipeline td .mn166_11_width{
	width:98px;
}


}
/**/

@media screen and (min-width:768px){

	.indexBlock_link ul{
			overflow: hidden;
		}

	.indexBlock_link li {
		width: 32%;
		float: left;
		margin: 0px 0px 20px 15px;
	}

	.indexBlocktwo li{
			width: 49%;
	}

	.indexBlock_link li a{
		font-size: 13px;
	}

	.indexBlockone a{
		font-size: 13px;
	}

	.indexBlock_link li.ml0{
		margin-left: 0px;
	}

	.profile_box dt{
		padding: 20px;
	}

	.profimg{
		width: 32%;
	}

.profcon{
	width: 65%;
}

.modelkibo{
	width: 68%;
	margin-bottom: 0px;
}

.modelkibo02{
	width: 28%;
}

.kiboimg02{
	width: 100%;
}

.numberbox,
.columbox,
.numbercon{
	width: 95%;
}

.bdrmidashi{
	display: inline-block;
	width: 115px;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	color: #878770;
	margin-right: 10px;
}

.bdrmidashi_02{
	display: inline-block;
	width: 80px;
	line-height: 70px;
	vertical-align: middle;
	margin-right: 10px;
	padding: 0px;
 margin-bottom: 0px;
}


/*新薬開発領域*/
/* MN-166 神経系疾患治療薬 */
.portfolio_mn166{
float: left;
width: 49%;
height: 514px;
}

/* MN-001 線維症疾患治療薬 */
.portfolio_mn001{
float: right;
width: 49%;
height: 514px;
}

/* 難病 */
.nanbyoarea{
background: rgba(255, 255, 255, 0.6);
border:1px solid #c6c6c6;
width: 75%;
height: 300px;
position: absolute;
top: 70px;
left: 10px;
z-index: 2;
}

/* 神経変性疾患 */
.shinkeiarea{
background: rgba(255, 255, 255, 0.6);
border: 1px solid #c6c6c6;
width: 45%;
height: 272px;
position: absolute;
top: 83px;
left: 20px;
z-index: 3;
}

/* オーファン（希少疾患） */
.ofannarea{
background: rgba(255, 255, 255, 0.6);
border:1px solid #c6c6c6;
width: 49%;
height: 305px;
position: absolute;
top: 122px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 4;
}

/*ボタン位置*/

/* 神経変性疾患 */
h6.mn166_tit2{
position: absolute;
top: 8px;
left: 0;
right: 0;
text-align: center;
color: #aabd5a;
font-size: 14px;
z-index: 10;
}

/* 進行型多発性硬化症 */
.mn166btn01{
width: 44%;
position: absolute;
top: 38px;
left: 12px;
padding: 38px 0px;
}

/* DCM変性性頸椎脊椎症 */
.mn166btn05{
width: 44%;
position: absolute;
top: 142px;
left: 12px;
padding: 5px 0px;
}

/* 化学療法誘発性末梢神経障害 */
.mn166btn06{
width: 44%;
position: absolute;
top: 204px;
left: 13px;
padding: 5px 0px;
}

/* 難病 */
h6.mn001_tit02{
position: absolute;
top: 20px;
right: 100px;
color: #763bb7;
font-size: 14px;
}

/* オーファン（希少疾患） */
h6.mn001_tit03{
position: absolute;
top: 8px;
left: 0;
right:0;
text-align: center;
color: #004c74;
font-size: 14px;
}

/* ALS筋萎縮性側索硬化症 */
.mn166btn02{
padding: 10px 3px;
width: 36%;
position: absolute;
top: 50px;
left: 18px;
font-size: 12px;
}

/* クラッベ病 */
.mn166btn03 {
padding: 10px;
width: 30%;
position: absolute;
top: 145px;
left: 28px;
font-size: 12px;
}

/* グリオブラストーマ */
.mn166btn07 {
padding:10px 3px;
width: 36%;
position: absolute;
bottom:9px;
left: 18px;
font-size: 12px;
}

/* IPF特発性肺線維症 */
.mn001btn01{
position: absolute;
top: 85px;
right: 20px;
padding: 23px 10px;
width: 38%;
}

/* NASH非アルコール性脂肪性肝炎 */
.mn001btn02{
width: 42%;
position: absolute;
top: 123px;
right: 11px;
padding: 75px 0px;
}

/* 薬物・嗜好品依存症 */
.mn166btn04{
width: 82%;
position: absolute;
bottom: 16px;
left: 0;
right:0;
margin: 0 auto;
padding: 15px 0px;
}

/* COVID-19  */
.mn166btn08{
	width: 40%;
	position: absolute;
	bottom: 80px;
	left: 34px;
	margin: 0 auto;
	padding: 6px 3px;
}

.mn166btn08 span{
	font-size:12px;
}

/* MN-221、MN-029 */
.portfolio_l{
float: left;
width: 49%;
}

.portfolio_r{
float: right;
width: 49%;;
}
/**/

/* 開発製品について
-----------------------------------------*/

.develobox{
	width: 48%;
	float: left;
}

.develoconlink{
	width: 49%;
	float: right;
}

.indicationbox{
	width: 32%;
	margin: 10px 4px;
	float: left;
}

.pipelinebtnbox{
	float: left;
	width: 48%;
	margin: 0px 6px 10px;
}

.pipelinebtnboxtwo{
	float: left;
	width: 48%;
	margin: 0px 6px 10px;
}


/* IR情報
-----------------------------------------*/

.ir_file th,
.ir_file td{
	padding:20px 0px;
	border-top: 1px solid #878770;
}

.ir_file th{
	width: 120px;
}

.ir_file td{
	padding: 20px 10px;
	border-bottom:none;
	border-right:none;
	text-align: left;
	background: #fff;
	vertical-align: middle;
}

.ir_file a:hover{
	text-decoration:underline;
}

.ir_file td.ir_list_category {
	width: 115px;
}

.ir_hyo th{
 padding: 15px 10px;
 font-size:16px;
}

.ir_hyo td{
 padding: 15px 10px;
 font-size:16px;
}

th.ir_hyo01 {
  padding-left: 50px;
}

.ir_hyo th.tit{
	width:150px;
 font-size:16px;
}

.ir_content h3.midashi03_4{font-size: 18px;}

/*トップメッセージ*/

.topmessage{
	float: right;
	width: 40%;
	margin: 0px 0px 10px 10px;
}

/* よくある質問
-----------------------------------------*/

.btn_group li {
	float: left;
	width: 19%;
}

.btn_group_mgnl{
	margin-left:8px;
}

a.btn_group_list{
	padding:15px 0px;
	width:96%;
}

.faqBlock__columns-q,
.faqBlock__columns-a {
		width: 95%;
	}


		/* フォームレイアウト
		-----------------------------------------*/

	 .formlayout{
	 	width: 700px;
	 	margin: 0 auto;
	 	padding-top:20px;
	 }

		.formbox textarea{
			width: 100%;
		}

		.formbox .formtwocon{
			width: 48%;
		}

		.moviebox video{
			width: 700px;
			padding: 20px 0px;
		}

}

/**333 フッター*/
.footer_link_02 {
	text-align: center;
}

.footer_link_02 li{
		display: inline-block;
}

.footer_link_02 img{
	height: 45px;
}

.footer_link{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.footer_link_wrap{
  position: relative;
  padding-left: auto;
  padding-right: auto;
  text-align: center;
  z-index: 1;
}

.footer_link li{
	position: relative;
	margin-bottom: 20px;
  display: inline-block;
  z-index: 999;
}

.footer_link li a{
	display: block;
 background-color: #c6cfda;
 color: #0970c0;
 text-align: center;
 margin: 10px;
 padding:20px;
 border-radius: 5px;
	text-decoration: none;
  width: 250px;
}

.footer_link li a:hover{
 background-color: #fff;
}

.footer_link li a img {
 height: 20px;
 vertical-align: middle;
 margin: 0px 5px 5px 0px;
}


#footer .footer_link a {
  color: #0970c0;
}

.footer-bottom-content .navi-footer{
  margin-bottom: 20px;
}

/**333 フッターここまで */

@media screen and (min-width:768px) and (max-width: 880px) {
	.indicationbox{
		height: 130px;
	}
}

@media screen and (min-width:768px) and (max-width: 999px) {
/*パイプライン サイズ*/
.pipeline td .mn166_01_width{
	width:91px;
}

.pipeline td .mn166_08_width{
	width:76px;
}

.pipeline td .mn166_08_dot_width{
	width:31px;
}

.pipeline td .mn166_10_width{
	width:86px;
}

}

@media screen and (min-width:999px){
	.pipelinebtnbox{
		width:32%;
		margin: 0px 6px 10px;
	}

	.pipelinebtnboxtwo{
		width: 48%;
		margin: 0px 6px 10px;
	}

	/* フォームレイアウト
	-----------------------------------------*/
	.form_content{
			width: 990px;
			margin: 20px auto;
			overflow: hidden;
			padding: 0px;
	}

	.pipeline td .mn166_11_width{
		width:107px;
	}

}


@media screen and (min-width:1023px){
	.contetnsnone{
		display: none;
	}

	/*パイプライン サイズ*/
	.pipeline td .mn166_01_width{
		width:99px;
	}

	.pipeline td .mn166_08_width{
		width:83px;
	}

	.pipeline td .mn166_08_dot_width{
		width:31px;
	}

	.pipeline td .mn166_10_width{
		width:94px;
	}
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.navi-in > .menu-header {
    	display: none;
	}
	.header-in {
		display: none;
	}
	.search-menu-button{
		visibility: hidden;
	}
	.header-container{
		padding-bottom: 10px;
	}
	.top_cont_box{
		margin-left: 0px;
		margin-right: 0px;
	  }
	
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  	.top01{
	top: -150px;
  	}
	.top02{
  	top: -160px;
	margin-bottom: 0px;
	padding-bottom: 100px;
	}
	.top_link_box a{
		width: 90%;
		height: 50px;
		padding: 10px 15px 0px 15px;
		border: solid 1px #333;
		margin: 0 5px 10px 15px;
	}

	#breadcrumb,.pagetit h1,.pagecontit h2,.entry-content{
		margin-left:10px;
		margin-right: 10px;
	}
	#main{
		padding-top: 0px;
	}
	.profile_box th,.profile_box td{
		display: block;
		position: relative;
		width: 100%;
		padding:0px;
		padding-left: 10px;
		padding-top: 7px;
	}
	.profile_box th{
		height: 40px;
	}
	.memberbox p,.memberbox img{
		display: block;
		width:100%;
	}
	.memberbox .float_l p,.memberbox .float_l img{
		display: block;
		width:100%;
	}
	.float_l {
		float:none;
	}
	.home .entry-content{
		margin-left:0px;
		margin-right: 0px;
	}
	.tagarea{
		font-size: 14px;
	}
	main.main, div.sidebar {
		padding-top: 16px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.top_msg p{
		font-size: 17px;
	}
	.pc_only{
		display: none;
	}
	.mobile_only{
		display: block;
	}
	.ni_list_box{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: auto;
		margin-left: auto;
	}
	.navi-footer-in > .menu-footer li.menu-item{
		width: 420px;
		padding:15px;
		margin-left: 25px;
		margin-right: 25px;
		border:solid 0.1px #ffffff;
	}
    .article ul, .article ol {
		padding-left: 0px;
	}
    ol, ul{
		padding-left: 0px;
	}
	.footer_link li a{
		width: 420px;
	}
	.footer_link li{
		margin-bottom: 0px;
	}
	.tobiraBlock03{
		width:100%;
	}
	/*アーカイヴ調整*/
	.arc_list th, .arc_list td{
		display: block;
		width:100%;
	}
	#header_search_area{
		margin-right:20px;
	}

	#main .irinfo_slide{
		width: 80%;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.header-container{
		margin-bottom: 10px;
	}
    .indexBlock_link{
		margin-left: 10px;
		margin-right: 10px;
	}
  	.indexBlock_link li a{
		  padding: 13px;
	}

	.footer_link li a{
		width: 300px;
	}
	.tagarea{
		margin-top: 3px;
		margin-bottom: 3px;
	}
  	.tagarea span{
		font-size: 14px;
		height: 18px;
	}
	.top_msg p{
		font-size: 16px;
	}

	.ms-image{
		width:150px;
	}

	.copyright{
		font-size: 11px;
	}
	table th, table td{
		font-size: 15px;
	}
	.navi-footer-in > .menu-footer li.menu-item{
		width: 250px;
	}
	.m_small_text{
		font-size: 15px;
	}

	.ni_list_box td,.ni_list_box th{
		border-bottom:1px solid #333;
	  }
	
	#sgpb-popup-dialog-main-div-wrapper .sgpb-theme-4-content{
		font-size: 10px;
		padding-bottom: 30px !important;
	}
	.popup_alert{
		padding: 5px;
		}
	#sgpb-popup-dialog-main-div-wrapper #sgpb-close-button{
		font-size: 10px !important;
		
	}
}



.footer-bottom {
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 10px;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yohaku{
	display:block;
	width: 100%;
	height: 30px;
}


.presen-body {
	margin-bottom:100px;
}

.presen-body a:link{
	color:#D07E13;
}
.presen-body a:visited{
	color:#D07E13;
}




