@charset "utf-8";

#headerArea {
	text-align: left;
	width: 100%;
	margin: auto;
	height: auto;
	background: #fff;
	z-index: 100;
	position: fixed;
	left: auto;
	top: 0;
	position: inherit;
}

.topBer {
	width: 1280px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 0 40px;
}

.sitetitle {
	height: 120px;
	display: flex;
}

.sitetitle a {
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
	align-items: center;
}
.sitetitle a:hover {
	opacity: 1;
}

.sitetitlelogo a {
    height: 120px;
}

.sitetitle img {
	margin-right: 10px;
}

.sitetitle a p,
.tagline {
	font-size: 15px;
	line-height: 120px;
}

.sitetitle a p br,
.tagline br {
	display: none;
}

/* nav */

nav {
	z-index: 100;
	position: relative;
}

nav li {
	font-weight: 700;
	list-style: none;
}

nav li a {
	display: block;
	text-decoration: none;
}

.globalNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top: 42px !important;
}

.globalNav > li {
	height: 60px;
	font-size: 15px;
	color: #222222;
	padding: 0 20px;
	position: relative;
	display: flex;
	align-items: center;
}

.globalNav li a {
	text-decoration: none;
	height: 100%;
	display: flex;
	align-items: center;
}

.globalNav > li > a {
	position: relative;
}
.globalNav > li.navProduct > span {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

/* 商品・サービス */

li.drop {
	padding-right: 30px;
}

li.drop:after {
	content: "";
	width: 6px;
    height: 6px;
    border-bottom: 2px solid #777777;
    border-right: 2px solid #777777;
	position: absolute;
	top: 46%;
	right: 15px;
	transform: translateY(-50%) rotate(45deg);
}

li.drop.opened:after {
	transform: translateY(-0%) rotate(-135deg);
}

.globalNav > li:first-child {
	padding-left: 0;
}

.globalNav li.navColumn {
	padding-right: 0;
}

/* オンラインストア */

.globalNav li.navOnline {
	position: absolute;
	top: 25px;
	right: 0;
	line-height: inherit;
	height: inherit;
	margin-top: 0;
	padding: 0;
}

.globalNav .navOnline a {
	height: 30px;
	line-height: 30px;
	margin: auto;
	font-size: 13px;
	border: 2px solid #004ea2;
	color: #004ea2;
	padding: 0 25px;
	border-radius: 15px;
	transition: .3s;
}

.globalNav .navOnline a:hover {
	background: #004ea2;
	color: #fff;
	opacity: 1;
}

/* 縦line */

.globalNav > li:not(.navOnline):before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 14px;
	background: #ccc;
	transform: translateY(-50%);
}

.globalNav > li:first-child:before {
	display: none;
}

/* hover下線 */

.globalNav > li:not(.navOnline) > a:after,
.globalNav > li.navProduct.active > span:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background: #004ea2;
	opacity: 0;
	transition: .3s ease 0s;
}

.globalNav > li > a:hover {
	opacity: 1;
}

.globalNav > li > a:hover:after,
.globalNav > li.active > a:after {
	opacity: 1;
	width: 100%;
}

.globalNav > li.navProduct.active > span:after {
    width: 100%;
    opacity: 1;
}
.globalNav > li.navProduct.active.opened > span:after {
	width: 0;
}

.tablet .globalNav > li > a:after,
.tablet .globalNav > li.navProduct.active > span:after {
	display: none;
}

/* subNav */

.subNavWrap {
	position: absolute;
	top: 78px;
	left: 50%;
	transform: translateX(-50%);
	width: 430px;
	opacity: 0;
	transition: .3s ease 0.5s;
	background: #004ea2;
	visibility: hidden;
}

/*li.drop:hover .subNavWrap,*/
.opened .subNavWrap {
    transition: .3s ease 0s;
	opacity: 1;
	visibility: visible;
}

