/*
8.5px: 60.71%
9px: 64.28%
10px: 71.52%
11px: 78.57%
12px: 85.71%
13px: 92.85%
14px: 100%
15px: 107.14%
16px: 114.28%
18px: 128.57%
20px: 142.85%
22px: 157.14%
28px: 200%
38px: 271.42%

pink: #f82faa
*/


/*FONTS
**************************/
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: normal;
    src: url('../font/NotoSansCJKjp-Light.eot');
    src: url('../font/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Light.woff') format('woff'),
    url('../font/NotoSansCJKjp-Light.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: bold;
    src: url('../font/NotoSansCJKjp-Bold.eot');
    src: url('../font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
    url('../font/NotoSansCJKjp-Bold.ttf')  format('truetype');
}


/*ELEMENTS
**************************/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
}
input[type="text"], input[type="number"], textarea {
  font-size: 1.1428em;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  outline: none;
}
textarea {
  overflow: auto;
  border-radius: 0;
  -webkit-appearance: none;
}
input {
  -webkit-appearance: none;
}
input[type="text"],
input[type="number"] {
  border-radius: 0;
}


a {
  color: #f82faa;
  text-decoration: none;
  font-weight: bold;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  word-break: break-all;
}


a:hover {
  opacity: 0.6;
}


img {
  vertical-align: bottom;
}

/* TABLE
**************************/
table {
  width: 100%;
  border-collapse: collapse;
}

.top-col-table {
  width: 100%;
  font-size: 85.71%;
}
.top-col-table thead {
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  background-color: #f8f8f8;
}
.top-col-table tbody {
  border-bottom: 2px solid #ccc;
}
.top-col-table tbody tr + tr {
  border-top: 1px dotted #ccc;
}
.top-col-table th {
  font-weight: bold;
  padding: 1.2em 0;
}
.top-col-table td {
  padding: 1.7em 1.7em;
  text-align:left;
  vertical-align:middle;
}

.top-col-table th + th,
.top-col-table td + td {
  border-left: 1px dotted #ccc;
}

.top-col-table + .common-note {
  margin-top: 1em;
}


/* COMMON PARTS
**************************/
.wrapper {
  overflow: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}

.inner {
  box-sizing: content-box;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 3%;
}
.inner.wide {
  max-width: 1200px;
}

.f-right {
  float: right;
}
.f-left {
  float: left;
}
.c-both {
  clear: both;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-1em {
  margin-top: 1em !important;
}
.mt-2em {
  margin-top: 2em !important;
}
.mt-3em {
  margin-top: 3em !important;
}

.va-top {
  vertical-align: top !important;
}
.va-middle {
  vertical-align: middle !important;
}
.va-bottom {
  vertical-align: bottom !important;
}

.section-box {
  margin: 80px 0;
}


.section-ttl {
  font-family: "Noto Sans Japanese";
  font-size: 271.42%;
  line-height: 1.27;
  margin-bottom: 15px;
  text-align: center;
}
.global-nav + .section-box {
  padding-top: 175px;
}
.section-box .section-box  .section-ttl {
  font-size: 200%;
}
.section-ttl.top-level,
.section-box .section-box  .section-ttl.top-level {
  font-size: 271.42%;
}
.section-ttl + p {
  text-align: center;
}

.section-note {
  margin: 1.5em 0;
  text-align: center;
}

.section-note span.note {
  margin-left: 1em;
  font-size: 85.71%;
}

.section-note .note-box {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px 3%;
}

.pc-line-break:before {
  content: "\A";
  white-space: pre;
}
.sp-line-break:before {
  content: none;
  white-space: normal;
}

.link-btn {
  text-align: center;
}
.link-btn a {
  display: inline-block;
  border: 3px solid #f82faa;
  border-radius: 3px;
  background-color: #f82faa;
  color: #fff;
  font-size: 128.57%;
  font-weight: normal;
  padding: 18px 42px;
}
.link-btn.back-top {
  margin-top: 165px;
}


/* LIST */
.arrow-link-list a {
  position: relative;
  padding-left: 1.5em;
  font-size: 85.71%;
  display: inline-block;
}
.arrow-link-list a:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  border-top: 2px solid #f82faa;
  border-right: 2px solid #f82faa;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.disc-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.disc-list li:before {
  content: "・";
  color: #f82faa;
}

