/*----------------------------------------------------------------------------*\
  CONTENTS
  ----------------------------------------------------------------------------*/
/*
  * FOUNDATION
  * TOOLS
  * BASE
  * COMPONENTS
  * TRUMPS
  */
/*----------------------------------------------------------------------------*\
  FOUNDATION
  ----------------------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
p img {
/*  margin-bottom: 5%; */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, .site-header__nav ul, ul.footer-sub-nav, ul.cases-nav, .cases-slide__tags{
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*----------------------------------------------------------------------------*\
  TOOLS
  ----------------------------------------------------------------------------*/
/* Libraries */
/* Animations */
@keyframes scale-100-to-0 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

.scale-100-to-0 {
  animation: scale-100-to-0 .2s;
}

@keyframes scale-0-to-100 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.scale-0-to-100 {
  animation: scale-0-to-100 .2s;
}

@keyframes scale-100-to-130 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

.scale-100-to-130 {
  animation: scale-100-to-130 .2s;
}

@keyframes scale-130-to-100 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.scale-130-to-100 {
  animation: scale-130-to-100 .2s;
}

.js-reveal-item {
  transition: all 0.5s cubic-bezier(0.16, 0.43, 0.45, 1);
  opacity: 0;
  list-style: none;
}

.js-reveal-item.-delayed {
  transition-delay: 1s;
}

.js-reveal-item.-revealed {
  opacity: 1;
}

.js-reveal-item.-skew {
  transform: translate3d(20%, 30%, 0) skewY(5deg);
}

.js-reveal-item.-skew.-revealed {
  transform: translate3d(0, 0, 0) skewY(0);
}

.js-reveal-item.-down {
  transform: translate3d(0, 20%, 0);
}

.js-reveal-item.-down.-revealed {
  transform: translate3d(0, 0, 0);
}

/*----------------------------------------------------------------------------*\
  BASE
  ----------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  color: #333;
}

a:focus {
  outline: none;
}

/*----------------------------------------------------------------------------*\
  COMPONENTS
  ----------------------------------------------------------------------------*/
.button {
  display: block;
  padding: 0 18px;
  background: rgba(51, 51, 51, 0.9) url("../images/ico_next.png") no-repeat right 15px center;
  background-size: 11px auto;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: .1em;
  color: white;
  text-decoration: none;
  transition: all .1s ease;
}

/* add start 2021.07 */
.button_orange {
  display: block;
  padding: 0 18px;
  margin-bottom: 10px;
  background: rgba(255, 217, 0, 0.829) url("../images/ico_next.png") no-repeat right 15px center;
  background-size: 11px auto;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .1em;
  color: rgb(7, 7, 7);
  text-decoration: none;
  transition: all .1s ease;
}
/* add end 2021.07 */

.button:hover {
  background-color: black;
}

/* add start 2021.07 */
.button_orange:hover {
  background-color: rgb(255, 230, 0);
}
/* add end 2021.07 */

.button--large, .button--xlarge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
}

.button--inquiry {
  background-image: none;
}

.button--inquiry::before {
  content: '';
  margin-right: 14px;
  background: url("../images/ico_email.png") no-repeat center center;
  background-size: 16px auto;
  width: 16px;
  height: 15px;
}

/* add start 2021.07 */
.button--request {
  background-image: none;
}

.button--request::before {
  content: '';
  margin-right: 14px;
  background: url("../images/ico_document.png") no-repeat center center;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
}
/* add end 2021.07 */

