@charset "UTF-8";

/*	ヘルパー
-----------------------------*/
.mt0{margin-top:0 !important;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}

.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}

.ml15 {margin-left: 15px;}

.pl15 {padding-left: 15px;}

.txt_c{text-align:center;}
.txt_l{text-align:left;}
.txt_r{text-align:right;}

.u { text-decoration:underline;}

.pc-fl_l{float:left;}
.pc-fl_r{float:right;}

.flex-box{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.fc_green{
	color:#41B842;
}

/*	共通
-----------------------------*/
.stockholder li a[href^="http"]::after,
.index #irRSS a[href^="http"]::after{
    display:none;
}
#ir .ir_image img{
	width:1000px;
	height:auto;
}
#ir .ir_image_responsive img{
    margin: 0 auto;
    width: 100%;
}
#ir .ir_image_responsive img.ir_image_sp{
    display: none;
}
#ir .ta_right{
	text-align:right;
}
#ir .anchor li{
	float:left;
	width:33.33%;
	padding: 0 10px;
}
#ir .anchor li:nth-child(3n+1){
	padding-left:0;
}
#ir .anchor li:nth-child(3n){
	padding-right:0;
}
#ir > .localnav{
	background:#f6f6f6;
	width:100%;
	border-bottom:#e8e8e8 solid 1px;
}
#ir > .localnav > ul{
	padding:10px 0 20px;
	text-align:left;
}
#ir > .localnav > ul > li{
	height:auto;
	width:auto;
	display:block;
	float:left;
	position:relative;
	font-size:0.9em;
	line-height:1.6;
	padding:0 5px 0 15px;
	margin: 10px 5px 0;
}
#ir > .localnav > ul > li::before{
	position:absolute;
	content: "";
	width:1px;
	height:20px;
	top:2px;
	left:0px;
	margin-top:-1px;
	background:#CCC;
}
#ir > .localnav > ul > li.on > a{
	color: #41B842;
}
#ir .indent01{
  margin-left: 1rem;
  text-indent: -1rem;
}

@media screen and (max-width:700px) {
	#ir .anchor li{
		float:none;
		width:auto;
		padding: 0;
		margin-top:15px;
	}
	#ir .anchor li:nth-child(1){
		margin-top:0;
	}
    
    #ir .ir_image_responsive img.ir_image_pc{
        display: none;
    }
    #ir .ir_image_responsive img.ir_image_sp{
        display: block;
        width: 100%;
    }
}


/*	index
-----------------------------*/
#ir .index .news{
	margin-top:50px;
}
#ir .index .pagelist li{
	width: 480px;
	margin-right:40px;
	float:left;
	position:relative;
}
#ir .index .pagelist li:nth-child(2n){
	margin-right:0;
}
#ir .index .pagelist li.message a{
	display:block;
	border: #CCC solid 1px;
	border-top: #40b841 solid 4px;
	padding: 20px 20px 10px 20px;
	text-align:right;
	min-height:279px;
	background:url(/img/ir/irtop_img01.png) no-repeat center bottom;
}
#ir .index .pagelist li.business a{
	display:block;
	border: #CCC solid 1px;
	border-top: #40b841 solid 4px;
	padding: 10px 20px 10px 20px;
	text-align:right;
	min-height:280px;
}
#ir .index .pagelist li.business a .img{
	line-height:0;
	text-align:center;
	margin-top:0;
	display:block;
}
#ir .index .pagelist li.business a .img img{
	width:100%;
	height:auto;
}
#ir .index .pagelist li a:hover{
	color:#000;
}
#ir .index .pagelist li a .sub{
	display:block;
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
}
#ir .index .pagelist li a .txt{
	display:block;
	text-align:left;
	font-size:0.9em;
	margin-top:10px;
}
#ir .index .pagelist li a .txt_s{
	display:block;
	text-align:right;
	font-size:0.9em;
	position:absolute;
	bottom:5px;
	right:10px;
	color:#FFF;
	text-shadow:0px 0px 6px #001b38;
}
#ir .index .pagelist li a .more{
	color:#41B842;
	display:inline-block;
	padding: 0 15px 3px 0;
	background:url(/common/img/more_bg2_on.png) no-repeat right bottom;
	font-size:0.9em;
	font-weight:bold;
}
#ir .index .irRSS{
	float:right;
}
#ir .index #irRSS.irRSS img {
    width: 16px;
    height: auto;
}
#ir .index a.link{
	height:auto;
	width:auto;
	display:block;
	float:right;
	position:relative;
	font-size:0.8em;
	font-weight:normal;
	line-height:1.6;
	padding-left:10px;
	margin:1px 0 0 15px;
}
#ir .index a.link:before{
	position:absolute;
	content: "";
	width:4px;
	height:4px;
	top:10px;
	left:0px;
	margin-top:-1px;
	border-top:#333 solid 1px;
	border-right:#333 solid 1px;
	-moz-transform: rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
#ir .index a.link:hover:before{
	border-top:#41B842 solid 1px;
	border-right:#41B842 solid 1px;
}
#ir .index .bn{
	line-height:0;
	padding-top:20px;
}
#ir .index .bn .btn1{
	float:left;
}
#ir .index .bn .btn2{
	float:right;
}
#ir .index .bn a{
	display:block;
}
#ir .index #irRSS.irRSS img {
    width: 16px;
    height: auto;
}
#ir .index .irmenu{
	margin-top:50px;
}
#ir .index .irmenu .lib{
	float:left;
	width:480px;
}
#ir .index .irmenu .about{
	float:right;
	width:480px;
}
#ir .index .irmenu ul li a{
	height:auto;
	width:auto;
	display:inline-block;
	position:relative;
	font-weight:normal;
	line-height:1.6;
	padding-left:10px;
	margin-top:10px;
}
#ir .index .irmenu ul li a:before{
	position:absolute;
	content: "";
	width:4px;
	height:4px;
	top:10px;
	left:0px;
	margin-top:-1px;
	border-top:#333 solid 1px;
	border-right:#333 solid 1px;
	-moz-transform: rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