.subNavWrap:before {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
    border-bottom: 10px solid #014da1;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.globalNav .subNav li {
	background: #002e60;
	border-top: 1px solid #8399b2;
}

.globalNav .subNav li:first-child {
	border: none;
}

.globalNav li.subNav_01 {
	background: #004ea2;
}

.globalNav .subNav a {
	color: #fff;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	margin: 0;
	text-decoration: none;
	position: relative;
	transition: .3s;
}

.globalNav .subNav a:hover {
	opacity: 0.6;
}

.tablet .globalNav .subNav a:hover {
	opacity: 1;
}

.subNav a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.subNav figure {
	margin-right: 10px;
	height: 70px;
}

.subNav ul > li > a > figure > img {
	width: 120px;	
	border-radius: 10px;
}

.subNav small {
	display: block;
	font-size: 12px;
}

li.subNav_05 {
	margin-top: 10px;
}

/* 法人・質問 */

nav .subLink {
	position: absolute;
	top: 30px;
	right: 160px;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

nav .subLink a {
	font-size: 13px;
	color: #999999;
	margin: 0 15px;
	text-decoration: none;
	transition: .3s;
}

nav .subLink a:hover {
	opacity: 0.6;
}

.tablet nav .subLink a:hover {
	opacity: 1;
}

/* spnav 非表示 */

.spnav {
	display: none;
}

/*======================================
企業ヘッダー
======================================*/

.company .sitetitle a p {
	font-size: 24px;
	line-height: 1.5;
}

.company .sitetitle a p small {
	font-size: 12px;
	display: block;
	color: #767676;
}

.company nav .subLink {
	right: 0;
}

.company nav .subLink li:last-child a {
	margin-right: 0px;
}

.globalNav li.navRecruit {
	padding-right: 0;
}

@media only screen and (min-width: 980px) {
	nav {
		display: block !important;
	}
}

@media only screen and (max-width: 1280px) {
	
	.topBer {
		width: 100%;
	}
	
}

@media only screen and (max-width: 1080px) {
	
	.sitetitle a p,
	.tagline {
		line-height: 160%;
	}
	
	.sitetitle a p br,
	.tagline br {
		display: block;
	}
	
	.tagline {
		height: 120px;
		align-items: center;
		display: flex;
	}
	
	.globalNav > li {
		padding: 0 15px;
	}
	
	li.drop {
		padding-right: 25px;
	}
	
	li.drop:after {
		right: 10px;
	}
	
	/* 企業ヘッダー */
	
	.company .sitetitle a p {
		font-size: 19px;
	}
	
	.company .sitetitle a p small {
		font-size: 12px;
		line-height: 1.2;
	}
	
}

@media only screen and (max-width: 980px) {
	
	.sitetitle img {
		width: 120px;
	}
	
	.sitetitle a p,
	.tagline {
		font-size: 14px;
	}
	
	.globalNav > li {
		font-size: 14px;
		padding: 0 10px;
	}
	
	li.drop {
		padding-right: 20px;
	}
	
	li.drop:after {
		right: 8px;
	}
	
	nav .subLink a {
		font-size: 12px;
		margin-left: 0;
	}
	
	/* 企業ヘッダー */
	
	.company .sitetitle a p {
		font-size: 15px;
	}
	
	.company .sitetitle a p small {
		font-size: 10px;
	}
}

@media only screen and (max-width: 980px) {
	
	#headerArea {
		height: auto;
		border: none;
	}
	
	.topBer {
		width: 100%;
		height: 60px;
		display: block;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 1000;
	}
	
	.sitetitle {
		width: 100%;
		height: 60px;
	}
	
	.sitetitle a {
		display: flex;
		width: 100%;
	}
	
	.sitetitlelogo a {
	    height: 60px;
	}
	
	.sitetitle img {
		width: 70px;
		margin: 0;
		margin-left: 20px;
	}
	
	.sitetitle a p,
	.tagline {
		margin: 0;
		margin-left: 10px;
		line-height: inherit;
	}
	
	.sitetitle a p br,
	.tagline br {
		display: none;
	}
	
	.tagline {
		height: 60px;
	}

	/* ハンバーガーメニュー */
	
	.menu {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		z-index: 1020;
	}
	
	.menu-trigger, .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	
	.menu-trigger {
		position: relative;
		width: 25px;
		height: 16px;
		margin-top: 22px;
		margin-left: 17px;
	}

	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #004ea2;
	}
	
	.fix .menu-trigger span {
		background-color: #004ea2;
	} 

	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 7px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	/* 開閉アニメーション */

	.active .menu-trigger span {
		background-color: #004ea2;
	}

	.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}

	.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}

	.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
	}
	
	/* 共通 */
	
	.spnav {
		display: block;
	}
	
	nav .pcnav {
		display: none;
	}
	
	/* nav */
	
	nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: none;
		margin-top: 60px !important;
		background: #004ea2;
		overflow-y: scroll;
		padding-bottom: 60px !important;
	}
	
	.globalNav {
		margin-top: 0 !important;
		display: block;
	}
	
	.globalNav > li {
		display: block;
		width: 100%;
		padding: 0 4%;
		color: #fff;
		font-size: 14px;
		border-top: 1px solid #4d83be;
	}
	
	.globalNav > li:first-child {
		padding-left: 4%;
	}
	
	.globalNav > li.drop {
		height: auto;
		padding: 0;
	}
	
	.globalNav > li.drop span {
		height: 60px;
		line-height: 60px;
		padding-left: 4%;
		display: block;
	}
	
	.globalNav li.navOnline {
		position: relative;
		top: inherit;
		right: inherit;
		height: 60px;
		padding: 0 4%;
		background: #0068d8;
	}
	
	.globalNav li.navOnline a {
		color: #fff;
		height: inherit;
		line-height: inherit;
		font-size: 14px;
		padding: 0;
		margin: 0;
		text-align: left;
		border: none;
	}
	
	.globalNav > li:before {
		display: none;
	}
	
	.globalNav li a {
		color: #fff;
	}
	
	.globalNav > li:after,
	nav .subLink > li:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 25px;
		width: 6px;
		height: 6px;
    	border-top: 2px solid #fff;
    	border-right: 2px solid #fff;
		border-bottom: none;
    	transform: translateY(-50%) rotate(45deg);
	}
	
	.globalNav > li.navProduct:after {
		top: 28px;
		border-top: none;
		border-bottom: 2px solid #fff;
    	border-right: 2px solid #fff;
		transform: translateY(-50%) rotate(45deg);
	}
	
	li.drop.opened:after {
		top: 28px;
		transform: translateY(0%) rotate(-135deg);
	}
	
	nav .subLink {
		position: relative;
		top: inherit;
		right: inherit;
		display: block;
		width: 100%;
		text-align: left;
	}
	
	nav .subLink > li {
		height: 60px;
		line-height: 60px;
		padding: 0 4%;
		border-top: 1px solid #7c7c7c;
		background: #444444;
		position: relative;
	}
	
	nav .subLink > li a {
		color: #fff;
		font-size: 14px;
		margin: 0;
	}
	
	/* subnav */
	
	.subNavWrap {
		width: 100%;
		position: inherit;
		top: inherit;
		left: inherit;
		transform: none;
		height: 0;
	}
	
	.opened .subNavWrap {
		height: auto;
		z-index: 10;
	}
	
	.subNav a:before {
		width: 6px;
		height: 6px;
		right: 6%;
	}
	
	.globalNav .subNav > ul {
		border: none;
		margin: 0;
		padding: 0;
	}
	
	.globalNav .subNav a {
		padding-left: 20px;
		padding-right: 40px;
	}
	
	.subNav .subNav_01 {
		display: none;
	}
	
	.dropWrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
	}
	
	.globalNav > li.drop {
		transition: all .3s;
	}
	
	.globalNav > li.drop > a:before {
		display: none;
	}
	
	.subNav figure {
		height: 58px;
	}
	
	.subNav figure img {
		width: 100px;
	}
	
	.subNav small {
		font-size: 11px;
	}
	
	.cardText {
		font-size: 14px;
	}
	
	.subNav .subNav_06 small {
		margin-top: 0;
	}
	
	li.subNav_05 {
		margin-top: 0;
	}
	
	/* 企業ヘッダー */
	
	.company .sitetitle a p {
		font-size: 14px;
	}
	
	.company .sitetitle a p small {
		font-size: 6px;
	}
	
	.company nav .subLink {
		right: 0;
	}
}

