@charset "utf-8";

/* 社債に関して
------------------------------------*/
#bond01 li>span {
	display: inline-flex;
}

#bond01 li>span::before {
	content: '・';
}

.bond01a {
	padding: 0 0 10px 0;
}

.bond01b {
	padding: 5px 0 0 1em;
}

@media screen and (max-width:770px) {
	.bond01 {
		display: inline-flex;
		flex-wrap: wrap;
		line-height: 1.6;
	}

	.bond01a {
		padding: 0 0 15px 0;
	}

	.bond01b {
		padding: 10px 0 0 1em;
	}
}

/* 公開買付け・株式併合等に関して
------------------------------------*/
.support_faq_pagetop {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.section+.support_faq_pagetop {
	top: -15px;
}

.support_faq_pagetop a {
	display: flex;
	color: #1374c1;
}

.support_faq_pagetop a::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 0 0 0.6em;
	background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7"><path fill="%231a78c3" d="M11.32,7a.71.71,0,0,1-.5-.21L5.94,1.63l-4.76,5a.71.71,0,0,1-.5.21A.65.65,0,0,1,.22,6.7.63.63,0,0,1,0,6.24a.66.66,0,0,1,.18-.48L5.44.2a.7.7,0,0,1,.5-.2.69.69,0,0,1,.5.2l5.38,5.68a.66.66,0,0,1,.18.48.63.63,0,0,1-.22.46A.65.65,0,0,1,11.32,7Z"/></svg>') 50% 50% no-repeat;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.support_faq .idt i {
	text-indent: 0;
}

#support_faq_anc {
	padding: 10px 0 30px;
}

.support_faq .blank::after {
	display: inline-block;
	content: '';
	width: 15px;
	height: 15px;
	margin: 0 0 0 10px;
	background: var(--icon_blank) 100% 0 no-repeat;
	background-size: 15px 15px !important;
	vertical-align: -1px;
}

/* プレスリリース・お知らせ */
#mbo_past_list {
	position: relative;
	display: none;
}

@media print {
	#mbo_past_list {
		display: block;
	}

	#mbo_past_btn {
		display: none;
	}
}

#mbo_past_btn {
	display: flex;
	align-items: center;
	padding: 10px 0 10px 0.5em;
	line-height: 1;
	border-bottom: solid 3px #eee;
	transition: color 0.2s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
	cursor: pointer;
}

#mbo_past_btn:hover {
	color: #1374c1;
	border-color: #1374c1;
}

#mbo_past_btn>span>span {
	display: none;
}

#mbo_past_btn svg {
	margin: 0 0 0 15px;
	transition: transform 0.3s ease-in-out 0s;
}

#mbo_past_btn path {
	fill: #666;
	transition: fill 0.3s ease-in-out 0s;
}

#mbo_past_btn:hover path {
	fill: #1374c1;
}

.open #mbo_past_btn {
	border-bottom-width: 1px;
}

.open #mbo_past_btn>span>span {
	display: inline-block;
}

.open #mbo_past_btn svg {
	margin: 0 0 0 10px;
	transform: rotateX(180deg);
}

@media screen and (max-width:770px) {
	#mbo_past_btn svg {
		width: 22px;
		height: 22px;
	}
}

/* 株主様へお送りしている文書 */
#mbo03 dl {
	display: flex;
}

/* 臨時株主総会後の予定 */
#mbo01 dl {
	display: grid;
	padding: 10px 20px;
	grid-template-columns: min-content auto;
	border: solid 2px #ddd;
}

#mbo01 dt {
	white-space: nowrap;
}

#mbo01 dd {
	padding: 0 0 0 1.5em;
}

#mbo01 dd span {
	display: inline-block;
}

@media screen and (max-width:540px) {
	#mbo01 dl {
		display: block;
	}

	#mbo01 dd {
		padding: 0 0 0.5em 0.6em;
		line-height: 1.5;
	}
}

.section_toggle>h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 13px;
	cursor: pointer;
}

