@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* html5要素 */
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, dialog, figure, footer, header, time, picture,
hgroup, nav, section {
  display: block;
}

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

fieldset, img {
  border: 0;
  vertical-align: bottom;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

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

abbr, acronym {
  border: 0;
}

a {
  /*outline:none; アクセシビリティのためoutlineは消してはいけない*/
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:not(br) {
  line-height: 1.8;
}

/*************** フォーム ***************/
*:-moz-placeholder-shown {
  color: #aaaaaa;
}
*:-ms-input-placeholder {
  color: #aaaaaa;
}
*:placeholder-shown {
  color: #aaaaaa;
}

*::-webkit-input-placeholder {
  color: #aaaaaa;
}

*:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

*::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #aaaaaa;
}

button {
  font-family: "Sawarabi Gothic", sans-serif;
  vertical-align: middle;
  cursor: pointer;
}

input[type=text],
input[type=password],
input[type=number],
textarea,
select {
  padding: 10px 5px;
  line-height: 1.4;
  min-height: 46px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  background: #fafafa;
  color: #111111;
  font-family: "Sawarabi Gothic", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=number]:hover,
textarea:hover,
select:hover {
  border-color: #888888;
  background: #ffffff;
  color: #333333;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  border-color: #67CBDF;
  background: #ffffff;
  color: #333333;
  -webkit-box-shadow: 0 0 0 3px rgba(103, 203, 223, 0.2);
          box-shadow: 0 0 0 3px rgba(103, 203, 223, 0.2);
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
textarea:disabled,
select:disabled {
  border-color: #888888;
  background: #EBEBE4;
  color: #777777;
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  input[type=text],
  input[type=password],
  input[type=number],
  textarea,
  select {
    padding: 2.6666666667vw 1.3333333333vw;
    border-radius: 0.8vw;
    min-height: 12.2666666667vw;
    font-size: 4vw;
  }
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=number]:focus,
  textarea:focus,
  select:focus {
    -webkit-box-shadow: 0 0 0 0.8vw rgba(103, 203, 223, 0.2);
            box-shadow: 0 0 0 0.8vw rgba(103, 203, 223, 0.2);
  }
}

input[type=text],
input[type=password],
input[type=number],
textarea {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  top: -0.1em;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  input[type=radio],
  input[type=checkbox] {
    margin: 0 1.3333333333vw 0 0;
  }
}

select {
  max-width: 100%;
  height: 46px;
}
@media only screen and (max-width: 767px) {
  select {
    height: 12.2666666667vw;
  }
}

label {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
  color: #393939;
  word-wrap: break-word;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  body {
    margin-bottom: 12vw;
    font-size: 4vw;
    -webkit-text-size-adjust: 100%;
  }
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

table a {
  word-break: break-all;
}

br {
  letter-spacing: 0;
}

a {
  color: #007ae5;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover { /*マウスをのせたとき*/
  color: #666666;
  text-decoration: underline;
}
a:active { /*マウスを押したとき*/
  color: #666666;
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

select.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 30px;
  width: 200px;
  height: 50px;
  line-height: 40px;
  background-size: 10px 30px;
  background-position: right 10px center;
}
select.custom-select::-ms-expand {
  display: none;
}
select.custom-select.is-example1 {
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ff0000" fill-opacity="1" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></svg>');
  background-repeat: no-repeat;
}
select.custom-select.is-example2 {
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ff0000" fill-opacity="1" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></svg>');
  background-repeat: no-repeat;
}
select.custom-select.is-example3 {
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ff0000" fill-opacity="0.7" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></svg>');
  background-repeat: no-repeat;
}
select.custom-select.is-example4 {
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ff0000" fill-opacity="1" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></svg>');
  background-repeat: no-repeat;
}
select.custom-select.is-example5 {
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ff0000" fill-opacity="1" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></svg>');
  background-repeat: no-repeat;
}
select.custom-select.is-example6 {
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ff0000" fill-opacity="0.7" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></svg>');
  background-repeat: no-repeat;
}

@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Thin.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Thin.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Thin.woff) format("woff");
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Light.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Light.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Light.woff) format("woff");
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-DemiLight.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff) format("woff");
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Regular.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Regular.woff) format("woff");
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Medium.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Medium.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Medium.woff) format("woff");
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Bold.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Bold.woff) format("woff");
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Black.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Black.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Black.woff) format("woff");
}
@font-face {
  font-family: YakuHanMPs;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-ExtraLight.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-ExtraLight.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: YakuHanMPs;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Light.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Light.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Light.woff) format("woff");
}
@font-face {
  font-family: YakuHanMPs;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Regular.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Regular.woff) format("woff");
}
@font-face {
  font-family: YakuHanMPs;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Medium.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Medium.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Medium.woff) format("woff");
}
@font-face {
  font-family: YakuHanMPs;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-SemiBold.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-SemiBold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-SemiBold.woff) format("woff");
}
@font-face {
  font-family: YakuHanMPs;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Bold.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Bold.woff) format("woff");
}
@font-face {
  font-family: YakuHanMPs;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Black.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Black.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Black.woff) format("woff");
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-search:before {
  content: "\f002";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-twitter:before {
  content: "\f099";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.eot);
  src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

/*************** パンくず ***************/
.l-breadcrumbs {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .l-breadcrumbs {
    padding: 4vw 0;
    font-size: 3.2vw;
  }
}

.l-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .l-breadcrumbs-list__item {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.l-breadcrumbs-list__item a {
  color: #696969;
}
.l-breadcrumbs-list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #696969;
  border-bottom: 1px solid #696969;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-breadcrumbs-list__item:last-child {
  margin-right: 0;
}
.l-breadcrumbs-list__item:last-child a {
  color: #393939;
}
.l-breadcrumbs-list__item:last-child:before {
  content: none;
}

#top .l-breadcrumbs-list__item:before {
  content: none;
}

/*************** フッター ***************/
#l-footer + iframe {
  display: none;
}

.l-footer-main {
  padding: 45px 0;
  background: #edf5ff;
}
@media only screen and (max-width: 767px) {
  .l-footer-main {
    padding: 8vw 0;
    font-size: 0.9375rem;
  }
}

.l-footer-logo {
  margin: 0 auto 90px auto;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .l-footer-logo {
    margin: 0 auto 12vw auto;
    width: 69.3333333333vw;
  }
}

.l-footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .l-footer-flex {
    display: block;
    margin-bottom: 16vw;
  }
}

.l-footer-info {
  width: 510px;
  border-right: 1px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  .l-footer-info {
    width: auto;
    border-right: none;
  }
}

.l-footer-info-lead {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-footer-info-lead {
    margin-bottom: 8vw;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
}

.l-footer-info-tel {
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-footer-info-tel {
    margin-bottom: 8vw;
  }
}
.l-footer-info-tel a {
  color: #393939;
  font-size: 2.8125rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .l-footer-info-tel a {
    font-size: 8vw;
  }
}
.l-footer-info-tel a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.l-footer-info-tel i {
  margin-right: 5px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .l-footer-info-tel i {
    margin-right: 1.3333333333vw;
    font-size: 6.6666666667vw;
  }
}

.l-footer-info-desc {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-footer-info-desc {
    font-size: 3.2vw;
  }
}

.l-footer-contents {
  padding-left: 90px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .l-footer-contents {
    padding-left: 0;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

.l-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .l-footer-list {
    display: none;
  }
}

.l-footer-list__item {
  margin-right: 45px;
}

.l-footer-list__link {
  position: relative;
  color: #393939;
  font-size: 1.125rem;
  font-weight: bold;
}
.l-footer-list__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #393939;
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
}
.l-footer-list__link:hover {
  color: #393939;
  text-decoration: none;
}
.l-footer-list__link:hover:before {
  width: 100%;
}

.l-footer-sub-navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .l-footer-sub-navi-list {
    display: none;
  }
}

.l-footer-sub-navi-list__item {
  position: relative;
  padding: 0 15px;
}
.l-footer-sub-navi-list__item:after {
  content: "/";
  position: absolute;
  right: -4px;
}
.l-footer-sub-navi-list__item:last-child:after {
  content: none;
}

.l-footer-sub-navi-list__link {
  color: #393939;
  font-size: 0.9375rem;
}

.l-footer-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .l-footer-btn-wrap {
    display: none;
  }
}

.l-footer-btn {
  margin-right: 15px;
  text-align: center;
}
.l-footer-btn a {
  padding: 10px 15px;
  min-width: 285px;
}
.l-footer-btn.is-estimate {
  margin-bottom: 0;
}

.l-footer-company-ttl {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  color: #393939;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .l-footer-company-ttl {
    margin-bottom: 12vw;
    padding-bottom: 4vw;
    font-size: 4vw;
  }
}
.l-footer-company-ttl:before, .l-footer-company-ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.l-footer-company-ttl:before {
  width: 180px;
  background-color: #393939;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .l-footer-company-ttl:before {
    width: 48vw;
  }
}
.l-footer-company-ttl:after {
  width: 100%;
  background-color: #eeeeee;
}

.l-footer-company-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .l-footer-company-wrap {
    display: block;
  }
}

.l-footer-company-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .l-footer-company-list {
    width: auto;
  }
}

.l-footer-company-list__item {
  margin-bottom: 30px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .l-footer-company-list__item {
    margin-bottom: 8vw;
    font-size: 3.2vw;
  }
}

.l-footer-company-list__ttl {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .l-footer-company-list__ttl {
    margin-bottom: 1.3333333333vw;
  }
}

.l-footer-company-list__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .l-footer-company-list__address {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 1.3333333333vw;
  }
}
.l-footer-company-list__address a {
  display: inline-block;
  margin-left: 15px;
  padding: 0 9px;
  border: 1px solid #cccccc;
  color: #696969;
  font-size: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .l-footer-company-list__address a {
    margin-left: 4vw;
    margin-bottom: 0.5333333333vw;
    padding: 0 2.4vw;
    font-size: 2.6666666667vw;
  }
}
.l-footer-company-list__address a:hover {
  color: #ffffff;
  background-color: #696969;
  text-decoration: none;
}

.l-footer-company-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .l-footer-company-list__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-footer-company-list__tel {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .l-footer-company-list__tel {
    margin-right: 4vw;
  }
}

.l-copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.625rem;
  color: #696969;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-copyright {
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 2.6666666667vw;
  }
}