@media only screen and (max-width: 320px) {
	
	.sitetitle a p,
	.tagline {
		font-size: 9px;
		margin-left: 6px;
	}
}



/*  20191028 custom 
*******************************************/

.globalNav li.navColumn {
  padding-right: 24px;
  padding-left: 24px;
}

.globalNav > li {
  height: 78px;
  font-size: 15px;
  color: #222222;
  padding: 0 14px 0 14px;
  position: relative;
  display: flex;
  align-items: center;
}

.globalN .globalNav > li {
  height: 42px;
  font-size: 15px;
  color: #222222;
  padding: 0 14px;
  position: relative;
  display: flex;
  align-items: center;
}

.globalNav li.navOnline {
  position: inherit;
  top: 0;
  right: 0;
  line-height: inherit;
  height: inherit;
  margin-top: 0;
  padding: 0;
}

.globalNav .navOnline a {
  height: 40px;
  line-height: 30px;
  margin: auto;
  font-size: 13px;
  border: 2px solid #004ea2;
  color: #004ea2;
  padding: 0 15px;
  border-radius: 21px;
  transition: .3s;
}

.globalNav > li:not(.navOnline):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 14px;
  background: #ccc;
  transform: translateY(-50%);
}

li.drop:after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
  position: absolute;
  top: 46%;
  right: 0px;
  transform: translateY(-50%) rotate(45deg);
}

