@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: 0.05em;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "CONDENSEicon";
  src: url(../fonts/CONDENSEicon.eot) format("eot"),url(../fonts/CONDENSEicon.woff) format("woff"),url(../fonts/CONDENSEicon.ttf) format("truetype"),url(../fonts/CONDENSEicon.otf) format("opentype");
}

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
  padding-top: 50px;
}

blockquote,
q {
  quotes: "" "";
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
}

.flex-col-sp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-col-sp_2>li {
  width: calc(50% - 5px);
}

.flex-col-sp_2_nmargin>li {
  width: 50%;
}

a {
  color: #000;
  text-decoration: underline;
}

a:visited {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: 0.8;
}

.link_arrow {
  position: relative;
}

.link_arrow::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 4px;
  height: 10px;
  background-image: url(../images/common/link_arrow@2x.png);
  background-size: cover;
  background-position: center;
}

.link-arrow__left::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 6px;
  height: 10px;
  background-image: url(../images/common/link_arrow@2x.png);
  background-size: cover;
  background-position: center;
}

.link--green {
  color: #060;
}

.link--green:visited {
  color: #060;
}

.link--gold {
  color: #836900 !important;
  font-weight: bold;
}

.c-viewlinks {
  margin: 30px 0 0 0;
  text-align: center;
}

.viewlinks {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 14px;
}

.viewlinks::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #9ed9ed, #d592ff, #ff9993);
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all 0.2s ease;
}

.viewlinks::after {
  margin-left: 10px;
}

.viewlinks:hover::before {
  left: 0;
}

