@charset "utf-8";
body {
	font-family: "Yu Gothic", "YuGothic",'Noto Sans JP', " q M m p S Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, C I, Helvetica, Arial, sans-serif;
}
#renew a {
	color: #007096;
}
#renew .al_center {
	text-align: center;
}
#renew .bd_top {
	width: 100%;
	border-top: 1px solid #e4e4e4;
}
#renew h2 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 500;
	margin-top: 50px;
}
#renew h2 span {
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
	background: #1b365d;
	vertical-align: middle;
	padding: 0.25em 0.5em;
	margin-left: 1.5rem;
}
#renew h3 {
	display: inline-block;
	margin: 60px auto 0;
	text-align: center;
	font-size: 2.6rem;
	border-bottom: 1px solid #000;
}
#renew h3 span {
	font-size: 2.0rem;
}
#renew .select_area_a {
	margin-top: 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
#renew p {
	font-size: 1.4rem;
}

@media screen and (min-width: 768px) {

}


/*ヘッダー*/
#renew .global-header-inner {
	position: relative;
	max-width: 1100px;
}
#renew .global-header-inner .login_area {
	position: absolute;
	top: 0;
	right:0;
}
#renew .global-header-inner .login_area ul {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
}
#renew .global-header-inner .login_area ul li {
	font-size: 1.3rem;
	padding: 5px 1.5rem;
	border-radius: 0 0 5px 5px;
}
#renew .global-header-inner .login_area ul li:nth-child(3) {
	background-color: #1b365d;
}
#renew .global-header-inner .login_area ul li:hover {
	background-color: #1b365d;
	transition: 0.2s;
	filter: brightness(150%);
}
#renew .global-header-inner .login_area ul li a {
	text-decoration: none;
	color: #000;
}
#renew .global-header-inner .login_area ul li:hover a {
	color: #fff;
}
#renew .global-header-inner .login_area ul li:nth-child(3) a {
	color: #fff;
}
#renew .global-nav-inner {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
#renew .logo {
	width: 220px;
}
#renew .global-header-inner p {
	display: block;
	margin: 0 auto;
	width: 220px;
	text-align: center;
	padding: 5px 0;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	font-weight: bold;
	margin-top: 10px;
}
#renew .global-nav-contents-inner {
	padding-bottom: 0;
}
#renew .global-nav {
	border-bottom: 2px solid #1b365d;
}
#renew .global-nav-list {
	max-width: 1000px;
	width: 100%;
	justify-content: center;
	column-gap: 2rem;
}
#renew .global-nav-list li {
	padding: 10px 1.0rem 5px;
	border-radius: 5px 5px 0 0;
	transition: 0.2s;
}
#renew .global-nav-list li:hover {
	background: #1b365d;
}
#renew .global-nav-list li a {
	font-weight: bold;
	color: #000;
	font-size: 1.7rem;
}
#renew .global-nav-list li:hover a {
	color: #fff;
}
#renew .global-nav-list li a::after {
	bottom: 0;
	background: none;
}
#renew .global-nav-list li:nth-child(7) a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
#renew .global-nav-list li:nth-child(7) a img {
	width: 1.8rem;
	margin-right: 0.5rem;
}
#renew .global-nav-list li:nth-child(7) a:hover img {
	filter: hue-rotate(180deg);
}
#renew .global-nav-list li:nth-child(7) a::before {
	content: "";
	width: 1.8rem;
	height: 1.8rem;
	margin-right: 0.5rem;
	background-image: url('/assets/biz/images/common/icon_search_renew.svg');
	background-size: contain;
}
#renew .global-nav-list li:nth-child(7):hover a::before {
	background-image: url('/assets/biz/images/common/icon_search_renew_white.png');
	background-size: contain;
}

@media screen and (max-width: 1024px) {
	#renew .global-header-inner .login_area {
		display: none;
	}
	#renew .global-nav-inner {
    width: 100%;
}
}
/*ヘッダーEND*/

/*フッター*/
#renew footer .copyright {
    font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
	#renew footer .copyright {
		font-size: 20px;
	}
}
/*フッターEND*/

/*container(1100px幅ブロック単位)*/
#renew .container {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 0;
}
/*containerEND*/
/*container_wide(100%幅ブロック単位)*/
#renew .container_wide {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
#renew .container_wide_g {
	background-color: #f4f4f4;
}
/*containerEND*/


/*パンくず*/
#renew .c-breadcrumbs {
	padding-left: 0;
	padding-right: 0;
	max-width: 1100px;
	font-weight: bold;
}
/*パンくずEND*/
/*製品ページ用サブナビゲーション*/
#renew .c-product-nav-list li a {
	color: #FFF;
	font-size: 1.7rem;
}
/*製品ページ用サブナビゲーションEND*/