nav .subLink a {
  font-size: 13px;
  color: #999999;
  margin: 0 9px;
  font-weight: normal;
  text-decoration: none;
  transition: .3s;
}

.sitetitle a p,
.tagline {
  font-size: 14px;
  line-height: 120px;
  margin-left: 12px;
  font-weight: bold;
  color: #004ea2;
}

nav .subLink {
  position: absolute;
  top: 25px;
  right: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.subLink li {
  position: relative;
}

.subLink li:last-child a {
  margin-right: 0;
}

.sitetitle img {
  width: 110px;
}

nav .subLink li:last-child a.icon_openBrowser:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 0.4em;
  background-image: url(/library/resources/images/link/text_link_out.png);
  vertical-align: middle;
}

.subLink li:last-child {
  margin-left: 18px;
}

.subLink li:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 1px;
  height: 14px;
  background: #ccc;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1142px) {
  nav .subLink a {
    font-size: 12px;
    margin: 0 7px;
  }
  .globalNav {
    margin-top: 50px !important;
  }
  .globalNav .navOnline a {
    font-size: 11px;
    padding: 0 10px;
  }
  .globalNav > li {
    font-size: 14px;
    padding: 0 9px;
  }
  .globalNav li.navColumn {
    padding-right: 18px;
    padding-left: 20px;
  }
  .subLink li:last-child a {
    margin-left: 20px;
  }
  .subLink li:last-child {
    margin-left: 3px;
  }
  li.drop:after {
    right: -4px;
  }
  .subLink li:last-child:before {
    left: 5px;
  }
  .simpleHeader .sitetitle p{
  	line-height: 0;
  	margin-left: 12px;
  }
}

@media only screen and (max-width: 1080px) {
  .tagline {
    line-height: 60px;
  }
}

