@charset "utf-8";
/* 
 style info : 下層ページIR・財務情報スタイル

2018/9/27
*/

/*共通
-----------------------------------------*/	

/*pdfアイコン表示*/
a[href$=".pdf"]{
    background: url(../img/common/icon-pdf-m.png) no-repeat right 20px center;
	padding-right: 40px;
}

ul.news-list li a[href$=".pdf"],a.pdf,ul.news-list li a.pdf{
    background: url(../img/common/icon-pdf-m.png) no-repeat right 20px center;

}
/*hover*/
ul.news-list li a:hover{
	background:#ffe2d6;
}
ul.news-list li a[href$=".pdf"]:hover,ul.news-list li a.pdf:hover{
   background: #ffe2d6 url(../img/common/icon-pdf-m.png) no-repeat right 20px center;
}　


/*矢印リンク*/
.triangle ul li {
  position: relative;
  padding-left: 20px;
   margin: 0 0 15px 20px;
}
.triangle ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #b3a9a6;
 }

 /*新着リスト*/
ul.news-list {
   
}
ul.news-list li {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}
ul.news-list li a {
    color: #000;
    display: block;
    width: 100%;
    /*padding: 24px 1em;*/
	padding: 8px 1em;
    height: 100%;
	box-sizing:border-box;
}
ul.news-list li span.a-new {
	background-color: #E2231A;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2rem;
	padding: 2px 4px;
	margin: 1px 8px 0 0;
}

ul.news-list li span.a-date {
    width: 9em;
    white-space: nowrap;
    float: left;
    padding: 15px 0;
}
ul.news-list li span.a-title{
    margin-left: 180px;
    overflow: hidden;
	padding: 15px 55px 15px 0 ;
    float: none;
    font-size: 16px;
    font-size: 1.6rem;
}
ul.news-list li span {
    display: block;
    float: left;
}
ul.news-list li:nth-of-type(odd){
	background:#f6f4f3;
}
@media screen and (max-width: 768px) {
	ul.news-list li a {
		padding: 10px 1em;
	}
ul.news-list li span.a-date {
	 width:100%;
    float: none;
    padding:0 0 3px;
}
ul.news-list li span.a-title{
    margin-left: 0;
    padding: 0;
    float: none;
	width: 90%;
}
ul.news-list li span {
    display: block;
    float: none;
}
ul.news-list li span.a-new {
	display:inline-block;
	margin: 1px 3px 0 0;
}
}

/*テーブルボックス*/
.ir-pdf table th {
    background: #fff;
    padding: 20px;
    vertical-align: middle;
    white-space: nowrap;
    border-top: none;
    border-bottom: 1px solid #ccc;
	width:60%;
}


.ir-pdf table td {
    background: #f3f3f3;
    text-align: center;
}

.ir-pdf table td a[href$=".pdf"],.ir-pdf table td a.pdf{
    background: url(../img/common/icon-pdf-m.png) no-repeat right center;
    padding: 3px 30px;
    background-size:20px;
}

/*イレギュラーレイアウト用*/
.ir-pdf.other table th{
	width:initial;
	width:auto;
}
.ir-pdf.other table td,.ir-pdf.other table th{
    border-bottom: 1px solid #ccc;
	}
.ir-pdf.other th.shopname{
	 border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
.ir-pdf table th {
    padding: 20px 20px 10px;
    white-space: normal;
    border-bottom: none;
    width: 100%;
}
.ir-pdf table td {
	padding:15px 0; 
}
.ir-pdf table tr:last-child th{
	border-bottom:none;
}
.ir-pdf table tr:last-child td{
	 border-bottom: 1px solid #ccc;
}
/*イレギュラーレイアウト用*/
.ir-pdf.other table th{
    border-bottom:none;
	padding: 10px 20px;
	}
.ir-pdf.other th.shopname{
	padding: 20px 20px 10px;
	 border-right:none;
	 border-bottom: 1px solid #ccc;
}

}
/*バックナンバー*/
.backnumber h4 {
    background-color: #fde9e4;
    padding: 10px 15px;
    border-radius: 7px;
    font-weight: normal; 
}