/*************** 固定フッター ***************/
.l-fix-link {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-fix-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
  }
}

.l-fix-link-btn-wrap {
  width: 100%;
}

.l-fix-link-btn {
  display: block;
  padding: 2.9333333333vw 0;
  border: 1px solid #cccccc;
  color: #393939;
  background-color: #ffffff;
  font-size: 3.2vw;
  width: 100%;
  text-align: center;
}
.l-fix-link-btn.is-estimate {
  border-color: #e60012;
  color: #ffffff;
  background-color: #e60012;
}
.l-fix-link-btn:hover {
  text-decoration: none;
}

/*************** Page Top ***************/
.l-go-top {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .l-go-top {
    bottom: 16vw;
    right: 0;
  }
}
.l-go-top.is-show {
  visibility: visible;
  opacity: 1;
}
.l-go-top a, .l-go-top button {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -99999px;
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  border: none;
  background: #696969;
  background-image: url(../images/gotop-icon.svg);
  background-size: 75px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .l-go-top a, .l-go-top button {
    width: 12vw;
    height: 12vw;
    background-size: 12vw;
  }
}
.l-go-top a:hover, .l-go-top button:hover {
  opacity: 0.8;
  text-decoration: none;
}

/*************** ヘッダー ***************/
#l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 30px 20px 30px;
  width: calc(100% - 75px);
  z-index: 50;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
}
@media only screen and (max-width: 1230px) {
  #l-header {
    padding: 15px 15px 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  #l-header {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 4vw;
    height: 16vw;
    width: 100%;
    z-index: 999;
  }
}
#l-header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media only screen and (max-width: 767px) {
  #l-header.is-hide {
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.l-header-main__logo img {
  width: 270px;
}
@media only screen and (max-width: 1230px) {
  .l-header-main__logo img {
    width: 225px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-main__logo img {
    width: 60vw;
  }
}
.l-header-main__logo a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 990px) {
  .l-header-navi {
    display: none;
  }
}

.l-header-navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header-navi-list__item {
  position: relative;
  padding: 0 16px;
  line-height: 1.4em;
}
@media only screen and (max-width: 1230px) {
  .l-header-navi-list__item {
    padding: 0 9px;
  }
}
.l-header-navi-list__item:last-child {
  padding-right: 0;
}

.l-header-navi-list__link {
  position: relative;
  color: #393939;
  font-size: 1.125rem;
  font-weight: bold;
}
@media only screen and (max-width: 1230px) {
  .l-header-navi-list__link {
    font-size: 0.9375rem;
  }
}
.l-header-navi-list__link.is-only:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #393939;
  z-index: -1;
  -webkit-transition: all 0.28s;
  transition: all 0.28s;
}
.l-header-navi-list__link:hover {
  color: #393939;
  text-decoration: none;
}
.l-header-navi-list__link:hover.is-only:after {
  width: 100%;
}

.l-main-navi-wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  padding: 60px 15px 60px 0;
  background: #edf5ff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .l-main-navi-wrap {
    top: 0;
    padding: 16vw 0 32vw 0;
    height: 100vh;
    overflow-y: scroll;
    z-index: 1000;
  }
}

.l-main-navi-info {
  padding: 30px 75px;
  background-color: #ffffff;
}
@media only screen and (max-width: 990px) {
  .l-main-navi-info {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .l-main-navi-info {
    margin-top: 8vw;
    padding: 8vw 4vw;
  }
}

.l-main-navi-info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-info-bottom {
    display: block;
  }
}

.l-main-navi-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-ttl {
    display: block;
    margin-bottom: 4vw;
  }
}

.l-main-navi-logo {
  width: 300px;
}
@media only screen and (max-width: 990px) {
  .l-main-navi-logo {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .l-main-navi-logo {
    position: absolute;
    top: -12.2666666667vw;
    left: 4vw;
    width: 60vw;
  }
  .l-main-navi-logo.is-footer {
    position: static;
    margin: 0 auto 4vw auto;
  }
}
.l-main-navi-logo a:hover {
  opacity: 0.8;
}

.l-main-navi-info-lead {
  margin-top: 15px;
  margin-left: 45px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-info-lead {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

.l-main-navi-info-tel {
  margin-right: 45px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-info-tel {
    margin-right: 0;
    margin-bottom: 8vw;
  }
}
.l-main-navi-info-tel a {
  display: block;
  color: #003f8e;
  background-color: #ffffff;
  font-size: 1.875rem;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 1230px) {
  .l-main-navi-info-tel a {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-main-navi-info-tel a {
    padding: 0;
    font-size: 5.8666666667vw;
  }
}
.l-main-navi-info-tel a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.l-main-navi-info-tel a span {
  display: block;
  color: #393939;
  font-size: 0.75rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-info-tel a span {
    font-size: 3.2vw;
  }
}
.l-main-navi-info-tel i {
  margin-right: 10px;
  font-size: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-info-tel i {
    margin-right: 1.3333333333vw;
    font-size: 5.3333333333vw;
  }
}

.l-main-navi-info-btn {
  text-align: center;
}
.l-main-navi-info-btn a {
  padding: 20px 15px;
  min-width: 250px;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .l-main-navi-info-btn a {
    min-width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .l-main-navi-info-btn a {
    padding: 3.2vw 4vw;
    min-width: 66.6666666667vw;
  }
}
.l-main-navi-info-btn a:hover {
  opacity: 1;
}
.l-main-navi-info-btn.is-estimate {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-info-btn.is-estimate {
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .l-main-navi-contents.is-footer {
    display: none;
  }
}

.l-main-navi-products {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-products {
    padding-bottom: 0;
  }
}

.l-main-navi-products-wrap {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-products-wrap {
    padding-bottom: 8vw;
  }
}

.l-main-navi-products-ttl {
  margin-bottom: 30px;
  color: #393939;
  font-size: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-products-ttl {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}

.l-main-navi-products-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-products-flex-wrap {
    display: block;
    margin: 0;
  }
}

.l-main-navi-products-flex {
  padding: 0 15px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-products-flex {
    padding: 0;
    width: auto;
  }
}

.l-main-navi-products-search {
  margin-bottom: 10px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-products-search {
    margin-bottom: 4vw;
  }
}

.l-main-navi-products-search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-products-search-list {
    margin: 0 -1.3333333333vw;
  }
}

.l-main-navi-products-search-list__item {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 8px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-products-search-list__item {
    margin-bottom: 4vw;
    padding: 0 1.3333333333vw;
  }
}

.l-main-navi-products-search-list__link {
  display: block;
  padding: 13px 15px;
  border: 1px solid #393939;
  color: #ffffff;
  background-color: #393939;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .l-main-navi-products-search-list__link {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .l-main-navi-products-search-list__link {
    padding: 2.1333333333vw 0;
    letter-spacing: 0;
  }
}
.l-main-navi-products-search-list__link:hover {
  color: #393939;
  background-color: #ffffff;
  text-decoration: none;
}

.l-main-navi-products-search-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-products-search-select {
    display: block;
    padding-bottom: 4vw;
  }
}

.select-category-wrap,
.select-value-wrap {
  position: relative;
}
.select-category-wrap:before,
.select-value-wrap:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 6px 0 6px;
  border-color: #696969 transparent transparent transparent;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .select-category-wrap:before,
  .select-value-wrap:before {
    right: 4vw;
    border-width: 2.2666666667vw 1.6vw 0 1.6vw;
  }
}

.select-category-wrap {
  margin-right: 15px;
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .select-category-wrap {
    margin-right: 4vw;
    margin-bottom: 4vw;
    width: 100%;
  }
}

.select-category {
  width: 100%;
}

.select-value-wrap {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .select-value-wrap {
    margin-bottom: 4vw;
  }
}

.select-value {
  width: 100%;
}

.select-category,
.select-value {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトのスタイルを無効 */
  font-size: 0.9375rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .select-category,
  .select-value {
    padding: 2.6666666667vw 1.3333333333vw;
    min-height: 12vw;
    height: 12vw;
    font-size: 4vw;
  }
}
.select-category:-ms-expand,
.select-value:-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}

.select-submit {
  border: none;
  width: 45px;
  height: 45px;
  color: #ffffff;
  background-color: #696969;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .select-submit {
    width: 12vw;
    height: 12vw;
  }
}

.l-main-navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-list {
    display: block;
    margin: 0 -4vw;
  }
}
.l-main-navi-list.is-footer {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .l-main-navi-list__item {
    border-bottom: 1px solid #ffffff;
    letter-spacing: 0.1em;
  }
}
.l-main-navi-list__item:last-child {
  margin-right: 0;
}
.l-main-navi-list__item.is-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-list__item.is-pc {
    display: none;
  }
}

.l-main-navi-list__link {
  position: relative;
  margin-bottom: 15px;
  color: #393939;
  font-size: 1.125rem;
  font-weight: bold;
}
@media only screen and (max-width: 990px) {
  .l-main-navi-list__link {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-main-navi-list__link {
    display: block;
    position: relative;
    margin-bottom: 0;
    padding: 4.2666666667vw 0;
    padding-left: 4vw;
    color: #ffffff;
    background-color: #393939;
    font-size: 4.8vw;
    font-weight: normal;
  }
}
.l-main-navi-list__link:hover {
  color: #393939;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-list__link:hover {
    color: #ffffff;
  }
}
.l-main-navi-list__link:hover:before {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-list__link:hover:before {
    width: 0;
  }
}
.l-main-navi-list__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #393939;
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-list__link:before {
    top: 50%;
    left: auto;
    right: 8vw;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 0;
    border-style: solid;
    border-width: 1.4666666667vw 0 1.4666666667vw 2.1333333333vw;
    border-color: transparent transparent transparent #ffffff;
    background-color: transparent;
  }
}
.l-main-navi-list__link.is-no-link:before {
  content: none;
}

