@charset "UTF-8";

html body .SP {
	display: none;
}

html {
	font-family: arial, sans-serif;
	font-size: 62.5%;
}
body {
	color: #333;
	font-size: 1.6rem;
	min-width: 1280px;
}
body.fix{
	overflow: hidden;}

a[class] {
	text-decoration: none;
	transition: opacity 0.12s, background 0.12s, box-shadow 0.12s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul[class] {
	list-style: none;
}

.T_O {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/*.hover {
	transition: opacity 0.12s;
}
.hover > * {
	transition: inherit;
}*/
.hover > img {
	opacity: 0.8;
	transition: inherit;
}
._blank {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 8px;
	background: url(../images/common/blank.png) no-repeat;
	background-size: contain;
}
._pdf {
	display: inline-block;
	width: 23px;
	height: 24px;
	margin-left: 8px;
	margin-bottom: 2px;
	vertical-align: middle;
	background: url(../images/common/pdf.png) no-repeat;
	background-size: contain;
}
._alert {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	vertical-align: middle;
	background: url(../images/common/alert.png) no-repeat;
	background-size: contain;
}
._search {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 15px;
	margin-bottom: 2px;
	vertical-align: middle;
	background: url(../images/common/search.png) no-repeat;
	background-size: contain;
}
._btnbluebor {
	position: relative;
	display: inline-block;
	min-width: 160px;
	padding: 10px 30px;
	color: #0051ae;
	text-align: center;
	border: 1px solid #0051ae;
}
._btnbluebor .arrow {
	position: absolute;
		top: 50%;
		right: 15px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid #0051ae;
	border-bottom: 0;
	border-left: 0;
	transform: translateY(-3px) rotate(45deg);
}
	._btnbluebor.hover {
		color: #fff;
		background: #0051ae;
	}
	._btnbluebor.hover .arrow {
		border-color: #fff;
	}
.allowlinkr a {
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.5;
	text-decoration: none;
}
	.allowlinkr a.hover {
		text-decoration: underline;
	}
._triicon {
	display: inline-block;
	/*width: 6px;*/
	/*height: 6px;*/
	width: 8px;
	height: 8px;
	border: 5px solid #0085d6;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-width: 8px;
}

/* slick
------------------------------*/
.slick-dots  {
	/*text-align: center;*/
	position: absolute;
	padding-top: 10px;
	padding-left: 30px;
}
.slick-dots > li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	/*background: #dfe9f0;*/
	background: #fff;
}
	.slick-dots > li:not(:last-child) {
		margin-right: 10px;
	}
.slick-dots > li.slick-active {
	background: #009dff;
}
.slick-dots > li.slick-active {
	background: #0051ae;
}
.slick-dots > li:first-child:last-child {
	display: none;
}
.slick-dots > li button {
	text-indent: 100%;
}
.slick-arrow {
	position: absolute;
		z-index: 1;
		top: calc(50%);
	width: 40px;
	height: 40px;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	background-size: contain;
	transform: translateY(-50%);
}
	.slick-arrow:after {
		content: "";
		display: inline-block;
	    position: absolute;
	    top: 50%;
	    right: 20px;
	    width: 13px;
	    height: 13px;
	    /*border: 2px solid #0051ae;*/
	    border: 3px solid #fff;
	    border-bottom: 0;
	    border-left: 0;
	    /*box-shadow:
		    3px -3px 7px rgba(0,0,0,0.1),
		    3px -3px 7px rgba(0,0,0,0.1),
		    3px -3px 7px rgba(0,0,0,0.1);*/
	    transform: translateY(-7px) rotate(45deg);
	}
.slick-prev {
	left: 0;
    transform: rotate(180deg) translateY(50%);
	transform-origin: 50% 46%;
}
.slick-next{
	right: 0;
}
.slide {
	width: 740px;
	width: calc(1220px - 570px);
}
.slick-slide {
	background: #fff;
}
.slick-slide:focus {
  outline: none;
}
.slick-slide img {
	width: 100%;
	height: auto;
}




/*header*/
.HEADER {
	position: relative;
		z-index: 1000;
	height: 45px;
	padding: 0 30px;
	text-align: right;
	background: #0068b7;
}
.HEADER img {
	width: 192px;
	margin-top: 8px;
}

.globalnavWrap {
	/*padding: 0 30px;*/
}






/* modal
------------------------------*/
/*OnlineShop*/
.shop-icon + div .modal-box {}
.shop-icon + div .modal-box ul {
	width: 780px;
	margin: 0 auto;}
.shop-icon + div .modal-box li {
	width: 360px;
	margin: 0 60px 60px 0;}
	.shop-icon + div .modal-box li:nth-child(2n) {
		margin-right: 0;}
	.shop-icon + div .modal-box li:nth-last-child(-n+2) {
		margin-bottom: 0;}
.shop-icon + div .modal-box li a {
	display: block;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 1.4;
	transition: 0.2s;}

	.shop-icon + div .modal-box li a:before {
		content: "";
		display: block;
		min-height: 234px;
		margin: 0 0 10px 0;
		border: 1px solid #e9ecee;
		transition: opacity 0.35s cubic-bezier(0.18, 0.85, 0.5, 1.2);}
		.shop-icon + div .modal-box li a.hover {
			color: #e60012;}
		.shop-icon + div .modal-box li a.hover:before {
			opacity: 0.8;}
.shop-icon + div .modal-box li a span {
	padding: 0 20px 0 0;}

/*Language*/
.lang-icon + div .modal-box {
/*	height: 580px;*/
}
.lang-icon + div .modal-box li {
	width: calc((100% - 61px) / 3);/*1px IE proparty*/
	margin: 0 30px 30px 0;}
	.lang-icon + div .modal-box li:nth-child(3n) {
		margin-right: 0;}
	.lang-icon + div .modal-box li:nth-last-child(-n+3) {
		margin-bottom: 0;}
.lang-icon + div .modal-box li a {
	display: flex;
		justify-content: space-between;
		align-items: center;
	position: relative;
		z-index: 1;
	padding: 20px 42px;
	color: #e60012;
	font-size: 1.6rem;
	text-decoration: none;
	line-height: 100%;
	border: 1px solid #e60012;
	background: #fff;
	transition: 0.2s ease-in-out;}
/* 	.lang-icon + div .modal-box li a:before {
	content: "";
	position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: 0.2s ease-in-out;} */
		/* .lang-icon + div .modal-box li a:hover:before {
			transform: scale(0);
			will-change: transform;} */
	.lang-icon + div .modal-box li a span {transition: 0.2s ease-in-out;}
	.lang-icon + div .modal-box li a span:after {
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		vertical-align: middle;
		border-top: 1px solid #e60012;
		border-right: 1px solid #e60012;
		transform: rotate(45deg);
		transition: 0.2s ease-in-out;}
		.lang-icon + div .modal-box li a:hover {
			color: #fff;
			background: #e60012;
			transition-duration: 0.2s;}
				.lang-icon + div .modal-box li a:hover span:after {
					border-color: #fff;
					transform: translateX(10px) rotate(45deg);}

.modal-box ul {
	display: flex;
		flex-wrap: wrap;}
.modal-box h2 {
	font-size: 1.8rem;
	margin: 0 0 18px 0;}
.modal-box h3 {
	font-size: 1.8rem;
	margin: 0 0 18px 0;}
.modal-wrap .modal-box span.blank {
	background-image: url(../images/common/blank.png);}

.modal-wrap {
	position: fixed;
		top: 0;
		left: 0;
	display: none;
	width: 100vw;
	height: 100%;
	background-color: rgba(153,153,153,0.5);
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 100;}
.modal-box {
	position: relative;
	width: 1180px;
	/*min-height: 300px;*/
	margin: 200px auto 100px auto;
	padding: 60px 70px;
	background-color: rgba(255,255,255,0.9);
	z-index: 105;}
.modal-cancel {
	position: absolute;
		top: -25px;
		right: 20px;
	display: flex;
		justify-content: center;
		align-items: center;
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: #e60012;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	transition: 0.3s cubic-bezier(0.18, 0.85, 0.5, 1);}
.modal-cancel:hover {
	background-color: #e92534;
	box-shadow: 0 0 3px rgba(0,0,0,0);}
.modal-cancel-badge{
	position: absolute;
		top: 0;
		left: 0;
	display: flex;
		justify-content: center;
		align-items: center;
	height: 100%;
	width: 100%;}
	.modal-cancel-badge:before,
	.modal-cancel-badge:after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 4px;
		background: #fff;
		transition-duration: 0.2s;}
	.modal-cancel-badge:before {transform: translateX(50%) rotate(45deg);}
	.modal-cancel-badge:after {transform: translateX(-50%) rotate(-45deg);}

.overlay-cancel-modal {
	position: absolute;
		top: 0;
		left: 0;
	display: none;
	width: 100%;
	min-height: 100%;
	z-index: 100;}
.modal-wrap.active .overlay-cancel-modal {display: block;}

/* globalnav
------------------------------*/
@media (min-width:1281px){
	.globalnav {
		padding-right: calc((((100vw - 1280px) - 100vw) + 100%) / 2);
		padding-left: calc((((100vw - 1280px) - 100vw) + 100%) / 2);
	}
}
@media (min-width:1381px){
	.globalnav {
		padding-right: 50px;
		padding-left: 50px;
	}
}
@media (min-width:1381px){
	#News .globalnav,#Important .globalnav {
		padding:10px 50px 0 50px !important;
	}
}


.globalnav {
	display: flex;
		justify-content: space-between;
		align-items: center;
	width: 100%;
	min-height: 110px;
	padding: 0 30px;
	color: #333;
	/*border-bottom: 1px solid #e9ecee;*/
	background-color: #fff;}
	@media all and (-ms-high-contrast: none) {
	/* IE */
		.globalnav {
			/*height: 130px;*/
		}
	}

	#News .globalnav,
	#Important .globalnav{
		padding:10px 0 0 0 ;}

/* --------------------
pankuzu*/
.pankuzu {
	/*width: 1280px;*/
	padding-left: 30px;
	min-height: 48px;
	margin: 0 auto;
	border-top: 1px solid #e9ecee;
}
@media (min-width:1281px){
	.globalnav {
		padding-right: calc((((100vw - 1280px) - 100vw) + 100%) / 2);
		padding-left: calc((((100vw - 1280px) - 100vw) + 100%) / 2);
	}
	.globalnav {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.pankuzu ul {
	display: flex;
	margin-top: 14px;
	flex-wrap:wrap;
}
.pankuzu li {
	display: flex;
		align-items: center;
	height: 100%;
	color: #555;
	font-size: 1.2rem;
}


.pankuzu li:not(:last-child):after {
	content: ' > ';
	display: inline-block;
	margin: 0 10px;}
.pankuzu li a {
	color: #555;
	text-decoration: none;
	transition-duration: 0s;
}
.pankuzu li:not(:first-child) a {
	transition-duration: 0.12s;
}
	.pankuzu li a:hover {
		color: #0051ae;
		transition-duration: 0.12s;
	}
.pankuzu li:last-child {
	font-weight: bold;
}


/*20210125 */
.pankuzu{
display: flex;
justify-content:space-between;
padding:0 30px 0 30px;
}
.pankuzu ul{
margin: 0;
}


.pankuzu ul.cart-wrap li {
	margin: 0 20px 0 0;}

.pankuzu ul.cart-wrap li:after {
	content: none;
	display: inline-block;
	margin: 0}


.pankuzu ul.cart-wrap li a {
	text-decoration:underline;
}

.pankuzu ul.cart-wrap li a:hover {
	text-decoration: none;
}

.pankuzu ul.cart-wrap li:last-child {
	font-weight:normal;
	margin: 0;
}

.pankuzu ul.cart-wrap li a.link-cart{
			padding: 5px 20px 5px 30px;
			background: url(../images/common/icon-cart-blue.png);
				background-position-x: 0%;
				background-position-y: 0%;
				background-repeat: no-repeat;
				background-size: auto;
			background-size: 25px;
			background-position: left 0 center;

			border-right: 1px solid #e9ecee;}

.pankuzu ul.cart-wrap li a.link-mypage{
			padding: 5px 0 5px 30px;
			background: url(../images/common/icon-folder.png);
				background-position-x: 0%;
				background-position-y: 0%;
				background-repeat: no-repeat;
				background-size: auto;
			background-size: 25px;
			background-position: left 0 center;}



/* --------------------
pageheadtit*/
.pageheadtit {
	display: flex;
		justify-content: center;
		align-items: center;
	min-height: 180px;
	/*padding: 15px;*/
	background: #f3f5f7;
}
.pageheadtit > h2 {
	max-width: 1200px;
	font-size: 3.6rem;
	text-align: center;
	font-weight: normal;
}
.pageheadtit ._sub {
	display: block;
	color: #0051ae;
	font-size: 1.8rem;
	font-weight: normal;
}
@media all and (-ms-high-contrast: none) {
  /* IEbug */
	.pageheadtit {
		height: 180px;
	}
}






.globalnav.fix {
	position: fixed;
		top: 0;
		left: 0;
	z-index: 10;
	/*min-width: 100%;*/
	min-width: 1280px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.globalnav.fix .pankuzu li:first-child a {
	display: inline-block;
	width: 65px;
	height: 100%;
	/*background: url(../images/common/logo.png) no-repeat center;
	background-size: contain;*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;}
.globalnav.fix .pankuzu li:nth-child(n+2) {display: none;}
.globalnav.fix .pankuzu li:nth-child(1):after {display: none;}

.nav {
	display: none;
		align-items: center;
}
	.nav {
		display: flex;
	}
	.navtrilink {
		display: none;
	}

[class*="nav-button"] {
						display: none;
	position: relative;
		top: 0;
		right: 0;
		z-index: 1;
	/*display: flex;*/
		align-items: center;
		justify-content: center;
	width: 280px;
	height: 100%;
	cursor: pointer;
	font-size: 1.3rem;
	font-weight: bold;
	background: #fff;
	transition-property: color,background;
	transition-duration: 0.2s;}
.globalnav.fix [class*="nav-button"] {
	margin: 0;}
	[class*="nav-button"]:hover {
		color: #e60012;
		/*background: #f3f5f7;*/
	}
	[class*="nav-button"] .arrow:after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		margin: 0 0 2px 10px;
		border-top: 2px solid #e60012;
		border-right: 2px solid #e60012;
		transform: rotate(135deg);}
.nav-content {
	display: flex;
		flex-direction: column;
	width: 100%;
	/*padding: 100px 60px 0 30px;*/
	font-size: 1.6rem;
	background-color: #fff;
	z-index: 15;
	opacity: 1;
	transition: transform 0.5s ease-in-out;
	/*transform: translateX(100%);*/
}
.nav-content.hidden {

}
	.nav-content > *:last-child {

	}


/*アカウント情報*/
._accountstate {
	display: none;
		justify-content: flex-end;
	/*margin-bottom: 6px;*/
		margin-top: 20px;
		margin-bottom: 6px;
	font-size: 1.4rem;
	font-weight: bold;
}
	/*ログイン時表示*/
	._accountstate {
		display: flex;
	}
	._accountstate .account {
		display: flex;
			justify-content: flex-end;
			margin-top: 8px;
			margin-right: 30px;
		color: #555;
	}
	._accountstate .company {
		margin-right: 30px;
	}
	._accountstate .user .id {
		font-weight: normal;
	}
	._accountstate .logout_btn button {
		min-width: 130px;
		padding: 6px;
		color: #fff;
		font-size: 1.6rem;
		font-weight: normal;
		background: #0051ae;
		transition: opacity 0.12s;
	}
		._accountstate .logout_btn button.hover {
			opacity: 0.8;
		}

.globalnav-childLink {
	border-top: 1px solid #e73b49;}
.globalnav-childLink li {
	border-bottom: 1px solid #e73b49;}
.globalnav-childLink li a {
	display: block;
	width: 100%;
	padding: 22px 25px;
	color: #fff;
	text-decoration: none;
	transition-duration: 0.12s;}
	.globalnav-childLink a:hover {opacity: 0.8; transition-duration: 0.12s;}

.globalnav-otherLink {
	display: flex;
		justify-content: flex-end;
}
.globalnav-otherLink li {
	list-style: none;
  position: relative;
}

.globalnav-otherLink > li:not(:first-child) {
	/*margin-right: 20px;
	padding-right: 20px;*/
	margin-left: 20px;
	padding-left: 20px;
}
.globalnav-otherLink > li .border {
/*	position: absolute;
		right: 0px;
	display: inline-block;
	margin: 0;
	margin-top: 4px;
	height: 15px;
	border-right: 1px solid #333*/;
	position: absolute;
		left: 0px;
	display: inline-block;
	margin: 0;
	margin-top: 4px;
	height: 15px;
	border-left: 1px solid #333;
}
.globalnav-otherLink > li:first-child .border {
		right: -20px;
}

.globalnav-otherLink li a {
	display: block;
	width: 100%;
	/*padding: 22px 10px;*/
	padding: 12px 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;}
	.globalnav-otherLink a:hover {color: #0051ae; transition: color 0.12s;}


	/*btn*/
.globalnav-btn {
	display: flex;
	margin: 0 0 50px 0;
	border: 1px solid #e73b49;}
.globalnav-btn li {
	width: 50%;}
	.globalnav-btn li:first-child {
		border-right: 1px solid #e73b49;}
.globalnav-btn li a {
	display: flex;
		align-items: center;
		justify-content: center;
	height: 100%;
	padding: 34px 16px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.2s;}
	.globalnav-btn li a:hover {background: rgba(255,255,255,0.2);transition-duration: 0.2s;}

	/*accordion*/
.globalnav-accordion {
	position: relative;
	display: flex;
		justify-content: space-between;
		flex-wrap: wrap;}
.globalnav-accordion > ul {
	position: absolute;
		/*bottom: 0;*/
		right: 0;
		z-index: 1;
	display: none;
	width: 100%;
	margin-left: 15px;
	border: 1px solid #ccc;
	font-weight: normal;
	background: #fff;
	/*transform: translateY(68px);*/
	transform: translateY(48px);
}
	.globalnav-accordion > ul > li:not(:last-child) {
		border-bottom: 1px solid #ccc;
	}
.globalnav-accordion > a {}
.globalnav-accordion .quietTxt {
	font-size: 1.2rem;
	opacity: 0.8;}
.globalnav-otherLink .globalnav-accordion > a {
	display: block;
	width: calc(100% - 70px);
	/*padding: 22px 34px 22px 10px;*/
	padding: 12px 34px 12px 10px;
}
	.globalnav-otherLink .globalnav-accordion .accordionlink > a {
		min-width: 270px;
		padding: 22px 20px;
		font-weight: normal;
	}
	.accordionlink {
		position: relative;
	}
	.accordionlink .arrow {
		display: inline-block;
		position: absolute;
			top: 50%;
			right: 20px;
		width: 10px;
		height: 10px;
		border: 2px solid #0051ae;
		border-bottom: 0;
		border-left: 0;
		transform: translateY(-7px) rotate(45deg);
	}
	._norlink .arrow {
		display: inline-block;
		position: absolute;
			top: 50%;
			right: 20px;
		width: 10px;
		height: 10px;
		border: 2px solid #0051ae;
		border-bottom: 0;
		border-left: 0;
		transform: translateY(-7px) rotate(45deg);
	}
	._norlink .arrow.SP {
		display: none;
	}
.accordion-btn {
	position: relative;
	display: block;
	min-width: 245px;
	color: #fff;
}
	.accordion-btn:before,
	.accordion-btn:after {
		content: '';
		display: inline-block;
		position: absolute;
			top: 50%;
			right: calc(50% - 7px);
		width: 10px;
		height: 10px;
		border: 2px solid #0051ae;
		border-bottom: 0;
		border-left: 0;
		transform: translateY(-7px) rotate(135deg);
		/*background-color: #0051ae;*/
	}
	.globalnav-accordion .accordion-btn.nonLink {
		width: 100%;}
	.accordion-btn.nonLink:after,
	.accordion-btn.nonLink:before {
		right: 14px;
	}
	.accordion-btn.nonLink:after {
		display: none;
	}
	.accordion-btn:before {
		/*transform: rotate(90deg);*/
			transition: 0.2s;}
	.accordion-btn.open {
		color: #0051ae;
	}
		.accordion-btn.open:before {
			transform: translateY(-2px) rotate(-45deg);
		}





	/*search*/
.searchArea {
	width: 737px;}
	.searchArea .globalnav-search:after {
		content: "\203b複数キーワードでの検索はできません。";
		display: block;
		margin: 10px calc(74px + 2px) 0 0;
		color: #555;
		font-size: 1.1rem;
		text-align: right;}
	#Support .searchForm .globalnav-search,
	#Products .searchForm .globalnav-search {
		flex-wrap: wrap;}
		#Products .searchForm .globalnav-search:after {
			content: "\203b複数キーワードでの検索はできません。";
			display: block;
			width: 714px;
			margin: 10px calc(100px + 2px) 0 0;
			color: #555;
			font-size: 1.1rem;
			text-align: right;}
		#Support .searchForm .globalnav-search:after {
			content: "\203b複数キーワードでの検索はできません。";
			display: block;
			width: calc(714px - 74px - 2px);
			margin: 10px calc(74px + 2px) 0 0;
			color: #555;
			font-size: 1.1rem;
			text-align: right;}
			#Support.SearchResult .searchForm .globalnav-search:after {
				width: calc(744px - 104px - 2px);
				margin-right: calc(104px + 2px);}
			#Products.SearchResult .searchForm .globalnav-search:after {
				width: auto;}
.searchArea .globalnav-search form {
	margin: 0;}
.searchArea .globalnav-search input {
	border: 1px solid #e60012;}
.searchArea .globalnav-search button {
	background: #e60012;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
  /*.searchArea .globalnav-search button .icon-search {background-image: url(../images/common/icon-search-active.png)}*/
	.globalnav .globalnav-search:after {
		content: "\203b複数キーワードでの検索はできません。";
		display: block;
		margin: 10px 0 0 0px;
		color: #fff;
		font-size: 1.1rem;
		text-align: left;}
.globalnav-search form {
	display: flex;
	/*align-items: center;*/
	margin: 50px 0 0 0;}
.globalnav-search input {
	box-sizing: border-box;
	width: calc(100% - 74px);
	margin: 0 10px 0 0;
	padding: 2px 16px 0 16px;
	background: #fff;}
		/*placeholder*/
		.globalnav-search input::placeholder {color: #f27f88;opacity: 1;}
		/* IE */
		.globalnav-search input:-ms-input-placeholder {color: #f27f88;}
		/* Edge */
		.globalnav-search input::-ms-input-placeholder {color: #f27f88;}
.globalnav-search button {
	position: relative;
		z-index: 0;
		flex-shrink: 0;
	width: 74px;
	height: 100%;
	padding: 20px 0;
	background-size: 20px;
	background-position: center;
	background-color: #fff;
	transition-duration: 0.2s;}
	.globalnav-search button:hover {opacity: 0.8;}
	/*.icon-search {
		position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
		width: 100%;
		height: 100%;
		background: url(../images/common/icon-search.png) no-repeat center;
		background-size: 20px;}*/

		/*注目ワード*/
.pickupWord {
	padding: 36px 30px 0 0;}
.pickupHead {
	font-size: 1.8rem;
	font-weight: bold;}
.pickupWordWrap {
	display: flex;
		flex-wrap: wrap;
	color: #333;
	font-size: 1.4rem;
	line-height: 100%;}
.pickupWordWrap > li {
	position: relative;
    margin-right: 45px;
    margin-top: 20px;}
.pickupWordWrap > li > a {
	padding: 0 0 0 20px;
	transition-duration: color 0.12s}
.pickupWordWrap > li > a.hover {
	color: #e60012;}
.pickupWordWrap > li > a .redArrowS {
		left: 0;}
	/*/search*/


.globalnav-textLink {
	margin: 50px 0 0 0;
	font-size: 1.4rem;}
.globalnav-textLink li {
	margin: 0 0 26px 10px;}
.globalnav-textLink li a {
	padding: 0 20px 0 0;
	color: #fff;
	text-decoration: none;
	transition-duration: 0.12s;}
	.globalnav-textLink a:hover {
		opacity: 0.8;
		transition-duration: 0.12s;}

/*blank-white*/
/*.globalnav li.blank a {background-image: url(../images/common/blank-clear.png);}*/
/*.globalnav-accordion li.blank a {padding-right: 50px; background-position: center right 30px;}*/

.nav.active .nav-content {transform: translateX(0);}


.overlay-cancel{
	display: none;
	background-color: rgba(153,153,153,0.5);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 50;
}
body.fix .overlay-cancel {display: block;}


/*toplogo*/
.nettsurumilogo ._imgwrap {
	width: 240px;
	height: 59px;
}
.nettsurumilogo ._imgwrap img {
	width: 100%;
}
.nettsurumilogo ._txt {
	/*margin-top: 30px;*/
	margin-top: 10px;
	margin-bottom: 5px;
	color: #0068B7;
	font-size: 1.1rem;
}







/* --------------------
loginform*/
.loginform {
	flex-direction: column;
	width: 300px;
	margin-left: 90px;
	margin-right: auto;
	padding-top: 20px;
}
.loginhead {
	margin-bottom: 20px;
	color: #fff;
	font-size: 5.8rem;
	font-weight: normal;
}
.loginform input {
    padding: 0.6em 0.8em;
	margin-bottom: 30px;
}
	.loginform input:last-of-type {
		margin-bottom: 20px;
		margin-bottom: 40px;
	}
	.loginform._index input:last-of-type {
		margin-bottom: 20px;
	}
	._index :last-of-type.alert {
		margin-top: -10px;
		margin-bottom: 10px;
	}
.loginform ._loginid {
}
.loginform ._password {
}
.alert {
	display: none;
	margin-bottom: 20px;
	color: #e6201f;
}
.alert.is-active {
	display: inherit;
}
/*.alert._loginid {
	margin-top: -20px;
}*/
/*.alert._password {
	margin-top: -30px;
}*/
.alert {
	margin-top: -20px;
}
	:last-of-type.alert {
		margin-top: -30px;
		margin-bottom: 40px;
	}

.loginbtn {
	width: 300px;
	margin-bottom: 20px;
	padding: 20px 30px;
	background: #0085d6;
	color: #fff;
	font-size: 2.1rem;
	box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	transition: box-shadow 0.12s, background 0.12s;
}
	.loginbtn.hover {
		background: #0068b7;
		box-shadow: 0 2px 10px rgba(0,0,0,0);
	}
.allowlinkr:not(:last-child) {
	margin-bottom: 30px;
}
.allowlinkr > li:not(:last-child) {
	margin-bottom: 3px;
}
._fwb {
	font-weight: bold;
}


/* --------------------
indexmain*/
.indexmain {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	/*background: #0085d6;*/
	background: #dce5ed;
}
	.indexmain:before {
		content: "";
		position: absolute;
			top: 30px;
			/*right: 30px;*/
			right: 0;
			bottom: 30px;
			left: calc(50% - 146px);
		display: block;
		background: #0051ae;
	}
	@media (min-width:1281px){
		.indexmain:before {
			/*right: calc((((100vw - 1280px) - 100vw) + 100%) / 2);*/
			/*right: 0;*/
		}
	}
.indexmain ._wrap {
	display: flex;
		justify-content: center;
	width: 100%;
	/*max-width: 1280px;*/
	max-width: 1220px;
	margin: 0 auto;
	/*margin-left: 30px;
	margin-right: 30px;*/
}
.indexnav {
		flex-shrink: 0;
	position: relative;
	/*margin-right: 30px;*/
	margin-left: 30px;
	width: 100%;
	/*max-width: 540px;*/
	max-width: 570px;
}
	.indexnav ._alert {
	    margin-bottom: 2px;
	    background-image: url(../images/common/alert_wh.png);
	}
	.indexnav .alert {
	    color: #fff;
	    text-align: center;
	    background: #e6201f;
	}

.loginform,
.linkarea {
	display: flex;
}
.indexnav > ul {
	display: flex;
		flex-wrap: wrap;
	width: 100%;
	list-style: none;
}
.topslide {
	width: calc(1220px - 600px);
	max-width: 740px;
	/*max-width: 678px;*/
	/*max-width: 685px;*/
	/*max-height: 465px;*/
	max-height: 500px;
	height: calc(500 / 750 * 100%);
}
.indexnav ._link {
	/*width: 48%;*/
	/*width: calc((1280px - 740px - 30px) / 2 - 2px / 2);*/
	width: 284px;
	margin-bottom: 2px;
	background: #0068b7;
}
@media (min-width:1281px){
	.indexmain ._wrap {
		max-width: calc(100% - 15px * 2);
	}
	.topslide {
		width: calc(100% - 630px);
		/*width: calc(100% - 570px);*/
	}
	.indexnav ._link {
		/*width: 50%;*/
		/*width: calc((100% - 2px * 2) / 2);*/
	}
}
@media (min-width:1401px){
	.indexmain ._wrap {
		/*max-width: fit-content;*/
		/*margin-left: calc((100% - 1280px) / 2);*/
	}
	.indexnav {
		/*max-width: calc(100% - (100% - 1280px) / 2 - 740px - 30px);*/
		/*max-width: calc(100% - 740px - 30px);*/
		/*width: calc(100% - 740px - 30px);*/
	}
	.indexnav ._link {
		/*width: 50%;
		width: calc((100% - 30px - 2px * 2) / 2);*/
	}
	.indexmain:before {
		/*right: calc((100% - 1400px) / 2);*/
		right: 0;
	}
}
@media (min-width:1421px){
	.indexmain:before {
		right: calc((100% - 1400px) / 2);
	}
}
@media all and (-ms-high-contrast: none) and (min-width:1401px) {
  /* IEbug */
	.indexmain ._wrap {
		max-width: 100%;
		width: auto;
	}
}
@supports (-ms-ime-align:auto) and (min-width:1401px) {
  /* edgebug */
	.indexmain ._wrap {
		max-width: 100%;
		width: auto;
		/*margin-left: calc((100% - 1280px) / 2);*/
	}
}


	.indexnav ._link:nth-child(2n+1) {
		margin-right: 2px;
	}
	.indexnav ._link:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
.indexnav ._link a {
	display: inline-block;
	width: 100%;
	height: 100%;
	min-height: 249px;
	padding: 30px 15px;
	color: #fff;
	text-decoration: none;
	background: #0068b7;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
	.indexnav ._link a.hover {
		background: #0051ae;
		/*box-shadow: 0 1px 4px rgba(0,0,0,0);*/
	}
.indexnav ._link ._img {
	/*width: 70px;*/
	width: 86px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 50%;
	/*overflow: hidden;*/
}
.indexnav ._link ._img img {
	width: 100%;
}
.indexnav ._link ._head {
	margin-bottom: 15px;
	/*font-size: 2.1rem;*/
	font-size: 2rem;
	text-align: center;
  min-height: 60px;
}
.indexnav ._link ._head span {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
}
.indexnav ._link ._desc {
	font-size: 1.2rem;
}




/* --------------------
news*/
.news,
.pw  {
	/*padding: 60px 70px;*/
	padding: 70px;
	padding-bottom: 160px;
}
	.indexmain + .news {
		padding-top: 40px;
	}
.pd  {
	/*padding: 60px 70px;*/
	padding: 40px;
}
@media (min-width:1201px){
	.news,
	.pw,
	.pd {
		padding-right: calc((((100vw - 1200px) - 100vw) + 100%) / 2);
		padding-left: calc((((100vw - 1200px) - 100vw) + 100%) / 2);
	}
}
.news > h2 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 2.8rem;
	font-weight: normal;
}
.listwrap ._list li:not(:last-child) {
	border-bottom: 1px solid #e9ecee;

}
.listwrap ._link {
	display: flex;
		align-items: center;
	padding: 20px;
	color: #333;
	box-shadow: 0 10px 10px -4px rgba(0,0,0,0);
}
	.listwrap ._link.hover {
		color: #0051ae;
		box-shadow: 0 10px 10px -4px rgba(0,0,0,0.1);
	}
.listwrap ._link ._date {
		flex-shrink: 0;
	min-width: 140px;
}
.listwrap ._label  {
		flex-shrink: 0;
	width: 110px;
	margin-right: 30px;
	padding: 4px 0;
	color: #555;
	text-align: center;
}
.listwrap ._label.news {
	background: #e9f1f7;
}
.listwrap ._label.exhi {
	background: #fff;
	border: 1px solid #d1d5d8;
}
._btnbluebor {
	margin: 10px 0 0 calc(100% - 160px);
}






/*footer*/
.FOOTER {
	color: #fff;
	font-size: 1.4rem;
	padding: 50px 0 20px 0;
	background: #0068b7;
}
.footnav {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.footnav li {
	line-height: 100%;
}
.footnav li:not(:last-child) {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #fff;
}
.footnav a {
	color: #fff;
	text-decoration: none;
}
	.footnav a.hover {
		text-decoration: underline;
	}
.FOOTER ._wrap {
	position: relative;
	display: flex;
		justify-content:space-between;
		align-items: flex-end;
	width: 1200px;
	margin: 0 auto;
	font-size: 1.2rem;
}
.FOOTER ._note {
	margin-right: 30px;
}
.tsurumikanji {
    position: absolute;
    /*top: -15px;*/
	    right: 0px;
	display: block;
    margin-bottom: 20px;
    text-align: right;
}
@media (min-width:1281px){
	.tsurumikanji {
	    right: calc((100% - 1200px) / 2);
	}
}
.tsurumikanji img {
	width: 100%;
  height: auto;
}
._copyright {
	white-space: nowrap;
}


/*----------------------------------------------------------------------------------------
modal-stock-wrap
----------------------------------------------------------------------------------------*/
.modal-stock-wrap{
	position: relative;
	width: 800px;
	background-color: #fff;
	border-radius:4px;
	margin: 50px auto;
	padding:60px 100px 80px 100px;
	}
.modal-stock-wrap .btn-close{
	position:absolute;
	top:20px;
	right: 20px;
	}
	.modal-stock-wrap .btn-close a{
		font-size: 1.6rem;
		color: #0051ae;
		display: flex;
		transition: opacity 0.12s;
	}

.modal-stock-wrap .btn-close .cancel-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(45deg);
    margin: 0 0 2px 10px;}

.modal-stock-wrap .btn-close .cancel-icon:before {
	content: "";
	flex-shrink: 0;
	display: block;
	width: 2px;
	height: 20px;
	background: #0051ae;
	transform: rotate(90deg) translateY(-2px);}

.modal-stock-wrap .btn-close .cancel-icon:after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 2px;
    height: 20px;
    background: #0051ae;}

	.modal-stock-wrap .btn-close a.hover{
	opacity: 0.8;
	}


.modal-stock-wrap button.mfp-close{
	display: none;
	}
	
.modal-stock-wrap h3{
	font-size: 1.8rem;
	text-align: center;
	margin: 0 0 20px 0;
	}

.modal-stock-wrap .btn-close a{
	font-size: 1.6rem;
}

.modal-stock-wrap .stock-wrapper{
	width: 100%;
	border: 1px solid #e9ecee;
	background: #fbf9f1;
	padding: 30px;
	text-align: center;
	margin: 0 0 10px 0;
}

.modal-stock-wrap .stock-wrapper h4{
	font-size: 1.8rem;
	margin: 0 0 10px 0;
	font-weight:bold;
}

.modal-stock-wrap .stock-wrapper p{
	color: #e60012;
}

.modal-stock-wrap p.note{
	font-size: 1.2rem;
	text-indent: -1.2rem;
	padding-left: 1rem;
}

.modal-stock-wrap p.note.txt-red{
	color: #e60012;
}