.backnumber ul li {
  position: relative;
  padding-left: 20px;
   margin: 0 0 15px 20px;
}
.backnumber ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #b3a9a6;
 }

@media screen and (max-width: 768px) {
.backnumber ul li {
   margin: 0 0 15px 10px;
}
}



/*IR・財務情報TOP
-----------------------------------------*/	
#contents.ir_top section{
	padding-bottom:30px;
}
#contents.ir_top section:last-of-type{
	padding-bottom:70px;
}
.menubox{
	width:45%;
	float:left;
}
.menubox li a{
}

.menubox ul li {
  position: relative;
  padding-left: 20px;
   margin: 0 0 15px 20px;
}
.menubox ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #b3a9a6;
 }

.menubox:nth-of-type(2){
	margin-left:8%;
}

.menubox .subttl span:after{
	content:"　";
 display: inline-block;
  width: 40px;
  height:35px;
}
.icon01 span:after{
  background:url(../img/ir/ir_menu_icon_01.gif) no-repeat ;
  background-size: contain;
  vertical-align: middle;
}

.icon02 span:after{
  background:url(../img/ir/ir_menu_icon_02.gif) no-repeat ;
  background-size: contain;
  vertical-align: middle;
}
.icon03 span:after{
  background:url(../img/ir/ir_menu_icon_03.gif) no-repeat ;
  background-size: contain;
  vertical-align: middle;
}
.icon04 span:after{
  background:url(../img/ir/ir_menu_icon_04.gif) no-repeat ;
  background-size: contain;
  vertical-align: middle;
}
.icon05 span:after{
  background:url(../img/ir/ir_menu_icon_05.gif) no-repeat ;
  background-size: contain;
  vertical-align: middle;
}

.ir_top h4{
	font-size:2.4rem;
	border-bottom:2px solid #ffd10c;
}
.ir_top h4 span{
	background:#ffd10c;
	display:inline-block;
	padding:5px 30px;
	text-align:center;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.ir_top .btnbase a{
	box-sizing:border-box;
	position:relative;
	display:block;
	background:#fff;
	border:2px solid #ffd10c;
	border-radius: 30px;
	width:300px;
	margin:auto;
	padding:10px 20px;
	text-align:center;
	color:#333;
}
.ir_top .btnbase a:after{
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -12px;
    content: "\f0da";
	color:#333;
    font-family: FontAwesome;
	}
.ir_top .btnbase a:hover{
	background:#ffd10c;
	transition:0.6;
	}
@media screen and (max-width: 768px) {
	.menubox{
		float:none;
		width:100%;
	}
	.menubox:nth-of-type(2){
	margin-left:0;
}
.menubox h3.subttl{
	margin:0;
}
.menubox ul{
	margin-bottom:30px;
}
.menubox li a{
	padding:0;
}
.ir_top .btnbase a{
		width:100%;
	}
}

/*月次売上情報
-----------------------------------------*/	

#contents.monthly{
	/*width:1110px;*/
	width:1050px;
}

.reports_wrap{
	/*width:1110px;*/
	width:1050px;
	margin:auto;
}

.scroll_wrap {
	/*overflow: auto;*/
	/*width:1110px;*/
	width:1050px;
	}

.monthly table {
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	color:#000;
	border: 1px solid #ccc;
}
.monthly table tbody td {
	text-align: right;
}
.monthly table tr {
	background: #fff;
	width: 100%;
	table-layout: fixed;
}
.monthly table tr th,
.monthly table tr td {
	display: table-cell;
}

.monthly table td {
	border-right: 1px solid #ccc;
}
.monthly table thead th {
	background: #d8edfc;
}
.monthly table thead th:nth-child(odd) {
	background: #e8f4fd;
}
.monthly table .head-left {
	border-right: 2px solid #ccc;
}
.monthly table thead th:last-child,
.monthly table td:last-child {
	/*border-right: 0;*/
}
.monthly .summation {
	border-bottom: 2px solid #ccc;
}
.monthly .summation:last-child {
	border-bottom: 1px solid #ccc;
}

