
/* from new ueki 2020 07 05.. style.footerarea_new */

footer.container {
	padding:40px 15px !important;
	background-color:#fff;
	line-height: auto!important;
}

#web-footer .logo {
  margin: 0!important;
}

@media screen and (max-width: 750px) {
  footer li {
  	line-height:0px !important;
  }

  footer#web-footer li {
    line-height: normal!important;
    padding: 0 !important;;
  }

  footer#web-footer li a{
    vertical-align: middle;
    font-size: 11px;
    color: #303335!important;
    display: block;
    padding: 15px 0;
  }

  footer#web-footer {
    padding: 0 15px 20px!important;
  }

  footer#web-footer .right .sns-ico {
    margin-top: 30px;
  }

  #web-footer .logo {
    margin: 25px 0 0!important;
    width: 130px;
  }

  #web-footer .logo svg {
    width: 100%;
  }
}
/* from new ueki 2020 07 05.. style.footerarea_new */

/* 全体 */
html {
  position: relative;
  min-height: 100%;
}

body {
	font-family: Avenir, "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.for_pc {
	display: inherit;
}

.for_sp {
	display: none;
}

@media screen and (max-width: 640px){
	.for_pc {
		display: none;
	}

	.for_sp {
		display: inherit;
	}
}

h1 {
	font-size: 22px;
	padding: 0 0 10px 0px;
	text-align: center;
	color: #007AFF;
}

h1 span {
	font-size: 16px;
}

p {
	margin: 0;
}

.error-msg {
	color: #FF4040;
	margin: 0;
}

.error-body {
	padding: 20px;
}

.text-center {
	text-align: center;
}

#fadein-app-dl {
	display: none;
    width: 100%;
    text-align: center;
    position: fixed; 
    bottom: 10px; 
    z-index: 999;
}
#fadein-app-dl a:visted,#fadein-app-dl a:active{
    color: #FFF;
}
#fadein-app-dl a{
    display: inline-block;
    border-radius: 4px;
    line-height: 18px;
    height: auto;
    padding: 8px 25px 8px 10px;
    position: relative;
    font-size: 14px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.8);
    color: #FFF!important;
    text-align: center;
    max-width: 400px;
    width: 85.5%;
    box-sizing: border-box;
}
span.komoji {
    font-size: 0.7em;
    display: block;
}
#fadein-app-dl a span.link{
    position: relative;
    display: inline-block;
    margin-left: 20px;
}
#fadein-app-dl a span.link:before {
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -12px;
    content: "";
    background-image: url(../../img/common/bag_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
}
#fadein-app-dl a:after {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 5px;
    content: ">";
    color: #FFF;
    margin-top: -10px;
    margin-bottom: auto;
}

.go-to-top {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 41px;
	padding-top: 42px;
	z-index: 110;
	color: #F1C455;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	width: 60px;
	/* background-color: rgba(200, 200, 200, 0.7); */
	border-radius: 4px;
	-webkit-transition: background-color linear 0.4s;
	-moz-transition: background-color linear 0.4s;
	-o-transition: background-color linear 0.4s;
	transition: background-color linear 0.4s;
}

@media screen and (min-width: 767px ) {
	.go-to-top {
		/* right: 20px; */
	}
}

.go-to-top::before,
.go-to-top::after{
	position: absolute;
	top: -20px;
	bottom: 0;
	left: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	}

.go-to-top::before {
	width: 60px;
	height: 60px;
	/* border: 4px solid #F1C455; */
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.7);
}

