@charset "utf-8";
@import url("table.css");
.sp { display:none !important; }

/*TAG初期設定*/
* { box-sizing:border-box;outline:none;}
html { width:100%; height:100%; scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings:"palt";
	-webkit-font-feature-settings:"palt";
	-webkit-text-size-adjust:100%;
	font-size:clamp(14px, 1.2vw, 16px);
	line-height:1.6;
	letter-spacing:.06em;
	color:#333;
	margin:0;
	padding:72px 0 0;
	border:none 0;
	width:100%;
	height:100%;
	min-width:920px;
}
header, footer, nav, article, section, aside { display:block; }
h1,h2,h3,h4,h5,h6 {
	font-size:clamp(14px, 1.2vw, 16px);
	line-height:1.4;
	margin:0; padding:0; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none;
}
p,address,cite { margin:0; padding:0; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; }
ul,menu,ol { list-style:none; padding:0; margin:0; }
li { padding:0; margin:0; }
dl,dt,dd { margin:0; padding:0; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; }
img,svg { height:auto; max-width:100%; margin:0; padding:0; border:none 0; text-align:center; vertical-align:bottom; -webkit-backface-visibility:hidden; }
img.[src$="notdisplay.gif"] {display:none !important; width:0 !important; height:0 !important;}
video { margin:0; padding:0; vertical-align:bottom; filter: drop-shadow(0px 0px rgba(0,0,0,0)); outline: none; border: none; }
iframe { vertical-align:bottom; outline:none; border:none; }
form { margin:0; padding:0; }

/*TAG再設定*/
p.p { margin-bottom:1rem; }
ul.ul { list-style-type:disc; list-style-position:outside; margin-left:1.5em; }
ol.ol { list-style:decimal; list-style-position:outside; margin-left:1.25em; padding:0; }
ul.ul li:not(:last-of-type), ol.ol li:not(:last-of-type) { margin-bottom:1em; }
dl.dl dt { font-weight:bold; margin-top:1rem; }
dl.dl dt:nth-child(1) { margin-top:0; }

/*LINK関連*/
a {
	color:rgba(26,65,134,1);
	text-decoration:none;
}
a.bt-txt {
	display:inline-block;
	min-width:240px;
	color:#333;
	text-align:center;
	background-color:rgba(31,126,173,0);
	padding:.5rem 2rem .5rem 1rem;
	border:solid 1px #666;
	background-image:url(../images/icon_next-bk.svg);
	background-repeat:no-repeat;
	background-position: right 1rem center;
	background-size: 1rem;
	transition:color ease .2s,background-image ease .2s,background-color ease .4s;
	
}
a.bt-txt:hover {
	color:rgba(255,255,255,1);
	background-image:url(../images/icon_next-w.svg);
	background-color:rgba(31,130,205,1);
	border-color:rgba(31,130,205,1);
}
a.ico[href$=".pdf"]::after {
	content:"";
	display:inline-block;
	background:url(../images/tmpl/ico-pdf.svg) no-repeat center center;
	background-size:1.5em 1.5em;
	width:1.5em;
	height:1.5em;
	margin-bottom:-.25em;
	margin-left:.5rem;
}
a.ico[href$=".doc"]::after,
a.ico[href$=".docx"]::after {
	content:"";
	display:inline-block;
	background:url(../images/tmpl/ico-doc.svg) no-repeat center center;
	background-size:1.5em 1.5em;
	width:1.5em;
	height:1.5em;
	margin-bottom:-.25em;
	margin-left:.5rem;
}
a.ico[href$=".xls"]::after,
a.ico[href$=".xlsx"]::after {
	content:"";
	display:inline-block;
	background:url(../images/tmpl/ico-xls.svg) no-repeat center center;
	background-size:1.5em 1.5em;
	width:1.5em;
	height:1.5em;
	margin-bottom:-.25em;
	margin-left:.5rem;
}
a.ico[target$="_blank"]:not([href$=".pdf"])::after {
	content:"";
	display:inline-block;
	color:#333;
	background:url(../images/tmpl/icon-open-new-window.svg) no-repeat center right;
	background-size:1em 1em;
	width:1em;
	height:1em;
	margin-bottom:-.1em;
	margin-left:.25rem;
}

