@charset "UTF-8";

/* 投資家の皆様へタイトル画像
----------------------------------------------- */

.ir{
    background-image: url(/images/ir/title_ir.jpg);
}

/*投資家へのみなさんへで使用できるテーブル組みのスタイル*/
.ir_table {
    width: 100%;
}
.ir_table tr {
    border: 1px solid #dadada;
}
.ir_table tr th {
    background-color: #1F509C;
    color: #fff;
    padding: 5px;
    text-align: left;
}

.ir_table td {
    padding: 5px 0 5px 45px;	
}

.naibu{
	padding-left: 10px;
}
.ir_table td i {
    text-indent: -1em;
}

.ir_table i, .network_table i {
    color:#b30b00;
    font-size: 30px;
    padding-right: .3em;
    vertical-align: bottom;
}

/*決算公告、電子公告*/
.edinet_box{
    padding: 24px 48px 24px 72px;
    border: solid 1px #ddd;
    background: #f8f8f8;
    margin-bottom: 24px;
    text-align: center;
}

.edinet_box p{
    margin-bottom: 0;
}

/*20220609追加　決算公告掲載による追加*/

.edinet_list{
	display: flex;
}

.network_table th{
	padding-top: 10px;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
    .edinet_box{
        padding: 2%;
        text-align: left;
    }
}

/*社外取締役インタビュー*/

.mainContent h4.interview_title{
    border-bottom: none;
    color: #009370;
}

.message_img{
    float: left;
    margin: 16px;
}

.name{
    text-align: right;
    font-weight: bold;
}

.message_text{
	text-indent: 1rem;
}

.message_img img{
    max-width:300px ;
}

.interview_text p{
	text-align: justify;
	line-height: 1.7;
}

.directors_btn_container{
    display: flex;
    justify-content: space-between;
}

.outside-directors_btn{
    width: 49%;
}

.outside-director_explain{
    display: flex;
    justify-content: space-between;
}

.outside-director_explain .outside-director_reason{
    width: 50%;
    padding-right: 1em;
}


.outside-director_explain .outside-director_history{
    width: 50%;
    border-left: 1px solid #ccc;
    padding-left:1em
}

.outside-director_explain .outside-director_history dl{
    border-bottom: none;
}

.outside-director_explain .outside-director_history dt{
    float: left;
    clear: left;
    margin-right: 0.5em;
    width: 20%;

}

.outside-director_explain .outside-director_history dd{
    float: left;
    margin-left: 1em;
    width: 60%;
}

.interview_floatbox_rightimage{
    float: right;
    text-indent: 0;
    padding:0 0 1em 2em;
    max-width: 250px;
}

.interview_floatbox_leftimage{
    float: left;
    text-indent: 0;
    padding:1em 2em 0 0;
    max-width: 250px;
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {

    .message_img img{
        max-width:140px ;
    }

    .interview_floatbox_rightimage{
        max-width: 140px;
    }
    
    .interview_floatbox_leftimage{
        max-width: 140px;
    }

    .directors_btn_container{
        flex-direction: column;
    }

    .outside-directors_btn{
        width: 100%;
    }

    .outside-director_explain{
        flex-direction: column;
    }

    .outside-director_explain .outside-director_reason{
        width: 100%;
        padding-right: 0;
        border-bottom: 1px solid #ccc;
    }

    .outside-director_explain .outside-director_history{
        width: 100%;
        border-left: none;
        padding-left:0;
        padding-top: 1em;
    }


}

/*メディアクリップ*/
#pub_date{
    width: 8rem;
}

/*アコーディオンメニュー
/* Chrome,Safari */
       summary::-webkit-details-marker { display: none; }

/* firefox */
       summary { list-style: none; }

details summary {
  color: #009370;
  font-size: 22px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  padding-left: 20px;
  margin: 35px 0 25px;
  line-height: 2.2;
  border-top: 1px solid #a0c7a6;
  border-bottom: 1px solid #a0c7a6;
  background-image: none;
  background-color: #e5f4f1;
  position: relative;
  
}

details summary:before {
  position: absolute;
  top: 8px;
  left: 6px;
  content: "";
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: #a0c7a6;
}
/**
 * Font Awesomeのプラスアイコン使用
**/
details summary::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f067';
  position: absolute;
  right: 0;
  margin-right: 20px;
  font-weight: 900;
  background: #009370;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 4px;
  text-align: center;
  
}
/**
 * アコーディオンがオープン時はマイナスアイコンに変更
**/
details[open] summary::after {
  content: '\f068';
}

/*アコーディオンメニュー　IE対応*/
_:-ms-lang(x)::-ms-backdrop, summary {
  display:block; /* IE11 のみブロック要素として表示 */
  padding-top: 3.5px!important;
  line-height: 2!important;
  	
}
_:-ms-lang(x)::-ms-backdrop,summary:before {
  position: absolute!important;
  top: 8px!important;
  left: 6px!important;
  content: ""!important;
  display: inline-block!important;
  width: 3px!important;
  height: 30px!important;
  background-color: #a0c7a6!important;
}
_:-ms-lang(x)::-ms-backdrop,summary:after{
  margin-top: 0.9px!important;
}

/*トップグラフ*/
.ir_graph{
	display: flex;
	width: 100%;
	margin: 50px 10px;
}

.ir_graph table{
	width: 500px;
	height: 300px;
	padding: 20px;
	margin: 0 auto;
}
.cap_1{
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}
.cap_2{
	text-align: right;
	font-weight: normal;
	font-size: 0.8em;
}
.ir_graph table tbody tr th{
	padding-top: 50px;
}
.ir_graph table tbody tr td{
	color: white;
	font-size: 0.8em;
}
.charts-css{
	--color: #009370;
}

.ir_graph_img{
	display: none;
}

@media screen and (max-width:768px){
	.ir_graph{
		display: block;
		margin: 0 10px;
	}
	.ir_graph table{
		width: 100%;
		margin: 50px auto;
	}
	
}

/*IEはグラフを削除*/
@media all and (-ms-high-contrast: none) {
	.ir_graph{
		display: none;
	}
	.ir_graph_img{
		display: block;
		margin-top: 50px;
	}
}