@media screen and (max-width: 767px) {
  .button--large {
    height: 60px;
  }
  .button--xlarge {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .button {
    width: 240px;
  }
  .button--large {
    height: 70px;
  }
  .button--xlarge {
    width: 400px;
    height: 70px;
  }
　/* add start 2022.0930 */
  .btn_1{
	  width: 209px;
	  padding: 14px 0 16px 0;
	  font-size: 16px;
	  position: relative;
	  text-align: center;
	  text-decoration: none;
	  display: block;
	  margin: 0 auto;
	  color: #fff;
	  font-weight: bold;
	  background: #444;
	  line-height: 1;
	  border-radius: 50px;
	  transition: all .2s;
	}
   .btn_1:hover{
	  opacity: 0.6;
	}
/* add end 2022.0930 */
}

.description-list__head {
  font-weight: bold;
  font-size:28px;
  line-height: 1.4;
}

.description-list__head--large {
  font-size: 26px;
}

.description-list__body {
  margin-top: 25px;
  font-size: 16px; 
  line-height: 1.5; /* mod from 1.8 */
}

.sub-section {
  font-size: 22px;
  font-weight: bold;
  margin: 5% 0 1%;

}
.description-list__body > ol {
  margin-left: 30px;
  padding-top: 10px;
}

.description-list__body > ol > li {
  margin-top: 20px;
  list-style-type: decimal;
}

.description-list__foot {
  margin-top: 60px;
  font-size: 16px;
  line-height: 1.8;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .description-list__head {
    margin-top: 60px;
  }
  .description-list__head--large {
    margin-top: 90px;
  }
}

@media screen and (min-width: 768px) {
  .description-list__head {
    margin-top: 10%;
    margin-bottom: 15px;
  }
  .description-list__head--large {
    margin-top: 130px;
  }
  .description-list__head:first-child {
    margin-top: 0;
  }
}

.footer-nav__title {
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 15px;
}

.footer-nav__title-link {
  color: #3b3b3b;
  text-decoration: none;
}

.footer-nav__title-link:hover {
  opacity: 0.7;
}

.footer-nav__link {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  transition: all .1s ease;
  line-height: 1.2;
}

.footer-nav__link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer-nav {
    border-bottom: 1px solid #ccc;
  }
  .footer-nav__title {
    position: relative;
    padding: 22px 0;
    border-top: 1px solid #ccc;
  }
  .footer-nav__title::before, .footer-nav__title::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #eea600;
  }
  .footer-nav__title::before {
    right: 7px;
    width: 14px;
    height: 2px;
  }
  .footer-nav__title::after {
    right: 13px;
    width: 2px;
    height: 14px;
  }
  .footer-nav__title.is-active::after {
    content: none;
  }
  .footer-nav__text {
    display: none;
    margin-bottom: 20px;
  }
  .footer-nav__text.is-active {
    display: block;
  }
  .footer-nav__link {
    display: block;
    padding: 10px 20px;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav {
    display: flex;
  }
  .footer-nav__item {
    width: 20%;
  }
  .footer-nav__text {
    margin-top: 16px;
  }
  .footer-nav__link {
    position: relative;
    display: block;
    padding-left: 1em;
  }
  .footer-nav__link::before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
  }
}

.footer-page {
  background: #f5f5f5;
}