/*************** メインナビ ***************/
.l-main-navi-btn {
  display: block;
  position: fixed;
  top: 0px;
  right: 0;
  padding: 0;
  border: 0;
  width: 75px;
  height: 75px;
  background: #e60012;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 1001;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-btn {
    width: 16vw;
    height: 16vw;
    background-image: inherit;
  }
}
.l-main-navi-btn:after {
  content: "MENU";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 45px;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-btn:after {
    top: 10.1333333333vw;
    font-size: 2.6666666667vw;
  }
}
.l-main-navi-btn span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 25px;
  width: 25px;
  height: 2px;
  border-radius: 4px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-btn span {
    left: 50%;
    margin-left: -3.2vw;
    width: 6.4vw;
  }
}
.l-main-navi-btn span:nth-of-type(1) {
  top: 15px;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-btn span:nth-of-type(1) {
    top: 2.6666666667vw;
  }
}
.l-main-navi-btn span:nth-of-type(2) {
  top: 25px;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-btn span:nth-of-type(2) {
    top: 5.3333333333vw;
  }
}
.l-main-navi-btn span:nth-of-type(3) {
  top: 35px;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-btn span:nth-of-type(3) {
    top: 8vw;
  }
}
.l-main-navi-btn.is-active:after {
  content: "CLOSE";
}
.l-main-navi-btn.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .l-main-navi-btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(2.6666666667vw) rotate(-45deg);
            transform: translateY(2.6666666667vw) rotate(-45deg);
  }
}
.l-main-navi-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-main-navi-btn.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .l-main-navi-btn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-2.6666666667vw) rotate(45deg);
            transform: translateY(-2.6666666667vw) rotate(45deg);
  }
}

.l-header-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: hsla(0, 0%, 100%, 0.6);
  pointer-events: all;
  cursor: pointer;
  z-index: 999;
}

/*************** SNS ***************/
.l-main-navi-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-sns-list {
    margin-bottom: 8vw;
  }
}

.l-main-navi-sns-list__item {
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-sns-list__item {
    padding: 0 2.6666666667vw;
  }
}

.l-main-navi-sns-list__link {
  font-size: 1.125rem;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-sns-list__link {
    font-size: 4.8vw;
  }
}
.l-main-navi-sns-list__link:hover {
  color: #64917a;
}

.l-header-right-bar {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  padding-top: 75px;
  width: 75px;
  z-index: 101;
  --imgWidth: 1920;
  --imgHeight: 815;
  --imgRatio: calc(var(--imgHeight) / var(--imgWidth));
  --imgShowHeight: calc(100vw * var(--imgRatio));
  height: calc(var(--imgShowHeight) - 7px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .l-header-right-bar {
    display: none;
  }
}

.l-header-right-bar-btn-wrap {
  height: 50%;
}

.l-header-right-bar-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 990px) {
  .l-header-right-bar-btn {
    font-size: 0.75rem;
  }
}
.l-header-right-bar-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.l-header-right-bar-btn i {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .l-header-right-bar-btn i {
    margin-bottom: 2.1333333333vw;
  }
}
.l-header-right-bar-btn.is-estimate {
  border-left: 1px solid #dddddd;
  color: #393939;
  background: rgba(255, 255, 255, 0.6);
}
.l-header-right-bar-btn.is-contact {
  color: #ffffff;
  background: rgba(0, 63, 142, 0.6);
}

/***** ドロップダウンメニュー *****/
.js-dropdown-btn {
  position: relative;
  cursor: pointer;
}
.js-dropdown-btn:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-right: 2px solid #003f8e;
  border-bottom: 2px solid #003f8e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-dropdown-navi {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: -15px;
  z-index: 10;
  width: calc(100% + 30px);
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.97, 0.97);
          transform: scale(0.97, 0.97);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
@media only screen and (max-width: 1230px) {
  .l-dropdown-navi {
    top: 45px;
  }
}
.l-dropdown-navi.is-width {
  left: -45px;
  width: calc(100% + 90px);
}
.l-dropdown-navi.is-open {
  display: block;
  visibility: visible;
  -webkit-animation: dropdownNavi 0.3s ease-in-out forwards;
          animation: dropdownNavi 0.3s ease-in-out forwards;
}
.l-dropdown-navi.is-open:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
}

@-webkit-keyframes dropdownNavi {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.97, 0.97);
            transform: scale(0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes dropdownNavi {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.97, 0.97);
            transform: scale(0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.l-dropdown-navi-list__item {
  border-bottom: 1px solid #003f8e;
}
.l-dropdown-navi-list__item:last-child {
  border: none;
}

.l-dropdown-navi-list__link {
  display: block;
  padding: 10px 0;
  color: #003f8e;
  letter-spacing: 0;
  text-align: center;
}
.l-dropdown-navi-list__link:hover {
  color: #ffffff;
  background: #003f8e;
  text-decoration: none;
}

.l-dropdown-navi-list__ttl {
  font-size: 0.9375rem;
}
@media only screen and (max-width: 1230px) {
  .l-dropdown-navi-list__ttl {
    font-size: 0.75rem;
  }
}

/***** メニュー一覧 *****/
@media only screen and (max-width: 767px) {
  .l-menu-navi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4vw 4vw 4vw;
    background-color: #393939;
  }
}

.l-menu-navi-list__item {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .l-menu-navi-list__item {
    position: relative;
    margin-right: 4vw;
    padding-right: 4vw;
    margin-bottom: 0;
  }
  .l-menu-navi-list__item:after {
    content: "/";
    position: absolute;
    top: 0;
    right: -1.3333333333vw;
    color: #ffffff;
  }
}
.l-menu-navi-list__item:last-child {
  border: none;
}
@media only screen and (max-width: 767px) {
  .l-menu-navi-list__item:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .l-menu-navi-list__item:last-child:after {
    content: none;
  }
}

.l-menu-navi-list__link {
  display: block;
  color: #003f8e;
}
@media only screen and (max-width: 767px) {
  .l-menu-navi-list__link {
    padding: 0;
    border: none;
    color: #ffffff;
    font-size: 4vw;
  }
}
.l-menu-navi-list__link:hover {
  color: #003f8e;
}
@media only screen and (max-width: 767px) {
  .l-menu-navi-list__link:hover {
    color: #ffffff;
  }
}

.l-menu-navi-list__ttl {
  font-size: 0.9375rem;
}
@media only screen and (max-width: 990px) {
  .l-menu-navi-list__ttl {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-menu-navi-list__ttl {
    font-size: 4vw;
  }
}

.l-header-lang-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 315px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1230px) {
  .l-header-lang-wrap {
    left: 245px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-lang-wrap {
    display: none;
  }
}

.l-header-lang {
  position: relative;
  padding: 0 8px;
}
.l-header-lang:first-child:after {
  content: "/";
  position: absolute;
  top: 0;
  right: -4px;
}
.l-header-lang a {
  color: #393939;
  font-size: 0.75rem;
  font-weight: bold;
}

.l-main-navi-info-lang-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-info-lang-wrap {
    margin-top: 8vw;
  }
}

.l-main-navi-info-lang {
  position: relative;
  padding: 0 8px;
}
.l-main-navi-info-lang:first-child:after {
  content: "/";
  position: absolute;
  top: 0;
  right: -4px;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-info-lang:first-child:after {
    right: -1.0666666667vw;
  }
}
.l-main-navi-info-lang a {
  color: #393939;
  font-size: 0.75rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-info-lang a {
    font-size: 3.2vw;
  }
}

@media (orientation: portrait) {
  .l-main {
    min-height: 800px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 767px) {
  .l-main {
    min-height: inherit;
  }
}
.l-main {
  min-height: 600px;
}

.l-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .l-contents-wrap {
    display: block;
  }
}

.l-contents-side {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 60px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .l-contents-side {
    margin-right: 0;
    width: auto;
  }
}

.l-contents-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .l-contents-main {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

/***** フルサイズコンテンツ(スタイルガイドページ) *****/
.l-full-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #cccccc;
  min-width: 1290px;
}
@media only screen and (max-width: 767px) {
  .l-full-container {
    display: block;
    min-width: inherit;
  }
}

.l-full-container__side {
  padding: 30px;
  width: 240px;
  background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .l-full-container__side {
    padding: 8vw;
    width: auto;
  }
}

.l-full-container__main {
  padding: 0 30px;
  padding-top: 30px;
  width: 1050px;
}
@media only screen and (max-width: 767px) {
  .l-full-container__main {
    padding: 0 4vw;
    width: auto;
  }
}

/*************** ログイン中 ***************/
.l-header-login-now {
  position: absolute;
  top: 73px;
  padding: 3px 0;
  width: calc(100% - 74px);
  overflow: hidden;
  font-size: 0.875rem;
  background: #2b991f;
  color: #ffffff;
  z-index: 2;
}
@media only screen and (max-width: 1230px) {
  .l-header-login-now {
    top: 67px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-login-now {
    top: 16vw;
    width: 100%;
    font-size: 0.75rem;
  }
}
.l-header-login-now a {
  color: #ffffff;
  text-decoration: underline;
}

.l-header-login-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .l-header-login-message {
    display: block;
  }
}

.l-header-login-message__btn {
  padding: 0;
  border: none;
  background: transparent;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .l-header-login-message__btn {
    float: right;
  }
}
.l-header-login-message__btn:hover {
  text-decoration: underline;
}

/*************** サイド ***************/
.l-side-bnr-list__item {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .l-side-bnr-list__item {
    margin-bottom: 4vw;
  }
}

.l-side-box {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .l-side-box {
    margin-bottom: 8vw;
  }
}

.l-side-ttl {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #393939;
  font-size: 1.125rem;
  color: #393939;
}
@media only screen and (max-width: 767px) {
  .l-side-ttl {
    margin-bottom: 2.6666666667vw;
    padding-bottom: 1.3333333333vw;
    font-size: 4vw;
  }
}

.l-side-list__item {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .l-side-list__item {
    margin-bottom: 0.5333333333vw;
    font-size: 3.2vw;
  }
}

.l-side-list__link {
  color: #393939;
}
@media only screen and (max-width: 767px) {
  .l-side-list__link {
    display: block;
    padding: 2.9333333333vw 4vw;
    background: #fafafa;
    color: #393939;
  }
  .l-side-list__link:hover {
    background: #f0f0f0;
    text-decoration: none;
  }
}
.l-side-list__link:before {
  content: "- ";
}
@media only screen and (max-width: 767px) {
  .l-side-list__link:before {
    content: none;
  }
}

/*************** スタイルガイド サイドナビ ***************/
.c-side-index-list__item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .c-side-index-list__item {
    margin-bottom: 8vw;
  }
}

.c-side-index-list__link {
  display: block;
  padding: 0;
  border: none;
  font-weight: bold;
  background: transparent;
}

