@charset "UTF-8";

/****** 株主・投資家情報共通 ******/

.corpWrapper .text {
	font-size: 100%;
	line-height: 1.85;
}
.corpWrapper .indent {
	text-indent: 1em;
}
.corpWrapper .inner {
	padding-left: 20px;
	padding-bottom: 20px;
}
.corpWrapper .link-btn {
	margin-top: 40px;
}
.corpWrapper .link-btn + .link-btn {
	margin-top: 20px;
}
.corpWrapper .link-btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 285px;
	height: 50px;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	position: relative;
	border: 1px #d7d7d7 solid;
	border-radius: 5px;
	font-weight: bold;
	padding-left: 40px;
	padding-right: 50px;
	font-size: 107%;
}
.corpWrapper .link-btn a:hover {
	border-color: #b50081;
}
.corpWrapper .link-btn a:before {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
	border: 3px #333333 solid;
	border-radius: 50%;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.corpWrapper .link-btn a:after {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	position: absolute;
	content: "";
	background-image: url(../images/icon-blank.png);
	width: 22px;
	height: 22px;
	background-size: 100%;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.corpWrapper h4.subtitle {
	margin-bottom: 10px;
	font-size: 115%;
	font-weight: bold;
	position: relative;
}
.corpWrapper h4.subtitle:before {
	position: absolute;
	content: "";
	border: 6px solid transparent;
	border-left: 6px solid #b50081;
	left: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.corpWrapper h3.caption {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
	font-size: 138%;
	font-weight: bold;
}
.corpWrapper h3.caption:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #b50081;
	left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.corpWrapper table {
	width: 100%;
}
.corpWrapper table th, .corpWrapper table td {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	padding: 15px 20px;
	border: solid 1px #d5d5d5;
}
.corpWrapper table th {
	background-color: #e6e6e6;
}
.corpWrapper table .bgb {
	background-color: #333333;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}


/****** 株主・投資家情報 ******/

#breadCrumb {
	position: relative;
	z-index: 1;
}

#corpBlock .corpWrapper.ir .corpInner {
	max-width: 850px;
}
#corpBlock .corpWrapper.ir * {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
#corpBlock .corpWrapper.ir *:before, #corpBlock .corpWrapper.ir *:after {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
#corpBlock .corpWrapper.ir .bgTitle {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	padding: 50px;
	height: 110px;
	background-image: url(../images/index/title.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	font-size: 230%;
	margin-left: -50px;
	margin-top: -50px;
	margin-right: -50px;
}
#corpBlock .corpWrapper.ir ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin-left: -20px;
	margin-top: 40px;
	margin-bottom: -40px;
}
#corpBlock .corpWrapper.ir ul li {
	margin-left: 20px;
	width: calc(100% / 3 - 20px);
	margin-bottom: 40px;
}
#corpBlock .corpWrapper.ir ul li a {
	display: block;
}
#corpBlock .corpWrapper.ir ul li a:hover h3 {
	color: #b50081;
}
#corpBlock .corpWrapper.ir ul li figure {
	margin-top: 10px;
	border: solid 1px #cccccc;
}
#corpBlock .corpWrapper.ir ul li figure img {
	width: 100%;
	height: auto;
}
#corpBlock .corpWrapper.ir ul li p {
	font-size: 100%;
	margin-top: 10px;
	line-height: 1.5;
}
#corpBlock .corpWrapper.ir ul li h3 {
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	font-size: 108%;
}
#corpBlock .corpWrapper.ir ul li h3:before {
	content: "";
	width: 15px;
	height: 15px;
	border: solid 3px #b50081;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}