.footer-page__head {
  background: white;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
  color: #eea600;
  text-align: center;
}
.footer-page__head_mexcbt {
	padding-bottom: 50px;
	color: #ffffff;
	text-align: center;
	background-image: url(../../images/service/mexcbt_header_bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.footer-page__head_mexcbt {
  background: white;
  padding-bottom: 50px;
 
  color: #ffffff;
  text-align: center;
}
.footer-page__title_mexcbt {
	color: #FFFFFF;
	text-align: center;
	background-image: url(../../images/service/mexcbt_header_bg.png);
	background-position: center;
	background-size: cover;
	height: 60px;
	line-height: 60px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: auto;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .footer-page__head {
    padding-top: 100px;
    padding-right: 10px;    /* 2021.9.16 add */
    padding-left: 10px;     /* 2021.9.16 add */
    font-size: 30px;
    line-height: 35px;      /* 2021.9.16 add */ 
  }
	 .footer-page__head_mexcbt {
    padding-top: 100px;
    padding-right: 10px;    /* 2021.9.16 add */
    padding-left: 10px;     /* 2021.9.16 add */
    font-size: 30px;
    line-height: 35px;      /* 2021.9.16 add */ 
  }
  .footer-page__title_mexcbt {
	height: 50%;
	padding-right: 10px;    /* 2021.9.16 add */
	padding-left: 10px;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-bottom: 10px;
	line-height: 36px;
	color: #FFFFFF;
	background-color: #3D3535;
	background-image: url(../../images/service/mexcbt_header_bg.png);
	background-position: center;
	font-size: 24px;
	font-weight: bold;
  }
  .footer-page__body {
	padding: 0 15px 105px;
	background-color: #FFFFFF;
  }
}

@media screen and (min-width: 768px) {
  .footer-page__head {
    padding-top: 150px;
    padding-right: 30px;    /* 2021.8.19 add */
    padding-left: 30px;     /* 2021.8.19 add */
    font-size: 35px;        /* 2021.9.16 mod from 36px */
    line-height: 40px;      /* 2021.9.16 add */
  }
	.footer-page__head_mexcbt {
    padding-top: 150px;
    padding-right: 30px;    /* 2021.8.19 add */
    padding-left: 30px;     /* 2021.8.19 add */
    font-size: 35px;        /* 2021.9.16 mod from 36px */
    line-height: 40px;      /* 2021.9.16 add */
	background-image: url(../../images/service/mexcbt_header_bg.png);
		background-repeat:no-repeat;
		background-size:cover;
  }
.footer-page__title_mexcbt {
	padding-right: 30px;    /* 2021.8.19 add */
	padding-left: 30px;     /* 2021.8.19 add */
	font-size: 35px;        /* 2021.9.16 mod from 36px */
	line-height: 40px;      /* 2021.9.16 add */
	bottom: 0px;
  }
  .footer-page__body {
    margin: 0 auto;
    padding: 40px 0 90px; /* 2024.1.26 mod (from 40px 40px 90px) */
    max-width: 900px;       /* 2021.8.20 mod (from 800px) */
  }
}

.footer-sub-nav {
  display: flex;
}

.footer-sub-nav__item {
  padding: 0 16px;
  border-left: 1px solid #ccc;
}

.footer-sub-nav__item:first-child {
  border-left: none;
}

.footer-sub-nav__link {
  color: #666;
  text-decoration: none;
  transition: all .1s ease;
}

.footer-sub-nav__link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer-sub-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-sub-nav__item {
    margin-top: 35px;
    font-size: 15px;
  }
  .footer-sub-nav__item:nth-child(3) {
    border-left: none;
  }
}

@media screen and (min-width: 768px) {
  .footer-sub-nav {
    flex-wrap: wrap;
    width: 300%;
  }
  .footer-sub-nav__item {
    font-size: 13px;
  }
  .footer-sub-nav__item:first-child {
    padding-left: 0;
  }
}

.header-nav {
  font-size: 18px;
}

.header-nav__link {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 18px;
  color: #808080;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .header-nav {
    order: 1;
    margin: 44px 0 20px;
    padding: 0 15px;
    width: 100%;
    text-align: left;
  }
  .header-nav__item {
    margin-top: 16px;
  }
  .header-nav__link {
    padding-left: 20px;
    border-left: 2px solid transparent;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .header-nav__link:hover, .header-nav__link.is-active {
    border-color: #eea600;
    color: #eea600;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0;
  }
  .header-nav__item {
    box-sizing: content-box;
    padding: 0 10px;
    width: 4.05em;
    text-align: center;
  }
  .header-nav__item:first-child {
    width: 3.05em;
  }
  .header-nav__link {
    padding: 14px 0;
    color: white;
  }
  .header-nav__link:hover, .header-nav__link.is-active {
    font-weight: bold;
    color: #eea600;
  }
  .header-nav__link::after {
    content: '';
    transition: all .2s ease;
    display: block;
    position: absolute;
    left: -100%;
    bottom: 0;
    background: #eea600;
    width: 100%;
    height: 2px;
  }
  .header-nav__link:hover::after, .header-nav__link.is-active::after {
    left: 0;
  }
  .header-nav.is-scrolling {
    padding-right: 22px;
  }
  .header-nav.is-scrolling .header-nav__items {
    padding: 0;
  }
  .header-nav.is-scrolling .header-nav__item {
    padding: 0 22px;
  }
  .header-nav.is-scrolling .header-nav__link {
    padding: 24px 0;
    color: #808080;
  }
  .header-nav.is-scrolling .header-nav__link:hover, .header-nav.is-scrolling .header-nav__link.is-active {
    color: #eea600;
  }
  .header-nav--footer-page .header-nav__link {
    color: #808080;
  }
  .header-nav--footer-page .header-nav__link:hover, .header-nav--footer-page .header-nav__link.is-active {
    color: #eea600;
  }
}

.header-sub-nav__items {
  display: flex;
  align-items: center;
/* mod start 2021.7 */ 
/* justify-content: space-between; */
  justify-content: right;
/* mod end 2021.7 */
   
}

.header-sub-nav__link {
  padding-right: 18px;
  background: url("../images/ico_external.png") no-repeat right center;
  background-size: 11px auto;
  color: #808080;
  text-decoration: none;
  transition: all .1s ease;   
}
/* add start 2021.7 */
.header-sub-nav__link_en {
  color: #808080;
  text-decoration: none;
  transition: all .1s ease;   
}
/* add end 2021.7 */

/* add start 2021.3 */
.header-sub-nav__link_white,
.header-sub-nav__link_black {
	text-decoration: none;
/*  padding-right: 18px;
  background: url("../images/ico_external.png") no-repeat right center;
  background-size: 11px auto;
  color: #808080;
  transition: all .1s ease;   */
}
.header-sub-nav__link_en_black,
.header-sub-nav__link_en_white{
  color: #808080;
  text-decoration: none;
  transition: all .1s ease;   
}
/* add end 2021.3 */

.language-switch__link {
  color: white;
  text-decoration: none;
  transition: all .1s ease;
}
.header-sub-nav__link
.header-sub-nav__link_en :hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .header-sub-nav {
    order: 2;
    margin: 0 30px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
  }
  .header-sub-nav__items {
    flex-wrap: wrap; 
  }
  .header-sub-nav__item {
/* del start 2021.07 */    
/*  width: 50%; */
/* del end   2021.07 */   
/* add start 2021.07 */
    margin-bottom: 10px;
/* add end 2021.07 */ 
  }
/* delete start 2021.07 */ 
/* .header-sub-nav__item:last-child {
    margin-top: 83px;
    width: 100%;
  }
/* delete end 2021.07 */     
  .header-sub-nav__link
  .header-sub-nav__link_white
  .header-sub-nav__link_black
  .header-sub-nav__link_en  
  .header-sub-nav__link_en_black
  .header-sub-nav__link_en_white{
/* mod start 2021.07 */       
/*  font-size: 14px; */
    font-size:0.7em;
/* mod end 2021.07 */    
  }
}