.monthly thead {
	border-bottom: 2px solid #ccc;
}
.monthly th,
.monthly td {
	/*padding:6px 4px;*/
	padding:6px 2px;
	text-align: center;
}
/*thead内だけ文字小*/
.monthly table thead tr:nth-child(2) td,
.monthly table thead tr:nth-child(3) td{
	font-size:1.2rem;
}


.monthly table thead th,
.monthly table thead tr:nth-child(2) td:nth-of-type(3n+2),
.monthly table thead tr:nth-child(3) td:nth-of-type(4n+1),
.monthly table tbody td:nth-of-type(4n+1) {
	/*border-left: 2px solid #ccc;*/
	border-left: 3px solid #ccc;
}

.monthly table thead tr:nth-child(2) td:nth-child(odd) {
	background: #e6e6e6;
}
.monthly table thead tr:nth-child(2) td:nth-child(even) {
	background:#f2f2f2 ;
}
.monthly-2015 table thead th {
	border-right: 2px solid #ccc;
}
.monthly-2015 table th:nth-child(1),
.monthly-2015 table th:nth-child(2) {
	border-right: 2px solid #ccc;
}
.monthly-2015 table tbody td:nth-child(4),
.monthly-2015 table tbody td:nth-child(7),
.monthly-2015 table tbody td:nth-child(10) {
	border-right: 2px solid #ccc;
}
.monthly-2015 table th.border-3,
.monthly-2015 table td.border-3 {
	border-right: 2px solid #ccc;
}

.monthly table tbody th,.monthly table thead th{
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.monthly table tbody tr:nth-child(odd) th {
	background: #fffbec;
}
.monthly table tbody tr:nth-child(even) th {
	background: #fff4c5;
}
.monthly table tbody tr:hover,
.monthly table tbody tr:hover th,
.monthly table tbody tr.hover,
.monthly table tbody tr.hover th {
	background: #33b963;
	color: #fff;
}

@media screen and (max-width: 980px) {
	#contents.monthly{
	width:960px;
}

.reports_wrap{
	width:100%;
	margin:auto;
}

.scroll_wrap {
	overflow: auto;
	width:100%;
	}

}
@media screen and (max-width: 768px) {
	#contents.monthly{
		width:90%;
		overflow:auto;
	}
	.scroll_wrap {
		width:100%;
	}
	.scroll_wrap img{
		width:100%;
	}
.mfp-iframe-holder .mfp-content {
    height: 520px;
}
}

/*spモーダルウィンドウページ用*/

body#monthly_sp{
	padding-top:0;
}
#monthly_sp table{
	margin:0;
	}
#monthly_sp .modal-wrap {
	overflow: auto;
	}
#monthly_sp .monthly th,#monthly_sp .monthly td {
	padding:6px 4px;
}

#monthly_sp .monthly table tbody td{
	min-width:45px;
}

/*2021.2 表組みcss追加*/
/*.monthly table thead tr:nth-child(3) td:nth-child(3), .monthly table thead tr:nth-child(3) td:nth-child(8),.monthly table thead tr:nth-child(3) td:nth-child(13),.monthly table thead tr:nth-child(3) td:nth-child(18),
.monthly table tbody tr td:nth-child(4),.monthly table tbody tr td:nth-child(9),.monthly table tbody tr td:nth-child(14),.monthly table tbody tr td:nth-child(19){
	background:#f2f2f2 ;
}
.monthly table tbody tr:hover td:nth-child(4),.monthly table tbody tr:hover td:nth-child(9),.monthly table tbody tr:hover td:nth-child(14),.monthly table tbody tr:hover td:nth-child(19){
	background: #33b963;
	color: #fff;
}
*/

/*2022.3 表組みcss変更 2024.12.10　monthly table tbody tr td:nth-child(19)追加 */
.monthly table thead tr:nth-child(3) td:nth-child(2), .monthly table thead tr:nth-child(3) td:nth-child(6),.monthly table thead tr:nth-child(3) td:nth-child(10),.monthly table thead tr:nth-child(3) td:nth-child(14),
.monthly table tbody tr td:nth-child(3),.monthly table tbody tr td:nth-child(7),.monthly table tbody tr td:nth-child(11),.monthly table tbody tr td:nth-child(15), .monthly table thead tr:nth-child(3) td:nth-child(18), .monthly table tbody tr td:nth-child(19){
	background:#f2f2f2 ;
}
.monthly table tbody tr:hover td:nth-child(3),.monthly table tbody tr:hover td:nth-child(7),.monthly table tbody tr:hover td:nth-child(11),.monthly table tbody tr:hover td:nth-child(15),.monthly table tbody tr:hover td:nth-child(18),.monthly table tbody tr:hover td:nth-child(19){
	background: #33b963;
	color: #fff;
}
@media screen and (min-width: 769px) {
.monthly_reports_txt{
    text-align: right;
}
}