/* COMMON Hx */
.h1-ttl,
.h2-ttl,
.h3-ttl {
  font-family: "Noto Sans Japanese";
  line-height: 1.3;
}
.h1-ttl {
  font-size: 271.42%;
  margin-bottom: 2em;
}
.h2-ttl {
  font-size: 200%;
  margin: 2.5em 0 1.3em;
}
.h3-ttl {
  font-size: 100%;
  font-weight: bold;
  margin: 3em 0 1em;
}

/* COMMON LIST */
.common-list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1em;
}
.common-list li:before {
  content: "・";
  color: #f82faa;
}
.common-list > li > .common-list > li {
  font-size: 92.85%;
}

/* COMMON TABLE*/
.common-table {
  border-bottom: 1px solid #ddd;
}
.common-table tr {
  border-top: 1px solid #ddd;
}
.common-table th {
  font-size: 103.57%;
  font-weight: bold;
  padding: 20px 0 20px 15px;
  text-align: left;
  width: 33%;
}
.common-table td {
  padding: 20px 0 20px 15px;
  width: 77%;
}

/* COMMON NOTE */
.common-note {
    font-size: 85.71%;
}
.common-note li {
    position: relative;
    padding-left: 1.2em;
}
.common-note li:before {
    position: absolute;
    content: "\203b"; /* "※" */
    left: 0;
}

/* COMMON PDF LINK */
a[href$=".pdf"]:not(.linkpdf_img) {
  position: relative;
  padding-right: 22px;
}
a[href$=".pdf"]:not(.linkpdf_img):after {
  content: url(../images/icon_pdf.png);
  padding-right: 3px;
  padding-left: 3px;
  position: absolute;
  top: -2px;
}
.arrow-link-list a[href$=".pdf"]:not(.linkpdf_img) {
  padding-right: 22px;
}
.arrow-link-list a[href$=".pdf"]:not(.linkpdf_img):after {
  content: url(../images/icon_pdf.png);
  right: 0;
  top: 0;
  padding-right: 3px;
  position: absolute;
}


/* SELECT,INPUT
********************/
.customSelect {
  border: 1px solid #fff;
  background: url(../images/bg_select.png) no-repeat right center #fff;
  padding: 15px 20px;
  min-width: 100%;
}
.customSelectInner {
  min-width: 100%;
}

input[type="text"].input-txt {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 15px;
  font-size: 100%;
}
input[type="text"].input-txt:focus {
  border-color: #fff;
}
.search-btn {
  border: 1px solid #fff;
  background: url(../images/icon_search_pink.png) no-repeat center center #fff;
  width: 56px;
  height: 56px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;

}
.search-btn:hover {
  opacity: 0.6;
}


/*HEADER
**************************/
header {
  margin: 0 auto 32px;
  width: 100%;
  position: relative;
}
header .menu-wrapper {
  display: block;
}
header .logo {
  text-align: center;
  height: 110px;
  padding: 30px 0;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: 102px;
}
.header-nav-box {
  width: 100%;
  max-width: 1360px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 110px;
}
.header-nav {
  text-align: left;
  font-size: 92.85%;
  position: static;
  top: 0;
  height: 110px;
  letter-spacing: 0.1em;
}
.header-nav > ul {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 35px;
}
.header-nav li {
  display: inline-block;
}
.header-nav.form-link {
  float: right;
}
.header-nav.form-link ul {
  justify-content: right;
}
.header-nav.form-link a {
  color: #333;
}
.header-nav.sub-link {
  float: left;
}
.header-nav.sub-link ul {
  justify-content: left;
}
.header-nav.sub-link a {
  font-weight: normal;
  color: #404040;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .header-nav-box {
    max-width: none;
    padding: 0 20px;
  }
  .header-nav > ul {
    gap: 20px;
  }
}