#ir .index .irmenu ul li a:hover:before{
	border-top:#41B842 solid 1px;
	border-right:#41B842 solid 1px;
}
#ir .index .irmenu .download a{
	margin-top:15px;
	width:100%;
	display:block;
	background-color:#FFF;
	padding:10px 0;
	color:#41B842;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border:3px solid #41B842;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	border-radius: 25px;
}
#ir .index .irmenu .download a .icon{
	padding-left:30px;
	background-image:url(/img/ir/icon_dl.png);	
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:24px;
}
#ir .index .ftmenu{
	margin-top:50px;
}
#ir .index .ftmenu li{
	float:left;
	width:490px;
}
#ir .index .ftmenu li:nth-child(2n){
	float:right;
}
#ir .index .ftmenu li a{
	margin-bottom:15px;
	display:block;
	background-color:#41B842;
	padding:15px 0;
	color:#fff;
	text-align:left;
	text-decoration:none;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	position:relative;
	border-radius: 5px;
}
#ir .index .ftmenu li a:before {
    position: absolute;
    content: "";
    right: 14px;
    top: 24px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#ir .index .ftmenu li a:hover{
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}
#ir .index .ftmenu li a{
	padding-left:55px;	
	background-position:15px center;
	background-repeat:no-repeat;
}
#ir .index .ftmenu li.governance a{
	background-image:url(/img/ir/icon_111172_32.png);
}
#ir .index .ftmenu li.highlight a{
	background-image:url(/img/ir/icon_000932_32.png);
}
#ir .index .ftmenu li.calendar a{
	background-image:url(/img/ir/icon_125752_32.png);
}
#ir .index .ftmenu li.faq a{
	background-image:url(/img/ir/icon_115712_32.png);
}
#ir .index .ftmenu li.publication a{
	background-image:url(/img/ir/icon_111042_32.png);
}
#ir .index .ftmenu li.disclaimer a{
	background-image:url(/img/ir/icon_119082_32.png);
}
#ir .msgDateText {
 	margin-right: 1.5em;
}
#ir .msgListBox {
	float: left;
}
#ir .msgImgArea {
	float: right;
}

@media screen and (max-width:1120px) {
	
	#ir .index .pagelist li{
		width: 48.4%;
	}
	#ir .index .pagelist li.message{
		margin-right:0;
	}
	#ir .index .pagelist li.message a{
		background:url(/img/ir/irtop_img01.png) no-repeat center top;
		background-size:cover;
	}
	#ir .index .pagelist li.business{
		float:right;
		margin-right:0;
	}
	#ir .index .bn img{
		width:100%;
		height:auto;
	}
	#ir .index .irmenu .lib,
	#ir .index .irmenu .about,
	#ir .index .bn .btn1,
	#ir .index .bn .btn2,
	#ir .index .ftmenu li{
		width: 48.4%;
	}
}
/*@media screen and (max-width:700px) {
	#ir .index .pagelist li,
	#ir .index .pagelist li:nth-child(2n),
	#ir .index .btmenu li,
	#ir .index .btmenu li:last-child,
	#ir .index .ftmenu li a{
		width: 490px;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	#ir .index .ftmenu li.governance a,
	#ir .index .ftmenu li.calendar a,
	#ir .index .ftmenu li.publication a{	
		margin-left:auto;
		margin-right:auto;

	}
	#ir .index .pagelist li a{
		min-height:auto;
	}
}*/
@media screen and (max-width:700px) {
	
	#ir .index .pagelist li{
		width: 100%;
		float:none;
	}
	#ir .index .pagelist li.message{
		margin-right:0;
	}
	#ir .index .pagelist li.business{
		margin-right:0;
		margin-top:30px;
	}
	#ir .index .pagelist li.business a{
		background-size:contain;
		min-height: auto;
	}
	#ir .index .bn img{
		width:100%;
		height:auto;
	}
	#ir .index .bn{
		padding-top:0;
	}
	#ir .index .bn .btn1{
		width: 100%;
		float:none;
	}
	#ir .index .bn .btn2{
		width: 100%;
		float:none;
		margin-top:10px;
	}
	#ir .index .irmenu{
		margin-top:0px;
	}
	#ir .index .irmenu .lib,
	#ir .index .irmenu .about{
		margin-top:30px;
		width: 100%;
		float:none
	}
	#ir .index .ftmenu li,
	#ir .index .ftmenu li:nth-child(2n){
		width: 100%;
		float:none
	}
	
	#ir .msgSpImg {
		width: 100%;
	}
	#ir .msgSpImg.msgSpImg_mw220{
		max-width: 220px;
	}
	#ir .msgListBox {
		float: none;
	}
	#ir .msgImgArea {
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	#ir .msgListBox_indent {
	display: block;
	}
}