/* 株式情報 */
.corpWrapper.stock * {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
.corpWrapper.stock *:before, .corpWrapper.stock *:after {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
.corpWrapper.stock .remarks {
	font-size: 85%;
	margin-top: 10px;
}
.corpWrapper.stock table.tbl1 th {
	width: 220px;
}
.corpWrapper.stock table.tbl2 thead th {
	text-align: center;
	background-color: #333333;
	color: #ffffff;
}
.corpWrapper.stock table.tbl2 td {
	width: 220px;
}
.corpWrapper.stock table.tbl2 tbody td {
	text-align: center;
}
.corpWrapper.stock table td:last-child,
.corpWrapper.stock table th:last-child {
	border-right: none;
}


/****** 株主総会・株主懇親会 ******/

.corpWrapper.stock_05 * {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
.corpWrapper.stock_05 *:before, .corpWrapper.stock_05 *:after {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
.corpWrapper.stock_05 .tbl-ad th {
	width: 25%;
	vertical-align: middle;
}
.corpWrapper.stock_05 .tbl-ad th,
.corpWrapper.stock_05 .tbl-ad td {
	padding: 5px 13px;
}
.corpWrapper.stock_05 .tbl-ad td p{
	text-indent: -5.7em;
	padding-left: 5.7em;
	margin-bottom: 0;
}
.corpWrapper.stock_05 .tbl-ad td.wide-ad {
	width: 20%;
	vertical-align: top;
}
.corpWrapper.stock_05 .tbl-ad td.wide-ad,
.corpWrapper.stock_05 .tbl-ad td.wide-ad + td {
	padding: 10px 13px 0px;
}
.corpWrapper.stock_05 .tbl th {
	width: 110px;
}
.corpWrapper.stock_05 .tbl th:nth-last-of-type(1) {
	border-left: 0;
}
.corpWrapper.stock_05 .tbl td:nth-last-of-type(1) {
	border-right: 0;
}
.corpWrapper.stock_05 .meeting {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}
.corpWrapper.stock_05 .meeting-content {
	width: 460px;
	-ms-flex-negative: 0;
			flex-shrink: 0;
}

.corpWrapper.stock_05 .meeting-content p {
	margin-bottom: 30px;
}
.corpWrapper.stock_05 .movie_cont .meeting-content p {
	margin-bottom: 15px;
}

.corpWrapper.stock_05 .meeting-image {
	width: 246px;
	-ms-flex-negative: 0;
			flex-shrink: 0;
}
.corpWrapper.stock_05 .meeting-image figure {
	margin: 0;
	padding: 0;
}
.corpWrapper.stock_05 .meeting-image figure + figure {
	margin-top: 30px;
}
.corpWrapper.stock_05 .meeting-image figcaption {
	margin-top: 5px;
	font-size: 92%;
}
.corpWrapper.stock_05 .pdf-list {
	font-size: 107%;
	margin-top: 35px;
}
.corpWrapper.stock_05 .pdf-list li {
	position: relative;
	padding-left: 30px;
}
.corpWrapper.stock_05 .pdf-list li + li {
	margin-top: 15px;
}
.corpWrapper.stock_05 .pdf-list li:before {
	position: absolute;
	content: "";
	background-image: url(../images/stock_05/icon-pdf.png);
	width: 20px;
	height: 23px;
	background-size: 100%;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.corpWrapper.stock_05 .katsuyou li {
	text-indent: -1em;
	padding-left: 1em;
}
.corpWrapper.stock_05 .katsuyou li + li {
	margin-top: 10px;
}
.corpWrapper.stock_05 .stock_05_add {
	margin-top: 20px;
}
.corpWrapper.stock_05 .stock_05_add th {
	background: #f2d7ea;
}
.corpWrapper.stock_05 .meeting-content p.stock_05_add_txt {
	margin: 15px 0 5px;
}
.corpWrapper.stock_05 .meeting-content p.stock_05_add_txt a {
	position: relative;
	text-decoration: underline;
	color: #b50081;
	padding-right: 38px;
	margin-right: 5px;
}
.corpWrapper.stock_05 .meeting-content p.stock_05_add_txt a:after {
	content: "";
	background: url(../images/stock_05/icon.gif) no-repeat;
	width: 34px;
	height: 26px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-size: 100%;
}

.corpWrapper.stock_05 .stock05_backnumber_tit {
	position: relative;
	font-size: 154%;
	font-weight: bold;
	margin: 45px 0 0 23px;
	color: #333333;
}
.corpWrapper.stock_05 .stock05_backnumber_tit:before {
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #333333;
	left: -23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}



/*動画挿入に関するstyle*/

.corpWrapper.stock_05 .movie_cont {
	margin-top: 30px;
}
.corpWrapper.stock_05 .movie_cont h4 {
	font-size: 124%;
	font-weight: bold;
}
.corpWrapper.stock_05 .movie_cont .meeting-content {
	width: 460px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.corpWrapper.stock_05 .movie_cont .meeting-content .period {
	margin: 20px 0;
	border: #d5d5d5 1px solid;
}
.corpWrapper.stock_05 .movie_cont .meeting-content .period p {
	display: inline-block;
	padding: 1em;
	margin-bottom: 0;
	vertical-align: middle;
}
.corpWrapper.stock_05 .movie_cont .meeting-content .period p:first-child {
	width: 6em;
	margin-right: 1em;
	background-color: #f2d7ea;
}
.corpWrapper.stock_05 .movie_cont .meeting-content > img {
  display: block;
	width: 65%;
	margin: 15px 0;
}
/* .corpWrapper.stock_05 .movie_cont .meeting .movie_link-btn {
	margin-top: 10px;
} */
.corpWrapper.stock_05 .movie_cont .meeting .movie_link-btn p {
	margin: 0;
	line-height: 26px;
}
.corpWrapper.stock_05 .movie_cont .meeting .movie_link-btn p a {
	position: relative;
	margin: 0 2.5em 0 0.5em;
	line-height: 26px;
	font-size: 124%;
	font-weight: bold;
	color: #b50081;
	text-decoration: underline #b50081;
}
.corpWrapper.stock_05 .movie_cont .meeting .movie_link-btn p a::after {
	position: absolute;
	content: "";
	background-image: url(../images/stock_05/icon_movie.gif);
	width: 30px;
	height: 22px;
	background-size: 100%;
	left: 50px;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	border-radius: initial;
}
@media (max-width: 768px) {
	.pc{display: none !important;}
	.corpWrapper.stock_05 .movie_cont .meeting-content {
		width: 100%;
		min-width: 260px;
		margin: 0 auto;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.corpWrapper.stock_05 .movie_cont .meeting-content .period p:first-child {
		padding: 2em 1em;
	}
	.corpWrapper.stock_05 .movie_cont .meeting-content > img {
		width: 100%;
	}
}
/*動画挿入に関するstyle ここまで*/

.corpWrapper.stock_05 .corpInner .live_notice {
	background: #f2d7ea;
	width: 460px;
	border-radius: 8px;
	padding: 22px 20px 10px 25px;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.corpWrapper.stock_05 .corpInner .live_notice {
		width: 100%;
		padding: 20px;
	}
}

.corpWrapper.stock_05 .corpInner .live_notice .indent{
	text-indent: -1em;
	padding-left: 1em;
}

.corpWrapper.stock_05 .corpInner .live_notice h4 {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 10px;
}
.corpWrapper.stock_05 .corpInner .live_notice p {
	margin-bottom: 10px;
}
.corpWrapper.stock_05 .corpInner .live_notice a {
	display: inline-block;
	text-decoration: underline;
}
.corpWrapper.stock_05 .corpInner .live_notice a:hover {
	color: #b50081;
}
.corpWrapper.stock_05 .corpInner .live_notice a img {
	display: inline-block;
	width: 2em;
	vertical-align: middle;
	padding-right: 2px;
}
.corpWrapper.stock_05 .corpInner .live_notice a:hover img {
	opacity: .6;
}



/****** 株主優待制度 ******/

.corpWrapper.stock_04 * {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
.corpWrapper.stock_04 *:before, .corpWrapper.stock_04 *:after {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
.corpWrapper.stock_04 .shareholder .flex_cont {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.corpWrapper.stock_04 .shareholder .flex_cont figure {
	flex: 1;
	padding-top: 29px;
	padding-left: 1em;
  text-align: right;
}
.corpWrapper.stock_04 .shareholder .flex_cont figure img {
	width: 87%;
}

.corpWrapper.stock_04 .shareholder .flex_cont .preferential-treatment {
	width: 60%;
}
.corpWrapper.stock_04 .preferential-treatment h5 {
	position: relative;
	font-weight: bold;
	padding-left: 15px;
	font-size: 100%;
}
.corpWrapper.stock_04 .preferential-treatment h5:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px #b50081 solid;
	background-color: #b50081;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.corpWrapper.stock_04 section + section {
	margin-top: 30px;
}
.corpWrapper.stock_04 .remarks {
	width: 100%;
	padding: 13px;
	/* margin-top: 10px; */
	margin-bottom: 10px;
	line-height: 2;
	border: solid 1px #d5d5d5;
}
.corpWrapper.stock_04 .remarks ul::after {
	content: "";
	display: block;
	clear: both;
}
.corpWrapper.stock_04 .remarks ul li {
	float: left;
	width: 33.33%;
}
.corpWrapper.stock_04 .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.corpWrapper.stock_04 .card-image {
	width: 152px;
	-ms-flex-negative: 0;
			flex-shrink: 0;
	margin-right: 30px;
}
.corpWrapper.stock_04 .card-content {
	-webkit-box-flex: 1;
			-ms-flex: 1 1 0px;
					flex: 1 1 0;
}

.corpWrapper.stock_04 .link_txt {
	padding-top: 1em;
}
.corpWrapper.stock_04 .faq .link_txt {
	padding-top: 0;
}

.corpWrapper.stock_04 .link_txt a {
	text-decoration: underline;
}
.corpWrapper.stock_04 .link_txt a:hover {
	color: #b50081;
}
.corpWrapper.stock_04 .tbl3 {
	table-layout: fixed;
	text-align: center;
	margin-top: 10px;
	line-height: 1;
}
.corpWrapper.stock_04 .shareholder .tbl3 {
	width: 100%;
}
.corpWrapper.stock_04 .longterm .tbl3 {
	width: 60%;
}
.corpWrapper.stock_04 .longterm .tbl3 + .text {
	padding-top: 1em;
}
.corpWrapper.stock_04 .tbl3 .txt_emphasis {
	font-size: 1.2em;
	padding-right: 3px;
}
.corpWrapper.stock_04 .tbl3 tr th,
.corpWrapper.stock_04 .tbl3 tr td {
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	border-left: none;
	border-right: none;
}
.corpWrapper.stock_04 .tbl3 tr th:first-child {
	width: 42%;
	border-right: solid 1px #aaa;
}
.corpWrapper.stock_04 .tbl3 thead tr th:first-child {
	color: #fff;
	background-color: #666;
	text-align: center;
}
.corpWrapper.stock_04 .tbl3 thead tr th:nth-child(2) {
	color: #fff;
	background-color: #ba0e7e;
	text-align: center;
}
.corpWrapper.stock_04 .tbl3 tbody tr th {
	background-color: #fff;
	text-align: center;
	border-right: solid 1px #aaa;
}
.corpWrapper.stock_04 .tbl3 tbody tr td {
	background-color: #f4d6e9;
}

.corpWrapper.stock_04 .lounge_news > div {
	background:#f4d6e9;
	margin-bottom: 20px;
	padding: 15px;
}
.corpWrapper.stock_04 .lounge_news h5 {
	font-weight: bold;
	font-size: larger;
}
.corpWrapper.stock_04 .lounge_news div p:nth-child(3) {
	padding-top: 1em;
}
.corpWrapper.stock_04 .lounge_news p:nth-child(3) a {
	text-decoration: underline solid #000;
}
.corpWrapper.stock_04 .lounge_news p:nth-child(3) a > img {
	display: inline-block;
	width: 1.2em;
	vertical-align: text-top;
	margin-left: 0.5em;
}

.corpWrapper.stock_04 .longterm figure {
	width: 100%;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 2;
	border: solid 1px #d5d5d5;
}
.corpWrapper.stock_04 .longterm figure img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 1em;
}

.corpWrapper.stock_04 .faq {
	/* padding: 15px; */
}
.corpWrapper.stock_04 .faq h3 {
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 145%;
	font-weight: bold;
	border-bottom: 2px solid #f4d6e9;
}
.corpWrapper.stock_04 .faq .inner dl dt {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.corpWrapper.stock_04 .faq .inner dl dd {
	margin-bottom: 1.5em;
	padding-left: 1.5em;
	line-height: 1.8;
}



/* 中期経営計画 */
.corpWrapper.plan * {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
.corpWrapper.plan *:before, .corpWrapper.plan *:after {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
.corpWrapper.plan .plan-text {
	margin-top: 30px;
}
.corpWrapper.plan .aim-box {
	margin-top: 30px;
	margin-left: 40px;
	margin-right: 40px;
	background-color: #383685;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.corpWrapper.plan .aim-box h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	font-size: 123%;
	width: 120px;
	padding: 20px;
	background-color: #2a214c;
	color: #ffffff;
	text-align: center;
}
.corpWrapper.plan .aim-box ul {
	width: calc(100% - 120px);
	padding: 20px;
}
.corpWrapper.plan .corpTitle span {
	font-size: 54%;
}
.corpWrapper.plan .bg {
	background: #e6e6e6;
	margin: 30px 0 80px;
	padding: 40px 0;
}
.corpWrapper.plan .plan-box01 h3 {
	background: #2a214c;
	color: #fff;
	font-size: 123%;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	font-weight: bold;
	width: 338px;
	margin: 0 auto;
}
.corpWrapper.plan .plan-box01 p {
	line-height: 24px;
	text-align: center;
	margin: 20px 0 35px;
}
.corpWrapper.plan .plan_tit01 {
	background: #b50081;
	font-weight: bold;
	font-size: 140%;
	text-align: center;
	color: #fff;
	line-height: 45px;
	margin-bottom: 25px;
}
.corpWrapper.plan .plan_txt01 {
	font-size: 123%;
	text-align: center;
	color: #b50081;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 20px;
}
.corpWrapper.plan .plan-box02 li {
	text-indent: -0.8em;
	padding-left: 0.8em;
}
.corpWrapper.plan li span {
	color: #b50081;
	font-size: 116%;
	display: inline-block;
	margin-right: 5px;
}
.corpWrapper.plan .plan-box02 {
	margin-bottom: 35px;
}
.corpWrapper.plan .plan-box02 ul {
	width: 400px;
	margin: 0 auto;
	position: relative;
	left: 23px;
}
.corpWrapper.plan .plan-box03 .left,
.corpWrapper.plan .plan-box03 .right {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	min-height: 477px;
}
.corpWrapper.plan .plan-box03-cont .left > ul,
.corpWrapper.plan .plan-box03-cont .right > ul {
	padding: 0 10px 25px 16px;
	letter-spacing: -0.4px;
}
.corpWrapper.plan .plan-box03 .left h4,
.corpWrapper.plan .plan-box03 .right h4 {
	color: #fff;
	font-size: 123%;
	text-align: center;
	padding: 10px 0 7px;
	font-weight: bold;
}
.corpWrapper.plan .plan-box03 .left {
	float: left;
	width: 48.5%;
}
.corpWrapper.plan .plan-box03 .right {
	float: right;
	width: 48.5%;
}
.corpWrapper.plan .plan-box03 .left h4 {
	background: #91bc55;
}
.corpWrapper.plan .plan-box03 .right h4 {
	background: #00b6bd;
}
.corpWrapper.plan .plan-box03-cont {
	padding: 0 50px;
}
.corpWrapper.plan .plan-box03-cont h5 {
	color: #b50081;
	font-weight: bold;
	font-size: 108%;
}
.corpWrapper.plan .plan-box03 .left h5,
.corpWrapper.plan .plan-box03 .right h5 {
	margin: 20px 0 10px;
}
.corpWrapper.plan .plan-box03-cont ul ul li {
	text-indent: -0.8em;
	padding-left: 0.8em;
	line-height: 24px;
}
.corpWrapper.plan .plan-box03 .left ul ul,
.corpWrapper.plan .plan-box03 .right ul ul {
	padding: 0 10px;
}

.corpWrapper.plan .plan-box03-cont .center {
	clear: both;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}
.corpWrapper.plan .plan-box03-cont .center h4 {
	background: #2a214c;
	text-align: center;
	font-size: 108%;
	font-weight: bold;
	border-radius: 6px;
	padding: 7px 0;
	margin: 0 0 10px;
	color: #fff;
}
.corpWrapper.plan .plan-box03-cont .center > ul > li {
	width: calc(20% - 8px);
	background: #fff;
	border-radius: 6px;
	float: left;
	min-height: 125px;
	padding-bottom: 12px;
}
.corpWrapper.plan .plan-box03-cont .center > ul > li + li {
	margin-left: 10px;
}
.corpWrapper.plan .plan-box03-cont .center > ul ul {
	padding: 0 14px;
}
.corpWrapper.plan .plan-box03-cont .center ul ul li {
	line-height: 18px;
	font-size: 89%;
}
.corpWrapper.plan .plan-box03-cont .center h5 {
	padding: 8px;
}

.corpWrapper.plan .plan-box04 {
	margin-bottom: 60px;
}
.corpWrapper.plan .plan-box04 h3 {
    background: #2a214c;
    color: #fff;
    font-size: 123%;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-weight: bold;
    width: 338px;
    margin: 0 auto;
}
.corpWrapper.plan .plan-box04-txt01 {
	line-height: 24px;
	margin: 20px 0 40px;
}
.corpWrapper.plan .plan-box04 ol h4 {
	background: #b50081;
	text-align: center;
	font-weight: bold;
	font-size: 123%;
	float: left;
	width: 164px;
	color: #fff;
	border-radius: 6px;
}
.corpWrapper.plan .plan-box05 table th, .corpWrapper.plan .plan-box05 table td {
	padding: 15px 19px;
}

.corpWrapper.plan .plan-box05 .text {
	margin: 0 0 20px 20px;
}
.corpWrapper.plan .tbl {
	margin-left: 20px;
/*	width: 623px;*/
	width: 97.5%;
	font-size: 108%;
}
.corpWrapper.plan .tbl.five-year-plan {
	width: 615px;
	text-align: center;
}
.corpWrapper.plan .tbl + .tbl {
	margin-top: 30px;
}
.corpWrapper.plan .tbl + .tbl tbody td {
	text-align: center;
}
.corpWrapper.plan thead tr:nth-child(1) th {
	background: #b50081;
	font-weight: bold;
}
.corpWrapper.plan tbody th {
	width: 150px;
	text-align: left;
	font-weight: bold;
}
.corpWrapper.plan tbody td.td_plan {
	background-color: #f2d7ea;
}

.corpWrapper.plan .tbl + .annotation {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.corpWrapper.plan .plan-box04 ol li:nth-child(1) h4 {
	padding: 67px 0;
}
.corpWrapper.plan .plan-box04 ol li:nth-child(2) h4 {
	padding: 31px 0;
}
.corpWrapper.plan .plan-box04 ol li:nth-child(3) h4 {
	padding: 30px 0;
}
.corpWrapper.plan .plan-box04 ol li:nth-child(4) h4 {
	padding: 19px 0;
}
.corpWrapper.plan .plan-box04 ol div {
	float: right;
	width: calc(100% - 190px);
	line-height: 24px;
}
.corpWrapper.plan .plan-box04 ol li {
	border-top: 1px solid #2a214c;
	padding: 20px 0;
}
.corpWrapper.plan .plan-box04 ol li:after {
	content: "";
	display: block;
	clear: both;
}
.corpWrapper.plan .plan-box04 ol li:last-child {
	border-bottom: 1px solid #2a214c;
}
.corpWrapper.plan .plan-box04 ol div h5 {
	color: #b50081;
	font-size: 123%;
	font-weight: bold;
	margin-bottom: 10px;
}
.corpWrapper.plan .plan-box04 ol div h5 + p {
	letter-spacing: -0.5px;
}
.corpWrapper.plan .aim-box ul li {
	padding-left: 40px;
	height: 40px;
	font-size: 123%;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	position: relative;
}
.corpWrapper.plan .aim-box ul li:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #383685;
	border-radius: 50%;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.corpWrapper.plan .aim-box ul li + li {
	margin-top: 10px;
}
.corpWrapper.plan .aim-title {
	position: relative;
	text-align: center;
	padding-top: 50px;
}
.corpWrapper.plan .aim-title:before {
	position: absolute;
	content: "";
	border: 16px solid transparent;
	border-top: 18px solid #b50081;
	top: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}
.corpWrapper.plan .aim-title p {
	font-size: 138%;
	font-weight: bold;
	color: #b50081;
}
.corpWrapper.plan section {
	margin-top: 30px;
}
.corpWrapper.plan .block h3.block-title {
	margin-left: -20px;
	padding-top: 0;
	padding-bottom: 15px;
	text-align: left;
	font-weight: bold;
	font-size: 138%;
	color: #b50081;
}
.corpWrapper.plan .block h3.block-title i {
	font-style: normal;
	margin-right: 5px;
}
.corpWrapper.plan .block h4 {
	font-weight: bold;
	font-size: 123%;
	margin-bottom: 20px;
}
.corpWrapper.plan .block dl {
	margin-bottom: 15px;
}
.corpWrapper.plan .block dt {
	font-size: 107%;
	font-weight: bold;
	margin-bottom: 10px;
}
.corpWrapper.plan .block dt i {
	font-style: normal;
}
.corpWrapper.plan .block dd {
	margin-left: 15px;
}
.corpWrapper.plan .tbl thead th {
	text-align: center;
	background-color: #2a214c;
	color: #ffffff;
	font-weight: bold;
}


/* 配当の考え方 */
#corpBlock .corpWrapper.dividend * {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
#corpBlock .corpWrapper.dividend *:before, #corpBlock .corpWrapper.dividend *:after {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
#corpBlock .corpWrapper.dividend .corpInner {
	margin-top: 30px;
}
#corpBlock .corpWrapper.dividend table th {
	vertical-align: middle;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
#corpBlock .corpWrapper.dividend table td {
	vertical-align: middle;
	text-align: center;
}
#corpBlock .corpWrapper.dividend table.tbl1 {
	table-layout: fixed;
	width: 50%;
}
#corpBlock .corpWrapper.dividend table.tbl2 {
	margin-top: 20px;
	table-layout: fixed;
}
#corpBlock .corpWrapper.dividend .remarks {
	font-size: 85%;
	margin-top: 10px;
}
#corpBlock .corpWrapper.dividend .policy h4 {
	font-weight: bold;
}
#corpBlock .corpWrapper.dividend .policy .text {
	margin-bottom: 30px;
}
#corpBlock .corpWrapper.dividend table td:last-child,
#corpBlock .corpWrapper.dividend table th:last-child {
	border-right: none;
}

/* IRカレンダー */
#corpBlock .corpWrapper.ircalendar * {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
#corpBlock .corpWrapper.ircalendar *:before, #corpBlock .corpWrapper.ircalendar *:after {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
#corpBlock .corpWrapper.ircalendar .corpInner {
	max-width: 780px;
}
#corpBlock .corpWrapper.ircalendar .calendar-img {
	margin-top: 40px;
}

/******株価情報******/

.stock_02 .corpInner > p {
		margin-top: 30px;
}

@media (max-width: 768px) {
	/****** 株主・投資家情報共通 ******/
	.corpWrapper img {
		max-width: 100%;
		height: auto;
	}
	.stock_05 .corpWrapper img {
		width: 100%;
	}

	.corpWrapper.stock_05 .tbl-ad th {
		width: 30%;
	}
	.corpWrapper .inner {
		padding-left: 0px;
		padding-bottom: 0px;
	}
	.corpWrapper .link-btn {
		margin-top: 20px;
	}
	.corpWrapper .link-btn + .link-btn {
		margin-top: 10px;
	}
	.corpWrapper .link-btn a {
		width: 100%;
	}
	.corpWrapper h4.subtitle {
		font-size: 108%;
		padding-left: 15px;
	}
	.corpWrapper h4.subtitle:before {
		top: 3px;
		-webkit-transform: none;
						transform: none;
		left: 0px;
	}
	.corpWrapper h3.caption {
		margin-top: 25px;
		margin-bottom: 10px;
		font-size: 123%;
	}
	.corpWrapper h3.caption:before {
		width: 10px;
		height: 10px;
		left: -15px;
	}
	.corpWrapper table th, .corpWrapper table td {
		padding: 5px 10px;
	}

	/****** 株主・投資家情報 ******/
	#corpBlock .corpWrapper.ir .corpInner {
		max-width: inherit;
	}
	#corpBlock .corpWrapper.ir .bgTitle {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		padding: 20px;
		height: 135px;
		background-image: url(../images/index/title-sp.jpg);
		font-size: 169%;
		margin-left: -20px;
		margin-right: -20px;
		margin-top: 0;
	}
	#corpBlock .corpWrapper.ir ul {
		display: block;
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 0;
	}
	#corpBlock .corpWrapper.ir ul li {
		margin-left: 0px;
		width: auto;
		margin-bottom: 0px;
	}
	#corpBlock .corpWrapper.ir ul li + li {
		margin-top: 20px;
	}
	#corpBlock .corpWrapper.ir ul li figure img {
		max-width: inherit;
		width: 100%;
		height: auto;
	}
	#corpBlock .corpWrapper.ir ul li h3 {
		padding-left: 25px;
		font-size: 138%;
	}
	#corpBlock .corpWrapper.ir ul li h3:before {
		width: 18px;
		height: 18px;
		border-width: 4px;
	}

	/* 株式情報 */
	.corpWrapper.stock table.tbl1 th {
		width: 40%;
	}
	.corpWrapper.stock table.tbl1 th br {
		display: none;
	}
	.corpWrapper.stock table.tbl2 thead th {
		white-space: nowrap;
	}
	.corpWrapper.stock table.tbl2 td {
		width: auto;
		white-space: nowrap;
	}

	/****** 株主総会・株主懇親会 ******/
	.corpWrapper.stock_05 .tbl th {
		width: 100px;
	}
	.corpWrapper.stock_05 .meeting {
		display: block;
	}
	.corpWrapper.stock_05 .meeting-content {
		width: auto;
		-ms-flex-negative: 0;
				flex-shrink: 0;
	}
	.corpWrapper.stock_05 .meeting-content p {
		margin-bottom: 15px;
	}
	.corpWrapper.stock_05 .meeting-image {
		margin-top: 20px;
		width: auto;
	}
	.corpWrapper.stock_05 .meeting-image figure {
		text-align: center;
	}
	.corpWrapper.stock_05 .meeting-image figure + figure {
		margin-top: 15px;
	}
	.corpWrapper.stock_05 .meeting-image figcaption {
		text-align: left;
	}
	.corpWrapper.stock_05 .pdf-list {
		margin-top: 20px;
		font-size: 100%;
		line-height: 1.85;
	}
	.corpWrapper.stock_05 .pdf-list li {
		padding-left: 25px;
	}
	.corpWrapper.stock_05 .pdf-list li + li {
		margin-top: 10px;
	}
	.corpWrapper.stock_05 .pdf-list li:before {
		background-repeat: no-repeat;
		width: 16px;
		height: 20px;
		background-size: 100% auto;
		top: 2px;
		margin-top: 0;
		-webkit-transform: none;
						transform: none;
	}

	.corpWrapper.stock_05 .stock05_backnumber_tit {
		position: relative;
		font-size: 18px;
		font-weight: bold;
		margin: 35px 0 0 20px;
		color: #333333;
	}
	.corpWrapper.stock_05 .stock05_backnumber_tit:before {
		position: absolute;
		content: "";
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background-color: #333333;
		left: -20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
						transform: translateY(-50%);
	}

	.corpWrapper.plan .text {
		font-size: 12px;
		line-height: 20px;
	}
	.corpWrapper.plan .bg {
	    margin: 30px 0 40px -13px;
	    padding: 20px 0 40px;
	    width: 100vw;
	}
	.corpWrapper.plan .plan-box01 h3,
	.corpWrapper.plan .plan-box04 h3 {
		font-size: 14px;
		line-height: 35px;
		width: 285px;
	}
	.corpWrapper.plan .plan-box01 p {
	    line-height: 20px;
	    font-size: 12px;
	    text-align: left;
	    margin: 20px 25px 25px;
	}
	.corpWrapper.plan .plan_tit01 {
		font-size: 14px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.corpWrapper.plan .plan_txt01 {
		font-size: 13px;
		margin-bottom: 15px;
		line-height: 19px;
		padding: 0 25px;
	}
	.corpWrapper.plan .plan-box02 li {
		font-size: 12px;
		line-height: 20px;
	}
	.corpWrapper.plan .plan-box02 ul {
		position: static;
		width: 100%;
		padding: 0 33px;
	}
	.corpWrapper.plan .plan-box02 {
	    margin-bottom: 20px;
	}
	.corpWrapper.plan .plan-box03 .plan_txt01 {
		text-align: left;
	}
	.corpWrapper.plan .plan-box03-cont {
	    padding: 0 10px;
	}
	.corpWrapper.plan .plan-box03 .left h4, .corpWrapper.plan .plan-box03 .right h4 {
		font-size: 13px;
		line-height: 15px;
	}
	.corpWrapper.plan .plan-box03-cont .left > ul, .corpWrapper.plan .plan-box03-cont .right > ul {
	    padding: 0 10px 25px;
	}
	.corpWrapper.plan .plan-box03-cont ul ul li {
		font-size: 12px;
		line-height: 20px;
	}
	.corpWrapper.plan .plan-box03 .left h5, .corpWrapper.plan .plan-box03 .right h5 {
		font-size: 12px;
		line-height: 20px;
	}
	.corpWrapper.plan .plan-box03 .left, .corpWrapper.plan .plan-box03 .right {
		min-height: 647px;
		border-radius: 3px;
	}
	.corpWrapper.plan .plan-box03-cont .center h4 {
		border-radius: 3px;
		font-size: 13px;
		padding: 13px 0;
	}
	.corpWrapper.plan .plan-box03-cont .center {
		margin-top: 15px;
	}
	.corpWrapper.plan .plan-box03-cont .center > ul > li:nth-child(1) {
		width: 100%;
		border-radius: 3px;
	}
	.corpWrapper.plan .plan-box03-cont .center > ul > li:nth-child(n+2) {
		width: 49%;
		margin-top: 10px;
	}
	.corpWrapper.plan .plan-box03-cont .center > ul > li:nth-child(3),
	.corpWrapper.plan .plan-box03-cont .center > ul > li:nth-child(5) {
		float: right;
	}
	.corpWrapper.plan .plan-box03-cont .center > ul > li + li {
	    margin-left: 0;
	}
	.corpWrapper.plan .plan-box03-cont .center h5 {
	    padding: 11px 15px 6px;
	    font-size: 12px;
	}
	.corpWrapper.plan .plan-box03-cont .center > ul ul {
	    padding: 0 22px;
	}
	.corpWrapper.plan .plan-box04-txt01 {
	    line-height: 20px;
	    margin: 20px 0;
	    font-size: 12px;
	}
	.corpWrapper.plan .plan-box04 {
		padding: 0 12.5px;
		margin-bottom: 0;
	}
	.corpWrapper.plan .plan-box04 ol li h4 {
		padding: 8px 0 !important;
		width: 100%;
		font-size: 13px;
		border-radius: 3px;
	}
	.corpWrapper.plan .plan-box04 ol div {
		width: 100%;
	}
	.corpWrapper.plan .plan-box04 ol div h5 {
		font-size: 13px;
		margin: 20px 0 7px;
		line-height: 20px;
	}
	.corpWrapper.plan .plan-box04 ol div h5 + p {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0;
	}
	.corpWrapper.plan .plan-box04 ol li {
		padding: 15px 0;
	}
	.corpWrapper.plan .plan-box03-cont .center > ul > li {
		border-radius: 3px;
		min-height: 115px;
	}

	/****** 株主優待制度 ******/
	.corpWrapper.stock_04 .shareholder {
		display: block;
		overflow: hidden;
		margin-top: 15px;
	}
	.corpWrapper.stock_04 .shareholder .flex_cont{
		margin-top: 10px;
		flex-direction: column;
	}
	.corpWrapper.stock_04 .shareholder .flex_cont figure {
		flex: 1;
		padding: 0;
		text-align: center;
	}
	.corpWrapper.stock_04 .shareholder .flex_cont figure img {
		width: 70%;
	}
	.corpWrapper.stock_04 .shareholder .flex_cont .preferential-treatment {
		width: 100%;
	}
		.corpWrapper.stock_04 .preferential-treatment {
		margin-top: 20px;
	}
	.corpWrapper.stock_04 .preferential-treatment figure {
		margin-top: 10px;
	}
	.corpWrapper.stock_04 section + section {
		margin-top: 15px;
	}
	.corpWrapper.stock_04 .card-image {
		width: 30%;
		margin-right: 15px;
	}
	.corpWrapper.stock_04 .remarks {
			width: 100%;
	}
	.corpWrapper.stock_04 .tbl3 {
		line-height: 1.5;
	}
	.corpWrapper.stock_04 .longterm .tbl3 {
		width: 100%;
	}
		.corpWrapper.stock_04 .longterm .tbl3 + .text {
		width: 100%;
		padding-top: 1em;
	}
	.corpWrapper.stock_04 .tbl3 .txt_emphasis {
		font-size: 1.1em;
		padding-right: 3px;
	}
	.corpWrapper.stock_04 .remarks ul li {
		float: left;
		width: 50%;
	}
	.corpWrapper.stock_04 .faq h3 {
		font-size: 138%;
	}




	/* 中期経営計画 */
	.corpWrapper.plan .plan-box05 .text {
		margin: 0 0 20px 0;
	}

	.corpWrapper.plan .plan-text {
		margin-top: 15px;
	}
	.corpWrapper.plan .aim-box {
		margin-top: 15px;
		margin-left: 0px;
		margin-right: 0px;
		display: block;
	}
	.corpWrapper.plan .aim-box h3 {
		padding: 10px;
		font-size: 108%;
		width: auto;
		padding: 10px;
	}
	.corpWrapper.plan .aim-box ul {
		width: auto;
		padding: 10px;
	}
	.corpWrapper.plan .aim-box ul li {
		padding: 10px 10px 10px 25px;
		height: auto;
		font-size: 108%;
	}
	.corpWrapper.plan .aim-box ul li:before {
		left: 10px;
		top: 15px;
		-webkit-transform: none;
						transform: none;
	}
	.corpWrapper.plan .aim-box ul li + li {
		margin-top: 10px;
	}
	.corpWrapper.plan .aim-title {
		padding-top: 40px;
	}
	.corpWrapper.plan .aim-title:before {
		top: 10px;
	}
	.corpWrapper.plan .aim-title p {
		font-size: 123%;
	}
	.corpWrapper.plan section {
		margin-top: 15px;
	}
	.corpWrapper.plan .block h3.block-title {
		margin-left: 0px;
		font-size: 123%;
	}
	.corpWrapper.plan .block h4 {
		font-size: 108%;
		margin-bottom: 10px;
	}
	.corpWrapper.plan .block dl {
		margin-bottom: 10px;
	}
	.corpWrapper.plan .block dt {
		font-size: 100%;
		margin-bottom: 5px;
	}
	.corpWrapper.plan .block dd {
		margin-left: 10px;
	}
	.corpWrapper.plan .tbl,
	.corpWrapper.plan .tbl.five-year-plan {
		width: 100%;
		font-size: 12px;
		margin: 0;
	}
	.corpWrapper.plan thead tr:nth-child(1) th {
		padding: 8px 0;
	}
	.corpWrapper.plan .tbl thead th {
		text-align: center;
		background-color: #2a214c;
		color: #ffffff;
	}
	.corpWrapper.plan .tbl tbody {
		table-layout: fixed;
	}
	.corpWrapper.plan .tbl tbody th {
		width: 120px;
	}
	.corpWrapper.plan .tbl tbody td {
		width: auto;
	}
	.corpWrapper.plan .tbl + .annotation {
		margin-left: 0;
	}
	.corpWrapper.stock_04 .remarks td,
	.corpWrapper.stock_04 .remarks th,
	.corpWrapper.stock_04 .remarks td:nth-child(2) {
			padding-left: 9%;
	}
	.corpWrapper.stock_04 .remarks th {
			padding-left: 0px;
			padding-bottom: 11px;
			text-align: center;
	}

	/* 配当の考え方 */
	#corpBlock .corpWrapper.dividend * {
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
	}
	#corpBlock .corpWrapper.dividend .corpInner {
		margin-top: 20px;
	}
	#corpBlock .corpWrapper.dividend table th {
		padding-left: 10px;
		padding-right: 10px;
	}
	#corpBlock .corpWrapper.dividend table td {
		vertical-align: middle;
		text-align: center;
	}
	#corpBlock .corpWrapper.dividend table.tbl1 {
		width: 100%;
	}
	#corpBlock .corpWrapper.dividend table.tbl2 {
		table-layout: fixed;
	}
	#corpBlock .corpWrapper.dividend .policy .text {
		margin-bottom: 15px;
	}

	/* IRカレンダー */
	#corpBlock .corpWrapper.ircalendar .calendar-img {
		margin-top: 20px;
	}
}