.c-side-index-sub-list {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c-side-index-sub-list {
    margin-top: 2.6666666667vw;
  }
}

.c-side-index-sub-list__item {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .c-side-index-sub-list__item {
    margin-bottom: 1.3333333333vw;
  }
}

.c-side-index-sub-list__link {
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
}
.c-side-index-sub-list__link.is-current {
  background: #fafafa;
  font-weight: bold;
}
.c-side-index-sub-list__link:hover {
  background: #fafafa;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .c-side-index-sub-list__link {
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.popup-modal-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  width: 555px;
  background: #ffffff;
}

.c-alert {
  padding: 15px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.c-alert.is-s {
  padding: 5px 10px;
  font-size: 0.875rem;
}
.c-alert.is-m {
  padding: 15px;
  font-size: 1rem;
}
.c-alert.is-l {
  padding: 15px;
  font-size: 1.3125rem;
}
.c-alert.is-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.c-alert.is-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.c-alert.is-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.c-alert.is-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.c-error {
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 2px solid #ffcfcf;
  background: #fff0f0;
  color: #ff0000;
}

.u-em,
.c-em {
  font-weight: bold;
  color: #ff6600;
}

.c-detail-article {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .c-detail-article {
    margin-bottom: 16vw;
  }
}
.c-detail-article.is-interview {
  margin-bottom: 0;
}
.c-detail-article.is-license {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .c-detail-article.is-license {
    margin-bottom: 12vw;
  }
}
.c-detail-article.is-company {
  margin-bottom: 0;
  padding: 45px 0;
}
@media only screen and (max-width: 767px) {
  .c-detail-article.is-company {
    padding: 12vw 0;
  }
}
.c-detail-article.is-company:nth-child(odd) {
  margin: 0 -500%;
  padding-right: 500%;
  padding-left: 500%;
  background-color: #edf5ff;
}
.c-detail-article.is-iso:nth-child(4), .c-detail-article.is-iso:nth-child(5) {
  margin: 0 -500%;
  padding-right: 500%;
  padding-left: 500%;
  background-color: #edf5ff;
}
.c-detail-article.is-iso:nth-child(4) {
  padding-top: 60px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .c-detail-article.is-iso:nth-child(4) {
    padding-top: 12vw;
    padding-bottom: 4vw;
  }
}
.c-detail-article.is-iso:nth-child(5) {
  margin-bottom: 60px;
  padding-top: 15px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .c-detail-article.is-iso:nth-child(5) {
    margin-bottom: 12vw;
    padding-top: 4vw;
    padding-bottom: 8vw;
  }
}

.c-detail-main {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .c-detail-main {
    margin-bottom: 24vw;
  }
}

.c-detail-box {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .c-detail-box {
    margin-bottom: 24vw;
  }
}

.c-detail-img {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .c-detail-img {
    margin-bottom: 12vw;
  }
}
.c-detail-img.is-media {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .c-detail-img.is-media {
    margin-bottom: 8vw;
  }
}

.c-detail-body {
  margin-bottom: 30px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .c-detail-body {
    margin-bottom: 8vw;
  }
}
.c-detail-body ul {
  padding-left: 1.4em;
}
.c-detail-body li {
  color: #393939;
  text-indent: -1.4em;
  font-weight: bold;
}
.c-detail-body li span {
  color: #393939;
  font-weight: normal;
}

.c-btn {
  display: inline-block;
  padding: 12px 15px;
  border: none;
  border-radius: 0px;
  min-width: 300px;
  line-height: 1.4;
  border: 1px solid #003f8e;
  background: #ffffff;
  color: #003f8e;
  font-size: 0.9375rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  font-weight: normal;
  position: relative;
}
.c-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #003f8e;
  border-bottom: 1px solid #003f8e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
.c-btn:hover {
  color: #ffffff;
  background-color: #003f8e;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.c-btn:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 767px) {
  .c-btn {
    padding: 3.2vw 4vw;
    min-width: 80vw;
    font-size: 4vw;
    cursor: pointer;
  }
}
.c-btn.is-estimate {
  color: #393939;
  background: #ffffff;
  border: 1px solid #393939;
}
.c-btn.is-estimate:hover {
  color: #ffffff;
  background: #393939;
}
.c-btn.is-estimate:before, .c-btn.is-estimate:after {
  content: none;
}
.c-btn.is-contact {
  color: #ffffff;
  background: #003f8e;
  border: 1px solid #003f8e;
}
.c-btn.is-contact:hover {
  color: #003f8e;
  background: #ffffff;
}
.c-btn.is-contact:before, .c-btn.is-contact:after {
  content: none;
}
.c-btn.is-white {
  border: 1px solid #393939;
  color: #393939;
  background-color: #ffffff;
}
.c-btn i {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .c-btn i {
    margin-right: 1.3333333333vw;
  }
}

/***** ボタン 状態・大きさ *****/
.c-btn.is-primary {
  border-color: transparent;
  background: #393939;
  color: #ffffff;
  position: relative;
}
.c-btn.is-primary:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
.c-btn.is-primary.is-no-arrow {
  position: relative;
}
.c-btn.is-primary.is-no-arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 0px;
  margin-top: 0px;
  width: 0px;
  height: 0px;
  border-right: 0px solid #696969;
  border-bottom: 0px solid #696969;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
.c-btn.is-primary:hover {
  background: rgba(57, 57, 57, 0.9);
  color: #ffffff;
}
.c-btn.is-success {
  border-color: #398439;
  background: #449d44;
  color: #ffffff;
}
.c-btn.is-success:hover {
  background: #398439;
  color: #ffffff;
}
.c-btn.is-link {
  border-color: #393939;
  border-width: 1px;
  background: #ffffff;
  color: #393939;
  position: relative;
}
.c-btn.is-link:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
.c-btn.is-link:hover {
  position: relative;
  background: #393939;
  color: #ffffff;
}
.c-btn.is-link:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
.c-btn.is-disable {
  border-color: #dddddd;
  background: #e5e5e5;
  color: #aaaaaa;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
.c-btn.is-disable:hover {
  margin: 0 2px 2px 0;
}
.c-btn.is-arrow {
  padding-right: 30px;
  position: relative;
}
.c-btn.is-arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
.c-btn.is-arrow-bottom {
  padding-right: 30px;
  position: relative;
}
.c-btn.is-arrow-bottom:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
.c-btn.is-no-arrow {
  position: relative;
}
.c-btn.is-no-arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 0px;
  margin-top: 0px;
  width: 0px;
  height: 0px;
  border-right: 0px solid #696969;
  border-bottom: 0px solid #696969;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
.c-btn.is-pdf {
  padding: 12px 45px;
}
@media only screen and (max-width: 767px) {
  .c-btn.is-pdf {
    padding: 3.2vw 12vw;
  }
}
.c-btn.is-s {
  padding: 4px 5px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .c-btn.is-s {
    padding: 1.0666666667vw 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.c-btn.is-m {
  padding: 11px 30px;
}
@media only screen and (max-width: 767px) {
  .c-btn.is-m {
    padding: 2.9333333333vw 8vw;
  }
}
.c-btn.is-l {
  padding: 15px 30px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .c-btn.is-l {
    padding: 2.9333333333vw 8vw;
    font-size: 4.2666666667vw;
  }
}

/***** moreボタン *****/
.c-second-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-second-btn-wrap {
    display: block;
  }
}
.c-second-btn-wrap .c-btn-more {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .c-second-btn-wrap .c-btn-more {
    padding-left: 4vw;
    padding-right: 4vw;
    margin-top: 0;
    margin-bottom: 4vw;
    padding: 0;
  }
}

.c-btn-more {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-btn-more {
    margin-top: 12vw;
  }
}
.c-btn-more.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-btn-more.is-flex {
    display: block;
  }
}
.c-btn-more.is-min-margin {
  margin-top: 45px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-btn-more.is-min-margin {
    margin-top: 8vw;
  }
}
.c-btn-more.is-company {
  margin-top: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .c-btn-more.is-company {
    margin-bottom: 12vw;
  }
}

.c-btn-more-wrap {
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .c-btn-more-wrap {
    margin: 0;
    margin-bottom: 4vw;
  }
}

.c-dropdown-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-dropdown-list__item {
  position: relative;
  margin-right: 5px;
}

.c-dropdown-list__btn {
  display: block;
  padding: 10px 20px;
  border: 1px solid #007ae5;
  border-radius: 5px;
  font-size: 1rem;
  background: #f5f5f5;
  color: #007ae5;
  text-decoration: none;
}

.c-dropdown-child-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  width: 100%;
  border-radius: 5px;
  background: #f5f5f5;
  opacity: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.c-dropdown-child-list[aria-hidden=false] {
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  -webkit-animation: fadeIn 0.2s ease 0s;
          animation: fadeIn 0.2s ease 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.c-dropdown-child-list.is-panel1 {
  width: 300px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-30deg);
            transform: rotateX(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-30deg);
            transform: rotateX(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}
.c-dropdown-child-list__link {
  display: block;
  padding: 15px;
}
.c-dropdown-child-list__link:hover {
  background: #007ae5;
  color: #ffffff;
}

.c-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 767px) {
  .c-card-list {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.c-card-list__item {
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
}
@media only screen and (max-width: 767px) {
  .c-card-list__item {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
  }
}

.c-card-list__link {
  overflow: hidden;
  display: block;
  border: 1px solid #cccccc;
  border-radius: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-card-list__link:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c-card-list__link:hover {
  text-decoration: none;
}

.c-card-list__img {
  --imgWidth: 540;
  --imgHeight: 360;
  --imgRatio: calc(var(--imgHeight) / var(--imgWidth));
  min-height: 205px;
}
@media only screen and (max-width: 767px) {
  .c-card-list__img {
    --containerWidth: calc(100vw - (15px * 2) - 20px);
    --imgShowHeight: calc(var(--containerWidth) * var(--imgRatio));
    min-height: var(--imgShowHeight);
  }
}

.c-card-list__txt {
  padding: 15px;
}

.c-card-list__ttl {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
}

.c-card-list__body {
  color: #393939;
}

.c-contents-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .c-contents-category-list {
    display: block;
    margin-bottom: 45px;
  }
}

.c-contents-category-list__item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 33.3333%;
}
@media only screen and (max-width: 767px) {
  .c-contents-category-list__item {
    width: auto;
    margin-bottom: 2px;
  }
}

.c-contents-category-list__link {
  display: block;
  padding: 12px;
  border: 1px solid #393939;
  background: #fffff;
  color: #393939;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contents-category-list__link {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
}
.c-contents-category-list__link:hover, .c-contents-category-list__link.is-on {
  background: #393939;
  color: #ffffff;
  text-decoration: none;
}
.c-contents-category-list__link.is-page-link {
  position: relative;
}
.c-contents-category-list__link.is-page-link:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-contents-category-list__link.is-page-link:hover::before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

/***** カテゴリーリスト 02 *****/
.c-contents-category-type02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .c-contents-category-type02-list {
    display: block;
    margin-bottom: 45px;
  }
}

.c-contents-category-type02-list__item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 33.3333%;
}
@media only screen and (max-width: 767px) {
  .c-contents-category-type02-list__item {
    width: auto;
    margin-bottom: 2px;
  }
}

.c-contents-category-type02-list__link {
  display: block;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #007ae5;
  background: #ffffff;
  color: #007ae5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contents-category-type02-list__link {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
}
.c-contents-category-type02-list__link:hover {
  background: rgba(0, 122, 229, 0.8);
  color: #ffffff;
  text-decoration: none;
}
.c-contents-category-type02-list__link.is-on {
  background: #007ae5;
  color: #ffffff;
  text-decoration: none;
}

/***** カテゴリーリスト 03 *****/
.c-contents-category-type03-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .c-contents-category-type03-list {
    display: block;
    margin-bottom: 45px;
  }
}