.go-to-top::after {
	top: -14px;
	left: 33px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.go-to-top:hover {
	/* background-color: rgba(128, 128, 128, 0.9); */
}

/* ログインを促すポップアップ */
.overlay-login {
	position: absolute;
	display: none;
	top: 0;
	width: 100%;
	z-index: 200;
	background-color: rgba(0,0,0,0.6);
}

.recommend-login {
	display: none;
	/*position: absolute;*/
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	background-color: #FFFFFF;
	border-radius: 4px;
	width: 350px;
	height: 250px;
	padding: 10px;
	z-index: 4001;
}

.recommend-login h3 {
	text-align: center;
}

.recommend-login p {
	text-align: center;
}

.recommend-login .btn-register {
	margin: 20px auto 10px;
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border-radius: 4px;
	z-index: 202;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.recommend-login .btn-register:hover {
	background-color: #CC9900;
}

.recommend-login-close{
	position: absolute;
	left: 290px;
	text-align: right;
	font-size: 30px;
	padding-right: 10px;
}

/* ヘッダー */
header {
/*	position: fixed;*/
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 100;
	border-bottom: 2px solid #BCBCBC;
	margin-bottom: 10px;
}

header .upper {
	position: relative;
	width: 100%;
	margin-top: 5px;
}

header .upper .hamburger-menu {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 104;
	display: none;
}

header .upper .hamburger-menu p {
	margin: 0;
	line-height: 10px;
	text-align: center;
	color: #999999;
	font-size: 11px; /* ★ */
}

header .upper .hamburger-menu .menu-trigger,
header .upper .hamburger-menu .menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	-webkit-transition: all linear 0.4s;
	-moz-transition: all linear 0.4s;
	-o-transition: all linear 0.4s;
	transition: all linear 0.4s;
}

header .upper .hamburger-menu .menu-trigger {
	position: relative;
	width: 35px;/* ★ */
	height: 18px;/* ★ */
	outline: none;
}

header .upper .hamburger-menu .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #999999;
	border-radius: 4px;
}

header .upper .hamburger-menu .menu-trigger span:nth-of-type(1) {
	top: 0;
}

header .upper .hamburger-menu .menu-trigger span:nth-of-type(2) {
	top: 7px;/* ★ */
}

header .upper .hamburger-menu .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

header .upper .hamburger-menu .menu-trigger.active {
	height: 25px;/* ★ */
}

header .upper .hamburger-menu .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-315deg);/* ★ */
	transform: translateY(9px) rotate(-315deg);/* ★ */
}

header .upper .hamburger-menu .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

header .upper .hamburger-menu .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(315deg);/* ★ */
	transform: translateY(-12px) rotate(315deg);/* ★ */
}

header .upper .logo-box-top ,
header .upper .logo-box {
	position: absolute;
	top; 3px;
	left: 0;
	text-align: left;
	z-index: 101;
}

header .upper .logo-box-top img ,
header .upper .logo-box img {
	width: 140px;
}

