@charset "UTF-8";
/*
Theme Name:株式会社ステムリム
Description:株式会社ステムリム テーマスタイル
Author:A.A.A. Co., Ltd.
Author URI:http://www.aaa-co.jp/
Version:1.0
*/



/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/


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, 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, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/*common*/
/*--------------------------------------------------------------------------------------------*/

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular');
}

@font-face {
	font-family: YuGoM; /*任意の名前をつけます*/
	src: local("Yu Gothic Medium"), local("Yu Gothic");
	/*↑ローカルの Yu Gothic Mediumを見つけさせ、それがダメでも Yu Gothicを見つけさせています*/
	font-weight: 500;
    /*↑ウェイトを500（Medium）にしています*/
}
html {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "游ゴシック Medium","Yu Gothic Medium",
    YuGoM, /*＠font-faceのフォントを呼び出しています*/
	"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, 'Roboto', sans-serif;
}
a {
  text-decoration: none;
}
.clear {
  clear: both;
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}
.text_c {
  text-align: center;
}
p {
  font-size: 16px;
  line-height: 1.8;
}
h3.top_h3{
	font-size:30px;
	line-height: 1.4;
	font-weight:bold;
	font-family: "Yu Mincho", "YuMincho", serif;
	color:#2a3b91;
	text-align: center;
	position: relative;
  margin-bottom: 40px;
}
h3.top_h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f39800;
}

.pagecon {
    max-width: 1000px;
    margin: 0px auto;
    overflow: hidden;
    padding-top: 30px;
}
.spacer{padding:20px;}

/*グローバルナビゲーション*/
/*--------------------------------------------------------------------------------------------*/
.logo_mark{height:40px;}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  transition: ease-out 0.5s background;
  animation: head_anim 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -moz-animation: head_anim 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-animation: head_anim 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -ms-animation: head_anim 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  background: rgba(248, 248, 248, 0.85);
}
.header .header_menu a { color: #333333; }
.header .header_menu a:before { background: #333333; }
.logo-mark {
  width: 256px;
  position: absolute;
  left: 22px;
  top: 8px;
  transition: ease-out 0.2s opacity;
}
nav {
  font-weight: 500;
  box-sizing: border-box;
}
.header_menu ul:not(.sp_menu_area) {
  margin: 8px 0;
  text-align: right;
  padding-right: 10px;
}
.header_menu li {
  display: inline-block;
  vertical-align: top;
}
#header.head_fix .header_menu a { color: #333333; }

#header.head_fix .header_menu a:before { background: #333333; }
.header_menu a {
  display: block;
  padding: 10px 13px;
  font-size: 14px;
  font-family: "Roboto", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  letter-spacing: 1.5px;
  position: relative;
  transition: ease-out 0.2s color;
}

.header_menu li.current a {
  color: rgba(51, 51, 51, 0.9);
}
.header_menu li.current a:before {
  transform: scaleX(1);
}
.megamenu a:before {
  position: fixed;
}
.gnav > li:last-child a {
 /*border-right: solid 1px #fefefe;*/
}
.gnav > li:hover .megamenu {
 max-height: 9999px;
 opacity: 0.8;
 padding: 4px 0;
}
.megamenu {
 background: #3e3e3e;
 max-height: 0;
 opacity: 0;
 overflow: hidden;
 width: 100%;
 position: absolute;
 top: 58px;
 left: 0;
 transition: all .2s ease-in;
 z-index: 999;
}
.megamenu-inner {
 text-align: center !important;
}
.megamenu-inner li {
 padding: 0;
}
.megamenu-inner a {
 border-left: none;
}
.megamenu-inner-text {
  color: #fff;
}
.megamenu-inner-img {
  margin: 0 0 10px;
}
.megamenu-inner-text img {
  margin: 0 5px 0 0;
}
.megamenu-inner2 {
  margin: 0 !important;
  text-align: center !important;
}
.megamenu-inner2 li {
 width:300px;
 padding: 0;
 text-align: left !important;
}
.megamenu-inner-text2 {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0 0 15px 0;
  margin-right: 35px;
}
.megamenu-inner3 {
 width:600px;
}
.megamenu-inner2 li {
 width:900px;
 padding: 0;
 text-align: left !important;
}

/*サイト内検索の設定*/
.search-box {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background: #ebebeb;
}
.search-box + label .search-icon {
  color: black;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.search-box:hover {
  color: white;
  background: #c8c8c8;
  box-shadow: 0 0 0 5px #3d4752;
}
.search-box:hover + label .search-icon {
  color: white;
}
.search-box:focus {
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 300px;
  border-radius: auto;
  background: #ebebeb;
  color: black;
}
.search-box:focus + label .search-icon {
  color: black;
}
.search-box:not(:focus) {
  text-indent: -5000px;
}

#search-submit {
  position: relative;
  left: -5000px;
}

.search-icon {
  position: relative;
  left: -30px;
  color: white;
  cursor: pointer;
}
div a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.glyphicon-search:before {
  content: "\f002";font-weight: 900;font-size: 13px;
}

/*ヘッダ画像*/
.cover-tlarea {
  text-align: center;
  padding-top: 130px;
}

/*採用エントリー*/
#formbox input {
  padding: 20px 20px 50px 20px!important;
  line-height: 1!important;
  width: 92%!important;
}
.rei{font-size:13px;}

.cover-tl {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  letter-spacing: 6px;
  text-shadow: rgb(0, 0, 0) 2px 2px 5px;
}

.header-img_stitle {
  font-size: 18px;
  color: #fff;
  padding-bottom: .5em;
  letter-spacing: 3px;
  text-shadow: rgb(0, 0, 0) 2px 2px 5px;
}

/*企業情報の画像設定*/
.company_coverim {
  background-size: cover;
  background-image: url(./img/company/head_company.png);
  height: 280px;
}

/*再生誘導医薬についての画像設定*/
.about_coverim {
  background-size: cover;
  background-image: url(./img/about/head_about.jpg);
  height: 280px;
}

/*事業領域についての画像設定*/
.product_coverim {
  background-size: cover;
  background-image: url(./img/product/head_product.jpg);
  height: 280px;
}

/*株主・投資家の皆様への画像設定*/
.ir_coverim {
  background-size: cover;
  background-image: url(./img/ir/head_ir.jpg);
  background-position: right;
  height: 280px;
}

/*論文・学術発表への画像設定*/
h2.yeartitle {
  font-size: 19px;
	color:#333333;
  margin: 20px 0 10px 0;
}
.treatise_coverim {
  background-size: cover;
  background-image: url(./img/treatise/head_treatise.jpg);
  height: 280px;
}
.ronbun_title{
	font-size: 16px;
  	padding-bottom: 8px;
	font-weight:bold;
	color:#0066cc;
}
.txtarea{
	color:#333333;
}

/*採用情報への画像設定*/
.recruit_coverim {
  background-size: cover;
  background-image: url(./img/recruit/head_recruit.png);
  height: 280px;
}

.img-center {
	text-align:center;
	margin:10px;
}

/*採用情報のメニュー設定*/
.indx-blckw_li {
	 text-align: left;
}
.indx_td {
	padding : 20px ;
}
.indx_blck-lnk-st {
	text-indent: 1.5em;
}

/*共通の画像設定*/
.all_coverim {
  background-size: cover;
  background-image: url(./img/head_all.jpg);
  height: 280px;
}

/*インデックス画面*/
.index_table {
  display: table;
}
.indx_td {
  display: table-cell;
  vertical-align: middle;
}
.indx_img{width:100%;}
.wd30{
  width: 30%;
}
.wd33{
  width: 33.3%;
}
.wd40{
  width: 40%;
}
.bgg{
  background:#eee;
}
ul.indx-blck_ul {
  text-align: center;
}
.indx-blck_li {
  padding: 0 0 25px 0;
  list-style: none;
}
a.indx_blck-lnk {
  position: relative;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}
a.indx_blck-lnk:before{
	content: "";
	position: absolute;
	 left: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background: #555;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
a.indx_blck-lnk:hover:before {
	transform: scale(1);
}
.fa-angle-double-right{
  color:#F39800;
}
ul.indx-blckw_ul {
    text-align: center;
    line-height: 1.5;
}
li.indx-blckw_li {
    margin-bottom: 10px;
    list-style: none;
}

/*プライバシーポリシー*/
.privacy_p-t {
  margin: 50px 0 10px 0;
}
/*お問い合わせフォーム*/
.c-form__item div {
    margin-top: 10px;
}
.formbox {
  margin: 15px 0;
}
.form_content_ul {
  	padding: 0 0 0 20px;margin-bottom: 0 !important;
  }
.form_content ul li {
  font-size: 14px;
  line-height: 1.5;
  display: list-item;
  list-style: disc;
  padding: 0 0 10px 0;
}
.form-box {
 position: relative;
 margin: 0 0 20px 0;
 padding: 30px;
 /*width: 90%;*/
 color: #555555; /* 文字色 */
 background-color: #fff;
 border: 10px solid #ebebeb; /* 枠線の太さ・色 */
 /*box-shadow: 2px 2px 1px #ccc; 影の色 */
}
.form-box_title {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color: #fff; /* タイトル背景色 */
 color: #444; /* タイトル文字色 */
}
#form_block {
  padding: 20px;
  border: 10px solid #ebebeb;
}
#form_block input {
  font-size: 16px;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  border: solid 1px #ccc;
  padding: 0 10px;
  width: 94%;
}
textarea#textarea {
  font-size: 16px;
  border: solid 1px #ccc;
  width: 94%;
  padding: 4px 10px;
  border-radius: 4px;
}
select.c-form__selectbox {
  font-size: 16px;
  height: 40px;
  width: 50%;
}
li#mod_form01_flow_01 {
  color: #FFF;
  background: #070e52;
}
#mod_form01_flow li {
  width: 31%;
  float: left;
  text-align: center;
  padding: 12px 20px 12px 0;
  margin: 0 0 20px 0;
  border-top: 1px solid #c8cdd2;
  border-bottom: 1px solid #c8cdd2;
  border-right: 1px solid #c8cdd2;
  font-weight: bold;
}
input[type="submit"] {
  /*font-size: 16px;
  background-color: #070e52;
  color: #fff;
  width: 50%;
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 15px 10px;
  border-radius: 3px;*/
}
.formBtn {
  margin-top: 30px;
}
.formbox h1 {
  font-size: 13px;
  color: #f00000;
  border-top: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  margin-bottom: 20px;
}
textarea.c-form__textarea {
  font-size: 16px;
  border: solid 1px #ccc;
  width: 94%;
  padding: 4px 10px;
  border-radius: 4px;
}
.c-form__item {
  margin: 0 0 15px 0;
}
button.c-squareButton,button.c-form__backLink {
  background: white;
  position: relative;
  padding: 12px 20px;
  margin:20px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: calc(0.7em/14);
  text-align: center;
  color: #070e52;
  border: solid 1px #070e52;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button.c-squareButton:hover,button.c-form__backLink:hover {
  cursor: pointer;
  background: #070e52;
  color: white;
}
.is-buttonArea {
  text-align: center;
}
span.c-label {
  font-size: 13px;
  color: #f00000;
  margin-left: 10px;
}
span.point{color: #f00000;}

/*サイト内検索の設定*/
.searchfield {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background: #ebebeb;
}
.searchfield + label .search-icon {
  color: black;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.searchfield:hover {
  color: white;
  background: #c8c8c8;
  box-shadow: 0 0 0 5px #3d4752;
}
.searchfield:hover + label .search-icon {
  color: white;
}
.searchfield:focus {
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 300px;
  border-radius: auto;
  background: #ebebeb;
  color: black;
}
.searchfield:focus + label .search-icon {
  color: black;
}
.searchfield:not(:focus) {
  text-indent: -5000px;
}

#search-submit {
  position: relative;
  left: -5000px;
}
h1.search_t {
  font-size: 1.5rem;
  margin: 0 0 1.5rem 0;
}
.sch01 {
  padding: 10px 0;
  border-top: 1px dotted #ccc;
}
.search_content {
  margin: 0 0 1.5rem 0;
}

/*TOP画面ニュースの設定*/
table.top-news_file {
  font-size: 16px;
  /*line-height: 32px;*/
  max-width: 1000px;
  width: 100%;
  margin: 0px auto 30px auto;
}
.top-news_th {
  font-weight: bold;
  color: #000;
  text-align: left;
  width: 15%;
  font-size: 14px;
}
.top-news_th,.top-news_td {
  padding: 10px 0px;
/*2021/11/8 「ニュース」欄のヨコ線も削除 */
/*  border-bottom: 1px solid #ddd;*/
}
.top-news_th{
  width:12%;
}
.top-news_category {
  width:20%;
  padding: 0 20px;
}
td.top-news_td a {
  color: #000;
  line-height: 1.5;
}
td.top-news_category span {
    font-size: 13px;
    padding: 10px 0;
}
h3.stm-t3 {
  margin-bottom: 30px;
  padding: 10px;
  color: #2a3b91;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: .05em;
  border-bottom: 1px solid #ddd;
}

/* ------ 追記　改行非表示 ------------- */
div.deleteBr br {
    display: none;
}
.cap-title {
  padding: 0.5em;
  color: #ffffff;
  font-weight: bold;
  background: #191970;
}
table.oshirase td,th {
	/* border: 1px solid #c0c0c0; */
 }
table.oshirase th {
	background-color: #f5f5f5;
}
td.pipeline_bgcolor {
	background-color: #d3d3d3;
}
td.pipline text_c {
	background-color: #d3d3d3;
}

/* ニュース一覧へ*/
.news_archive_btn_area{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	overflow: hidden;
}
a.news_archive_btn{
	background-color: #FFF;
	border: 1px solid #2a3b91;
	width:20%;
	float: right;
	font-size: 14px;
	text-align: center;
	display:block;
	color: #2a3b91;
	padding: 15px 0px;
	position: relative;
}
a.news_archive_btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 14px;
  height: 1px;
  background-color: #2a3b91;
}
a.news_archive_btn:hover{
	color:#FFF;
	background-color: #2a3b91;
	border: 1px solid #2a3b91;
	transition:all 0.2s linear;
}
a.news_archive_btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 14px;
  height: 1px;
  background-color: #2a3b91;
}
a.news_archive_btn:hover:after{
	color:#FFF;
	background-color: #FFF;
}