/*	business
-----------------------------*/
#ir .business .text {
    line-height: 1.8;
    margin-top: 10px;
}
#ir .business #business01{
	margin-top:30px;
	padding-top:20px;
}
#ir .business #business02{
	margin-top:30px;
	padding-top:20px;
}
#ir .business #business02 .ir_image{
	margin-top:20px;
}
#ir .business #business03{
	margin-top:30px;
	padding-top:20px;
}
#ir .business .business_table table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
		margin-top:30px;
}
#ir .business .business_table table th,
#ir .business .business_table table tr.business_sum td {
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
    width: 25%;
    line-height: 1.6;
    padding: 8px 5px 8px 16px;
    background: #f6f6f6;
    border: #CCC solid 1px;
}
#ir .business .business_table table td {
    line-height: 1.6;
    padding: 8px 16px;
    background: #FFF;
    border: #CCC solid 1px;
}
#ir .business .business_table table td:first-child{
	width: 55%;
}
#ir .business p.note{
	margin-top:10px;
	text-align:right;
	font-size: 0.9em;
}
#ir .business .sp-ir_image{
	text-align:center;
	line-height:0;
	margin-top:30px;
}

@media screen and (max-width:700px) {
#ir .business #business01,
#ir .business #business02,
#ir .business #business03{
	margin-top:20px;
	padding-top:10px;
}
}


/*	message
-----------------------------*/
#ir .message{
	line-height:1.6;
}
#ir .message .caption{
	margin-top:30px;
}
#ir .message .caption p::first-child{
	margin-top:0;
}
#ir .message .sec{
	margin-top:30px;
}
#ir .message .sec_inner{
	margin-top: 10px;
}
#ir .message .sec .section_title span{
	font-weight:normal;
	margin-left:15px;
	font-size:0.8em;
}
#ir .message .sec p{
	margin-top:10px;
}
#ir .message .sec .uriage{
	line-height:0;
	margin-top:20px;
}
.msgCaption_wrap {
	margin-bottom:-10px;
}
.msgSec_yenWrap {
	display:table;
	width:27em;
}
.msgSec_yenTtl {
	display:table-cell;
	font-weight:bold;
	padding-left:1.4em;
	width:18em;
	position:relative;
}
.msgSec_yenTtl::before {
	content:"";
	width:1em;
	height:1em;
	display:block;
	vertical-align:middle;
	position:absolute;
	left:0px;
	top:0.9em;
}
.msgSec_yenDetail {
	display:table-cell;
	font-size:1.6em;
	font-weight:bold;
	text-align:right;
	white-space:nowrap;
}
.msgSec_yenTtl-green::before {
	background-color:#36a540;
}
.msgSec_yenTtl-blue::before {
	background-color:#80c5eb;
}
.msgSec_yenTtl-yellow::before {
	background-color:#facf18;
}
.msgSec_yenTtl-violet::before {
	background-color:#8d82b8;
}
.msgSec_yenSmall {
	font-size:0.65em;
	font-weight:normal;
}
.msgSec_graphWrap {
	margin-top:10px;
}
.msgSec_graphList {
	float:left;
	line-height:0;
	padding-top:10px;
	width:490px;
}
.msgSec_graphList:nth-child(2n){
	float:right;
}
#ir .message .ta_right{
	margin-top:10px;
}
#ir .message h4{
	margin:20px 0 5px;
}
#ir .message .tb1{
	margin-top:20px;
}
#ir .message .tb2{
	margin-top:10px;
}
#ir .message .kome{
	font-size:0.8em;
	color:#666;
}
.msgCaption_boss {
	float:right;
	width:49%;
}
.msgCaption_txt {
	float:left;
	width:49%;
	margin-right:2%;
}
.msgCaption_bossPhoto {
	text-align:center;
}
.msgCaption_bossPhoto img {
	width:100%;
	height:auto;
}
.msgCaption_bossName {
	text-align:center;
	font-size:0.9em;
}
.msgCaption_bossName-mincho {
	font-size:1.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.msgSec_komeWrap {
	position:relative;
}
.msgSec_komeTxt {
	font-size: 0.9em;
	position: absolute;
	left: 10em;
	top: 0.25em;
	margin-top: 0px !important;
}
.msgSec_shopMap {
	text-align:center;
	margin-bottom:30px;
}
.aboutNewGroup{
	padding: 20px;
	border: #41B842 solid 1px;
	margin-top: 20px;
}
.aboutNewGroup h3{
	font-size: 1.2em;
	color: #41B842;
}
.aboutNewGroup_pic{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 75%;
	margin: 20px auto 0;
}
figcaption.mesPic_cap{
	font-size: .9em;
	line-height: 1.3;
	text-align: right;
}
#ir .sec.financialStatement{
	max-width: 570px;
	margin: 20px auto 0;
}
.financialStatement_tbl{
    border-collapse: collapse;
    border-spacing: 0;
}
.financialStatement_tbl th,
.financialStatement_tbl td{
	padding: 4px 5px 4px 16px;
}
.financialStatement_tbl th{
	text-align: left;
	padding-left: 0;
}
.financialStatement_tbl th::before,
.financialStatement_graph figcaption::before{
	content: '■';
	display: inline-block;
	padding-right: .3em;
	font-size: 1.2em;
}
.financialStatement_tbl th.line1::before,
.financialStatement_graph figcaption.line1::before,
.financialStatement_tbl th.line1 .financialStatement_tbl_title_icon-FY{
	color: #3ca641;
}
.financialStatement_tbl th.line2::before,
.financialStatement_graph figcaption.line2::before,
.financialStatement_tbl th.line2 .financialStatement_tbl_title_icon-FY{
	color: #7fc7ef;
}
.financialStatement_tbl th.line3::before,
.financialStatement_graph figcaption.line3::before,
.financialStatement_tbl th.line3 .financialStatement_tbl_title_icon-FY{
	color: #fdd000;
}
.financialStatement_tbl th.line4::before,
.financialStatement_graph figcaption.line4::before,
.financialStatement_tbl th.line4 .financialStatement_tbl_title_icon-FY{
	color: #8f82bc;
}
.financialStatement_tbl th.line5::before,
.financialStatement_graph figcaption.line5::before,
.financialStatement_tbl th.line5 .financialStatement_tbl_title_icon-FY{
	color: #EF7F90;
}
.financialStatement_tbl th.line1 .financialStatement_tbl_title_icon-FY,
.financialStatement_tbl th.line2 .financialStatement_tbl_title_icon-FY,
.financialStatement_tbl th.line3 .financialStatement_tbl_title_icon-FY,
.financialStatement_tbl th.line4 .financialStatement_tbl_title_icon-FY,
.financialStatement_tbl th.line5 .financialStatement_tbl_title_icon-FY{
    margin-right: 0.3em;
}