header .upper .login-box-top ,
header .upper .login-box {
	float: right;
	/* margin-left: 20px; */
	margin-left: 10px;
	width: 150px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border-radius: 4px;
	z-index: 102;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

header .upper .login-box-top:hover,
header .upper .login-box:hover {
	background-color: #CC9900;
}

header .upper .register-box {
	float: right;
	/* margin-left: 20px; */
	margin-left: 10px;
	width: 150px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	/* color: #F1C455; */
	color: #0099e8;
	font-weight: normal;
	background-color: #FFFFFF;
	/* border: 1px solid #F1C455; */
	border: 1px solid #0099e8;
	border-radius: 4px;
	z-index: 102;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

header .upper .register-box:hover {
	/* background-color: #FFEFB5; */
	background-color: #0099e8;
	/* font-weight: bold; */
	color: #fff;
}

header .upper .search-box {
	position: relative;
	float: right;
	z-index: 102;
}


@media screen and (max-width: 992px) and (min-width: 540px) {
	header .upper .search-box {
		display: none;
	}
}



header .upper .search-box input[type="text"] {
	width: 180px;
	height: 28px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	padding: 5px 30px 5px 5px;
	border-radius: 4px;
	-webkit-transition: width linear 0.2s, border linear 0.2s;
	-moz-transition: width linear 0.2s, border linear 0.2s;
	-o-transition: width linear 0.2s, border linear 0.2s;
	transition: width linear 0.2s, border linear 0.2s;
}

header .upper .search-box input[type="text"]:focus {
	border: 1px solid #F1C455;
	width: 280px;
}

header .upper .search-box input[type="text"]::-webkit-input-placeholder {
	color: #A0A0A0;
}

header .upper .search-box input[type="text"]:-moz-placeholder {
	color: #A0A0A0;
}

header .upper .search-box input[type="text"]::-moz-placeholder {
	color: #A0A0A0;
}

header .upper .search-box input[type="text"]:-ms-input-placeholder {
	color: #A0A0A0;
}

header .upper .search-box .search-button {
	height: 27px;
	width: 25px;
	position: absolute;
	top: 1px;
	right: 1px;
	cursor: pointer;
}

header .upper .search-box .search-button img {
	width: 20px;
	padding: 3px 5px 0 0;
}

header .lower {
	width: 100%;
	margin-top: 31px;
	overflow: hidden;
	position: relative;
}

header .lower .category-box {
	display: table;
	width: 100%;
	min-width: 768px;
	table-layout: fixed;
}

header .lower .category-box .header-lower-item {
	display: table-cell;
	text-align: center;
	cursor: pointer;
	padding: 10px 0 10px;
	border-radius: 4px 4px 0 0;
	font-weight: normal;
	color: #303030;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-transition: color linear 0.2s;
	-moz-transition: color linear 0.2s;
	-o-transition: color linear 0.2s;
	transition: color linear 0.2s;
	/* font-weight: bold; */
}

header .lower .category-box .current {
	color: #007aff;
}

header .lower .category-box .header-lower-item:hover {
	color: #9ADDFF;
}

header .upper_simple .logo-box {
	margin: 5px 0 0;
	width: 140px;
}

header .upper_simple .logo-box img {
	width: 100%;
}

header .slide-menu,
header .slide-menu ul li .sub-menu {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 103;
	color: #FFFFFF;
	display: none;
}

header .slide-menu {
	/*top: 62px;*//* ★*/
	top: 52px;
	left: 0;
	width: 250px;
}

header .slide-menu ul li .sub-menu {
	top: 0;
	left: 250px;
	width: 250px;
}

header .slide-menu ul,
header .slide-menu ul li .sub-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

header .slide-menu ul li,
header .slide-menu ul li .sub-menu ul li {
	padding:  10px;
	cursor: pointer;
	line-height: 20px;
	position: relative;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

header .slide-menu ul li .sub-menu ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}


header .slide-menu ul li:after,
header .slide-menu ul li .sub-menu ul li:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 20px;
	margin-top: -7px;
	z-index: 1;
}

header .slide-menu ul li:hover,
header .slide-menu ul li .sub-menu ul li:hover {
	background-color: rgba(128, 128, 128, 0.8);
	color: rgba(0, 0, 0, 0.8);
}

header .slide-menu ul li:hover span {
	font-weight: bold;
	font-size: 15px;
}

header .slide-menu ul li .sub-menu ul li p {
	margin: 0;
}

header .slide-menu ul li .sub-menu ul li:hover p {
	display: inline;
	font-weight: bold;
	font-size: 15px;
}

header .slide-menu ul li.has-sub::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 11px;
	right: 5px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 8px solid #FFFFFF;
}

header .slide-menu ul li.has-sub:hover::after {
	border-left: 8px solid rgba(0, 0, 0, 0.8);
}

/*
@media screen and (max-width: 992px ) {
	header .upper .register-box {
		display: none;
	}
}

*/
@media screen and (max-width: 768px ) {
	header .upper .hamburger-menu {
		display: block;
	}

/*
	header .upper .logo-box {
		display: none;
	}
*/
}


@media screen and (max-width: 768px ) {
	header .upper .logo-box {
		display: none;
	}
}



@media screen and (max-width: 450px ) {
	header .upper .search-box input[type="text"]:focus {
		width: 180px;
	}
}

@media screen and (min-width: 767px ) {
	header .slide-menu {
		display: none !important;
	}
}