@media only screen and (max-width: 980px) {


  .globalNav {
    margin-bottom: 0px !important;
    margin-top: 0 !important;
  }
  .tagline {
    font-size: 14px;
    margin-left: 12px;
  }
  .sitetitle img {
    width: 70px;
    margin: 0;
    margin-left: 20px;
  }
  .globalNav > li {
    display: block;
    height: 60px;
    width: 100%;
    padding: 0 4%;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #4d83be;
  }
  nav .subLink {
    position: relative;
    top: inherit;
    right: inherit;
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 80px;
  }
  .globalNav li.navOnline {
    position: relative;
    top: inherit;
    right: inherit;
    height: 60px;
    padding: 0 4%;
    background: #0068d8;
  }
  .globalNav li.navColumn {
    padding-right: 0;
    padding-left: 4%;
  }
  .globalNav > li:after,
  nav .subLink > li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
    border-bottom: none;
    transform: translateY(-50%) rotate(45deg);
  }
  .subLink li:last-child{
  	 border-bottom: 1px solid #7c7c7c;
  }
  .subLink li:last-child,
  .subLink li:last-child a {
    margin-left: 0;
  }
  nav .subLink a {
    font-weight: bold;
  }
  nav .subLink li:last-child a.icon_openBrowser:after {
    background-image: url(/library/resources/images/link/white_text_link_out.png);
  }
  .subLink li:last-child:before {
    background: none;
  }
}

/*======================================
  商品情報プルダウンメニュー
  ======================================*/

.pbPage header {
  width: 1280px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 0 40px;
}

.top-logo {
  align-items: center;
  display: flex;
}

.top-logo a:hover {
  opacity: 1;
}

.top-logo img {
  width: 110px;
}

.top-logo h1,
.top-logo a {
  font-size: 24px;
}

.top-tagline {
  font-size: 14px;
  margin-left: 22px;
  font-weight: bold;
  color: #004ea2;
}

.navList {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}

.navList li {
  list-style: none;
}

.navList a {
  text-decoration: none;
}

.list-menu li:hover >a.dropmenu:after {
    transform: translateY(-0%) rotate(-135deg);
}

.list-menu {
  display: flex;
  order: 1;
  height: 78px;
}

.list-menu>li {
  font-weight: bold;
  font-size: 15px;
  color: #222222;
}

.list-menu li {
  display: flex;
  height: 100%;
}

.list-menu li:not(.onlineBtn) {
  padding: 0 14px;
}

.list-menu a {
  display: flex;
  align-items: center;
}

.list-menu li.column {
  padding-right: 24px;
  padding-left: 24px;
}
.list-menu>li.list-menu_Quo.active>a:before,
.list-menu>li.list-menu_Use.active>a:before,
.list-menu>li.list-menu_Buy.active>a:before,
.list-menu>li.list-menu_Column.active>a:before {
  opacity: 1;
  width: 100%;
}
.list-menu li.list-menu_Column {
  padding-right: 24px;
  padding-left: 24px;
}
.onlineBtn a {
  height: 40px;
  line-height: 30px;
  margin: auto;
  font-size: 13px;
  border: 2px solid #004ea2;
  color: #004ea2;
  padding: 0 15px;
  border-radius: 21px;
  transition: .3s;
}

.onlineBtn a:hover {
  background: #004ea2;
  color: #fff;
  opacity: 1;
}

.subList-menu {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
}

.subList-menu li {
  display: flex;
  align-items: center;
  align-items: flex-end;
  position: relative;
}
.subList-menu li:last-child {
    margin-left: 18px;
}
.subList-menu li:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 1px;
  height: 14px;
  background: #ccc;
  transform: translateY(-50%);
}

.subList-menu a {
  font-size: 13px;
  color: #999999;
  margin: 0 9px;
  transition: .3s;
}

.subList-menu li:last-child a {
  margin-right: 0;
}

.subList-menu li:last-child a.icon_openBrowser:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 0.4em;
  background-image: url(/library/resources/images/link/text_link_out.png);
  vertical-align: middle;
}
@media only screen and (max-width: 1280px) {
  .pbPage header {
    width: 100%;
    height: 128px;
  }
}