.financialStatement_tbl-FY th::before{
    display: none;
}
.financialStatement_tbl_title-FY{
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.financialStatement_tbl td > em{
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
}
.financialStatement_graph{
	max-width: 570px;
	margin: 20px auto 0;
}
.financialStatement_graph > figure + figure{
	margin-top: 20px;
}
.financialStatement_graph figcaption{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.financialStatement_graph figcaption > span{
	font-weight: normal;
	font-size: .8em;
}
#ir .message .sec p.financialStatement_graph_note{
	text-align: left;
	margin-top: 0;
	padding-left: 43px;
	font-size: .9em;
}

.newStore_leftBox{
	float: left;
}
.newStore_list + dl{
	margin-top: 1em;
}
.newStore_info_date{
	display: inline-block;
	width: 5em;
}
.newStore_info_store{
	display: inline-block;
}
.newStore_info_store_name{
	display: inline-block;
	padding-left: 1em;
}
.newStore_rightBox{
	float: right;
	display: flex;
}
.newStore_pic + figure{
	margin-left: 20px;
}

.message_flexBox {
  display: flex;
}
.message_flexBox_left {
}
.message_flexBox_right {
  margin: 10px 0 0 20px;
}

/*第10期第2四半期201911　次回削除*/
/*#message04 figure{
	text-align: right;
}
#message04 figure > img +img{
	margin-left: 10px;
}
.instaPic_wrap{
	display: flex;
	justify-content: flex-end;
}
.instaPic_wrap > li{
	text-align: center;
}
.instaPic_wrap > li + li{
	margin-left: 30px;
}
.instaPic_item + figure{
	margin-top: 30px;
}
.instaPic_item figcaption.mesPic_cap{
	text-align: center;
}
.refPic_wrap{
	display: flex;
	justify-content: flex-end;
}
.refPic_item + figure{
	margin-left: 20px;
}*/
/*/第10期第2四半期201911　次回削除*/

@media screen and (max-width:1120px) {
	.msgSec_graphList{
		width:48%;
	}
	.msgSec_graphList img{
		width:100%;
		height:auto;
	}
	.aboutNewGroup_pic{
		width: 100%;
		max-width: 718px;
	}
	.newStore_rightBox{
		display: inherit;
		margin: 0;
	}
	.newStore_pic + figure{
		margin: 10px 0 0 0;
	}
}

@media screen and (max-width:700px){
	.msgCaption_wrap {
		margin-bottom:0px;
	}
	.msgCaption_boss {
		float:none;
		width:100%;
	}
	.msgCaption_txt {
		float:none;
		width:100%;
		margin-right:0%;
	}
	.msgCaption_bossPhoto img {
		max-width:490px;
	}
	.msgCaption_bossName {
		margin-bottom:1em;
	}
	.msgSec_komeTtl {
		padding-bottom:0px !important;
		border-bottom:0px none !important;
	}
	.msgSec_komeTxt {
		position:static;
		margin-top:-0.25em !important;
		border-bottom: #2e2e2e solid 1px;
	}
	#ir .message .sec .uriage img{
		max-width:100%;
		height:auto;
	}
	.msgSec_yenWrap {
		width:100%;
		max-width:27em;
	}
	.msgSec_yenTtl {
		width: auto;
	}
	.msgSec_yenDetail {
		padding-left:0.5em;
	}
	.msgSec_graphList{
		width:100%;
		float:none;
		padding-top: 15px;
	}
	.msgSec_graphList:nth-child(2n){
		float:none;
	}
	.msgSec_graphList img{
		width:100%;
		height:auto;
	}
	#ir .message .table .th {
		width:100%;
	}
	.msgSec_shopMap img {
		width:100%;
		height:auto;
		max-width:527px;
	}
	.financialStatement_tbl th,
	.financialStatement_tbl td{
		width: 100%;
		display: block;
		padding-bottom: 0;
	}

	#ir .message .sec p.financialStatement_graph_note{
		padding-left: 1em;
	}
	.financialStatement_graph figcaption{
		margin-bottom: 10px;
		text-indent: -.8em;
		padding-left: .8em;
		margin-left: .8em;
	}
	figcaption.mesPic_cap{
		font-size: .8em;
	}
	.aboutNewGroup{
		padding: 15px;
	}
	.aboutNewGroup_pic{
		width: 100%;
	}
	.aboutNewGroup_pic > li{
		width: calc(100% / 3 - 10px);
	}
	.aboutNewGroup_pic > li img{
		width: 100%;
		max-width: 220px;
	}
	#ir .msgSpImg.msgSpImg_mw220 + .mesPic_cap{
		width: 220px;
		margin: 0 auto;
	}
	.newStore_leftBox{
		float: none;
	}
	.newStore_rightBox{
		float: none;
		margin-top: 20px;
		text-align: center;
	}
	.newStore_pic + figure{
		margin: 10px 0 0 0;
	}
  
  .message_flexBox {
    display: block;
  }
  
  .message_flexBox img {
    max-width: 100%;
  }
  
  .message_flexBox_left {
  
  }
  .message_flexBox_right {
    margin: 10px 0 0 0;
    text-align: center;
  }
}
@media screen and (max-width:480px){
	/*第10期第2四半期201911　次回削除*/
	/*.aboutNewGroup_pic > li + li{
		margin-top: 10px;
	}
	#message04 figure{
		text-align: center;
		max-width: 220px;
		margin: 20px auto 0;
	}
	#message04 figure > img +img{
		margin: 10px 0 0 0;
	}
	.aboutNewGroup_pic{
		display: inherit;
		text-align: center;
	}
	.aboutNewGroup_pic > li{
		width: 100%;
	}
	.aboutNewGroup_pic > li .mesPic_cap{
		max-width: 220px;
		margin: 0 auto;
	}
	.refPic_wrap{
		display: inherit;
		text-align: center;
	}
	.refPic_item + figure{
		margin: 10px auto 0;
		max-width: 220px;
	}*/
	/*/第10期第2四半期201911　次回削除*/
}