/*有価証券報告書*/
#corpBlock .corpInner { max-width: 790px; }
.corpWrapper h3.caption:before {
		position: absolute;
		content: "";
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background-color: #b50081;
		left: -20px;
		top: 42%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
}
.corpWrapper h3.caption {
		margin-top: 25px;
		margin-bottom: 12px;
		text-align: left;
		position: relative;
		font-size: 138%;
		font-weight: bold;
		margin-left: 20px;
}
.corpWrapper .box h3 + dl { margin-top: 0px; }
.corpWrapper .box dt {
	border: 1px solid #d5d5d5;
	position: relative;
	font-weight: bold;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	padding-left: 20px;
}
.corpWrapper .box dt:before {
	content: "";
	display: inline-block;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 7px solid #b50081;
	position: absolute;
	left: 6px;
	top: 16px;
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
}
.corpWrapper .box dd {
	border-bottom: 1px dotted #d5d5d5;
	font-size: 14px;
	height: 40px;
	line-height: 42px;
	margin: 0px 20px;
}
.corpWrapper .box dd a {
	display: block;
}
.corpWrapper .box dd a:hover {
	color: #b50081;
}
.corpWrapper .box dd span:nth-child(2) {
	float: right;
	clear: both;
}
.corpWrapper .box dd span:nth-child(2) img { margin: 9px 7px 0px 0px; }
.corpWrapper .box.open dt span:before {
	content: "";
	width: 4px;
	height: 4px;
	display: block;
	border-top: 2px solid #b50081;
	border-right: 2px solid #b50081;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	position: absolute;
	top: 0;
	right: 13px;
	bottom: 2px;
	margin: auto 0;
}
.corpWrapper .box.open dt { cursor: pointer; }
.corpWrapper .box.open dt:hover span {
	color: #b50081;
}
.corpWrapper .box.open dt:hover {
	border: 1px solid #b50081;;
}
.corpWrapper .box.open dt:after {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border: 2px solid #b50081;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	margin: auto 0;
}
.corpWrapper .box.open dd { display: none; }
.corpWrapper .box.open.show dt span:before {
	transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	bottom: -1px;
}
.corpWrapper .box.open.show dd { display: block; }
.corpWrapper .box.open dl { margin-bottom: 9px; }
.corpWrapper .box.open.show dl { margin-bottom: 20px; }
.mab20 { margin-bottom: 20px; }
.mat35 { margin-top: 35px; }