/*GLONAV
**************************/
.global-nav {
  background: url(../images/bg_global_nav.png) no-repeat center top #f8f8f8;
  padding-top: 1px;
}
.global-nav.no-bgcolor {
  background-color: transparent;
}
.global-nav ul {
  display: table;
  width: 100%;
  max-width: 1360px;
  font-size: 114.28%;
  line-height: 1.25;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.global-nav li {
  display: table-cell;
  text-align: center;
}
.global-nav li a {
  display: block;
  padding: 40px 20px;
  color: #000;
}
.global-nav li a.active {
	color: #f82faa;
}

optgroup {
  font-style:normal;
}


/*SUBNAV
**************************/
.sub-nav {
	position: absolute;
	background: rgba(255,255,255,0.95);
	border: 1px solid #DDD;
	margin: 0 0 0 -480px;
	margin: -8px 10px 0;
	padding: 0 30px 15px;
	text-align: left;
	display: none;
	max-width: 980px;
    z-index: 1;
}
@media only screen and (max-width: 1330px) {
.sub-nav.onpremises {
	margin-left: -485px;
	left: 50%;
}
}
@media only screen and (max-width: 1024px) {
.sub-nav {
	display: none !important;
}
}

/*.sub-nav:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	top: -15px;
	left: 0px;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #DDD transparent;
}*/

.sub-nav .index a {
	display: block;
	padding: 0 30px 0 45px;
	border-bottom: 1px solid #DDD;
	line-height: 75px;
	margin: 0 -30px;
	letter-spacing: 0.1em;
	position: relative;
}
.sub-nav.onry .index a {
	border-bottom: none;
	margin-bottom: -15px;
}
.sub-nav .index a:before {
	content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 30px;
    top: 34px;
    display: inline-block;
    border-top: 2px solid #f82faa;
    border-right: 2px solid #f82faa;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.sub-items {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 16px 32px;
	margin: 30px 0 15px;
}
.sub-items > div {
    display: grid;
    grid-gap: 8px 32px;
}
.sub-items.service div {
    grid-auto-flow: column;
    grid-template-rows: auto auto;
}
.sub-items.product div {
    grid-template-rows: 1.5rem auto;
}
.sub-items.product {
    grid-template: auto auto / auto auto auto;
}
.sub-items.product > div:first-child {
    grid-row: 1 / span 2;
}

.sub-nav a {
	color: #f82faa !important;
}
.sub-nav .category span {
    display: inline-block;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000;
	border-radius: 3px;
	padding: 3px 10px;
}
.sub-nav div dt {
	font-size: 11px;
	color: #666;
}
.sub-nav div dd {
	margin: 3px 0 0;
}
.sub-nav div dd a {
	font-size: 14px;
	padding: 5px 0 5px 15px;
	position: relative;
}
.sub-nav div dd a:before {
	content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 9px;
    display: inline-block;
    border-top: 2px solid #f82faa;
    border-right: 2px solid #f82faa;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*BREADCRUMB
**************************/
.breadcrumb {
  max-width: 1350px;
  margin: 0 auto;
  font-size: 85.71%;
}
.breadcrumb a {
  color: #999;
  font-weight: normal;
}
.breadcrumb li {
  display: inline-block;
  padding-left: 35px;
  margin-left: 20px;
  position: relative;
}
.breadcrumb li:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  content: "";
}
.breadcrumb .home {
  background: url(../images/breadcrumb_home.png) no-repeat left top;
  padding-left: 25px;
}
.breadcrumb .home:before {
  border: none;
}

/*FOOTER
**************************/
footer {
  background-color: #eee;
  margin-top: 20px;
}
footer a {
  color: #000;
}
footer .inner {
  background: url(../images/bg_footer.png) no-repeat center bottom;
  padding: 45px 3% 48px;
  max-width: 1267px;
}

footer .link-search-box {
  font-size: 78.57%;
}
footer .site-search {
  width: 245px;
  height: 55px;
  background-color: #fff;
  border: 0px solid #fff;
  display: inline-block;
  float: right;
}
footer .site-search .yahoo-input-box {
  width: 180px;
  height: 55px;
  padding-left: 15px;
  border: none;
  box-shadow: none;
  float: left;
}
footer .site-search .yahoo-search-button,
footer .site-search .yahoo-search-button:hover {
  background: url(../images/icon_search.png) no-repeat center center #fff;
  width: 55px;
  height: 55px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  border: none;
  float: right;
  padding: 0px;
}
footer .site-search .gsc-control-searchbox-only {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  height: 55px;
}
footer .site-search .gsc-input-box {
  border-color: #fff;
  height: 100%;
}
footer .site-search .gsc-search-box td.gsc-input {
  padding-right: 0;
  font-size: 87.5%;
}
footer .site-search .gsc-search-box {
  height: 100%;
}
footer .site-search .gsc-search-button,
footer .site-search .gsc-search-button:hover {
  height: 94%;
  margin: 0;
  background: url(../images/icon_search.png) no-repeat center center #fff;
  border-color: transparent;
  color: transparent;
}
footer .site-search input.gsc-input,
footer .site-search input.gsc-input:hover,
footer .site-search input.gsc-input:focus{
  border: none;
}

footer .site-search input.gsc-input,
footer .site-search .gsc-input-box,
footer .site-search .gsc-input-box-hover,
footer .site-search .gsc-input-box-focus {
  box-shadow: none;
}
footer .site-search input.gsc-input:hover,
footer .site-search .gsc-input-box:hover,
footer .site-search .gsc-input-box-hover:hover,
footer .site-search .gsc-input-box-focus:hover {
  box-shadow: none;
}
footer .site-search input.gsc-input:focus,
footer .site-search .gsc-input-box:focus,
footer .site-search .gsc-input-box-hover:focus,
footer .site-search .gsc-input-box-focus:focus {
  box-shadow: none;
}
footer .site-search .gsc-input-box table {
  width: 100%;
  height: 100%;
}
footer .site-search .gsc-clear-button {
  display: none;
}

footer .category-link {
  float: left;
  max-width: 280px;
  padding-right: 80px;
  font-size: 11px !important;
  letter-spacing: 0.1em;
}

footer .site-search #srchLogo{
  margin:0px 0px 10px 0px;
  text-align:right;
}
footer .site-search #srchLogo a{
  color:#666666;
  text-decoration:none;
  font-size:85%;
}
footer .site-search #srchLogo a:hover{
  text-decoration:underline;
}