@media only screen and (max-width: 1142px) {
  .onlineBtn a {
    font-size: 11px;
    padding: 0 10px;
  }
  .navList {
    display: flex;
  }
  .list-menu>li {
    font-size: 14px;
  }
  .list-menu li:not(.onlineBtn) {
    padding-right: 14px;
    padding: 0 9px;
  }
  .list-menu li.list-menu_Column {
    padding-right: 18px;
    padding-left: 20px;
  }
  .nlineBtno a {
    font-size: 11px;
    padding: 0 10px;
  }
  .subList-menu a {
    font-size: 12px;
    margin: 0 7px;
  }
  .navList ul.subList-menu {
    margin-bottom: 9px;
  }
}

@media only screen and (min-width: 980px) {
  .navList {
    display: flex !important;
  }
  .subList-menu-contact {
    display: none !important;
  }
}

@media only screen and (max-width: 980px) {
  .pbPage header {
    width: 100%;
    height: 60px;
    display: block;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
  }
  .top-tagline {
    margin-left: 12px;
  }
  .top-logo {
    height: 60px;
  }
  .top-logo img {
    width: 70px;
    margin: 0;
    margin-left: 20px;
  }
  .navList {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin-top: 60px !important;
    background: #004ea2;
    overflow-y: scroll;
    padding-bottom: 60px !important;
  }
  .navList {
    display: none;
    background: #004ea2;
  }
  .list-menu {
    flex-direction: column;
    order: unset;
    height: unset;
  }
  .list-menu li {
    height: 60px;
    border-bottom: 2px solid #fff;
    position: relative;
  }
  .list-menu li:not(.onlineBtn) {
    padding: 0;
  }
  .list-menu li a {
    padding: 0 4%;
    font-size: 15px;
    color: #fff;
    width: 100%;
  }
  .list-menu li>a.dropmenu:after {
    display: none;
  }
  .list-menu>li:not(.onlineBtn):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
    border-bottom: none;
    transform: translateY(-50%) rotate(45deg);
  }
  .subnav {
    display: none;
  }
  .onlineBtn a {
    border: none;
  }
  .subList-menu {
    justify-content: normal;
    flex-wrap: wrap;
  }
  .subList-menu li:not(.subList-menu-pay) {
    width: 50%;
    height: 40px;
  }
  .subList-menu a {
    color: #fff;
    font-size: 14px;
    margin: 0 8%;
  }
 .list-menu > li.onlineBtn:after {
    content: "";
    position: absolute;
    top: 42%;
    right: 25px;
    width: 12px;
    height: 10px;
    background-image: url(/library/resources/images/link/white_text_link_out.png);
}
  .subList-menu-contact {
    display: block;
  }
  .subList-menu li:last-child a.icon_openBrowser:after {
    display: none;
  }
  .subList-menu li:last-child:before {
    display: none;
  }
  .subList-menu .subList-menu-pay a {
    margin: 0;
    padding: 30px 4% 120px;
  }
  .subList-menu .subList-menu-pay img {
    width: 100%;
    height: auto;
  }
}

.subnav {
  position: absolute;
  top: 120px;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.6);
}

.subnav p {
  line-height: 1;
  font-weight: normal;
}

.subnav a, .subnav a:visited, .subnav a:link {
  display: inherit;
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}