@media screen and (max-width: 540px ) {
	header .upper .login-box {
		width: auto;
		height: auto;
		line-height: 14px;
		color: #0000FF;
		text-decoration: underline;
		top: 10px;
		background-color: transparent;
	}

	header .upper .register-box {
		width: auto;
		height: auto;
		line-height: 14px;
		color: #0000FF;
		border:none;
		text-decoration: underline;
		top: 10px;
		background-color: transparent;
	}

	header .upper .search-box {
		position: absolute;
		top: 30px;
		right: 0;
	}

	header .slide-menu ul li .sub-menu {
		position: relative;
		display: block !important;
		top: 10px;
		left: 10px;
		width: 230px;
	}

	header .slide-menu ul li .sub-menu .font-small {
		font-size: 12px;
	}

	header .slide-menu ul li.has-sub::after {
		border: 8px solid transparent;
		border-top: 8px solid #FFFFFF;
	}

	header .slide-menu ul li.has-sub:hover::after {
		border: 8px solid transparent;
		border-top: 8px solid rgba(0, 0, 0, 0.8);
	}

	header .lower {
		margin-top: 44px;
	}
}

@media screen and (max-width: 400px ) {
	header .upper .logo-box-top img {
		width: 100px;
	}
}
@media screen and (max-width: 350px ) {
	header .upper .logo-box-top img {
		width: 90px;
	}
}
@media screen and (max-width: 340px ) {
	header .upper .logo-box-top img {
		width: 80px;
	}
}
@media screen and (max-width: 320px ) {
	header .upper .logo-box-top img {
		width: 75px;
	}
}
@media screen and (max-width: 310px ) {
	header .upper .logo-box-top img {
		display: none;
	}
}

/* 左サイドメニュー */
.side-menu-left .side-menu-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}

.side-menu-left {
	margin: 0;
	padding: 20px 0 0;
	width: 100%;
}

.side-menu-left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.side-menu-left ul li {
	padding:  8px 10px;
	color: #007aff;
	cursor: pointer;
	line-height: 20px;
	position: relative;
	border-bottom: 1px solid #C7C7C7;
/*	border-left: 1px solid #C7C7C7;*/
/*	border-right: 1px solid #C7C7C7;*/
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.side-menu-left ul li:first-child {
	border-top: 1px solid #C7C7C7;
}

.side-menu-left ul li:hover {
	background-color: #F0F0F0;
}

.side-menu-left ul li:after ,
.side-menu-left ul li.has-sub::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 20px;
	margin-top: -7px;
	z-index: 1;
}

.side-menu-left ul li.has-sub .sub-menu {
	display: none;
	position: absolute;
	top: -10px;
	right: -260px;
	width: 260px;
	border-radius: 5px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
	box-shadow: 3px 3px 4px #C7C7C7;
	z-index: 10;
}

.side-menu-left ul li.has-sub .sub-menu ul li {
	border-left: none;
	border-right: none;
	border-top: none;
}

.side-menu-left ul li.has-sub .sub-menu ul li:last-child {
	border-bottom: none;
}

.side-menu-left iframe {
	margin: 10px;
}

/* アプリダウンロードバナー */
.side-menu-right div.app-dl-box img {
	width: 98%;
    /* padding: 2px; */
}

/* 右サイドメニュー */
.side-menu-right {
	margin: 0;
	padding: 20px 0 0;
	width: 100%;
}

.side-menu-right .content {
	display: none;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.side-menu-right .content h4 {
	padding: 5px 10px 0;
	margin: 0;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
}

.side-menu-right .content img {
	width: 100px;
}

.side-menu-right .content a.more {
	vertical-align: bottom;
}

/* フッター */
.dl-image {
	width: 100%;
	max-width: 675px;
}

footer {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
/*	height: 150px;*/
	padding-top: 15px;
	background-color: #f5f5f5;
}

footer .sp-only {
	display: none;
	width: 100%;
}

footer .sp-only::before,
footer .sp-only::after {
	display: block;
	content: "";
	height: 10px;
	background-color: #f5f5f5;
	/*background-color: #FFFFFF;*/
}

.sp_bottom_space {
	padding-bottom: 0px;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 2.5em;
}

footer ul li .footer-app-img {
	height: 40px;
}

footer ul li .sns-buttons {
	margin: 10px 0 20px 0;
	overflow: hidden;
}

footer ul li .sns-buttons .footer-sns-img {
	width: 45px;
	float: left;
	margin-right: 10px;
}

footer .footer-corp {
/*
	position: absolute;
	left: 0;
	bottom: 0;
*/
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: #999999;
	color: #FFFFFF;
}

@media screen and (max-width: 992px ) {
	footer ul li .sns-buttons  {
		/* margin-left : 45%; */
	}

	footer ul li .sns-buttons .footer-sns-img {
		width: 35px;
	}
}


.font-blue {
	color: #007AFF;
}
.cursor-pointer{
	cursor: pointer;
}


/* パンくずリストスクロール */
#bread_scrl {
	position: relative;
}