/* QUALITIA CLOUD */
footer .qc {
	background: #1B2A31;
	padding: 80px 0;
}
footer .qc * {
	box-sizing: border-box;
}
footer .qc .bnr a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 960px;
	height: 160px;
	margin: 0 auto;	
	color: #FFF;
	text-align: center;
	background: rgba(85,99,111,1);
	border: 5px solid #FFF;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 1);
	font-family: 'Noto Sans Japanese';
	letter-spacing: 0.05em;
}
footer .qc .bnr a:hover {
	opacity: 1;
	background: rgba(85,99,111,0.6);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
footer .qc .bnr .icon {
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	left: -30px;
	background: #FF0;
	color: #1B2A31;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	font-size: 14px;
	font-weight: bold;
	line-height: 90px;
}
footer .qc .bnr .logo-qc img {
	width: 380px;
}
footer .qc .bnr .catch-copy br {
	display: none;
}
footer .qc .bnr .catch-copy {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 25px;
}
footer .qc .bnr .link {
	display: block;
	position: absolute;
	bottom: -5px;
	right: -5px;
	padding: 10px 15px;
	background: #FFF;
	color: #1B2A31;
	font-size: 14px;
	font-weight: bold;
	border-radius: 15px 0 15px 0;
	line-height: 1;
}
footer .qc .bnr .link::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 3px solid #1B2A31;
	border-right: 3px solid #1B2A31;
	transform: rotate(45deg);
	margin: 0 0 1px 3px;
}

@media only screen and (max-width: 1024px) {
	footer .qc {
		padding: 40px 0;
	}
	footer .qc .bnr a {
		display: block;
		width: 85%;
		height: auto;
		padding: 40px 0 60px;
		border: 4px solid #FFF;
		border-radius: 10px;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 1);
	}
	footer .qc .bnr a:hover {
		opacity: 1;
		background: rgba(85,99,111,0.6);
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	}
	footer .qc .bnr .icon {
		width: 65px;
		height: 65px;
		top: -8vw;
		left: -6vw;
		font-size: 10px;
		line-height: 65px;
	}
	footer .qc .bnr .logo-qc {
		width: 80%;
		margin: 0 auto;
	}
	footer .qc .bnr .catch-copy {
		font-size: 12px;
		margin: 10px 0 0 0;
	}
	footer .qc .bnr .catch-copy br {
		display: block;
	}
	footer .qc .bnr .link {
		bottom: -4px;
		right: 0;
		padding: 10px 15px;
		border-radius: 0 0 10px 10px;
		width: 100%;
		text-align: center;
	}
}