.section_toggle>h3 svg {
	flex-shrink: 0;
	transition: transform 0.2s ease-in-out 0s;
}

.section_toggle.section_open h3 svg {
	transform: rotateX(180deg);
}

.section_toggle>div {
	display: none;
}

@media screen and (max-width:770px) {
	.section_toggle>h3 {
		padding-right: 9px;
	}

	.section_toggle>h3 svg {
		width: 22px;
		height: 22px;
	}
}

/* よくあるお問い合わせ（FAQ）*/
#mbo02 .support_faq_pagetop {
	padding: 10px 0 0 0;
}

#mbo02 .faq {
	margin: 0 0 8px 0;
	line-height: 1.6;
}

#mbo02 .faq_q::before,
#mbo02 .faq_a>div::before,
#mbo02 .faq_q>i,
#mbo02 .faq_a>div>i {
	display: block;
	flex-shrink: 0;
	width: 4em;
	text-align: center;
}

#mbo02 .faq_q {
	display: flex;
	padding: 10px 15px 10px 0;
	color: #fff;
	background: #555;
	border-radius: 8px;
	cursor: pointer;
	transition: border-radius 0.3s ease-in-out 0s;
}

#mbo02 .open .faq_q {
	border-radius: 8px 8px 0 0;
}

#mbo02 .faq_q>div {
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
	align-items: center;
}

#mbo02 .faq_q .idt,
#mbo02 .faq_q .idts {
	display: inline-block;
	font-size: 0.9em;
}

#mbo02 .faq_q>div>span {
	padding: 0 1em 0 0;
}

#mbo02 .faq_q svg {
	flex-shrink: 0;
	transition: transform 0.2s ease-in-out 0s;
}

#mbo02 .open .faq_q svg {
	transform: rotateX(180deg);
}

#mbo02 .faq_q path {
	fill: #fff;
}

#mbo02 .faq_a {
	display: none;
}

#mbo02 .faq_a>div {
	display: flex;
	padding: 1em 2em 1em 0;
	background: #f3f3f3;
	border-radius: 8px;
}

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

	#mbo02 .faq_q::before,
	#mbo02 .faq_a>div::before,
	#mbo02 .faq_q>i,
	#mbo02 .faq_a>div>i {
		width: 3.5em;
	}

	#mbo02 .faq_q {
		padding: 10px 10px 10px 0;
	}

	#mbo02 .faq_q svg {
		width: 20px;
		height: 20px;
	}
}

@media print {
	#mbo02 .faq_q {
		padding: 1em 15px 10px 0;
		color: #222;
		background: #f3f3f3;
	}

	#mbo02 .faq_a {
		display: block;
	}

	#mbo02 .faq_a>div {
		padding: 0 2em 1em 0;
	}
}

.support_faq em.bold {
	text-decoration: underline;
}

.support_faq .faq_c {
	padding: 5px 0 0 0;
}

.support_faq .faq_c_idt {
	padding: 5px 0 0 1em;
}

.support_faq .faq_c dt {
	margin: 0 0 0 -0.5em;
}

.support_faq .faq_c dd {
	padding: 0 0 0 0.5em
}

.support_faq .stdTb02 {
	min-width: 600px;
	table-layout: fixed;
}

.support_faq .stdTb02 th,
.support_faq .stdTb02 td {
	text-align: center;
	vertical-align: middle;
}

.support_faq .stdTb02 thead th {
	width: 20%;
}

.support_faq .stdTb02 tbody td {
	width: 20%;
}

.support_faq .stdTb02 th[rowspan] {
	min-width: 2em;
}

.support_faq .stdTb02 th span,
.support_faq .stdTb02 td span {
	display: inline-block;
}

.support_faq .stdTb02 td sup {
	display: inline-block;
	font-size: 0.8em;
	transform: translate(0, -25%);
}

.support_faq .stdTb02 td small {
	display: inline-block;
	text-align: left;
}

.support_faq .faq_tb_note li {
	padding: 0 0 0.5em 1.8em;
	line-height: 1.6;
	text-indent: -1.8em;
}

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