.js-hover:hover {
  opacity: 1;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol>li {
  counter-increment: number;
  position: relative;
}

ol>li:before {
  content: counter(number) ".";
  display: block;
  margin-left: -1em;
  position: absolute;
  top: 0;
  left: 0;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

ol.numlist {
  padding-left: 1.5em;
}

table {
  margin: 0 0 1em;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

th {
  font-weight: normal;
}

.table {
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  text-align: center;
}

.table dl dt {
  background-color: #f5f5f5;
  padding: 10px;
}

.table dl dd {
  padding: 10px;
}

.table--default {
  margin: 0;
}

.table--default dl {
  line-height: 1.8;
}

.table .table-list>li {
  margin-top: 10px;
}

.table .table-list>li:first-child {
  margin-top: 0;
}

.table .table-note {
  display: block;
  position: relative;
  font-size: 10px;
}

.table .table-note::before {
  content: "※";
  display: inline-block;
}

.table-ordered>li {
  width: 100%;
  display: table;
  margin-bottom: 15px;
  border: 1px solid #f5f5f5;
  border-collapse: collapse;
}

.table-ordered>li::before {
  display: none;
}

.table-ordered>li .table-ordered__num {
  display: table-cell;
  width: 35px;
  background-color: #f0f3f8;
  border: 1px solid #f5f5f5;
  color: #7186b9;
  font-family: "Times New Roman";
  font-style: italic;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}

.table-ordered>li .table-ordered__txt {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px;
  border: 1px solid #f5f5f5;
}

.table-ordered>li .table-ordered__txt .table-ordered__title {
  font-size: 14px;
}

.table-ordered>li .table-ordered__txt .table-ordered__txt--last {
  font-weight: bold;
  font-size: 19px;
}

.price_table .td_top {
  width: 60px;
  text-align: left;
  font-weight: bold;
}

.price_table table,
.price_table td,
.price_table th {
  border: 2px solid #fff;
  background-color: #f7f6f5;
  border-collapse: collapse;
  color: #776c60;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
}

.price_table td,
.price_table th {
  padding: 9px;
  width: 30px;
  height: 25px;
  font-size: 16px;
}

.price_table th {
  background: #f0e6cc;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: #000;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

.form-submit {
  position: relative;
  width: 100%;
  line-height: 34px;
  padding: 15px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.submit-btn {
  position: relative;
}

.submit-btn:after {
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #fff;
}

.section-confirmation input[type="submit"],
.section-confirmation input[type="button"] {
  width: 100%;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
}

.section-confirmation input[type="submit"]:hover,
.section-confirmation input[type="button"]:hover {
  opacity: 0.7;
}

.section-confirmation .input-submit {
  position: relative;
  margin-bottom: 10px;
}

.section-confirmation .input-button {
  position: relative;
}

.reset-btn {
  width: 100%;
  display: block;
  padding: 15px 0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border: none;
  border-color: #000;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

.reset-btn:hover {
  color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #000;
  border: none;
  padding: 5px 5px;
  border: 1px solid #c7c7c7;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 2px solid #836900;
  height: 37px;
  width: 100%;
}

textarea {
  width: 100%;
  height: 120px;
  resize: vertical;
}

input[type="text"] {
  display: block;
  width: 100%;
}

input.input-year {
  width: 30%;
  display: inline-block;
  margin-right: 10px;
}

input.input-month {
  width: 15%;
  display: inline-block;
  margin: 0 10px;
}

input.input-day {
  width: 15%;
  display: inline-block;
  margin: 0 10px;
}

.radio-input {
  opacity: 0;
  display: none;
}

.radio-input+label {
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
}

.radio-input+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #836900;
  border-radius: 50%;
}

.radio-input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #836900;
  border-radius: 50%;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",arial,Sans-Serif;
  font-size: 13px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch",Courier,monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
  font-size: 15px;
  font-size: .9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.montserrat {
  font-family: "Montserrat",sans-serif;
}

.bxslider-thumb.lazy {
  opacity: 0;
}

.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translatez(0);
}

.bx-wrapper {
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -20px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/libs/bxslider/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #f5f5f5;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #060;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/libs/bxSlider/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/libs/bxSlider/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/libs/bxSlider/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/libs/bxSlider/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80,80,80,0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.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;
  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: zoom-out;
}

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

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

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-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;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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;
  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;
}

.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;
  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;
}

.mfp-arrow:before,
.mfp-arrow:after {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

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

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

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

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

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

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

.mfp-arrow-right:before {
  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%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.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;
  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;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.block__content {
  padding-top: 25px;
}

.block__content .content__title {
  position: relative;
  margin-bottom: 20px;
  color: #060;
  font-size: 20px;
  text-align: center;
}

.block__content .content__title span {
  position: relative;
  display: inline-block;
  padding: 2px 18px;
  background-color: #fff;
  line-height: 1.2em;
}

.block__content .content__title::before {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background-color: #060;
  position: absolute;
  top: 50%;
  left: 0;
}

.block__content .content__subtitle {
  margin-bottom: 15px;
  font-size: 16px;
}

.block__content .content__subtitle span {
  display: block;
  padding: 5px;
  background-color: #222;
  color: #fff;
  text-align: center;
}

.block__subcontent {
  margin-top: 25px;
}

.c-btn--center {
  text-align: center;
}

.c-btn--col2 {
  text-align: center;
}

.c-btn--col2 .btn {
  width: 250px;
  margin: 5px 0;
}

.btn {
  width: 160px;
  padding: 10px 0;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 13px;
  font-weight: normal;
  background-color: #ff3100;
  line-height: 1.2;
  letter-spacing: 1;
  transition: eaes 0.2s;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: bold;
  transition: ease 0.3s;
  border-radius: 5px;
}

.btn i {
  margin-right: 5px;
}

.btn:visited {
  color: #000;
}

.btn-contact {
  color: #fff !important;
}

.btn.btn--wide {
  padding: 18px 10px;
  font-size: 14px;
}

.btn.btn-en {
  font-weight: 500px;
}

.btn.btn--default {
  background-color: #ff3100;
  border: 1px solid rgba(255,255,255,0.6);
  color: #fff;
}

.btn.btn--default:after {
  color: #fff;
}

.btn.btn--default:hover {
  color: #000;
}

.btn.btn--default:hover:after {
  color: #000;
}

.btn.btn--white {
  color: #000;
  background-color: #fff;
}

.btn.btn--brown {
  color: #fff;
  background-color: #fff;
  border: 1px solid #776c60;
}

.btn.btn--blue {
  color: #fff;
  background-color: #fff;
  border: 1px solid #776c60;
}

.btn.btn--submit {
  background-color: #fff;
  font-size: 10px;
  border-radius: 10px;
}

.btn.btn--submit::after {
  display: none;
}

.btn.btn--submit:hover {
  opacity: 0.8;
}

.btn.btn--green {
  background-color: transparent;
  color: #060;
  border-color: #060;
}

.btn.btn--green:hover {
  background-color: #060;
  color: #fff;
}

.btn.btn--green:hover:after {
  color: #fff;
}

.btn.btn--green-inverted {
  background-color: #060;
  color: #fff;
  border-color: #060;
}

.btn.btn--green-inverted:hover {
  background-color: transparent;
  color: #060;
}

.btn.btn--green-inverted:hover:after {
  color: #060;
}

.btn.btn--orange {
  background-color: transparent;
  color: #f90;
  border-color: #f90;
}

.btn.btn--orange:hover {
  background-color: #f90;
  color: #fff;
}

.btn.btn--orange:hover:after {
  color: #fff;
}

.btn.btn--purple {
  background-color: transparent;
  color: #8b5ad4;
  border-color: #8b5ad4;
}

.btn.btn--purple:hover {
  background-color: #8b5ad4;
  color: #fff;
}

.btn.btn--purple:hover:after {
  color: #fff;
}

.btn.btn--lime {
  background-color: transparent;
  color: #70b823;
  border-color: #70b823;
}

.btn.btn--lime:hover {
  background-color: #70b823;
  color: #fff;
}

.btn.btn--lime:hover:after {
  color: #fff;
}

.btn.btn-line {
  border: 2px solid #776c60;
  color: #776c60;
}

.btn.btn-line:hover {
  border: 2px solid #efc337;
  background-color: #efc337;
}

.btn.btn-f__small {
  font-size: 14px;
}

.page-anchor:after {
  content: "\f078";
}

@-webkit-keyframes circleanime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circleanime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.submit_btn {
  width: 282px;
  height: 70px;
  background-image: url(../images/index/submit_btn@2x.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: unset !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #fff5f5;
}

.c-contact {
  border: 2px solid #e0e0e0;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px 13px;
  text-align: center;
  width: 100%;
  margin: auto;
  margin-top: 50px;
}

.c-contact .c-contact-info {
  margin-top: 25px;
  font-weight: bold;
  font-size: 13px;
}

.c-contact .c-contact-tel {
  margin-top: 5px;
  font-size: 25px;
  font-weight: bold;
  color: #ff3100;
}

.c-contact .c-contact-tel span {
  color: #000;
  font-size: 20px;
}

.c-contact .c-contact-date {
  margin: 5px 0 10px;
  font-size: 13px;
}

.c-contact .c-contact-date span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 10px;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 13px;
}

.c-flow {
  width: 100%;
  display: table;
  position: relative;
  margin-top: -10px;
}

.c-flow:before {
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(to bottom, #fff, transparent);
  position: absolute;
  top: 20px;
  left: 63px;
}

.c-flow dl {
  display: table-row;
}

.c-flow dt {
  display: table-cell;
  position: relative;
  width: 60px;
  padding-top: 10px;
  font-weight: bold;
}

.c-flow dd {
  display: table-cell;
  padding-left: 15px;
  position: relative;
}

.c-flow dd:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}

.page-header {
  height: 380px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/images/products/header_img@2x.png);
  position: relative;
}

.page-header_tlt {
  padding: 30px 20px;
  background-color: #fff;
  color: #000;
  font-size: 32px;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: -30px;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  min-width: 280px;
}

.page-header_tlt_sub {
  font-size: 20px;
  display: block;
  position: relative;
  margin-top: 10px;
}

.page-header_tlt_sub:before {
  content: "";
  width: 22px;
  height: 1px;
  background-color: #060;
  position: absolute;
  top: -9px;
  left: 0px;
}

.sec-tlt {
  font-size: 30px;
  color: #060;
}

.sec-tlt_bar {
  color: #060;
  font-size: 27px;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  border-left: solid 5px #060;
  padding-left: 40px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.sec-tlt_bar_sub {
  font-size: 14px;
  display: block;
  color: #000;
}

.sec-tlt_m {
  position: relative;
  font-size: 24px;
  margin-bottom: 60px;
}

.sec-tlt_m:after {
  content: "";
  width: 22px;
  height: 1px;
  background-color: #060;
  position: absolute;
  bottom: -25px;
  left: 0px;
}

.c-page__intro {
  margin-bottom: 30px;
  letter-spacing: 0;
}

.c-page__intro:after {
  content: "";
  clear: both;
  display: block;
}

.c-page__intro p {
  margin-bottom: 15px;
}

.c-page__intro p:last-child {
  margin-bottom: 0;
}

.c-movie__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-movie__wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.newslist li {
  margin-bottom: 20px;
}

.newslist li a {
  text-decoration: none;
}

.newslist li h3 {
  line-height: 20px;
  margin: 0px;
  padding: 0px;
}

.newslist-col {
  margin-right: 10px;
}

.newslist-date {
  width: 70px;
}

.newslist-cat {
  width: 100px;
  margin: 5px 0px;
}

.newslist-cat span {
  background-color: #ff3100;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}

.newslist-title {
  width: 100%;
}

.c-news__list {
  margin-bottom: 15px;
}

.c-news__list li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.c-news__list dl dt {
  font-weight: bold;
}

.c-news__list a {
  text-decoration: underline;
}

.c-pagination {
  margin-top: 20px;
  text-align: center;
}

.c-pagination ul {
  font-weight: bold;
}

.c-pagination ul>li {
  display: inline-block;
}

.c-pagination ul a {
  margin: 0 5px;
  text-decoration: none;
}

.c-pagination ul a:hover {
  color: #7186b9;
}

.c-pagination ul span {
  margin: 0 5px;
}

.c-pagination ul span.current {
  color: #7186b9;
}

.pagetop {
  display: none;
  width: 205px;
  position: fixed;
  bottom: 80px;
  right: 0px;
  border-bottom: solid 1px #776c60;
  font-family: 'Barlow', sans-serif;
  padding-bottom: 6px;
  padding-left: 5px;
}

.pagetop a {
  text-decoration: none;
  font-size: 15px;
  color: #776c60;
}

.table-style {
  font-size: 15px;
  text-align: left;
  width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.table-style tr th {
  width: 120px;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
  padding: 30px 15px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #060;
}

.table-style tr td {
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px;
}

.c-table {
  display: table;
  width: 100%;
  border: 1px solid #060;
  border-collapse: collapse;
  color: #fff;
}

.c-table>dl {
  display: table-row;
}

.c-table>dl>dt {
  width: 120px;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #060;
  font-weight: bold;
}

.c-table>dl>dd {
  display: table-cell;
  padding: 10px;
  border-bottom: 1px solid #060;
  border-left: 1px solid #060;
}

.c-table>dl>dd .c-table-title {
  font-family: "Libre Baskerville","游明朝","Yu Mincho",YuMincho,"游明朝体","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E",serif;
}

.c-table>dl>dd .c-table-list {
  margin-bottom: 25px;
  padding-left: 1.5em;
}

.c-table>dl>dd .c-table-list:last-of-type {
  margin-bottom: 0;
}

.c-table>dl>dd .c-table-list>li {
  margin-bottom: 15px;
  list-style: disc;
}

.c-table>dl>dd .c-table-list>li:last-child {
  margin-bottom: 0;
}

.c-table>dl>dd .c-table-list__nomargin>li {
  margin: 0;
}

.c-table--child {
  width: 100%;
  display: table;
}

.c-table--child dt {
  display: table-cell;
  width: 52px;
}

.c-table--child dd {
  display: table-cell;
}

.table-default tr {
  border-bottom: solid 1px #cbd2e0;
}

.table-default tr th {
  position: relative;
  width: 205px;
  background-color: #f5f5f5;
  padding: 0px 15px;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  background-color: #fce8e8;
  border: none;
  border-right: solid 1px #cbd2e0;
  border-left: solid 1px #cbd2e0;
}

.table-default tr td {
  position: relative;
  border: none;
  padding: 8px 15px;
  text-align: left;
}

.form-table {
  border: none !important;
}

.form-table tr {
  border: none !important;
}

.form-table tr th {
  border: none !important;
  background-color: unset;
  font-size: 15px;
  width: 235px;
  vertical-align: top;
}

.form-table tr td {
  border: none !important;
}

.form-table tr input,
.form-table tr textarea {
  border: none !important;
}

.form-table .form-require {
  background-color: #faa3a3;
  color: #fff;
  padding: 2px 4px;
  border-radius: 5px;
  font-size: 13px;
  margin-left: 20px;
}

.page__header {
  background-image: url(../images/common/header_pic_01.png);
}

.l-page .mainvisual {
  width: 100%;
  height: 380px;
  background-image: url(../images/common/l-page_black@2x.png),url(../images/top/slide/slide01.png);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 40px;
}

.l-page .mainvisual .l-container {
  display: block;
  text-align: center;
  color: #FFF;
  padding-top: 150px;
  height: auto !important;
}

.l-page .mainvisual .l-container h2 {
  font-size: 19px;
}

.l-page .mainvisual .l-container h2 span {
  font-size: 40px;
  letter-spacing: 2px;
  display: block;
  font-family: "Prompt",sans-serif;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.l-footer {
  position: fixed;
  width: 100%;
  background-color: #f5f5f5;
}

.l-footer .footer-right {
  position: relative;
}

.l-footer .footer-right .footer-logo {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  padding: 40px 0px;
  border-top: solid 1px #e0e0e0;
}

.l-footer .footer-right .footer-logo img {
  height: auto;
  width: 200px;
}

.l-footer .footer-tel {
  background-color: #222;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.l-footer .footer-tel_ico {
  margin-right: 10px;
  margin-top: 13px;
}

.l-footer .footer-tel_num {
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
}

.l-footer .footer-tel_num_sub {
  font-size: 10px;
  display: block;
  text-align: center;
}

.l-footer .footer-nav-block {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.l-footer .footer-nav {
  display: block;
}

.l-footer .footer-nav .footer-list_lists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 25px 20px;
  border-top: solid 1px #e0e0e0;
}

.l-footer .footer-nav .footer-list_lists_sub {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  text-align: center;
}

.l-footer .footer-nav .footer-list_lists a {
  text-decoration: none;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #414141;
  letter-spacing: 0px;
  padding-top: 10px;
}

.l-footer .footer-copyright {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #414141;
  padding: 6px 0px;
}

.gnav-btn {
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  cursor: pointer;
}

.gnav-btn__container {
  position: relative;
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

.gnav-btn.close .gnav-txt--close {
  display: inline-block;
}

.gnav-btn.close .gnav-txt--menu {
  display: none;
}

.gnav-btn__container>span {
  position: absolute;
  width: 24px;
  height: 2px;
  left: 8px;
  display: block;
  background-color: #776c60;
  transition: all .4s;
  border-radius: 10px;
}

.gnav-btn__container>span:first-child {
  top: 9px;
}

.gnav-btn__container>span:nth-child(2) {
  top: 18px;
}

.gnav-btn__container>span:nth-child(3) {
  top: 28px;
}

.close .gnav-btn__container>span:nth-of-type(1) {
  top: 10px;
  background-color: #fff;
  opacity: 0;
}

.close .gnav-btn__container>span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
}

.close .gnav-btn__container>span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
}

.gnav-txt__close {
  display: none;
}

.menu-open .gnav-txt__close {
  display: block;
  color: #fff;
}

.menu-open .gnav-txt__open {
  display: none;
}

.g-nav-block {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background-color: rgba(0,0,0,0.76);
  position: absolute;
  top: 50px;
  left: 0px;
}

.globalnavi {
  display: none;
}

.globalnavi .gnavi-list {
  background-color: #ffffff;
}

.globalnavi .gnavi-list_lists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: calc(33vh - 14px);
  border-bottom: solid 1px #e0e0e0;
}

.globalnavi .gnavi-list_lists_sub {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.globalnavi .gnavi-list_lists a {
  text-decoration: none;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #000;
  letter-spacing: 0px;
}

.gnavi-list>li>a {
  position: relative;
}

.l-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  height: 50px;
}

.header-top {
  line-height: 1;
  margin: auto;
  position: relative;
}

.header-top:after {
  content: "";
  clear: both;
  display: block;
}

.header-top .header-logo {
  position: relative;
  margin: auto;
  width: 290px;
  display: inline-block;
  text-align: center;
  padding: 13px 0px;
}

.header-top .header-logo img {
  height: auto;
  width: 200px;
}

.header-tel {
  background-color: #222;
  position: absolute;
  right: 50px;
  top: 0px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  height: 50px;
}

.header-tel_num {
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
}

.header-tel_num_sub {
  font-size: 10px;
  display: block;
}

.menu-open .l-header {
  padding-bottom: 15px;
}

.l-page .l-header {
  background-color: #ffffff;
}

.l-wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.sec-content {
  padding: 30px 0px;
  border-bottom: solid 1px #ccd1e0;
  padding-top: 0px;
  background-color: #f5f5f5;
}

.sec-content:first-child {
  padding-top: 30px;
}

.sec-content:last-child {
  border-bottom: none;
}

.sec-content:nth-of-type(even) {
  background-color: #fff;
}

.sec-content_header {
  border-bottom: solid 1px #ccd1e0;
  padding: 40px 0px 40px 0px;
  margin-bottom: 50px;
}

.sec-content_header_txt {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}

.l-container {
  margin: 0 auto;
  padding: 0 15px;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.contents-2col {
  margin-bottom: 45px;
  margin-top: 40px;
}

.contents-2col_sec {
  position: relative;
  margin-bottom: 80px;
}

.contents-2col_sec:after {
  content: "";
  clear: both;
  display: block;
}

.contents-2col_sec:last-child {
  margin-bottom: 4px;
}

.contents-2col_sec_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 60vw;
}

.contents-2col_sec_col {
  background-color: #fff;
  padding: 20px 0px;
}

.contents-2col_sec_col_inner_txt {
  padding: 0px 20px;
  font-size: 13px;
  line-height: 22px;
}

.flow-contents_col {
  background-color: #f5f5f5;
  margin-right: 0px;
  margin-bottom: 50px;
  position: relative;
}

.flow-contents_col:after {
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/images/common/arrow_r@2x.png);
  width: 20px;
  height: 30px;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -15px;
}

.flow-contents_col:last-child {
  margin-right: 0px;
}

.flow-contents_col:last-child:after {
  display: none;
}

.flow-contents_txt {
  padding: 0px 15px 15px 15px;
  font-size: 14px;
}

.flow-contents .sec-tlt_bar {
  font-size: 27px;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  border-width: 3px;
}

.infomation_contents_list {
  margin-top: 25px;
  padding: 0px 15px;
}

.infomation_contents_list dl {
  margin-bottom: 20px;
}

.infomation_contents_list dl:last-child {
  margin-bottom: 0px;
}

.infomation_contents_list dl dt {
  font-size: 15px;
  margin-bottom: 5px;
  position: relative;
}

.infomation_contents_list dl dt span {
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding-right: 20px;
}

.infomation_contents_list dl dt:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0px;
}

.infomation_contents_list dl dd {
  font-size: 14px;
}

.gmap {
  position: relative;
  width: 100%;
  padding-top: 45%;
}

.gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.contents_col_cols {
  border: solid 1px #e0e0e0;
}

.contents_col_cols_txt {
  text-align: center;
  padding: 20px 0px;
}

.contents_col_cols_txt h4 {
  font-size: 17px;
}

.contents_col_cols_img {
  width: 100%;
  height: 60vw;
  overflow: hidden;
  position: relative;
}

.contents_col_cols_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.contents_col_3col .contents_col_cols {
  margin-bottom: 50px;
}

.l-sidebar {
  margin-bottom: 30px;
}

.l-sidebar h3 {
  background-color: #ff3100;
  font-size: 16px;
  position: relative;
  color: #fff;
  padding: 15px 5px 15px 30px;
}

.l-sidebar h3 a {
  position: relative;
  display: block;
  color: #fff;
}

.l-sidebar .side_lineup {
  font-size: 16px;
  background-color: #fff;
}

.l-sidebar .side_lineup>li {
  border-bottom: 1px solid #e4e4e4;
}

.l-sidebar .side_lineup>li a {
  position: relative;
  display: block;
  padding: 15px 5px 15px 30px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.l-sidebar .side_lineup>li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: bold;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  color: #ff3100;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-sidebar_sp_open {
  display: none;
}

.l-sidebar_sp_open i {
  margin-right: 10px;
}

.l-sidebar .is_open {
  border-radius: 10px 10px 0 0;
}

.l-sidebar_infobox_inner {
  background-color: #fff;
  border-radius: 0px 0px 20px 20px;
  border-top: solid 6px #ff3100;
  padding: 0px 30px 40px 30px;
  box-shadow: 0px 1px 11px -1px rgba(0,0,0,0.2);
}

.l-sidebar_infobox_inner h2 i {
  color: #ff3100;
  margin-right: 5px;
}

.l-sidebar_infobox_inner img {
  width: 150px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 15px;
}

.l-sidebar_infobox_bnr {
  margin-top: 30px;
}

.l-sidebar_infobox_bnr li {
  text-align: center;
  margin: 10px 0px;
}

.l-sidebar_infobox_bnr li img {
  width: auto;
}

.side_active {
  background-color: #ff3100;
}

.side_active a {
  color: #fff !important;
}

.side_active a::before {
  color: #fff !important;
}

.about .page-header {
  background-image: url(/images/about/header_img2@2x.png);
}

.about-service_1 {
  background-image: url(/images/about/about_1.png);
}

.service-map {
  margin-top: 64px;
  padding: 32px 0;
  text-align: center;
  background: #fff;
}

.service-map__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  color: #006600;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 43px;
}

.service-map-contents__section {
  margin-top: 32px;
}

.service-map-contents__ttl {
  font-size: 16px;
  font-weight: bold;
}

.service-map-contents__txt {
  font-size: 15px;
}

.service-map-contents__map {
  margin-top: 32px;
}

.service-map-contents__border {
  margin-top: 32px;
  border: solid 1px #f5f5f5;
}

.company .page-header {
  background-image: url(/images/company/header_img@2x.png);
}

.company-greeting_content {
  background-color: #fff;
}

.company-greeting_txt {
  width: 100%;
  max-width: 910px;
  margin: auto;
  padding: 40px 20px;
  font-size: 15px;
  line-height: 25px;
}

.company-greeting_txt_name {
  margin-top: 30px;
  text-align: right;
  font-size: 24px;
  font-weight: bold;
}

.company-greeting_txt_name_sub {
  display: inline-block;
  position: relative;
  top: -3px;
  font-size: 14px;
  margin-right: 5px;
}

.company-history .infomation_contents_list dl {
  margin-bottom: 40px;
}

.company-history .infomation_contents_list dt {
  line-height: 30px;
}

.company-history .infomation_contents_list dt span {
  font-size: 30px;
  font-weight: bold;
  color: #060;
  font-style: italic;
}

.company-info_content {
  background-color: #fff;
  padding: 40px !important;
}

.company-access_txt {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #060;
}

.contact .page-block--contents {
  padding-bottom: 60px;
}

.contact .pege-first_txt h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 35px;
}

.contact .pege-first_txt p {
  font-size: 15px;
  text-align: left;
  font-weight: lighter;
}

.contact .block--contents--table {
  background-color: #f9f9f9;
}

.contact .btn-submit {
  background: #ff3100;
  padding: 15px 0;
  width: 60%;
  max-width: 340px;
  color: #fff !important;
  font-size: 20px;
  letter-spacing: 3px;
  border: none;
}

.contact .btn-submit:hover {
  opacity: 0.6;
}

.p-contact__privacy {
  margin: 20px 0;
  padding: 12px;
  font-size: 15px;
  color: #776c60;
}

.p-contact__privacy h4 {
  margin-bottom: 10px;
}

.p-contact__privacy p {
  margin-bottom: 15px;
}

.p-contact__btn {
  text-align: center;
}

.p-contact__btn input[type="reset"],
.p-contact__btn input[type="submit"] {
  width: 60%;
  margin: 0 auto 10px;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.p-contact__check {
  display: none;
}

.p-contact__check--parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.p-contact__check--parts:hover {
  cursor: pointer;
}

.p-contact__check--parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

.p-contact__check:checked+.p-contact__check--parts {
  color: #060;
}

.p-contact__check:checked+.p-contact__check--parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #060;
  border-right: 3px solid #060;
}

input::-webkit-input-placeholder {
  color: #aaa;
  font-weight: lighter;
  font-size: 0.9em;
}

input:-ms-input-placeholder {
  color: #aaa;
  font-weight: lighter;
  font-size: 0.9em;
}

input::placeholder {
  color: #aaa;
  font-weight: lighter;
  font-size: 0.9em;
}

.p-contact__btn .js-submit:disabled {
  background-color: #e0e0e0;
}

.p-contact__btn .js-submit:disabled:hover {
  opacity: 1;
}

.privacypolicy_sec {
  background-color: #f6f6f6;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.thanks .page-content {
  text-align: center;
  padding-bottom: 65px;
}

.thanks .page-content .pege-first_txt p {
  margin-top: 40px;
  margin-bottom: 20px;
}

.thanks .page-content .pege-first_txt a {
  text-align: center;
  text-decoration: none;
}

.products .page-header {
  background-image: url(/images/products/header_img@2x.png);
}

.products-plastic_1 {
  background-image: url(/images/products/products_detail1@2x.png);
}

.products-plastic_2 {
  background-image: url(/images/products/products_detail2@2x.png);
}

.products-plastic_3 {
  background-image: url(/images/products/products_detail3@2x.png);
}

.mainvisual li {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mainvisual-slider_01 {
  background-image: url(/images/top/slide/slide_01@2x.png);
}

.mainvisual-slider_02 {
  background-image: url(/images/top/slide/slide_02@2x.png);
}

.top-opening {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-opening h2 {
  text-align: center;
  display: none;
}

.top-opening img {
  max-width: 340px;
  width: 90%;
}

.home {
  padding-top: 0px;
}

.home .g-nav-block {
  display: none;
}

.home .slider-wrapper {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  z-index: -1;
}

.home .js-slider {
  height: 100%;
}

.home .js-slider li {
  height: 100vh;
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.home .js-slider li img {
  width: 100%;
}

.home-mainvisual_contents {
  padding: 40px;
  padding-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-mainvisual_contents_inner {
  display: none;
  padding: 50px 0;
}

.home-mainvisual_contents_inner_box {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0px;
}

.home-mainvisual_contents_inner_col {
  margin: 0px 30px;
  position: relative;
  width: 540px;
  transition: .3s;
}

.home-mainvisual_contents_inner_col a {
  display: block;
}

.home-mainvisual_contents_inner_col:hover {
  opacity: 0.85;
}

.home-mainvisual_contents_inner_col_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30vh;
}

.home-mainvisual_contents_inner_col_img_company {
  background-image: url(/images/top/company@2x.png);
}

.home-mainvisual_contents_inner_col_img_about {
  background-image: url(/images/top/about@2x.png);
}

.home-mainvisual_contents_inner_col_img_products {
  background-image: url(/images/top/products@2x.png);
}

.home-mainvisual_contents_inner_col_tlt {
  text-align: center;
  background-color: #fff;
  font-size: 36px;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  width: 430px;
  position: absolute;
  right: -30px;
  bottom: -40px;
  line-height: 30px;
  padding: 20px 0px;
}

.home-mainvisual_contents_inner_col_tlt_sub {
  font-size: 20px;
  display: block;
}

.home .l-footer {
  left: 0px;
  bottom: 0px;
  top: auto;
  margin-top: 0px;
  height: 31px;
  background-color: rgba(27,56,144,0.8);
}

.home .l-footer .footer-right,
.home .l-footer .footer-tel {
  display: none;
}

.home .l-footer .footer-copyright {
  background-color: rgba(65,65,65,0.8);
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.mainvisual-cont {
  padding: 60px 0;
}

.mainvisual-cont__menu {
  margin: 20px;
  position: relative;
}

.mainvisual-cont__img-cont {
  width: 100%;
}

.mainvisual-cont__txt-cont {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px 0;
  width: 250px;
  background: #fff;
  text-align: center;
}

.mainvisual-cont__ttl {
  font-size: 14px;
  font-weight: bold;
}

.mainvisual-cont__txt {
  font-size: 18px;
  font-weight: bold;
}

.mainvisual-cont__bnr:not(:first-child) {
  margin-top: 20px;
}

.privacy .page-header {
  background-image: url(../images/privacy/privacy_header@2x.png);
}

.privacy .sec-policy {
  margin-top: 40px;
}

.privacy .policy-list {
  padding-left: 1.5em;
}

.privacy .policy-list>li {
  margin-top: 15px;
  position: relative;
}

.privacy .policy-list>li::before {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 13px;
}

.privacy .policy-list>li h3 {
  margin-bottom: 5px;
  font-size: 13px;
}

.privacy .policy-list>li p {
  font-size: 13px;
}

.products .l-main .sec-content__inner .pdlist {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products .l-main .sec-content__inner .pdlist-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
}

.products .l-main .sec-content__inner .pdlist-img img {
  width: 130% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.products .l-main .sec-content__inner .pdlist li {
  width: calc(50% - 15px);
  margin-bottom: 20px;
  border: solid 1px #e0e0e0;
  border-radius: 15px;
  overflow: hidden;
  background-color: #efefef;
}

.products .l-main .sec-content__inner .pdlist li .pdlist-inner {
  text-align: left;
  background-color: #efefef;
  padding: 20px 6px;
  border-top: solid 1px #e0e0e0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efefef;
  min-height: 120px;
}

.products .l-main .sec-content__inner .pdlist li .pdlist-inner h3 {
  text-align: center;
  margin-top: 0;
  font-size: 17px;
}

.products .l-main .sec-content__inner .pdlist li .pdlist-inner .btn {
  margin-top: 10px;
}

.products .l-main .sec-content__inner .pdlist .pdlist_2pix {
  padding: 15px 0;
}

.products .l-main .sec-content__inner .pdlist .pdlist_2pix:after {
  content: "";
  clear: both;
  display: block;
}

.products .l-main .sec-content__inner .pdlist .pdlist_2pix img {
  width: 48%;
  margin: 1%;
  float: left;
}

.products .l-main .sec-content__inner-description {
  margin-bottom: 20px;
}

.products-single_header_pdf {
  background-color: #f5f5f5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  margin-top: 20px;
}

.products-single_header_pdf .btn {
  height: 40px;
}

.products-single_content h3 {
  font-size: 20px;
  border-bottom: solid 3px #e0e0e0;
  position: relative;
  margin: 40px 0px 30px 0px;
  padding: 10px 0px;
  font-weight: bold;
}

.products-single_content h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ff3100;
  bottom: -3px;
  width: 20%;
}

.products-single_content p {
  margin: 10px 0;
}

.u-ta-l {
  text-align: left !important;
}

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

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

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bc-lightgray {
  background-color: #f5f5f5 !important;
}

.u-bc-blue {
  background-color: #060 !important;
}

.u-bc-white {
  background-color: #fff;
}

.u-bc--salmon {
  background-color: #feb38a;
}

.u-bc--skyblue {
  background-color: #a9dee4;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-red {
  color: #ff3100 !important;
}

.u-c-green {
  color: #060 !important;
}

.u-c-blue {
  color: #7186b9;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

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

.u-fs-11 {
  font-size: 11px !important;
}

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

.u-fs-13 {
  font-size: 13px !important;
}

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

.u-fs-15 {
  font-size: 15px !important;
}

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

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

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

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

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

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.f-s-small {
  font-size: 12px;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-mb-55 {
  margin-bottom: 55px !important;
}

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

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 735px) {
  .c-contact {
    width: 100%;
    padding: 40px 15px;
  }

  .c-contact .c-contact-info {
    margin-top: -10px;
    font-size: 17px;
  }

  .c-contact .c-contact-tel {
    font-size: 30px;
  }

  .c-contact .c-contact-date {
    margin: 15px 0 20px;
    font-size: 17px;
  }

  .c-contact .c-contact-date span {
    font-size: 17px;
  }
}

@media screen and (min-width: 736px) {
  .flex-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col_2>li {
    width: 50%;
  }

  .flex-col_3>li {
    width: 33.3333%;
  }

  .flex-col_4>li {
    width: 25%;
  }

  .flex-col_5>li {
    width: 20%;
  }

  .flex-col-sp_2>li {
    width: 100%;
  }

  .flex-col-sp_2_nmargin>li {
    width: 100%;
  }

  .flex-col_pc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .viewlinks {
    font-size: 16px;
  }

  .table {
    display: table;
    margin-top: 30px;
    text-align: left;
    border-collapse: collapse;
  }

  .table dl {
    display: table-row;
  }

  .table dl dt {
    display: table-cell;
    padding: 10px 25px;
    border: 1px solid #e0e0e0;
  }

  .table dl dd {
    display: table-cell;
    padding: 10px 25px;
    border: 1px solid #e0e0e0;
  }

  .table--min {
    width: 500px;
  }

  .table--min dl dt {
    width: 170px;
  }

  .table--default {
    margin: 0;
  }

  .table--default dt {
    width: 180px;
    vertical-align: middle;
  }

  .table .table-note {
    padding-left: 1.5em;
    font-size: 13px;
  }

  .table .table-note::before {
    position: absolute;
    top: 0px;
    left: 0;
  }

  .table-ordered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .table-ordered>li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    min-height: 140px;
  }

  .table-ordered>li .table-ordered__num {
    width: 50px;
    font-size: 23px;
  }

  .table-ordered>li .table-ordered__txt {
    padding: 30px 20px;
  }

  .table-ordered>li .table-ordered__txt .table-ordered__title {
    font-size: 18px;
  }

  .table-ordered>li .table-ordered__txt .table-ordered__txt--last {
    font-size: 23px;
  }

  .form-submit {
    width: 200px;
    margin-left: 296px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
  }

  .form-submit:hover {
    opacity: 0.6;
  }

  .submit-btn {
    margin-top: 30px;
  }

  .submit-btn:after {
    left: 480px;
    right: 0;
    font-size: 16px;
    font-weight: bold;
  }

  .section-confirmation input[type="submit"],
  .section-confirmation input[type="button"] {
    font-size: 16px;
  }

  .section-confirmation .input-submit {
    width: 200px;
    display: inline-block;
    margin: 0 20px 0 100px;
  }

  .section-confirmation .input-button {
    width: 200px;
    display: inline-block;
  }

  select {
    width: 290px;
  }

  textarea {
    width: 100%;
    height: 140px;
  }

  input[type="text"].input__min {
    width: 290px;
  }

  input[type="text"].middle-width {
    width: 340px;
  }

  input[type="text"].full-width {
    width: 100%;
  }

  input[type="text"].full-width--670 {
    width: 670px;
  }

  .input-birth input[type="text"] {
    float: inherit;
  }

  input.input-year {
    width: 113px;
  }

  input.input-month {
    width: 52px;
  }

  input.input-day {
    width: 52px;
  }

  input[type="text"].input--inline {
    display: inline-block;
    width: 90%;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 14px;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
  }

  .block__content {
    padding-top: 50px;
  }

  .block__content .content__title {
    font-size: 30px;
  }

  .block__content .content__subtitle {
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
  }

  .block__content .content__subtitle::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #222;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .block__content .content__subtitle span {
    display: inline-block;
    padding: 7px 20px;
    position: relative;
  }

  .block__subcontent {
    margin-top: 30px;
  }

  .c-btn--col2 .btn {
    display: inline-block;
    margin: 0 10px;
  }

  .btn {
    width: 200px;
    padding: 10px;
    font-size: 16px;
  }

  .btn.btn--wide {
    width: 280px;
    margin-top: 25px;
    padding: 25px;
    font-size: 20px;
  }

  .btn.btn--wide::after {
    font-size: 20px;
  }

  .btn.btn--submit {
    padding: 14px;
    font-size: 17px;
  }

  .btn.btn-f__small {
    font-size: 16px;
  }

  .page-anchor:after {
    font-size: 10px;
    font-weight: normal;
  }

  .c-flow {
    margin-top: -20px;
  }

  .c-flow:before {
    top: 34px;
    left: 84px;
  }

  .c-flow dt {
    width: 90px;
    padding-top: 20px;
  }

  .c-flow dd {
    padding-left: 20px;
  }

  .c-flow dd:after {
    top: 27px;
    left: -10px;
    width: 10px;
    height: 10px;
  }

  .c-page__intro {
    margin-bottom: 50px;
  }

  .c-page__intro p {
    margin-bottom: 30px;
  }

  .newslist li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .newslist-cat {
    margin: 0px;
  }

  .newslist-title {
    width: calc(100% - 20px);
  }

  .c-news__list li {
    padding: 15px 0;
  }

  .c-news__list dl {
    width: 100%;
    display: table;
  }

  .c-news__list dl dt {
    display: table-cell;
    width: 100px;
  }

  .c-news__list dl dd {
    display: table-cell;
  }

  .c-pagination {
    margin-top: 35px;
  }

  .c-pagination ul a {
    margin: 0 10px;
  }

  .c-pagination ul span {
    margin: 0 10px;
  }

  .c-table {
    margin-top: 0;
  }

  .c-table>dl {
    font-size: 15px;
  }

  .c-table>dl>dt {
    width: 240px;
    padding: 20px;
  }

  .c-table>dl>dd {
    padding: 20px;
  }

  .c-table>dl>dd .c-table-list>li {
    margin-bottom: 10px;
  }

  .c-table>dl>dd .c-table-list__nomargin>li {
    margin: 0;
  }

  .c-table--child dt {
    width: 62px;
  }

  .sec-content {
    padding: 60px 0px;
  }

  .sec-content:first-child {
    padding-top: 125px;
  }

  .sec-content_header {
    padding: 0px 0px 70px 0px;
    margin-bottom: 70px;
  }

  .l-sidebar {
    width: 248px;
    float: left;
  }

  .l-sidebar h3 {
    border-radius: 10px 10px 0 0;
  }

  .l-sidebar .side_lineup {
    box-shadow: 0px 1px 11px -1px rgba(0,0,0,0.2);
    margin-bottom: 20px;
  }

  .contact .block--contents--table dt {
    width: 195px;
  }

  .p-contact__privacy {
    margin: 30px 0;
  }

  .p-contact__btn {
    margin-top: 50px;
  }

  .p-contact__btn input[type="reset"],
  .p-contact__btn input[type="submit"] {
    display: inline-block;
    width: 154px;
    margin-right: 10px;
  }

  .p-contact__btn input[type="reset"]:hover,
  .p-contact__btn input[type="submit"]:hover {
    opacity: 0.7;
  }

  .contact input[type="text"] {
    width: 300px;
  }

  .contact input.full-width,
  .contact textarea {
    width: 525px;
  }

  .privacy .policy-list {
    width: 840px;
    margin: 0 auto;
  }

  .privacy .policy-list>li {
    margin-top: 30px;
  }

  .privacy .policy-list>li::before {
    font-size: 15px;
  }

  .privacy .policy-list>li h3 {
    font-size: 15px;
  }

  .privacy .policy-list>li p {
    font-size: 15px;
  }

  .u-sp-hide-b {
    display: block !important;
  }

  .f-s-small {
    font-size: 16px;
  }
}

@media screen and (min-width: 800px) {
  body {
    padding-top: 80px;
  }

  .page-header {
    height: 690px;
  }

  .page-header_tlt {
    padding: 60px;
    font-size: 48px;
    bottom: -65px;
    bottom: -40px;
    min-width: 700px;
  }

  .page-header_tlt_sub {
    font-size: 25px;
    margin-top: 25px;
  }

  .page-header_tlt_sub:before {
    top: -17px;
  }

  .sec-tlt {
    font-size: 45px;
  }

  .sec-tlt_bar {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .sec-tlt_bar_sub {
    font-size: 16px;
  }

  .sec-tlt_m {
    font-size: 29px;
  }

  .l-footer {
    min-width: 960px;
    height: 210px;
  }

  .l-footer .footer-right .footer-logo {
    width: 290px;
    height: 180px;
    padding: 60px 0px;
    border-top: none;
  }

  .l-footer .footer-tel {
    height: 180px;
    width: 280px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px;
  }

  .l-footer .footer-nav-block {
    width: 100%;
    background: transparent;
    position: relative;
    top: -5px;
    width: calc(100% - 575px);
  }

  .l-footer .footer-nav .footer-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .l-footer .footer-nav .footer-list_lists {
    width: 33.33%;
    height: 180px;
    padding: 0px;
    border-top: none;
  }

  .l-footer .footer-nav .footer-list_lists_sub {
    font-size: 13px;
  }

  .l-footer .footer-nav .footer-list_lists a {
    font-size: 25px;
  }

  .gnav-btn {
    display: none;
  }

  .g-nav-block {
    width: 100%;
    background: transparent;
    position: relative;
    top: -5px;
    left: auto;
    width: calc(100% - 575px);
  }

  .globalnavi {
    display: block;
  }

  .globalnavi .gnavi-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
  }

  .globalnavi .gnavi-list_lists {
    width: 33.33%;
    height: 85px;
    border-bottom: none;
  }

  .l-header {
    min-width: 960px;
    height: 85px;
  }

  .header-tel {
    height: 85px;
    width: 280px;
    right: 0px;
  }

  .header-tel_ico {
    margin-right: 10px;
    margin-top: 13px;
  }

  .main-block {
    padding: 0;
  }

  .sec-content_header_txt {
    font-size: 17px;
    margin-top: 25px;
    line-height: 34px;
  }

  .l-container {
    padding: 0 20px;
    width: 1200px;
  }

  .contents-2col {
    margin-bottom: 80px;
    margin-top: 100px;
  }

  .contents-2col_sec {
    margin-bottom: 150px;
  }

  .contents-2col_sec_img {
    width: 60%;
    height: 30vw;
    max-height: 450px;
  }

  .contents-2col_sec_col {
    width: 55%;
    position: absolute;
    right: 0px;
    bottom: -60px;
    padding: 40px 0px;
  }

  .contents-2col_sec_col_inner_txt {
    padding: 0px 40px;
    font-size: 15px;
    line-height: 25px;
  }

  .contents-2col_sec:nth-of-type(even) .contents-2col_sec_img {
    float: right;
  }

  .contents-2col_sec:nth-of-type(even) .contents-2col_sec_col {
    right: auto;
    left: 0px;
  }

  .flow-contents {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px;
  }

  .flow-contents_col {
    margin-right: 40px;
  }

  .company-greeting_txt {
    padding: 40px;
    font-size: 16px;
  }

  .company-history .infomation_contents_list dt {
    width: 200px;
  }

  .top-opening img {
    width: 450px;
    max-width: 100%;
  }

  .mainvisual-cont {
    padding-top: 100px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .mainvisual-cont__sec {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .mainvisual-cont__menu {
    width: 540px;
  }

  .mainvisual-cont__txt-cont {
    width: 430px;
    padding: 10px 0;
    right: -20px;
    bottom: -20px;
  }

  .mainvisual-cont__ttl {
    font-size: 20px;
  }

  .mainvisual-cont__txt {
    font-size: 30px;
  }

  .privacy .privacy-txt {
    text-align: center;
  }

  .products-single_header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .products-single_header-description {
    width: 60%;
  }

  .products-single_header_pdf {
    width: 35%;
    margin-top: 0px;
  }

  .products-single_content_col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .products-single_content_col img {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px 15px 15px 15px;
  }

  .products-single_content_col p {
    margin-top: 0px;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }
}

@media screen and (min-width: 1040px) {
  .infomation_contents_list {
    margin-top: 45px;
    padding: 0px 30px;
  }

  .infomation_contents_list dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }

  .infomation_contents_list dl dt {
    width: 150px;
    height: 30px;
    font-size: 16px;
  }

  .infomation_contents_list dl dd {
    font-size: 16px;
    padding-left: 35px;
  }

  .contents_col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contents_col_cols_img {
    width: 100%;
    height: 210px;
  }

  .contents_col_3col .contents_col_cols {
    width: 30%;
    margin: 1.5%;
  }
}

@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: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .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;
    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 screen and (max-width: 800px) {
  .table-style {
    width: 100%;
    border-top: 1px solid #666;
  }

  .table-style tr th {
    display: block;
    width: 100%;
    border-top: none;
    padding: 15px;
    background-color: #f5f5f5;
  }

  .table-style tr td {
    display: block;
    width: 100%;
  }

  .l-page .mainvisual {
    height: auto;
  }

  .l-page .mainvisual .l-container {
    padding-top: 50px;
    height: 200px !important;
  }

  .l-page .mainvisual .l-container h2 {
    padding: 7% 0;
  }

  .l-page .mainvisual .l-container h2 span {
    font-size: 27px;
  }

  .l-footer .footer-right .footer-logo img {
    width: auto;
    height: 35px;
  }

  .header-top {
    text-align: left;
    width: 100%;
  }

  .header-top .header-logo {
    padding: 5px 0px;
    width: 210px;
  }

  .header-top .header-logo img {
    width: auto;
    height: 40px;
  }

  .header-tel_num {
    display: none;
  }

  .flow-contents_col:after {
    top: auto;
    bottom: -35px;
    right: 50%;
    background-image: url(/images/common/arrow_b@2x.png);
    width: 30px;
    height: 20px;
    margin-top: 0px;
    margin-right: -15px;
  }

  .gmap {
    padding-top: 75%;
  }

  .l-sidebar_infobox {
    display: none;
  }

  .about-product h3 {
    margin-top: 40px;
  }

  .service-map__ttl {
    font-size: 30px;
  }

  .service-map-contents__ttl {
    font-size: 14px;
  }

  .service-map-contents__txt {
    font-size: 12px;
  }

  .top-opening h2 {
    margin-top: -100px;
  }

  .home .header-tel {
    right: 0px !important;
  }

  .home .bx-viewport {
    height: 100vh;
  }

  .home-mainvisual_contents {
    padding: 0px 10px;
  }

  .home-mainvisual_contents_inner {
    margin-top: 30px;
  }

  .home-mainvisual_contents_inner_box {
    display: block;
    padding: 0px 0px;
  }

  .home-mainvisual_contents_inner_col {
    margin-bottom: 2vh;
  }

  .home-mainvisual_contents_inner_col_tlt {
    width: 80%;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 21px;
    height: 76px;
    line-height: 20px;
  }

  .home-mainvisual_contents_inner_col_tlt_sub {
    font-size: 14px;
  }

  .products .l-main .sec-content__inner .pdlist-img {
    height: 16vw;
  }

  .products .l-main .sec-content__inner .pdlist li {
    margin-bottom: 10px;
    width: calc(50% - 7px);
  }

  .products .l-main .sec-content__inner .pdlist li .pdlist-inner {
    min-height: auto;
    height: calc(100% - 16vw);
    font-size: 14px;
    padding: 12px 6px;
  }

  .products .l-main .sec-content__inner .pdlist li .pdlist-inner h3 {
    font-size: 13px;
  }

  .products .l-main .sec-content__inner .pdlist li .pdlist-inner .btn {
    width: 100px;
  }
}

@media screen and (max-width: 736px) {
  .price_table_inner {
    overflow-x: scroll;
  }

  .price_table .td_top {
    width: 20px;
  }

  .price_table td,
  .price_table th {
    font-size: 14px;
    padding: 5px;
    width: 10px;
  }

  .price_table table {
    width: 960px;
  }

  .table-default tr th {
    display: block;
    width: 100%;
    height: auto;
  }

  .table-default tr td {
    display: block;
    width: 100%;
  }

  .l-sidebar_sp_open {
    display: block;
    text-align: center;
    padding: 20px 0px;
    background-color: #e22b00;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
  }

  .l-sidebar_inner {
    height: 0px;
    overflow: hidden;
    transition: .3s;
  }

  .l-sidebar_inner_open {
    height: auto;
    border: solid 1px #e0e0e0;
    border-top: none;
  }

  textarea {
    min-height: 250px;
  }
}

@media screen and (max-width: 735px) {
  .pagetop {
    width: 75px;
    position: fixed;
    bottom: 50px;
  }

  .pagetop a {
    font-size: 13px;
  }
}