/*古い表組用*/

.monthly_old table thead th,
.monthly_old table thead tr:nth-child(2) td:nth-of-type(3n+2),
.monthly_old table thead tr:nth-child(3) td:nth-of-type(4n+1),
.monthly_old table tbody td:nth-of-type(4n+1) {
    border-left: 1px solid #ccc;
}

.monthly_old table thead tr:nth-child(3) td:nth-child(2), .monthly_old table thead tr:nth-child(3) td:nth-child(6),.monthly_old table thead tr:nth-child(3) td:nth-child(10),.monthly_old table thead tr:nth-child(3) td:nth-child(14),
.monthly_old table tbody tr td:nth-child(3),.monthly_old table tbody tr td:nth-child(7),.monthly_old table tbody tr td:nth-child(11),.monthly_old table tbody tr td:nth-child(15){
	background:#fff ;
}
@media screen and (min-width: 769px) {
.monthly_old table {
    table-layout: fixed;
}
}


/*株主総会
-----------------------------------------*/	
.p-shareholders table{
/*	table-layout:auto;*/
}
.p-shareholders .detail td{
	padding: 25px 20px;
}
.p-shareholders .detail td.holder{
	border-right:1px solid  #b3a9a6;
}
.p-shareholders .detail th.last,.p-shareholders .detail td.last{
	border-bottom:none;
}

.under {
  background: linear-gradient(transparent 50%, yellow 50%);
}

/*#contents ul li a, #p-ir ul.news-list li a, #p-financials ul.news-list li a {
    padding: 8px 1em;
}*/

@media screen and (max-width: 768px) {
.p-shareholders table{
	/*table-layout:fixed;*/
}

.p-shareholders .detail td.holder{
    border-right: none;
}
.p-shareholders .detail th.last,.p-shareholders .detail td.last{
	border-bottom: 1px solid #ccc;
}


}

.change{
	width: 80%;
}
.change .tablettl td{
	background: #f3f3f3;
	padding: 8px;
}
.change,.change td{
	border:1px solid  #b3a9a6;
}


/*財務情報
-----------------------------------------*/	
.p-financials .selects-wrap {
    width: 140px;
    height: 60px;
}
/*.pdf {
    vertical-align: sub;
}*/



/*irカレンダー
-----------------------------------------*/	

.calendar table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    width: 100%;
    margin: 0 0 60px 0;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.calendar table caption {
    background: #f6f4f3;
    margin: 0;
    padding: 20px;
    font-size: 17px;
    font-size: 1.7rem;
    border-bottom: 1px solid #3377ff;
}
.calendar table tr {
    height: 60px;
}
.calendar table tr td:first-child {
    width: 25%;
}
.wp-image {
    padding: 0 0 50px;
}

@media screen and (max-width: 768px) {
.calendar table tr td:first-child {
    width: 100%;
    border: 0;
}
}

/*株主懇談会
-----------------------------------------*/	