.c-contents-category-type03-list__item {
  border-right: 1px solid #cccccc;
  width: 33.3333%;
}
@media only screen and (max-width: 767px) {
  .c-contents-category-type03-list__item {
    margin-bottom: 1px;
    border-right: 0;
    border-bottom: 1px solid #cccccc;
    width: auto;
  }
}
.c-contents-category-type03-list__item:first-child {
  border-left: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .c-contents-category-type03-list__item:first-child {
    border-top: 1px solid #cccccc;
    border-left: 0;
  }
}

.c-contents-category-type03-list__link {
  display: block;
  padding: 12px;
  background: #ffffff;
  color: #007ae5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contents-category-type03-list__link {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
}
.c-contents-category-type03-list__link:hover {
  background: rgba(0, 122, 229, 0.8);
  color: #ffffff;
  text-decoration: none;
}
.c-contents-category-type03-list__link.is-on {
  background: #007ae5;
  color: #ffffff;
  text-decoration: none;
}

/* カテゴリ用 */
.c-category-list-type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
  .c-category-list-type01 {
    display: block;
  }
}

.c-category-list-type01__item {
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3333%;
}
@media only screen and (max-width: 767px) {
  .c-category-list-type01__item {
    margin-bottom: 30px;
    width: auto;
  }
}

.c-category-list-type01__link {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-category-list-type01__link:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.c-category-list-type01__img {
  position: relative;
  margin-bottom: 10px;
  --imgWidth: 580;
  --imgHeight: 385;
  --imgRatio: calc(var(--imgHeight) / var(--imgWidth));
  min-height: 210px;
}
@media only screen and (max-width: 1230px) {
  .c-category-list-type01__img {
    --containerWidth: calc((100vw - (15px * 4)) / 3);
    --imgShowHeight: calc(var(--containerWidth) * var(--imgRatio));
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-category-list-type01__img {
    --containerWidth: calc(100vw - (15px * 2) - 20px);
    --imgShowHeight: calc(var(--containerWidth) * var(--imgRatio));
    min-height: var(--imgShowHeight);
  }
}

.c-category-list-type01__ttl {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.875rem;
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .c-category-list-type01__ttl {
    font-size: 1.125rem;
  }
}

/* 内容用 */
.c-category-list-type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
  .c-category-list-type02 {
    display: block;
  }
}

.c-category-list-type02__item {
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3333%;
}
@media only screen and (max-width: 767px) {
  .c-category-list-type02__item {
    margin-bottom: 30px;
    width: auto;
  }
}

.c-category-list-type02__link {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-category-list-type02__link:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c-category-list-type02__link:hover {
  text-decoration: none;
}

.c-category-list-type02__img {
  --imgWidth: 580;
  --imgHeight: 385;
  --imgRatio: calc(var(--imgHeight) / var(--imgWidth));
  min-height: 210px;
}
@media only screen and (max-width: 1230px) {
  .c-category-list-type02__img {
    --containerWidth: calc((100vw - (15px * 4)) / 3);
    --imgShowHeight: calc(var(--containerWidth) * var(--imgRatio));
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-category-list-type02__img {
    --containerWidth: calc(100vw - (15px * 2) - 20px);
    --imgShowHeight: calc(var(--containerWidth) * var(--imgRatio));
    min-height: var(--imgShowHeight);
  }
}

.c-category-list-type02-txt {
  position: relative;
  padding: 30px 15px;
  border: 1px solid #cccccc;
  background: #ffffff;
}

.c-category-list-type02-txt__ttl {
  margin-bottom: 15px;
  font-size: 1.125rem;
  color: #000000;
}

.c-category-list-type02-txt__category {
  position: absolute;
  top: -15px;
  right: -1px;
  padding: 5px 15px;
  min-width: 120px;
  background: #393939;
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
}

.c-category-list-type02-txt__body {
  color: #393939;
}

.c-check-list__item {
  margin-bottom: 15px;
}
.c-check-list__item:last-child {
  margin-bottom: 0;
}

.c-color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.c-color-list__item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 20%;
  font-size: 0.75rem;
}

.c-color-list__bg {
  margin-bottom: 10px;
  background: #cccccc;
  height: 90px;
}

.c-color-list__bg.is-main {
  background: #393939;
}

.c-color-list__bg.is-base {
  background: #ffffff;
}

.c-color-list__bg.is-accent {
  background: #e60012;
}

.c-color-list__bg.is-danger {
  background: #ff0000;
}

.c-color-list__bg.is-warning {
  background: #8a6d3b;
}

.c-color-list__bg.is-success {
  background: #3c763d;
}

.c-color-list__bg.is-info {
  background: #31708f;
}

.c-color-list__bg.is-link {
  background: #007ae5;
}

.c-color-list__ttl {
  margin-bottom: 10px;
  font-weight: bold;
}

.c-color-list__body.is-main {
  color: #393939;
}

.c-color-list__body.is-base {
  color: #ffffff;
}

.c-color-list__body.is-accent {
  color: #e60012;
}

.c-color-list__body.is-danger {
  color: #ff0000;
}

.c-color-list__body.is-warning {
  color: #8a6d3b;
}

.c-color-list__body.is-success {
  color: #3c763d;
}

.c-color-list__body.is-info {
  color: #31708f;
}

.c-color-list__body.is-link {
  color: #007ae5;
}

.c-flow-list {
  counter-reset: item;
}

.c-flow-list__item {
  margin-bottom: 60px;
  padding: 30px;
  border: 1px solid #cccccc;
  position: relative;
}
.c-flow-list__item:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + -5px);
  left: 50%;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-color: transparent transparent #393939 #393939;
  border-width: 4px;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .c-flow-list__item {
    padding: 4vw;
    margin-bottom: 16vw;
  }
}
.c-flow-list__item:last-child:before {
  content: none;
}

.c-flow-list__ttl {
  margin-bottom: 25px;
  font-size: 1.375rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-flow-list__ttl {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}

.c-flow-list__ttl-step {
  display: inline-block;
  margin-right: 15px;
  padding: 3px 10px;
  background: #393939;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .c-flow-list__ttl-step {
    margin-bottom: 1.3333333333vw;
    margin-right: 2.6666666667vw;
    padding: 0.8vw 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.c-flow-list__ttl-step:after {
  counter-increment: item;
  content: counter(item);
  margin-left: 5px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-flow-list__ttl-step:after {
    margin-left: 1.3333333333vw;
  }
}

.c-flow-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-flow-list__box {
    display: block;
  }
}

.c-flow-list__img {
  margin-right: 30px;
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .c-flow-list__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
    width: 64vw;
  }
}

.c-flow-list__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
}

.c-galley-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 767px) {
  .c-galley-list {
    margin-left: -1.3333333333vw;
    margin-right: -1.3333333333vw;
  }
}

.c-galley-list__item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .c-galley-list__item {
    margin-bottom: 4vw;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
    width: 50%;
  }
}

.c-galley-list__img figcaption {
  margin-top: 10px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .c-galley-list__img figcaption {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

/*************** 画像リスト ***************/
.c-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 767px) {
  .c-img-list {
    margin-left: -1.3333333333vw;
    margin-right: -1.3333333333vw;
  }
}

.c-img-list__item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .c-img-list__item {
    margin-bottom: 2.6666666667vw;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
    width: 50%;
  }
}

.c-img-list__img figcaption {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .c-img-list__img figcaption {
    margin-top: 1.3333333333vw;
  }
}

.c-list__item {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #cccccc;
  font-size: 1.125rem;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .c-list__item {
    padding: 10px;
    font-size: 1.125rem;
  }
}
.c-list__item:first-child {
  border-top: 1px solid #cccccc;
}

.c-tile-list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (max-width: 767px) {
  .c-tile-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.c-tile-list__item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

/* メディア 01 */
.c-media-type01__img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .c-media-type01__img {
    margin-left: -4vw;
    margin-right: -4vw;
    margin-bottom: 4vw;
  }
}

.c-media-type01__body {
  line-height: 1.8;
}

/* メディア 02 (画像左右) */
.c-media-type02-box:nth-child(even) .c-media-type02__txt:not(.is-products) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-left: 0;
  margin-right: 60px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .c-media-type02-box:nth-child(even) .c-media-type02__txt:not(.is-products) {
    margin-right: 0;
  }
}

.c-media-type02-box {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .c-media-type02-box {
    margin-bottom: 16vw;
  }
}