.ico_ast {display:flex;}
.ico_ast::before {content:"※";}

/*プラグイン*/
#fb-root, .fb-page { font-family:sans-serif; }
#twitter iframe{ width: 100% !important; }

/*Scrol Box*/
table.all.scroll_x {
	display:block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
table.all.scroll_x > tbody {
	width: 100%;
	display:table;
}

table.all.scroll_x > tbody th {
	position: sticky;
	white-space:nowrap;
	top:0;
	left:0;
	z-index:1;
}
table.all.scroll_x > tbody td {
	white-space:nowrap;
}
table.all.scroll_x > img{
	width:auto !important;
	max-width: none !important;
	margin-bottom:0.5em;
}
.all.scroll_x::-webkit-scrollbar {
  height: 10px;
}
.all.scroll_x::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgba(241,241,241,1);
}
.all.scroll_x::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(30,55,128,1);
}

/* TEXT Font */

/*Font Size*/
.font_xxxxl { font-size:48px; }
.font_xxxl { font-size:32px; }
.font_xxl { font-size:24px; }
.font_xl { font-size:18px; }
.font_l { font-size:16px; }
.font_m { font-size:14px; }
.font_s { font-size:12px; }
.font_xs { font-size:10px; }
/*Font Color*/
.fcolor_w { color: #FFF; }
.fcolor_r { color: #F00; }
.fcolor_bl { color: #00F; }
.fcolor_gray { color: #999; }
/*Marker Color*/
.marker_r { display:inline-block; background: linear-gradient(transparent 65%, rgba(255,0,0,.4) 35%); padding:0 .25em; }
.marker_or { display:inline-block; background: linear-gradient(transparent 65%, rgba(255,171,73,.4) 35%); padding:0 .25em; }
.marker_bl { display:inline-block; background: linear-gradient(transparent 65%, rgba(58,209,255,.4) 35%); padding:0 .25em; }
.marker_gr { display:inline-block; background: linear-gradient(transparent 65%, rgba(0,204,0,.4) 35%); padding:0 .25em; }
/*文字装飾*/
.txt-outline {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
/*Title*/
h1.title {
	font-size: clamp(32px, 2.8vw, 40px);
	font-weight:700;
	text-align:center;
	margin-bottom:1.5em;
}
/*h1.title:first-letter {
	color:rgba(31,130,205,1);
}*/
section .title.line {
	display:flex;
	align-items: center;
	justify-content: center;
}
section .title.line::before, main .title.line::after {
	content: "";
	flex-grow:1;
	display:block;
	height:1px;
	background:#999;
}
section .title.line::before {
	margin-right:1rem;
}
section .title.line::after {
	margin-left:1rem;
}
section .title.line-r {
	display:flex;
	align-items: center;
	justify-content: center;
}
section .title.line-r::after {
	content: "";
	flex-grow:1;
	display:block;
	height:1px;
	background:#999;
	margin-left:1rem;
}


/*Main Layout*/

/*HEADER*/
header {
	width:100%;
	background-color:rgba(255,255,255,1);
	position:fixed;
	top:0;
	z-index:14;
	padding:0 60px;
}
#header {
	display:flex;
	flex-flow: row nowrap;
	justify-content:space-between;
	align-items:center;
	width:100%;
	min-width:800px;
	max-width:1000px;
	margin:auto;
	background-color:rgba(255,255,255,1);
	position:relative;
}
#header h1 a img {
	width:auto;
	height:48px;
}

/*MAIN*/

/*FOOTER*/
#footer {
	color:rgba(255,255,255,1);
	background-color: rgba(31,130,205,1);
}
#footer .company {
	padding:60px 60px 40px;
}
#footer .company h1 {
	font-size: clamp(18px, 1.84vw, 24px);
	max-width:1000px;
	margin:0 auto 1em;
}
#footer ul.office {
	font-size: clamp(10px, 1.25vw, 14px);
	letter-spacing:0.2em;
	display:flex;
	justify-content:space-between;
	max-width:1000px;
	margin:auto;
}
#footer ul.office h2 {
	font-size: clamp(16px, 1.75vw, 20px);
	margin-bottom:.25em;
}
#footer ul.office li.contact span.type {
	display:inline-block;
}
#footer .copyright {
	text-align:center;
	width:100%;
	padding:40px 0 40px;
	margin:auto;
	border-top:solid 1px rgba(16, 94, 182, 1);
	position:relative;
}
#footer .copyright::before {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background-color:rgba(150, 196, 231, 1);
	position:absolute;
	top:0;
	left:0;
}