.p-meeting p {
    margin-bottom: 30px;
}
.p-meeting table ul {
    margin: 16px 0;
}
table ul.eat_txt {
    margin: 0;
}
.text_m{
	margin:0;
}
.p-meeting table ul.eat_txt li {
    margin: 0;
}
.p-meeting table ul li {
    float: left;
    width: calc((99.999% - 16px) / 2);
    width: -webkit-calc((99.999% - 16px) / 2);
    margin: 0 16px 16px 0;
}
.p-meeting table ul li img {
    max-width: 100%;
    height: auto;
}
.p-meeting table ul li:nth-child(2n) {
    margin-right: 0;
}
.p-meeting table ul::after {
    clear: both;
    display: block;
    overflow: hidden;
    content: "";
}
.p-meeting table th {
    background: #f3f3f3;
    padding: 10px 20px;
    vertical-align: middle;
    white-space: nowrap;
	width: 25%;
}
.p-meeting table th.business_report01 {
    background: #fff;
    padding: 0;
    vertical-align: bottom;
    white-space: nowrap;
	font-weight: bold;
}
.p-meeting table td.business_report02 {
    background: #f3f3f3;
    /*padding: 20px;*/
    vertical-align: middle;
    white-space: nowrap;
	text-align:center;
}
/*.p-meeting ul li {
    border-bottom: none;
    display: block;
    width: 100%;
    clear: none;
    padding: 0;
    margin-bottom: 0;
}*/
.introduction{
	color:#e7380c;
}

.introduction a:link{
    color:#3e8acf;
    word-break: break-all;
}
@media screen and (max-width: 768px) {
.p-meeting table {
    margin: 0 0 30px 0;
}
.p-meeting table th {
    background: #f3f3f3;
    padding: 15px 20px;
    vertical-align: middle;
    white-space: initial;
	width:100%;
}
.p-meeting table td {
    padding: 20px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.p-meeting table ul li {
    float: none;
    width: 100%;
}
.p-meeting table ul li img {
    width: 100%;
    height: auto;
}
.p-meeting table th.business_report01 {
  border-bottom: 0;
  white-space: initial;
}
.p-meeting table td.business_report02 {
    background: #f3f3f3;
    padding: 10px;
    vertical-align: middle;
    white-space: initial;
    border-radius: 15px;
}
.p-meeting table tr.business_report00 {
    height: 35px;
}
/*.p-meeting table tr:last-child th, table tr:last-child td{
    border-bottom: 0;
}*/
}

.p-meeting .infobox dt{
	font-weight:bold;
	font-size:1.8rem;
}
.p-meeting .infobox ol{
	margin-left:3em;
}
.p-meeting .infobox li{
	/*text-indent: -1em;*/
	list-style-type:decimal;
	margin-bottom:10px;
}
.p-meeting .infobox h5{
	padding:10px 20px;
	border:1px solid #b3a9a6;
}
.p-meeting .infobox .point{
	font-weight:bold;	
}

/*.p-meeting .infobox{
	display: flex;
	flex-wrap: wrap;
}
.p-meeting .infobox div{
	margin: 0 10px;
	flex: 1;
}*/

/*株主懇談会 2023.12追加*/
.p-meeting table th.kaisai {
    vertical-align:top;
}

.p-meeting .meeting2023 h4{
    margin-top:40px;
    color:#33b963;
}
.p-meeting .meeting2023 a{
    text-decoration: underline;
    color: #3e8acf;
}

/*株式情報
-----------------------------------------*/	


.p-benefit_info ol li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 0 12px 0;
}
.p-benefit_info a {
    color: #3e8acf;
}
.p-benefit_info p {
    margin-bottom: 30px;
}
.p-benefit_info dl {
    margin-bottom: 40px;
}
.p-benefit_info dl.faq dt {
    border-bottom: 1px solid #ccc;
    padding: 0 0 4px 0;
    margin: 0 0 12px 0;
}
.p-benefit_info dl.faq dt::before {
    content: "Ｑ.";
}
.p-benefit_info dl.faq dd {
    padding-left: 1em;
    text-indent: -1em;
}
.p-benefit_info dl dd:last-child {
    margin-bottom: 0;
}
.p-benefit_info dl.faq dd::before {
    content: "Ａ.";
}
.p-benefit_info ol li ol li {
    counter-increment: chapter;
    list-style: none;
    padding-left: 3em;
    text-indent: -3em;
    margin: 0 0 4px 0;
}
.p-benefit_info ol {
	counter-reset: li;
}
.p-benefit_info ol li::before {
    content: counter(li) ".";
    counter-increment: li;
    margin-right: 10px;
}
.p-benefit_info ol li ol li::before {
    content: "（" counter(chapter) "）";
}
.p-benefit_info ol li::before {
    content: counter(li) ".";
    counter-increment: li;
    margin-right: 10px;
}
.p-benefit_info table tr:last-child {
    border-bottom: none;
}
.p-benefit_info table td {
    padding: 20px;
}