.c-media-type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-media-type02 {
    display: block;
  }
}
.c-media-type02.is-no-image .c-media-type02__txt {
  margin-left: 0;
}
.c-media-type02.is-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-media-type02.is-products {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-media-type02__img {
  position: relative;
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .c-media-type02__img {
    margin-bottom: 4vw;
    width: auto;
  }
}
.c-media-type02__img.is-company {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .c-media-type02__img.is-company {
    width: auto;
  }
}
.c-media-type02__img.is-license {
  width: 260px;
}
@media only screen and (max-width: 767px) {
  .c-media-type02__img.is-license {
    width: auto;
  }
}
.c-media-type02__img.is-sn100c {
  width: 560px;
}
@media only screen and (max-width: 767px) {
  .c-media-type02__img.is-sn100c {
    width: auto;
  }
}
.c-media-type02__img.is-products {
  width: 460px;
}
@media only screen and (max-width: 990px) {
  .c-media-type02__img.is-products {
    width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .c-media-type02__img.is-products {
    width: auto;
  }
}

.c-media-type02__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
  line-height: 1.8;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-media-type02__txt {
    margin-left: 0;
  }
}

.c-media-type02__body {
  line-height: 1.8;
}

.pager-list {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .pager-list {
    padding: 5.3333333333vw 0;
  }
}

.pager-list__item {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pager-list__item {
    margin-left: 1.3333333333vw;
    margin-right: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.pager-list__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #393939;
  background: #393939;
  color: #ffffff;
  text-decoration: none;
}
.pager-list__item.pager_omit span {
  border-color: #393939;
  background: #ffffff;
  color: #393939;
}

.pager-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #393939;
  background: #ffffff;
  color: #393939;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .pager-list__link {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.pager-list__link:hover {
  background: #393939;
  color: #ffffff;
  text-decoration: none;
}

/***** ページャー 四角 *****/
.pager.is-square .pager-list__item span {
  border-radius: 0;
}
.pager.is-square .pager-list__link {
  border-radius: 0;
}

/***** ページャー 角丸 *****/
.pager.is-square-r .pager-list__item span {
  border-radius: 1.3333333333vw;
}
.pager.is-square-r .pager-list__link {
  border-radius: 1.3333333333vw;
}

.c-msg-box {
  padding: 15px;
  border-radius: 10px;
  background: #cccccc;
}

.c-msg-box.is-arrow-bottom {
  position: relative;
}
.c-msg-box.is-arrow-bottom:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  margin-left: -20px;
  left: 50%;
  width: 0px;
  height: 0px;
  border: solid transparent;
  border-top-color: #666666;
  border-width: 20px;
}

.c-msg-box.is-arrow-left {
  position: relative;
}
.c-msg-box.is-arrow-left:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  margin-left: -10px;
  right: 100%;
  width: 0px;
  height: 0px;
  border: solid transparent;
  border-top-color: #666666;
  border-right-color: #666666;
  border-width: 10px;
}

.c-sns-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-sns-btn-list__item {
  margin-left: 15px;
  line-height: 1;
}

/*** テーブル風リスト 01 ***/
.c-tbl-list-type01 {
  width: 100%;
}

.c-tbl-list-type01__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .c-tbl-list-type01__tr {
    display: block;
  }
}
.c-tbl-list-type01__tr:last-child {
  border-bottom: 1px solid #cccccc;
}

.c-tbl-list-type01__th,
.c-tbl-list-type01__td {
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .c-tbl-list-type01__th,
  .c-tbl-list-type01__td {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}

.c-tbl-list-type01__th {
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  width: 240px;
  border-right: 1px solid #cccccc;
  color: #393939;
  background-color: #edf5ff;
}
@media only screen and (max-width: 767px) {
  .c-tbl-list-type01__th {
    padding-right: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    width: auto;
    font-size: 3.2vw;
  }
}
.c-tbl-list-type01__th.is-technicalinfo {
  width: 360px;
}
@media only screen and (max-width: 767px) {
  .c-tbl-list-type01__th.is-technicalinfo {
    width: auto;
  }
}
.c-tbl-list-type01__th.is-iso {
  width: 500px;
}
@media only screen and (max-width: 990px) {
  .c-tbl-list-type01__th.is-iso {
    width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .c-tbl-list-type01__th.is-iso {
    width: auto;
  }
}

.c-tbl-list-type01__td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  color: #393939;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .c-tbl-list-type01__td {
    padding-right: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3.2vw;
  }
}
.c-tbl-list-type01__td.is-license a {
  color: #393939;
  text-decoration: underline;
  font-weight: normal;
}
.c-tbl-list-type01__td.is-license a:hover {
  font-weight: normal;
}
.c-tbl-list-type01__td.is-license span {
  display: inline-block;
  margin-bottom: 10px;
  color: #393939;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-tbl-list-type01__td.is-license span {
    margin-bottom: 2.6666666667vw;
  }
}

/*** テーブル風リスト 02 ***/
.c-tbl-list-type02 {
  width: 100%;
}

.c-tbl-list-type02__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #cccccc;
}
.c-tbl-list-type02__tr:last-child {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .c-tbl-list-type02__tr {
    display: block;
    margin-bottom: 8vw;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
  }
  .c-tbl-list-type02__tr:last-child {
    border-bottom: 0;
  }
}

.c-tbl-list-type02__th,
.c-tbl-list-type02__td {
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.c-tbl-list-type02__th {
  padding: 15px;
  width: 180px;
  border-right: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .c-tbl-list-type02__th {
    margin-bottom: 2.6666666667vw;
    padding: 0;
    width: auto;
    border-right: 0;
    color: #000000;
    text-align: left;
  }
}

.c-tbl-list-type02__td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .c-tbl-list-type02__td {
    padding: 0;
  }
}

/*** ２項目テーブル風リスト ***/
.c-tbl-second-list {
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .c-tbl-second-list {
    border-top: 0;
  }
}

.c-tbl-second-list__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #cccccc;
}

.c-tbl-second-list__th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  width: 240px;
  font-size: 1.125rem;
  background: #393939;
}
@media only screen and (max-width: 767px) {
  .c-tbl-second-list__th {
    display: block;
    padding: 1.3333333333vw 4vw;
    width: 100%;
    border-bottom: 0;
    font-size: 3.2vw;
  }
}

.c-tbl-second-list__ttl {
  font-weight: bold;
  color: #ffffff;
}

.c-tbl-second-list__td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  border-right: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .c-tbl-second-list__td {
    padding: 2.6666666667vw 4vw;
    font-size: 3.2vw;
  }
}
.c-tbl-second-list__td.is-02 {
  border-right: 0;
}

/*** 横並びテーブル風リスト ***/
.c-tbl-list-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-tbl-list-double {
    display: block;
  }
}

.c-tbl-list-double__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #cccccc;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .c-tbl-list-double__tr {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    border-left: 0;
    border-right: 0;
    width: auto;
  }
}
.c-tbl-list-double__tr:nth-child(even) {
  border-left: 0;
}

.c-tbl-list-double__th,
.c-tbl-list-double__td {
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.c-tbl-list-double__th {
  padding: 10px 15px;
  width: 120px;
  border-right: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .c-tbl-list-double__th {
    padding: 1.3333333333vw 2.6666666667vw;
    width: 24vw;
    font-size: 3.2vw;
  }
}

.c-tbl-list-double__td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 15px;
  color: #696969;
}
@media only screen and (max-width: 767px) {
  .c-tbl-list-double__td {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.2vw;
  }
}

/*************** table ***************/
.c-tbl {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-tbl {
    font-size: 3.2vw;
  }
}

.c-tbl__th {
  padding: 10px 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #edf5ff;
  width: 165px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .c-tbl__th {
    padding: 1.3333333333vw 2.6666666667vw;
    width: 28vw;
  }
}

.c-tbl__td {
  padding: 10px 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .c-tbl__td {
    padding: 1.3333333333vw 2.6666666667vw;
  }
}

.c-tab-navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-tab-navi-list__item {
  margin-right: 5px;
}

.c-tab-navi-list__btn {
  padding: 10px 15px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: #ffffff;
  text-align: center;
}
.c-tab-navi-list__btn.is-active, .c-tab-navi-list__btn[aria-selected=true] {
  background: #393939;
  color: #ffffff;
}
.c-tab-navi-list__btn:hover {
  background: rgba(57, 57, 57, 0.8);
  color: #ffffff;
}

.c-tab-contents {
  padding: 15px;
  border: 1px solid #cccccc;
}

.c-tab-contents-box {
  display: none;
  opacity: 1;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.c-tab-contents-box.is-active {
  display: block;
}
.c-tab-contents-box.is-fadeout {
  opacity: 0;
}
.c-tab-contents-box.is-fadein {
  opacity: 1;
}

.c-tab-contents__item[aria-hidden=true] {
  display: none;
}

.c-ttl-main {
  position: relative;
  margin: 0 auto;
  margin-bottom: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #393939;
  font-size: 1.875rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-ttl-main {
    margin-bottom: 8vw;
    font-size: 5.8666666667vw;
  }
}
.c-ttl-main.is-left {
  margin: 0 auto 0 0;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .c-ttl-main.is-left {
    margin-bottom: 8vw;
  }
}
.c-ttl-main i {
  margin-right: 5px;
}

.c-ttl-main-en {
  display: block;
  color: #003f8e;
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .c-ttl-main-en {
    font-size: 1.125rem;
  }
}

.c-ttl-sub {
  position: relative;
  margin-bottom: 30px;
  color: #393939;
  font-size: 1.875rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-ttl-sub {
    margin-bottom: 8vw;
    font-size: 5.8666666667vw;
  }
}
.c-ttl-sub.is-left {
  text-align: left;
}
.c-ttl-sub.is-products {
  position: relative;
  margin-bottom: 30px;
  padding-top: 45px;
  padding-left: 25px;
  border-top: 1px solid #393939;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-ttl-sub.is-products {
    margin-bottom: 8vw;
    padding-top: 12vw;
    padding-left: 4vw;
  }
}
.c-ttl-sub.is-products:before {
  content: "";
  position: absolute;
  top: 52px;
  left: 0;
  width: 3px;
  height: 42px;
  background: #e60012;
}
@media only screen and (max-width: 767px) {
  .c-ttl-sub.is-products:before {
    top: 13.3333333333vw;
    height: 8vw;
  }
}