/*Content Layout*/

/*Keyvisual*/
.keyvisual {
	position:relative;
	background-color:#ebf4ff;
	background-repeat:no-repeat;
	background-position:center right;
	background-size:auto 140px;
}
.keyvisual .container {
	background: linear-gradient(90deg, rgba(31,130,205,1) 0%, rgba(31,130,205,1) 50%, transparent 50%, transparent 100%);
	padding:0 72px;
}

.keyvisual .title-box {
	display:flex;
	flex-flow: row wrap; 
	justify-content:flex-start;
	align-items:center;
	width:100%;
	max-width:1000px;
	height:140px;
	margin:auto;
}
.keyvisual .title-box h1 {
	color:rgba(255,255,255,1);
	width:50%;
}
.keyvisual .title-box h1 span {
	display:inline-block;
}
.keyvisual .title-box h1 .ja {
	font-family:"Noto Serif JP", serif;
	font-size:24px;
	font-weight:700;
	margin-right:.5em;
}
.keyvisual .title-box h1 .en {
	font-size:16px;
	color:rgba(255,255,255,.75);
}

/*CONTACT*/
aside .contact {
	position:relative;
	padding:40px 60px;
	clip-path: inset(0);
	background:#c0e2f2 url(../images/tmpl/contact_bgimg.jpg?ver1.3) no-repeat right center;
	background-size: auto 100%;
}
aside .contact::after {
	content:"";
	display:block;
	width:100%;
	height:calc(100% + 10px);
	background: linear-gradient(45deg, rgba(26,65,134,1) 0%, rgba(24,140,207,1) 50%, rgba(28,147,214,0) 50%, rgba(31,130,205,0) 100%);
	position:absolute;
	top:-5px;
	left:0;
	z-index:2;
}
aside .contact .inner {
	color:rgba(255,255,255,1);
	background: linear-gradient(45deg, rgba(26,65,134,0) 0%, rgba(24,140,207,1) 50%, rgba(28,147,214,.75) 50%, rgba(31,130,205,0) 100%);
	width:100%;
	max-width:1000px;
	padding:20px 20px;
	margin:auto;
	backdrop-filter: blur(1px);
	border:solid 1px rgba(255,255,255,1);
	position:relative;
	z-index:3;
}
aside .contact .inner h1.title {
	color:rgba(255,255,255,1);
	font-size:20px;
	letter-spacing:0.14em;
	text-indent:0.14em;
	text-align:center;
	margin-bottom:1rem;
}
aside .contact .inner .address {
	max-width:450px;
	margin:auto;
}
aside .contact .inner .address > li.tel {
	margin-bottom:1rem;
}
aside .contact .inner .address > li.tel address {
}
aside .contact .inner .address > li.tel address img {
	width:100%;
	height:auto;
}
aside .contact .inner .address > li.tel p {
	font-size:16px;
	letter-spacing:.2em;
	padding-left:20%;
}
aside .contact .inner .address > li.mail address {
	display:block;
	font-weight:600;
}
aside .contact .inner .address > li.mail address a {
	display:flex;
	align-items:center;
	gap:6%;
	font-size:20px;
	letter-spacing:.1em;
	color:rgba(255,255,255,1);
	background-color:rgba(31,130,205,0);
	padding:14px 16px;
	border:solid 1px rgba(255,255,255,1);
	border-radius:6px;
	transition:background-color .4s ease-in-out;
}
aside .contact .inner .address > li.mail address a::before {
	content:"";
	display:block;
	background:url(../images/tmpl/contact_mail.svg) no-repeat;
	background-size:100% auto;
	width:12%;
	height:auto;
	aspect-ratio:64 / 50;
}
aside .contact .inner .address > li.mail address a:hover {
	background-color:rgba(31,130,205,1);
}