@media (max-width: 768px) {
	#corpBlock .corpInner {
			padding: 0px;
	}
	.corpWrapper h3.caption {
			margin-top: 20px;
			margin-bottom: 10px;
	}
	.corpWrapper h3.caption { font-size: 16px; }
	.corpWrapper .box dt:before { top: 22px; }
	.corpWrapper .box dd {
		font-size: 12px;
		height: 69px;
		line-height: 71px;
	}
	.corpWrapper .box dd span:nth-child(1) {
		line-height: 15px;
		display: inline-block;
		vertical-align: middle;
	}
	.corpWrapper .box dt {
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}
	.corpWrapper .box dt span {
		line-height: 15px;
		display: inline-block;
		vertical-align: middle;
	}
	.corpWrapper .box dd span:nth-child(2) img {
			margin: 24px 7px 0px 0px;
	}
	.mat35 {
			margin-top: 0px;
	}
	.corpWrapper h3.caption:before {
			width: 12px;
			height: 12px;
			top: 45%;
	}
}
@media (max-width: 600px) {
		.corpWrapper.stock_04 .remarks td, .corpWrapper.stock_04 .remarks th, .corpWrapper.stock_04 .remarks td:nth-child(2) {
				 padding-left: 0%;
		}
		.corpWrapper.stock_04 .remarks th { text-align: left; }
}