/*------------------------------------ media */
@media screen and ( max-width: 1100px ){
  footer .category-link {
    padding-right: 60px;
  }
}
footer .category-link:last-child {
  padding-right: 0;
}
footer .category-link > li + li {
  margin-top: 2.3em;
}
footer .product-link > li:first-of-type {
  margin-top: 1em;
}
footer .product-link > li + li {
  margin-top: 0.6em;
}
footer .product-link > li:before {
  content: "・";
  width: 1em;
}
footer .product-link a {
  color: #666;
  font-weight: normal;
}
footer .position-box{
  position: relative;
}
footer .txt-link-box {
width: 146px;
text-align: right;
position: absolute;
right: 0;
top: 85px;
}
footer .txt-link-box .iso-img {
    font-family: 'Tahoma', 'Geneva', sans-serif;
    font-weight: normal;
    font-size: 8px;
}
footer .txt-link {
  font-size: 78.57%;
  line-height: 1.4;
}
footer .txt-link > li {
  margin-top: 10px;
}
footer .txt-link a {
  font-weight: normal;
  color: #666;
  letter-spacing: 0.1em;
}
footer .txt-link a[href$=".pdf"]{
  padding-right: 0px;
}
footer .txt-link a[href$=".pdf"]:after {
  content: none;
  padding-right: 3px;
  padding-left: 3px;
  position: absolute;
  top: -2px;
}

footer .form-link {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}
footer .form-link li {
  flex: 1;
  font-size: 16px;
  font-family: 'Noto Sans Japanese';
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 108px;
  line-height: 108px;
}
footer .form-link a {
  display: block;
}

footer .corp-box {
  background-color: #ffffff;
  text-align: center;
  padding: 30px 3% 10px;
}
footer .copyright {
  margin-top: 38px;
  font-size: 71.52%;
}

/*PAGETOP
**************************/
.pagetop a {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	opacity: 0.3;
}
.pagetop a:hover {
	opacity: 0.8;
	bottom: 23px;
}

/* GSC Result
**************************/
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background-color: #eeeeee !important;
	text-shadow: none !important;
	padding: 3px 6px !important;
}
.gsc-result a[href$=".pdf"]:after {
	top: -3px;
}