.message_3col{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}
.message_3col_item{
    width: 33%;
}
.message_3col_item_text{
    min-height: 160px;
}
@media screen and (max-width:700px){
      .message_3col_item{
        width: 100%;
    } 
    .message_3col_item+.message_3col_item{
        margin-top: 20px;
    }
    .message_3col_item_text{
        min-height: auto;
    }
}

/* 20200608追加 */
.newStore_info_store_txtindent {
  padding-left: 5em;
}

.newTypeBox {
  display: flex;
  align-items: center;
}

.newTypeBox_txt {
  padding-left: 20px;
}

@media screen and (max-width:1000px) {
  .newStore_rightBox {
    float: none;
  }
  
  .newStore_rightBox img {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width:700px) {
  .newTypeBox {
    display: block;
  }
  
  .newTypeBox_img {
    text-align: center;
  }
}

@media screen and (max-width:480px) {
  .newStore_info_store {
    display: block;
  }
  
  .newStore_info_store_txtindent {
    padding-left: 0;
  }
}
/* /20200608 */

/*	governance
-----------------------------*/
#ir .governance .subject{
	margin-top:20px;
}
#ir .irGovernance_table .baseTable {
	border-bottom: #CCC solid 1px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#ir .irGovernance_table .baseTable th {
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
	width: 25%;
	line-height: 1.6;
	padding: 8px 5px 8px 16px;
	background: #f6f6f6;
	border: #CCC solid 1px;
	text-align: center;
}
#ir .irGovernance_table .baseTable td {
	line-height: 1.6;
	padding: 8px 16px;
	background: #FFF;
	border: #CCC solid 1px;
}


/*	library
-----------------------------*/
#ir .library .pagelist li{
	width: 490px;
	margin-bottom:20px;
	margin-right:20px;
	float:left;
}
#ir .library .pagelist li:nth-child(2n){
	margin-right:0;
}
#ir .library .pagelist li > a{
	display:block;
	border: #CCC solid 1px;
	border-top: #40b841 solid 4px;
	padding: 20px;
	text-align:right;
}
#ir .library .pagelist .irGroup.irLibrary{
	text-align:left;
	margin-bottom:1em;
}
#ir .library .pagelist li > a:hover{
	color:#333;
	background:#eef9ee;
}
#ir .library .pagelist li a .sub{
	display:block;
	text-align:left;
	font-weight:bold;
}
#ir .library .pagelist li a .txt{
	display:block;
	text-align:left;
	font-size:0.9em;
	margin-top:10px;
	height:60px;
}
#ir .library .pagelist li a .more{
	color:#41B842;
	display:inline-block;
	padding: 0 15px 3px 0;
	background:url(/common/img/more_bg2_on.png) no-repeat right bottom;
	font-size:0.9em;
	font-weight:bold;
}

/*	results
-----------------------------*/
#ir .results .tab{
	position:relative;
	margin-bottom:2em;
}
#ir .results .tab::before{
	position:absolute;
	content:"";
	display:block;
	background:#40b841;
	width:100%;
	height:2px;
	bottom:0;
	z-index:0;
}
#ir .results .tab ul{
	position:relative;
	z-index:2;
}
#ir .results .tab ul li{
	width:226px;
	float:left;
	margin-left:20px;
}
#ir .results .tab ul li a{
	padding:14px 2px 10px 2px;
	border-bottom:none;
	display:block;
	text-align:center;
	border-radius: 5px 5px 0 0;
	color:#999;
	line-height:20px;
}
#ir .results .tab ul li a:hover{
	padding:14px 2px 8px;
	color:#40b841;
}
#ir .results .tab ul li.on a{
	padding:12px 2px 10px;
	border:#40b841 solid 2px;
	border-bottom:none;
	background:#FFF;
	color:#40b841;
}
#ir .results .tab_view{
	margin-top:20px;
}
#ir .results .tab_view .select{
	padding-bottom: 8px;
	border-bottom:#666 solid 1px;
}
#ir .results .tab_view .select select{
	border:#CCC solid 1px;
	border-radius:5px;
	padding:7px 50px 6px 15px;
	background:#f6f6f6 url(/common/img/arrow.png) no-repeat right 10px center;
}
#ir .results .tab_view dl{
	border-bottom: #CCC solid 1px;
	padding:17px 10px 16px;
}
#ir .results .tab_view dl dt{
	display:inline-block;
	width:145px;
}
#ir .results .tab_view dl dd{
	display:inline-block;
}
#ir .results .tab_view dl dd a.pdf::after{
	content:"";
  	display: inline-block; 
	background: url(/common/img/pdf.png) no-repeat left center;
	background-size:100% 100%;
	width:16px;
	height:16px;
	vertical-align:-2px;
	margin-left:10px;
}
#ir #librarySelectLink.tab_select{
	display:none;
}