.subnavwrap {
  width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-bottom: 30px;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.subnav-left {
  padding: 0 3% 0 2%;
  width: 66%;
  border-right: 2px solid #e3e3e3;
}

.subnav-right {
  width: 34%;
  padding: 0 2% 0 3%;
}

.subnav-left span.dropMenu-subTitle,
.subnav-right span.dropMenu-subTitle,
.subnav .qosbrand span.dropMenu-subTitle {
  color: #777;
  font-size: 14px;
  font-weight: normal;
}

.subnav.opened {
  transition: .3s ease 0s;
  opacity: 1;
  visibility: visible;
}

.subnav .brand, .subnav .paybrand, .subnav .qosbrand span {
  font-size: 22px;
  display: block;
  color: #004ea2;
  font-weight: bold;
  margin-bottom: 12px;
}

.subnav .threetype {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.subnav .threetype p {
  width: 31%;
  font-size: 14px;
}

.subnav .threetype p img {
  max-width: 100%;
}

.subnav .threetype p img {
  margin-bottom: 14px;
}

.subnav .threetype p span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.threetype a {
    font-size: 12px;
}
.subnav-right img {
  width: 100%;
  margin-top: 30px;
}

.subnav-right hr {
  margin-top: 40px;
  border: 0;
  height: 2px;
  background: #e3e3e3;
}

.qosbrand {
  margin-top: 20px;
}

.subnav .qosbrand span {
  color: #555555;
}

/****** othertype *****/

.subnav .othertype {
    margin-top: 25px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.subnav .othertype a {
    display: flex;
}
.subnav .othertype img {
    width: 28%;
    margin-right: 20px;
}
.subnav .othertype a span {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    flex-direction: column;
}
.subnav .othertype a span small {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
}

/****** paybrand *****/

.subList-menu-pay img.sp {
  display: none;
}

@media only screen and (max-width: 980px){
  .subnav-right img.pc {
    display: none;
  }
  .subList-menu li:last-child {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .subList-menu-pay img.sp {
    display: block;
  }
  .subList-menu-pay span {
    display: none;
  }
}


@media only screen and (max-width: 1280px) {
  .subnavwrap {
    width: calc(100% - 80px);
    font-size: 14px;
  }
  .subnav {
    top: 128px;
  }
  .subnav .brand, .subnav .paybrand, .subnav .qosbrand span {
    font-size: 20px;
  }
  .subnav .qosbrand span {
    font-size: 17px;
  }
  .subnav .threetype p span, .subnav .othertype a span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1140px) {
  .subnav .threetype p, .subnav .othertype p {
    font-size: 10px;
  }
  .subnav .othertype img {
    width: 24%;
  }
}

.list-menu li>a.dropmenu {
  position: relative;
}

.list-menu li>a.dropmenu:after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
  position: absolute;
  top: 46%;
  right: -15px;
  transform: translateY(-50%) rotate(45deg);
}

.list-menu li>span.opened:after {
  transform: translateY(-0%) rotate(-135deg);
}

#headerArea {
  text-align: left;
  width: 100%;
  margin: auto;
  height: auto;
  background: #fff;
  z-index: 100;
  position: fixed;
  left: auto;
  top: 0;
  position: inherit;
}

/* hover下線 */

.list-menu >li > a {
  position: relative;
}

.list-menu>li:not(.onlineBtn)>a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #004ea2;
  opacity: 0;
  transition: .3s ease 0s;
}

.list-menu>li:not(.onlineBtn)>a:hover:before
 {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #004ea2;
  opacity: 1;
  transition: .3s ease 0s;
}

.list-menu>li:not(.onlineBtn)>a:hover
 {
  opacity: 1;
}


/* subNav */

.subNavWrap {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  width: 430px;
  opacity: 0;
  transition: .3s ease 0.5s;
  background: #004ea2;
  visibility: hidden;
}


/*li.drop:hover .subNavWrap,*/

.opened .subNavWrap {
  transition: .3s ease 0s;
  opacity: 1;
  visibility: visible;
}

.subNavWrap:before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 10px solid #014da1;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.subNav a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}


/*======================================
  企業ヘッダー
  ======================================*/

@media only screen and (max-width: 980px) {
 
  /* subnav */
  .subNavWrap {
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    transform: none;
    height: 0;
  }
  .opened .subNavWrap {
    height: auto;
    z-index: 10;
  }
  .subNav a:before {
    width: 6px;
    height: 6px;
    right: 6%;
  }
}