/* IRニュースバッチ*/
td.news_list_category span {
  font-size: 13px;
  padding:10px 0;
}
td.news_list_category {
  width: 16%;
  padding: 0px 0px 0px 10px;
  font-size: 12px;
  vertical-align: middle;
}
span.newsrelease {
  border: 1px solid #b83130;
  color: #b83130;
  display: block;
  text-align: center;
}
span.irnews {
  border: 1px solid #f39800;
  color: #f39800;
  display: block;
  text-align: center;
}
span.tanshin {
  border: 1px solid #070e52;
  color: #070e52;
  display: block;
  text-align: center;
}
span.yuho {
  border: 1px solid #d75690;
  color: #d75690;
  display: block;
  text-align: center;
}
span.kabutsu {
  border: 1px solid #8e57a0;
  color: #8e57a0;
  display: block;
  text-align: center;
}
span.setsumei {
  border: 1px solid #5f6573;
  color: #5f6573;
  display: block;
  text-align: center;
}
span.electronic {
  border: 1px solid #3e99d5;
  color: #3e99d5;
  display: block;
  text-align: center;
}
span.schedule {
  border: 1px solid #878770;
  color: #878770;
  display: block;
  text-align: center;
}
span.kaiji {
  border: 1px solid #0f9284;
  color: #0f9284;
  display: block;
  text-align: center;
}
span.otherir {
  border: 1px solid #a2a08e;
  color: #a2a08e;
  display: block;
  text-align: center;
}

/*TOPの再生誘導医薬について*/
.top-sec,.top-sec1 {
  margin-bottom: 50px;
}
.about_bg {
	background: url("/wp/wp-content/themes/stemrim/img/top/bg_01.jpg") center bottom no-repeat;
	background-size: cover;
	width:100%;
	padding-top:80px;
	padding-bottom: 150px;
	background-color:#e9efee;
}
p.lead{
	font-size:16px;
	line-height:2;
	text-align:center;
	margin-bottom:60px;
}
.about_btn_area{
	margin:0 auto;
	width:100%;
	max-width:1000px;
	overflow: hidden;
}
.about_btn_area .btn{
	float: left;
	width:33%;
	margin-right: 1px;
}
.about_btn_area .img_scale{
	overflow: hidden;
}
.about_btn_area .btn .img_scale img{
	width: 100%;
	height: auto;
	display: block;
	transition-duration: 0.5s;
}
.about_btn_area .btn span{
	color: #2a3b91;
	background-color: #FFF;
	display:block;
	width:100%;
	padding:20px 0px;
	font-size:18px;
	text-align:center;
	position: relative;
}
.about_btn_area .btn span:after{
	position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 14px;
  height: 1px;
  background-color: #2a3b91;
}
.about_btn_area .btn:hover .img_scale img{
	transform: scale(1.2,1.2)
}
.about_btn_area .btn:hover span{
	background-color: #2a3b91;
	color: #FFF;
	transition:all 0.2s linear;
}
.about_btn_area .btn:hover span:after{
	background-color: #FFF;
}