/*配当について
-----------------------------------------*/	

.disc {
    margin-left: 1.5em;
}
.p-dividend_info ul.disc li {
    list-style-type: none;
    margin-bottom: 8px;
	border:0;
	display: list-item;
}
.p-dividend_info ul.disc li::before {
    position: relative;
    top: -2px;
    left: -18px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 100%;
    background: #333333;
}
.p-dividend_info table.forecast th, .p-dividend_info table.forecast td {
    text-align: center;
}
.p-dividend_info table th,.p-dividend_info table td {
    border-right: 1px solid #b3a9a6;
}
.p-dividend_info table.forecast th:last-child, .p-dividend_info table.forecast td:last-child {
    border-right: 0;
}
@media screen and (max-width: 768px) {

.p-dividend_info table th, .p-dividend_info table td {
	display:table-cell;
    font-size: 0.8em;
}
table.forecast tr:last-child th, table tr:last-child td {
    border-bottom: none;
}
}

/*決算短信
-----------------------------------------*/	


.reference h4 {
    background-color: #fde9e4;
    padding: 10px 15px;
    border-radius: 7px;
    font-weight: normal;
	margin-bottom:30px;
}



/*有価証券報告書
-----------------------------------------*/	
/*外部リンクアイコン*/
a.otherlink {
    background-image: url("../img/common/icon-link.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 10px;
    margin-right: 5px;
	color:#3e8acf;
}

.ir-security h5 {
    background-color: #fde9e4;
    padding: 10px 15px;
    border-radius: 7px;
    font-weight: normal; 
   margin-bottom:30px;
}


/*定款・株式取扱規程
-----------------------------------------*/	
.p-rule .ir-pdf table tr,.p-rule .ir-pdf table td,.p-rule .ir-pdf table th {
    border-bottom: 1px solid #ccc;
}
.p-rule section{
	margin-bottom:80px;
}
@media screen and (max-width: 768px) {
.p-rule .ir-pdf table th {
    padding: 20px 20px 10px;
    white-space: normal;
    border-bottom: none;
    width: 100%;
}
}


/*決算短信 2019/1/8追記
-----------------------------------------*/	
.ir-pdf th.border_b,
.ir-pdf td.border_b {
    border-bottom: 4px solid #ccc;
}

.ir-pdf th.border_b,
.ir-pdf td.border_b {
    border-bottom: 4px solid #ccc;
}
.ir-pdf.other th.border_b, .ir-pdf.other td.border_b {
    border-bottom: 4px solid #ccc;
}


/*第4回定時株主総会 2019/4/19追記
-----------------------------------------*/
.cyousyuTuuchiQR {
	float: left;
	border: solid 1px #f00;
	margin: 0px 40px 20px;
	padding: 10px;
	width: 340px;
	height: 340px;
	text-align: center;
	margin-bottom: 10px;
}
.cyousyuTuuchiQR .title {
	color: #f00;
	font-size: 130%;
	margin-bottom: 10px;
}
.cyousyuTuuchiQR .txtRed {
	color: #f00;
}
.cyousyuTuuchiQR .txt {
	margin-bottom: 15px;
}
.cyousyuTuuchiQR.netCyousyuQR {
	margin: 15px;
}

.cyousyuTuuchi_hyoushi {
	float: left;
	border: solid 1px #666;
	margin: 0px 40px 20px;
	width: 360px;
	height: 360px;
}
.cyousyuTuuchi_hyoushi img {
	width: 360px;
	height: 360px;
}
.floatClear {
	clear: left;
}

@media screen and (max-width: 445px) {
	.cyousyuTuuchiQR {
		margin: 0px 0px 0px 10px;
        width: auto;
	}
	.cyousyuTuuchi_hyoushi {
		margin: 30px 0px 0px 10px;
        width: auto;
        height: auto;
	}
    .cyousyuTuuchi_hyoushi img{
        width: auto;
        height: auto;
	}
}


/*ウェブ視聴による事業概要のご報告 2020/12/25追記
-----------------------------------------*/
.webreports2020 .info dt,.webreports2020 .info dd{
    display: inline-block;
    padding: 15px 30px;
    border-bottom: #b3a9a6 1px solid;
}
.webreports2020 .info dt:last-of-type,.webreports2020 .info dd:last-of-type{
    border-bottom: none;
}
.webreports2020 .info dt{
    width: 15%;
    background-color: #F3F3F3;
    border-right: #b3a9a6 1px solid;
}
.webreports2020 .info dd{
    width: 70%;
}
.info_ps{
    padding-top: 10px;
    padding-bottom: 20px;
}
.webreports2020 h4{
    background-color: #fde9e4;
    padding: 10px 15px;
    border-radius: 7px;
    font-weight: normal;
    margin-bottom: 0;
}
.q_a dt:before{
    content: "Q" ".";
    color: #ff7033;
    margin-right: 5px;
    font-weight: bold;
}
.q_a dd:before{
    content: "A" ".";
    color: #3377ff;
    margin-right: 5px;
    font-weight: bold;
}
.q_a dt{
    margin-top: 25px;
    font-weight: bold;
    padding-bottom: 5px;
}
.q_a dd{
    border-bottom: #ccc 1px dotted;
    padding-bottom: 20px;
}
.q_a dt span{
    color: #ff7033;
    margin-right:10px;
    font-weight: bold;
}
.q_a dd span{
    color: #3377ff;
    margin-right:10px;
    font-weight: bold;
}
.q_a dd:last-child{
    border-bottom: none;
    padding-bottom: 10px;
}
.pc{
    display: block;
}

.end_text{
    margin-top: 50px;
}
.end_text span{
    display: block;
    text-align: right;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
.pc{
    display: none;
}
    .webreports2020 .info dt,.webreports2020 .info dd{
    display: block;
    padding: 15px 5%;
    border-bottom: #b3a9a6 1px solid;
        width: 90%;
        border: none;
}
    .webreports2020 .info{
        padding-top: 10px;
    }
    .info_ps{
        padding-top: 5px;
    }
}

.text_indent{
    padding-left: 1em;
    text-indent: -1em;
}
.one_space{
    padding-left: 1em;
    display: block;
}
.soroe1,.soroe3{
    padding-right: 5rem;
}
.soroe2{
    padding-right: 4rem;
}

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

.soroe3{
    padding-right: 3.7rem;
}
.soroe2{
    padding-right: 3rem;
}
    .soroe1{
    padding-right: 1rem;
}
}
@media screen and (max-width: 320px) {
    .p-dividend_info table th, .p-dividend_info table td{
        font-size: 0.7em;
    }
        table.soroe th{
        padding: 5px;
    }
    .soroe2{
    padding-right: 2.5rem;
}
    .soroe3{
    padding-right: 3.2rem;
}
}