@media screen and (min-width: 768px) {
  .header-sub-nav {
    display: inline-block;
/* mod start 2021.07 */    
/*  width: 250px; */
/*  width: 310px; */
/* mod end 2021.07 */  
/* add start 2022.07 */
	  /*width: 420px;*/
/* add end 2022.07 */   
  }
  .header-sub-nav__link
  .header-sub-nav__link_white
  .header-sub-nav__link_black {
    font-size: 15px;
/* mod start 2021.07 */    
/*  color: white; */
    color: rgb(255, 255, 255);
/* mod end 2021.07 */
  }
/* add start 2021.07 */  
  .header-sub-nav__link_en
  .header-sub-nav__link_en_black
  .header-sub-nav__link_en_white {
    font-size: 15px;
    color: rgb(194, 194, 194);
  }
/* add end 2021.07 */

/* add start 2022.03 */
.header-sub-nav__link_white {
  font-size: 15px;  
  color: white;
} 
.header-sub-nav__link_en_white {
  font-size: 15px;
  color: white;
}
.header-sub-nav__link_black {
  font-size: 15px;  
  color: rgb(78, 78, 78);
} 
.header-sub-nav__link_en_black {
  font-size: 15px;
  color: #808080;
}
/* add end 2022.03 */

  .is-scrolling.language-switch__link {
    font-size: 15px;
    color: white;
  }
    .header-sub-nav.is-scrolling a{
    color: #808080;
  }
  .header-sub-nav--footer-page .header-sub-nav__link .header-sub-nav__link_white .header-sub-nav__link_black 
  .header-sub-nav__link_en .header-sub-nav__link_en_white .header-sub-nav__link_en_black{
    color: #808080;
  }
  .header-sub-nav--footer-page .language-switch__link{
    color: #808080;
  }
  .header-sub-nav.is-scrolling.is-active{
    color: #808080;
  }
}