#bread_scrl .breadcrumb-box {
	display: table;
	width: 100%;
	/* min-width: 450px; */
	table-layout: fixed;
	overflow: auto;
	white-space: nowrap;
}


/**********************************
	フッター
***********************************/

.jadma_img_app {
	float:left;
	margin-right: 3px;
}

.jadma_txt_app {
	font-size:11px;
	/* overflow: hidden; */
	padding-left:5px;
	line-height: 1.3em;
	padding-top: 1px;
	text-align: left;
}

@media screen and (max-width: 768px ) {

	.jadma_img_app {
		/* float:none; */
	}

	.jadma_txt_app {
		font-size:10px;
		/* float:none; */
		margin-top:0;
		padding-top: 4px;
		text-align: left;
	}

}

/* 並び替えセレクトボックス */
.cp_ipselect {
position: relative;
display:inline-block;
width: 150px;
margin: 10px auto;
text-align: center;
right:15px;
}
.cp_sl06 {
position: relative;
font-family: inherit;
background-color: transparent;
width: 100%;
padding: 10px 15px 7px;
font-size: 14px;
border-radius: 0;
border: none;
border-bottom: 1px solid rgba(0,0,0, 0.3);
}
.cp_sl06:focus {
outline: none;
border-bottom: 1px solid rgba(0,0,0, 0);
}
.cp_ipselect .cp_sl06 {
appearance: none;
-webkit-appearance:none
}
.cp_ipselect select::-ms-expand {
display: none;
}
.cp_ipselect:after {
position: absolute;
top: 18px;
right: 10px;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid rgba(0, 0, 0, 0.3);
pointer-events: none;
}
.cp_sl06_selectbar {
position: relative;
display: block;
width: 100%;
}
.cp_sl06_selectbar:before, .cp_sl06_selectbar:after {
content: '';
height: 2px;
width: 0;
bottom: 1px;
position: absolute;
background: #B28752;
transition: 0.2s ease all;
}
.cp_sl06_selectbar:before {
left: 50%;
}
.cp_sl06_selectbar:after {
right: 50%;
}
.cp_sl06:focus ~ .cp_sl06_selectbar:before, .cp_sl06:focus ~ .cp_sl06_selectbar:after {
width: 50%;
}
.cp_sl06_highlight {
position: absolute;
top: 25%;
left: 0;
pointer-events: none;
opacity: 0.5;
}
/* 会社概要 主要株主 */
.shareholder_wil_con{
/*  margin: 70px auto 0; */
/*  padding: 75px 20px 50px; */
/*  position: relative; */
/*  max-width: 980px; */
/*  width: 100%; */
/*  background-color: #F8F8F8; */
/*  text-align: center;*/
}

.shareholder_con{
    padding: 50px 20px 30px;
}
.shareholder_wil_con .wil_logo{
  width: 100%;
  text-align: center;
    margin: 0;
    padding: 0
}


.shareholder_wil_con .wil_logo img{
vertical-align: bottom;
    width: 50%;
    margin: 20px;
    padding: 0;
}

    
.shareholder_wil{
padding: 0 ;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

  .shareholder_wil li{
    margin: 10px;
    width: calc(48% - 20px);
  }

  .more_display{
    display: none;
  }

.shareholder_more_btn{
  background-color: #303335;
  color: #FFF;
  padding: 0.5em 0;
  font-size: 1.3em;
  margin: 10px;
  text-align: center;
}
#shareholder_list{
  font-size: 1.8rem;
}
#shareholder_list .shareholder_name{
  position: relative;
  padding: 0 0.3em;
}
#shareholder_list .shareholder_name:before{
  content: "";
  width: 100%;
  position: absolute;
  border-bottom: 8px solid #DABC94;
  opacity: 0.5;
  z-index: -1;
  bottom: -3px;
  left: 0;
}