/*TOPの事業領域*/
section.product{
	margin-top: -160px;
  margin-bottom: 50px;
}
.product_bg {
	background: url("/wp/wp-content/themes/stemrim/img/top/bg_02.jpg") center top no-repeat;
	background-size: cover;
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:80px 0px 70px 0px;
	background-color:#f0eaec;
}
.product_btn_area{
	margin:0 auto;
	width:100%;
	max-width:1000px;
	overflow: hidden;
}
.product_btn_area .btn{
	float: left;
	width: 48%;
	margin-right: 1px;
	margin-bottom: 1px;
	background-color: #FFF;
	position: relative;
	padding:10px 0px;
	height:70px;
	position: relative;
}
.product_btn_area .btn:after{
	position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 14px;
  height: 1px;
  background-color: #2a3b91;
}
.product_btn_area .btn .icon_area{
}
.product_btn_area .btn .icon_area .product_icon{
	fill:rgba(0,0,0,0);
	stroke:#2a3b91;
	stroke-linejoin:round;
	stroke-width:2px;
	position:relative;
}
.product_btn_area .btn .icon_area svg{
	position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.product_btn_area .btn span{
	color: #2a3b91;
	font-size:18px;
	text-align:left;
	margin-left: 24%;
	position: absolute;
	top: 50%;
  left: 50%;
  width: 100%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.product_btn_area .btn:hover{
	background-color: #2a3b91;
	transition:all 0.2s linear;
}
.product_btn_area .btn:hover:after{
	color:#FFF;
	background-color: #FFF;
}
.product_btn_area .btn:hover span{
	color:#FFF;
}
.product_btn_area .btn:hover .icon_area .product_icon{
	stroke:#FFF;
}


/*TOPの企業情報*/
.company_btn_area{
	margin:0 auto;
	width:100%;
	max-width:1000px;
	overflow: hidden;
}
.company_btn_area .btn{
	float: left;
	width:33.3%;
	border: 1px solid #2a3b91;
	margin-right: -1px;
}
.company_btn_area .btn span{
	color: #2a3b91;
	background-color: #FFF;
	display:block;
	width:100%;
	padding:20px 0px;
	font-size:18px;
	text-align:center;
	position: relative;
}
.company_btn_area .btn span:after{
	position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 14px;
  height: 1px;
  background-color: #2a3b91;
}
.company_btn_area .btn span:hover{
	color:#FFF;
	background-color: #2a3b91;
	transition:all 0.2s linear;
}
.company_btn_area .btn span:hover:after{
	color:#FFF;
	background-color: #FFF;
}

/*パンくずの設定*/
.breadcrumbs_bg {
  background: #eee;
  background: #eee;
  color: #000;
  height: 70px;
  margin-top: 10px;
}
.breadcrumbs {
  max-width: 1000px;
  margin: 0px auto;
  padding: 30px 10px 0 10px;
  overflow: hidden;
	box-sizing: border-box;
}
.breadcrumbs_bg .breadcrumbs span a {
  font-size: 12px;
  color: #000;
}
span.post.post-page.current-item {
  font-size: 12px;
  color: #000;
  font-weight: bold;
}
a.home {
  font-size: 12px;
  color: #000;
}


/*お知らせ*/
.ir_file th, .ir_file td {
  border-top: 1px solid #ddd;
}

h2.yeartit {
  font-size: 19px;
  margin: 20px 0 10px 0;
}
.ir_file {
  width:100%;
  margin-bottom: 20px;
}
.ir_file tr {
  border-bottom: 1px solid #ddd;
}
.ir_file th {
  text-align: center;
  width: 160px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
}
.ir_file td {
  padding: 10px;
  border-bottom: none;
  border-right: none;
  text-align: left;
  vertical-align: middle;
  background: #fff;
}

.ir_file td a {
  color: #000;
  line-height: 1.5;
}

.news_date {
  font-size: 14px;
  color: #444;
  margin: 0 0 30px 0;
}
h3.news-tit {
  font-size: 22px;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
}
.news_content p {
  font-size: 16px;
  line-height: 2;
  padding: 0 0 20px 0;
  margin:0 0 15px 0;
}
.news_link_block,.news_pdf_block {
  font-size: 16px;
  border-top: 1px solid #ddd;
  padding: 40px 0;
}
.news_content td a {
  font-size: 14px;
  padding: 10px 0 0 0;
}
/* span.post.post-newsrelease.current-item {
  font-size: 12px;
  color: #000;
  font-weight: bold;
} */
.news_bdy {
  line-height: 2;
}

.top-video{
  max-width: 1000px;
  margin: 0px auto 50px;
}

.video_content .flex_video{
  display: flex;
	display: -webkit-flex;
	display: -moz-flex;
  flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.video_content .flex_video .videoInner{
  width:48%;
  margin-bottom:30px;
}

.video_content .flex_video .videoInner iframe{
  width:100%;
  height:320px;
}

.video_content .flex_video .videoInner:nth-child(2n){
  margin-left:30px;
}




/*会社情報*/
/*--------------------------------------------------------------------------------------------*/

/*ごあいさつ*/
.company_content .photo {
  float: left;
  width: 36%;
  margin-right: 1.8rem;
}
.company_content .photo img {
  width: 100%;
}
.company_content .message {
  float: left;
  width: 60%;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
.company_content .message p {
  font-size: 16px;
  line-height: 1.8;
}
.company_content .message p.name {
  text-align: right;
  letter-spacing: .1em;
}
.company_content .message p.name span {
  padding-left: 16px;
  font-size: 32px;
}
/*企業使命の設定*/
.company_content .mission {
  text-align: center;
}
.company_content .mission h3 {
  margin-bottom: 60px;
  padding: 30px 0;
  color: #2a3b91;
  font-size: 36px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: .15em;
  border-top: 1px solid #2a3b91;
  border-bottom: 1px solid #2a3b91;
}
.company_content .mission p {
  padding-bottom: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: .1em;
}
.company_content .mission p strong {
  color: #2a3b91;
  font-weight: bold;
}
.company_content.mission img {
  margin-bottom: 60px;
  width: 34%;
}
.company_content .mission p b {
  font-weight: bold;
}
.company_content .mission p span {
  color: #2a3b91;
  font-size: 28px;
  border-bottom: 1px solid #2a3b91;
}
.company_content.mission p span.orange {
  color: #ffa000;
  border-bottom: 1px solid #ffa000;
}
/*マネジメント紹介の設定*/
.company_content table.manage {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
}
.company_content table.manage tr.sps {
  height: 60px;
}
.company_content table.manage th {
  padding-right: 30px;
  width: 250px;
}
.company_content table.manage th img {
  width: 100%;
}
.company_content table.manage td {
  width: auto;
  vertical-align: top;
  border-left: 3px solid #ffa000;
}
.company_content table.manage p.name {
  margin: 0;
  padding: 0 0 14px 20px;
  color: #2a3b91;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .1em;
}
.company_content table.manage p.position {
  margin: 0;
  padding: 0 0 20px 20px;
  color: #2a3b91;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .1em;
}
.company_content table.manage p {
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 1.8;
}

/*会社概要の設定*/
.company_content table.outline_table {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}
.company_content table.outline_table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.company_content table.outline_table th {
  padding: 10px 0;
  width: 150px;
  color: #2a3b91;
  font-size: 18px;
  font-weight: bold;
}
.company_content table.outline_table td {
  padding: 10px 0;
}

/*コーポレートガバナンスの設定*/
.company_content h3 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #2a3b91;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: .05em;
  border-bottom: 1px solid #ddd;
}
.company_content h4 {
  padding: 0 0 4px 14px;
  margin: 40px 0 20px 0;
  color: #000;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: .05em;
  border-left: 1px solid #f39800;
}
.company_content .gov_img {
  text-align: center;
  margin:40px 0 80px 0;
}
.company_content .gov_img img {
  width: 70%;
  height: auto;
}
.company_content ul.gov_list {
  margin-bottom: 50px;
  line-height: 1.8;
  padding-top: 13px;
}
.company_content ul.gov_list li {
  font-size: 16px;
  padding-bottom: 20px;
}

/*事業内容の設定*/
.company_content .biz_img {
  text-align: center;
  margin-bottom: 80px;
}
.company_content .biz_img img {
  width: 78%;
  height: auto;
}
.company_content table.biz_table {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}
.company_content table.biz_table th {
  padding: 10px 30px;
  width: 180px;
  color: #FFF;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  background: #2a3b91;
  border: 1px solid #ddd;
}
.company_content table.biz_table td {
  padding: 10px 30px;
  border: 1px solid #ddd;
}
.company_content table.biz_table td.ttl {
  padding: 10px 30px;
  color: #2a3b91;
  font-size: 18px;
  font-weight: bold;
}

/*沿革の設定*/
.company_content table.history_table {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  color: #000;
  font-size: 16px;
  line-height: 32px;
}
.company_content table.history_table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.company_content table.history_table th {
  padding: 10px 0;
  width: 150px;
  color: #2a3b91;
  font-size: 18px;
  font-weight: bold;
}
.company_content table.history_table td {
  padding: 10px 0;
}


/*再生誘導医薬について*/
/*--------------------------------------------------------------------------------------------*/
/*再生誘導医薬とは*/
.about_content p{
  margin-bottom: 20px;
}
.about_content h3 {
  color: #2a3b91;
  font-size: 24px;
  font-weight: bold;
  border-top: solid 1px #2a3b91;
  border-bottom: solid 1px #2a3b91;
  line-height: 2;
  padding: 10px;
  margin-bottom: 19px;
  text-align: center;
  letter-spacing: .05rem;
}
.about_content .leftArea {
  width: 50%;
  float: left;
}
.about_content .rightArea {
  width: 50%;
  float: right;
}
ul.flow_list{
	list-style: none;
	padding: 2em 0 0 0;
	margin: 0;
}
ul.flow_list li{
	background-color: #eeeeee;
  text-align: center;
  line-height: 3em;
  margin-bottom: 3.4em;
  position: relative;
}
ul.flow_list li::after{
  bottom: -1.6em;
  color:#999;
  content: "▼";
  font-size: 2em !important;
  left: 47%;
  position: absolute;
}
ul.flow_list li.last {
background-color: #ffa000;
color: #fff;
font-size: 1.5em;
margin-bottom: inherit;
}
ul.flow_list li.last::after{
/*最後の▼を外す*/
    content: "";
}

/* 従来型「再生医療」の課題の設定*/
h4.task{
	text-align: center;
	border-left: none !important;
  margin-bottom: 25px;
}
ol.task_list{
	width:100%;
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	list-style:none; /* olが数字を付けることをキャンセル */
	margin:0 auto 70px auto;
	padding:0;
	overflow: hidden;
}
ol.task_list li{
	margin-bottom:10px;
	font-size:16px;
	background-color:#eeeeee;
	padding:0px 0px;
	list-style-position: inside;
	height: 60px;
	overflow: hidden;
	position: relative;
}
ol.task_list li br{
	display:none;
}
ol.task_list li span{
	line-height: 1.5;
	position: absolute;
  top: 50%;
  left: 60%;
	width: 100%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
ol.task_list li:before{
	counter-increment: number; /* 任意の名前を付けて！ */
	content: counter(number); /* 名前を付けたカウンターを呼び出し */
	background-color:#ffa000;
	color:#FFF;
	margin-right:20px;
	padding:40px 12px;
	position: absolute;
  top: 50%;
  left: 2.8%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
h4.task_img_midashi{
	text-align: center;
	border-left: none !important;
  margin-bottom: 25px;
}
.img_block img{
  display: block;
  margin:auto;
  width: 90%;
}
#task-block_l {
  float: left;
  width: 49%;
}
#task-block_r {
  width: 49%;
  float: right;
}

/* 再生誘導医薬の優位性の設定*/
.about_content img.pred_img {
  width: 100%;
  margin-bottom: 80px;
}
.about_content .orange {
  color: #ff8c00;
}
.about_content table.pred_table_01 {
  margin: 0 0 80px 0;
  padding: 0;
  width: 100%;
  border: none;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
.about_content table.pred_table_01 tr {
  border-bottom: 20px solid #FFF;
}
.about_content table.pred_table_01 th {
  padding: 10px;
  width: 40%;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  background: #a0d8ea;
}
.about_content table.pred_table_01 td {
  padding: 10px;
  width: 60%;
  vertical-align: middle;
  font-weight: bold;
  background: #eee;
}
.about_content table.pred_table_01 th.ttl {
  padding-bottom: 25px;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  background: #FFF url(/wp/wp-content/themes/stemrim/img/about/predominance_table_01.png) no-repeat bottom center / 400px 100px;
}
.about_content table.pred_table_01 td.ttl {
  padding-bottom: 25px;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  background: #FFF url(/wp/wp-content/themes/stemrim/img/about/predominance_table_02.png) no-repeat bottom center / 590px 100px;
  border-left: 10px solid #FFF;
}
.about_content table.pred_table_01 td.good1 {
  padding-left: 80px;
}
.about_content table.pred_table_01 td.good3 {
  padding-left: 80px;
}
.about_content table.pred_table_02 {
  margin: 0 0 80px 0;
  padding: 0;
  width: 100%;
  border: none;
  color: #000;
  font-size: 18px;
  line-height: 27px;
}
.about_content table.pred_table_02 tr.top th, .about_content table.pred_table_02 tr.top td {
  padding: 0;
  text-align: center;
  font-size: 21px;
  line-height: 32px;
  font-weight: bold;
  background: #FFF;
}
.about_content table.pred_table_02 th {
  padding: 10px;
  width: 15%;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  border-right: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
}
.about_content table.pred_table_02 th.ttl1 {
  background: #d1d1c7;
}
.about_content table.pred_table_02 th.ttl2 {
  background: #a0d8ea;
}
.about_content table.pred_table_02 td {
  padding: 10px;
  width: 70%;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  background: #eee;
  border-right: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
}
.about_content table.pred_table_02 td:last-child {
  border-right: none;
}

/*事業領域*/
/*--------------------------------------------------------------------------------------------*/
/*再生誘導医薬の設定*/
.product_content h3 {
  color: #2a3b91;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 0.625em;
  margin-bottom: 1.20em;
}
.product_content p + h3,.product_content .scroll + h3,.product_content .illust + h3,.product_content .illust80 + h3,.product_content .illust50 + h3 {
  margin-top: 3.33em;
}
.product_content h4 {
  font-size: 1.25em;
  font-weight: bold;
  border-left: solid 1px #f39800;
  padding: 0.187em 0 0.187em 0.625em;
  margin-bottom: 0.85em;
}
.product_content h5 {
  font-size: 1.125em;
  font-weight: bold;
  background-color: #2a3b91;
  position: absolute;
  display:block;
  line-height: 50px;
  color: #FFFFFF;
  text-align: center;
  top: -25px;
  width: 460px;
  left: calc( 50% - 230px );
  border-radius: 30px;
}
.product_content h6 {
  color: #2a3b91;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.625em;
}
.product_content p {
  margin-bottom: 1em;
  padding-bottom: 0 !important;
  line-height: 2em;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}
.product_content p.indentback{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.875em;
  margin: 0;
}
.product_content .illust{
  width: 100%;
  margin: 0 auto;
  /*display: block;*/
}
.product_content .illust80{
  width: 80%;
  margin: 0 auto;
  /*display: block;*/
}
.product_content .illust50{
  width: 100%;
  margin: 0 auto;
  display: block;
}
.product_content .area {
  padding: 50px 50px 40px 50px;
  border: dotted 1px #2a3b91;
  position: relative;
  margin: 5em 0;
  border-radius: 30px;
}
.product_content .area .container {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.product_content .area .container .block {
  width: calc( 25% - 40px );
  margin-left: 10px;
  background-color: #e9ebf4;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.product_content .area .container .block li {
  font-size: 0.75em;
  line-height: 1.5em;
  list-style: disc;
  margin-left: 1.5em;
}
.product_content .scroll + .scroll{
margin-top: 3.125em;
}
.product_content .scroll + p{
margin-top: 1em;
}
.product_content .scroll table{
}
.product_content .scroll table th,td{
	/*border:1px solid #ddd;*/
}
.product_content .scroll table th{
	font-weight:bold;
	color: #fff;
	background-color: #2a3b91;
	text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1.125em;
}
.product_content .scroll table.outline{
  /*margin-bottom: 1em;*/
}
.product_content .scroll table.outline th{
  padding:0 10px;
}
.product_content .scroll table.outline th.line{
  font-size: 1em;
  text-align: center;
  /*padding:1.25em 0;*/
}
.product_content .scroll table.outline .sub th{
	color: #2a3b91;
  background-color: #E9EBF4;
  text-align: center;
  font-size: 0.875em;
  /*padding:1.25em 0;*/
  width: 6.66%;
}
.product_content .scroll table.outline th.sub{
	color: #2a3b91;
  background-color: #E9EBF4;
  text-align: center;
  padding:5px 0;
  width: 6.66%;
}
.product_content .scroll table.outline td{
  padding:5px 0.4em;
  font-size: 0.777em;
  vertical-align: middle;
  line-height: 1.2em;
}
.product_content .scroll table.outline td.pipeline{
  padding:5px 0em;
  font-size: 0.75em;
  position: relative;
}
.product_content .scroll table.outline td.pipeline .pipeline_common_line{
	background: #f39800;
	padding:15px 0px;
}
.product_content .scroll table.outline td.pipeline .pipeline_common_line_01{
	background-color:#ffdc73;
	padding:15px 0px;
}
.product_content .scroll table.outline td.pipeline .width50{
  float:left;
	width:50%;
}
.product_content .scroll table.outline td.pipeline .width80{
  float:left;
	width:80%;
}
.product_content .scroll table.outline td.pipeline span{
  width: 100px;
  float: left;
  position: absolute;
  display: inline;
  margin: 0px 0 0 10px;
}
.product_content .scroll table.detail th{
  padding:1.25em;
  width: 16%;
}
.product_content .scroll table.detail th.sub{
	color: #2a3b91;
  background-color: #FFFFFF;
  text-align: center;
  width: 8%;
}
.product_content .scroll table th .small{
  display: block;
  font-size: 0.75em;
  margin-top: 0.75em;
  line-height: 1.2em;
}
.product_content .scroll table.detail td{
  padding:1.25em;
  font-size: 0.875em;
  line-height: 2em;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}
.product_btn_area{
	margin:2em auto 0;
	width:100%;
	max-width:1000px;
	overflow: hidden;
}
.product_btn_area .btn{
	float: left;
	width:25%;
}
.product_btn_area .btn span{
	color: #2a3b91;
	background-color: #FFF;
	display:block;
	width:100%;
	padding:10px 0px;
	font-size:0.875em;
	text-align:center;
	position: relative;
  border: 1px solid #2a3b91;
  border-right: none;
}
.product_btn_area .btn:last-child span{
	border-right: 1px solid #2a3b91;
}
.product_btn_area .btn span:after{
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    width: 14px;
    height: 1px;
    background-color: #2a3b91;
}
/*追加*/
.product_btn_area_top {
  margin: 2em auto 0;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
}
.product_btn_area_top .btn {
  float: left;
  width: 48%;
  margin-right: 1px;
  margin-bottom: 1px;
  background-color: #FFF;
  position: relative;
  padding: 10px 0px;
  height: 70px;
  position: relative;
}
.product_btn_area_top .btn span {
  color: #2a3b91;
  font-size: 18px;
  text-align: left;
  margin-left: 24%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.product_btn_area_top .btn .icon_area .product_icon{
	fill:rgba(0,0,0,0);
	stroke:#2a3b91;
	stroke-linejoin:round;
	stroke-width:2px;
	position:relative;
}
.product_btn_area_top .btn .icon_area svg{
	position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.product_btn_area_top .btn span:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 14px;
  height: 1px;
  background-color: #2a3b91;
}
.product_btn_area_top .btn:hover {
  background-color: #2a3b91;
  transition: all 0.2s linear;
}
.product_btn_area_top .btn:hover span {
  color: #FFF;
}
.product_btn_area_top .btn:hover .icon_area .product_icon {
  stroke: #FFF;
}

.show_sp {
	display: none;
}
.show_pc {
	display: block;
}

.p-menu_block {
    margin: 30px 0;
}
.p-menu_area {
    margin: 2em auto 0;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
}
.p-menu_area .btn {
    float: left;
    width: 25%;
    list-style:none;
}
.prdct-indx_menu {
    color: #2a3b91;
    background-color: #FFF;
    display: block;
    width: 100%;
    padding: 20px 0px;
    font-size: 0.875em;
    text-align: center;
    position: relative;
    border: 1px solid #2a3b91;
    border-right: none;
}
.prdct-indx_menu:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    width: 14px;
    height: 1px;
    background-color: #2a3b91;
}
.prdct-indx_menu_c {
    color: #fff;
    background-color: #070e52;
    display: block;
    width: 100%;
    padding: 20px 0px;
    font-size: 0.875em;
    text-align: center;
    position: relative;
    border: 1px solid #070e52;
    border-right: none;
}
.prdct-indx_menu_c:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    width: 14px;
    height: 1px;
    background-color: #fff;
}
.prdct-indx_menu {
  border-right: 1px solid #2a3b91;
}
/* 幹細胞遺伝子治療の設定*/
.cells_01 {
  float:left;
  width:49%;
}
.cells_02 {
  float:right;
  width:49%;
}
.cells_03{
  font-size:20px;
  font-weight:bold;
  color: #2a3b91;
  text-align:left;
}
.cells_04{
  font-size:50px;
  margin: 0 0 20px 150px;
}
.cells_05{
  list-style-type: lower-latin;
  padding: 10px 0 40px 20px;
}
.cells_05 li {
  padding-bottom: 10px;
  line-height: 1.5;
}
#maincon p.cells_06 {
  margin: 0 0 20px 0;
  padding: 0;
}

/*株主・投資家の皆様へ*/
/*--------------------------------------------------------------------------------------------*/
.ir_content {
  margin-bottom: 30px;
}
#hyobox {
  width: 100%;
}
#hyobox tr {
  border-bottom: 1px solid #2a3b91;
}
#hyobox th, #hyobox td {
  border-top: 1px solid #2a3b91;
}
#hyobox td {
  padding: 10px 10px;
  border-bottom: none;
  border-right: none;
  text-align: left;
  background: #fff;
}
#hyobox td a {
  color: #000;
}
.irboxlist {
	margin-top: 30px;
  margin-bottom: 30px;

}
#hyobox th {
  text-align: center;
  width: 160px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
}
.linkbtn a {
  display: block;
  padding: 20px;
  text-align: right;
  background: #2a3b91;
  color: #fff;
  font-size: 0.9em;
  border-top: 1px solid #2a3b91;
  border-bottom: 1px solid #2a3b91;
	margin-top: 10px;
}
/*
 -----------------------------------------------*/