.c-ttl-sub-s {
  margin-bottom: 30px;
  color: #393939;
  font-size: 1.375rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c-ttl-sub-s {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}
.c-ttl-sub-s.is-products {
  margin-bottom: 20px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .c-ttl-sub-s.is-products {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}
.c-ttl-sub-s.is-products.is-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-ttl-sub-s.is-products.is-pc {
    display: none;
  }
}
.c-ttl-sub-s.is-products.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-ttl-sub-s.is-products.is-sp {
    display: block;
  }
}
.c-ttl-sub-s.is-border {
  margin-right: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 2px solid #393939;
}
.c-ttl-sub-s.is-news {
  position: relative;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .c-ttl-sub-s.is-news {
    padding-left: 5.3333333333vw;
  }
}
.c-ttl-sub-s.is-news:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 25px;
  background: #393939;
}
@media only screen and (max-width: 767px) {
  .c-ttl-sub-s.is-news:before {
    top: 0.8vw;
    height: 5.3333333333vw;
  }
}

.c-ttl-sub-ss {
  margin-bottom: 15px;
  color: #393939;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c-ttl-sub-ss {
    margin-bottom: 4vw;
    font-size: 4vw;
  }
}

.border-sub-ttl {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  color: #393939;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .border-sub-ttl {
    margin-bottom: 4vw;
    padding-left: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.border-sub-ttl.is-max {
  font-size: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .border-sub-ttl.is-max {
    font-size: 4.8vw;
  }
}
.border-sub-ttl.is-max:before {
  top: 9px;
}
@media only screen and (max-width: 767px) {
  .border-sub-ttl.is-max:before {
    top: 1.3333333333vw;
  }
}
.border-sub-ttl:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 22px;
  width: 8px;
  background-color: #393939;
}
@media only screen and (max-width: 767px) {
  .border-sub-ttl:before {
    top: 1.6vw;
    height: 5.8666666667vw;
    width: 2.1333333333vw;
  }
}

.c-lead {
  margin-bottom: 75px;
  font-size: 1.125rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-lead {
    margin-bottom: 16vw;
    font-size: 4vw;
    text-align: left;
  }
}
.c-lead.is-min-margin {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .c-lead.is-min-margin {
    margin-bottom: 8vw;
  }
}
.c-lead.is-no-margin {
  margin-bottom: 0;
}
.c-lead a {
  color: #393939;
}
@media only screen and (max-width: 990px) {
  .c-lead.is-tb-min {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-lead.is-tb-min {
    font-size: 4vw;
  }
}

/***** 下層ヘッダービジュアル *****/
.c-second-header-visual-bg {
  position: relative;
  padding: 0;
  padding-top: 160px;
  width: 100%;
  height: 330px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .c-second-header-visual-bg {
    margin-top: 16vw;
    padding-top: 17.3333333333vw;
    height: 46.6666666667vw;
  }
}
.c-second-header-visual-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.2);
  mix-blend-mode: multiply;
}
.c-second-header-visual-bg.is-products {
  background-image: url(../images/second-header-products.jpg);
}
.c-second-header-visual-bg.is-alconano {
  background-image: url(../images/second-header-alconano.jpg);
}
.c-second-header-visual-bg.is-lead_free {
  background-image: url(../images/second-header-lead_free.jpg);
}
.c-second-header-visual-bg.is-leaded {
  background-image: url(../images/second-header-leaded.jpg);
}
.c-second-header-visual-bg.is-brazing {
  background-image: url(../images/second-header-brazing.jpg);
}
.c-second-header-visual-bg.is-company {
  background-image: url(../images/second-header-company.jpg);
}
.c-second-header-visual-bg.is-license {
  background-image: url(../images/second-header-license.svg);
}
.c-second-header-visual-bg.is-technicalinfo {
  background-image: url(../images/second-header-technicalinfo.jpg);
}
.c-second-header-visual-bg.is-recruit {
  background-image: url(../images/second-header-recruit.jpg);
}
.c-second-header-visual-bg.is-news {
  background-image: url(../images/second-header-news.jpg);
}
.c-second-header-visual-bg.is-media {
  background-image: url(../images/second-header-media.jpg);
}
.c-second-header-visual-bg.is-iso {
  background-image: url(../images/second-header-iso.jpg);
}
.c-second-header-visual-bg.is-sn100c {
  background-image: url(../images/second-header-sn100c.jpg);
}
.c-second-header-visual-bg.is-contact {
  background-image: url(../images/second-header-contact.jpg);
}
.c-second-header-visual-bg.is-estimate {
  background-image: url(../images/second-header-estimate.jpg);
}
.c-second-header-visual-bg.is-privacy {
  background-image: url(../images/second-header-privacy.jpg);
}

.c-second-header-visual-ttl {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid #ffffff;
  color: #ffffff;
  font-size: 2.8125rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-second-header-visual-ttl {
    font-size: 8vw;
  }
}