/**************************************
MEDIA QUERY SP
***************************************/
@media only screen and (max-width: 1024px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .wrapper > .section-box:last-of-type {
  padding-bottom: 20px;
}
.section-box {
  padding: 50px 0;
  }
.section-box .section-box .section-ttl {
    font-size: 142.85%;
  }
  .section-ttl.top-level,
  .section-box .section-box  .section-ttl.top-level {
  font-size: 142.85%;
}
  .pc-line-break:before {
    content: none;
    white-space: normal;
}
.sp-line-break:before {
    content: "\A";
    white-space: pre;
}
.link-btn a {
  padding: 10px 20px;
}
.link-btn.back-top {
  margin-top: 80px;
}

.section-box {
  margin: 50px 0;
}


  /* COMMON Hx */
  .h1-ttl {
    font-size: 157.14%;
  }
  .h2-ttl {
    font-size: 142.85%;
  }

   /* COMMON TABLE*/
  .common-table th,
  .common-table td {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
  .common-table th {
    padding-bottom: 0;
  }
  .common-table td {
    padding-top: 10px;
  }




  /*HEADER
  **************************/
  header {
    background-color: #2c2b25;
    padding-bottom: 0;
  }
  header .logo {
    width: 100%;
    background-color: #fff;
    height: 55px;
    padding: 15px 0;
  }
  header .logo img {
    width: 51px;
    height: auto;
  }
  .sp-menu {
  cursor: pointer;
  display: block;
  float: left;
  height: 11px;
  position: absolute;
  width: 18px;
  z-index: 2;
  right: 5%;
  top: 22px;
}
.sp-menu:before {
  -webkit-box-shadow: #000 0 5px 0;
  box-shadow: #000 0 5px 0;
  height: 1px;
  width: 18px;
}
.sp-menu:after {
  bottom: 0;
  height: 1px;
  width: 18px;
}
.sp-menu:before,
.sp-menu:after {
  background: #000;
  display: block;
  content: '';
  position: absolute;
}
.sp-menu.open:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: 50%;
}
.sp-menu.open:after {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  top: 50%;
}
header .menu-wrapper {
  display: none;
  padding-bottom: 32px;
}
  header .global-nav {
    background-image: url(../images/bg_sp_global_nav.png);
    background-color: #2c2b25 !important;
    background-size: 41px 7px;
    padding-top: 30px;

  }
  .global-nav ul {
    font-size: 85.71%;
    padding: 0 7%;
  }
  .global-nav li {
    display: block;
    text-align: left;
  }
  .global-nav li + li {
    margin-top: 2em;
  }
  .global-nav li a {
    padding: 0;
  }
  .global-nav li a,
  .header-nav.sub-link a {
   color: #fff;
   display: inline-block;
  }
  .header-nav-box {
    position: static;
    height: auto;
    margin-top: 50px;
  }
  .header-nav {
    width: 100%;
    padding: 0 7%;
    display: block;
    height: auto;
    font-size: 78.57%;
  }
  .header-nav > ul {
   display: block;
  }
  .header-nav li {
    display: block;
  }
  .header-nav li + li {
    margin-left: 0;
  }
  .header-nav.form-link,
  .header-nav.sub-link {
    float: none;
    text-align: left;
  }
  .header-nav.sub-link li {
    margin-top: 1em;
  }
  .header-nav.form-link {
    margin-top: 20px;
  }
  .header-nav.form-link li {
    text-align: center;
    margin-top: 8px;
  }
  .header-nav.form-link a {
    background-color: #fff;
    display: block;
    border: 3px solid #fff;
    border-radius: 3px;
    height: 55px;
    padding: 10px 2%;
    line-height: 2.2;
  }
  .global-nav + .section-box {
    padding-top: 80px;
  }

  /*BREADCRUMB
  **************************/
  .breadcrumb {
    display: none;
  }

  /*FOOTER
  **************************/
  footer .inner {
    padding: 25px 5% 23px;
    background-size: 41px 7px;
  }
  footer .link-search-box {
  margin-bottom: 30px;
  }
  footer .site-search {
    float: none;
    width: 100%;
  }
  footer .category-link.cloud-service {
    margin-top: 20px;
  }
  footer .category-link {
    float: none;
    width: auto;
    margin-top: 22px;
  }
  footer .category-link > li + li {
    margin-top: 22px;
  }
  footer .product-link > li:first-child {
    margin-top: 0;
  }
  footer .product-link {
    margin-top: 6px;
  }
  footer .txt-link-box {
    width: auto;
    margin-left: 0;
    margin-top: 50px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    text-align: left;
    position: static;
  }
  footer .txt-link-box .iso-img {
    float: right;
    padding-top: 10px;
  }
  footer .txt-link-box .txt-link {
    float: left;
  }
  footer .txt-link > li {
    margin-top: 0.5em;
  }
  footer .txt-link {
    font-size: 11px;
  }

  footer .form-link {
    display: block;
  }
  footer .form-link li {
    width: 100%;
    max-width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
  }
  footer .form-link li + li {
   margin-left: 0;
   margin-top: 9px;
  }
  footer .corp-box {
   padding: 15px 15px 10px;
  }
  footer .footer-logo img {
    width: 51px;
    height: auto;
  }
  footer .copyright {
    margin-top: 15px;
    font-size: 60.71%;
  }
  .section-ttl {
    font-size: 157.14%;
  }
  .section-ttl + p {
    text-align: left;
  }

  /*PAGETOP
**************************/
/*.pagetop {
	display: none !important;
}
*/}

/**************************************
MEDIA QUERY PC
***************************************/
@media only screen and (min-width: 1025px) {
  header .menu-wrapper {
    display: block !important;
  }
}
@media only screen and (max-width: 1175px) and (min-width: 1091px) {
    footer .category-link {
      padding-right: 60px;
    }
  }
@media only screen and (max-width: 1090px) and (min-width: 1025px) {
    footer .category-link {
      padding-right: 40px;
    }
  }