.schedule_title{
	color:#2a2a2a;
	font-size: 0.8em;

}
.yeartit2{
	margin: 1em 0.5em 0em 0em;
	font-size:1em;
  	padding: 0.25em 0.5em;
	font-weight:bold;
	color:#2a2a2a;
	border-left: 5px solid #789ac7;
}
#hyobox2 {
  width: 100%;
}
#hyobox2 tr {
  border-bottom: dashed 1px #dcdcdc;


}
#hyobox2 td {
  padding: 10px 10px;
  border-bottom: none;
  border-right: none;
  text-align: left;
  background: #fff;
}

/* 当社のサステナビリティのリンクボタン
------------------------------------------------------------*/
.ir_btn_area{
	margin:80px auto;
	width:100%;
	max-width:1000px;
	overflow: hidden;
}
.ir_btn_area .btn{
	float: left;
	width: 33%;
	margin-right: -1px;
	border: 1px solid #2a3b91;
	background-color: #FFF;
	position: relative;
	padding:10px 0px;
	height:60px;
	position: relative;
}
.ir_btn_area .btn:after{
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    width: 14px;
    height: 1px;
    background-color: #2a3b91;
}
.ir_btn_area .btn .icon_area{
}
.ir_btn_area .btn .icon_area .ir_icon{
	fill:rgba(0,0,0,0);
	stroke:#2a3b91;
	stroke-linejoin:round;
	stroke-width:2px;
	position:relative;
}
.ir_btn_area .btn .icon_area svg{
	position: absolute;
    top: 50%;
  	left: 14%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
}
.ir_btn_area .btn span{
	color: #2a3b91;
	font-size:18px;
	text-align:left;
	margin-left: 28%;
	position: absolute;
	top: 50%;
    left: 50%;
    width: 100%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
}
.ir_btn_area .btn:hover{
	color:#FFF;
	background-color: #2a3b91;
	transition:all 0.2s linear;
}
.ir_btn_area .btn:hover:after{
	color:#FFF;
	background-color: #FFF;
}
.ir_btn_area .btn:hover span{
	color:#FFF;
}
.ir_btn_area .btn:hover .icon_area .ir_icon{
	stroke:#FFF;
}
.environment  .btn.environment, .social  .btn.social, .governance  .btn.governance{
	background-color: #070e52;
}
.environment  .btn.environment span, .social .btn.social span, .governance .btn.governance span{
	color:#FFF;
}
.environment  .btn.environment .ir_icon, .social .btn.social .ir_icon, .governance .btn.governance .ir_icon{
	stroke:#FFF;
}
.environment .btn.environment:after, .social .btn.social:after, .governance .btn.governance:after{
	background-color: #FFF;
}