/*	stockholder
-----------------------------*/
#ir .stockholder .tab{
	position:relative;
	margin-bottom:2em;
}
#ir .stockholder .tab::before{
	position:absolute;
	content:"";
	display:block;
	background:#40b841;
	width:100%;
	height:2px;
	bottom:0;
	z-index:0;
}
#ir .stockholder .tab ul{
	position:relative;
	z-index:2;
}
#ir .stockholder .tab ul li{
	width:180px;
	float:left;
	margin-left:20px;
}
#ir .stockholder .tab ul li a{
	padding:14px 2px 10px 2px;
	border-bottom:none;
	display:block;
	text-align:center;
	border-radius: 5px 5px 0 0;
	color:#999;
	line-height:20px;
}
#ir .stockholder .tab ul li a:hover{
	padding:14px 2px 8px;
	color:#40b841;
}
#ir .stockholder .tab ul li.on a{
	padding:12px 2px 10px;
	border:#40b841 solid 2px;
	border-bottom:none;
	background:#FFF;
	color:#40b841;
}
#ir .stockholder .tab_view{
	margin-top:20px;
}
#ir .stockholder .tab_view .select{
	padding-bottom: 8px;
	border-bottom:#666 solid 1px;
}
#ir .stockholder .tab_view .select select{
	border:#CCC solid 1px;
	border-radius:5px;
	padding:7px 50px 6px 15px;
	background:#f6f6f6 url(/common/img/arrow.png) no-repeat right 10px center;
}
#ir .stockholder .tab_view dl{
	border-bottom: #CCC solid 1px;
	padding:17px 10px 16px;
}
#ir .stockholder .tab_view dl dt{
	display:inline-block;
	width:145px;
}
#ir .stockholder .tab_view dl dd{
	display:inline-block;
}
#ir .stockholder .tab_view dl dd a.pdf::after{
	content:"";
  	display: inline-block; 
	background: url(/common/img/pdf.png) no-repeat left center;
	background-size:100% 100%;
	width:16px;
	height:16px;
	vertical-align:-2px;
	margin-left:10px;
}
#ir #stockSelectLink.tab_select{
	display:none;
}

#ir .stockholder .pagelist li{
	width: 490px;
	margin-bottom:20px;
	margin-right:20px;
	float:left;
}
#ir .stockholder .pagelist li:nth-child(2n){
	margin-right:0;
}
#ir .stockholder .pagelist li a{
	display:block;
	border: #CCC solid 1px;
	border-top: #40b841 solid 4px;
	padding: 20px;
	text-align:right;
}
#ir .stockholder .pagelist li a:hover{
	color:#333;
	background:#eef9ee;
}
#ir .stockholder .pagelist li a .sub{
	display:block;
	text-align:left;
	font-weight:bold;
}
#ir .stockholder .pagelist li a .txt{
	display:block;
	text-align:left;
	font-size:0.9em;
	margin-top:10px;
	height:70px;
}
#ir .stockholder .pagelist li a .more{
	color:#41B842;
	display:inline-block;
	padding: 0 15px 3px 0;
	background:url(/common/img/more_bg2_on.png) no-repeat right bottom;
	font-size:0.9em;
	font-weight:bold;
}
#ir .stockholder .pagelist li a[href^="http"] .more{
	position:relative;
}
#ir .stockholder .pagelist li a[href^="http"] .more::after {
	content:"";
  display: inline-block; 
	background: url(/common/img/blank.png) no-repeat left center;
	background-size:100% 100%;
	width:12px;
	height:11px;
	vertical-align:text-top;
	margin-left:5px;
}
#ir .stockholder .tab.pc a{
	padding-bottom:8px;
}
#ir .stockholder .tab.pc a[target^="_blank"]:after {
	content:"";
	display: inline-block; 
	background: url(/common/img/blank.png) no-repeat left center;
	background-size:100% 100%;
	width:12px;
	height:11px;
	vertical-align:text-top;
	margin-left:5px;
}

/*	 コンテンツ内容   */
#ir .stockholder h3{
	padding-bottom: 5px;
    border-bottom: #999 solid 1px;
    margin-bottom: 20px;
}
#ir .stockholder h4 {
    margin-top: 20px;
    font-size: 1.2em;
    color: #41b842;
}

#ir .stockholder .note{
    font-size: 80%;
}

#ir .stockholder.stock .note{
	margin-top: 10px;
    font-size: 0.9em;
	text-indent: -3em;
    padding-left: 3em;
}


