@charset "utf-8";

/* font */
body{
	/* color:#333;
	background-color: #fafafa;
	font-size: 16px;
	font-family: "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","メイリオ",sans-serif; */
	overflow: hidden;
	min-width:1000px;
}

a:link{
  color:#333;
  text-decoration:none;
}

a:active{
  color:#333;
  text-decoration:none;
}

a:visited{
  color:#333;
  text-decoration:none;
}

/* layout */
header {
	width: 100%;
	background: #fff;
}
header .header-box {
	background: rgba(255,255,255,0.9);
	margin: 0 auto;
	padding: 7px 0;
	position: relative;
	width: 1000px;
}
header .header-box .logo, header .header-box .tel, header .header-box .header-nav {
	display: inline-block;
}
header .header-box .logo {
	padding-top: 10px;
}

header .header-box .logo img{
	height:59px;
	width:144px;
}

footer .logo img{
	/* height:59px; */
	height: 66px;
	/* width:144px; */
	width: 160px;
}
footer .address {
    line-height: 1.4em;
	font-size: 14px;
}

header .header-box .tel {
	float: right;
	margin-top: 25px;
}
header .header-box .header-nav {
	position: absolute;
	right: 0px;
	top: 35px;
}
header .header-box .header-nav li {
	float: left;
	font-weight: normal;
	margin-left: 45px;
}
header .header-box .header-nav li a{
	color: #b7b7b7;
}
.header-box {
	padding-left: 30px;
	padding-top: 7px;
}
.global-nav {
	margin: 0 auto;
	/* width: 1000px; */
	width: 1100px;
	padding: 24px 0;
}
.global-nav ul {
	box-sizing: border-box;
	display: table;
	/* width: 1000px; */
	width: 1100px;
}
.global-nav li {
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	/* width: 14.28%; */ /* 投資家情報表示なし */
	width: 12.5%; /* 投資家情報表示あり */
	list-style: none;
	line-height: 2;
	letter-spacing: 1px;
	/* font-weight: 500; */
}
.global-nav li:hover {
	box-sizing: border-box;
	border-bottom: 2px solid #333333;
}
.global-nav a {
	color: #fff;
}

/*------------------
COMPANY
--------------------*/

main #title {
	padding-top: 30px;
	text-align: center;
}
main #title h1 {
	padding-bottom: 30px;
	letter-spacing: 1px;
	padding-top: 20px;
}
main #title h2 {
	padding-top: 10px;
	font-family: "游明朝体", "Yu Mincho", YuMincho;
	text-align: center;
}
/* key-img */
.content-wrapper {
	display: block;
	background: #ffffff;
	width: 1000px;
	margin: 0 auto 50px;
	padding-top: 10px;
}
/* key-img */
.key-img {
	background: #f4f4f4;
}
.key-img2 {
	background: #E5E5E5;
}
.key-img h1{
	/* font-family: "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","メイリオ",sans-serif; */
	text-shadow: 1px 1px 7px #333333;
}
.key-img2 h1{
	/* font-family: "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","メイリオ",sans-serif; */
	text-shadow: 1px 1px 7px #333333;
}
.chatch{
	/* font-family: 'Cinzel Decorative',cursive; */
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 55px;
	margin-bottom: 25px;
}
.pagetop {
	float: right;
	position: fixed;
	top: 75%;
	right: 3%;
	z-index: 10;
	display:none;
}

/* header */
header nav#mainMenu {
	display: block !important;
}
.pc_only {
	display: inline-block;
}
.sp_only {
  display: none;
}
.global-nav li:hover {
	box-sizing: border-box;
	border-bottom: none;
}
.global-nav li a {
	display: inline-block;
	padding: 0 1em;
	margin-left: auto;
	margin-right: auto;
}
.global-nav li:hover a {
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
}
.global-nav li:hover li a {
	border-bottom: none;
}
nav.global-nav > ul > li {
	position: relative;
}
nav.global-nav ul ul {
	width: 222px;
}
nav.global-nav ul li ul {
	display: none;
	z-index: 510;
	width: 222px;
	background: #fff;
	border-radius: 3px;
}
nav.global-nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 30px;
	/* left: -30%; *//* 投資家情報表示 */
	left: -23%;
	text-align: center;
	padding-top: 1px;
	visibility: visible;
}

nav.global-nav ul li li:first-child {
	padding-top: 10px;
}
nav.global-nav ul li li {
	/* background-color: #fff; */
	display: block;
	width: 222px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0;
	text-align: left;
	height: 50px;
}
nav.global-nav ul li li:hover {
	border: none;
}
nav.global-nav ul li li a {
	width: 100%;
	padding: 12px 12px 12px 38px;
	display: block;
	box-sizing: border-box;
	position: relative;
}
nav.global-nav ul li li a:before {
	content: "-";
	position: absolute;
	left: 17px;
	top: 13px;
}
.sub-menu li a{
	color: #979797;
}
nav.global-nav ul li li a:link {
	color: #979797;
}
nav.global-nav ul li li a:hover {
	color: #333;
	text-decoration:underline;
}
#menuOpen, #menuClose {
	display: none;
}

span.sp-open,
li.hide{
	display: none !important;
}

li.sp_tel, li.sp_engl, li.sp_simplified, li.sp_merged {
	display: none;

}

a[href^="tel:"] { cursor: default; }

.banner_sp{
	display: none;
}

/* 追記 20230509 トピックスnewアイコン */
.new {
	position: relative;
}
.new::after {
	animation: flash 5s linear infinite;
	content: 'NEW';
	display: inline-block;
	position: absolute;
	top: 0;
	right: -55px;
	background: #f00;
	padding: 2px 10px;
	margin: 0 0 0 20px;
	border-radius: 3px;
}
@keyframes flash {
0%, 100% {
	opacity: 1;
}

50% {
	opacity: 0.5;
}
}