/* 社会への取り組み*/
.common_content h3 {
  color: #2a3b91;
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 10px;
  margin:40px 0 20px 0;
}
.common_content h4 {
  font-size: 20px;
  font-weight: bold;
  border-left: solid 1px #f39800;
  padding: 3px 0 3px 10px;
  margin:30px 0 14px 0;
}
.common_content sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.common_content ul li {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
/* 財務ハイライト*/
th.sth {
  padding: 10px 0 !important;
}
.td-t{
  line-height: 1.5;
  padding: 10px!important;
}


/*採用情報*/
/*--------------------------------------------------------------------------------------------*/
.recruit_content  dl.recruit {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	margin-top: 60px;
	margin-bottom:60px;
}
.recruit_content  dl.recruit dt {
	padding: 20px 0;
	color: #2a3b91;
	font-size: 18px;
	font-weight: bold;
	width: 20%;
	display: block;
	float: left;
	clear: left;
	border-top: 1px solid #ddd;
}
.recruit_content dl.recruit dd {
	padding: 20px 0;
	display: block;
	float: left;
  line-height: 1.8;
	width:80%;
	border-top: 1px solid #ddd;
}
.recruit_content dl.recruit dd span.contact{
	display: block;
	margin-bottom:20px;
}

a.recruit_btn{
	background-color: #FFF;
	border: 1px solid #2a3b91;
	width:40%;
	font-size: 14px;
	text-align: center;
	display:block;
	color: #2a3b91;
	padding: 20px 40px;
	position: relative;
}
a.recruit_btn:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    width: 14px;
    height: 1px;
    background-color: #2a3b91;
}
a.recruit_btn:hover{
	color:#FFF;
	background-color: #2a3b91;
	border: 1px solid #2a3b91;
	transition:all 0.2s linear;
}
a.recruit_btn:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    width: 14px;
    height: 1px;
    background-color: #2a3b91;
}
a.recruit_btn:hover:after{
	color:#FFF;
	background-color: #FFF;
}

/*フッター*/
/*--------------------------------------------------------------------------------------------*/
.infoBlock {
  background: #2a3b91;
  color: white;
}
.info_box {
  display: inline-block;
  padding:25px 0;
  vertical-align: middle;
}
h3.infoBlock_title {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "游ゴシック Medium","Yu Gothic Medium", YuGoM, /*＠font-faceのフォントを呼び出しています*/ "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, 'Roboto', sans-serif;
  font-weight: bold;
}
span.tel-s {
  font-size: 15px;
  padding-right: 8px;
}
span.tel-s2 {
    font-size: 10px;
    font-weight: normal;
}
p.infoBlock_tel {
    font-size: 24px;
    font-family: -apple-system, BlinkMacSystemFont, YuGothic, "游ゴシック Medium","Yu Gothic Medium", YuGoM, /*＠font-faceのフォントを呼び出しています*/ "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, 'Roboto', sans-serif;
    letter-spacing: 2px;
    padding: 10px 0;
    font-weight: bold;
}
p.infoBlock_tel a {color: white;}
p.infoBlock_date {
    font-size: 14px;
    line-height: 1.7;
    display: inline-block;
}
.infoCOVID-19_date {
	padding : 0px 0px 15px;
}
p.infoBlock_access {
    display: inline-block;
}
.gmbg {
  position: relative;
  font-size: 16px;
  color: #2a3b91;
  padding: 0.3em 1.5em 0.3em 0.8em;
  background-color: #fff;
  margin-left: 20px;
}
.gmbg::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 14px;
  height: 1px;
  background-color: #2a3b91;
}
.gmbg a {
  color: #2a3b91;
}
.gmfs {
  font-size: 13px;
  color: #2a3b91;
}
.inquiry_icon {
  background-color: #070e52;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-left: 100px;
}