#ir .stockholder .ind_note{
	font-size: 80%;
	text-indent:-1em;
	margin-left:1em;
}
.use_list_text{
    line-height: 1;
    padding-left: 15px;
	margin-bottom:10px;
	font-size: 0.9em;
	position:relative;
}
.use_list_text::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    margin: -5px 0 0 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #000;
    border-bottom: 5px solid transparent;
}
#ir .stockholder .use_list-btn{
	width:270px;
}
#ir .stockholder .use_list-btn a {
    display: block;
    position: relative;
    line-height: 20px;
    padding: 20px 0;
    background: #41B842;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 0.9em;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#ir .stockholder .use_list-btn a::before {
    position: absolute;
    content: "";
    right: 14px;
    top: 26px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#ir .stockholder .use_list-btn a:hover {
    opacity: 0.8;
}
#ir .stockholder ul.stockholder_list {
	margin-left: 20px;
}
#ir .stockholder ul.stockholder_list li{
	list-style: disc;

}
#ir .stockholder .kome{
	border:#666 solid 1px;
	padding:20px;
	/*font-size:0.8em;*/
	margin-top:20px;
}
#ir .stockholder .bana{
	margin-top: 30px;
}


/*	stock
-----------------------------*/
#ir .stock h3{
    padding-bottom: 5px;
    border-bottom: #999 solid 1px;
	margin-bottom: 20px;
}
#ir .stock table.baseTable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
#ir .stock table.baseTable th {
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
    width: 25%;
    line-height: 1.6;
    padding: 8px 5px 8px 16px;
    background: #f6f6f6;
    border: #CCC solid 1px;
}
#ir .stock table.baseTable td {
    line-height: 1.6;
    padding: 8px 16px;
    background: #FFF;
    border: #CCC solid 1px;
}

#ir .stock .stockTable table.baseTable th{
	width:20%;
}
#ir .stock .stockTable table.baseTable th:first-child{
	width:60%;
}
#ir .stock .stockTable table.baseTable td {
	text-align:right;
}
#ir .stock .stockTable table.baseTable td:first-child {
	text-align:left;
}
#ir .stock table.baseTable dl{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: row;
}
#ir .stock table.baseTable dl dt{
	width:120px;
}
.stockInfo_graph {
	text-align:center;
	margin:30px 0px 40px;
}
.stockInfo_graph img {
	width:auto;
	max-width:100%;
}


/*	benefit
-----------------------------*/
.stockBenefit_sample {
	text-align:center;
	margin: 0 0px 0px 23px;
}
.stockBenefit_sample img {
	max-width:200px;
	vertical-align: bottom;
}
.stockBenefit_noticeLead {
  color: #d80000;
}
.stockBenefit_noticeDetail em {
  color: #d80000;
  font-style: normal;
}
.stockBenefit_noticeDetail_pdf {
  text-decoration: underline;
}
.stockBenefit_noticeDetail_pdf[href^="http"]::after {
  content: "";
  display: inline-block;
  background: url(/common/img/pdf.png) no-repeat left center;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-left: 10px;
}
.stockBenefit_tableDetail {
	text-align:center;
}
.stockBenefit_tableDetail img {
	max-width:100%;
	vertical-align: bottom;
}
@media screen and (max-width: 1120px) {
  .stockBenefit_sample {
    margin: 15px 0 0;
  }
  .stockBenefit_noticeDetail {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}


/*	disclaimer
-----------------------------*/
#ir .disclaimer h3{
	padding-bottom: 5px;
    border-bottom: #999 solid 1px;
}
#ir .disclaimer .text {
    line-height: 1.8;
    margin-top: 10px;
}


/*	eir
-----------------------------*/
#download {
    font-size: 0.8em;
    padding-top: 30px;
    padding-bottom: 10px;
    position: relative;
}
#download img {
    max-width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
#pnex {
    font-size: 0.8em;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
    border-top: #CCCCCC solid 1px;
    padding-top: 10px;
    position: relative;
}