/*************** コンテンツ幅 ***************/
.u-container,
.l-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 320px;
}
@media only screen and (max-width: 767px) {
  .u-container,
  .l-container {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .u-container,
  .l-container {
    max-width: 797px;
  }
}
@media only screen and (min-width: 991px) {
  .u-container,
  .l-container {
    max-width: 1020px;
  }
}
@media only screen and (min-width: 1231px) {
  .u-container,
  .l-container {
    max-width: 1230px;
  }
}

.u-min-container,
.l-min-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 320px;
}
@media only screen and (max-width: 767px) {
  .u-min-container,
  .l-min-container {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .u-min-container,
  .l-min-container {
    max-width: 797px;
  }
}
@media only screen and (min-width: 991px) {
  .u-min-container,
  .l-min-container {
    max-width: 1020px;
  }
}

/*************** コンテンツ上下余白 ***************/
.u-contents,
.l-contents {
  padding-top: 60px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .u-contents,
  .l-contents {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
.u-contents.is-bg,
.l-contents.is-bg {
  background: #edf5ff;
}
.u-contents.is-border,
.l-contents.is-border {
  border-top: 1px solid #cccccc;
}
.u-contents .l-contents-box:last-child,
.l-contents .l-contents-box:last-child {
  margin-bottom: 0;
}

.u-contents-box,
.l-contents-box {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .u-contents-box,
  .l-contents-box {
    margin-bottom: 45px;
  }
}

/* clearfix */
.u-cl:before, .u-cl:after {
  content: " ";
  display: table;
}

.u-cl:after {
  clear: both;
}

.u-cl {
  *zoom: 1;
}

/* font関連 */
.u-bold {
  font-weight: bold !important;
}

.u-through {
  text-decoration: line-through;
}

.u-font-xs {
  font-size: 10px !important;
}

.u-font-ss {
  font-size: 12px !important;
}

.u-font-s {
  font-size: 14px !important;
}

.u-font-m {
  font-size: 16px !important;
}

.u-font-l {
  font-size: 21px !important;
}

.u-font-ll {
  font-size: 30px !important;
}

.u-font-xl {
  font-size: 48px !important;
}

.u-mincho {
  font-family: YakuHanMPs, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
}

.u-mincho-noto {
  font-family: YakuHanMPs, "Noto Serif JP", serif;
}

.u-mincho-sawarabi {
  font-family: YakuHanMPs, "Sawarabi Mincho", serif;
}

.u-gothic-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.u-gothic-rounded {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/* float */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

/* text-align */
.u-align-left {
  text-align: left !important;
}

.u-align-center {
  text-align: center !important;
}

.u-align-right {
  text-align: right !important;
}

/* vertical-align */
.u-valign-top {
  vertical-align: top !important;
}

.u-valign-middle {
  vertical-align: middle !important;
}

.u-valign-bottom {
  vertical-align: bottom !important;
}

/* bottom-margin */
.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mbxs {
  margin-bottom: 5px !important;
}

.u-mbss {
  margin-bottom: 10px !important;
}

.u-mbs {
  margin-bottom: 15px !important;
}

.u-mbm {
  margin-bottom: 45px !important;
}

.u-mbl {
  margin-bottom: 60px !important;
}

.u-mbll {
  margin-bottom: 120px !important;
}

.u-mbxl {
  margin-bottom: 240px !important;
}

/* padding */
.u-plrs {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u-plrm {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* 幅 */
.u-ws {
  width: 50px;
}

.u-wm {
  width: 100px;
}

.u-wl {
  width: 200px;
}

.u-w-half {
  width: 50%;
}

.u-w-max {
  width: 100%;
}

/* 色 */
.u-red {
  color: #eb0800;
}

.u-required {
  color: #eb0800;
} /* 必須 */
.u-date {
  color: #888888;
} /* 日付 */
/* 表示・非表示 */
.u-dpn {
  display: none;
}

.u-pc-only {
  display: block;
}

.u-sp-only {
  display: none;
}

img.u-pc-only {
  display: inline;
}

img.u-sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  img.u-pc-only {
    display: none;
  }
  img.u-sp-only {
    display: inline;
  }
}
/* opacity */
.u-opa a img,
.u-opa-img img,
.u-opa-box {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.u-opa a img:hover,
.u-opa-img img:hover,
.u-opa-box:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.u-spr {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  border: 0;
  cursor: pointer;
}

.u-spr::-moz-focus-inner {
  padding: 0;
  border: none;
}

.u-pre {
  padding: 15px;
  background: #333333;
  color: #ffffff;
}

/***** 画像 *****/
.u-img {
  margin-bottom: 15px;
}

/***** テキスト *****/
.u-txt {
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .u-list-txt {
    padding-left: 0;
  }
}
/* input画像ボタンにつける */
.u-input-img {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.u-input-img:hover {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* inputテキストボタンにつける */
.u-input-txt {
  padding: 0;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.u-input-txt:hover {
  padding: 0;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  text-decoration: underline;
}

.u-hidden {
  overflow: hidden;
}

.u-overbg {
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
}

.u-overframe {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

/***** iframeの高さをレスポンシブ対応 *****/
.u-iframe-content {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}
.u-iframe-content iframe, .u-iframe-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-iframe-content img {
  -o-object-fit: cover;
     object-fit: cover;
}
.u-iframe-content .lazy-iframe {
  cursor: pointer;
}
.u-iframe-content .lazy-iframe img {
  z-index: 1;
}
.u-iframe-content .lazy-iframe .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.u-iframe-content .lazy-iframe .play-btn:hover .play-btn-icon .st0 {
  fill: #ff0000;
  fill-opacity: 1;
}
.u-iframe-content .lazy-iframe .play-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -21px;
  z-index: 50;
}
.u-iframe-content .lazy-iframe.is-active iframe {
  z-index: 100;
}

.play-btn {
  width: 64px;
  height: 43px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.play-btn-icon {
  width: 64px;
  height: 43px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.play-btn-icon .st0 {
  fill: #212121;
  fill-opacity: 0.8;
}
.play-btn-icon .st1 {
  fill: #ffffff;
  fill-opacity: 1;
}

/***** 見た目を隠したいとき *****/
.u-visually-hidden {
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 4px;
  height: 4px;
}

.pdf-desc-text {
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .pdf-desc-text {
    padding-bottom: 2.6666666667vw;
  }
}

.js-download-form {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .js-download-form {
    padding-bottom: 8vw;
  }
}

.second-login {
  padding-top: 90px;
  font-family: YakuHanMPs, "Noto Serif JP", serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .second-login {
    padding: 0 4vw;
    padding-top: 4vw;
  }
}

.second-login-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .second-login-form-item {
    padding-bottom: 4vw;
  }
}

.second-login-form-ttl {
  width: 120px;
  font-size: 1rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .second-login-form-ttl {
    width: 24vw;
    font-size: 3.7333333333vw;
  }
}

.second-login-form {
  width: 360px;
}
@media only screen and (max-width: 767px) {
  .second-login-form {
    width: 96vw;
  }
}

/***** 製品情報 *****/
.p-top-product-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  .p-top-product-contents-wrap {
    display: block;
    margin: 0;
  }
}

.p-top-product-contents {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .p-top-product-contents {
    margin-bottom: 12vw;
  }
}
.p-top-product-contents.is-flex {
  margin-bottom: 0;
  padding: 0 15px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .p-top-product-contents.is-flex {
    margin-bottom: 16vw;
    padding: 0;
    width: auto;
  }
}
.p-top-product-contents.is-margin-non {
  margin-bottom: 0;
}
.p-top-product-contents.is-border {
  padding-bottom: 60px;
  border-bottom: 1px solid #393939;
}
@media only screen and (max-width: 767px) {
  .p-top-product-contents.is-border {
    padding-bottom: 12vw;
  }
}

.p-top-product-contents-ttl {
  position: relative;
  margin: 0 auto;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #393939;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #393939;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top-product-contents-ttl {
    margin-bottom: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.p-top-product-contents-ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.375rem;
  line-height: 1.4em;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-top-product-contents-ttl span {
    font-size: 4.8vw;
  }
}
.p-top-product-contents-ttl.is-margin {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .p-top-product-contents-ttl.is-margin {
    margin-bottom: 8vw;
  }
}

.p-top-product-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .p-top-product-category-list {
    display: block;
    margin: 0;
  }
}

.p-top-product-category-list__item {
  margin-bottom: 45px;
  padding: 0 10px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .p-top-product-category-list__item {
    margin-bottom: 8vw;
    padding: 0;
    width: auto;
  }
}

.p-top-product-category-list__link {
  display: block;
}
.p-top-product-category-list__link:hover {
  text-decoration: none;
}
.p-top-product-category-list__link:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.p-top-product-category-list__img {
  border: 1px solid #eeeeee;
  overflow: hidden;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .p-top-product-category-list__img {
    margin-bottom: 4vw;
  }
}
.p-top-product-category-list__img img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.p-top-product-category-list__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-product-category-list__ttl {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 18px;
  color: #393939;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .p-top-product-category-list__ttl {
    margin-bottom: 2.6666666667vw;
    padding-bottom: 4.8vw;
    font-size: 4vw;
    white-space: nowrap;
  }
}
.p-top-product-category-list__ttl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #393939;
}
@media only screen and (max-width: 767px) {
  .p-top-product-category-list__ttl:before {
    width: 12vw;
  }
}

.p-top-product-category-list__txt {
  color: #393939;
}

.p-top-products-search {
  margin-bottom: 15px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .p-top-products-search {
    margin-bottom: 4vw;
  }
}

.p-top-products-search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
@media only screen and (max-width: 767px) {
  .p-top-products-search-list {
    margin: 0 -1.3333333333vw;
  }
}

.p-top-products-search-list__item {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 8px;
}
@media only screen and (max-width: 767px) {
  .p-top-products-search-list__item {
    margin-bottom: 4vw;
    padding: 0 1.3333333333vw;
    width: 50%;
  }
}

.p-top-products-search-list__link {
  display: block;
  padding: 9px 15px;
  border: 1px solid #393939;
  color: #ffffff;
  background-color: #393939;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .p-top-products-search-list__link {
    padding: 2.4vw 0;
    letter-spacing: 0;
    text-align: center;
  }
}
.p-top-products-search-list__link:hover {
  color: #393939;
  background-color: #ffffff;
  text-decoration: none;
}

.p-top-select-category-wrap {
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .p-top-select-category-wrap {
    margin-bottom: 4vw;
  }
}
.p-top-select-category-wrap:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 6px 0 6px;
  border-color: #696969 transparent transparent transparent;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .p-top-select-category-wrap:before {
    right: 4vw;
    border-width: 2.2666666667vw 1.6vw 0 1.6vw;
  }
}

.p-top-select-category {
  width: 100%;
}

.p-top-select-category-sub-ttl {
  margin-bottom: 5px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .p-top-select-category-sub-ttl {
    margin-bottom: 1.3333333333vw;
  }
}

.p-top-select-value-wrap {
  margin-bottom: 30px;
  padding: 15px;
  min-height: 180px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .p-top-select-value-wrap {
    margin-bottom: 8vw;
    padding: 4vw;
    min-height: 32vw;
  }
}

.p-top-select-value-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .p-top-select-value-top {
    margin-bottom: 4vw;
  }
}

.p-top-select-value-top-ttl {
  color: #393939;
  font-weight: bold;
}

.p-top-select-value-top-btn a {
  padding: 5px 15px;
  border: 1px solid #003f8e;
  color: #ffffff;
  background-color: #003f8e;
  font-size: 0.75rem;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .p-top-select-value-top-btn a {
    padding: 1.3333333333vw 4vw;
    font-size: 3.2vw;
  }
}
.p-top-select-value-top-btn a:hover {
  color: #003f8e;
  background-color: #ffffff;
  text-decoration: none;
}
.p-top-select-value-top-btn.is-green a {
  border: 1px solid #28a732;
  background-color: #28a732;
}
.p-top-select-value-top-btn.is-green a:hover {
  color: #28a732;
  background-color: #ffffff;
}

.p-top-select-value {
  width: 100%;
  text-align: center;
}

.p-top-select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトのスタイルを無効 */
  font-size: 0.9375rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top-select-category {
    padding: 2.6666666667vw 1.3333333333vw;
    min-height: 12vw;
    height: 12vw;
    font-size: 4vw;
  }
}
.p-top-select-category:-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}

.p-search-selected-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-search-selected-list__item {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  border: 1px solid #393939;
  color: #393939;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .p-search-selected-list__item {
    margin-right: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    padding: 0 4vw;
    font-size: 3.2vw;
  }
}

/***** 検索ボタン *****/
.p-top-select-submit {
  border: none;
  width: 100%;
  height: 60px;
  color: #ffffff;
  background-color: #003f8e;
  border-radius: 60px;
  font-size: 1.125rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-top-select-submit {
    height: 12vw;
    border-radius: 12vw;
    font-size: 4vw;
  }
}
.p-top-select-submit.is-green {
  background-color: #28a732;
}
.p-top-select-submit:hover {
  opacity: 0.8;
}
.p-top-select-submit i {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .p-top-select-submit i {
    margin-right: 2.6666666667vw;
  }
}

/***** モーダル *****/
.p-search-modal {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 0px 30px;
  max-width: 1000px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767px) {
  .p-search-modal {
    margin: 2.6666666667vw 1.3333333333vw;
    padding: 4vw 4vw 0 4vw;
    max-width: inherit;
  }
}

.p-search-modal__ttl {
  margin-bottom: 15px;
  font-size: 1.375rem;
  color: #393939;
}
@media only screen and (max-width: 767px) {
  .p-search-modal__ttl {
    margin-bottom: 4vw;
    font-size: 5.8666666667vw;
  }
}

.p-search-modal__body {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .p-search-modal__body {
    margin-bottom: 4vw;
  }
}

.p-search-modal-list-ttl {
  margin-bottom: 5px;
  color: #393939;
}
@media only screen and (max-width: 767px) {
  .p-search-modal-list-ttl {
    margin-bottom: 1.3333333333vw;
  }
}

.p-search-modal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 767px) {
  .p-search-modal-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-search-modal-list__item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .p-search-modal-list__item {
    margin-bottom: 6.6666666667vw;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.p-search-modal-list__item label {
  display: block;
  position: relative;
  padding-left: 20px;
}
.p-search-modal-list__item label input[type=checkbox] {
  position: absolute;
  top: 7px;
  left: 0;
}
.p-search-modal-list__item.is-exclusion:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
}

.p-search-modal-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px 30px;
  background: #edf5ff;
}
@media only screen and (max-width: 990px) {
  .p-search-modal-action {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-search-modal-action {
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
    padding: 2.6666666667vw;
    padding-bottom: 5.3333333333vw;
    text-align: center;
  }
}

.p-search-modal-action__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-search-modal-action__wrap {
    display: block;
  }
}

.p-search-modal-action__send,
.p-search-modal-action__reset {
  padding: 0 8px;
}
@media only screen and (max-width: 767px) {
  .p-search-modal-action__send,
  .p-search-modal-action__reset {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-search-modal-action__reset {
    margin-bottom: 4vw;
  }
}

.p-search-modal-action__btn.is-reset {
  border: 1px solid #003f8e;
  background-color: #ffffff;
  color: #003f8e;
}

@media only screen and (max-width: 990px) {
  .p-search-modal-action__num {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-search-modal-action__num {
    margin-bottom: 4vw;
  }
}
.p-search-modal-action__num span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 8px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #393939;
}
@media only screen and (max-width: 767px) {
  .p-search-modal-action__num span {
    margin-left: 2.6666666667vw;
    margin-right: 2.1333333333vw;
    font-size: 5.8666666667vw;
  }
}

.p-products-search {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .p-products-search {
    padding-bottom: 0;
  }
}
.p-products-search .c-ttl-main {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .p-products-search .c-ttl-main {
    margin-bottom: 4vw;
  }
}

.p-products-search-lead {
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-products-search-lead {
    margin-bottom: 12vw;
  }
}