.infoBlock_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.copyright {
  margin: 20px 0;
  border-top: 1px solid #ddd;
}
.cr-txt {
  font-size: 13px;
  margin: 15px;
}
}
.hvr_ul {
  color: #000;
}
.footer-menu_box {
  display: inline-block;
  vertical-align: top;
}
.footer-menu_box ul li {
  list-style:none;
}
.footer-menu_box ul li a {
  font-size: 12px;
  color: #000;
  line-height: 1.8;
}
.footer-menu_title {
  font-size: 16px;
  color: #2a3b91;
  position: relative;
  padding-bottom: 10px;
  margin: 25px 0;
}
.footer-menu_title::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #f39800;
}
.footer-menu_title a {
  color: #2a3b91;
  display: inline-block;
  transition-duration: 0.5s;
}
.footer-menu_title a:hover{
	transform: scale(1.1);
}
.footer_logo {
  clear: both;
  padding: 20px 0 0 0;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/
/* モニター幅1025px以上
/
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/__/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_//_/_/*/
@media only screen and (min-width: 1025px) {

/*TOPの静止画スライダー*/
.top-sldr_box{display:none;}

/*グローバルナビゲーション*/
/*--------------------------------------------------------------------------------------------*/
.header_menu a:before {
  content: "";
  width: calc(100% - 20px);
  left: 0;
  right: 0;
  height: 1px;
  background: #3e3e3e;
  display: block;
  position: absolute;
  bottom: 5px;
  margin: auto;
  transform: scaleX(0);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s transform;
  transform-origin: left;
}
.header_menu a:hover {
  color: rgba(51, 51, 51, 0.9);
}
.header_menu a:hover:before {
  transform: scaleX(1);
}

/*TOP動画*/
.bgVideo {
  height: 580px;
}
.bgVideo {
  position: relative;
  top: 0;
  min-height: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}
.bgVideo video#bgvid {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bgVideo .v-title_wrap {
  text-align: center;
}
.bgVideo .v-title_wrap {
  position: absolute;
  top: 0;
  width: 100%;
}
.bgVideo .v-title_con {
  padding: 0;
}
.bgVideo .v-title_wrap p* {
  font-size: 40px;
  letter-spacing: .1em;
  color: #FFF;
}
.v-title {
  font-size: 64px;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho";
  text-shadow: rgb(0, 0, 0) 2px 2px 5px;
  text-align: center;
  line-height: 1.3;
}
.v-stitle {
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-family: 游ゴシック体, "Yu Gothic";
  text-shadow: rgb(0, 0, 0) 2px 2px 5px;
  text-align: center;
  line-height: 1.5;
}
.v-title_wrap {
  margin-top: 180px;
}

/*フッター*/
/*--------------------------------------------------------------------------------------------*/
.mrpr {
  margin-right: 7%;
}
a.gmbg:hover {font-weight:bold;}
.footer-menu_box ul li a{
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: none;
}
.footer-menu_box ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #555;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.4s;
}
.footer-menu_box ul li a:hover:before {
	transform: scale(1);
}
.footer-menu_title::after:hover {
  width: 100px;
}
.hvr_ul {
  color: #000;
}
.hvr_ul:hover {
  text-decoration: underline;
}
.footer-menu_title a {
  color: #2a3b91;
  display: inline-block;
  transition-duration: 0.5s;
}
.footer-menu_title a:hover{
	transform: scale(1.1);
}
span.tel-s2 {
  font-size: 10px;
  font-weight: normal;
}
.inquiry_icon:hover {
  background-color: #fff;
  color: #070e52;
  text-align: center;
}
.sp,.spp{display:none;}

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/
/* iPad横モニター幅1024px以下
/
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/__/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_//_/_/*/
@media only screen and (max-width:1024px){

/*common*/
/*--------------------------------------------------------------------------------------------*/
.pc{display:none;}

/*グローバルナビゲーション*/
/*--------------------------------------------------------------------------------------------*/
.logo_mark{
  height:30px;
}
.header_menu a {
  font-size:12px;
  letter-spacing: 0;
  padding: 10px 3px;
}
.header_menu{
  display: block;
  margin-top: 50px;
}
.glbl-lang, .glbl-search* {
  position: relative;
  top: -40px;
  right: -50px;
}
.searchfield{
  width: 30px;
  height: 30px;
}
.search-icon{
  left: -27px!important;
}
.header_menu ul{
  margin:8px 0 0 0;
  padding:0 0 0 0;
}

/*スライダー*/
/*--------------------------------------------------------------------------------------------*/
#zoom_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-color: #999;
}
.slider-inner-content {
  position: relative;
  z-index: 2;
  margin: 120px auto;
  padding: 40px;
  max-width: 600px;
  color: #fff;
  text-align: center;
  font-size: 1em;
  text-shadow: rgb(0, 0, 0) 2px 2px 5px;
}
.slider-inner-content h1 {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 15px 0;
  text-shadow: rgb(0, 0, 0) 2px 2px 5px;
}
.slider-inner-content p {
  font-size: 1em;
  line-height: 1.3;
}
.top-sldr_box {
  margin-bottom: 60px;
}

/*会社情報*/
/*--------------------------------------------------------------------------------------------*/


/*フッター*/
/*--------------------------------------------------------------------------------------------*/
.infoBlock,.infoBlock_inner{
  padding:0 15px;
}
.mrpr {
  margin-right: 7%;
}
.pagecon{
  padding: 30px 10px 0 10px;
}
.company_content .photo {
    margin-right: 1.3rem;
    margin-left: 0.5rem;
}

}

@media screen and (min-width:769px) and ( max-width:1024px) {
  .video_content .flex_video .videoInner iframe{
    height:250px;
  }
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/
/* iPad縦モニター幅768px以下
/
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media only screen and (max-width:768px){
.mrpr {
  margin-right: 1.5%;
}
.top-sec{
  padding:0 15px;
}
.product_btn_area{
  padding: 0 0 0 30px;
}

.video_content .flex_video{
  display: block;
}

.video_content .flex_video .videoInner{
  width:100%;
}

.video_content .flex_video .videoInner iframe{
  height:340px;
}

.video_content .flex_video .videoInner:nth-child(2n){
  margin-left:0px;
}

.top-video{
  margin: 0px 20px 50px;
}

}

@media screen and (min-width:0px) and ( max-width:480px) {
  .video_content .flex_video .videoInner iframe{
    height:190px;
  }
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/
/* スマホ横モニター幅640px以下(ランドスケープ)
/
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media only screen and (max-width:640px){

/*スマホグローバルナビゲーション*/
/*--------------------------------------------------------------------------------------------*/
#header {
  height: 70px;
}
.header_switch {
  display: block;
  position: absolute;
  top: 5px;
  right: 4px;
  width: 50px;
  height: 47px;
}
.switch {
  width: 34px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
.header_switch:after {
  font-size: 10px;
  letter-spacing: 1.5px;
  bottom: 0;
}
.header_switch:after {
  content: "MENU";
  font-size: 12px;
  font-family: "Roboto", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  position: absolute;
  display: block;
  text-align: center;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
  left: 0;
  right: 0;
  bottom: -5px;
  z-index: 2;
}
.head_fix .switch:before, .head_fix .switch span, .head_fix .switch:after {
  background: #333333;
}
.switch:before, .switch span, .switch:after {
  display: block;
  position: absolute;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 3px;
  margin: auto;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.switch {
  width: 28px;
  height: 19px;
}
.switch:after {
  width: 16px;
}
.switch:before {
  left: 0;
  width: 100%;
  top: 0;
}
.switch span {
  width: 22px;
  top: 8px;
}
.switch:after {
  width: 19px;
  bottom: 0;
}
.switch:before,
.switch:after {
  content: "";
}
.header_switch {
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
  width: 50px;
  height: 47px;
}
.open .switch:before {
    animation: lineMin 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s forwards, lineCenter1 0.15s ease-out 0.3s forwards, lineCross1 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s forwards;
}
.open .switch span {
  animation: lineWide 0.3s ease 0.1s forwards, fadeOut 0.1s linear 0.25s forwards;
}
.open .switch:after {
  animation: lineMin 0.22s cubic-bezier(0.165, 0.84, 0.44, 1) 0.18s forwards, lineCenter2 0.15s ease-out 0.3s forwards, lineCross2 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s forwards;
}
.open .header_switch:after {
  content: "CLOSE";
  color: #333333;
}
.open .switch:before, .open .switch span, .open .switch:after {
  background: #333333;
}
.open .header_switch:after {
  content: "CLOSE";
  color: #333333;
}
.header_menu {
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
}
.header_menu ul:not(.sp_menu_area) {
  position: relative;
  top: 0;
  transform: none;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  margin-top: 13vh;
}
.header_menu li {
  display: block;
}
.header_menu a {
  font-size: 16px;
}
.header_menu a:before {
  position: fixed;
}
li.glbl-search {
  padding: 20px 0 0 75px;
}
.search-box{border-radius:40px;}
.search-icon{left:-38px;}

li.glbl-lang,li.glbl-search{display:none*;}
.megamenu{display:none;}
.header_menu li {
  border-bottom: 1px dotted #ccc;
  padding: 10px;
  box-sizing: border-box;
}
ul.gnav {
  padding: 0 10px;
}
.searchfield{height: 30px;}


/*会社情報＞ごあいさつ*/
.company_content .photo {
  margin-right: 1rem;
}


/*フッター*/
/*--------------------------------------------------------------------------------------------*/
p.infoBlock_access {
  margin: 20px 0 0 0;
}



}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/
/* スマホ縦(ポートレート)モニター幅480px以下
/
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media only screen and (max-width:480px){

/*ヘッダ画像内の文字の設定*/
.cover-tl{
  font-size: 30px;
  letter-spacing: 0;
}

.spp,.sp{display:block;}
/*TOP画面ニュースの設定*/
table.top-news_file{
  max-width: 100%;
}
th.top-news_th {
  display: block;
  width: 100%;
  text-align: center;
}
.top-news_category {
  display: block;
  width: 100%;
}
.td-news_title {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd !important;
}
.top-news_th, .top-news_td {
  border-bottom: 0px solid #ddd;
}
.searchfield{width: 90%;}
.searchfield:focus {
  width: 90%;margin-top: 10px;
}

.news_archive_btn_area{
	max-width:inherit;
	width:90%;
	margin:0 auto;
	overflow: hidden;
}
a.news_archive_btn{
	background-color: #FFF;
	border: 1px solid #2a3b91;
	width:50%;
	font-size: 14px;
	text-align: center;
	display:block;
	color: #2a3b91;
	padding: 20px 0px;
	position: relative;
}
a.news_archive_btn:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    width: 14px;
    height: 1px;
    background-color: #2a3b91;
}
a.news_archive_btn:hover{
	color:#FFF;
	background-color: #2a3b91;
	border: 1px solid #2a3b91;
	transition:all 0.2s linear;
}
a.news_archive_btn:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    width: 14px;
    height: 1px;
    background-color: #2a3b91;
}
a.news_archive_btn:hover:after{
	color:#FFF;
	background-color: #FFF;
}