@media screen and (max-width:1120px) {

	.pc-fl_l,
	.pc-fl_r{
		float: none;
	}
	
	#brands .pagetitle{
		font-size:1.4em;
	}
	
	#ir .ir_image img{
		width:100%;
		height:auto;
	}
	.sp-ir_image img{
		width:100%;
		height:auto;
	}
	
	
	/*	business
	-----------------------------*/
	#ir .business .tab li{
		width: 100%;
		margin-right:0px;
		float:none;
	}
	#ir .business .tab li:nth-child(3n){
		margin-right:0;
	}
	#ir .business .tab li a{
		margin-top:5px;
		width: 100%;
	}
	
	
	
	/*	results
	-----------------------------*/
	#ir .library .pagelist li{
		width: 100%;
		float:none;
	}
	#ir .library .pagelist li a .txt {
			height: auto;
		margin-bottom:1em;
	}
	#ir #librarySelectLink.tab_select{
		display:block;
	}
	#ir .results #librarySelectLink{
		padding-bottom: 15px;
	}
	#ir .results #librarySelectLink select{
		border:#CCC solid 1px;
		border-radius:5px;
		padding:7px 50px 6px 15px;
		width:100%;
		background:#f6f6f6 url(/common/img/arrow.png) no-repeat right 10px center;
	}
	#ir .results .tab_view{
		margin-top:0;
	}
	#ir .results .tab_view .select{
		padding-bottom:15px;
	}
	#ir .results .tab_view .select select{
		padding:7px 50px 6px 15px;
		width:100%;
	}
	
	
	/*	stock
	-----------------------------*/
	#ir .stock img{
		/*width:100%;*/
	}
	#ir .stock table.baseTable {
			display: block;
			width: 100%;
			border-bottom: #CCC solid 1px;
	}
	#ir .stock table.baseTable tbody,
	#ir .stock table.baseTable tr,
	#ir .stock table.baseTable th {
			display: block;
			width: 100%;
	}
	#ir .stock table.baseTable td {
			display: block;
			width: 100%;
			border-top: none;
			border-bottom: none;
	}
	
	#ir .stock .stockTable{
		overflow-x: scroll;
	}
	#ir .stock .stockTable table.baseTable{
		width:100%;
	}
	#ir .stock .stockTable table.baseTable tr{
		display: table-row;
	}
	#ir .stock .stockTable table.baseTable th{
		display: table-cell;
	}
	#ir .stock .stockTable table.baseTable td{
		display: table-cell;
	}
	
	
	/*	stockholder
	-----------------------------*/
	#ir .stockholder .pagelist li{
		width: 100%;
		float:none;
	}
	#ir .stockholder .pagelist li a .txt {
			height: auto;
		margin-bottom:1em;
	}
	
	#ir #stockSelectLink.tab_select{
		display:block;
	}
	#ir .stockholder #stockSelectLink{
		padding-bottom: 15px;
	}
	#ir .stockholder #stockSelectLink select{
		border:#CCC solid 1px;
		border-radius:5px;
		padding:7px 50px 6px 15px;
		width:100%;
		background:#f6f6f6 url(/common/img/arrow.png) no-repeat right 10px center;
	}
	#ir .stockholder .flex-box{
		flex-direction:column;
	}
	#ir .stockholder .flex-box img{
		width:100%;
		height:auto;
	}
	
	
	/*	eir
	-----------------------------*/
	#download a{
		display:block;
	}
	#download img {
			float: none;
			margin-bottom: 10px;
			margin-right: 10px;
	}
	
	/*	stockholder
	-----------------------------*/
	#ir .stockholder .bana{
		text-align: center;
	}
	#ir .stockholder .bana img{
		max-width: 100%;
		height: auto;
	}

}

.benefitBox{
	padding: 20px;
	border: #CCCCCC solid 1px;
	margin-top: 20px;
}
.benefitBox_txtColorRed{
    color: #d80000;
}



.msg_bossName {
	text-align: right;
	font-size: 0.9em;
}
.msg_bossName-mincho {
	font-size: 1.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ir__numList_item {
	list-style-type: decimal;
	margin-left: 30px;
}
.ir__txtLink {
	color: #35a52b;
}
.ir__txtLink:hover {
	text-decoration: underline;
}
.ir__txtLink::after {
	display: inline-block !important;
}



/* ------株主優待------- */

#ir .stock_benefit h3.subject{
	border-bottom: none;
}
#ir .stock_benefit .app_col{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items:stretch;
	margin-bottom: 20px;
}
#ir .stock_benefit .app_col .col2{
	width: 49%;
	align-items:flex-start;
}
#ir .stock_benefit .app_col.benefit_app_inner .col2{
	background: #f6f6f6;
	padding: 10px;
	margin-bottom: 20px;
}
#ir .stock_benefit .benefit_app_img img{
	width: 200px;
}

#ir .stock_benefit .benefit_app_title{
	font-size: 1em;
	line-height: 2;
	padding: 4px;
	align-items:stretch;
	background: #E2F0D9;
	margin-bottom: 20px;
	text-align: center;
}
#ir .stock_benefit .anchor_col{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
#ir .stock_benefit .anchor{
	width: 50%;
	display: flex;
	flex-direction: column;

}
#ir .stock_benefit .anchor li{
    margin-bottom: 15px;
	width: 100%;
	padding: 0 10px;
}
#ir .stock_benefit .anchor li a.btn_type1{
	text-align: left;
	padding: 10px 36px 10px 2em;
	text-indent: -0.9em;
}
#ir .stock_benefit h4{
	margin-bottom: 20px;
	margin-top: 0;
}
#ir .stock_benefit .benefit_app_text{
	text-indent: -1.2em;
	padding-left: 1.2em;
	margin-bottom: 10px;

}
#ir .stock_benefit .benefit_app_note{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 20px;
}
#ir .stock_benefit .benefit_app_text_note{
	margin-left: 1em;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}
#ir .stock_benefit .benefit_app_img{
	margin-bottom: 10px;
}
/* .un_flex_ai-start{
	align-items: flex-start !important;
}
.un_flex_jc-start{
	justify-content: flex-start !important;
} */
.un_ti_1em{
	text-indent: -2em;
	padding-left: 1em;
}
.un_h_2l{
	min-height: 50px;
}
.un_h_3l{
	min-height: 70px;
}
.un_fwB{
	font-weight: bold;
}
.un_marker{
	background: linear-gradient(transparent 60%, #f5f533 0%);
}


@media screen and (max-width:1120px) {
	#ir .stock_benefit .anchor_col{
		display: block;
	}
	#ir .stock_benefit .anchor{
		width: 100%;
	}
	#ir .stock_benefit .anchor li{
		margin-top: 0;
	}
	#ir .stock_benefit .app_col{
		display: block;
	}
	#ir .stock_benefit .app_col .col2{
		width: 100%;
	}
	#ir .stock_benefit img{
		width: 100%;
	}
	#ir .stock_benefit h4 {
		margin-bottom: 5px;
		margin-top: 10px;
	}

	.un_h_2l{
		min-height: auto;
	}
	.un_h_3l{
		min-height: auto;
	}

}