/*Navigation*/

/*Global*/
header {
}
header nav {
	width:100%;
}
header nav ul#pc-main-menu {
	display:flex;
	flex-flow:row nowrap;
	justify-content:flex-end;
	align-items:center;
	gap:0 1px;
}
header nav ul#pc-main-menu > li {
	width:120px;
	line-height:1.2;
	white-space:nowrap;
	text-align:center;
	vertical-align: middle;
	cursor:pointer;
	position:relative;
	transition:color ease .6s,background-color ease .8s;
}
header nav ul#pc-main-menu > li:last-child {
	border-right:none 0;
}
header nav ul#pc-main-menu > li:hover {
	background-color:rgba(84,143,242,1);
}
header nav ul#pc-main-menu > li > .button-main {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:72px;
	color:#333;
	background-color:rgba(255,255,255,1);
	font-size:14px;
	padding:0 0;
	transition:color ease .6s,background-color ease .8s;
}
header nav ul#pc-main-menu > li:hover > .button-main {
	color:#FFF;
	text-decoration:none;
	background-color:rgba(84,143,242,1);
}
header nav ul#pc-main-menu > li ul.pc-sub-menu {
	display: none;
	min-width:100%;
	position:absolute;
	z-index: 21;
	margin:0;
	background-color: rgba(255,255,255,1);
	border:solid 1px rgba(31,130,205,1);
}
header nav ul#pc-main-menu li ul.pc-sub-menu li:not(:last-child) {
	border-bottom: dotted 1px #CCC;
}
header nav ul#pc-main-menu li ul.pc-sub-menu li a {
	display:flex;
	justify-content: space-between;
	align-items:center;
	width:100%;
	height:40px;
	padding:0 1rem;
	font-size:14px;
	color:#333;
	background-color:rgba(255,255,255,1);
	line-height:1;
	transition:color ease .1s;
}
header nav ul#pc-main-menu li ul.pc-sub-menu li a::after {
	content:"＞";
	display:block;
	font-size:12px;
	margin-left:1rem;
}
header nav ul#pc-main-menu li ul.pc-sub-menu li a:hover {
	color:rgba(255,255,255,1);
	background-color:rgba(91,172,234,1);
}

header nav ul#pc-main-menu li.dispensers > .button-main {
	letter-spacing:.5rem;
	text-indent:.5rem;
}
header nav ul#pc-main-menu li.parts > .button-main {
	/*letter-spacing:.25rem;
	text-indent:.25rem;*/
}
header nav ul#pc-main-menu li.used > .button-main {
	letter-spacing:.5rem;
	text-indent:.5rem;
}
header nav ul#pc-main-menu li.maintenance > .button-main {
}

/*Footer*/
footer nav {
	color:#333;
	line-height:1;
	background-color:rgba(238,241,241,1);
	padding:80px 60px 40px;
}
footer nav a {
	color:#333;
}
footer nav a:hover {
	color:rgba(84,143,242,1);
}
footer nav ul.category {
	display:grid;
	grid-template-rows:auto;
	grid-template-columns:180px 1fr 1fr 1fr 1fr;
	gap:2em 4%;
	width:calc(100%);
	max-width:1000px;
	margin:auto;
}
footer nav ul.category > li:not(:last-child) {
}
footer nav ul.category > li.cname_en {
	grid-row: 2 / 3;
	grid-column: 1 / 6;
	font-size: clamp(14px, 1.4vw, 16px);
	text-align:right;
	color:#1f82cd;
}
footer nav ul.category .title {
	font-size: clamp(14px, 1.4vw, 18px);
}
footer nav ul.category h1.title {
	font-weight:600;
	text-align-last:justify;
	color:#1f82cd;
	white-space: nowrap;
}
footer nav ul.category h1.title::before {
	content:"";
	display:block;
	width:100%;
	height:auto;
	aspect-ratio:80 / 18;
	background:url(../images/tmpl/footer-navi_title.svg) no-repeat;
	background-size:100% auto;
	padding-bottom:.5em;
}
footer nav ul.category p.title {
	font-weight:600;
	padding:0 0 .5rem;
	width:100%;
}
footer nav ul.category p.title::first-letter {
	color:rgba(84,143,242,1);
}
footer nav ul.category menu {
	font-size: clamp(11px, 1.2vw, 14px);
}
footer nav ul.category menu li {
	display:block;
	white-space: nowrap;
}
footer nav ul.category menu li:not(:last-child) {
	border-bottom:dashed 1px #333;
}
footer nav ul.category menu li a {
	display:block;
	padding:1em 0;
}