.inquiry-section {
  color: white;
}

.inquiry-section__lead {
  line-height: 2;
}

.inquiry-section__text {
  margin-top: 20px;
  font-size: 15px;
  color: #b3b3b3;
  line-height: 2;
}

.inquiry-section__link {
  color: #eea600;
  text-decoration: underline;
  transition: all .1s ease;
}

.inquiry-section__link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .inquiry-section {
    padding: 68px 15px 80px;
    background: url("../../images/home/bg_inquiry_sp.png") no-repeat center center;
    background-size: cover;
  }
  .inquiry-section__lead {
    font-size: 18px;
  }
  .inquiry-section__button {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .inquiry-section {
    padding: 72px 0 72px;
    background: url("../../images/home/bg_inquiry.png") no-repeat center center;
    background-size: cover;
  }
  .inquiry-section__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: calc(100% - 120px);
    max-width: 1280px;
  }
  .inquiry-section__body {
    width: calc(100% - 340px);
  }
  .inquiry-section__lead {
    font-size: 24px;
  }
  .inquiry-section__button {
    width: 300px;
  }
}

.language-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.language-switch__item {
  font-weight: bold;
}

.is-scrolling.language-switch__link.is-active {
  color: #808080;
  text-decoration: none;
  transition: all .1s ease;
}

.is-scrolling.language-switch__link {
  color: #808080;
  text-decoration: none;
  transition: all .1s ease;
}

@media screen and (max-width: 767px) {
  .language-switch__item {
    background: rgba(0, 0, 0, 0.8);
    width: 50%;
    font-size: 15px;
    overflow: hidden;
  }
  .language-switch__item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .language-switch__item:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .language-switch__link {
    display: block;
    padding: 13px 0;
    background: rgba(25, 25, 25, 0.8);
  }
  .language-switch__link:hover, .language-switch__link.is-active {
    background: rgba(0, 0, 0, 0.8);
    color: white;
  }
}

@media screen and (min-width: 768px) {
  .language-switch {
    padding: 12px 11px;
    /* background: #1a1a1a;*/
  }
  .language-switch__item {
    padding: 0 30px;
    font-size: 15px;
  }
  .language-switch__item:first-child {
    /*border-right: 1px solid #7d7d7d;*/
  }
}

.modal-close-button {
  top: -50px;
  background: url("../images/ico_close.png") no-repeat right center;
  background-size: 23px auto;
  width: 40px;
  height: 40px;
}

.site-footer__company-name {
  margin-right: 26px;
  font-size: 18px;
}

.site-footer__company-address {
  margin-top: 15px;
  font-size: 16px;
}

.site-footer__channels {
  display: flex;
  align-items: center;
}

.site-footer__channel {
  display: block;
  margin-left: 18px;
  width: 30px;
  transition: all .1s ease;
}

.site-footer__channel:hover {
  opacity: 0.7;
}

.site-footer__channel-image {
  display: block;
  width: 100%;
}

.site-footer__certifications {
  width: 173px;
}

.site-footer__certifications2 {
  margin-right: 25px;
  width: 173px;
}

.site-footer__certifications-image {
  display: block;
  width: 100%;
}

