/* カスタム CSS をここに入力してください */
/*** レスポンシブテーブルデザイン ***/
.shokai{
  width:100%;
  border: 2px solid #BCBDC2;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.shokai th{
  padding: 6px 8px 5px;
  border-top: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;

  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #FAFAFA;
}
 
.shokai td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 400px){
.shokai th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.shokai td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}/* end */

/*head*/
/* ロゴ右側のブロック */
.logo-after {
    display: block;
    width: 200px;
    float: right;
}
 
.logo-after img {
    max-height: 60px;
}
 
/* ヘッダー幅を100%に */
.navbar-header {
    width: 100%;
}
 
@media (max-width: 991px) {
    .logo-after {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
      
    }
}

/* 連絡先のスタイル */
.logo-after .message {
    font-size: 12px;
  text-align: right;

}

.logo-after .tel {
    font-size: 18px;
}
 
/*PC表示の時にはリンクを無効にする*/
@media (min-width: 992px){
.tel {
pointer-events: none;
 }
}

@media (min-width: 992px){
.col-md-offset-1 {
    margin-left: 2.33333333%;
  }
.col-md-8 {
    width: 72.66666667%;
}
}

/*==============================
	Financial Page
==============================*/
.table-ir {
	padding-bottom:25px;
	overflow: visible;
}
.table-ir h5 {
	font-size: 90%;
	line-height: 1em;
	font-weight: bold;
	text-indent: 1em;
	margin-bottom: -1em;
}
table.ir {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-bottom: 2px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
}

table.ir caption {
	margin: 0 0 0.3em 0;
	padding:0;
	text-align: right;
	font-size:80%;
}
table.ir th{
	font-size:78%;
}
table.ir th {
	padding: 4px;
	background: #d9effb;
	color:#333333;
	text-align: center;
	border-left: 1px solid #ffffff;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	line-height:1.2em;
}
table.ir th.border-top {
	border-top: 1px solid #ffffff;
}

table.ir th.label {
	text-align: left;
	color:#505050;
	background: #ffffff;
	border-bottom: 1px solid #8e8e8e;
	border-top-style: none;
}
table.ir th.highlight {
	background: #198de4;
	color:#ffffff;
}
table.ir th.line2,table.ir td.line2 {
	border-bottom: 2px solid #000000;
}
table.ir td {
	font-size:85%;
	white-space: nowrap;
}
table.ir td {
	/*font-family: "Courier New", Courier, mono;*/
	padding: 4px 0.7ex 4px 4px;
	text-align: right;
	border-bottom: 1px solid #8e8e8e;
	border-left: 1px solid #ebebeb;
}
table.ir td.no-space{padding-right: 0;}
table.ir td.border0 {
	padding: 1px;
	text-align: right;
	border: 0px none #FFFFFF;
}

table.ir td.highlight {
	background: #d9effb;
	font-weight: bold;
}
.graph-2cols{width:747px;overflow:hidden;zoom:1;}
.graph-2cols .left{float:left;padding:25px 10px;width:342px;}
.graph-2cols .right{float:right;padding:25px 10px;width:342px;}
.side_widget, #single_title, .footer_widget, #page-title, #company_info dd
  { word-wrap:break-word; }
/*==============================
	Link Button
==============================*/
.q_button {
    min-width: 150px;
    max-width: 90%;
    background-color: #BBB;
    -display: inline-block;
    vertical-align: middle;
    padding: .6em 1.3em .5em;
    font-weight: 400;
    font-size: 100%;
    color: #fff;
    margin: 0;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}
/*==============================
	Form
==============================*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 10;
}