@charset "utf-8";

#mainV {
	background: url(/img/common/mainv2.jpg) no-repeat top center;
}

.pageNav ul li {
	width: calc(100% / 5);
}

.m3 {
	font-size: 37px;
	margin-bottom: 20px;
	font-weight: bold;
}

#company table {
	margin: 45px 0 50px;
	width: 100%;
	font-size: 16px;
}

#company table tr {
	border-top: solid 1px #CCC;
}

#company table tr:first-child {
	border-top: none;
}

#company table th {
	background: #546B8D;
	color: #FFF;
	padding: 20px 40px;
	width: 25%;
	font-weight: normal;
	vertical-align: top;
}

#company table td {
	background: #FFF;
	padding: 20px 40px;
	vertical-align: top;
}

#company table td .block01 {
	margin-left: 1em;
}

#company table td dt {
	clear: both;
	float: left;
	width: 7.5em;
}

#company table td dd {
	padding-left: 7.5em;
}

#company table td.border {
	border-left: dotted 1px #000;
}

#company #contents.top_mes {
	margin: 100px auto 60px;
}

#company .mes_txt {
	float: left;
	width: 645px;
}

#company .mes_txt h3 {
	margin-bottom: 30px;
	font-size: 36px;
	letter-spacing: 0.05em;
}

#company .mes_txt p {
	font-size: 16px;
	line-height: 1.8;
}

#company .mes_pic {
	float: right;
	width: 313px;
	text-align: center;
}


/*　office.php
--------------------------------------------------------------------------------------- */
#company .anc_list {
	border: solid 4px #CCC;
	margin: 40px 0;
	overflow: hidden;
}

#company .anc_list li {
	border-left: solid 4px #CCC;
	float: left;
	width: 25%;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

#company .anc_list li:first-child {
	border-left: none;
}

#company .anc_list li a {
	display: block;
	color: #0C2A84;
	margin-right: auto;
	margin-left: auto;
	padding: 13px 36px;
	width: 100%;
	font-size: 16px;
	text-decoration: underline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#company .detail {
	margin: 20px auto;
	width: 934px;
}

#company .detail li {
	border-top: dotted 1px #666666;
	padding: 40px 0 20px;
	overflow: hidden;
}

#company .detail li:first-child {
	border-top: none;
	padding: 0 0 20px;
}

#company .detail h4,
#company .ir_box h4 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-left: 25px;
	text-indent: -25px;
	font-weight: bold;
	line-height: 1.3;
}

#company .detail h4:before,
#company .ir_box h4::before {
	content: "";
	display: inline-block;
	border-left: solid 5px #083F95;
	height: 24px;
	vertical-align: top;
	margin-right: 20px;
}

#company .detail .address {
	float: left;
	width: 570px;
}

#company .detail .address p {
	margin-top: 5px;
	font-size: 16px;
}

#company .detail .map {
	float: right;
	width: 330px;
}

#company .detail .map p {
	margin-top: 5px;
	text-align: right;
}

#company .detail .map p a {
	background: url(/img/sub/arw03.gif) no-repeat right center;
	padding-right: 30px;
}
#company #contents_wrap.ir_wrap{
	overflow: inherit;
}
#company .ir{
	display: flex;
	justify-content: space-between;
}
#company .ir_box {
	width: 85%;
	margin: 50px auto;
}
#company .ir_box .ir_list{
	margin-bottom: 50px;
}

#company .ir_box p{
	font-size: 16px;
    line-height: 1.8;
	margin-bottom: 20px;
}

#company .ir_box .ir_ttl {
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}

#company .ir_box .ir_ttl:before {
	content: "";
	display: inline-block;
	border-left: solid 5px #083F95;
	height: 24px;
	vertical-align: top;
	margin-right: 14px;
}

#company .ir_box .ir_img img {
	width: 100%;
	height: auto;
}

#company .ir_box .scroll_mess {
	display: none;
	margin-bottom: 0;
}
#company aside{
	width: 14%;
	margin-top: 84px;
}
#company .fixed_box {
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 5;
}