.site-footer__copyright {
  background: black;
  color: #9a9a9a;
}
.site-footer__sdgs{
  width: 135px;
  margin-right: 1%;
}
.site-footer__action{
  width: 120px;
  margin-left: 40%;
  margin-right: 0;
}
.site-footer__action img{
  width: 50px;
}

@media screen and (max-width: 767px) {
  .site-footer {
    padding-top: 63px;
  }
  .site-footer__head {
    position: relative;
    padding: 0 15px;
  }
  .site-footer__company {
    padding-top: 68px;
    background: url("../images/logo_footer.png") no-repeat;
    background-size: 178px auto;
  }
  .site-footer__company-address {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.4;
  }
  .site-footer__channels {
    position: absolute;
    top: 6px;
    right: 20px;
  }
  .site-footer__nav {
    margin: 30px 15px 0;
  }
  .site-footer__foot {
    margin: 0 15px;
  }
  .site-footer__certifications {
    display: none;
  }
  .site-footer__certifications2 {
    display: none;
  }
  .site-footer__sdgs{
    display: none;
  }
  .site-footer__action{
    display: none;
  }
  .site-footer__copyright {
    margin-top: 60px;
    padding: 15px;
    font-size: 11px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .site-footer {
    padding-top: 80px;
  }
  .site-footer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
  }
  .site-footer__company {
    padding: 10px 0 20px 244px;
    background: url("../images/logo_footer.png") no-repeat 2px center;
    background-size: 218px auto;
  }
  .site-footer__nav {
    margin-top: 48px;
    padding: 60px 60px 0;
    border-top: 1px solid #ccc;
  }
  .site-footer__foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 18px;
    padding: 0 60px;
  }
  .site-footer__copyright {
    margin-top: 27px;
    padding: 14px 60px;
    font-size: 12px;
  }
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 1%;
}

.site-header__logo {
  display: block;
  width: 149px;
}

.site-header__image {
  display: block;
  width: 100%;
}

.site-header.is-scrolling {
  position: fixed;
  border-bottom: 1px solid #ccc;
  background: white;
}

@media screen and (max-width: 767px) {
  .site-header__logo {
    margin: 7px 0 0 12px;
  }
  .site-header__nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background: black url("../images/bg_header_nav.png") no-repeat right center;
    background-size: 100% auto;
  }
  .site-header__nav.is-active {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
  }
  .site-header__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 9px 10px 0 0;
    width: 44px;
    height: 44px;
  }
  .site-header__close-button {
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 2;
    width: 44px;
    height: 44px;
  }
  .site-header.is-scrolling .site-header__logo {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .site-header__logo {
    margin: 27px 0 0 40px;
  }
  .site-header__button {
    display: none;
  }
  .site-header__close-button {
    display: none;
  }
  .site-header__nav {
    text-align: right;
  }
  .site-header.is-scrolling .site-header__logo {
    margin-top: 7px;
  }
}

@keyframes reveal-header {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tags {
  display: flex;
  flex-wrap: wrap;
}

.tags__tag {
  margin-right: 10px;
  padding: 0 12px;
  border-radius: 12.5px;
  background: #f5f5f5;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  white-space: nowrap;
}

.tags__tag--with-icon {
  clear: both;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 16px center;
}

.tags__tag--government {
  background-image: url("../images/tag/ico_government.png");
  background-position-x: 15px;
  background-size: 12px auto;
}

.tags__tag--education {
  background-image: url("../images/tag/ico_education.png");
  background-position-x: 12px;
  background-size: 18px auto;
}

.tags__tag--finance {
  background-image: url("../images/tag/ico_finance.png");
  background-position-x: 12px;
  background-size: 19px auto;
}

.tags__tag--maker {
  background-image: url("../images/tag/ico_maker.png");
  background-position-x: 12px;
  background-size: 17px auto;
}

.tags__tag--service {
  background-image: url("../images/tag/ico_service.png");
  background-position-x: 10px;
  background-size: 22px auto;
}

.tags__tag--etc {
  background-image: url("../images/tag/ico_publication.png");
  background-position-x: 13px;
  background-size: 13px auto;
}

@media screen and (max-width: 767px) {
  .tags__tag {
    margin-top: 12px;
  }
}

.to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  background: white;
}