@media (max-width: 450px) {
	.corpWrapper .box dd {
			height: auto;
	}
	.corpWrapper.stock_04 .remarks {
				font-size: 77%;
				padding: 0px;
	}
}
@media (max-width: 350px) {
	.corpWrapper .box dd { height: auto; }
}
@media (max-width: 280px) {
	.corpWrapper .box dd span:nth-child(1) {
		width: 40%;
	}
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
旧マックスバリュ北海道 株主優待制度
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mv-stock .mv-stock-tit01 {
	font-weight: bold;
	font-size: 116%;
	margin-left: 18px;
}
.mv-stock .mv-stock-tit01 span {
	color: #b50081;
	font-size: 11px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.mv-stock .mv-stock-tit02 {
	margin: 10px 10px 0 34px;
	line-height: 20px;
}
.ma-space {
	margin-top: 40px;
}
.mv-stock-box {
	margin: 20px 33px 0;
	border-bottom: 1px solid #666;
}
.mv-stock-box-tit {
	background: #666;
	color: #fff;
	font-weight: bold;
	font-size: 116%;
	text-align: center;
	padding: 9px 0;
}
.mv-stock-box ul:after {
	content: "";
	display: block;
	clear: both;
}
.mv-stock-box li {
	float: left;
	width: calc(100%/3);
}
.mv-stock-box li h4 {
	color: #fff;
	font-weight: bold;
	background: #ba0e7e;
	text-align: center;
	padding: 6px 0;
}
.mv-stock-box li + li h4 {
	border-left: 1px dashed #fff;
}
.mv-stock-box li:nth-child(2) .mv-stock-box-line {
	border-right: 1px dashed #666;
	border-left: 1px dashed #666;
}
.mv-stock-box li:last-child .mv-stock-box-line {
	border-right: none;
}
.mv-stock-box-txt {
	line-height: 20px;
	margin: 10px 0 0 9px;
}
.mv-stock-box-img {
	text-align: center;
	font-size: 0;
}
.mv-stock-box-img img {
	width: 100%;
}
.mv-stock-box-line {
	padding: 5px 5px 15px;
}
.mv-stock-box ul + ul li {
	width: 50%;
}
.mv-stock .indent {
	text-indent: -1em;
	padding-left: 1em;
	margin: 8px 33px 0;
	line-height: 20px;
}

@media (max-width: 768px) {
	.mv-stock-box li,.mv-stock-box ul + ul li {
			width: 100%;
	}
	.mv-stock-box li:nth-child(2) .mv-stock-box-line,
	.mv-stock-box li + li h4,.mv-stock-box {
			border: none;
	}
	.mv-stock-box ul {
			border: 2px solid #b50081;
	}
	.mv-stock .mv-stock-tit01 {
		font-size: 100%;
	}
	.mv-stock .mv-stock-tit02 {
			margin: 6px 10px 0 33px;
			line-height: 18px;
	}
	.ma-space {
			margin-top: 20px;
	}
	.mv-stock .indent,
	.mv-stock .mv-stock-tit02 {
		line-height: 17px;
		font-size: 11px;
	}
}
@media (min-width: 769px) {
	.corporation.stock_05 .modal{
		display: none;
		height: 100vh;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	.corporation.stock_05 .modal iframe {
		width: 100%;
		height: 445px;
	}
	.corporation.stock_05 .modal_bg{
		background: rgba(0,0,0,0.8);
		height: 100vh;
		position: absolute;
		width: 100%;
	}
	.corporation.stock_05 .modal_content{
		background: #fff;
		left: 50%;
		padding: 30px;
		position: relative;
		top: 50%;
		transform: translate(-50%,-50%);
		max-width: 800px;
		width: 82%;
		font-size: 0;
	}
	.corporation.stock_05 p.modal-close {
	    position: absolute;
	    top: -23px;
	    right: -23px;
	    display: block;
	    width: 42px;
	    height: 0;
	    cursor: pointer;
	    overflow: hidden;
	    background: #333;
	    padding-top: 42px;
	    border: 2px solid #fff;
	    border-radius: 50%;
	    -moz-border-radius: 50%;
	    -webkit-border-radius: 50%;
	}
	.corporation.stock_05 p.modal-close:before,
	.corporation.stock_05 p.modal-close:after {
	    content: "";
	    display: block;
	    width: 25px;
	    height: 4px;
	    background: #fff;
	    border-radius: 2px;
	    -moz-border-radius: 2px;
	    -webkit-border-radius: 2px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	}
	.corporation.stock_05 p.modal-close:before {
	    transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	}
	.corporation.stock_05 p.modal-close:after {
	    transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	}
	.corporation.stock_05 .corpInner .modal-open {
		cursor: pointer;
	}
	.corporation.stock_05 .corpInner .modal-open:hover {
		opacity: .6;
		transition-duration: .3s;
		-moz-transition-duration: .3s;
		-webkit-transition-duration: .3s;
	}
}
@media (max-width: 768px) {
	.corporation.stock_05 .corpInner iframe {
		width: 100%;
		height: 52vw;
	}
}


.stock_05 .corpWrapper .pdf-list02 {
	text-decoration: underline;
	color: #b50081;
	background: #fff;
	padding: 0 3px 0 8px;
	margin: 0 2px;
	font-weight: bold;
}
.stock_05 .corpWrapper .pdf-list02 img {
	margin: 0 3px;
	position: relative;
	top: 3px;
}
.stock_05 .corpWrapper .katsuyou {
	padding: 15px;
	background: #ffe3f7;
	margin: -12px 0 20px 0;
	line-height: 23px;
	border-top: 5px solid #b50081;
	border-bottom: 5px solid #b50081;
}
.stock_05 .corpWrapper .katsuyou .katsuyou_tit {
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
	font-size: 108%;
	border-bottom: 1px solid;
	padding-bottom: 4px;
}
.stock_05 .corpWrapper .katsuyou .katsuyou_deco {
	background: #fff;
	color: #b50081;
	font-weight: bold;
	padding: 0 8px;
	margin: 0 2px;
}
.stock_05 .corpWrapper .katsuyou p {
	margin: 20px 0 0 0 !important;
}
@media (max-width: 768px) {
	.stock_05 .corpWrapper .pdf-list02 img {
		width: 16px;
		height: 20px;
	}
	.stock_05 .corpWrapper .katsuyou {
		margin-top: -5px;
	}
}



/* IR資料室 */
	#corpBlock .corpWrapper.ir-document{
		margin-top: 70px;
	}
  #corpBlock .corpWrapper.ir-document .corpInner {
	max-width: 850px;
  }
  #corpBlock .corpWrapper.ir-document * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  #corpBlock .corpWrapper.ir-document *:before, #corpBlock .corpWrapper.ir-document *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  #corpBlock .corpWrapper.ir-document .bgTitle {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px;
	height: 110px;
	background-image: url(../images/index/title.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	font-size: 230%;
	margin-left: -50px;
	margin-top: -50px;
	margin-right: -50px;
	color: #fff;
  }
  #corpBlock .corpWrapper.ir-document ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-top: 40px;
	margin-bottom: -40px;
  }
  #corpBlock .corpWrapper.ir-document ul li {
	margin-left: 20px;
	width: calc(100% / 3 - 20px);
	margin-bottom: 40px;
  }
  #corpBlock .corpWrapper.ir-document ul li a {
	display: block;
  }
  #corpBlock .corpWrapper.ir-document ul li a:hover figure,
  #corpBlock .corpWrapper.ir-document ul li a:hover p { 
	  opacity: 0.6; 
  }
  #corpBlock .corpWrapper.ir-document ul li a:hover h3 {
	color: #b50081;
  }
  #corpBlock .corpWrapper.ir-document ul li figure {
	margin-top: 10px;
	width: 49%;
	display: inline-block;
  }
  #corpBlock .corpWrapper.ir-document ul li figure img {
	width: 100%;
	height: auto;
  }
  #corpBlock .corpWrapper.ir-document ul li p {
	font-size: 100%;
	margin-top: 10px;
	line-height: 1.5;
	width: 47%;
	float: right;
  }
  #corpBlock .corpWrapper.ir-document ul li h3 {
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	font-size: 108%;
  }
  #corpBlock .corpWrapper.ir-document ul li h3:before {
	content: "";
	width: 15px;
	height: 15px;
	border: solid 3px #b50081;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 47%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  
  @media (max-width: 768px) {
	#corpBlock .corpWrapper.ir-document .corpInner {
	  max-width: inherit;
	}
	#corpBlock .corpWrapper.ir-document .bgTitle {
	  position: relative;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  padding: 20px;
	  background-image: url(../images/index/title_sp.jpg);
	  height: 135px;
	  font-size: 169%;
	  margin-left: -20px;
	  margin-right: -20px;
	  margin-top: 0;
	}
	#corpBlock .corpWrapper.ir-document ul {
	  display: block;
	  margin-left: 0;
	  margin-top: 20px;
	  margin-bottom: 0;
	}
	#corpBlock .corpWrapper.ir-document ul li {
	  margin-left: 0px;
	  width: auto;
	  margin-bottom: 23px;
	  overflow: hidden;
	}
	#corpBlock .corpWrapper.ir-document ul li + li {
	  margin-top: 20px;
	}
	#corpBlock .corpWrapper.ir-document ul li figure img {
	  max-width: inherit;
	  width: 100%;
	  height: auto;
	}
	#corpBlock .corpWrapper.ir-document ul li h3 {
	  font-size: 18px;
	  float: left;
	  padding-left: 25px;
	}
	#corpBlock .corpWrapper.ir-document ul li h3:before {
	  top: 13px;
	  width: 18px;
	  height: 18px;
  
	}
	#corpBlock .corpWrapper.ir-document ul li figure { 
	  float: right;
	  width: 43.1%;
	  margin-top: 5px;
	}
	#corpBlock .corpWrapper {
	  padding: 0 20px;
	}
	#corpBlock .corpInner { 
	  padding: 0px;
	}
	#corpBlock .corpWrapper.ir-document ul li p {
		width: 54%;
		margin-right: 2.9%;
		margin-top: 32px;
	}
  }
  
  @media (max-width: 375px) { 
	  .corpWrapper .box dd span:nth-child(1) {
		  margin-right: 10%;
	  }
  }
  @media (max-width: 370px) { 
	  #corpBlock .corpWrapper.ir-document ul li p {
		  width: 53%;
	  }
  }
  
  @media (max-width: 290px) { 
	  #corpBlock .corpWrapper.ir-document ul li p {
		  width: 52%;
	  }
  }
  
  @media (max-width: 250px) {
	  #corpBlock .corpWrapper.ir-document ul li figure {
		  width: 100%;
	  }
	  #corpBlock .corpWrapper.ir-document ul li p {
		  width: 100%;
		  margin-right: 0px;
		  margin-top: 15px;
	  }
  }
  