#company .fixed_box h4 {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color: #083F95;
}

#company .fixed_box .finance_ctn {
	padding: 10px 0;
}

#company .fixed_box .finance_list a {
	display: block;
	text-align: center;
	padding: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#company .fixed_box .finance_list a:hover {
	opacity: 1;
	color: #083F95;
	text-decoration: underline;
}

#company .overview_table .shikaku_flx{
	display: flex;
	justify-content: space-between;
	width: 38%;
}


@media screen and (max-width: 1024px) {
	#company .mes_pic {
		width: 100%;
		margin-bottom: 80px;
	}

	#company .mes_txt {
		width: 100%;
	}

	#company .overview_table .shikaku_flx{
		width: 50%;
	}

}

@media screen and (max-width: 768px) {
	#mainV {
		background: url(/img/common/mainv2-sp.jpg) no-repeat bottom left;
		background-size: cover;
	}

	#company #contents.top_mes {
		margin: 60px auto;
	}

	#company .mes_txt h3 {
		font-size: 22px;
	}

	#company table {
		margin: 0 0 60px;
		width: 720px;
		font-size: 14px;
	}

	#company table th {
		width: 90px;
		padding: 10px;
	}

	#company table td {
		padding: 10px;
	}

	#company .anc_list li {
		border-left: none;
		border-bottom: solid 4px #CCC;
		float: none;
		width: 100%;
	}

	#company .anc_list li:last-child {
		border-bottom: none;
	}

	#company .detail {
		width: 100%;
	}

	#company .detail .address {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	#company .detail .address img {
		width: 100%;
	}

	#company .detail .map {
		float: none;
		width: 100%;
	}

	#company .detail .map iframe {
		width: 100%;
	}

	#company .history_table table {
		width: 100%;
	}

	#company .ir_box .ir_ttl {
		font-size: 16px;
	}

}

@media screen and (max-width: 420px) {
	.pageNav ul li {
		width: 100%;
	}

	#company .ir_box .ir_list{
		margin-bottom: 40px;
	}

	#company .ir_box p{
		font-size: 15px;
	}

	#company .ir_box .scroll_wrap {
		width: 100%;
		overflow-x: scroll;
	}

	#company .ir_box .scroll_wrap .ir_img {
		width: 600px;
	}

	#company .ir_box .scroll_mess {
		display: block;
	}

	#company .zaimu_btn {
		position: fixed;
		right: 0;
		bottom: 10vh;
		width: 110px;
		font-size: 14px;
		text-align: center;
		background-color: #083F95;
		color: #fff;
		padding: 15px;
		z-index: 5;
		border: none;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	#company .zaimu_btn .arrow {
		position: relative;
		display: inline-block;
	}

	#company .zaimu_btn .arrow::before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		position: absolute;
		top: 50%;
		left: 6px;
		margin-top: -8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#company .zaimu_btn.close {
		display: none !important;
	}
	#company #contents_wrap.ir_wrap{
		overflow: hidden;
	}
	#company .ir {
		display: block;
	}
	#company .ir_box {
		width: 100%;
	}
	#company aside {
		position: fixed;
		right: 0;
		bottom: 10vh;
		width: 100px;
		margin-top: 0;
		z-index: 10;
		-webkit-transform: translateX(110px);
		transform: translateX(110px);
		opacity: 0;
		transition: all 0.5s;
	}
	#company .fixed_box {
		/* -webkit-transform: translateX(110px);
		transform: translateX(110px);
		opacity: 0;
		transition: all 0.5s; */
	}

	#company .fixed_box{
		/* top: inherit;
		bottom: 10vh; */
	}
	#company aside.active {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		transition: all 0.5s;
	}
	#company .fixed_box .off_btn{
		border: none;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: block;
		width: 100%;
		padding-bottom: 10px;
		font-size: 14px;
		text-align: center;
		background-color: #fff;
		color: #083F95;
		text-decoration: underline;
	}

	#company .overview_table .shikaku_flx{
		width: 35%;
	}


}