.to-top__image {
  display: block;
  border: 1px solid #e0e0e0;
  width: 60px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .to-top {
    bottom: 10px;
    right: 10px;
  }
}

/*----------------------------------------------------------------------------*\
  TRUMPS
  ----------------------------------------------------------------------------*/
._cf {
  *zoom: 1;
}

._cf:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  ._pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}
ul.header-sub-nav__items{
  padding: 0;
}
ul.footer-sub-nav{
  padding: 0;
}
.price-list td, .millvi-table td, .vimeo-table td, .narrator-table td, .spec-table td, .equip-table td{
  border: solid 1px;
}
table{
  background-color: #FFF; 
  font-size: 0.95em;
  width: 100%;

}
table:not(.pc_table):not(.moblie_table):not(.asp-example) tr:nth-child(odd) td{
/*  background-color: #fffaf0; */
    background-color: #fbfff5;
}
table.millvi-table{
  height: 200px;
}
table.vimeo-table{
  height: 120px;
}

th{
  background-color:#269703;
  font-size: 0.95em;
  color: #FFFFFF;
  padding: 11px 8px;
  border: solid 1px #808080;
  text-align: center;
  vertical-align: middle;
  line-height: 1.1em;
}

tr{
  padding: 10px;
  vertical-align: middle;
}

td{
  padding: 10px;
  font-size: 0.95em;
  vertical-align: middle;
  line-height: 1.2em;
}

td.pricelist-spec{
  font-size: 0.88em;
  padding-left: 1.0em;
  vertical-align: middle;
  line-height: 1.3em;
}

td.asp-example-td{
  padding: initial;
  line-height: 100%;
  text-align: center;
}

.price-list ul li{
  padding-bottom: 8px;
}
.table-annotation{
  margin-top: 10px;
  font-size: 12px;
  line-height: 140%;
}
.table-annotation ul{
  list-style: none;
}
.table-annotation li{
  padding-left: 1em;
  text-indent: -2em;
}
.table-annotation2{
  font-size: 13px;
  line-height: 140%;
}

id.asp-example{
  padding: 0;
}

.spec-table td{
  padding-left: 1%;
}
.a-table, .b-table{
    height: 800px;
}
.contact-button{
  display: table-cell;
  font-size: 1.2em;
  vertical-align: middle;
  width: 40%;
  height: 50px;
  text-align: center;
  background-color:#234bbb;
  border-radius: 5px;
  border-bottom: 2px solid #00008B;
  border-left: 0px solid #00008B;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;

}
.contact-button:hover{
  background-color: #1506f1;
}
.contact-button:active{
  border-bottom: 0px;
  border-left: 0px;
}
.contact-wrapper{
  margin: 5% auto;
  width: 65%;
}
.contact-wrapper_50{
  margin: 5% auto;
  width: 50%;
}
.second_nav{
  margin-top: 10%;
}
#millvi_price, #vimeo_price, #dedicated, #on-premises, #asp, #youtube_price{
  margin-top: 0px;
  padding-top: 70px;
}
.pz-detail{
  color: #FFF;
  background-color:#668ad8;
  width: 23%;
  text-align: center;
  padding: 0.5em 0;
  margin-top: 3%;
  text-decoration: none; 
}
.report_button{
  text-decoration: none;
  padding: 3%;
  border-radius: 10px; 
  font-size: 20px; color: white;
  background-color: #efa600; 
  font-weight: bold;
}
.report_button:hover{
  background-color: #f0bd48;
}