/*お知らせ*/
.ir_file th {
  width: 100%;
  display: block;
  border: none;
  padding: 10px 0;
}
.ir_file td {
  width: 100%;
  display: block;
  border: none;
}



/*TOPの再生誘導医薬について*/
.about_bg {
	background: url("/wp/wp-content/themes/stemrim/img/top/bg_01.jpg") center bottom no-repeat;
	background-size: cover;
	width:100%;
	padding-top:2em;
	padding-bottom: 150px;
	background-color:#e9efee;
}
p.lead{
	font-size:16px;
	line-height:2;
	text-align:left;
	width: 90%;
	margin:0 auto 1em auto;
	text-align: justify;
	text-justify:inter-ideograph;
}
p.lead br{
	display: none;
}
.about_btn_area{
	margin:0 auto;
	width:90%;
	max-width:inherit;
	overflow: hidden;
}
.about_btn_area .btn{
	width:100%;
	margin-bottom:1px;
}
.about_btn_area .img_scale{
	overflow: hidden;
}
.about_btn_area .btn .img_scale img{
	width: 100%;
	height: auto;
	display: block;
	transition-duration: 0.5s;
}
.about_btn_area .btn span{
	color: #2a3b91;
	background-color: #FFF;
	display:block;
	width:100%;
	padding:30px 0px;
	font-size:18px;
	text-align:center;
	position: relative;
}
.about_btn_area .btn span:after{
	position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 14px;
  height: 1px;
  background-color: #2a3b91;
}
.about_btn_area .btn:hover .img_scale img{
	transform: scale(1.2,1.2)
}
.about_btn_area .btn:hover span{
	background-color: #2a3b91;
	color: #FFF;
	transition:all 0.2s linear;
}
.about_btn_area .btn:hover span:after{
	background-color: #FFF;
}

/*TOPの事業領域*/
section.product{
	margin-top: -160px;
}
.product_bg {
	background: url("/wp/wp-content/themes/stemrim/img/top/bg_02.jpg") center bottom no-repeat;
	max-width:inherit;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:2em 0 2em 0;
	background-color:#f0eaec;
}
.product_btn_area{
	margin:0 auto;
	width:90%;
	max-width:inherit;
}
.product_btn_area .btn{
	width: 100%;
	margin-right: 1px;
	margin-bottom: 1px;
	background-color: #FFF;
	position: relative;
	height:70px;
	position: relative;
}
.product_btn_area .btn:after{
	position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 14px;
  height: 1px;
  background-color: #2a3b91;
}
.product_btn_area .btn .icon_area{
}
.product_btn_area .btn .icon_area .product_icon{
	fill:rgba(0,0,0,0);
	stroke:#2a3b91;
	stroke-linejoin:round;
	stroke-width:2px;
	position:relative;
}
.product_btn_area .btn .icon_area svg{
	position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.product_btn_area .btn span{
	color: #2a3b91;
	font-size:18px;
	text-align:left;
	line-height: 1.5;
	margin:0 auto;
	position: absolute;
  top: 50%;
  left: 82%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.product_btn_area .btn:hover{
	background-color: #2a3b91;
	transition:all 0.2s linear;
}
.product_btn_area .btn:hover:after{
	color:#FFF;
	background-color: #FFF;
}
.product_btn_area .btn:hover span{
	color:#FFF;
}
.product_btn_area .btn:hover .icon_area .product_icon{
	stroke:#FFF;
}
/*追加*/
.product_btn_area_top {
  margin: 0 auto;
  width: 90%;
  max-width: inherit;
}
.product_btn_area_top .btn {
  width: 100%;
  margin-right: 1px;
  margin-bottom: 1px;
  background-color: #FFF;
  position: relative;
  height: 70px;
  position: relative;
}
.product_content .illust80{width: 100%;}


/*TOPの企業情報などリンクボタン*/
.company_btn_area{
	margin:0 auto;
	width:90%;
	max-width:inherit;
	padding-bottom: 1px;
}
.company_btn_area .btn{
	width:100%;
	border: 1px solid #2a3b91;
	margin-bottom: -1px;
}
.company_btn_area .btn span{
	color: #2a3b91;
	background-color: #FFF;
	display:block;
	width:100%;
	padding:20px 0px;
	font-size:18px;
	text-align:center;
	position: relative;
}
.company_btn_area .btn span:after{
	position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 14px;
  height: 1px;
  background-color: #2a3b91;
}
.company_btn_area .btn span:hover{
	color:#FFF;
	background-color: #2a3b91;
	transition:all 0.2s linear;
}
.company_btn_area .btn span:hover:after{
	color:#FFF;
	background-color: #FFF;
}

/*インデックス画面*/
.wd33,.wd30,.wd40 {
  width: 100%;
}
.indx_td {
  display: block;
}
.bgg {
  padding: 20px 0;
}


/*会社情報*/
/*--------------------------------------------------------------------------------------------*/
/* ごあいさつの設定*/
#maincon .photo {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  text-align: center;
}
#maincon .photo img {
  width: 80%;
}
#maincon .message {
  float: none;
  width: 100%;
}
/* 企業使命の設定*/
.company_content .mission h3 {
  margin-bottom: 40px;
  padding: 15px 0;
  font-size: 30px;
  line-height: 1.4em;
  letter-spacing: .15em;
}
.company_content .mission p {
  padding-bottom: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: .1em;
}
.company_content .mission img {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 70%;
}

/* マネジメント紹介の設定*/
.company_content table.manage tr.sps {
  height: 50px;
}
.company_content table.manage th {
  display: block;
  padding: 0 10% 10px;
  width: 100%;
}
.company_content table.manage th img {
  width: 80%;
}
.company_content table.manage td {
  display: block;
  margin: 0 10%;
  padding: 0;
  width: 80%;
}
.company_content table.manage p.name {
  padding: 0 0 14px 20px;
  color: #2a3b91;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .1em;
}
.company_content table.manage p.position {
  padding: 0 0 20px 20px;
  color: #2a3b91;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .1em;
}
.company_content table.manage p {
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 24px;
}

/* コーポレートガバナンスの設定*/
.company_content.gov_img {
  margin-bottom: 60px;
}
.company_content .gov_img img {
  width: 100%;
  height: auto;
}
.company_content ul.gov_list {
  margin-bottom: 40px;
}
.company_content ul.gov_list li {
  line-height: 1.6em;
}