/*ウェブ視聴による事業概要のご報告 2021/10
-----------------------------------------*/
.webreports h3.subttl{
    margin-top:40px;
}
.webreports h4{
    background-color: #f3f3f3;
    padding: 10px 15px;
    border-radius: 7px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top:40px;
}
/*2021.12追加*/
@media screen and (max-width: 768px) {
.webreports table th,.webreports table td,.webreports table tr:last-child th,.webreports table tr:last-child td{
    border: none;

}
}
.q_a dt+dt{
    margin-top: 0;
}
.q_a dd{
    margin-top: 25px;
}
.q_a ol li span{
    color: #ff7033;
    font-weight: bold;
    margin-right: 8px;
}
/*2022.10.13追加*/
@media screen and (min-width: 769px) {
.officer dt,.officer dd{
    display: inline-block;
}
.officer dt{
    width:18%;
}
.officer dd{
    width:82%;
}
}
@media screen and (max-width: 768px) {
.officer dt:nth-of-type(n+2){
    margin-top:12px;
}
.url{word-break: break-all;}
}

/*2022.11.09追加*/
.flexbox p.end{
    color: #E2231A;
     }

@media screen and (min-width: 769px) {
.flexbox{
display: flex;
align-items: center;
}
.flexbox p.end{
   margin-left: 10px;
    }
}