@media screen and (min-width: 768px){
  .sdgs_wrapper{
    float: left;
    width: 42%;
    margin: 1% 2%;
    padding: 3%;
  }
  .text-wrapper{
    width: 100%;
    font-size: 12px;
    margin-left: 40%;
  }
  .sdgs_title{
    font-size: 16px;
  }
}
@media screen and (max-width: 767px){
  .sdgs_wrapper{
    clear: left;
    width: 100%;
    padding: 3%;
  }
  .text-wrapper{
    width: 66%;
    font-size: 14px;
    margin-left: 40%;
    padding: 5%;
  }
  .sdgs_title{
    font-size: 24px;
    width: 80%;
  }

}
.sdgs_title{
  margin-top: 5%;
  color: #bf0000;
  font-weight:bold;
}
.sdgs_text{
  margin-top: 3%;
  line-height: 120%;
  width: 83%;

}

/* 2021.08.03 add start */
body.device-mobile .vk-mobile-nav-menu-btn {
	display: none;
}
/* 2021.08.03 add end */
/* 2022.10.28 add start */
.site-footer__copyright{
	display: flex;
}
.reg_trademark{
	font-weight: bold;
	margin-left: 20px;
}
@media screen and (max-width: 767px){
	.site-footer__copyright{
	display: block;
 }	
	.title_mexcbt{
	/*font-weight: bold;*/
	  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
	padding-top: 0.25em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 2em;
	margin-bottom: 5px;
	
	}
	.param_mexcbt{
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	/*font-fam: Meiryo;*/
	margin-top: 24px;
	margin-bottom: 24px;
	line-height: 24px;
	}
	.param_mexcbt> p{
		margin-top:15px;
		margin-bottom: 15px;
	}
	.hr_mexcbt{
	max-width: 70%;
	height: 2px;
	color: #B7B7B7;
	background-color: #B7B7B7;
	}
	.under-line {
	line-height: 1.5;
		padding-top: 10px;
	padding-bottom: 1px;
	display: inline;
	background: linear-gradient(transparent 70%, #ffff44 0%);

          }
	.ser_button{
  max-width: 216px;
  padding: 14px 0 16px 0;
  font-size: 16px;
  position: center;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 10px auto;
  color: #fff;
  background: #484EEE;
  line-height: 1;
  border-radius: 20px;
  transition: all .2s;
  /*シャドウ追加*/
  box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
}
}
/* 2022.10.28 add end */
/* add start 2023.01 */
@media screen and (min-width: 768px){
.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.6em 1.2em;
  color: #fff;
  font-size: 0.9rem;
  background-color: #eea600;
  transition: 0.3s;
  border-radius: 50vh;
 }

.button01 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
 }
.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.6em 1.2em;
  background-color: #fff;
  color: #2285b1;
  font-size: 0.9rem;
  border: 1px solid #2285b1;
 }

.button02 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #2285b1;
  border-right: 3px solid #2285b1;
  transform: rotate(45deg);
 }

.button02 a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #a0c4d3;
 }

.button02 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
 }
.pc{
  display:none;
 }
/* add end 2023.01 */
.title_mexcbt{
	/*font-weight: bold;*/
	  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-size: 28px;
	line-height: 1.4;
	text-align: center;
	padding-top: 0.25em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 2em;
	margin-bottom: 5px;
	
	}
	.param_mexcbt{
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	/*font-fam: Meiryo;*/
	margin-top: 36px;
	margin-bottom: 36px;
	line-height: 32px;
	}
	.param_mexcbt> p{
		margin-top:30px;
		margin-bottom: 30px;
	}
	.hr_mexcbt{
	max-width: 70%;
	height: 2px;
	color: #B7B7B7;
	background-color: #B7B7B7;
	}
	.under-line {
	line-height: 1.5;
		padding-top: 10px;
	padding-bottom: 1px;
	display: inline;
	background: linear-gradient(transparent 70%, #ffff44 0%);

          }
	/*
	.ser_button{
  max-width: 209px;
  padding: 14px 0 16px 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 10px auto;
  color: #fff;
  background: #484EEE;
  line-height: 1;
  border-radius: 20px;
  transition: all .2s;*/
  /*シャドウ追加*/
  /*
	box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
}*/

}