/* 事業内容の設-*/
.company_content .biz_img {
  margin-bottom: 50px;
}
.company_content .biz_img img {
  width: 100%;
  height: auto;
}
.company_content table.biz_table {
  font-size: 16px;
  line-height: 24px;
}
.company_content table.biz_table th {
  padding: 15px;
  width: 100px;
}
.company_content table.biz_table td {
  padding: 15px;
}
.company_content table.biz_table td.ttl {
  padding: 15px;
  font-size: 18px;
}

/*再生誘導医薬について*/
/*--------------------------------------------------------------------------------------------*/
/*再生誘導医薬とは*/
h3.stm-t3 {
  line-height: 1.2;
  margin: 60px 0 30px 0;
}
.about_content .leftArea {
  width: 100%;
  float: inherit;
}
.about_content .rightArea {
  width: 100%;
  float: inherit;
}
ul.flow_list li::after{
  left: 45.6%;
}

/* 従来型「再生医療」の課題 */
.about_content p {
  margin-bottom: 10vw;
}
h4.task{
	text-align: center;
	margin-bottom: 5vw;
	color:#ffa000;
	font-size:6vw;
	font-weight: 400;
}
ol.task_list{
	width:100%;
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	list-style:none; /* olが数字を付けることをキャンセル */
	margin:0 auto 70px auto;
	padding:0;
	overflow: hidden;
}
ol.task_list li{
	margin-bottom:10px;
	font-size:4vw;
	letter-spacing:1;
	background-color:#eeeeee;
	padding:0px 0px;
	list-style-position: inside;
	height: 80px;
	overflow: hidden;
	position: relative;
}
ol.task_list li br{
	display:inherit;
}
ol.task_list li span{
	line-height: 1.5;
	position: absolute;
  top: 50%;
  left: 65%;
	width: 100%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
ol.task_list li:before{
	counter-increment: number; /* 任意の名前を付けて！ */
	content: counter(number); /* 名前を付けたカウンターを呼び出し */
	background-color:#ffa000;
	color:#FFF;
	margin-right:20px;
	padding:40px 12px;
	position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
h4.task_img_midashi{
	text-align: center;
	margin-bottom: 20px;
	color:#000;
	font-size:5vw;
	font-weight: 400;
}
.img_block img{
  display: block;
  margin:auto;
	width: 100%;
}

.show_sp {
display: inline;
}
.show_pc {
display: none;
}
#task-block_l {
  float: none;
  width: 100%;
}
#task-block_r {
  float: none;
  width: 100%;
}

/* 再生誘導医薬の優位性の設定 */
.about_content table.pred_table_01 tr {
  border-bottom: 10px solid #FFF;
}
.about_content table.pred_table_01 th {
  padding: 10px 5px;
  font-size: 18px;
  line-height: 24px;
}
.about_content table.pred_table_01 td {
  padding: 10px 5px;
}
.about_content table.pred_table_01 th.ttl {
  padding: 20px 5px 20px 5px;
  font-size: 18px;
  line-height: 24px;
}
.about_content table.pred_table_01 td.ttl {
  padding: 20px 5px 20px 5px;
  font-size: 18px;
  line-height: 24px;
}
.about_content table.pred_table_01 td.good1 {
  padding-left: 20px;
}
.about_content table.pred_table_01 td.good3 {
  padding-left: 20px;
}
.about_content table.pred_table_02 {
  margin: 0 0 40px 0;
}
.about_contenttable.pred_table_02 tr.top th, .about_content table.pred_table_02 tr.top td {
  font-size: 18px;
  line-height: 27px;
}
.about_content table.pred_table_02 th {
  padding: 20px 10px;
  width: 15%;
  font-size: 18px;
  line-height: 27px;
  border-right: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
}
.about_content table.pred_table_02 th.ttl1 {
  background: #d1d1c7;
}
.about_content table.pred_table_02 th.ttl2 {
  background: #a0d8ea;
}
.about_content table.pred_table_02 td {
  padding: 10px 5px 10px 10px;
  border-right: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
}

/*事業領域*/
/*--------------------------------------------------------------------------------------------*/
.p-menu_area .btn {
	float: none;
	width: 100%;
}
.prdct-indx_menu,.prdct-indx_menu_c {
  padding: 20px 0;
  border: 1px solid #2a3b91;
  border-bottom: none;
}
.last-child {
  border-bottom: 1px solid #2a3b91;
}
/* 幹細胞遺伝子治療の設-*/
.cells_01 {
  float:none;
  width:100%;
}
.cells_02 {
  float:none;
  width:100%;
}

/*株主・投資家の皆様へ*/
/*--------------------------------------------------------------------------------------------*/
#hyobox th {
  width: 100%;
  display: block;
  border: none;
  padding: 10px 0;
}
#hyobox td {
  width: 95%;
  display: block;
  border: none;
}
h2.yeartit{
  text-align: center;
  border-bottom: 1px dotted #000;
  padding: 10px 0;
}

/* 当社のサステナビリティのリンクボタン*/
.ir_btn_area{
	margin:30px auto 0 auto;
	width:inherit;
	max-width:inherit;
	overflow: hidden;
	padding-right: 2px;
    padding-bottom: 1px;
	margin-bottom:80px;
}
.ir_btn_area .btn{
	width: 100%;
	margin-right: inherit;
	margin-bottom: -1px;
	border: 1px solid #2a3b91;
	background-color: #FFF;
	position: relative;
	padding:0px 0px;
	height:100px;
	position: relative;
}
.ir_btn_area .btn:after{
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    width: 14px;
    height: 1px;
    background-color: #2a3b91;
}
.ir_btn_area .btn .icon_area{
}
.ir_btn_area .btn .icon_area .ir_icon{
	fill:rgba(0,0,0,0);
	stroke:#2a3b91;
	stroke-linejoin:round;
	stroke-width:2px;
	position:relative;
}
.ir_btn_area .btn .icon_area svg{
	position: absolute;
    top: 50%;
  	left: 14%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
}
.ir_btn_area .btn span{
	color: #2a3b91;
	font-size:18px;
	text-align:left;
	margin-left: 28%;
	position: absolute;
	top: 50%;
    left: 50%;
    width: 100%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
}
.ir_btn_area .btn:hover{
	color:#FFF;
	background-color: #2a3b91;
	transition:all 0.2s linear;
}
.ir_btn_area .btn:hover:after{
	color:#FFF;
	background-color: #FFF;
}
.ir_btn_area .btn:hover span{
	color:#FFF;
}
.ir_btn_area .btn:hover .icon_area .ir_icon{
	stroke:#FFF;
}

/*採用情報*/
/*--------------------------------------------------------------------------------------------*/
.recruit_content dl.recruit {
	border-bottom: none;
	margin-top: 0;
	margin-bottom:0;
	border-top:1px solid #ddd;
}
.recruit_content dl.recruit dt {
	padding: 20px 0px 0px 0px;
	color: #2a3b91;
	font-weight: bold;
	width: 100%;
	border-top: none;
}
.recruit_content dl.recruit dd {
	padding: 10px 0px 20px 0px;
	width:100%;
	border-top:none;
	border-bottom: 1px solid #ddd;
}
.recruit_content dl.recruit dd span.contact{
	display: block;
	margin-bottom:20px;
}
a.recruit_btn{
    width: 100%;
    float: left;
}

#formbox input{
  padding: 5px 20px 0 20px;
}


/*フッター*/
/*--------------------------------------------------------------------------------------------*/
.sp-w100 {
  background: #070e52;
  width: 100%;
  padding: 0 !important;
  margin-bottom: 20px;
}
.inquiry_icon{
  margin:0;
  padding: 30px;
}
.footer-menu_box{display: block;}
.footer-menu_box ul li a{font-size: 16px;}
span.tel-s2 {
  letter-spacing: 0;
}
}
.registered {
	margin:10px;
}
}

/*アナリストテーブル*/
/*--------------------------------------------------------------------------------------------*/
.analyst_table {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
}

.analyst_table tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
.analyst_table th, table td {
  padding: 1em 10px 1em 1em;
 /*2021/11/8 「ニュース」欄のタテ線削除 */
/* border-right: 1px solid #dcdcdc; */
}
.analyst_table th {
  font-size: .85em;
}
.analyst_tabele thead tr{
  background-color: #167F92;
  color:#fff;
}
.analyst_table tbody th {
    background: #789ac7;
    color: #fff;
}
.analyst_table txt{
   text-align: left;
   font-size: .85em;
}
.analyst_table price{
  text-align: right;
  color: #167F92;
  font-weight: bold;
}
.analyst_table non{
  background:#fff
}
.list_line{
  padding : 10px ;
  border-top: solid #696969 1px;/*上のボーダー*/
  border-bottom: solid #696969 1px;/*下のボーダー*/
	}
#list li{
  font-size: 0.8em;
  color: #696969;
  line-height: 1.4;
  text-indent:-1em;
  padding-left:1em;
}


@media screen and (max-width: 600px) {
.analyst_table {
    border: 0;
    width:100%
  }
.analyst_table th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
.analyst_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
.analyst_table tr {
    display: block;
    margin-bottom: .625em;
  }
.analyst_table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }

.analyst_table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
.analyst_table td:last-child {
    border-bottom: 0;
  }
.analyst_table tbody th {
    color: #fff;
	}

}