/*その他ナビゲーション：ページ内ナビ*/
div.page-nav {
	background-color:rgba(255,255,255,1);
	width:100%;
	padding:0 60px 0 60px;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	position:sticky;
	top:72px;
	z-index:2;
}
div.page-nav menu {
	display:table;
	border-collapse:separate;
	border-spacing:0;
	table-layout:fixed;
	width:100%;
}
div.page-nav menu li {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}
div.page-nav menu li:not(:last-child) {
	border-right: solid 1px #CCC;
	/*border-image:linear-gradient(0deg, rgba(204,204,204,0) 0, rgba(204,204,204,0) 25%, rgba(204,204,204,1) 25%, rgba(204,204,204,1) 75%, rgba(204,204,204,0) 75%, rgba(204,204,204,0));*/
	border-image-slice: 1;
}
div.page-nav menu li a {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:48px;
	color:#333;
	background-color:rgba(255,255,255,1);
	font-size:14px;
	line-height:1;
	padding:0;
	transition:color ease .6s,background-color ease .8s;
}
div.page-nav menu li a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:rgba(84,143,242,1);
}

/*その他ナビゲーション：ページカテゴリーナビ*/
div.page-nav_category {
	background-color:rgba(255,255,255,1);
	width:100%;
	padding:0;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	position:sticky;
	top:72px;
	z-index:3;
}
div.page-nav_category.catalog {
	display:block;
	grid-template-columns: unset;
}
div.page-nav_category menu {
	display:table;
	border-collapse:separate;
	border-spacing:0;
	table-layout:fixed;
	width:100%;
}
div.page-nav_category menu li {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}
div.page-nav_category li:not(:last-child) {
	border-right: solid 1px #CCC;
	border-image-slice: 1;
}
div.page-nav_category menu li a {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:48px;
	color:#333;
	background-color:rgba(255,255,255,1);
	font-size:14px;
	line-height:1;
	padding:0;
	transition:color ease .2s,background-color ease .4s;
}
div.page-nav_category menu li a:hover {
	color:rgba(31,130,205,1);
	text-decoration:none;
	background-color:rgba(199,224,239,.5);
}

/*その他ナビゲーション：共通ナビ*/
aside.site {
	position:sticky;
	bottom:0;
	z-index:2;
	
}
aside.site ul {
	display:flex;
	background-color:#CCC;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	gap:1px;
}
aside.site ul li {
}
aside.site ul li img {
	max-height:60px;
}
aside.site ul li.contract {
	width:calc(100% / 3 - 20px );
	background:#FFF;
}
aside.site ul li.ec  {
	width:calc(100% / 3 - 20px );
	background:#f3edeb;
}
aside.site ul li.contact-tel {
	width:calc(100% / 3 - 24px );
	background:#a3d3eb;
}
aside.site ul li.contact-mail {
	width:64px;
	background:#0086cd;
}
aside.site ul li > a,
aside.site ul li > span {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:64px;
	padding:10px;
}
aside.site ul li.contract a {
	column-gap:1em;
	font-size:20px;
	color:#333;
	font-weight:bold;
}
aside.site ul li.contract a::after {
	content:"";
	display:block;
	background: url(../images/tmpl/ico-pdf.svg) no-repeat center center;
	background-size:cover;
	width:40px;
	height:40px;
}